button.big{
    width: 76%;
    height: 2.5em;
    margin-top: 1.5em;
    background: #0051a4;
    color: #fff;
    outline: none;
    border: solid 1px #444;
    border-radius: 2px;
}
#richiesta-sopralluogo label, label.netdesign {
    float: left;
    line-height: 2.5em;
    padding-top: 1em;
    margin-right: 5%;
    width: 15%;
}
input.big{
    width: 61.5%;
    padding-left: 3%;
    height: 2.5em;
    margin-top: 1.5em;
    color: #000;
    outline: none;
    border: solid 1px #444;
    border-radius: 2px;

}
button.big:hover{
    background: #0069D4;
}

select.copertura_primo_step,
select.copertura_secondo_step,
select.copertura_terzo_step{
    width: 85%;
    font-size: 1.1em;
    height: 2.5em;
    padding-left: 0.7em;
}

div.copertura_comuni{
    display: none;
}

div.copertura_zone{
    display: none;
}
div.last_step{
    display: none;
}

div#get-lat-lang-ui-map{
    display: none;
    width: 85%;
    height: 260px;
}

.semaforo.verde{
    height: 1em;
    background: #0D5F00;
    color: #0D5F00;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-radius: 4px;
    margin-right: 0.5em;
}

