﻿/* Import per Horizontal media scrolling */
/*@import "https://unpkg.com/open-props";
@import "https://unpkg.com/open-props/normalize.min.css";
*/
.gi-1_5x {
    font-size: 1.5em;
}

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #ebebeb;
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serifspinner*/
    font-family: "Arial";
    overflow-x: hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    background-color: white;
    min-height: 400px;
    border-radius: 5px;
    box-shadow: 2px 3px 15px 3px rgba(0, 0, 0, 0.15);
    padding-left: 15px;
    padding-right: 15px;    
    width: 100%;
    border: 0px solid red;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: transparent;
    text-align: center;
}

/*.navbar {
    height: 50px;
}*/

.navbar-inverse {
    background-color: #1387c7;
    border-color: #080808;
    box-shadow: 2px 5px 15px 3px rgba(0, 0, 0, 0.15);
}

.nav.navbar-nav li a {
    color: black;
    padding-left: 10px; /* Ex 12 */
    padding-right: 10px; /* Ex 12 */
    font-size: 14px !important;
    /*font-weight: bold;*/
}

.navbar-inverse .navbar-header .navbar-brand {
    color: #000000;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background: inherit;
}

/*@media only screen and (max-width: 800px) {
    .navbar-inverse .navbar-collapse {
        border-color: #999;
        background-color: white;
        color: #000000;
     } 
 }*/

/* ------------------------ */
/* Fix nav bar on two rows  */
/* ------------------------ */
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    /* Colora sotto menu utente come menu padre */
    .navbar-inverse .multi-level a {
        color: black !important;
        border: 0px;
    }

    .navbar-inverse .multi-level li > a:hover,
    .navbar-inverse .multi-level li > a:focus {
        color: white !important;
        background: inherit;
    }
}

/* -------------------- */
/* Combo scelta cliente */
/* -------------------- */
#navCliSelect .selectize-dropdown, .selectize-input {
    border: 1px solid black !important;
    border-radius: 10px;
    /*background-color: #1387c7;*/
    margin-top: 8px;
    padding-left: 6px;
    padding-right: 6px;
    color: black;
    /*font-weight: bold;*/
    font-size: 13px;
    /*outline: 0 !important;*/
    -webkit-appearance: none;
    box-shadow: none;
    width: 380px; /*auto;*/
    min-width: 200px;
    padding-right: 30px;
    max-height: 46px;
}

    /*Rimuove icona dropdown da elemento select per IE 10 */
    #navCliSelect::-ms-expand {
        display: none;
    }

/* Rimuove icona dropdown da elemento select */
@-moz-document url-prefix() {
    #navCliSelect {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: "";
    }
}

@media(max-width:1600px) {
    #navCliSelect .selectize-dropdown, .selectize-input {
        width: auto;
        max-width: 280px;
    }

/*    .navbar-nav {
        background-color: red;
    } */
}

@media(max-width:1200px) {
    #navCliSelect .selectize-dropdown, .selectize-input {
        max-width: 360px !important;
    }
}

/* Fix overflow elementi menu collassato */
@media(max-width:1200px) {
    .navbar-right {
        margin-right: 20px;
    }

    .navbar-header:after {
        clear: none;
    }

    .navbar-nav.navbar-right > li {
        float: left;
    }

    .navbar-collapse:before {
        clear: both;
    }

    .navbar-collapse {
        overflow-y: hidden;
    }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar {
        border-color: #101010;
        border-width: 0 0 1px;
    }
    /*.navbar-collapse.in > ul {border-color: #101010; border-top:1px double;}*/
    #navCliSelect {
        /*margin-top: 110px !important;*/
        padding-bottom: 10px;
    }
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    width: 120px;
}

.dl-horizontal dd {
    margin-left: 140px;
}


/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


#divSearchResultMain {
    /*border-left: 1px solid #ccc;*/
}

#divSearchResult {
    border: 1px solid #1387c7;
    min-height: 1200px;
}

#divSearchResultHeader {
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 900px;
}

#divSearchResult .row {
    margin: 0px; 
}

#divSearchResultBody {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 6px;
    margin-bottom: 0px;
    /*height:auto !important; 
    height:100%; 

    min-height:100% !important; */
}

#artResultdivCentroDestra {
    /*border-left: 1px solid #ddd;*/
    border-right: 1px solid #ddd;
    padding: 0;
    min-height: 900px;
}

.divHeader {
    background-color: #1387c7;
    padding: 0;
    margin-left: 0px;
    margin-right: 0px;
    height: 50px;
    border: 0px dashed yellow;
    text-align: center;
}

.divHeader p {
    border: 0px dashed green;
    font-size: 1.2em;
    padding-top: 12px;
    font-weight: bold;
    color: black;
}

.no-stile {
    all: unset;
}
.no-margini {
    padding: 0;
    margin: 0;
}

#divMenuFiltriBody {
    border: 0px dashed yellow;
    padding: 0;
    margin: 0;
}

#divRicerca {
    border: 0px dashed red;
    margin: 0px;
    padding: 4px;
    float: left;
}


#divRicercaTesto {
    border: 0px dashed red;
    padding: 4px;
    float: left;
}

/* Ripristina clear campo input type="search" eliminato da bootstrap */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
/*input[type="text"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}*/
#divSelectedCateg {
    border: 0px dashed red;
    padding: 4px;
    float: left;
}

.ricercaInputText {
    border: 0px solid #1387c7;
    margin: 0;
    padding-left: 10px;
    /*max-width: 100%;
    width: 100%;*/
}

.divRicercaBtn {
    border: 0px dashed red;
    margin: 0;
    padding: 0;
}

.ricerca-img-base {
    padding: 20%;
    width: 100%;
}

.breadcrumb {
    padding: 2px 15px !important;
    margin: 0px 0px 0px 0px;
}

/*#divListaArticoli img {
    border: 1px solid green;

     margin-left: 20%;
     margin-right: 20%;
}*/


/* ------------------- */
/*    Lista articoli   */
/* ------------------- */
/* Gestione navigazione pagine */
#pageManager {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.highlighted-text {
    color: #EF7C00; /*#337AB7;*/
    font-weight: bold;
}

.highlighted-text-black {
    color: black; /*#337AB7;*/
    font-weight: bold;
}

.highlighted-descr {
    color: black;
    font-weight: bold;
}

#art-list {
    border: 0px solid #1387c7;
    padding: 0px;
    margin: 0px;
    /*font-size: small;*/
    font-size: 1em;
    line-height: 18px;
}

#art-list .row {
    border-top: 1px solid #ddd;
    padding: 7px 0px 0px 0px;
    margin: 5px -5px 0px -5px;
}

.art-row {
    margin: 4px 0px 0px 0px;
}

/*.art-row-promo {
    background-color: #fffcc1;
}
*/
.art-col {
    padding: 10px 10px 0px 10px;
    border: 0px solid #1387c7;
}

/*.art-img-container {
    height: 75px;
    width: 75px;
}*/

.art-img {
    height: 100%;
    width: 100%;
    padding-right: 10px;
    margin: 0px;
    max-height: 150px;
    border: 0px solid red;
    cursor: zoom-in;
    object-fit: contain;
}

/*.cod-art-promo {
    background-color: #fffcc1;
}*/

.art-img-zoomed {
    background-color: white;
    height: 100%;
    width: 100%;
    max-height: 500px;
    min-height: 500px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#art-list.art-p {
    font-size: small;
    line-height: 22px;
}

#art-list .cod-art a {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
    text-decoration: underline;
}

.cod-art a:link {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: underline;
}

.cod-art-red a:link {
    color: red;
    font-weight: bold;
    font-size: 1.4em;
    text-decoration: underline;
}

.art-p.descr-art {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #EF7C00; /*337AB7;*/
    font-weight: bold;
}

.art-p.descr-art-red {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}

/*.categorie {
    font-size: .7em;
}*/

.art-add-btn {
    width: 165px;
}

.btn-green-gio {
    background-color: #32cd32; /*Verde Logo GIO*/
    height: 50px;
    font-weight: bold;
    border: 1px solid gray;
}

/* ORIGINALE
.qta-spin-container {
    width: 165px;
    display: inline-block;
}

.qta-spin-button {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.qta-spin-postfix {
    background-color: white;
    font-size: 11px;
    font-weight: bold;
    text-transform:lowercase;
}

.art-add-btn {
    width: 165px;
}

*/

/*.qta-spin-container {
    width: 165px;
    display: inline-block;
}

.qta-spin-button {
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

.qta-spin-postfix {
    background-color: white;
    font-size: 25px;
    font-weight: bold;
    padding-top: 8px;
    text-transform:uppercase;
}*/

.qta-spin-container {
    width: 145px;
    display: inline-block;
}

.qta-spin-button {
    text-align: right;
    font-weight: bold;
    border-left: 0px;
    border-right: 0px;
    padding: 4px;
}

.qta-spin-postfix {
    background-color: white;
    /*font-size: 11px;*/
    font-weight: bold;
    text-transform: uppercase;
    border-left: 0px;
    width: 10px;
    padding-left: 0px;
    margin: 0px;
    text-align: left;
}

.art-add-btn {
    width: 145px;
}

/* ------------------- */
/* Dettaglio articoli  */
/* ------------------- */
/*.modal-content {
    width: 60%;
}
*/
.table-prz > tbody > tr > td {
    vertical-align: middle;
    border: 0px solid #ccc;
    /*line-height: 30px;*/
    font-size: 1em;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 12px;    
}

.art-img-detail {
    height: 100%;
    width: 100%;
    padding-right: 10px;
    margin: 0px;
    max-height: 300px;
    border: 0px solid #ddd;
    cursor: zoom-in;
    object-fit: contain;
}

.art-img-detail-no-zoom {
    height: 100%;
    width: 100%;
    padding-right: 0px;
    margin: 0px;
    max-width: 350px;
    max-height: 350px;
    border: 0px solid #ddd;
    cursor: auto;
    object-fit: contain;
}

#artDett {
    padding-left: 20px;
    padding-right: 20px;
}

#artDett .art-p {
    line-height: 20px;
    font-size: 1em;
}

#artDett .cod-art {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ------------------- */
/*  Collapse link artdett     */
/* ------------------- */
.collapse-title-div {
    margin-bottom: 10px;
}

.collapse-title-descr {
    width: 200px;
    display: inline-block;
    color: black;
    font-weight: bold;
}

.collapse-title-plus {
    color: black;
    font-weight: bold;
}

.collapse-text {
    margin-left: 30px;
}

/* ------------------- */
/*  Menu Filtri        */
/* ------------------- */
#divMenuFiltri {
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #555;
/*    min-height: 1800px;
    border: 1px dashed red;
    overflow: hidden;*/
}

#divMenuFiltri ul {
    list-style: none;
    padding: 5px;
    margin: 0px;
    border: 0px dashed red;
}

#divMenuFiltri label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 0.8em;
    border: 0px dashed red;
}

#divMenuFiltri input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

#divMenuFiltri .span-descr {
    font-size: 1em;
}

#divMenuFiltri .span-number {
    font-size: 0.9em;
    font-weight: normal;
}

/* ------------------- */
/*  Menu Categorie     */
/* ------------------- */
#divMenuCategorie {
    padding: 0px;
    margin: 0px;
    /*border-left: solid 1px #ddd;*/
}

#divMenuCategorie ul {
    list-style: none;
    padding: 0px;
    margin: 2px 5px 2px 5px;
    border: 0px dashed red;
    text-decoration-color: black;
    font-weight: normal;
    font-size: 13px;
}

#divMenuCategorie li {
    padding: 0px;
    margin: 5px 2px 5px 2px;
    border: 0px dashed red;
    border-bottom: 1px solid #ccc;
}

    #divMenuCategorie a {
        padding: 2px 15px 2px 3px;
        margin: 0px;
        border: 0px dashed red;
        overflow: hidden;
        /*text-transform: lowercase;*/
        /*font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
        font-weight: bold;
        color: #555 !important;
    }

/*    #divMenuCategorie a:first-letter {
        text-transform: uppercase;
    }
*/
#divMenuCategorie li :link {
    color: black;
}

#divMenuCategorie :visited {
    color: black;
}
/*#divMenuCategorie :hover { background-color: red; color:black; }*/
#divMenuCategorie :active {
    color: black;
}

/* ------------------- */
/*  #menuCatDiv        */
/* ------------------- */
#menuCatDiv a {
    font-weight: bold;
}

#menuCatDiv li {
    border: none;
}

#menuCatDiv .liv1 {
    border-bottom: 1px solid #ccc;
}

/* di default il toggle è nascosto */
#menuCatDiv .submenu-toggle {
    display: none;
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
    color: rgba(0,0,0,0.5);
    transition: color 0.2s;
    /* Aumenta lo spazio cliccabile */
    padding: 5px 8px; /* verticale | orizzontale */
    border-radius: 3px; /* leggero arrotondamento per area cliccabile */
}

/* se esiste un ul.dropdown-menu dentro, mostra il triangolino */
#menuCatDiv .dropdown-submenu > ul.dropdown-menu + .submenu-toggle,
#menuCatDiv .dropdown-submenu:has(> ul.dropdown-menu) > .submenu-toggle {
    display: inline-block;
}

/* rimuove il caret grigio di Bootstrap */
#menuCatDiv .dropdown-toggle::after {
    display: none !important;
}

#menuCatDiv .dropdown-submenu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    /* bianco con % di opacità */
/*    background-color: rgba(255, 255, 255, 0.9);*/
    /* facoltativo: ombra più leggera */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/* icona triangolo a destra */
#menuCatDiv .submenu-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 12px;
}

.submenu-toggle:hover {
    background-color: rgba(0,0,0,0.05); /* feedback visivo */
    color: rgba(0,0,0,0.8);
}

#menuCatDiv .submenu-toggle:after {
    content: "\25B6"; /* ▶ */
    color: #ccc;
}

#menuCatDiv .submenu-open > .submenu-toggle:after {
    content: "\25BC"; /* ▼ */
    color: black;
}

/* spazio extra per non coprire il testo */
#menuCatDiv .dropdown-submenu > a {
    padding-right: 25px;    
}


/*#menuCatDiv a {
    font-weight: normal;
}
    #menuCatDiv .liv1 {
        font-weight: bold;
    }

    #menuCatDiv .liv2 {
        font-weight: normal;
    }

    #menuCatDiv .dropdown-submenu {
        position: relative;
    }

    #menuCatDiv .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    #menuCatDiv .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: -1px;
        padding: 0px 3px 0px 3px;
        border: 1px solid #ddd;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    #menuCatDiv .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    #menuCatDiv .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    #menuCatDiv .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    #menuCatDiv .dropdown-submenu.pull-left {
        float: none;
    }

    #menuCatDiv .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
*/
/*#menuCatDiv .dropdown-submenu {
    position: relative;
}

    #menuCatDiv .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    #menuCatDiv .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: -1px;
        padding: 0px 3px 0px 3px;
        border: 1px solid #ddd;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    #menuCatDiv .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    #menuCatDiv .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    #menuCatDiv .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    #menuCatDiv .dropdown-submenu.pull-left {
        float: none;
    }

    #menuCatDiv .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }
*/
#menu-utente-icon {
    /*font-size: 15px;    */
    vertical-align: text-top;
    margin-top: -3px
}

/* ------------------- */
/*  Carrello           */
/* ------------------- */
#carrello-list {
    border-right: 1px solid #ddd;
    padding: 5px 20px 20px 20px;
    margin: 0px;
    /*font-size: small;*/
    font-size: 1em;
    line-height: 22px;
    border: 0px solid red;
}

    #carrello-list div {
        border: 0px solid red;
    }

    #carrello-list p {
        border: 0px solid green;
    }

    #carrello-list .carrello-header {
        margin-top: 0px;
        border: 0px solid red;
        font-size: medium !important;
    }

.carrello-row {
    background-color: white;
}

.carrello-row-promogg {
    background-color: #d7edd4;
    border-radius: 5px;
}

#inserimentoRapidoWrapper {
    padding-left: 0px;
    margin-left: 0px;
}
#inserimentoRapidoLabel {
    margin-top: 6px;
    font-size: medium;
}

#fastInsBtn {
    /*width: 100%;*/
    margin: 3px -15px 4px 0px;
}

.carrello-header p {
    font-size: 1em;
    font-weight: bold;
    /*margin: 0px;*/
}

#carrello-list .cod-art {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 20px;
}

#carrello-list .cod-art a {
    color: black;
}

#carrello-list .row {
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
    margin-top: 5px;
}

.carrello-col {
    border: 0px solid red;
}

#carrelloTablePrz {
    width: 100%;
    border: 0px solid red;
}

#carrelloTablePrz td {
    border: 0px solid red;
}

#carrelloLink {
    height: 40px;
}

.input-Cod-Art {
    margin-left: 5px;
}

.input-Qta {
    /*border: 1px solid #999;*/
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-input-qta {
    /*border: 1px solid black;*/
    border: 1px solid #ccc;
    margin: 0px;
    width: 70px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}

.span-input-qta {
    border: 1px solid #ccc;
    margin: 0px;
    width: 100px;
    font-weight: bold;
    text-align: right;
}

.bordered {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
}

#carrello-list span.glyphicon {
    font-size: 2.5em;
}

.RemoveLink {
    font-weight: bold;
}

    .RemoveLink span.glyphicon {
        font-size: 1.0em !important;
    }

#carrelloSvuotaBtn {
    margin-left: -14px;
}
/* ------------------- */
/*  Modello            */
/* ------------------- */
#modello {
    margin: 10px;
}

/*#modello div {
    border: 0px solid green;
}*/

#modello-dett {
    border: 0px solid #ddd;
    padding: 5px 20px 20px 20px;
    margin: 0px;
    /*font-size: small;*/
    font-size: 1em;
    line-height: 22px;
    /*border: 2px solid red;*/
}
    /*
    #modello-dett div {
        border: 1px solid red;
    }

    #modello-dett p {
        border: 1px solid green;
    }*/

    #modello-dett .modello-dett-header {
        margin-left: -10px;
        padding-left: 0px;
        margin-top: 6px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        font-size: medium !important;
    }

.modello-row {
    border-top: 1px solid #ccc;
    padding: 6px;
}


#modello #inserimentoRapidoWrapper {
    padding: 10px;
    margin-left: -4px;
}

#inserimentoRapidoWrapper-input-qta {
    display: inline-block;
    margin-left: 64px;
}

#modello .input-Cod-Art {
    margin-left: 0px;
}

.model-art-missing {
    padding: 3px 5px 3px 3px; 
    background-color: orange; 
    height: 22px;
}

#modello .cod-art {
    font-size: 1.1em;
}

#modelli-list {
    border-right: 0px solid #ddd;
    padding: 6px 0px 0px 0px;
    margin: 0px;
    font-size: 0.7em;
}

    #modelli-list .row {
        border-top: 1px solid #ddd;
        padding: 2px 5px 0px 5px;
        margin-top: 5px;
    }

.modelli-col {
    border: 0px solid red;
    margin: 0px;
    margin-top: 4px;
    font-size: 12px;
}

.modelli-descr {
    padding-top: 2px;
}

/* ------------------- */
/*  Preferiti carrello */
/* ------------------- */
#preferiti-list {
    border-right: 0px solid #ddd;
    padding: 6px 0px 0px 0px;
    margin: 0px;
    font-size: 0.7em;
}

    #preferiti-list .Preferiti-header {
        padding: 0px 5px 10px 5px;
        margin-top: 0px;
        border: 0px solid red;
    }

    #preferiti-list .row {
        border-bottom: 1px solid #ddd;
        padding: 0px 5px 5px 5px;
        margin-top: 5px;
    }

.preferiti-col {
    border: 0px solid red;
    margin: 0px;
    font-size: 12px;
}

    .preferiti-col a {
        margin: -5px;
    }

#preferiti-list .cod-art {
    color: black !important;
    font-weight: bold;
    font-size: 12px;
}

/* --------------------- */
/*  Label icona carrello */
/* --------------------- */
.carrelloCountlbl {
    font-size: 12px;
    background: #EF7C00; /*#ff0000;*/
    color: #fff;
    padding: 0 5px;
    margin: -7px -6px;
    vertical-align: top;
}

/* ------------------------- */
/* Label icona carrello RESI */
/* ------------------------- */
.carrelloResiCountlbl {
    font-size: 12px;
    background: #EF7C00; /*#ff0000;*/
    color: #fff;
    padding: 0 5px;
    margin: -7px -6px;
    vertical-align: top;
}

#codModalitaRitiro {
    /*font-size: 8px;*/
    max-width: 200px;
    margin-bottom: 6px;
}
/* ----------- */
/* Google Map  */
/* ----------- */
#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
    border: 0px solid red;
}

    #map-canvas img {
        max-width: none !important;
    }

.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}

#iw-container {
    margin-bottom: 10px;
}

    #iw-container .iw-title {
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 22px;
        font-weight: 400;
        padding: 10px;
        background-color: #1387c7;
        color: white;
        margin: 0;
        border-radius: 2px 2px 0 0;
    }

    #iw-container .iw-content {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        margin-right: 1px;
        padding: 15px 5px 20px 15px;
        max-height: 140px;
        overflow-y: auto;
        overflow-x: hidden;
    }

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.msg-note {
    font-size: 1em; /*.9em;*/
    margin: 4px 0px 4px 0px;
    font-weight: bold;
    color: black;
}

.disponibilita {
    color: black;
    font-weight: bold;
    font-size: 1em;
}

.disponibile {
    color: #32cd32;
}

.non-disponibile {
    color: #ff0000;
}

.parz-disponibile {
    color: #f7bc04;
}

.disponibile-altri-mag {
    color: #91aa22;
}

.materiale-in-arrivo {
    color: #91aa22;
}

.parz-disponibile-altri-mag {
    color: #91aa22;
}

.promo-on {
    float: left;
    background-color: forestgreen;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    margin-left: 0px;
    margin-top: -7px;
    margin-right: 10px;
    border-radius: 50px;
    border: 1px solid;
    border-color: black;
    visibility: visible;
}

.promo-off {
    visibility: hidden;
}

.promo-giorno {
    float: left;
    background-color: forestgreen;
    color: white;
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    padding: 0px 6px 0px 6px;
    margin-left: 0px;
    margin-top: -3px;
    margin-right: 10px;
    border-radius: 50px;
    border: 1px solid;
    border-color: black;
    visibility: visible;
}

/* ------------------- */
/*  Ordina           */
/* ------------------- */
#ordineDiv div {
    border: 0px solid #1387c7;
    font-size: 1em;
}

#ordineDiv .form-group {
    margin-bottom: 8px;
}

#ordineDiv label {
    text-align: left;
    display: block;
}

#ordineDiv .btn {
    width: 180px !important;
}

#DataConsegnaDesiderata {
    display: none;
}

#ordineDiv .dropdown-menu > li:nth-child(odd) {
    background: white;
}

#ordineDiv .dropdown-menu > li:nth-child(even) {
    background: #f3ecec;
}

/*.ordina-cap {
    padding-left: 2px !important;
    padding-right: 2px;
}*/

/* ---------------------- */
/*  Home                  */
/* ---------------------- */
.home-img-logo {
    /*top: 10px;*/
    /*   overflow: visible; */
    /*position: absolute;*/
    /*background-color: #1387c7;*/
}

/*#homeDiv .list-group-item  {
    border: 1px solid #1387c7 !important;
}

#homeDiv list-group-item {
  background-color: #1387c7 !important;
}
#homeDiv hr  {
    margin: 2px;
}*/
.home-item {
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 2px 3px 15px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
}

.home-item-title {
    padding: 4px;
    font-weight: bold;
}

#homeDiv .list-group {
    border: 0px solid red;
    margin: 0px;
    padding: 0px;
}

/*.docs-container {
    height: auto;
    border: 1px solid red;
}
*/
.docs-container .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #1387c7;
    padding: 2px;
    font-size: 1.7em;
    /*border: 1px solid red;*/
}

.docs-container .news-titolo {
    margin: 2px;
    /*font-weight: bold;
    color: #F96F04;*/ /*#EF7C00;*/
}

.docs-container .docs-titolo {
    margin: 2px;
    /*font-weight: bold;
    color: #F96F04;*/ /*#EF7C00;*/
}

.docs-container p {
    margin: 2px;
    border: 0px solid red;
}

#docsGroupDiv .list-group-item {
    padding: 10px;
    font-size: 1.3em;
}

    #docsGroupDiv .docsGroupDiv-col {
        margin: 0px;
        padding: 0px;
        font-size: 1em;
        /*border: 2px solid red;*/
    }

    #docsGroupDiv .list-group-item.active {
        padding: 1px;
        font-size: 1.6em;
    }

    #docsGroupDiv .list-group-item .glyphicon {
        padding-left: 5px;
        /*font-size: 1.6em;*/
    }

    #docsGroupDiv .list-group-item a {
        color: black;
    }

.docsGroupCountlbl {
    font-size: 12px;
    background-color: #1387c7;
    color: #fff;
    /*vertical-align: top;
    margin: 1px 5px;
    padding: 4px 14px 4px 14px;*/
    padding: 2px 9px 2px 9px;
    margin: -7px -6px 0px 3px;
    vertical-align: top;
}

/*list-group-item:has(> a.docsLetto) {
    background-color: #999;
}*/

/*.list-group-item  {
    border: 1px solid red !important;
}*/
.docsNonLetto {
    background-color: white;
}

.docsLetto {
    background-color: #ebebeb; /*f6f5f5*/
}
/* ---------------------- */
/*  Invio result   */
/* ---------------------- */
.invioResult {
    text-align: center;
    margin: 20px;
}
.invioResult .glyphicon {
    font-size: 3em;
}

.invioResult .glyphicon-ok {
    color: green;
}

.invioResult .glyphicon-ban-circle {
    color: red;
}

/* ------------------- */
/*  Switch           */
/* ------------------- */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/* ------------------- */
/*  dropdown-submenu   */
/* ------------------- */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


/* ------------------- */
/*  Responsive table   */
/* ------------------- */
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables th {
        background-color: #999;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}

/* ------------------- */
/*  Spinner Loading    */
/* ------------------- */
.spinner-loading {
    position: fixed;
    background: transparent;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999 !important;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #1387c7;
    border-bottom: 8px solid #EF7C00;
    border-right: 8px solid #D3D92C;
    border-left: 8px solid #ebebeb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ------------------- */
/*  varie           */
/* ------------------- */
.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

.btn-primary {
    background-color: #1387c7;
}

.btn-success {
    background-color: #D3D92C;
}

.green {
    color: green;
}
.bold {
    font-weight: bold;
}

.update-message {
    color: #f58f00;
    font-size: 12px;
    font-weight: bold;
}

.alert {
    margin: 0px;
    padding: 5px;
}

h2 {
    color: #EF7C00;
    font-size: 26px;
}

.big-title-black {
    color: black;
    font-size: 26px;
    text-align: center;
}

h3 {
    font-weight: bold;
}

h10 {
    color: #EF7C00;
    font-size: 9px;
    padding: 0px;
}

/*
h4 {
    color: #EF7C00;
}*/

/*hr {
    border: 1px solid  #EF7C00;
}*/

.toast {
    opacity: 1 !important;
}

.titolo {
    font-weight: bold;
    color: #EF7C00;
}

.lista-vuota {
    margin-top: 20%;
    margin-bottom: 20%;
    font-size: 2em;
    color: #999;
    text-align: center;
}

.lista-vuota-ric-doc {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 2em;
    color: #999;
    text-align: center;
}

.categ-tree {
    font-size: 14px;
    font-weight: bold;
    color: #EF7C00;
}

.link-generic {
    font-size: 1em;
    font-weight: bold;
    color: #1387c7;
    text-transform: uppercase;
}
.link-generic-lower-case {
    font-size: 1em;
    /*font-weight: bold;*/
    color: #1387c7;
}

.link-recupero-pwd {
    font-size: 12px;
    color: black;
    text-decoration: underline;
    margin: 0 0 0 0;
}

.link-back {
    display: inline-block;
    margin-left: -4px;
    font-size: 12px;
    font-weight: bold;
    color: #1387c7;
    text-transform: uppercase;
}

.link-icon {
    font-weight: bold;
    color: #1387c7;
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
}

.link-icon-col {
    width: 20px;
}

.link-set-letto {
    font-size: 10px;
    font-weight: bold;
    color: #1387c7;
    text-transform: uppercase;
}

.link-leggi-doc {
    font-size: 10px;
    font-weight: bold;
    color: #1387c7;
    text-transform: uppercase;
}

.testo-errore {
    color: red;
}

.testo-warning {
    color: red;
}

.testo-ok {
    color: #32cd32;
}

.testo-blu {
    color: #1387c7;
}

.info-consegna {
    color: black;
    /*font-weight: bold;*/
    font-style: normal;
}

.row-header {
    margin: 10px 20px 20px 20px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.rectangle {
    border: 1px solid #EF7C00 !important;
    border-radius: 5px;
}

.table-generic {
    word-break: break-all; /* GLN 16/04/2018 */
}

.table-generic th {
    background-color: #1387c7 !important;
    color: black;
    font-weight: bold;
    word-break: break-all; /* GLN 16/04/2018 */
    /*b7b7b7 !important;*/
}

/* Cornice form-control per radio e checkbox group */
.form-control-container {
    padding: 6px 12px;
    width: 100%;
    /*font-size: 14px;*/
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Fix responsive checkbox Stato ordine */
.radio-inline,
.checkbox-inline {
    padding-right: 10px;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0px;
}

/* Bottone gestione preferiti*/
.pref-art-btn {
    background-color: transparent;
    border: hidden;
    font-size: 20px;
    color: #EF7C00;
}

.pref-art-btn:active,
pref-art-btn:active,
.pref-art-btn:focus,
pref-art-btn:focus,
.pref-art-btn:hover,
pref-art-btn:hover {
    outline: none;
    color: #EF7C00;
}

.resi-label-span {
    display: inline-block;
    width: 90px;
}

#infoSvalutazTable {
    width: 100%;
}

    #infoSvalutazTable td {
        padding: 4px;
    }

#carrelloResiTablePrz {
    width: 240px;
    border: 0px solid red;
}

.btn-info {
    padding-bottom: 5px;
}

.reso-bgColor {
    background-color: #fbce9d !important;
}

/* ------------------- */
/*  most-purchased     */
/* ------------------- */
.most-purchased-slick {
    font-size: 1.2em;
    padding: 6px 28px 0px 28px;
    /*margin-bottom: 0px;*/
}

.slick-prev {
    left: -0px;
    z-index: 1000 !important; /* porta in primo piano */
}

.slick-next {
    right: 11px;
    z-index: 1000 !important; /* porta in primo piano */
    /*border: 2px solid red;*/ /* colore bordo */
    /*border-radius: 50%;*/ /* opzionale: cerchio */
    /*width: 40px;*/ /* dimensione bottone */
    /*height: 40px;
    font-size: 11em;*/
}

    .slick-prev:before,
    .slick-next:before {
        color: #ddd; /* colore frecce */
        /*font-size: 40px;*/ /* dimensione della freccia */
        /*color: black;*/ /* colore della freccia */
    }
/*.slick-prev, .slick-next {
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    display: block !important;
}
*/



/* ------------------- */
/*  carousel slider    */
/* ------------------- */
/*.home-carousel {
    border: 1px solid blue;
}
*/
.home-carousel .carousel-inner {
    background-color: white !important;
    height: 125px;
    font-size: 12px;
    margin-bottom: 10px;
    /*    border: 1px solid red;*/
    margin: 0px;
    padding: 0px;
}

.home-carousel h4 {
    font-size: 14px;
    margin-top: 4px;
}

.home-carousel .carousel-control {
    background-image: none;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);*/
}

.home-carousel .carousel-indicators {
    bottom: -8px;
    /*top: 5px;*/
}

.home-carousel .carousel-indicators li {
    background-color: #1387c7; /*blu Gio*/
    width: 8px;
    height: 8px;
    /*border: 11px solid gray;*/
}

    .home-carousel .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 0;
        background-color: #EF7C00;
    }

.home-carousel-img .item {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    height: 120px;
    overflow: hidden;
    cursor: pointer;
}

/* Evita che l'immagine venga troncata in basso ridimensionando il parent */
    .home-carousel-img > .carousel-inner > .item > img {
        max-height: 120px;
        /*border: 1px solid red;*/
        margin: auto;
    }

.home-piede-rss {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

.rss-card {
    height: 100%;
    background-color: white;
}

.rss-card .thumbnail {
    height: 100%;
    background-color: transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    min-width: 40%;
    height: 100%;
    border-radius: 5px;
    /*background-color: yellow;*/
    overflow: hidden;
    height: 120px;
    margin-bottom: 1130px;
}

    /*.rss-card .thumbnail-label {
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }*/

.rss-card .thumbnail-description {
    min-height: 40px;
    height: 30px;
    text-align: justify;
}

.rss-card .thumbnail:hover {
    /*cursor: pointer;*/
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
}

.rss-card .img-div {
    width: 90px;
    /*border: 2px solid blue;*/
    overflow: hidden;
    margin-right: 10px !important;
    margin-bottom: 4px !important;
    float: left;
    border: 1px solid #ddd;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.rss-card img {
    max-height: 100%;
    max-width: 100%;
}

.campo-indirizzo {
    padding-left: 8px; /* per campo cap troppo stretto con Browser Edge*/
}


/*.codice-buono-selezione .table-buoni-sconto {
    width: 100%;
    padding-left: 4px;*/
    /*border: 1px solid black;*/
/*}*/
/*.codice-buono-selezione .table-buoni-sconto th td {*/
    /*border: 1px solid red !important;*/
/*}*/

.codice-buono-selezione #rimuoviBuonoBtn {
    width: 34px !important;
    height: 34px;
    /*border: 1px solid red;*/
    color: red;
    margin-right: 10px;
}

.codice-buono-selezione #selezBuoniScontoBtn {
    width: 140px !important;
    vertical-align: bottom;
}

.table-buoni-sconto {
    width: 100%;
    /*border: 1px solid red;*/
}

.table-buoni-sconto td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 1200px;
}

#idBuoniScontoBtnDiv {
    padding: 0px;
    margin: 0px;
    margin-top: 26px;
    /*border: 1px solid yellow !important;*/
}
/*.flex {
    display: flex;
}

    .flex > div {*/
/*width: calc(100%/3);*/ /* Setting the width of columns at one third each */
/*}*/
/* The following CSS is for background colors only */
/*.flex > div:nth-child(1) {
            background-color: #f97171;
        }

        .flex > div:nth-child(2) {
            background-color: #f99e50;
        }

        .flex > div:nth-child(3) {
            background-color: #f5d55f;
        }*/
@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

/* X bottone Gestione occhio password */
.reveal-pwd:focus, .reveal-pwd:active {
    outline: none !important;
    box-shadow: none;
}


/*PER TEST*/

/*.table {
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.table-row {
    width: 100%;
    height: 30px;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.table-header {
    font-weight: bold;
}

.table-row div:first-child {
    width: 10% !important;
}

.table-row-column {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.m-auto {
    margin: auto !important;
}

/* ------------------- */
/*  Gestione Tabs      */
/* ------------------- */
.tabs {
    text-align: left;
    margin-top: 40px;
}

.tab-nav-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative !important;
    z-index: 999 !important;
    top: 3px;
}

.tabs ul {
    display: block;
    /*width: max-content;*/
    overflow-y: hidden;
    margin: 0px;
    padding-inline-start: 5px;
}

    .tabs ul li {
        display: inline-block;
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: white;
    }

        .tabs ul li.active {
            border: 1px solid #ccc;
            border-bottom: 3px solid white;
        }

        .tabs ul li a {
            text-decoration: none;
            color: red;
            padding: 10px;
            line-height: 25px;
            position: relative;
            /*font-weight: bold;*/
            color: black;
            line-height: 35px;
            color: black;
            font-size: 18px;
            /*text-decoration: none;*/
            padding: 10px;
        }

.tab-content-wrapper {
    position: relative !important;
    z-index: 1 !important;
    border: 1px solid #ccc;
    padding: 20px;
    min-height: 40px;
}

/******************************/
/* Horizontal media scrolling */
/******************************/

@import "https://unpkg.com/open-props";
@import "https://unpkg.com/open-props/normalize.min.css";

#cross-selling-container {
    border-top: 0px solid #ccc;
}

.media-scroller {
    --_spacer: var(--size-3);
    display: grid;
    gap: var(--_spacer);
    grid-auto-flow: column;
    grid-auto-columns: 14%;
    padding: 0 var(--_spacer) var(--_spacer);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.media-scroller--with-groups {
    grid-auto-columns: 80%;
}

.media-group {
    display: grid;
    gap: var(--_spacer);
    grid-auto-flow: column;
}

.media-element {
    display: grid;
    grid-template-rows: min-content;
    gap: var(--_spacer);
    padding: var(--_spacer);
    background: white; /*var(--surface-2);*/
    /*background: var(--surface-2);*/
    border-radius: 5px; /*var(--radius-2);*/
    box-shadow: var(--shadow-2);
    padding: 4px;
    border: 0px solid #ccc;
}

    .media-element > img {
        inline-size: 100%;
        aspect-ratio: 1 / 1; /*16 / 9;*/
        object-fit: cover;
    }

.snaps-inline {
    scroll-snap-type: inline mandatory;
    scroll-padding-inline: var(--_spacer, 1rem);
}

    .snaps-inline > * {
        scroll-snap-align: start;
    }

/* general styling */

.cross-selling-container {
    inline-size: min(100% - 4rem, 70rem);
    margin-inline: auto;
}

.flow {
    display: grid;
    gap: var(--size-3);
}

.page-header {
    padding-block: var(--size-9);
    margin-block-end: var(--size-9);
    background: var(--gradient-16);
    color: var(--gray-0);
    box-shadow: var(--shadow-2);
}

.page-title {
    font-size: var(--font-size-fluid-3);
}

.page-subtitle {
    font-size: var(--font-size-fluid-1);
}

.section-title {
    padding-inline-start: var(--size-6);
    margin-block: var(--size-9) var(--size-3);
}

#cross-selling .descr-container {
    font-size: 0.8em;
    margin-bottom: 4px;
    min-height: 60px;
}

#cross-selling .cod-art {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0px;
    border: 0px solid red;
}

    #cross-selling .cod-art a {
        color: black;
    }

#cross-selling .descr-art {
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #EF7C00; /*337AB7;*/
}

#cross-selling .descr-forn {
    font-size: 0.7em;
    font-weight: normal;
    margin-bottom: 0px;
}

#cross-selling .art-img-detail-no-zoom {
    height: 100%;
    width: 100%;
    padding-right: 0px;
    margin: 0px;
    max-width: 180px;
    max-height: 180px;
    /*border-top: 1px solid #ddd;*/
    cursor: auto;
    object-fit: contain;
    background: white;
}

/*.modal.fade {
    z-index: 100 !important;
}*/

#contattiClienteModalContainer {
    margin: 0px 20px 20px 18px;
}

#contatti-table {
    width: 100%;
}
    #contatti-table td {
    padding: 2px 14px 2px 0px;
    border: 0px solid red;
}