.lead{
    font-weight: 600;
}

.card{
    background-color: #e9ecef;
}

#accordion button{
    width: 100%;
}

#card-titulo{
    float: left;
}

.navbar, #submit_id{
    background-color: #ecb044;
}

.professores-pesquisadores {
    color: #ecb044;
}

div.busca {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

#busca {
    flex-grow: 5;
}

#submit_id {
    flex-grow: 1;
    color: #093d63;
    transition: 0.5s;
    border:1px solid grey;
    max-width: 100px;
}

#submit_id:hover {
    color: white;
}

.footer{
    /* position: absolute;
    bottom: 0; */
    width: 100%;
    background-color: #f5f5f5;
}

.jumbotron{
    padding-bottom: 40px;
    /* background-color: #d3e6fa; */
    background-color: white;
    /* border: 1px solid black; */
}

#sobre p{
    text-align: justify;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    transform: scale(1.6);
    bottom: 0.6em;
}

#frequencia_termos{
    width: 60%;
    margin: 0 auto;
}

.icon-deslocado {
    font-size: 0.6em;
    top: 30px;
    left: 1px;
}

i.com-conteudo {
    color: #E1AE46;
}

i.sem-conteudo {
    color:#BAB7C1;
}

i.fa-circle {
    vertical-align: middle;
}

.nav-link {
    padding-left: 1.6rem;
}

.nome-individuo, .quantidade-individuo, .titulo-aba {
    font-size: 20px;
}

.quantidade-individuo, .titulo-aba {
    text-align: center;
}

td.version-versao, td.version-lancamento, td.version-novidade {
    text-align: center;
}

td.version-versao {
    font-weight: bold;
    font-size: 20px;
}

td.version-novidade {
    text-align: left !important;
}

.faq-pergunta {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.faq-texto {
    font-size: 20px;
}

.btn-outline-primary {
    color: #093d63;
    border-color: #093d63;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #093d63;
    border-color: #093d63;
}

.btn{
    border: 0px;
}

.btn-danger{
    background-color: #c81d25;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c81d25;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #17496d;
    border-color: #17496d;
}

.botao-navbar {
    font-weight: 600;
}

.titulo {
    text-align: center;
}

div.titulo {
    margin-bottom: 100px;
}

div.progress {
    height: 40px;
}

.loadingbar-text {
    color: #000000;
    font-weight: bold;
    text-align: center;
}


/* Barra de navegação do Dashboard */
.sticky-div {
    position: sticky;
    top: 0px;
    padding: 10px 0px;
}

.topnav {
    background-color: #ecb044;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: #093d63;
    color: white;
}

.topnav a.active {
    background-color: #093d63;
    color: white;
}