﻿@font-face {
    font-family: 'BodyFont';
    src: url('../fonts/GothamRounded-Bold.otf') format('truetype');
    unicode-range: U+0030-0039;
}

@font-face {
    font-family: 'BodyFont';
    src: url('../fonts/UntitledSans-Regular.woff') format('truetype');
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../fonts/UntitledSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../fonts/UntitledSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../fonts/UntitledSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    ascent-override: 92%;
    descent-override: 24%;
    line-gap-override: 0%;
}

@font-face {
    font-family: 'Untitled-Bold';
    src: url('../fonts/UntitledSans-Bold.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-BoldItalic';
    src: url('../fonts/UntitledSans-BoldItalic.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-BoldItalic';
    src: url('../fonts/UntitledSans-BoldItalic.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-Light';
    src: url('../fonts/UntitledSans-Light.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-MediumItalic';
    src: url('../fonts/UntitledSans-MediumItalic.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-Medium';
    src: url('../fonts/UntitledSans-Medium.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-RegularItalic';
    src: url('../fonts/UntitledSans-RegularItalic.woff') format('truetype');
}

@font-face {
    font-family: 'Untitled-Regular';
    src: url('../fonts/UntitledSans-Regular.woff') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Black';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BlackItalic';
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-BoldItalic';
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Hairline';
    src: url('../fonts/Lato-Hairline.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-HairlineItalic';
    src: url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Italic';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-LightItalic';
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.otf') format('truetype');
}

@font-face {
    font-family: 'UntitledSansBold';
    src: url('../fonts/UntitledSansBold.ttf') format('truetype');
}

@font-face {
    font-family: 'UntitledSansMedium';
    src: url('../fonts/UntitledSansMedium.ttf') format('truetype');
}

@font-face {
    font-family: 'UntitledSans-Black';
    src: url('../fonts/UntitledSans-Black.otf') format('truetype');
}


@font-face {
    font-family: 'UntitledSans-Regular';
    src: url('../fonts/UntitledSans-Regular.woff2') format('woff2');
}


@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('../fonts/GothamRounded-Bold.otf') format('truetype');
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Barlow-ExtraLight.ttf') format("truetype")
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Barlow-Regular.ttf') format("truetype")
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Barlow-Medium.ttf') format("truetype")
}

@font-face {
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Barlow-Bold.ttf') format("truetype")
}

body {
    padding-top: 120px;
    padding-bottom: 0;
    background-color: #F3F3F3;
    font-family: 'BodyFont', sans-serif;
}


a, a:focus, a:hover, input, button, textarea {
    outline: none;
}

    a:focus, a:hover {
        color: #2c2d84
    }

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

.body_modal {
    padding-right: 0 !important;
}

#panelMessageCoupon .flex {
    display: flex;
}

#panelMessageCoupon .flex-direction-column {
    flex-direction: column;
}

#panelMessageCoupon .flex-direction-row {
    flex-direction: row;
}

#panelMessageCoupon .justify-content-center {
    justify-content: center;
}

#panelMessageCoupon .justify-content-end {
    justify-content: flex-end;
}

#panelMessageCoupon .align-items-center {
    align-items: center;
}

#panelMessageCoupon .gap-2 {
    gap: 2rem;
}

#panelMessageCoupon .gap-1 {
    gap: 1rem;
}

#panelMessageCoupon .padding-updown-4 {
    padding: 4rem 0rem !important;
}

#panelMessageCoupon .padding-3 {
    padding: 3rem !important;
}

#panelMessageCoupon .rounded-16 {
    border-radius: 16px !important;
}

#panelMessageCoupon .top-rounded-16 {
    border-radius: 16px 16px 0 0;
}

#panelMessageCoupon .bg-light-violet {
    background: #E9E5FF;
}

#panelMessageCoupon .cl-logista-dark-blue {
    color: #2C2D7F;
}

#panelMessageCoupon .cl-logista-blue {
    color: #2800FF !important;
}

#panelMessageCoupon .text-bold {
    font-family: 'UntitledSans', Arial, sans-serif;
    font-weight: 700;
}

#panelMessageCoupon .text-regular {
    font-family: 'UntitledSans', Arial, sans-serif;
    font-weight: 400 !important;
}

#panelMessageCoupon .text-medium {
    font-family: 'UntitledSans', Arial, sans-serif;
    font-weight: 500;
}

#panelMessageCoupon .text.lg {
    font-size: 24px;
}

#panelMessageCoupon .text.extra-lg {
    font-size: 32px;
}

#panelMessageCoupon .absolute {
    position: absolute;
}

#panelMessageCoupon .top-2 {
    top: 2rem;
}

#panelMessageCoupon .right-2 {
    right: 2rem;
}

#panelMessageCoupon .pointer {
    cursor: pointer;
}

#panelMessageCoupon .ico {
    background-color: currentColor;
    display: inline-table;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

#panelMessageCoupon .ico.extra-lg {
    width: 10rem;
    height: 10rem;
}

#panelMessageCoupon .ico-logista-voucher {
    -webkit-mask: url(images/icons/ico-logista-voucher.svg) no-repeat left center;
    mask: url(images/icons/ico-logista-voucher.svg) no-repeat left center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

#panelMessageCoupon .go-to-arrow {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

#panelMessageCoupon .go-to-arrow:after {
    content: "";
    right: 6px;
    top: 4px;
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2800FF;
    border-right: 2px solid #2800FF;
    border-width: 2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#panelMessageCoupon .go-to-arrow-coupon-list {
    top: 1px !important;
}

#panelMessageCoupon .modal-content {
    overflow: hidden;
}

#panelMessageCoupon .modal-header .close {
    opacity: 1;
    text-shadow: none;
}

.flex {
    display: flex !important;
}

.m-0 {
    margin: 0 !important;
}

.font-smaller {
    font-size: smaller;
}

.no-wrap {
    white-space: nowrap;
}

/* Stili Sito Istituzionele */
#logista-content h1 {
    padding-bottom: 15px;
    border-bottom-color: rgb(225, 225, 225);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#logista-content a {
    text-decoration: underline;
}

#logista-content li {
    background: url("/_layouts/1033/Logista.SharePoint.WebCorporativa/Content/img/topo_naranja3x3.gif") no-repeat 0px 8px;
    padding-left: 10px;
    list-style-type: none;
}

#logista-content {
    width: 64% !important;
}

    #logista-content a {
        text-decoration: underline;
    }

    #logista-content > h1 {
        padding-bottom: 10px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

#logista-content-notice {
    width: 862px;
}

    #logista-content-notice li {
        background: url("/_layouts/1033/Logista.SharePoint.WebCorporativa/Content/img/topo_naranja3x3.gif") no-repeat 0px 8px;
        padding-left: 10px;
        list-style-type: none;
    }

    #logista-content-notice a {
        text-decoration: underline;
    }

    #logista-content-notice > h1 {
        padding-bottom: 10px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

#logista-content-notice-corner {
    width: 832px;
}

    #logista-content-notice-corner li {
        background: url("/_layouts/1033/Logista.SharePoint.WebCorporativa/Content/img/topo_naranja3x3.gif") no-repeat 0px 8px;
        padding-left: 10px;
        list-style-type: none;
    }

    #logista-content-notice-corner a {
        text-decoration: underline;
    }

    #logista-content-notice-corner h1 {
        padding-bottom: 10px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }



#logista-contentPage-notice-corner {
    width: 100%;
}

    #logista-contentPage-notice-corner a {
        text-decoration: underline;
    }

    #logista-contentPage-notice-corner h1 {
        padding-bottom: 10px;
        border-bottom-color: rgb(225, 225, 225);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

.otp-input {
    text-align: center;
    width: 40px;
    display: inline !important;
    padding: 0px;
}

.carousel-inner {
    box-shadow: 7px 7px 10px 0 rgba(50, 50, 50, 0.8);
    border-radius: 8px;
}

    .carousel-inner > .item > img {
        margin: 0 auto;
        width: 100%;
        max-height: 300px;
    }

    .carousel-inner .spinner {
        display: table;
        width: 100%;
        height: 400px;
        text-align: center;
    }

.carousel-promozioni-carrello {
    border-radius: 0px;
    box-shadow: 0px 0px !important;
    font-family: AvenirLTStd-Roman;
    font-style: normal;
    font-stretch: normal;
}

.span-promozioni-carrello {
    font-size: 13px !important;
    font-weight: normal !important;
}

.spanBold-promozioni-carrello {
    font-size: 13px !important;
    font-weight: bold !important;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.icon {
    width: 70px;
}

.carousel-control.right {
    background-image: none;
}

.banner-box {
    -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    background-color: #99cae2;
    border-radius: 8px;
    position: relative;
    margin: 0px auto;
    width: 100%;
    padding-top: 45%;
    display: block;
}

.banner-box-inner {
    position: absolute;
    top: 0;
    /*max-height: 250px;*/
    border-radius: 8px;
    background-image: url("/Content/images/home_left.png");
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.news-box {
    -webkit-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 7px 7px 10px 0px rgba(50, 50, 50, 0.8);
    background-color: #99cae2;
    border-radius: 8px;
    position: relative;
    margin: 0px auto;
    width: 100%;
    padding-top: 45%;
    display: block;
}

.news-box-inner {
    position: absolute;
    top: 0;
    max-height: 250px;
}

.news-box-inner-title {
    margin-top: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #01547A;
    font-size: 14px;
}

.news-box-inner-content {
    margin-top: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #01547A;
    font-size: 14px;
}

/* Start Promo Terzia */

#panelPromoTerzia .modal-dialog {
    width: 900px;
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
}

#panelPromoTerzia .modal-header {
    height: 80px;
    padding: 10px;
    border-bottom: none;
}

#panelPromoTerzia .modal-title {
    display: none;
}

#panelPromoTerzia .modal-body.promo-all {
    background-color: #F4F4F4;
}

#panelPromoTerzia .modal-content {
    background-color: transparent;
}

#panelPromoTerzia .modal-footer {
    border-top: none;
    text-align: center;
    padding: 5px;
}


#promoTerziaCarousel {
    padding: 20px 15px 10px;
}

    #promoTerziaCarousel .carousel-indicators {
        bottom: 0px;
        left: 0;
        z-index: 15;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

        #promoTerziaCarousel .carousel-indicators li {
            width: 9px;
            height: 9px;
            background-color: #F3F3F3;
            border: none;
            margin: 0 5px;
        }

            #promoTerziaCarousel .carousel-indicators li.active {
                background-color: #ea560d;
            }


#panelPromoTerzia .modal-body.promo-all #promoTerziaCarousel .carousel-indicators li {
    background: #FFF;
    border: 1px solid #DDD;
    width: 15px;
    height: 15px;
    margin: 0 2px;
}






    #panelPromoTerzia .modal-body.promo-all #promoTerziaCarousel .carousel-indicators li.active {
        background-color: #ea560d;
    }

#promoTerziaCarousel .carousel-inner {
    height: 410px;
    box-shadow: none;
}

    #promoTerziaCarousel .carousel-inner .item .content {
        float: left;
        width: 24.9%;
        height: 40px;
        padding: 0 2px;
    }

        #promoTerziaCarousel .carousel-inner .item .content .bg-gray {
            background: #F3F3F3;
            height: 400px;
            overflow: hidden;
        }

        #promoTerziaCarousel .carousel-inner .item .content .bg-content {
            background: transparent;
            height: 400px;
            overflow: hidden;
        }

        #promoTerziaCarousel .carousel-inner .item .content .bg-white {
            background: #fff;
        }

    #promoTerziaCarousel .carousel-inner .denominazione {
        overflow: hidden;
        height: 60px;
        padding: 10px;
        margin-bottom: 1px;
        font-size: 13px;
        line-height: 15px;
        color: #ea560d;
        background: #FFF;
    }


    #promoTerziaCarousel .carousel-inner .item .wrap-img {
        height: 160px;
        margin: 0 10px 10px;
        background: #fff;
        padding-top: 15px;
        box-shadow: rgba(0,0,0,.2) 0 1px 1px 0px;
        position: relative;
    }

        #promoTerziaCarousel .carousel-inner .item .wrap-img .cartoon-offerta {
            background: url('images/icons/cartoon_offerta.png') center center no-repeat;
            background-size: 60px;
            width: 60px;
            height: 60px;
            position: absolute;
            top: -15%;
            left: 38%;
            z-index: 1;
        }

        #promoTerziaCarousel .carousel-inner .item .wrap-img .cartoon-offerta-outlet {
            background: url('images/icons/cartoon_offerta_outlet.png') center center no-repeat;
            background-size: 60px;
            width: 60px;
            height: 60px;
            position: absolute;
            top: -15%;
            left: 38%;
            z-index: 1;
        }

        #promoTerziaCarousel .carousel-inner .item .wrap-img .img {
            height: 140px;
            width: 80%;
            background-size: contain;
            margin: auto;
            background-repeat: no-repeat;
            background-position: center center;
        }









    #promoTerziaCarousel .carousel-inner .item .wrap-info-prod {
        padding: 10px;
        background: #fff;
        border-bottom: 1px solid #D7E1E9;
    }

        #promoTerziaCarousel .carousel-inner .item .wrap-info-prod p {
            margin: 0;
            color: #ea560d;
            font-size: 14px;
            font-weight: bold;
        }

            #promoTerziaCarousel .carousel-inner .item .wrap-info-prod p .label-info-prod {
                color: #777;
                font-size: 14px;
                font-weight: normal;
            }

    #promoTerziaCarousel .carousel-inner .item .wrap-btn {
        background: #FFF;
        padding: 15px;
        box-shadow: rgba(0,0,0,.2) 0 1px 1px 0;
        border-left: 1px solid #EEE;
        border-right: 1px solid #EEE;
    }





    #promoTerziaCarousel .carousel-inner .big-slide .content {
        float: none;
        width: 100%;
    }






    #promoTerziaCarousel .carousel-inner .big-slide .denominazione {
        float: right;
        width: 30%;
        height: 70px;
        margin-bottom: 150px;
    }

    #promoTerziaCarousel .carousel-inner .item.big-slide .wrap-img {
        float: left;
        width: 68%;
        margin: 1%;
        height: 370px;
    }

        #promoTerziaCarousel .carousel-inner .item.big-slide .wrap-img .img {
            height: 340px;
        }

    #promoTerziaCarousel .carousel-inner .item.big-slide .wrap-info-prod {
        float: right;
        width: 30%;
    }

    #promoTerziaCarousel .carousel-inner .item.big-slide .wrap-btn {
        float: right;
        width: 29%;
        margin-right: 1%;
        box-shadow: none;
        border: none;
    }

    #promoTerziaCarousel .carousel-inner .item .btn-checkbox, .btn-checkbox-primary {
        color: #fff;
        border: none;
        width: 100%;
        max-width: 210px;
        box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
        height: 42px;
        font-size: 13px;
        border-radius: 6px;
        background: #ea560d url(images/icons/btn_checkbox_white.png) no-repeat left 10px center;
        background-size: 30px;
        padding-left: 40px;
    }


        #promoTerziaCarousel .carousel-inner .item .btn-checkbox.selected, .btn-checkbox-primary.selected {
            background: #ea560d url(images/icons/btn_checkbox_white_active.png) no-repeat left 10px center;
            background-size: 30px;
        }

.header-promo {
    background: url('images/icons/header_offerte.jpg') no-repeat scroll center center;
}

.header-promo-top {
    background: url('images/icons/banner_OfferteTOP.jpg') no-repeat scroll center center;
}

.header-promo-vetrina {
    background: url('images/icons/header_offerte_rizla.jpg') no-repeat scroll center center;
}

.cartoon-offerta-quantita {
    background: url('images/icons/cartoon_offerta_quantita.png') center center no-repeat;
    background-size: 120px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -90%;
    left: 20%;
}

.cartoon-offerta-quantita-retail {
    background-size: 200px;
    width: 200px;
    height: 200px;
    top: -90%;
    left: 20%;
}

.cartoon-offerta-quantita-catalogo {
    background: url('images/icons/cartoon_offerta_quantita.png') center center no-repeat;
    background-size: 120px;
    width: 120px;
    position: absolute;
    left: 25%;
}

.cartoon-offerta-quantita-catalogo-carousel {
    position: relative;
    background-size: 100px;
    width: 100px;
    height: 15px;
    min-height: 15px;
}

.cartoon-offerta-quantita-mobile {
    background: url('images/icons/cartoon_offerta_quantita.png') center center no-repeat;
    background-size: 120px;
    height: 25px;
    position: relative;
}

.btn-checkbox-primary {
    text-transform: uppercase;
    padding-left: 45px;
    white-space: normal;
    text-align: left;
    line-height: 15px;
    margin: 0 10px;
}

    .btn-checkbox-primary:hover, .btn-checkbox-primary:focus {
        color: #FFF;
        background-color: #b7350d;
        box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
        outline: none;
    }



#panelPromoTerzia .btn-checkbox-primary {
    background: transparent url(images/icons/btn_checkbox_white.png) no-repeat left 10px center;
    box-shadow: none;
}

    #panelPromoTerzia .btn-checkbox-primary:hover, #panelPromoTerzia .btn-checkbox-primary:focus {
        background: transparent url(images/icons/btn_checkbox_white.png) no-repeat left 10px center;
        box-shadow: none;
    }

    #panelPromoTerzia .btn-checkbox-primary.selected {
        background: transparent url(images/icons/btn_checkbox_white_active.png) no-repeat left 10px center;
        box-shadow: none;
    }


#panelPromoTerzia .promo-all .btn-checkbox-primary {
    background: transparent url(images/icons/btn_checkbox.png) no-repeat left 10px center;
    background-size: 30px;
    box-shadow: none;
    color: #ea560d;
}

    #panelPromoTerzia .promo-all .btn-checkbox-primary:hover, #panelPromoTerzia .promo-all .btn-checkbox-primary:focus {
        background: transparent url(images/icons/btn_checkbox.png) no-repeat left 10px center;
        background-size: 30px;
        box-shadow: none;
        color: #ea560d;
    }

    #panelPromoTerzia .promo-all .btn-checkbox-primary.selected {
        background: transparent url(images/icons/btn_checkbox_active.png) no-repeat left 10px center;
        background-size: 30px;
        box-shadow: none;
        color: #ea560d;
    }

    #panelPromoTerzia .promo-all .btn-checkbox-primary[disabled] {
        opacity: 0.65 !important;
        cursor: not-allowed !important;
    }


#promoTerziaCarousel .carousel-inner .item .btn-cart, .btn-cart-primary {
    color: #fff;
    border: none;
    width: 100%;
    max-width: 210px;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    background: #ea560d url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
    background-size: 30px;
    padding-left: 40px;
}

.btn-cart-primary {
    text-transform: uppercase;
    padding-left: 45px;
    white-space: normal;
    text-align: left;
    line-height: 15px;
    margin: 0 10px;
}

    .btn-cart-primary:hover, .btn-cart-primary:focus {
        color: #FFF;
        background-color: #b7350d;
        box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
        outline: none;
    }



#panelPromoTerzia .btn-cart-primary {
    background: transparent url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
    box-shadow: none;
}

    #panelPromoTerzia .btn-cart-primary:hover, #panelPromoTerzia .btn-cart-primary:focus {
        background: transparent url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
        box-shadow: none;
    }


#panelPromoTerzia .promo-all .btn-cart-primary {
    background: transparent url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
    background-size: 30px;
    box-shadow: none;
    color: #ea560d;
}

    #panelPromoTerzia .promo-all .btn-cart-primary:hover, #panelPromoTerzia .promo-all .btn-cart-primary:focus {
        background: transparent url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
        background-size: 30px;
        box-shadow: none;
        color: #ea560d;
    }

    #panelPromoTerzia .promo-all .btn-cart-primary[disabled] {
        opacity: 0.65 !important;
        cursor: not-allowed !important;
    }

#promoTerziaCarousel .carousel-control {
    height: 40px;
    top: 210px;
    width: 30px;
    background: transparent;
    text-shadow: none;
    opacity: 1;
    color: #ea560d;
}

    #promoTerziaCarousel .carousel-control .glyphicon {
        display: none;
    }

    #promoTerziaCarousel .carousel-control.left {
        left: -15px;
        background: transparent url(images/icons/arrow-carousel.png) center center no-repeat;
        background-size: 9px 34px;
        -ms-transform: rotate(-180deg); /* IE 9 */
        -webkit-transform: rotate(-180deg); /* Safari */
        transform: rotate(-180deg);
    }




    #promoTerziaCarousel .carousel-control.right {
        right: -15px;
        background: transparent url(images/icons/arrow-carousel.png) center center no-repeat;
        background-size: 9px 34px;
    }







/* End Promo Terzia */


.grid-layout .item .content .body .image-box {
    height: 130px;
}

.grid-layout .item .content .body .image-box-retail {
    height: 135px;
    padding: 0px;
}

.grid-layout .item .content .body .image-box-retail-2 {
    margin-bottom: 20px;
}

.grid-layout .item .content .body .image-box .image-box-1 {
    position: absolute;
    display: table;
    height: 150px;
    /*width: 150px;*/
    width: 100%;
}

.grid-layout .item .content .body .image-box .image-box-2 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.grid-layout .item .content .body .image-box .image-box-3 {
    display: table-cell;
    height: 150px;
    width: 214px;
    padding-left: 20px;
    vertical-align: middle;
    color: #ea560d;
}

.grid-layout .item .content .body .image-box .image-box-4 {
    max-width: 150px;
    max-height: 150px;
}

.grid-layout .item .content .body .image-box .image-box-5 {
    width: 60px;
    height: auto;
}

.grid-layout .content .body .image-box-4-retail {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    height: 300px;
}

.grid-layout .content .body .image-box .image-box-5-retail {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    height: 300px;
}

.grid-layout .content .body .image-box .image-box-4-3M {
    min-width: 220px;
    width: 220px;
    position: relative;
    left: 5%;
    top: 5%;
    height: auto;
}

.grid-layout .content .body .image-box .image-box-5-3M {
    min-width: 220px;
    width: 220px;
    position: relative;
    left: 5%;
    top: 5%;
    height: auto;
}

/* AMA */
.ico-sigarette {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(Mobile/images/icon_tobacco_unselected.png) center center no-repeat;
    background-size: 24px 24px;
}

.ico-elettronici {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background: url(Mobile/images/icon_ngp_unselected.png) center center no-repeat;
    background-size: 24px 24px;
}

.ico-battery {
    background: url('images/icons/ico_battery.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-tobacco {
    background: url('images/icons/ico_tobacco.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-prenotazione {
    background: url('images/icons/menu_prenotazioni.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
}

.ico-orders-list {
    background: url('images/icons/icona_ordine.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-insert {
    background: url('images/icons/ico_insert.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-number {
    background: url('images/icons/ico_number.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-loyalty-popup {
    background: url('images/icons/TerziaPremium2022.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
    float: left;
    padding-left: 20px;
    padding-right: 40px;
}

.modal-footer .ico-loyalty {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #333;
}

.modal-footer .ico-loyalty-popup {
    background: url('images/icons/TerziaPremium2022.png') no-repeat center center;
    background-size: 24px;
    float: left;
    padding-left: 50px;
    padding-right: 0px;
}

input[type='checkbox'].checkbox-loyalty {
    display: none;
}

input[type=checkbox].checkbox-loyalty + label.label-checkbox-loyalty span.ck-text {
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

input[type=checkbox].checkbox-loyalty + label.label-checkbox-loyalty span.ck-icon {
    background: url('images/icons/ico_loyalty_terzia_Disabled.png') no-repeat center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
}

input[type=checkbox].checkbox-loyalty:checked + label.label-checkbox-loyalty span.ck-icon {
    background: url('images/icons/TerziaPremium2022.png') no-repeat center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: transparent;
    cursor: pointer;
}

span.ck-icon-loyalty {
    background: url('images/icons/TerziaPremium2022.png') no-repeat center center;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: transparent;
}

.ck-square {
    border-radius: 5px !important;
}

.fade {
    display: none;
}

    .fade.in {
        display: block;
    }

.ico-person {
    background: url('images/icons/ico_person.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-contact {
    background: url('images/icons/ico_contact.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-carry {
    background: url('images/icons/ico_carry.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-folder {
    background: url('images/icons/ico_folder.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-resi {
    background: url('images/icons/ico_resi.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-calendar {
    background: url('images/icons/ico_calendar.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-document {
    background: url('images/icons/ico_document.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-message-orange {
    background: url('images/icons/ico_message_orange.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-message-orange-read {
    background: url('images/icons/ico_messaggio_letto.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-message {
    background: url('images/icons/ico_message.png') no-repeat center center;
    background-size: 17px 12px;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.ico-read-message {
    background: url('images/icons/ico_read_message.png') no-repeat center center;
    background-size: 15px 15px;
    width: 30px;
    height: 25px;
    display: inline-block;
}

.ico-lavorazione {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

    .ico-lavorazione span {
        display: inline-block;
        vertical-align: middle;
    }

    .ico-lavorazione.ico-evaso {
        background: url('images/icons/ico_evaso.png') no-repeat center center;
        background-size: 16px 12px;
        width: 16px;
        height: 12px;
    }

    .ico-lavorazione.ico-acquisizione {
        background: url('images/icons/ico_acquisizione.png') no-repeat center center;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }

    .ico-lavorazione.ico-scaduto {
        background: url('images/icons/ico_scaduta.png') no-repeat center center;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
    }

.legenda .legenda-line {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}



/* LAYOUT */
.container-fluid {
    /*min-width: 970px;*/
    max-width: 1170px;
}

/*.wrap-shadow {
    background: #FFF;
    border: 1px solid #D7E1E9;
    box-shadow: rgba(0,0,0,.2) 0 2px 2px -2px;
    margin: 20px 0;
}*/

/*.wrap-shadow .head-box {
        padding: 10px 20px;
        background: #FFF;
        border-bottom: 1px solid #D7E1E9;

    }*/

.head-box .title-head-box {
    font-size: 13px;
}

    .head-box .title-head-box .ico-title-head {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

.modal-gestisci .head-box {
    padding: 13px;
    background: #DDD;
    border-bottom: 1px solid #CCC;
}

    .modal-gestisci .head-box .title-head-box {
        font-size: 16px !important;
    }

.modal-gestisci .wrap-shadow {
    margin: 0 !important;
}

.modal-gestisci .btn-primary.btn-custom {
    margin-bottom: 10px;
}

.modal-gestisci .height-btn {
    margin-bottom: 10px;
    padding-top: 5px;
}

.modal-gestisci .scroll-div {
    height: 445px;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-gestisci .table-style tr td {
    line-height: 15px;
}

/*.wrap-shadow .body-box{
    background: #F9F9FA;
    padding: 20px;
}*/

.wrap-shadow .footer-box {
    border-top: 1px solid #D7E1E9;
    background: #FFF;
    padding: 20px;
}

.btn-link {
    cursor: pointer;
    background: none;
    border: 0;
    color: blue;
    text-decoration: underline;
}

.row .btn-auto {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

.buttons-wrap {
    padding: 15px 0 30px;
}


input[type=text]::-ms-clear, input[type=password]::-ms-clear, input[type=number]::-ms-clear {
    display: none;
}

.legend-style {
    margin-bottom: 0 !important;
    font-size: 14px !important;
}


/* Header */
.header-wrap .container-fluid {
    padding: 0;
}

.header-fixed-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.tab-header {
    width: 25%;
    float: left;
    /*background-color: #FFF;*/
}

    .tab-header ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .tab-header ul li {
            width: 48%;
            margin-right: 3px;
            height: 60px;
            float: left;
        }

            .tab-header ul li a {
                display: block;
                height: 60px;
            }

                .tab-header ul li a span {
                    display: none;
                }

            .tab-header ul li.tab-logista, .tab-header ul li.tab-logista-active {
                /*background: #FFF url(images/icons/Logista-RGBLogo.png) center 22px no-repeat;*/
                background: #2c2d84 url(images/icons/logista-new.png) center 12px no-repeat;
                background-size: 85px 45px;
                border-radius: 10px 10px 0px 0px;
            }

            .tab-header ul li.tab-terzia, .tab-header ul li.tab-terzia-active {
                /*background: #FFF url(images/icons/Terzia-RGBLogo.png) center 10px no-repeat;*/
                background: #ea560d url(images/icons/LogistaTerziaRetail.png) center 10px no-repeat;
                background-size: 86px 45px;
                border-radius: 10px 10px 0px 0px;
            }

            .tab-header ul li.tab-explosion {
                background: #ea560d url(images/icons/Logo-BarOoh.png) center 10px no-repeat;
                background-size: contain;
                border-radius: 10px 10px 0px 0px;
                background-position-y: top;
            }

            .tab-header ul li.tab-terzia-retail-active {
                background: #FFF url(images/icons/Terzia-RGBLogo.png) center 10px no-repeat;
                /*background: #ea560d url(images/icons/Logo_Retail_3M.png) center 10px no-repeat;*/
                background-size: 86px 45px;
                border-radius: 10px 10px 0px 0px;
            }

.div-gray {
    background-color: #F3F3F3;
    float: left;
    width: 75%;
    border-radius: 0px 10px 0px 0px;
}

.top-header {
    width: 100%;
    height: 60px;
    background: #FFF;
    float: left;
    border-radius: 10px 10px 0px 0px;
}

    .top-header .message-top {
        width: 40%;
        display: inline-block;
        height: 64px;
        line-height: 60px;
        margin: 2px 0 10px -50px;
        padding: 10px 10px 10px 10px;
        vertical-align: middle;
        /*border: 1px solid #CCC;
        border-radius: 10px;
        box-shadow: 0 4px 10px -7px #1e4e7b;*/
        /*text-shadow: 2px 2px 5px #555;*/
        color: #333;
    }

        .top-header .message-top p {
            /*margin: 0;*/
            line-height: 1.2;
            /*vertical-align: middle;*/
            display: inline-block;
            padding-left: 30px;
            /*background: url(images/icons/ico_info.png) left center no-repeat;*/
            background-size: 17px 15px;
        }

        .top-header .message-top .simulazione {
            float: right;
            /*margin-top: 10px;*/
            line-height: 0px;
            text-align: right;
        }

            .top-header .message-top .simulazione .testo {
                float: left;
                width: 100%;
                height: 20px;
                line-height: 20px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

            .top-header .message-top .simulazione .ico-loyalty {
                display: inline-block;
                vertical-align: middle;
                width: 30px;
                height: 30px;
                background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
                background-size: 30px 30px;
            }

    .top-header .loyalty .ico-premium-shop {
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 45px;
        background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
        background-size: auto;
        background-size: 45px 45px;
        margin-top: 8px;
    }

.ico-premium-shop {
    width: 51px;
    height: 51px;
    background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
    background-size: auto;
    background-size: 51px 51px;
}

.ico-greenbox {
    width: 51px;
    height: 51px;
    background: url(images/icons/ico-greenbox.png) center center no-repeat;
    background-size: auto;
    background-size: 51px 51px;
    margin-top: 7px;
}

#divSuggerimenti {
    background-color: #E2F1E3;
    height: 40px;
    padding-top: 12px;
}

.ico-greenbox-suggerimenti {
    background: url(images/icons/ico-greenbox-suggerimenti.png) left top no-repeat;
    background-size: 25px 25px;
    color: #56BE79;
    font-size: small;
    margin-left: 35%;
    padding-top: 8px;
    text-decoration: none !important;
}

    .ico-greenbox-suggerimenti :hover {
        color: #56BE79;
        text-decoration: underline;
        text-decoration-color: #56BE79;
    }

#txtLinkSuggerimenti {
    margin-left: 3%;
}

    #txtLinkSuggerimenti :hover {
        color: #56BE79;
        text-decoration: underline;
        text-decoration-color: #56BE79;
    }

.top-header .email-notify {
    display: inline-block;
    width: 12%;
    vertical-align: middle;
    text-align: center;
    margin-top: 15px;
}

    .top-header .email-notify a {
        position: relative;
        background: url(images/icons/mail.png) center center no-repeat;
        background-size: 35px 35px;
        width: 35px;
        height: 35px;
        display: inline-block;
    }

        .top-header .email-notify a .num-notify {
            position: absolute;
            background: #f0433e;
            padding: 3px 6px;
            border-radius: 30px;
            color: #FFF;
            font-size: 12px;
            line-height: 12px;
            top: -5px;
            right: -5px;
        }

        .top-header .email-notify a[disabled] {
            opacity: 0.35 !important;
            cursor: not-allowed !important;
        }

        .top-header .email-notify a .num-notify {
            opacity: 0.65 !important;
            cursor: not-allowed !important;
        }

.top-header .menu-profile {
    width: 28%;
    /*display: inline-block;*/
    vertical-align: middle;
    /*position: relative;*/
    cursor: pointer;
    float: right;
    margin-top: 15px;
    color: #333;
}


    .top-header .menu-profile .ico-profile {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: 20px;
        background: url(images/icons/ico_profile.png) center center no-repeat;
        background-size: 18px 14px;
    }

    .top-header .menu-profile .ico-loyalty {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        height: 20px;
        background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
        background-size: 18px 18px;
    }

    .top-header .menu-profile .profile-name {
        display: inline-block;
        width: 78%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
        padding-right: 25px;
        position: relative;
    }

        .top-header .menu-profile .profile-name:after {
            content: "";
            position: absolute;
            right: 6px;
            top: 4px;
            display: block;
            width: 8px;
            height: 8px;
            border-top: 1px solid #211D1E;
            border-right: 1px solid #211D1E;
            border-width: 1px;
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

    .top-header .menu-profile .overlay-profile {
        display: none;
        position: absolute;
        background: #FFF;
        width: 200px;
        border: 1px solid #D7E1E9;
        border-radius: 6px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 10px 15px;
        top: 20px;
        right: 8px;
        /*min-height: 150px;*/
        z-index: 100;
    }

        .top-header .menu-profile .overlay-profile:before {
            content: "";
            position: absolute;
            /*right: 30px;*/
            right: 12px;
            top: -9px;
            display: block;
            width: 16px;
            height: 16px;
            border-top: 1px solid #CCC;
            border-right: 1px solid #CCC;
            border-width: 1px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #FFF;
        }

        .top-header .menu-profile .overlay-profile a {
            margin: 10px 0;
        }


    .top-header .menu-profile.opened {
        color: #ea560d;
    }

        .top-header .menu-profile.opened .ico-profile {
            background: url(images/icons/ico_profile_active.png) center center no-repeat;
            background-size: 18px 14px;
        }

        .top-header .menu-profile.opened .profile-name:after {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border-top: 1px solid #ea560d;
            border-right: 1px solid #ea560d;
            top: 10px;
        }

.top-header .loyalty {
    float: left;
    /*margin-left: 28px;*/
    color: #333;
    /*margin-top: 10px;*/
}

    .top-header .loyalty .ico-loyalty {
        display: inline-block;
        vertical-align: middle;
        width: 26px;
        height: 26px;
        background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
        background-size: 26px 26px;
    }

    .top-header .loyalty .testo {
        float: left;
        font-size: 11px;
        white-space: nowrap;
        color: #2c2d84;
        cursor: pointer;
        font-family: BodyFont;
        font-weight: bold;
        margin-top: 5px;
    }

.testo {
    color: #2c2d84;
}

.wrap-info-prod .ico-loyalty {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
    background-size: 26px 26px;
}



.riepilogoLaterale .subtitle .ico-loyalty {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
    background-size: 26px 26px;
}

.modal-body .subtitle .ico-loyalty {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
    background-size: 26px 26px;
}



.tab-header {
    /*width: 40%;
    float: left;*/
    /*background-color: #FFF;*/
    background-color: #F3F3F3;
}

.tab-header-epp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-header-epp ul li {
        width: 50%;
        height: 60px;
        float: left;
    }

        .tab-header-epp ul li a {
            display: block;
            height: 60px;
        }

            .tab-header-epp ul li a span {
                display: none;
            }

        .tab-header-epp ul li.tab-logista, .tab-header ul li.tab-logista-active {
            background: #2c2d84 url(images/icons/logista-new.png) center 12px no-repeat;
            background-size: 85px 45px;
            border-radius: 10px 10px 0px 0px;
        }

        .tab-header-epp ul li.tab-logista-xs, .tab-header ul li.tab-logista-xs-active {
            background: #2c2d84 url(images/icons/logista-new.png) center 12px no-repeat;
            background-size: 80px 30px;
            border-radius: 10px 10px 0px 0px;
        }

        .tab-header-epp ul li.tab-terzia, .tab-header ul li.tab-terzia-active {
            background: #ea560d url(images/icons/LogistaTerziaRetail.png) center 10px no-repeat;
            background-size: 86px 45px;
            border-radius: 10px 10px 0px 0px;
        }

.tab-header ul li.tab-terzia-retail-active {
    background: #ea560d url(images/icons/Logo_Retail_3M.png) center 10px no-repeat;
    background-size: 86px 45px;
    border-radius: 10px 10px 0px 0px;
}

.top-header-epp {
    /*width: 60%;*/
    height: 60px;
    background: #FFF;
    border-radius: 10px 10px 0px 0px;
    /*float: left;*/
}

    .top-header-epp .message-top {
        /*width: 54%;*/
        display: inline-block;
        height: 64px;
        line-height: 60px;
        /*margin: 9px 0 10px 20px;*/
        /*padding: 10px 10px 10px 20px;*/
        vertical-align: middle;
        /*border: 1px solid #CCC;
        border-radius: 10px;
        box-shadow: 0 4px 10px -7px #1e4e7b;*/
        /*text-shadow: 2px 2px 5px #555;*/
        color: #333;
    }

        .top-header-epp .message-top p {
            /*margin: 0;*/
            line-height: 1.2;
            /*vertical-align: middle;*/
            display: inline-block;
            padding-left: 30px;
            background: url(images/icons/ico_info.png) left center no-repeat;
            background-size: 17px 15px;
        }

    .top-header-epp .email-notify {
        display: inline-block;
        /*width: 12%;*/
        vertical-align: middle;
        text-align: center;
        padding-top: 25px;
    }

        .top-header-epp .email-notify a {
            position: relative;
            background: url(images/icons/mail.png) center center no-repeat;
            background-size: 35px 35px;
            width: 35px;
            height: 35px;
            display: inline-block;
        }

            .top-header-epp .email-notify a .num-notify {
                position: absolute;
                background: #f0433e;
                padding: 3px 6px;
                border-radius: 30px;
                color: #FFF;
                font-size: 12px;
                line-height: 12px;
                top: -5px;
                right: -5px;
            }


    .top-header-epp .menu-profile {
        /*width: 28%;*/
        /*display: inline-block;*/
        vertical-align: middle;
        /*position: relative;*/
        cursor: pointer;
        padding-top: 25px;
    }


        .top-header-epp .menu-profile .ico-profile {
            display: inline-block;
            vertical-align: middle;
            width: 20%;
            height: 20px;
            background: url(images/icons/ico_profile.png) center center no-repeat;
            background-size: 18px 14px;
        }

        .top-header-epp .menu-profile .ico-loyalty {
            display: inline-block;
            vertical-align: middle;
            width: 20%;
            height: 20px;
            background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
            background-size: 18px 14px;
        }

        .top-header-epp .menu-profile .profile-name {
            display: inline-block;
            width: 78%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
            padding-right: 25px;
            position: relative;
        }

            .top-header-epp .menu-profile .profile-name:after {
                content: "";
                position: absolute;
                right: 6px;
                top: 4px;
                display: block;
                width: 8px;
                height: 8px;
                border-top: 1px solid #211D1E;
                border-right: 1px solid #211D1E;
                border-width: 1px;
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .top-header-epp .menu-profile .overlay-profile {
            display: none;
            position: absolute;
            background: #FFF;
            width: 200px;
            border: 1px solid #D7E1E9;
            border-radius: 6px;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
            padding: 10px 15px;
            top: 30px;
            right: 0;
            /*min-height: 150px;*/
            z-index: 100;
        }

            .top-header-epp .menu-profile .overlay-profile:before {
                content: "";
                position: absolute;
                right: 30px;
                top: -6px;
                display: block;
                width: 10px;
                height: 10px;
                border-top: 1px solid #CCC;
                border-right: 1px solid #CCC;
                border-width: 1px;
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                background: #FFF;
            }

            .top-header-epp .menu-profile .overlay-profile a {
                margin: 10px 0;
            }


        .top-header-epp .menu-profile.opened {
            color: #ea560d;
        }

            .top-header-epp .menu-profile.opened .ico-profile {
                background: url(images/icons/ico_profile_active.png) center center no-repeat;
                background-size: 18px 14px;
            }

            .top-header-epp .menu-profile.opened .profile-name:after {
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border-top: 1px solid #ea560d;
                border-right: 1px solid #ea560d;
                top: 10px;
            }

/* EPP XS */
.top-header-epp-xs {
    height: 80px;
    background: #FFF;
    border-radius: 10px 10px 0px 0px;
}

    .top-header-epp-xs .message-top {
        display: inline-block;
        height: 64px;
        line-height: 60px;
        vertical-align: middle;
        color: #333;
    }

        .top-header-epp-xs .message-top p {
            line-height: 1.2;
            display: inline-block;
            padding-left: 30px;
            background: url(images/icons/ico_info.png) left center no-repeat;
            background-size: 17px 15px;
        }

    .top-header-epp-xs .email-notify {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding-top: 2px;
        font-size: 12px;
        padding-left: 4px;
        padding-right: 0px;
    }

        .top-header-epp-xs .email-notify a {
            position: relative;
            background: url(images/icons/mail.png) center center no-repeat;
            background-size: 35px 35px;
            width: 35px;
            height: 35px;
            display: inline-block;
        }

            .top-header-epp-xs .email-notify a .num-notify {
                position: absolute;
                background: #f0433e;
                padding: 3px 6px;
                border-radius: 30px;
                color: #FFF;
                font-size: 12px;
                line-height: 12px;
                top: -5px;
                right: -5px;
            }


    .top-header-epp-xs .menu-profile {
        vertical-align: middle;
        cursor: pointer;
        padding-top: 0px;
        padding-left: 4px;
        padding-right: 0px;
        width: 120px;
    }

        .top-header-epp-xs .menu-profile .ico-profile {
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 10px;
            background: url(images/icons/ico_profile.png) center center no-repeat;
            background-size: 14px 10px;
        }

        .top-header-epp-xs .menu-profile .profile-name {
            display: inline-block;
            width: 100px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
            padding-left: 4px;
            padding-right: 0px;
            position: relative;
            font-size: 11px;
        }

            .top-header-epp-xs .menu-profile .profile-name:after {
                content: "";
                position: absolute;
                right: 6px;
                top: 4px;
                display: block;
                width: 8px;
                height: 8px;
                border-top: 1px solid #211D1E;
                border-right: 1px solid #211D1E;
                border-width: 1px;
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .top-header-epp-xs .menu-profile .overlay-profile {
            display: none;
            position: absolute;
            background: #FFF;
            width: 140px;
            border: 1px solid #D7E1E9;
            border-radius: 6px;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
            padding: 0px 12px;
            top: 40px;
            right: 0;
            /*min-height: 150px;*/
            z-index: 100;
        }

            .top-header-epp-xs .menu-profile .overlay-profile:before {
                content: "";
                position: absolute;
                right: 6px;
                top: -6px;
                display: block;
                width: 10px;
                height: 10px;
                border-top: 1px solid #CCC;
                border-right: 1px solid #CCC;
                border-width: 1px;
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                background: #FFF;
            }

            .top-header-epp-xs .menu-profile .overlay-profile a {
                margin: 10px 0;
            }

            .top-header-epp-xs .menu-profile .overlay-profile .btn-logout {
                margin: 10px 0;
                height: 24px;
                line-height: 24px;
            }

        .top-header-epp-xs .menu-profile.opened {
            color: #ea560d;
        }

            .top-header-epp-xs .menu-profile.opened .ico-profile {
                background: url(images/icons/ico_profile_active.png) center center no-repeat;
                background-size: 14px 10px;
            }

            .top-header-epp-xs .menu-profile.opened .profile-name:after {
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border-top: 1px solid #ea560d;
                border-right: 1px solid #ea560d;
                top: 10px;
            }

.header-navbar-epp {
    width: 100%;
    clear: both;
    background: #2c2d84;
    position: relative;
}

    .header-navbar-epp .submenu-opened {
        /*background: #0D2A46;*/
    }


    .header-navbar-epp ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .header-navbar-epp ul li {
            /*float: left;
            width: 20%;*/
        }

            .header-navbar-epp ul li.item-with-submenu.selected {
                background: #2c2d84;
            }

                .header-navbar-epp ul li.item-with-submenu.selected > a {
                    color: #ea560d;
                }

                    .header-navbar-epp ul li.item-with-submenu.selected > a hr {
                        /*display: none;*/
                    }

            .header-navbar-epp ul li.item-with-submenu[disabled] {
                opacity: 0.6 !important;
            }

                .header-navbar-epp ul li.item-with-submenu[disabled].selected {
                    background: none !important;
                }

                    .header-navbar-epp ul li.item-with-submenu[disabled].selected > a {
                        color: white !important;
                    }

                        .header-navbar-epp ul li.item-with-submenu[disabled].selected > a hr {
                            display: none;
                        }

                .header-navbar-epp ul li.item-with-submenu[disabled] a {
                    text-decoration: none !important;
                    color: white !important;
                }

                    .header-navbar-epp ul li.item-with-submenu[disabled] a:hover .ico-gestione {
                        background: url(images/icons/menu_gestione.png) left center no-repeat !important;
                        background-size: 16px 14px !important;
                    }

            /*.header-navbar ul li a{
    padding: 20px 0;
    text-align: center;
    position: relative;
    display: block;
    color: #FFF;
}*/

            /*.header-navbar ul li a hr{
    border: none;
    padding: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0;
}*/
            .header-navbar-epp ul li a .ico-menu-text {
                display: inline-block;
                vertical-align: middle;
            }

            .header-navbar-epp ul li a .ico-menu {
                width: 30px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
            }

            .header-navbar-epp ul li a:hover {
                color: #ea560d;
                text-decoration: none;
            }

            .header-navbar-epp ul li a .ico-ordine {
                background: url(images/icons/menu_ordine.png) left center no-repeat;
                background-size: 19px 18px;
            }

            .header-navbar-epp ul li a:hover .ico-ordine, .header-navbar-epp ul li a.active .ico-ordine {
                background: url(images/icons/menu_ordine_orange.png) left center no-repeat;
                background-size: 19px 18px;
            }

            .header-navbar-epp ul li a .ico-home {
                background: url(images/icons/menu_home.png) center center no-repeat;
                background-size: 21px 18px;
            }

            .header-navbar-epp ul li a:hover .ico-home, .header-navbar-epp ul li a.active .ico-home {
                background: url(images/icons/menu_home_orange.png) center center no-repeat;
                background-size: 21px 18px;
            }

    .header-navbar-epp .ico-catalogo {
        background: url(images/icons/menu_catalogo.png) left center no-repeat;
        background-size: 16px 18px;
    }

    .header-navbar-epp ul li a:hover .ico-catalogo, .header-navbar-epp ul li a.active .ico-catalogo {
        background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
        background-size: 16px 18px;
    }

    .header-navbar-epp .ico-pagamenti {
        background: url(images/icons/menu_pagamenti.png) left center no-repeat;
        background-size: 20px 15px;
    }

    .header-navbar-epp ul li a:hover .ico-pagamenti, .header-navbar-epp ul li a.active .ico-pagamenti {
        background: url(images/icons/menu_pagamenti_orange.png) left center no-repeat;
        background-size: 20px 15px;
    }

    .header-navbar-epp .ico-report {
        background: url(images/icons/menu_report.png) left center no-repeat;
        background-size: 17px 18px;
    }

    .header-navbar-epp ul li a:hover .ico-report, .header-navbar-epp ul li a.active .ico-report {
        background: url(images/icons/menu_report_orange.png) left center no-repeat;
        background-size: 17px 18px;
    }

    .header-navbar-epp .ico-annullamento {
        background: url(images/icons/menu_annulla.png) left center no-repeat;
        background-size: 17px 18px;
    }

    .header-navbar-epp ul li a:hover .ico-annullamento, .header-navbar-epp ul li a.active .ico-annullamento {
        background: url(images/icons/menu_annulla.png) left center no-repeat;
        background-size: 17px 18px;
    }

    .header-navbar-epp .ico-gestione {
        background: url(images/icons/menu_gestione.png) left center no-repeat;
        background-size: 16px 14px;
    }

    .header-navbar-epp ul li a:hover .ico-gestione, .header-navbar-epp ul li a.active .ico-gestione {
        background: url(images/icons/menu_gestione_orange.png) left center no-repeat;
        background-size: 16px 14px;
    }

    .header-navbar-epp .ico-rider {
        background: url(images/icons/menu_rider.png) left center no-repeat;
        background-size: 20px 21px;
    }

    .header-navbar-epp ul li a:hover .ico-rider, .header-navbar-epp ul li a.active .ico-rider {
        background: url(images/icons/menu_rider_orange.png) left center no-repeat;
        background-size: 20px 21px;
    }

    .header-navbar-epp .ico-assegnazione-ordini {
        background: url(images/icons/menu_assegnazione_ordini.png) left center no-repeat;
        background-size: 20px 21px;
    }

    .header-navbar-epp ul li a:hover .ico-assegnazione-ordini, .header-navbar-epp ul li a.active .ico-assegnazione-ordini {
        background: url(images/icons/menu_assegnazione_ordini_orange.png) left center no-repeat;
        background-size: 20px 21px;
    }


    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-ordine {
        background: url(images/icons/menu_ordine_orange.png) left center no-repeat;
        background-size: 19px 18px;
    }

    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-catalogo {
        background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
        background-size: 16px 18px;
    }

    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-pagamenti {
        background: url(images/icons/menu_pagamenti_orange.png) left center no-repeat;
        background-size: 20px 15px;
    }

    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-report {
        background: url(images/icons/menu_report_orange.png) left center no-repeat;
        background-size: 17px 18px;
    }

    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-gestione {
        background: url(images/icons/menu_gestione_orange.png) left center no-repeat;
        background-size: 16px 14px;
    }

    .header-navbar-epp ul li.item-with-submenu.selected > a .ico-rider {
        background: url(images/icons/menu_rider_orange.png) left center no-repeat;
        background-size: 20px 21px;
    }


    .header-navbar-epp .item-with-submenu.opened .submenu-content {
        display: block;
    }

    /*.header-navbar .submenu-content{
    display: none;
    width: 100%;
    height: auto!important;
    position: absolute;
    left:0;
    top:60px;
    z-index: 1;
    background: #2c2d84;
    padding: 20px 0;
}*/


    .header-navbar-epp .submenu-list {
        width: 100% !important;
        display: inline-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

        .header-navbar-epp .submenu-list li {
            float: none;
            width: 100%;
            margin-top: 10px;
            opacity: 1 !important;
            filter: alpha(opacity=100) !important;
        }

.epp-out-boundary-span {
    position: absolute;
    left: 110px;
    font-weight: bold;
    color: red;
    margin-top: -10px;
}

.epp-title-head-span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top: 3px;
}

.table-row-separator {
    border-bottom: solid 1px red !important;
}

.btn-logout {
    height: 42px;
    line-height: 42px;
    display: block;
    background: url(images/icons/ico_logout.png) left center no-repeat;
    color: #ea560d;
    font-size: 16px;
    padding-left: 25px;
    background-size: 15px 17px;
    cursor: pointer;
}

    .btn-logout:hover,
    .btn-logout:focus {
        color: #ea560d;
    }

.header-navbar {
    width: 100%;
    clear: both;
    background: #2c2d84;
    position: relative;
    /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}

    .header-navbar.submenu-opened {
        /*background: #0D2A46;*/
    }


    .header-navbar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .header-navbar ul li {
            /*float: left;*/
            width: 20%;
            display: table-cell;
        }

            .header-navbar ul li.item-with-submenu.selected {
                background: #2c2d84;
            }

                .header-navbar ul li.item-with-submenu.selected > a {
                    color: #ea560d;
                }

                    .header-navbar ul li.item-with-submenu.selected > a hr {
                        /*display: none;*/
                    }

            .header-navbar ul li.item-with-submenu[disabled] {
                opacity: 0.6 !important;
            }

                .header-navbar ul li.item-with-submenu[disabled].selected {
                    background: none !important;
                }

                    .header-navbar ul li.item-with-submenu[disabled].selected > a {
                        color: white !important;
                    }

                        .header-navbar ul li.item-with-submenu[disabled].selected > a hr {
                            display: none;
                        }

                .header-navbar ul li.item-with-submenu[disabled] a {
                    text-decoration: none !important;
                    color: white !important;
                }

                    .header-navbar ul li.item-with-submenu[disabled] a:hover .ico-gestione {
                        background: url(images/icons/menu_gestione.png) left center no-repeat !important;
                        background-size: 16px 14px !important;
                    }

.header-navbar-logista ul li {
    /*width: 20%;*/
}

.header-navbar-terzia ul li {
    /*width: 15%;*/
}

.header-navbar-terzia.agente ul li {
    /*width: 20%;*/
}

.header-navbar .submenu-list ul li {
    float: left;
    width: 100%;
}

/*.header-navbar ul li a{
    padding: 20px 0;
    text-align: center;
    position: relative;
    display: block;
    color: #FFF;
}*/

/*.header-navbar ul li a hr{
    border: none;
    padding: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    top: 50%;
    right: 0;
    margin: -12px 0 0;
}*/
.header-navbar ul li a .ico-menu-text {
    display: inline-block;
    vertical-align: middle;
}

.header-navbar ul li a .ico-menu {
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.header-navbar ul li a:hover {
    color: #ea560d;
    text-decoration: none;
}

.header-navbar ul li a .ico-ordine {
    background: url(images/icons/menu_ordine.png) left center no-repeat;
    background-size: 30px 22px;
}

.header-navbar ul li a:hover .ico-ordine, .header-navbar ul li a.active .ico-ordine {
    background: url(images/icons/menu_ordine_arancione.png) left center no-repeat;
    background-size: 30px 22px;
}

.header-navbar ul li a .ico-home {
    background: url(images/icons/menu_home.png) center center no-repeat;
    background-size: 21px 18px;
}

.header-navbar ul li a:hover .ico-home, .header-navbar ul li a.active .ico-home {
    background: url(images/icons/menu_home_orange.png) center center no-repeat;
    background-size: 21px 18px;
}

.header-navbar .ico-marketnext {
    -webkit-mask: url(images/icons/ico-marketnext.svg) no-repeat left center;
    mask: url(images/icons/ico-marketnext.svg) no-repeat left center;
    background-color: currentColor;
    color: white;
}

.header-navbar.header-navbar-logista ul li.item-with-submenu:hover > a .ico-target,
.header-navbar.header-navbar-logista ul li.item-with-submenu:hover > a {
    color: #ea560d !important;
}

.text-new-functionality {
    font-size: xx-small;
    background: #ea560d;
    padding: 0px 10px;
    border-radius: 4px;
    color: white;
    margin-left: 30px;
}

.white-hover {
    padding: 0px 10px;
}

.disabled-link {
    pointer-events: none;
    color: white;
    cursor: default;
}

.header-navbar-logista .item-with-submenu.white-hover:hover {
    background: #ffffff !important;
}

    .header-navbar-logista .item-with-submenu.white-hover:hover > a,
    .header-navbar-logista .item-with-submenu.white-hover:hover > a span {
        color: rgb(44, 45, 132) !important;
    }

.header-navbar .ico-catalogo {
    background: url(images/icons/menu_catalogo.png) left center no-repeat;
    background-size: 16px 18px;
}

.header-navbar ul li a:hover .ico-catalogo, .header-navbar ul li a.active .ico-catalogo {
    background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
    background-size: 16px 18px;
}

.header-navbar .ico-pagamenti {
    background: url(images/icons/menu_pagamenti.png) left center no-repeat;
    background-size: 20px 15px;
}

.header-navbar ul li a:hover .ico-pagamenti, .header-navbar ul li a.active .ico-pagamenti {
    background: url(images/icons/menu_pagamenti_orange.png) left center no-repeat;
    background-size: 20px 15px;
}

.header-navbar .ico-prenotazioni {
    background: url(images/icons/menu_prenotazioni.png) left center no-repeat;
    background-size: 30px 22px;
}

.header-navbar ul li a:hover .ico-prenotazioni, .header-navbar ul li a.active .ico-prenotazioni {
    background: url(images/icons/menu_prenotazioni_orange.png) left center no-repeat;
    background-size: 24px 24px;
}

.header-navbar .ico-report {
    background: url(images/icons/menu_report.png) left center no-repeat;
    background-size: 17px 18px;
}

.header-navbar ul li a:hover .ico-report, .header-navbar ul li a.active .ico-report {
    background: url(images/icons/menu_report_orange.png) left center no-repeat;
    background-size: 17px 18px;
}

.header-navbar .ico-contenuti {
    background: url(images/icons/menu_contenuti.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-navbar ul li a:hover .ico-contenuti, .header-navbar ul li a.active .ico-contenuti {
    background: url(images/icons/menu_contenuti_orange.png) left center no-repeat;
    background-size: 20px 20px;
}

.header-navbar .ico-gestione {
    background: url(images/icons/menu_gestione.png) left center no-repeat;
    background-size: 16px 14px;
}

.header-navbar ul li a:hover .ico-gestione, .header-navbar ul li a.active .ico-gestione {
    background: url(images/icons/menu_gestione_orange.png) left center no-repeat;
    background-size: 16px 14px;
}



.header-navbar ul li.item-with-submenu.selected > a .ico-ordine {
    background: url(images/icons/menu_ordine_arancione.png) left center no-repeat;
    background-size: 30px 22px;
}

.header-navbar ul li.item-with-submenu.selected > a .ico-catalogo {
    background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
    background-size: 16px 18px;
}

.header-navbar ul li.item-with-submenu.selected > a .ico-pagamenti {
    background: url(images/icons/menu_pagamenti_orange.png) left center no-repeat;
    background-size: 20px 15px;
}

.header-navbar ul li.item-with-submenu.selected > a .ico-prenotazioni {
    background: url(images/icons/menu_prenotazioni_orange.png) left center no-repeat;
    background-size: 24px 24px;
}

.header-navbar ul li.item-with-submenu.selected > a .ico-report {
    background: url(images/icons/menu_report_orange.png) left center no-repeat;
    background-size: 17px 18px;
}

.header-navbar ul li.item-with-submenu.selected > a .ico-gestione {
    background: url(images/icons/menu_gestione_orange.png) left center no-repeat;
    background-size: 16px 14px;
}


.header-navbar .item-with-submenu.opened .submenu-content {
    display: block;
}

.header-navbar .item-with-submenu:hover .submenu-content {
    display: block;
}

/*.header-navbar .submenu-content{
    display: none;
    width: 100%;
    height: auto!important;
    position: absolute;
    left:0;
    top:60px;
    z-index: 1;
    background: #2c2d84;
    padding: 20px 0;
}*/


.header-navbar .submenu-list {
    width: 20%;
    float: left;
}

    .header-navbar .submenu-list li {
        float: none;
        width: 100% !important;
        opacity: .65;
        filter: alpha(opacity=65);
    }

        /*.header-navbar .submenu-list li a{
    padding: 10px 30px;
    text-align: left;
    color:#FFF;
    font-size: 14px;
}*/

        .header-navbar .submenu-list li:first-child {
            opacity: 1;
            filter: alpha(opacity=100);
        }


            .header-navbar .submenu-list li:first-child a:hover {
                color: #EB7418;
            }

        .header-navbar .submenu-list li[disabled] {
            opacity: 0.6 !important;
        }

            .header-navbar .submenu-list li[disabled].selected {
                background: none !important;
            }

                .header-navbar .submenu-list li[disabled].selected > a {
                    color: white !important;
                }

                    .header-navbar .submenu-list li[disabled].selected > a hr {
                        display: none;
                    }

            .header-navbar .submenu-list li[disabled] a {
                text-decoration: none !important;
                color: white !important;
                cursor: not-allowed !important;
            }

/* Menu Terzia */
.header-navbar-terzia.header-navbar {
    background: #ea560d;
}

    .header-navbar-terzia.header-navbar.submenu-opened {
        background: #ea560d;
    }

    .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected {
        background: #ea560d;
    }

    .header-navbar-terzia.header-navbar ul li a:hover {
        color: #133352;
    }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-ordine, .header-navbar-terzia.header-navbar ul li a.active .ico-ordine {
            background: url(images/icons/menu_ordine_blue.png) left center no-repeat;
            background-size: 30px 22px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-catalogo, .header-navbar-terzia.header-navbar ul li a.active .ico-catalogo {
            background: url(images/icons/menu_catalogo_blue.png) left center no-repeat;
            background-size: 16px 18px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-contenuti, .header-navbar-terzia.header-navbar ul li a.active .ico-contenuti {
            background: url(images/icons/menu_contenuti_blue.png) left center no-repeat;
            background-size: 22px 22px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-pagamenti, .header-navbar-terzia.header-navbar ul li a.active .ico-pagamenti {
            background: url(images/icons/menu_pagamenti_blue.png) left center no-repeat;
            background-size: 20px 15px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-prenotazioni, .header-navbar-terzia.header-navbar ul li a.active .ico-prenotazioni {
            background: url(images/icons/menu_prenotazioni_blue.png) left center no-repeat;
            background-size: 30px 22px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-report, .header-navbar-terzia.header-navbar ul li a.active .ico-report {
            background: url(images/icons/menu_report_blue.png) left center no-repeat;
            background-size: 17px 18px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-gestione, .header-navbar-terzia.header-navbar ul li a.active .ico-gestione {
            background: url(images/icons/menu_gestione_blue.png) left center no-repeat;
            background-size: 16px 14px;
        }

        .header-navbar-terzia.header-navbar ul li a:hover .ico-home, .header-navbar-terzia.header-navbar ul li a.active .ico-home {
            background: url(images/icons/menu_home_blue.png) center center no-repeat;
            background-size: 21px 18px;
        }




    /*.header-navbar-terzia.header-navbar .submenu-content{
    background: #ea560d;
}*/
    .header-navbar-terzia.header-navbar .submenu-list li:first-child a:hover {
        color: #133352;
    }

    .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a {
        color: #133352;
    }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-ordine {
            background: url(images/icons/menu_ordine_blue.png) left center no-repeat;
            background-size: 30px 22px;
        }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-catalogo {
            background: url(images/icons/menu_catalogo_blue.png) left center no-repeat;
            background-size: 16px 18px;
        }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-pagamenti {
            background: url(images/icons/menu_pagamenti_blue.png) left center no-repeat;
            background-size: 20px 15px;
        }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-prenotazioni {
            background: url(images/icons/menu_prenotazioni_blue.png) left center no-repeat;
            background-size: 30px 22px;
        }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-report {
            background: url(images/icons/menu_report_blue.png) left center no-repeat;
            background-size: 24px 18px;
        }

        .header-navbar-terzia.header-navbar ul li.item-with-submenu.selected > a .ico-gestione {
            background: url(images/icons/menu_gestione_blue.png) left center no-repeat;
            background-size: 16px 14px;
        }

/* Footer */
.bg-footer {
    height: 235px;
    /*background: url(images/icons/bg_footer.png) 0 0 repeat-x;*/
    background-color: #FFF;
    padding-top: 10px;
    padding-left: 30px;
}

.footer-terzia {
    background: none;
    background-color: #ea560d;
}

footer .title-footer {
    /*color: #FFF;*/
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

footer a {
    /*color: #FFF;*/
    color: #333;
    font-size: 14px;
}

footer ul {
    margin: 0 0 0 -30px;
    padding: 0;
}

    footer ul li {
        /*margin-bottom: 10px;*/
        margin-bottom: 5px;
        list-style: outside none none;
    }

        footer ul li a {
            /*font-size: 14px;*/
            font-size: 12px;
            padding-left: 30px;
            line-height: 20px;
            display: inline-block;
        }

        footer ul li span {
            /*font-size: 14px;*/
            font-size: 12px;
            padding-left: 30px;
            line-height: 20px;
            display: inline-block;
            /*color: #fff;*/
            color: #333;
        }

        footer ul li a:hover, footer ul li a:focus {
            text-decoration: underline;
            /*color: #FFF;*/
            color: #333;
        }

.footer-logista .ico-download {
    background: url(images/icons/ico_download.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-logista .ico-condizioni {
    background: url(images/icons/ICONA-DOC-WEBT.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-logista .ico-question {
    background: url(images/icons/ico_information.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-logista .ico-phone {
    background: url(images/icons/ico_phone_orange.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-logista .ico-email {
    background: url(images/icons/ico_email.png) left top no-repeat;
    background-size: 18px 12px;
}

.footer-logista .ico-locator {
    background: url(images/icons/ico_locator.png) left top no-repeat;
    background-size: 15px 20px;
}

.footer-logista .ico-help {
    background: url(images/icons/ico_help.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-logista .ico-loyalty {
    background: url(images/icons/TerziaPremium2022.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-logista .logo-logista {
    background: url(images/Login/Logista.png) center center no-repeat;
    background-size: 100%;
    width: 121px;
    height: 47px;
    display: block;
    float: left;
}

.footer-logista .logo-retail {
    background: url(images/icons/logo-logista-retail-footer.png) center center no-repeat;
    background-size: 100%;
    width: 121px;
    height: 47px;
    display: block;
    float: left;
}

.footer-logista .logo-3M {
    background: url(images/Logo_3M.jpg) center center no-repeat;
    background-size: 100%;
    width: 90px;
    height: 80px;
    display: block;
    float: left;
}

.footer-logista .unico-distributore {
    float: left;
    font-size: 9px;
    margin-left: 30px;
    font-weight: bold;
}

.footer-retail .ico-download {
    background: url(images/icons/ico_download.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-retail .ico-condizioni {
    background: url(images/icons/ICONA-DOC-WEBT.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-retail .ico-question {
    background: url(images/icons/ico_information.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-retail .ico-phone {
    background: url(images/icons/ico_phone_orange.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-retail .ico-email {
    background: url(images/icons/ico_email.png) left top no-repeat;
    background-size: 18px 12px;
}

.footer-retail .ico-locator {
    background: url(images/icons/ico_locator.png) left top no-repeat;
    background-size: 15px 20px;
}

.footer-retail .ico-help {
    background: url(images/icons/ico_help.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-retail .ico-loyalty {
    background: url(images/icons/TerziaPremium2022.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-retail .logo-logista {
    background: url(images/Login/Logista.png) center center no-repeat;
    background-size: 100%;
    width: 121px;
    height: 47px;
    display: block;
    float: left;
}

.footer-retail .logo-retail {
    background: url(images/icons/logo-logista-retail-footer.png) center center no-repeat;
    background-size: 100%;
    width: 121px;
    height: 47px;
    display: block;
    float: left;
}

.footer-retail .logo-3M {
    background: url(images/Logo_3M.jpg) center center no-repeat;
    background-size: 100%;
    width: 90px;
    height: 80px;
    display: block;
    float: left;
}

.footer-retail .unico-distributore {
    float: left;
    font-size: 9px;
    margin-left: 30px;
    font-weight: bold;
}

/*.footer-terzia .ico-download {
    background: url(images/icons/ico_download_blue.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-terzia .ico-condizioni {
    background: url(images/icons/ICONA-DOC-WEBT.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-terzia .ico-question {
    background: url(images/icons/ico_information_blue.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-terzia .ico-phone {
    background: url(images/icons/ico_phone_blue.png) left top no-repeat;
    background-size: 20px 20px;
}

.footer-terzia .ico-email {
    background: url(images/icons/ico_email_blue.png) left top no-repeat;
    background-size: 18px 12px;
}

.footer-terzia .ico-locator {
    background: url(images/icons/ico_locator_blue.png) left top no-repeat;
    background-size: 15px 20px;
}

.footer-terzia .ico-help {
    background: url(images/icons/ico_help_blue.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-terzia .ico-loyalty {
    background: url(images/icons/TerziaPremium2022.png) left top no-repeat;
    background-size: 20px 17px;
}

.footer-terzia .logo-logista {
    background: url(images/icons/logo_logista_footer_blue.png) center center no-repeat;
    background-size: 101px 30px;
    width: 101px;
    height: 30px;
    display: block;
    margin-bottom: 30px;
}

.footer-terzia .logo-terzia {
    background: url(images/icons/logo_terzia_footer_blue.png) center center no-repeat;
    background-size: 101px 30px;
    width: 101px;
    height: 30px;
    display: block;
    margin-bottom: 30px;
    margin-left: 20px;
}*/

/* GENERIC */
h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    color: #777;
    display: inline-block;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.progress-bar {
    background-color: #2c2d84;
}

.panel-group {
    margin-bottom: 0;
}

.single-date {
    margin: 10px 0;
}

.subtitle-modal {
    font-size: 16px;
    font-weight: 500;
}


/*.popover {
    max-width: none;
    z-index: 999;
    border: 0;
}

    .popover.right > .arrow {
        border: 0;
        left: -7px;
    }

    .popover > .arrow:after {
        border-width: 6px;
    }

.popover-content {
    height: 150px;
    width: 300px;
    overflow: hidden;
    padding: 5px;
}

.popover img {
    width: 100%;

}*/


.ico-elenco-fatture {
    background: url('images/icons/ico_elenco_fatture.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-elenco-help {
    background: url('images/icons/ico_information.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-elenco-download {
    background: url('images/icons/ico_download.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    color: #ea560d;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: #bbb 0 5px 10px;
    text-align: left;
    /*max-height: 120px;*/
    max-width: 270px;
}

.tooltip > .tooltip-inner-loyalty {
    max-width: 540px;
    font-size: 10px !important;
}

.tooltip.right > .tooltip-arrow {
    border-right-color: #fff;
}

.tooltip.top > .tooltip-arrow {
    border-top-color: #FFFFFF; /* white */
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip {
    z-index: 2000;
    position: fixed;
}

/* SELECT CUSTOM */
.select-style {
    border: 1px solid #D7E1E9;
    width: 100%;
    border-radius: 6px;
    height: 30px;
    overflow: hidden;
    background: #FFF;
    position: relative;
}

    .select-style:after {
        content: "";
        position: absolute;
        right: 15px;
        top: 10px;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #211d1e;
        border-right: 1px solid #211d1e;
        border-width: 1px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .select-style select {
        padding: 5px;
        width: 100%;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin-left: 0px;
        padding-right: 30px;
    }

        .select-style select:focus {
            outline: none;
        }

        .select-style select[disabled] {
            opacity: .25 !important;
            cursor: not-allowed !important;
        }

select::-ms-expand {
    display: none;
}

.select-style-nowidth {
    border: 1px solid #D7E1E9;
    border-radius: 6px;
    height: 30px;
    overflow: hidden;
    background: #FFF;
    position: relative;
}

.ico-paybylink {
    background-color: #268bad;
    background-size: 134px 35px;
    width: 134px;
    height: 35px;
    padding: 5px;
}


/* CHECKBOX */
input[type=checkbox].checkbox {
    display: none;
}

    input[type=checkbox].checkbox + label.label-checkbox span.ck-text {
        font-weight: 300;
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    input[type=checkbox].checkbox + label.label-checkbox span.ck-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=checkbox].checkbox:disabled + label.label-checkbox span.ck-icon {
        background-color: lightgray;
    }

    input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }

    input[type=checkbox].checkbox + label.label-checkbox span.ck-icon-small {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon-small {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }

    input[type=checkbox].checkbox + label.label-checkbox span.ck-icon-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon-xsmall {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

    input[type=checkbox].checkbox + label.label-checkbox span.ck-icon-red-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon-red-xsmall {
        background-image: url('images/icons/ico_checkbox_red.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

    input[type=checkbox].checkbox + label.label-checkbox span.ck-icon-circle-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon-circle-xsmall {
        background-image: url('images/icons/ico_checkbox_circle.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

    input[type=checkbox].checkbox + label.label-checkbox.pagato span.ck-icon {
        cursor: default;
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }

.checkbox-filter {
    line-height: 30px;
    margin: 0;
}


input[type=checkbox].checkbox + label.label-checkbox-btn-blue span.ck-icon {
    display: none;
}

input[type=checkbox].checkbox + label.label-checkbox-btn-blue span.ck-text {
    color: #FFF;
    background: #2c2d84;
    padding: 10px;
}


input[type=checkbox].checkbox:checked + label.label-checkbox-btn-blue span.ck-text {
    color: #FFF;
    background: #ea560d;
    padding: 10px;
}





/* RADIOBUTTON */
input[type=radio].checkbox {
    display: none;
}

    input[type=radio].checkbox + label.label-checkbox span.ck-text {
        font-weight: 300;
        font-size: 16px;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    input[type=radio].checkbox + label.label-checkbox span.ck-icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }

    input[type=radio].checkbox + label.label-checkbox span.ck-icon-small {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon-small {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 11px;
    }

    input[type=radio].checkbox + label.label-checkbox span.ck-icon-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon-xsmall {
        background-image: url('images/icons/ico_checkbox.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

    input[type=radio].checkbox + label.label-checkbox span.ck-icon-red-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon-red-xsmall {
        background-image: url('images/icons/ico_checkbox_red.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

    input[type=radio].checkbox + label.label-checkbox span.ck-icon-circle-xsmall {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        margin-right: 10px;
        vertical-align: middle;
        background-color: transparent;
        cursor: pointer;
        border: 1px solid #ea560d;
        border-radius: 50%;
    }

    input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon-circle-xsmall {
        background-image: url('images/icons/ico_checkbox_circle.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }

#div_RootPagamenti #div_Dettaglio input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_red.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 11px;
}

#div_ConsensoComunicazioneDati input[type=checkbox].checkbox + label.label-checkbox span.ck-icon-circle-xsmall {
    background-color: white;
    border: 2px solid red;
}

#div_ConsensoComunicazioneDati input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_red.png');
}

input[type=radio].checkbox:disabled + label.label-checkbox span.ck-icon {
    border: 1px solid gray !important;
}

input[type=radio].checkbox:disabled + label.label-checkbox span.ck-text {
    color: lightgray !important;
}

input[type=radio].checkbox + label.label-checkbox-btn-blue span.ck-icon {
    display: none;
}

input[type=radio].checkbox + label.label-checkbox-btn-blue span.ck-text {
    color: #FFF;
    background: #2c2d84;
    padding: 10px;
}


input[type=radio].checkbox:checked + label.label-checkbox-btn-blue span.ck-text {
    color: #FFF;
    background: #ea560d;
    padding: 10px;
}





/* BUTTONS */
.btn-secondary, .btn-default, .btn-disabled {
    color: #fff;
    background-color: #2c2d84;
    border: none;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 5px 10px 0 rgba(20,52,82,0.4);
    height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
}

.btn-disabled {
    background-color: #7F7D7F !important;
}

.btn-dynamic-size {
    width: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}


.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.disactive {
    background-color: #060387;
    border: none;
}

.btn-secondary.active {
    background-color: #e0e0e0;
    color: #2c2d84;
    border-color: #dbdbdb;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus:active,
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:focus:active {
    background-color: #060387;
    box-shadow: 0 5px 10px 0 rgba(20,52,82,0.4);
    color: #FFF;
    outline: none;
}

.btn-secondary[disabled],
.btn-secondary[disabled]:hover,
.btn-secondary[disabled]:active,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:focus:active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:focus:active {
    background-color: #2c2d84;
    box-shadow: 0 5px 10px 0 rgba(20,52,82,0.4);
    color: #FFF;
}

.btn-primary, .btn-success {
    color: #fff;
    background-color: #ea560d;
    border: none;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
    height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
}

    .btn-primary.btn-green {
        background-color: #0abc1f;
        box-shadow: 0 5px 10px 0 rgba(84, 130, 53, 0.4);
    }

    .btn-primary.short {
        width: 25%;
        white-space: normal;
        display: flex;
        display: -webkit-flex;
        align-items: center;
    }

.btn-success-excel {
    color: #a6a6a6;
    background-color: white;
    border: 1px solid #a6a6a6;
    width: 100%;
    max-width: 240px;
    height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus:active,
.btn-success:hover,
.btn-success:active,
.btn-success:focus:active,
.btn-success:focus {
    background-color: #b7350d;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
    outline: none;
}

.btn-green:hover,
.btn-green:active {
    background-color: #3A5233;
    box-shadow: 0 5px 10px 0 rgba(84, 130, 53, 0.4);
    outline: none;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:focus:active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:focus:active {
    background-color: #ea560d;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
}

.btn-danger {
    color: #fff;
    background-color: #D90000;
    border: none;
    width: 100%;
    max-width: 240px;
    box-shadow: 0 5px 10px 0 rgba(217, 0, 0, 0.4);
    height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 6px;
}

    .btn-danger:hover,
    .btn-danger:active,
    .btn-danger:focus,
    .btn-danger:hover:active {
        background-color: #B20000;
        box-shadow: 0 5px 10px 0 rgba(217, 0, 0, 0.4);
        outline: none;
    }

.ico-alert {
    width: 20px;
    height: 20px;
    background: url('images/icons/ex_mark_red.png') no-repeat center;
    background-size: 20px 20px;
    display: inline-block;
    margin-left: 10px;
}

.ico-certified {
    height: 20px;
    display: inline-block;
    width: 20px;
    background-color: white;
    border: solid #FC4C02;
    border-width: 0 5px 5px 0 !important;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico-certified-green {
    border: solid green;
}

.text-wrap {
    font-size: 12px;
    white-space: normal;
}

.sbianca {
    border: 0px solid;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    /*background: url('images/portale_nuova_riga.png') no-repeat center;*/
    background: url('images/icons/ico_svuota_campi.png') no-repeat center;
    margin-top: 1px;
    margin-left: 2px;
}

    .sbianca:hover {
        border: 0px solid;
        /*background: url('images/portale_nuova_riga.png') no-repeat center;*/
        background: url('images/icons/ico_svuota_campi.png') no-repeat center;
    }

    .sbianca[disabled] {
        opacity: 0.65 !important;
        cursor: not-allowed !important;
    }

.delete_all, .delete {
    background: url('images/icons/ico_trash.png') no-repeat center center;
    background-size: 14px 18px;
    width: 30px;
    height: 25px;
    border: none;
}

.edit {
    background: url('images/icons/ico_pencil.png') no-repeat center center;
    background-size: 18px 18px;
    width: 30px;
    height: 25px;
    border: none;
}


.delete_all[disabled], .delete[disabled] {
    opacity: .25 !important;
    cursor: not-allowed !important;
}

.delete_plus {
    background: url('images/icons/ico_calc_delete.png') no-repeat center center;
    width: 30px;
    height: 30px;
    border: none;
}

    .delete_plus[disabled] {
        opacity: .25 !important;
        cursor: not-allowed !important;
    }


.add_all, .add {
    background: url('images/icons/ico_add.png') no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    border: none;
}

    .add_all[disabled], .add[disabled] {
        opacity: .25 !important;
        cursor: not-allowed !important;
    }

.escludi {
    /*background: url('images/icons/ico_escludi.png') no-repeat center center;
    background-size: 20px;
    width: 30px;
    height: 25px;
    border: none;*/
    background: url(images/icons/btn_checkbox_active.png) no-repeat left center;
    background-size: 25px 25px;
    height: 25px;
    border: none;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}

.includi {
    /*background: url('images/icons/ico_includi.png') no-repeat center center;
    background-size: 20px;
    width: 30px;
    height: 25px;
    border: none;*/
    background: url(images/icons/btn_checkbox.png) no-repeat left center;
    background-size: 25px 25px;
    height: 25px;
    border: none;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}




.btn-lens {
    background: url('images/icons/ico_lens.png') no-repeat center center;
    background-size: 25px 25px;
    width: 30px;
    height: 25px;
    border: none;
}

    .btn-lens.mini-bg-image {
        background-size: 20px;
    }

.btn-phone {
    background: url('images/icons/ico_phone_orange.png') no-repeat center center;
    background-size: 25px 25px;
    width: 30px;
    height: 25px;
    border: none;
}

    .btn-phone.mini-bg-image {
        background-size: 20px;
    }


.btn-downlaod {
    background: url('images/icons/ico_download_black.png') no-repeat center center;
    background-size: 15px 16px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    border: none;
    margin: 0 10px;
}

.btn-download-red {
    background: url('images/icons/ico_download_red.png') no-repeat center center;
    background-size: 15px 16px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    border: none;
    margin: 0 10px;
}

/*.btn-refresh{
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_refresh.png') center center no-repeat;
    background-size: 16px 18px;
    border: none;
    height: 42px;
    padding: 0;
    margin: 0 5%;

}*/

.btn-prenotazioni {
    padding: 10px 12px !important;
}

.btn-question {
    background: url('images/icons/ico_information.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.btn-infoclienti-mobile {
    background: url('images/icons/info.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.btn-premium-mobile {
    background: url('images/icons/cuore.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.btn-premium-mobile-agenti {
    background: url('images/icons/hearth_white.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}



.btn-logout-mobile-agenti {
    background: url('images/icons/icona-logout-agenti.png') center center no-repeat;
    background-size: 23px;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    margin-top: 4px;
}

.btn-pagamenti-mobile {
    background: url('images/icons/monete.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.btn-esito-mobile {
    background: url('images/icons/esito.png') center center no-repeat;
    background-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.btn-print-td {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_print.png') center center no-repeat;
    background-size: 16px 18px;
    border: none;
    height: 42px;
    padding: 0;
    /*margin: 0 5%;*/
}

.btn-download-td {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_download_black.png') center center no-repeat;
    background-size: 16px 18px;
    border: none;
    height: 42px;
    padding: 0;
    /*margin: 0 5%;*/
}

.btn-download-td-narrow {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_download_black.png') center center no-repeat;
    background-size: 16px 18px;
    border: none;
    height: 18px;
    padding: 0;
    /*margin: 0 5%;*/
}

.btn-email-td {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_email_black.png') center center no-repeat;
    background-size: 25px 18px;
    border: none;
    height: 42px;
    padding: 0;
    /*margin: 0 5%;*/
}

.btn-print {
    background: url(images/icons/ico_print.png) left center no-repeat;
    padding-left: 25px;
    width: auto;
    height: 30px;
    display: block;
    background-size: 17px 16px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    border: none;
}

    .btn-print:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .btn-print.relative-left {
        position: relative;
        right: auto;
        bottom: auto;
        float: left;
        height: 40px;
    }

.btn-email {
    background: url('images/icons/ico_email_black.png') left center no-repeat;
    padding-left: 25px;
    width: auto;
    height: 30px;
    display: block;
    background-size: 20px 14px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    border: none;
}

    .btn-email:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .btn-email.relative-left {
        position: relative;
        right: auto;
        bottom: auto;
        float: left;
        height: 40px;
    }

.btn-downlaod-modal {
    background: url(images/icons/ico_download_black.png) left center no-repeat;
    padding-left: 25px;
    width: auto;
    height: 30px;
    display: block;
    background-size: 17px 16px;
    position: absolute;
    right: 20px;
    bottom: 30px;
    border: none;
}

    .btn-downlaod-modal:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .btn-downlaod-modal.relative-left {
        position: relative;
        right: auto;
        bottom: auto;
        float: left;
        height: 40px;
    }

.btn-empty {
    background: url('images/icons/ico_trash.png') no-repeat left center;
    background-size: 14px 18px;
    height: 30px;
    border: none;
    padding-left: 25px;
    line-height: 30px;
}

    .btn-empty:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .btn-empty[disabled] {
        opacity: .25 !important;
        cursor: not-allowed !important;
    }

.btn-detail {
    background: url('images/icons/ico_detail.png') no-repeat center center;
    background-size: 20px 20px;
    width: 30px;
    height: 25px;
    border: none;
}

.btn-info-rounded {
    background: url('images/icons/ico_info_rounded.png') no-repeat center center;
    background-size: 18px 18px;
    width: 30px;
    height: 25px;
    border: none;
}

.btn-white {
    display: block;
    background: #FFF;
    border: 1px solid #D7E1E9;
    color: #000;
    background-color: #FFF;
    width: 100%;
    max-width: 240px;
    height: 42px;
    font-size: 16px;
    border-radius: 6px;
    line-height: 42px;
    padding: 0 10px;
}

    .btn-white:hover,
    .btn-white:focus {
        background-color: #F4F4F4;
        text-decoration: none;
    }

.btn-add-rounded {
    background: url('images/icons/ico_add_rounded.png') no-repeat center center;
    background-size: 18px 18px;
    width: 30px;
    height: 25px;
    border: none;
}

    .btn-add-rounded.btn-add-text {
        background-position: left center;
        padding-left: 25px;
        width: auto;
        line-height: 22px;
    }


.btn-checkbox {
    background: url(images/icons/btn_checkbox.png) no-repeat left center;
    background-size: 25px 25px;
    height: 25px;
    border: none;
    padding-left: 30px;
    width: auto;
    line-height: 22px;
}

    .btn-checkbox.selected {
        background: url(images/icons/btn_checkbox_active.png) no-repeat left center;
        background-size: 25px 25px;
    }

    .btn-checkbox[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }

    .btn-checkbox.btn-checkbox-filter {
        height: 30px;
        background-size: 30px;
        padding-left: 40px;
    }

    .btn-checkbox.btn-filter-offerta {
        height: 30px;
        background-size: 30px;
        padding-left: 40px;
        text-transform: uppercase;
        color: #ea560d;
    }

        .btn-checkbox.btn-filter-offerta .icon-promo-filter {
            background: url('images/icons/cartoon_offerta.png') center center no-repeat;
            display: inline-block;
            vertical-align: middle;
            background-size: 40px;
            height: 40px;
            width: 60px;
        }


.btn-cart {
    color: #fff;
    border: none;
    width: 100%;
    max-width: 210px;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    background: #ea560d url(images/icons/menu_ordine_white.png) no-repeat left 10px center;
    background-size: 22px;
    padding-left: 40px;
}

    .btn-cart[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }

    .btn-cart.btn-cart-filter {
        height: 30px;
        background-size: 30px;
        padding-left: 40px;
    }

    .btn-cart.btn-filter-offerta {
        height: 30px;
        background-size: 30px;
        padding-left: 40px;
        text-transform: uppercase;
        color: #ea560d;
    }

        .btn-cart.btn-filter-offerta .icon-promo-filter {
            background: url('images/icons/cartoon_offerta.png') center center no-repeat;
            display: inline-block;
            vertical-align: middle;
            background-size: 40px;
            height: 40px;
            width: 60px;
        }


/* Prenotazione Prodotto */
.btn-pren {
    color: #fff;
    border: none;
    width: 100%;
    max-width: 210px;
    box-shadow: 0 5px 10px 0 rgba(252, 77, 15, 0.4);
    height: 42px;
    font-size: 13px;
    border-radius: 6px;
    background: #ea560d url(images/icons/menu_prenotazioni.png) no-repeat left 10px center;
    background-size: 32px;
    padding-left: 25px;
}

    .btn-pren[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }

.glyphicon-prenotazione {
    background-image: url('../Content/images/icons/menu_prenotazioni.png');
    display: inline-block;
    background-size: 31px 26px;
    width: 30px;
    height: 26px;
    margin-top: 2px;
    margin-left: 2px;
}

.glyphicon-ordine {
    background-image: url('../Content/images/icons/menu_ordine.png');
    display: inline-block;
    background-size: 24px 21px;
    width: 24px;
    height: 21px;
    margin-top: 4px;
    margin-left: -2px;
}

#catalogo-terzia .content .denominazione {
    padding-left: 0px;
    padding-right: 0px;
}

#catalogo-terzia .content .image-box {
    padding-left: 0px;
    padding-right: 0px;
}

#catalogo-terzia .content .scheda-footer {
    min-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
}

    #catalogo-terzia .content .scheda-footer .input-quantita {
        padding-left: 10px;
        padding-right: 0;
        width: 140px;
    }

    #catalogo-terzia .content .scheda-footer .buttons {
        padding: 0px;
        width: 60px;
    }

        #catalogo-terzia .content .scheda-footer .buttons .btn {
            background-color: #ea560d;
            width: 40px;
            height: 34px;
            padding: 0px;
            text-align: center;
        }

    #catalogo-terzia .content .scheda-footer .extended {
        padding-left: 0px;
        padding-right: 0;
    }

        #catalogo-terzia .content .scheda-footer .extended .input-quantita {
            padding-left: 0px;
            padding-right: 0;
            width: 130px;
        }

            #catalogo-terzia .content .scheda-footer .extended .input-quantita .input-number {
                padding: 0px;
            }

        #catalogo-terzia .content .scheda-footer .extended .buttons {
            padding: 0px;
            width: 100px;
        }

            #catalogo-terzia .content .scheda-footer .extended .buttons .btn {
                background-color: #ea560d;
                width: 40px;
                height: 34px;
                padding: 0px;
                text-align: center;
            }

#offerteTOP .content .scheda-footer {
    min-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
}

    #offerteTOP .content .scheda-footer .input-quantita {
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        width: 124px;
    }

    #offerteTOP .content .scheda-footer .buttons {
        float: right;
        padding: 0px;
        width: 50px;
        text-align: right;
    }

        #offerteTOP .content .scheda-footer .buttons .btn {
            float: right;
            background-color: #ea560d;
            width: 40px;
            height: 34px;
            padding: 0px;
            text-align: center;
        }

    #offerteTOP .content .scheda-footer .extended {
        padding-left: 0px;
        padding-right: 0px;
    }

        #offerteTOP .content .scheda-footer .extended .input-quantita {
            float: left;
            padding-left: 0px;
            padding-right: 0px;
            width: 90px;
        }

            #offerteTOP .content .scheda-footer .extended .input-quantita .btn-number {
                width: 28px;
                height: 34px;
                padding: 0px;
            }

            #offerteTOP .content .scheda-footer .extended .input-quantita .input-number {
                padding: 0px;
            }

        #offerteTOP .content .scheda-footer .extended .buttons {
            float: right;
            padding: 0px;
            width: 82px;
            text-align: right;
        }

            #offerteTOP .content .scheda-footer .extended .buttons .btn {
                float: left;
                background-color: #ea560d;
                width: 40px;
                height: 34px;
                padding: 0px;
                text-align: center;
            }

.wrap-info-price {
    min-height: 80px !important;
}

#offerteVetrina .content .scheda-footer {
    min-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
}

    #offerteVetrina .content .scheda-footer .input-quantita {
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        width: 124px;
    }

    #offerteVetrina .content .scheda-footer .buttons {
        float: right;
        padding: 0px;
        width: 50px;
        text-align: right;
    }

        #offerteVetrina .content .scheda-footer .buttons .btn {
            float: right;
            background-color: #ea560d;
            width: 40px;
            height: 34px;
            padding: 0px;
            text-align: center;
        }

    #offerteVetrina .content .scheda-footer .extended {
        padding-left: 0px;
        padding-right: 0px;
    }

        #offerteVetrina .content .scheda-footer .extended .input-quantita {
            float: left;
            padding-left: 0px;
            padding-right: 0px;
            width: 90px;
        }

            #offerteVetrina .content .scheda-footer .extended .input-quantita .btn-number {
                width: 28px;
                height: 34px;
                padding: 0px;
            }

            #offerteVetrina .content .scheda-footer .extended .input-quantita .input-number {
                padding: 0px;
            }

        #offerteVetrina .content .scheda-footer .extended .buttons {
            float: right;
            padding: 0px;
            width: 82px;
            text-align: right;
        }

            #offerteVetrina .content .scheda-footer .extended .buttons .btn {
                float: left;
                background-color: #ea560d;
                width: 40px;
                height: 34px;
                padding: 0px;
                text-align: center;
            }

#prodottiPiuVenduti .content .scheda-footer {
    min-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
}

    #prodottiPiuVenduti .content .scheda-footer .input-quantita {
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        width: 124px;
    }

    #prodottiPiuVenduti .content .scheda-footer .buttons {
        float: right;
        padding: 0px;
        width: 50px;
        text-align: right;
    }

        #prodottiPiuVenduti .content .scheda-footer .buttons .btn {
            float: right;
            background-color: #ea560d;
            width: 40px;
            height: 34px;
            padding: 0px;
            text-align: center;
        }

    #prodottiPiuVenduti .content .scheda-footer .extended {
        padding-left: 0px;
        padding-right: 0px;
    }

        #prodottiPiuVenduti .content .scheda-footer .extended .input-quantita {
            float: left;
            padding-left: 0px;
            padding-right: 0px;
            width: 90px;
        }

            #prodottiPiuVenduti .content .scheda-footer .extended .input-quantita .btn-number {
                width: 28px;
                height: 34px;
                padding: 0px;
            }

            #prodottiPiuVenduti .content .scheda-footer .extended .input-quantita .input-number {
                padding: 0px;
            }

        #prodottiPiuVenduti .content .scheda-footer .extended .buttons {
            float: right;
            padding: 0px;
            width: 82px;
            text-align: right;
        }

            #prodottiPiuVenduti .content .scheda-footer .extended .buttons .btn {
                float: left;
                background-color: #ea560d;
                width: 40px;
                height: 34px;
                padding: 0px;
                text-align: center;
            }

#prodottiRaccomandati .content .scheda-footer {
    min-height: 34px;
    padding-left: 0px;
    padding-right: 0px;
}

    #prodottiRaccomandati .content .scheda-footer .input-quantita {
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        width: 124px;
    }

    #prodottiRaccomandati .content .scheda-footer .buttons {
        float: right;
        padding: 0px;
        width: 50px;
        text-align: right;
    }

        #prodottiRaccomandati .content .scheda-footer .buttons .btn {
            float: right;
            background-color: #ea560d;
            width: 40px;
            height: 34px;
            padding: 0px;
            text-align: center;
        }

    #prodottiRaccomandati .content .scheda-footer .extended {
        padding-left: 0px;
        padding-right: 0px;
    }

        #prodottiRaccomandati .content .scheda-footer .extended .input-quantita {
            float: left;
            padding-left: 0px;
            padding-right: 0px;
            width: 90px;
        }

            #prodottiRaccomandati .content .scheda-footer .extended .input-quantita .btn-number {
                width: 28px;
                height: 34px;
                padding: 0px;
            }

            #prodottiRaccomandati .content .scheda-footer .extended .input-quantita .input-number {
                padding: 0px;
            }

        #prodottiRaccomandati .content .scheda-footer .extended .buttons {
            float: right;
            padding: 0px;
            width: 82px;
            text-align: right;
        }

            #prodottiRaccomandati .content .scheda-footer .extended .buttons .btn {
                float: left;
                background-color: #ea560d;
                width: 40px;
                height: 34px;
                padding: 0px;
                text-align: center;
            }

#prodottiRaccomandati .icon-promo-vetrina {
    background: url('images/icons/cartoon_offerta_empty.png') center center no-repeat;
    background-size: 60px;
    width: 60px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
}

    #prodottiRaccomandati .icon-promo-vetrina span {
        float: left;
        font-size: 16px;
        font-weight: bold;
        color: white;
        margin-top: 14px;
        margin-left: 14px;
        width: 28px;
    }

/* Fine */
.btn-wishlist {
    background: url(images/icons/icon-wishlist-webt_hoverblu.png) center center no-repeat;
    height: 30px;
    width: 40px;
}

    .btn-wishlist[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }


.btn-wishlist-selected {
    background: url(images/icons/icon-wishlist-webt.png) center center no-repeat;
    height: 30px;
    width: 40px;
}

    .btn-wishlist-selected[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }



.btn-secondary.clear-mag {
    position: absolute;
    bottom: 22px;
    line-height: 30px;
}


.btn-icon {
    border: none;
    color: #ea560d;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    padding-left: 45px;
    text-align: left;
    line-height: 18px;
}

.btn-person-rounded {
    background: url('images/icons/ico_person.png') no-repeat left center;
    background-size: 36px;
}

.btn-folder-rounded {
    background: url('images/icons/ico_folder.png') no-repeat left center;
    background-size: 36px;
}

.btn-contact-rounded {
    background: url('images/icons/ico_contact.png') no-repeat left center;
    background-size: 36px;
}

.btn-insert-rounded {
    background: url('images/icons/ico_insert.png') no-repeat left center;
    background-size: 36px;
}

.btn-supplier-rounded {
    background: url('images/icons/ico_supplier.png') no-repeat left center;
    background-size: 36px;
}

.btn-areas-rounded {
    background: url('images/icons/ico_areas.png') no-repeat left center;
    background-size: 36px;
}

.btn-orders-list {
    background: url('images/icons/icona_ordine.png') no-repeat left center;
    background-size: 36px;
}

.btn-only-text {
    background: none;
    box-shadow: none;
    border: none;
    text-decoration: underline;
}

.btn-secondary.ico-view {
    background-image: url('images/icons/ico_view.png');
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 40px;
    max-width: 210px;
}

#div_RootPagamenti #div_Dettaglio .btn-primary {
    box-shadow: 0 5px 10px 0 rgba(255, 0, 0, 0.4);
}

.modal .btn-secondary.ico-view {
    max-width: 210px;
}


.btn-catalogo-promo {
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: #333;
}

    .btn-catalogo-promo:hover, .btn-catalogo-promo:focus {
        color: #ea560d;
    }

.ico-dettaglio-prenotazione {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
    background-size: 16px 18px;
    margin-bottom: 2px;
}

.btn-catalogo-promo:hover .ico-catalogo, .btn-catalogo-promo:focus .ico-catalogo {
    background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
    background-size: 16px 18px;
    color: #ea560d;
}

.promo-all .btn-catalogo-promo {
    color: #ea560d;
}

    .promo-all .btn-catalogo-promo .ico-catalogo {
        background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
        background-size: 16px 18px;
    }


.btn-catalogo-dettaglio {
    color: #FFF;
}

    .btn-catalogo-dettaglio:hover, .btn-catalogo-dettaglio:focus {
        color: #ea560d;
    }

    .btn-catalogo-dettaglio .ico-catalogo {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(images/icons/menu_catalogo.png) left center no-repeat;
        background-size: 16px 18px;
    }

    .btn-catalogo-dettaglio:hover .ico-catalogo, .btn-catalogo-dettaglio:focus .ico-catalogo {
        background: url(images/icons/menu_catalogo_orange.png) left center no-repeat;
        background-size: 16px 18px;
        color: #ea560d;
    }

.btn-catalogo-dettaglio {
    color: #ea560d;
}

    .btn-catalogo-dettaglio .ico-catalogo {
        background: url(images/icons/menu_ordine_blue.png) left center no-repeat;
        background-size: 19px 18px;
        margin-bottom: 3px;
    }





























/* MODAL */
.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

.modal {
    text-align: center;
    padding: 0 !important;
    overflow-y: auto;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #D7E1E9;
}

.modal-header .close {
    opacity: .7;
    filter: alpha(opacity=70);
}

    .modal-header .close:hover, .modal-header .close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
}


.modal-body.no-padding {
    padding: 0;
}


.modal-backdrop.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.modal .btn-primary,
.modal .btn-secondary,
.modal .btn-default,
.modal .btn-success,
.modal .btn-danger {
    max-width: 180px;
    margin: 0 10px;
}


/* FORM */
.form-inline .form-control {
    width: 100%;
}

/*.form-control{
    height: 42px;
    box-shadow: none;
    border:1px solid #D7E1E9;
    outline: none;
}*/

.form-control:focus {
    box-shadow: none;
    border: 1px solid #D7E1E9;
}


/*.form-control.input-table{
    width: 50%;
    display: inline-block;

}*/

.form-control.hasclear {
    padding-right: 35px;
}

/*.clear-field{
    position: relative;
}*/

/*.clearer.form-control-feedback{
    background: url(images/icons/clear_input.png) center center no-repeat;
    background-size: 10px 10px;
    height: 42px;
    cursor: pointer;
    line-height: 42px;
    pointer-events: inherit;
}*/

.label-filter-search {
    font-size: 16px;
    color: #777777;
    height: 32px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 18px;
    font-weight: normal;
}


/* DATATABLE */

.dataTables_scrollBody {
    border-top: 1px solid #D7E1E9;
    border-bottom: 1px solid #D7E1E9;
}

.dataTables_wrapper table th {
    color: #777777;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border: none;
    padding: 15px 10px 35px !important;
    vertical-align: top;
}

    .dataTables_wrapper table th.intestazionePriorita {
        color: white !important;
        padding: 10px !important;
        font-size: 8px !important
    }

.dataTables_wrapper table.dataTable {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

    .dataTables_wrapper table.dataTable thead .sorting:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
        right: auto;
        left: auto;
        top: 10px;
        content: " " !important;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 20px;
        height: 15px;
    }

    .dataTables_wrapper table.dataTable thead .sorting:after {
        background: url(images/icons/ico_sort.png) left center no-repeat;
        background-size: 19px 10px;
    }

    .dataTables_wrapper table.dataTable thead .sorting_asc:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after {
        background: url(images/icons/ico_sort_asc.png) left center no-repeat;
        background-size: 19px 10px;
    }

    .dataTables_wrapper table.dataTable thead .sorting_desc:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
        background: url(images/icons/ico_sort_desc.png) left center no-repeat;
        background-size: 19px 10px;
    }




table.dataTable tr {
    border-bottom: 1px solid #D7E1E9;
}
    /*table.dataTable tr td{
    height: 40px;
    padding: 10px;
    border: none;
    font-size: 14px;
}*/


    table.dataTable tr td input[type=radio].checkbox + label.label-checkbox {
        margin-bottom: 0;
    }

        table.dataTable tr td input[type=radio].checkbox + label.label-checkbox span.ck-text {
            font-size: 14px;
        }

    table.dataTable tr.odd {
        background: #F9F9FA;
    }

    table.dataTable tr.even {
        background: #FFF;
    }

    table.dataTable tr.orange {
        background: #ea560d;
    }

    table.dataTable tr td.borderbolddark {
        border-left: 2px solid black;
        font-weight: bold;
    }

    table.dataTable tr td.borderboldwhite {
        border-left: 2px solid white;
    }


.dataTables_scrollFoot .dataTable {
    margin-bottom: 0 !important;
}

table.dataTable tfoot tr {
    background: #F9F9FA;
}

table.dataTable tfoot td {
    /*vertical-align: top;*/
    font-weight: bold;
}

table.dataTable tfoot tr .etichetta {
    /*display: block;*/
    font-size: 16px;
    color: #777;
}

table.dataTable tfoot tr .valore {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.msg-empty-table {
    padding: 20px;
    font-size: 16px;
    color: #777;
}

.bonus-terzia {
    padding: 5px;
    font-size: 16px;
    background-color: #ea560d;
    margin-top: -13px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: AvenirLTStd-Roman;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.ico-bonus-terzia {
    background: url('images/icons/Categorie Terzia/Icona-Razzo-Premium.svg') center center no-repeat;
    background-size: 40px 40px;
    height: 40px;
    display: inline-block;
    width: 40px;
    margin-bottom: -5px;
}

.bonus-terzia-blu {
    padding: 5px;
    font-size: 16px;
    background-color: #2c2d84;
    margin-top: -13px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: AvenirLTStd-Roman;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.bonus-terzia-orange {
    padding: 5px;
    font-size: 16px;
    background: linear-gradient(90deg, #da402b 0%, #4d0dd3 100%);
    margin-top: -13px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 15px;
    font-family: AvenirLTStd-Roman;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

.dataTables_wrapper table.dataTable td.dataTables_empty {
    font-size: 16px;
    color: #777;
    vertical-align: middle;
    text-align: left;
    background: #FFF;
    padding: 10px 20px;
}

.dataTables_scrollBody table.dataTable thead th {
    height: 0 !important;
    padding: 0 10px 0 !important;
}


@media(min-width: 1025px) {
    .dataTables_wrapper table th {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 30px 10px 10px !important;
        vertical-align: top;
    }

    .dataTables_scrollBody table.dataTable thead th {
        height: 0 !important;
        padding: 0 30px 0 10px !important;
    }


    .dataTables_wrapper table.dataTable thead .sorting:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
        right: 10px;
        left: auto;
        top: 10px;
    }


    table.dataTable tr td {
        height: 20px;
        padding: 8px 10px;
    }

    .form-control.input-table {
        height: 25px;
        line-height: 22px;
        padding: 0 12px;
    }

    table.dataTable .btn-refresh {
        height: 22px;
    }

    table.dataTable .btn-print-td {
        height: 22px;
    }

    table.dataTable .btn-download-td {
        height: 22px;
    }

    table.dataTable tfoot tr .etichetta {
        font-size: 14px;
    }

    table.dataTable tfoot tr .valore {
        font-size: 14px;
    }
}

.dataTable.wrap-shadow {
    margin-bottom: 0 !important;
}


.pagination-wrapper {
    padding: 10px;
}

    .pagination-wrapper .dataTables_paginate {
        text-align: center !important;
    }

    .pagination-wrapper .pagination {
        margin: 0 !important;
    }

        .pagination-wrapper .pagination > li > a,
        .pagination-wrapper .pagination > li > span {
            background: none;
            border: none;
            color: #000;
            font-size: 16px;
            position: relative;
        }

            .pagination-wrapper .pagination > li > a:after,
            .pagination-wrapper .pagination > li > span:after {
                content: " ";
                position: absolute;
                width: 1px;
                height: 20px;
                background: #d7e1e9;
                left: 0;
                top: 7px;
            }


        .pagination-wrapper .pagination > .active > a,
        .pagination-wrapper .pagination > .active > a:focus,
        .pagination-wrapper .pagination > .active > a:hover,
        .pagination-wrapper .pagination > .active > span,
        .pagination-wrapper .pagination > .active > span:focus,
        .pagination-wrapper .pagination > .active > span:hover {
            color: #ea560d;
            background: none;
            border: none;
        }

        .pagination-wrapper .pagination > .disabled > a,
        .pagination-wrapper .pagination > .disabled > a:focus,
        .pagination-wrapper .pagination > .disabled > a:hover,
        .pagination-wrapper .pagination > .disabled > span,
        .pagination-wrapper .pagination > .disabled > span:focus,
        .pagination-wrapper .pagination > .disabled > span:hover {
            background: none;
            border: none;
        }

        .pagination-wrapper .pagination > li.previous > a,
        .pagination-wrapper .pagination > li.next > a {
            text-indent: -99999px;
        }

            .pagination-wrapper .pagination > li.previous > a:after,
            .pagination-wrapper .pagination > li.previous > span:after {
                content: "";
                position: absolute;
                left: 6px;
                top: 13px;
                display: block;
                width: 8px;
                height: 8px;
                border-top: 1px solid #211d1e;
                border-right: 1px solid #211d1e;
                border-width: 1px;
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
                background: none;
            }


            .pagination-wrapper .pagination > li.next > a:after,
            .pagination-wrapper .pagination > li.next > span:after {
                content: "";
                position: absolute;
                left: 6px;
                top: 13px;
                display: block;
                width: 8px;
                height: 8px;
                border-top: 1px solid #211d1e;
                border-right: 1px solid #211d1e;
                border-width: 1px;
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                background: none;
            }

.container-table {
    position: relative;
}



/* TABLE STYLE */
.table-style {
    width: 100%;
}

    .table-style tr {
        border-bottom: 1px solid #d7e1e9;
    }


    .table-style tbody tr:not(.hide):nth-child(odd) {
        background: #f9f9fa;
    }

    .table-style tbody tr:not(.hide):nth-child(even) {
        background: #FFF;
    }

    .table-style th {
        color: #777;
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        border: none;
        padding: 10px;
        vertical-align: top;
    }

    .table-style td {
        height: 50px;
        padding: 10px;
        border: none;
        font-size: 14px;
    }

.table-style-40 td {
    height: 40px;
    padding: 10px;
    border: none;
    font-size: 14px;
}

.table-style-40-mod td {
    height: 30px;
    padding: 5px;
    padding-top: 0px;
    border: none;
    font-size: 12px;
}

.wrap-totali-table {
    background: #f9f9fa;
    border-bottom: 1px solid #d7e1e9;
    border-top: 1px solid #d7e1e9;
    padding-top: 20px;
    padding-left: 10px;
}

    .wrap-totali-table.totali-wrap-white {
        background: #FFF;
        border: none;
        /*padding: 20px 0;*/
    }

    .wrap-totali-table .single-col {
        margin-bottom: 20px;
    }

    .wrap-totali-table .etichetta {
        display: block;
        font-size: 16px;
        color: #777;
        margin-bottom: 0;
    }

    .wrap-totali-table .valore {
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }


.table-style.half-column tr td {
    width: 50%;
}

.half-table {
    width: 49.7%;
}

@media (min-width: 1025px) {
    .table-style th {
        font-size: 14px;
        line-height: 14px;
        padding: 10px;
        color: #777;
        font-weight: bold;
        border: none;
        vertical-align: top;
    }

    .table-style td {
        height: 50px;
        padding: 8px 10px;
    }

    .wrap-totali-table .etichetta {
        font-size: 14px;
        font-weight: bold;
    }

    .wrap-totali-table .valore {
        font-size: 14px;
    }
}


/* MODALE CARICA MODELLO */
.modello-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #f4f4f4;
}

    .modello-item .btn-delete[disabled],
    .modello-item .btn-upload[disabled] {
        opacity: 0.5;
    }

    .modello-item .btn-delete {
        background: url('images/icons/ico_trash.png') no-repeat left center;
        background-size: 14px 18px;
        height: 25px;
        border: none;
        padding-left: 20px;
        line-height: 25px;
        margin: 0 10px;
    }

    .modello-item .btn-upload {
        background: url('images/icons/ico_upload_black.png') no-repeat left center;
        background-size: 15px 16px;
        height: 25px;
        border: none;
        padding-left: 20px;
        line-height: 25px;
        margin: 0 10px;
    }

    .modello-item .subtitle-modal {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0;
        color: #ea560d;
    }


    .modello-item .date-modal {
        font-size: 12px;
        font-weight: 400;
        height: 17px;
        /*font-style: italic;*/
        color: #777;
    }



.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 95% 50%;
    background-size: 18px;
}

#txtDataValiditaEpp.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 0% 0%;
    background-size: 0px;
}

#txtDataCreazioneEppDal.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 0% 0%;
    background-size: 0px;
}

#txtDataCreazioneEppAl.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 0% 0%;
    background-size: 0px;
}

#txtDataValiditaEppDal.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 0% 0%;
    background-size: 0px;
}

#txtDataValiditaEppAl.hasDatepicker {
    background: url('images/icons/picker-calendar.png') no-repeat 0% 0%;
    background-size: 0px;
}

.wrap-shadow .small-text {
    font-size: 14px;
    text-transform: lowercase;
}




/* Datepicker */
.ui-datepicker {
    padding: 20px;
    box-sizing: border-box;
    z-index: 9000 !important;
}

    .ui-datepicker .ui-datepicker-header.ui-widget-header {
        background: #f9f9fa;
        border: 0;
        position: relative;
        height: 35px;
    }

        .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-prev {
            position: absolute;
            left: 0;
            top: 5px;
        }

            .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-prev span {
                background-position: -95px 3px;
            }

        .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-next {
            position: absolute;
            right: 0;
            top: 5px;
        }

            .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-next span {
                background-position: -37px 3px;
            }

        .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-title {
            position: absolute;
            top: 6px;
            left: 20px;
            width: calc(100% - 40px);
            text-align: center;
        }

            .ui-datepicker .ui-datepicker-header.ui-widget-header .ui-datepicker-title span {
                font-family: 'BodyFont',sans-serif;
                font-size: 14px;
                line-height: 14px;
                color: #333;
                font-weight: normal;
            }

    .ui-datepicker .ui-datepicker-calendar {
        margin-top: 20px;
    }

        .ui-datepicker .ui-datepicker-calendar th span {
            color: #ea560d;
            font-family: 'BodyFont',sans-serif;
            font-size: 14px;
            line-height: 14px;
            font-weight: normal;
        }

        .ui-datepicker .ui-datepicker-calendar tr td a {
            background: none;
            border: 0;
            padding: 5px;
            font-family: 'BodyFont',sans-serif;
            font-size: 14px;
            line-height: 14px;
            text-align: center;
        }

            .ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active {
                position: relative;
                display: block;
            }

                .ui-datepicker .ui-datepicker-calendar tr td a.ui-state-active:after {
                    content: "";
                    width: 25px;
                    height: 25px;
                    position: absolute;
                    left: 1px;
                    text-align: left;
                    border-radius: 50%;
                    top: -1px;
                    border: 1px solid #ea560d;
                    display: block;
                }

        .ui-datepicker .ui-datepicker-calendar thead {
            border-bottom: 1px solid #f9f9fa;
        }

    .ui-datepicker .ui-datepicker-header.ui-widget-header a.ui-state-hover {
        background: none;
        border: 0;
    }

.ui-widget-content {
    display: none;
    color: #555;
}

/* +++ MODALE MAGAZZINO +++ */
.modal-dialog.modal-dettaglio-prodotto {
    width: 900px;
}

    .modal-dialog.modal-dettaglio-prodotto .modal-header .close {
        margin-top: -10px;
    }

    .modal-dialog.modal-dettaglio-prodotto .wrap-img-promo {
        width: 250px;
        margin: 0 auto;
        position: relative;
        padding: 20px 0;
        min-height: 200px;
    }

    .modal-dialog.modal-dettaglio-prodotto .icon-promo {
        background: url('images/icons/cartoon_offerta.png') center center no-repeat;
        background-size: 60px;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 5px;
        top: 5px;
        z-index: 1;
    }

    .modal-dialog.modal-dettaglio-prodotto .wrap-info-prod p {
        margin: 0;
        color: #ea560d;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .modal-dialog.modal-dettaglio-prodotto .wrap-info-prod p .label-info-prod {
            color: #777;
            font-size: 14px;
            font-weight: normal;
            padding-right: 10px;
        }

    .modal-dialog.modal-dettaglio-prodotto .wrap-info-prod.bg-grey {
        background: #fbfbfb;
        padding: 10px;
    }

    .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine {
        position: relative;
        color: #ea560d;
    }

        .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine:hover, .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine:focus {
            color: #ea560d;
        }

        .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine .ico-ordine {
            width: 30px;
            height: 20px;
            display: inline-block;
            vertical-align: middle;
            background: url(images/icons/menu_ordine_orange.png) left center no-repeat;
            background-size: 16px 18px;
        }

        .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine:hover .ico-ordine,
        .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine:focus .ico-ordine {
            background: url(images/icons/menu_ordine_orange.png) left center no-repeat;
            background-size: 16px 18px;
            color: #ea560d;
        }

        .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine[disabled] {
            opacity: 0.6 !important;
            pointer-events: none !important;
            cursor: not-allowed !important;
            text-decoration: none !important;
        }

            .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine[disabled].selected {
                background: none !important;
            }

                .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine[disabled].selected > a {
                    color: white !important;
                }

                    .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine[disabled].selected > a hr {
                        display: none;
                    }

            .modal-dialog.modal-dettaglio-prodotto .btn-vai-ordine[disabled] a {
                text-decoration: none !important;
                color: white !important;
            }

.modal-dialog.modal-modifica-icona {
    width: 700px !important;
}

    .modal-dialog.modal-modifica-icona .carousel-icone-content {
        box-shadow: 0px 0px !important;
        width: 550px;
        margin: auto;
    }

.modal-body .product-name-detail {
    font-size: 20px;
    line-height: 22px;
    color: #ea560d;
    margin-bottom: 20px;
}

.modal-body .min-order-detail {
    color: #686868;
    font-size: 14px;
}

.modal-body .type-product-detail {
    margin-bottom: 10px;
    font-size: 16px;
}

.modal-body .product-code-detail {
    font-size: 16px;
}

.modal-body .head-box.gray {
    background-color: #F7F7F8;
}

.modal-body .head-box.blue {
    background-color: #0A2243;
}

.modal-body .head-box.gray .title-head-box {
    background-color: #F7F7F8;
}

.modal-body .head-box.blue .title-head-box {
    color: #fff;
    text-transform: capitalize;
}

.modal-body .table-title-head-gray tbody tr:not(.hide):nth-child(odd) {
    background-color: #FFF;
}

.modal-body .table-title-head-gray tbody tr:not(.hide):nth-child(even) {
    background-color: #f9f9fa;
}

.modal-body .table-title-head-gray tbody tr td {
    width: 25%;
}

    .modal-body .table-title-head-gray tbody tr td .small-input {
        width: 70px;
        display: inline-block;
        margin-left: 15px;
    }

    .modal-body .table-title-head-gray tbody tr td.custom-table-width {
        width: 75%;
    }

.modal-body .glyphicon {
    color: #ea560d;
    font-size: 25px;
}

.panelInvioEmail .glyphicon {
    color: #ea560d;
    font-size: 25px;
}

.table-style .select-style.small-select-style,
.table-style .small-form-control {
    width: 80%;
    float: left;
}

.table-style .btn-lens {
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}

.modal-body .btn-lens.btn-text {
    width: 215px;
    text-align: left;
    background-position: center right;
    background-size: 20px 20px;
    margin: 0;
}

.no-border {
    border: none;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.btn-primary.btn-custom {
    margin: auto;
    display: block;
    max-width: 200px;
    text-align: center;
}

.head-box .title-head-box.delete {
    max-width: 260px;
    width: 100%;
    background-position: center right;
}

.modal-body .height-btn {
    height: 42px;
}

    .modal-body .height-btn .wrapper-title {
        line-height: 29px;
    }

        .modal-body .height-btn .wrapper-title span {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.2;
        }

.wrap-shadow.with-margin {
    margin: 20px 5px;
}

.scroll-div {
    height: 435px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.btns-dati {
    margin: 40px 0;
    margin-top: -50px;
}

    .btns-dati .btn-primary {
        margin-left: 40px;
    }

.ui-autocomplete.ui-menu {
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    padding: 10px;
}

    .ui-autocomplete.ui-menu li {
        font-size: 14px;
        color: #555;
        margin-bottom: 2px;
    }

.vertical-align-small-btn-success {
    line-height: 2.2em;
}
/*
div#ordine-tabacco-content {
    height: 475px;
    overflow: scroll;
    margin-bottom: 20px;
}*/
.download-product-list-upload-excel {
    /*line-height: 2.2em;*/
    /*padding-top: 10px;*/
    /*cursor: pointer;*/
    margin-top: 10px;
}

/* Start Home Page */

.homepage-slider {
    padding-bottom: 35px;
}

    .homepage-slider .carousel-indicators {
        bottom: 0;
    }

        .homepage-slider .carousel-indicators li {
            width: 10px;
            height: 10px;
            background-color: rgb(255, 255, 255);
            border: 1px solid #fff;
            margin: 0 5px;
        }

        .homepage-slider .carousel-indicators .active {
            width: 10px;
            height: 10px;
            margin: 0 5px;
            background-color: #ea560d;
            border-color: #ea560d;
        }












    .homepage-slider .carousel-control {
        height: 40px;
        top: 210px;
        width: 30px;
        background: transparent;
        text-shadow: none;
        opacity: 1;
        color: #ea560d;
    }

        .homepage-slider .carousel-control.left {
            left: 0;
        }

        .homepage-slider .carousel-control.right {
            right: 0;
        }

    .homepage-slider .carousel-inner {
        box-shadow: none;
        height: 400px;
    }

        .homepage-slider .carousel-inner > .item > img {
            max-height: none;
        }



.view-message-homepage .title-message-homepage {
    font-size: 34px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .view-message-homepage .title-message-homepage:after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        width: 29px;
        margin: auto;
        border-bottom: 1px solid #ea560d;
    }

.view-message-homepage .date-message-homepage {
    color: #ea560d;
    padding-top: 9px;
}

.view-message-homepage .msg-box-homepage {
    background-color: #F3F3F3;
    color: #686868;
    padding: 20px;
}

.view-message-homepage .link-to-message {
    display: block;
    padding: 12px;
    margin-bottom: 150px;
}

/* End Home Page */
















































































/* Stili V2 */
.form-control {
    height: 32px;
    box-shadow: none;
    border: 1px solid #D7E1E9;
    outline: none;
    font-size: 13px;
}

table.dataTable tr td {
    height: 34px;
    padding: 4px 10px;
    border: none;
    font-size: 12px;
}

    table.dataTable tr td:first-child {
        font-size: 13px;
    }

.sorting_disabled {
    background-image: none !important;
}

.wrap-shadow .body-box {
    background: #F2F2F2;
    padding: 10px;
}

.clear-field {
    position: relative;
    margin-top: 6px;
}

#elencoProdottiTabaccoRiepilogo {
    margin-top: 2px;
    margin-bottom: 2px;
}

    #elencoProdottiTabaccoRiepilogo .header {
        display: none;
    }

    #elencoProdottiTabaccoRiepilogo .wrap-shadow .head-box {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    #elencoProdottiTabaccoRiepilogo tr td {
        height: 24px;
    }

.ico-non-letto {
    background: url('images/icons/ico_tobacco.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.ico-letto {
    background: url('images/icons/ico_battery.png') no-repeat center center;
    background-size: 36px;
    width: 36px;
    height: 36px;
}

.header-navbar ul li a {
    padding: 10px 0;
    text-align: center;
    position: relative;
    display: block;
    color: #FFF;
}

.header-navbar .submenu-list p {
    padding: 0px 30px 0px 30px;
    text-align: left;
    color: #FFF;
    font-size: 13px;
    /*margin-top;*/
}

.header-navbar .submenu-list li a {
    padding: 0px 30px;
    text-align: left;
    color: #FFF;
    font-size: 13px;
    /*margin-top;*/
}

.header-navbar-logista .submenu-content {
    display: none;
    width: 100%;
    height: auto !important;
    position: absolute;
    left: 0;
    /*top:60px;*/
    z-index: 1;
    /*background: #2c2d84;*/
    background: #2c2d84;
    padding: 16px 0;
    /*border-top: 1px solid #CCCCCC;*/
    min-height: 60px;
}

.header-navbar-terzia .submenu-content {
    margin-top: -1px;
    display: none;
    width: 100%;
    height: auto !important;
    position: absolute;
    left: 0;
    /*top:60px;*/
    z-index: 1;
    /*background: #ea560d;*/
    background: #ea560d;
    padding: 16px 0;
    /*border-top: 1px solid #CCCCCC;*/
    min-height: 60px;
}

.header-navbar .item-with-submenu.opened .submenu-content-2 {
    display: none;
}

.header-navbar .submenu-content-2 {
    display: none;
    /*float:left;
    height: auto!important;
    position: absolute;
    left:0;
    top:40px;
    z-index: 1;
    background: #2c2d84;
    padding: 20px 0;*/
}

.header-navbar .submenu-list-2 {
    width: 100%;
    float: left;
}

    .header-navbar .submenu-list-2 li {
        float: none;
        width: 100%;
        opacity: .65;
        filter: alpha(opacity=65);
    }

        .header-navbar .submenu-list-2 li a {
            padding: 4px 30px;
            text-align: left;
            color: #FFF;
            font-size: 13px;
            font-style: italic;
        }

        .header-navbar .submenu-list-2 li:first-child {
            opacity: .65;
            filter: alpha(opacity=65);
            padding-top: 10px;
        }

.header-navbar .submenu-list-2-RAEE li a {
    padding: 4px 30px;
    text-align: left;
    color: #FFF;
    font-size: 13px;
}

.header-navbar .submenu-list-2-RAEE li:first-child {
    padding-top: 5px;
}

.header-navbar .submenu-list-2 li:first-child a:hover {
    color: #EB7418;
}

.header-navbar .submenu-list-2 .evidenziato {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important;
}

    .header-navbar .submenu-list-2 .evidenziato a {
        color: red;
    }

    .header-navbar .submenu-list-2 .evidenziato:first-child {
        opacity: 1.0 !important;
        filter: alpha(opacity=100) !important;
    }

.header-navbar .submenu-list-2 li[disabled] {
    opacity: 0.6 !important;
}

    .header-navbar .submenu-list-2 li[disabled].selected {
        background: none !important;
    }

        .header-navbar .submenu-list-2 li[disabled].selected > a {
            color: white !important;
        }

            .header-navbar .submenu-list-2 li[disabled].selected > a hr {
                display: none;
            }

    .header-navbar .submenu-list-2 li[disabled] a {
        text-decoration: none !important;
        color: white !important;
        cursor: not-allowed !important;
    }



.header-navbar .submenu-list-3 {
    width: 100%;
    float: left;
}

    .header-navbar .submenu-list-3 li {
        float: none;
        width: 100%;
        opacity: .65;
        filter: alpha(opacity=65);
    }

        .header-navbar .submenu-list-3 li:first-child {
            padding-top: 5px;
            opacity: .65 !important;
            filter: alpha(opacity=65) !important;
        }

        .header-navbar .submenu-list-3 li a {
            padding: 4px 30px;
            text-align: left;
            color: #FFF;
            font-size: 13px;
            font-style: italic;
        }

    .header-navbar .submenu-list-3 .evidenziato {
        opacity: 1.0 !important;
        filter: alpha(opacity=100) !important;
    }

        .header-navbar .submenu-list-3 .evidenziato a {
            color: red;
        }

.header-navbar ul li a hr {
    border: none;
    padding: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    /*top: 50%;*/
    right: 0;
    margin: -22px 0 0;
}

.clearer.form-control-feedback {
    background: url(images/icons/clear_input.png) center center no-repeat;
    background-size: 10px 10px;
    height: 34px;
    cursor: pointer;
    line-height: 42px;
    pointer-events: inherit;
}

.form-control.input-table {
    width: 60%;
    display: inline-block;
    padding: 4px;
}

.btn-refresh {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    background: url('images/icons/ico_refresh.png') center center no-repeat;
    background-size: 16px 18px;
    border: none;
    height: 42px;
    padding: 0;
    /*margin: 0 5%;*/
}

    .btn-refresh[disabled] {
        opacity: .25 !important;
        cursor: not-allowed !important;
    }

.dataTables_wrapper table th {
    color: #555 !important;
    font-size: 13px !important;
    padding: 10px 30px 2px 10px !important;
}

.wrap-shadow .head-box {
    padding: 4px 20px;
    background: #FFF;
    border-bottom: 1px solid #D7E1E9;
}

.column-delete {
    margin-top: 0px;
    /*float: left;*/
}

table.dataTable tfoot tr .etichetta {
    font-size: 13px !important;
    color: #555 !important;
    font-weight: bold !important;
    /*float: left;*/
}

table.dataTable tfoot tr .valore {
    font-size: 13px !important;
    color: #555 !important;
    font-weight: bold !important;
    /*float: left;
    margin-left: 4px;*/
}

.wrap-shadow {
    margin: 10px 0 !important;
}

/*.head-box .title-head-box {
    font-size: 13px !important;
}*/

.wrap-shadow {
    box-shadow: 1px 7px 13px -5px #1e4e7b !important;
    border: 1px solid #d7e1e9 !important;
}

.dataTables_wrapper table.dataTable thead .sorting:after,
.dataTables_wrapper table.dataTable thead .sorting_asc:after,
.dataTables_wrapper table.dataTable thead .sorting_desc:after,
.dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    right: 4px !important;
}

#elencoSalesTrend_wrapper table.dataTable thead .sorting:after,
#elencoSalesTrend_wrapper table.dataTable thead .sorting_asc:after,
#elencoSalesTrend_wrapper table.dataTable thead .sorting_desc:after,
#elencoSalesTrend_wrapper table.dataTable thead .sorting_asc_disabled:after,
#elencoSalesTrend_wrapper table.dataTable thead .sorting_desc_disabled:after {
    display: none;
}

table.dataTable tr.odd {
    background: #F2F2F2;
}

table.dataTable tr.orange {
    background: #ea560d;
}

table.dataTable tr td.borderbolddark {
    border-left: 2px solid black;
    font-weight: bold;
}

table.dataTable tr td.borderboldwhite {
    border-left: 2px solid white;
}

.dataTables_scrollFootInner {
    padding-right: 0px !important;
    width: 100% !important;
}

.bg-footer {
    box-shadow: 1px 7px 13px -5px #1e4e7b;
}

.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

.view-message-homepage .link-to-message {
    margin-bottom: 20px !important;
}

    .view-message-homepage .link-to-message[disabled] {
        opacity: .65 !important;
        cursor: not-allowed !important;
    }

.carousel-inner > .item {
    transition: left 0.2s ease-in-out 0s;
}

#eppElencoPrenotazioni tr td {
    height: 22px;
    /*padding: 4px 10px;*/
    padding-top: 10px;
    border: none;
    font-size: 12px;
}

    #eppElencoPrenotazioni tr td:first-child {
        font-size: 12px;
    }

.custom-file-input-file-name {
    height: 42px;
    max-width: 180px;
    /*float: right !important;*/
}

.custom-file-input-file-name-excel {
    height: 42px;
    max-width: 180px;
    background-color: white !important;
    border: none;
    /*float: right !important;*/
}

.custom-file-input-button input {
    float: right;
}

.custom-file-input-button-group {
    /*float: left !important;
    width: 202px;*/
}

.custom-file-input-button {
    float: left !important;
    margin: 0px !important;
    max-width: 100px !important;
}

.custom-file-input-wrapper .custom-file-input-button input[type='file'] {
    width: 100% !important;
    height: 100% !important;
}

.custom-file-input-clear-button {
    float: left !important;
    margin: 0px !important;
    max-width: 100px !important;
    padding-top: 12px !important;
}

.custom-file-input-wrapper {
    /*float: right !important;*/
    width: 100% !important;
    display: inline-block;
}

.condizioni-contratto {
    margin-top: 18px;
    height: 280px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
    padding: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

@media screen, print {

    /*div.printHeader {
        display: block;
        position: fixed;
        top: 0;
        border: 2px solid red; 
        width: 100%;
    }

    div.printFooter {
        display: block;
        position: fixed;
        bottom: 0;
        border: 2px solid green;
    }

    div.printContent {
        float: left;
        margin-top: -84mm;
        padding-top: 50mm;
    }

    div.printContentWrapper {
        position: relative;
        padding-bottom: 12mm;
    }

    .elencoProdottiStampa thead tr {
        height: 40mm;
        vertical-align: bottom;
    }

    .FoglioLGS_Logo {
        float: right;
    }

    .intestazione {
        background-color: Black;
        color: White;
        -webkit-print-color-adjust: exact;
    }*/

    /*tbody {
        display: table-row-group;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }*/

    /*body {
        padding-top: 0px;
        padding-bottom: 0px;
    }*/

    .printHeader {
        height: 90px;
        display: table-header-group;
    }

    .printBody {
        display: table-row-group;
    }

    .printFooter {
        height: 90px;
        display: table-footer-group;
    }

    #printSpacer {
        height: 5em;
        font-size: 9px;
        text-align: justify;
        padding-top: 6px;
        display: table-footer-group;
    }

    #printFooter {
        position: fixed;
        bottom: 0;
        font-size: 9px;
        text-align: justify;
    }

    .print-box {
        width: 15px;
        height: 18px;
        border: 1px solid;
        margin-right: 2px;
        float: left;
        background: white;
        color: Black;
        text-align: center;
    }

    .print-label {
        float: left;
        font-size: 14px;
    }

    .print-text {
        float: left;
        display: inline-block;
        font-size: 14px;
        /*height: 20px;*/
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid;
        margin-left: 5px;
        margin-right: 10px;
        color: black;
    }

    .tabellaMargin {
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        white-space: nowrap;
        width: 96% !important;
        table-layout: fixed;
        margin-top: 10px;
        /*margin-bottom: 10px;*/
    }

        .tabellaMargin div {
            height: 22px;
            margin-top: 2px;
        }

    .elencoProdottiStampa {
        margin-top: 10px;
    }

    .intestazione {
        border: 12px solid #CCCCCC;
        height: 0px;
        color: black;
        -webkit-print-color-adjust: exact;
    }

    .sezione {
        float: left;
        border: 1px solid;
        margin-top: 20px;
        padding-bottom: 10px;
        width: 100%;
    }

    .intestazione-inner {
        float: left;
        margin-top: -10px;
        margin-left: -14px;
        color: black;
        -webkit-print-color-adjust: exact;
    }

        .intestazione-inner span {
            margin-left: 18px;
            font-size: 16px;
            font-weight: bold;
            color: black;
            -webkit-print-color-adjust: exact;
        }

    .elencoProdottiStampa td {
        padding-right: 14px;
    }

        .elencoProdottiStampa td div {
            border: none;
            border-bottom: 1px solid;
            margin-left: 5px;
            margin-right: 10px;
            width: 100%;
            background-color: transparent;
        }

    .elencoProdottiStampa .thCodentify {
        width: 200px !important;
        min-width: 200px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thCodice {
        width: 120px !important;
        min-width: 120px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thCodiceNoWidth {
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thDescrizione {
        width: 100% !important;
        min-width: 100% !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thQuantita {
        width: 90px !important;
        min-width: 90px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thPrezzo {
        width: 90px !important;
        min-width: 90px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thSconto {
        width: 90px !important;
        min-width: 90px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thPrezzoTotale {
        width: 90px !important;
        min-width: 90px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thCodice_Magazzino {
        width: 40px !important;
        min-width: 40px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thDescrizione_Magazzino {
        width: 200px !important;
        min-width: 250px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .thGiacenza_Magazzino {
        width: 70px !important;
        min-width: 70px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }


    .elencoProdottiStampa .thVMG_Magazzino {
        width: 40px !important;
        min-width: 40px !important;
        padding-bottom: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px;
        border: 0px;
        background: none;
    }

    .elencoProdottiStampa .sorting_asc::after {
        content: none !important;
    }
}

@media print {

    body {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    tr {
        page-break-inside: auto !important;
    }
}

/* PAGAMENTI */
#tbl_ElencoPagamenti .sorting_disabled::after {
    background: none;
}

#tableConsegne .sorting_disabled::after {
    background: none;
}

#elencoComponentiProdottoCatalogoTerzia tr td {
    height: 20px;
    font-size: 12px;
}

elencoComponentiProdottoCatalogoTerzia tr td:first-child {
    font-size: 12px;
}

/*#panelPromoTerzia .banner-top {
    background-image: url('../Content/images/icons/banner_offerte_top.jpg');
}

#panelPromoTerzia .banner-all {
    background-image: url('../Content/images/icons/header_offerte.jpg');
}*/

.header-navbar-epp ul li a {
    padding: 10px 0;
    text-align: center;
    position: relative;
    display: block;
    color: #FFF;
}

.header-navbar-epp .submenu-list li a {
    padding: 0px 30px;
    text-align: left;
    color: #FFF;
    font-size: 13px;
}

.header-navbar .item-with-submenu.opened .submenu-content-2 {
    display: none;
}

.header-navbar .submenu-content-2 {
    display: none;
    /*float:left;
    height: auto!important;
    position: absolute;
    left:0;
    top:40px;
    z-index: 1;
    background: #2c2d84;
    padding: 20px 0;*/
}

.header-navbar-epp .submenu-list-2 {
    width: 100%;
    float: left;
}

    .header-navbar-epp .submenu-list-2 li {
        float: none;
        width: 100%;
        opacity: .65;
        filter: alpha(opacity=65);
    }

        .header-navbar-epp .submenu-list-2 li a {
            padding: 4px 30px;
            text-align: left;
            color: #FFF;
            font-size: 13px;
            font-style: italic;
        }

        .header-navbar-epp .submenu-list-2 li:first-child {
            opacity: .65;
            filter: alpha(opacity=65);
            padding-top: 10px;
        }

            .header-navbar-epp .submenu-list-2 li:first-child a:hover {
                color: #EB7418;
            }

.header-navbar .submenu-list-2 li[disabled] {
    opacity: 0.6 !important;
}

    .header-navbar .submenu-list-2 li[disabled].selected {
        background: none !important;
    }

        .header-navbar .submenu-list-2 li[disabled].selected > a {
            color: white !important;
        }

            .header-navbar .submenu-list-2 li[disabled].selected > a hr {
                display: none;
            }

    .header-navbar .submenu-list-2 li[disabled] a {
        text-decoration: none !important;
        color: white !important;
    }

.header-navbar-epp ul li a hr {
    border: none;
    padding: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    position: absolute;
    /*top: 50%;*/
    right: 0;
    margin: -22px 0 0;
}

/*input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.2em;
}

input[type="date"]:focus:before {
    content: "" !important;
}

input[type="date"]:valid:before {
    content: "";
}*/

.collapse-plus.collapsed::after {
    /*top: 9px;*/
    /*left: 4px;*/
    height: 14px;
    width: 14px;
    display: block;
    /*position: absolute;*/
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #2c2d84;
    float: right;
}

.collapse-plus::after {
    height: 14px;
    width: 14px;
    display: block;
    /*position: absolute;*/
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '-';
    background-color: #d33333;
    float: right;
}

.table-style-child {
    width: 100%;
}

    .table-style-child tr {
        border-bottom: 1px solid #d7e1e9;
    }


    .table-style-child tbody tr:not(.hide):nth-child(odd) {
        background: #f9f9fa;
    }

    .table-style-child tbody tr:not(.hide):nth-child(even) {
        background: #FFF;
    }

    .table-style-child th {
        color: #777;
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        border: none;
        padding: 10px;
        vertical-align: top;
    }

    .table-style-child td {
        height: 30px;
        padding-top: 8px;
        padding-bottom: 2px;
        border: none;
        font-size: 14px;
        color: #2c2d84;
    }

    .table-style-child tr td {
        line-height: 15px;
    }

.lbl_TotaleIva {
    color: #ea560d;
    font-size: 16px;
    font-weight: bold;
    margin-left: 3px;
}

.logoTerziaOrdini {
    background: transparent url(images/logo_ordine.png) repeat scroll 0 center;
    height: 50px;
    width: 43px;
}

.txtWarningQuantita {
    color: red;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Riga con Immagine */
.riga-bianca {
    background-color: white !important;
}

.riga-grigia {
    background-color: #F3F3F3 !important;
}

.note-sconto {
    font-style: italic;
    color: #ea560d;
}

/* Riepilogo Ordine Laterale */
.layout-ordine-logista {
    overflow: hidden;
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
}

    .layout-ordine-logista .inner {
        white-space: nowrap;
    }

.layout-ordine-terzia {
    overflow: hidden;
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
}

    .layout-ordine-terzia .inner {
        white-space: nowrap;
    }

.consensi-hide {
    display: none;
    max-height: 100px;
}

.grigliaTerzia-hide {
    margin-left: calc(-100% - 42px);
    margin-left: -webkit-calc(-100% - 42px);
    margin-left: -moz-calc(-100% - 42px);
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
    max-height: 100px;
}

.grigliaTerzia-show {
    margin-left: 0;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}


.riepilogoLaterale-hide {
    display: none !important;
}

.riepilogoLaterale-show {
    display: inline-block !important;
}


.riepilogoLaterale-show-animated {
    display: inline-block !important;
    margin-left: 0;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}

.riepilogoLaterale-hide-0 {
    margin-left: calc(100% + 42px);
    margin-left: -webkit-calc(100% + 42px);
    margin-left: -moz-calc(100% + 42px);
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
    max-height: 100px;
}

.riepilogoLaterale-hide-2 {
    margin-left: calc(-100% - 42px);
    margin-left: -webkit-calc(-100% - 42px);
    margin-left: -moz-calc(-100% - 42px);
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
    max-height: 100px;
}

.riepilogoLaterale-indirizzi-hide {
    margin-left: calc(100% + 42px);
    margin-left: -webkit-calc(100% + 42px);
    margin-left: -moz-calc(100% + 42px);
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
    max-height: 100px;
}

.riepilogoLaterale-indirizzi-show {
    display: inline-block !important;
    margin-left: 0;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}

.riepilogoLaterale {
    float: left;
    /*margin-top: 10px;*/
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
    height: 100%;
}

    .riepilogoLaterale hr {
        height: 2px;
        border-color: #CCCCCC;
        margin-top: 2px;
        margin-bottom: 0px;
    }

    .riepilogoLaterale .header {
        color: #777;
    }

    .riepilogoLaterale .title {
        font-size: 15px;
        font-weight: bold;
        color: black;
        margin-top: 10px;
    }

    .riepilogoLaterale .subtitle {
        font-size: 13px;
        font-weight: bold;
        color: #555;
        margin-top: 10px;
    }

    .riepilogoLaterale .ck-text {
        font-size: 13px !important;
        color: #777;
    }

    .riepilogoLaterale .ck-text-small {
        font-size: 10px;
        color: #777;
    }

    .riepilogoLaterale .label-checkbox[disabled] {
        opacity: 0.5;
    }

    .riepilogoLaterale .ck-icon-xsmall {
        margin-right: 4px !important;
    }

    .riepilogoLaterale .radio-btn {
        margin-top: 2px;
    }

    .riepilogoLaterale .checkbox-btn {
        margin-top: 2px;
    }

    .riepilogoLaterale .table-style td {
        height: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .riepilogoLaterale .totali td {
        color: #777;
        font-style: italic;
        font-size: 13px;
    }

#ddlElencoIndirizziSpedizione {
    float: left;
    width: 96%;
    white-space: normal;
    margin-top: 10px;
    font-size: 11px;
}

    #ddlElencoIndirizziSpedizione option {
        width: 100%;
        white-space: normal;
    }

#ddlElencoPartiteIVA {
    float: left;
    width: 96%;
    white-space: normal;
    margin-top: 10px;
    font-size: 11px;
}

    #ddlElencoPartiteIVA option {
        width: 100%;
        white-space: normal;
    }

#riepilogo-laterale-terzia-left td {
    padding-top: 3px;
    padding-bottom: 3px;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
}
    /* flip the pane when hovered */
    /*.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

    .flip-container:hover .flipper .front, .flip-container.hover .flipper .front {
        display: none;
    }

    .flip-container:hover .flipper .back, .flip-container.hover .flipper .back {
        display: block;
    }*/

    .flip-container.flip .flipper {
        transform: rotateY(180deg);
    }

        .flip-container.flip .flipper .front {
            display: none;
        }

        .flip-container.flip .flipper .back {
            display: block;
        }

.flip-container, .front, .back {
    width: 100%;
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
    display: block;
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    display: none;
}

.indietro {
    border: 0px solid;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    background: url('images/icons/btn_back.png') no-repeat center;
    background-size: 30px 30px;
}

.indietro-blue {
    border: 0px solid;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    background: url('images/icons/btn_back_blue.png') no-repeat center;
    background-size: 30px 30px;
}

.indietro-orange {
    border: 0px solid;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    background: url('images/icons/btn_back_orange.png') no-repeat center;
    background-size: 30px 30px;
}

.data-ultimo-inserimento {
    width: 0px !important;
    height: 0px !important;
    max-width: 0px !important;
    max-height: 0px !important;
    overflow: hidden;
}

.nrChiamateStyle {
    font-weight: 600;
    color: #084196;
    font-size: 15px;
}

#divCarrello {
    font-weight: bold;
    /*background-color: #E59803;*/
    /*border: 1px solid #FFA500;*/
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 5px;
    float: left;
    margin-left: 4px;
}

#liCarrello > a hr {
    display: none;
}

#liCarrelloMenu .menu {
    content: "";
    position: absolute;
    right: 22px;
    top: 14px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid white;
    border-right: 3px solid white;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    cursor: pointer;
}

#elencoProdottiCarrello {
    position: absolute;
    width: 300px;
    top: 30px;
    right: 36px;
    height: 50px;
}

    #elencoProdottiCarrello .inner {
        position: absolute;
        background: #FFF;
        width: 300px;
        /*border: 1px solid #D7E1E9;*/
        border-radius: 6px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 10px 8px;
        top: 14px;
        right: -30px;
        z-index: 100;
        color: transparent;
    }

        #elencoProdottiCarrello .inner:before {
            content: "";
            position: absolute;
            right: 190px;
            top: -9px;
            display: block;
            width: 16px;
            height: 16px;
            border-top: 1px solid #CCC;
            border-right: 1px solid #CCC;
            border-width: 1px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #FFF;
        }

        #elencoProdottiCarrello .inner table {
            border: 0;
        }

    #elencoProdottiCarrello .info {
        background: url('images/icons/ico_information.png') left center no-repeat;
        background-size: 14px;
        display: inline-block;
        vertical-align: middle;
        width: 190px;
        height: 14px;
        text-align: left;
        padding-left: 18px;
        color: #555;
        font-size: 11px;
        font-style: italic;
        margin-top: 4px;
    }

#prodottoInseritoCarrello {
    position: absolute;
    width: 300px;
    top: 34px;
    right: 6px;
    height: 20px;
}

    #prodottoInseritoCarrello .inner {
        position: absolute;
        background: #FFF;
        width: 300px;
        border: 1px solid #D7E1E9;
        border-radius: 6px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.2);
        padding: 10px 15px;
        top: 10px;
        right: 0px;
        z-index: 100;
        color: black;
    }

        #prodottoInseritoCarrello .inner:before {
            content: "";
            position: absolute;
            right: 190px;
            top: -9px;
            display: block;
            width: 16px;
            height: 16px;
            border-top: 1px solid #CCC;
            border-right: 1px solid #CCC;
            border-width: 1px;
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #FFF;
        }

    #prodottoInseritoCarrello .info {
        background: url('images/icons/ico_information.png') left center no-repeat;
        background-size: 14px;
        display: inline-block;
        vertical-align: middle;
        width: 190px;
        height: 14px;
        text-align: left;
        padding-left: 18px;
        color: #555;
        font-size: 11px;
        font-style: italic;
        margin-top: 4px;
    }


.offerta-popover {
    max-width: 400px;
}

.offerta-popover-title {
    width: 100%;
    color: #ea560d;
    font-weight: bold;
}

.offerta-nota {
    text-decoration: underline;
    color: #ea560d;
}

    .offerta-nota:focus {
        color: #ea560d;
    }

.offerta-content {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    width: 100%;
}

.offerta-content-prodotto {
    display: inline-block;
    color: #ea560d;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    text-decoration: underline;
}


#grigliaTerzia #prodottiRaccomandati .carousel-inner {
    box-shadow: none;
    height: 380px;
}

#grigliaTerzia #prodottiRaccomandati .carousel-control.left {
    left: -18px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

#grigliaTerzia #prodottiRaccomandati .carousel-control.right {
    right: -18px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

#grigliaTerzia #prodottiRaccomandati .col-md-3 {
    width: 25%;
}

#grigliaTerzia #prodottiRaccomandati .wrap-info-prod p {
    font-size: 11px;
}

#grigliaTerzia #prodottiRaccomandati .label-info-prod {
    font-size: 12px;
}

#grigliaTerzia #prodottiRaccomandati .label-info-prod-small {
    font-size: 10px;
}

#grigliaTerzia #prodottiRaccomandati .carousel-indicators {
    bottom: 0px;
}

    #grigliaTerzia #prodottiRaccomandati .carousel-indicators li {
        border: 1px solid #ea560d;
    }


#grigliaTerzia #prodottiRaccomandati .grid-layout .item {
    padding: 12px;
}

    #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content {
        float: left;
        background-color: white;
        box-shadow: 0px 0px 12px -3px #1e4e7b !important;
    }

        #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content:hover {
            box-shadow: 0px 0px 12px -5px #ea560d !important;
        }

        #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header {
            overflow: hidden;
            width: 100%;
            height: 38px;
        }

            #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header .consulta-offerta {
                float: left;
                width: 100%;
                height: 100%;
                background-color: #ea560d;
                border: 0px;
            }

                #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header .consulta-offerta span {
                    float: left;
                    text-align: center;
                    color: white;
                    margin-top: 4px;
                    margin-left: 18px;
                }

            #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header .ico-gift {
                float: left;
                background: url('~/Content/images/icons/ico_gift.png') center center no-repeat;
                background-size: 24px;
                width: 24px;
                height: 24px;
                margin-left: 4px;
            }

.ico-gift_72x72 {
    background: url('images/icons/icona_gift_72x72.png') no-repeat center center;
    background-size: 30px;
    width: 36px;
    height: 36px;
}

.ico-tpremium_72x72 {
    background: url('images/icons/TerziaPremium2022.png') no-repeat center center;
    background-size: 30px;
    width: 36px;
    height: 36px;
}

#grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown {
    position: absolute;
    overflow: hidden;
    background-color: #ea560d;
    opacity: 0.8;
    color: white;
    width: calc(100% - 26px);
    width: -webkit-calc(100% - 26px);
    width: -moz-calc(100% - 26px);
    z-index: 2;
    text-align: justify;
    font-weight: bold;
}

    #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown span {
        float: left;
        max-height: 0px;
        -webkit-transition: max-height 0.6s;
        transition: max-height 0.6s;
        font-size: 13px;
        padding-left: 8px;
        padding-right: 8px;
    }

    /*#grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown .elenco-offerte {
                display: inline-block;
                max-height: 200px;
                overflow-y: auto;
                overflow-x: hidden;
                margin-top: 10px;
                width: 100%;
            }*/

    #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown .elenco-offerte {
        display: inline-block;
        color: white;
        font-weight: normal;
        font-style: italic;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        text-decoration: underline;
        max-height: 102px;
        overflow-y: auto;
        margin-top: 8px;
        margin-bottom: 4px;
    }

        #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown .elenco-offerte ul {
            margin-top: 0px;
            margin-bottom: 0px;
            list-style-type: none;
            margin-left: 0px;
            padding-left: 8px;
            text-align: left;
        }

        #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown .elenco-offerte li {
            margin-top: 0px;
            max-width: 96%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .header-slidedown .elenco-offerte a {
            color: white;
        }

#grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .body {
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

    #grigliaTerzia #prodottiRaccomandati .grid-layout .item .content .body .denominazione {
        overflow: hidden;
        text-align: center;
        width: 100%;
        height: 30px;
        font-size: 13px;
        line-height: 15px;
        color: #ea560d;
    }

#grigliaTerzia #prodottiRaccomandati .wrap-info-prod {
    overflow: hidden;
    text-align: center;
    min-height: 60px;
    /*padding-top: 12px;*/
}

    #grigliaTerzia #prodottiRaccomandati .wrap-info-prod p {
        margin: 0;
        color: #ea560d;
        /*font-size: 14px;*/
        font-size: 12px;
        font-weight: bold;
    }

#grigliaTerzia #prodottiRaccomandati .label-info-prod {
    color: #777;
    /*font-size: 14px;*/
    font-size: 12px;
    font-weight: normal;
}

.header-slidedown-placeholder {
    max-width: 100%;
}

/* Prenotazione prodotti Terzia */
.layout-prenotazioni-terzia {
    overflow: hidden;
    margin-left: -10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
}

    .layout-prenotazioni-terzia .inner {
        white-space: nowrap;
    }

.comma-separated {
    display: flex;
    display: -webkit-flex;
}

    .comma-separated > span + span:before {
        content: ", ";
    }

.trafficLight {
    margin-top: -3px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    align-content: center;
    /* width: 0px; */
    /* height: 0px; */
    float: right;
}


.trafficLightCoupon {
    margin-top: -3px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    align-content: center;
    /* width: 0px; */
    /* height: 0px; */
    white-space: nowrap;
}

.trafficLightVoucher {
    margin-top: -3px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    align-content: center;
}

.counterVoucherDot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    margin-left: 6px;
}

.counterPagamentiRosso {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-image: url('images/icons/ico_notifica.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    color: white;
}

.counterPagamentiGiallo {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-image: url('images/icons/ico_notifica_giallo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    color: white;
}

.counterPagamentiTrasparente {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    color: white;
}

.counterPrenotazioni {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    /*background-image: url('images/icons/ex_mark_white.png');*/
    background-image: url('images/icons/ico_notifica.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    color: white;
    /*background-color: red;
    border-radius: 20px;*/
}

.counterVoucher {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff0000;
}


.counterPrenotazioniAgenti {
    height: 24px;
    width: 24px;
    padding-top: 1.5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    border-color: #ea560d;
    font-weight: bold;
}

.lampOrange {
    height: 28px;
    width: 28px;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    border-color: darkorange;
    background-color: darkorange;
    padding-top: 3px;
    font-weight: bold;
    font-size: small;
    color: white;
}

.lampYellow {
    height: 28px;
    width: 28px;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    border-color: #ffd11a;
    background-color: #ffd11a;
    padding-top: 3px;
    font-weight: bold;
    font-size: small;
    color: white;
}

.lampGreen {
    height: 28px;
    width: 28px;
    border-style: solid;
    border-width: 2px;
    border-radius: 25px;
    border-color: green;
    background-color: green;
    padding-top: 3px;
    font-weight: bold;
    font-size: small;
    color: white;
}

.flagAddOrdine {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url('images/icons/ico_evaso.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.shakeprenotazioni {
    width: 100%;
    height: 100%;
    -webkit-animation: shake 0.1s ease-in-out 0.1s infinite alternate;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: rotate(2deg);
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-2deg);
    }
}

.blinkprenotazioni {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: steps(1, start);
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: steps(1, start);
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: steps(1, start);
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }

    50% {
        background-color: #f19c5b;
        /*background-image: url('images/icons/ex_mark_red.png');
        background-color: white;*/
    }

    100% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }
}

@-webkit-keyframes blinker {
    0% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }

    50% {
        background-color: #f19c5b;
        /*background-image: url('images/icons/ex_mark_red.png');
        background-color: white;*/
    }

    100% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }
}

@keyframes blinker {
    0% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }

    50% {
        background-color: #f19c5b;
        /*background-image: url('images/icons/ex_mark_red.png');
        background-color: white;*/
    }

    100% {
        background-color: none;
        /*background-image: url('images/icons/ex_mark_white.png');
        background-color: red;*/
    }
}
/* Prenotazione prodotti Terzia */

.popover-info {
    display: block;
    z-index: -100 !important;
    margin-top: 10px;
}


/* MAGAZZINO [CM] */

.btn-primary-cerca, .btn-secondary-ncerca {
    width: 90px;
    height: 125px;
    font-family: Untitled-Bold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    line-height: 15px;
}

.searchIcon {
    background-image: url('images/icons/ico_search.png') !important;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-position-x: center
}

.searchText {
    padding-top: 50px;
}

.box-search-magazzino {
    width: 52% !important;
}

.box-search-magazzino-rider {
    width: 100%;
}

.box-buttons-magazzino {
    width: 46% !important;
    padding-top: 1px !important;
}

.box-buttons-magazzino-panel {
    width: auto;
    padding-top: 5px;
}

.body-box-magazzino {
    width: 300px;
    height: 100px;
}

.body-box-gen {
    width: 184px;
    height: 56px;
    background: none repeat scroll 0% 0% rgb(242, 242, 242);
    padding: 10px;
    border-radius: 6px !important;
}

/*.body-box-others {
    font-family: BodyFont, sans-serif;
    font-size: 12px;
    color: #ea560d;
    letter-spacing: 0;
    line-height: 14px;
}*/

.body-box-others {
    font-family: Untitled-Bold;
    font-size: 12px;
    color: #ea560d;
    letter-spacing: 0;
    line-height: 14px;
}

.body-box-rider {
    font-family: Untitled-Regular;
    font-size: 12px;
    color: #595959;
    background-color: #D9D9D9;
    letter-spacing: 0;
    line-height: 14px;
}

.body-box-insRap {
    font-family: Untitled-Medium, sans-serif;
    font-size: 15px;
    color: #ea560d;
    letter-spacing: 0.34px;
    line-height: 15px;
    border: none;
    text-transform: uppercase;
    height: 36px;
    padding-left: 0px;
}

.accedi_modalarchivio {
    color: black;
}

    .accedi_modalarchivio:hover {
        cursor: pointer;
    }



.btn-lettore-rounded {
    background: url('images/icons/ico_insert.png') no-repeat right center;
    background-size: 36px;
}


.testoTipProdotto {
    font-family: Untitled-Medium, sans-serif;
    font-size: 17px;
    color: #ea560d;
}


.testoRadio {
    font-family: Untitled-Medium, sans-serif;
    font-size: 15px;
    color: #ea560d;
}

.radioStyle {
    border: 2px solid #ea560d;
    box-shadow: inset 2px 1px 0 0 rgba(202,101,28,0.50), inset 1px 2px 0 0 rgba(202,101,28,0.50);
    border-radius: 5px;
}


#div_rbTipoProdoto input[type=radio].checkbox + label.label-checkbox span.ck-icon {
    border-radius: 5px;
    border-width: 3px;
}

#div_rbTipoProdoto input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_black.png') !important;
    border-radius: 5px;
    border-width: 3px;
    background-size: 18px 17px;
}

#tbl_FlagPersonalizzabili input[type=checkbox].checkbox + label.label-checkbox span.ck-icon {
    border-radius: 5px;
    border-width: 3px;
}

#divInformativaPrivacy input[type=radio].checkbox + label.label-checkbox span.ck-icon,
#divTerminiCondizioni input[type=radio].checkbox + label.label-checkbox span.ck-icon {
    border-radius: 5px;
    border-width: 3px;
}

#divInformativaPrivacy input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon,
#divTerminiCondizioni input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_black.png') !important;
    border-radius: 5px;
    border-width: 3px;
    background-size: 18px 17px;
}

#divInformativaPrivacy input[type=radio].checkbox:disabled + label.label-checkbox span.ck-icon,
#divTerminiCondizioni input[type=radio].checkbox:disabled + label.label-checkbox span.ck-icon {
    background-color: #DDDDDD;
}

#tbl_FlagPersonalizzabili input[type=checkbox].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_black.png') !important;
    border-radius: 5px;
    border-width: 3px;
    background-size: 18px 17px;
}

#tbl_TipologiaVendita input[type=radio].checkbox + label.label-checkbox span.ck-icon {
    border-radius: 5px;
    border-width: 3px;
}

#tbl_TipologiaVendita input[type=radio].checkbox:checked + label.label-checkbox span.ck-icon {
    background-image: url('images/icons/ico_checkbox_black.png') !important;
    border-radius: 5px;
    border-width: 3px;
    background-size: 18px 17px;
}

.removePadding {
    padding: 0px;
}

.btn-detailProd {
    /*background: url('images/icons/ico_detailProd.png') no-repeat center center;*/
    background-image: url('images/icons/ico_prod_detail.png') !important;
    background-size: 30px 20px;
    width: 30px;
}

.btn-rider-rif {
    background-image: url('images/icons/icon_includi_verde.png') !important;
    background-size: 40px 35px;
    width: 30px;
}

.btn-rider-sca {
    background-image: url('images/icons/icon_escludi_arancio.png') !important;
    background-size: 40px 35px;
    width: 30px;
}

.btn-ao-procedi {
    height: 32px !important;
    max-width: 200px !important;
}

.btn-ao-assegna {
    height: 36px !important;
}

.chk-ao-pianificazione {
    padding-left: 10px;
    padding-right: 6px;
    font-weight: bold;
}

td.details-control {
    background-image: url('images/icons/icon_includi_verde.png') !important;
    background-size: 40px 35px;
    width: 30px;
}

tr.details td.details-control {
    background-image: url('images/icons/icon_escludi_arancio.png') !important;
    background-size: 40px 35px;
    width: 30px;
}

.anagrafica_areeservite_cont {
    background-color: #ECF0F1;
    max-height: 100px;
    overflow-y: auto;
}

.anagrafica_areeservite {
    display: inline-block;
    background-color: #E8E2E2;
    border: 1px solid #807A7A;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 5px
}

#sceltaIcone {
    min-height: 130px;
}

.ChangeIcon-img {
    background-repeat: no-repeat;
    border-radius: 50px;
    background-size: 45px 45px;
    background-position: center;
    width: 50px;
    height: 50px;
    border: 1px solid #b8bbbe;
    cursor: pointer;
    margin: 5px;
    background-color: lightgray;
}

.ChangeIcon-rd {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .ChangeIcon-rd:checked + img.ChangeIcon-img {
        border: 3px solid #ea560d;
    }

.title-background {
    background: #DDDDDD;
    height: 45px;
    display: table;
    overflow: hidden;
    width: 100%
}

.title-head-areeVend {
    font-family: Untitled-Bold;
    font-size: 15px;
    color: #595959;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.title-head-areaFornitori {
    font-family: Untitled-Bold;
    font-size: 15px;
    color: #595959;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}

.elem-areee-vend-testo {
    font-family: Untitled-Bold;
    font-size: 15px;
    color: #595959;
    letter-spacing: 0;
    text-transform: uppercase;
}


.testo-prodottiassociati {
    font-family: Untitled-Bold;
    font-size: 14px;
    color: #ea560d;
    letter-spacing: 0.17px;
    float: left;
    padding-bottom: 10px;
    white-space: nowrap;
}

.testo-areavendita-prodottiassociati {
    font-family: Untitled-Bold;
    font-size: 14px;
    color: #ea560d;
    letter-spacing: 0;
    text-transform: uppercase;
    float: left;
    padding-left: 3px;
    padding-bottom: 15px;
    white-space: nowrap;
}


/*popup: */
.modal-areeavendita {
    width: 1142px;
    height: 597px;
    background: #FFFFFF;
    box-shadow: 0 3px 11px 0 rgba(0,0,0,0.50);
}


.select-style-height30 {
    height: 30px;
}

.testo-head-magazzino-uppercase {
    text-transform: uppercase;
    font-family: Untitled-Medium, sans-serif;
    font-size: 11px;
    color: #595A5C;
    letter-spacing: 0.46px;
}

/* EREDITARIETA' CLASSI BUTTON */

.btn-checkbox.btn-checkbox-gray {
    background: url(images/icons/btn_checkbox_gray.png) no-repeat left center;
}

.btn-checkbox.selected.btn-checkbox-gray.selected {
    background: url(images/icons/btn_checkbox_gray_active.png) no-repeat left center;
}

.testo-touppercase {
    text-transform: uppercase;
}

.scroll-div.elenco-aree-vend-div {
    height: 552px;
}

.panelTopMagazzino {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 0 #ADADAD;
    float: left;
    margin: 5px;
    width: 180px;
}

.navImpostazioni > li.active > a,
.navImpostazioni > li.active > a:hover,
.navImpostazioni > li.active > a:focus {
    background-color: inherit !important;
    color: #ea560d !important;
}

.navImpostazioni > li.active,
.navImpostazioni > li.active,
.navImpostazioni > li.active {
    border: 2px solid #ea560d !important;
}

.scroll-div.scroll-height {
    height: 485px;
}


.testo-modal-head-magazzino {
    font-family: Untitled-Bold;
    font-size: 18px;
    color: #595959;
    letter-spacing: 0;
}



.wrap-shadow.removeMarginTop {
    float: left;
    margin-top: 0px !important;
    width: 100% !important;
}

.modal-header.modal-header-override {
    background-color: white !important;
}


.delete_plus_magazzino {
    background: url('images/icons/ico_delete_gray.png') no-repeat center center;
    width: 30px;
    height: 30px;
    border: none;
}

.body-box.body-box-filtri {
    float: left;
    background-color: #fff;
    width: 100%;
}


.modal-title.modal-title-info {
    text-align: center;
}



/* END MAGAZZINO [CM] */

/* nuova modale assenza pagamento [gm] */

.warning-pagamento {
    /*display: inline-block;*/
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(images/ico_alert_transparent.png) center center no-repeat;
    background-size: 50px 50px;
    float: left;
}

.testo-pagamento {
    width: 300px;
    text-transform: uppercase;
}

.small-text-pagamento {
    font-size: 75%;
}
/* fine [gm] */


/* fix modale modelli ordine spostata rispetto a modale attenzione modifica ordine */
#panelOrdineCaricaModelli {
    margin-left: 15px;
}

#panelDettaglioSostituzione .modal-dialog {
    width: 1030px;
}

#panelDettaglioSostituzione .modal-content {
    width: 1030px;
}

#panelOrdineInevaso .modal-dialog {
    width: 1030px;
}

#panelOrdineInevaso .modal-content {
    width: 1030px;
}

#ordine-inserimento .title-text {
    float: left;
    margin-top: 10px;
}

.btn-vendita-prodotto {
    display: none;
    float: left;
    width: 160px;
    height: 36px;
    background-color: #D4D5D8;
    box-shadow: 1px 1px 1px 0px #ADADAD;
    margin-left: 10px;
    border: 0px;
    color: #333;
}

    .btn-vendita-prodotto.in {
        float: left;
        width: 160px;
        height: 36px;
        background-color: #0F2538;
        box-shadow: 1px 1px 1px 0 #15334E;
        margin-left: 10px;
        border: 0px;
        color: white;
    }

/* 04/07/2018 Luca Pao modifica gestione GDPR */
.tblGDPR {
    border-collapse: collapse;
    border: 1px solid #c6c6c6;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    display: table;
    word-wrap: break-word;
}

    .tblGDPR td {
        vertical-align: top;
        padding: 7px 5px 6px;
        box-sizing: border-box;
        display: table-cell;
    }
/* 04/07/2018 Luca Pao fine modifica gestione GDPR */

#panelOrdineInevaso .modal-dialog {
    width: 700px;
}

#panelOrdineInevaso .modal-content {
    width: 700px;
}

/* Animazione Feedback Ordine */
.ordine-feedback-riepilogo-hide {
    margin-left: -584px;
    /*-webkit-transition: margin-left 1s;
    transition: margin-left 1s;*/
}

.ordine-feedback-riepilogo-show {
    margin-left: 0;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}

.ordine-feedback-info-hide {
    display: none !important;
}

.ordine-feedback-info-show {
    display: inline-block !important;
}

/* MAGAZZINO [CM] */

.btn-primary-cerca, .btn-secondary-ncerca {
    width: 90px;
    height: 125px;
    font-family: Untitled-Bold;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.34px;
    line-height: 15px;
}

/* Desktop and landscape tablets */
@media (max-width: 1199px) {
    .responsive-invisible {
        display: none !important;
    }

    .responsive-radio-btn {
        width: 100% !important;
    }

    .responsive-datatable-descrizione {
        width: 200px !important;
        word-wrap: break-word !important;
        display: inline-block !important;
    }

    .dataTables_wrapper table th {
        padding: 15px 10px 2px !important;
    }

    .dataTables_wrapper table.dataTable thead .sorting:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc:after,
    .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
    .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
        display: none !important;
    }

    .modal-dialog.modal-dettaglio-prodotto {
        width: 800px !important;
    }

    input[type=checkbox] {
        visibility: hidden !important;
    }

    #checkPresaVisioneLogista,
    #checkConsensoLogista,
    #checkNonConsensoLogista,
    #checkPresaVisioneLogistaRetail,
    #checkConsensoLogistaRetailMarketingStandard,
    #checkNonConsensoLogistaRetailMarketingStandard,
    #checkConsensoLogistaRetailMarketingProfilato,
    #checkNonConsensoLogistaRetailMarketingProfilato,
    #checkConsensoLogistaRetailTerzeParti,
    #checkNonConsensoLogistaRetailTerzeParti {
        visibility: visible !important;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media (max-width: 1112px) {
    .note-sconto {
        text-align: right;
    }

    .top-header .loyalty .ico-premium-shop {
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 45px;
        background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
        background-size: auto;
        background-size: 45px 45px;
        margin-top: 6px;
    }
}

.top-header .greenbox .ico-greenbox {
    width: 51px;
    height: 51px;
    background: url(images/icons/ico-greenbox.png) center center no-repeat;
    background-size: auto;
    background-size: 51px 51px;
    margin-top: 7px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 1024px) {

    .searchText {
        padding-top: 0px !important;
    }

    .searchIcon {
        background-image: none !important;
    }

    .box-search-magazzino {
        width: 40% !important;
        padding-top: 1px !important;
    }

    .box-buttons-magazzino {
        width: 59% !important;
    }

    .box-buttons-magazzino-panel {
        width: auto !important;
        padding-top: 0px !important;
    }

    .panelTopMagazzino {
        margin-top: 0px !important;
    }

    .btn-primary-cerca, .btn-secondary-ncerca {
        height: 50px !important;
        width: 190px !important;
    }

    .body-box-others {
        margin-top: -3px !important
    }

    .body-box-gen {
        height: 50px !important;
    }

    #div_MagazzinoPrimoBox .col-sm-8, .col-md-8, .col-lg-8, .col-sm-4, .col-md-4, .col-lg-4 {
        width: 100% !important;
    }

    #div_MagazzinoSecondoBox .col-sm-8, .col-md-8, .col-lg-8, .col-sm-4, .col-md-4, .col-lg-4 {
        width: 100% !important;
    }

    .table-style.half-column tr td {
        width: 5% !important;
    }

    .modal-areeavendita {
        width: 1024px !important;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media (max-width: 834px) {

    .top-header .loyalty .ico-premium-shop {
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 45px;
        background: url(images/icons/TerziaPremium2022.png) center center no-repeat;
        background-size: auto;
        background-size: 45px 45px;
        margin-top: 7px;
        margin-left: 380px !important;
    }

    .top-header .loyalty {
        float: left;
        color: #333;
        /*margin-top: 10px;*/
        margin-top: 3px;
        width: 0px;
    }

    .top-header .greenbox {
        float: left;
        margin-top: 3px;
        width: 0px;
    }

    .top-header .loyalty .testo {
        float: left;
        margin-top: 34px;
        margin-left: 413px;
        line-height: 95%;
        white-space: nowrap;
        font-size: 12px;
    }

    .top-header .email-notify {
        display: inline-block;
        width: 12%;
        vertical-align: middle;
        text-align: left;
        margin-top: 5px;
        padding-left: 0px;
    }

    .top-header .message-top {
        margin: -2px 0 10px -50px;
    }

    /*.tab-header ul li {
        height: 80px;
    }

    .top-header {
        height: 80px;
    }*/
}

/* Landscape phones and portrait tablets */
@media (max-width: 800px) {

    .epp-out-boundary-span {
        position: absolute;
        left: 70px;
        font-weight: bold;
        color: red;
        margin-top: -17px;
    }

    .panelTopMagazzino {
        width: 130px !important;
    }

    .body-box-gen {
        height: 45px !important;
        padding-top: 5px !important;
    }

    .body-box-others {
        margin-top: 0px !important;
    }

    .modal-dialog.modal-dettaglio-prodotto {
        width: 800px !important;
    }

    .modal-dialog.modal-dettaglio-prodotto-CBILL {
        width: 800px !important;
        margin-left: 20px !important;
    }

    .modal-dialog.modal-nuovo-prodotto-magazzino {
        width: 800px !important;
    }

    .modal-dialog.modal-modifica-icona {
        width: 700px !important;
    }

    .modal-dialog.modal-dettaglio-prodotto-magazzino-terzia {
        width: 800px !important;
    }

    .modal-areeavendita {
        width: 800px !important;
    }

    .btn-primary-cerca, .btn-secondary-ncerca {
        height: 45px !important;
        width: 140px !important;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {

    /*body {
        padding-top: 100px;
    }*/

    .modal-dialog.modal-dettaglio-prodotto {
        width: 768px !important;
    }

    .modal-dialog.modal-nuovo-prodotto-magazzino {
        width: 768px !important;
    }

    .modal-dialog.modal-modifica-icona {
        width: 700px !important;
    }

    .modal-dialog.modal-dettaglio-prodotto-magazzino-terzia {
        width: 768px !important;
    }

    .modal-areeavendita {
        width: 768px !important;
    }

    .btn-primary-cerca, .btn-secondary-ncerca {
        height: 45px !important;
        width: 140px !important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

    html {
        overflow-x: hidden;
    }

    body {
        padding-top: 80px;
        /*overflow-x: hidden;*/
    }

    /*[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }*/

    .modal .btn-primary, .modal .btn-secondary, .modal .btn-default, .modal .btn-success, .modal .btn-danger {
        margin-top: 10px !important;
        height: 30px !important;
        font-size: 12px !important;
    }

    .form-control {
        height: 30px !important;
        font-size: 11px !important;
    }

        .form-control.hasclear {
            padding-right: 26px !important;
        }

    .head-box .title-head-box {
        font-size: 11px !important;
    }

    .wrap-shadow .head-box {
        padding: 4px 10px !important;
    }

    .wrap-shadow .body-box {
        padding-top: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-navbar-epp ul li a {
        padding: 6px 0 !important;
    }

    .ico-insert {
        background-size: 24px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .ico-tobacco {
        background-size: 24px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .msg-empty-table {
        font-size: 12px !important;
    }
}

@media (max-width: 376px) {

    #ordine-pdsHeader {
        font-size: 12px !important;
    }

    #tabNGPHeader {
        font-size: 12px !important;
    }

    #tabTabaccoHeader {
        font-size: 12px !important;
    }
}


.panelJakalaShared {
    color: black !important;
    width: 460px !important;
    height: 328px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 18px 0px rgba(30,33,29,0.5) !important;
    border: none !important;
}

.image-panelJakalaShared {
    display: table-cell;
    width: 122px;
    height: 328px;
    float: left;
    border-radius: 5px 0px 0px 5px !important;
}

.bold {
    font-weight: bold;
}

.content-panelJakalaShared {
    display: table-cell;
    width: 338px;
    height: 328px;
    border-radius: 0px 5px 5px 0px !important;
}

.headerJakalaShared {
    padding-top: 80px !important;
    padding-left: 52px !important;
    padding-bottom: 0px !important;
    font-family: roboto_slabbold;
    font-size: 20px !important;
    color: #ea560d !important;
}

.bodyJakalaShared {
    padding-top: 18px !important;
    padding-left: 52px !important;
    padding-bottom: 0px !important;
    font-family: roboto_slabregular !important;
    font-size: 12px !important;
    color: #333333 !important;
}


.footerJakalaShared {
    padding-top: 32px !important;
    padding-left: 52px !important;
    text-align: unset !important;
}

.ckBodyJakalaShared {
    padding-top: 50px !important;
}

.ckTextJakalaShared {
    font-family: roboto_slabregular !important;
    font-size: 10px !important;
    color: #333333 !important;
    text-decoration: underline !important;
}

.ckIconJakalaShared {
    width: 14px !important;
    height: 14px !important;
    border-width: 1.5px !important;
    border-color: #a7a7a7 !important;
    border-radius: 3px !important;
    margin-left: 0px !important;
}

.closeJakalaShared {
    font-size: 24px !important;
    color: #ea560d;
    margin-top: -70px !important;
}

.multiselectDropdown {
    background-color: white;
    border: 1px solid #D7E1E9;
    height: 32px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.body-logista #launcher {
    display: none;
}

.ico-logo-logista {
    background: url('images/Login/Logista.png') no-repeat center center;
    background-size: 154px 80px;
    width: 154px;
    height: 89px;
    border: 0;
}

.ico-consensi-logista {
    background: url('images/Login/Logista.png') no-repeat center center;
    background-size: 60px 30px;
    width: 60px;
    height: 30px;
    border: 0;
}

.ico-consensi-retail {
    background: url(images/icons/logo-logista-retail-footer.png) center center no-repeat;
    background-size: 95px 55px;
    width: 95px;
    height: 55px;
    border: 0;
}

table.datatable-multi-row tr td {
    font-size: 12px !important;
}

    table.datatable-multi-row tr td:first-child {
        font-size: 12px !important;
    }

table.datatable-multi-row thead > tr > th.sorting_disabled,
table.datatable-multi-row thead > tr > th.sorting_asc,
table.datatable-multi-row thead > tr > th.sorting_desc,
table.datatable-multi-row thead > tr > th.sorting,
table.datatable-multi-row thead > tr > td.sorting_asc,
table.datatable-multi-row thead > tr > td.sorting_desc,
table.datatable-multi-row thead > tr > td.sorting {
    padding: 10px !important;
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
}

table.datatable-multi-row thead > tr > th.hiddenTop {
    border-top-width: 0px;
    text-align: center;
}

table.datatable-multi-row thead > tr > th.header {
    font-size: 11px !important;
    text-align: center;
    background-color: #2c2d84;
    color: white !important;
    padding: 5px !important
}

table.datatable-multi-row thead > tr > th > a {
    margin: 0px !important;
    display: inline-block;
    float: right
}

table.datatable-multi-row tbody > tr > td.hidden {
    border-width: 0px;
    padding: 0px;
}

table.datatable-multi-row tbody > tr > td.textCenter {
    text-align: center;
}

table.datatable-multi-row tbody > tr > td.textRight {
    text-align: right;
}

table.datatable-multi-row.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

/*.restyle-mobile .header-page.premium {
    display: none;
}*/

@media only screen and (max-width: 576px) {
    .restyle-mobile .header-page.premium {
        align-items: center;
    }
}


/* Store Locator */

#mapDetail {
    height: 100%;
}

    #mapDetail .gm-control-active.gm-fullscreen-control {
        display: none;
    }

    #mapDetail .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        display: none;
    }

#panelInfo .store-box-header {
    height: 8px;
    text-align: center;
}

    #panelInfo .store-box-header .row {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    #panelInfo .store-box-header .btn-group .btn {
        height: 25px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        position: relative;
    }

        #panelInfo .store-box-header .btn-group .btn:focus {
            outline: 0 !important;
            box-shadow: none !important;
        }

        #panelInfo .store-box-header .btn-group .btn img {
            width: 12px;
            height: 12px;
            object-fit: contain;
        }

    #panelInfo .store-box-header .btn-group .title-button {
        font-family: Barlow;
        font-size: 10px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #0064A6;
        margin-left: 8px;
    }

        #panelInfo .store-box-header .btn-group .title-button:after {
            content: ' ';
            display: block;
            height: 1px;
            border: solid 1px #0064A6;
            margin-top: 2px;
        }

#panelInfo .store-box-info {
}

    #panelInfo .store-box-info .general {
        padding: 5px 12px;
    }

        /*#panelInfo .store-box-bg {
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: url('images/info_bg.svg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 130%;
    bottom: 0px;
}*/

        #panelInfo .store-box-info .general .tabaccheria {
            float: left;
            margin-top: 12px;
            margin-left: 10px;
            display: inline-block;
            width: 100%;
            font-family: Barlow;
            font-size: 10px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            color: #3B4D59;
        }

        #panelInfo .store-box-info .general .indirizzo {
            float: left;
            margin-top: 8px;
            margin-left: 10px;
            display: inline-block;
            width: 100%;
            font-family: Barlow;
            font-size: 9px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            color: #556671;
            max-height: 40px;
            white-space: normal;
            overflow-y: hidden;
        }

        #panelInfo .store-box-info .general .distance {
            float: left;
            padding: 6px 15px;
            width: 100px;
            height: 25px;
            opacity: 0.87;
            border-radius: 15px;
            background-color: #0064A6
        }

            #panelInfo .store-box-info .general .distance .distance-label {
                font-family: Barlow;
                font-size: 9px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #FFFFFF;
                margin-left: 10px;
            }

        #panelInfo .store-box-info .general .distance-icon {
            width: 18px;
            margin-left: 10px;
        }

        #panelInfo .store-box-info .general .services-icon-preview {
            width: 12px;
            margin-left: 10px;
        }

        #panelInfo .store-box-info .general .distance-text {
            color: #3b4d59;
            font-size: 1.4rem;
            display: inline-block;
            margin-left: 10px;
        }

#panelInfo #txt-distance-icon {
    font-size: 9px;
    font-weight: bold;
}

#panelInfo .store-box-info .general .status {
    float: right;
    height: 20px;
}

    #panelInfo .store-box-info .general .status img {
        width: 26px;
        height: 20px;
        object-fit: contain;
    }

    #panelInfo .store-box-info .general .status span {
        font-family: Barlow;
        font-size: 9x;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #3B4D59;
        margin-left: 10px;
        vertical-align: middle;
    }

#panelInfo .store-box-info .openings {
    float: left;
    width: 100%;
    padding-left: 10px;
    background-color: white;
}

    #panelInfo .store-box-info .openings .openings-box {
        width: 85%;
        border-radius: 13px;
        box-shadow: 0 5px 20px 0 rgba(7, 69, 111, 0.2);
        background-color: white;
        padding: 0px 15px;
        margin-left: 15px;
    }

        #panelInfo .store-box-info .openings .openings-box .openings-box-header {
            width: 100%;
            height: 25px;
        }

            #panelInfo .store-box-info .openings .openings-box .openings-box-header .title {
                display: inline-block;
                margin-bottom: 15px;
                font-family: Barlow;
                font-size: 9px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #556671;
                padding: 5px;
                margin-left: 5px;
            }

            #panelInfo .store-box-info .openings .openings-box .openings-box-header .arrow-down {
                float: right;
            }

                #panelInfo .store-box-info .openings .openings-box .openings-box-header .arrow-down:focus {
                    outline: none !important;
                    box-shadow: none;
                }

                #panelInfo .store-box-info .openings .openings-box .openings-box-header .arrow-down[aria-expanded=true] {
                    transition: all 0.8s ease;
                    transform: rotateZ(180deg)
                }

                #panelInfo .store-box-info .openings .openings-box .openings-box-header .arrow-down[aria-expanded=false] {
                    transition: all 0.8s ease;
                    transform: rotateZ(0deg)
                }

        #panelInfo .store-box-info .openings .openings-box .date {
            width: 100%;
        }

            #panelInfo .store-box-info .openings .openings-box .date .time {
                font-family: Barlow;
                font-size: 9px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #556671;
                margin-left: 20px;
            }

            #panelInfo .store-box-info .openings .openings-box .date .days {
                font-family: Barlow;
                font-size: 9px;
                font-weight: 600;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: left;
                color: #556671;
                margin-left: 20px;
            }

#panelInfo .store-box-info .general {
    padding: 5px 15px;
}


    #panelInfo .store-box-info .general .distance {
        height: 28px;
        display: flex;
        display: -webkit-flex;
        text-align: center;
    }

    #panelInfo .store-box-info .general .status {
        height: 28px;
    }

    #panelInfo .store-box-info .general .tabaccheria {
        margin-top: 15px;
    }

    #panelInfo .store-box-info .general .indirizzo {
        margin-top: 10px;
        margin-left: 10px;
    }

#panelInfo .store-box-info .openings .openings-box {
    margin-top: 6px;
}

#panelInfo #shopOpeningTime {
    position: relative;
    background: white;
    margin-top: -20px;
    min-height: 40px;
}

    #panelInfo #shopOpeningTime .line-date {
        height: 24px;
        margin-left: 10px;
    }

        #panelInfo #shopOpeningTime .line-date .line-day {
            display: inline-block;
            width: 30%;
            font-family: Barlow;
            font-size: 9px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #556671;
        }

        #panelInfo #shopOpeningTime .line-date .line-time {
            display: inline-block;
            font-family: Barlow;
            font-size: 9px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            line-height: 30%;
            color: #556671;
        }


#panelInfo .modal-header {
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
    background-position: left;
}

    #panelInfo .modal-header .row {
        width: 100%;
    }

    #panelInfo .modal-header .back-icon {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

#backButton {
    outline: 0 !important;
    box-shadow: none !important;
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

#panelInfo .modal-header .title {
    font-family: Barlow;
    font-size: 9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0064a6;
}

#panelInfo .modal-body {
    padding: 0px;
    height: -webkit-calc(100% - 150px);
}

    #panelInfo .modal-body .modal-body-top {
        height: 30%;
    }

    #panelInfo .modal-body .modal-body-bottom {
        position: relative;
        height: 70%;
        background-color: white;
        background-position-y: 150%;
        background-repeat: no-repeat;
        background-size: 100% 70%;
    }

#panelInfo .modal-footer {
    height: 60px;
    background-color: white;
}


    #panelInfo .modal-footer .btn-group .btn {
        height: 30px;
        align-items: center;
        width: 100%;
        border-radius: 25px;
    }

        #panelInfo .modal-footer .btn-group .btn span {
            font-family: Barlow;
            font-size: 9px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #FFFFFF;
        }

        #panelInfo .modal-footer .btn-group .btn.left {
            background-color: #3B4D59;
        }

        #panelInfo .modal-footer .btn-group .btn.right {
            background-color: #0062A9;
        }

.mock-phone {
    background: transparent url("images/mock-phone.png") no-repeat center;
    background-repeat: no-repeat;
    background-size: 105%;
    height: 95%;
    margin-top: 5px;
    background-color: white;
}

.mock-phone-display {
    width: 275px;
    margin: 0 100px;
    height: 640px;
}

    .mock-phone-display::-webkit-scrollbar {
        display: none;
    }

.mock-phone-display {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body.modal-open {
    overflow: hidden;
}

.survey-iframe {
    width: 100%;
    height: 500px;
    border: 0;
}

.box-avviso-riepilogo-ordine {
    width: 100%;
    border: 1px solid red;
    float: left;
    text-align: center;
    color: red;
}

.testo-barrato {
    text-decoration: line-through;
}

.ico-cellulare {
    background: url('images/icons/ico-cellulare.png') no-repeat center center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: 0;
    display: table-cell;
}

.ico-email {
    background: url('images/icons/ico-email.png') no-repeat center center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    border: 0;
    display: table-cell;
}

.text-cellulare {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #7658f9;
    font-weight: bold;
}

.text-email {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #f76332;
    font-weight: bold;
}

.collapsible-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: whitesmoke;
    margin-left: 10px;
    padding-left: 10px;
}

.collapsible {
    cursor: pointer;
    padding-top: 10px;
}

    .collapsible .arrow-down {
        float: right;
    }

.button-color {
    display: block;
    text-align: center;
    width: 78%;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(90deg, #da402b 0%, #4d0dd3 100%);
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 10px;
}

    .button-color[disabled] {
        background: #808080;
        opacity: 0.5;
    }

.button-border {
    display: block;
    text-align: center;
    width: 78%;
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 35px;
    font-weight: bold;
    border: 1.5px solid #2c2d84 !important;
    color: #2c2d84;
    background: #ffffff;
}

.button-link {
    display: block;
    text-align: center;
    width: 78%;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 35px;
    font-weight: bold;
    text-decoration: underline !important;
    color: black;
    border: 0;
    background-color: transparent;
}

.titleServizi {
    display: inline-block;
    font-family: Barlow;
    font-size: 9px;
    font-stretch: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 10px;
}

.tableServizi {
    display: inline-block;
    margin-bottom: 15px;
    font-family: Barlow;
    font-size: 9px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 10px;
}

.tabsStoreLocator {
    display: block;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin-left: 15px;
}

    .tabsStoreLocator #tabInformazioniHeaderStoreLocator {
        order: 0;
        display: block;
        cursor: pointer;
        background: #fff;
        transition: background ease 0.2s;
        border-bottom: 1px solid #000;
        font-size: 12px;
        font-weight: bold;
        margin-left: 10px;
        text-align: left;
    }

    .tabsStoreLocator #tabVicinanzeHeaderStoreLocator {
        order: 1;
        display: block;
        cursor: pointer;
        background: #fff;
        transition: background ease 0.2s;
        font-size: 12px;
        font-weight: normal;
        margin-left: 10px;
    }

.button-color-StoreLocator {
    display: block;
    text-align: center;
    width: 100%;
    height: 15px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(90deg, #da402b 0%, #4d0dd3 100%);
}

#bannersCarrello .carousel-control.left {
    left: -18px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

    #bannersCarrello .carousel-control.left:hover {
        opacity: 0.7;
    }

#bannersCarrello .carousel-control.right {
    right: -18px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

    #bannersCarrello .carousel-control.right:hover {
        opacity: 0.7;
    }

#bannersCarrello {
    padding-bottom: 35px;
}

    #bannersCarrello .carousel-indicators {
        bottom: 0px;
        z-index: 1;
    }



        #bannersCarrello .carousel-indicators li {
            border: 1px solid #ea560d;
        }

    #bannersCarrello .carousel-control {
        height: 40px;
        top: 150px;
        width: 30px;
        background: transparent;
        text-shadow: none;
        opacity: 1;
        color: #ea560d;
    }

        #bannersCarrello .carousel-control.left {
            left: 0;
        }

        #bannersCarrello .carousel-control.right {
            right: 0;
        }

    #bannersCarrello .carousel-inner {
        box-shadow: none;
        height: 350px;
    }

        #bannersCarrello .carousel-inner > .item > img {
            max-height: none;
        }

#bannersRiepilogo .carousel-control.left {
    left: -8px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

    #bannersRiepilogo .carousel-control.left:hover {
        opacity: 0.7;
    }

#bannersRiepilogo .carousel-control.right {
    right: -9px !important;
    width: 30px !important;
    color: #ea560d;
    opacity: 1.0;
}

    #bannersRiepilogo .carousel-control.right:hover {
        opacity: 0.7;
    }

#bannersRiepilogo {
    padding-bottom: 35px;
}

    #bannersRiepilogo .carousel-indicators {
        bottom: 0px;
        z-index: 1;
    }



        #bannersRiepilogo .carousel-indicators li {
            border: 1px solid #ea560d;
        }

    #bannersRiepilogo .carousel-control {
        height: 40px;
        top: 150px;
        width: 30px;
        background: transparent;
        text-shadow: none;
        opacity: 1;
        color: #ea560d;
    }

        #bannersRiepilogo .carousel-control.left {
            left: 0;
        }

        #bannersRiepilogo .carousel-control.right {
            right: 0;
        }

    #bannersRiepilogo .carousel-inner {
        box-shadow: none;
        height: 400px;
    }

        #bannersRiepilogo .carousel-inner > .item > img {
            max-height: none;
        }

.coupon-valido-ordine-corrente {
    color: green;
}

.coupon-non-valido-ordine-corrente {
    color: red;
}

.coupon-stato-green {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="green" /></svg>');
}

.coupon-stato-orange {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="orange" /></svg>');
}

.coupon-stato-red {
    width: 28px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="red" /></svg>');
}

.btn-applica-coupon-gray {
    background-color: gray !important;
    color: #EA560D;
    color: white !important;
    padding-top: 5px !important;
}

.header-coupon {
    font-size: 13px !important;
    color: #555 !important;
    font-weight: normal !important;
}

.btn-vai-coupon {
    margin-bottom: 5% !important;
    margin-left: 35% !important;
}

/*SFE*/

#sfe-page table thead tr th .th-1 {
    display: block;
    padding: 10px;
    color: #FFF;
    margin: 1px;
    height: 50px;
}

#sfe-page table thead tr th .th-2 {
    display: block;
    padding: 10px;
    color: #FFF;
    margin: 1px;
}

#sfe-page table thead tr th .th-2 {
    text-transform: uppercase;
    background-color: #ea560d;
}

#sfe-page table tbody tr td {
    text-align: center;
    /*    padding: 5px;
*/
}

#sfe-page table.dataTable thead > tr > th.no-sort {
    padding: inherit !important;
    cursor: inherit;
}

    #sfe-page table.dataTable thead > tr > th.no-sort:after {
        display: none !important
    }

.btn-gradient {
    background: rgb(252,77,15);
    background: linear-gradient(270deg, rgba(252,77,15,1) 0%, rgba(44,45,132,1) 100%);
}


.bg-color-logista-blue,
tr.bg-color-logista-blue td {
    background: #2c2d84 !important;
    color: white !important;
}

.intestazionePriorita {
    background-color: #808080 !important;
    color: white !important;
    padding: 10px !important;
    font-size: 8px !important
}

.intestazione {
    color: white !important;
    padding: 10px !important;
}

    .intestazione.orange {
        background-color: #ea560d;
    }

    .intestazione.blue {
        background-color: #2c2d84;
    }


.report-ordinato-title {
    padding: 10px 0px;
    border-bottom: 1px solid #dde2e6;
}

.report-ordinato-label {
    font-weight: normal;
    font-style: italic;
    margin-top: 2%;
}

.report-ordinato-label-giorno {
    font-size: 20px;
    font-weight: bold;
}

.report-dettaglio-ordini-label {
    font-weight: normal;
    font-style: italic;
}

.report-dettaglio-ordini-cliente-label {
    font-weight: normal;
    font-style: italic;
}


.btn-excel {
    background-color: #006600;
    box-shadow: 0 5px 10px 0 #4ea87766;
    font-weight: normal !important;
}

    .btn-excel:hover, .btn-excel:active, .btn-excel:focus, .btn-excel:focus:active {
        background-color: #014a01;
        box-shadow: 0 5px 10px 0 #4ea87766;
    }

table tr .pointer:hover {
    cursor: pointer;
}

table tr .italic {
    font-style: italic;
}

.add-chosen .chosen-container-single-nosearch .chosen-search {
    display: none;
}

.add-chosen .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .add-chosen .chosen-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .add-chosen .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
        clip: rect(0,0,0,0)
    }

    .add-chosen .chosen-container.chosen-with-drop .chosen-drop {
        clip: auto
    }

    .add-chosen .chosen-container a {
        cursor: pointer
    }

    .add-chosen .chosen-container .chosen-single .group-name,
    .add-chosen .chosen-container .search-choice .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999
    }

        .add-chosen .chosen-container .chosen-single .group-name:after,
        .add-chosen .chosen-container .search-choice .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.add-chosen .chosen-container-single .chosen-single {
    border: 1px solid #aaa;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.add-chosen .chosen-container-single .chosen-default {
    color: #999
}

.add-chosen .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.add-chosen .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.add-chosen .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

    .add-chosen .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.add-chosen .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.add-chosen .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

    .add-chosen .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(images/chosen-sprite.png) no-repeat 0 2px
    }

.add-chosen .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .add-chosen .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: url(images/chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.add-chosen .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.add-chosen .chosen-container-single.add-chosen .chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0)
}

.add-chosen .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .add-chosen .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .add-chosen .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .add-chosen .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .add-chosen .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .add-chosen .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4
        }

        .add-chosen .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .add-chosen .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .add-chosen .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.add-chosen .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .add-chosen .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .add-chosen .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .add-chosen .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: 0 0 !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
                width: 25px
            }

        .add-chosen .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .add-chosen .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .add-chosen .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(images/chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px
            }

                .add-chosen .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .add-chosen .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666
        }

        .add-chosen .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .add-chosen .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.add-chosen .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.add-chosen .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.add-chosen .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .add-chosen .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: 0 0
    }

        .add-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px
        }

.add-chosen .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .add-chosen .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important
    }

.add-chosen .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .add-chosen .chosen-disabled .chosen-single {
        cursor: default
    }

    .add-chosen .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.add-chosen .chosen-rtl {
    text-align: right
}

    .add-chosen .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .add-chosen .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .add-chosen .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .add-chosen .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .add-chosen .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .add-chosen .chosen-rtl .chosen-choices li {
        float: right
    }

        .add-chosen .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .add-chosen .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .add-chosen .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .add-chosen .chosen-rtl.add-chosen .chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .add-chosen .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .add-chosen .chosen-rtl.add-chosen .chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .add-chosen .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: url(images/chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl
    }

    .add-chosen .chosen-rtl.add-chosen .chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .add-chosen .chosen-rtl.add-chosen .chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .add-chosen .chosen-container .chosen-results-scroll-down span,
    .add-chosen .chosen-container .chosen-results-scroll-up span,
    .add-chosen .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .add-chosen .chosen-container-single .chosen-search input[type=text],
    .add-chosen .chosen-container-single .chosen-single abbr,
    .add-chosen .chosen-container-single .chosen-single div b,
    .add-chosen.chosen-rtl .chosen-search input[type=text] {
        background-image: url(images/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.label-qta-limite-carrello {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-left: 20%;
}

.label-qta-limite-carrello-min {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-left: 25%;
}

.label-qta-limite-carrello-max {
    color: red;
    font-weight: bold;
    text-align: center;
    margin-left: 30%;
}

.input-number-round {
    height: 33.34px;
    width: 80px !important;
    text-align: center;
    border-radius: 10px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.input-number-round-dettaglio {
    width: 200px !important;
    margin-left: 25px;
}

.input-number-round-list {
    width: 280px !important;
}

.input-number-round-list-3M {
    width: 115px !important;
}

.banner-sconto-2 {
    margin-top: 55px !important;
}

.banner-sconto {
    width: min(240px,100%);
    margin-top: 35px;
}

.box-label-qta-min-max {
    height: 25px;
}

.box-label-qta-min-max-retail {
    padding: 28px;
}

.modal-body-pagamenti {
    min-height: 500px;
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .cartoon-offerta-quantita {
        left: 26%;
    }

    #catalogo-terzia .content .scheda-footer .input-quantita {
        padding-left: 10px;
        margin-left: -15px;
    }
}

#modal-contatti {
    z-index: 1051;
}

#panelContattoDetails,
#panelReportDetails {
    z-index: 1052;
}

.catalogo-marketnext {
    border-radius: 4px;
    border: 1px solid var(--Primary-Orange, #FC4C02);
    background: var(--Primary-White, #FFF);
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}


.text-marketnext {
    color: #EA560C;
    font-family: 'UntitledSans-Regular', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


/* ---- Pillola MarketNext ---- */

/* Item menu MarketNext su header Logista: sfondo bianco, come gli altri tab “speciali” */
.header-navbar-logista .item-with-submenu.mn-marketnext,
.header-navbar-logista .item-with-submenu.mn-marketnext-near {
    background: #ffffff !important;
}

    /* MarketNext: contenitore esterno gradient arrotondato */
    .header-navbar-logista .item-with-submenu.mn-marketnext > div {
        /* questo è il div con style="background: var(--Primary-Gradient, ...)" */
        border-radius: 20px 20px 0 0;
        overflow: hidden;
    }

/* Interno: di default trasparente, così vedi il gradient pieno */
.header-navbar-logista .mn-marketnext .mn-pill-inner > a {
    display: block;
    padding: 10px 0; /* stessa altezza degli altri tab */
    text-align: center;
    background-color: transparent; /* importante: niente blu qui */
    color: #ffffff; /* testo bianco sopra il gradient */
}

/* Hover: interno bianco, bordo gradient rimane sul div esterno */
.header-navbar-logista .mn-marketnext:hover .mn-pill-inner > a,
.header-navbar-logista .mn-marketnext:focus-within .mn-pill-inner > a {
    background-color: #ffffff;
    color: #2c2d84; /* blu logista */
}

/* Icona MarketNext bianca di base, blu in hover */
.header-navbar-logista .mn-marketnext .mn-pill-inner > a .ico-marketnext {
    color: #ffffff;
}

.header-navbar-logista .mn-marketnext:hover .mn-pill-inner > a .ico-marketnext,
.header-navbar-logista .mn-marketnext:focus-within .mn-pill-inner > a .ico-marketnext {
    /* se usi la mask SVG */
    -webkit-mask: url(images/icons/ico-marketnext-dark.svg) no-repeat left center;
    mask: url(images/icons/ico-marketnext-dark.svg) no-repeat left center;
    background-color: currentColor;
    color: #2c2d84;
}

.mn-pill-inner {
    border-radius: 20px 20px 0 0;
    padding: 1px; /* spessore bordo */
    background: var(--Primary-Gradient, linear-gradient(90deg, #FC4C02 -24.68%, #2800FF 100%));
}

    .mn-pill-inner > a {
        display: block;
        border-radius: 20px 20px 0 0;
        background-color: #2c2d84; /* colore interno normale */
        color: #ffffff;
    }

.header-navbar-logista .mn-marketnext:hover .mn-pill-inner > a,
.header-navbar-logista .mn-marketnext:focus-within .mn-pill-inner > a {
    background-color: #ffffff;
    color: #2c2d84;
}

/* Mantieni pienamente visibile il tab Gestionale Logista anche se disabilitato */
.header-navbar-logista ul li.item-with-submenu.mn-marketnext-near[disabled] {
    opacity: 1 !important;
}

    /* Non togliere lo sfondo al tab con mn-marketnext-near anche se è disabled+selected */
    .header-navbar-logista ul li.item-with-submenu.mn-marketnext-near[disabled].selected {
        background: white !important; /* oppure il colore che ti serve, es. #2c2d84 */
    }

    .header-navbar-logista ul li.item-with-submenu.mn-marketnext-near[disabled] a {
        opacity: 0.6;
    }



.pianificazione-visite-calendar {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

    .pianificazione-visite-calendar th {
        background: #f3f3f3;
        text-align: center;
        padding: 6px;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }

    .pianificazione-visite-calendar td {
        border: 1px solid #e1e1e1;
        vertical-align: top;
        height: 60px;
        padding: 2px;
        position: relative;
    }

.pianificazione-visite-th-giorno {
    cursor: pointer;
    transition: background-color 0.2s ease;
    user-select: none;
}

    .pianificazione-visite-th-giorno.selected {
        color: #EA550D;
    }

        .pianificazione-visite-th-giorno.selected:hover {
            color: #FF7A33;
        }

.pianificazione-visite-hour-col {
    width: 60px;
}

.pianificazione-visite-hour-label {
    background: #fafafa;
    font-size: 16px;
    text-align: right;
    padding-right: 5px;
    color: #777;
}

.pianificazione-visite-event-box,
.pianificazione-visite-event-box-orange,
.pianificazione-visite-event-box-blue {
    background: #dce6ff;
    border-left: 4px solid #3c6cff;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 5px;
    height: 92%;
}

.pianificazione-visite-event-box-orange {
    border-left: #f2ddd1;
    background: #f2ddd1;
}

.pianificazione-visite-event-box-blue {
    border-left: #d8f5fd;
    background: #d8f5fd;
}

.pianificazione-visite-event-box-green {
    border-left: #d3f1d2;
    background: #d3f1d2;
}

.pianificazione-visite-event-box-closed {
    border: 1px solid #a6a6a6 !important;
    background: #bfbfbf;
}

.pianificazione-visite-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pianificazione-visite-week-label {
    font-weight: bold;
    font-size: 16px;
}

.btn-pianificazione-visite {
    width: auto;
}

.pianificazione-visite-event-buttons {
    width: 100%;
    text-align: right;
    /*overflow: hidden;*/
}

    .pianificazione-visite-event-buttons button {
        float: right;
        margin-left: 6px;
        cursor: pointer;
    }

.pianificazione-visite-event-box {
    border: 1px solid #ccc;
    padding: 4px 6px;
    margin-top: 4px;
    clear: both;
}

td > .pianificazione-visite-event-buttons {
    margin-bottom: 4px;
}

.agenti-appuntamenti-filtri-item {
    display: inline-block;
    width: auto;
    margin-bottom: 2%;
}

    .agenti-appuntamenti-filtri-item label span:last-child {
        white-space: normal;
    }

#chosenRivendita_chosen {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 10px;
}

.pianificazione-visite-ordinamento-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #2800FF;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    font-size: 11px;
    margin-top: 0.5px;
}

.modal-dialog-cancellazione-visite {
    width: auto !important;
}

.btn-plus-visite,
.btn-minus-visite {
    border-radius: 10px;
    border: 1px solid white;
}

#panelConfermaAnnullamentoVisita,
#panelConfermaAnnullamentoVisita .modal-dialog,
#panelConfermaAnnullamentoVisita .modal-content,
#panelConfermaAnnullamentoVisita .modal-header,
#panelConfermaAnnullamentoVisita .modal-footer {
    white-space: nowrap !important;
    min-width: 30vw;
}

.modal-dialog-inserimento-visita {
    width: 950px;
}

/* ----------- Pianificazione visite iPad  ----------- */
@media (max-width: 834px) {
    #disclaimerMappa {
        padding-left: 50px;
    }
}

@media (max-width: 1112px) {
    #disclaimerMappa {
        padding-left: 50px;
    }
}

@media (max-device-width: 1112px) and (orientation: portrait) {

    #panelConfermaAnnullamentoVisita,
    #panelConfermaAnnullamentoVisita .modal-dialog,
    #panelConfermaAnnullamentoVisita .modal-content,
    #panelConfermaAnnullamentoVisita .modal-header,
    #panelConfermaAnnullamentoVisita .modal-footer {
        min-width: 52vw;
    }

    #disclaimerMappa {
        padding-left: 0;
    }

    #divPulsantiPianificazioneCalendario {
        white-space: nowrap;
    }

        #divPulsantiPianificazioneCalendario button {
            display: inline-block;
        }

    .label-pianificazione-calendario {
        display: block;
        white-space: normal;
        word-wrap: break-word;
    }
}

.select-style-agenti-visite:after {
    pointer-events: none;
}

#divProdottoDetail {
    background-color: white;
    padding-left: 10px;
    padding-bottom: 12px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    .logista-container {
        overflow: hidden;
    }

    #divProdottoDetail {
        margin-left: 20%;
    }

    #divBannerSconto {
        margin-left: -30% !important;
    }

    #btnPrenotaRetail {
        margin-right: 20px !important;
        margin-top: 10px;
    }

    .logista-cool-textbox-retail {
        width: 400px !important;
    }

    #txtSearchProdottiRetail {
        padding-left: 50px !important;
        margin-left: -35px !important;
        margin-top: -1px !important;
    }

    .logista-cool-textbox-retail {
        margin-right: 10px !important;
    }

    .input-group {
        margin-left: -15px;
    }

    .input-group-detail {
        margin-left: 5% !important;
    }

    .input-number-detail {
        width: 90% !important;
    }

    .input-number-round-carousel {
        width: 80% !important;
    }

    .cartoon-offerta-quantita-catalogo-carousel {
        margin-left: -5px;
    }

    #disclaimerMappa {
        padding-left: 0;
        float: none;
        width: 100%;
        margin-left: 14%;
    }

    #divPulsantiPianificazioneCalendario {
        white-space: nowrap;
    }

        #divPulsantiPianificazioneCalendario button {
            display: inline-block;
        }

    #label-pianificazione-calendario {
        width: 100%;
        clear: both;
    }

    #divOrarioChiusura {
        margin-left: 44% !important;
    }

    .select-style-agenti-visite {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 0;
        text-indent: 0;
        margin-left: -5px;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {

    .logista-container {
        overflow: hidden;
    }

    .logista-cool-textbox-retail {
        width: 400px !important;
    }

    #txtSearchProdotti {
        padding-left: 50px !important;
    }

    .logista-cool-textbox-retail {
        margin-right: 10px !important;
    }

    #btnPrenotaRetail {
        margin-right: 40px !important;
        margin-top: 0px;
    }

    .input-group {
        margin-left: -15px;
    }

    .input-group-detail {
        margin-left: 5% !important;
    }

    .input-number-detail {
        width: 85% !important;
    }

    .cartoon-offerta-quantita-catalogo-carousel {
        margin-left: -10px;
    }

    .logista-search-retail {
        width: 450px;
    }

    #txtSearchProdottiRetail {
        margin-left: 10px !important;
        margin-top: 0px !important;
    }

    #panelConfermaAnnullamentoVisita,
    #panelConfermaAnnullamentoVisita .modal-dialog,
    #panelConfermaAnnullamentoVisita .modal-content,
    #panelConfermaAnnullamentoVisita .modal-header,
    #panelConfermaAnnullamentoVisita .modal-footer {
        min-width: 40vw;
    }

    .select-style-agenti-visite {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 0;
        text-indent: 0;
        margin-left: 0;
        margin-left: -5px;
    }
}

.divCookieClass {
    padding-bottom: 3% !important;
    bottom: 0 !important;
    left: 0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: #f3f3f3;
    /*background: url(../../images/icons/bg_footer.png);
    color: #FFF;*/
}

    .divCookieClass p {
        width: 86%;
        left: 0;
        top: 0;
        padding: 15px;
        font-size: 11px;
        font-family: Verdana, Geneva, sans-serif;
        z-index: 99999;
        text-align: justify;
        overflow: auto;
        opacity: .9;
        color: black;
        margin-bottom: 0;
    }

.accetta-cookie-banner {
    border: 0;
    background: #ea560d;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    margin: 7% 30% 10px 0;
    text-decoration: none !important;
}

.personalizza-cookie-banner {
    border: 0;
    background: #D3D3D3;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    margin: 7% 50% 50px 0;
    text-decoration: none !important;
    background-color: #2c2d84;
}

.continua-cookie-banner {
    border: 0;
    background: none;
    color: grey !important;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    margin: 7% 70% 50px 0;
    text-decoration: none !important;
    border-style: solid;
    border-width: thin;
    background-color: white;
}

@media (max-width: 1500px) {
    .accetta-cookie-banner {
        margin: 12% 30% 10px 0;
    }

    .personalizza-cookie-banner {
        margin: 12% 50% 50px 0;
    }

    .continua-cookie-banner {
        margin: 12% 70% 50px 0;
    }
}

.accetta-cookie-banner-L1 {
    border: 0;
    background: #ea560d;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.continua-cookie-banner-L1 {
    border: 0;
    background: none;
    color: grey !important;
    padding: 7px 35px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    border-style: solid;
    border-width: thin;
    background-color: white;
}

.personalizza-cookie-banner-L1 {
    border: 0;
    background: #D3D3D3;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #2c2d84;
}

.indietro-cookie-banner-L2 {
    border: 0;
    background: grey;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.accetta-cookie-banner-L2 {
    border: 0;
    background: #ea560d;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
}

.continua-cookie-banner-L2 {
    border: 0;
    background: none;
    color: grey !important;
    padding: 7px 35px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    border-style: solid;
    border-width: thin;
    background-color: white;
}

.personalizza-cookie-banner-L2 {
    border: 0;
    background: #D3D3D3;
    color: white !important;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 22px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #2c2d84;
}

.close-cookie-banner {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    right: 5%;
    position: absolute;
    top: 20px;
}

.close-cookie-banner-L1 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    right: 5%;
    top: 20px;
}
/* 03/07/2018 Luca Pao fine modifica per gestione cookie policy */

/*Giovanni Mancini: nuova popup personalizzazione cookie*/


.buttonCookie {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
}