body {
  background: url('/img/sassolungo.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.evidenzia:hover{
	cursor:pointer;
	opacity:0.5;
}
input[type="radio"]+label, input[type="radio"]{ cursor:pointer; } 
.label{
	font-weight:500;
	
}

.sez_disab{
	pointer-events:none;
	opacity:0.3;
}
.disable_sel_text{
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
.ibanParrocchia{
	-webkit-user-select: text; /* Safari */
  	-ms-user-select: text; /* IE 10 and IE 11 */
  	user-select: text; /* Standard syntax */
}
.errore_ajx_1{
	border-top: 1px solid red;
    border-bottom: 1px solid red;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	display:none;
	color:red;
	font-size:10pt;
}

.bg_rosso_volantino{
	background:rgb(170,0,0);
}
.txt_rosso_volantino{
	color:rgb(170,0,0);
}

.bg_grigio_volantino{
	background:rgb(41,63,76);
}
.txt_grigio_volantino{
	color:rgb(41,63,76);
}
a{
	color:rgb(41,63,76);
	text-decoration: none;
}
a:hover{text-decoration:none;opacity:0.5;}

.fs-6{
	font-size: 0.7rem!important;
}
footer a, .riq_1 a{color:rgb(41,63,76);}
footer a:hover{text-decoration:none;opacity:0.5;}
.pulsante:hover {cursor:pointer;opacity:0.5;}
.pulsante {background:rgba(255,255,255,0.3);font-size:14pt;font-weight:bold;border:2px solid rgb(170,0,0);padding:5px;}

#ajaxWait { 
	background: rgba(0,0,0,0.5); 
	width:100%; 
	z-index:1001 !important; 
	color:#fff; 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
}

#ajaxWait > div {
	position: absolute;
	text-align:center;
	width  : 80px;
	height : 80px;
    top: calc(50% - 40px); /* 50% - 3/4 of icon height */
    left: calc(50% - 40px); 
}