﻿.statutLabel {
    min-height: 18px;
    align-items: center;
    border-radius: 4px;
    padding-top: 1px;
    text-align: center;
    span {
        
        margin-top: 1px;
        font-weight: 400;
    }
}

.statutLabel.enattentebailleur {
    background-color: #99b6b5;
    color: white;
}

.statutLabel.refuséparlefournisseur {
    background-color: #e74c3c;
    color: white;
}

.statutLabel.encours {
    background-color: #f1c40f;
    color: white;
}

.statutLabel.enattentebailleur {
    background-color: #3498db;
    color: white;
}

.statutLabel.exécuté {
    background-color: #27ae60;
    color: white;
}

.statutLabel.executé {
    background-color: #27ae60;
    color: white;
}

.statutLabel.annulé {
    background-color: #9b59b6;
    color: white;
}

.statutLabel.facturé {
    background-color: #f39c12;
    color: white;
}

.statutLabel.enattentefournisseur {
    background-color: #2e91af;
    color: white;
}

.smallfont {
    font-size: 11px;
}

.smallfont * {
    font-size: inherit;
}

