#loaderQualitaAria{
position: fixed;
top: 50%;
left: 50%;
z-index: 1050;
margin-top: -60px;
margin-left: -60px;
border: 1px soli;
opacity: 1;
border: 16px solid #f3f3f3;
border-top: 16px solid #3d5c2e;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
}

#loaderSfondoQualitaAria{
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: black;
opacity: 0.5;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.pb20{padding-bottom:2em;}
.listaVuota{text-align:center;color:#f00;}

html body div.paddingCol0{padding-right:0;padding-left:0px;}