/*!
 *   AdminLTE v2.3.0
 *   Author: 
 *	 Website: 
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
 */

 /*
 * Core: General Layout Style
 * -------------------------
 */

 .logo-idaf {
    margin-top: 9px;
    margin-left: 15px;
 }
 
 
@media (min-width:1200px){
    .container{
        width: 1100px;
    }
}

@media (min-width:1200px){
    .container-acompanhamento{
        width: 1100px;
    }
}


.form-control {
    text-transform: uppercase;
}

.input-email {
    text-transform: lowercase;
}

.form-control:focus {
    border-color:#2e8b57;
}

.rodape {
    background-color: #000000;
    color: #FFFFFF;
    
}

.bg-orange {
  background-color: #8a291d !important;
}

/**
    Tabela e controle de paginação
*/

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #d2ded8;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f0f0;
}


.table-hover>tbody>tr:hover {
    background-color: rgba(165, 216, 60, 0.53);
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #104e32;
    border-color: #104e32;
}
