/* --------------------- */
/*       Body CSS        */
/* --------------------- */  

.bg-darkless {
    background-color: #9c7218 !important;
}

.container-fluid {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 0rem;
}


/* --------------------- */
/*      Botões CSS       */
/* --------------------- */  
.btn-light {
    border-color: #ced4da;
    box-shadow: 0 0px 0px; 
}


/* --------------------- */
/*   Form Control CSS    */
/* --------------------- */  

.search {
    font-size: 1rem;
    height: 35px;
}

.form-control:focus {
    border-color: white;
    box-shadow: 0 0px 0px; 
}

/* --------------------- */
/*      Links CSS        */
/* --------------------- */  
.nav-link {
    font-size: 1rem;
    color: white;
}

.dropdown-toggle {
    font-size: 1rem;
    color: white;
}

a {
    vertical-align: middle;
    font-size: 1.0rem;
}


/* --------------- */
/*   NavBar CSS    */
/* --------------- */
.navbar-brand,
.navbar-nav li a {
    height: 31px;
    padding-top: 0.3rem;
    font-size: 1rem;
}   
.dropdown-item{
    color: white;
}

/* --------------- */
/*   Footer CSS    */
/* --------------- */
footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.5rem;
}


.table-responsive {
    max-height: fit-content;
    overflow: auto;
}