﻿html {
    /*height: 100%;*/
    width: 100%;
    min-width: 500px;
    font-size: 12px;
    letter-spacing: 1px !important;
    color: #000000;
    /*Per modificare impostare tale colore per tutto il testo presente è necessario inserire tale valore anche per .rtsText in Lavoro_tab.css e .lblCondizioni in LoginRegistration.css*/
    margin: 0;
    padding: 0;
    /*background: #F0F0F0 url("./Images/lte_IE9/html.png") 0 0 repeat-x;*/
}

/*body {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}*/

body {
    font-family: 'Droid Sans',Arial,Helvetica,sans-serif;
    margin: 0em auto 0em auto;
    padding: 0;
    width: 100%;
    overflow-wrap: normal;
    background-color: #eeeeee;
    background-image: url("Images/bodyback.jpg");
    background-repeat: repeat;
    background-position: top left;
    background-attachment: fixed;
}

form{
    min-height:100%;
}

h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

img {
    border: 0;
    width: 100%;
}

hr {
    border: 0;
    height: 3px;
    color: black;
    background-color: black;
}

.Page {
    position: relative;
    margin: 2em 1em 2em 1em;
    max-width: 1024px;
    background: url("../Pess/Images/sliderbottom.png") no-repeat scroll center bottom transparent;
    background-size:100% 50px;
    padding: 1em 1em 50px;
}

.Header {
    background: url("Images/header.png") repeat scroll 0 0 #26292B;
    border-bottom: 7px solid #000000;
    box-shadow: 0 0 5px 0 #000000;
    min-height: 100px;
    /*min-width: 1050px;*/
}
    /*position: relative;
    min-height: 50%;
    margin-left: auto;
    margin-right: auto;
    /*max-width:1024px;*/

    /*.Header .Top {
        height: 7.00em;
        position: relative;
    }

        .Header .Top .logo-pess {
            width: 14em;
            border: 0em;
            position: absolute;
            top: 1.33em;
            right: 1.67em;
            border: 0em;
        }*/
    .Header #header-content {
        /*width: 1050px;*/
        margin: auto;
    }


    .Header img.site-logo {
        width: auto;
        max-width: 300px;
        max-height: 90px;
        padding: 5px 0;
        float: left;
    }

.site-title-hidden {
    display: none;
}

.Section {
    position: relative;
    margin: auto auto auto auto;
    min-height: 50%;
}

.divSideButton {
    margin-top: 2em;
}

.tdSideButton {
    width: 7.5em;
}

    .tdSideButton ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .tdSideButton a {
        display: block;
        position: relative;
        text-decoration: none;
        width: 100%;
        height: 100%;
        color: inherit;
        background-color: none;
        padding: 0.25em 0 0.25em 0;
    }

    .tdSideButton h1 {
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: normal;
        font-size: 1em;
        font-variant: small-caps;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 0 0.125em;
    }

.myli {
    display: block;
    width: 7em;
    height: 6em;
    -webkit-box-shadow: 0.2 0.15em 0.15em #9C9C9C !important;
    -moz-box-shadow: 0.2 0.15em 0.15em #9C9C9C !important;
    -o-box-shadow: 0.2 0.15em 0.15em #9C9C9C !important;
    box-shadow: 0.2em 0.15em 0.15em #9C9C9C !important;
    background: -webkit-linear-gradient(#f3f3f3, #ececec) !important;
    background: -o-linear-gradient(#f3f3f3, #ececec) !important;
    background: -moz-linear-gradient(#f3f3f3, #ececec) !important;
    background: linear-gradient(#f3f3f3, #ececec) !important;
    border: none;
    text-align: center;
    left: -0.2em;
    padding-top: 0.5em;
    margin-bottom: 0.2em;
    border-top-right-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
    -moz-border-top-right-radius: 0.5em;
    -o-border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -moz-border-bottom-right-radius: 0.5em;
    -o-border-bottom-right-radius: 0.5em;
}

    .myli a {
        vertical-align: middle;
    }

        .myli a h1 {
            display: block;
        }

    .myli .MenuIcon {
        display: inline-block;
        vertical-align: middle;
        align-self: center;
        width: 3em;
        max-width: 4em;
    }

        .myli .MenuIcon.Hover {
            display: none;
        }

    .myli:hover .MenuIcon, .myli:active .MenuIcon {
        display: none;
    }

        .myli:hover .MenuIcon.Hover, .myli:active .MenuIcon.Hover {
            display: inline-block;
        }

    .myli h1, .myli h1 {
        position: relative;
        left: auto;
        white-space: normal;
    }

.liNew, .liContatti, .liStatistiche, .liCatalogo, .liHome {
    display: none;
}

#ccup-m_btnUser {
    width: 100% !Important;
    max-width: 200px;
}

@media (max-width:800px) {
    #ccup-m_btnUser > span {
        display: none;
    }
}

@media only screen and (max-device-width: 480px) {
    #ccup-m_btnUser > span {
        display: none;
    }
}

.ErrorMessage {
    font-variant: small-caps;
    line-height: 5em;
    vertical-align: middle;
}

.RadTabStrip_Default .rtsLink:hover {
    text-decoration: none !important;
}

/**************Contatti********************/
.winContatti {
    background-color: rgb(243, 243, 243);
}

.grpContatti {
    margin: 1em;
}

    .grpContatti legend {
        font-size: 1.5em;
        text-shadow: 0.1em 0.1em 0.1em #BCBCBC;
    }



/*****************Footer******************/

#footer {
    background: #111111;
    border-bottom: 50px solid #111111;
    border-top: 10px solid #000000;
    box-shadow: 0 0 5px 0 #000000;
    clear: both;
    padding: 0 0 20px;
    /*min-width: 1050px;*/
}

.versep {
    background: none repeat scroll 0 0 #111111;
    border-bottom: 1px solid #222222;
    border-top: 80px solid #222222;
    height: 2px;
}

#footer-content {
    /*width: 1050px;*/
    margin: 0 auto;
}

#social {
    display: table;
    height: 50px;
    margin: -70px auto 30px;
    padding: 0 10px 10px;
}

.facebook-link {
    background: url("images/fbicon.png") no-repeat scroll center top transparent;
}

.youtube-link {
    background: url("images/youtubeicon.png") no-repeat scroll center top transparent;
    margin: 0 20px;
}

.facebook-link, .twitter-link, .youtube-link, .li-link, .feed-link {
    float: left;
    height: 50px;
    width: 50px;
}

#creditline {
    color: #8A96A0;
    font-size: 13px;
    margin-bottom: -55px;
    text-align: center;
    text-shadow: 0 0 1px #000000;
    letter-spacing: normal;
}

    #creditline a {
        display: block;
    }

    #creditline a {
        color: #09F;
        font-weight: bold;
    }

.credit {
    display: none;
}

a {
    color: #F30;
    text-decoration: none;
}

.cs-login-btn, .cs-edituser-btn, .btnRegistration, .btnConfirm, .btnTextButton {
    margin-top: 1em !important;
    color: white !important;
    width: 7em;
    height: 3em;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 2px;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
    border-radius: 0.5em !important;
    background: #000000;
    background: -webkit-linear-gradient(#46494B, #000000) !important;
    background: -o-linear-gradient(#46494B, #000000) !important;
    background: -moz-linear-gradient(#46494B, #000000) !important;
    background: linear-gradient(#46494B, #000000) !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(60,62,64,0.5) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(60,62,64,0.5) !important;
    -o-box-shadow: inset 0 1px 0 rgba(60,62,64,0.5) !important;
    box-shadow: inset 0 1px 0 rgba(60,62,64,0.5) !important;
}

/*_AC_20160720*/
.btnTextButton.btnSelectAll{
    margin:1em 0;
    height:5em;
}

/*@media screen and (max-width:900px) {
    html {
        background: #F0F0F0 url("./Images/lte_IE9/html_redux_50.png") 0 0 repeat-x;
        font-size: 50%;
    }
}*/

/*@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
 {
    html
    {
        background:#F0F0F0 url("./Images/lte_IE9/html_enlarge_120.png") 0 0 repeat-x;
        font-size:120%;
    }
}*/
@media only screen and (max-device-width: 480px) {
    html {
        font-size: 24px !important;
    }
}

.cs-user-button.k-button {
    background: #26292B !important;
}