﻿/*----------------------------------------------------------------------------------------------*/
/* D E L T A I N F O R M A T I C */
/*----------------------------------------------------------------------------------------------*/
/* Regole Generiche */
/*----------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:400italic);
@import url(//fonts.googleapis.com/css?family=Lato:700italic);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Roboto:100);
@import url(//fonts.googleapis.com/css?family=Roboto:100italic);
/*@import url(//fonts.googleapis.com/css?family=Roboto:200);
@import url(//fonts.googleapis.com/css?family=Roboto:200italic);*/
@import url(//fonts.googleapis.com/css?family=Roboto:300);
@import url(//fonts.googleapis.com/css?family=Roboto:300italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400);
@import url(//fonts.googleapis.com/css?family=Roboto:500);
@import url(//fonts.googleapis.com/css?family=Roboto:700);
@import url(//fonts.googleapis.com/css?family=Roboto:900);
@import url(//fonts.googleapis.com/css?family=Roboto:900italic);
@import url(//fonts.googleapis.com/css?family=Fira+Sans);
/*@import url(//fonts.googleapis.com/css?family=Fira+Sans:100);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:200);*/
@import url(//fonts.googleapis.com/css?family=Fira+Sans:300);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:400);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:500);
@import url(//fonts.googleapis.com/css?family=Fira+Sans:500italic);
@import url(//fonts.googleapis.com/css?family=Martel+Sans);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:200);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:300);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:400);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:600);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:700);
/*@import url(//fonts.googleapis.com/css?family=Martel+Sans:100);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:100italic);
@import url(//fonts.googleapis.com/css?family=Martel+Sans:200italic);*/

html, body {
    padding: 0px;
    margin: 0px;
    font-family: Martel Sans, Arial, Helvetica, sans-serif;
    font-weight: 100;
    width: 100%;
    height: 100%;
    color: #333439;
    font-style: normal;
    /*font-weight: normal;*/
    font-variant: normal;
}

input, textarea {
    /*font-family: Roboto !important;*/
}

img {
    border: 0px;
    vertical-align: top;
}
/*----------------------------------------------------------------------------------------------*/
/* Form generico */
/*----------------------------------------------------------------------------------------------*/
.ulCoppia {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.liCoppia {
    text-decoration: none;
    width: 100%;
}

.chiave {
    float: left;
}

.valore {
    float: right;
}
/*----------------------------------------------------------------------------------------------*/
input.text {
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
    font-style: italic;
    color: #808080;
    border-radius: 5px;
}

    input.text:focus {
        /*border: 1px solid #009933;*/
    }
/*----------------------------------------------------------------------------------------------*/
textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
    font-style: italic;
    color: #808080;
    border-radius: 5px;
}

    textarea:focus {
        /*border: 1px solid #009933;*/
    }
/*----------------------------------------------------------------------------------------------*/
select {
    border-style: solid;
    border-width: 1px;
    border-color: #808080 #C0C0C0 #C0C0C0 #C0C0C0;
    font-style: italic;
    color: #808080;
    border-radius: 5px;
}

    select:focus {
        /*border: 1px solid #009933;*/
    }
/*----------------------------------------------------------------------------------------------*/
input.radio {
    padding-right: 5px;
    margin-bottom: 5px;
}
/*----------------------------------------------------------------------------------------------*/
/* Bottoni */
/*----------------------------------------------------------------------------------------------*/
input.btnAggiungiCarrello {
}

/*input.btnAggiungiCarrello:hover {
        background-color: #00b11d;
    }*/
/*----------------------------------------------------------------------------------------------*/
/*input.btnGenerico {
    background-image: -ms-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -moz-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(top, #cc0000 0%, #990000 100%);
    background-color: #e4171b;
    border: 1px solid #C97105;
    font-size: inherit;
    cursor: pointer;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
    input.btnGenerico:hover {
        background-image: -ms-linear-gradient(top, #ff0000 0%, #cc0000 100%);
        background-image: -moz-linear-gradient(top, #ff0000 0%, #cc0000 100%);
        background-image: -o-linear-gradient(top, #ff0000 0%, #cc0000 100%);
        background-image: -webkit-linear-gradient(top, #ff0000 0%, #cc0000 100%);
        background-image: linear-gradient(top, #ff0000 0%, #cc0000 100%);
        text-decoration: none;
        color: #FFFFFF;
    }*/

input.btnGenerico {
    /*font-size: 13pt;
    text-align: center;
    margin-top: 10px;
    border-radius: 0px;
    border-color: transparent;
    font-family: Lato;
    text-transform: uppercase;
    padding: 4px 10px;
    background-color: #1a5dcf;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;*/
    border: 0px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px;
    background-color: #1a5dcf;
    padding: 10px;
    text-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    overflow: hidden;
    z-index: 2;
    position: relative;
    color: #fff;
}

    input.btnGenerico:before {
        content: "";
        display: block;
        position: absolute;
        background: #002cff;
        width: 100%;
        height: 0%;
        left: 0px;
        top: 0px;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: -1;
    }

    input.btnGenerico:hover:before {
        height: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    input.btnGenerico:hover {
        /*background: #003867;*/
    }


/*----------------------------------------------------------------------------------------------*/
input.btnProcedi {
    font-size: 15pt;
    text-align: center;
    /*margin-top: 10px;*/
    /*margin-left: 45px;*/
    border-radius: 0px;
    border-color: transparent;
    font-family: Lato;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #5aae32;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    color: #fff;
}

    input.btnProcedi:hover {
        border-radius: 10px;
        background: #4bca41;
    }
/*----------------------------------------------------------------------------------------------*/
input.btnAnnulla {
    /* IE10 */
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #808080 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Safari/Chrome */
    background-image: -webkit-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Regola standard */
    background-image: linear-gradient(top, #00b11d 0%, #007601 100%);
    background-color: #007601;
    border: 1px solid #009726;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 5px;
}

    input.btnAnnulla:hover {
    }
/*----------------------------------------------------------------------------------------------*/
/* Link */
/*----------------------------------------------------------------------------------------------*/
a.lnkGenerico:link, a.lnkGenerico:visited {
    /*background-image: -ms-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -moz-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -o-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: -webkit-linear-gradient(top, #cc0000 0%, #990000 100%);
    background-image: linear-gradient(top, #cc0000 0%, #990000 100%);
    background-color: #f78905;
    border: 1px solid #C97105;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;*/
    font-size: 13pt;
    text-align: center;
    margin-top: 10px;
    border-radius: 0px;
    border-color: transparent;
    font-family: Lato;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #F36F21;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

a.lnkGenerico:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #178f3b;
}
/*----------------------------------------------------------------------------------------------*/
a.lnkProcedi:link, a.lnkProcedi:visited {
    /*background-image: -ms-linear-gradient(top, #00b11d 0%, #007601 100%);
    background-image: -moz-linear-gradient(top, #00b11d 0%, #007601 100%);
    background-image: -o-linear-gradient(top, #00b11d 0%, #007601 100%);
    background-image: -webkit-linear-gradient(top, #00b11d 0%, #007601 100%);
    background-image: linear-gradient(top, #00b11d 0%, #007601 100%);
    background-color: #007601;
    border: 1px solid #009726;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;*/
    font-size: 13pt;
    text-align: center;
    margin-top: 10px;
    margin-left: 25px;
    border-radius: 0px;
    border-color: transparent;
    font-family: Lato;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #5aae32;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

a.lnkProcedi:hover {
    /*background-image: -ms-linear-gradient(top, #00b11d 0%, #003712 100%);
    background-image: -moz-linear-gradient(top, #00b11d 0%, #003712 100%);
    background-image: -o-linear-gradient(top, #00b11d 0%, #003712 100%);
    background-image: -webkit-linear-gradient(top, #00b11d 0%, #003712 100%);
    background-image: linear-gradient(top, #00b11d 0%, #003712 100%);*/
    text-decoration: none;
    color: #FFFFFF;
    background: #4bca41;
}
/*----------------------------------------------------------------------------------------------*/
a.lnkAnnulla:link, a.lnkAnnulla:visited, #lnkTornaShopping {
    font-size: 15pt;
    text-align: center;
    margin-top: 10px;
    border-radius: 0px;
    border-color: transparent;
    font-family: Lato;
    text-transform: uppercase;
    line-height: 40px;
    padding: 4px 15px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    color: #fff;
    background: #F36F21;
}

#updPanCarrello a.lnkAnnulla:link, a.lnkAnnulla:visited {
    margin: 0px;
}

a.lnkAnnulla:hover, #lnkTornaShopping:hover {
    text-decoration: none;
    color: #FFFFFF;
    background: #178f3b;
}


a.action-richiesta:link, a.action-richiesta:visited, a.action-mail:link, a.action-mail:visited, a.action-tel:link, a.action-tel:visited {
    /* IE10 */
    background-image: -ms-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Safari/Chrome */
    background-image: -webkit-linear-gradient(top, #00b11d 0%, #007601 100%);
    /* Regola standard */
    background-image: linear-gradient(top, #00b11d 0%, #007601 100%);
    background-color: #007601;
    border: 1px solid #009726;
    cursor: pointer;
    color: #FFFFFF !Important;
    text-align: center;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
}

a.action-richiesta:hover, a.action-mail:hover, a.action-tel:hover {
    /* IE10 */
    background-image: -ms-linear-gradient(top, #00b11d 0%, #003712 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #00b11d 0%, #003712 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #00b11d 0%, #003712 100%);
    /* Safari/Chrome */
    background-image: -webkit-linear-gradient(top, #00b11d 0%, #003712 100%);
    /* Regola standard */
    background-image: linear-gradient(top, #00b11d 0%, #003712 100%);
    text-decoration: none;
    color: #FFFFFF;
}


/*----------------------------------------------------------------------------------------------*/
/* Paginazione */
/*----------------------------------------------------------------------------------------------*/
.currentPage {
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #333333;
}

.NextPreviousButton {
    border: 1px solid #cc3300;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #f98f0d;
}

.numericButton {
    border: 1px solid #cc3300;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #f98f0d;
}

.buttonPage {
    border: 1px solid #cc3300;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    color: #FFFFFF;
    background-color: #f98f0d;
}
/*----------------------------------------------------------------------------------------------*/
/* Paginazione */
/*----------------------------------------------------------------------------------------------*/
#contenitorePaginazione {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    font-family: Calibri;
}

#contenitoreStrumentiProdottiSopra #contenitorePaginazione, #contenitoreStrumentiProdottiSotto #contenitorePaginazione {
    float: right;
    clear: none;
    margin: 10px 0px 0px 0px;
}

#contenitorePaginazione ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#contenitorePaginazione li {
    float: left;
    margin: 0px;
    padding: 0px;
}

    #contenitorePaginazione li a {
        overflow: hidden;
        /*margin: 0 5px 0 0;*/
        display: block;
        border-right: 1px #fff solid;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        /*border-radius: 500px;*/
    }

        #contenitorePaginazione li a:hover {
            background-color: #5aae32 !important;
            color: #FFFFFF !important;
            text-decoration: none;
        }


        #contenitorePaginazione li a.currentPaginazione {
            overflow: hidden;
            /*border: 1px solid #00b11d;*/
            /*border-radius: 15px;*/
            /*padding: 4px 10px 5px 10px;*/
            padding: 5px 10px;
            color: #fff !important;
            background-color: #5aae32 !important;
        }

        #contenitorePaginazione li a.FirstLastPaginazione {
            /*border: 1px solid #00b11d;*/
            /*border-radius: 15px;*/
            padding: 5px 10px;
            color: #5b5b5b;
            background-color: rgba(167, 180, 161, 0.28);
        }

        #contenitorePaginazione li a.NextPreviousPaginazione {
            /*border: 1px solid #00b11d;*/
            /*border-radius: 15px;*/
            padding: 5px 10px;
            color: #5b5b5b;
            background-color: rgba(167, 180, 161, 0.28);
        }

        #contenitorePaginazione li a.numericPaginazione {
            /*border: 1px solid #00b11d;*/
            padding: 5px 10px;
            color: #5b5b5b;
            background-color: rgba(167, 180, 161, 0.28);
        }
/*----------------------------------------------------------------------------------------------*/
h1, h2, h3 {
    padding: 0px;
    margin: 0px;
}
/*----------------------------------------------------------------------------------------------*/
a:link, a:visited {
    color: #333439;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}
/*----------------------------------------------------------------------------------------------*/
/* Box generico */
/*----------------------------------------------------------------------------------------------*/
.contenitoreBox {
}

.headerBox {
    min-height: 40px;
    line-height: 45px;
    padding-left: 10px;
}

.sectionBox {
    overflow: hidden;
}

.footerBox {
}

.h1Box {
    font-size: 14pt;
    font-weight: normal;
}

.h2Box {
    font-size: 12pt;
    font-weight: normal;
}

.h3Box {
    font-size: 10pt;
    font-weight: normal;
}



/*----------------------------------------------------------------------------------------------*/
#BoxReturnPayPal .chiave {
    width: 200px;
    text-align: right;
    padding-right: 10px;
}

#BoxReturnPayPal .valore {
    float: left;
    font-weight: bold;
}
/*----------------------------------------------------------------------------------------------*/
#messaggiPagamentoOrdine {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
}

    #messaggiPagamentoOrdine input {
        margin: 0px 0px 0px 5px;
        padding: 5px 10px;
        font-size: 16px;
    }

/*----------------------------------------------------------------------------------------------*/
/* Messaggi pannelli */
/*----------------------------------------------------------------------------------------------*/
.pnlErrore {
    border: 1px solid #CC3300;
    background-color: #FFE8DF;
    font-size: 14pt;
    color: #800000;
    background-image: url('Images/error.png');
    width: 1278px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /*margin: 20px 450px 0px 450px;*/
    /*width: 50%;*/
    text-align: center;
    /*padding: 10px 10px 10px 80px;*/
    padding: 10px 0px;
    font-size: 14pt;
    /*color: #fff;*/
    background-repeat: no-repeat;
    background-position: 5px center;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -moz-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -ms-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -o-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    transition: all 3s cubic-bezier(.69,.25,.73,.36);
}

#tblMessaggiError {
    height: 60px;
    width: 100%;
}

.pnlOk {
    width: 1278px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    /*margin: 20px 450px 0px 450px;*/
    /*width: 50%;*/
    text-align: center;
    padding: 10px 0px 10px 0px;
    border: 1px solid #006600;
    background-color: rgba(255, 255, 255, 0.87); /*#E6FFE6;*/
    font-size: 14pt;
    color: #003300;
    /*color: #fff;*/
    background-image: url('Images/check.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -moz-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -ms-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    -o-transition: all 3s cubic-bezier(.69,.25,.73,.36);
    transition: all 3s cubic-bezier(.69,.25,.73,.36);
}

/*.pnlOk:hover {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 1s cubic-bezier(.69,.25,.73,.36);
        -moz-transition: all 1s cubic-bezier(.69,.25,.73,.36);
        -ms-transition: all 1s cubic-bezier(.69,.25,.73,.36);
        -o-transition: all 1s cubic-bezier(.69,.25,.73,.36);
        transition: all 1s cubic-bezier(.69,.25,.73,.36);
    }*/

#lblMessaggiOk {
    text-align: center;
}

#tblMessaggiOk {
    height: 60px;
    text-align: center;
    width: 100%;
}
/*---------------------------------------------------------------------------------------------*/
/* TABELLE MODALITA' */
/*---------------------------------------------------------------------------------------------*/
.tdRadioButton {
    width: 30px;
}

.tdNomeDescrizione {
}

.tdPrezzo {
    width: 160px;
    text-align: right;
    font-size: 12pt;
    font-weight: bold;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;
}
/*---------------------------------------------------------------------------------------------*/
/* ROBUSTEZZA PASSWORD */
/*---------------------------------------------------------------------------------------------*/
#result {
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}


/*----------------------------------------------------------------------------------------------*/
/* Menu Sezioni Pagine */
/*----------------------------------------------------------------------------------------------*/
#menuSectionPage {
    /*display: none;*/
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 80px;
    list-style: none;
    margin: 0px;
    padding: 5px 0 5px 5px;
    /*background-color: #fafafa;*/
    background-color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.00) 10%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.00) 100%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.80) 50%, rgba(255, 255, 255, 0.00) 100%);*/
}

    #menuSectionPage li a#backPage {
        background-image: url('Images/back.png');
        background-repeat: no-repeat;
        background-position: center center;
        width: 15px;
        height: 15px;
        padding: 5px;
        display: block;
        text-decoration: none;
    }

    #menuSectionPage li a#topPage:hover {
        text-decoration: none !important;
        /*transform: scale(1.3);*/
    }

    #menuSectionPage li a#topPage:before {
        position: relative;
        right: 4px;
        font-family: fontAwesome;
        font-size: 20px;
        content: "\f015";
        color: #1e61d4;
        /*background-image: url('Images/home-sezioni.png');*/
        background-repeat: no-repeat;
        background-position: center center;
        /*width: 15px;
        height: 15px;
        padding: 5px;*/
        display: block;
        text-decoration: none;
    }

    #menuSectionPage li a {
        padding: 7px 6px 7px 7px;
        display: block;
    }

        #menuSectionPage li a span {
            /*background-color: #c2cbc8;*/
            background-color: #1e61d4;
            border-radius: 100%;
            width: 12px;
            height: 12px;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            /*-webkit-filter: hue-rotate(180deg);*/
        }

        #menuSectionPage li a:hover span {
            /*background-color: #c2cbc8;*/
            /*transform: scale(1.9);*/
            text-decoration: none;
            background-color: #001334 !important;
        }

        #menuSectionPage li a.current span {
            background-color: #001334;
            border-radius: 100%;
            /*transform: scale(1.9);*/
            display: block;
            text-decoration: none;
        }

/*----------------------------------------------------------------------------------------------*/
/* Menu Strumenti Verticali Pagine (Back, Share) */
/*----------------------------------------------------------------------------------------------*/

#menuVerticalPage {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 0px;
    list-style: none;
    margin: 5px 0px;
    padding: 5px 0 12px 0%;
    /*background-color: #fafafa;*/
    opacity: 0.9;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(255, 255, 255, 0.50);
}

    #menuVerticalPage li a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        display: block;
        padding: 3px 6px 3px 7px;
        text-decoration: none !important;
    }

        #menuVerticalPage li a:hover:before {
            /*transform: scale(1.2);*/
            text-decoration: none !important;
            color: #001334 !important;
        }

        #menuVerticalPage li a#backPage:before {
            content: "\f112";
            font-size: 15px;
            font-family: fontAwesome;
            color: #1e61d4;
            padding: 5px;
            display: block;
            cursor: pointer;
            text-decoration: none;
        }

        #menuVerticalPage li a#btnSharSocial:before {
            content: "\f1e0";
            font-size: 15px;
            font-family: fontAwesome;
            color: #1e61d4;
            padding: 5px;
            display: block;
            text-decoration: none;
            cursor: pointer;
        }

        #menuVerticalPage li a#btnSharSocial {
            width: 12px;
            height: 12px;
        }

/*----------------------------------------------------------------------------------------------*/
#divContenitoreRicercaAvanzata {
    display: none;
}

.evidenziatoreKeyword {
    font-weight: bold;
}


.aziendaRichiestaInfo {
    display: none;
}

/*----------------------------------------------------------------------------------------------*/
/* Blog */
/*----------------------------------------------------------------------------------------------*/

.descrizioneArgomento {
    overflow: hidden;
    width: 100%;
}

/*----------------------------------------------------------------------------------------------*/
/* Informativa Cookies */
/*----------------------------------------------------------------------------------------------*/

/*#confermaCookie {
    background-color: rgba(0, 0, 0, 0.70);
    text-align: center;
    color: #ffffff;
    font-size: 9pt;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 80%;
    z-index: 999;
    padding: 10px 10%;
}

.btnInformativaCookie {
    background-color: #006600;
    border: 1px solid #00b11d;
    border-radius: 5px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 200;
    padding: 8px 15px;
}

#confermaCookie a {
    color: #ccc;
}*/


/*----------------------------------------------------------------------------------------------*/
/* Popup Attesa */
/*----------------------------------------------------------------------------------------------*/

.popup-wait {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.popup-wait-content {
    /*background-color: rgba(255,255,255,0.1);*/
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    padding: 50px 0px;
    width: 300px;
    color: #CC3300;
    font-size: 32pt;
    text-align: center;
    border-radius: 50px;
    /*border: 1px solid #ccc;*/
}

#banner .linkedin {
    background-color: #0077b5;
}


#back-to-top {
    padding: 10px 20px;
    background-color: rgba(26,26,26,.8);
    color: #fff;
    border: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 12px;
    /*height: 36px;
    line-height: 1;
    outline: none;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 101;
    font-weight: 300;
    letter-spacing: 2px;
}

    #back-to-top:after {
        content: '\f106';
        font-size: 15px;
        padding-left: 10px;
        font-family: FontAwesome;
    }

.back-hidden {
    opacity: 0;
    visibility: hidden;
}

.back-visible {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover {
    background: #333;
    text-decoration: none;
}


    .valore .checkbox {
        /*display: inline-flex !important;
        flex-direction: column;
        justify-content: center;
        height: 30px !important;*/
        /*top: -10px !important;
        left: 10px !important;*/
        line-height: 25px;
    }

    #contenitoreRichiestaInformazioni label {
        font-size: 8pt;
        /*display: inline-block;*/
        /*float: right;*/
        position: relative;
        text-align: justify;
        font-weight: normal;
        display: block;
        display: inline-block;
        margin-left: 10px;
        vertical-align: top;
        padding-top: 5px;
    }

        #contenitoreRichiestaInformazioni label p {
            margin: 0px;
        }

    /*#contenitoreRichiestaInformazioni label,
        #contenitoreRichiestaInformazioni label p {
            font-size: 11px;
            width: 450px;
            line-height: 11px;
            top: -27px;
            left: 38px;
            height: 23px;
        }*/

    #contenitoreRichiestaInformazioni input[type="checkbox"] {
        width: 25px;
        height: 25px;
    }

    /*#contenitoreRichiestaInformazioni .check-value .valore{
        width: auto !important;
    }*/

    #contenitoreRichiestaInformazioni label a {
        /*margin-top: 10px;
        display: block;
        font-style: italic;*/
    }

    .hidden-panel {
        opacity: 0;
        transform: scale(0);
        display: none;
    }

    .show-panel {
        margin-top: 3%;
        opacity: 1 !important;
        transform: scale(1) !important;
        background: #db0021;
        color: #fff;
        display: inline-block;
        padding: 1%;
        font-size: 15px;
        border-radius: 2px;
        letter-spacing: -0.1px;
        font-weight: 500;
        display: block;
    }

    #errorPanel,
    #errorPanelRequest {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

#footer{
 display:none
}

#boxHeaderTop{
 display:none
}

#updCookie{
 display:none;
}

.updates img {
    max-width: 100%;
}
