/* 
	pdf export process uses this css to apply formatting, put here only classes that affect grids, exported as pdf.
	Note that pdf export process currently takes into account background-color, color and "text-decoration: line-through"
	css attributes.
*/

.client-inactive, .debtor-inactive, .clcontract-inactive, .afcacc-inactive, .clideb-inactive, .clacc-inactive , .pireos-non-collat, .companybankaccount-status-N, .prepayments-mode-Y {
	color: #7e7e7e !important;
}

.clideb-status-OD, .clacc-status-OD {
	background-color: #FFFAB6;	
	background: transparent url('../images/hover_yellow.gif');
}

.clideb-status-LI, .clacc-status-LI {
	background-color: #ffcec0;	
	background: transparent url('../images/hover_red.gif');
}

.clideb-status-R, .clacc-status-R {
	background-color: #c7e1c2;	
	background: transparent url('../images/hover_green.gif');
}

.clideb-status-SR, .clacc-status-SR {
	background-color: #FFD8B5;	
}

.crnote-reversed td, .receivables-reversed td, .payments-reversed td, .collection-reversed td, .prepayments-reversed td {
	text-decoration: line-through;
}

.receivables-mode-PE, .payments-status-P, .crnote-unallocated, .collection-mode-PE, .noncashadj-mode-PE, .ba-mode-PE {
	color: #006000 !important;
}

.receivables-mode-OK, .disapproval-code-no-commitment, .payments-status-U, .crnote-allocated, .collection-mode-OK, .noncashadj-mode-OK, .admin-disapproval-code-valid, .ba-mode-OK {
	color: #0000FF !important;
}

.receivables-mode-FI, .payments-status-O, .collection-mode-FI, .noncashadj-mode-FI, .ba-mode-FI{
	color: #857053 !important;
}

.receivables-mode-OV, .disapproval-code-commitment, .payments-status-V, .collection-mode-OV, .noncashadj-mode-OV, .admin-disapproval-code-commitment-valid, .ba-mode-OV {
	color: #FF0000 !important;
}

.receivables-mode-FO, .ba-mode-FO, .clacc-status-reassigned {
	color: #D500D5 !important;
}

.collection-mode-FO, .noncashadj-mode-FO {
	color: #5B2460 !important;
}

.delegated-role {
	color: #0000FF !important;
}

.batch-with-priority {
	color: red !important;
}

.nosort {
	background-color: #787878;
	color: white !important;
}