.main-menu-header{
    color: #10325d !important;
    background-color: #f3f3f3 !important;
}
.logo-bic{
    max-width: 80% !important;
}
.active{
    /*border-left: 5px solid #10325d !important;*/
    background: #FFF !important;
}
.bold{
    font-weight: bold !important;
}
.green{
    color:#468847;
}
.yellow{
    color:#f89406;
}
.red{
    color: #b94a48;
}
.bg-green{
    color:#468847;
}
.bg-yellow{
    color:#f89406;
}
.bg-red{
    color: #b94a48;
}
.escrita-opcoes{
    color: #757575;
    font-size: 12pt;
}

.divisoria{
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 15px 0; 
    margin-bottom: 10px;
}

.link{
    color: #FFF !important;
    cursor: pointer !important;
}
.table-grade{
    width: auto;
    margin-top: 15px;
    
}

.borda{
    border: 1px solid #000;
    padding: 12px;
    text-align: center;
}
.opcoes-percepcao{
    padding-left: 15px;
}
.marrom{
    color: maroon !important;
}
.blue{
    color: blue !important;
}
.red{
    color: red !important;   
}
.ml-10{
    margin-left: 15px;
}
.ml-15{
    margin-left: 15px;
}

.background-white{
    background-color: #FFF;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}