.form-input {
  width: 100%;
  background-color: transparent !important;
  border: none;
  outline: none;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.informacoes {
  background-color: #3b6eb5;
  min-width: 80px;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table {
  border-collapse: inherit !important;
}

.table td,
.table th {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.btn-login {
  display: block !important;
  width: 80% !important;
  /* padding: 30px !important; */
  border-radius: 25px !important;
}

/* .form-group {
  margin-bottom: 1rem;
} */

.form-login {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.20) !important;
}

.label-form-input {
  width: 100%;
  background-color: rgb(247, 247, 247);
  padding: 5px;
  padding-left: 20px !important;
  border-radius: 49px;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0.5px 0.5px 2.5px rgba(75, 75, 75, 0.2) !important;
}

/* .login {
  padding-top: 12%;
} */

.img-entrada {
  width: 250px;
}

.form-login-redes .fa {
  color: #7e9abd;
  font-size: 25px;
}

.form-login-redes {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  padding-top: 1rem !important;
}

.form-check-label-entrar {
  font-size: .80rem;
}

.versao {
  font-size: 10.5px !important;
}

@media (min-width: 276px) {
  .hdk-left {
    background-color: #2d4a7a;
    height: calc(100vh - 110px);
  }

  .hdk-left .hkd-left_list {
    list-style: none;

  }

  .hdk-left .hkd-left_link {
    width: 100%;
    color: #bebdbd;
    text-decoration: none;
  }

  .hdk-left .hkd-left_link:hover {
    background-color: #162447;
  }

  .hdk-left .hkd-left_link i {
    font-size: 17px;
  }

  .hdk-right {
    display: none;
  }

  .form-group .fa {
    /* font-size: 49px; */
    color: #888888;
  }

}

@media (min-width: 400px) {

  .linkColuna {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px !important;
  }

  .texto11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }
}

@media (min-width: 576px) {
  .th-title {
    font-size: 13px;
  }

}

@media (min-width: 768px) {
  .title-h5 {
    color: #3f3f3f;
  }

  .hdk-left-close {
    left: -250px;
  }

  .hdk-left {
    width: 260px;
    background-color: #f7f7f7;
    height: calc(100vh - 105px);
    text-align: left;
  }

  .hdk-left .hkd-left_list {
    list-style: none;
    height: 100%;
    font-size: 14px;
  }

  .hdk-left .hkd-left_link {
    width: 100%;
    color: #757575;
    font-size: 14px;
  }

  .hdk-left .hkd-left_link:hover {
    background-color: #162447;
  }

  .hdk-left .hkd-left_link p {
    font-size: 10px;
  }

  .hdk-left .hkd-left_link i {
    font-size: 19px;
  }

  .hdk-right {
    width: 100%;
  }

  .list-group-item {
    padding: .25rem .11rem !important;
    background-color: rgba(255, 255, 255, 0);
  }


}

@media (min-width: 992px) {
  .nav-link {
    /* text-transform: uppercase;
		font-weight: bold;*/
    padding: 20px 12px 18px !important;
    transition: .2s ease;
    font-size: 14px;
    color: rgb(224, 224, 224) !important;
  }

  .user-login {
    text-transform: uppercase;
    transition: .2s ease;
    font-size: 13px;
    color: rgb(224, 224, 224) !important;
  }

  .dropdown-user {
    color: rgb(224, 224, 224) !important
  }

  .filtros {
    width: 100%;
  }

  .texto12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
  }

}

@media (min-width: 1200px) {

  .linkColuna {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px !important;
  }

  .texto11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .list-group-item {
    padding: .45rem .40rem !important;
    background-color: rgba(255, 255, 255, 0);
  }

  .fixed-bottom img {
    width: 430px;
  }
}

@media (min-width: 1599px) {

  .nav-link {
    /* text-transform: uppercase;
		font-weight: bold;*/
    padding: 18px 12px 16px !important;
    transition: .2s ease;
    font-size: 14px;
    color: rgb(224, 224, 224) !important;
  }

  .hdk-left .hkd-left_link i {
    font-size: 16px;
  }

  .list-group-item {
    padding: .75rem .35rem !important;
    background-color: rgba(255, 255, 255, 0);
  }
}

.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;

  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  60% {
    transform: scale(1.1);
  }

  80% {
    transform: scale(0.9);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  60% {
    -webkit-transform: scale(1.1);
  }

  80% {
    -webkit-transform: scale(0.9);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}