body
{
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section
{
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.header
{
    height: 15%;
    background-color: White;
}

.breadcrumb
{
    height: 10%;
    background-color: White;
    color: #1E3D76;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border-color: Black;
    border-width: 1px;
    border-style: solid;
    padding: 0 5px 0 5px;
}

.breadcrumb img
{
    width: 50px;
    height: 15px;
    float: right;
    margin-top: 12px;
}

.footer
{
    height: 20%;
    background-color: White;
}

.main
{
    background-color: #C0CAD6;
    padding: 2%;
    float: left;
    width: 96%;
}

.container
{
    /* width: 480px; height: 320px; width: 320px; height: 480px; */
}

.etichetta
{
    float: left;
    width: 30%;
    height: 40px;
}

.etichetta img
{
    margin-top: 5px;
    margin-right: 1px;
    float: left;
}

.riga
{
    color: #1E3D76;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.ddlIndex
{
    width: 55%;
}

.txtIndex
{
    width: 40%;
    text-align: right;
}

.square
{
    background-color: #F3F7FA;
    border: 1px solid #1E3D76;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: #1e1f1f 0 0 5px;
    -moz-box-shadow: #1e1f1f 0 0 5px;
    -ms-box-shadow: #1e1f1f 0 0 5px;
}

.imgHelp
{
    margin-top: 9px;
    margin-right: 5px;
    float: right;
}

.help_msgs
{
    z-index: 1001;
    position: absolute;
    width: 250px;
    height: 120px;
    background-color: #FFF;
    border: 1px solid #AAA;
    padding: 0 4px 0 4px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: #1e1f1f 0 0 3px;
    -moz-box-shadow: #1e1f1f 0 0 3px;
    -ms-box-shadow: #1e1f1f 0 0 3px;
}

.help_msgs p
{
    text-align: left;
    display: inline-block;
}

.help_msgs .closeHlp
{
    border: 1px solid #666;
    padding: 4px 8px 4px 8px;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: #1e1f1f 0 0 3px;
    -moz-box-shadow: #1e1f1f 0 0 3px;
    -ms-box-shadow: #1e1f1f 0 0 3px;
    background-image: linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
}

.btnMain
{
    text-transform: uppercase;
    font-weight: bold;
    color: White;
    background-color: #66AF2A;
    width: 96%;
    height: 35px;
    margin-left: 2%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    background-image: linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: -o-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    text-align: center;
}


.intestazione
{
    display: inline-block;
    color: #1E3D76;
    font-weight: bold;
    width: 49%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
}

.ListContainer
{
    border: 1px solid #1E3D76;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: #1e1f1f 0 0 5px;
    -moz-box-shadow: #1e1f1f 0 0 5px;
    -ms-box-shadow: #1e1f1f 0 0 5px;
    border-collapse: collapse;
    padding: 0px;
    width: 94%; /*min-height: 176px;*/
    float: left;
    margin-left: 3%;
    margin-bottom: 2%;
}

.ListContainer .scuro
{
    background-color: #D1DBE7;
    font-weight: bold;
    font-size: larger;
    float: left;
    width: 50%;
}

.ListContainer .chiaro
{
    background-color: #F3F7FA;
    font-weight: bold;
    font-size: larger;
    float: left;
    width: 50%;
}

.ListContainer span
{
    font-weight: normal;
    font-size: smaller;
    color: Black;
    display: inline;
}

.txtRecord
{
    width: 60%;
}

.testoPiccolo
{
    font-size: smaller;
}
.chkRecord
{
}

.spazia
{
    margin-left: 5px;
}

.spaziaGrande
{
    margin-left: 30%;
}

.txtHelp
{
    margin-top: 5%;
    text-align: center;
    font-size: smaller;
}

.allineaV
{
    line-height: 35px;
    vertical-align: middle;
    background-image: url(../../Content/images/phone_form.png),linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-o-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-moz-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-webkit-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-ms-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-position: 10% center, left top;
    background-repeat: no-repeat;
}

.allineaEnd
{
    text-transform: none;
    height: 80px;
    vertical-align: middle;
    background-image: url(../../Content/images/phone_form.png),linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-o-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-moz-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-webkit-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_form.png),-ms-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-position: 10% center, left top;
    background-repeat: no-repeat;
}

.end
{
    background-color: #F3F7FA;
    text-align: center;
    font-weight: bold;
}


.hdrNumero
{
    line-height: 35px;
    vertical-align: middle;
    background-image: url(../../Content/images/phone_green_form.png),linear-gradient(bottom, rgb(200,200,200) 35%, rgb(230,230,230) 55%);
    background-image: url(../../Content/images/phone_green_form.png),-o-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_green_form.png),-moz-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-image: url(../../Content/images/phone_green_form.png),-webkit-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: url(../../Content/images/phone_green_form.png),-ms-linear-gradient(bottom, rgb(63,127,4) 35%, rgb(102,176,42) 55%);
    background-position: 10% center, left top;
    background-repeat: no-repeat;
    width: 40%;
    max-width: 200px;
    float: right;
    color: #26972F;
    font-weight: bold;
    text-align: right;
    padding-right: 5%;
    margin-top: 2%;
    margin-right: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: #1e1f1f 0 0 5px;
    -moz-box-shadow: #1e1f1f 0 0 5px;
    -ms-box-shadow: #1e1f1f 0 0 5px;
}

.header
{
    background-color: #CED7E6;
    color: Black;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: small;
}

.header a
{
    text-decoration: none;
    color: Black;
}



a.tel
{
    text-decoration: none;
    color: inherit;
}

.hdr_link
{
    text-align: center;
    display: inline-block;
    font-size: .99em;
}

.menu_closed
{
    display: none;
}

.menu_open
{
    text-align: left;
    color: #999;
    padding-left: 2px;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: #1e1f1f 0 0 3px;
    -moz-box-shadow: #1e1f1f 0 0 3px;
    -ms-box-shadow: #1e1f1f 0 0 3px;
    background-image: url(../../Content/images/menu_open.png), linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: url(../../Content/images/menu_open.png), -o-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: url(../../Content/images/menu_open.png), -moz-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: url(../../Content/images/menu_open.png), -webkit-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: url(../../Content/images/menu_open.png), -ms-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-position: right center, left top;
    background-repeat: no-repeat;
}

.menu_header
{
    z-index: 1001;
    position: absolute;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #AAA;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: #1e1f1f 0 0 3px;
    -moz-box-shadow: #1e1f1f 0 0 3px;
    -ms-box-shadow: #1e1f1f 0 0 3px;
}

.menu_header ul
{
    list-style-type: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    margin: 4px;
    padding: 0;
    display: block;
}

.menu_header ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    max-height: 20px;
}

.menu_header ul li a
{
    color: #000;
    display: inline;
    text-decoration: none;
}

.comeFunziona
{
    float: left;
    background-image: linear-gradient(bottom, #C5CFDB 35%, #EEF1F6 55%);
    background-image: -o-linear-gradient(bottom, #C5CFDB 35%,  #EEF1F6 55%);
    background-image: -moz-linear-gradient(bottom, #C5CFDB 35%,  #EEF1F6 55%);
    background-image: -webkit-linear-gradient(bottom, #C5CFDB 35%,  #EEF1F6 55%);
    background-image: -ms-linear-gradient(bottom, #C5CFDB 35%,  #EEF1F6 55%);
}
.comeFunziona hr
{
    float: left;
    height: 0.5px;
    clear: both;
    width: 99%;
}

.comeFunziona div
{
    margin-left: 1%;
    margin-top: 3%;
    height: 70px;
    float: left;
    width: 70%;
}

.comeFunziona div.Div1
{
    height: 45px;
}
.comeFunziona div.Div2
{
    height: 30px;
}

.comeFunziona img
{
    margin-left: 2%;
    margin-top: 2%;
    float: left;
}

.privacy
{
    background-color: #EEF1F6;
    text-align: left;
}
.privacyText
{
    margin: 2% 2% 2% 2%;
}

/* FOOTER */

.footer
{
    background-color: #FFF;
    font-size: smaller;
    color: #000;
    font-weight: normal;
}

.svirgolamento_container
{
    height: 44px;
    width: 100%;
    background-color: #C0CAD6;
}

.svirgolamento_sx
{
    width: 45%;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    float: left;
    background-color: #C0CAD6;
    background-image: url(../../Content/images/ftr_sx.png);
    background-position: left top;
    background-repeat: repeat-x;
}
.svirgolamento_m
{
    width: 100%;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    float: left;
    background-image: url(../../Content/images/ftr_m.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.svirgolamento_m a
{
    text-align: center;
    text-decoration: none;
    color: #333;
    margin-left: 2px;
    padding: 2px;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-box-shadow: #1e1f1f 0 0 3px;
    -moz-box-shadow: #1e1f1f 0 0 3px;
    -ms-box-shadow: #1e1f1f 0 0 3px;
    background-image: linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 35%, rgb(245,245,245) 55%);
    background-position: left top;
    background-repeat: no-repeat;
    
}

.svirgolamento_dx
{
    width: 55%;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    float: left;
    background-color: #C0CAD6;
    background-image: url(../../Content/images/ftr_dx.png);
    background-position: left top;
    background-repeat: repeat-x;
}

.footer_msg
{
    padding: 5px 0 5px 0;
    text-align: center;
}

.footer_imgs
{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #000;
}
.footer_imgs img
{
    padding-left:15px;
}


/* FOOTER */

/* Div Pop LTV */
#divsfondocoprente{
    
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    background-image:url('images/div_transparent_black_.png');
    background-repeat:repeat;
    z-index:100000000;
    
    }
#divguida{
    
    position:fixed;
    width:320px;
    top:2%;
    left:2%;
    background-color:transparent;
    border:0px solid Lime;
    padding:0px;
    margin:0px;
    z-index:100000001;
    overflow:auto;
    color: Black;
    font-size:14px;
    }


#divguida div.titolo
{
    width:320px;
    height:42px;
    margin:0px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0px;    
    background-image:url('images/titolo_popup.png');
    background-position:top left;
    background-repeat:no-repeat;
    }

#divguida div.corpo
{
    width:320px;
    margin:0px;
    padding:0px;
    background-image:url('images/body_popup.png');
    margin:0px;
    display:block;
    background-position:top left;
    background-repeat:repeat-y;
    }

#divguida div.corpo div.contenuto
{
    width:290px;
    color:#444;
    font-size:12px;
    padding: 10px;
    overflow:auto;
    text-align:justify;
    /*display:none;*/
    /*max-height:300px;*/
    overflow:auto;
    }

#divguida div.bottom
{
    width:320px;
    height:11px;
    margin:0px;
    padding:0px;
    background-image:url('images/footer_popup.png');
    background-position:top left;
    background-repeat:no-repeat;
    }
    

#divguida div.titolointerno
{
    position:relative;
    float:left;
    color:white;
    width:220px;
    font-size:16px;
    font-weight:bold;
    padding: 5px;
    margin-left:10px;
    margin-top:6px;
    vertical-align:middle;
    }

#divguida div.titoloclose
{
    position:relative;
    color:white;
    font-size:16px;
    font-weight:bold;
    padding: 5px;
    vertical-align:middle;
    width:30px;
    float:left;
    display:inline-block;
    cursor:pointer;
    
    }
