/*label {
	display: inline-block;
	width: 5em;
}*/
	
label.error {
	color: #e74c3c !important;
	font-size: 11px !important;
	font-style: italic !important;
}

input.error { 
	border: 1px solid #c0392b !important;
}

/*.datepicker {
	z-index: 2000 !important;
}*/

.readonly {
	background: #eee !important;
	pointer-events: none !important;
	touch-action: none !important;
}

.load {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none; 
	overflow: hidden;
	outline: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-top: 170px;
	color: white;
}
