*{
    font-family: Arial;
    font-size:13px;
    color:black;
}
body{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
}

.stampa{
    display: block !important;
}
.a4{
    width: 210mm;
    height:297mm;
    position: relative;
    display: block !important;
}
.a4_orizzontale{
    height:210mm;
    width:297mm;
    position: relative;
    display: block !important;
}

.height1{height: 0.1cm;clear: both;}
.height5{height: 0.5cm;clear: both;}
.height10{height: 1cm;clear: both;}

#header,#footer,#menu,.pulsante, .pulsanteimg{
    display: none !important;
}

#container{
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    top:0px !important;
    bottom:0px !important;
    left:0px !important;
    margin-left: 0px !important;
    overflow: visible;
    z-index: 999;
    display: block !important;
}

#totali{
    position: relative;
    bottom: 0px;
    display: block;
    color: white !important;
}

.float-left{
    color:white;
}


.tabella{
    width: 100%;
}
.tabella th{
    background-color:#eee;
    color:black;
    font-size:11px;
    height: 0.7cm;
}

.tabella td{
    height: 0.6cm;
    line-height: 0.6cm;
}
.tabella tr:nth-child(even) td{
    background-color: #f6f6f6;
}

#headerdocumento{
    background-color:white;
    width: 21cm;
    height: 4.5cm;
}

#footerdocumento{
    position:absolute;
    bottom:0;
    width: 21cm;
    height: 4.75cm;
}
.piedipagina{   
    border-top: 1px solid #eee;
    width: 100%;
    text-align: center;
    font-size: 9px;
   
}

h1{
    width: 100% !important;;
    min-width: 100% !important;;
    max-width: 100% !important;;
}

.tabella2{
    width: 100% !important;
    display: block;
}

a{
    text-decoration: none !important;
}

.tag{
    padding: 0px !important;
}


#loader{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    display: none;
}


#loaderimg{   
    padding-top:25px;
    margin-top: 100px;    
    background-color: white;
}

#loadertesto{
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size:30px;
    letter-spacing: -1px;
    color:#444;    
    background-color: white;
    padding-bottom:25px;
    font-weight: 700;
    text-transform: uppercase;
}
