/* here you can put your own css to customize and override the theme */
.page-header .page-header-top .page-logo .logo-default {
    margin: 10px 0 0;
}


.label-stato-richiesta-1 { /* Richiesto */
    background-color: #4C87B9;
}

.font-stato-richiesta-1 {
    color: #4C87B9!important;
}

.label-stato-richiesta-2 { /* Creato */
    background-color: #2AB4C0;
}

.font-stato-richiesta-2 {
    color: #2AB4C0!important;
}

.label-stato-richiesta-3 { /* Eseguito */
    background-color: #26C281;
}

.font-stato-richiesta-3 {
    color: #26C281!important;
}

.label-stato-richiesta-4 { /* Annullato */
    background-color: #2F353B;
}

.font-stato-richiesta-4 {
    color: #2F353B!important;
}

.label-stato-richiesta-5 { /* InGestione */
    background-color: #C49F47;
}

.font-stato-richiesta-5 {
    color: #C49F47!important;
}

.label-stato-richiesta-6 { /* InGestione */
    background-color: #f00;
}

.font-stato-richiesta-6 {
    color: #f00!important;
}

.label-stato-richiesta-7 { /* Bozza */
    background-color: #f6764e;
}

.font-stato-richiesta-7 {
    color: #f6764e!important;
}