/* ---------- action-status --------- */ 
.action-status							{ color:#000000; font-size:13px !important;
	&.none								{ background-color:#CB2929 !important; color:#ffffff; }
	&.part								{ background-color:#E69545 !important; }
	&.full								{ background-color:#57D957 !important; }
	&.cancelled							{ background-color:#DDDDDD !important; }
	&.not_complete						{ background: no-repeat url(/modules/oms/media/icons/not_complete.svg) center center; }
	&.part-cancelled					{ position:relative; 
		&:before						{ position:absolute; bottom:0; right:0; content:''; display:block; width:50px; height:22px; background-image:linear-gradient(135deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,#ddd 0%,#ddd 100%); }
	}
	&.action_number:before				{ content:'0..9'; display:block; text-align:center; margin-top:20%; font-weight:700; color:#000; }
}
td.action-status						{ padding:5px 0 !important; text-align:center; }

.edi-status								{ color:#ffffff;
	&.status-packed						{ background-color:#CB2929 !important; }
	&.status-sent						{ background-color:#E69545 !important; }
	&.status-received					{ background-color:#57D957 !important; }
	&.status-cancelled					{ background-color:#DDDDDD !important; }
	&.editing							{ background: no-repeat url(/modules/oms/media/icons/not_complete.svg) center center; }
	&.part-cancelled					{ position:relative; 
		&:before						{ position:absolute; bottom:0; right:0; content:''; display:block; width:50px; height:22px; background-image:linear-gradient(135deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 70%,#ddd 0%,#ddd 100%); }
	}
}

th.arn-status							{ background:url(/media/icons/info_clear.svg) center center no-repeat; background-size:16px; }
.arn-status							{
	&.status-pending				{ background-color:#CB2929 !important; }
	&.status-sent					{ background-color:#E69545 !important; }
	&.status-received				{ background-color:#57D957 !important; }
}