/*Azul escuro*/

/*04709e*/

/*Azul claro*/

/*43a8d6*/

::-webkit-scrollbar-track {
  background-color: #333;
}

::-webkit-scrollbar {
  width: 10px;
  background: #333;
}

::-webkit-scrollbar-thumb {
  background: #04709e;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.table-hover tbody tr:hover {
  background-color: rgba(4, 112, 158, 0.27) !important;
  cursor: pointer;
}

#return-to-top {
  position: fixed;
  bottom: 55px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

#iHome {
  font-size: 70px;
  height: 100%;
  margin-top: 35px;
}

#arrowDown {
  color: rgba(0, 0, 0, 0.7);
}

#arrowDown:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}

.form-control:focus {
  border-color: #04709e;
  box-shadow: 0 0 0 0.2rem rgba(19, 135, 184, 0.5);
}

.formControlInline:focus {
  border-color: #04709e !important;
  box-shadow: 0 0 0 0.2rem rgba(19, 135, 184, 0.5);
}

/* ------------------------------------------------------------------------------ */

.text-success {
  color: #43a8d6 !important;
}

.navSuperior {
  background: #04709e;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.caixaPortal img {
  max-width: 50%;
  margin: auto auto;
}

.caixaPortal:hover {
  cursor: pointer;
}

.boletosPn {
  width: 40%;
}

.btn-info {
  border-color: #04709e;
}

.footer {
  background-color: #04709e;
  margin-top: -10px;
  margin-top: 30px;
}

.footer p, .footer a {
  color: white;
}

.footer a {
  transition: 0.2s;
}

.footer a:hover {
  font-size: 1.2em;
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 0px white;
}

.caixaLocal {
  margin-left: 10px;
}

.table th {
  color: white;
  background: #04709e;
}

.spanProcedimentos {
  color: #04709e;
}

.table td, .table tr, .table th {
  border-color: #ccc;
  font-weight: bold;
  font-size: 0.93em;
}

.table td {
  color: #333;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #04709e;
  color: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  color: #333;
  border: 1px solid #ccc;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer {
  border-bottom: 0;
}

.table td, .table th {
  vertical-align: middle;
}

.card {
  border-radius: 6px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

#formContato label {
  font-weight: bolder;
}

.formControlInline {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.imgIndex {
  width: 100%;
  height: 100%;
}

a.navbar-brand.linkNav, a.nav-link.dropdown-toggle.linkNav, .navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link {
  color: white;
}

a.navbar-brand.linkNav:hover, a.nav-link.dropdown-toggle.linkNav:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
  text-shadow: 0px 0px 0px white;
}

.letraP {
  color: #04709e;
  font-size: 0.9em;
}

.letra {
  color: #04709e;
}

.letraLink {
  color: #555;
  font-size: 1.3em;
}

.letraLink:hover {
  text-decoration: none;
  color: #555;
}

#veaga {
  min-height: 100vh;
}

.finalizar {
  /*      -webkit-filter: grayscale(100%); 
filter: grayscale(100%);*/
}

.hrLarge {
  height: 5px;
  color: #04709e;
  background-color: #04709e;
  border: none;
}

/*RENDIMENTOS*/

@media print {
  .btn {
    display: none;
  }
}

/* ------- ----------------------------------------------*/

@media (max-width: 768px) {
  #imgTopo {
    margin: 0 auto;
  }
  #btnCpf {
    margin-top: 10px;
  }
  #cardPortal {
    border: 0;
  }
  #cpf, .btnCpf {
    margin-bottom: 20px;
  }
  #imgIndex {
    margin-bottom: 20px;
  }
  .cpf {
    text-align: center;
  }
  .cpf .form-group {
    margin: 0 auto
  }
  #contato {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .logoContato {
    display: none;
  }
  .caixaOndeEstamos {
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .tituloContato {
    margin-bottom: 20px !important;
  }
}

/*CARTEIRINHAS--------------------------------------------------------------------*/

.navCarteirinhas {
  background: #04709e;
}

.accordion {
  display: none;
}

.accordionDados, #dadosAcord, #btnSolicitar {
  display: none;
}

.btn-primary {
  background: #04709e;
  color: white;
  border-color: #04709e;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: #04709e;
  color: white;
  border-color: #04709e;
}

.btn-primary:hover {
  background: rgba(0, 0, 0, 0.7);
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  background: #04709e;
}

.btn-success.disabled, .btn-success:disabled{
  background:  #04709e !important;
  border-color: #04709e;
}

.btn-primary:hover {
  background: #43a8d6;
  border-color: #04709e;
  box-shadow: 0 0 0 0.2rem rgb(67, 168, 214) !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(67, 168, 214) !important;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
  border-color: #04709e;
}

.btn-success {
  background: #04709e;
  color: white;
  border-color: #04709e;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgb(67, 168, 214) !important;
}

.btn-success:hover {
  background: #43a8d6;
  border-color: #04709e;
  box-shadow: 0 0 0 0.2rem rgb(67, 168, 214) !important;
}

.swal-button {
  background: rgba(0, 0, 0, 0.7);
}

.swal-button:active {
  background: #04709e;
}

a.navbar-brand.linkNav, a.nav-link.dropdown-toggle.linkNav, .navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link {
  color: white;
}

a.navbar-brand.linkNav:hover, a.nav-link.dropdown-toggle.linkNav:hover, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
  text-shadow: 0px 0px 0px white;
}

p {
  color: #04709e;
  font-size: 0.9em;
}

h5 {
  color: #04709e;
}

.azul {
  color: #04709e;
}

input.chkDependentes {
  width: 25px;
  height: 25px;
}