﻿/*stato offerte*/
i.fa.stato0 {
    color: #ccc; /*Draft*/
}

i.fa.stato1 {
    color: #cacaca; /*Created*/
}

i.fa.stato2 {
    color: #ddcd82; /*InCompletation*/
}

i.fa.stato3 {
    color: #ffd103; /*Completed*/
}

i.fa.stato4 {
    color: #ddd41c; /*ToBeProcessed*/
}

i.fa.stato5 {
    color: #ff0000; /*ProcessedInError*/
}

i.fa.stato6 {
    color: #c9d52b; /*Processing*/
}

i.fa.stato7 {
    color: #39e097; /*Confirmed*/
}

i.fa.stato8 {
    color: #6ec3bb; /*Shipped*/
}

i.fa.stato10 {
    color: #595959; /*Expired*/
}

i.fa.stato11 {
    color: #ff2e5d; /*Declined*/
}

/* biscia stato offerta */
.stato0 .biscia {
    border-left-color: #ccc; /*Draft*/
}

.stato1 .biscia {
    border-left-color: #cacaca; /*Created*/
}

.stato2 .biscia {
    border-left-color: #ddcd82; /*InCompletation*/
}

.stato3 .biscia {
    border-left-color: #ffd103; /*Completed*/
}

.stato4 .biscia {
    border-left-color: #ddd41c; /*ToBeProcessed*/
}

.stato5 .biscia {
    border-left-color: #ff0000; /*ProcessedInError*/
}

.stato6 .biscia {
    border-left-color: #c9d52b; /*Processing*/
}

.stato7 .biscia {
    border-left-color: #39e097; /*Confirmed*/
}

.stato8 .biscia {
    border-left-color: #6ec3bb; /*Shipped*/
}

.stato10 .biscia {
    border-left-color: #595959; /*Expired*/
}

.stato11 .biscia {
    border-left-color: #ff2e5d; /*Declined*/
}

/* client color */
.logobt-n01 {
    background-color: #ff4444 !important;
}

.logobt-n02 {
    background-color: #6e77db !important;
}

.logobt-n03 {
    background-color: #5abe3c !important;
}

.logobt-n04 {
    background-color: #bb009b !important;
}
