@CHARSET "UTF-8";

/* Sample CSS styles below */
#results .pages {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    display: block;
    overflow: auto;
}
#results .pages li {
    display: inline-block;
    width: 35px;
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
}
#results .pages li a {
    display: block;
    background: #eee;
    line-height: 30px;
    text-align: center;
}
#results .pages li span {
    display: block;
    background: #575757;
    line-height: 30px;
    text-align: center;
}

#results select[name='page-selector'] {
    max-width: 100px;
}

#results label[for='page-selector'] {
    margin-top: 20px;
    display: block;
}
#page-selector {
    float: right;
}
li.regione, li.provincia, li.comune, li.scuola, li.classe, li.regione_all, li.provincia_all, li.comune_all, li.scuola_all, li.classe_all, li.scuola_non_trovata, li.scuola_non_trovata_testo, li.regione_pub, li.provincia_pub, li.comune_pub, li.scuola_pub, li.classe_pub, li.nome_docente, li.cognome_docente, li.email_docente, li.telefono_docente {
    display: none;
}
#mask {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #0000001f;
display: none;
z-index: 10000;
}
#mask img {
width: 100px;
position: absolute;
top: calc(50% - 100px);
left: calc(50% - 100px);
}
#form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"], .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type="submit"] {
   border: none !important;
   box-shadow: none !important;
   -webkit-box-shadow: none !important;
   text-shadow: none !important;
}
