
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}


body { 
background: #f9f9ff;
font-family: "Poppins", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#000000;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus{
outline: none;
}

img.centro
{
display:block;
margin:auto;
}

.info-icon {
    color: #005bbb;
    font-size: 20px;
    margin-left: 6px;
    text-decoration: none;
    vertical-align: middle;
}

.info-icon:hover {
    color: #003d7a;
}



.popup-overlay{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:9999;
}

.popup-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:#fff;
    padding:15px;
    border-radius:8px;
    max-width:90%;
    max-height:90%;
}

.popup-img{
    display:block;
    max-width:100%;
    max-height:80vh;
    height:auto;
}

.popup-close{
    position:absolute;
    top:5px;
    right:12px;
    font-size:28px;
    cursor:pointer;
    color:#333;
}

.corpo_err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}


.err {
font-size: 20px;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-bottom:20px;
line-height:1;
text-decoration: underline;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px none;
}


#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}

label {
display: block;
margin-bottom: 4px;
font-weight: 400;
}

select {
width: 100%; /* o una larghezza fissa se preferisci */
max-width: 360px;
padding: 5px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #000000;
text-decoration: none;
}

A:HOVER {
color: #000000;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE, A.fot:HOVER{
color: #000000;
font-weight: 700;
text-decoration: underline;
}


A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER{
color: #000000;
text-decoration: underline;
}


A.font:LINK, A.font:VISITED, A.font:ACTIVE, A.font:HOVER{
color: #ffffff;
text-decoration: none;
}




A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}