@import url('https://fonts.googleapis.com/css?family=Open+sans|Merriweather');

* {
    font-family: Open sans, sans-serif;
}

/*
h1, .description *, .excerpt, .secondary-post-title a, .main-post-title a {
    font-family: 'Merriweather', serif;
}
*/
h1, .excerpt, .secondary-post-title a, .main-post-title a {
    font-family: 'Merriweather', serif;
}

.home-sidebar * {
    font-family: Open sans, sans-serif !important;
}

.nav_menu a {
    font-size: 11.5px !important;
}

body {
    width: 100%;
    float: left;
    margin: 0;
}

a img {
    border: 0;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1400px;
    min-width: 960px;
}

p.section_title {
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 10px !important;
}

h5 {
    font-size: 14px;
    /*width: 100%;*/
    float: left;
    color: #707070;
    font-weight: 600;
}

h6 {
    font-size: 10px;
    margin-bottom: 0;
    width: 100%;
    float: left;
    color: #2d2d2d;
    font-weight: 100;
}

.logged,
.login {
    background: #f4792b;
    color: #fff;
    margin-top: -42px;
    z-index: 6;
    position: relative;
}

.ui-accordion .ui-accordion-content {
    overflow: visible;
}

.logged {
    width: 100%;
    font-size: 12px;
    float: left;
    /*display: none;*/
    padding: 12px 0 10px 0;
    position: relative;
    z-index: 1;
}

    .logged .btn_div {
        text-align: right;
        float: right;
    }

    .logged span.login_span {
        margin: 4px 15px 0 15px;
        float: left;
    }

    .logged .logout_btn {
        padding: 4px 7px;
        color: #bcbcbc;
        border-radius: 4px;
        font-size: 10px;
        float: left;
        margin: 0 7px;
        background: #2d2d2d url('../images/exit_icon.png') no-repeat scroll 10px 5px;
    }

        .logged .logout_btn:hover {
            color: #f4792b;
            background: #2d2d2d url('../images/exit_icon.png') no-repeat scroll 10px -105px;
        }

        .logged .logout_btn span {
            margin: 1px 5px 1px 30px;
            float: left;
        }

        .logged .logout_btn span,
        .login .logout_btn {
            float: left;
        }

    .logged .settings_btn {
        background: #2d2d2d;
        padding: 4px 7px;
        color: #bcbcbc;
        border-radius: 4px;
        font-size: 10px;
        float: left;
        margin: 0 7px;
        background: #2d2d2d url('../images/settings_icon.png') no-repeat scroll 10px 5px;
    }

        .logged .settings_btn:hover {
            color: #f4792b;
            background: #2d2d2d url('../images/settings_icon.png') no-repeat scroll 10px -105px;
        }

        .logged .settings_btn span {
            margin: 1px 5px 1px 30px;
            float: left;
        }

        .logged .settings_btn span,
        .logged .settings_btn {
            float: left;
        }

    .logged .profile_btn {
        padding: 4px 7px;
        color: #bcbcbc;
        border-radius: 4px;
        font-size: 10px;
        float: left;
        margin: 0 7px;
        background: #2d2d2d url('../images/small_profile_icon.png') no-repeat scroll 10px 5px;
    }

        .logged .profile_btn:hover {
            color: #f4792b;
            background: #2d2d2d url('../images/small_profile_icon.png') no-repeat scroll 10px -105px;
        }

        .logged .profile_btn span {
            margin: 1px 5px 1px 30px;
            float: left;
        }

        .logged .profile_btn span,
        .logged .profile_btn {
            float: left;
        }

.login {
    width: 100%;
    font-size: 12px;
    float: left;
    padding: 12px 0 10px 0;
    height: 45px;
    box-sizing: border-box;
    border-bottom: 2px solid #f4792b;
    display: block;
}

    .login span.login_span {
        margin: 4px 15px 0 15px;
        float: left;
    }

    .login input[type='password'],
    .login input[type='text'] {
        color: #727272;
        font-size: 12px;
        font-family: 'Merriweather', sans-serif;
        font-style: italic;
        border-radius: 4px;
        border: 0;
        padding: 5px 5px;
        float: left;
        margin-top: 0;
        width: 190px;
        box-shadow: inset 1px 1px 5px #999;
        height: 23px;
        box-sizing: border-box;
    }

    .login input[type='password'] {
        margin-right: 0;
        margin-left: 8px;
        width: 170px;
        padding-right: 0;
        border-radius: 4px 0px 0px 4px;
    }

    .login .restore_pass {
        padding: 4px 7px 0px 7px;
        border-radius: 0px 4px 4px 0px;
        float: left;
        background: #2d2d2d url('../images/question_icon.png') no-repeat scroll 6px 4px;
        height: 23px;
        width: 24px;
        box-sizing: border-box;
    }

        .login .restore_pass:hover {
            background: #2d2d2d url('../images/question_icon.png') no-repeat scroll 6px -107px;
        }

    .login .login_btn {
        color: #bcbcbc;
        border-radius: 4px;
        float: left;
        background: #2d2d2d;
        margin: 1px 5px 1px 25px;
        border-left: 1px solid #000;
        height: 25px;
        padding: 2px 0 0 0px;
        WIDTH: 80px;
        top: -2px;
        position: relative;
        font-size: 8pt;
    }

        .login .login_btn:hover {
            color: #f4792b;
            background: #2d2d2d;
            text-decoration: none;
        }

    .login .login_btn {
        /*margin: 1px 5px 1px 25px;*/
        /*float: left;*/
        /*border-left: 1px solid #000;*/
        /*height: 23px;*/
        /*padding: 5px 0 0 10px;*/
        /*WIDTH: 55px;*/
        /*top: -1px;*/
        /*position: relative;*/
        /*font-size: 8pt;*/
    }

        .login .login_btn span:before {
            /*background: gray;
content: "";
display: block;
position: absolute;
margin-left: -10px;
margin-top: -3px;
pointer-events: none;
height: 20px;
width: 1px;*/
        }

        .login .login_btn span,
        .login .login_btn img,
        .login .login_btn {
            margin-right: 25px;
            float: left;
            border: 1px solid black;
        }
/*
input[type=checkbox]:not(old),
input[type=radio ]:not(old) {
    width: 28px;
    height: 23px;
    margin: -7px 0 0 0;
    position: relative;
    top: 7px;
    padding: 0;
    opacity: 0;
}*/

input[type=checkbox]:not(old) + label {
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background: url('../images/remember.png') no-repeat 0 -27px;
    line-height: 24px;
    height: 23px;
}

input[type=radio ]:not(old) + label {
    display: inline-block;
    /*margin-left: -28px;
    padding-left: 28px;
    line-height: 24px;*/
    height: 23px;
}

input[type=checkbox]:not(old):checked + label {
    background-position: 0 0px;
}

.login .close_btn {
    left: 0px;
    position: relative;
    padding: 0 7px;
    float: right;
    margin: -23px 11px;
    width: 18px;
    height: 18px;
    background: url('../images/close_icon.png') no-repeat top center;
}

    .login .close_btn:hover {
        background: url('../images/close_icon.png') no-repeat bottom center;
    }

.logged .close_btn {
    padding: 0 7px;
    float: right;
    margin: 3px 15px;
    width: 18px;
    height: 18px;
    background: url('../images/close_icon.png') no-repeat top center;
}

    .logged .close_btn:hover {
        background: url('../images/close_icon.png') no-repeat bottom center;
    }

.nav_menu {
    width: 100%;
    background: #2d2d2d;
    color: #bcbcbc;
    float: left;
    height: 45px;
    margin-bottom: 25px;
}

    .nav_menu ul {
        margin: 0 !important;
        padding: 0 !important;
        float: left;
        width: 100%;
        height: 45px;
    }

        .nav_menu ul li {
            list-style: none;
            float: left;
            width: auto;
            border-left: 1px solid #000000;
            height: 45px;
        }


            .nav_menu ul li a {
                color: #bcbcbc;
                font-size: 12px;
                float: left;
                text-decoration: none;
                padding: 16px 17px 12px 16px;
            }

            .nav_menu ul li.icon a {
                padding: 15px 12px 0 12px;
            }

            .nav_menu ul li.fisco_menu.current,
            .nav_menu ul li.fisco_menu:hover {
                background: #366db3;
            }

                .nav_menu ul li.lavoro_menu.current a,
                .nav_menu ul li.lavoro_menu:hover a,
                .nav_menu ul li.fisco_menu.current a,
                .nav_menu ul li.fisco_menu:hover a {
                    color: #ffffff !important;
                }

            .nav_menu ul li.lavoro_menu.current,
            .nav_menu ul li.lavoro_menu:hover {
                background: #1c9d80;
            }


            .nav_menu ul li.profile_icon a {
                width: 19px;
                height: 19px;
                background: transparent url('../images/profile_icon.png') no-repeat scroll center top;
                color: #ffffff;
                padding: 0;
                margin: 15px 12px 0 12px;
            }

            .nav_menu ul li.profile_icon:last-child {
                background: #f4792b !important;
            }

            .nav_menu ul li.profile_icon a:hover,
            .nav_menu ul li.profile_icon:hover a {
                background: #f4792b url('../images/profile_icon.png') no-repeat scroll center bottom;
            }

            .nav_menu ul li.baloon_icon a {
                width: 23px;
                height: 19px;
                background: transparent url('../images/baloon_icon.png') no-repeat scroll center top;
                color: #ffffff;
                padding: 0;
                margin: 15px 12px 0 12px;
            }

                .nav_menu ul li.baloon_icon a:hover,
                .nav_menu ul li.baloon_icon:hover a {
                    background: transparent url('../images/baloon_icon.png') no-repeat scroll center bottom;
                }

            .nav_menu ul li.profile_icon.active,
            .nav_menu ul li.profile_icon:hover {
                background: #f4792b;
            }

            .nav_menu ul li:hover a {
                color: #ffffff;
            }

.search_section {
    position: relative;
    padding-bottom: 8px;
}

small.link-ricerca-avanzata {
    position: absolute;
    right: 0;
    display: flex;
    flex: 0 0 50%;
    margin-top: 8px;
}

.search_section .search-input {
    margin-top: -2px;
    margin-right: 15px;
}
/*
.search_section .link-ricerca-avanzata a {
    color: #285ba1 !important;
}

.search_section .link-ricerca-avanzata:hover a {
    color: #285ba1 !important;
    text-decoration: underline;
}
*/

.search_section .link-ricerca-avanzata .ricercaLink {
    margin: 2px;
    margin-left: 8px;
}

.search_section .link-ricerca-avanzata .ricercaLink:hover {
    text-decoration: none;
    color: #eb6e08 !important;
}

.search-container .buttons-container .total {
    margin-left: -10px;
    top: 2px;
    position: relative;
}

.search-container {
    top: 115px;
    width: 877px;
    margin-left: 48px !important;
    position: absolute;
    /*right: 0;*/
    float: none;
}

.fisco .search_section h2 {
    color: #366db3;
}

a.logo {
    position: relative;
    float: left;
}

.search_section h2 {
    float: left;
    margin: 17px 0 0 0;
    padding-left: 10px;
    color: #1c9d80;
    font-size: 18px;
    font-weight: 600;
}


.search_section #smallSearch {
    float: right;
    border: 0;
    background: transparent url('../images/seaarch_box.png') no-repeat scroll top left;
    padding: 10px;
    /*font-family: 'Merriweather', sans-serif;*/
    font-size: 12px;
    /*font-style: italic;*/
    width: 227px;
    margin-top: 10px;
}

.second_nav {
    width: 100%;
    float: left;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    height: 46px;
    background: none repeat scroll 0 0 #f0efef;
}


#submenu {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 20px 0;
    margin-top: 7px !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute;
    width: 100%;
    z-index: 999999;
    display: none;
    min-height: 170px;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 7px 15px #dadada;
    top: 180px;
    max-height: 350px;
}

    #submenu.fixed {
        position: fixed;
        top: 42px;
    }

    #submenu.no-min {
        min-height: inherit;
    }

    #submenu .item_menu {
        display: none;
    }

    #submenu .mappa .container {
        padding: 0px;
        /*margin: 0px;*/
        width: 1040px;
    }

    #submenu .mappa ul {
        float: left;
        /*width: 86px;*/
        width: 9%;
        list-style: none;
        padding: 0;
        margin: 0;
        text-transform: uppercase;
        font-size: 10px;
    }

        #submenu .mappa ul a {
            color: #5f5f5f;
            text-decoration: none;
        }

            #submenu .mappa ul a:hover {
                color: #1c9d80;
            }

.fisco #submenu .mappa ul a:hover {
    color: #366db3;
}

.fisco #submenu .mappa ul.first_list {
    border-right: 1px dashed #c7c8ca;
    padding-right: 10px;
    padding-left: 10px;
    min-height: 270px;
}

#submenu .mappa ul.first_list {
    border-right: 1px dashed #c7c8ca;
    padding-right: 10px;
    padding-left: 10px;
    /*height: 300px;*/
}

    #submenu .mappa ul.first_list:last-child {
        padding-right: 0px;
        border-right: none;
    }

.fisco #submenu .mappa ul.first_list a {
    color: #366db3;
}

#submenu .mappa ul.first_list a {
    color: #366db3;
    font-size: 11px;
    font-family: "Open Sans";
    text-transform: none;
}

#submenu .mappa ul.first_list li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c7c8ca;
}

    #submenu .mappa ul.first_list li:last-child {
        border-bottom: none;
        padding-bottom: 0px;
    }

    #submenu .mappa ul.first_list li.main, #submenu .mappa ul.first_list li.main a {
        color: #f37321;
        font-size: 10px;
        font-family: "Open Sans";
        text-transform: uppercase;
        border-bottom: none;
        /*text-align: center;*/
    }

#submenu .list_arg {
    float: left;
    width: 230px;
    list-style: none;
    margin: 11px 0 0 0;
    padding: 0;
}

    #submenu .list_arg li {
        padding: 10px 0 8px 13px;
        float: left;
        width: 230px;
        font-size: 12px;
        text-transform: uppercase;
        color: #2d2d2d;
        font-weight: 600;
        height: 16px;
    }

        #submenu .list_arg li.selected {
            color: #fff;
            background: transparent url(../images/submenu_selected.png) no-repeat scroll center left;
        }

.fisco #submenu .list_arg li.selected {
    color: #fff;
    background: transparent url(../images/submenu_selected_fisco.png) no-repeat scroll center left;
}

/* spazio destro del menÃƒÂ¹, opzioni generali */

#submenu .list_article {
    float: left;
    width: 710px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Open Sans";
}

    /*


approfondimenti_1   -   tre box con data, immagine, titolo. DATA PUO' MANCARE
rassegne_2          -	blocco sinistra immagine fissa + data e tre linee dx con titolo, testatina, autore
scadenze_3          -	Immagine scadenza con titolo
formule_4           -	tre box con argomento, immagine, titolo
circolare_5         -	tre box con immagine fissa, titolo
guide_lb_6          -	tre box con autore,immagine,titolo
banchedati_7        -	dedicato banche dati
master_9            -	dedicato formazione|master

*/

    #submenu .list_article li .caption {
        float: left;
    }

    #submenu .list_article li ul {
        list-style: none;
        float: left;
    }

    #submenu .list_article > li {
        width: 100%;
        display: none;
    }

        #submenu .list_article > li.selected {
            display: block;
        }

    #submenu .list_article a:hover {
        color: #eb6e08 !important;
    }

    /* approfondimenti_1 */
    #submenu .list_article li.approfondimenti_1 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.approfondimenti_1 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
    }

        #submenu .list_article li.approfondimenti_1 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.approfondimenti_1 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.approfondimenti_1 ul li .date {
            font-size: 11px;
            color: #6d6e71;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 8px;
        }

        #submenu .list_article li.approfondimenti_1 ul li .image img {
            margin: 0px 0px 10px 36px;
            width: 118px;
            height: 118px;
            border: 4px solid #e3e1e1;
            border-radius: 2px;
        }

        #submenu .list_article li.approfondimenti_1 ul li .title {
            text-align: center;
            margin-bottom: 8px;
            height: 43px;
            line-height: 18px;
        }

            #submenu .list_article li.approfondimenti_1 ul li .title a {
                font-size: 13px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

        #submenu .list_article li.approfondimenti_1 ul li .author {
            font-size: 12px;
            color: #565454;
            text-transform: none;
            text-align: center;
            margin: 8px 0px 8px 0px;
        }

    /* rassegne_2 */
    #submenu .list_article li.rassegne_2 .caption {
        display: block;
        margin: 15px 25px;
    }

        #submenu .list_article li.rassegne_2 .caption .date {
            display: block;
            font-size: 11px;
            color: #6d6e71;
            text-transform: uppercase;
            text-align: center;
            padding-top: 10px;
        }

    #submenu .list_article li.rassegne_2 ul {
        border-left: dashed 1px #aaa6a7;
        padding-left: 20px;
        width: 500px;
    }

    #submenu .list_article li.rassegne_2 li {
        padding: 7px 0px;
        border-bottom: dashed 1px #aaa6a7;
        min-height: 50px;
    }

    #submenu .list_article li.rassegne_2 ul li p {
        float: left;
        margin: 0px;
    }

    #submenu .list_article li.rassegne_2 ul li .title {
        width: 300px;
        text-align: left;
        border-right: 1px solid #e2e0e0;
        padding: 0px 10px;
        line-height: 16px;
        min-height: 50px;
    }

        #submenu .list_article li.rassegne_2 ul li .title a {
            font-size: 12px;
            color: #366db3;
            text-transform: none;
            text-decoration: none;
        }

    #submenu .list_article li.rassegne_2 ul li .header {
        display: block;
        font-size: 12px;
        color: #565454;
        text-transform: none;
        text-align: left;
        width: 160px;
        margin: 0px;
        padding: 0px;
    }

    #submenu .list_article li.rassegne_2 ul li .author {
        font-size: 12px;
        color: #565454;
        text-transform: none;
        text-align: left;
        font-weight: 600;
        width: 160px;
        margin: 0px;
        padding: 0px;
        height: 20px;
        float: right;
    }

    /* scadenze_3 */
    #submenu .list_article li.scadenze_3 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.scadenze_3 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
        text-align: center;
    }

        #submenu .list_article li.scadenze_3 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.scadenze_3 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.scadenze_3 ul li .date {
            height: 57px;
            width: 87px;
            background: url(/Assets/images/icona_menu_scadenza.png) top left no-repeat;
            margin-left: 50px;
            margin-top: 20px;
            text-align: center;
            padding-top: 29px;
        }

            #submenu .list_article li.scadenze_3 ul li .date .day {
                font-size: 36px;
                color: #6a95c4;
                text-align: center;
                display: block;
                font-weight: bold;
                line-height: 35px;
            }

            #submenu .list_article li.scadenze_3 ul li .date .month {
                font-size: 12px;
                color: #6a95c4;
                text-transform: uppercase;
                text-align: center;
                display: block;
            }

        #submenu .list_article li.scadenze_3 ul li .title {
            text-align: center;
            margin-bottom: 8px;
            height: 43px;
            line-height: 18px;
        }

            #submenu .list_article li.scadenze_3 ul li .title a {
                font-size: 13px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

    /* formulari_4 */
    #submenu .list_article li.formulari_4 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.formulari_4 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
        background: url("/Assets/images/shadow_book_menu.png") no-repeat scroll 57px 43px transparent;
    }

        #submenu .list_article li.formulari_4 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.formulari_4 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.formulari_4 ul li .argument {
            font-size: 11px;
            color: #868585;
            text-transform: uppercase;
            text-align: center;
            margin: 8px 0px 8px 0px;
            height: 20px;
        }

        #submenu .list_article li.formulari_4 ul li .image img {
            margin: 0px 0px 10px 48px;
            width: 101px;
            height: 142px;
            border: 1px solid #5d5d5d;
            border-radius: 2px;
        }

        #submenu .list_article li.formulari_4 ul li .title {
            text-align: center;
            margin-bottom: 8px;
            height: 43px;
            line-height: 18px;
        }

            #submenu .list_article li.formulari_4 ul li .title a {
                font-size: 13px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

    /* guide_lb_6 */
    #submenu .list_article li.guide_lb_6 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.guide_lb_6 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
        background: url("/Assets/images/shadow_book_menu.png") no-repeat scroll 57px 43px transparent;
    }

        #submenu .list_article li.guide_lb_6 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.guide_lb_6 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.guide_lb_6 ul li .copertina img {
            margin: 0px 0px 10px 48px;
            width: 101px;
            height: 142px;
            border: 1px solid #5d5d5d;
            border-radius: 2px;
        }

            #submenu .list_article li.guide_lb_6 ul li .copertina img.coccarda {
                width: 66px;
                height: 66px;
                position: relative;
                top: -70px;
                left: 43px;
                border: none;
                margin-bottom: -66px;
            }

        #submenu .list_article li.guide_lb_6 ul li .title {
            text-align: center;
            margin-bottom: 8px;
            height: 43px;
            line-height: 18px;
        }

            #submenu .list_article li.guide_lb_6 ul li .title a {
                font-size: 13px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

        #submenu .list_article li.guide_lb_6 ul li .author {
            font-size: 11px;
            color: #868585;
            text-transform: none;
            text-align: center;
            margin: 8px 0px 8px 0px;
            height: 24px;
            line-height: 14px;
        }

    /* banchedati_7 */
    #submenu .list_article li.banchedati_7 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.banchedati_7 ul {
        width: 310px;
        padding-right: 15px;
        padding-left: 15px;
        border-right: dashed 1px #aaa6a7;
        margin-top: 12px;
    }

        #submenu .list_article li.banchedati_7 ul li {
            background-color: #ebebec;
            text-transform: uppercase;
            padding: 0px 8px 2px;
            margin: 0px 0px 7px 0px;
        }

            #submenu .list_article li.banchedati_7 ul li .title {
                margin: 0px;
            }

                #submenu .list_article li.banchedati_7 ul li .title a {
                    font-size: 12px;
                    color: #366db3;
                    text-transform: uppercase;
                    text-decoration: none;
                }

            #submenu .list_article li.banchedati_7 ul li p.date {
                display: none;
            }

    /* adempimenti_8 */
    #submenu .list_article li.adempimenti_8 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.adempimenti_8 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
    }

        #submenu .list_article li.adempimenti_8 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.adempimenti_8 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.adempimenti_8 ul li .image img {
            margin: 20px 0px 10px 34px;
            width: 118px;
            height: 118px;
            border: 4px solid #e3e1e1;
            border-radius: 2px;
        }

        #submenu .list_article li.adempimenti_8 ul li .title {
            text-align: center;
            margin-bottom: 8px;
            height: 43px;
            line-height: 18px;
        }

            #submenu .list_article li.adempimenti_8 ul li .title a {
                font-size: 13px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

    /* master_9 */
    #submenu .list_article li.master_9 .caption {
        float: left;
        display: none;
    }

    #submenu .list_article li.master_9 ul li {
        float: left;
        border-right: dashed 1px #aaa6a7;
        padding: 0 10px;
        width: 200px;
    }

        #submenu .list_article li.master_9 ul li:last-child {
            padding-right: 0;
            border-right: none;
        }

        #submenu .list_article li.master_9 ul li p {
            width: 100%;
            clear: both;
        }

        #submenu .list_article li.master_9 ul li .date {
            font-size: 12px;
            color: #6d6e71;
            text-transform: uppercase;
            text-align: left;
            margin-bottom: 5px;
            margin-left: 13px;
        }

        #submenu .list_article li.master_9 ul li img.freccia {
            margin: 0px 0px 0px 0px;
            border: none;
        }

        #submenu .list_article li.master_9 ul li .title {
            text-align: left;
            margin-left: 13px;
            margin-bottom: 5px;
            height: 43px;
            line-height: 20px;
        }

            #submenu .list_article li.master_9 ul li .title a {
                font-size: 15px;
                color: #366db3;
                text-transform: none;
                text-decoration: none;
            }

        #submenu .list_article li.master_9 ul li .localita {
            font-size: 14px;
            color: #6d6e71;
            text-transform: uppercase;
            text-align: left;
            margin-bottom: 5px;
            margin-left: 13px;
        }



.cd-secondary-nav ul.is-visible {
    visibility: visible;
    transform: scale(1);
    transition: transform 0.3s, visibility 0s 0s;
}

.cd-secondary-nav.is-fixed nav {
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
}

@media (min-width: 1200px) {
    .cd-secondary-nav.is-fixed nav {
        max-width: 1170px;
    }
}

@media (min-width: 1440px) {
    .cd-secondary-nav.is-fixed nav {
        max-width: 1310px;
    }
}

.cd-secondary-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
}

.cd-secondary-nav-trigger {
    display: none;
}

.cd-secondary-nav.is-fixed {
    position: fixed;
}

.cd-secondary-nav li {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 20px 11px 20px 10px;
    background: transparent url('../images/menu_border.png') no-repeat scroll center right;
}

.cd-secondary-nav.is-fixed li {
    float: left;
    width: auto;
    list-style: none;
    margin: 10px 0;
    padding: 10px 8px 6px 8px;
    /*border-right: 1px solid #ebebeb;*/
    height: 30px;
}

    .cd-secondary-nav.is-fixed li:last-child {
        border-right: none;
    }


.cd-secondary-nav li.displayed {
    display: none;
}

li.stella-nav {
    float: right;
}

.cd-secondary-nav.is-fixed li.displayed {
    display: block;
}


.cd-secondary-nav li a:hover {
    color: #1c9d80;
}

.fisco .cd-secondary-nav li a:hover {
    color: #366db3;
}

.cd-secondary-nav li.current a:hover, .cd-secondary-nav li.selected a:hover {
    color: #ffffff;
}

.fisco .cd-secondary-nav.current li a:hover, .fisco .cd-secondary-nav.selected li a:hover {
    color: #ffffff;
}

/* --------------------------------

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
    position: relative;
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

    /*.cd-secondary-nav ul {

    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    background: rgba(3, 13, 24, 0.96);
    visibility: hidden;
    z-index: 1;
}*/

    .cd-secondary-nav ul.is-visible {
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
        transition: transform 0.3s, visibility 0s 0s;
    }

    .cd-secondary-nav li:last-child a {
        border-bottom: none;
    }

    .cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
        height: 46px;
    }

    .cd-secondary-nav ul {
        position: static;
        width: auto;
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
        bottom: 20px;
        z-index: 1;
        margin: 0;
        padding: 0;
    }


    .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        border-bottom: none;
        -webkit-transition: padding 0.2s;
        -moz-transition: padding 0.2s;
        transition: padding 0.2s;
        height: auto;
        top: -5px;
        font-size: 11px;
        color: #000;
        text-decoration: none;
    }

        .cd-secondary-nav li a b {
            text-transform: uppercase;
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: 700;
        }

        .cd-secondary-nav li a span {
            display: none;
        }

    .cd-secondary-nav li.selected, .cd-secondary-nav li.current {
        background: #1c9d80;
        border-bottom: 1px solid #1c9d80;
    }

.fisco .cd-secondary-nav li.selected, .fisco .cd-secondary-nav li.current {
    background: #366db3 !important;
    border-bottom: 1px solid #366db3;
}

.cd-secondary-nav li.current a,
.cd-secondary-nav li.selected a {
    color: #ffffff;
}

.cd-secondary-nav.is-fixed li.current {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    height: 50px;
}

/*.cd-secondary-nav li.current a {
    color: #1c9d80;
}
.fisco .cd-secondary-nav li.current a {
    color: #366db3;
}*/
/*.cd-secondary-nav li.selected a,.fisco .cd-secondary-nav li.selected a,.cd-secondary-nav li.current a,.fisco .cd-secondary-nav li.current a {
    color: #ffffff;
}*/

.cd-secondary-nav.is-fixed {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #f0efef;
    left: 0;
}

.cd-secondary-nav.animate-children li a {
}

    .cd-secondary-nav.animate-children li a span {
        opacity: 0;
    }

.cd-secondary-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: rgba(3, 13, 24, 0.96);
    border-radius: 0.25em;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}

    .cd-secondary-nav-trigger span {
        /* the span element is used to create the menu icon */
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #f0eee1;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        transition: background 0.3s;
    }

        .cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
            content: '';
            position: absolute;
            background: inherit;
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .cd-secondary-nav-trigger span::before {
            right: -10px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

        .cd-secondary-nav-trigger span::after {
            left: -10px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -ms-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
        }

    .cd-secondary-nav-trigger.menu-is-open {
        background: transparent;
    }

        .cd-secondary-nav-trigger.menu-is-open span {
            background: rgba(240, 238, 225, 0);
            width: 20px;
            height: 2px;
        }

            .cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
                background: #f0eee1;
                width: 100%;
                height: 100%;
                border-radius: 0;
                top: 0;
                left: 0;
            }

            .cd-secondary-nav-trigger.menu-is-open span::before {
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .cd-secondary-nav-trigger.menu-is-open span::after {
                -webkit-transform: rotate(225deg);
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                transform: rotate(225deg);
            }

.cd-secondary-nav-trigger {
    display: none;
}

.content {
    width: 100%;
    float: left;
}

    .content .sidebar {
        float: left;
        /*    width: 25%;*/
        width: 328px;
        margin-top: 10px;
        height: calc(100vh - 234px);
    }

.risultato_ricerca .content .sidebar {
    float: left;
    width: 25%;
    height: 100%;
    margin-top: 10px;
    position: inherit;
}

.sidebar .list-date {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: calc(100vh - 309px);
    overflow: auto;
}

.content .sidebar .box_btn {
    float: left;
    background: #e8f5f2;
    width: 100%;
}

    .content .sidebar .box_btn a.switch.data, .content .sidebar .box_btn a.switch.titoli {
        width: 49%;
        display: inline-block;
    }

    .content .sidebar .box_btn h5 {
        float: none;
        padding: 8px;
        margin: 5px 0 5px 0;
        color: #ffffff;
        background: #eb6e08;
        border-radius: 3px;
        text-align: center;
    }

.fisco .content .sidebar .box_btn h5 {
    background: #eb6e08;
    width: 100%;
}

.fisco .content .sidebar .box_btn {
    background: #e9ecf5;
    width: 100%;
}

.content .sidebar .box_btn .sommario,
.content .sidebar .box_btn .titoli,
.content .sidebar .box_btn .data,
.content .sidebar .box_btn .indice {
    float: left;
    background: #2d2d2d;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 7px;
    width: 103px;
    padding: 6px 0px 0px 0px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 2px;
}

.lavoro .content .sidebar .box_btn .sommario.selected span,
.lavoro .content .sidebar .box_btn .titoli.selected span,
.lavoro .content .sidebar .box_btn .data.selected span,
.lavoro .content .sidebar .box_btn .indice.selected span {
    border-right: 1px solid #468a7b;
}

.lavoro .content .sidebar .box_btn .sommario.selected,
.lavoro .content .sidebar .box_btn .titoli.selected,
.lavoro .content .sidebar .box_btn .data.selected,
.lavoro .content .sidebar .box_btn .indice.selected {
    background: #468a7b;
}

.fisco .content .sidebar .box_btn .sommario.selected span,
.fisco .content .sidebar .box_btn .titoli.selected span,
.fisco .content .sidebar .box_btn .data.selected span,
.fisco .content .sidebar .box_btn .indice.selected span {
    border-right: 1px solid #6f94bc;
}

.fisco .content .sidebar .box_btn .sommario.selected,
.fisco .content .sidebar .box_btn .titoli.selected,
.fisco .content .sidebar .box_btn .data.selected,
.fisco .content .sidebar .box_btn .indice.selected {
    background: #6f94bc;
}

.content .sidebar .box_btn .sommario label,
.content .sidebar .box_btn .titoli label,
.content .sidebar .box_btn .data label,
.content .sidebar .box_btn .indice label {
    cursor: pointer;
}

.content .sidebar .box_btn .cartella_news,
.content .sidebar .box_btn .popolar_news,
.content .sidebar .box_btn .last_news {
    float: left;
    background: #2d2d2d;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 7px;
    width: 103px;
    padding: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fisco .content .sidebar .box_btn .cartella_news.selected,
.fisco .content .sidebar .box_btn .popolar_news.selected,
.fisco .content .sidebar .box_btn .last_news.selected {
    background: #366db3;
}

.content .sidebar .box_btn .cartella_news.selected,
.content .sidebar .box_btn .popolar_news.selected,
.content .sidebar .box_btn .last_news.selected {
    background: #1c9d80;
}

    .content .sidebar .box_btn .cartella_news.selected span,
    .content .sidebar .box_btn .popolar_news.selected span,
    .content .sidebar .box_btn .last_news.selected span {
        border-right: 1px solid #008466;
    }

.content .sidebar .box_btn .cartella_news label,
.content .sidebar .box_btn .popolar_news label,
.content .sidebar .box_btn .last_news label {
    padding: 6px 0;
    float: left;
    cursor: pointer;
}

.content .sidebar .box_btn .cartella_news span {
    background: transparent url(../images/cartella_icon.png) no-repeat scroll center center;
    width: 29px;
    height: 30px;
    float: left;
    margin-right: 7px;
    border-right: 1px solid #000;
}

.content .sidebar .box_btn .popolar_news span, .content .sidebar .box_btn .sommario span {
    background: transparent url(../images/popolar_icon.png) no-repeat scroll center center;
    width: 29px;
    height: 30px;
    float: left;
    margin-right: 8px;
    border-right: 1px solid #000;
}

.content .sidebar .box_btn .last_news span, .content .sidebar .box_btn .indice span {
    background: transparent url(../images/last_icon.png) no-repeat scroll center center;
    width: 29px;
    height: 30px;
    float: left;
    margin-right: 8px;
    border-right: 1px solid #000;
}

#list-accordion {
    position: relative;
}

.cartella .content .sidebar .box_btn .popolar_news, .cartella .content .sidebar .box_btn .sommario {
    float: left;
}

.cartella .content .sidebar .box_btn .last_news,
.cartella .content .sidebar .box_btn .indice,
.content .sidebar .box_btn .popolar_news,
.content .sidebar .box_btn .sommario {
    float: right;
}

.sidebar .list-chunk {
    padding-bottom: 1px;
}

.sidebar .infinite_list_no_load,
.sidebar .infinite_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .list-item {
    /*    width: 100%;
    float: left;*/
    padding: 14px 9px;
    background: #e8f5f2;
    border-bottom: 1px solid #82d5c2;
    border-top: 1px solid #ffffff;
}

.fisco .sidebar .list-item {
    background: #e9ecf5;
    border-bottom: 1px solid #366db3;
}

.sidebar .list-item.selected {
    background: #fff;
    border-bottom: none;
}

.sidebar .list-item a.thumbnail img {
    border: 1px solid #999999;
    display: block;
    margin: 5px 0 1px;
}

.sidebar .list-item h3 {
    margin: 0;
    line-height: 16px;
    /*font-weight: 600;*/
    font-size: 13px;
    color: #2d2d2d;
    text-decoration: none;
}

    .sidebar .list-item h3 a {
        font-size: 13px;
        color: #2d2d2d;
        text-decoration: none;
    }

.fisco .sidebar .list-item p.author a {
    color: #366db3;
}

.sidebar .list-item p.author {
    margin: 10px 0;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 600;
}

    .sidebar .list-item p.author a {
        margin: 10px 0;
        text-decoration: none;
        color: #1c9d80;
    }

.sidebar .list-item p.data {
    margin: 0;
    color: #5f5f5f;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar .list-item p.occhiello {
    margin: 0;
    color: #1c9d80;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.fisco .sidebar .list-item p.occhiello {
    color: #366db3;
}

.sidebar .list-item.selected p.occhiello {
    color: #eb6e08;
}

.content .news_content {
    width: calc(100% - 348px);
    float: right;
    left: 0% !important;
    margin-top: 10px;
    /*padding-right: 5%;*/
    position: relative;
    /*    width: 100%;
    max-width: auto;*/
}

    .content .news_content .cron_article {
        width: 100%;
        float: left;
        background: #f5f5f5;
    }

.fisco .content .news_content .cron_article {
    background: #e9ecf5;
}

.content .news_content .cron_article .next_article,
.content .news_content .cron_article .pre_article {
    /*width: 440px !important;*/
    float: left;
}

    .content .news_content .cron_article .next_article a:hover,
    .content .news_content .cron_article .pre_article a:hover {
        color: #1c9d80;
    }

.fisco .content .news_content .cron_article .next_article a:hover,
.fisco .content .news_content .cron_article .pre_article a:hover {
    color: #366db3;
}

.content .news_content .cron_article .pre_article a,
.content .news_content .cron_article .next_article a {
    width: 100%;
    height: 70px;
    /*line-height: 15px !important;*/
    text-align: center;
    float: left;
    font-size: 14px;
    /*color: #2d2d2d;
    font-weight: 600;
    padding: 0 15%;
    box-sizing: border-box;
    margin: 0;
    background: transparent url('../images/arrow_right.png') no-repeat scroll 290px -60px !important;*/
}

.content .news_content .cron_article .pre_article a {
    /*background: transparent url('../images/arrow_left.png') no-repeat scroll 10px -60px !important;*/
}

.content .news_content .cron_article .pre_article span,
.content .news_content .cron_article .next_article span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
}

.fisco .content .news_content .cron_article .next_article a {
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
    /* background: transparent url('../images/arrow_right_fisco.png') no-repeat scroll 430px -60px !important; */
    top: 10px;
    position: relative;
    display: table-cell;
}

.fisco .content .news_content .cron_article .pre_article a {
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
    background: transparent url('../images/arrow_left_fisco.png') no-repeat scroll 10px -60px !important;
    top: 10px;
    position: relative;
    display: table-cell;
}

.content .news_content .article {
    font-family: 'Open sans';
    float: left;
    min-width: 85%;
    max-width: 95%;
}

.cartella .news_content .article .category
/*.soluzioni_strumenti .news_content .article .category*/ {
    margin-top: 0 !important;
}

.content .news_content .article .category {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .content .news_content .article .category li {
        float: left;
        margin-right: 20px;
    }

        .content .news_content .article .category li a {
            float: left;
            font-size: 12px;
            color: #eb6e08;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
        }

.content .news_content .article h1 {
    font-family: 'Merriweather';
    float: left;
    font-size: 36px;
    color: #2d2d2d;
    font-weight: normal;
    margin: 0;
    width: 100%;
    /* margin-bottom: 20px; */
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 42px;
}

.content .news_content .article h2 {
    font-family: 'Merriweather';
    float: none;
    width: 100%;
    margin: 0px 0 14px 0 !important;
    font-size: 24px;
    color: #2d2d2d;
    font-weight: normal;
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 3px solid #537cb4;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

    .content .news_content .article h2 b {
        font-weight: normal;
    }

.content .news_content .article h3 {
    font-family: 'Merriweather';
    float: none;
    width: 100%;
    margin: 10px 0 5px 0 !important;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    font-style: italic;
    padding-top: 10px;
    text-align: left;
}

.content .news_content .article h2 *, h1 *, h3 * {
    font-family: 'Merriweather';
}

.content .news_content .article h5.subtitle {
    font-family: 'Open sans';
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: -5px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: normal;
    padding-top: 0px;
    border-top: none;
}

.subtitleQuotidiano {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: -5px;
}

.content .news_content .article .sommario h4 {
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: normal;
}

.content .news_content .article h4.rassegna_stampa {
    margin: 65px 0 0 0;
}

.content .news_content .article .data_article {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 14px;
    color: #868585;
    /*border-bottom: 1px solid #82d5c2;*/
}

.soluzione_adempimento .description h5 {
    margin-bottom: 0;
}

.soluzione_adempimento .description .quesito h5 {
    margin-bottom: 20px;
}

.soluzione_adempimento .content .news_content .article .data_article {
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
    margin: 0;
    font-size: 14px;
    color: #5f5f5f;
    /*border-bottom: 1px solid #82d5c2;  tolto, sostituito */
}

/*.fisco .content .news_content .article .data_article{
	border-bottom: 1px solid #366db3;
}*/

.content .news_content .article .data_article a {
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    color: #1c9d80;
}

.fisco .content .news_content .article .data_article a {
    color: #366db3;
}

.content .news_content .article .data_article span {
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b4b4b4;
    font-size: 12px;
}

.content .news_content .article .description {
    font-size: 14px;
    color: #2d2d2d;
    /*float: left;*/
    /*border-bottom: 1px solid #1c9d80;*/
    padding-bottom: 20px;
    /*width: 620px;*/
    line-height: 20px;
}

.content .news_content .article .section.related_documents {
    width: 610px;
}

    .content .news_content .article .section.related_documents h2 {
        text-transform: uppercase;
        font-size: 18px;
        font-family: 'Open sans';
        font-weight: 600;
        color: #1c9d80;
        border-bottom: none;
        background: url(/Assets/images/icona_documenti_correlati.png) no-repeat 0 16px;
        padding-left: 30px;
        padding-bottom: 0px;
    }

.fisco .content .news_content .article .section.related_documents h2 {
    color: #285ba1;
}

.content .news_content .article .section.related_documents div h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open sans';
    font-weight: 600;
    font-style: normal;
    color: #333333;
    width: 100%;
    padding-top: 13px;
}

.content .news_content .article .section.related_documents > div {
    border-top: 1px solid #6f99d4;
}

.content .news_content .article .section.related_documents div.related_content {
    margin: 10px;
}

.content .news_content .article .section.related_documents div.related_articles {
    background-color: #e9eef4;
    border: 1px solid #b4cdf0;
    padding-left: 10px;
    height: 250px;
    margin-left: 0px;
}

    .content .news_content .article .section.related_documents div.related_articles h3 {
        margin-top: 0px;
        padding-top: 0px;
    }

    .content .news_content .article .section.related_documents div.related_articles .related_article {
        width: 165px;
        float: left;
        margin-right: 10px;
        margin-left: 20px;
        height: 170px;
    }

        .content .news_content .article .section.related_documents div.related_articles .related_article:last-child {
            margin-right: 0px;
        }

        .content .news_content .article .section.related_documents div.related_articles .related_article img {
            border: 2px solid white;
        }

        .content .news_content .article .section.related_documents div.related_articles .related_article p {
            font-family: 'Open sans';
            font-size: 12px;
            font-weight: bold;
            text-align: left;
            line-height: 16px;
            color: #426fac;
        }

            .content .news_content .article .section.related_documents div.related_articles .related_article p.date {
                text-transform: uppercase;
                color: #426fac;
                margin-top: 5px;
            }

            .content .news_content .article .section.related_documents div.related_articles .related_article p.title {
                min-height: 48px;
                margin-bottom: 5px;
            }

            .content .news_content .article .section.related_documents div.related_articles .related_article p a {
                text-decoration: none;
                color: #868585;
            }

                .content .news_content .article .section.related_documents div.related_articles .related_article p a:hover {
                    color: #f4792b;
                }

.content .news_content .article .section.related_documents ul.list li:before {
    color: #1c9d80;
}

.fisco .content .news_content .article .section.related_documents ul.list li:before {
    color: #366db3;
}

.fisco .content .news_content .article .description {
    /*border-bottom: 1px solid #366db3;*/
}

.content .news_content .article .description .header_description {
    font-size: 14px;
    float: left;
    /*border: 1px solid #82d5c2;*/
    margin: 0;
    padding: 15px 0;
    line-height: 20px;
}

    .content .news_content .article .description .header_description p {
        font-size: 14px;
        float: none;
        margin: 0;
        padding: 0px 0;
        line-height: 20px;
        text-align: justify;
    }

.content .news_content .article .description a {
    /*color: #1c9d80;*/
    /*text-decoration: none;*/
}

.content .news_content .article .description a {
    color: #366db3;
    text-decoration: underline;
}

    .content .news_content .article .description a:hover {
        color: #ff7d00;
    }

.content .news_content .article .description p.quote {
    color: #7c7c7c;
    font-family: 'Merriweather', sans-serif;
    font-weight: bold;
    float: left;
    line-height: 22px;
    padding-left: 25px;
    border-left: 3px solid #1c9d80;
}

.fisco .content .news_content .article .description p.quote {
    border-left: 3px solid #366db3;
}

/*
    box attenzione, esempi eccetera
*/
.content .news_content .article .description div.boxattenzione,
.content .news_content .article .description div.boxesempio,
.content .news_content .article .description div.boxricorda,
.content .news_content .article .description div.boxnovita,
.content .news_content .article .description div.boxilcaso,
.content .news_content .article .description div.boxapprofondimento,
.content .news_content .article .description div.boxcosafare,
.content .news_content .article .description div.boxcosacambia {
    font-family: 'Open sans';
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left !important;
}

.content .news_content .article .description h6.boxattenzione,
.content .news_content .article .description h6.boxesempio,
.content .news_content .article .description h6.boxricorda,
.content .news_content .article .description h6.boxnovita,
.content .news_content .article .description h6.boxilcaso,
.content .news_content .article .description h6.boxapprofondimento,
.content .news_content .article .description h6.boxcosafare,
.content .news_content .article .description h6.boxcosacambia {
    float: none;
    line-height: 32px;
    font-size: 14px;
    /*font-family: 'Open Sans';*/
    font-family: 'Open sans';
    font-weight: 600;
    /*background: url('../images/fisco_icona_box_esempio.png') no-repeat scroll 0px 0px;*/
    color: #d0d0d0;
    margin-top: 0px;
    margin-left: 13px;
    padding-left: 5%;
    width: 90%;
}

.content .news_content .article .description div.boxattenzione div.boxcontent,
.content .news_content .article .description div.boxesempio div.boxcontent,
.content .news_content .article .description div.boxricorda div.boxcontent,
.content .news_content .article .description div.boxnovita div.boxcontent,
.content .news_content .article .description div.boxilcaso div.boxcontent,
.content .news_content .article .description div.boxapprofondimento div.boxcontent,
.content .news_content .article .description div.boxapprofondimento div.boxcosafare,
.content .news_content .article .description div.boxapprofondimento div.boxcosacambia {
    margin: 0px;
    padding: 0px 12px 0px 12px;
    /*border-left:4px solid #d0d0d0;*/
    color: #414042;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open sans';
}

.content .news_content .article .description div.boxattenzione h6 b,
.content .news_content .article .description div.boxesempio h6 b,
.content .news_content .article .description div.boxricorda h6 b,
.content .news_content .article .description div.boxnovita h6 b,
.content .news_content .article .description div.boxilcaso h6 b,
.content .news_content .article .description div.boxapprofondimento h6 b,
.content .news_content .article .description div.boxcosafare h6 b
.content .news_content .article .description div.boxcosacambia h6 b {
    font-weight: 600;
}

.content .news_content .article .description p.book {
    color: #7c7c7c;
    font-size: 14px;
    float: left;
    border-bottom: 1px solid #1c9d80;
    border-top: 1px solid #1c9d80;
    line-height: 22px;
    padding: 15px 15px 15px 80px;
    background: transparent url('../images/book_icon.png') no-repeat scroll 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.fisco .content .news_content .article .description p.book {
    border-bottom: 1px solid #93add0;
    border-top: 1px solid #93add0;
    background: #fff url('../images/book_icon_fisco.png') no-repeat scroll 20px 20px;
}

.content .news_content .article .description .citazione_div p {
    width: 380px;
    margin-top: 30px;
    margin-bottom: 0;
}

.content .news_content .article .description .citazione_div blockquote {
    width: 220px;
    margin-right: 20px;
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    float: left;
    line-height: 40px;
    vertical-align: middle;
}

.content .news_content .article .description blockquote a span.icon {
    float: left;
    width: 27px;
    height: 27px;
    background: transparent url('../images/share_icon.png') no-repeat scroll 2px 7px;
    margin: 6px 5px 6px 0;
}

.fisco .content .news_content .article .description blockquote a span.icon {
    background: transparent url('../images/share_icon_fisco.png') no-repeat scroll 2px 7px;
}

.content .news_content .article .description blockquote a span.icon.selected,
.content .news_content .article .description blockquote a:hover span.icon {
    background: #1e9e81 url('../images/share_icon.png') no-repeat scroll -251px 7px;
}

.fisco .content .news_content .article .description blockquote a span.icon.selected,
.fisco .content .news_content .article .description blockquote a:hover span.icon {
    background: #366db3 url('../images/share_icon_fisco.png') no-repeat scroll -251px 7px;
}

.content .news_content .article .description blockquote .button {
    float: left;
    display: none;
}

    .content .news_content .article .description blockquote .button ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .content .news_content .article .description blockquote .button ul li {
            float: left;
            margin: 0 2px;
        }

.content .news_content .article .description blockquote .button {
    float: left;
    display: none;
    margin-top: 6px;
}

    .content .news_content .article .description blockquote .button .fb_share {
        text-align: right;
        width: 27px;
        height: 27px;
        float: right;
        background: #e8f5f2 url(../images/fb_icon.png) no-repeat scroll center center;
    }

        .content .news_content .article .description blockquote .button .fb_share:hover {
            background: #1c9d80 url(../images/fb_over_icon.png) no-repeat scroll center center;
        }

    .content .news_content .article .description blockquote .button .tw_share {
        text-align: right;
        width: 27px;
        height: 27px;
        float: right;
        background: #e8f5f2 url(../images/tw_icon.png) no-repeat scroll center center;
    }

        .content .news_content .article .description blockquote .button .tw_share:hover {
            background: #1c9d80 url(../images/tw_over_icon.png) no-repeat scroll center center;
        }

    .content .news_content .article .description blockquote .button .gplus_share {
        text-align: right;
        width: 27px;
        height: 27px;
        float: right;
        background: #e8f5f2 url(../images/gplus_icon.png) no-repeat scroll 5px 7px;
    }

        .content .news_content .article .description blockquote .button .gplus_share:hover {
            background: #1c9d80 url(../images/gplus_icon.png) no-repeat scroll -233px 7px;
        }

    .content .news_content .article .description blockquote .button .ln_share {
        text-align: right;
        width: 27px;
        height: 27px;
        float: right;
        background: #e8f5f2 url(../images/ln_icon.png) no-repeat scroll 5px 7px;
    }

        .content .news_content .article .description blockquote .button .ln_share:hover {
            background: #1c9d80 url(../images/ln_icon.png) no-repeat scroll -233px 7px;
        }

/* FISCO SECTION */
.fisco .content .news_content .article .description blockquote .button .fb_share {
    background: #e9ecf5 url(../images/fb_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .content .news_content .article .description blockquote .button .fb_share:hover {
        background: #366db3 url(../images/fb_over_icon.png) no-repeat scroll center center;
    }

.fisco .content .news_content .article .description blockquote .button .tw_share {
    background: #e9ecf5 url(../images/tw_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .content .news_content .article .description blockquote .button .tw_share:hover {
        background: #366db3 url(../images/tw_over_icon.png) no-repeat scroll center center;
    }

.fisco .content .news_content .article .description blockquote .button .gplus_share {
    background: #e9ecf5 url(../images/gplus_icon_fisco.png) no-repeat scroll 5px 7px;
}

    .fisco .content .news_content .article .description blockquote .button .gplus_share:hover {
        background: #366db3 url(../images/gplus_icon.png) no-repeat scroll -233px 7px;
    }

.fisco .content .news_content .article .description blockquote .button .ln_share {
    background: #e9ecf5 url(../images/ln_icon_fisco.png) no-repeat scroll 5px 7px;
}

    .fisco .content .news_content .article .description blockquote .button .ln_share:hover {
        background: #366db3 url(../images/ln_icon_fisco.png) no-repeat scroll -233px 7px;
    }

.content .news_content .article .description blockquote a {
    font-size: 10px;
    color: #7c7c7c;
    font-weight: bold;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
}

.fisco .content .news_content .article .description .header_description {
    border: 1px solid #366db3;
    padding: 15px;
    text-align: justify;
    margin-bottom: 30px;
}

.lavoro .content .news_content .article .description .header_description {
    border: 1px solid #1c9d80;
    padding: 15px;
    text-align: justify;
    margin-bottom: 30px;
}

.content .news_content .article .sommario {
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #82d5c2;*/
    padding-bottom: 20px;
}

    /*.fisco .content .news_content .article .sommario{
border-bottom: 1px solid #366db3;
}*/

    .content .news_content .article .sommario ul {
        float: left;
        width: 90%;
        list-style: none;
        margin-top: 4px;
        list-style-type: none;
        padding: 0 0 0 30px;
        margin: 0px;
    }

        .content .news_content .article .sommario ul li {
            background-repeat: no-repeat;
            background-position: 0px center;
            padding-left: 15px;
            float: left;
            width: 100%;
            margin: 6px 0;
        }

.fisco .content .news_content .article .sommario ul li {
    background-image: url(../images/freccia_sommario_articolo.png);
}

.lavoro .content .news_content .article .sommario ul li {
    background-image: url(../images/freccia_sommario_articolo_lavoro.png);
}

.content .news_content .article .sommario ul li a {
    float: left;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #1c9d80;
    font-weight: 600;
}

.fisco .content .news_content .article .sommario ul li a {
    color: #366db3;
    text-decoration: none;
}

.sommario ul li a {
    font-family: 'Open sans';
}

.fisco .content .news_content .article .sommario ul li.related_articles {
    margin-top: 20px;
    background-image: url("../images/icona_documenti_correlati.png");
    padding-left: 25px;
}

.content .news_content .article ul.list {
    float: none;
    width: 100%;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 14px;
    color: #5f5f5f;
}

    .content .news_content .article ul.list li {
        padding-left: 14px;
        text-indent: -20px;
        margin: 8px;
        float: none;
        font-size: 14px;
        color: #2d2d2d;
    }

.content .news_content .article .table table ul.list li {
    font-size: 12px;
}

.content .news_content .article ol ol, .content .news_content .article ul.list ul.list {
    padding: 0px 0px 0px 20px;
    width: 97%;
}

.content .news_content .article ol {
    /*list-style-type: none;*/
}

    .content .news_content .article ol li {
        counter-increment: step-counter;
    }

    .content .news_content .article ol ol li, .content .news_content .article ol ul li {
        counter-increment: sub-step-counter;
    }

    .content .news_content .article ol ol ol li, .content .news_content .article ol ul ul li {
        counter-increment: sub-sub-step-counter;
    }

    /* tipi di numerazione */
    .content .news_content .article ol li::before {
        /*content: counter(step-counter, decimal) ". ";*/
    }

    .content .news_content .article ol ol.listalettere li::before {
        content: counter(sub-step-counter, lower-latin) ". ";
    }

    .content .news_content .article ol ol.listaromani li::before {
        content: counter(sub-step-counter, upper-roman) ". ";
    }

    .content .news_content .article ol ol ol.listalettere li::before {
        content: counter(sub-sub-step-counter, lower-latin) ". ";
    }

    .content .news_content .article ol ol ol.listaromani li::before {
        content: counter(sub-sub-step-counter, upper-roman) ". ";
    }

/* stili e rientri */
.content .news_content .article ol {
    padding: 0px 0px;
}

    .content .news_content .article ol li::before {
        font-weight: bold;
        margin-right: 5px;
    }

    .content .news_content .article ol li {
        margin: 5px 3px 5px 20px;
        /*text-indent: -21px;*/
    }

    /*QUI*/
    .content .news_content .article ol ol, .content .news_content .article ol ul.list {
        padding: 0px 0px 0px 20px;
    }

        .content .news_content .article ol ol li {
            /* text-indent: -21px;*/
        }

        .content .news_content .article ol ol ol li {
            /*text-indent: -18px;*/
        }

/* annulla rientri per dl */
.content .news_content .article dl dd {
    padding: 0px 0px;
    margin: 0px 0px;
}

/*.content .news_content .article ol ol li::before {
    content: counter(sub-step-counter, lower-latin) ". ";
    margin-right: 5px;
	color: #1c9d80;
    font-weight: bold;
    padding: 3px 8px;
}
.content .news_content .article ol ol ol li::before {
    content: counter(sub-sub-step-counter, upper-roman) ". ";
    margin-right: 5px;
	color: #1c9d80;
    font-weight: bold;
    padding: 3px 8px;
}*/
.fisco .content .news_content .article ol li::before {
    color: #366db3;
}

.content .news_content .article .table table ol {
    font-size: 12px;
    padding-left: 12px;
}

.content .news_content .article ul.list li:before {
    font-size: 12px;
    margin-right: 9px;
    color: #808080;
}

.fisco .content .news_content .article ul.list li:before {
    color: #808080;
}

.content .news_content .article ul.list_number {
    float: none;
    /*width: 620px;*/
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 14px;
}

.content .news_content .article ol.list_letter {
    float: left;
    /*width: 620px;*/
    list-style-type: lower-latin;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.content .news_content .article ul.list_number li {
    counter-increment: customlistcounter;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    padding-left: 18px;
    text-indent: -18px;
    box-sizing: border-box;
}

    .content .news_content .article ul.list_number li:before {
        content: counter(customlistcounter) " ";
        color: #1c9d80;
        margin-right: 5px;
        font-size: 20px;
        font-weight: bold;
    }

.fisco .content .news_content .article ul.list_number li:before {
    color: #366db3;
    font-size: 20px;
    font-weight: bold;
}

.content .news_content .article .table.overlayed,
.content .news_content .article .image.overlayed {
    position: fixed;
    width: 100%;
    top: 45px;
    left: 0;
    overflow-y: scroll;
    height: 100%;
    max-height: 100% !important;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: transparent url('../images/black.png') repeat scroll top left;
}

.content .news_content .article .image {
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
    margin-bottom: 10px;
}

    .content .news_content .article .image img {
        width: 100%;
        float: left;
        cursor: pointer;
    }

    .content .news_content .article .image p {
        /*width: 620px;*/
        max-width: 100%;
        box-sizing: border-box;
        float: left;
        background: #333333;
        color: #fff;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: bold;
    }

    .content .news_content .article .image a.enlarge_image {
        float: right;
        background: transparent url('../images/enlarge_icon.png') no-repeat scroll top center;
        color: #fff;
        height: 18px;
        width: 18px;
    }

        .content .news_content .article .image a.enlarge_image:hover {
            background: transparent url('../images/enlarge_icon.png') no-repeat scroll 0 -50px;
        }

.fisco .content .news_content .article .image a.enlarge_image {
    background: transparent url('../images/enlarge_icon_fisco.png') no-repeat scroll top center;
}

    .fisco .content .news_content .article .image a.enlarge_image:hover {
        background: transparent url('../images/enlarge_icon_fisco.png') no-repeat scroll 0 -50px;
    }

.content .news_content .article .table {
    /*width: 620px;*/
    max-width: 100%;
    max-height: 400px;
    float: none;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.content .container .table {
    width: 940px;
}

    .content .container .table table {
        border: 1px solid #5f5f5f;
        border-collapse: collapse;
        max-height: none;
    }

.content .news_content .article .table p.head, .content .news_content .article .img p.head {
    /*width: 620px;*/
    max-width: 100%;
    box-sizing: border-box;
    float: none;
    height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: bold;
    background: #1c9d80;
}

/* dubbio su sfondo, era #366db3 chiedere a simona */
.fisco .content .news_content .article .table p.head, .fisco .content .news_content .article .img p.head {
    background: #285ba1;
}

.content .news_content .article .table a.enlarge_image, .content .news_content .article .img a.enlarge_image {
    float: right;
    background: transparent url('../images/enlarge_icon.png') no-repeat scroll top center;
    color: #fff;
    height: 18px;
    width: 18px;
}

    .content .news_content .article .table a.enlarge_image:hover, .content .news_content .article .img a.enlarge_image:hover {
        background: transparent url('../images/enlarge_icon.png') no-repeat scroll 0 -50px;
    }

.content .news_content .article .table table, .content .container .table table {
    float: none;
    width: 100%;
    /*max-width: 620px;*/
    font-family: 'Open sans';
}

    .content .news_content .article .table table p, .content .container .table table p {
        font-family: 'Open sans';
        font-size: 12px !important;
    }

.content .news_content .article .table.overlayed table {
    float: none;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.content .news_content .article .section {
    float: left;
}

/*.content .news_content .article .table table tr:nth-child(odd), .content .container .table table tr:nth-child(odd){
	background: #f4f4f4;
}*/

/*.fisco .content .news_content .article .table table tr:nth-child(odd), .content .container .table table tr:nth-child(odd){
	background: #f4f4f4;
}*/

.content .news_content .article .table table tr.tableTitle, .content .container .table table tr.tableTitle {
    background: #a7bc98;
}

    .content .news_content .article .table table tr.tableTitle, .content .container .table table tr.tableTitle td {
        text-align: center;
    }

        .content .news_content .article .table table tr.tableTitle, .content .container .table table tr.tableTitle td p {
            text-align: center !important;
        }

.fisco .content .news_content .article .table table tr.tableTitle, .content .container .table table tr.tableTitle {
    background: #e9ecf5;
}

.content .news_content .article .table table tr:nth-child(even), .content .container .table table tr:nth-child(even) {
    background: #fff;
}

/* tabelle contenute in altre tabelle sono a sfondo uniforme */
.content .news_content .article .table table table tr:nth-child(odd) {
    background: #fff;
}

.content .news_content .article .table table th,
.content .news_content .article .table table td,
.content .container .table table th,
.content .container .table table td {
    padding: 10px;
    text-align: left;
    border-top: 0;
    border-left: 0;
}

    .content .news_content .article .table table th p, .content .container .table table th p {
        font-size: 14px;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
    }

.content .news_content .referer {
    width: 100%;
    float: left;
    border-top: 1px solid #1c9d80;
    padding-bottom: 15px;
}

.fisco .content .news_content .referer {
    border-bottom: 1px solid #366db3;
}

.content .news_content .referer h4 {
    margin-bottom: 20px;
}

.content .news_content .referer a {
    width: 100%;
    float: left;
    color: #1c9d80;
    text-decoration: none;
    margin-bottom: 5px;
}

.content .news_content .arguments {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

    .content .news_content .arguments h4 {
        margin-bottom: 20px;
    }

    .content .news_content .arguments a {
        float: left;
        margin-right: 5px;
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        background: #e8e8e8;
        padding: 5px 10px;
        text-transform: uppercase;
    }

        .content .news_content .arguments a:hover {
            background: #e8f5f2;
        }

.content .news_content .arg_corr {
    width: 100%;
    float: left;
    border-top: 1px solid #1c9d80;
}

.fisco .content .news_content .arg_corr {
    border-top: 1px solid #366db3;
}

.content .news_content .arg_corr .item {
    float: left;
    width: 196px;
    margin-right: 15px;
}

    .content .news_content .arg_corr .item:last-child {
        margin-right: 0 !important;
    }

    .content .news_content .arg_corr .item img {
        float: left;
        width: 100%;
        height: auto;
    }

    .content .news_content .arg_corr .item p {
        float: left;
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: #3d3d3d;
    }

        .content .news_content .arg_corr .item p a {
            text-decoration: none;
            color: #3d3d3d;
        }

        .content .news_content .arg_corr .item p.data a {
            text-decoration: none;
            color: #5f5f5f;
        }

        .content .news_content .arg_corr .item p.data {
            float: left;
            width: 100%;
            font-size: 10px;
            font-weight: bold;
            color: #5f5f5f;
        }

.vert_nav {
    /*fix the navigation*/
    position: fixed;
    left: 50%;
    top: 250px;
    bottom: auto;
    /* transform: translateY(-50%); */
    margin-left: 265px;
    width: 205px;
    z-index: 3;
}

    .vert_nav.is-fixed {
        /*fix the navigation*/
        padding-bottom: 16px;
        background: transparent url('../images/bg_sticky.jpg') no-repeat scroll bottom right;
        position: fixed;
        left: 50%;
        top: 50px;
        bottom: auto;
        /* transform: translateY(-50%); */
        margin-left: 255px;
        width: 205px;
    }

    .vert_nav ul.sharing {
        list-style: none;
        /*float: left;*/
        margin-bottom: 0;
    }

        .vert_nav ul.sharing li {
            text-align: right;
            width: 100%;
            float: left;
            margin-bottom: 1px;
        }

            .vert_nav ul.sharing li img {
                text-align: right;
                float: right;
                margin-right: 6px;
                margin-top: 25px;
            }

            .vert_nav ul.sharing li .read_after {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/after_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .read_after:hover {
                    background: transparent url(../images/after_over_icon.png?12) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .remove {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/remove_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .remove:hover {
                    background: #1c9d80 url(../images/remove_over_icon.png?12) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .fb_share {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/fb_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .fb_share:hover {
                    text-align: right;
                    width: 33px;
                    height: 34px;
                    float: right;
                    background: #1c9d80 url(../images/fb_over_icon.png) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .tw_share {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/tw_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .tw_share:hover {
                    text-align: right;
                    width: 33px;
                    height: 34px;
                    float: right;
                    background: #1c9d80 url(../images/tw_over_icon.png) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .mail_share {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/mail_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .mail_share:hover {
                    text-align: right;
                    width: 33px;
                    height: 34px;
                    float: right;
                    background: #1c9d80 url(../images/mail_over_icon.png) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .print {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/print_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .print:hover {
                    text-align: right;
                    width: 33px;
                    height: 34px;
                    float: right;
                    background: #1c9d80 url(../images/print_over_icon.png) no-repeat scroll center center;
                }

            .vert_nav ul.sharing li .allegato {
                text-align: right;
                width: 33px;
                height: 34px;
                float: right;
                background: #e8f5f2 url(../images/allegato_icon.png) no-repeat scroll center center;
            }

                .vert_nav ul.sharing li .allegato:hover {
                    text-align: right;
                    width: 33px;
                    height: 34px;
                    float: right;
                    background: #1c9d80 url(../images/allegato_over_icon.png) no-repeat scroll center center;
                }

#cd-vertical-nav {
    float: left;
}

    #cd-vertical-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #cd-vertical-nav ul li {
            list-style: none;
            margin: 2px 10px;
            padding: 0;
            float: right;
            width: 100%;
        }

            #cd-vertical-nav ul li.link_sommario {
                margin-right: 8px;
            }

                #cd-vertical-nav ul li.link_sommario a {
                    margin-top: 20px;
                    margin-right: 0;
                    width: 30px;
                    height: 20px;
                    float: right;
                    background: transparent url('../images/vert_nav_icon.png') no-repeat scroll center right;
                }

.fisco #cd-vertical-nav ul li.link_sommario a {
    background: transparent url('../images/vert_nav_icon_fisco.png') no-repeat scroll center right;
}

#cd-vertical-nav a span {
    float: right;
    /*scale down navigation dots and labels*/
    transform: scale(0.6);
}

#cd-vertical-nav .cd-dot {
    transform-origin: 50% 50%;
}

#vertical-nav a:hover span {
    /*scale up navigation dots and labels*/
    transform: scale(1);
}

#cd-vertical-nav a:hover .cd-label {
    /*show labels*/
    opacity: 1;
}

#cd-vertical-nav .link_sommario a.is-selected {
    background: transparent url('../images/vert_nav_over_icon.png') no-repeat scroll center right;
}

#cd-vertical-nav a.is-selected .cd-dot {
    background-color: #1c9d80;
}

.fisco #cd-vertical-nav a.is-selected .cd-dot {
    background-color: #366db3;
}

#cd-vertical-nav .cd-dot {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    top: 8px;
    height: 12px;
    border: 1px solid #ccc;
    width: 12px;
    border-radius: 50%;
    background-color: #d4d4d4;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.overlay_item {
    margin-bottom: 20px;
}

/* nasconde la barra sulle immagini */
.content .news_content .article .table p.img {
    display: none;
}

.overlay_item .img_container {
    border: 1px solid #c3d2e7;
}

.overlay_header {
    display: none;
    width: 100%;
    position: fixed;
    background: #2d2d2d;
    height: 45px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

    .overlay_header span {
        float: left;
        text-transform: uppercase;
        padding: 15px;
        color: #fff;
        font-size: 14px;
    }

    .overlay_header ul.sharing {
        list-style: none;
        float: right;
        margin: 0;
        padding: 0;
    }

        .overlay_header ul.sharing li {
            text-align: right;
            width: 45px;
            float: left;
            margin-bottom: 5px;
        }

            .overlay_header ul.sharing li img {
                text-align: right;
                float: right;
                margin-right: 6px;
                margin-top: 25px;
            }

            .overlay_header ul.sharing li .read_after {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: #e8f5f2 url(../images/after_icon.png) no-repeat scroll center center;
            }

                .overlay_header ul.sharing li .read_after:hover {
                    background: #1c9d80 url(../images/after_single_over_icon.png) no-repeat scroll center center;
                }

            .overlay_header ul.sharing li .fb_share {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: #e8f5f2 url(../images/fb_icon.png) no-repeat scroll center center;
            }

                .overlay_header ul.sharing li .fb_share:hover {
                    background: #1c9d80 url(../images/fb_over_icon.png) no-repeat scroll center center;
                }

            .overlay_header ul.sharing li .tw_share {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: #e8f5f2 url(../images/tw_icon.png) no-repeat scroll center center;
            }

                .overlay_header ul.sharing li .tw_share:hover {
                    background: #1c9d80 url(../images/tw_over_icon.png) no-repeat scroll center center;
                }

            .overlay_header ul.sharing li .mail_share {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: #e8f5f2 url(../images/mail_icon.png) no-repeat scroll center center;
            }

                .overlay_header ul.sharing li .mail_share:hover {
                    background: #1c9d80 url(../images/mail_over_icon.png) no-repeat scroll center center;
                }

            .overlay_header ul.sharing li .print {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: #e8f5f2 url(../images/print_icon.png) no-repeat scroll center center;
            }

                .overlay_header ul.sharing li .print:hover {
                    background: #1c9d80 url(../images/print_over_icon.png) no-repeat scroll center center;
                }

            .overlay_header ul.sharing li .prev_btn {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: transparent url(../images/arrow_left.png) no-repeat scroll 16px 13px;
            }

                .overlay_header ul.sharing li .prev_btn:hover {
                    background: transparent url(../images/arrow_left.png) no-repeat scroll 16px -65px;
                }

            .overlay_header ul.sharing li .next_btn {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: transparent url(../images/arrow_right.png) no-repeat scroll 16px 13px;
            }

                .overlay_header ul.sharing li .next_btn:hover {
                    background: transparent url(../images/arrow_right.png) no-repeat scroll 16px -65px;
                }

            .overlay_header ul.sharing li .close_btn {
                text-align: right;
                width: 45px;
                height: 45px;
                float: left;
                background: transparent url(../images/close_media.png) no-repeat scroll 16px 11px;
            }

                .overlay_header ul.sharing li .close_btn:hover {
                    background: transparent url(../images/close_media.png) no-repeat scroll 16px -67px;
                }

/* FISCO SECTION */
.fisco .overlay_header ul.sharing li .read_after {
    background: #e8f5f2 url(../images/after_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .overlay_header ul.sharing li .read_after:hover {
        background: #366db3 url(../images/after_single_over_icon_fisco.png) no-repeat scroll center center;
    }

.fisco .overlay_header ul.sharing li .fb_share {
    background: #e8f5f2 url(../images/fb_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .overlay_header ul.sharing li .fb_share:hover {
        background: #366db3 url(../images/fb_over_icon.png) no-repeat scroll center center;
    }

.fisco .overlay_header ul.sharing li .tw_share {
    background: #e8f5f2 url(../images/tw_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .overlay_header ul.sharing li .tw_share:hover {
        background: #366db3 url(../images/tw_over_icon.png) no-repeat scroll center center;
    }

.fisco .overlay_header ul.sharing li .mail_share {
    background: #e8f5f2 url(../images/mail_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .overlay_header ul.sharing li .mail_share:hover {
        background: #366db3 url(../images/mail_over_icon.png) no-repeat scroll center center;
    }

.fisco .overlay_header ul.sharing li .print {
    background: #e8f5f2 url(../images/print_icon_fisco.png) no-repeat scroll center center;
}

    .fisco .overlay_header ul.sharing li .print:hover {
        background: #366db3 url(../images/print_over_icon.png) no-repeat scroll center center;
    }

.fisco .overlay_header ul.sharing li .prev_btn {
    background: transparent url(../images/arrow_left_fisco.png) no-repeat scroll 16px 13px;
}

    .fisco .overlay_header ul.sharing li .prev_btn:hover {
        background: transparent url(../images/arrow_left_fisco.png) no-repeat scroll 16px -65px;
    }

.fisco .overlay_header ul.sharing li .next_btn {
    background: transparent url(../images/arrow_right_fisco.png) no-repeat scroll 16px 13px;
}

    .fisco .overlay_header ul.sharing li .next_btn:hover {
        background: transparent url(../images/arrow_right_fisco.png) no-repeat scroll 16px -65px;
    }

.fisco .overlay_header ul.sharing li .close_btn {
    background: transparent url(../images/close_media_fisco.png) no-repeat scroll 16px 11px;
}

    .fisco .overlay_header ul.sharing li .close_btn:hover {
        background: transparent url(../images/close_media_fisco.png) no-repeat scroll 16px -67px;
    }

#dialog {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

    #dialog p {
        margin: 15px 0;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }

        #dialog p strong {
            margin-bottom: 15px;
            float: left;
        }

    #dialog a.selectBox {
        width: 276px !important;
        padding: 0;
        color: #fff;
    }

    #dialog .selectBox .selectBox-arrow {
        background: url(../images/jquery.selectBox-arrow.png) 50% -80px no-repeat;
    }

    #dialog .selectBox.selectBox-menuShowing .selectBox-arrow {
        background: url(../images/jquery.selectBox-arrow.png) 50% 12px no-repeat;
    }

    #dialog .selectBox .selectBox-label {
        padding: 6px 8px 0 8px;
    }

    #dialog .btn {
        text-align: right;
        margin-top: 20px;
        font-size: 10px;
    }

        #dialog .btn a {
            text-decoration: none;
            line-height: 20px;
            font-size: 12px;
        }

        #dialog .btn .save_btn {
            background: #2d2d2d;
            padding: 4px 7px;
            color: #afafaf;
            border-radius: 4px;
            line-height: 11px;
            font-size: 10px;
            text-transform: uppercase;
            float: right;
            margin: 0 0 0 7px;
        }

            #dialog .btn .save_btn img {
                border-right: 1px solid #000;
                padding: 0px 10px 2px 2px;
            }

            #dialog .btn .save_btn span {
                margin: 1px 10px;
                float: left;
            }

            #dialog .btn .save_btn span,
            #dialog .btn .save_btn img {
                float: left;
            }

.ui-dialog {
    border-radius: 0 !important;
    position: fixed !important;
    padding: 0 !important;
}

#loader_article {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    text-align: center;
    padding: 200px 0;
}

#loader {
    display: block;
}

.logo {
    box-sizing: border-box;
    padding-right: 15px;
    margin-top: -15px;
}

.elenco_living_book .filter_section {
    float: left;
    width: 100%;
}

.elenco_living_book .number_results {
    padding: 8px 0 0 0;
    width: 140px;
    float: left;
    font-size: 14px;
    color: #1c9d80;
    font-weight: bold;
    line-height: 20px;
}

.fisco.elenco_living_book .number_results {
    color: #366db3;
}

.elenco_living_book .number_results span {
    font-size: 18px;
    font-weight: bold;
}

.risultato_ricerca .settore_filter .dropdown-target {
    right: 0;
}

.risultato_ricerca .settore_filter {
    padding: 2px 0 0 0;
    width: auto;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #1c9d80;
    font-weight: bold;
    margin-left: 20px;
}

.elenco_living_book .settore_filter {
    padding: 8px 0 0 0;
    width: 345px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    color: #1c9d80;
    font-weight: bold;
}

.fisco.elenco_living_book .settore_filter {
    color: #366db3;
}

.elenco_living_book .settore_filter label {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
}

.elenco_living_book .settore_filter .select-dropdown {
    width: 205px !important;
    font-weight: 100;
    font-size: 11px;
    text-transform: none;
    padding: 0px 0;
    line-height: 9px;
}

.elenco_living_book .filter_section .grid_selection {
    float: left;
    margin-left: 10px;
}

    .elenco_living_book .filter_section .grid_selection .gallery {
        background: transparent url('../images/type_grid_icon.png') no-repeat scroll top left;
        width: 46px;
        height: 40px;
        float: left;
    }

        .elenco_living_book .filter_section .grid_selection .gallery:hover,
        .elenco_living_book .filter_section .grid_selection .gallery.selected {
            background: #1c9d80 url('../images/type_grid_icon.png') no-repeat scroll bottom left;
        }

.fisco.elenco_living_book .filter_section .grid_selection .gallery:hover,
.fisco.elenco_living_book .filter_section .grid_selection .gallery.selected {
    background: #366db3 url('../images/type_grid_icon.png') no-repeat scroll bottom left;
}

.elenco_living_book .filter_section .grid_selection .list {
    background: transparent url('../images/type_grid_icon.png') no-repeat scroll top right;
    width: 46px;
    height: 40px;
    float: left;
}

    .elenco_living_book .filter_section .grid_selection .list:hover,
    .elenco_living_book .filter_section .grid_selection .list.selected {
        background: #1c9d80 url('../images/type_grid_icon.png') no-repeat scroll bottom right;
    }

.fisco.elenco_living_book .filter_section .grid_selection .list:hover,
.fisco.elenco_living_book .filter_section .grid_selection .list.selected {
    background: #366db3 url('../images/type_grid_icon.png') no-repeat scroll bottom right;
}

.elenco_living_book .settore_filter .select-dropdown .parent-filter {
    padding: 6px 8px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
}

.elenco_living_book .settore_filter .select-dropdown .arrow {
    background: url(../images/jquery.selectBox-arrow.png) 50% -85px no-repeat;
}

.elenco_living_book .list {
    float: left;
    width: 100%;
    list-style: none;
}

    .elenco_living_book .list li {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .elenco_living_book .list.gallery li {
        float: left;
        width: 205px;
        margin-top: 20px;
        padding: 0 15px;
    }

    .elenco_living_book .list li .img_book {
        float: left;
        width: auto;
        padding: 0 40px 6px 0;
        text-align: center;
        background: transparent url('../images/shadow_book.png') no-repeat scroll -3px 0px;
    }

    .elenco_living_book .list.gallery li .img_book {
        float: left;
        padding: 0 10px 13px 25px;
        text-align: center;
        background: transparent url('../images/shadow_book_big.png') no-repeat scroll 20px center;
    }

    .elenco_living_book .list li .img_book img {
        width: 89px;
        height: 126px;
    }

    .elenco_living_book .list.gallery li .img_book img {
        max-width: 155px;
        width: 155px;
        height: 219px;
        border: 1px solid #d0d0d0;
    }

    .elenco_living_book .list li .right {
        width: 710px;
        float: left;
        border-bottom: 1px solid #ebebeb;
    }

    .elenco_living_book .list.gallery li .right {
        width: 100%;
        float: left;
        border-bottom: 1px solid #cdcdcd;
        height: 160px;
    }

.elenco_formule .list.gallery li .right {
    height: 120px;
}

.elenco_living_book .list li .right .central_col {
    width: 220px;
    float: left;
}

.elenco_living_book .list.gallery li .right .central_col {
    width: 100%;
    float: left;
}

.elenco_living_book .list li .right .central_col .category_list {
    width: 100%;
    float: left;
    color: #5f5f5f;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
}

.elenco_living_book .list.gallery li .right .central_col .category_list {
    margin-bottom: 0;
    margin-top: 15px;
}

.elenco_living_book .list li .right .central_col .title {
    width: 100%;
    float: left;
    margin-top: 13px;
    margin-bottom: 0;
    height: 37px;
}

.elenco_formule .list li .right .central_col .title {
    height: auto;
}

.elenco_living_book .list li .right .central_col .title a {
    width: 100%;
    float: left;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.elenco_living_book .list.gallery li .right .central_col .title {
    margin-bottom: 0;
    margin-top: 5px;
}

.elenco_living_book .list li .right .central_col .author {
    width: 100%;
    float: left;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 100;
    margin-bottom: 0;
    min-height: 35px;
}

.elenco_living_book .list.gallery li .right .central_col .author {
    margin-top: 5px;
    margin-bottom: 0;
}

.elenco_living_book .list li .right .central_col .author a {
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.elenco_living_book .list li .right .central_col .download {
    margin-top: 15px;
    margin-bottom: 0px;
    float: left;
    padding-left: 20px;
    background: url('/assets/images/download_arrow.png') no-repeat 0px 5px;
}

.fisco.elenco_living_book .list li .right .central_col .download {
    background: url('/assets/images/download_icon_fisco.png') no-repeat 0px 5px;
}

.elenco_living_book .list li .right .central_col .download img {
    vertical-align: middle;
    margin-right: 5px;
}

.elenco_living_book .list li .right .central_col .download a {
    color: #1c9d80;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
}

.fisco.elenco_living_book .list li .right .central_col .download a {
    color: #366db3;
}

.elenco_living_book .list li .right .central_col .download a .fa {
    font-size: 6px;
    padding: 0 5px;
}

.elenco_living_book .list li .right .dexcription_col {
    width: 380px;
    margin-left: 100px;
    float: left;
    color: #7c7c7c;
    font-size: 14px;
    font-family: 'Merriweather';
    line-height: 20px;
}

.elenco_living_book .list.gallery li .right .dexcription_col {
    display: none;
}

.scadenze .description a {
    font-size: 16px;
    float: left;
}

.scadenze .sidebar .box_desc,
.soluzioni_strumenti .sidebar .box_desc,
.banche_dati .sidebar .box_desc,
.living_book_dettaglio .sidebar .box_desc {
    background: #e8f5f2;
    box-sizing: border-box;
    float: left;
    padding: 5px;
    width: 100%;
}

.fisco.scadenze .sidebar .box_desc,
.fisco.soluzioni_strumenti .sidebar .box_desc,
.fisco.banche_dati .sidebar .box_desc,
.fisco.living_book_dettaglio .sidebar .box_desc {
    background: #e9ecf5;
}

    .fisco.scadenze .sidebar .box_desc h5,
    .fisco.soluzioni_strumenti .sidebar .box_desc h5,
    .fisco.banche_dati .sidebar .box_desc h5,
    .fisco.living_book_dettaglio .sidebar .box_desc h5 {
        float: none;
        padding: 8px;
        margin: 5px 0px 5px 0px;
        color: #ffffff;
        background: #1c9d80;
        width: 192px;
        border-radius: 3px;
        text-align: center;
    }

    .fisco.scadenze .sidebar .box_desc h5,
    .fisco.soluzioni_strumenti .sidebar .box_desc h5,
    .fisco.banche_dati .sidebar .box_desc h5,
    .fisco.living_book_dettaglio .sidebar .box_desc h5 {
        background: #366db3;
    }

.fisco.scadenze .sidebar .box_desc {
    background: #e9ecf5 !important;
}

.scadenze .sidebar .box_desc .title,
.soluzioni_strumenti .sidebar .box_desc .title,
.banche_dati .sidebar .box_desc .title,
.living_book_dettaglio .sidebar .box_desc .title {
    width: 90%;
    font-size: 16px;
    float: left;
    margin: 0 8px 0 8px;
    font-weight: 600;
    line-height: 18px;
}

.scadenze .sidebar .box_desc .category_list,
.soluzioni_strumenti .sidebar .box_desc .category_list,
.banche_dati .sidebar .box_desc .category_list,
.living_book_dettaglio .sidebar .box_desc .category_list {
    width: 100%;
    font-size: 12px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
}

.scadenze .sidebar .box_desc .title a,
.soluzioni_strumenti .sidebar .box_desc .title a,
.banche_dati .sidebar .box_desc .title a,
.living_book_dettaglio .sidebar .box_desc .title a {
    width: 100%;
    float: left;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.soluzioni_strumenti .sidebar .box_desc .author,
.banche_dati .sidebar .box_desc .author,
.living_book_dettaglio .sidebar .box_desc .author {
    width: 100%;
    float: left;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 100;
    margin: 5px 8px 5px 8px;
    font-weight: bold;
}

    .soluzioni_strumenti .sidebar .box_desc .author a,
    .banche_dati .sidebar .box_desc .author a,
    .living_book_dettaglio .sidebar .box_desc .author a {
        color: #1c9d80;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
    }

.fisco.soluzioni_strumenti .sidebar .box_desc .author a,
.fisco.banche_dati .sidebar .box_desc .author a,
.fisco.living_book_dettaglio .sidebar .box_desc .author a {
    color: #366db3;
}

.living_book_dettaglio .sidebar .box_desc .img_book {
    float: left;
    width: 100%;
    padding: 0 0 6px 0;
    text-align: center;
    background: transparent url('../images/shadow_book.png') no-repeat scroll center center;
    margin: 15px 0;
}

    .living_book_dettaglio .sidebar .box_desc .img_book img {
        max-width: 89px;
    }

.soluzioni_strumenti .sidebar .box_desc .copertina_guida, .soluzioni_strumenti .sidebar .box_desc .copertina_formula {
    text-align: center;
}

    .soluzioni_strumenti .sidebar .box_desc .copertina_guida img, .soluzioni_strumenti .sidebar .box_desc .copertina_formula img {
        margin-top: 10px;
        max-width: 89px;
        border: 1px solid #5d5d5d;
        border-radius: 2px;
    }

.soluzioni_strumenti .sidebar .mini_nav,
.banche_dati .sidebar .mini_nav,
.living_book_dettaglio .sidebar .mini_nav {
    float: left;
    width: 100%;
    background: #1c9d80;
    color: #fff;
}

.fisco.soluzioni_strumenti .sidebar .mini_nav,
.fisco.banche_dati .sidebar .mini_nav,
.fisco.living_book_dettaglio .sidebar .mini_nav {
    background-color: #366db3 !important;
}

.banche_dati .sidebar .mini_nav a,
.soluzioni_strumenti .sidebar .mini_nav a,
.living_book_dettaglio .sidebar .mini_nav a {
    float: left;
    color: #fff;
    border-right: 1px solid #008466;
    border-left: 1px solid #18b18e;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    width: 260px;
    text-decoration: none;
    text-align: center;
    padding: 11px 0;
}

.fisco.banche_dati .sidebar .mini_nav a,
.fisco.soluzioni_strumenti .sidebar .mini_nav a,
.fisco.living_book_dettaglio .sidebar .mini_nav a {
    border-right: 1px solid #144280;
    border-left: 1px solid #007bc0;
}

.banche_dati .sidebar .mini_nav a.left_living_book,
.soluzioni_strumenti .sidebar .mini_nav a.left_living_book,
.living_book_dettaglio .sidebar .mini_nav a.left_living_book {
    height: 40px;
    width: 12px;
    padding: 0 10px 0 10px;
    background: transparent url('../images/arrow_left_white.png') no-repeat scroll center 13px;
    border-right: 1px solid #008466;
    border-left: 0;
    cursor: pointer;
}

.fisco.banche_dati .sidebar .mini_nav a.left_living_book,
.fisco.soluzioni_strumenti .sidebar .mini_nav a.left_living_book,
.fisco.living_book_dettaglio .sidebar .mini_nav a.left_living_book {
    border-right: 1px solid #144280;
}

.banche_dati .sidebar .mini_nav a.right_living_book,
.soluzioni_strumenti .sidebar .mini_nav a.right_living_book,
.living_book_dettaglio .sidebar .mini_nav a.right_living_book {
    height: 40px;
    width: 12px;
    padding: 0 10px 0 10px;
    background: transparent url('../images/arrow_right_white.png') no-repeat scroll center 13px;
    border-left: 1px solid #18b18e;
    border-right: 0;
    cursor: pointer;
}

.fisco.banche_dati .sidebar .mini_nav a.right_living_book,
.fisco.soluzioni_strumenti .sidebar .mini_nav a.right_living_book,
.fisco.living_book_dettaglio .sidebar .mini_nav a.right_living_book {
    border-left: 1px solid #007bc0;
}

.banche_dati .sidebar .cap_list,
.banche_dati .sidebar .cap_container,
.soluzioni_strumenti .sidebar .cap_list,
.cartelle .sidebar .cap_list,
.living_book_dettaglio .sidebar .cap_list {
    float: left;
    width: 100%;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    background: #e8f5f2;
    position: relative;
}

.banche_dati .sidebar .cap_container {
    margin-top: 0;
}

.fisco.banche_dati .sidebar .cap_list,
.fisco.soluzioni_strumenti .sidebar .cap_list,
.fisco.cartelle .sidebar .cap_list,
.fisco.living_book_dettaglio .sidebar .cap_list {
    background: #e9ecf5;
}

.banche_dati .sidebar .cap_list li,
.soluzioni_strumenti .sidebar .cap_list li,
.cartelle .sidebar .cap_list li,
.living_book_dettaglio .sidebar .cap_list li {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    box-sizing: border-box;
}

.banche_dati .sidebar .cap_container > li {
    padding: 0px;
}

.living_book_dettaglio .sidebar .cap_list li a {
    box-sizing: border-box;
}

.banche_dati .sidebar .cap_list li.first_level ul,
.banche_dati .sidebar .cap_list li.first_level,
.soluzioni_strumenti .sidebar .cap_list li.first_level ul,
.soluzioni_strumenti .sidebar .cap_list li.first_level,
.cartelle .sidebar .cap_list li.first_level ul,
.cartelle .sidebar .cap_list li.first_level,
.living_book_dettaglio .sidebar .cap_list li.first_level ul,
.living_book_dettaglio .sidebar .cap_list li.first_level {
    border-top: 1px solid #fff;
}

.banche_dati .sidebar .cap_list li.second_level,
.soluzioni_strumenti .sidebar .cap_list li.second_level,
.cartelle .sidebar .cap_list li.second_level,
.living_book_dettaglio .sidebar .cap_list li.second_level {
    padding-top: 7px;
}

.banche_dati .sidebar .cap_list li.third_level,
.soluzioni_strumenti .sidebar .cap_list li.third_level,
.cartelle .sidebar .cap_list li.third_level,
.living_book_dettaglio .sidebar .cap_list li.third_level {
    padding-left: 10px;
}

.banche_dati .sidebar .cap_list li.deep_level,
.soluzioni_strumenti .sidebar .cap_list li.deep_level,
.cartelle .sidebar .cap_list li.deep_level,
.living_book_dettaglio .sidebar .cap_list li.deep_level {
    padding-left: 10px;
}

.banche_dati .sidebar .cap_list li.deep_sublevel,
.soluzioni_strumenti .sidebar .cap_list li.deep_sublevel,
.cartelle .sidebar .cap_list li.deep_sublevel,
.living_book_dettaglio .sidebar .cap_list li.deep_sublevel {
    padding-left: 12px;
}

.banche_dati .sidebar .cap_list li.deep_sublevel2,
.soluzioni_strumenti .sidebar .cap_list li.deep_sublevel2,
.cartelle .sidebar .cap_list li.deep_sublevel2,
.living_book_dettaglio .sidebar .cap_list li.deep_sublevel2 {
    padding-left: 12px;
}

.banche_dati .sidebar .cap_list li.second_level a,
.soluzioni_strumenti .sidebar .cap_list li.second_level a,
.cartelle .sidebar .cap_list li.second_level a,
.living_book_dettaglio .sidebar .cap_list li.second_level a {
    padding-bottom: 7px;
}

.banche_dati .sidebar .cap_list li.first_level.selected,
.soluzioni_strumenti .sidebar .cap_list li.first_level.selected,
.cartelle .sidebar .cap_list li.first_level.selected,
.living_book_dettaglio .sidebar .cap_list li.first_level.selected {
    background: #fff;
}

.banche_dati .sidebar .cap_list li a,
.soluzioni_strumenti .sidebar .cap_list li a,
.cartelle .sidebar .cap_list li a,
.living_book_dettaglio .sidebar .cap_list li a {
    font-size: 13px;
    color: #2d2d2d;
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    float: left;
    font-weight: 500;
    width: 100%;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #82d5c2;
}

.fisco.banche_dati .sidebar .cap_list li a,
.fisco.soluzioni_strumenti .sidebar .cap_list li a,
.fisco.cartelle .sidebar .cap_list li a,
.fisco.living_book_dettaglio .sidebar .cap_list li a {
    border-bottom: 1px solid #366db3;
}

.banche_dati .sidebar .cap_list li ul,
.soluzioni_strumenti .sidebar .cap_list li ul,
.cartelle .sidebar .cap_list li ul,
.living_book_dettaglio .sidebar .cap_list li ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    width: 100%;
    background: #cce9e2;
    box-sizing: border-box;
}

.fisco.banche_dati .sidebar .cap_list li.first_level ul,
.fisco.soluzioni_strumenti .sidebar .cap_list li.first_level ul,
.fisco.cartelle .sidebar .cap_list li.first_level ul,
.fisco.living_book_dettaglio .sidebar .cap_list li.first_level ul {
    background: #93add0;
}

.soluzioni_strumenti .sidebar .cap_list li.first_level ul,
.cartelle .sidebar .cap_list li.first_level ul,
.banche_dati .sidebar .cap_list li.first_level ul {
    background: #ebebeb;
}

.banche_dati .sidebar .cap_list li.second_level a,
.soluzioni_strumenti .sidebar .cap_list li.second_level a,
.cartelle .sidebar .cap_list li.second_level a,
.living_book_dettaglio .sidebar .cap_list li.second_level a {
    border-bottom: 1px solid #d7d7d7;
    font-size: 12px;
}

.banche_dati .sidebar .cap_list li.second_level.selected > a,
.soluzioni_strumenti .sidebar .cap_list li.second_level.selected > a,
.cartelle .sidebar .cap_list li.second_level.selected > a,
.living_book_dettaglio .sidebar .cap_list li.second_level.selected > a {
    color: #1c9d80 !important;
    font-weight: bold;
}

.fisco.banche_dati .sidebar .cap_list li.second_level.selected > a,
.fisco.soluzioni_strumenti .sidebar .cap_list li.second_level.selected > a,
.fisco.cartelle .sidebar .cap_list li.second_level.selected > a,
.fisco.living_book_dettaglio .sidebar .cap_list li.second_level.selected > a {
    color: #366db3 !important;
}

.banche_dati .sidebar .cap_list li.third_level.selected a,
.banche_dati .sidebar .cap_list li.deep_level.selected a,
.soluzioni_strumenti .sidebar .cap_list li.third_level.selected a,
.soluzioni_strumenti .sidebar .cap_list li.deep_level.selected a,
.cartelle .sidebar .cap_list li.third_level.selected a,
.cartelle .sidebar .cap_list li.deep_level.selected a,
.living_book_dettaglio .sidebar .cap_list li.third_level.selected a,
.living_book_dettaglio .sidebar .cap_list li.deep_level.selected a {
    color: #2d2d2d !important;
    font-weight: 600 !important;
}

.fisco.banche_dati .sidebar .cap_list li.third_level.selected a,
.fisco.banche_dati .sidebar .cap_list li.deep_level.selected a,
.fisco.soluzioni_strumenti .sidebar .cap_list li.third_level.selected a,
.fisco.soluzioni_strumenti .sidebar .cap_list li.deep_level.selected a,
.fisco.cartelle .sidebar .cap_list li.third_level.selected a,
.fisco.cartelle .sidebar .cap_list li.deep_level.selected a,
.fisco.living_book_dettaglio .sidebar .cap_list li.third_level.selected a,
.fisco.living_book_dettaglio .sidebar .cap_list li.deep_level.selected a {
    color: #366db3 !important;
    font-weight: 600 !important;
}

/*.banche_dati .content .news_content .article .description,
.soluzioni_strumenti .content .news_content .article .description,
.living_book_dettaglio .content .news_content .article .description{
	padding-bottom: 90px;
	border-bottom: 0;
    min-height: 200px;
}

.banche_dati .content .news_content .article .main_cap,
.soluzioni_strumenti .content .news_content .article .main_cap,
.living_book_dettaglio .content .news_content .article .main_cap{
	font-size: 10px;
	color: #5f5f5f;
	font-family: 'Open Sans', sans-serif;
	margin-top: 20px;
	margin-bottom: 0px;
}

.banche_dati .content .news_content .article .main_cap{
	margin-top: 0 !important;
}

.banche_dati .content .news_content .article .section,
.soluzioni_strumenti .content .news_content .article .section,
.living_book_dettaglio .content .news_content .article .section{
	font-size: 16px;
	color: #7c7c7c;
	font-family: Merriweather;
	padding-top: 10px;
	padding-bottom: 10px;
}

.banche_dati .content .news_content .article h1,
.soluzioni_strumenti .content .news_content .article h1,
.living_book_dettaglio .content .news_content .article h1{
	margin-top: 10px;
	margin-bottom: 20px;
}*/

.vert_nav ul.sharing li .download {
    text-align: right;
    width: 33px;
    height: 34px;
    float: right;
    background: #e8f5f2 url(../images/download_icon.png) no-repeat scroll center center;
}

    .vert_nav ul.sharing li .download:hover {
        text-align: right;
        width: 33px;
        height: 34px;
        float: right;
        background: #1c9d80 url(../images/download_over_icon.png) no-repeat scroll center center;
    }

.vert_nav ul.sharing li .download_icon {
    display: none;
    float: left;
    margin-left: 18px;
}

.cartella .vert_nav,
.banche_dati .vert_nav {
    top: 0 !important;
}

    .banche_dati .vert_nav ul.sharing li .download_icon {
        display: none;
        float: left;
        margin-left: 60px;
    }

/*.soluzioni_strumenti .vert_nav ul.sharing li .download_icon{
	display: none;
	float: left;
	margin-left: 52px;
}*/

.vert_nav ul.sharing li .download_icon a {
    float: left;
    color: #1c9d80;
    font-family: Helvetica;
    font-size: 10px;
    background: #e8f5f2;
    padding: 11px 7px 10px 7px;
    text-decoration: none;
}

.vert_nav ul.sharing li .download_icon a {
    color: #366db3;
    background: #e9ecf5;
}

.banche_dati .vert_nav ul.sharing li .download_icon a {
    float: left;
    color: #1c9d80;
    font-family: Helvetica;
    font-size: 10px;
    background: #e8f5f2;
    padding: 11px 7px 11px 7px;
    text-decoration: none;
}

.vert_nav ul.sharing li .download_icon a:hover {
    color: #fff;
    float: left;
    background: #1c9d80;
}

.vert_nav ul.sharing li .download_icon a:hover {
    background: #007bc0;
}

.vert_nav ul.sharing li .download_icon a.pdf_icon {
    float: left;
    background: #e8f5f2 url('../images/pdf_icon.png') no-repeat scroll center center;
    padding: 11px 7px 10px 7px;
    height: 13px;
    width: 16px;
}

    .vert_nav ul.sharing li .download_icon a.pdf_icon:hover {
        float: left;
        background: #1c9d80 url('../images/pdf_over_icon.png') no-repeat scroll center center;
    }

.tabelle .content .news_content .referer {
    border-top: 0;
}

.notizie .vert_nav ul.sharing li .download_icon,
.scadenze .vert_nav ul.sharing li .download_icon,
.tabelle .vert_nav ul.sharing li .download_icon,
.approfondimenti .vert_nav ul.sharing li .download_icon {
    margin-left: 101px;
}

.living_book_dettaglio .show_next_cap {
    color: #fff;
    float: left;
    width: 100%;
    text-align: right;
    border-top: 1px solid #1c9d80;
    margin-bottom: 90px;
}

.living_book_dettaglio .show_next_cap {
    border-top: 1px solid #366db3;
}

    .living_book_dettaglio .show_next_cap a {
        color: #2d2d2d;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        padding-right: 20px;
        line-height: 14px;
        float: right;
        padding-top: 10px;
        text-decoration: none;
        background: transparent url('../images/arrow_right.png') no-repeat scroll right bottom;
    }

    .living_book_dettaglio .show_next_cap a {
        background: transparent url('../images/arrow_right_fisco.png') no-repeat scroll right bottom;
    }

    .living_book_dettaglio .show_next_cap img {
        margin-left: 10px;
    }

.next_article.hidden,
.pre_article.hidden {
    visibility: hidden;
    display: block;
}

.elenco_living_book .infinite_list {
    min-height: 630px;
    padding: 0;
    margin-top: 10px;
    margin-left: 16px;
}

    .elenco_living_book .infinite_list.gallery {
        margin-left: 0;
    }

.inner_scroller {
    float: left;
    width: 100%;
    position: relative;
}

.fisco .content .news_content .article .description p.book {
    border-bottom: 1px solid #93add0;
    border-top: 1px solid #93add0;
}

.quesito .item {
    border-top: 1px solid #1c9d80;
    float: left;
    width: 100%;
}

    .quesito .item h4 {
        text-transform: none !important;
    }

.fisco .quesito .item {
    border-top: 1px solid #93add0;
}

.quesito .item a.read_more {
    margin-top: 20px;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif !important;
    float: left;
    font-weight: 600;
    width: 100%;
}

.quesito .item p {
    font-size: 16px;
}

.quesito .item h4 {
    margin-top: 15px !important;
}

.quesito .item .detail {
    color: #707070 !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-bottom: 13px !important;
    margin-top: 15px !important;
}

    .quesito .item .detail .data {
        font-weight: 100;
        text-transform: uppercase !important;
        font-family: 'Open Sans', sans-serif !important;
    }

    .quesito .item .detail a {
        text-transform: uppercase !important;
    }

.two_col {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

    .two_col .left {
        float: left;
        width: 121px;
        margin-right: 12px;
    }

        .two_col .left p {
            color: #333333 !important;
            font-size: 12px !important;
            font-weight: 900 !important;
            font-family: 'Open Sans', sans-serif !important;
        }

    .two_col .right {
        float: left;
        width: 487px;
    }

.cartella .sidebar_list {
    width: 100%;
    float: left;
    list-style: none;
}

    .cartella .sidebar_list li ul {
        width: 100%;
        float: left;
        list-style: none;
        display: none;
    }

/** DATEPICKER OVERRIDE **/
.ui-datepicker * {
    box-sizing: border-box;
}

.ui-datepicker {
    padding: 0 !important;
    float: left !important;
}

#event-calendar .ui-datepicker .ui-datepicker-header {
    background-color: #1C9D80 !important;
}

.ui-datepicker .ui-datepicker-header {
    margin: 0;
    padding: 0 !important;
    height: 40px;
    border-radius: 0 !important;
    background-color: #00765b !important;
}

.ui-datepicker .ui-datepicker-title {
    border-right: 1px solid #18b18e !important;
    border-left: 1px solid #18b18e !important;
    margin: 0 35px 0 35px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.ui-datepicker .ui-datepicker-prev {
    background: url(/Assets/images/chevron-left.png) 8px 50% no-repeat;
    background-color: #1c9d80;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    width: 35px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

.ui-datepicker .ui-datepicker-next {
    background: url(/Assets/images/chevron-right.png) 8px 50% no-repeat;
    background-color: #1c9d80;
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px !important;
    width: 35px !important;
    cursor: pointer !important;
    border-radius: 0 !important;
}

    .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker-prev:hover {
        background-color: #00765b !important;
    }

.ui-datepicker .ui-datepicker th {
    color: #1c9d80 !important;
    font-size: 12px !important;
}

.ui-datepicker .ui-state-default {
    border: none !important;
    background: inherit !important;
    color: #000000 !important;
    font-size: 12px !important;
    text-align: center !important;
    padding: 6px 12px 12px 8px !important;
    width: 29px !important;
    height: 25px !important;
    display: table;
}

.fisco .ui-datepicker .ui-priority-secondary {
    color: #bbbbbb !important;
}

.ui-datepicker .ui-datepicker-calendar {
    background-color: #e8f5f2 !important;
    margin: 0 !important;
}

.ui-datepicker td.ui-datepicker-today.event-day, .ui-datepicker td.ui-datepicker-today {
    background-image: url('/Assets/images/today.png') !important;
    background-repeat: no-repeat !important;
    background-position: 0px -1px !important;
}

.ui-datepicker td {
    padding: 10px 0 10px 10px !important;
}

    .ui-datepicker td.event-day {
        /*background-image: url('/Assets/images/event-day.png') !important;*/
        background-repeat: no-repeat !important;
        background-position: 0px -1px !important;
    }

    .ui-datepicker td.event-day-past {
        background-image: url('/Assets/images/event-day-past.png') !important;
        background-repeat: no-repeat !important;
        background-position: 0px -1px !important;
        cursor: pointer;
    }

    .ui-datepicker td.event-day-future {
        background-image: url('/Assets/images/event-day-future.png') !important;
        background-repeat: no-repeat !important;
        background-position: 0px -1px !important;
        cursor: pointer;
    }

    .ui-datepicker td.event-day a {
        background-image: none !important;
    }

.ui-datepicker-calendar thead {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.notizie .description .item {
    border-top: 1px solid #1c9d80;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .notizie .description .item h6 {
        margin-top: 20px;
    }

.scadenze .description {
    margin-top: 30px;
}

.impostazioni .section_title {
    margin: 32px 0 12px 26px;
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}

.impostazioni h6 {
    font-weight: bold;
    color: #2d2d2d;
    width: 100%;
    float: left;
}

.impostazioni input[type="submit"] {
    background: #000;
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    margin: 13px 0 0 0;
    width: 167px;
    height: 23px;
}

.impostazioni input[type="password"],
.impostazioni input[type="text"] {
    width: 190px;
    float: left;
    color: #898989;
    font-size: 13px;
    border-radius: 4px;
    font-weight: bold;
    margin: 13px 63px 0 0;
    padding: 4px 8px;
    border: 0;
    box-shadow: inset 1px 1px 5px #999;
}

.impostazioni .password,
.impostazioni .user {
    margin: 51px 0 0 26px;
    float: left;
    width: 100%;
}

.impostazioni .password {
    margin-bottom: 200px;
}

.impostazioni .user h6 {
    margin-top: 0;
}

.impostazioni .user h6, .impostazioni .password h6 {
    color: #7c7c7c;
}

/* esempio tabella "diversa" 1: prima riga evidenziata */
.content .news_content .article table.tabellaTitoloBlu tr:first-child td {
    background-color: #7595bf;
    color: #ffffff;
    font-weight: bold;
}

    .content .news_content .article table.tabellaTitoloBlu tr:first-child td p {
        text-align: center;
    }

/* versione LAVORO FAKEEEEEEE!!!@#!!$ */
/* questa parte va messa nella definizione di lavoro */
.content .news_content .article .table.lavoro p.head {
    background: none repeat scroll 0 0 #005a20;
}

.content .news_content .article .table.lavoro table td {
    border: 1px solid #a7bc98;
}

.content .news_content .article .table.lavoro tr:nth-child(2n+1) td {
    background-color: #f4f9f0;
}

.content .news_content .article .table.lavoro table.tabellaTitoloBlu tr:first-child td {
    background-color: #a7bc98;
    color: #ffffff;
    font-weight: bold;
}

    .content .news_content .article .table.lavoro table.tabellaTitoloBlu tr:first-child td p {
        text-align: center;
    }

/* esempio tabella "diversa" 2: bianca con prima riga evidenziata */
.content .news_content .article table.tabellaBiancaTitoloBlu tr:nth-child(2n+1) td {
    background-color: #ffffff;
}

.content .news_content .article table.tabellaBiancaTitoloBlu tr:first-child td p {
    text-align: center;
}

.content .news_content .article table.tabellaBiancaTitoloBlu tr:first-child td {
    background-color: #7595bf;
    color: #ffffff;
    font-weight: bold;
}

/* esempio tabella "diversa" 3: bianca e basta */
.content .news_content .article table.tabellaBianca tr:nth-child(2n+1) td {
    background-color: #ffffff;
}

/*
    SIDEBAR BANCHE DATI
*/
.fisco .sidebar .filtri_normativa .filters_group .select-dropdown {
    background: none repeat scroll 0 0 #6f94bc;
}

.lavoro .sidebar .filtri_normativa .filters_group .select-dropdown {
    background: none repeat scroll 0 0 #468a7b;
}

.sidebar .filtri_normativa .filters_group .select-dropdown .arrow {
    background: url("../images/jquery.selectBox-arrow.png") no-repeat scroll 50% -82px rgba(0, 0, 0, 0);
    border-left: 1px solid #ffffff;
    height: 80%;
    top: 3px;
}

.sidebar .filtri_normativa .filters_group.single {
    margin: 2px 0px;
}

.fisco .sidebar .filtri_normativa .filters_group.multiple {
    background-color: #6f94bc;
    border-radius: 4px;
    margin: 3px 0px;
    padding: 4px 7px;
}

.lavoro .sidebar .filtri_normativa .filters_group.multiple {
    background-color: #468a7b;
    border-radius: 4px;
    margin: 3px 0px;
    padding: 4px 7px;
}

.sidebar .filtri_normativa .filters_group.hidden {
    display: none;
}

.sidebar .filtri_normativa .filters_group.multiple div.filter_row {
    height: 30px;
    clear: both;
}

.sidebar .filtri_normativa .filters_group.multiple div.inputcontainer {
    float: right;
    margin: 2px;
}

.sidebar .filtri_normativa .filters_group input {
    float: none;
}

    .sidebar .filtri_normativa .filters_group input.giorno {
        width: 30px;
    }

    .sidebar .filtri_normativa .filters_group input.mese {
        width: 30px;
    }

    .sidebar .filtri_normativa .filters_group input.anno {
        width: 50px;
    }

    .sidebar .filtri_normativa .filters_group input.numero {
        width: 80px;
    }

.sidebar .filtri_normativa .filters_group label {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 2px 2px 2px;
    text-transform: uppercase;
}

/**
    BANCHEDATI
*/

.article.normativa .testata {
    font-family: 'Open sans';
    font-size: 14px;
    margin-top: 10px;
    padding: 0px 0px 5px 0px;
}

    .article.normativa .testata .organo {
        margin-top: 5px;
    }

    .article.normativa .testata .epigrafe {
        margin-top: 5px;
        font-style: italic;
    }

    .article.normativa .testata.sommario_mode {
        font-family: 'Open sans';
        font-size: 14px;
        margin-top: 10px;
        padding: 0px;
    }

    .article.normativa .testata .estremi {
        color: #f37321;
        font-weight: bold;
        margin: 0px 0px 5px;
    }

    .article.normativa .testata.sommario_mode .estremi {
        color: #333333;
        font-family: 'Merriweather';
        font-size: 24px;
        font-weight: normal;
        margin: 0px 0px 5px;
    }

.article.normativa .description .epigrafe {
    font-style: italic;
    margin: 0px 0px 5px 0px;
}

    .article.normativa .description .epigrafe a {
        color: #366db3;
        text-decoration: underline;
    }

.article.normativa .description .organo {
    font-weight: bold;
}

.article.normativa .description #sommario_testata h2 {
    font-family: 'Open sans';
    font-size: 18px;
    text-transform: uppercase;
}

.article.normativa .description #sommario_testata ul.list {
    margin-left: 4%;
    width: 96%;
}

    .article.normativa .description #sommario_testata ul.list a {
        text-decoration: none;
    }

    .article.normativa .description #sommario_testata ul.list li {
        color: #2d2d2d;
        float: none;
        font-size: 14px;
        list-style: outside none none;
        margin: 0px;
        padding-left: 0px;
        text-indent: 0px;
        font-weight: bold;
    }

.normativa .description #sommario_testata ul.list li ul li {
    font-weight: normal;
}

.article.normativa .description #sommario_testata ul.list li::before {
    content: "";
    margin-right: 0px;
}

.article.normativa .description .note .testonote {
    display: none;
    border: 1px solid #93add0;
    margin: 10px 2px 2px 20px;
    padding: 10px;
}

    .article.normativa .description .note .testonote .nota {
        margin: 5px 0px 5px 0px;
    }

.article.normativa .description .note .titolonote {
    color: #366db3;
    font-weight: bold;
    background: url(/Assets/images/fisco_note_chiuse.png) no-repeat 0px 2px;
    padding-left: 20px;
}

.article.normativa .description .note.open .titolonote {
    background: url(/Assets/images/fisco_note_aperte.png) no-repeat 0px 2px;
    padding-left: 20px;
}

.article.normativa .description .note.open .testonote {
    display: block;
}

.article.normativa .description a.richiamonota {
    color: #366db3;
    font-weight: bold;
    text-decoration: none !important;
}

.article.normativa .description p.comma {
    margin-left: 12px;
    text-indent: -12px;
}

.article.normativa .description .virgolette {
    margin-bottom: 7px;
    margin-top: 7px;
    padding-left: 30px;
}

.article.normativa .description ul.no_list {
    list-style-type: none;
}

/**
    specifici per normativa
*/
.article.normativa .description h2.preambolo {
    font-size: 24px;
}

.article.normativa .description h2.ptitolo {
    font-size: 22px;
}

.article.normativa .description h2.capo {
    font-size: 20px;
    border-bottom: none;
}

.article.normativa .description h2.articolo {
    font-family: 'Open sans';
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #285ba1;
    padding-bottom: 2px;
}

/**
    homes banche dati
*/
.content .news_content .article .home_normativa h1 {
    color: #f37321;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 25px;
    padding-top: 10px;
}

.content .news_content .article .home_normativa h2 {
    color: #285ba1;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 0px;
    border-bottom: 3px solid #537cb4;
}

.content .news_content .article .home_normativa ul.lista_documenti {
    padding-left: 40px;
}

    .content .news_content .article .home_normativa ul.lista_documenti li {
        font-size: 16px;
        color: #a7a9ac;
    }

        .content .news_content .article .home_normativa ul.lista_documenti li h3 {
            color: #3666a7;
            font-family: "Open sans";
            font-size: 14px;
            line-height: 20px;
            font-weight: 600;
        }

            .content .news_content .article .home_normativa ul.lista_documenti li h3 a {
                text-decoration: none;
            }

        .content .news_content .article .home_normativa ul.lista_documenti li p.titolo {
            color: #2d2d2d;
            font-family: "Open sans";
            font-size: 14px;
            margin-bottom: 0px;
        }

        .content .news_content .article .home_normativa ul.lista_documenti li p.fonte {
            color: #2d2d2d;
            font-family: "Open sans";
            font-size: 12px;
            margin-top: 0px;
        }

        .content .news_content .article .home_normativa ul.lista_documenti li p.data {
            color: #2d2d2d;
            font-family: "Open sans";
            font-size: 12px;
            margin-top: 0px;
        }

.boxattenzione, .boxricorda, .boxesempio, .boxapprofondimento, .boxnovita, .boxcosacambia, .boxcosafare {
    /*border-left: 4px solid #b11116;*/
    padding-left: 45px;
    margin-left: 13px;
    margin-bottom: -5px;
}

h6.boxattenzione {
    background: url('../images/fisco_icona_box_attenzione.png') no-repeat 15px !important;
    font-family: Open sans, sans-serif !important;
    padding-left: 45px !important;
    color: #b11116 !Important;
    margin-bottom: -6px !important;
    font-weight: 500 !important;
    font-size: 11pt !important;
    border-top: 1px dotted #b11116;
    padding-top: 5px;
}

.boxattenzione .content {
    margin: 0px;
    color: #414042;
    font-size: 14px;
    line-height: 24px;
    font-family: Open sans, sans-serif !important;
}

.epi-contentfragment {
    float: left;
    margin-left: 5px;
    margin-top: 16px;
}

.livingCover .item img {
    height: auto !important;
}

#submenu .list_article li.approfondimenti_1 ul li .author {
    height: 40px;
}

.hidden-data {
    display: none;
}

#mainContentPage {
    display: none;
}

.loadingRicercaGuidata {
    display: block;
}

/* colori specifici del titolo */
.content .news_content .article .description h6.boxattenzione {
    background: url('../images/fisco_icona_box_attenzione.png') no-repeat scroll 15px 10px;
    color: #b11116;
    border-top: 1px dotted #b11116;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}


p.boxattenzione, div.boxattenzione {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #b11116;
    margin-left: 0;
    padding-bottom: 10px;
}

p.boxAttenzioneCustom, div.boxAttenzioneCustom {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #b11116;
    margin-left: 0;
    padding-bottom: 10px;
}

.content .news_content .article .description h6.boxesempio {
    background: url('../images/fisco_icona_box_esempio.png') no-repeat scroll 15px 10px;
    color: #005a20;
    border-top: 1px dotted #005a20;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

p.boxesempio, div.boxesempio {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #005a20;
    margin-left: 0;
    padding-bottom: 10px
}

.content .news_content .article .description h6.boxricorda {
    background: url('../images/fisco_icona_box_ricorda.png') no-repeat scroll 15px 10px;
    color: #f37321;
    border-top: 1px dotted #f37321;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

p.boxricorda, div.boxricorda {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #f37321;
    margin-left: 0;
    padding-bottom: 10px
}

.content .news_content .article .description h6.boxnovita {
    background: url('../images/fisco_icona_box_novita.png') no-repeat scroll 15px 10px;
    color: #890802;
    border-top: 1px dotted #890802;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

p.boxnovita, div.boxnovita {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #890802;
    margin-left: 0;
    padding-bottom: 10px
}

.content .news_content .article .description h6.boxilcaso {
    background: url('../images/fisco_icona_box_ilcaso.png') no-repeat scroll 15px 10px;
    color: #05636a;
    border-top: 1px dotted #05636a;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

p.boxilcaso, div.boxilcaso {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #05636a;
    margin-left: 0;
    padding-bottom: 10px
}

.content .news_content .article .description h6.boxapprofondimento {
    background: url('../images/fisco_icona_box_approfondimento.png') no-repeat scroll 15px 10px;
    color: #0095da;
    border-top: 1px dotted #0095da;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

.content .news_content .article .description h6.boxcosacambia {
    background: url('../images/fisco_icona_box_cosacambia.png') no-repeat scroll 15px 10px;
    color: #0095da;
    border-top: 1px dotted red;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

.content .news_content .article .description h6.boxcosafare {
    background: url('../images/fisco_icona_box_cosafare.png') no-repeat scroll 15px 10px;
    color: #0095da;
    border-top: 1px dotted green;
    width: 93%;
    margin-left: 0px;
    padding-top: 7px;
    padding-left: 45px;
    font-weight: bold !important;
    font-size: 17px !important;
}

p.boxapprofondimento, div.boxapprofondimento {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #0095da;
    margin-left: 0;
    padding-bottom: 10px
}

p.boxcosafare, div.boxcosafare {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #0095da;
    margin-left: 0;
    padding-bottom: 10px
}

p.boxcosacambia, div.boxcosacambia {
    text-align: left;
    font-family: Open sans, sans-serif !important;
    /*font-size: 12px !important;*/
    border-bottom: 1px dotted #0095da;
    margin-left: 0;
    padding-bottom: 10px
}

/* colori specifici del box contenuto */
.content .news_content .article .description div.boxattenzione p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxapprofondimento p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxcosacambia p {
    margin-left: 15px;
    margin-right: 15px;
}


.content .news_content .article .description div.boxcosafare p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxesempio p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxricorda p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxnovita p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxilcaso p {
    margin-left: 15px;
    margin-right: 15px;
}

.content .news_content .article .description div.boxapprofondimento div.boxcontent {
    font-size: 12px;
    line-height: 20px;
}

.content .news_content .article .description div.boxcosafare div.boxcontent {
    font-size: 12px;
    line-height: 20px;
}

.content .news_content .article .description div.boxcosacambia div.boxcontent {
    font-size: 12px;
    line-height: 20px;
}

#cd-vertical-nav a.is-selected {
    background-color: #366db3;
}

.snd-level {
    width: 90%;
    margin-left: 15px;
}

.loader_article {
    min-height: 800px;
}

.custom_h2 {
    font-family: 'Merriweather', serif !important;
    float: none;
    /*width: 100%;*/
    padding: 10px 30px 10px 45px !important;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-bottom: 3px solid #537cb4;
}

.custom_h3 {
    font-weight: bold !important;
    font-size: 1.5em;
    line-height: 25px !important;
    font-style: normal !important;
}

.custom_h4 {
    font-weight: bold;
    font-size: 1.25em;
}

.custom_h5 {
    font-weight: bold;
    font-size: 1.1em;
}

.tabellabordoMS2013_border {
    border-top: 10px solid #e9ecf5 !important;
    border-left: 1px solid #5f5f5f !important;
    border-right: 1px solid #5f5f5f !important;
    border-bottom: 1px solid #5f5f5f !important;
}

.tabellabordoMS2013_intestazione {
    background-color: #e9ecf5 !important;
}

.tabellabordoMS2013_row tr:nth-child(2n+1) {
    background-color: red;
}

.custom1 {
}

.custom2 {
}

.custom3 {
}

.custom4 {
}

.custom5 {
    border-bottom: 1px solid #000;
    margin-bottom: 20px !important;
    font-weight: bold;
    padding: 5px 5px 2px 0px !important;
}


/*#######  END OF EDITOR CUSTOM CSS STYLE  #######*/

a.linkaltrafinestra {
    display: none;
}

.fisco #banche-dati-doc-testo .nota a {
    color: #285ba1 !important;
    text-decoration: underline !important;
}

.fisco #banche-dati-doc-testo .sommario_testata a {
    color: #285ba1 !important;
    text-decoration: none !important;
}

.lavoro #banche-dati-doc-testo .nota a {
    color: #285ba1 !important;
    text-decoration: underline !important;
}

.lavoro #banche-dati-doc-testo .sommario_testata a {
    color: #1c9d80 !important;
    text-decoration: none !important;
}

.fisco .author span:not(:nth-child(1)) {
    /*color: #337ab7 !important;*/
}

.lavoro .author span:not(:nth-child(1)) {
    /*color: #868585 !important;*/
}

.fisco .link-ricerca-avanzata a {
    color: #337ab7 !important;
}

.lavoro .link-ricerca-avanzata a {
    color: #1c9d80 !important;
}

.no_list {
    list-style: none;
    text-indent: -1em;
}

/*
-------------------------- Cesi AG
*/

.content .cron_article {
    width: 100%;
    float: left;
    background: #f5f5f5;
}

.fisco .content .cron_article {
    background: #e9ecf5;
    /* background: transparent; */
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    padding: 4px 10px;
    overflow: hidden;
    float: none;
    width: 93%;
}

.lavoro .content .cron_article {
    background: #e8f5f2;
    /* background: transparent; */
    margin-top: 10px;
    position: relative;
    margin-bottom: 20px;
    padding: 4px 10px;
    overflow: hidden;
    float: none;
    width: 93%;
}

.content .cron_article .next_article,
.content .cron_article .pre_article {
    width: 50%;
    float: left;
}

td.descrizioneModulistica * {
    font-family: Open sans, sans-serif !important;
}

/*menu specializzazioni*/

/*#primary_nav_wrap
{
	margin-top:15px
}*/

#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

    #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

    #primary_nav_wrap ul li {
        height: 45px;
        z-index: 50;
    }

        #primary_nav_wrap ul li a {
            padding-left: 5px;
            padding-right: 5px;
        }

#primary_nav_wrap li:nth-child(n+8) {
    float: right;
}

/*background:#aaa6a7 orange*/
/*background:#f4792b; gray*/


#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
}

    #primary_nav_wrap ul ul li {
        float: none;
        background: #d9dadb;
        /*border: none !important;*/
    }

#primary_nav_wrap ul li.special_menu:hover > ul {
    display: block;
}

.CorrelatiTitolo {
    font-weight: bold;
}

.CorrelatiTitoloGruppo {
    font-weight: bold;
}

.datadal {
    font-weight: bold;
}

.dataal {
    font-weight: bold;
}

.modificativo {
    font-weight: bold;
}

.datadal:hover {
    color: #ff7d00;
}

.dataal:hover {
    color: #ff7d00;
}

.modificativo:hover {
    color: #ff7d00;
}

.titolonocaps {
    font-weight: bold;
}

.description img {
    border: 3px solid #dddddd;
}

.el_num {
    list-style-type: none;
}

.virgolette {
    text-indent: 20px;
    .mySommario font-style: italic;
}

.mySommario {
    float: left;
    cursor: pointer;
    background: #6f94bc;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 7px;
    width: 98%;
    padding: 6px 0px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 2px;
}

/*.mySommario:hover {
    float: left;
    cursor: pointer;
    background: #9cb4cd;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-top: 7px;
    width: 215px;
    padding: 6px 0px;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 2px;
}*/

.mySommarioText {
    cursor: pointer;
}

.content_sidebars {
    padding-right: 40px;
    position: relative;
}


/*
PAGINA FORM RICERCA AVANZATA /fisco/ricerca
*/
input,
textarea,
select {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    border-color: #dadada !important;
}

.footer {
    position: relative;
    bottom: 0;
}

#header-block-fullwidth {
    background-color: #ff7d00;
    color: white;
    margin-bottom: -20px;
    margin-top: 75px;
}

    #header-block-fullwidth h2 {
        padding: 10px 15px 10px 20px;
        font-size: 20px;
        font-weight: bold;
    }

.container .col-md-3 {
    margin: 0px;
    padding: 0px;
}

.container .col-md-6 {
    margin: 0px;
    padding: 0px;
}

.container .col-md-9 {
    margin: 0px;
    padding: 0px;
}

.scroll-sidebar::-webkit-scrollbar {
    width: 6px;
}

.scroll-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

.scroll-sidebar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.scroller {
    width: 100%;
    /*height: 65vh !important;*/
    height: calc(100vh - 316px);
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-height: 800px) {
    .scroller {
        /*height: 90vh !important;*/
        height: calc(100vh - 316px);
    }
}

.scroller ul {
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
}

    .scroller ul li {
        /*width: 190px;*/
    }

.tooltip-inner {
    background: #fdf5a9 !important;
    opacity: 1 !important;
    font-size: 10pt !important;
    text-align: left !important;
    color: #222222 !important;
    padding: 5px;
    border: 1px solid #222222 !important;
}

.document-allegati {
    margin-top: 20px;
}

    .document-allegati a {
        padding: 5px 5px 10px 0px;
    }

        .document-allegati a span {
            padding-left: 35px;
        }

        .document-allegati a:hover {
            text-decoration: underline;
        }

    .document-allegati .word-icon {
        background: url('../images/word-icon.png') no-repeat scroll 0px 0px;
    }

    .document-allegati .pdf-icon {
        background: url('../images/pdf-icon.png') no-repeat scroll 0px 0px;
    }

.word-icon-formulari {
    width: 300px;
    background: url('../images/word-icon.png') no-repeat scroll 0px 0px;
    padding: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    margin-left: -15px;
    color: #366db3 !important;
    cursor: pointer;
}

    .word-icon-formulari:hover {
        text-decoration: underline;
    }

.popupepigrafe {
    background-color: #FDF5A9;
    display: block;
    margin: 0;
    min-height: 50px;
    padding: 5px;
    position: absolute;
    width: 280px;
    z-index: 9999999;
    border-radius: 3px;
    text-align: left;
    font-style: normal !important;
    clear: right;
    left: -1000px;
    border: 1px solid;
}

    .popupepigrafe .contenutoepigrafe {
        display: block;
        width: 100%;
        height: auto;
        color: black;
        position: relative;
    }

.news_content table {
    border: 1px solid black;
}

    .news_content table td {
        border: 1px solid black;
    }

.news_content {
    z-index: 1;
    width: 100%;
    max-width: 1100px;
}

.content .news_content .article .description,
.container-banche-dati {
    /*width: 100% !important;*/
    /*
    max-width: 90%;*/
}

@media screen and (max-width: 1200px) {
    .content .news_content .article .description,
    .container-banche-dati {
        /*max-width: 60%;*/
    }
}


.titRassGiur {
    font-size: 26px !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.tabellaStandard {
    border: solid 1px lightgrey;
}

.tabellaStandardcella {
    border: solid 1px lightgrey;
}

.descriptionRassGiur {
    font-weight: normal;
}

    .descriptionRassGiur span {
        font-weight: bold;
    }
/*
.lavoro .rassGiurBox1 {
    width: 100%;
    border-bottom: solid 1px #1c9d80 ;
    background-color: #EEE;
}
.fisco .rassGiurBox1 {
    width: 100%;
    border-bottom: solid 1px #285ba1 ;
    background-color: #EEE;
}
*/
.lavoro .rassGiurBox1 {
    width: 100%;
    background-color: #1c9d80;
    color: white;
    padding: 4px;
    margin: 1px;
    font-weight: bold;
}

.fisco .rassGiurBox1 {
    width: 100%;
    background-color: #537cb4;
    color: white;
    padding: 4px;
    margin: 1px;
    font-weight: bold;
}

.rassGiurBox1:empty {
    display: none;
}

.popupNota2 {
    box-shadow: 5px 5px 5px #AAA;
}

.titolotree2 {
    font-weight: bold;
    text-align: center;
    background-color: #8FB3E0 !important;
    width: 250px;
    font-size: 14px;
}

.lavoro .titolotree2 {
    font-weight: bold;
    text-align: center;
    background-color: #1c9d80 !important;
    width: 250px;
    font-size: 14px;
}

.titolotree2LB {
    font-weight: bold;
    padding: 0 !important;
    background-color: #e9ecf5;
}

.linkNota2 {
    font-weight: bold;
    color: #8FB3E0;
    text-decoration: underline !important;
}

.link-for-tooltip {
    text-decoration: underline !important;
    color: #8FB3E0;
}

.chiudiPopUpNote {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background-color: #ECECEC;
}

.myPointer {
    cursor: pointer;
}

.nota {
    margin-left: 12px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    text-indent: 0em;
}

.epigrafe a {
    text-decoration: underline !important;
    color: #285ba1 !important;
}

.myAnchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}

/*.search-results .autocomplete {
    width: 877px !important;
}*/

/*.search-results .autocomplete ul {
        width: 850px !important;
    }*/

.search-results .autocomplete ul li {
    padding-left: 15px !important;
    padding-right: 25px !important;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
}

.search-results .autocomplete ul .focus-result {
    background-color: #e7ebf7 !important;
}

.content .risultatiricercaavanzatablock {
    width: 100%;
}

    .content .risultatiricercaavanzatablock * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content .risultatiricercaavanzatablock :before,
    .content .risultatiricercaavanzatablock :after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header {
        background-color: #e9ecf5;
        color: #285ba1;
        padding-top: 13px;
    }

        .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header input,
        .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header textarea,
        .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header select {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
            outline: none;
            border-color: #dadada !important;
        }

        .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header .total-results p {
            margin-left: 15px;
            margin-top: -2px;
            font-weight: bold;
            font-size: 11pt;
        }

            .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header .total-results p span,
            .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header .total-results p .settore-selected {
                font-size: 15pt;
            }

        .content .risultatiricercaavanzatablock .risultatiricercaavanzatablock-header .total-results a {
            margin-left: 15px;
            padding-bottom: 15px;
            top: -5px;
            position: relative;
            font-size: 9pt;
        }

    .content .risultatiricercaavanzatablock .order-results .select-menu {
        position: absolute;
        right: 0;
        top: 15px;
        margin-right: 15px;
    }

        .content .risultatiricercaavanzatablock .order-results .select-menu span {
            padding-left: 15px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 11pt;
        }

        .content .risultatiricercaavanzatablock .order-results .select-menu select {
            -moz-appearance: none;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: url(../images/down_arrow_select.png) no-repeat 170px #2d2d2d;
            width: 200px;
            padding: 5px;
            line-height: 1;
            border: 0;
            height: 25px;
            -webkit-appearance: none;
            color: white;
            font-size: 10pt;
            overflow: hidden;
            padding-right: 10px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: bold;
        }

.content .risultatiricercaavanzatablock-content .sidebar-filtri {
    border-top: 1px solid #285ba1;
    padding-top: 20px;
    margin-top: 20px;
    height: 100%;
    margin-left: -10px;
    margin-right: 0px;
}

    .content .risultatiricercaavanzatablock-content .sidebar-filtri strong {
        font-size: 12pt;
    }

    .content .risultatiricercaavanzatablock-content .sidebar-filtri ul {
        margin-left: -25px;
    }

        .content .risultatiricercaavanzatablock-content .sidebar-filtri ul li small {
            color: #285ba1;
        }

        .content .risultatiricercaavanzatablock-content .sidebar-filtri ul li.settore-active {
            font-weight: 900;
        }

.content .risultatiricercaavanzatablock-content .content-results {
    padding-top: 30px;
    margin-left: 10px;
    height: 100%;
}

    .content .risultatiricercaavanzatablock-content .content-results .result {
        padding-bottom: 50px;
        padding-top: 15px;
        border-bottom: 1px solid #cccccc;
    }

        .content .risultatiricercaavanzatablock-content .content-results .result .count:after {
            content: '.';
        }

        .content .risultatiricercaavanzatablock-content .content-results .result .data {
            color: #95948c;
        }

        .content .risultatiricercaavanzatablock-content .content-results .result .title a {
            color: #285ba1 !important;
            font-size: 12pt;
            text-decoration: none;
        }

            .content .risultatiricercaavanzatablock-content .content-results .result .title a:hover {
                text-decoration: none;
            }

        .content .risultatiricercaavanzatablock-content .content-results .result .descrizione a {
            font-size: 11pt;
            font-style: oblique;
            color: #2d2d2d;
            text-decoration: none;
        }

            .content .risultatiricercaavanzatablock-content .content-results .result .descrizione a:hover {
                text-decoration: none;
            }

        .content .risultatiricercaavanzatablock-content .content-results .result .occurrence {
            height: 15px;
            background: url(../images/ranking.png) no-repeat;
            background-size: contain;
            background-position: left;
        }

            .content .risultatiricercaavanzatablock-content .content-results .result .occurrence span {
                position: relative;
                left: 35px;
            }

        .content .risultatiricercaavanzatablock-content .content-results .result .ranking {
            height: 15px;
            background: url(../images/occurrence.png) no-repeat;
            background-size: contain;
            background-position: left;
        }

            .content .risultatiricercaavanzatablock-content .content-results .result .ranking span {
                position: relative;
                left: 35px;
            }

    .content .risultatiricercaavanzatablock-content .content-results .paginazione {
        padding: 30px;
        text-align: center;
        color: #285ba1;
    }

        .content .risultatiricercaavanzatablock-content .content-results .paginazione .paginazione-link a {
            padding: 10px;
            text-decoration: none;
        }

        .content .risultatiricercaavanzatablock-content .content-results .paginazione .paginazione-link .currentpage {
            font-weight: 900;
        }

        .content .risultatiricercaavanzatablock-content .content-results .paginazione .paginazione-link .paginazione-link-nextall,
        .content .risultatiricercaavanzatablock-content .content-results .paginazione .paginazione-link .paginazione-link-prevall {
            padding: 10px;
            text-decoration: none;
        }

.calenbar-container {
    height: 35px;
    background-color: #FFFFFF;
    font-family: 'Open sans', sans-serif;
    font-size: 12pt;
    color: #898989;
    /*line-height: 40px;*/
    text-transform: uppercase;
    margin-top: 5px;
}


    .calenbar-container .calenbar .left {
        height: 35px;
        /*padding: 0 0 0 15px;*/
        box-sizing: border-box;
        width: 620px;
        float: left;
    }

        .calenbar-container .calenbar .left .date {
            background-image: url(/Assets/images/icona-data-quotidiano.png);
            background-repeat: no-repeat;
            background-position: center left;
            padding: 0 20px 0 20px;
            float: left;
            font-size: 10pt;
        }

        .calenbar-container .calenbar .left .time {
            background-image: url(/Assets/images/icona-ora-quotidiano.png);
            background-repeat: no-repeat;
            background-position: center left;
            text-transform: none;
            padding: 0 0 0 20px;
            float: left;
            font-size: 10pt;
        }

.banenr-slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
}

    .banenr-slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 200px;
        list-style: none;
    }

        .banenr-slider ul li {
            position: relative;
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 300px;
            background: #ccc;
            text-align: center;
            line-height: 300px;
        }

            .banenr-slider ul li a img {
                width: 100%;
            }

.banner-slider ul li a img {
    min-height: 130px;
}

h3.secondary-post-title a:hover,
.doc-uff-link a:hover {
    color: gray !important;
}

.banner-random-item {
    width: 220px;
    height: 220px;
}

.bancadatiloadcontentblock .box_btn {
    /*margin-top: 40px;*/
}

    .bancadatiloadcontentblock .box_btn .label-top {
        /*width: 194px !important;*/
    }

    .bancadatiloadcontentblock .box_btn .banche-dati-sidebar-select {
        margin-top: 7px;
    }

        .bancadatiloadcontentblock .box_btn .banche-dati-sidebar-select #ddlCollection {
            background: url('../images/down_arrow_select.png') no-repeat 98% black;
            color: white;
            background-size: auto;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            -moz-appearance: none;
            overflow: hidden;
            -webkit-appearance: none;
            width: 100%;
            font-size: 11pt;
            padding-left: 10px;
            font-weight: normal;
            margin-left: 5px;
            text-transform: capitalize;
            margin-left: 0px;
            font-size: 10pt;
        }

            .bancadatiloadcontentblock .box_btn .banche-dati-sidebar-select #ddlCollection * {
                background-color: #ffffff;
                color: #285ba1 !important;
                text-transform: capitalize;
                font-size: 10pt;
                cursor: pointer;
            }

                .bancadatiloadcontentblock .box_btn .banche-dati-sidebar-select #ddlCollection *:hover {
                    background-color: #285ba1 !important;
                    color: white;
                    cursor: pointer;
                }

        .bancadatiloadcontentblock .box_btn .banche-dati-sidebar-select select {
            height: 35px;
            text-transform: uppercase;
            padding-right: 24px;
        }

    .bancadatiloadcontentblock .box_btn #show-indice-banche-dati {
        margin-left: 0px;
    }

        .bancadatiloadcontentblock .box_btn #show-indice-banche-dati label {
            top: 3px;
            position: relative;
        }

    .bancadatiloadcontentblock .box_btn #show-sommario-banche-dati {
        margin-left: 4px;
    }

        .bancadatiloadcontentblock .box_btn #show-sommario-banche-dati label {
            top: 3px;
            position: relative;
        }

.container-banche-dati h1 {
    font-size: 22px !important;
}

#scrollerContainer.scrollerContainerBanchedati {
    display: -moz-deck;
    margin-top: 10px;
    height: 100%;
}

    #scrollerContainer.scrollerContainerBanchedati input,
    #scrollerContainer.scrollerContainerBanchedati textarea,
    #scrollerContainer.scrollerContainerBanchedati select {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

    #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar {
        overflow-y: auto !important;
        overflow-x: hidden;
        width: 100%;
    }

        #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar h2 {
            display: none;
        }

@media screen and (min-height: 800px) {
    #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar {
        height: 55vh;
    }
}

@media screen and (max-height: 800px) {
    #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar {
        height: 33vh;
    }
}

#scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul {
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    position: relative;
}

    #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul li {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
        box-sizing: border-box;
        border-top: 1px solid #FFFFFF;
        display: list-item;
        text-align: -webkit-match-parent;
        list-style: none;
        cursor: pointer;
    }

        #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul li a {
            font-size: 13px;
            color: #2d2d2d;
            box-sizing: border-box;
            padding: 0 10px 10px 10px;
            float: left;
            font-weight: 500;
            width: 100%;
            text-decoration: none;
            font-family: 'Open Sans', sans-serif;
        }

    #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc {
        color: #FFFFFF;
        cursor: pointer;
    }

#scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li {
    background: #dcdfe8;
}

    #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li {
        background: #d9ddeb;
    }

        #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li {
            background: #c3cbe3;
        }

            #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li ul li {
                background: orange;
            }

                #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li ul li ul li {
                    background: deeppink;
                }

                    #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li ul li ul li ul li {
                        background: green;
                    }

.fisco #scrollerContainer.scrollerContainerBanchedati input,
.fisco #scrollerContainer.scrollerContainerBanchedati textarea,
.fisco #scrollerContainer.scrollerContainerBanchedati select {
    border-color: #dadada !important;
}

.fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .anno-doc {
    background: #a3bdda;
}

.fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .mese-doc {
    background: #c2d5ea;
}

    .fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .mese-doc a {
        padding-left: 25px;
    }

.fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc {
    background-color: #e9f0f9 !important;
}

    .fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc a {
        padding-left: 40px;
    }

    .fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc.actual-item-selected-index a {
        font-weight: bold;
    }

.fisco #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li {
    background: #a3bdda;
}

    .fisco #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li {
        background: #c2d5ea;
    }

        .fisco #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li a {
            padding-left: 25px;
        }

        .fisco #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li {
            background-color: #e9f0f9 !important;
        }

            .fisco #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li a {
                padding-left: 40px;
            }

.lavoro #scrollerContainer.scrollerContainerBanchedati input,
.lavoro #scrollerContainer.scrollerContainerBanchedati textarea,
.lavoro #scrollerContainer.scrollerContainerBanchedati select {
    border-color: #86c1b4 !important;
}

.lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .anno-doc {
    background: #9fcec4;
}

.lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .mese-doc {
    background: #ceefe8;
}

    .lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .mese-doc a {
        padding-left: 25px;
    }

.lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc {
    background-color: #f3fffc !important;
}

    .lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc a {
        padding-left: 40px;
    }

    .lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .nome-doc.actual-item-selected-index a {
        font-weight: bold;
    }



.lavoro #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li {
    background: #9fcec4;
}

    .lavoro #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li {
        background: #ceefe8;
    }

        .lavoro #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li a {
            padding-left: 25px;
        }

        .lavoro #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li {
            background-color: #f3fffc !important;
        }

            .lavoro #scrollerContainer.scrollerContainerBanchedati .sommario_testata ul li ul li ul li a {
                padding-left: 50px;
            }

.container-banche-dati {
    margin-left: 340px;
    min-height: 800px;
    text-align: justify !important;
}

    .container-banche-dati a {
        color: #366db3 !important;
        text-decoration: underline !important;
    }

    .container-banche-dati .epigrafe {
        font-style: oblique;
    }

        .container-banche-dati .epigrafe a {
            color: #366db3 !important;
            text-decoration: underline !important;
        }

    .container-banche-dati .articoOpen sans .titolonocapspsup {
        padding-top: 16px;
        border-bottom: 0 none !important;
        padding-bottom: 0 !important;
        text-align: center !important;
        color: #444444;
        font-size: 1.6em;
        font-weight: normal;
    }

    .container-banche-dati .testo-introduttivo {
        padding-top: 25px;
    }

    .container-banche-dati .titolo {
        color: #333333;
        font-size: 25px;
        font-weight: normal;
        margin: 0px 0px 5px;
        padding-top: 55px;
    }

    .container-banche-dati .pdf {
        width: 100%;
        height: 100%;
    }

    .container-banche-dati .testo {
        margin-top: 10px;
        font-size: 14px;
    }

        .container-banche-dati .testo .sommario {
            padding: 10px;
        }

        .container-banche-dati .testo .organo {
            margin-top: 0px;
            font-size: 9pt;
        }

        .container-banche-dati .testo .epigrafe {
            margin-top: 10px;
            font-style: italic;
        }

        .container-banche-dati .testo .richiamonota {
            font-style: italic;
            font-weight: 600;
            text-decoration: none;
            color: #285ba1;
        }

            .container-banche-dati .testo .richiamonota:hover {
                color: #ff7d00;
            }

        .container-banche-dati .testo .note a {
            font-weight: 600;
            text-decoration: none;
            color: #285ba1;
        }

            .container-banche-dati .testo .note a:hover {
                color: #ff7d00;
            }

        .container-banche-dati .testo .note .titolonote {
            margin-top: 15px;
            font-weight: 400;
        }

        .container-banche-dati .testo .note .testonote {
            margin-top: 5px;
        }

    .container-banche-dati .sommario_testata {
        padding-top: 50px;
    }

        .container-banche-dati .sommario_testata h2 {
            color: #2d2d2d;
            font-size: 15px;
            line-height: 20px;
            font-weight: 300;
            float: none;
            width: 100%;
            margin: 10px 0 5px 0 !important;
            border-bottom: 1px solid #285ba1;
        }

        .container-banche-dati .sommario_testata span {
            color: #2d2d2d;
            font-size: 13px;
            margin-top: 0px;
            float: none;
            margin-bottom: 6px;
        }

            .container-banche-dati .sommario_testata span ul {
                padding-top: 5px;
            }

                .container-banche-dati .sommario_testata span ul li {
                    padding-top: 2px;
                    padding-bottom: 2px;
                }

                    .container-banche-dati .sommario_testata span ul li a {
                        cursor: pointer;
                        text-decoration: none;
                        color: #285ba1;
                    }

                        .container-banche-dati .sommario_testata span ul li a:hover {
                            color: #ff7d00;
                        }
/*
#loading-banche-dati {
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../images/loading_banche_dati.GIF");
  width: 110px;
  height: 10px;
  margin-top: 100px;
}*/


.popupNota {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .popupNota .titolotree .titolotree {
        color: #285ba1;
        font-weight: 600;
        cursor: pointer;
        background: url(../../Assets/images/icon-right-treeview.png);
        background-position: -5px 1px;
        background-repeat: no-repeat !important;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .popupNota div:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
        display: none;
    }

        .popupNota div:last-child a.link {
            color: #6f94bc;
            text-decoration: underline;
        }

            .popupNota div:last-child a.link:hover {
                color: #ff7d00;
            }

.note .titolonote {
    cursor: pointer;
    background: url(../../Assets/images/icon-right-treeview.png);
    background-position: -5px 1px;
    background-repeat: no-repeat !important;
    padding-left: 15px;
    margin-bottom: 10px;
    font-weight: bold !important;
}

.note .testonote {
    padding: 3px;
    overflow: auto;
    display: none;
    background-color: #f4f4f4;
}

.fisco .note .titolonote {
    color: #285ba1;
}

.lavoro .note .titolonote {
    color: #1c9d80;
}

@media screen and (min-height: 800px) {
    #filter-tipologia {
        min-height: 40vh;
        max-height: 40vh;
        height: 40vh;
    }
}

@media screen and (max-height: 800px) {
    #filter-tipologia {
        min-height: 30vh;
        max-height: 30vh;
        height: 30vh;
    }
}

.lavoro #share_sidebar .box-correlati-banche-dati {
    background-image: url(../images/boxcorrelatiLav.png);
}

    .lavoro #share_sidebar .box-correlati-banche-dati:hover {
        background-image: url(../images/boxcorrelatiLav-hover.png);
    }

.lavoro #share_sidebar .box-previgenti-banche-dati {
    background-image: url(../images/boxprevigentiLav.png);
}

    .lavoro #share_sidebar .box-previgenti-banche-dati:hover {
        background-image: url(../images/boxprevigentiLav-hover.png);
    }

.lavoro #share_sidebar .box-correlati-autorali {
    background-image: url(../images/boxcorrelatiLav.png);
}

    .lavoro #share_sidebar .box-correlati-autorali:hover {
        background-image: url(../images/boxcorrelatiLav-hover.png);
    }

.fisco #share_sidebar .box-correlati-banche-dati {
    background-image: url(../images/boxcorrelati.png);
}

    .fisco #share_sidebar .box-correlati-banche-dati:hover {
        background-image: url(../images/boxcorrelati-hover.png);
    }

.fisco #share_sidebar .box-previgenti-banche-dati {
    background-image: url(../images/boxprevigenti.png);
}

    .fisco #share_sidebar .box-previgenti-banche-dati:hover {
        background-image: url(../images/boxprevigenti-hover.png);
    }

.fisco #share_sidebar .box-correlati-autorali {
    background-image: url(../images/boxcorrelati.png);
}

    .fisco #share_sidebar .box-correlati-autorali:hover {
        background-image: url(../images/boxcorrelati-hover.png);
    }

.scrollerContainerBanchedati,
.container-banche-dati {
    display: none;
}

span.comma {
    display: block;
}

#banche-dati-doc-testo .sommario_testata a {
    cursor: pointer;
}

.sommario_testata li {
    /*width: 220px !important;*/
}

.blockRow {
    background-color: #6f94bc;
    border: 1px solid #5c7b9c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    margin-bottom: 5px;
}

.ricercaavanzatablock {
    margin-bottom: 100px;
    width: 895px;
}

    .ricercaavanzatablock .ricerca-header {
        background-color: #ff7d00;
    }

    .ricercaavanzatablock #advancedSearch {
        width: 895px;
        background-color: #e9ecf5;
        padding: 15px;
        color: #2d2d2d;
        margin-top: 10px;
    }

        .ricercaavanzatablock #advancedSearch input[type="radio"] {
            width: 20px;
            top: 8px;
            background-color: white !important;
            cursor: pointer;
        }

        .ricercaavanzatablock #advancedSearch input,
        .ricercaavanzatablock #advancedSearch select {
            text-transform: lowercase;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            border: 0px solid transparent;
            height: 25px;
            padding-left: 3px;
            color: #2d2d2d !important;
        }

        .ricercaavanzatablock #advancedSearch select {
            -moz-appearance: none;
            overflow: hidden;
            -webkit-appearance: none;
            cursor: pointer;
        }

        .ricercaavanzatablock #advancedSearch #search-btn {
            background: url(../images/ricerca.png) no-repeat 4px #18345b;
            border: 1px solid #0a192e;
            color: white !important;
            text-transform: uppercase;
            text-align: right;
            width: 105px;
            padding-right: 15px;
            font-size: 10pt;
            font-weight: bold;
            position: relative;
            left: 665px;
            top: -25px;
        }

        .ricercaavanzatablock #advancedSearch #azzera-btn {
            font-size: 10pt;
            border: 1px solid #5c7b9c;
            color: #5c7b9c !important;
            background-color: #9fb7d1;
            text-transform: uppercase;
            text-align: center;
            width: 90px;
            font-weight: bold;
            position: relative;
            left: 660px;
            top: -25px;
        }

        .ricercaavanzatablock #advancedSearch .form-content {
            font-weight: 400;
        }

            .ricercaavanzatablock #advancedSearch .form-content .first-column {
                float: left;
                width: 235px;
            }

            .ricercaavanzatablock #advancedSearch .form-content .row {
                margin-bottom: 10px;
            }

            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-0 {
                padding-bottom: 40px;
            }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-0 .first-column span {
                    margin-left: 15px;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-0 .second-column div {
                    margin-right: 40px;
                    float: left;
                }

            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 {
                background-color: #6f94bc;
                border: 1px solid #5c7b9c;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: white;
                margin-bottom: 5px;
                padding: 40px 15px 15px 15px;
            }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .first-column {
                    margin-left: 15px;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .second-column input {
                    width: 450px;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .second-column:nth-child(2) {
                    float: left;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .third-column select {
                    margin-left: 10px;
                    background: url('../images/down_arrow_select_black.png') no-repeat 73px white;
                    color: black;
                    background-size: auto;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    cursor: pointer;
                    -moz-appearance: none;
                    overflow: hidden;
                    -webkit-appearance: none;
                    width: 100px;
                    font-size: 11pt;
                    padding-left: 3px;
                    font-weight: normal;
                    margin-left: 5px;
                    text-transform: capitalize;
                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .third-column select * {
                        background-color: #ffffff;
                        color: #285ba1 !important;
                        text-transform: capitalize;
                        font-size: 10pt;
                        cursor: pointer;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-1 .third-column select *:hover {
                            background-color: #285ba1 !important;
                            color: white;
                            cursor: pointer;
                        }

            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 {
                background-color: #6f94bc;
                border: 1px solid #5c7b9c;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: white;
                margin-bottom: 5px;
                padding: 20px 15px 15px 15px;
            }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .first-column {
                    margin-left: 15px;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .second-column {
                    float: left;
                    width: 232px;
                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .second-column input {
                        width: 275px;
                    }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .second-column select {
                        background: url('../images/down_arrow_select_black.png') no-repeat 207px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 235px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .second-column select * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .second-column select *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .third-column span {
                    margin-left: 10px;
                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .third-column span:first-child {
                        margin-left: 65px;
                    }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row .third-column input {
                    width: 65px;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 {
                    margin-top: 20px;
                    margin-bottom: 5px;
                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 select {
                        background: url('../images/down_arrow_select_black.png') no-repeat 63px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 90px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                        margin-right: 2px;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 select * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 select *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data span {
                        margin-left: -17px;
                        margin-right: 5px;
                    }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_giorno {
                        background: url('../images/down_arrow_select_black.png') no-repeat 41px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 68px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_giorno * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_giorno *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_anno {
                        background: url('../images/down_arrow_select_black.png') no-repeat 57px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 84px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_anno * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_anno *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_mese {
                        background: url('../images/down_arrow_select_black.png') no-repeat 83px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 110px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_mese * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-data #ddlEstremiPeriodoDa_mese *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal {
                        float: left;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal span {
                            margin-left: -30px;
                            margin-right: 5px;
                        }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_giorno {
                            background: url('../images/down_arrow_select_black.png') no-repeat 41px white;
                            color: black;
                            background-size: auto;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                            cursor: pointer;
                            -moz-appearance: none;
                            overflow: hidden;
                            -webkit-appearance: none;
                            width: 68px;
                            font-size: 11pt;
                            padding-left: 3px;
                            font-weight: normal;
                            margin-left: 5px;
                            text-transform: capitalize;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_giorno * {
                                background-color: #ffffff;
                                color: #285ba1 !important;
                                text-transform: capitalize;
                                font-size: 10pt;
                                cursor: pointer;
                            }

                                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_giorno *:hover {
                                    background-color: #285ba1 !important;
                                    color: white;
                                    cursor: pointer;
                                }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_anno {
                            background: url('../images/down_arrow_select_black.png') no-repeat 57px white;
                            color: black;
                            background-size: auto;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                            cursor: pointer;
                            -moz-appearance: none;
                            overflow: hidden;
                            -webkit-appearance: none;
                            width: 84px;
                            font-size: 11pt;
                            padding-left: 3px;
                            font-weight: normal;
                            margin-left: 5px;
                            text-transform: capitalize;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_anno * {
                                background-color: #ffffff;
                                color: #285ba1 !important;
                                text-transform: capitalize;
                                font-size: 10pt;
                                cursor: pointer;
                            }

                                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_anno *:hover {
                                    background-color: #285ba1 !important;
                                    color: white;
                                    cursor: pointer;
                                }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_mese {
                            background: url('../images/down_arrow_select_black.png') no-repeat 83px white;
                            color: black;
                            background-size: auto;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                            cursor: pointer;
                            -moz-appearance: none;
                            overflow: hidden;
                            -webkit-appearance: none;
                            width: 110px;
                            font-size: 11pt;
                            padding-left: 3px;
                            font-weight: normal;
                            margin-left: 5px;
                            text-transform: capitalize;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_mese * {
                                background-color: #ffffff;
                                color: #285ba1 !important;
                                text-transform: capitalize;
                                font-size: 10pt;
                                cursor: pointer;
                            }

                                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-dal #ddlEstremiPeriodo2Da_mese *:hover {
                                    background-color: #285ba1 !important;
                                    color: white;
                                    cursor: pointer;
                                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al span {
                        margin-left: 15px;
                        margin-right: 5px;
                    }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_giorno {
                        background: url('../images/down_arrow_select_black.png') no-repeat 41px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 68px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_giorno * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_giorno *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_anno {
                        background: url('../images/down_arrow_select_black.png') no-repeat 57px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 84px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_anno * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_anno *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_mese {
                        background: url('../images/down_arrow_select_black.png') no-repeat 83px white;
                        color: black;
                        background-size: auto;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        cursor: pointer;
                        -moz-appearance: none;
                        overflow: hidden;
                        -webkit-appearance: none;
                        width: 110px;
                        font-size: 11pt;
                        padding-left: 3px;
                        font-weight: normal;
                        margin-left: 5px;
                        text-transform: capitalize;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_mese * {
                            background-color: #ffffff;
                            color: #285ba1 !important;
                            text-transform: capitalize;
                            font-size: 10pt;
                            cursor: pointer;
                        }

                            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .data-periodo .data-al #ddlEstremiPeriodoA_mese *:hover {
                                background-color: #285ba1 !important;
                                color: white;
                                cursor: pointer;
                            }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-2 .row2 .first-column div:nth-child(1) {
                        float: left;
                        margin-right: 20px;
                        margin-left: -5px;
                    }

            .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 {
                background-color: #6f94bc;
                border: 1px solid #5c7b9c;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: white;
                margin-bottom: 5px;
                padding: 15px 15px 40px 15px;
            }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 .first-column {
                    width: 430px;
                    float: left;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 .second-column {
                    width: 430px;
                    float: right;
                }

                .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 select {
                    margin-left: 20px;
                    background: url('../images/down_arrow_select_black.png') no-repeat 298px white;
                    color: black;
                    background-size: auto;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    cursor: pointer;
                    -moz-appearance: none;
                    overflow: hidden;
                    -webkit-appearance: none;
                    width: 325px;
                    font-size: 11pt;
                    padding-left: 3px;
                    font-weight: normal;
                    margin-left: 5px;
                    text-transform: capitalize;
                }

                    .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 select * {
                        background-color: #ffffff;
                        color: #285ba1 !important;
                        text-transform: capitalize;
                        font-size: 10pt;
                        cursor: pointer;
                    }

                        .ricercaavanzatablock #advancedSearch .form-content .ricerca-block-3 select *:hover {
                            background-color: #285ba1 !important;
                            color: white;
                            cursor: pointer;
                        }

div#dropDownButtonContentdropDownButton {
    width: 240px !important;
}

div#dropDownButtonContentdropDownButton2,
div#dropDownButtonContentdropDownButton3,
div#dropDownButtonContentdropDownButton4 {
    width: 330px !important;
}

div#dropDownButtonArrowdropDownButton {
    width: 28px !important;
}

div#dropDownButtonArrowdropDownButton2,
div#dropDownButtonArrowdropDownButton3,
div#dropDownButtonArrowdropDownButton4 {
    width: 27px !important;
}

.jqx-icon-arrow-down.jqx-icon {
    display: none !important;
}

div.jqx-icon-arrow-down-selected,
div#dropDownButtonArrowdropDownButton {
    background: url('../images/down_arrow_select_black.png') 228px !important;
}

div.jqx-icon-arrow-down-selected2,
div#dropDownButtonArrowdropDownButton2,
div.jqx-icon-arrow-down-selected3,
div#dropDownButtonArrowdropDownButton3,
div.jqx-icon-arrow-down-selected4,
div#dropDownButtonArrowdropDownButton4 {
    background: url('../images/down_arrow_select_black.png') 202px !important;
}

div.jqx-fill-state-normal,
div#dropDownButtonWrapperdropDownButton,
div#dropDownButton,
div#dropDownButton2 {
    background-color: white !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div#jqxTree,
div#dropDownButton {
    width: 280px !important;
}

div#jqxTree2,
div#dropDownButton2,
div#jqxTree3,
div#dropDownButton3,
div#jqxTree4,
div#dropDownButton4 {
    width: 360px !important;
    text-transform: uppercase;
}

span.node-jqxTree {
    color: #6f94bc !important;
    font-weight: 600;
}

div#dropDownButtonPopupdropDownButton {
    border: 1px solid #6f94bc !important;
}

.draggable.jqx-rc-all.jqx-tree-item.jqx-item:hover {
    background-color: white !important;
    border: 1px solid transparent;
    color: #6f94bc !important;
}

.jqx-tree-item-selected,
.draggable.jqx-rc-all.jqx-tree-item.jqx-item.jqx-fill-state-pressed.jqx-tree-item-selected {
    background-color: white !important;
    border: 1px solid transparent;
    color: #ff7d00 !important;
}

.doc-uff-link .date {
    margin-top: 10px;
}

#filtri-header-container {
    padding: 0px;
}

    #filtri-header-container .filter_section .number_results {
        padding: 8px 0 0 0;
        width: 131px;
        float: left;
        font-size: 15px;
        color: #366db3;
        font-weight: bold;
        line-height: 20px;
        margin-top: 4px;
    }

    #filtri-header-container .filter_section .settore_filter {
        padding: 8px 0 0 0;
        width: 345px;
        float: left;
        text-transform: uppercase;
        font-size: 15px;
        color: #366db3;
        font-weight: bold;
        margin-top: 2px;
    }

        #filtri-header-container .filter_section .settore_filter select {
            background: url('../images/down_arrow_select.png') no-repeat 215px black;
            color: white;
            background-size: auto;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            -moz-appearance: none;
            overflow: hidden;
            -webkit-appearance: none;
            width: 245px;
            font-size: 11pt;
            padding-left: 3px;
            font-weight: normal;
            margin-left: 5px;
            text-transform: capitalize;
        }

            #filtri-header-container .filter_section .settore_filter select * {
                background-color: #ffffff;
                color: #285ba1 !important;
                text-transform: capitalize;
                font-size: 10pt;
                cursor: pointer;
            }

                #filtri-header-container .filter_section .settore_filter select *:hover {
                    background-color: #285ba1 !important;
                    color: white;
                    cursor: pointer;
                }

    #filtri-header-container .filter_section .grid_selection {
        float: right;
        margin-right: 10px;
    }

        #filtri-header-container .filter_section .grid_selection .gallery {
            width: 46px;
            height: 40px;
            float: left;
            background: transparent url('../images/type_grid_icon.png') no-repeat scroll bottom left;
        }

            #filtri-header-container .filter_section .grid_selection .gallery.selected,
            #filtri-header-container .filter_section .grid_selection .gallery:hover {
                background: #366db3 url('../images/type_grid_icon.png') no-repeat scroll bottom left;
            }

        #filtri-header-container .filter_section .grid_selection .list {
            background: transparent url('../images/type_grid_icon.png') no-repeat scroll top right;
            width: 46px;
            height: 40px;
            float: left;
        }

            #filtri-header-container .filter_section .grid_selection .list.selected,
            #filtri-header-container .filter_section .grid_selection .list:hover {
                background: #366db3 url('../images/type_grid_icon.png') no-repeat scroll bottom right;
            }

#livingBookContainer,
#formuleModelliContainer {
    padding: 0px;
    margin-left: -12px;
    padding-bottom: 200px;
}

    #livingBookContainer .item-gallery,
    #formuleModelliContainer .item-gallery {
        float: left;
        width: 18%;
        height: 400px;
        margin-top: 20px;
        margin-right: 1%;
        margin-left: 1%;
    }

        #livingBookContainer .item-gallery .img_book,
        #formuleModelliContainer .item-gallery .img_book {
            width: auto;
            float: left;
            padding: 0 10px 17px 25px;
            text-align: center;
            background: transparent url('../images/shadow_book_big.png') no-repeat scroll 20px center;
        }

            #livingBookContainer .item-gallery .img_book a img,
            #formuleModelliContainer .item-gallery .img_book a img {
                max-width: 155px;
                width: 155px;
                height: 219px;
                border: 1px solid #d0d0d0;
            }

        #livingBookContainer .item-gallery .right,
        #formuleModelliContainer .item-gallery .right {
            width: 100%;
            float: left;
            border-bottom: 1px solid #cdcdcd;
            height: 175px;
        }

            #livingBookContainer .item-gallery .right .central_col .category_list,
            #formuleModelliContainer .item-gallery .right .central_col .category_list {
                width: 100%;
                float: left;
                color: #5f5f5f;
                margin-bottom: 0;
                font-size: 10px;
                font-weight: 600;
                margin-top: 15px;
                height: 30px;
                text-transform: uppercase;
            }

            #livingBookContainer .item-gallery .right .central_col .title,
            #formuleModelliContainer .item-gallery .right .central_col .title {
                width: 100%;
                float: left;
                height: auto;
                margin-bottom: 0;
                margin-top: 5px;
            }

                #livingBookContainer .item-gallery .right .central_col .title a,
                #formuleModelliContainer .item-gallery .right .central_col .title a {
                    width: 100%;
                    float: left;
                    color: #3d3d3d;
                    font-size: 15px;
                    font-weight: 600;
                    text-decoration: none;
                    height: 45px;
                    overflow: hidden;
                }

            #livingBookContainer .item-gallery .right .central_col .author,
            #formuleModelliContainer .item-gallery .right .central_col .author {
                width: 100%;
                float: left;
                color: #5f5f5f;
                font-size: 12px;
                font-weight: 100;
                min-height: 35px;
                margin-top: 15px;
                margin-bottom: 0;
            }

                #livingBookContainer .item-gallery .right .central_col .author a,
                #formuleModelliContainer .item-gallery .right .central_col .author a {
                    color: #5f5f5f;
                    font-size: 12px;
                    font-weight: 600;
                    text-decoration: none;
                }

            #livingBookContainer .item-gallery .right .central_col .download,
            #formuleModelliContainer .item-gallery .right .central_col .download {
                margin-top: 15px;
                margin-bottom: 0px;
                float: left;
                padding-left: 20px;
                background: url('../images/download_icon_fisco.png') no-repeat 0px 5px;
            }

                #livingBookContainer .item-gallery .right .central_col .download a,
                #formuleModelliContainer .item-gallery .right .central_col .download a {
                    color: #366db3;
                    text-decoration: none;
                    font-size: 11px;
                    font-weight: 600;
                }

                    #livingBookContainer .item-gallery .right .central_col .download a .fa,
                    #formuleModelliContainer .item-gallery .right .central_col .download a .fa {
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        font-size: 6px;
                        padding: 0 5px;
                    }

            #livingBookContainer .item-gallery .right .dexcription_col,
            #formuleModelliContainer .item-gallery .right .dexcription_col {
                display: none;
                width: 380px;
                margin-left: 100px;
                float: left;
                color: #7c7c7c;
                font-size: 15px;
                font-family: 'Merriweather';
                line-height: 20px;
            }

                #livingBookContainer .item-gallery .right .dexcription_col .testonormale,
                #formuleModelliContainer .item-gallery .right .dexcription_col .testonormale {
                    color: #7c7c7c;
                    font-size: 15px;
                    font-family: 'Merriweather';
                    line-height: 20px;
                }

    #livingBookContainer .item-list,
    #formuleModelliContainer .item-list {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

        #livingBookContainer .item-list .img_book,
        #formuleModelliContainer .item-list .img_book {
            float: left;
            width: auto;
            padding: 0 40px 11px 0;
            text-align: center;
            background: transparent url('../images/shadow_book.png') no-repeat scroll -3px 0px;
        }

            #livingBookContainer .item-list .img_book a img,
            #formuleModelliContainer .item-list .img_book a img {
                width: 89px;
                height: 126px;
            }

        #livingBookContainer .item-list .right,
        #formuleModelliContainer .item-list .right {
            width: 710px;
            float: left;
            border-bottom: 1px solid #ebebeb;
            min-height: 175px;
        }

            #livingBookContainer .item-list .right .central_col,
            #formuleModelliContainer .item-list .right .central_col {
                width: 220px;
                float: left;
            }

                #livingBookContainer .item-list .right .central_col .category_list,
                #formuleModelliContainer .item-list .right .central_col .category_list {
                    width: 100%;
                    float: left;
                    color: #5f5f5f;
                    margin-top: 0;
                    margin-bottom: 0;
                    font-size: 10px;
                    font-weight: 600;
                    text-transform: uppercase;
                }

                #livingBookContainer .item-list .right .central_col .title,
                #formuleModelliContainer .item-list .right .central_col .title {
                    width: 100%;
                    float: left;
                    margin-top: 13px;
                    margin-bottom: 0;
                    height: auto;
                }

                    #livingBookContainer .item-list .right .central_col .title a,
                    #formuleModelliContainer .item-list .right .central_col .title a {
                        width: 100%;
                        float: left;
                        color: #3d3d3d;
                        font-size: 15px;
                        font-weight: 600;
                        text-decoration: none;
                    }

                #livingBookContainer .item-list .right .central_col .author,
                #formuleModelliContainer .item-list .right .central_col .author {
                    width: 100%;
                    float: left;
                    color: #5f5f5f;
                    font-size: 12px;
                    font-weight: 100;
                    margin-bottom: 0;
                    min-height: 35px;
                    margin-top: 15px;
                }

                    #livingBookContainer .item-list .right .central_col .author a,
                    #formuleModelliContainer .item-list .right .central_col .author a {
                        color: #5f5f5f;
                        font-size: 12px;
                        font-weight: 600;
                        text-decoration: none;
                    }

                #livingBookContainer .item-list .right .central_col .download,
                #formuleModelliContainer .item-list .right .central_col .download {
                    margin-top: 15px;
                    margin-bottom: 0px;
                    float: left;
                    padding-left: 20px;
                    background: url('/assets/images/download_icon_fisco.png') no-repeat 0px 5px;
                }

                    #livingBookContainer .item-list .right .central_col .download a,
                    #formuleModelliContainer .item-list .right .central_col .download a {
                        text-decoration: none;
                        font-size: 11px;
                        font-weight: 600;
                        color: #366db3;
                    }

                        #livingBookContainer .item-list .right .central_col .download a .fa,
                        #formuleModelliContainer .item-list .right .central_col .download a .fa {
                            display: inline-block;
                            font: normal normal normal 14px/1 FontAwesome;
                            text-rendering: auto;
                            -webkit-font-smoothing: antialiased;
                            font-size: 6px;
                            padding: 0 5px;
                        }

            #livingBookContainer .item-list .right .dexcription_col,
            #formuleModelliContainer .item-list .right .dexcription_col {
                width: 380px;
                margin-left: 100px;
                float: left;
                color: #7c7c7c;
                font-size: 15px;
                font-family: 'Merriweather';
                line-height: 20px;
            }

    #livingBookContainer .item-gallery {
        height: 430px;
    }

        #livingBookContainer .item-gallery .right {
            height: 200px;
        }

#loadmoreajaxloader {
    padding: 0px;
    margin-left: -12px;
}

@media screen and (max-height: 800px) {
    #scroll-sidebar-livingbook {
        max-height: 40vh !important;
        overflow: auto;
    }

    .footer {
        height: 80px !important;
    }
}

#scroll-sidebar-livingbook,
.scroll-sidebar-formulari {
    max-height: 500px;
    width: 100%;
    margin-top: -10px;
}

    #scroll-sidebar-livingbook > ul,
    .scroll-sidebar-formulari > ul {
        height: 500px;
        overflow: auto;
    }

        #scroll-sidebar-livingbook > ul::-webkit-scrollbar,
        .scroll-sidebar-formulari > ul::-webkit-scrollbar {
            width: 5px;
        }

        #scroll-sidebar-livingbook > ul::-webkit-scrollbar-track,
        .scroll-sidebar-formulari > ul::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 5px;
        }

        #scroll-sidebar-livingbook > ul::-webkit-scrollbar-thumb,
        .scroll-sidebar-formulari > ul::-webkit-scrollbar-thumb {
            border-radius: 5px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
        }

    #scroll-sidebar-livingbook ul,
    .scroll-sidebar-formulari ul {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        position: relative;
    }

        #scroll-sidebar-livingbook ul li,
        .scroll-sidebar-formulari ul li {
            float: left;
            width: 100%;
            padding: 0px;
            box-sizing: border-box;
            border-top: 1px solid #FFFFFF;
            display: list-item;
            text-align: -webkit-match-parent;
            list-style: none;
            cursor: pointer;
            background: #dcdfe8;
            border-bottom: 1px #CCCCCC;
        }

            #scroll-sidebar-livingbook ul li a,
            .scroll-sidebar-formulari ul li a {
                font-size: 13px;
                color: #2d2d2d;
                box-sizing: border-box;
                padding: 5px;
                float: left;
                /*font-weight: 500;*/
                width: 100%;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
            }

            #scroll-sidebar-livingbook ul li ul li,
            .scroll-sidebar-formulari ul li ul li {
                background: #d9ddeb;
            }

                #scroll-sidebar-livingbook ul li ul li ul li,
                .scroll-sidebar-formulari ul li ul li ul li {
                    background: #c3cbe3;
                }

                    #scroll-sidebar-livingbook ul li ul li ul li ul li,
                    .scroll-sidebar-formulari ul li ul li ul li ul li {
                        background: #b8bfd1;
                    }

                        #scroll-sidebar-livingbook ul li ul li ul li ul li ul li,
                        .scroll-sidebar-formulari ul li ul li ul li ul li ul li {
                            background: #a8aebd;
                        }

                            #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li,
                            .scroll-sidebar-formulari ul li ul li ul li ul li ul li ul li {
                                background: #9297a4;
                            }

                                #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li ul li,
                                .scroll-sidebar-formulari ul li ul li ul li ul li ul li ul li ul li {
                                    background: #82868f;
                                }

        #scroll-sidebar-livingbook ul .nome-doc,
        .scroll-sidebar-formulari ul .nome-doc {
            color: #FFFFFF;
            cursor: pointer;
        }

.description-content-livingbook {
    width: 96% !important;
}

.fisco #scroll-sidebar-livingbook input,
.fisco #scroll-sidebar-livingbook textarea,
.fisco #scroll-sidebar-livingbook select {
    border-color: #dadada !important;
}

.fisco #scroll-sidebar-livingbook ul li {
    background: #a3bdda;
}

    .fisco #scroll-sidebar-livingbook ul li ul li {
        background: #c2d5ea;
    }

        .fisco #scroll-sidebar-livingbook ul li ul li a {
            padding-left: 20px;
        }


    .fisco #scroll-sidebar-livingbook ul li .actual-item-selected-index a {
        font-weight: bold;
    }

    .fisco #scroll-sidebar-livingbook ul li ul li .actual-item-selected-index a {
        font-weight: bold;
    }


    .fisco #scroll-sidebar-livingbook ul li ul li ul li {
        background: #e9f0f9;
    }

        .fisco #scroll-sidebar-livingbook ul li ul li ul li a {
            padding-left: 30px;
        }

        .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li {
            background: #edf3fb;
        }

            .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li a {
                padding-left: 40px;
            }

            .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li {
                background: #f3f5f7;
            }

                .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li a {
                    padding-left: 50px;
                }

                .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li {
                    background: #F7F7F7;
                }

                    .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li a {
                        padding-left: 60px;
                    }

                    .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li ul li {
                        background: #FEFEFE;
                    }

                        .fisco #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li ul li a {
                            padding-left: 70px;
                        }




.lavoro #scroll-sidebar-livingbook input,
.lavoro #scroll-sidebar-livingbook textarea,
.lavoro #scroll-sidebar-livingbook select {
    border-color: #e8f5f2 !important;
}

.lavoro #scroll-sidebar-livingbook ul li {
    background: #e8f5f2;
}

    .lavoro #scroll-sidebar-livingbook ul li ul li {
        background: #dbe8e5;
    }

        .lavoro #scroll-sidebar-livingbook ul li ul li ul li {
            background: #d1e9e4;
        }

            .lavoro #scroll-sidebar-livingbook ul li ul li ul li ul li {
                background: #badbd3;
            }

                .lavoro #scroll-sidebar-livingbook ul li ul li ul li ul li ul li {
                    background: #accdc5;
                }

                    .lavoro #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li {
                        background: #94b3ab;
                    }

                        .lavoro #scroll-sidebar-livingbook ul li ul li ul li ul li ul li ul li ul li {
                            background: #7e9c94;
                        }

#filtri-header-container {
    padding: 0px;
}

    #filtri-header-container .filter_section .number_results {
        padding: 8px 0 0 0;
        width: 131px;
        float: left;
        font-size: 15px;
        color: #366db3;
        font-weight: bold;
        line-height: 20px;
        margin-top: 2px;
    }

    #filtri-header-container .filter_section .formulari_filter {
        padding: 8px 0 0 0;
        width: 345px;
        float: left;
        text-transform: uppercase;
        font-size: 15px;
        color: #366db3;
        font-weight: bold;
        margin-top: 2px;
    }

        #filtri-header-container .filter_section .formulari_filter select {
            background: url('../images/down_arrow_select.png') no-repeat 190px black;
            color: white;
            background-size: auto;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            -moz-appearance: none;
            overflow: hidden;
            -webkit-appearance: none;
            width: 215px;
            font-size: 11pt;
            padding-left: 3px;
            font-weight: normal;
            margin-left: 5px;
            text-transform: capitalize;
            height: 25px;
            font-size: 8pt;
        }

            #filtri-header-container .filter_section .formulari_filter select * {
                background-color: #ffffff;
                color: #285ba1 !important;
                text-transform: capitalize;
                font-size: 10pt;
                cursor: pointer;
            }

                #filtri-header-container .filter_section .formulari_filter select *:hover {
                    background-color: #285ba1 !important;
                    color: white;
                    cursor: pointer;
                }

footer {
    background-color: #f0efef; /* #d9dadb; #2D2D2D;*/
    color: #fff;
    /*padding: 20px 0 40px 0;*/
    font-size: 13px;
    position: relative;
}

    footer p {
        color: #929292;
    }

.footer1 {
    float: left;
    padding: 5px;
    margin: 15px
}

.footer2 {
    float: right;
    padding: 5px;
    margin: 15px
}

.logo-cesi {
    display: block;
    width: 40px;
    height: 39px;
    overflow: hidden;
    text-indent: -5000px;
    text-align: left;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('/assets/images/footer/logo-cesi.png');
}

footer a,
footer a:hover,
footer a:visited,
footer a:focus {
    color: #9e9e9e;
}

footer .social {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
}

footer .shi-icon-fb {
    width: 32px;
    height: 32px;
    background: transparent url('/assets/images/footer/facebook.png') center center no-repeat;
    background-size: 100% 100%;
}

footer .shi-icon-in {
    width: 32px;
    height: 32px;
    background: transparent url('/assets/images/footer/linkedin.png') center center no-repeat;
    background-size: 100% 100%;
}

footer .shi-icon-yt {
    width: 32px;
    height: 32px;
    background: transparent url('/assets/images/footer/youtube-play.png') center center no-repeat;
    background-size: 100% 100%;
}

footer .footer-sep {
    border-top: 1px solid rgba(255,255,255,0.5);
}

#notizie-del-giorno-content .description h1 {
    font-family: 'Merriweather';
    float: left;
    font-size: 36px;
    color: #2d2d2d;
    font-weight: normal;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

#notizie-del-giorno-content .description h4 {
    font-size: 15px;
    color: #2d2d2d;
    line-height: 20px;
    font-weight: bold;
    margin-top: 10px;
}

#notizie-del-giorno-content .description .item {
    border-top: 1px solid #1c9d80;
    float: left;
    width: 100%;
    margin-top: 20px;
}

    #notizie-del-giorno-content .description .item h6 {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    #notizie-del-giorno-content .description .item h4 {
        margin-bottom: 20px;
    }

    #notizie-del-giorno-content .description .item p {
        float: none;
        margin-top: 6px;
        margin-bottom: 6px;
        text-align: justify;
    }

.unita_informativa .cont_occhiello_titolo .occhiello {
    padding-top: 30px;
}

.unita_informativa .cont_occhiello_titolo .titolo {
    border-bottom: 1px solid #3F66A9;
}

    .unita_informativa .cont_occhiello_titolo .titolo h2 {
        border-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

.unita_informativa .cont_occhiello_titolo i {
    float: left;
    top: 15px;
    margin-right: 10px;
    position: relative;
}

.unita_informativa .cont_occhiello_titolo .link-articolo {
    margin-top: -30px;
}

.sommariocircolare {
    margin-top: 40px;
    font-size: 11pt;
}

    .sommariocircolare .versioniword {
        background: url('../images/icoword.png') 10px 6px no-repeat;
        border: solid 1px #1F549e;
        margin: 0px;
        padding: 10px;
    }

        .sommariocircolare .versioniword > div {
            font-weight: bold;
            padding-left: 30px;
            padding-top: 0px;
            padding-bottom: 10px;
        }

        .sommariocircolare .versioniword li {
            font-family: 'Merriweather', serif !important;
            padding-left: 5px;
            padding-top: 3px;
        }

            .sommariocircolare .versioniword li p a {
                color: #3F66A9 !important;
                text-decoration: none;
            }

#ModalShareByEmail .fade.in {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#ModalShareByEmail .modal-body .form-group {
    padding-top: 5px;
    padding-bottom: 5px;
}

    #ModalShareByEmail .modal-body .form-group input {
        width: 95.5%;
    }

    #ModalShareByEmail .modal-body .form-group .input-error {
        color: #FF0000;
    }

#ModalShareByEmail .modal-body .alert-success {
    display: none;
}

#ModalShareByEmail .modal-body .alert-danger {
    display: none;
}

#ModalShareByEmail .modal-footer p {
    text-align: left;
    display: none;
    float: left;
    width: 75%;
}

#ModalShareByEmail .modal-footer .btn-share-by-email {
    background-color: #ff7d00;
    border-color: #ff7d00;
}

#ModalShareByEmail .modal-footer .btn-share-by-email-disabled {
    display: none;
    background-color: #ffb166;
    border-color: #ffb166;
}

#ModalShareByEmail .modal-footer .btn-share-by-email-close {
    display: none;
}

#ModalShareSaveFavourite .fade.in {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

#ModalShareSaveFavourite .modal-body {
    height: 420px;
}

    #ModalShareSaveFavourite .modal-body .form-group {
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #ModalShareSaveFavourite .modal-body .form-group input {
            width: 95.5%;
            height: 30px !important;
        }

        #ModalShareSaveFavourite .modal-body .form-group .input-error {
            color: #FF0000;
        }

    #ModalShareSaveFavourite .modal-body .alert-success {
        display: none;
    }

    #ModalShareSaveFavourite .modal-body .alert-danger {
        display: none;
    }

    #ModalShareSaveFavourite .modal-body .section-new-folder {
        display: none;
    }

    #ModalShareSaveFavourite .modal-body .error {
        color: firebrick;
        font-weight: 600;
    }

#ModalShareSaveFavourite .modal-footer p {
    text-align: left;
    display: none;
    float: left;
    width: 75%;
}

#ModalShareSaveFavourite .modal-footer .btn-share-save-favourite-create,
#ModalShareSaveFavourite .modal-footer .btn-share-save-favourite-add {
    background-color: #ff7d00;
    border-color: #ff7d00;
}

#ModalShareSaveFavourite .modal-footer .btn-share-save-favourite-create {
    display: none;
}

#ModalShareSaveFavourite .modal-footer .btn-share-save-favourite-annulla {
    display: none;
}

#ModalShareSaveFavourite .modal-footer .btn-share-save-favourite-new-folder {
    margin-bottom: 20px;
}

#dropDownButtonArrowdropDownButtonListFolders {
    padding-right: 10px;
    background: url('../images/down_arrow_select_gray.png') 202px 7px !important;
    width: 17px !important;
}

#dropDownButtonListFolders {
    width: 560px !important;
    color: #555;
    line-height: 30px;
    padding-left: 7px;
    border: 1px solid #ccc;
    height: 40px !important;
    font-size: 11pt;
}

#dropDownButtonContentdropDownButtonListFolders {
    width: 530px !important;
}

#dropDownButtonPopupdropDownButtonListFolders {
    width: 567px !important;
    border: 1px solid #ccc;
}

#jqxTreeListFolders {
    width: 567px !important;
    border: 0px solid transparent;
}

#dropDownButtonArrowdropDownButtonListFolders2 {
    padding-right: 10px;
    background: url('../images/down_arrow_select_gray.png') 202px 7px !important;
    width: 17px !important;
}

#dropDownButtonListFolders2 {
    width: 560px !important;
    color: #555;
    line-height: 30px;
    padding-left: 7px;
    border: 1px solid #ccc;
    height: 40px !important;
    font-size: 11pt;
}

#dropDownButtonContentdropDownButtonListFolders2 {
    width: 530px !important;
}

#dropDownButtonPopupdropDownButtonListFolder2 {
    width: 567px !important;
    border: 1px solid #ccc;
}

#jqxTreeListFolders2 {
    width: 567px !important;
    border: 0px solid transparent;
}

table.lista_software {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}

    table.lista_software .thead {
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 20px;
        height: 121px;
    }

        table.lista_software .thead div:first-child {
            background-color: #fff0e1;
            border: 1px solid #FF7200;
            border-radius: 5px 5px 5px 5px;
            padding-top: 15px;
            padding-bottom: 20px;
            padding-left: 10px;
            padding-right: 10px;
            background-image: url('../images/software-icona.png');
            background-repeat: no-repeat;
            background-position: right;
        }

            table.lista_software .thead div:first-child span {
                font-size: 25px;
                font-weight: normal;
                color: #ff7200;
                font-family: 'Merriweather';
            }

            table.lista_software .thead div:first-child div {
                font-family: Open sans, Helvetica, sans-serif;
                font-size: 14px;
                color: #777777;
                width: 85%;
            }

    table.lista_software tr:nth-child(1) {
        border-top: 0px solid #444444;
        border-bottom: 0px solid #444444;
    }

    table.lista_software tr:nth-child(2) {
        border-top: 1px solid #444444;
    }

    table.lista_software tr {
        border-bottom: 1px solid #888888;
    }

    table.lista_software .title {
        width: 178px;
        padding: 21px 7px 21px 20px;
        color: #366db3;
        font-size: 15px;
        font-family: Open sans, sans-serif;
    }

        table.lista_software .title a {
            color: #366db3;
            text-decoration: none;
            font-size: 15px;
        }

        table.lista_software .title img {
            vertical-align: initial;
        }

    table.lista_software .link {
        width: 184px;
        padding: 21px 9px 21px 9px;
        color: #2d2d2d;
        font-size: 13px;
    }

    table.lista_software .descr {
        width: 457px;
        padding: 21px 26px 21px 20px;
        color: #000000;
        font-size: 12px;
        font-family: Open sans, sans-serif;
    }

.scroll-sidebar-guideoperative ul li ul li > a {
    width: 205px !important;
    margin-left: 10px;
}

.scroll-sidebar-guideoperative ul li ul li ul li > a {
    width: 195px !important;
    margin-left: 40px;
}

.scroll-sidebar-guideoperative ul li ul li ul li ul li > a {
    width: 185px !important;
    margin-left: 50px;
}

.scroll-sidebar-guideoperative ul li ul li ul li ul li ul li > a {
    width: 175px !important;
    margin-left: 60px;
}

.scroll-sidebar-guideoperative ul li ul li ul li ul li ul li ul li > a {
    width: 185px !important;
    margin-left: 70px;
}

.scroll-sidebar-formulari ul li ul li > a {
    width: 205px !important;
    margin-left: 10px;
}

.scroll-sidebar-formulari ul li ul li ul li > a {
    width: 175px !important;
    margin-left: 40px;
}

.scroll-sidebar-formulari ul li ul li ul li ul li > a {
    width: 155px !important;
    margin-left: 50px;
}

.related_documents .related_articles {
    background-color: #e9eef4;
    border: 1px solid #b4cdf0;
    padding-left: 10px;
    height: 315px !important;
    margin: 10px;
}

    .related_documents .related_articles h3 {
        padding: 10px 0px 10px 20px !important;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Open sans';
        text-align: left;
        font-weight: 600;
        font-style: normal;
        color: #333333;
        width: 100%;
        margin: 10px 0 5px 0 !important;
    }

    .related_documents .related_articles .related_article {
        width: 165px;
        float: left;
        margin-right: 10px;
        margin-left: 20px;
        height: 170px;
    }

    .related_documents .related_articles img {
        width: 115px;
        height: 115px;
        border: 2px solid white;
        margin-bottom: 15px;
    }

    .related_documents .related_articles p {
        font-size: 12px;
        font-weight: bold;
        text-align: left;
        line-height: 16px;
        color: #426fac;
    }

    .related_documents .related_articles .title {
        min-height: 70px !important;
        margin-bottom: 10px !important;
    }

        .related_documents .related_articles .title a {
            text-decoration: none;
            color: #868585;
        }

    .related_documents .related_articles .date {
        text-transform: uppercase;
        color: #426fac;
        margin-top: 5px;
    }

.documenti-correlati h4 {
    color: #366db3;
    font-weight: bold;
    position: relative;
    top: 50px;
    padding-bottom: 40px;
}

    .documenti-correlati h4 img {
        float: left;
        margin-right: 10px;
    }

.documenti-correlati .riferimenti-normativi-link-box,
.documenti-correlati .approfondimenti-link-box,
.documenti-correlati .schede-correlate-link-box {
    margin-top: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #379acf;
}

    .documenti-correlati .riferimenti-normativi-link-box div,
    .documenti-correlati .approfondimenti-link-box div,
    .documenti-correlati .schede-correlate-link-box div {
        display: block;
        clear: both;
    }

        .documenti-correlati .riferimenti-normativi-link-box div ul,
        .documenti-correlati .approfondimenti-link-box div ul,
        .documenti-correlati .schede-correlate-link-box div ul {
            list-style-type: square;
        }

            .documenti-correlati .riferimenti-normativi-link-box div ul li a,
            .documenti-correlati .approfondimenti-link-box div ul li a,
            .documenti-correlati .schede-correlate-link-box div ul li a {
                color: #366db3;
                text-decoration: underline;
            }

                .documenti-correlati .riferimenti-normativi-link-box div ul li a:hover,
                .documenti-correlati .approfondimenti-link-box div ul li a:hover,
                .documenti-correlati .schede-correlate-link-box div ul li a:hover {
                    color: #ff7d00;
                }

    .documenti-correlati .schede-correlate-link-box a {
        cursor: pointer;
    }

#sidebar-modulistica {
    max-height: 60vh;
    width: 100%;
    margin-top: -10px;
}

    #sidebar-modulistica ul {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        position: relative;
    }

        #sidebar-modulistica ul li {
            float: left;
            width: 100%;
            box-sizing: border-box;
            border-top: 1px solid #FFFFFF;
            display: list-item;
            text-align: -webkit-match-parent;
            list-style: none;
            cursor: pointer;
            border-bottom: 1px #CCCCCC;
            background: #e8f5f2;
            padding: 5px;
        }

            #sidebar-modulistica ul li a {
                font-size: 13px;
                color: #2d2d2d;
                box-sizing: border-box;
                padding: 10px;
                float: left;
                font-weight: 500;
                width: 100%;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
            }

    #sidebar-modulistica .current {
        background-color: #ffe0c7 !important;
    }

#sidebar-ccnl {
    max-height: 60vh;
    width: 100%;
    margin-top: -10px;
}

    #sidebar-ccnl > ul {
        height: 60vh;
        overflow-x: hidden;
    }

    #sidebar-ccnl ul {
        float: left;
        width: 100%;
        list-style: none;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        position: relative;
    }

        #sidebar-ccnl ul li {
            float: left;
            width: 100%;
            box-sizing: border-box;
            border-top: 1px solid #FFFFFF;
            display: list-item;
            text-align: -webkit-match-parent;
            list-style: none;
            cursor: pointer;
            border-bottom: 1px #CCCCCC;
            background: #e8f5f2;
            padding: 5px;
        }

            #sidebar-ccnl ul li a {
                font-size: 13px;
                color: #2d2d2d;
                box-sizing: border-box;
                padding: 10px;
                float: left;
                font-weight: 500;
                width: 100%;
                text-decoration: none;
                font-family: 'Open Sans', sans-serif;
            }

    #sidebar-ccnl .current {
        background-color: #ffe0c7 !important;
    }

.current-tr {
    width: 206px !important;
    background-color: #ffe0c7 !important;
}

#loadingCcnl {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
    position: relative;
}

.sommario-ccnl h3 {
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 20px 0 10px 0;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: normal;
}

.sommario-ccnl ul {
    float: left;
    width: 90%;
    list-style: none;
    margin-top: 4px;
    list-style-type: none;
    padding: 0 0 0 30px;
    margin: 0px;
}

    .sommario-ccnl ul li {
        background-image: url(../images/freccia_sommario_articolo_lavoro.png);
        background-repeat: no-repeat;
        background-position: 0px center;
        padding-left: 15px;
        float: left;
        width: 100%;
        margin: 6px 0;
    }

        .sommario-ccnl ul li a {
            color: #1c9d80;
            text-decoration: none;
        }

.ccnl-document-content .content-text {
    font-family: 'Merriweather', serif !important;
    margin-top: 15px;
}

    .ccnl-document-content .content-text .category {
        font-size: 12px;
        color: #eb6e08;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
    }

    .ccnl-document-content .content-text h1 {
        font-family: 'Merriweather';
        float: left;
        font-size: 36px;
        color: #2d2d2d;
        font-weight: normal;
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

.ccnl-document-content .single-section-ccnl a {
    color: #eb6e08 !important;
}

.ccnl-document-content .single-section-ccnl h2 {
    font-family: 'Merriweather';
    float: none;
    width: 100%;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    margin-top: 50px;
    border-bottom: 3px solid #1c9d80;
}

.ccnl-document-content .single-section-ccnl table tr td {
    padding: 10px;
}

#sidebar-ccnl ul li {
    background-color: #e8f5f2;
}

#sidebar-ccnl ul ul li {
    background-color: #d1e9e4;
}

#sidebar-ccnl ul ul ul li {
    background-color: #badbd3;
}

.rassGiuriDoc h2 a,
.rassGiuriDoc p a,
.rassGiuriDoc h3 a,
.rassGiuriDoc h4 a {
    color: #337ab7 !important;
    text-decoration: underline;
}

.fisco .content .news_content .article h2 {
    border-bottom: 3px solid #537cb4;
}

.fisco .home-content img {
    border: 3px solid #dddddd !important;
}

.fisco nav#cd-vertical-nav {
    min-width: 165px;
}

.lavoro .content .news_content .article h2 {
    border-bottom: 3px solid #1c9d80;
}

.lavoro .home-content img {
    border: 3px solid #dddddd !important;
}

.lavoro nav#cd-vertical-nav {
    min-width: 165px;
}

blockquote {
    font-size: 14px !important;
}

.visNote {
    display: none;
    background-color: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
}

.QuotidianoApprofondimenti h3 a {
    font-family: 'Merriweather', serif !important;
}

.QuotidianoApprofondimenti h3 p {
    font-family: 'Merriweather', serif !important;
}

#menuLenzuolo .first_list li a {
    display: inline-block;
}

    #menuLenzuolo .first_list li a:first-letter {
        text-transform: capitalize !important;
    }

.link-italia-oggi {
    padding-left: 10px;
}

    .link-italia-oggi li a {
        text-decoration: none !important;
    }

        .link-italia-oggi li a strong {
            font-family: 'Merriweather', serif !important;
        }

.fisco .link-italia-oggi li {
    list-style-image: url("../images/arrow_link.png");
}

    .fisco .link-italia-oggi li a {
        color: #537cb4;
    }

        .fisco .link-italia-oggi li a:hover {
            color: #537cb4 !important;
        }

.lavoro .link-italia-oggi li {
    list-style-image: url("../images/arrow_link_lavoro.png");
}

    .lavoro .link-italia-oggi li a {
        color: #537cb4;
    }

        .lavoro .link-italia-oggi li a:hover {
            color: #537cb4 !important;
        }

* .fisco .block p a,
* .fisco .description p a {
    color: #1874cd;
    text-decoration: underline;
}

* .fisco .block div.question-answer p a {
    color: #fff;
    text-decoration: underline;
}

* .lavoro .block p a,
* .lavoro .description p a,
* .lavoro .news_content p a {
    color: #1874cd !important;
    text-decoration: underline !important;
}

* .block p a:hover,
* .description p a:hover,
* .news_content p a:hover {
    color: #f4792b !important;
    text-decoration: underline !important;
}

.add-label-x {
    background-image: url('../images/close_item-search-icon.png') !important;
}

.enlarge_image {
    display: none;
}

#sidebar-filters {
    height: 90vh !important;
    width: 100%;
    padding: 0px;
}

    #sidebar-filters .iScrollVerticalScrollbar {
        display: none !important;
    }

    #sidebar-filters .date-filters {
        overflow-y: auto;
    }

@page {
    size: A4;
}

@media print {
    html,
    body {
        width: 950px !important;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }
    /* sposta il contenuto come se ci fosse la sidebar */
    .sidebar {
        float: none !important;
    }

    .news_content,
    .container-banche-dati {
        float: none !important;
        margin-left: 20px !important;
        width: 950px !important;
    }

    .content .news_content .article .description {
        float: none !important;
        width: 950px !important;
    }

    .two_col .left,
    .two_col .right {
        float: none !important;
        width: 950px !important;
    }

    .testonote {
        display: block !important;
    }

        .testonote .nota a {
            text-decoration: none !important;
            color: black !important;
        }

    h2 {
        padding-top: 20px;
        clear: both;
    }

    a[href]:after,
    a:link:after,
    a:visited:after,
    a:hover:after {
        content: none !important;
    }

    .share-sidebar-tooltip-sommario,
    .share-sidebar-tooltip {
        display: none !important;
    }
}

.print-pdf-rotativa {
    /* sposta il contenuto come se ci fosse la sidebar */
}

    .print-pdf-rotativa html,
    .print-pdf-rotativa body {
        width: 950px !important;
    }

    .print-pdf-rotativa .no-print,
    .print-pdf-rotativa .no-print * {
        display: none !important;
    }

    .print-pdf-rotativa .sidebar {
        float: none !important;
    }

    .print-pdf-rotativa .news_content,
    .print-pdf-rotativa .container-banche-dati {
        float: none !important;
        margin-left: 20px !important;
        width: 950px !important;
    }

    .print-pdf-rotativa .content .news_content .article .description {
        float: none !important;
        width: 950px !important;
    }

    .print-pdf-rotativa .two_col .left,
    .print-pdf-rotativa .two_col .right {
        float: none !important;
        width: 950px !important;
    }

    .print-pdf-rotativa .testonote {
        display: block !important;
    }

        .print-pdf-rotativa .testonote .nota a {
            text-decoration: none !important;
            color: black !important;
        }

    .print-pdf-rotativa h2 {
        padding-top: 20px;
        clear: both;
    }

    .print-pdf-rotativa a[href]:after,
    .print-pdf-rotativa a:link:after,
    .print-pdf-rotativa a:visited:after,
    .print-pdf-rotativa a:hover:after {
        content: none !important;
    }

    .print-pdf-rotativa .share-sidebar-tooltip-sommario,
    .print-pdf-rotativa .share-sidebar-tooltip {
        display: none !important;
    }

#share_sidebar {
    width: 34px;
    position: absolute;
    right: 0;
    z-index: 666;
}

    #share_sidebar.is-fixed-share {
        position: fixed;
        right: auto;
        top: 60px;
    }

    #share_sidebar .target {
        height: 34px;
        width: 34px;
        cursor: pointer;
        background: center center scroll no-repeat;
    }

        #share_sidebar .target:hover {
            background-color: orange;
        }

        #share_sidebar .target.box-download-word {
            display: none;
        }

        #share_sidebar .target.box-download-pdf {
            display: none;
        }

        #share_sidebar .target.box-download-fulldoc {
            display: none;
        }

        #share_sidebar .target.box-full-doc {
            display: none;
        }

    #share_sidebar #placeholder-sommario div {
        height: 34px;
        width: 34px;
    }

        #share_sidebar #placeholder-sommario div.link_sommario {
            margin-top: 25px;
            cursor: pointer;
        }

        #share_sidebar #placeholder-sommario div.bullet {
            text-align: center;
            height: 22px;
        }

            #share_sidebar #placeholder-sommario div.bullet .cd-dot {
                cursor: pointer;
                position: relative;
                display: block;
                top: 10px;
                margin-left: auto;
                margin-right: auto;
                height: 9px;
                width: 9px;
                border-radius: 50%;
                background-color: #d4d4d4;
            }

    #share_sidebar #placeholder-sommario .link_sommario.bullet .cd-dot {
        top: 0px;
        height: 20px;
        width: 20px;
        background-color: transparent;
    }

        #share_sidebar #placeholder-sommario .link_sommario.bullet .cd-dot.is-selected {
            background-color: transparent !important;
        }

    #share_sidebar.is-fixed {
        position: fixed !important;
        top: 60px !important;
        margin-top: 0px;
    }

.fisco #share_sidebar .target {
    background-color: #e9ecf5;
}

    .fisco #share_sidebar .target:hover {
        background-color: #366db3;
    }

.fisco #share_sidebar .box-favourite {
    background-image: url(../images/after_icon_fisco.png);
}

    .fisco #share_sidebar .box-favourite:hover {
        background-image: url(../images/after_over_icon_fisco.png);
    }

.fisco #share_sidebar .box-mail {
    background-image: url(../images/mail_icon_fisco.png);
}

    .fisco #share_sidebar .box-mail:hover {
        background-image: url(../images/mail_over_icon.png);
    }

.fisco #share_sidebar .box-print {
    background-image: url(../images/print_icon_fisco.png);
}

    .fisco #share_sidebar .box-print:hover {
        background-image: url(../images/print_over_icon.png);
    }

.fisco #share_sidebar .box-download {
    background-image: url(../images/download_icon-fisco.png);
}

    .fisco #share_sidebar .box-download:hover {
        background-image: url(../images/download_over_icon.png);
    }

.fisco #share_sidebar .box-download-word {
    background-image: url(../images/box-download-word.png);
}

    .fisco #share_sidebar .box-download-word:hover {
        background-image: url(../images/box-download-word-hover.png);
    }

.fisco #share_sidebar .box-download-pdf {
    background-image: url(../images/box-download-pdf.png);
}

    .fisco #share_sidebar .box-download-pdf:hover {
        background-image: url(../images/box-download-pdf-hover.png);
    }

.fisco #share_sidebar .box-download-pdfEvoluto {
    background-image: url(../images/box-download-pdf.png);
}

    .fisco #share_sidebar .box-download-pdfEvoluto:hover {
        background-image: url(../images/box-download-pdf-hover.png);
    }

.fisco #share_sidebar .box-full-doc {
    background-image: url(../images/full-doc.png);
}

    .fisco #share_sidebar .box-full-doc:hover {
        background-image: url(../images/full-doc-hover.png);
    }

.fisco #placeholder-sommario div.link_sommario {
    background: transparent url('../images/vert_nav_icon_fisco.png') no-repeat scroll center center;
}

.fisco #placeholder-sommario div.bullet .cd-dot.is-selected {
    background-color: #366db3 !important;
}

.fisco .share-sidebar-tooltip:after {
    border-left-color: #366db3;
}

.fisco .share-sidebar-tooltip {
    background-color: #366db3 !important;
}

.fisco .share-sidebar-tooltip-sommario {
    color: #366db3 !important;
}

.lavoro #share_sidebar .target {
    background-color: #e8f5f2;
}

    .lavoro #share_sidebar .target:hover {
        background-color: #1c9d80;
    }

.lavoro #share_sidebar .box-favourite {
    background-image: url(../images/after_icon.png);
}

    .lavoro #share_sidebar .box-favourite:hover {
        background-image: url(../images/after_over_icon.png);
    }

.lavoro #share_sidebar .box-mail {
    background-image: url(../images/mail_icon.png);
}

    .lavoro #share_sidebar .box-mail:hover {
        background-image: url(../images/mail_over_icon.png);
    }

.lavoro #share_sidebar .box-print {
    background-image: url(../images/print_icon.png);
}

    .lavoro #share_sidebar .box-print:hover {
        background-image: url(../images/print_over_icon.png);
    }

.lavoro #share_sidebar .box-download {
    background-image: url(../images/download_icon.png);
}

    .lavoro #share_sidebar .box-download:hover {
        background-image: url(../images/download_over_icon.png);
    }

.lavoro #share_sidebar .box-download-word {
    background-image: url(../images/box-download-word-lavoro.png);
}

    .lavoro #share_sidebar .box-download-word:hover {
        background-image: url(../images/box-download-word-hover.png);
    }

.lavoro #share_sidebar .box-download-pdf {
    background-image: url(../images/box-download-pdf-lavoro.png);
}

    .lavoro #share_sidebar .box-download-pdf:hover {
        background-image: url(../images/box-download-pdf-hover.png);
    }

.lavoro #share_sidebar .box-download-pdfEvoluto {
    background-image: url(../images/box-download-pdf-lavoro.png);
}

    .lavoro #share_sidebar .box-download-pdfEvoluto:hover {
        background-image: url(../images/box-download-pdf-hover.png);
    }

.lavoro #share_sidebar .box-full-doc {
    background-image: url(../images/full-doc-lavoro.png);
}

    .lavoro #share_sidebar .box-full-doc:hover {
        background-image: url(../images/full-doc-hover.png);
    }

.lavoro .share-sidebar-tooltip:after {
    border-left-color: #1c9d80;
}

.lavoro .share-sidebar-tooltip {
    background-color: #1c9d80 !important;
}

.lavoro .share-sidebar-tooltip-sommario {
    color: #1c9d80 !important;
}

.lavoro #placeholder-sommario div.link_sommario {
    background: transparent url('../images/vert_nav_over_icon.png') no-repeat scroll center center;
}

.lavoro #placeholder-sommario div.bullet .cd-dot.is-selected {
    background-color: #1c9d80 !important;
}

.share-sidebar-tooltip:after {
    left: 100%;
    top: 0;
    border: solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
}

.share-sidebar-tooltip {
    color: #FFF !important;
    box-shadow: none !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

.share-sidebar-tooltip-sommario:after {
    left: 100%;
    top: 0;
    border: solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #eeeeee;
    border-width: 12px;
}

.share-sidebar-tooltip-sommario {
    background-color: #eeeeee !important;
    box-shadow: none !important;
    font-size: 10px !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

.document-link-tooltip:after {
    left: 50%;
    top: 100%;
    border: solid rgba(136, 183, 213, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #000000;
    border-width: 8px;
}

.document-link-tooltip {
    background-color: #fcffb7 !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: bold !important;
    padding: 5px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.sommarioLivingBook {
    margin-top: -30px;
}

    .sommarioLivingBook ul {
        margin-left: -15px;
        margin-bottom: 30px;
    }

        .sommarioLivingBook ul li a {
            text-decoration: none !important;
            /*text-transform: uppercase;*/
            font-weight: 600;
            font-size: 13pt;
            line-height: 23pt;
        }

            .sommarioLivingBook ul li a:hover {
                color: #f4792b !important;
            }

        .sommarioLivingBook ul li ul {
            margin-bottom: 25px;
        }

            .sommarioLivingBook ul li ul li a {
                /*text-transform: lowercase;*/
                font-size: 12pt;
                /*color: #000000 !important;
                font-weight: lighter !important;*/
            }

                .sommarioLivingBook ul li ul li a > span:first-letter {
                    text-transform: uppercase !important;
                }

            .sommarioLivingBook ul li ul li ul li {
                margin-left: 15px;
            }

                .sommarioLivingBook ul li ul li ul li a {
                    font-size: 11pt;
                    color: #555444 !important;
                }

.fisco .sommarioFormulari ul li a {
    color: #366db3;
}

.lavoro .sommarioFormulari ul li a {
    color: #1c9d80;
}

.sommarioFormulari ul {
    margin-left: -15px;
    margin-bottom: 30px;
}

    .sommarioFormulari ul li a {
        text-decoration: none !important;
        /*text-transform: uppercase;*/
        font-weight: 600;
        font-size: 13pt;
        line-height: 23pt;
    }

        .sommarioFormulari ul li a:hover {
            color: #f4792b !important;
        }

    .sommarioFormulari ul li ul {
        margin-bottom: 25px;
    }

        .sommarioFormulari ul li ul li a {
            /*text-transform: lowercase;*/
            font-size: 12pt;
            color: #000000 !important;
            font-weight: lighter !important;
        }

            .sommarioFormulari ul li ul li a > span:first-letter {
                text-transform: uppercase !important;
            }

        .sommarioFormulari ul li ul li ul li {
            margin-left: 15px;
        }

            .sommarioFormulari ul li ul li ul li a {
                font-size: 11pt;
                color: #555444 !important;
            }

.fisco .sommarioGuide ul li a {
    color: #366db3;
}

.fisco .sommarioGuide ul ul ul li a {
    color: #333333 !important;
}

.lavoro .sommarioGuide ul li a {
    color: #1c9d80;
}

.lavoro .sommarioGuide ul ul ul li a {
    color: #333333 !important;
}

.sommarioGuide {
    margin-top: -10px;
}

    .sommarioGuide h2 {
        font-family: 'Merriweather';
        float: none;
        width: 100%;
        margin: 0px 0 14px 0 !important;
        font-size: 24px;
        color: #333333;
        font-weight: normal;
        line-height: 28px;
        padding-top: 15px;
        padding-bottom: 8px;
        border-bottom: 3px solid #537cb4;
    }

    .sommarioGuide ul {
        margin-left: -15px;
        margin-bottom: 30px;
    }

        .sommarioGuide ul li.nome-doc a {
            line-height: 20pt;
            cursor: pointer;
        }

            .sommarioGuide ul li.nome-doc a:hover {
                color: #f4792b !important;
            }

        .sommarioGuide ul li.mese-doc a {
            text-decoration: none !important;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13pt;
            cursor: pointer;
            line-height: 23pt;
        }

            .sommarioGuide ul li.mese-doc a:hover {
                color: #f4792b !important;
            }

        .sommarioGuide ul li.mese-doc ul {
            margin-bottom: 25px;
        }

            .sommarioGuide ul li.mese-doc ul li a {
                text-transform: lowercase;
                font-size: 12pt;
                color: #000000 !important;
                font-weight: lighter !important;
            }

                .sommarioGuide ul li.mese-doc ul li a > span:first-letter {
                    text-transform: uppercase !important;
                }

            .sommarioGuide ul li.mese-doc ul li ul li {
                margin-left: 15px;
            }

                .sommarioGuide ul li.mese-doc ul li ul li a {
                    font-size: 11pt;
                    color: #555444 !important;
                }

.special_menu {
    border-left: 1px solid #000000;
}

    .special_menu ul {
        border: none !important;
    }

        .special_menu ul li.special_menu_sub {
            height: 28px !important;
            background-color: #2d2d2d !important;
            border-left: 0px solid transparent !important;
            border-bottom: 1px solid #000 !important;
        }


            .special_menu ul li.special_menu_sub:last-child {
                border: none !important;
            }

            .special_menu ul li.special_menu_sub a {
                padding: 7px 10px 5px 10px !important;
                color: #bcbcbc !important;
            }

            .special_menu ul li.special_menu_sub:hover {
                background: #2d2d2d !important;
            }

                .special_menu ul li.special_menu_sub:hover a {
                    color: white !important;
                }

/*.currentSpecial {
            background-color: #9e1919;
        }*/

.currentSpecial2 {
    color: #f4792b !important;
}

.special_menu ul li.currentSpecial a {
    color: #9e1919 !important;
}

/*.special_menu:hover {
            background: #9e1919 !important;
        }*/

.special_menu:hover a {
    color: #fff !important;
}
/*

.special_menu {
  border-left: 1px solid transparent !important;
}

.special_menu li.special_menu_sub {
  height: 28px !important;
  background-color: #E6E7E8 !important;
}

.special_menu li.special_menu_sub a{
  padding: 7px 10px 5px 10px !important;
}

.special_menu li.special_menu_sub:hover {
  background: #f4792b !important;
}

.special_menu li.special_menu_sub:hover a {
  color: white !important;
}

.special_menu li.special_menu_sub a {
  color: #2d2d2d !important;
}

.special_menu li.currentSpecial {
  background: #f4792b;
}

.special_menu li.currentSpecial a {
  color: #fff !important;
}
.special_menu:hover {
  background: #f4792b !important;
}
.special_menu:hover a{
  color: #fff !important;
}*/
.docty_Documento-Fisco-Soluzioni-Quesiti .risposta {
    background-image: url("../images/skin/quesito_risposta.png");
    background-position: left 0px;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    padding-left: 30px;
}

.docty_Documento-Fisco-Soluzioni-Quesiti .domanda {
    background-color: #FFFFFF !important;
    background-image: url("../images/skin/quesito_domanda.png");
    background-position: left 19px;
    background-repeat: no-repeat;
    border: medium none;
    padding-bottom: 15px;
    padding-left: 30px !important;
    padding-top: 10px !important;
    border: none;
}

.rispostadi {
    text-align: left !important;
    color: #888888;
    font-style: italic;
}

.quesiti-title {
    border-bottom: 1px solid #9BBFED !important;
    font-family: 'Times new roman', times, serif !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 0px !important;
    font-size: 2.2em !important;
}

.tag-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .tag-section span {
        float: left;
        margin-right: 5px;
        color: #333333;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        background: #e8e8e8;
        padding: 5px 10px;
        text-transform: uppercase;
        font-family: 'Open sans';
    }

.article,
.container-banche-dati {
    text-align: justify !important;
}

#submenu .list_arg li a {
    color: #000000;
}

#submenu .list_arg li.selected a {
    color: #ffffff;
}

#submenu .list_article ul li .title a {
    color: #366db3 !important;
}


/** !COLORS **/
.dark {
    color: #2d2d2d;
}

.darker {
    color: #3d3d3d;
}

.gray {
    color: #868585;
}

.white {
    color: #fff;
}

.bg-lightgray {
    background-color: #ebebeb;
}

.lavoro .bg-primary {
    background: #1c9d80;
}

.lavoro .bg-primary-hover:hover {
    background: #1c9d80;
    color: #ffffff;
}

.lavoro .bg-primary-selected {
    background: #1c9d80;
    color: #ffffff !important;
}

.lavoro .color-primary {
    color: #1c9d80;
}

.lavoro .border-primary {
    border-color: #1c9d80;
}

.lavoro .bg-primary-light {
    background-color: #e8f5f2;
}

.fisco .bg-primary {
    background: #366db3;
}

.fisco .bg-primary-hover:hover {
    background: #366db3;
    color: #ffffff;
}

.fisco .bg-primary-selected {
    background: #366db3;
    color: #ffffff !important;
}

.fisco .color-primary {
    color: #366db3;
}

.fisco .border-primary {
    border-color: #366db3;
}

.fisco .bg-primary-light {
    background-color: #e9ecf5;
}

.cartella #list-accordion.ui-accordion .ui-accordion-content {
    height: auto !important;
}

/** COLUMNS AND POSITIONS **/
.max-width {
    width: 100%;
    float: left;
}

.max-heigth {
    height: 100%;
    float: left;
}

.heigth-auto {
    height: auto;
    float: left;
}

.width-auto {
    width: auto;
    float: left;
}

.float-right {
    float: right;
}

.width-50 {
    width: 50%;
    float: left;
}

/** MARGIN AND PADDING **/
.no-margin {
    margin: 0;
}

.border-box {
    box-sizing: border-box;
}

.vertical-padding-10 {
    padding: 10px 0;
}

/** FONT **/
.size-18 {
    font-size: 18px;
}

.size-14 {
    font-size: 14px;
}

.size-12 {
    font-size: 12px;
}

.text-bold {
    font-weight: 700;
}

.text-semi-bold {
    font-weight: 600;
}

.text-uppercase {
    text-transform: uppercase;
}

.no-transform {
    text-transform: none;
}

.no-decoration {
    text-decoration: none;
}

/** VISIBILITY **/
.hidden {
    display: none;
}



.scroller_cartella,
.scroller {
    /*    float: left;
    position: relative;
    overflow-y: hidden;  all browsers, of course
    overflow-y: auto\9; /* IE8 and below
    overflow-x: hidden;
    height: 50vw !important;
    width: 100%;*/
}

.infinite_list_no_load,
.infinite_list {
    float: left;
    width: 100%;
    position: relative;
}

    .infinite_list .list-item.die-bottom, .infinite_list .list-item.die-top {
        background-color: #fff;
    }

.cd-secondary-nav.is-fixed {
    z-index: 99999 !important;
}

#spinner {
    width: 70%;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    color: #b3b3b3;
    margin: 20px 15%;
    float: left;
}

.elenco_living_book #spinner {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
}

.vert_nav.no-print {
    position: absolute;
    top: 20px;
    margin-left: 140px;
    z-index: -1;
}

    .vert_nav.no-print.no_cor {
        position: absolute;
        top: 0px;
        margin-left: 140px;
    }

    .vert_nav.no-print.is-fixed {
        position: fixed;
        top: 65px !important;
        margin-left: 256px;
    }

    .vert_nav.no-print.is-fixed-2 {
        position: fixed;
        top: 65px !important;
        margin-left: 470px;
    }

.vert_nav .sharing {
    margin-top: 0;
}

.lavoro #share_sidebar .ui-tooltip {
    background-color: #1C9D80 !important;
    color: #FFF !important;
    box-shadow: none !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

    .lavoro #share_sidebar .ui-tooltip:after {
        left: 100%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #1C9D80;
        border-width: 12px;
    }

.fisco .article > .ui-tooltip {
    background-color: #366db3 !important;
    color: #FFF !important;
    box-shadow: none !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    padding: 5px !important;
}

    .fisco .article > .ui-tooltip:after {
        left: 100%;
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #366db3;
        border-width: 12px;
    }

.sidebar {
    position: relative;
    overflow: hidden;
}

    .sidebar.fixed-sidebar {
        position: fixed;
        top: 56px;
    }

.news_content.fixed-sidebar {
    margin-left: 241px;
}

.selectBox-dropdown-menu .title {
    font-weight: bold;
}

.selectBox-dropdown-menu .title {
    font-weight: bold;
}

.selectBox-dropdown-menu .first {
    padding-left: 10px;
}

.selectBox-dropdown-menu .second {
    padding-left: 20px;
}


.select-dropdown {
    width: 100% !important;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.3;
    text-decoration: none;
    text-align: left;
    padding: 7px 0 3px 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    outline: none;
    vertical-align: middle;
    background: #2d2d2d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.lavoro .select-dropdown.open {
    background-color: #1c9d80;
}

.fisco .select-dropdown.open {
    background-color: #366db3;
}

.select-dropdown .parent-filter {
    padding: 2px 10px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: white;
    font-weight: bold;
}

.select-dropdown .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: url(../images/jquery.selectBox-arrow.png) 50% -79px no-repeat;
    border-left: solid 1px #3c3c3c;
    background-color: black;
}

.lavoro .select-dropdown.open .arrow {
    background: url(../images/jquery.selectBox-arrow.png) 50% 13px no-repeat;
    border-left: 1px solid #468a7b;
    background-color: #468a7b !important;
}

.fisco .select-dropdown.open .arrow {
    background: url(../images/jquery.selectBox-arrow.png) 50% 13px no-repeat;
    border-left: 1px solid #6f94bc;
    background-color: #6f94bc !important;
}

.dropdown-target {
    display: none;
    list-style: none;
    padding-left: 0;
    background: white;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 1px 1px 8px #969696;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    margin-top: -1px;
    width: 210px;
    margin-left: 1px;
}

.elenco_living_book .dropdown-target {
    display: none;
    list-style: none;
    padding-left: 0;
    background: white;
    max-height: 70%;
    overflow-y: auto;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 1px 1px 8px #969696;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    margin-top: -1px;
    width: 270px;
    margin-left: 1px;
}

.risultato_ricerca .sidebar .dropdown-target {
    display: none;
    list-style: none;
    padding-left: 0;
    background: white;
    max-height: 70%;
    overflow-y: auto;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 1px 1px 8px #969696;
    border-radius: 3px;
    position: absolute;
    z-index: 99999;
    margin-top: -1px;
    width: 190px;
    margin-left: 1px;
}

    .risultato_ricerca .sidebar .dropdown-target li {
        line-height: 15px;
    }

.dropdown-target li {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    text-decoration: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 30px;
}

    .elenco_living_book .dropdown-target li:hover,
    .dropdown-target li.selected {
        background-color: #1c9d80;
        color: #FFF;
    }

.fisco.elenco_living_book .dropdown-target li:hover,
.fisco .dropdown-target li.selected {
    background-color: #366db3;
    color: #FFF;
}

.dropdown-target li.label {
    background-color: #e8f5f2;
}

.fisco .dropdown-target li.label {
    background-color: #e9ecf5;
}

.dropdown-target li label {
    color: #969595;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: semi-bold;
}

.float-right {
    float: right !important;
}

/** NASCONDERE SWITCH SIDEBAR **/
.cartella .box_btn .switch {
    display: block;
}

.articolo .box_btn .switch {
    display: none;
}

/** !GRAFICA ACCORDION **/
#sidebar-filters {
    position: absolute;
    padding: 0;
    width: 210px;
    height: 100%;
    top: 75px;
    z-index: 99999;
    display: none;
    background-color: #fff;
    box-shadow: inset 0 0 6px #eaeaea;
    border: 1px solid #eaeaea;
    border-top: inherit;
    box-sizing: border-box;
}

#accordion .ui-accordion-content {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    background: inherit;
}

.box_btn .label-top {
    text-align: left;
    /*margin: 10px 13px;*/
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.show-all {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    line-height: 19px;
    color: #333333;
    height: 19px;
    display: inline-block;
    text-decoration: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#sidebar-filters ul {
    list-style: inherit;
    padding-left: inherit;
    margin: 3px 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

#accordion h3 {
    border-radius: inherit;
    border-top-style: solid;
    border-top-width: 1px;
    border-left: inherit;
    border-right: inherit;
    border-bottom: inherit;
    background: inherit;
    padding: 0 10px;
    display: block;
    text-decoration: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    height: 28px;
    box-sizing: border-box;
    line-height: 28px;
}

.ui-accordion-content {
    overflow: hidden;
}

    .ui-accordion-content a {
        padding: 3px 10px;
        display: block;
        text-decoration: inherit;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

span.arrows {
    display: block;
    position: absolute;
    top: 10px;
    right: 6px;
    width: 14px;
    height: 9px;
}

#accordion h3 span.arrows {
    background: url(../images/arrows-up-down.png) 0 -9px no-repeat;
}

.fisco #accordion h3 span.arrows {
    background: url(../images/arrows-up-down-blue.png) 0 -9px no-repeat;
}

#accordion h3.ui-state-active span.arrows {
    background: url(../images/arrows-up-down.png) 0 0 no-repeat;
}

.fisco #accordion h3.ui-state-active span.arrows {
    background: url(../images/arrows-up-down-blue.png) 0 0 no-repeat;
}

/** TAGLIO RICERCA **/
.search-container {
    display: none;
    width: 890px;
    margin: 0 0 0 50px;
    padding: 8px 0 0 0;
    position: absolute;
    background: #fff;
}

.search-content {
    border: 1px solid #dad0c6;
    min-height: 30px;
    height: auto;
    border-radius: 5px;
    box-sizing: border-box;
    float: right;
    z-index: 999999;
    position: relative;
    background: #fff;
    width: 100%;
}

    .search-content input.search {
        float: left;
        outline: none;
        margin: inherit;
        background: inherit;
        padding: 4px;
        width: 350px;
        height: 35px;
    }

    .search-content button {
        float: right;
    }

.close-search {
    background: url(../images/close_icon.png) no-repeat top center;
    height: 29px;
    width: 26px;
    background-color: #666;
    border: none;
    margin-top: 4px;
    margin-right: 4px;
    border-radius: 4px;
    background-size: 13px;
    background-position: 7px 7px;
}

.submit-search {
    padding: 0 3px;
    color: #e9ecf5;
    border-radius: 4px;
    font-size: 10px;
    float: left;
    margin: 4px;
    background: #666;
    background-position: center center;
    height: 29px;
    box-sizing: border-box;
    border: none;
    line-height: 10px;
}

    .submit-search:hover, .close-search:hover {
        background-color: #888;
        color: #FFF;
    }

    .submit-search span {
        margin: 1px 5px 1px 0;
        float: left;
        /*border-left: 1px solid #000;*/
        height: 17px;
        padding: 3px 0 0 30px;
        background: url('../images/search_icon_white.png') no-repeat;
        background-position: 2px 2px;
    }

        .submit-search span:before {
            background: #ddd;
            content: "";
            display: block;
            position: absolute;
            margin-left: -10px;
            margin-top: -3px;
            pointer-events: none;
            height: 17px;
            width: 1px;
        }

    .submit-search span,
    .submit-search img,
    .submit-search {
        float: left;
    }

.search-results {
    background: #FFF;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    z-index: 99999;
    display: none;
    height: 233px;
    margin: 0 auto;
    box-shadow: 0 7px 15px #dadada;
    box-sizing: border-box;
    position: relative;
    float: left;
}

    .search-results .autocomplete, .search-results .archive {
        width: 100%;
        float: left;
        overflow: hidden;
        min-height: 0px;
        max-height: 233px;
        position: relative;
    }

    .search-results .archive {
        background: #e7e7e7;
        padding: 15px 20px;
        box-sizing: border-box;
        height: 100%;
        position: absolute;
        right: 0;
    }

        .search-results .archive h3 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            margin: 0;
        }

        .search-results .archive ul {
            list-style: none;
            padding-left: 0;
        }

            .search-results .archive ul li {
                float: left;
                width: 100%;
                padding: 5px 0;
            }

                .search-results .archive ul li a.item {
                    font-weight: 700;
                    color: #2b2b2b;
                    text-decoration: inherit;
                    text-transform: uppercase;
                    font-size: 14px;
                    width: 100%;
                    height: auto;
                }

                .search-results .archive ul li p {
                    width: 100%;
                    float: left;
                    margin: 0;
                    font-size: 10px;
                    font-weight: 700;
                    text-transform: uppercase;
                    color: #868585;
                }

    .search-results .autocomplete ul {
        padding: 0px;
        list-style: none;
        margin: 0;
        width: 100%;
        float: left;
        box-sizing: border-box;
    }

        .search-results .autocomplete ul li {
            width: 100%;
            float: left;
            padding: 8px 0;
            border-top: 1px solid #ededed;
            border-bottom: 1px solid #f4f4f4;
            cursor: pointer;
        }

            .search-results .autocomplete ul li:first-childre {
                padding-top: 0;
                border-top: none;
            }

            .search-results .autocomplete ul li .result {
                display: block;
                width: 97%;
                height: auto;
                text-decoration: inherit;
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
                color: #666;
            }

            .search-results .autocomplete ul li .type {
                width: 100%;
                float: left;
                margin: 0;
                color: #000;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 10px;
            }

                .search-results .autocomplete ul li .type span {
                    float: right;
                    color: #868585;
                }

.search-content .label {
    background-color: #fdf3ea;
    display: inline-block;
    float: left;
    color: #2d2d2d;
    text-decoration: inherit;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 0 5px;
    height: 18px;
    padding: 0 0 0 10px;
}

    .search-content .label span {
        background-image: url('../images/close_icon.png');
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: center center;
        height: 13px;
        width: 13px;
        /*padding: 0 6px;*/
        display: inline-block;
        /*float: right;*/
        position: relative;
        top: 1px;
        margin-left: 5px;
    }

.search-content .label-container {
    padding: 5px;
    float: left;
    max-width: 680px;
    width: auto;
}

.search-content .buttons-container {
    width: 180px;
    float: right;
    position: absolute;
    top: 3px;
    right: 1px;
}

.buttons-container .total {
    display: none;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #868585;
}

/** CSS LANDING RISULTATI DI RICERCA **/
.result-bar {
    height: 40px;
}

.result-bar-content {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 7px 10px;
}

.reduced.select-dropdown {
    height: 22px;
    box-sizing: border-box;
    padding: 2px 8px;
}

    .reduced.select-dropdown .parent-filter {
        padding: 0;
        height: 22px;
        float: left;
    }

.result-selectors .select-dropdown .arrow {
    background-position: 50% -86px;
}

.result-selectors .select-dropdown.open .arrow {
    background-position: 50% 6px;
}

.filter-title {
    position: relative !important;
    padding: 0 !important;
    float: left;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top-color: #8dcebf !important;
    border-radius: inherit !important;
}

.fisco .filter-title {
    border-top-color: #366db3 !important;
}

.filter-content {
    padding: 0 !important;
    float: left;
}

    .filter-content ul {
        list-style: none;
        padding-left: 0;
    }

        .filter-content ul li {
            padding: 9px 0 7px 30px;
        }

            .filter-content ul li a {
                padding: 0;
            }

.input-group {
    position: relative;
}

    .input-group input {
        width: 100%;
        box-sizing: border-box;
    }

    .input-group span {
        position: absolute;
        top: 0;
        right: 0;
    }

#list-accordion *,
#search-accordion * {
    box-sizing: border-box;
}

.result-item {
    height: 150px;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0 15px 0;
    box-sizing: border-box;
}

    .result-item .left {
        padding-right: 10px;
        box-sizing: border-box;
    }

        .result-item .left h3 {
            margin-top: 16px;
            margin-bottom: 15px;
        }

        .result-item .left h4 {
            margin: 0;
            font-size: 10px;
            text-transform: uppercase;
        }

    .result-item .right p {
        font-size: 14px;
        color: #868585;
        font-family: Merriweather, sans-serif;
        line-height: 22px;
        margin: 0;
    }

    .result-item .share {
        background: url('../images/share_icon_green.png') no-repeat;
        margin-top: 8px;
        font-size: 11px;
        padding-left: 20px;
        line-height: 11px;
        float: left;
    }

.fisco .result-item .share {
    background: url('../images/share_icon_blue.png') no-repeat;
}

.filter-title {
    font-weight: 600 !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #1c9d80 !important;
    text-transform: uppercase;
    padding: 15px 0 15px 30px !important;
    background: inherit !important;
}

.fisco .filter-title {
    color: #366db3 !important;
}

.cartella .filter-title.ui-accordion-header-active {
    font-weight: 600 !important;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #1c9d80 !important;
    border: 0 !important;
    text-transform: uppercase;
    padding: 15px 0 15px 30px !important;
    background: inherit !important;
}

.cartella.fisco .filter-title.ui-accordion-header-active {
    color: #366db3 !important;
}

.cartella .filter-title {
    font-weight: 600 !important;
    font-size: 12px !important;
    border: 0 !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #2d2d2d !important;
    text-transform: uppercase;
    padding: 15px 0 15px 30px !important;
    background: inherit !important;
}

.fisco.cartella .filter-title {
    color: #2d2d2d !important;
}

#list-accordion span.arrows,
#search-accordion span.arrows {
    display: block;
    position: absolute;
    top: 20px;
    left: 6px;
    width: 14px;
    height: 9px;
}

#list-accordion h3 span.arrows,
#search-accordion h3 span.arrows {
    background: url('../images/arrows-up-down.png') 0 -9px no-repeat;
}

.cartella #list-accordion h3 span.arrows {
    background: url('../images/arrow-down-black.png') center center no-repeat;
}

#list-accordion h3.ui-state-active span.arrows,
#search-accordion h3.ui-state-active span.arrows {
    background: url('../images/arrows-up-down.png') 0 0 no-repeat;
}

.fisco #list-accordion h3 span.arrows,
.fisco #search-accordion h3 span.arrows {
    background: url('../images/arrows-up-down-blue.png') 0 -9px no-repeat;
}

.fisco #list-accordion h3.ui-state-active span.arrows,
.fisco #search-accordion h3.ui-state-active span.arrows {
    background: url('../images/arrows-up-down-blue.png') 0 0 no-repeat;
}

.filter-content ul li.selected {
    background: url('../images/check-green.png') no-repeat;
    background-position: 6px 10px;
    background-color: #e8f5f2;
}

#list-accordion .filter-content ul li.selected {
    background: #e8f5f2;
}

.fisco .filter-content ul li.selected {
    background: url('../images/check-blue.png') no-repeat;
    background-position: 6px 10px;
    background-color: #e9ecf5;
}

#list-accordion .fisco .filter-content ul li.selected {
    background: #e9ecf5;
}

.filter-content ul li.selected a {
    color: #1c9d80;
}

.fisco .filter-content ul li.selected a {
    color: #366db3;
}

#list-accordion input[type="text"],
#search-accordion input[type="text"] {
    font-family: Merriweather, sans-serif;
    font-size: 12px;
    font-style: italic;
    width: 100%;
    border: 1px solid #f8f8f8;
    box-shadow: inset 1px 2px 3px #d4d4d4;
    padding: 5px 3px 4px 10px;
    border-radius: 4px;
}

#list-accordion .filter-content ul li a.select-dropdown,
#search-accordion .filter-content ul li a.select-dropdown {
    color: #fff;
    width: 100% !important;
}

    #list-accordion .filter-content ul li a.select-dropdown .arrow,
    #search-accordion .filter-content ul li a.select-dropdown .arrow {
        background: url(../images/jquery.selectBox-arrow.png) 50% -84px no-repeat;
    }

    #list-accordion .filter-content ul li a.select-dropdown.open .arrow,
    #search-accordion .filter-content ul li a.select-dropdown.open .arrow {
        background: url(../images/jquery.selectBox-arrow.png) 50% 7px no-repeat;
    }

.label-radio {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    height: 20px !important;
}

.radio-btn:checked + label {
    background: url('../images/radio-green.png') no-repeat;
    background-position: 0 -20px;
}

.radio-btn + label {
    background: url('../images/radio-green.png') no-repeat;
    background-position: 0 0;
    position: relative;
}

.fisco .radio-btn:checked + label {
    background: url('../images/radio-blue.png') no-repeat;
    background-position: 0 -20px;
}

.fisco .radio-btn + label {
    background: url('../images/radio-blue.png') no-repeat;
    background-position: 0 0;
    position: relative;
}

.input-group span button.calendar {
    background: url('../images/calendar-white.png') 7px 6px no-repeat !important;
    position: relative;
    background-color: #2d2d2d !important;
    border-radius: 0 4px 4px 0;
    height: 24px;
    width: 25px;
    top: 2px;
    border: none;
    background-position: 5px 5px;
}


.share-container {
    width: 185px;
    float: left;
}

    .share-container .share-aggregator {
        height: 28px;
        display: block;
        border-radius: 3px;
        float: left;
    }

        .share-container .share-aggregator .agg {
            font-size: 14px;
            float: right;
            margin: 4px 8px;
        }

.share-btn {
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 1px;
    display: none;
}

.bg-social:hover {
    background-color: #1c9d80;
}

.fisco .bg-social:hover {
    background-color: #366db3;
}

.share-btn.facebook {
    background-image: url('/Assets/images/social/facebook.png');
}

.fisco .share-btn.facebook {
    background-image: url('/Assets/images/social/facebook_blue.png');
}

.share-btn.facebook:hover {
    background-image: url('/Assets/images/social/facebook-hover.png');
}

.share-btn.twitter {
    background-image: url('/Assets/images/social/twitter.png');
}

.fisco .share-btn.twitter {
    background-image: url('/Assets/images/social/twitter_blue.png');
}

.share-btn.twitter:hover {
    background-image: url('/Assets/images/social/twitter-hover.png');
}

.share-btn.google-plus {
    background-image: url('/Assets/images/social/google-plus.png');
}

.fisco .share-btn.google-plus {
    background-image: url('/Assets/images/social/google-plus_blue.png');
}

.share-btn.google-plus:hover {
    background-image: url('/Assets/images/social/google-plus-hover.png');
}

.share-btn.linkedin {
    background-image: url('/Assets/images/social/linkedin.png');
}

.fisco .share-btn.linkedin {
    background-image: url('/Assets/images/social/linkedin_blue.png');
}

.share-btn.linkedin:hover {
    background-image: url('/Assets/images/social/linkedin-hover.png');
}

.fisco.risultato_ricerca .settore_filter {
    color: #366db3;
}

/** HOME STYLE **/
#event-calendar {
    display: none;
    width: 300px;
    position: absolute;
    margin-top: 50px;
    background-color: #e8f5f2;
    z-index: 1;
    box-shadow: 0 0 15px #999;
}

#calendar-triangle {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #1C9D80 transparent;
    display: block;
    width: 0;
    z-index: 1;
    display: none;
}
/*
.eventsCalendar-slider {
    height: 40px !important;
    background-color: #1C9D80;
}
.eventsCalendar-monthWrap {
    height: 254px;
}
.eventsCalendar-monthWrap a {
    color: #FFF;
    text-decoration: none;
}
.eventsCalendar-daysList {
    float: left;
    list-style: none;
    padding-left: 0;
}
.eventsCalendar-list-wrap {
    display: none;
}
.eventsCalendar-day-header {
    text-align: center;
    color: #1C9D80;
}
.eventsCalendar-daysList li a {
    font-size: 12px !important;
    color: #000;
}
.eventCalendar-wrap .arrow {
    top: 0 !important;
    width: 40px;
    height: 40px;
}
.eventCalendar-wrap .arrow.prev {
    left: 0;
    background: url(../images/chevron-left.png) 10px 50% no-repeat;
}
.eventCalendar-wrap .arrow.next {
    right: 0;
    background: url(../images/chevron-right.png) 12px 50% no-repeat;
}
.eventCalendar-wrap .arrow span {
    display: none;
}
*/
.hr {
    height: 1px;
    margin-bottom: 17px;
    float: left;
    width: 100%;
}

    .hr hr {
        display: none;
    }

    .hr.m10 {
        margin: 10px 0 5px 0;
    }

    .hr.m20 {
        margin: 20px 0 5px 0;
    }
/*.cs-label {
    background-color: #e8f5f2;
    font-size: 12px;
    text-transform: uppercase;
    color: #1c9d80;
    padding: 5px 10px 5px 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}*/
.source {
    font-size: 12px;
    margin-top: 10px;
}

.share-container {
    position: absolute;
    margin: -43px 0 0 10px;
    width: 185px;
    float: left;
}

    .share-container .share-aggregator {
        width: 69px;
        height: 28px;
        background-image: url('/Assets/images/share.png');
        background-repeat: no-repeat;
        background-position: 7px 50%;
        display: block;
        border-radius: 3px;
        float: left;
    }

        .share-container .share-aggregator .agg {
            font-size: 14px;
            float: right;
            margin: 4px 8px;
        }

.share-btn {
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 1px;
    display: none;
}

    .share-btn.facebook {
        background-image: url('/Assets/images/social/facebook.png');
    }

        .share-btn.facebook:hover {
            background-image: url('/Assets/images/social/facebook-hover.png');
        }

    .share-btn.twitter {
        background-image: url('/Assets/images/social/twitter.png');
    }

        .share-btn.twitter:hover {
            background-image: url('/Assets/images/social/twitter-hover.png');
        }

    .share-btn.google-plus {
        background-image: url('/Assets/images/social/google-plus.png');
    }

        .share-btn.google-plus:hover {
            background-image: url('/Assets/images/social/google-plus-hover.png');
        }

    .share-btn.linkedin {
        background-image: url('/Assets/images/social/linkedin.png');
    }

        .share-btn.linkedin:hover {
            background-image: url('/Assets/images/social/linkedin-hover.png');
        }


.sidebar-banner {
    padding-bottom: 10px;
    border-bottom: 1px solid #8dcebf;
    margin-bottom: 15px;
}

    .sidebar-banner a {
        display: block;
    }

        .sidebar-banner a img {
            width: 100%;
        }
/*.home-slider {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}
.home-slider .slider-controller {
    height: 40px;
}
.home-slider .slider-controller a {
    width: 33px;
    box-sizing: border-box;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: inherit;
    font-size: 12px;
    font-weight: bold;
}
.home-slider .slider-controller a.slider-label {
    width: 234px !important;
    border-right: 1px solid #008466;
    border-left: 1px solid #008466;
}
.home-slider .slider-controller a.slider-prev {
    background: url(../images/chevron-left.png) 7px 50% no-repeat;
    border-right: 1px solid #18b18e;
}
.home-slider .slider-controller a.slider-next {
    background: url(../images/chevron-right.png) 8px 50% no-repeat;
    border-left: 1px solid #18b18e;
}
.home-slider .slider-controller a:hover {
    background-color: #008466;
}
.home-slider .slider-content {
    list-style: none;
    padding-left: 0;
    margin: 0;
    box-sizing: border-box;
    margin-top: 5px;
    float: left;
    position: relative;
    background-color: #e8f5f2;
}
.home-slider .slider-content li {
    display: inline-block;
    float: left;
    width: 300px;
}
.slider-container {
    overflow: hidden;
    width: 300px;
}
    */
.scadenze .event-list-container {
    margin-top: 4px;
}

.scadenze .content .news_content .article .description {
    border-bottom: 0;
}

.scadenze .event-list .event-item {
    background: #e8f5f2;
    border-bottom: 0;
}

.fisco.scadenze .event-list .event-item {
    background: #e9eef5;
}

.scadenze.fisco .event-description {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #91aacc;
}



/** DATEPICKER OVERRIDE **/
/* ridimensionamento utile solo alla sidebar interna */
.sidebar #sidebar-event-calendar-week .ui-datepicker {
    padding: 0 !important;
    float: left !important;
    width: 100% !important;
}

    .sidebar #sidebar-event-calendar-week .ui-datepicker td {
        padding: 0 !important;
        line-height: 25px;
    }
/* font family header */
.sidebar #sidebar-event-calendar-week .ui-datepicker-calendar th {
    color: #366db3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/* font family */
.sidebar #sidebar-event-calendar-week .ui-datepicker-calendar td {
    font-family: 'Open Sans', sans-serif;
}

/* riduzione font (trovare selettore + generico) */
.sidebar #sidebar-event-calendar-week .ui-datepicker .ui-state-default {
    width: 27.5px !important;
    font-weight: 600;
}
/* allineamento sfondo today */
/*.sidebar #sidebar-event-calendar-week .ui-datepicker td.ui-datepicker-today.event-day, .ui-datepicker td.ui-datepicker-today {*/
/*background-image: url('/Assets/images/today.png') !important;*/
/*background-repeat: no-repeat !important;*/
/*background-position: 1px 0px !important;*/
/*}*/




/* fisco coloring */
.fisco .ui-datepicker .ui-datepicker-header {
    background-color: #366db3 !important;
}

.fisco .ui-datepicker .ui-datepicker-title {
    border-right: 1px solid #144280 !important;
    border-left: 1px solid #007bc0 !important;
}

.fisco .ui-datepicker .ui-datepicker-next:hover, .fisco .ui-datepicker .ui-datepicker-prev:hover {
    background-color: #d1dae8 !important;
}

.fisco .ui-datepicker .ui-datepicker-next, .fisco .ui-datepicker .ui-datepicker-prev {
    background-color: #366db3;
}

.fisco .ui-datepicker .ui-datepicker-next {
    border-left: 1px solid #007bc0;
}

.fisco .ui-datepicker .ui-datepicker-prev {
    border-right: 1px solid #144280;
}

.fisco .ui-datepicker .ui-datepicker-calendar {
    background-color: #e9ecf5 !important;
}


/*** end of datepicker override ****/



.toast-container {
    display: none !important;
}
/*#sidebar-event-calendar td a {
    pointer-events: none !important;
    cursor: default !important;
}*/
.main-post-title a, .secondary-post-title a {
    color: #2d2d2d !important;
    text-decoration: none !important;
}

.home-content .share-container .share-aggregator {
    background-color: #1C9D80;
    color: white;
}

.home-content .main-post {
    position: relative;
}

.home-content .share-container {
    position: absolute;
    margin: 0;
    width: 185px;
    float: left;
    top: 265px;
    left: 8px;
}

#ui-datepicker-div {
    max-width: 280px !important;
}

.result-item .share-container {
    position: relative;
    margin: 0;
    width: 100%;
}

    .result-item .share-container .share-aggregator {
        background-image: url('/Assets/images/share_icon_green.png');
        background-position: inherit;
        width: auto;
    }

        .result-item .share-container .share-aggregator .agg {
            margin: 0 0 0 5px;
            font-size: 12px;
        }

input, button {
    outline: none;
}

.impostazioni .logo {
    border-right: none;
}

.impostazioni .search_section {
    border-bottom: 1px solid #ebebeb;
}

.fisco.scadenze .event-item .day {
    display: none;
}

.fisco.scadenze .event-item .event-description {
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.scadenze .event-description .data {
    margin: 10px 0 0 0;
    color: #868585;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.scadenze .event-list .event-item.selected {
    background: #fff !important;
}

.vert_nav ul.sharing li .download_icon a.pdf_icon {
    background: #e9eef5 url('../images/pdf_icon_fisco.png') no-repeat scroll center center !important;
}

.vert_nav ul.sharing li .download {
    background: #e9eef5 url('../images/download_icon_fisco.png') no-repeat scroll center center !important;
}

.vert_nav ul.sharing li .download_icon a.pdf_icon:hover {
    background: #366db3 url('../images/pdf_over_icon.png') no-repeat scroll center center !important;
}

.vert_nav ul.sharing li .download:hover {
    background: #366db3 url('../images/download_over_icon.png') no-repeat scroll center center !important;
}
/*#sidebar-event-calendar-week {
    float: left;
    width: 220px;
}*/
.event-list-container {
    float: left;
    overflow: hidden;
    position: relative;
}

.fixed-to-top {
    position: fixed;
    top: 50px;
}

.news_fixed {
    left: 230px;
}


label.add-label-title {
    margin-top: 3px;
}



.fisco .home-content .excerpt a:link {
    color: #285ba1;
}

.lavoro .home-content .excerpt a:link {
    color: #1c9d80;
}

.home-content .excerpt a:hover {
    color: #f4792b;
}






/* living book */
#submenu .list_arg li a:link, #submenu .list_arg li a:visited {
    color: #2d2d2d;
    text-decoration: none;
}

.fisco #submenu .list_arg li.selected a {
    color: #fff;
    /* text-decoration:none; */
}

/* UL.list_number - ridotti i margini verticali dei dei punti elenco, tolto il floating, ridotto il font, rientrato un pochino, ridotto il numero */

.content .news_content .article ul.list_number li:before {
    font-size: 14px;
}

.content .news_content .article ul.list_number li {
    float: none;
    font-size: 14px;
    margin: 3px;
}

/* P - ridotti i margini verticali dei paragrafi, tolto il floating */
.content .news_content .article .description p {
    float: none;
    margin-top: 6px;
    margin-bottom: 6px;
}
/* P - nei living book i P sono più spaziati, il testo è molto fitto */
.living_book_dettaglio .content .news_content .article .description p {
    margin-top: 10px;
    margin-bottom: 15px;
}

.content .news_content .article .description .header_description {
    /*float:none;*/
}

/* OCCHIELLO ARGOMENTI - aumentato il font, cambiata la spaziatura verticale inferiore */
.content .news_content .article .category {
    margin-bottom: 10px;
}

div.elencopersonalizzato {
    float: none;
}

div.el {
    float: none;
}

/* TABLE - eliminato il max-height, prova reinserimento border */
.content .news_content .article .table {
    max-height: none;
}

    .content .news_content .article .table table {
        border-collapse: collapse;
        border: 1px solid #5f5f5f;
        max-height: none;
    }

        .content .news_content .article .table table td, .content .container .table table td {
            border: 1px solid #5f5f5f;
            padding-left: 6px;
            padding-right: 6px;
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .content .news_content .article .table table td, .content .container .table table td {
            border: 1px solid #a1b6d2;
        }

/* LIVING BOOK - dimensioni verticali box nella home page, le ho riportate qui invece di metterle nell'html
    poi ho tolto l'uppercase agli autori per rispparmiare spazio
     */

.elenco_living_book .list.gallery li .right .central_col .category_list {
    height: 13px;
}

.elenco_formule .list.gallery li .right .central_col .category_list {
    height: 23px;
}

.elenco_living_book .list li .right .central_col .author {
}

    .elenco_living_book .list li .right .central_col .author a {
        text-transform: none;
    }



/* navigazione orizzontale - riduci padding e altezza */
.content .news_content .cron_article .pre_article a, .content .news_content .cron_article .next_article a {
    padding: 0 10%;
    height: 60px;
    /*line-height: 56px;*/
}

.fisco .content .news_content .cron_article .next_article a {
    background: transparent url('../images/arrow_right_fisco.png') no-repeat scroll 325px -55px;
}

.fisco .content .news_content .cron_article .pre_article a {
    background: transparent url('../images/arrow_left_fisco.png') no-repeat scroll 8px -55px;
}


/* colorazione termine parziale nell'autocomplete */
.search-results .autocomplete ul li .result span {
    color: #f4792b;
}

/* allargato il box di ricerca con il numero dei documenti (se > 10000 non ci stava) */
.search-content .buttons-container {
    width: 190px;
}
/* abbassati margini del titolo del risultato di ricerca per farci stare almeno tre righe */
.result-item .left h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* box attenzione, modificato per i casi in cui è embeddato in una tabella */
/* ho aggiunto la min-height */
.content .news_content .article .description table p.alert {
    line-height: 20px;
    padding: 10px 10px 10px 60px;
    background: #f5f5f5 url('../images/alert_icon_smaller.png') no-repeat scroll 10px 10px;
}

.fisco .content .news_content .article .description table p.alert {
    background: #e9ecf5 url('../images/alert_icon_fisco_smaller.png') no-repeat scroll 10px 10px;
}

/* un po' di margine sopra e sotto per le immagini e le tabelle incluse nell'overlay*/
.overlay_item img {
    margin-top: 10px;
    margin-bottom: 30px;
}

.overlay_item table {
    margin-bottom: 0px;
}

/**********************
    AGGIUNTE
***********************/

/* login page */
.impostazioni .loginpage .section_title {
    margin: 0px 0 12px 0px;
    float: none;
    width: 100%;
    margin-bottom: 0 !important;
}

.impostazioni .loginpage h6 {
    font-weight: bold;
    color: #2d2d2d;
    width: 100%;
    float: none;
}

.impostazioni .loginpage input[type="submit"] {
    background: #000;
    color: #bcbcbc;
    font-size: 10px;
    font-weight: 600;
    border-radius: 5px;
    border: 0;
    margin: 13px 0 0 0;
    width: 167px;
    height: 23px;
}

.impostazioni .loginpage input[type="password"],
.impostazioni .loginpage input[type="text"] {
    width: 190px;
    float: none;
    color: #898989;
    font-size: 13px;
    border-radius: 4px;
    font-weight: bold;
    margin: 13px 63px 0 0;
    padding: 4px 8px;
    border: 0;
    box-shadow: inset 1px 1px 5px #999;
}

.impostazioni .loginpage {
    margin: 51px 0 0 26px;
    height: 300px;
    float: none;
    width: 100%;
}

    .impostazioni .loginpage label {
        font-size: 12px;
    }

    .impostazioni .loginpage .password {
        margin-bottom: 200px;
    }

    .impostazioni .loginpage .user h6 {
        margin-top: 0;
    }

    .impostazioni .loginpage .user h6, .impostazioni .loginpage .password h6 {
        color: #7c7c7c;
    }

    .impostazioni .loginpage .validation-summary-errors ul li, .impostazioni .loginpage .field-validation-error {
        font-size: 12px;
        color: #f4792b;
    }

/* tieni la finestra contenuto con un'altezza minima */
.content {
    min-height: 600px;
}

/* correzioni alle dropdown di selezione per risparmiare spazio: ridotto padding sinistro */
.filter-content ul li {
    padding-left: 10px;
    text-transform: none;
}


/* SETTATO IL COLORE GRIGIO AI TAG DI SOLO TESTO */
.search-content .l116 {
    background-color: #d0d0d0;
}

.width-45 {
    width: 45%;
    float: left;
}

.width-5 {
    width: 5%;
    float: left;
}


/* ALZATA LA FINESTRA DEGLI AUTOCOMPLETE */
.search-results {
    height: 580px;
}

    .search-results .autocomplete, .search-results .archive {
        max-height: 580px;
    }

/* nell'accordion dei filtri di ricerca riduci un po' gli spazi all'inizio dei filtri */
.filter-content ul {
    margin-top: 0px;
}


/* date picker scadenze, sistemato il segnaposto */
.ui-datepicker td.event-day {
    background-position: 0px -1px !important;
}

/* ridotto font della navigazione orizzontale */
.content .news_content .cron_article .pre_article a, .content .news_content .cron_article .next_article a {
    font-size: 13px;
}


/* P in two_cols/LEFT (scadenze) - tolto il margine top, che crea problemi di allineamento se no ci sono P da una parte o dall'altra
  - ridotto anche il padding bottom, che era troppo pesante
*/
.content .news_content .article .description .two_col p {
    margin-top: 0px;
}

.two_col {
    padding-bottom: 20px;
}




/* modifiche ai filtri della sidebar */
.ui-accordion-content a {
    padding: 4px 10px;
    font-weight: normal;
}





/**** !!!! Correzioni filtri sidebar *****/
#sidebar-filters {
    width: 100%;
    left: 0px;
    padding: 0px 3px 10px 3px;
    /*-webkit-box-shadow: inset 0px 10px 11px 5px rgba(218,218,218,0.43);
    -moz-box-shadow: inset 0px 10px 11px 5px rgba(218,218,218,0.43);
    box-shadow: inset 0px 10px 11px 5px rgba(218,218,218,0.43);*/
}

.show-all {
    line-height: 25px;
    height: 25px;
}

/* riposizionato il vertical navigator, abbiamo spendo la navigazione orizzontale */
/*.vert_nav.no-print {
    top:0px;
}*/


.content .news_content .article .section {
    margin-top: 20px;
    /*min-width: 620px;*/
}

/* elenchi numerati, rodotto il font del numerino */
.fisco .content .news_content .article ul.list_number li:before {
    font-size: 14px;
}

.lavoro .content .news_content .article ul.list_number li:before {
    font-size: 14px;
}

/** aggiunto autore al secondo livello del menù */
#submenu .list_article li .item .author {
    margin: 10px 0;
    color: #5f5f5f;
    font-size: 12px;
    font-weight: 600;
}

    #submenu .list_article li .item .author a {
        margin: 10px 0;
        text-decoration: none;
        text-transform: none;
        font-size: 12px;
        color: #1c9d80;
    }

.fisco #submenu .list_article li .item .author a {
    color: #285ba1;
}


/* formattazione mappa sito, alcuni fix */
#submenu .mappa ul li.main a {
    color: #000000;
}

#submenu .mappa ul ul {
    width: 100%;
}


/* testata preview */
#previewtitle {
    color: #ffffff;
    font-size: 18px;
    margin-left: 10px;
}

    #previewtitle span {
        font-size: 14px;
    }

.search_section.preview {
    background: url('../images/sfondo_preview.png');
}


/* barra sinistra con timothy */
.sidebar .list-item h3 {
    font-weight: 400;
}

.sidebar .list-item {
    padding: 11px 9px;
}

    .sidebar .list-item p.author {
        margin: 6px 0;
    }


/***** PROVA NOTE LIVING BOOK *******/
.living_book_dettaglio .content .news_content .article .description .note {
    background-color: #e9ecf5;
    padding: 10px;
}

    .living_book_dettaglio .content .news_content .article .description .note .titolonote {
        padding-bottom: 5px;
        font-weight: 600;
    }

.living_book_dettaglio .content .news_content .article .description .richiamonota {
    vertical-align: super;
    font-size: .8em;
}


/* barra verticale senza margine iniziale quando non c'è la navigazione orizzontale */
.articolo .vert_nav.no-print, .soluzioni_strumenti .vert_nav.no-print, .scadenze .vert_nav.no-print {
    top: 0px;
}

#center {
    width: 940px;
    margin: 0 auto;
    padding: 0 0px;
}

/* al volo per demo */
#submenu .list_article li .item img {
    float: left;
    border: 3px solid #dddddd;
}


/* giustifica tutto */
.content .news_content .article p, .content .news_content .article ol, .content .news_content .article ul {
    text-align: justify;
}


/* TABLE approfondimenti */
.description table tbody {
    border-top: 4px solid #C1C1C1 !important;
    padding: 5px !important;
    font-size: 14px;
}

.description table {
    border-collapse: collapse;
    border: 1px solid #C1C1C1 !important;
    max-height: none;
}

    .description table td, .description table td {
        border: 1px solid #C1C1C1 !important;
        padding: 10px 10px 10px 10px;
        text-align: left !important;
    }

.block.notiziedelgiornoblock, .block.commentarimanualiblock, .block.bancadatiloadcontentblock {
    position: relative;
}

.sidebar-banner .banner {
    height: auto !important;
    margin-top: 2px;
    padding-top: 2px;
    margin-bottom: 4px;
}

.sidebar-banner .banner-slider {
    height: auto !important;
}

.sidebar-banner .banner-rotate, .sidebar-banner .banner-rotate .banner {
    width: 100% !important;
    margin-top: 2px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.sidebar-banner .banner-rotate {
    padding-bottom: 100%;
    margin-top: 22px;
}

.single-section-ccnl {
    padding-right: 60px;
}

.item-galleryFormazione {
    float: left;
    margin: 3px;
    text-align: center;
    width: 290px;
    min-height: 280px;
}

#submenu .list_article li.approfondimenti_1 ul li .image img2 {
    margin: 0px 0px 10px 48px;
    width: 101px;
    height: 142px;
    border: 1px solid #5d5d5d;
    border-radius: 2px;
}

.copertinaGuidaMenu {
    margin: 0px 0px 10px 48px;
    width: 101px;
    height: 142px;
    border: 1px solid #5d5d5d;
    border-radius: 2px;
}

li.icon.active {
    background-color: #f4792b;
}

    li.icon.active:hover {
        background-color: #ffae00;
    }

li.icon.profile_icon2 {
    background-color: #f4792b;
}

    li.icon.profile_icon2:hover {
        background-color: orange;
    }

li.icon.profile_icon3 {
    background-color: #f4792b;
}

    li.icon.profile_icon3:hover {
        background-color: orange;
    }

.rightFormazione {
    width: 280px;
}

.question-titleLink {
    color: white;
}

    .question-titleLink:hover {
        color: white;
    }

.btn-back-to-article-guide {
    background-color: #6f94bc !important;
    color: white !important;
    padding: 6px 12px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding-left: 50px;
    top: 70px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}

    .btn-back-to-article-guide:before {
        content: ' ';
        width: 35px;
        height: 35px;
        background: transparent url(../images/arrow_left_white.png) no-repeat scroll center 11px;
        position: absolute;
        padding-right: 0px;
        margin-left: -50px;
        margin-top: -8px;
        border-right: 1px solid #ccc;
    }

.teaserText, .teaserText * {
    font-family: 'Open sans';
}

.description table * {
    font-family: 'Open sans';
}

.description table thead {
    background: #f0efef;
    font-weight: 700;
}

    .description table thead * {
        text-align: center !important;
    }

.description table tbody * {
    text-align: left !important;
}

.sommarioLivingBook ul li * {
    font-family: 'Open sans';
}


.boxricorda *, .boxattenzione *, .boxesempio *, .boxilcaso *, .boxapprofondimento *, .boxcosacambia *, .boxcosafare * {
    font-family: 'Open sans';
}


.highlight {
    background-color: yellow;
}

.documenti-correlati div {
    padding-left: 25px;
}



/*------------------------------------------*/
/*box attenzione*/
.boxAttenzioneCustom {
    border-top: 1px dotted #b11116;
    border-bottom: 1px dotted #b11116;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxAttenzioneCustom * {
        font-family: 'Open sans';
    }

    .boxAttenzioneCustom:before {
        background: url('../images/fisco_icona_box_attenzione.png') no-repeat scroll 0px 0px;
        color: #b11116;
        content: "Attenzione";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
    }

    .boxAttenzioneCustom:not(table):before {
        margin-left: -30px;
    }

/*------------------------------------------*/
/*box approfondimento*/
.boxApprofondimentoCustom {
    border-top: 1px dotted #0095da;
    border-bottom: 1px dotted #0095da;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxApprofondimentoCustom * {
        font-family: 'Open sans';
    }

    .boxApprofondimentoCustom:before {
        background: url('../images/fisco_icona_box_approfondimento.png') no-repeat scroll 0px -1px;
        color: #0095da;
        content: "Approfondimento";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
    }

    .boxApprofondimentoCustom:not(table):before {
        margin-left: -30px;
    }

/*------------------------------------------*/
/*box cosa cambia*/
.boxCosaCambiaCustom {
    border-top: 1px dotted #2d2d50;
    border-bottom: 1px dotted #2d2d50;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxCosaCambiaCustom * {
        font-family: 'Open sans';
    }

    .boxCosaCambiaCustom:before {
        background: url('/Assets/images/fisco_icona_box_cosacambia.png') no-repeat scroll 0px 0px;
        color: #2d2d50;
        content: "Cosa cambia";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
        background-size: 24px 24px;
    }

    .boxCosaCambiaCustom :not(table):before {
        margin-left: -30px;
    }

/*------------------------------------------*/
/*box cosa fare*/
.boxCosaFareCustom {
    border-top: 1px dotted #84bd00;
    border-bottom: 1px dotted #84bd00;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxCosaFareCustom * {
        font-family: 'Open sans';
    }

    .boxCosaFareCustom:before {
        background: url('../images/fisco_icona_box_cosafare.png') no-repeat scroll 0px -1px;
        color: #84bd00;
        content: "Cosa fare";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
        background-size: 24px 24px;
    }

    .boxCosaFareCustom :not(table):before {
        margin-left: -30px;
    }


/*------------------------------------------*/
/*box esempio*/
.boxEsempioCustom {
    border-top: 1px dotted #005a20;
    border-bottom: 1px dotted #005a20;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxEsempioCustom * {
        font-family: 'Open sans';
    }

    .boxEsempioCustom:before {
        background: url('../images/fisco_icona_box_esempio.png') no-repeat scroll 0px 0px;
        color: #005a20;
        content: "Esempio";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
    }

    .boxEsempioCustom:not(table):before {
        margin-left: -30px;
    }

table.boxEsempioCustom {
    border: none !important;
}

/*------------------------------------------*/
/*box ilcaso*/
.boxIlCasoCustom {
    border-top: 1px dotted #05636a;
    border-bottom: 1px dotted #05636a;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxIlCasoCustom * {
        font-family: 'Open sans';
    }

    .boxIlCasoCustom:before {
        background: url('../images/fisco_icona_box_ilcaso.png') no-repeat scroll 0px -2px;
        color: #05636a;
        content: "Il caso";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
    }

    .boxIlCasoCustom:not(table):before {
        margin-left: -30px;
    }
/*------------------------------------------*/
/*box novita*/
.boxNovitaCustom {
    border-top: 1px dotted #890802;
    border-bottom: 1px dotted #890802;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxNovitaCustom * {
        font-family: 'Open sans';
    }

    .boxNovitaCustom:before {
        background: url('../images/fisco_icona_box_novita.png') no-repeat scroll 0px -1px;
        color: #890802;
        content: "Novità";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
    }

    .boxNovitaCustom:not(table):before {
        margin-left: -30px;
    }
/*------------------------------------------*/
/*box ricorda*/
.boxRicordaCustom {
    border-top: 1px dotted #f37321;
    border-bottom: 1px dotted #f37321;
    padding: 10px 30px 10px 45px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-family: 'Open sans';
}

    .boxRicordaCustom * {
        font-family: 'Open sans';
    }

    .boxRicordaCustom:before {
        background: url('../images/fisco_icona_box_ricorda.png') no-repeat scroll 0px -1px;
        color: #f37321;
        content: "Ricorda";
        display: block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 12pt;
        margin-left: -30px;
    }

    .boxRicordaCustom:not(table):before {
        margin-left: -30px;
    }

/*------------------------------------------*/

/*
li.nome-doc.actual-item-selected-index a,
.actual-item-selected-index a,
.actual-item-selected-index li a,
.actual-item-selected-sommario a,
.fisco #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .actual-item-selected-index a,
.lavoro #scrollerContainer.scrollerContainerBanchedati .scroll-sidebar ul .actual-item-selected-index a {
    font-weight: bold;
}
*/

/*
.actual-item-selected-index
{
    border: 1px solid #000 !important;
}
*/


/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
    display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
    display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
    display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
    display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
    display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
    display: none;
}

.mysol {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.375;
    color: #2d2d2d;
    /* Forms
   ========================================================================== */
    /**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
    /**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
    /**
 * Re-set default cursor for disabled elements.
 */
    /**
 * Remove inner padding and border in Firefox 4+.
 */
    /**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
    /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
    /**
 * Define consistent border, margin, and padding.
 */
    /**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
    /**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
    /**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
    /*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
    /* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
    /* May be able to remove this tweak as color inputs become more standardized across browsers. */
    /*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
    /*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
}

    .mysol * {
        font-family: inherit;
        line-height: inherit;
        box-sizing: border-box;
    }

        .mysol *,
        .mysol *::before,
        .mysol *::after {
            box-sizing: inherit;
        }

    .mysol img {
        max-width: 100%;
    }

    .mysol p {
        margin: 0;
        font-size: 14px;
    }

    .mysol a {
        color: #eb6e08;
    }

    .mysol strong {
        font-weight: 500;
    }

    .mysol h1,
    .mysol h2,
    .mysol h3,
    .mysol h4,
    .mysol h5,
    .mysol h6 {
        font-family: "Merriweather", Arial, sans-serif;
        font-weight: 500;
        line-height: 1.225;
        margin: 0;
    }

        .mysol h1 + p,
        .mysol h2 + p,
        .mysol h3 + p,
        .mysol h4 + p,
        .mysol h5 + p,
        .mysol h6 + p,
        .mysol p + p {
            margin-top: 0.75em;
        }

    .mysol button,
    .mysol input,
    .mysol optgroup,
    .mysol select,
    .mysol textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        font-size: 14px;
    }

    .mysol button {
        overflow: visible;
    }

    .mysol button,
    .mysol select {
        text-transform: none;
    }

    .mysol button,
    .mysol html input[type="button"],
    .mysol input[type="reset"],
    .mysol input[type="submit"] {
        -webkit-appearance: button;
        /* 2 */
        cursor: pointer;
        /* 3 */
    }

        .mysol button[disabled],
        .mysol html input[disabled] {
            cursor: default;
        }

        .mysol button::-moz-focus-inner,
        .mysol input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    .mysol input {
        line-height: normal;
    }

        .mysol input[type="checkbox"],
        .mysol input[type="radio"] {
            box-sizing: border-box;
            /* 1 */
            padding: 0;
            /* 2 */
        }

        .mysol input[type="number"]::-webkit-inner-spin-button,
        .mysol input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        .mysol input[type="search"] {
            -webkit-appearance: textfield;
            /* 1 */
            box-sizing: content-box;
            /* 2 */
        }

            .mysol input[type="search"]::-webkit-search-cancel-button,
            .mysol input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    .mysol fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
    }

    .mysol legend {
        border: 0;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    .mysol textarea {
        overflow: auto;
    }

    .mysol optgroup {
        font-weight: bold;
    }

    .mysol input[type="date"],
    .mysol input[type="text"],
    .mysol input[type="password"],
    .mysol input[type="email"],
    .mysol input[type="url"],
    .mysol input[type="month"],
    .mysol input[type="time"],
    .mysol input[type="datetime"],
    .mysol input[type="datetime-local"],
    .mysol input[type="week"],
    .mysol input[type="number"],
    .mysol input[type="search"],
    .mysol input[type="tel"],
    .mysol input[type="color"],
    .mysol select,
    .mysol textarea {
        padding: 0.5em 0.6em;
        display: block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        vertical-align: middle;
        box-sizing: border-box;
        margin: 0.25em 0;
    }

    .mysol input:not([type]) {
        padding: 0.5em 0.6em;
        display: inline-block;
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .mysol input[type="color"] {
        padding: 0.2em 0.5em;
    }

        .mysol input[type="date"]:focus,
        .mysol input[type="text"]:focus,
        .mysol input[type="password"]:focus,
        .mysol input[type="email"]:focus,
        .mysol input[type="url"]:focus,
        .mysol input[type="month"]:focus,
        .mysol input[type="time"]:focus,
        .mysol input[type="datetime"]:focus,
        .mysol input[type="datetime-local"]:focus,
        .mysol input[type="week"]:focus,
        .mysol input[type="number"]:focus,
        .mysol input[type="search"]:focus,
        .mysol input[type="tel"]:focus,
        .mysol input[type="color"]:focus,
        .mysol select:focus,
        .mysol textarea:focus {
            outline: 0;
            border-color: #129FEA;
        }

    .mysol input:not([type]):focus {
        outline: 0;
        border-color: #129FEA;
    }

    .mysol input[type="file"]:focus,
    .mysol input[type="radio"]:focus,
    .mysol input[type="checkbox"]:focus {
        outline: thin solid #129FEA;
        outline: 1px auto #129FEA;
    }

    .mysol input[type="text"][disabled],
    .mysol input[type="password"][disabled],
    .mysol input[type="email"][disabled],
    .mysol input[type="url"][disabled],
    .mysol input[type="date"][disabled],
    .mysol input[type="month"][disabled],
    .mysol input[type="time"][disabled],
    .mysol input[type="datetime"][disabled],
    .mysol input[type="datetime-local"][disabled],
    .mysol input[type="week"][disabled],
    .mysol input[type="number"][disabled],
    .mysol input[type="search"][disabled],
    .mysol input[type="tel"][disabled],
    .mysol input[type="color"][disabled],
    .mysol select[disabled],
    .mysol textarea[disabled] {
        cursor: not-allowed;
        background-color: #eaeded;
        color: #cad2d3;
    }

    .mysol input:not([type])[disabled] {
        cursor: not-allowed;
        background-color: #eaeded;
        color: #cad2d3;
    }

    .mysol input[readonly],
    .mysol select[readonly],
    .mysol textarea[readonly] {
        background-color: #eee;
        /* menu hover bg color */
        color: #777;
        /* menu text color */
        border-color: #ccc;
    }

    .mysol input:focus:invalid,
    .mysol textarea:focus:invalid,
    .mysol select:focus:invalid {
        color: #b94a48;
        border-color: #e9322d;
    }

    .mysol input[type="file"]:focus:invalid:focus,
    .mysol input[type="radio"]:focus:invalid:focus,
    .mysol input[type="checkbox"]:focus:invalid:focus {
        outline-color: #e9322d;
    }

    .mysol select {
        /* Normalizes the height; padding is not sufficient. */
        border: 1px solid #ccc;
        background-color: white;
        height: auto;
        padding: 0;
    }

        .mysol select:not([multiple]) {
            padding: 0.4375rem 0.625rem;
        }

    .mysol option {
        padding: 0.4375rem 0.625rem;
    }

        .mysol option:nth-of-type(odd) {
            background-color: #f7f8fb;
        }

    .mysol label {
        margin: 0.5em 0 0.2em;
        color: #000;
        color: initial;
    }

    .mysol input[type="radio"] + label {
        font-weight: normal;
        margin-left: 8px;
    }

    .mysol label + input[type="date"] {
        max-width: 80%;
    }

    .mysol fieldset {
        margin: 0;
        padding: 0.35em 0 0.75em;
        border: 0;
    }

    .mysol legend {
        display: block;
        width: 100%;
        padding: 0.3em 0;
        margin-bottom: 0.3em;
        color: #333;
        border-bottom: 1px solid #e5e5e5;
    }

    .mysol input[type="checkbox"] {
        margin-right: 0.4375rem;
    }

    .mysol [class^='icon-'] {
        width: 3rem;
        height: 3rem;
        vertical-align: middle;
        fill: currentColor;
        fill-rule: evenodd;
    }

    .mysol .c-icon-sprite {
        visibility: hidden;
        position: absolute;
        z-index: -1;
    }

    .mysol .l-cols {
        width: 100%;
        margin-top: 3px;
    }

@media (min-width: 48em) {
    .mysol .l-cols {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

        .mysol .l-cols.row-reverse {
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        .mysol .l-cols.justify-between {
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .mysol .l-cols.justify-left {
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

        .mysol .l-cols.justify-right {
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

        .mysol .l-cols.align-top {
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
        }
}

@media (min-width: 48em) {
    .mysol .l-col {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 48em) {
    .mysol .l-col--double {
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}

@media (min-width: 48em) {
    .mysol .l-col--wide {
        width: 100%;
    }
}

@media (min-width: 48em) {
    .mysol .l-col--half {
        width: 50%;
    }
}

.mysol .c-btn {
    display: inline-block;
    padding: 0.9375rem 2.1875rem;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    border-radius: 0.3125rem;
    border-style: solid;
    border-width: 0.0625rem;
    pointer-events: auto;
    min-width: 150px;
    color: #ffffff;
    background-color: #eb6e08;
}

    .mysol .c-btn:hover {
        background-color: #f8892e;
    }

    .mysol .c-btn:active {
        background-color: #ba5706;
    }


.mysol .c-btn2 {
    display: inline-block;
    padding: 0.9375rem 2.1875rem;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    pointer-events: auto;
    min-width: 150px;
    color: #0055c1;
    font-size: 14px;
    border-color: transparent;
    text-transform: uppercase;
    margin: 12px 0;
    border-radius: 0.3125rem;
}

    .mysol .c-btn2:hover {
        background-color: #CCC;
    }

    .mysol .c-btn2:active {
        background-color: #AAA;
    }

.mysol .c-btn3 {
    display: inline-block;
    padding: 0.9375rem 2.1875rem;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    pointer-events: auto;
    min-width: 150px;
    color: #0055c1;
    font-size: 14px;
    border-color: transparent;
    text-transform: uppercase;
    margin: 12px 0;
    border-radius: 0.3125rem;
}

    .mysol .c-btn3:hover {
        background-color: #b8d0e0;
    }

    .mysol .c-btn3:active {
        background-color: #80a8c3;
    }

.mysol .c-searchBlock {
    /*margin-bottom: 1.25rem;*/
    margin-bottom: 3px;
}

    .mysol .c-searchBlock.c-searchBlock--header {
        text-align: right;
    }

    .mysol .c-searchBlock.c-searchBlock--summary {
        /*margin: 1.5625rem 0 0.4375rem;*/
        flex-grow: 7;
    }

.mysol .c-searchBlock__title {
    color: #AAA;
}

.mysol .c-searchBlock--summary .c-searchBlock__input {
    font-size: 4.125rem;
    font-weight: bold;
    color: #474646;
    padding: 0.625rem 1.875rem;
}

.mysol .c-searchBlock__main {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    padding: 10px;
    background-color: rgba(255, 255, 255, .9);
    display: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .mysol .c-searchBlock__main.is-active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.mysol .c-searchBlock__form {
    margin-top: 5vh;
    padding: 1.5625rem;
    position: relative;
    width: 800px;
    max-width: 90%;
}

/*.mysol .c-searchBlock__form .awesomplete {
        width: 100%;
        margin-top: 1.875rem;
    }

        .mysol .c-searchBlock__form .awesomplete > ul > li {
            padding: 0.9375rem;
        }*/

.mysol .c-searchBlock__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.mysol #id-blockSearch {
    width: 100%;
    font-size: 2.625rem;
}

.mysol .c-searchBlock__extra {
    display: block;
}

.mysol .c-searchAdvanced {
    margin-bottom: 0.625rem;
}

.mysol .c-searchAdvanced__label {
    margin-right: 0.9375rem;
    margin-top: 0;
    font-weight: normal;
    font-size: 12px;
    color: #555;
}

.mysol .c-orderBlock__label {
    font-weight: bold;
}

.mysol .c-orderBlock__value {
    display: inline-block;
    padding: 0 0.625rem;
    margin: 0 0 0 0.9375rem;
    color: #366db3;
    text-decoration: none;
}

    .mysol .c-orderBlock__value.is-active {
        font-weight: bold;
        /*text-decoration: underline;*/
    }

.mysol .c-formBlock {
    margin-bottom: 1.875rem;
}

    .mysol .c-formBlock + .c-formBlock {
        padding-left: 1.875rem;
    }

.mysol .c-formBlock__title {
    font-weight: bold;
    font-size: 14px;
    /*text-transform: uppercase;*/
    margin-bottom: 0.625rem;
    color: #555;
}

.mysol .c-formBlock__title2 label{        
    color: #555;
}
/*
.mysol .c-formBlock__text + .c-formBlock__title {
    margin-top: 1.5625rem;
}
*/

.mysol .c-formBlock__link {
    white-space: nowrap;
}

.mysol .c-formBlock__text,
.mysol .c-formBlock__select {
    width: 100%;
}

.mysol .c-formBlock__inlineRadio {
    margin-left: 1.25rem;
}

.mysol .c-filterBlock {
    background: #f6f9fc;
    padding: 1.5625rem 0;
}

.mysol .c-filterBlock--advanced {
    background: #cfdef0;
    padding: 1.5625rem;
}

.mysol .c-filterBlock__content {
    display: none;
    padding: 0.9375rem 0;
    margin-top: 1.25rem;
}

    .mysol .c-filterBlock__content.is-active {
        display: block;
        border: 1px solid #d6d6d6;
    }

    .mysol .c-filterBlock__content.boxEstremi {
        width: 100%;
    }

.mysol .c-filterBlock__close {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 1.25rem;
    display: none;
}

    .mysol .c-filterBlock__close.c-advancedSearch {
        margin-top: 0;
    }

.mysol .c-filterBlock__advanced {
    margin-top: 0.9375rem;
}

.mysol .c-advancedSearch {
    box-shadow: 1px 1px 3px #5f5f5f;
    position: absolute;
    right: 0;
    width: 50%;
    min-width: 500px;
    z-index: 1;
    display: none;
}

    .mysol .c-advancedSearch.is-active {
        display: block;
    }

.mysol .c-advancedSearch__close {
    display: inline-block;
    margin: 0 10px;
    text-decoration: underline;
}

    .mysol .c-advancedSearch__close:hover, .mysol .c-advancedSearch__close:focus {
        text-decoration: none;
    }

.mysol .c-filterHeader__label {
    font-weight: bold;
}

.mysol .c-filterHeader__value {
    display: inline-block;
    padding: 4px 4px 5px 12px;
    margin: 4px 4px 4px 4px;
    color: #366db3;
    text-decoration: none;
}

    .mysol .c-filterHeader__value.is-active {
        font-weight: bold;
        text-decoration: underline;
    }

.mysol .c-filterHeader__counter {
    font-weight: 200;
    color: #AAA;
    color: #5f5f5f;
    float:right;
}

@media (max-width: 1200px) {

    .mysol .c-filterHeader {
        display: flex;
        flex-direction: column;
        width: 230px;
    }
}

@media (min-width: 1200px) {

    .mysol .c-filterHeader {
        display: flex;
        flex-direction: column;
        width: 280px;
    }
}
    .mysol .c-listResults {
        padding: 0;
        margin: 1.875rem 0;
        list-style: none;
    }

    @media (min-width: 48em) {
        .mysol .c-listResults {
            width: 70%;
            max-width: 700px;
        }
    }

    .mysol .c-listResult__link {
        color: #2d2d2d;
        display: block;
        padding: 1.875rem;
        position: relative;
        width: 100%;
        overflow: hidden;
        transition: background-color .15s;
    }

        .mysol .c-listResult__link:hover, .mysol .c-listResult__link:focus {
            text-decoration: none;
            background-color: #e9ecf5;
        }

    .mysol .c-listResult--thumb .c-listResult__link {
        padding-bottom: 0.625rem;
    }

    .mysol .c-listResult__thumb {
        float: right;
        margin: 0 0 1.25rem 1.25rem;
    }

    .mysol .c-listResult__category {
        text-transform: uppercase;
        color: #eb6e08;
        font-weight: bold;
        font-size: 12px;
    }

    .mysol .c-listResult__date {
        margin-left: 1.25rem;
        text-transform: uppercase;
        font-size: 12px;
    }

    .mysol .c-listResult__title {
        margin-top: 0.625rem;
    }

    .Zebra_DatePicker {
        position: absolute;
        background: #666;
        border: 3px solid #666;
        z-index: 1200;
        top: 0;
        border-radius: 5px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

        .Zebra_DatePicker *,
        .Zebra_DatePicker *:after,
        .Zebra_DatePicker *:before {
            box-sizing: content-box !important;
        }

        .Zebra_DatePicker * {
            margin: 0;
            padding: 0;
            color: #000;
            background: transparent;
            border: none;
        }

        .Zebra_DatePicker.dp_visible {
            visibility: visible;
            filter: alpha(opacity=100);
            -khtml-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            transition: opacity 0.2s ease-in-out;
        }

        .Zebra_DatePicker.dp_hidden {
            visibility: hidden;
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
            opacity: 0;
        }

        .Zebra_DatePicker table {
            border-collapse: collapse;
            border-spacing: 0;
            width: auto;
            table-layout: auto;
        }

            .Zebra_DatePicker table th, .Zebra_DatePicker table td {
                text-align: center;
                padding: 5px 0;
            }

            .Zebra_DatePicker table td {
                cursor: pointer;
            }

                .Zebra_DatePicker table td.dp_disabled, .Zebra_DatePicker table td.dp_not_in_month, .Zebra_DatePicker table td.dp_not_in_month_selectable {
                    background: #F3F3F3;
                    color: #CDCDCD;
                    cursor: default;
                }

                .Zebra_DatePicker table td.dp_disabled_current {
                    color: #E38585 !important;
                }

                .Zebra_DatePicker table td.dp_not_in_month_selectable {
                    cursor: pointer;
                }

                .Zebra_DatePicker table td.dp_week_number {
                    background: #FFCC33;
                    color: #000;
                    font-weight: bold;
                    cursor: text;
                }

                .Zebra_DatePicker table td.dp_weekend {
                    background: #D8D8D8;
                }

                .Zebra_DatePicker table td.dp_weekend_disabled {
                    color: #CCC;
                    cursor: default;
                }

                .Zebra_DatePicker table td.dp_current {
                    color: #C40000;
                }

                .Zebra_DatePicker table td.dp_selected {
                    background: #5A4B4B;
                    color: #FFF;
                }

                .Zebra_DatePicker table td.dp_hover {
                    background: #482424;
                    color: #FFF;
                }

        .Zebra_DatePicker .dp_daypicker,
        .Zebra_DatePicker .dp_monthpicker,
        .Zebra_DatePicker .dp_yearpicker {
            margin-top: 3px;
        }

            .Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th,
            .Zebra_DatePicker .dp_monthpicker td,
            .Zebra_DatePicker .dp_monthpicker th,
            .Zebra_DatePicker .dp_yearpicker td,
            .Zebra_DatePicker .dp_yearpicker th {
                background: #E8E8E8;
                width: 30px;
                border: 1px solid #7BACD2;
            }

        .Zebra_DatePicker .dp_header .dp_hover,
        .Zebra_DatePicker .dp_footer .dp_hover {
            background: #222;
            color: #FFF;
            border-radius: 5px;
        }

        .Zebra_DatePicker .dp_header td {
            color: #FFF;
        }

        .Zebra_DatePicker .dp_header .dp_previous,
        .Zebra_DatePicker .dp_header .dp_next {
            width: 30px;
        }

        .Zebra_DatePicker .dp_header .dp_caption {
            font-weight: bold;
        }

        .Zebra_DatePicker .dp_daypicker th {
            background: #FFCC33;
        }

        .Zebra_DatePicker .dp_monthpicker td,
        .Zebra_DatePicker .dp_yearpicker td {
            width: 33%;
        }

        .Zebra_DatePicker .dp_footer {
            margin-top: 3px;
        }

            .Zebra_DatePicker .dp_footer td {
                color: #FFF;
            }

                .Zebra_DatePicker .dp_footer td.dp_today, .Zebra_DatePicker .dp_footer td.dp_clear {
                    padding: 3px;
                }

    button.Zebra_DatePicker_Icon {
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(calendar.png) no-repeat left top;
        text-indent: -9000px;
        border: none;
        cursor: pointer;
        padding: 0;
        line-height: 0;
        margin: 0 0 0 3px;
    }

        button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
            background-image: url(calendar-disabled.png);
        }

        button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Right {
            margin: 0 3px 0 0;
        }

        button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Left {
            margin: 0 0 0 3px;
        }

    body.hiddenY {
        overflow: hidden;
    }

    .u-font-normal {
        font-weight: 400 !important;
    }

    .u-font-medium {
        font-weight: 500 !important;
    }

    .u-font-bold {
        font-weight: 700 !important;
    }

    .u-align-left {
        text-align: left !important;
    }

    .u-align-right {
        text-align: right !important;
    }

    .u-text-xs {
        font-size: 12px !important;
    }

    .u-text-s {
        font-size: 14px !important;
    }

    .u-text-m {
        font-size: 16px !important;
    }

    .u-text-l {
        font-size: 17px !important;
    }

    .u-text-xl {
        font-size: 18px !important;
    }

    .u-text-xxl {
        font-size: 21px !important;
    }

    .u-title-xs {
        font-size: 1.3125rem !important;
    }

    .u-title-s {
        font-size: 1.5625rem !important;
    }

    .u-title-m {
        font-size: 1.875rem !important;
    }

    .u-title-l {
        font-size: 2.25rem !important;
    }

    .u-title-xl {
        font-size: 2.625rem !important;
    }

    .u-title-xxl {
        font-size: 4.125rem !important;
    }

    @media (max-width: 47.99em) {
        .u-hidden-m {
            display: none !important;
        }
    }

    @media (min-width: 48em) and (max-width: 63.99em) {
        .u-hidden-t {
            display: none !important;
        }
    }

    @media (min-width: 64em) and (max-width: 85.4275em) {
        .u-hidden-d {
            display: none !important;
        }
    }

    @media (min-width: 85.4375em) {
        .u-hidden-w {
            display: none !important;
        }
    }

    @media (max-width: 47.99em) {
        .u-hidden-s {
            display: none !important;
        }
    }

    @media (min-width: 48em) {
        .u-hidden-l {
            display: none !important;
        }
    }

    .Zebra_DatePicker_Icon_Wrapper {
        padding-right: 0.4375rem;
        width: 100% !important;
    }

        .Zebra_DatePicker_Icon_Wrapper input[type="date"] {
            box-sizing: border-box;
            width: 100%;
        }

    [class^='mockup-'], [class*=' mockup-'] {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0 center;
        background-size: cover;
    }

    .mockup-wrapper {
        /*width: 95%;*/
        max-width: 1170px;
        margin: 0 auto;
    }

    .mockup-header {
        max-width: 1170px;
        margin: 0 auto;
    }

    .mockup-header__topbar {
        /*height: 45px;*/
        background-image: url(../images/mockup-topbar.jpg);
    }

    .mockup-header__logo {
        position: relative;
        /*min-height: 84px;*/
    }

        .mockup-header__logo:after {
            display: block;
            content: "";
            width: 337px;
            /*height: 84px;*/
            background-image: url(../images/mockup-header-logo.png);
        }

    .mockup-header__nav {
        height: 46px;
        background-image: url(../images/mockup-nav.jpg);
    }

    .mockup-footer {
        height: 80px;
        background-image: url(../images/mockup-footer.jpg);
    }

    .is-hidden {
        display: none;
    }

    /*------------ Responsive ------------- */
    @media only screen and (max-width : 1024px) {

        .footer1 {
            float: none;
        }

        .footer2 {
            float: none;
        }
    }

    /* Shiroi - Search Override */

    .shr-text-right {
        text-align: right;
    }

    .shr-pr {
        padding-right: 10px;
    }

    .shr-search-component {
        color: #2d2d2d;
        /*margin-top: -15px;*/
    }

        .shr-search-component .mockup-wrapper {
            max-width: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .shr-search-component .c-searchBlock--summary .c-searchBlock__input {
            font-size: 16px;
            font-weight: normal;
            color: #2d2d2d;
            padding: 0.625rem 1.875rem;
            line-height: 40px;
            border: 1px solid #ccc;
            border-radius: 4px;
            vertical-align: middle;
            margin: 0.25em 0;
        }

        .shr-search-component .c-searchAdvanced {
            margin-bottom: 35px;
        }

        .shr-search-component #searchResult {
            background-color: #f9f7f8;
        }

        .shr-search-component .c-filterBlock {
            background: #edf7fe;
            padding: 10px 10px 10px 5px;
            border: 1px solid #d5d5d5;
            border-radius: 4px;
        }

        .shr-search-component .shr-filter-pannels {
            padding-bottom: 15px;
        }

        .shr-search-component .c-filterHeader__label {
            font-weight: bold;
            display: none;
        }

        .shr-search-component .c-filterHeader__value {
            color: #818181;
            /* font-weight: bold; */
        }

            .shr-search-component .c-filterHeader__value.is-active {
                text-decoration: none;
                color: #0055c1;
                border-left: 4px solid #0055c1;
                /*padding-bottom: 20px;*/
            }

        .shr-search-component .c-orderBlock__label {
            font-weight: normal;
            font-size: 12px;
            color: #999;
        }

        .shr-search-component .c-orderBlock__value {
            font-weight: normal;
            font-size: 12px;
            color: #575757;
        }

            .shr-search-component .c-orderBlock__value.is-active {
                color: #575757;
                /*text-decoration: underline;*/
            }

    #searchResult p:first-child {
        color: #999;
        padding: 15px 15px;
        /* display: none; */
        font-size: 12px;
    }

    .shr-search-component .c-btn {
        font-size: 14px;
        background-color: #f27221;
        border-color: transparent;
        text-transform: uppercase;
        margin: 12px 0;
    }

    .shr-search-component .c-listResults__item.c-listResult {
        background-color: #fff;
        margin-top: 10px;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
        padding-bottom: 20px;
    }

        .shr-search-component .c-listResults__item.c-listResult:hover {
            background-color: #e9ecf5;
        }

    .shr-search-component .c-listResult__link {
        padding: 0 0 20px 0;
    }

        .shr-search-component .c-listResult__link:hover, .mysol .c-listResult__link:focus {
            text-decoration: none;
            background-color: transparent;
        }

        .shr-search-component .c-listResult__link > br {
            display: none;
        }

        .shr-search-component .c-listResult__link > div:first-child {
            padding: 5px 0;
        }

        .shr-search-component .c-listResult__link .c-listResult__category {
            padding: 0 20px;
        }

        .shr-search-component .c-listResult__link .c-listResult__title {
            padding: 0 20px;
            font-size: 21px;
        }

        .shr-search-component .c-listResult__link > p {
            padding: 0 20px;
            font-size: 14px;
            color: #2d2d2d;
            line-height: 21px;
        }

    .shr-search-component .c-listResults {
        margin: 0;
    }

    /* Shiroi - Affina la ricerca 

.shr-search-component .shr-search-tools {
    background-color: #fff;
}
*/
    .shr-search-component .shr-search-tools-c {
        padding: 8px 8px 0px 8px;
    }

    .shr-search-tools {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .shr-search-component .shr-tool-panel {
        color: #2d2d2d;
        font-size: 12px;
        text-decoration: none;
    }

    .shr-search-component .c-filterBlock__content {
        padding: 0 10px;
    }

    .shr-search-component .c-formBlock + .c-formBlock {
        padding-left: 40px;
    }

    .shr-search-component .c-formBlock label {
        /*text-transform: uppercase;*/
        color: #5f5f5f;
    }

    .shr-search-component .c-formBlock input[type="date"] {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .shr-search-component .shr-tool-filter {
        padding: 15px;
    }

    /* Shiroi - Autocomplete */

    .shr-search-component .shr-overlay-search {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 3;
        display: none;
    }

    @media (min-width: 1024px) {

        body {
            overflow-x: hidden;
        }

        .shr-search-component.shr-searching .shr-overlay-search {
            display: block;
        }
    }

    .shr-search-component .shr-autocomplete-input {
        position: relative;
        z-index: 4;
    }

    .shr-search-component.shr-searching .shr-autocomplete-input,
    .shr-overlay-main-search .shr-autocomplete-input {
        box-shadow: 0 0 20px 4px rgba(0,0,0,0.25) !important;
    }

    .shr-search-component .search-results {
        margin-top: 20px;
    }

    .shr-search-component .search-results {
        box-shadow: 0 0 20px 4px rgba(0,0,0,0.25);
    }

    .shr-search-component .shr-search-icon {
        z-index: 4;
        position: relative;
    }

    .shr-search-component .search-results .autocomplete ul li {
        padding-right: 15px !important;
    }

        .shr-search-component .search-results .autocomplete ul li .result {
            width: 100%;
        }

        .shr-search-component .search-results .autocomplete ul li.sep {
            font-size: 12px;
            background-color: #E9ECF9;
            color: #366db3;
            font-weight: 600;
        }

    .shr-search-component .search-results .autocomplete ul li {
    }

        .shr-search-component .search-results .autocomplete ul li div.pull-left {
            font-size: 16px;
            color: #285ba1;
            font-weight: 800;
            text-transform: lowercase;
        }

        .shr-search-component .search-results .autocomplete ul li .result span {
            color: #0055C1;
            font-weight: 200;
            color: #000;
        }

    /* Shiroi - Search Overlay */

    .shr-overlay-main-search * {
        box-sizing: border-box;
    }

    .shr-overlay-main-search {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 33000;
    }

    .shr-overlay-main-search-c {
        position: absolute;
        top: 20%;
        width: 100%;
    }

    .shr-overlay-main-search-cc {
        position: relative;
        width: 750px;
        margin: 0 auto;
    }

    /* Shiroi - Search Results */

    .shr-results {
        padding: 0px 5px 5px 5px;
        /*margin: 1.875rem 0;*/
        list-style: none;
        /*width: 66%;*/
        /*min-width: 767px;*/
    }

    .shr-result-item {
        background-color: #fff;
        margin-top: 5px;
        border: 1px solid #d5d5d5;
        border-radius: 4px;
    }

        .shr-result-item p {
            margin: 0 !important;
            padding: 0 !important;
        }

    a.shr-result-link,
    a.shr-result-link:hover,
    a.shr-result-link:focus {
        display: block;
        text-decoration: none;
    }

    .shr-result-item-cc {
        display: flex;
    }

    .shr-result-item-cl {
        flex: 0 0 250px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9eeff+0,ecf6ff+100 */
        background: #d9eeff; /* Old browsers */
        background: -moz-linear-gradient(left, #d9eeff 0%, #ecf6ff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #d9eeff 0%,#ecf6ff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #d9eeff 0%,#ecf6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9eeff', endColorstr='#ecf6ff',GradientType=1 ); /* IE6-9 */
    }


        .shr-result-item-cl img {
            display: block;
            width: 50%;
            margin: 15px auto;
            -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
            -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.25);
        }


    .shr-result-item-cr {
        flex: 1 1 100%;
    }

    .shr-result-item-body-cc {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding-bottom: 8px;
    }

    .shr-result-item-body-header {
        flex: 1 1 auto;
        padding: 12px 15px 0 15px;
        font-size: 0;
    }

    .shr-result-item-header-type {
        display: inline-block;
        font-size: 14px;
        color: #3377CD;
        letter-spacing: 0;
        line-height: 1em;
        padding-right: 15px;
    }

    .shr-result-item-header-cat {
        display: inline-block;
        font-size: 14px;
        color: #FF7201;
        letter-spacing: 0;
        line-height: 1em;
        padding-left: 15px;
        border-left: 1px solid #ddd;
        text-transform: uppercase;
    }


    .shr-result-item-body-header h3 {
        padding-top: 8px;
        font-size: 21px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.25em;
    }

    .shr-result-item-body-abstract {
        flex: 1 1 100%;
    }

    .shr-result-item-body-abstract-cc {
        display: flex;
        height: 100%;
    }

    .shr-result-item-body-abstract-cl {
        flex: 0 0 120px;
        padding: 15px 0 0 15px;
    }

        .shr-result-item-body-abstract-cl img {
            width: 110px;
            border: 3px solid #dddddd;
        }

    .shr-result-item-body-abstract-cr {
        flex: 1 1 100%;
        padding: 5px 15px 0 15px;
    }

    .shr-result-item-body-abstract-text-cc {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .shr-result-item-body-abstract-text-ct {
        flex: 1 1 100%;
        margin-top: 3px;
    }

        .shr-result-item-body-abstract-text-ct p {
            font-size: 14px !important;
            color: #2D2D2D !important;
            letter-spacing: 0;
            line-height: 1.5em;
        }

            .shr-result-item-body-abstract-text-ct p b,
            .shr-result-item-body-abstract-text-ct p strong {
                /*color: #FF7201;*/
                /*background-color: yellow;*/
                font-weight: bold;
            }

    .shr-result-item-body-abstract-text-cb {
        flex: 1 1 auto;
        /*padding-top: 8px;*/
        font-size: 0;
        margin-bottom: 4px;
    }

    .shr-result-item-footer-author {
        display: inline-block;
        font-size: 14px;
        color: #818181;
        letter-spacing: 0;
        line-height: 1em;
        padding-right: 15px;
    }

    .shr-result-item-footer-date {
        display: inline-block;
        font-size: 14px;
        color: #818181;
        letter-spacing: 0;
        line-height: 1em;
        /*padding-left: 15px;
        border-left: 1px solid #818181;*/
    }

    .shr-result-item-footer-organo {
        display: block;
        font-size: 14px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-right: 15px;
        /*margin-top: -12px;*/
        font-weight: 700;
    }

    .shr-result-item-footer-titolonormativa {
        display: block;
        font-size: 14px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-right: 15px;
        /*margin-top: -12px;*/
    }

    .shr-result-item-footer-numerodettaglio {
        display: inline-block;
        font-size: 14px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-right: 5px;
        font-weight: 700;
        margin-top: 8px;
    }

    .shr-result-item-footer-suffisso {
        display: inline-block;
        font-size: 14px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-right: 15px;
        font-weight: 700;
    }

    .shr-result-item-footer-titolodettaglio {
        display: block;
        font-size: 14px;
        color: #2D2D2D;
        letter-spacing: 0;
        line-height: 1.5em;
        padding-right: 15px;
    }
    /* Shiroi - Search Related */

    .shr-search-related {
        padding-left: 10px;
    }

    .shr-search-related-title {
        padding: 15px 0;
        text-transform: uppercase;
        font-size: 14px;
        color: #818181;
        letter-spacing: 0;
        line-height: 1.25em;
    }

    .shr-search-related-table {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        /*max-width: 770px;*/
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .shr-search-related-row {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid #ddd;
        background-color: white;
    }

    .shr-search-related-col {
        flex: 0 0 50%;
        padding: 15px;
        text-transform: capitalize;
    }

        .shr-search-related-col a,
        .shr-search-related-col a:hover,
        .shr-search-related-col a:focus {
        }

    @media (max-width: 767px) {

        .shr-search-related-row {
            flex-direction: column;
            border-bottom: 0 none transparent;
        }

        .shr-search-related-col {
            flex: 0 0 100%;
            border-bottom: 1px solid #ddd;
        }
    }


    .mysol h1,
    .mysol h2,
    .mysol h3,
    .mysol h4,
    .mysol h5,
    .mysol h6,
    .shr-result-item-body-header {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 500;
        line-height: 1.225;
        margin: 0;
    }

    .mysol h1,
    .mysol h2,
    .mysol h3,
    .mysol h4,
    .mysol h5,
    .mysol h6,
    .shr-result-item-title {
        font-family: 'Merriweather', serif;
    }


    .mys-header-n-li {
        display: block;
        float: left;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        border-right: 1px solid #979797;
    }

        .mys-header-n-li.mys-header-n-li-right {
            float: right;
            border-right: none;
        }

    .mys-header-n-item {
        position: relative;
    }

    .mys-header-n-li a.mys-header-n-link.mys-header-n-link-orange {
        color: #FF7201;
        font-weight: 600;
    }

    .mys-header-n-link-icon {
        display: inline-block;
        padding-right: 10px;
        font-size: 14px;
        line-height: 1em;
    }

    a.mys-header-n-link,
    a.mys-header-n-link:hover,
    a.mys-header-n-link:visited,
    a.mys-header-n-link:focus,
    a.mys-header-n-link:active {
        display: block;
        line-height: 50px;
        padding: 0 15px;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        font-size: 12px;
    }

    .suggestedTerm {
        text-transform: capitalize;
        font-weight: 800;
    }

    .mysol .suggestedTermLink {
        font-size: 13px;
        text-decoration: none;
        color: #1874cd;
        letter-spacing: 0;
        line-height: 1.25em;
        text-transform: lowercase;
    }

        .mysol .suggestedTermLink:hover {
            font-size: 13px;
            text-decoration: underline;
            color: #FF7201;
        }

    .nextPageButton {
        border-radius: 10px;
        border: solid 1px #d2d2d2;
        padding: 15px;
        margin: 15px;
        width: 400px;
        align-content: center;
        background-color: white;
    }

    .resetSearchButton {
        padding-right: 10px;
    }

    .bgAliceBlue {
        background-color: #edf7fe;
    }

    .ricercaEstremiTitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .ricercaPerEstremiText {
        font-size: large;
        font-weight: 600;
        color: slategrey;
    }
