﻿.sidebar-logo {
    transition: all 0.3s ease;
    width: 120px;
    height: auto;
}

.sidebar-collapse .sidebar-logo {
    width: 40px;
}

@font-face {
    font-family: 'Prata';
    src: url('/fonts/Prata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.CursorPointer {
    cursor: pointer;
}

.TestoOpenSans {
    font-family: 'Open Sans', sans-serif;
}

.FontPrata {
    font-family: 'Prata', serif;
}

.CorpoDivFollow {
    background-color: #bfbfbf;
    width: 50%;
    float: left;
    margin: 5px 0;
    padding: 20px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#DivFollow {
    display: normal;
}


    #DivFollow.fixed {
        background-color: #ffffff;
        box-shadow: 0 10px 12px -12px rgba(0,0,0,0.5);
        position: fixed;
        top: 0px;
        width: 100%;
        text-align: center;
        padding: 0px;
        z-index: 999999999999999;
    }

        #DivFollow.fixed a {
            color: #ffffff;
        }

#DivFollowMobile {
    display: normal;
}

    #DivFollowMobile.fixed {
        background-color: #ffffff;
        box-shadow: 0 10px 12px -12px rgba(0,0,0,0.5);
        position: fixed;
        top: 0px;
        width: 100%;
        text-align: center;
        padding: 0px;
        z-index: 99999;
        border-bottom: 1px solid #f4f4f4;
    }

        #DivFollowMobile.fixed a {
            color: #ffffff;
        }

h1 {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-weight: normal;
}

h2, h3 {
    margin: 0;
    line-height: normal;
}


.Altezza {
    height: 1vh;
    clear: both;
}

.Altezza44 {
    height: 44px;
}

.Altezza80 {
    height: 100px;
}

.Altezza350 {
    height: 350px;
}

.AltezzaPaginaVuota {
    min-height: 400px;
}

.MaxImage {
    max-width: 100%;
    max-height: 100%;
}

.Image {
    width: 100%;
    max-height: 100%;
}

.Lighter {
    font-weight: lighter;
}

.LineHeight22 {
    line-height: 22px;
}

.LineHeight30 {
    line-height: 30px;
}

.LineHeight40 {
    line-height: 50px;
}

.Uppercase {
    text-transform: uppercase;
}

.NoUppercase {
    text-transform: none;
}

.PositionRelative {
    position: relative;
}

.PositionAbsolute {
    position: absolute;
}

.FloatSx {
    float: left !important;
}

.FloatDx {
    float: right !important;
}

.FloatNo {
    float: none !important;
}

/***********************
EFFETTO HOVER
***********************/
.DivEffettoHover {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
}

.ImgEffettoHover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.EffettoHoverVerde {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    transform: translate(-0%, -100%);
    -ms-transform: translate(-0%, -100%);
    width: 100%;
    height: 100%;
    background: url(/images/sfondo_verde.png);
    background-position: top center;
    background-repeat: repeat;
}

.EffettoNomeArticolo {
    width: 100%;
}

.DivEffettoHover:hover .EffettoHoverVerde {
    opacity: 1;
}

.DivEffettoHover:hover .EffettoNomeArticolo {
    opacity: 0;
}

/***********************
 TOOGLE
***********************/
#ElencoMenuMobile {
    display: none;
}

.MenuToogle {
    width: 100%;
    display: block;
    padding: 8px 0 0 0;
    cursor: pointer;
    margin: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#ElencoMenuMobile {
    width: 100%;
    z-index: 201;
    position: absolute;
    float: left;
    display: none;
    top: 35px;
    list-style: none;
    margin-left: -40px;
}


/***********************
 FINE TOOGLE
***********************/

/***********************
    LINK
***********************/

a:link, a:visited {
    text-decoration: none;
    color: #666666 !important;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

.LinkBianco:link, .LinkBianco:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.LinkBianco:hover {
    text-decoration: none;
}

.LinkGrigio:link, .LinkGrigio:visited {
    color: #333333 !important;
    text-decoration: none;
}

.LinkGrigio:hover {
    text-decoration: none;
}

.LinkAzzurro:link, .LinkAzzurro:visited {
    color: #19a3b5 !important;
    text-decoration: none;
}

.LinkAzzurro:hover {
    text-decoration: none;
}

.LinkSmeraldo:link, .LinkSmeraldo:visited {
    color: #35a0ab !important;
    text-decoration: none;
}

.LinkSmeraldo:hover {
    text-decoration: none;
}

.LinkBlu:link, .LinkBlu:visited {
    color: #034764 !important;
    text-decoration: none;
}

.LinkBlu:hover {
    text-decoration: none;
}



/***********************
    CORPO
***********************/


.Corpo5 {
    width: 5%;
    float: left;
}

.Corpo7e5 {
    width: 7.5%;
    float: left;
}

.Corpo10 {
    width: 10%;
    float: left;
}

.Corpo12e5 {
    width: 12.5%;
    float: left;
}


.Corpo15 {
    width: 15%;
    float: left;
}

.Corpo20 {
    width: 20%;
    float: left;
}

.Corpo25 {
    width: 25%;
    float: left;
}

.Corpo30 {
    width: 30%;
    float: left;
}

.Corpo33 {
    width: 33.33333333%;
    float: left;
}

.Corpo35 {
    width: 35%;
    float: left;
}

.Corpo40 {
    width: 40%;
    float: left;
}

.Corpo45 {
    width: 45%;
    float: left;
}

.Corpo50 {
    width: 50%;
    float: left;
}

.Corpo55 {
    width: 55%;
    float: left;
}

.Corpo60 {
    width: 60%;
    float: left;
}

.Corpo65 {
    width: 65%;
    float: left;
}

.Corpo70 {
    width: 70%;
    float: left;
}

.Corpo75 {
    width: 75%;
    float: left;
}

.Corpo80 {
    width: 80%;
    float: left;
}

.Corpo85 {
    width: 85%;
    float: left;
}

.Corpo90 {
    width: 90%;
    float: left;
}

.Corpo100 {
    width: 100%;
    float: left;
}

/***********************
    ALLINEAMENTI
***********************/

.AllineaTestoSx {
    text-align: left;
}

.AllineaTestoCentro {
    text-align: center !important;
}

.AllineaTestoDx {
    text-align: right;
}


/***********************
   BORDI
***********************/

.BordoNo {
    border: 0 !important;
}

.BordoSinistro {
    border-left: solid 1px #33cea5;
}

.BordoDestro {
    border-right: solid 1px #cccccc;
}

.BordoBottom {
    border-bottom: solid 1px #33cea5;
}

.BordoTop {
    border-top: solid 1px #33cea5;
}

.Bordo {
    border: solid 1px #33cea5;
}

.BordoSinistroGrigio {
    border-left: solid 1px #e1dede;
}

.BordoDestroGrigio {
    border-right: solid 1px #e1dede;
}

.BordoBottomGrigio {
    border-bottom: solid 1px #e1dede;
}

.BordoBottomVerde5 {
    border-bottom: solid 5px #3aa002;
}



.BordoTopGrigio {
    border-top: solid 1px #e1dede;
}

.BordoGrigio {
    border: solid 1px #999999;
}

.BordoVerde5 {
    border: solid 5px #3aa002;
}


.BordoArrotondato10 {
    border-radius: 10px;
}

.BordoArrotondato20 {
    border-radius: 20px;
}

.BordoArrotondato30 {
    border-radius: 30px;
}

.BordoArrotondato50 {
    border-radius: 50px;
}

/***********************
   PADDING e MARGINI
***********************/

.IncludiPadding {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Padding6x10 {
    padding: 6px 10px;
}

.Padding6x6 {
    padding: 6px 6px;
}

.Padding0x5 {
    padding: 0px 5px;
}

.Padding5x0 {
    padding: 5px 0px;
}

.Padding5x5 {
    padding: 5px 5px;
}

.Padding8x10 {
    padding: 8px 10px;
}

.Padding10x5 {
    padding: 10px 5px;
}

.Padding10x50 {
    padding: 10px 50px;
}

.Padding5x10 {
    padding: 5px 10px;
}

.Padding0x10 {
    padding: 0px 10px;
}

.Padding0x10x0x0 {
    padding: 0px 10px 0px 0px;
}

.Padding0x5x0x0 {
    padding: 0px 5px 0px 0px;
}

.Padding0x5x5x0 {
    padding: 0px 5px 5px 0px;
}

.Padding0x0x5x0 {
    padding: 0px 0px 5px 0px;
}

.Padding0x0x0x5 {
    padding: 0px 0px 0px 5px;
}

.Padding10x0x0x5 {
    padding: 10px 0px 0px 5px;
}

.Padding10x0x0x0 {
    padding: 10px 0px 0px;
}

.Padding5x0x0x0 {
    padding: 5px 0px 0px 0px;
}

.Padding0x30 {
    padding: 0px 30px;
}

.Padding10x0 {
    padding: 10px 0px;
}

.Padding10x10 {
    padding: 10px 10px;
}

.Padding10x30 {
    padding: 10px 30px;
}

.Padding20x0 {
    padding: 20px 0px;
}

.Padding20x0x0x0 {
    padding: 20px 0px 0px 0px;
}

.Padding13x10 {
    padding: 13px 10px;
}

.Padding15x0x0x0 {
    padding: 15px 0px 0px 0px;
}


.Padding15x10 {
    padding: 15px 10px !important;
}

.Padding16x10 {
    padding: 16px 10px;
}

.Padding16x10x15x10 {
    padding: 16px 10px 15px 10px;
}

.Padding20x10 {
    padding: 20px 10px;
}

.Padding25x10 {
    padding: 25px 10px;
}

.Padding20x20 {
    padding: 20px 20px;
}

.Padding30x0 {
    padding: 30px 0px;
}

.Padding30x10 {
    padding: 30px 10px;
}

.Padding30x20 {
    padding: 30px 20px;
}

.Padding30x30 {
    padding: 30px 30px;
}

.Padding30x60 {
    padding: 30px 60px;
}

.Padding55x0x0x0 {
    padding: 55px 0 0 0;
}

.Padding40x20x10x20 {
    padding: 40px 20px 0px 20px;
}

.Padding40x10 {
    padding: 40px 10px;
}

.Padding40x40 {
    padding: 40px 40px;
}

.Padding50x10 {
    padding: 50px 10px;
}


.Padding60x0 {
    padding: 60px 0;
}

.Padding60x60 {
    padding: 60px 60px;
}

.Padding60x50 {
    padding: 60px 50px;
}

.Padding60x20 {
    padding: 60px 20px;
}

.Padding20x10x0x10 {
    padding: 20px 10px 0 10px;
}

.Padding100x0 {
    padding: 100px 0;
}


.MarginPercent0x10 {
    margin: 0 10%;
}

.MarginPercent50x50 {
    margin: 50% 50%;
}

.MarginPercent0x20 {
    margin: 0 20%;
}

.MarginPercent0x30 {
    margin: 0 30%;
}

.MarginPercent0x40 {
    margin: 0 40%;
}


.Margin10x50 {
    margin: 10px 50px;
}

.Margin10x0x0x0 {
    margin: 10px 0 0 0;
}


.Margin0x10x0x0 {
    margin: 0 10px 0 0;
}

.Margin0x0x30x0 {
    margin: 0 0 30px 0;
}

.Margin10x0 {
    margin: 10px 0;
}

.Margin10x0x0x0 {
    margin: 10px 0 0 0;
}

.Margin50x0x0x0 {
    margin: 50px 0 0 0;
}

.Margin5x0x0x0 {
    margin: 5px 0 0 0;
}

/***********************
    SFONDI
***********************/

.SfondoMenu {
    background-image: url('/images/sfondo-menu.jpg'); /* percorso corretto */
    background-size: cover; /* copre tutto il div senza ripetizioni */
    background-position: center; /* centrato */
    background-repeat: no-repeat; /* non ripete */
    position: relative; /* per contenere elementi assoluti sopra */
    width: 100%;
    height: 734px; /* o quello che ti serve */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.TestoInSovrimpressione, .ImmagineInSovrimpressione {
    position: relative; /* importante per sovrapporre senza scavalcare lo sfondo */
    z-index: 2; /* sopra lo sfondo */
    color: white; /* visibilità su sfondo scuro */
}

.SfondoPunterellato {
    background-image: url(/images/sfondo.jpg);
    background-repeat: repeat;
}

.SfondoSpacer {
    background-image: url(/images/spacer_scuro.png);
    background-repeat: repeat;
}

.SfondoNero {
    background-color: #222223;
}

.SfondoBianco {
    background-color: #ffffff;
}

.SfondoBlu {
    background-color: #02385a;
}

.SfondoDotted {
    background: url("/images/icone/spacer_dotted.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    float: left;
    position: absolute;
    z-index: 7;
}

.SfondoApproccio {
    background: url("/images/sfondo_approccio.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}


.SfondoAzzurro {
    background-color: #3180e1;
}

.SfondoAzzurroChiaro {
    background-color: #deefff;
}

.SfondoGrigio {
    background-color: #eeeeee;
}

.SfondoGrigioChiaro {
    background-color: #f1f5f6;
}

.SfondoGrigioScuro {
    background-color: #32322C !important;
}

.SfondoVerde {
    background-color: #91a459;
}

.SfondoVerdeChiaro {
    background-color: #e1e3da;
}


.HoverRosso:hover {
    background-color: #ba170f;
}

.SfondoSmeraldo {
    background-color: #35a0ab;
}

.SfondoAmaranto {
    background-color: #760130;
}

.SfondoRosso {
    background-color: #fe0000;
}

.SfondoGiallo {
    background-color: #FFD400;
}




/***********************
    COLORI
***********************/
.ColoreBianco {
    color: #ffffff;
}

.ColoreGiallo {
    color: #FFD400;
}

.ColoreGrigio {
    color: #333333;
}

.ColoreGrigioChiaro {
    color: #666666;
}

.ColoreGrigioScuro {
    color: #2e2e2e;
}

.ColoreNero {
    color: #1a1a1a;
}

.ColoreRosso {
    color: #ff0000;
}

.ColoreAzzurro {
    color: #19a3b5;
}

.ColoreSmeraldo {
    color: #35a0ab;
}

.ColoreBlu {
    color: #034764;
}

.ColoreAmaranto {
    color: #760130;
}

.ColoreVerde {
    color: #91a459;
}

/***********************
    TESTI
***********************/
.Testox0e5 {
    font-size: .5em;
}

.Testox0e7 {
    font-size: .7em;
}

.Testox0e8 {
    font-size: .8em;
}

.Testox0e9 {
    font-size: .9em;
}

.Testox1 {
    font-size: 1em;
}


.Testox1e1 {
    font-size: 1.1em;
}

.Testox1e3 {
    font-size: 1.3em;
}

.Testox1e5 {
    font-size: 1.5em;
}

.Testox2 {
    font-size: 2em;
}

.Testox2e5 {
    font-size: 2.5em;
}

.Testox3 {
    font-size: 3em;
}

.Testox4 {
    font-size: 4em;
}

.Testox5 {
    font-size: 5em;
}

.Testox7 {
    font-size: 7em;
}

.Font300 {
    font-weight: 300;
}

.Font600 {
    font-weight: 600;
}

.Font700 {
    font-weight: 700;
}

.LetterSpacing-1 {
    letter-spacing: -1px;
}

.LetterSpacing-2 {
    letter-spacing: -2px;
}

.LetterSpacing-3 {
    letter-spacing: -3px;
}

.LetterSpacing-5 {
    letter-spacing: -5px;
}

.Justify {
    text-align: justify;
}

.FontDancingScript {
    font-family: 'Dancing Script', cursive;
}

.FontCourgette {
    font-family: 'Courgette', cursive;
}

.FontGreatVibes {
    font-family: 'Great Vibes', cursive;
}

/***********************
   FORM
***********************/

.DDLRespo {
    width: 100%;
    border: solid 1px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .DDLRespo:focus {
        outline: none;
        border: 1px solid #cccccc;
        box-shadow: 0px 0px 8px #cccccc;
        -moz-box-shadow: 0px 0px 8px #cccccc;
        -webkit-box-shadow: 0px 0px 8px #cccccc;
    }


.TxtRespo {
    width: 100%;
    border: solid 1px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Poppins, sans-serif;
}

    .TxtRespo:focus {
        outline: none;
        border: 1px solid #cccccc;
        box-shadow: 0px 0px 8px #cccccc;
        -moz-box-shadow: 0px 0px 8px #cccccc;
        -webkit-box-shadow: 0px 0px 8px #cccccc;
    }


.PulsanteAmaranto {
    display: block;
    width: 100%;
    background-color: #760130;
    border: 1px solid #760130;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteAmaranto:hover {
        background-color: #760130;
        color: #ffffff !important;
    }

.PulsanteVerde {
    display: inline-block;
    width: auto;
    background-color: #91a459;
    border: 1px solid #91a459;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .PulsanteVerde:hover {
        background-color: #81924f;
        color: #ffffff !important;
    }

.PulsanteNero {
    display: block;
    width: 100%;
    background-color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteNero:hover {
        background-color: #000000;
        color: #ffffff !important;
    }

.PulsanteGiallo {
    display: block;
    width: 100%;
    background-color: #e7cf00;
    border: 1px solid #e7cf00;
    cursor: pointer;
    color: #000000 !important;
}

    .PulsanteGiallo:hover {
        background-color: #e7cf00;
        color: #ffffff !important;
    }

.PulsanteBiancoVerde {
    display: block;
    width: 60%;
    margin: 0 20%;
    background-color: #ffffff;
    color: #3aa002 !important;
    text-transform: uppercase;
    border: 1px solid #3aa002;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBiancoVerde:hover {
        background-color: #3aa002;
        color: #ffffff !important;
    }

.PulsanteBluBianco {
    display: block;
    width: 60%;
    margin: 0 20%;
    background-color: #02385a;
    color: #ffffff !important;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBluBianco:hover {
        background-color: #ffffff;
        color: #02385a !important;
    }


.PulsanteBiancoAmaranto {
    display: block;
    width: 60%;
    margin: 0 20%;
    background-color: #ffffff;
    color: #760130 !important;
    font-weight: lighter;
    text-transform: uppercase;
    border: 1px solid #760130;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBiancoAmaranto:hover {
        background-color: #760130;
        color: #ffffff !important;
    }

/*********************************
POPUP
********************************/

.PopupSfondo {
    background-image: url(/images/icone/spacer_scuro.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 1000;
    overflow: auto;
}

.PopupContainer {
    width: 100%;
    z-index: 201;
    position: absolute;
    padding: 0px;
    top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PopupCorpo {
    width: 80%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************
COOKIE
********************************/

.BarraCookie {
    position: fixed;
    bottom: 0;
    z-index: 100000000;
    width: 100%;
    background-image: url(/images/icone/spacer_scuro.png);
    background-repeat: repeat;
    color: #ffffff;
}

/*********************************
GRIGLIA
********************************/

.GridStyle td {
    border: solid 1px #ebebeb
}

.GridStyle th {
    height: 40px;
    background: #e8e8e8;
    border: solid 1px #fff;
    padding: 5px;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase
}

    .GridStyle th a {
        color: #000;
        font-size: .9em;
        font-weight: lighter;
        text-transform: uppercase;
        text-decoration: none
    }

.GridStyle .Row a {
    color: #000
}

    .GridStyle .Row a:hover {
        color: #fff;
        text-decoration: none
    }

.GridStyle .Row:hover {
    background: #aedb63
}

.GridStyle .Alt {
    background: #f1f1f1
}

    .GridStyle .Alt:hover {
        background: #dbeffb
    }

    .GridStyle .Alt a {
        color: #000
    }

        .GridStyle .Alt a:hover {
            color: #fff;
            text-decoration: none
        }

.GridStyle .Edit {
    background-color: #f7ffb3
}

    .GridStyle .Edit a {
        color: #b00000
    }

        .GridStyle .Edit a:hover {
            color: #11447d
        }

.GridStyle .Pgr {
    background: #ebebeb
}

    .GridStyle .Pgr table {
        border-left: solid 1px #666
    }

    .GridStyle .Pgr td {
        color: #666
    }

    .GridStyle .Pgr a {
        color: #b00000;
        text-decoration: none
    }

        .GridStyle .Pgr a:hover {
            color: #12496b;
            text-decoration: none
        }

.page {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px silver;
    background: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8),0 1px 3px rgba(0,0,0,.1);
    font-size: .875em;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
    text-shadow: 0 1px 0 rgba(255,255,255,1)
}

    .page:hover {
        background: #fefefe;
        background: -webkit-gradient(linear,0 0,0 100%,from(#fefefe),to(#f0f0f0));
        background: -moz-linear-gradient(0 0 270deg,#fefefe,#f0f0f0)
    }

    .page.active {
        border: none;
        background: #dd9b06;
        box-shadow: inset 0 0 8px rgba(0,0,0,.5),0 1px 0 rgba(255,255,255,.8);
        color: #f0f0f0;
        text-shadow: 0 0 3px rgba(0,0,0,.5)
    }

.nextPreviousButtonCSS {
    display: none
}

/******************************************
PROGRESS TEMPLATE
*******************************************/

.Zindex10 {
    z-index: 10;
}

.Zindex20 {
    z-index: 20;
}

.Progress {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/images/spacer_scuro.png);
    background-repeat: repeat;
    text-align: center;
}

.CentraDivVerticale {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.CentraDivOrizzontale {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#ContenutoProgress {
    position: absolute;
    top: 40%;
    background-color: #ffffff;
    margin: 0 auto;
    border: solid 7px #eea424;
    text-align: center;
    font-size: 20px;
    color: #000000;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ProgressAjax {
    width: 100%;
    height: auto !important;
    display: none;
    background-color: #ffffff;
    position: absolute;
    color: #000000;
}


/***********************
EFFETTO HOVER
***********************/
.DivEffettoHover {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
}

.ImgEffettoHover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.EffettoHoverArancio {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    transform: translate(-0%, -100%);
    -ms-transform: translate(-0%, -100%);
    width: 100%;
    height: 100%;
    background: url(/images/sfondo-giallo.png);
    background-position: top center;
    background-repeat: repeat;
}


.DivEffettoHover:hover .EffettoHoverArancio {
    opacity: 1;
}

.DivEffettoHover:hover .EffettoNomeArticolo {
    opacity: 0;
}

#TitoloServizio:hover {
    color: #ffffff;
    background-color: #ebc60b;
}


/******************************************
RISPOSTA SOPRA
*******************************************/

.RispostaSopra {
    background-image: url(/images/spacer.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 7000;
    overflow: auto;
}

.RiquadroRispostaSopra {
    width: 600px;
    min-height: 240px;
    left: 50%;
    margin-left: -325px;
    background-color: #ffffff;
    z-index: 201;
    position: absolute;
    top: 160px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* Per Firefox*/
    -webkit-border-radius: 5px; /* Per Chrome*/
}

.SfondoLungo {
    background-color: #001623;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}


.RiquadroRispostaSotto {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.Chiudi {
    background-color: #001623;
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 20px;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.RiquadroRispostaSottoSx {
    width: 50%;
    float: left;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.RiquadroRispostaSottoDx {
    width: 50%;
    float: left;
    padding: 20px 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Interlinea30 {
    line-height: 30px;
}

.Interlinea40 {
    line-height: 40px;
}

.DivFlex {
    display: flex;
}

.FlexEnd {
    justify-content: flex-end;
}

.Gap10 {
    gap: 10px;
}

.Altezza100PerCento {
    height: 100%;
}

.FlexCentro {
    display: flex;
    justify-content: center;
    align-items: center;
}

.DivFlexCol {
    display: flex;
    flex-direction: column;
}

.AllineaVerticale {
    justify-content: center;
}

.ColonnaDestraAllungabile {
    display: flex;
    flex-direction: column;
}

.SpazioFlessibile {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.FrecciaAllineata {
    position: relative;
    top: 2px;
    vertical-align: middle;
}

#menuProva {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
    position: relative !important;
    height: auto !important;
}

/***************************/
/*MODALE*/
/***************************/


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
}

.modal-content {
    background: white;
    margin: 50px auto;
    padding: 20px;
    width: 90%;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 10000;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}


.close-button {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #333;
}

    .close-button:hover {
        color: red;
    }


.card-body-scroll {
    max-height: 80vh; /* o 70vh, in base al layout generale */
    overflow-y: auto;
}


/* ============================= */
/* SIDEBAR */
/* ============================= */

.main-sidebar {
    background: #32322C !important; /* stesso grigio dell’header */
}

.sidebar {
    width: 250px;
    background: #32322C; /* stesso grigio dell’header */
    height: 100vh;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    transition: width 0.25s ease;
    overflow: hidden;
}

/* ============================= */
/* MENU BASE */
/* ============================= */
.menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.menu > .menu-item {
    padding-bottom: 0;
}

/* ============================= */
/* VOCI PRINCIPALI */
/* ============================= */
.menu-item > a,
.menu-item > label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400 !important;
    white-space: nowrap;
}

    .menu-item > a:hover,
    .menu-item > label:hover {
        background: #343a40;
        color: #ffffff;
    }

/* ============================= */
/* ICONE */
/* ============================= */
.menu-item i {
    font-size: 18px;
    width: 20px;
    min-width: 20px;
    text-align: center;
    color: #FFD400;
}

/* ============================= */
/* NASCONDE CHECKBOX */
/* ============================= */
.menu-item input {
    display: none;
}

/* ============================= */
/* FRECCIA */
/* ============================= */
.menu-item .arrow {
    margin-left: auto;
    transition: transform 0.2s ease;
    font-size: 14px;
    color: #FFD400;
}

.menu-item input:checked + label .arrow {
    transform: rotate(180deg);
}

/* ============================= */
/* SOTTOMENU */
/* ============================= */
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #32322C;
}

.menu-item input:checked + label + .submenu {
    display: block;
}

/* ============================= */
/* VOCI SOTTOMENU */
/* ============================= */
.submenu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 46px;
    color: #ffffff !important;
    font-size: 13.5px;
    text-decoration: none;
    white-space: nowrap;
}

    .submenu li a i {
        font-size: 15px;
        width: 16px;
        min-width: 16px;
        text-align: center;
        color: #FFD400;
    }

    .submenu li a:hover {
        background: #343a40;
        color: #ffffff;
    }

.sidebar .menu-item > label {
    margin-bottom: 0 !important;
}




/* sidebar collassata */
body.sidebar-collapse .SidebarFooter {
    padding: 10px 0;
}

body.sidebar-collapse .WalletLabel,
body.sidebar-collapse .WalletNote,
body.sidebar-collapse .WalletSeparatore {
    display: none;
}

body.sidebar-collapse .WalletValues {
    font-size: 16px;
}

/* icone navbar */
.navbar .nav-link i {
    font-size: 18px;
    color: #333;
}

/* icona utente */
.UserIcon {
    font-size: 22px;
}

/* badge numerico (carrello / notifiche) */
.BadgeIcon {
    position: absolute;
    top: 2px;
    right: -6px;
    background: #FFD400; /* tuo giallo */
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
}

/* dropdown notifiche */
.dropdown-notifiche {
    width: 260px;
    font-size: 13px;
}

    .dropdown-notifiche .dropdown-item {
        white-space: normal;
    }

/* dropdown notifiche */
.dropdown-notifiche {
    width: 320px;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 13px;
}

    /* header */
    .dropdown-notifiche .dropdown-header {
        padding: 10px;
        font-size: 14px;
        background: #fff;
    }

    /* item */
    .dropdown-notifiche .dropdown-item {
        padding: 10px 14px;
        white-space: normal;
        border-bottom: solid 1px #f1f1f1;
    }

        .dropdown-notifiche .dropdown-item:hover {
            background: #f4f6f9;
        }

        /* icone */
        .dropdown-notifiche .dropdown-item i {
            font-size: 18px;
        }

    /* footer */
    .dropdown-notifiche .dropdown-footer {
        display: block;
        padding: 10px;
        font-size: 13px;
        background: #f8f9fa;
        color: #0d6efd;
        text-decoration: none;
    }

        .dropdown-notifiche .dropdown-footer:hover {
            background: #e9ecef;
        }

/* icona utente topbar */
.UserIcon {
    font-size: 22px;
    color: #495057;
}

.UserName {
    font-size: 14px;
    font-weight: 500;
    color: #495057;
}

/* dropdown account */
.dropdown-account {
    width: 220px;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 13.5px;
}

    .dropdown-account .dropdown-header {
        padding: 10px;
        background: #ffffff;
        font-size: 14px;
    }

    .dropdown-account .dropdown-item {
        padding: 10px 14px;
    }

        .dropdown-account .dropdown-item i {
            font-size: 16px;
        }

        .dropdown-account .dropdown-item:hover {
            background: #f4f6f9;
        }

/* ============================= */
/* FOOTER SIDEBAR FISSATO */
/* ============================= */
.SidebarFooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 12px;
    box-sizing: border-box;
}

/* box interno */
.WalletBox {
    border-radius: 6px;
    padding: 10px 12px;
    text-align: center;
}

/* titolo */
.WalletLabel {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

/* valori */
.WalletValues {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.WalletSeparatore {
    margin: 0 4px;
}

/* nota */
.WalletNote {
    font-size: 11px;
    margin-top: 4px;
    opacity: 0.8;
}



/* ============================= */
/* BOX SWITCH RUOLO */
/* ============================= */
.BoxSwitchRuolo {
    position: sticky;
    bottom: 114px; /* subito sopra al portafoglio */
    border-bottom: solid 1px #ffffff;
    padding: 6px;
}

/* giallo leggermente più soft */
.SfondoGialloSoft {
    background: #FFE680;
}

/* ============================= */
/* CONTENITORE PULSANTI */
/* ============================= */
.SwitchRuolo {
    display: flex;
    gap: 6px;
}

/* ============================= */
/* PULSANTI */
/* ============================= */
.PulsanteRuolo {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: rgba(0,0,0,0.08);
    color: #2b2f36;
    transition: all 0.2s ease;
}

    /* ATTIVO */
    .PulsanteRuolo.Attivo {
        background: #FFD400;
        font-weight: 600;
        box-shadow: inset 0 0 0 2px #e0b800;
        cursor: default;
    }

    /* HOVER SU NON ATTIVO */
    .PulsanteRuolo:not(.Attivo):hover {
        background: rgba(0,0,0,0.18);
    }

.FlagIcon {
    width: 18px;
    height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.LangLabel {
    font-size: 13px;
    font-weight: 600;
}

.IndicatoriSeo {
    display: flex;
    gap: 20px;
    align-items: center;
}

.Indicatore {
    text-align: center;
}

.Cerchio {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}

.Valore {
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
}
