.ESTERNO {
    stroke:none;
    fill:white;
    stroke-width:0.1;
    stroke-dasharray:0;
}

.INTERNO{
    stroke:black;
    stroke-opacity:1;
    fill:none;
    stroke-width:0.1;
    opacity : 1;
}

.stampa{
    /*width: auto;*/
    background: none #FFF;
    color: #000;
}
.stile_svg{
    border: 2px orange solid; 
    width: 265mm; 
    height:175mm; 
    background-color: none;
}

.record tr:nth-child(odd) {
    background: none;
    
}


.record tr:nth-child(odd) td {
    border-bottom: none;
    border-radius: none;
    
}
.record tr:nth-child(even) {
    background: none;
    
}


.record tr:nth-child(even) td {
    border-bottom: none;
    border-radius: none;
    

}

.nascosto_in_stampa{
    display:none;
}

.tratto_join{
    stroke: none;
    fill:none;
    
}




.titolo tr:nth-child(odd) {
    background: silver;
    font: 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
    

}


.titolo tr:nth-child(odd) td {
    border-bottom: 2px solid black;
    border-radius: 3px;
    font: 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
    

}
.titolo tr:nth-child(even) {
    background: silver;
    font: Verdana,Geneva,Arial,Helvetica,sans-serif;

}


.titolo tr:nth-child(even) td {
    
    border-bottom: 2px solid black;
    border-radius: 3px;
    font: 10pt Verdana,Geneva,Arial,Helvetica,sans-serif;
    

}



.tratto_standard{
    stroke: black;
    stroke-width: 2;
    fill:white;
    stroke-dasharray: none;
}
/*tipi di tubi*/

.ACQ_CALDA_FINO_373K_MANDATA{
    stroke: red;
    stroke-width: 2;
    fill:red;
    stroke-dasharray: none;
}

.ACQ_CALDA_FINO_373K_RITORNO{
    stroke: red;
    stroke-width: 2;
    fill:red;
    stroke-dasharray: 2,2;
}

.ACQ_CALDA_OLTRE_373K_MANDATA{
    stroke: orange;
    fill:orange;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_CALDA_OLTRE_373K_RITORNO{
    stroke: orange;
    fill:orange;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.ACQ_REFRIGERATA_MANDATA{
    stroke: blue;
    fill:blue;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_REFRIGERATA_RITORNO{
    stroke: blue;
    fill:blue;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.ACQ_SURRISCALDATA_T_OLTRE_373K_MANDATA{
    stroke: magenta;
    fill:magenta;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_SURRISCALDATA_T_OLTRE_373K_RITORNO{
    stroke: magenta;
    fill:magenta;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}
.ACQ_TRATTATA{
    stroke: cyan;
    fill:cyan;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}
.ARIA_COMPRESSA{
    stroke: darkslategrey;
    fill:darkslategrey;
    stroke-width: 2;
    stroke-dasharray: none;
}
.COND_VAPORE_AQUEO_FLUSSO_RITORNO{
    stroke: deeppink;
    fill:deeppink;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.GAS_MANDATA{
    stroke: yellow;
    fill:yellow;
    stroke-width: 2;
    stroke-dasharray: none;
}

.VAPORE_ACQUEO_MANDATA{
    stroke: darkviolet;
    fill:darkviolet;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_CALDA_SANITARIA_MANDATA{
    stroke: green;
    fill:green;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_CALDA_SANITARIA_RITORNO{
    stroke: green;
    fill:green;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.ACQ_FREDDA_SANITARIA_MANDATA{
    stroke: aqua;
    fill:aqua;
    stroke-width: 2;
    stroke-dasharray: none;
}

.ACQ_FREDDA_SANITARIA_RITORNO{
    stroke: aqua;
    fill:aqua;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.COMB_LIQUIDI_MANDATA{
    stroke: brown;
    fill:brown;
    stroke-width: 2;
    stroke-dasharray: none;
}

.COMB_LIQUIDI_RITORNO{
    stroke: brown;
    fill:brown;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}
.testo_schema{
    stroke: blak;
    stroke-width: 1;
    stroke-dasharray: none;
}
