:root{
    --altezza: 0;
    --altezza: 0;
}
body{
    margin: 0;
    background-color: rgb(247,251,253);
    font-family: Roboto, sans-serif;
    overflow-x: hidden !important;
    /*top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}
span,
img,
div,
form{
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
h1{
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    color: rgb(255,255,255);
    text-shadow: -1px 0 rgb(0,0,0), 0 1px rgb(0,0,0), 1px 0 rgb(0,0,0), 0 -1px rgb(0,0,0);
}
textarea:focus, input:focus, select:focus{
    outline: none;
}
textarea, input, button, select { font-family: inherit; font-size: inherit; }
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border: none;
}
input:disabled {
    color: rgb(34,113,179);
}
select{
    width: 200px;
}
table{
    border-collapse: collapse;
}
thead{
    position: sticky;
    top: 0;
}
tr:nth-child(even) {
    background-color: rgb(220,220,220);
}
.nbtnRosso{
    width: 150px;
    height: 30px;
    background-color: rgb(204,0,0);
    color: rgb(255,255,255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(204,0,0);
}
.nbtnRosso:hover{
    border: 2px solid rgb(200,200,200);
}
.nbtnRosso > div{
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: rgb(255,255,255);
}
.nbtnRosso > span{
    position: absolute;
    left: 35px;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
.nbtnVerde{
    width: 150px;
    height: 30px;
    background-color: rgb(59,196,114);
    color: rgb(255,255,255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(59,196,114);
}
.nbtnVerde:hover{
    border: 2px solid rgb(200,200,200);
}
.nbtnVerde > div{
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: rgb(255,255,255);
}
.nbtnVerde > span{
    position: absolute;
    left: 35px;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
.nbtnGrigio{
    width: 150px;
    height: 30px;
    background-color: rgb(240,240,240);
    color: rgb(0,0,0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid rgb(240,240,240);
}
.nbtnGrigio:hover{
    border: 2px solid rgb(200,200,200);
}
.nbtnGrigio > div{
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: rgb(0,0,0);
}
.nbtnGrigio > span{
    position: absolute;
    left: 35px;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
.nbtnBlu{
    width: 150px;
    height: 30px;
    background-color: #406ff3;
    color: rgb(255,255,255);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #406ff3;
}
.nbtnBlu > div{
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: rgb(255,255,255);
}
.nbtnBlu > span{
    position: absolute;
    left: 35px;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
}
.nbtnico[target='login']{
    mask: url('/media/img/modifica.png');
    mask-size: cover;
}
.nbtnico[target='recupera']{
    mask: url('/media/img/ricarica.png');
    mask-size: cover;
}
@supports (-webkit-mask-box-image: url('/media/img/unlock.png')){
    .nbtnico[target='login']{
        mask: initial;
        -webkit-mask-box-image: url('/media/img/unlock.png');
    }
    .nbtnico[target='recupera']{
        mask: initial;
        -webkit-mask-box-image: url('/media/img/ricarica.png');
    }
}
header{
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
}
section{
    position: relative;
    width: 100%;
    height: auto;
}
footer{
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #0f4e83;
  }
footer > .contatti{
    position: absolute;
    top: 0;
    width: 1300px;
    height: 100%;
    left: -webkit-calc(50% - 650px);
    left: -moz-calc(50% - 650px);
    left: calc(50% - 650px);
}
#contatti-denominazione{
    position: absolute;
    top: 50px;
    left: 50px;
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 35px;
    color: rgb(255,255,255);
}
#contatti-dati{
    position: absolute;
    top: 100px;
    left: 50px;
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(5% - 50px);
    width: calc(50% - 50px);
    font-size: 20px;
    color: rgb(255,255,255);
}
#privacy{
    color: rgb(255,0,0);
    text-decoration: none;
    cursor: pointer;
}
#privacy:hover{
    text-decoration: underline;
}
*{
    outline: 0;
}
#loader{
    display: none;
    position: fixed;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 300;
}
#loader > img{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -webkit-calc(50% - 25px);
    top: -moz-calc(50% - 25px);
    top: calc(50% - 25px);
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
}
#login-contenitore{
    position: relative;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 500px;
    height: 600px;
    border: 1px solid rgb(200,200,200);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #dff9fb;
}
#login-contenitore-titolo{
    position: relative;
    width: 100%;
    height: 90px;
}
#logo-header{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 60px;
    width: 60px;
    background-image: url('/media/img/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#titolo1-header{
    position: absolute;
    top: 10px;
    left: 80px;
    height: 40px;
    width: 500px;
    line-height: 40px;
    font-size: 38px;
    font-weight: bold;
    color: blue;
}
#titolo2-header{
    position: absolute;
    top: 50px;
    left: 80px;
    height: 20px;
    width: 500px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: red;
}
.login-contenitore-campo{
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.login-contenitore-campo > label{
    position: relative;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    color: rgb(0,0,0);
    font-size: 20px;
    font-weight: bold;
}
.login-contenitore-campo > input{
    width: -webkit-calc(100% - 72px);
    width: -moz-calc(100% - 72px);
    width: calc(100% - 72px);
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    color: rgb(0,0,0);
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(200,200,200);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#login-contenitore-login,
#login-contenitore-esegui-recupero{
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
}
#login-contenitore-recupera,
#login-contenitore-torna{
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 15px;
    text-align: center;
    width: 150px;
    color: blue;
}
#login-contenitore-recupera:hover,
#login-contenitore-torna:hover{
    cursor: pointer;
    text-decoration: underline;
}
.recupera{
    display: none;
}