.label{
    FONT-FAMILY: verdana !important;
    FONT-WEIGHT: normal !important;
    FONT-SIZE: 8pt !important;
}
.label-in_progress{
    background-color: #2ea3f2;
}
.label-sent{
    background-color: #f39c12;
}
.label-closed {
    background-color: #00a65a;
}
.label-canceled {
    background-color: #dd4b39;
}

.label-waitingDoc{
    background-color: #6c757d;
}