.bg-blue{
 background-color: #4471c4 !important;
}

.bg-green{
    background-color: #81b918 !important;
}


.text-blue{
    color:#4471c4 !important;
}

.text-green{
    color:#81b918 !important;
   
}

.main-sidebar{
    background-color: #3f474e !important;
}

.nav-pills .nav-link {
    color: #fff !important;
}

.nav-pills .nav-link:hover{
    color: #81b918 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

/* a{
    color: #4471c4!important;
} */

.page-item.active .page-link{
    color: #fff!important;
}

.detail-ico:hover{
    color: #fff !important;
}

.card-primary.card-outline {
    border-top: 3px solid #4471c4 !important;
}

ul.messageerreur li{
    color:red !important;
    margin-top: 50px !important;
}

/* CSS pour le style de l'alerte */
.stock-alert {
    padding: 5px;
    background-color: rgba(255,000,000,.7);
    color: white;
    font-weight: bold;
   
    /* animation: blink 1s linear infinite; */
} 

/* Animation de clignotement */
/* @keyframes blink {
    50% {
        opacity: 0;
    }
} */

.stock-avertiss{
    padding: 5px;
    background-color: orange;
    color: white;
    font-weight: bold;
}

.inline-form-group {
    display: flex;
    align-items: center;
}

.fond{
    background-color: #4471c4 !important;
}

/* masquer le boutton d'impression */
@media print {
    #printButton {
        display: none;
    }
    /* Masquer les autres éléments non nécessaires lors de l'impression */
    #filterForm {
        display: none;
    }
}


.menu-open{
    color:#81b918;
}

.btn-close{
    color:#fff !important;
    background-color: transparent !important;
    border: none !important;
    float: right !important;
}