/*XS*/
@media (max-width: 767px) {
  .logo {
    display: block;
    text-align: center;
  }

  .logo img {
    display: inline-block;
  }

  .xs-block {
    width: 100%;
  }
}

/*SM*/
@media (min-width: 768px) and (max-width: 991px) {
  header .sign-in {
    position: absolute;
    right: 15px;
    bottom: 0;
  }

  header .sign-in a.social-media {
    margin-left: 25px;
  }

  header .form-login {
    margin: 14px 0 29px;
  }
}

/*MD and LG*/
@media (min-width: 991px) {
  /* Row with equal height columns */
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media ( max-width: 35em ) {
  .ui-datatable-reflow .ui-datatable-data > tr > td {
    width: 100% !important;
    text-align: left !important;
  }
}

@media ( max-width: 991px ) {
  .topbar-filtro-box-label {
    width: 100%;
    padding-bottom: 5px;
  }

  .topbar-filtro-box-button {
    margin-top: 5px;
  }

  .topbar-filtro-box > div > div > div {
    width: 100%;
  }

  .topbar-filtro-box > div > div > div {
    margin-bottom: 15px;
  }
}

.user-small {
  display: block;
  line-height: 1.428571429;
  font-size: 85%;
  padding-bottom: 3px;
}

/* xs < 768 */
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2em !important;
  }
}

/* sm */
@media screen and (min-width: 768px) {
  body {
    font-size: 1em !important;
  }
}

/* md */
@media screen and (min-width: 992px) {
  body {
    font-size: 1.2em !important;
  }
}

/* lg */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.3em !important;
  }
}
