/*
##     ##    ###    #### ##    ##      ######   ######   ######
###   ###   ## ##    ##  ###   ##     ##    ## ##    ## ##    ##
#### ####  ##   ##   ##  ####  ##     ##       ##       ##
## ### ## ##     ##  ##  ## ## ##     ##        ######   ######
##     ## #########  ##  ##  ####     ##             ##       ##
##     ## ##     ##  ##  ##   ### ### ##    ## ##    ## ##    ##
##     ## ##     ## #### ##    ## ###  ######   ######   ######

    Custom css
    @author : Hydil Aicard Sokeing : shydilaicard@gmail.com for Themis-it Technologies
*/
h1, h2, h3, h4, h5 {
    color: #000 !important;
}

.btn-primary {
    background-color: #f6390f;
    border-color: #f6390f;
}

.lobibox .lobibox-body {
    font-size: 22px !important;
}

div.bloc_notif {
    color: #FFF !important;
}

div.bloc_notif ul li {
    list-style: square;
}

.login-form label {

}

.zone-login {
    background-image: url("../../assets/images/back.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Télécharger" !important;
}

table thead tr {
    background-color: #a63950;
    color: #FFF;
}

.sidebar .nav .nav-item {
    margin-top: 35px !important;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    margin-top: -30px !important;
}

button.confirm {
    background-color: #a63950 !important;
}

.updated {  pointer-events: none; opacity: 0.5  }

.dropdown-menu li:hover {
    background-color: #a63950 !important;
}

.dropdown-menu li a:hover {
    color: #FFF !important;
}