/*!
 * LAPE v3.1
 * Homepage: http://termola.lape.it
 * Copyright 2021 Proprionoi
 * Based on Bootstrap and Bootswatch Paper and Bootswatch Yeti
*/

@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*
            VARIABILI DI TUTTI I COLORI
*/
:root {
    /*--mainColorEdilizia: #3a796d;*/
    --mainColorEdilizia: #EC6625;
    --mainColorShadowEdilizia: rgb(236 102 37 / 15%);
    --mainColorImballaggi: #004C8B;
    --mainColorShadowImballaggi: rgb(0 76 139 / 15%);
    --mainColorLape: #00AEEF;
    --mainColorShadowLape: rgb(0 174 239 / 15%);
    --arancione: #EC6625;
    --arancioneLight: #F8CBB4;
    --bluenext: #7A8696;
    --greenbutton: #4cd964;
    --greenEco: #1A963A;
    --redtermolan: #CA251E;
    --light: #f8f9fa;
    --greyLight: #ced4da;

}


.font-prodotto {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.font-hand {
    font-family: 'Nothing You Could Do', cursive;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans;
    font-weight: 400;
}

.display-1,
.display-2,
.display-3,
.display-4 {
    font-weight: 100 !important;
}

.display-4 {
    font-size: 3rem;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.icon-size16 {
    height: 16px;
}

.border-orange {
    border-color: var(--arancione) !important;
}

.border-light {
    border-color: #888 !important;
}

.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}

.w-35 {
    width: 35%;
}
.w-65 {
    width: 65%;
}


/*
*******************************************
*
* CUSTOM SWITCH
*
*******************************************
*/

.custom-control.border-switch {
    padding-left: 0;
    cursor: pointer;
}

.custom-control.border-switch-green {
    --color: #4cd964;
    /* definizione variabile color */
}

.custom-control.border-switch .border-switch-control-input {
    display: none;
}

.custom-control.border-switch .border-switch-control-input:checked~.border-switch-control-indicator {
    border-color: var(--color);
    /* interpreta variabile */
}

.custom-control.border-switch .border-switch-control-input:checked~.border-switch-control-indicator::after {
    left: 14px;
    background-color: var(--color);
}

.custom-control.border-switch .border-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: .3s;
    border: 2px solid #ccc;
}

.custom-control.border-switch .border-switch-control-indicator::after {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: .3s;
    top: 2px;
    left: 2px;
    background: #ccc;
}


/***********************************************************
*			                XS
************************************************************/


/* Extra small devices (portrait phones, less than 576px) */

@media only screen and (max-width: 575px) {

    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    .display-3 {
        font-size: 2.0em;
    }
}


/***********************************************************
*			                SM
************************************************************/


/* Small devices (landscape phones, 576px and up) */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .display-3 {
        font-size: 2.5em;
    }
}


/***********************************************************
*			MD
*/


/* Medium devices (tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .display-3 {
        font-size: 3.0em;
    }
}


/***********************************************************
*			LG
*/


/* Large devices (desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}


/***********************************************************
*			XL
*/


/* Extra large devices (large desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}


/* FEATURES UFFICIALE BSTRAP PER FONT RESPONSIVE */

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }

    h1,
    .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    h2,
    .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    h3,
    .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }

    h4,
    .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }

    .display-1 {
        font-size: calc(1.725rem + 5.7vw);
    }

    .display-2 {
        font-size: calc(1.675rem + 5.1vw);
    }

    .display-3 {
        font-size: calc(1.575rem + 3.9vw);
    }

    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
    }

    .close {
        font-size: calc(1.275rem + 0.3vw);
    }
}

.font-mini {
    font-size: 0.4em;
}

.font-small {
    font-size: 0.6em;
}

.font-medium {
    font-size: 0.8em;
}

#products-pp a {
    text-transform: uppercase;
    text-decoration: none;
}

#products-pp a:hover .label {
    background-color: #000;
}

#products-pp .panel-body {
    min-height: 195px;
}

#products-pp .panel-body p {
    line-height: 1.4em;
    padding-top: 20px;
}

.number-lape {
    font-size: 54px;
    font-weight: bold;
    border-bottom: solid 8px #000;
    width: inherit;
    text-align: center;
    color: #000;
    line-height: 60px;
}


/* Personalizzazione dei bottoni per accordion: */
;

[aria-expanded="false"] .menu__icon--open {
    display: inline;
}

[aria-expanded="false"] .menu__icon--close {
    display: none;
}

[aria-expanded="true"] .menu__icon--open {
    display: none;
}

[aria-expanded="true"] .menu__icon--close {
    display: inline;
}


/* FontAwesome custom sizing */

.fa-0-5x {
    font-size: .5em;
}

.fa-1-5x {
    font-size: 1.5em;
}

.fa-1-8x {
    font-size: 1.8em;
}


.quotes {
    display: none;
}

​
/* ################################################################## */


/* Pagina ADMIN/LOGIN */

body#admin {
    /* il file di background lo carico random in PHP dalla pagina ADMIN.php; */
    background-size: cover !important;
    background-position: top;
}

body#admin .form-control {
    color: #fff;
}

body#admin #recuperoEmail {
    color: #999;
}


/* ################################################################## */

.page-header.lape-style {
    border-bottom: 4px #000 solid;
}

hr.separatore {
    height: 4px;
    border: 0;
    background-color: #000;
}

.label {
    border-radius: .25em !important;
}

ul.square {
    list-style-type: square;
}

ul.timeline {
    margin-bottom: 0;
}

.timeline>li>.timeline-badge {
    padding-top: 12px;
}

div.thumb {
    border: solid 1px #ccc;
    width: 100%;
    height: 190px;
}

div.cols-2 {
    column-count: 2;
    column-gap: 30px;
}

@media (max-width: 590px) {
    div.cols-2 {
        column-count: 1;
        column-gap: auto;
    }
}

/*ol.breadcrumb li {
    text-transform: capitalize;
}*/

.ico-lape-big {
    font-size: 18px;
}


/* ---------------------------------------------------- */


/*                    COLORI                            */


/* ---------------------------------------------------- */


.bg-light-gray {
    background-color: #bdbdbd;
}

.bg-dark.lape {
    background-color: #666 !important;
}

.bg-light.lape {
    background-color: #f0f0f0 !important;
}

.bg-red {
    background-color: var(--redtermolan) !important;
}

.bg-blue-next {
    background-color: var(--bluenext);
}

.bg-primary.lape {
    background-color: #C9E8FB !important;
}

.bg-404 {
    background-color: #FCCF8B !important;
}


.blue-next {
    color: var(--bluenext) !important;
}

.blue-lape {
    color: var(--mainColorLape) !important;
}

.blue-imballaggi,
.color-imballaggi {
    color: var(--mainColorImballaggi) !important;
}

.bg-blue-lape {
    background-color: var(--mainColorLape) !important;
}

.bg-blue-imballaggi,
.bg-imballaggi {
    background-color: var(--mainColorImballaggi) !important;
}

.bg-orange,
.bg-edilizia {
    background-color: var(--arancione) !important;
}

.bg-sostenibilità {
    background-color: #ABD3DB;
    border-radius: 10rem 10rem 0rem 0rem;
}

.green {
    color: var(--greenbutton);
}

.green-gradient {
    background: var(--greenEco);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* FF3.6-15 */
    background-clip: -webkit-linear-gradient(top, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--greenbutton)', endColorstr='var(--greenEco)', GradientType=0);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.green-gradient-bg {
    background: var(--greenEco);
    /* Old browsers */
    background: -moz-linear-gradient(top, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, var(--greenbutton) 0%, var(--greenEco) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='var(--greenbutton)', endColorstr='var(--greenEco)', GradientType=0);
    /* IE6-9 */
}

.green-bg,
.green-bg h2 {
    background-color: var(--mainColorEdilizia);
    color: #fff;
}

.bg-company {
    background-color: #fff;
}

.bg-company:hover {
    background-color: var(--arancioneLight) !important;
    border-color: var(--arancione) !important;
}

.bg-company:has(.btn-orange) {
    background-color: var(--arancioneLight) !important;
    border-color: var(--arancione) !important;
}

.bg-company:has(.btn-orange) #calltoactionSelect {
    display: none;
}

/* Pezza per il Termolan Green */

.termolan.green p {
    color: #666;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.black-w-bg {
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    padding: 5px;
}

.white-w-bg {
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
}

.white-w-bgRed {
    color: #fff;
    background: rgba(255, 155, 155, 0.7);
    padding: 5px;
}

.white-box {
    background-color: #fff;
    color: #000;
    border: 1px solid #ff7332;
    outline: 8px solid #fff;
    /*top: 30%;*/
    bottom: 30%;
}

.text-orange,
.text-arancio {
    color: var(--arancione) !important;
}

.text-red {
    color: var(--redtermolan) !important;
}

.text-blu50,
.text-blue50next {
    color: var(--bluenext) !important;
}

.border-brown {
    border-color: #e9dac6 !important;
}

.border-brown-light {
    border-color: #f0e8d8 !important;
}

.border-red-light {
    border-color: #f2dede !important;
}

.border-yellow-light {
    border-color: #fcf8e3 !important;
}

.border-green-light {
    border-color: #dff0d8 !important;
}

.border-blu-light {
    border-color: #d9edf7 !important;
}

.border-violet-light {
    border-color: #efd8f0 !important;
}

.border-grey-light {
    border-color: var(--greyLight);
}

.text-brown {
    color: #8f6450;
}

.link-opaco {
    opacity: 0.70;
  }


.link-opaco:hover,
.link-opaco:active,
.link-opaco:focus {
    opacity: 1.0;
    text-decoration: none !important;
    font-weight: bold;
  }

.nav-menu-dashboard {
    color: var(--bluenext) !important;
}

.nav-menu-dashboard:hover,
.nav-menu-dashboard:focus,
.nav-menu-dashboard:active {
    color: var(--mainColorLape) !important;
    font-weight: bold;
}


.eupopup-button:visited {
    color: #fff;
}



/* ---------------------------------------------------- */


/* ---------------------------------------------------- */


/*                    ELEMENTI DELLA PAGINA             */


/* ---------------------------------------------------- */

.no-bars {
    overflow: hidden;
}

.no-bars::-webkit-scrollbar {
    /* This is the magic bit */
    display: none;
}

.img-hover:hover {
    opacity: 0.8;
}

.drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}
#caratteristicheTecniche li::first-letter {
    text-transform: uppercase;
}

.pop-up-img {
    /*width: 20%;*/
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
}

.breadcrumb li>a {
    color: #000;
}

.breadcrumb-item {
    font-size: 0.8em;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: normal;
    text-decoration: none;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.img-certificazione {
    max-height: 100px;
}


/*###########################################################################*/


/*#																			#*/


/*#  								Navigation 								#*/


/*#																			#*/


/*###########################################################################*/


/* Togliamo l'icona caret di default di BS per i dropdown */

#menu .dropdown-toggle::after,
#prodottiDPMButton.dropdown-toggle::after,
#samples-table .dropdown-toggle::after,
#checks-table .dropdown-toggle::after,
.no-caret.dropdown-toggle::after {
    display: none;
}

#menu .dropdown-submenu {
    position: relative;
}

#menu .dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

#menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

#menu .dropdown-item.active,
.dropdown-item:active {
    background-color: #ddd;
}

.nav-link.mainBtn {
    /*border-bottom: solid #ff0000 2px;*/
    margin: auto 4px;
    /*font-weight: bold;*/
    font-size: 0.9em;
}

.nav-link.mainBtn:hover,
.nav-item.active>.nav-link.mainBtn {
    border-bottom: solid #000 2px;
}

/*.nav-item.active>.nav-link.mainBtn {
    border-bottom: solid #009ADB 3px;
}*/

.nav-link.active.lape {
    background: transparent !important;
}

/*#applicationsFilter .nav-link.active{
    color: #fff;
}*/
#applicationsFilter .nav-link{
    color: #aaa;
    background-color: #ECECEC;
}
#applicationsFilter #tabBtnTermico .nav-link.active,
#applications_1 .card {
    background-color: #fff;
    color: var(--arancione);
}
#applicationsFilter #tabBtnAcustico .nav-link.active,
#applications_2 .card {
    background-color: #fff;
    color: var(--mainColorLape);
}

.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #e9ecef;
}

.nav-pills>.app-selector {
    min-width: 350px;
    margin: 2px;
}

.nav-pills>.app-selector.newstyle {
    min-width: 120px;
    margin: inherit;
    margin-bottom: 10px;
}

.nav-pills>.app-selector>a {
    font-size: 12px;
}

.app-selector {
    padding: 4px;
}

.app-selector .badge {
    min-width: 30px;
}

.app-selector>a:hover,
.app-selector:hover {
    text-decoration: none;
    background-color: #d5d5d5;
    color: #000;
}

.app-selector.active {
    background-color: #666;
}

.app-selector.active>a {
    color: #fff;
    text-decoration: none;
}


#primaryNavbar .nav-item.active {
    color: #007bff;
    border-bottom: solid 2px #007bff;
    font-weight: 500;
}

#primaryNavbar .nav-item.active a {
    color: #007bff;
}

/* SHADOW NAVBAR*/

.shadow-imballaggi{
    box-shadow: 0 0.5rem 1rem var(--mainColorShadowImballaggi) !important;
}

.shadow-edilizia{
    box-shadow: 0 0.5rem 1rem var(--mainColorShadowEdilizia) !important;
}

.shadow-lape{
    box-shadow: 0 0.5rem 1rem var(--mainColorShadowLape) !important;
}


/* Animazione bottone Toggle/Hamburger del menu Navbar */

/* Icon settings 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* colore delle linee del bottone: */
.animated-icon1 span {
    background: #e65100;
}

.animated-icon2 span {
    background: #e3f2fd;
}

.animated-icon3 span {
    background: #999;
}

/* Icon 1 */
.animated-icon1 span:nth-child(1) {
    top: 0px;
}

.animated-icon1 span:nth-child(2) {
    top: 10px;
}

.animated-icon1 span:nth-child(3) {
    top: 20px;
}

.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Icon 2*/
.animated-icon2 span:nth-child(1) {
    top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

/* Icon 3 */
.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}


/**/
.blu-circle {
    background-image: url('/images/uploads/photos/blu-circle.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++




                                        CITY GRID



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.mappa {
    background-image: url('/images/citygrid/00.background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#vocedicapitolato.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

#vocedicapitolato.nav-tabs>li>a {
    line-height: 1.42857143;
    border: 1px solid transparent;
}

#vocedicapitolato .nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

#vocedicapitolato.nav-tabs>li.active>a,
#vocedicapitolato.nav-tabs>li>a {
    font-size: 20px;
}

#vocedicapitolato.nav-tabs>li.active>a,
#vocedicapitolato.nav-tabs>li.active>a:hover,
#vocedicapitolato.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#vocedicapitolato.nav-tabs>li>a:hover,
#vocedicapitolato.nav-tabs>li>a:focus:hover {
    background-color: #ccc;
    -webkit-box-shadow: inset 0 -2px 0 #555;
    box-shadow: inset 0 -2px 0 #555;
    color: #555;
}

#vocedicapitolato.nav>li>a:hover,
#vocedicapitolato.nav>li>a:focus,
#vocedicapitolato.nav-tabs>li.active>a:hover,
#vocedicapitolato.nav-tabs>li.active>a:focus:hover {
    border: 1px solid;
    border-color: #ddd;
    border-bottom: transparent;
    color: #000;
}

.row.araldiche {
    padding-top: 40px;
}

.prod-filter img {
    max-width: 32px;
    max-height: 32px;
}


/* Creo uno stile nel caso mi serva uno Split-Button nel menu principale: */

.btn-menu {
    border: none;
    text-transform: capitalize;
    font-size: 16px;
}

.btn-orange {
    background-color: var(--arancione) !important;
    border-color: var(--arancione) !important;
}

.btn-orange:hover {
    background-color: #993A0C !important;
    border-color: #993A0C !important;
}

.btn-blue-imballaggi {
    background-color: var(--mainColorLape) !important;
    border-color: var(--mainColorLape) !important;
}

.btn-blue-imballaggi:hover {
    background-color: var(--mainColorImballaggi) !important;
    border-color: var(--mainColorImballaggi) !important;
}

.btn-outline-orange {
    border: solid 1px var(--arancione) !important;
    color: var(--arancione);
}

.btn-outline-orange:hover {
    background-color: var(--arancione) !important;
    color: #fff !important;
}

.btn-outline-orange:visited {
    color: var(--arancione);
}

.btn-outline-next {
    border: solid 1px var(--bluenext);
    color: var(--bluenext);
}

.btn-outline-next:hover {
    background-color: var(--bluenext);
    color: #fff !important;
}

.btn-outline-next:visited {
    color: var(--bluenext);
}

.btn-black {
    border: 1 solid #000;
}



.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 1.3rem;
}

.btn-circle i {
    position: relative;
    top: -1px;
}

.btn-circle-sm {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9rem;
}

.btn-circle-lg {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 1.5rem;
    border-radius: 60%;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
    border-radius: 80%;
}

.btn-outline-no {
    outline: none !important;
}

.btn-outline-primary.celeste {
    color: #3490dc !important;
}

.btn-outline-primary.celeste.active,
.btn-outline-primary.celeste:hover,
.btn-outline-primary.celeste:focus {
    color: #fff !important;
}


/* Creo uno spaziatore quando nel carousel in home non uso il bottone: */

.btnPlaceholder {
    height: 50px;
}
.owl-carousel {
    width: 80%; /* Serve per correggere un diffetto nella gallery dei prodotti */
}
.owl-stage {
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #007bff;
}


/* FLEXSLIDER */

.flexslider.lape {
    margin: 0 !important;
    border: none !important;
    position: relative !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}


/*			404			 */

#banner-404 {
    background: url('/media/img/lastra_404.png') bottom right no-repeat;
    min-height: 400px;
}


/* Footer Styles */
.footer-content {
    background-color: #fff;
}

footer {
    font-size: 13px;
}

.dotted {
    border: 1px dotted #666;
    border-style: none none dotted;
}

footer #sitemap {
    font-size: 11px;
}

footer a {
    color: #444;
}

footer a:hover {
    text-decoration: none;
    color: inherit;
}

#fb-root,
.social-btn,
.btn-primary.fb-like {
    background-color: #4267b2;
}

._2tga,
._2tga.active {
    background: transparent !important;
    border: transparent !important;
}

.google-map-canvas {
    height: 400px;
}

div.tt-menu {
    background-color: #fff;
    width: 300px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 20px;
}


/* Form contatti alert */


/* .invalid class prevents CSS from automatically applying */

.invalid input:required:invalid {
    background: #F6BCC0;
}


/* Mark valid inputs during .invalid state */

.invalid input:required:valid {
    background: #B8F1CA;
}

#boxContact {
    position: fixed;
    bottom: 0;
    z-index: 111222333;
    visibility: hidden;
}

/* FORM CLASS */

form select.form-lape,
form select.form-lape {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 0.75rem;
    padding-right: 0\9;
    background-image: url('/images/uploads/icons/angle-down.svg');
    -webkit-background-size: 13px 13px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd !important;
    box-shadow: inset 0 -1px 0 #dddddd !important;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #495057;
    font-weight: 400;
}

.form-lape {
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    /*border-bottom: 1px solid lightgray !important;*/
}

.form-lape:focus {
    border-radius: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid var(--mainColorLape) !important;
    box-shadow: none;
}


/*.custom-select {
    border: 0 !important;
}*/

.console-log {
    resize: none;
    width: 100%;
    overflow: auto;
    height: 500px;
    background: #000000;
    color: #ffffff;
    font-family: Courier;
}


/* ROB */

.block-placeholder {
    color: #fff;
    /* Alt text color */
    font: 40px;
    background-color: #fff;
}

.loading-wrapper {
    /*opacity:0.55;*/
    /*filter:alpha(opacity=55); /* For IE8 and earlier */
    /*background-color:#fff;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 15px;
    overflow-x: hidden;
}

.loading-content {
    position: relative;
    top: 25%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
    font-size: 36px;
    color: #666;
}


/* DOWNLOAD PAGE */

.dynamicSearch {
    background-position: 10px 12px;
    /* Position the search icon */
    background-repeat: no-repeat;
    /* Do not repeat the icon image */
    width: 100%;
    /* Full-width */
    font-size: 16px;
    /* Increase font-size */
    padding: 12px 20px 12px 40px;
    /* Add some padding */
    border: 1px solid #ddd;
    /* Add a grey border */
    margin-bottom: 12px;
    /* Add some space below the input */
}

.dropdown-menu-left.show {
    transform: translate3d(0, 28px, 0) !important;
}

.prod-filter.active {
    border-bottom: solid 2px #000;
}

#app-content>td>a.active {
    background-color: #ddd;
}


/*
*******************************************
*
* FORMS
*
*******************************************
*/

form .error {
    color: #ff0000;
}


/*FORMS REPORT*/
/*
input#from-data,
input#to-data,
select.selAnno,
select.selMese {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: inherit;
    background-color: transparent;
    font-size: 16px;
    line-height: 1.5
}*/

.report-visite-totali {
    font-size: 4em;
}

.bg-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9edf7+0,c4e3f3+100 */
    background: rgb(217, 237, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(196, 227, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(217, 237, 247, 1) 0%, rgba(196, 227, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(217, 237, 247, 1) 0%, rgba(196, 227, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#c4e3f3', GradientType=0);
    /* IE6-9 */
}

.bg-gray {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e8e8e8+100 */
    background: rgb(245, 245, 245);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(232, 232, 232, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e8e8e8', GradientType=0);
    /* IE6-9 */
}

h1.page-header {
    border-left: solid 100px #000;
    border-bottom: none;
    padding-left: 20px;
    padding-bottom: 0;
    color: #000;
    text-transform: uppercase;
}


/* CSS Nav-tab */

.nav-tabs {
    margin: 0;
}

.tab-content {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    border-color: #ededed;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #ededed;
}

/*.nav-link.active {
    background-color: #f8f9fa !important;
    border-bottom: none;
}*/


/*
*******************************************
*
* FRONTEND LARAVEL
*
*******************************************
*/

a {
    outline: 0;
}

.border-5 {
    border-width: 5px !important;
}

/*
********************************************
*
* dataTable
*
********************************************
*/
.dataTables_info,
.dataTables_length,
.dataTables_filter,
.dataTables_paginate {
    font-size: 0.8em;
    color: #888;
}

.page-item.active .page-link {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}


/*
*
* ==========================================
* VERTICAL TABS
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649 !important;
    background: #fff !important;
}

/* MARGINI NEGATIVI */

.mt-n6 {
    margin-top: -6rem;
}

.mt-n8 {
    margin-top: -8rem;
}


/* STILI TESTO */

.strilli {
    font-size: 1.5rem;
    font-weight: 100;
}

.t-1 {
    font-size: 1.35rem;
    font-weight: 100;
}

.t-1-bold {
    font-size: 1.35rem;
    font-weight: 700;
}

.text-thin {
    font-weight: 100 !important;
}

.t-small-bold {
    font-size: 0.85rem;
    font-weight: 700;
}

.rotate {

    transform: rotate(-90deg);

    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

/*JUMBOTRON HOME*/

.header-sky {
    border: none;
  }

/*COLOR TEXT*/

.bg-green {
    background-color: var(--greenEco);
}

.text-green {
    color: var(--greenEco) !important;
}

.text-blue {
    color: #009ADB;
}

.text-orange {
    color: #FF7F00;
}

.text-lape {
    color: #7c8797;
}

.text-white {
    color: #ffffff;
}

.green-edilizia,
.color-edilizia {
    color: var(--mainColorEdilizia);
}

.link-blue,
.link-blue:visited,
.link-blue:hover {
    color: var(--mainColorLape);
    text-decoration: none;
}

.link-blue50next,
.link-blue50next:visited,
.link-blue50next:hover {
    color: var(--bluenext);
    text-decoration: none;
}

.link-green,
.link-green:visited,
.link-green:hover {
    color: var(--greenEco);
    text-decoration: none;
}

.link-edilizia,
.link-edilizia:visited,
.link-edilizia:hover {
    color: var(--mainColorEdilizia);
    text-decoration: none;
}

.link-white,
.link-white:visited,
.link-white:hover {
    color: #fff !important;
    text-decoration: none;
}

.link-dark,
.link-dark:visited,
.link-dark:hover {
    color: #000 !important;
    text-decoration: none;
}

.link-red,
.link-red:visited,
.link-red:hover {
    color: red !important;
    text-decoration: none;
}

strong {
    font-weight: bold !important;
}




/*PARALLAX HOME*/
.parallax-home {
    /*height: 900px;*/
    height: 100vh;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/uploads/photos/termolan-header-1.jpg');
}
.parallax-home-mobile {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/images/uploads/photos/termolan-header-1-mobile.jpg');
}

.slider-block {
    height: 100vh;
    display:inline-block;
}
.carousel-item {
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:100%;
}

.blu-background-right {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
    background-image: url('/images/uploads/corporate/background-blu.svg');
}

.blu-background-left {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom left;
    background-image: url('/images/uploads/corporate/background-blu.svg');
}

.orange-background-left {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom left;
    background-image: url('/images/uploads/corporate/background-orange.svg');
}

.orange-background-right {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
    background-image: url('/images/uploads/corporate/background-orange.svg');
}

.green-background-right {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
    background-image: url('/images/uploads/corporate/background-green.svg');
}

.green-background-left {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom left;
    background-image: url('/images/uploads/corporate/background-green.svg');
}

.eps-background-right {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
    background-image: url('/images/uploads/edilizia/background-eps.svg');
}

.edilizia-background-right {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom right;
    background-image: url('/images/uploads/corporate/background-edilizia.svg');
}

.edilizia-background-left {
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom left;
    background-image: url('/images/uploads/corporate/background-edilizia.svg');
}

.vh100 {
    height: 100vh;
}

/* SPACING */

.line-25 {
line-height: 25px;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-6 {
    padding-top: 5rem !important;
}


/* GRANDEZZE ICONE */

.fa-lg {
font-size: 1.25em;
}

.fa-1-5 {
    font-size: 1.5em;
}

.stroke-icon {
 border: solid 1px #000;
 border-radius: 100%;
}

/* STILI TESTO */

.text-sm {
font-size: 60%;
font-weight: 400;
line-height: 15px;
}

/* SCROLL ORIZZONTALE */

.horizontal-scroll-wrapper {
    width: 100px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transform: rotate(-90deg);
    transform-origin: right top;
    transform:rotate(-90deg) translateY(-100px);
  }

  .horizontal-scroll-wrapper > div {
    width: 100px;
    height: 100px;
    transform: rotate(90deg);
    transform-origin: right top;
  }

/* MEDIA QUERY*/

@media (min-width: 576px) {
    .mt-sm-n6 {
        margin-top: -6rem !important;
    }
}

@media (min-width: 992px) {
    .mt-lg-n6 {
        margin-top: -6rem !important;
    }
}

@media (min-width: 720px) {
    .px-md-10{
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .ms-lg-n6 {
        margin-left: -6rem !important;
    }

    .ms-lg-n10 {
        margin-left: -10rem !important;
    }
}

@media (min-width: 720px) {
    .ps-md-10{
        padding-left: 10rem !important;
    }
}

@media (min-width: 720px) {
    .pe-md-10{
        padding-right: 10rem !important;
    }
}

@media (min-width: 1700px) {
    .px-lg-10{
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }
}

@media (min-width: 1700px) {
    .ps-lg-10{
        padding-left: 10rem !important;
    }
}

@media (min-width: 1700px) {
    .pe-lg-10{
        padding-right: 10rem !important;
    }
}

@media (min-width: 720px) {
    .b-size-30 {
        background-size: 30% !important;
    }
}

@media (max-width: 990px) {
    .fs-lg-1 {
        font-size: calc(1.35rem + 1.2vw) !important;
    }

    .fs-lg-2 {
        font-size: calc(1.305rem + .66vw) !important;
    }

    .fs-lg-3 {
        font-size: calc(1.2825rem + .39vw) !important;
    }

    .fs-lg-4 {
        font-size: calc(1.26rem + .12vw) !important;
    }

    .fs-lg-5 {
        font-size: 1.125rem !important;
    }

    .fs-lg-6 {
        font-size: .9rem !important;
    }
}

/* VARIE */

.vl {
border-left: 1px solid white;
  height: 100%;
}

/* SOTTOLINEATURA TESTO SPECIALE */

.underline-blue {
    background: linear-gradient(0deg, var(--mainColorLape) 35px, transparent 7px) 0 1.1em
}

.underline-orange {
    background: linear-gradient(0deg, var(--arancione) 35px, transparent 7px) 0 1.1em
}

.underline-green {
    background: linear-gradient(0deg, var(--greenEco) 35px, transparent 7px) 0 1.1em
}

.underline-edilizia {
    background: linear-gradient(0deg, var(--mainColorEdilizia) 35px, transparent 7px) 0 1.1em
}

.underline-blue-small {
    background: linear-gradient(0deg, var(--mainColorLape) 20px, transparent 7px) 0 1.1em
}

.underline-orange-small {
    background: linear-gradient(0deg, var(--arancione) 20px, transparent 7px) 0 1.1em
}

.underline-green-small {
    background: linear-gradient(0deg, var(--greenEco) 20px, transparent 7px) 0 1.1em
}

.underline-edilizia-small {
    background: linear-gradient(0deg, var(--mainColorEdilizia) 20px, transparent 7px) 0 1.1em
}


/* SOTTOLINEATURA ANIMATA */

.cool-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: var(--mainColorLape);
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.cool-link.active::after {
    width: 100%;
}

.cool-link-green {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link-green::after {
    display: block;
    width: 0;
    height: 5px;
    background: var(--greenEco);
    transition: width .3s;
}


.cool-link-green:hover::after {
    width: 100%;
    transition: width .3s;
}

.cool-link-green.active::after {
    width: 100%;
}

/*.cool-link-green::before {
    content: url('/images/uploads/corporate/leaf-icon.svg');
}*/


.cool-link-edilizia {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link-edilizia::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: var(--mainColorEdilizia);
    transition: width .3s;
}

.cool-link-edilizia:hover::after {
    width: 100%;
    transition: width .3s;
}

.cool-link-edilizia.active::after {
    width: 100%;
}

.cool-link-imballaggi {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link-imballaggi::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: var(--mainColorImballaggi);
    transition: width .3s;
}

.cool-link-imballaggi:hover::after {
    width: 100%;
    transition: width .3s;
}

.cool-link-imballaggi.active::after {
    width: 100%;
}



/* DROPDOWN NUOVO */

.dropdown_lape {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
}

.dropdown_lape:hover {
    color: var(--mainColorLape);
    background-color: transparent;
}

/* BUTTON STYLE */

/*.btn {
    font-size: 16px !important;
}*/

.btn-outline-green {
    color: var(--greenEco);
    border-color: var(--greenEco);
}

.btn-outline-green:hover {
    color: #fff;
    background-color: var(--greenEco);
}

.btn-green {
    color: #fff;
    background-color: var(--greenEco);
}

.btn-green:hover {
    color: var(--greenEco);
    background-color: #fff;
}

.btn-primary:visited,
.btn-success:visited,
.btn-danger:visited,
.btn-dark:visited,
.btn-secondary:visited {
    color: #fff;
}

/* BACKGROUND HOME EDILIZIA */

.bg-edilizia-home {
    background-image: url('/images/uploads/edilizia/lape-edilizia-bg-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.bg-home {
    background-color: #576776 !important;
}

.btn-outline-imballaggi {
    color: var(--mainColorImballaggi);
    border-color: var(--mainColorImballaggi);
}

.btn-outline-imballaggi:hover,
.btn-outline-imballaggi:focus,
.btn-outline-imballaggi:not(:disabled).active {
    color: #fff !important;
    background-color: var(--mainColorImballaggi) !important;
}


.btn-lape {
    border-radius: 0px !important;
    border: 1px solid;
    border-color: var(--mainColorLape) !important;
    color: var(--mainColorLape);
}

.btn-lape:hover {
    color: #fff;
    background-color:  var(--mainColorLape) !important;
}

.btn-outline-lape {
    color: var(--mainColorLape);
    border-color: var(--mainColorLape);
}

.btn-outline-lape:hover,
.btn-outline-lape:focus,
.btn-outline-lape:not(:disabled).active,
.btn-check:checked + .btn-outline-lape {
    color: #fff !important;
    background-color: var(--mainColorLape) !important;
}

.btn-lape-50next {
    border-radius: 0px !important;
    border: 1px solid;
    border-color: var(--bluenext) !important;
    color: var(--bluenext);
}

.btn-lape-50next:hover {
    color: #fff;
    background-color:  var(--bluenext) !important;
}

.btn-lape-red {
    border-radius: 0px !important;
    border: 1px solid;
    border-color: red !important;
    color: red;
}

.btn-lape-red:hover {
    color: #fff;
    background-color: red !important;
}

.btn-lape-white {
    border-radius: 0px !important;
    border: 1px solid;
    border-color: #fff !important;
    color: #fff;
}

.btn-lape-white:hover {
    border: 1px solid;
    color: var(--arancione);
    background-color:  #fff !important;
}

.badge-lape {
    background-color: var(--mainColorLape);
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/* BORDER DASHBOARD */

.border-dashboard {
border-radius: 1.5rem !important;
}



/* NAV LINK PRODOTTI */

.nav-prodotti-edilizia {
    border-bottom: 1px solid #ededed !important;
}

.nav-prodotti-edilizia:active {
    border-bottom: 2px solid var(--redtermolan) !important;
}
.nav-prodotti-edilizia:focus {
    border-bottom: 2px solid var(--redtermolan) !important;
}
.nav-prodotti-edilizia:hover {
    border-bottom: 2px solid var(--redtermolan) !important;
}

/* SEARCH FORM */

.search-product-icon {
    background-color: #fff !important;
    border-right: 0px;
}

.search-product {
    background-color: #fff !important;
    border-left: 0px;
}

.search-product:focus {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    border-left: 0px !important;
}

/* LIST GROUP DOCUMENTS */
.list-documents.active {
    background-color: var(--bluenext) !important;
    border-color: var(--bluenext) !important;
}

.list-group-item.active.orange {
    background-color: var(--arancione);
    border-color : var(--arancione);
}

.list-group-item.active.blu-imballaggi {
    background-color: var(--mainColorImballaggi);
    border-color : var(--mainColorImballaggi);
}


/*
#     ___    _    ___  ___    __  __  _   _  _   _____  ___  ___  _   _  _____  _____  ___   _  _
#    / __|  /_\  | _ \|   \  |  \/  || | | || | |_   _||_ _|| _ )| | | ||_   _||_   _|/ _ \ | \| |
#   | (__  / _ \ |   /| |) | | |\/| || |_| || |__ | |   | | | _ \| |_| |  | |    | | | (_) || .` |
#    \___|/_/ \_\|_|_\|___/  |_|  |_| \___/ |____||_|  |___||___/ \___/   |_|    |_|  \___/ |_|\_|
#
*/

.card.palazzo {
    height: 12rem;
    --background: var(--light);
    --text:black;
}

.card .multi-button {
  z-index: 0;
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  border-radius: 100%;
  width: 0rem;
  height: 0rem;
  transform: translate(-50%, -50%);
  transition: 0.25s cubic-bezier(0.25, 0, 0, 1);
}
.card .multi-button button {
  display: grid;
  place-items: center;
  position: absolute;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 100%;
  background: var(--background);
  color: var(--text);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0rem -0.25rem var(--background);
}
.card .multi-button button:hover {
  background: var(--text);
  color: var(--background);
  box-shadow: 0 0 1rem -0.25rem var(--background);
}
.card .multi-button button:first-child:nth-last-child(1):nth-child(1),
.card .multi-button button:first-child:nth-last-child(1) ~ *:nth-child(1) {
  left: 25%;
  top: 25%;
}
.card .multi-button button:first-child:nth-last-child(2):nth-child(1),
.card .multi-button button:first-child:nth-last-child(2) ~ *:nth-child(1) {
  left: 37.5%;
  top: 18.75%;
}
.card .multi-button button:first-child:nth-last-child(2):nth-child(2),
.card .multi-button button:first-child:nth-last-child(2) ~ *:nth-child(2) {
  left: 18.75%;
  top: 37.5%;
}
.card .multi-button button:first-child:nth-last-child(3):nth-child(1),
.card .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(1) {
  left: 50%;
  top: 15.625%;
}
.card .multi-button button:first-child:nth-last-child(3):nth-child(2),
.card .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(2) {
  left: 25%;
  top: 25%;
}
.card .multi-button button:first-child:nth-last-child(3):nth-child(3),
.card .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(3) {
  left: 15.625%;
  top: 50%;
}
.card .multi-button button:first-child:nth-last-child(4):nth-child(1),
.card .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(1) {
  left: 62.5%;
  top: 18.75%;
}
.card .multi-button button:first-child:nth-last-child(4):nth-child(2),
.card .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(2) {
  left: 37.5%;
  top: 18.75%;
}
.card .multi-button button:first-child:nth-last-child(4):nth-child(3),
.card .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(3) {
  left: 18.75%;
  top: 37.5%;
}
.card .multi-button button:first-child:nth-last-child(4):nth-child(4),
.card .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(4) {
  left: 18.75%;
  top: 62.5%;
}
.card .container {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: var(--background);
  color: var(--text);
}
.card:hover .multi-button,
.card .multi-button:focus-within {
  width: 16rem;
  height: 16rem;
}

.form-group > .select2-container {
    width: 100% !important;
}

/** STICKY TOP**/

.sticky-offset-application {
    top: 265px;
}

.sticky-offset-search {
    top: 115px;
    z-index: 10;
}

.sticky-offset-marginalità {
    top: 74px;
}

.pricelist-marginality-panel.is-minimized .card {
    padding: 0.75rem 1rem !important;
}

.pricelist-marginality-panel.is-minimized .pricelist-marginality-body {
    display: none;
}

/** STILI MODALE **/

.border-text-r {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 20px !important;
}


/** NAVABAR VERTICAL COLLAPSE DASHBOARD **/
#navbar-dashboard.collapsed {
    width: 60px;
}

#navbar-dashboard.collapsed .hide-nav-dashboard {
    display: none;
}


#btn-collapse-dashboard {
    color: var(--bluenext);
}
#btn-collapse-dashboard:hover,
#btn-collapse-dashboard:focus {
    color: var(--mainColorLape);
}


/**

.navbar-dashboard-menu,
.navbar-dashboard-menu li {
  margin:0; padding:0;
  list-style: none;
}

.navbar-dashboard-menu li a {
  display: block;
  padding: 10px 18px;
  text-align: left;
  border-bottom:solid 1px #444;
  color: #ccc;
}

.navbar-dashboard-menu li a:hover {
  background-color: #000;
  text-decoration: none;
  color: white;
}*/

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below{z-index:99999;}


/*
Sistema temporaneo per disabilitare dall'APP Offerta/Ordine le famiglie di prodotto che non devono essere selezionate
*/
/*
#layout-admin-standard .prod-card{position:relative;}
#layout-admin-standard .prod-card:not(.gutex):not(.solida):not(.compatto):not(.termolan-green):not(.termolan-roccia):before{
    /* content:''; * /
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.6);
    z-index: 9;
}


/* Nascondiamo nell'App Offerta tutti i prodotti tranne questi: * /
#layout-admin-standard .to_hide_row:not(.gutex):not(.solida):not(.compatto):not(.termolan-green):not(.termolan-roccia):not(.starflex):not(.evomineral){
    display:none !important;
}

*/

.filter-offerstate .ms-options-wrap{width:100%;}
.filter-offerstate .ms-selectall{display: none !important;}

#infoAggiuntive .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
}

/* Nascondo i bottoni modifica delle aziende che vengono da Panthera*/

.is_in_pth #btnEditCompany,
.is_in_pth .btnEditOffice:has(.is_sede_legale) {
    display: none;
}
