.highlightedRow {
	background-color: #fdfd96 !important;
}

.errorRow {
	background-color: #ED2939;
	color: white !important;
	::placeholder { 
		color: white !important;
		opacity: 1;
	}
	:-ms-input-placeholder {
		color: white !important;		
	}
	::-ms-input-placeholder {
		color: white !important;
	}
}