/* Minification failed. Returning unminified contents.
(442,86): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
/* scheda */
.scheda .riga_carat_macro {
    border-style: solid;
    border-color: #A4B2BD;
    border-top-width: 0px;
    border-right-width: 1px;
    border-left-width: 0px;
    border-bottom-width: 1px;
    width: 350px;
    height: 18px;
    padding-left: 3px;
    background-color: #A4B2BD;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
}

.scheda .riga_desc_carat_macro {
    border-style: solid;
    border-color: #A4B2BD;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    height: 18px;
    padding-right: 3px;
    padding-left: 3px;
    background-color: #A4B2BD;
    font-size: 10px;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF;
}
/* scheda end */

/* productlabel */
.kitproductlabel #div_componentkit_body {
    border: 0 !important;
}

.kitproductlabel #div_componentkit_header {
    background-image: none !important;
}

.kitproductlabel #div_kit_header {
    background-image: none !important;
}

.kitproductlabel #div_kit_body {
    border: 0 !important;
}

.kitproductlabel table {
    margin-bottom: 0;
}

.noborder {
    border-bottom: none !important;
    margin-bottom: 8px !important;
}

.kitproductlabel table.dg_lista {
    border: 0 !important;
}

.kitproductlabel .dg_lista td {
    border: 0 !important;
}

.kitproductlabel .noborder td {
    border: 1px solid #ddd !important;
}

.kitproductlabel .noborder tr:last-child {
    border: 0 !important;
}

.kitproductlabel a {
    cursor: pointer;
}

.productlabel .td_scheda_responsive_title_macro {
    border-color: #A4B2BD;
    width: 300px;
    padding-left: 3px;
    background-color: #A4B2BD;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: #FFFFFF;
}

.productlabel .td_scheda_responsive_macro {
    border-color: #A4B2BD;
    padding-left: 3px;
    background-color: #A4B2BD;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    vertical-align: top;
    text-decoration: none;
    color: #FFFFFF;
}

.productlabel .labeltype6 {
    margin-top: -20px;
    border-top-style: hidden;
}
/* productlabel end */

/* image 3D */
.image3D-close {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0px;
    padding: 8px;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #A4B2BD;
}

.image3D-container {
    margin: 0 auto;
    max-width: 960px;
    margin-top: 50px;
}

.image3D-spinner {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

    .image3D-spinner .spinner {
        height: 500px;
    }

.image3D-load {
    text-align: center;
}

    .image3D-load .wating,
    .image3D-load .loading {
        font-size: 20px;
        font-weight: bold;
        color: #A4B2BD;
    }
/* image 3D end */

/* prod search col multimedia */
.prod-search-col-multimedia {
}

    .prod-search-col-multimedia .has-multimedia {
        display: block;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        background-color: rgb(145, 217, 21);
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
    }
/* prod search col multimedia end*/

/* generici */
.descriptionrow span {
    display: block;
}

#div_label_menu a {
    color: #fff;
}

.pointer {
    cursor: pointer;
}

/* allinea al centro verticalmente (fonte: "https://www.w3schools.com/howto/howto_css_center-vertical.asp") */
.vertical-center {
    position: absolute;
    top: 50%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* allinea al centro verticalmente e orizzontalmente (fonte: "https://www.w3schools.com/howto/howto_css_center-vertical.asp") */
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nodisplay {
    display: none;
}
/* generici end */

/*box index*/

#boxIndex h1 {
    font-size: 28px;
}

#boxIndex h2 {
    font-size: 26px;
}

#boxIndex h3 {
    font-size: 18px;
}

#boxIndex h4 {
    font-size: 16px;
}

#boxIndex h5 {
    font-size: 14px;
}

#boxIndex h6 {
    font-size: 12px;
}

#boxIndex h1, #boxIndex h2, #boxIndex h3, #boxIndex h4, #boxIndex h5, #boxIndex h6 {
    color: #563D64;
}

#boxIndex small {
    font-size: 10px;
}

#boxIndex b, #boxIndex strong {
    font-weight: bold;
}

#boxIndex a {
    text-decoration: none;
}

    #boxIndex a:hover {
        text-decoration: underline;
    }

#boxIndex .left {
    float: left;
}

#boxIndex .right {
    float: right;
}

#boxIndex .alignleft {
    float: left;
    margin-right: 15px;
}

#boxIndex .alignright {
    float: right;
    margin-left: 15px;
}

#boxIndex .clearfix:after,
#boxIndex form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#boxIndex #content form input[type="text"],
#boxIndex #content form input[type="password"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eae7e7 url(../img/login.png) no-repeat;
    border: 1px solid #c8c8c8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    padding: 15px 10px 15px 40px;
    width: 80%;
}

    #boxIndex #content form input[type="text"]:focus,
    #boxIndex #content form input[type="password"]:focus {
        -webkit-box-shadow: 0 0 2px #ed1c24 inset;
        -moz-box-shadow: 0 0 2px #ed1c24 inset;
        -ms-box-shadow: 0 0 2px #ed1c24 inset;
        -o-box-shadow: 0 0 2px #ed1c24 inset;
        box-shadow: 0 0 2px #ed1c24 inset;
        background-color: #fff;
        border: 1px solid #ed1c24;
        outline: none;
    }

#boxIndex {
    background: #DCDDDF url(../img/background.png);
    color: #000;
    font: 14px Arial;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

    #boxIndex .container {
        margin: 125px auto;
        position: relative;
        width: 900px;
    }

    #boxIndex #content {
        background: #f9f9f9;
        background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
        background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
        -webkit-box-shadow: 0 1px 0 #fff inset;
        -moz-box-shadow: 0 1px 0 #fff inset;
        -ms-box-shadow: 0 1px 0 #fff inset;
        -o-box-shadow: 0 1px 0 #fff inset;
        box-shadow: 0 1px 0 #fff inset;
        border: 1px solid #c4c6ca;
        margin: 0 auto;
        padding: 25px 0 0;
        position: relative;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        width: 400px;
    }

        #boxIndex #content h1 {
            color: #7E7E7E;
            font: bold 25px Helvetica, Arial, sans-serif;
            letter-spacing: -0.05em;
            line-height: 20px;
            margin: 10px 0 30px;
        }

            #boxIndex #content h1:before,
            #boxIndex #content h1:after {
                content: "";
                height: 1px;
                position: absolute;
                top: 10px;
                width: 27%;
            }

        #boxIndex #content:after,
        #boxIndex #content:before {
            background: #f9f9f9;
            background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
            background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
            background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
            background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
            background: linear-gradient(top, rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
            border: 1px solid #c4c6ca;
            content: "";
            display: block;
            height: 100%;
            left: -1px;
            position: absolute;
            width: 100%;
        }

        #boxIndex #content:after {
            -webkit-transform: rotate(2deg);
            -moz-transform: rotate(2deg);
            -ms-transform: rotate(2deg);
            -o-transform: rotate(2deg);
            transform: rotate(2deg);
            top: 0;
            z-index: -1;
        }

        #boxIndex #content:before {
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
            top: 0;
            z-index: -2;
        }

        #boxIndex #content form {
            margin: 0 20px;
            position: relative
        }

    #boxIndex #txt_utente {
        background-position: 10px 10px !important
    }

    #boxIndex #txt_psw {
        background-position: 10px -53px !important
    }

    #boxIndex #content form input[type="submit"] {
        background: rgb(254,231,154);
        background: -moz-linear-gradient(top, rgba(0,91,146,1) 0%, rgba(33,156,233,1) 100%);
        background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
        background: -o-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
        background: -ms-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
        background: linear-gradient(top, rgba(0,91,146,1)) 0%,rgba(33,156,233,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fee79a', endColorstr='#fec151',GradientType=0 );
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border-radius: 30px;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
        -ms-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
        -o-box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
        border: 1px solid #005b92;
        color: #ffffff;
        cursor: pointer;
        float: left;
        font: bold 15px Helvetica, Arial, sans-serif;
        height: 35px;
        margin: 15px 0 15px 15px;
        position: relative;
        text-shadow: 0 1px 0 rgba(255,255,255,0.5);
        width: 120px;
    }

        #boxIndex #content form input[type="submit"]:hover {
            background: rgb(33,156,233);
            background: -moz-linear-gradient(top, rgba(33,156,233,1) 0%, rgba(0,91,146,1) 100%);
            background: -webkit-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
            background: -o-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
            background: -ms-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
            background: linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec151', endColorstr='#005b92',GradientType=0 );
        }

    #boxIndex #content form div label {
        color: #004a80;
        float: right;
        font-size: 12px;
        margin: 30px 15px 0 0;
        text-decoration: underline;
    }



    #boxIndex #content select,
    #boxIndex #content input[type="text"],
    #boxIndex #content input[type="password"] {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
        -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
        -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
        -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
        box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background: #eae7e7 url(../img/login.png) no-repeat;
        border: 1px solid #c8c8c8;
        color: #777;
        font: 13px Helvetica, Arial, sans-serif;
        margin: 0 0 10px;
        padding: 15px 10px 15px 40px;
        width: 80%;
    }

        #boxIndex #content input[type="text"]:focus,
        #boxIndex #content input[type="password"]:focus {
            -webkit-box-shadow: 0 0 2px #ed1c24 inset;
            -moz-box-shadow: 0 0 2px #ed1c24 inset;
            -ms-box-shadow: 0 0 2px #ed1c24 inset;
            -o-box-shadow: 0 0 2px #ed1c24 inset;
            box-shadow: 0 0 2px #ed1c24 inset;
            background-color: #fff;
            border: 1px solid #ed1c24;
            outline: none;
        }

    #boxIndex .bottonEntracss {
        float: none !important;
        margin-left: 0 !important;
        width: 100% !important;
        background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%);
        border-radius: 30px;
        border: 1px solid #005b92;
        color: #ffffff;
        cursor: pointer;
        font: bold 15px Helvetica, Arial, sans-serif;
        height: 35px;
        margin: 15px 0 15px 15px;
        position: relative;
    }

        #boxIndex .bottonEntracss:hover {
            background: -webkit-linear-gradient(top, rgba(33,156,233,1) 0%,rgba(0,91,146,1) 100%);
        }

    #boxIndex .bottoncss {
        color: black;
        cursor: pointer;
        height: 30px;
        position: relative;
        text-align: left;
        width: 100%;
        border: none;
        background: none;
    }

        #boxIndex .bottoncss:hover {
            text-decoration: underline;
        }

    #boxIndex #ddl_lingua {
        background-position: 10px -103px !important
    }

/*end index*/

/* inizio modale per la news sulla index*/

.newsindex {
    border: solid 1px #808080;
    background-color: #FFFFFF;
    padding: 25px 50px;
    color: black;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .newsindex .edit_popup_body {
        ;
    }

.newsfooter .closenews {
    float: none !important;
    margin-left: 0 !important;
    width: 100% !important;
    background: -webkit-linear-gradient(top, rgba(0,91,146,1) 0%,rgba(33,156,233,1) 100%) !important;
    border-radius: 30px;
    border: 1px solid #005b92;
    color: #ffffff;
    cursor: pointer;
    font: bold 15px Helvetica, Arial, sans-serif;
    height: 35px;
    margin: 15px 0 15px 15px;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

.newsindex .newsfooter {
    text-align: center;
    margin-top: 15px;
}

/*fine modale*/
/* inizio editor news */
.news_editor {
    color: black;
}
/* fine editor*/

/*inizio ricerca intelligente in home*/
.smartSearch {
    width: 33%;
    height: 35px;
    border-radius: 10px;
    border-color: #ccc;
    border: none;
    border: 1px solid #ccc;
    padding-left: 10px;
    color: black;
    float: left;
}

.smart {
    margin-right: 30px;
    margin-left: 30px;
    padding: 5px;
    font-size: 15px;
}
/*fine ricerca*/

/* inizio testo rosso per ricerca intelligente */
.noResultSmart {
    margin-left: 35px;
    font-size: 13px;
    color: red;
    font-weight: bold;
}
/* fine testo rosso */

.imgSlider-preview {
    max-width: 190px;
    max-height: 190px;
}

.imgImmagineScheda-preview {
    max-width: 200px;
    max-height: 300px;
}

