/* Add Google WebFonts */
@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Cuprum:400,700');

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*max-width: 100%;*/
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    vertical-align: top
}

    *:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

font {
    font-family: 'Cuprum', sans-serif;
    font-family: 'Arimo', sans-serif;
}



html, body {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    width: 100%;
    min-height: 100%;
}

div.footer {
    height: 100px;
    position: absolute;
    left: 0px;
}

div.content {
    padding-bottom: 100px;
}

.wrapper {
    min-height: 100%;
    margin: 0px auto;
    position: relative;
    background: #f1f1f1;
}

h1 {
    font-family: 'Cuprum', sans-serif;
    font-weight: 400;
    font-size: 20px;
}

h2 {
    font-family: 'Cuprum', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0px;
}

.dx h2, .content h2, .box h2 {
    font-size: 28px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #f6891f;
    margin: 0px 0px 20px 0px;
}

p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

img {
    border: none;
    max-width: 100%;
}

ul, ul li {
    list-style-type: none;
    list-style-position: inside;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: black;
        text-decoration: underline;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}

input:focus {
    outline: none;
}

.btn, .tableresponsive.seconda input[type="button"], .css_grid_bottone1 input[type="button"] {
    font-family: 'Cuprum', sans-serif;
    color: #005fae;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    font-size: 16px;
    border: 1px solid #005fae;
    padding: 8px 16px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

    .btn:hover {
        text-decoration: none;
        color: #000;
        border: 1px solid #000;
        cursor: pointer;
        cursor: pointer;
    }

    .btn.big {
        font-size: 25px;
    }

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}

div.header {
    height: auto;
    background-color: #f5f5f5;
    z-index: 999;
    position: relative;
    border-bottom: 5px solid #e5e5e5;
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 10px;
}

div.content {
    padding-bottom: 150px;
    overflow: auto;
    padding-top: 10px;
    background: #f1f1f1;
}

div.footer {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    background-color: #e5e5e5;
    clear: both;
}

input[type="text"].lungo, input[type="password"].lungo, input[type="email"].lungo, input[type="tel"].lungo, input[type="select"].lungo {
    max-width: 85%;
}
/*module*/


.modulo {
    width: 640px;
    margin-top: 20px;
    border-spacing: 0px 10px;
}

    .modulo tr td {
        padding: 5px;
    }

    .modulo tr th {
        background: #e6e6e6;
        color: #427fc1;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.campo_form.btns .btn {
    margin-right: 20px;
}

.field_module, .select_module {
    background-color: white;
    min-height: 34px;
    position: relative;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    width: 100%;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding: 6px 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field_note {
    border: 1px solid #ccc;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    height: 200px;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #005fae;
    font-family: 'Arimo', sans-serif;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: white;
}

.buttons, .intro {
    background: #f1f1f1;
    border-radius: 2px;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 10px 30px;
}

.modale .intro h4 {
    font-size: 19px;
    text-align: left;
    color: #222;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}


.modale .intro svg {
    font-size: 27px;
    color: #ff7f00;
    font-weight: 600;
    margin: 0px 11px 0px 0px;
    top: 3px;
    position: relative;
}

.modale .intro ul {
    margin: 20px 0px;
    display: block
}

    .modale .intro ul li {
        margin: 10px;
        display: inline-block;
    }

    .modale .intro ul svg {
        font-size: 18px;
        position: relative;
        margin-right: 10px;
    }

    .modale .intro ul a {
        font-size: 16px;
        font-weight: 600;
        text-decoration: underline;
    }

.buttons .btn {
    margin: 0px 20px 0px 0px;
    display: inline-block;
}

.label_check a {
    color: #666;
    text-decoration: underline;
}

.label_check input {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

.alert {
    display: inline-block;
    font-size: 13px;
    color: red;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}

.campo_form {
    width: 50%;
    padding-bottom: 0.5em;
    position: relative;
    float: left;
    padding-right: 1em;
}

    .campo_form.triplice {
        width: 100%;
    }

        .campo_form.triplice .campo_form {
            width: 33%;
        }

    .campo_form .field_note {
        height: 100px;
    }

        .campo_form .field_note.big {
            height: 200px;
        }

.pathway {
    position: relative;
    font-size: 13px;
    width: 100%;
    color: #005fae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
        color: #666;
        text-decoration: none !important;
    }

        .pathway a:hover {
            margin-left: 5px;
            margin-right: 5px;
            text-decoration: underline;
        }

.sx {
    position: relative;
    float: left;
    width: 30%;
    margin-bottom: 20px;
}

.dx {
    position: relative;
    float: right;
    width: 65%;
    margin-bottom: 20px;
}

.sx.home {
    position: relative;
    float: left;
    width: 60%;
    margin-bottom: 0px;
}

.dx.home {
    position: relative;
    float: right;
    width: 35%;
    margin-bottom: 0px;
}

.menu {
    position: relative;
    clear: both;
    width: 100%;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-left: none;
    height: 1px;
    width: 100%;
    border-right: none;
    border-bottom: none;
    position: relative;
    clear: both;
    margin: 10px 0px 20px 0px;
    display: inline-block;
}

.cerca {
    float: right;
    padding: 10px;
    position: relative;
    background-color: white;
    width: 220px;
    border: 1px solid #ccc;
    margin-top: 9px;
}

.newsletter {
    float: right;
    padding: 5px;
    position: relative;
    background-color: white;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 13px;
}

    .cerca input[type="text"], .newsletter input[type="text"] {
        border: none;
        background-color: transparent;
        width: 95%;
        width: -webkit-calc(100% - 28px);
        width: -moz-calc(100% - 28px);
        width: calc(100% - 28px);
        color: #666;
        font-size: 13px;
    }

    .cerca input[type="button"], .newsletter input[type="button"] {
        min-height: 17px;
    }

    .cerca input[type="image"], .newsletter input[type="image"] {
        position: relative;
        width: 16px;
        top: 2px;
    }

.logo {
    position: relative;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

    .logo img {
        border: none;
        height: 45px;
        margin: 7px 0px;
    }

.footer .box {
    position: relative;
    float: left;
    width: 33%;
}

.areariservata_box {
    position: relative;
    float: left;
    width: 505px;
    margin-left: 0px;
}

    .areariservata_box .me-select {
        position: relative;
        float: left;
        margin-bottom: 0px;
        margin-top: 4px;
        margin-left: 116px;
    }

        .areariservata_box .me-select label {
            display: inline-block;
            width: 100%;
            position: relative;
            padding: 5px 5px 5px 32px;
            vertical-align: top;
            cursor: pointer;
            font-size: 13px;
            color: #666;
        }

    .areariservata_box .field_module {
        position: relative;
        float: left;
        width: 146px;
        margin-right: 5px;
        background-color: white;
        box-shadow: none;
        border-radius: 2px;
        margin-top: 0px;
    }

    .areariservata_box p {
        position: relative;
        float: right;
        margin-top: 7px;
        margin-right: 100px;
    }

    .areariservata_box.login p {
        position: relative;
        float: left;
        margin-top: 5px;
    }

    .areariservata_box.login h1 {
        position: inherit;
        float: inherit;
        width: 100%;
    }

    .areariservata_box.login .btn {
        position: relative;
        float: right;
        top: -16px;
    }

    .areariservata_box p a {
        font-size: 13px;
        color: #666;
    }

    .areariservata_box h1 {
        position: relative;
        float: left;
        text-transform: uppercase;
        font-size: 15px;
        color: #000;
        margin: 12px;
    }

    .areariservata_box .clear {
        height: 0px;
    }

    .areariservata_box .btn {
        top: 0px;
        padding: 7px 10px;
        margin-top: 1px;
    }

    .areariservata_box.login {
        position: relative;
        float: left;
        width: 300px;
        margin-left: 150px;
        margin-top: 20px;
    }

.carrello {
    position: relative;
    float: right;
    width: 220px;
    background-color: white;
    padding: 15px 20px;
    cursor: pointer;
}

    .carrello img {
        position: relative;
        float: left;
        margin-right: 10px;
    }

    .carrello h1 {
        text-transform: uppercase;
        font-size: 15px;
        color: #666;
        margin: 5px 0px;
    }

    .carrello p {
        color: #999999;
        font-size: 14px;
    }

        .carrello p span {
            color: #005fae;
        }

.grigio {
    border-top: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    background-color: #f5f5f5;
    padding: 20px 0px;
    height: auto;
    width: 100%;
    overflow: auto;
}

.aree {
    background-color: white;
    height: auto;
    overflow: auto;
}

.area {
    padding: 15px;
    width: 25%;
    margin-right: 0px;
    position: relative;
    float: left;
    text-align: center;
    border-left: 5px solid #f5f5f5;
    background-color: white;
    min-height: 435px;
    margin-bottom: 20px;
}

    .area:last-child {
        width: 25%;
        margin-right: 0px;
    }

    .area img {
        margin-left: auto;
        marign-right: auto;
    }

    .area h1 {
        color: #333;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .area ul li {
        list-style-type: none;
        list-style-position: inside;
        margin-bottom: 0px;
        padding: 5px;
        text-align: left;
        height: auto;
        overflow: auto;
    }

        .area ul li h1 {
            color: #666666;
            font-size: 13px;
            font-weight: normal;
            font-family: 'Arimo', sans-serif;
            position: relative;
            float: left;
            text-align: left;
            text-transform: inherit;
            width: 60%;
            padding: 0px;
            margin: 0px;
        }

        .area ul li h2 {
            color: #005fae;
            position: relative;
            float: right;
            text-align: right;
            width: 35%;
            font-size: 13px;
            font-weight: 700;
            font-family: 'Arimo', sans-serif;
        }

        .area ul li a {
            color: #666666;
            font-size: 13px;
        }

        .area ul li:hover {
            background-color: #f1f1f1;
        }

        .area ul li a:hover {
            text-decoration: none;
        }

.slideshow {
    width: 100%;
    height: 240px;
    background-image: url(../img/skyline.jpg);
    background-attachment: fixed;
    background-position: bottom;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
}

    .slideshow h1 {
        color: #f68e28;
        font-size: 40px;
        padding: 20px;
    }

    .slideshow .btn {
        color: #f68e28;
        border: 1px solid #f68e28;
        font-size: 25px;
        bottom: 20px;
        right: 20px;
        position: absolute;
        top: inherit;
    }

    .slideshow .carousel {
        position: relative;
        z-index: 2;
        height: 240px;
    }

.slideshow_bg {
    width: 100%;
    height: 240px;
    position: absolute;
    background-image: url(../img/black.png);
    background-repeat: repeat;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sx.home h1, .dx.home h1 {
    color: #005fae;
    font-size: 40px;
    margin-top: 20px;
}

    .dx.home h1 a {
        font-size: 16px;
        text-align: right;
        float: right;
        color: #666;
        text-decoration: underline;
        top: 20px;
        position: relative;
    }
/* */


.focuson {
    height: auto;
    margin-top: 20px;
    max-height: 170px;
    overflow: hidden;
}

.img_focuson {
    height: 150px;
    width: 150px;
    display: table;
    position: relative;
    float: left;
    clear: both;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-right: 20px;
}

    .img_focuson div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .img_focuson div img {
            max-height: 150px;
            max-width: 150px;
            border: none;
        }

.testo_focuson {
    height: 146px;
    overflow: hidden;
}

.sx.home .testo_focuson h1 {
    position: relative;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 18px;
    text-transform: none;
    max-height: 44px;
    overflow: hidden;
}

.testo_focuson h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #666666;
}

.testo_focuson p {
    color: #666;
    font-size: 13px;
    line-height: 18px;
}

.data {
    /*background: #F6891F;
    width: 70px;
    height: 70px;
    position: relative;
    float: left;
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 12px;
    margin: 0px;
    margin-right: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;*/
}

.footer .box {
    margin-top: 30px;
    position: relative;
    float: left;
    padding: 0px 20px 0px 0px;
    width: 21%;
}

    .footer .box.principale {
        border-right: 1px solid white;
        padding-right: 20px;
        width: 14%;
        margin-right: 20px;
    }

    .footer .box h1 {
        color: #666;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer .box.principale li {
        font-family: 'Cuprum', sans-serif;
        color: #333;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .footer .box ul li {
        margin-bottom: 8px;
        font-size: 13px;
    }

        .footer .box ul li a {
            color: #888;
        }

            .footer .box ul li a:hover {
                color: #333;
                text-decoration: none;
            }

.credits {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: white;
    padding: 20px 0px 10px 0px;
}

img.logo_footer {
    position: relative;
    float: left;
    margin-right: 20px;
}

.credits .testo {
    position: relative;
    float: left;
    font-size: 13px;
    color: #666;
}

.credits .social {
    position: relative;
    float: right;
}

    .credits .social img {
        position: relative;
        float: right;
        margin-left: 10px;
    }

.riepilogo {
    background-color: #f5f5f5;
    border-top: 5px solid #e5e5e5;
    border-bottom: 5px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 20px;
}

    .riepilogo ul li span {
        margin-right: 5px;
    }

    .riepilogo p {
        color: #666666;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .riepilogo h1, .riepilogo h1 a {
        text-transform: uppercase;
        font-size: 20px;
        color: #333;
    }

        .riepilogo h1 a:hover {
            text-decoration: none;
            color: black;
        }

        .riepilogo h1 img {
            position: relative;
            float: left;
            margin-right: 10px;
            width: 25px;
        }

    .riepilogo ul {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .riepilogo ul li a {
            color: #666666;
            font-size: 12px;
        }

            .riepilogo ul li a:hover {
                color: #333;
            }

        .riepilogo ul li {
            margin-bottom: 5px;
        }

    .riepilogo.riepilogo_news ul li {
        margin-bottom: 15px;
    }

.titolo_news h1 {
    color: #005fae;
    font-size: 30px;
    margin-top: 0px;
    position: relative;
    float: left;
}

.titolo_news {
    width: 100%;
    margin-bottom: 0px;
    clear: both;
    height: auto;
    overflow: auto;
}

    .titolo_news a {
        position: relative;
        float: right;
        top: 13px;
        color: #666;
        text-decoration: underline;
    }

.titolo_servizio {
    position: relative;
    float: left;
}

.icona_servizio {
    position: relative;
    float: left;
    margin-right: 10px;
}

.dx .titolo_servizio h1 {
    font-family: 'Cuprum', sans-serif;
    font-size: 30px;
    color: #666;
    font-weight: normal;
}

.titolo_servizio h2 {
    font-family: 'Cuprum', sans-serif;
    font-size: 18px;
    color: #005fae;
    font-weight: normal;
}

.banner {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
}

    .banner img {
        width: 100%;
    }

.dx p {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.box_servizio {
    border: 1px solid #dadada;
    padding: 10px;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 20px;
    height: auto;
    overflow: auto;
}

    .box_servizio .img {
        width: 135px;
        height: 135px;
        position: relative;
        float: left;
        overflow: hidden;
        margin-right: 10px;
    }

        .box_servizio .img img {
            height: 135px;
        }

.descrizione {
    position: relative;
    float: left;
    width: 320px;
    margin-right: 10px;
    border-right: 1px solid #dadada;
    padding-right: 10px;
}

.dx .descrizione h1 {
    color: #005fae;
    margin-bottom: 10px;
    font-size: 20px;
}

.descrizione p {
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}

.descrizione div {
    height: 72px;
    overflow: hidden;
    margin-bottom: 10px;
}

.leggidipiu {
    height: auto !important;
    margin-bottom: 0px !important;
}

    .leggidipiu a {
        color: #666;
        padding-left: 20px;
        background: url(../img/zoom.png) no-repeat left center;
    }

.prezzo {
    position: relative;
    float: right;
    width: 150px;
}

.dx .prezzo h1 {
    font-family: roboto;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    text-align: right;
}

.prezzo h2 {
    color: #006699;
    font-size: 25px;
    text-align: right;
}

.box_servizio .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding-left: 28px;
    background: url(../img/carrello_small.png) no-repeat 3px center;
    padding-right: 5px;
    top: inherit;
}

.dx h1, .content h1 {
    color: #005fae;
    font-size: 32px;
    margin: 20px 0px;
    display: block;
}

.content h3 {
    font-size: 20px;
    margin: 10px 0px 30px 0px;
}

.fake_label {
    height: 31px;
    display: block;
}



.banner iframe {
    margin-top: 0px;
    margin-bottom: 20px;
}

/*.articolo a {
    color: #666;
    text-decoration: underline;
}

.articolo ul li {
    margin-bottom: 5px;
    list-style-image: url(../img/bullet.png);
}

.articolo ol li {
    margin-bottom: 5px;
}

.articolo ol, .articolo ul {
    list-style-position: inside;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
}*/

.cento, .dx.cento {
    width: 100%;
    margin-bottom: 0px;
}

ul.menu_riservata {
    width: 100%;
    margin: 20px 0px;
}

    ul.menu_riservata li {
        position: relative;
        float: left;
    }

        ul.menu_riservata li a {
            padding: 10px 15px;
            border: 1px solid #ccc;
            color: #666;
        }

            ul.menu_riservata li a:hover {
                text-decoration: none;
                color: black;
                border: 1px solid black;
            }

    ul.menu_riservata li {
        margin-bottom: 33px;
        margin-right: 10px;
    }

.box_cerca {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn_cerca {
    max-width: 25px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.box_cerca h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 24px;
}

.box_cerca h4 {
    padding-bottom: 0px;
    margin: 5px 0px 20px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.box_cerca .field_module {
    position: relative;
    border: 1px solid #ccc;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    margin: 0;
    width: 200px;
    overflow: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    background-color: white;
}

.newsletter_box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
    overflow: auto;
}

    .newsletter_box h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .newsletter_box p {
        text-align: center;
        margin-bottom: 10px;
        color: #666;
    }

.box_img {
    position: relative;
    float: left;
}

    .box_img img {
        max-height: 200px;
        max-width: 200px;
        margin-right: 10px;
        padding: 3px;
        border: 1px solid #dadada;
    }

.news .box_img {
    height: 115px;
    width: 200px;
}

    .news .box_img img {
        max-height: 115px;
        max-width: 200px;
    }

.news {
    width: 100%;
    position: relative;
    clear: both;
    height: 142px;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #dadada;
    margin-top: 20px;
}

.testo_news {
    max-height: 82px;
    overflow: hidden;
}

.news .leggidipiu {
    margin-top: 10px;
}

ul.cartelle li {
    background: url(../img/area/download.png) no-repeat left center;
    padding-left: 30px;
    margin-top: 20px;
}

ul.documenti li {
    background: url(../img/download2.png) no-repeat left 3px;
    padding-left: 30px;
    margin-top: 20px;
}

    ul.documenti li h1 {
        font-family: roboto;
        font-size: 16px;
        color: #333;
    }

    ul.documenti li p {
        font-size: 12px;
        color: #666;
    }

.field_module.select {
    padding: 10px;
}
/* stili carrello */


.sx_carrello {
    position: relative;
    width: 50%;
    float: left;
}

.dx_carrello {
    position: relative;
    width: 45%;
    width: -webkit-calc(50% - 1em);
    width: -moz-calc(50% - 1em);
    width: calc(50% - 1em);
    float: right;
}

.gift_card {
    border: 1px solid #ccc;
    padding: 1em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

    .gift_card h1 {
    }

    .gift_card img {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50px;
        margin: 1em;
    }

    .gift_card .field_module {
        width: 50%;
        margin-right: 10px;
        float: left;
    }

    .gift_card .btn {
        position: relative;
        float: left;
        padding: 5px 12px;
    }

.riepilogo_carrello {
    background: #f1f1f1;
    border: 1px solid #ccc;
    padding: 1em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 1em;
    height: auto;
    overflow: auto;
}

    .riepilogo_carrello ul li div {
        position: relative;
        width: 150px;
        float: right;
        font-size: 20px;
        text-shadow: 0 1px 0 white;
    }

        .riepilogo_carrello ul li div.totale {
            color: black;
            font-size: 25px;
            text-shadow: 0 1px 0 white;
            position: relative;
            top: -5px;
        }

    .riepilogo_carrello ul {
        text-align: right;
        margin: 0px;
        padding: 0px;
    }

        .riepilogo_carrello ul li {
            width: 100%;
            padding-bottom: 10px;
            padding-top: 10px;
            border-bottom: 1px solid #ccc;
            color: #666;
            list-style-image: none;
            height: auto;
            overflow: auto;
        }

.sx_carrello .cbp-vm-view-list li {
    padding-top: 10px;
    padding: 0px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: white;
    margin-bottom: 0px !important;
    height: auto !important;
    overflow: hidden;
    background: none;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

    .sx_carrello .cbp-vm-view-list li div {
        position: relative;
        float: left;
        font-size: 12px;
        padding: 5px;
    }

        .sx_carrello .cbp-vm-view-list li div.separatore {
            display: none;
        }

    .sx_carrello .cbp-vm-view-list li hr {
        width: 100%;
        padding-top: 5px;
        clear: both;
        position: relative;
        background-color: transparent;
        border-bottom: none;
    }

    .sx_carrello .cbp-vm-view-list li div.img {
        width: 100px;
        height: 95px;
        padding: 5px;
        display: table;
        text-align: center !important;
        padding-left: 0px;
        padding-right: 0px;
        background-color: transparent;
    }

        .sx_carrello .cbp-vm-view-list li div.img div {
            display: table-cell;
            vertical-align: middle;
            text-align: center !important;
        }

        .sx_carrello .cbp-vm-view-list li div.img img {
            max-width: 100px !important;
            max-height: 95px;
            text-align: center !important;
            padding: 0px;
        }

    .sx_carrello .cbp-vm-view-list li div.titolo {
        font-size: 15px;
        width: 70%;
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
        text-align: left;
        white-space: initial;
        margin-right: 0px;
        margin-top: 5px;
        height: auto;
        margin-bottom: 0px;
        color: #333;
    }

    .sx_carrello .cbp-vm-view-list li div.quantita {
        margin-right: 5px;
        padding-right: 10px;
        width: 112px;
    }

        .sx_carrello .cbp-vm-view-list li div.quantita input {
            width: 50px;
            padding: 10px;
            text-align: center;
            color: rgb(85, 120, 45);
        }

        .sx_carrello .cbp-vm-view-list li div.quantita img {
            position: relative;
            top: 5px;
            margin-left: 10px;
        }

.disponibilita.yes {
    color: rgb(38, 161, 18);
    background-image: url(../img/yes.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.disponibilita.no {
    color: red;
    background-image: url(../img/no.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.sx_carrello .cbp-vm-view-list li div.disponibilita {
    padding-left: 25px;
    font-size: 14px;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

.sx_carrello .cbp-vm-view-list li div.prezzo_unitario {
    padding: 15px;
    padding-top: 10px;
    color: #666;
    background-color: #f1f1f1;
    padding-bottom: 10px;
    width: 50%;
}

.sx_carrello .cbp-vm-view-list li div.prezzo_complessivo {
    padding: 15px;
    padding-top: 10px;
    color: #666;
    background-color: #f1f1f1;
    padding-bottom: 10px;
    width: 50%;
}

    .sx_carrello .cbp-vm-view-list li div.prezzo_unitario span, .sx_carrello .cbp-vm-view-list li div.prezzo_complessivo span {
        font-size: 22px;
        margin-left: 5px;
        color: black;
    }

.sx_carrello .cbp-vm-view-list li div.cancella {
    float: right;
    text-align: right;
    width: 49px;
    padding: 10px;
}

.sx_carrello .cbp-vm-switcher ul {
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sx_carrello .cbp-vm-view-list li:last-child {
    border-bottom: none !important;
}

.riepilogo_carrello .btn {
    float: right;
    clear: both;
    margin-top: 15px;
}

.riepilogo_carrello ul.tabella {
    background: white;
    height: auto;
    overflow: auto;
}

    .riepilogo_carrello ul.tabella li {
        width: 100%;
        padding: 0px;
        height: auto;
        overflow: auto;
        border-bottom: 1px dotted #ccc;
        color: #666;
    }

        .riepilogo_carrello ul.tabella li.testata {
            padding: 0px;
            background: #9E9E9E;
            font-weight: normal;
            font-size: 14px;
        }

            .riepilogo_carrello ul.tabella li.testata div {
                color: #FFF;
                overflow: hidden;
            }

        .riepilogo_carrello ul.tabella li div {
            height: auto;
            overflow: auto;
            font-size: 14px;
            width: 100%;
            padding: 10px;
            border-bottom: none;
            color: #666;
            position: relative;
            float: left;
            text-shadow: none;
        }

            .riepilogo_carrello ul.tabella li div:first-child {
                width: 60% !important;
                text-align: left;
            }

            .riepilogo_carrello ul.tabella li div:nth-child(2) {
                text-align: center;
                width: 15%;
            }

            .riepilogo_carrello ul.tabella li div:last-child {
                width: 25% !important;
                text-align: right;
                float: right;
            }

.sx_carrello .modulo {
    width: 100%;
    margin-top: 0px;
    border-spacing: 0px 10px;
}

.indirizzo_diverso {
    margin-top: 20px;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 2em;
}

    .indirizzo_diverso label {
        font-size: 14px;
        color: #999999;
        font-family: 'Roboto Slab', serif;
    }

.spedizione {
    margin-top: 20px;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

    .spedizione h1 {
        margin-top: 0px;
    }

    .spedizione ul li {
        margin-bottom: 10px;
        width: 100%;
        list-style-image: none;
    }

.dx .spedizione ul {
    margin-bottom: 2em;
    margin-top: 1em;
}

.spedizione label {
    color: #666;
}

.spedizione input {
    margin-right: 5px;
}

.spedizione .field_note {
    height: 100px !important;
}

.riepilogo_carrello .campo_form {
    font-size: 12px;
    margin-top: 15px;
    clear: both;
}

.container .sx_carrello hr, .container .dx_carrello hr {
    background-color: #ccc;
    border: none;
    height: 1px;
    width: 100%;
}

.btn.btn_facebook {
    background-color: #3a5795;
    background-image: url(../img/facebooklogin.png);
    background-repeat: no-repeat;
    background-position: 7px 4px;
    padding-left: 28px;
    color: white;
    border: none;
}

a.pagamento_a {
    text-decoration: underline;
    color: #666;
}

.pagamento div.info {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #666;
}

div.pagamento p {
    margin-bottom: 10px;
    color: #666;
}

.pagamento label {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .pagamento label input {
        margin-right: 10px;
        top: 2px;
        position: relative;
    }

.sx_carrello h2, .dx_carrello h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #005fae;
}

.dx_carrello h1 {
    margin-bottom: 10px;
}

.dx_carrello p, .sx_carrello p {
    font-size: 13px;
    margin-bottom: 10px;
}

.aggiuntive {
    width: 100%;
    padding: 10px !important;
    font-family: cuprum;
    background-color: #9a9a9a;
    color: white;
    font-size: 20px !important;
    text-align: left;
}
/* fine carrello */

h1.titolo {
    color: #005fae;
    font-size: 30px;
    margin-bottom: 20px;
}

table.css_grid_incrementale, .tabella_riservata table.css_grid_incrementale {
    float: left;
    position: relative;
    padding: 5px;
    border-spacing: 0px;
    border-collapse: collapse;
    caption-side: top;
    color: #000000;
    background: #ffffff;
    float: left;
    -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    z-index: 999;
    left: 0px;
    float: left;
}

    table.css_grid_incrementale th, table.css_grid_incrementale td, .tabella_riservata table.css_grid_incrementale th, .tabella_riservata table.css_grid_incrementale td {
        padding: 5px;
        vertical-align: middle;
    }

    table.css_grid_incrementale caption {
        background-image: url('../img/sf_th.jpg');
        background-repeat: repeat-x;
        border-top: 1px solid #cecece;
        border-left: 1px solid #cecece;
        border-right: 1px solid #cecece;
        padding: 1px 5px 1px 5px;
        color: #990000;
    }

    table.css_grid_incrementale td.css_grid_incrementale_colonna_invisibile {
        display: none;
    }

    table.css_grid_incrementale th.css_grid_incrementale_colonna_invisibile {
        display: none;
    }

    table.css_grid_incrementale td.css_grid_incrementale_bottone1 {
        padding: 2px 5px 2px 5px;
    }

        table.css_grid_incrementale td.css_grid_incrementale_bottone1 input {
            background: #fafafa;
            border: 1px solid #cecece;
            color: #000000;
        }

            table.css_grid_incrementale td.css_grid_incrementale_bottone1 input:hover {
                background: #fafafa;
                border: 1px solid #cecece;
                color: #ff0000;
            }

    table.css_grid_incrementale td {
        /*padding: 2px;
        height: 20px;*/
        color: black !important;
    }

    table.css_grid_incrementale tr {
        border: 1px solid #ccc;
        background-color: white;
        height: 25px;
        min-height: 25px;
    }

        table.css_grid_incrementale tr:hover {
            background: #FFFFB3;
        }

        table.css_grid_incrementale tr.css_grid_incrementale_intestazione:hover {
            height: inherit;
        }

    table.css_grid_incrementale th, table.css_grid_incrementale td {
        border-bottom: none;
    }

    table.css_grid_incrementale tr.css_grid_incrementale_intestazione td {
        /*background-image: url('../img/sf_th.jpg');
        background-repeat: repeat-x;*/
        border: 1px solid #cecece;
        padding: 5px;
        color: black;
    }

.css_grid_incrementale td, .tabella_riservata .css_grid_incrementale td {
    padding: 5px 10px;
    float: left;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #005fae !important;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px !important;
}

.css_grid_incrementale input {
    font-family: 'Cuprum', sans-serif;
    color: #666;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    position: relative;
}

.lbl_error {
    color: #c00;
    font-weight: bold;
}
/*tabella riservata*/

.tabella_riservata tr td {
    padding: 10px;
    float: left;
    position: relative;
    font-size: 15px;
    color: #333;
    font-family: 'Arimo', sans-serif;
}

.tabella_riservata td.relative input[type="file"] {
    position: relative;
}

.tabella_riservata .css_grid_incrementale tr th, .tabella_riservata .css_grid_incrementale tr td {
    width: auto;
}

.tabella_riservata tr th {
    float: left;
    position: relative;
    color: #4E525D;
    font-size: 18px;
    padding: 10px 20px;
    transition: 0.5s all;
    -webkit-transition: 0.51s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
    text-align: left;
    width: 30%;
}



    .tabella_riservata tr td td,
    .tabella_riservata tr th td {
        width: auto;
    }

.tabella_riservata tr th, .tabella_riservata tr td, .css_grid_incrementale td, .tabella_riservata .css_grid_incrementale td, .css_grid_incrementale td, .tabella_riservata .css_grid_incrementale th {
    float: inherit;
    position: inherit;
}

.tabella_riservata input {
    top: 0px;
    left: 0px;
}

.tabella_riservata {
    position: relative;
    float: left;
    width: 778px;
}

.tabella_riservata.fattura_attiva span.field_module.evidenziato {
    top: 8px;
}

    .tabella_riservata.semplice {
        margin-top: 20px;
    }

    .tabella_riservata .me-select tr td {
        padding: 0px;
    }

    .tabella_riservata input[type="file"], input[type="file"].field_module {
        /*background-color: white;
        min-height: 37px;
        position: absolute;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        overflow: auto;
        padding: 8px;
        color: #005fae;
        font-weight: 400;
        font-family: 'Arimo', sans-serif;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0px;
        top: 0px;
        left: 0px;
        margin-left: 0;
        margin-top: 0;
        width: 85%;
        margin-bottom: 5px;*/
    }

    .tabella_riservata input[type="image"] {
        position: relative;
        float: right;
        top: 2px;
        cursor: pointer;
        width: 32px;
    }

.titolomese {
    background-color: red;
}

.tabella_riservata table tr th {
    min-width: inherit;
}

.container .container {
    padding: 0px;
}

.tabella_riservata tr:nth-of-type(odd) {
    background: #f2f2f2;
}

.tabella_riservata .me-select tr:nth-of-type(odd) {
    background: transparent;
}

.label_module {
    color: #4E525D;
    font-size: 18px;
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.campo_form .label_module {
    margin-bottom: 10px;
    display: block;
    min-height: 21px;
}

.tabella_riservata .select, .tabella_riservata input[type="text"], input[type="password"], .field_module {
    background-color: white;
    min-height: 37px;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    overflow: auto;
    padding: 0px 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    top: 0px;
    left: 0px;
    margin-left: 0;
    margin-top: 0;
    width: 85%;
    margin-bottom: 5px;
}

select.field_module,
.tableresponsive tr td select {
    padding: 7px 10px !important;
}

.tabella_riservata textarea {
    background-color: white;
    min-height: 100px;
    position: relative;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    overflow: auto;
    padding: 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 85%;
}

.tabella_documento tr td, .tabella_documento tr th {
    padding: 5px;
}

.tabella_documento {
    width: 100%;
}

.tableresponsive tr td select {
    margin-bottom: 5px;
}

.tableresponsive tr td input input[type="button"], .tableresponsive tr td select {
    cursor: pointer;
    background-color: white;
    min-height: 34px;
    position: relative;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding: 0px 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
    margin-bottom: 5px;
}

.tableresponsive tr td input input[type="image"] {
    cursor: pointer;
}

.tableresponsive tr td input[type=checkbox] {
    background-color: transparent;
    min-height: inherit;
    position: relative;
    border: none;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    max-width: 110px;
    overflow: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 10px;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
}

.tableresponsive tr td.btn_download, .tableresponsive tr td.btn_elimina {
    text-align: center;
}

    .tableresponsive tr td.btn_download input[type=button], .tableresponsive tr td.btn_elimina input[type=button] {
        width: 24px;
        height: 24px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        min-height: inherit;
        position: relative;
        border: none;
        text-align: center;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 14px;
        margin: 0;
        max-width: 110px;
        overflow: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0px 10px;
        color: #005fae;
        font-weight: 400;
        font-family: 'Arimo', sans-serif;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0px;
    }

    .tableresponsive tr td.btn_download input[type=button] {
        background-image: url(../img/area/download.png);
    }

    .tableresponsive tr td.btn_elimina input[type=button] {
        background-image: url(../img/area/cancella.png);
    }

.small {
    width: 50px;
}

.hidden {
    display: none;
}

a.tooltip {
    outline: none;
    cursor: help;
}

    a.tooltip div {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #ccc;
        background: white;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

a.tooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.dati2 {
    margin: 0px;
    position: relative;
    /*width: 50%;*/
    right: 0px;
    z-index: 9;
}

.tabella_riservata table.css_grid_incrementale th {
    font-size: 14px;
}

.tableresponsive tr td input.btn_modifica, .tableresponsive tr td input.btn_download, .tableresponsive tr td input.btn_elimina {
    background-color: transparent;
    position: relative;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    max-width: 125px;
    overflow: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #005fae;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0px;
}

.sx_doc {
    position: relative;
    float: left;
    width: auto;
    margin-right: 0%;
}

.dx_doc {
    position: relative;
    float: left;
    width: 100%; /* width:78%;*/
}

.sx_doc div table tr td {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

    .sx_doc div table tr td a:hover {
        text-decoration: none;
    }

.sx_doc div div table tr td {
    padding: 5px;
    font-weight: normal;
    text-transform: inherit;
    font-size: 15px;
}

    .sx_doc div div table tr td a {
        white-space: normal !important
    }

.sx_doc table {
}

.sx_doc div div {
    height: auto !important;
    width: auto !important;
}

.div_checkbox {
    position: relative;
    float: left;
    width: auto;
    margin-right: 20px;
}

    .div_checkbox input {
        position: relative;
        float: left;
        width: auto;
        top: 4px;
        margin-right: 3px;
    }

    .div_checkbox span {
    }

.pulsanti .box {
    width: 48%;
    margin: 1%;
    min-height: 140px;
    display: inline-block;
}

    .pulsanti .box a {
        position: absolute;
        width: 100%;
        left: 0px;
        /* min-height: 198px; */
        top: 0px;
        padding: 31px;
        color: #666;
    }
    .pulsanti .box.news a {
        position: relative;
        width: 100%;
        left: 0px;
        top: 0px;
        padding: 0px;
        color: black;
        text-decoration: underline;
    }

    .pulsanti .box.news {
        width: 98%;
        min-height: auto;
    }
        .pulsanti .box.news ul {
           height:auto
        }


.box.news h2 svg {
    margin-bottom: 0px;
    font-size: 24px;
    color: #f6891f;
}


        .pulsanti .box a:hover svg {
    color: #005fae;
}

    .pulsanti .box span {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        margin-top: 20px;
    }

.box {
    position: relative;
    float: left;
    padding: 30px;
    text-align: center;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
}

.contatori .box {
    width: 23%;
    margin: 1%;
    text-align: left;
    padding: 20px;
    cursor: pointer
}

    .contatori .box .numero {
        position: absolute;
        float: right;
        font-size: 34px;
        color: #005fae;
        font-weight: 600;
        right: 20px;
        top: 20px;
    }

    .contatori .box div {
        font-size: 18px;
        display: inline-block;
    }


.istogramma, .pulsanti {
    width: 58%;
    position: relative;
    float: left;
    margin: 1%;
}

.istogramma, .cruscotto {
    height: 480px;
}

.cruscotto, .news.box {
    width: 38%;
    position: relative;
    float: right;
    margin: 1%;
    display: inline-block;
}

.news.box {
    margin-top: 18px;
    position: relative;
    clear: inherit;
    overflow: hidden;
    padding: 0px;
    border-top: none;
    height: auto;
    min-height: 472px;
}

    .news.box ul {
        height: 306px;
        overflow: hidden;
    }

    .news.box li {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

        .news.box li .img {
            width: 20%;
            height: 71px;
            position: relative;
            float: left;
            padding: 10px;
            display: table;
            text-align: center;
            border: 1px solid #e5e5e5;
            margin-right: 3%;
        }

            .news.box li .img div {
                vertical-align: middle;
                display: table-cell;
            }

        .news.box li .data {
            display: inline-block;
            width: auto;
            height: auto;
            text-align: left;
            padding: 0px;
            margin: 0px;
        }

p.veditutto a {
    color: #005fae;
    text-decoration: underline;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.news.box li .data {
    color: #005fae;
    margin: 5px 0px 0px;
    font-size: 14px;
    background: none;
    font-weight: 600;
}

.news.box li .testo {
    width: 67%;
    position: relative;
    float: left;
}

    .news.box li .testo, .news.box li .testo a {
        text-align: left;
        font-size: 15px;
        color: #666;
    }

        .news.box li .testo a {
            display: inline-block;
            width: 100%;
        }

.news.box h2 {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
}

.box h3 {
    font-size: 20px;
    color: #005fae;
}

.box:hover {
}

.box svg {
    margin-bottom: 0px;
    font-size: 40px;
    color: #f6891f;
}

.contatori .box svg {
    margin-bottom: 10px;
    display: block;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: none;
    text-indent: -9999px;
    background: url('../../img/top_move.png') no-repeat;
}

.titolo {
    text-align: center;
    padding: 20px 0px;
    font-size: 40px;
    font-family: 'Cuprum', sans-serif;
    color: #005fae;
}

.hidden {
    display: none !important;
}

.accordion {
    margin-bottom: 20px;
}

    .accordion dt, .accordion dd {
        border-bottom: 1px solid #ccc;
        display: inline-block;
        width: 100%;
    }

        .accordion dt:last-of-type, .accordion dd:last-of-type {
            border-bottom: 1px solid #ccc;
        }

        .accordion dd a.link {
            color: #999;
            padding: 20px;
            display: block;
        }

        .accordion dd.active {
            background: #ffffff;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

        .accordion dt a.link {
            color: #333;
            padding: 15px;
            display: block;
            font-weight: 400;
            text-shadow: 0 1px 0 white;
            font-size: 21px;
            text-decoration: none;
        }

            .accordion dt a.link:hover {
                color: #005fae;
                text-decoration: none;
            }

    .accordion dt {
        color: #171717;
        font-family: 'Cuprum', sans-serif;
        font-size: 18px;
    }

    .accordion dd {
        border-top: 0;
        padding: 15px;
    }

        .accordion dd:last-of-type {
            border-top: 1px solid white;
            position: relative;
            top: -1px;
        }

.alert.home {
    font-size: 12px;
    font-weight: 600;
    color: red;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: absolute;
    margin: 10px 20px;
}

.tabella_riservata input[type="text"]#ContentPlaceHolder1_txt_nuova_cartella {
    max-width: 59%;
}

.css_grid_intestazione, caption {
    background: #005fae;
    color: white;
    padding: 5px;
    font-size: 20px;
    font-family: 'Cuprum', sans-serif;
}

.btn.anteprima {
    background-color: #005fae;
    color: white;
    padding: 10px;
    margin: 20px 0px;
}

    .btn.anteprima:hover {
        border-color: #005fae;
    }

    .btn.anteprima img {
        position: relative;
        top: 8px;
        left: 0px;
        height: 25px;
        margin-right: 9px;
    }

.fattura_anteprima {
    width: 742px;
    position: relative;
    margin: auto;
}



.number {
    position: relative;
    float: left;
    background: #f6891f;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 2px;
    margin-right: 10px;
    top: -3px;
    text-shadow: none;
    font-size: 15px;
}



.field_module.evidenziato,
.tabella_riservata .select.evidenziato,
.tabella_riservata input[type="text"].evidenziato {
    border: 2px solid #005fae;
    width: 100%;
    padding: 10px 5px;
}

span.field_module.evidenziato {
    border: none;
    background-color: transparent;
}

.btn.evidenziato {
    color: #fff;
    background-color: #005fae;
    border: 1px solid #005fae;
}

    .btn.evidenziato:hover {
        color: #fff;
        background-color: #f6891f;
        border: 1px solid #f6891f;
    }

.riepiplogoDati {
    max-width: 350px;
    margin-left: 20px;
    float: right;
    border: 1px dotted #ccc;
    padding: 25px;
    background: white;
}

/* bolla*/
.example-obtuse.alert {
    margin-top: 42px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6891f), to(red));
    background: -moz-linear-gradient(#f6891f, red);
    background: -o-linear-gradient(#f6891f, red);
    background: linear-gradient(#f6891f, red);
}

    .example-obtuse.alert:before {
        border-color: transparent red;
    }

.example-obtuse {
    position: relative;
    padding: 15px 30px;
    margin: 0;
    color: white;
    background: #f3961c; /* default background for browsers without gradient support */
    /* css3 */
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0473d0), to(#005fae));
    background: -moz-linear-gradient(#0473d0, #005fae);
    background: -o-linear-gradient(#0473d0, #005fae);
    background: linear-gradient(#0473d0, #005fae);
    /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
    -webkit-border-top-left-radius: 25px 50px;
    -webkit-border-top-right-radius: 25px 50px;
    -webkit-border-bottom-right-radius: 25px 50px;
    -webkit-border-bottom-left-radius: 25px 50px;
    -moz-border-radius: 43px / 50px;
    border-radius: 43px / 50px;
}

    /* display of quote author (alternatively use a class on the element following the blockquote) */
    .example-obtuse > p {
        color: white;
        margin: 10px;
        text-align: right;
        font-style: italic;
        font-size: 16px;
        line-height: 25px;
    }

    /* creates the larger triangle */
    .example-obtuse:before {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 80px;
        border-width: 0 0 30px 50px;
        border-style: solid;
        border-color: transparent #005fae;
        display: block;
        width: 0;
    }

    /* creates the smaller triangle */
    .example-obtuse:after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 110px;
        border-width: 0 0 30px 20px;
        border-style: solid;
        border-color: transparent #fff;
        display: block;
        width: 0;
    }




.not-active {
    cursor: not-allowed;
    pointer-events: none;
}


.divSuggerimenti {
    max-width: 350px;
    float: right;
    /*z-index: 9999;
    position: absolute;
    right: 20px;
    top: 20px;*/
}


.totale1 th, .totale2 th {
    background-color: #005fae;
}

.totale2 td:last-child {
    font-weight: bold;
    font-size: 25px;
    color: #333;
}


.div_incrementale .css_grid_incrementale {
}


.tabella_riservata tr th.th_incrementale {
    vertical-align: top;
    padding-top: 20px;
}



.cruscotto table {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
    /* border-left: 1px solid #ccc; */
    /* border-right: 1px solid #ccc; */
    border-bottom: none;
}

    .cruscotto table tr {
    }

        .cruscotto table tr th {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            width: 50%;
            font-size: 16px;
            padding: 15px 0px 0px 0px;
        }

        .cruscotto table tr td {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            width: 50%;
            font-size: 22px;
            color: #666;
        }
        .cruscotto table tr td {
            padding: 10px;
            text-align: left;
            border-bottom: 1px solid #ccc;
            width: 50%;
            font-size: 22px;
            color: #666;
        }
        .cruscotto table tfoot tr td {
            border-bottom: none
        }
            .cruscotto table tr td strong {
                color: #005fae;
                font-weight: 700;
            }

.alert_homepage {
    text-align: center
}

.alert_homepage {
}
    /*.alert_homepage.alert a {
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6891f), to(red));
        background: -moz-linear-gradient(#f6891f, red);
        background: -o-linear-gradient(#f6891f, red);
        background: linear-gradient(#f6891f, red);
        width: 100%;
    }*/

    .alert_homepage a {
        position: relative;
        padding: 30px;
        border: 1px solid #ccc;
        width: 98%;
        margin: 20px auto;
        text-align: center;
        font-size: 29px;
        cursor: pointer;
        color: #fff;
        background: #005fae;
        text-shadow: 0 1px 0 black;
        font-weight: 600;
        font-family: 'Cuprum', sans-serif;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        text-decoration: none !important;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
        box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
        border-radius: 4px;
        display: inline-block;
    }

        .alert_homepage a:hover {
            text-decoration: none !important;
            background-color: #f6891f;
        }

.dx.articolo {
    width: 100%;
}

    .dx.articolo.comunicazioni {
        width: 70%;
    }

.articolo a {
    color: #005FB5;
    text-decoration: none;
}

.articolo .testo_news a {
    color: #005FB5;
}

.articolo .testo_news p {
    font-size: 20px;
    font-weight: bold;
}

    .articolo .testo_news p span {
        font-size: 15px;
        font-weight: normal;
        display: block;
        margin-bottom: 5px;
    }

.articolo .leggidipiu a {
    color: #333;
    padding-left: 20px;
    background: url(../../img/zoom.png) no-repeat left center;
}

.articolo .news .leggidipiu {
    margin-top: 10px;
    font-size: 15px;
}

.articolo .leggidipiu {
    height: auto !important;
    margin-bottom: 0px !important;
}

.articolo .riepilogo ul li {
    margin-bottom: 12px;
}

    .articolo .riepilogo ul li a {
        color: #666666;
        font-size: 16px;
    }


.articolo .news {
    width: 100%;
    position: relative;
    clear: both;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    border-top: none;
    margin-top: 20px;
    background: white;
    padding: 20px;
}

.dettaglio_articolo {
    margin: 20px 0px;
    background: white;
    padding: 20px 40px;
}

    .dettaglio_articolo.riservata .data {
        color: #666;
        position: relative;
        top: -10px;
        margin-left: 2px;
        font-weight: 400;
        font-size: 17px;
    }


    .dettaglio_articolo.riservata .corpo {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        clear: inherit;
        position: relative;
        float: left;
    }

    .dettaglio_articolo.riservata .banner {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        clear: inherit;
        position: relative;
        float: left;
        text-align: center;
    }

    .dettaglio_articolo .banner img {
        margin-bottom: 20px;
        max-width: 100%;
        width: auto
    }

.articolo.dx p {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.aiuto .articolo.dx .news {
    width: 48%;
    margin: 1%;
}

.articolo.dx .news {
    width: 100%;
    position: relative;
    clear: inherit;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    border-top: none;
    margin-top: 20px;
    background: white;
    padding: 20px;
    float: left;
    margin: 0px 0px 20px 0px;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    border-radius: 4px;
}


.modale {
    width: 100%;
    position: relative;
    clear: inherit;
    height: auto;
    overflow: hidden;
    padding: 30px;
    border-top: none;
    margin-top: 20px;
    background: white;
    padding: 20px;
    float: left;
    margin: 30px 0px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
}

    .modale h3 {
        font-size: 22px;
        text-align: left;
        color: #0361af;
        font-weight: 600;
        margin: 10px 0px 20px 0px;
        padding: 20px 0px 0px 0px;
        border-top: 1px dotted #ccc;
        border-left: none;
        border-right: none;
        display: inline-block;
        width: 100%;
    }

.buttons h3 {
    margin: 10px 0px 10px 0px;
    border-top: none;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #ccc;
}

.modale h4 {
    font-size: 19px;
    text-align: left;
    color: #222;
    font-weight: 600;
    margin: 20px 0px;
}

.modale .me-select {
    width: 100%;
}

    .modale .me-select li {
        display: inline-block;
        margin: 10px 10px 10px 0px;
        position: relative;
    }



        .modale .me-select li .alert {
            position: absolute;
            top: 35px;
            left: 111px;
            color: #222;
            display: inherit;
            font-size: 12px;
            font-weight: 600;
        }


    .modale .me-select label {
        width: auto;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .modale .me-select .select_module {
        top: -5px;
        margin-right: 5px;
        width: 250px;
    }

    .modale .me-select .field_module {
        display: inline-block;
        float: left;
        margin-right: 8px;
        top: -6px;
        width: 250px;
    }


.aiuto .articolo.dx .news .video iframe {
    width: 100%;
    height: 300px
}

.content .modale h2 {
    font-size: 34px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    color: #f6891f;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .content .modale h2 .btn {
        float: right;
    }

.disclaimer {
    display: block;
}

    .disclaimer span {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .disclaimer svg {
        margin-top: -3px;
        margin-left: 4px;
    }

.modale p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

    .modale p strong {
        color: #222;
        font-size: 16px;
        line-height: 20px;
    }


.articolo.dx .news .download {
    font-size: 20px;
    line-height: 30px;
}

    .articolo.dx .news .download svg {
        color: #ec4d4d;
        position: relative;
        margin-right: 10px;
        top: 2px;
    }


.grafico {
    height: 360px;
    width: 100%;
}

    .grafico canvas {
    }

.label_module.errore {
    display: inline-block;
    font-size: 13px;
    margin: 10px 0px;
    color: red;
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
}



.espandi2 {
    cursor: pointer;
    text-decoration: underline;
    color: #f6891f;
    font-weight: normal;
}

    .espandi2.active_btn::before {
        content: 'Nascondi tutto';
    }

    .espandi2::before {
        content: 'Leggi tutto';
    }

#panel2,
.pannello_aperto,
.pannello_chiuso {
    display: block; /* non importante  */
}
    /*#panel2.pannello_chiuso {   
			display:none;
		}*/
    #panel2.pannello_aperto::before,
    .pannello_aperto::before {
        display: block;
    }

    #panel2.pannello_chiuso .testo,
    .pannello_chiuso .testo {
        height: 60px;
        overflow: hidden;
    }

    #panel2.pannello_aperto .testo,
    .pannello_aperto .testo {
        height: auto;
        overflow: hidden;
    }


.btn.assistenza {
    position: absolute;
    float: right;
    margin-top: 11px;
    right: 20px;
}


a.link {
    color: #005fae;
    /* text-decoration: none; */
    text-decoration: underline;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin: 7px 0px;
    font-size: 15px;
}


.consulente {
    display: inline-block;
    width: 98%;
    margin: 1%;
    font-size: 17px;
    color: #2a7abb;
    background: white;
    padding: 20px;
    position: relative;
    float: left;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    border-radius: 4px;
    text-align: center;
}

    .consulente svg {
        font-size: 30px;
        color: #f6891f;
        position: absolute;
        margin-left: -43px;
        margin-top: -5px;
    }

.areariservata_box .logout h3 {
    text-align: center !important;
    margin: 20px 0px 10px 0px;
    font-size: 34px;
    line-height: inherit;
    border-bottom: 1px solid white;
    padding-bottom: 20px;
}

.areariservata_box .logout br {
    display: none
}

.areariservata_box .logout p {
    text-align: center !important;
    font-size: 20px !important;
    width: 100%;
    margin: 20px 0px;
    line-height: 40px;
    color: #333;
}

    .areariservata_box .logout p a {
        /* text-decoration: underline !important; */
        /* color: white !important; */
        /* text-align: center !important; */
        /* font-size: 20px !important; */
        /* width: 100%; */
        /* background: red; */
        /* padding: 5px 10px; */
        /* border-radius: 2px; */
        color: #005fae;
    }

        .areariservata_box .logout p a:hover {
            /* text-decoration: underline !important; */
            /* color: #2a7abb !important; */
        }


.alert.disclaimer {
    background: #005fae;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: 20px 0px;
    text-shadow: 0px 1px 0px black;
}


.btn.left {
float:left;
}
.btn.right {
    float: right;
}

.btns.attivazione {
    padding: 0px 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

.mail {
    color: #302f2f;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0px 0px 0px;
}

.conbtn {
   width:75% !important
}


#ContentPlaceHolder1_menu li.static .level1.btn.static {
    font-family: 'Cuprum', sans-serif;
    color: #f6891f;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    font-size: 16px;
    border: 1px solid #f6891f;
    padding: 8px 16px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 2px;
    margin-top: 0px;
}

    #ContentPlaceHolder1_menu li.static .level1.btn.static.selected {
        font-family: 'Cuprum', sans-serif;
        background-color: #f6891f;
        text-decoration: none;
        color: white;
        cursor: pointer;
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        text-align: center;
        font-size: 16px;
        border: 1px solid #f6891f;
        padding: 8px 16px;
        position: relative;
        font-weight: 600;
        text-transform: uppercase;
        margin-left: 2px;
        margin-right: 2px;
        margin-top: 0px;
    }


.istogramma.cruscotto {
    width: 58%;
    height: auto;
}

.calendar {
    border: 3px solid #0f68b3;
    padding: 20px;
    border-radius: 26px;
    margin-bottom: 30px;
    padding-top: 40px;
    box-shadow: 0px 3px 11px #88888899;
    background: #f1f1f1;
}
.cruscotto .calendar table  {
  border-top:none;
  
}
    .cruscotto .calendar table tr:last-child td,
    .cruscotto .calendar table tr:last-child th {
        border-bottom: none;
        text-shadow: 0 1px 0 white;
    }
    .cruscotto .calendar table tr td:nth-child(1) {
        width: 25%;
        color: #f6891f;
        text-align: center;
        text-transform: uppercase;
        border-right: 1px solid #ccc;
        font-size: 16px;
        font-weight: bold;
    }
    .cruscotto .calendar table tr td:nth-child(2) {
        width: 75%;
        font-size: 14px;
        color: black;
        font-weight: bold;
    }
.cruscotto .calendar  svg {
    margin-bottom: 0px;
    font-size: 15px;
    color: #005fae;
}

.cruscotto .calendar .btn:hover {
    color: white;
    background-color: #005fae;
}
    .cruscotto .calendar .btn:hover svg {
        color: white;
       
    }
.cruscotto .calendar  .btn {
   
}

.btn.precedente {
    background: url(../../img/area/arrow-left-solid.svg) no-repeat;
    padding-left: 34px;
    background-size: auto 20px;
    background-position: 10px;
}

.btn.successivo {
    background: url(../../img/area/arrow-right-solid.svg) no-repeat;
    padding-right: 38px;
    background-size: auto 20px;
    background-position: 100px 7px;
}

.top_calendar {
    width: 92%;
    height: 30px;
    background-image: url(../../img/area/top-calendar.png);
    background-size: auto 100%;
    background-repeat: repeat;
    margin: 0px 4%;
    position: relative;
    left: 0px;
    top: 23px;
}

.cruscotto .label {
    position: absolute;
    color: black;
    z-index: 9;
    font-weight: 600;
}


    .cruscotto .label.one {
        top: -22px;
        left: 175px;
    }
    .cruscotto .label.two {
        top: 12px;
        right: 71px;
    }
