﻿html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    color: #333333;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size:18px;
}
.page-wrapper {
    height: 100%;
}

.left-column {
    position: fixed; /* <-- fixes the left panel to prevent from scrolling */
    top: 0;
    left: 0;
    height: 100%;
}

.right-column{
    margin-left:50%;
    min-height:100%;
}

h1{
    margin:0;
    padding:0;
    font-weight:lighter;
}

h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size:200%;
}

a:link, a:visited {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #363636;
    text-decoration: underline;
}


/*****************************/


.Altezza{
    height:1vh;
    clear:both;
}

.Altezza60 {
    height: 60px;
}

.Altezza80 {
    height: 80px;
}

.Altezza300 {
    height: 300px;
}

.Altezza350 {
    height: 350px;
}

.Altezza450 {
    height: 450px;
}

.Altezza500 {
    height: 500px;
}


.Altezza650 {
    height: 650px;
}

.Altezza150 {
    height: 150px;
}

.Altezza200 {
    height: 200px;
}

.Altezza250 {
    height: 250px;
}

.MaxImage{
    max-width: 100%;
    height:auto !important;
}


.Image{
    width: 100%;
    max-height:100%;
}

.Uppercase{
    text-transform:uppercase;
}

.PositionRelative{
    position:relative;
}

.PositionAbsolute{
    position:absolute;
}

.PositionFixed{
    position:fixed;
}

.FloatSx{
    float:left !important;
}

.FloatDx{
    float:right !important;
}

.DisplayBlock{
    display:block;
}

.DisplayNone{
    display:none;
}

.CursorePointer{
    cursor:pointer;
}

.LetterSpacingMeno1 {
    letter-spacing:-1px;
}

.OverFlowAuto {
    overflow:auto;
}

.NoWrap{
    white-space:nowrap;
}

.clipped {
    clip-path: circle();
}

.Circular{
    border-radius: 50%;
}

.circle-cropper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    width: 100%;
    padding-top: 100%;
}

.BottomZero{
    bottom:0;
}

.TopZero{
    top:0;
}

.LeftZero{
    left:0;
}

.OmbraSopra{
    -webkit-box-shadow: 0px -3px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -3px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -3px 7px 0px rgba(50, 50, 50, 0.75);
}

.OmbraSotto {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.55);
}

.Interlinea50 {
    line-height: 50px;
}

.Interlinea40 {
    line-height: 40px;
}

.Interlinea35 {
    line-height: 35px;
}

.Interlinea30{
    line-height:30px;
}

.Interlinea20{
    line-height:20px;
}

.RispostaSopra
{
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:20;
    padding:10px;
    overflow:auto;
    }


.Popup{
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    z-index:20;
    overflow:auto;
    }

.BordoArrotondato30 {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important; /* firefox */
    -webkit-border-radius: 30px !important; /* safari, chrome */
}

.BordoArrotondato5 {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important; /* firefox */
    -webkit-border-radius: 5px !important; /* safari, chrome */
}

/*********************************
POPUP
********************************/

.PopupSfondoBianco100 {
    background-color: #cff0f3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 1000;
    overflow: auto;
}

.PopupSfondo
{
    background-image:url(/images/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:70%;
    margin:0 15%;
    background-color:#ffffff;
    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%;
    margin:0 10%;
    padding:30px 10px;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}





/***********************
 TOOGLE
***********************/
#ElencoMenuMobile {
    display: none;
}


.MenuToogle {
    width:100%;
    display:block;
    padding:0px;
    cursor:pointer;
    margin:0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#ElencoMenuMobile{
    width:100%;
    z-index:999999999999999;
/*    position:fixed;
*/    float:left;
    display:none;
    top:40px;
    list-style:none;
    margin-left:-40px;
}

#ElencoMenuMobile li ul{
   display: none;
    list-style:none;
    margin-left:-50px;
}

.LinkMenuMobile, .LinkMenuMobile:link, .LinkMenuMobile:visited {
    width: 100%;
    display: block;
    color: #0f5da8 !important;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    cursor: pointer;
    margin: 0px;
    border-top: 1px solid #dcdcdc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
}

    .LinkMenuMobile:hover {
        background-color: #0f5da8;
        color: #ffffff !important;
    }

.LinkSottoMenuMobile, .LinkSottoMenuMobile:link, .LinkSottoMenuMobile:visited {
    width: 100%;
    display: block;
    color: #ffffff !important;
    text-align: center;
    background-color: #4cabe1;
    padding: 10px;
    cursor: pointer;
    margin: 0px;
    border-top: 1px solid #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
}

    .LinkSottoMenuMobile:hover {
        background-color: #4cabe1;
        color: #ffffff !important;
    }


/***********************
 FINE TOOGLE
***********************/

/***********************
    FONT
***********************/

.FontPoiretOne{
    font-family: 'Encode Sans Condensed', cursive;
}

.CinzelDecorative {
    font-family: 'Cinzel Decorative', cursive;
}


/***********************
    LINK
***********************/


.LinkBianco:link, .LinkBianco:visited{
    color:#ffffff !important;
    text-decoration:none;
}

.LinkBianco:hover{
    color:#ffffff !important;
}

.LinkBluHoverBianco:link, .LinkBluHoverBianco:visited {
    color: #333333 !important;
    text-decoration: none;
    padding:10px 15px;
}

.LinkBluHoverBianco:hover {
    text-decoration: none;
    color: #ffffff !important;
}

.LinkGiallo:link, .LinkGiallo {
    color: #fdbe01 !important;
    text-decoration: none;
}

    .LinkGiallo:hover {
        color: #fdbe01 !important;
        text-decoration: none;
    }


.LinkAzzurro:link, .LinkAzzurro:visited {
    color: #189abe !important;
    text-decoration: none;
}

.LinkAzzurro:hover {
    color: #189abe !important;
    text-decoration: none;
}

.LinkBlu:link, .LinkBlu:visited {
    color: #3f4a57 !important;
    text-decoration: none;
}

.LinkBlu:hover {
    color: #3f4a57 !important;
    text-decoration: none;
}

.LinkBluScuro:link, .LinkBluScuro:visited {
    color: #223c77 !important;
    text-decoration: none;
}

.LinkBluScuro:hover {
    color: #223c77 !important;
    text-decoration: none;
}

.LinkGrigio:link, .LinkGrigio:visited {
    color: #888686 !important;
    text-decoration: none;
}

.LinkGrigio:hover {
    color: #888686 !important;
    text-decoration: none;
}

.LinkGrigioScuro:link, .LinkGrigioScuro:visited {
    color: #363636 !important;
    text-decoration: none;
}

.LinkGrigioScuro:hover {
    color: #363636 !important;
    text-decoration: none;
}

.LinkNero:link, .LinkNero:visited{
    color:#000000 !important;
    text-decoration:none;
}

.LinkNero:hover{
    color:#000000 !important;
    text-decoration:none;
}

.LinkVerde:link, .LinkVerde:visited {
    color: #90b666 !important;
    text-decoration: none;
}

.LinkVerde:hover {
    color: #90b666 !important;
    text-decoration: underline;
}


/***********************
    CORPO
***********************/
.Corpo2e5 {
    width: 2.5%;
    float: left;
}

.Corpo4 {
    width: 4%;
    float: left;
}

.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;
}

.Corpo22 {
    width:22%;
    float:left;
}

.Corpo25 {
    width:25%;
    float:left;
}

.Corpo30 {
    width:30%;
    float:left;
}

.Corpo32 {
    width: 32%;
    float: left;
}

.Corpo33 {
    width: 33%;
    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;
}

.Corpo92e5 {
    width: 92.5%;
    float: left;
}

.Corpo95 {
    width:95%;
    float:left;
}

.Corpo100 {
    width:100%;
    float:left;
}

/***********************
    ALLINEAMENTI
***********************/

.AllineaTestoSx {
    text-align:left;
}

.AllineaTestoCentro {
    text-align:center;
}

.AllineaTestoDx {
    text-align:right;
}

.AllineaTestoGiustifica {
    text-align:justify;
}

/***********************
   BORDI
***********************/

.BordoNo{
    border:0!important;
}

.BordoSinistro {
    border-left: solid 1px #ffffff;
}

.BordoDestro {
    border-right: solid 1px #cccccc;
}

.BordoBottom {
    border-bottom: solid 1px #cccccc;
}

.BordoBottomBlu {
    border-bottom: solid 1px #3587a4;
}

.BordoBottomGrigioChiaro {
    border-bottom: solid 1px #dcdcdc;
}

.BordoTop {
    border-top: solid 1px #888686;
}

.BordoGiallo3Sx {
    border-left: solid 3px #fcc902;
}

.BordoBottomGiallo2 {
    border-bottom: solid 2px #fcc902;
}

.BordoGrigio {
    border: solid 1px #888686;
}

.BordoGrigioChiaro{
    border:solid 1px #dcdcdc !important;
}

.BordoBianco {
    border: solid 1px #ffffff;
}

.BordoBlu {
    border: solid 3px #3587a4;
}


.BordoVerde2 {
    border: solid 2px #90b666 !important;
}

.BordoBlu1 {
    border: solid 1px #3587a4 !important;
}

.BordoBlu3 {
    border: solid 3px #00bee5 !important;
}
.BordoAzzurro7 {
    border: solid 7px #cff0f3 !important;
}

.BordoAzzurro3 {
    border: solid 3px #189abe !important;
}



.BordoBiancoBottom {
    border-bottom: solid 1px #ffffff;
}

.BordoDestro3Bianco{
    border-right:solid 3px #ffffff;
}

.BordoSopraNo{
    border-top:0px !important;
}

.BordoGrigio7px {
    border: solid 7px #888686;
}
/***********************
   PADDING e MARGINI
***********************/

.IncludiPadding, .IncludePadding{
    -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;
}

.Padding5x10{
    padding:5px 10px;
}

.Padding8x10{
    padding:8px 10px;
}

.Padding10x5{
    padding:10px 5px;
}

.Padding0x10{
    padding:0px 10px;
}

.Padding0x5x0x0 {
    padding: 0px 5px 0px 0px;
}

.Padding0x50x0x0 {
    padding: 0px 50px 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;
}

.Padding10x0x5x0{
    padding:10px 0px 5px 0px;
}


.Padding0x10x0x0{
    padding:0px 10px 0px 0px;
}

.Padding0x10x10x0{
    padding:0px 10px 10px 0px;
}

.Padding0x0x0x10{
    padding:0px 0px 0px 10px;
}

.Padding0x0x0x40 {
    padding: 0px 0px 0px 40px;
}

.Padding0x0x0x80 {
    padding: 0px 0px 0px 80px;
}

.Padding0x0x20x0{
    padding:0px 0px 20px 0px;
}

.Padding0x20{
    padding:0px 20px;
}

.Padding0x30 {
    padding: 0px 30px;
}

.Padding0x40 {
    padding: 0px 40px;
}

.Padding0x60 {
    padding: 0px 60px;
}

.Padding8x10 {
    padding: 8px 10px;
}

.Padding10x0 {
    padding: 10px 0px;
}

.Padding15x0{
    padding:15px 0px;
}

.Padding10x10{
    padding:10px 10px;
}

.Padding10x20{
    padding:10px 20px;
}

.Padding10x30{
    padding:10px 30px;
}

.Padding15x30{
    padding:15px 30px;
}

.Padding15x20{
    padding:15px 20px;
}

.Padding13x0{
    padding:13px 0px !important;
}

.Padding18x0{
    padding:18px 0px !important;
}

.Padding20x0 {
    padding: 20px 0px !important;
}

.Padding20x40 {
    padding: 20px 40px !important;
}

.Padding35x60x0x60 {
    padding: 35px 60px 0 60px !important;
}

.Padding20x0x0x0 {
    padding: 20px 0px 0px 0px !important;
}

.Padding20x10x0x0 {
    padding: 20px 10px 0px 0px !important;
}

.Padding15x0x0x0 {
    padding: 15px 0px 0px 0px !important;
}

.Padding30x0 {
    padding: 30px 0px !important;
}

.Padding30x0x0x0 {
    padding: 30px 0px 0px 0px !important;
}

.Padding30x20 {
    padding: 30px 20px !important;
}

.Padding35x0 {
    padding: 35px 0px !important;
}

.Padding13x10{
    padding:13px 10px;
}

.Padding15x10{
    padding:15px 10px;
}

.Padding16x10{
    padding:16px 10px;
}

.Padding16x10x15x10{
    padding:16px 10px 15px 10px;
}

.Padding20x10 {
    padding: 20px 10px;
}

.Padding2x0 {
    padding: 2px 0;
}

.Padding20x20{
    padding:20px 20px;
}


.Padding30x10{
    padding:30px 10px;
}

.Padding30x30{
    padding:30px 30px;
}

.Padding40x0 {
    padding: 40px 0;
}

.Padding40x20 {
    padding: 40px 20px;
}

.Padding40x60 {
    padding: 40px 60px;
}

.Padding50x10{
    padding:50px 10px;
}

.Padding50x0{
    padding:50px 0px;
}

.Padding60x0 {
    padding: 60px 0;
}

.Padding120x0 {
    padding: 120px 0;
}

.Padding160x0 {
    padding: 160px 0;
}

.Padding60x20{
    padding:60px 20px;
}

.Padding20x10x0x10 {
    padding: 20px 10px 0 10px;
}

.Padding30x0x0x50 {
    padding: 40px 0 0 50px;
}

.Padding50x0x0x50 {
    padding: 50px 0 0 50px;
}

.Padding80x40 {
    padding: 80px 40px;
}

.Padding120x0x10x0 {
    padding: 120px 0px 10px 0px;
}

.Padding120x40 {
    padding: 120px 40px;
}


.MarginPercent0x10{
    margin:0 10%;
}

.MarginPercent50x50{
    margin:50% 50%;
}

.MarginPercent0x20 {
    margin: 0 20%;
}

.MarginPercent0x25 {
    margin: 0 25%;
}

.MarginPercent0x30 {
    margin: 0 30%;
}

.MarginPercent0x35 {
    margin: 0 35%;
}

.MarginPercent0x40 {
    margin: 0 40%;
}

.MarginPercent0x50{
    margin:0 50%;
}

.MarginPercent0x60x0x0 {
    margin:0 60% 0 0;
}

.Margin10x50{
    margin:10px 50px;
}

.Margin0x10x0x0{
    margin:0 10px 0 0;
}

.Margin0x0x0x10{
    margin:0 0 0 10px;
}

.Margin0x0x30x0{
    margin:0 0 30px 0;
}

.Margin0x0x70x0{
    margin:0 0 70px 0;
}

.Margin10x0x0x0{
    margin:10px 0 0 0;
}

.Margin50x0x0x0{
    margin:50px 0 0 0;
}

/***********************
    SFONDI
***********************/
.Trama {
    height:90%;
    width:90%;
    background-image:url(/images/trama_geat_001.png);
    background-repeat:repeat;
}

.SfondoSpacer{
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
}

.SfondoNews {
    background-image: url(/images/sfondo_news.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.SfondoMiddle {
    background-image: url(/images/sfondo_middle.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}



.SfondoNewsletter {
    background-image: url(/images/sfondo_newsletter.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

.SfondoNero {
    background-color:#000000;
}

.SfondoBianco {
    background-color:#ffffff;
}

.SfondoVerde {
    background-color: #90b666;
}

.SfondoRosso {
    background-color: #e21f26;
}

.SfondoRosa {
    background-color: #f6d2d5;
}

.SfondoGrigioChiaro {
    background-color: #e7e8e8;
}

.SfondoGrigio {
    background-color: #f2f2f4;
}

.SfondoGrigioScuro {
    background-color: #b7b8ba;
}


.SfondoBedeWellScuro {
    background-color: #5d5b5e;
}

.SfondoBedeWellChiaro {
    background-color: #ececea;
}

.SfondoAzzurro {
    background-color: #189abe;
}

.SfondoAzzurroChiaro {
    background-color: #d4edf4;
}

.SfondoArancione {
    background-color: #e26c08;
}

.SfondoAzzurroHover {
    background-color: #a1cfcf;
}
    .SfondoAzzurroHover:hover {
        background-color: #86a9a9;
    }
.SfondoGiallo {
    background-color: #fdbe01;
}

.SfondoBluScuro {
    background-color: #004068;
}

.SfondoBlu {
    background-color: #3183c9 !important;
}

.SfondoBluHoverAzzurro {
    background-color: #155376;
}

    .SfondoBluHoverAzzurro:hover {
        background-color: #5ca8d1;
    }

.SfondoGrigioHoverAzzurro {
    background-color:#ecedf4;
}

    .SfondoGrigioHoverAzzurro:hover {
        background-color: #5ca8d1;
        color: #ffffff !important;
    }


/***********************
    COLORI
***********************/

.ColoreBianco{
    color:#ffffff !important;
}

.ColoreVerde {
    color: #90b666;
}

.ColoreViola {
    color: #ff2e82;
}

.ColoreRosso {
    color:#ff0000;
}

.ColoreNero{
    color:#000000;
}

.ColoreGrigio {
    color: #888686;
}

.ColoreGrigioScuro {
    color: #333333;
}

.ColoreGiallo {
    color: #fdbe01;
}

.ColoreAzzurro {
    color: #03a9ec;
}

.ColoreBlu {
    color: #3183c9;
}
.ColoreBluScuro {
    color: #405766;
}

/***********************
    TESTI
***********************/
.Testox0e5 {
    font-size: 0.5em;
}

.Testox0e7 {
    font-size:0.7em;
}

.Testox0e8 {
    font-size:0.8em;
}

.Testox0e9 {
    font-size:0.9em;
}

.Testox1 {
    font-size:1em;
}

.Testox1e1 {
    font-size:1.1em;
}

.Testox1e2 {
    font-size:1.2em;
}

.Testox1e3 {
    font-size:1.3em;
}

.Testox1e4{
    font-size:1.4em;
}

.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:6em;
}

.Lighter {
    font-weight:lighter;
}

.Font300 {
    font-weight: 300;
}

.Font600 {
    font-weight: 600;
}

.Font800 {
    font-weight: 800;
}

.FontDancingScript {
    font-family: 'Dancing Script', cursive;
}

.FontCourgette {
    font-family: 'Courgette', cursive;
}

.FontLeckerli {
    font-family: 'Leckerli One', cursive;
}

.FontGreatVibes {
    font-family: 'Great Vibes', cursive;
}


/***********************
   FORM
***********************/

.DDLRespo {
    width: 100%;
    padding: 10px;
    border: solid 1px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.TxtCerca {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    border: 0px;
    padding:10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.TxtRespo {
    width: 100%;
    border: solid 1px #49abe3;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
 
.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; 
}

.DisplayFlex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.PulsanteTrasparenteHoverBlu,
.PulsanteBlu, .PulsanteGrigioChiaro {
    display: inline-flex; /* Usa inline-flex per elementi in linea con comportamento flex */
    margin-right: 10px; /* Aggiungi un margine per la spaziatura tra i pulsanti */
    text-align: center; /* Assicura che il testo sia centrato */
    align-items: center; /* Centra verticalmente il contenuto */
    justify-content: center; /* Centra orizzontalmente il contenuto */
    flex: none; /* Evita che i pulsanti si espandano */
    width: auto; /* Assicurati che la larghezza sia auto */
}

.PulsanteTrasparenteHoverBlu {
    background-color: transparent;
    color: #3183c9 !important;
    border: 1px solid #3183c9;
    cursor: pointer;
}

    .PulsanteTrasparenteHoverBlu:hover {
        background-color: #3183c9;
        color: #ffffff !important;
        text-decoration: none;
    }

.PulsanteBlu {
    background-color: #3183c9;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteBlu:hover {
        background-color: #3183c9;
    }


.PulsanteNero {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.PulsanteGrigioScuro {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #282828;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.PulsanteGrigioChiaro {
    background-color: #e7e8e8;
    border: 0;
    cursor: pointer;
    border: 0;
}

.PulsanteGrigioChiaro:hover {
    text-decoration:none;
}

.PulsanteRosso {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #e21f26;
    border: 0;
    cursor: pointer;
}

.PulsanteTrasparenteHoverGiallo {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: transparent;
    color: #e7ca02;
    border: 0;
    cursor: pointer;
}

    .PulsanteTrasparenteHoverGiallo:hover {
        background-color: #e7ca02;
        color: #155376;
    }

.PulsanteGiallo {
    display: block;
    width: 100%;
    background-color: #fdbe01;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteGiallo:hover {
        background-color: #fdbe01;
    }

.PulsanteBianco {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteBianco:hover {
        background-color: #ffffff;
    }

.PulsanteAzzurro {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #189abe;
    border: 0;
    cursor: pointer;
}

    .PulsanteAzzurro:hover {
        background-color: #bddbde;
    }


.PulsanteVerde {
    box-shadow: inset 0px 1px 0px 0px #a4e271;
    background-color: #89c403;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528009;
}

    .PulsanteVerde:hover {
        background-color: #77a809;
    }

.PulsanteBluHoverRosso {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #155376;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteBluHoverRosso:hover {
        background-color: #f4060e;
    }


.PulsanteBluScuro {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #223c77;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteBluScuro:hover {
        background-color: #155376;
    }

.PulsanteBordoVerde {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #a1cfcf;
    cursor: pointer;
}

    .PulsanteBordoVerde:hover {
        color: #ffffff;
        background-color: #a1cfcf;
    }

.PulsanteBordoGrigio {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #666666;
    cursor: pointer;
}

    .PulsanteBordoGrigio:hover {
        color:#ffffff;
        background-color:#00344c;
    }


/*********************************
COOKIE
********************************/

#BarraCookie{
    position:fixed;
    bottom:0;
    z-index:100000000;
    width:100%;
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
    color:#ffffff;
    padding:5px;
}

/*********************************
GRIGLIA
********************************/
.GridStyleCombinazioni { 
    width: 100%; 
    background-color: #ffffff; 
}

    .GridStyleCombinazioni td {
        border-left: solid 0px #dcdcdc;
        border-right: solid 0px #dcdcdc;
    }

    .GridStyleCombinazioni tr:first-child {
        border-top: solid 1px #dcdcdc;
    }

    .GridStyleCombinazioni tr:last-child {
        border-bottom: solid 1px #dcdcdc;
    }

    .GridStyleCombinazioni .Alt {
        background: #dcdcdc !important;
    }

.SelectedRowStyle { 
    background: #ffffff !important; 
}

.GridStyleCarrello, .GridStyleAreaRiservata, .GridStyleAreaRiservataDet, .GridStyleWishList { 
    width: 100%; 
    background-color: #ffffff; 
    border: solid 1px #cccccc; 
    border-collapse:collapse; 
}

.GridStyleCarrello td, .GridStyleAreaRiservata td, .GridStyleAreaRiservataDet td, .GridStyleWishList td{ 
    border-left: solid 1px #cccccc; 
    border-right: solid 1px #cccccc; 
    text-align:left;
    padding:10px;
}

.GridStyleCarrello tr:last-child, .GridStyleAreaRiservata tr:last-child, .GridStyleAreaRiservataDet tr:last-child, .GridStyleWishList tr:last-child { 
    border-bottom: solid 1px #cccccc; 
    text-align:left;
    padding:10px;
}

.GridStyleCarrello th, .GridStyleAreaRiservata th, .GridStyleAreaRiservataDet th, .GridStyleWishList th
{
    background: #f5f5f5; 
    border: solid 1px #dcdcdc; 
    padding:10px;
    color:#666666;
    text-transform:uppercase;
    text-align:left;
}

.GridStyleCarrello .Row a, .GridStyleAreaRiservata .Row a, .GridStyleAreaRiservataDet .Row a, .GridStyleWishList .Row a { color:#b00000; }    
.GridStyleCarrello .Row a:hover, .GridStyleAreaRiservata .Row a:hover, .GridStyleAreaRiservataDet .Row a:hover, .GridStyleWishList .Row a:hover { color:#12496b; }   
 
.GridStyleCarrello .Alt, .GridStyleAreaRiservata .Alt, .GridStyleAreaRiservataDet .Alt, .GridStyleWishList .Alt { background: #f6f6f6 !important; }
.GridStyleCarrello .Alt a, .GridStyleAreaRiservata .Alt a, .GridStyleAreaRiservataDet .Alt a, .GridStyleWishList .Alt a { color:#b00000; }    
.GridStyleCarrello .Alt a:hover, .GridStyleAreaRiservata .Alt a:hover, .GridStyleAreaRiservataDet .Alt a:hover, .GridStyleWishList .Alt a:hover { color:#12496b; }   

.GridStyleCombinazioni .Edit, .GridStyleCarrello .Edit, .GridStyleAreaRiservata .Edit, .GridStyleAreaRiservataDet .Edit, .GridStyleWishList .Edit { background-color:#f7ffb3; }
.GridStyleCombinazioni .Edit a, .GridStyleCarrello .Edit a, .GridStyleAreaRiservata .Edit a, .GridStyleAreaRiservataDet .Edit a, .GridStyleWishList .Edit a { color:#b00000; }    
.GridStyleCombinazioni .Edit a:hover, .GridStyleCarrello .Edit a:hover, .GridStyleAreaRiservata .Edit a:hover, .GridStyleAreaRiservataDet .Edit a:hover, .GridStyleWishList .Edit a:hover { color:#12496b; }   

.GridStyleCombinazioni .Pgr, .GridStyleCarrello .Pgr, .GridStyleAreaRiservata .Pgr, .GridStyleAreaRiservataDet .Pgr, .GridStyleWishList .Pgr { background: #ebebeb; }
.GridStyleCombinazioni .Pgr table, .GridStyleCarrello .Pgr table, .GridStyleAreaRiservata .Pgr table , .GridStyleAreaRiservataDet .Pgr table , .GridStyleWishList  .Pgr table 
{
    border-left: solid 1px #666666; 
    }
    
.GridStyleCombinazioni .Pgr td, .GridStyleCarrello .Pgr td, .GridStyleAreaRiservata .Pgr td, .GridStyleAreaRiservataDet .Pgr td, .GridStyleWishList .Pgr td { 
    color: #666666; 
 }   
.GridStyleCombinazioni .Pgr a, .GridStyleCarrello .Pgr a, .GridStyleAreaRiservata .Pgr a, .GridStyleAreaRiservataDet .Pgr a, .GridStyleWishList .Pgr a { color: #b00000; text-decoration: none; }
.GridStyleCombinazioni .Pgr a:hover , .GridStyleCarrello .Pgr a:hover , .GridStyleAreaRiservata .Pgr a:hover, .GridStyleAreaRiservataDet .Pgr a:hover, .GridStyleWishList .Pgr a:hover{ color: #12496b; text-decoration: none; }



/*********************************
PAGINAZIONE
********************************/

.page {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #ffffff;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
}

    .page:hover {
        background: #fefefe;
        border: solid 1px #c0c0c0;
        color: #666666;
    }

    .page.active {
        background: #ffffff;
        color: #666666;
        border: solid 1px #c0c0c0;
    }

/******************************************
PROGRESS TEMPLATE
*******************************************/

.Zindex10{
    z-index:10;
}

.Zindex20{
    z-index:20;
}

.Zindex30{
    z-index:30;
}

.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;
}

.BordoVerde3 {
    border: solid 3px #8ab626;
    float:left;
}

.BordoArrotondato10 {
    border-radius: 10px !important;
    -moz-border-radius: 10px !important; /* firefox */
    -webkit-border-radius: 10px !important; /* safari, chrome */
}

.BordoArrotondato30 {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important; /* firefox */
    -webkit-border-radius: 30px !important; /* safari, chrome */
}

.BordoArrotondato50 {
    border-radius: 50px !important;
    -moz-border-radius: 50px !important; /* firefox */
    -webkit-border-radius: 50px !important; /* safari, chrome */
}


.TestoCentratoVerticale {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.SfondoBoxUno {
    background-image:url('/images/box-1.png');
    background-position:bottom;
    background-repeat:no-repeat;
}

.SfondoBoxDue {
    background-image: url('/images/box-2.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
.SfondoBoxTre {
    background-image: url('/images/box-3.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

.ScrollOrizzontale {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    display: flex;
    padding:0 20px 20px 20px;
    /*height: 100px;*/ /* Altezza della scrollbar */
}

    .ScrollOrizzontale::-webkit-scrollbar {
        width: 0.5rem; /* Imposta la larghezza desiderata per la scrollbar */
        height: 0.6rem;
        background-color: #f1f1f1; /* Imposta il colore di sfondo della scrollbar */
    }

    .ScrollOrizzontale::-webkit-scrollbar-thumb {
        background-color: #fdbe01; /* Imposta il colore del pollice della scrollbar */
    }

        .ScrollOrizzontale::-webkit-scrollbar-thumb:hover {
            background-color: #fdbe01; /* Imposta il colore del pollice al passaggio del mouse */
        }

    .ScrollOrizzontale::-webkit-scrollbar-track {
        background-color: #f1f1f1; /* Imposta il colore di sfondo della track della scrollbar */
    }
