/* фон в истории заказов */
.delivery-status-red {
	background-color: #f8d7da !important;
}
.delivery-status-blue {
	background-color: #cfe2ff !important;
}
.delivery-status-orange {
	background-color: #fff3cd !important;
}
.delivery-status-light-blue {
	background-color: #cff4fc !important;
}
.delivery-status-green {
	background-color: #d1e7dd !important;
}
.delivery-status-softred {
    background: rgb(209,231,221);
    background: -moz-linear-gradient(90deg, rgba(209,231,221,1) 0%, rgba(248,215,218,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(209,231,221,1) 0%, rgba(248,215,218,1) 100%);
    background: linear-gradient(90deg, rgba(209,231,221,1) 0%, rgba(248,215,218,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1e7dd",endColorstr="#f8d7da",GradientType=1);
	/*background-color: #fcd3d7;*/
}
.delivery-status-grey {
	background-color: #a0a0a0 !important;
}