h6.azul-claro, h5.azul-claro {
  color: #0190c1 !important;
}
h5.azul {
  color: #073150 !important;
}

.jconfirm-box-container {
  margin-left: 40%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.dropdown-shadow{
  -webkit-box-shadow: 0 0 15px 1px #0003;
  box-shadow: 0 0 15px 1px #0003;
}

.page-selector {
  padding: 40px;
  border: 1px solid #ddd; 
  background: white; 
  color: #333;
}
.page-selector.black {
  border-color: #313131; 
  background: #313131; 
  color: white;
}
.page-selector.blue {
  background: #80baee; 
  color: white;
}

/* Tooltip */
#botao-tooltip{
  color: #0190c1 !important;
}

#tooltip {
  background-color: white;
  padding: 10px;
  border: 1px solid #0190c1;
  border-radius: 5px;
}

button:focus,
input[type="checkbox"]:focus,
a:focus {
  outline: 2px solid #4844e1 !important;
  box-shadow: 0 0 0 1px #e9f6fb !important;
  border-color: #4844e1 !important;
}

/* PERSONALIZE METRONIC */
.kt-scrolltop {
  bottom: 90px;
}
@-webkit-keyframes webkit-kt-scrolltop-show-animation {
  from {
    margin-bottom: -30px;
  }
  to {
    margin-bottom: 0;
  }
}

@keyframes kt-scrolltop-show-animation {
  from {
    margin-bottom: -30px;
  }
  to {
    margin-bottom: 0;
  }
}

  /* -------------------------- */
  
.kt-contacts, #kt_contacts {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100;
}

#kt_contacts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: var(--green);
  -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  display: flex;
  color: #fff;

  font-size: 20px;
}

#kt_contacts + .dropdown-menu {
  top: -128px !important;
  left: -10px !important;
}


@media (max-width: 1024px) {
  .kt-scrolltop {
    bottom: 80px;
  }

  .kt-contacts, #kt_contacts {
    bottom: 30px;
    right: 15px;
  }
}