﻿body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #4a4e47;
}

h1{
    margin:0;
    padding:0;
    font-weight:lighter;
}

h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: lighter;
    font-size:200%;
    line-height:25px;
}

/***********************/
.SottoMenuCategorie .CorpoSottoMenu {
     display:none;
   }

.SottoMenuCategorie:hover .CorpoSottoMenu {
    display: block;
    background-color: #8ab626;
    position: absolute;
    z-index: 9999;
    float: left;
    width: 200%;
    margin: 5px 0 0 0;
    left: 0px;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.SottoMenuLinee .CorpoSottoMenu {
    display: none;
}

.SottoMenuLinee:hover .CorpoSottoMenu {
    display: block;
    background-color: #78b3b3;
    position: absolute;
    z-index: 9999;
    float: left;
    width: 200%;
    margin: 5px 0 0 0;
    left: 0px;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.SottoMenuSostanze .CorpoSottoMenu {
    display: none;
}

.SottoMenuSostanze:hover .CorpoSottoMenu {
    display: block;
    background-color: #78b3b3;
    position: absolute;
    z-index: 9999;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    left: 0px;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/***********************
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_blu.png);
    background-position: top center;
    background-repeat: repeat;
}

.EffettoNomeArticolo {
    width: 100%;
    height: 100%;
    position: absolute;
}

.DivEffettoHover:hover .EffettoHoverArancio {
    opacity: 1;
}

.DivEffettoHover:hover .EffettoNomeArticolo {
    opacity: 0;
}


/*****************************/

.FontPrimario {
    font-family: 'Poppins', sans-serif;
}

.Altezza{
    height:1vh;
    clear:both;
}

.Altezza44 {
    height: 44px;
}

.Altezza60 {
    height: 60px;
}

.Altezza300 {
    height: 300px;
}

.Altezza250 {
    height: 250px;
}

.MaxImage{
    max-width: 100%;
    height:auto;
/*    max-height:100%;
*/}

.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;
}

.Circular{
    border-radius: 50%;
}

.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 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);
}

.Interlinea40 {
    line-height:40px;
}

.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;
    }

.BordoArrotondato10 {
    border-radius: 30px !important;
    -moz-border-radius: 30px !important; /* firefox */
    -webkit-border-radius: 30px !important; /* safari, chrome */
}

/*********************************
POPUP
********************************/

.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;
}


/**********************************************
    MENU
**************************************/
#Menu ul {
    list-style: none;
    margin: 0;
    margin-left: -40px;
    color: #ffffff;
}

    #Menu ul li {
        float: left;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

        #Menu ul li:hover > a {
            color: #1e6ca4 !important;
        }

        #Menu ul li a.BoxMenu:link, #Menu ul li a.BoxMenu:visited {
            color: #1e6ca4;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 15px 15px;
            margin: 0px;
            float: left;
            cursor: pointer;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }


            #Menu ul li a.BoxMenu:hover {
                background-color: #0f5da8;
                color: #ffffff !important;
            }


                #Menu ul li a.BoxMenu:hover a {
                    color: #ffffff !important;
                }

                    #Menu ul li a.BoxMenu:hover a:hover {
                        color: #ffffff !important;
                    }

        #Menu ul li a.BoxMenuBlu:link, #Menu ul li a.BoxMenuBlu:visited {
            color: #ffffff !important;
            background-color: #0f5da8;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 15px 15px;
            margin: 0px;
            float: left;
            cursor: pointer;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        #Menu ul li a.BoxMenuBlu:hover {
            background-color: #0f5da8;
            color: #ffffff !important;
        }

        #Menu ul li:hover ul li {
            background-image: none;
            visibility: visible;
            background-color: #ffffff;
            position: relative;
            z-index: 1700;
            width: 100%;
            text-align: left;
            top: 30px;
            margin-left: 0px;
            left: 0;
            padding: 20px 0;
            font-weight: 400;
            text-transform: none;
            margin: 0 auto;
            border-bottom: solid 1px #0f5da8;
            /*box-shadow: 0 0 11px #333333;
    -moz-box-shadow: 0px 0px 11px #333333; 
    -webkit-box-shadow: 0px 0px 11px #333333;*/
        }


        #Menu ul li ul {
            visibility: hidden;
            overflow: hidden;
            position: absolute;
            width: 20%;
        }

            #Menu ul li ul li {
                width: 100%;
                border-bottom: solid 3px #ffffff;
            }

.BoxSottoMenu {
    width: 100%;
    float: left;
    margin: 0 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #f1f1f1;
}

.VoceSottoMenu {
    border-bottom: solid 1px #5da9d1;
}

    /*.VoceSottoMenu a {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    color: #28354b !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #f1f1f1;
}
*/
    .VoceSottoMenu:hover {
        background-color: #5da9d1;
    }
/*
#Menu ul li.BoxMenu:hover ul li.BoxSottoMenu:hover a:hover {
    color: #ffffff !important;
    display: inline-block;
}

*/

/***********************
 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
***********************/
a:link, a:visited{
    text-decoration:none;
    color:#000000;
}

a:hover{
    text-decoration:none;
    color:#333333;
}

.CorpoSottoMenu a:link, a:visited{
    color:#333333 !important;
    text-decoration:none;
}

.CorpoSottoMenu a:hover {
    color: #333333 !important;
    text-decoration: underline;
}

.LinkBianco:link, .LinkBianco:visited{
    color:#ffffff !important;
    text-decoration:none;
}

.LinkBianco:hover{
    color:#ffffff !important;
}


.LinkGiallo:link, .LinkGiallo {
    color: #e7ca02 !important;
    text-decoration: none;
}

    .LinkGiallo:hover {
        color: #e7ca02 !important;
        text-decoration: none;
    }


.LinkAzzurro:link, .LinkAzzurrovisited {
    color: #a1cfcf !important;
    text-decoration: none;
}

.LinkAzzurro:hover {
    color: #a1cfcf !important;
    text-decoration: none;
}

.LinkBlu:link, .LinkBlu:visited {
    color: #155376 !important;
    text-decoration: none;
}

.LinkBlu:hover {
    color: #155376 !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: #333333 !important;
    text-decoration: none;
}

.LinkGrigioScuro:hover {
    color: #333333 !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: #378e8d !important;
    text-decoration: none;
}

.LinkVerde:hover {
    color: #378e8d !important;
    text-decoration: none;
}


/***********************
    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;
}

.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 #888686;
}

.BordoDestro {
    border-right: solid 1px #888686;
}

.BordoBottom {
    border-bottom: solid 1px #888686;
}

.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;
}

.BordoBianco {
    border: solid 1px #ffffff;
}

.BordoBlu {
    border: solid 3px #0f5da8;
}

.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{
    -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;
}

.Padding0x0x20x0{
    padding:0px 0px 20px 0px;
}

.Padding0x20{
    padding:0px 20px;
}

.Padding0x30 {
    padding: 0px 30px;
}

.Padding0x60 {
    padding: 0px 60px;
}

.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;
}

.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;
}

.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;
}

.Padding20x20{
    padding:20px 20px;
}


.Padding30x10{
    padding:30px 10px;
}

.Padding30x30{
    padding:30px 30px;
}

.Padding40x0{
    padding:40px 0;
}

.Padding50x10{
    padding:50px 10px;
}

.Padding50x0{
    padding:50px 0px;
}

.Padding60x0{
    padding:60px 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;
}

.MarginPercent0x10{
    margin:0 10%;
}

.MarginPercent50x50{
    margin:50% 50%;
}

.MarginPercent0x20 {
    margin: 0 20%;
}

.MarginPercent0x25 {
    margin: 0 25%;
}

.MarginPercent0x30 {
    margin: 0 30%;
}

.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: #8ab626;
}

.SfondoRosso {
    background-color: #e21f26;
}

.SfondoRosa {
    background-color: #f6d2d5;
}

.SfondoGrigioChiaro {
    background-color: #ebedec;
}

.SfondoGrigio {
    background-color: #dcdcdc;
}

.SfondoGrigioScuro {
    background-color: #4b4e47;
}


.SfondoBedeWellScuro {
    background-color: #5d5b5e;
}

.SfondoBedeWellChiaro {
    background-color: #ececea;
}

.SfondoAzzurro {
    background-color: #a1cfcf;
}

.SfondoArancione {
    background-color: #e26c08;
}

.SfondoAzzurroHover {
    background-color: #a1cfcf;
}
    .SfondoAzzurroHover:hover {
        background-color: #86a9a9;
    }
.SfondoGiallo {
    background-color: #e7ca02;
}

.SfondoBluScuro {
    background-color: #223c77;
}

.SfondoBlu {
    background-color: #155376;
}

.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;
}

.ColoreVerde {
    color: #8ab626;
}

.ColoreRosso {
    color:#ff0000;
}

.ColoreNero{
    color:#000000;
}

.ColoreGrigio {
    color: #888686;
}

.ColoreGrigioScuro {
    color: #333333;
}

.ColoreGiallo {
    color: #e7ca02;
}

.ColoreAzzurro {
    color: #4cabe0;
}

.ColoreBlu {
    color: #0f5da8;
}
.ColoreBluScuro {
    color: #223c77;
}

/***********************
    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;
}

/***********************
   FORM
***********************/

.DDLRespo {
    font-family: 'Poppins', sans-serif;
    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 {
    font-family: 'Poppins', sans-serif;
    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; 
}

.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 {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #e2e2e2;
    color: #282828;
    border: 0;
    cursor: pointer;
}

.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 {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #e7ca02;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

.PulsanteGiallo:hover {
    background-color: #e7ca02;
}

.PulsanteAzzurro {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #a1cfcf;
    border: 0;
    cursor: pointer;
}

    .PulsanteAzzurro:hover {
        background-color: #e6e6e6;
    }

.PulsanteBlu {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #155376;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

    .PulsanteBlu:hover {
        background-color: #5ca8d1;
    }

.PulsanteVerde {
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 100%;
    background-color: #8ab626;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

    .PulsanteVerde:hover {
        background-color: #7ca322;
    }

.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;
}