<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
span.originale {
	color: #FF0000;
	text-decoration: underline;
	display: none;
}
/* Hide Close "X" for modalbox alerts */
.window_confirm .ui-dialog-titlebar {
	display: none;
}
.ui-datepicker {
	z-index: 1151 !important;
}
.ui-widget-header {
	color:#333 !important;
}
div.blockPage {
	left: 18% !important;
	top: 30% !important;
	width: 64% !important;
}
.fullLoader {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	background-color: rgba(0,0,0,0.70);
	z-index: 15;
}</pre></body></html>