/*Write your custom css in this file.*/


/*

corprimaria_clara2 -> 0c8545 -> Verde clara2
corprimaria_clara -> 0b703b -> Verde clara
corprimaria_normal -> 0a562e -> Verde normal
corprimaria_escura -> 083c21 -> Verde Escuro
corprimaria_escura2 -> 062c18 -> Verde Escuro2
corprimaria_escura3 -> 031c0f -> Verde Escuro3

corsecundaria_claro -> ffab18 -> laranja claro
corsecundaria_normal -> ff9600 -> laranja normal

*/
.bg-dark-success{background-color: #0b703b}

#sidebar {background-color: #031c0f;}
#sidebar-menu li a{
    background-color: #031c0f;
    color: #d0d4d0;
}
#sidebar-menu li a:hover{background-color: #083c21; color: #d8e7d8;}
#sidebar-menu .active a{background-color: #062c18 !important; color: #d8e7d8;
    border-left: 2px solid #ff9600 !important;}
#sidebar-menu li ul > li > a {background-color: #010b06;}
#sidebar-menu li ul > li > a:hover {background-color: #083c21 !important;}

#sidebar-menu li.expand > a:before {color: #0c8545;}

.btn-default{background: #818b86; color: #f4f4f4 !important;}
.btn-default:hover{background: #657c71 !important; color: #ffffff;}
.btn-default:active{background: #445d51 !important; color: #ffffff;}
.btn-default:focus{background: #445d51 !important; color: #ffffff;}
.btn-default:link{background: #445d51 !important; color: #ffffff;}
.btn-default:visited{background: #445d51 !important; color: #ffffff;}


.btn-primary{background: #0b703b;}
.btn-primary:hover{background: #0c8545 !important;}
.btn-primary:active{background: #096735 !important;}
.btn-primary:focus{background: #096735 !important;}
.btn-primary:link{background: #096735 !important;}
.btn-primary:visited{background: #096735 !important;}

.custom-toolbar .dropdown-toggle { background: #f4f4f4 !important; border: 1px solid #cccccc !important; color: #616161 !important;}


.panel-coral {
    background-color: #ff9600;
    color: #fff;
}
.panel-coral .btn {
    background-color: #f1f1f1;
    color: #ffffff !important;
}
.panel-coral .btn:hover {
    background-color: #ffffff;
    color: #f28f00;
}


@media (min-width: 768px){
    .modal-dialog {
        width: 768px !important;
    }
}

label{
    padding-top: 8px;
}


.check-mh{
    margin-top: 10px !important;
}

.fileinput-button {background: #f00;}

.general-form .form-control {background-color: #e6e9ef !important;}
.select2-container .select2-choice, .select2-container .select2-choices, .select2-container .select2-choices .select2-search-field input {background-color: #e6e9ef !important;}

label#unidade_label { position: relative; left: 85%; top: -34px; }
