@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap");
.botaotopo .resultado {
  visibility: hidden;
}

a:hover {
  text-decoration: none;
}

.introducao {
  padding-top: 40px;
  margin-top: 40px;
}

.introducao h4 {
  font-size: 1.4rem ;
  font-family: "Archivo";
  font-weight: bold;
}

.introducao p {
  font-size: 1rem ;
}

.card-body {
  padding: 0;
}

.nav-tabs {
  padding-left: 14px;
  padding-right: 14px;
  border-bottom: none;
}

.nav-tabs .navegacao {
  font-size: 0.8rem ;
  padding: 8px 8px 0px 8px;
}

.nav-tabs .navegacao hr {
  border-top: 5px solid transparent;
  margin: 0px;
}

.nav-tabs .navegacao.active {
  background-color: #00338D;
  color: #fff;
  border-radius: 12px 12px 0px 0px;
}

.nav-tabs .navegacao.active:hover hr {
  border-top: solid 5px transparent;
}

.nav-tabs .navegacao:hover hr {
  border-top: solid 5px #00338D;
  margin: 0px;
  border-radius: 12px 12px 0px 0px;
}

@media screen and (max-width: 768px) {
  .nav-tabs .navegacao {
    font-size: 0.8rem ;
    padding: 12px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
  }
  .nav-tabs .navegacao.active {
    background-color: #c88d04;
    color: #000;
    border-radius: 12px;
  }
  .nav-tabs .navegacao hr {
    display: none;
  }
}

#RelatorioSecretaria {
  width: 1080px;
}

.canvasjs-chart-credit {
  display: none;
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #00338D;
}

.tab-content {
  padding: 0px 14px 18px 14px;
  border-radius: 12px;
  background-color: #f8f9fa;
}

.tab-content .titulotab h3 {
  font-family: "Archivo";
  font-weight: bold;
  padding: 33px 24px;
  font-size: 1.4rem ;
  color: #fff;
  background-color: #00338D;
  border-radius: 0px 0px 12px 12px;
  background-color: #00338D;
}

@media screen and (max-width: 768px) {
  .tab-content {
    padding: 0px 14px 18px 14px;
    border-radius: 12px;
    background-color: #f8f9fa;
  }
  .tab-content .titulotab h3 {
    padding: 33px 17px;
    font-size: 1rem ;
    color: var(--white);
    background-color: #00338D;
    border-radius: 12px;
    background-color: #00338D;
  }
}

.tab-content .filtro-titulo {
  margin-top: 24px;
  font-size: 1rem ;
  color: #212529;
}

.tab-content .filtros-input {
  margin-top: 24px;
}

.tab-content .filtros-input p {
  font-size: 0.8rem ;
  padding-left: 10px;
  color: #495057;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.tab-content .filtros-input select,
.tab-content .filtros-input input {
  font-size: 0.7rem ;
}

.tab-content .btn-aplicar {
  background-color: #00338D;
  color: #fff;
  font-size: 0.8rem ;
  padding: 10px;
  width: 100%;
}

.tab-content .limpar {
  padding-left: 0;
}

.tab-content .dados {
  min-height: 100%;
  border-radius: 12px;
  color: #fff;
  padding: 20px 9px;
  text-align: center;
  background-color: #00338D;
}

.tab-content .dados.claro {
  background-color: #003ca7;
}

.tab-content .dados h4 {
  font-size: 2rem ;
  font-family: "Archivo";
  font-weight: bold;
}

.tab-content .dados p {
  font-size: 0.7rem ;
  margin-bottom: 0;
}

.tab-content .explicacao {
  padding-top: 40px;
  text-align: center;
  font-size: 0.7rem ;
}

.tab-content .explicacao p {
  margin-bottom: 0;
}

.tab-content .btn-opcoes {
  border-radius: 12px;
  transition-duration: 0.5s;
  font-size: 0.7rem ;
  padding: 12px 40px;
  border: solid 1px #dee2e6;
}

.tab-content .btn-opcoes.active {
  transition-duration: 0.5s;
  background-color: #c88d04;
  border: solid 1px #c88d04;
}

.tab-content .btn-opcoes:focus {
  box-shadow: none !important;
}

@media screen and (max-width: 425px) {
  .tab-content .btn-opcoes {
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 6px !important;
  }
}

.tab-content select {
  font-size: 0.7rem ;
}

@media screen and (max-width: 425px) {
  .tab-content .btn-group {
    display: grid;
  }
}

.titulo-avaliacao {
  padding-top: 40px;
  margin-bottom: 40px;
}

.titulo-avaliacao h3 {
  font-size: 1.2rem ;
  font-family: "Archivo";
  font-weight: bold;
}

.titulo-avaliacao span {
  font-size: 0.7rem ;
}

.topo-relatorio {
  margin-top: -20px;
  padding: 8px 15px;
  border-radius: 6px 6px 0px 0px;
  background-color: #00338D;
  margin-bottom: 15px;
  color: #fff;
}

.topo-relatorio h4 {
  margin: 2px 5px;
  font-size: 1rem ;
  font-weight: bold;
}

@media screen and (max-width: 320px) {
  .topo-relatorio h4 {
    font-size: 0.8rem ;
  }
}

.relatorio .descricao {
  padding-top: 10px;
  font-size: 0.8rem ;
}

.relatorio .barra .progress {
  height: 100%;
}

.relatorio .barra .progress .progress-bar {
  height: 35px;
}

.relatorio .barra .progress.barra-esquerda {
  border-radius: 6px 0px 0px 6px;
  direction: rtl;
  background-color: #f1f3f5;
}

.relatorio .barra .progress.barra-esquerda .progress-bar {
  background-color: #f03e3e;
  border-radius: 6px;
}

.relatorio .barra .progress.barra-direita {
  border-radius: 0px 6px 6px 0px;
  background-color: #f1f3f5;
}

.relatorio .barra .progress.barra-direita .progress-bar {
  background-color: #37b24d;
  border-radius: 6px;
}

.relatorio .barra .valor {
  margin-top: 5px;
  font-size: 0.8rem ;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .relatorio {
    padding: 12px 4px;
    border-bottom: solid 1px #e6e9ec;
  }
  .relatorio hr {
    display: none;
  }
}

.vermelho {
  color: #f03e3e;
}

.verde {
  color: #37b24d;
}

.cad-body {
  height: 450px;
}

@media screen and (max-width: 425px) {
  .pagination {
    margin-top: 15px;
  }
  .pagination .page-item .page-link {
    padding: .3rem .5rem;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .pagination {
    padding: 0;
  }
}
