/*  BASE  */

body {
    background-color: var(--bs-gray-100) !important;
}

.logo {
    height: 52px;
    padding: 0;
}

.navbar {
    background-color: rgba(255, 255, 255, 1);
    color: white;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}



.tabela {
    background-color: white;
    padding-top: 0.25rem;
    border-radius: 0.2rem;
    border: 1px solid #ced4da;
}



div#form-filter {
    display: flex; 
    flex-flow: row wrap; 
    /*justify-content: space-between; 
    align-content: space-around;*/
}

#form-filter>select {
    /*width: 33%; 
    margin: 8px;*/
    min-width: 85px;
    max-width: 40%; 
    margin: 0 3px 8px 3px;
    padding: 4px 8px;
    background-color: white; 
    border-radius: 0.2rem; 
    border: 1px solid #ced4da; 
    color: black;
}



@media only screen and (max-width: 1439px) {
    a.btn-list.btn.btn-secondary {
        margin: 4px 0;
    }
}

@media only screen and (min-width: 1440px) {
    #DataTables_Table_0 > thead > tr > th:nth-child(7){
        width: 105px;
    }
}


/*  FORM

.form-control, .form-select, .form-check-input {
    background-color: #fbfbfb !important;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: #6c757d !important;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.4) !important;
}

.form-check-input:checked,.form-check-input:active {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.4) !important;
}

.form-select>option:checked{
    background-color: #6c757d;
    color: #fff;
}

.form-select>option:hover{
    background-color: #6c757d !important;    
}*/




/* PAGINAÇÃO */

.page-link:focus {
    color: black !important;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.4) !important;
}

.page-link {
    color: #6c757d !important;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}





/* TABELA */

.titulo-tabela{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.table-responsive.container-lg{
    padding: 50px 0 20px 0;
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin-left: 10px;
    margin-right: 10px;
}