.ui-grid-row:nth-child(even) .status-selected .ui-grid-cell {
	background-color: #2EE678 !important;
}

.ui-grid-row:nth-child(odd) .status-selected .ui-grid-cell {
	background-color: #5CFF9E !important;
}

/*.status-late {
	/*color: red;*/
/*	color: black;
	font-weight: bold;
	 
}*/

.ui-grid-row:nth-child(even) .status-used .ui-grid-cell {
	background-color: #FFAD33 !important;
}


.ui-grid-row:nth-child(odd) .status-used .ui-grid-cell {
	background-color: #FFBD5C !important;
}
