/**
 * Created by billmatlock
 * Date: 6/28/17
 * Time: 11:52 AM
 *
 * Version: $Id: kiosk.css 93 2017-08-22 20:34:37Z billmatlock $
 */

div.error {
	border:#bf6464 2px dashed !important;
	background-color:#fdfbfb !important;
}
tr.error {
	background-color: rgba(191, 100, 100, 0.2) !important;
	border:#bf6464 2px dashed !important;
}
.highlighted {
	background-color: rgba(214, 233, 198, 0.5) !important;
	padding: 5px;
}


.jqdatepicker:enabled {
	background-color:#fff !important;
}