/* 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;
}
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;
}
.row-reduce {
	margin-left:-2.5px;
	margin-right:-2.5px;
}
.row-reduce > div {
	padding-left:2.5px;
	padding-right:2.5px;
}