﻿
/*********************************************************************************/
/* Testi - Formattazione                                                        */
/*********************************************************************************/


.titoloPagina {
    color: #EC4023;
    font-size: 22px;
    font-weight: bold;
    margin: 0px;
    float: left;
}


.titoloRosso {
    font-size: 17px;
    font-weight: bold;
    color: #EC4023;
}

.titoloArancio {
    color: #FF9900;
    font-size: 17px;
    font-weight: bold;
}


.titoloBlu {
    color: #006AB3;
    font-size: 17px;
    font-weight: bold;
}


.testo10 {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.testo11bold {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}


.testo12 {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.testo13 {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.testo13bold {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.testo16 {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.bluThin {
    color: #006AB3;
    font-weight: normal;
}


.blu13bold {
    color: #006AB3;
    font-size: 13px;
    font-weight: bold;
}


.blu16 {
    color: #006AB3;
    font-size: 16px;
    font-weight: normal;
}


.blu16bold {
    color: #006AB3;
    font-size: 16px;
    font-weight: bold;
}


.blu24bold {
    color: #006AB3;
    font-size: 24px;
    font-weight: bold;
}


.blu32bold {
    color: #006AB3;
    font-size: 32px;
    font-weight: bold;
}


.bianco16bold {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
}

.orange {
    color: #da5b23;
    font-weight: bold;
}


.orangeThin {
    color: #da5b23;
    font-weight: normal;
}

.arancio13 {
    color: #ff9933;
    font-weight: normal;
    font-size: 13px;
}


.rossoThin {
    color: #EC4023;
    font-weight: normal;
}


.rosso11bold {
    color: #EC4023;
    font-size: 11px;
    font-weight: bold;
}


.rosso13 {
    color: #ff0000;
    font-weight: normal;
    font-size: 13px;
}


.rosso16 {
    color: #EC4023;
    font-size: 16px;
    font-weight: normal;
}


.rosso16bold {
    color: #EC4023;
    font-size: 16px;
    font-weight: bold;
}


.grigio12 {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #535A5B;
    line-height: 18.0px;
}

.grigio13 {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    color: #535A5B;
    line-height: 18.0px;
}

.grigio14bold {
    font-size: 14px;
    font-weight: bold;
    color: #535A5B;
}

.marrone11bold {
    color: #cc6600;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.verde13 {
    color: #00b33c;
    font-weight: normal;
    font-size: 13px;
}


.errorValidator {
    color: Red;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


.errorValidator12 {
    color: Red;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}


span.countChar {
    font-size: 13px;
    color: #555;
    font-weight: normal;
    text-align: center;
    font-style: normal;
}

.spazio5 {
    display: block;
    margin: 0 0 5px 0;
}


.spazio3 {
    display: block;
    margin: 0 0 3px 0;
}



/*********************************************************************************/
/* CHAT                                                                           */
/*********************************************************************************/

.chatTable {
    table-layout: fixed;
    width: 580px;
    /*  margin: -15px 0px 0px 0px;  */
}

.chatLeft {
    float: left;
    text-align: left;
    margin-left: 70px;
}

.chatRight {
    float: right;
    text-align: right;
    margin-right: 40px;
}


.chatImgUserLeft {
    position: absolute;
    bottom: 0px;
    left: -50px;
    width: 50px;
}

.chatImgUserRight {
    position: absolute;
    bottom: 0px;
    right: -50px;
    width: 50px;
}


.chatBubbleLeft {
    float: right;
    text-align: left;
    background-color: #E0FFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #B2B2B2;
    height: auto;
    width: auto;
    max-width: 360px;
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
    padding-left: 12px;
}

    .chatBubbleLeft::after {
        background-color: #E0FFFF;
        box-shadow: -1px 1px 1px 0 rgba( 178, 178, 178, .4 );
        content: "\00a0";
        display: block;
        height: 13px;
        width: 13px;
        left: -17px;
        position: relative;
        top: -10px;
        transform: rotate( 45deg );
        -moz-transform: rotate( 45deg );
        -ms-transform: rotate( 45deg );
        -o-transform: rotate( 45deg );
        -webkit-transform: rotate( 45deg );
        margin-bottom: 0px;
    }


.chatBubbleRight {
    float: left;
    background-color: #F0FFF0;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #B2B2B2;
    height: auto;
    width: auto;
    max-width: 360px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 2px;
    padding-top: 7px;
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 7px;
}

    .chatBubbleRight::after {
        background-color: #F0FFF0;
        box-shadow: -1px 1px 1px 0 rgba( 178, 178, 178, .4 );
        content: "\00a0";
        display: inline-block;
        height: 13px;
        width: 13px;
        right: -17px;
        position: relative;
        top: -10px;
        transform: rotate( 225deg );
        -moz-transform: rotate( 225deg );
        -ms-transform: rotate( 225deg );
        -o-transform: rotate( 225deg );
        -webkit-transform: rotate( 225deg );
        margin-bottom: 0px;
    }


.chatMessaggioRight {
    color: #535A5B;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    max-width: 340px;
    overflow-wrap: break-word;
}

.chatMessaggioLeft {
    color: #535A5B;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    max-width: 340px;
    overflow-wrap: break-word;
}


.chatPreventivoRight {
    color: #006AB3;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    max-width: 340px;
    overflow-wrap: break-word;
}

.chatPreventivoLeft {
    color: #006AB3;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    max-width: 340px;
    overflow-wrap: break-word;
}



.chatDivGiornoMessaggio {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 13px;
}

.chatGiornoMessaggio {
    font-size: 14px;
    font-style: normal;
    font-stretch: extra-expanded;
    font-weight: bold;
    color: #535A5B;
    background-color: #f0f0f5;
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
}


.chatDivOraMessaggio {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.chatOraMessaggio {
    font-size: 10px;
    font-style: normal;
    color: #006AB3;
}

.chatMessaggioNuovo {
    box-sizing: border-box;
    resize: none;
    overflow: auto;
}


.chatLink {
    text-decoration: none;
    font-weight: normal;
    color: #006AB3;
}

    .chatLink:link {
        text-decoration: none;
    }

    .chatLink:visited {
        text-decoration: none;
    }

    .chatLink:hover {
        text-decoration: underline;
    }


#hlImgEuro {
    display: block;
    position: relative;
}

#boxEuro {
    width: 505px;
    height: 120px;
    display: none;
    margin-left: -562px;
    margin-top: -62px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    position: absolute;
}

#hlImgFile {
    display: block;
    position: relative;
}

#boxFile {
    width: 505px;
    height: 120px;
    display: none;
    margin-left: -522px;
    margin-top: -62px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    position: absolute;
}


/*********************************************************************************/
/* GESTIONE SISTEMA SCELTA CONTATTO SENZA TENDINA                                */
/*********************************************************************************/


#contatti {
    height: 280px;
    width: 500px;
    display: block;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-top: 10px;
}

    #contatti li {
        list-style-type: none;
    }

        #contatti li a {
            text-decoration: none;
            padding-left: 8px;
            padding-right: 8px;
            color: Black;
        }

            #contatti li a:hover {
                background-color: Orange;
                color: #EC4023;
            }

#div_contatti {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: White;
    border-radius: 8px;
    z-index: 2;
    border: 1px solid Grey;
    padding: 8px;
    width: 500px;
    height: 360px;
}

#lettere a {
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    color: Black;
}

    #lettere a:hover {
        background-color: Orange;
        color: #EC4023;
    }




/*********************************************************************************/
/* LINK                                                                          */
/*********************************************************************************/



.linkCopy {
    text-decoration: none;
    font-weight: normal;
    color: #006AB3;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkCopy:link {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkCopy:visited {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkCopy:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

.linkCopy2 {
    text-decoration: none;
    font-weight: normal;
    color: #006AB3;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkCopy2:link {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkCopy2:visited {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkCopy2:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }



.link {
    text-decoration: none;
    font-weight: normal;
    color: #006AB3;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .link:link {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .link:visited {
        text-decoration: none;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .link:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #006AB3;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }





.linkRosso {
    text-decoration: underline;
    font-weight: bold;
    font-size: larger;
    color: #EC4023;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkRosso:link {
        text-decoration: underline;
        font-weight: bold;
        font-size: larger;
        color: #EC4023;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkRosso:visited {
        text-decoration: underline;
        font-weight: bold;
        font-size: larger;
        color: #EC4023;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkRosso:hover {
        text-decoration: underline;
        font-size: larger;
        font-weight: bold;
        color: #EC4023;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }


/*link normale (colore blu)*/
.linkDettaglio {
    text-decoration: none;
    font-weight: bold;
    color: #004288;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkDettaglio:link {
        text-decoration: none;
        font-weight: bold;
        color: #004288;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkDettaglio:visited {
        text-decoration: none;
        font-weight: bold;
        color: #004288;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkDettaglio:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #004288;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

/*link normale (colore rosso)*/
.linkDettaglio2 {
    text-decoration: none;
    font-weight: bold;
    color: #FF0000;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkDettaglio2:link {
        text-decoration: none;
        font-weight: bold;
        color: #FF0000;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkDettaglio2:visited {
        text-decoration: none;
        font-weight: bold;
        color: #FF0000;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkDettaglio2:hover {
        text-decoration: underline;
        font-weight: bold;
        color: #FF0000;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }


/*link grigio */
.linkGrigio {
    text-decoration: none;
    font-weight: normal;
    color: #535A5B;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkGrigio:link {
        text-decoration: none;
        font-weight: normal;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkGrigio:visited {
        text-decoration: none;
        font-weight: normal;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkGrigio:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    /*link arancio */
.linkArancio {
    text-decoration: none;
    font-weight: normal;
    color: #FF6600;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkArancio:link {
        text-decoration: none;
        font-weight: normal;
        color: #FF6600;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkArancio:visited {
        text-decoration: none;
        font-weight: normal;
        color: #FF6600;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkArancio:hover {
        text-decoration: underline;
        font-weight: normal;
        color: #FF6600;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

.linkSottoMenu {
    text-decoration: none;
    color: #FFFFFF;
}

    .linkSottoMenu:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .linkSottoMenu:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .linkSottoMenu:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }




     .toggleRecapito  {    
       padding-top: 6px;  
       padding-left: 8px;
       float:left;    
       color: #fff;
       display: none;
   }


.linkRecapito {
    text-decoration: none;
    font-weight: normal;
    color: #535A5B;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkRecapito:link {
        text-decoration: none;
        font-weight: normal;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkRecapito:visited {
        text-decoration: none;
        font-weight: normal;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkRecapito:hover {
        text-decoration: none;
        font-weight: bold;
        color: #535A5B;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }


    /*link per Lounch Goggole Map dalle InfoWindow */
.linkGoogleMap {
    text-decoration: underline;
    color: #FF6600;
    font-weight: 200;
    letter-spacing: 0.10em;
    word-break: break-all; /* OPPURE: word-break: break-word; */
    white-space: normal;
    overflow-wrap: break-word; /* Assicura il wrapping */
}

    .linkGoogleMap:link {
        color: #FF6600;
        font-weight: 200;
        font-size: 0.9em;
        letter-spacing: 0.10em;
        text-decoration: underline;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkGoogleMap:visited {
        color: #FF6600;
        font-weight: 200;
        font-size: 0.9em;
        letter-spacing: 0.10em;
        text-decoration: underline;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }

    .linkGoogleMap:hover {
        color: #FF6600;
        font-weight: 200;
        font-size: 0.9em;
        letter-spacing: 0.10em;
        text-decoration: underline;
        word-break: break-all; /* OPPURE: word-break: break-word; */
        white-space: normal;
        overflow-wrap: break-word; /* Assicura il wrapping */
    }


/*********************************************************************************/
/* Bottoni                                                                        */
/*********************************************************************************/

.btBlu {
    background: #B1B3B5;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    border: 1px solid #535A5B;
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 6px 12px 6px 12px;
}

    .btBlu:hover {
        background: #007BB6;
        color: #FFFFFF;
    }

    .btBlu:active {
        background: #007BB6;
        color: #FFFFFF;
    }




/*********************************************************************************/
/* Tabelle                                                                     */
/*********************************************************************************/

.table {
    table-layout: fixed;
    /*border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;*/
    color: #3c4955; /*#3A602E;*/
    font-style: normal;
    text-decoration: none;
    /* background-color: #fafafa;*/
    padding: 5px 5px 5px 5px;
}

.tr {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.td {
    padding: 5px 5px 5px 5px;
}


.tableRicerca {
    table-layout: fixed;
    /*border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;*/
    color: #3c4955; /*#3A602E;*/
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    /* background-color: #fafafa;*/
    padding: 5px 5px 5px 5px;
}

.trRicerca {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tdRicerca {
    padding: 5px 5px 5px 5px;
}


.trGenerico {
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}


.TBLsenzaBordi_11 {
    font-size: 11px;
    border-width: 0px;
}


    .TBLsenzaBordi_11 th {
        border: solid 1px #FFFFFF;
        text-align: left;
    }

    .TBLsenzaBordi_11 tr {
        border-bottom: solid 1px #c1c1c1;
    }

    .TBLsenzaBordi_11 td {
        border-width: 0px;
    }

.bordoGrigio {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    min-height: 14px;
    padding: 1px 4px 0px 4px;
}


/*********************************************************************************/
/* GRIDVIEW (collegati a Skin/Theme)                                            */
/*********************************************************************************/

.GridViewStyle-Green {
}

.HeaderStyle-Green {
    background-color: #678A6A;
    color: #FFFFFF;
    font-weight: normal;
    border: 1px solid #3F3D3D;
}

    .HeaderStyle-Green th {
        border: 1px solid #3F3D3D;
    }


    .HeaderStyle-Green a {
        text-decoration: underline;
        color: #FFFFFF;
    }

        .HeaderStyle-Green a.visited {
            text-decoration: underline;
            color: #FFFFFF;
        }

        .HeaderStyle-Green a.hover {
            text-decoration: underline;
            color: #FFFFFF;
        }

.RowStyle-Green {
    background-color: #E9F8E9;
    border: 1px solid #5E5E5E;
}

    .RowStyle-Green td {
        border: 1px solid #5E5E5E;
    }

.AlternatingRowStyle-Green {
    background-color: #DDEFDD;
}

    .AlternatingRowStyle-Green td {
        border: 1px solid #5E5E5E;
    }

.SelectedRowStyle-Green {
    background-color: #FFCC66;
}

.FooterStyle-Green {
    background-color: #678A6A;
    color: #FFFFFF;
    text-align: right;
}

.SortedAscendingCellStyle-Green {
    background-color: #5BA2C3;
}

.SortedAscendingHeaderStyle-Green {
    background-color: #81BAD4;
}

.SortedDescendingCellStyle-Green {
    background-color: #81BAD4;
}

.SortedDescendingHeaderStyle-Green {
    background-color: #5BA2C3;
}

.PagerRowStyle-Green {
    color: #000000;
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bed9be), color-stop(1, #E4ECE4));
    background: -moz-linear-gradient(top, #bed9be 5%, #E4ECE4 100%);
    background: -webkit-linear-gradient(top, #bed9be 5%, #E4ECE4 100%);
    background: -o-linear-gradient(top, #bed9be 5%, #E4ECE4 100%);
    background: -ms-linear-gradient(top, #bed9be 5%, #E4ECE4 100%);
    background: linear-gradient(to bottom, #bed9be 5%, #E4ECE4 100%);
}


    .PagerRowStyle-Green a {
        color: #004288;
        font-weight: bold;
        margin-top: 10px;
        background-color: transparent;
        padding: 4px 10px;
        text-decoration: none;
        border: 1px solid #5E5E5E;
    }

        .PagerRowStyle-Green a:hover {
            font-weight: bold;
            background-color: #678A6A;
            border: 1px solid #5E5E5E;
            color: White;
        }

        .PagerRowStyle-Green a:active {
            font-weight: bold;
            background-color: #678A6A;
            color: #faf6e0;
            border: 1px solid #5E5E5E;
        }

    .PagerRowStyle-Green span {
        background-color: #678A6A;
        color: #faf6e0;
        border: 1px solid #5E5E5E;
        padding: 4px 10px;
    }

.GridViewStyle-Neutral {
    border-width: 0px;
}

.HeaderStyle-Neutral {
    font-weight: normal;
    font-size: 13px;
    border-width: 0px;
}

    .HeaderStyle-Neutral th {
        border-width: 0px;
    }

.RowStyle-Neutral {
    background-color: #efefef; /*grigino smunto*/
    border-width: 0px;
}

    .RowStyle-Neutral td {
        border-width: 0px;
    }

.AlternatingRowStyle-Neutral {
    background-color: #fbf9f9; /*grigio smunto*/
}

    .AlternatingRowStyle-Neutral td {
        border-width: 0px;
    }

.SelectedRowStyle-Neutral {
    background-color: #FFFE82; /* #FFCC66; ocra*/
    border-width: 0px;
}

.FooterStyle-Neutral {
    background-color: #f1f2f3;
    text-align: right;
}

.SortedAscendingCellStyle-Neutral {
    background-color: #5BA2C3; /*blu avion*/
}

.SortedAscendingHeaderStyle-Neutral {
    background-color: #81BAD4; /*blu avion più chiaro*/
}

.SortedDescendingCellStyle-Neutral {
    background-color: #81BAD4;
}

.SortedDescendingHeaderStyle-Neutral {
    background-color: #5BA2C3;
}

.PagerRowStyle-Neutral {
    color: #000000;
    padding: 20px;
    background: #ffffff;
}

    .PagerRowStyle-Neutral a {
        color: #535A5B;
        font-weight: bold;
        margin-top: 10px;
        background-color: transparent;
        padding: 4px 10px;
        text-decoration: none;
        border: 1px solid #5E5E5E;
    }

        .PagerRowStyle-Neutral a:hover {
            font-weight: bold;
            background-color: #007bb6;
            border: 1px solid #5E5E5E;
            color: #FFFFFF; /*blu mare*/
        }

        .PagerRowStyle-Neutral a:active {
            font-weight: bold;
            background-color: #007bb6;
            color: #FFFFFF; /*blu mare*/
            border: 1px solid #5E5E5E;
        }

    .PagerRowStyle-Neutral span {
        font-weight: bold;
        background-color: #007bb6;
        color: #FFFFFF;
        border: 1px solid #5E5E5E;
        padding: 4px 10px;
    }


/*********************************************************************************/
/* MODAL POP UP EXNTENDER                                                        */
/*********************************************************************************/

.modalPopupDettaglioRichiestaBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopupDettaglioRichiesta {
    background-color: #FFFFFF;
    width: 850px;
    border: 3px solid;
}

.modalPopupDettaglioRichiestaLeft {
    background-color: #FFFE82; /*007bb6 blu*/
    width: 200px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.modalPopupDettaglioRichiestaRight {
    background-color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

.modalPopupDettaglioRichiestaHeader {
    background-color: #007bb6;
    height: 25px;
    margin: 4px 5px 0px 5px;
    padding: 5px 10px 5px 5px;
    text-align: right;
}

.modalPopupDettaglioRichiestaFooter {
    background-color: #007bb6;
    height: 25px;
    margin: 0px 5px 4px 5px;
    padding: 5px 10px 5px 5px;
    text-align: right;
}

/*********************************************************************************/
/* WebControls ed elementi generici                                                                 */
/*********************************************************************************/

.tbCredential {
    width: 270px;
}

.rbBlu {
    background: #007BB6; /* colore icone */
    border: 5px solid #007BB6;
    color: #FFFFFF;
    font-size: 12px;
}


ul.check-circle {
    list-style-type: none;
    vertical-align: middle;
    margin-left: -35px;
}

    ul.check-circle li {
        background: url(../img/check-circle.png);
        background-position: 0 3px;
        background-repeat: no-repeat;
        padding-left: 20px;
        padding-bottom: 0px;
    }

        ul.check-circle li p {
            padding-left: 5px;
            padding-bottom: 3px;
            vertical-align: middle;
        }


 .checkboxStyle {
	width: 80px;
	height: 26px;
	background: #333;
	margin: 20px 60px;
	border-radius: 50px;
	position: relative;
}

   .checkboxStyle:before {
	content: 'On';
	position: absolute;
	top: 8px;
	left: 8px;
	height: 2px;
	color: #26ca28;
	font-size: 11px;
}

   .checkboxStyle:after {
	content: 'Off';
	position: absolute;
	top: 8px;
	left: 56px;
	height: 2px;
	color: #ddd;
	font-size: 11px;
}

  
.checkboxStyle label {
	display: block;
	width: 34px;
	height: 14px;
	border-radius: 50px;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 6px;
	z-index: 1;
	left: 8px;
	background: #ddd;
}


.checkboxStyle input[type=checkbox]:checked + label {
	left: 40px;
	background: #26ca28;
}


  /* se metto bordo intorno */
.imgUserApp {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 0 -2px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
}

 
