    div.divEdition {
        display: inline;
    }
    .eviRed {
        font-weight: normal !important
    }



    /* riguardano i filters */
    .panel-heading {
        padding-left: 7px;
        padding-right: 7px
    }
    h4.panel-title div.collapsed{
        font-size: 15px !important;
        background-image: url("img/apri.png");
        background-repeat: no-repeat;
        background-position: right center;
    }
    h4.panel-title div{
        /* la div contenuta in H4, che ha l'etichetta, ha class='collapsed' quando è chiusa; quando è aperta ha class="", perciò
        se non ha sue specifiche, l'esito è imprevedibile'*/
        font-weight: 400;
        font-size: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 15px;
        background-image: url("img/chiudi.png");
        background-repeat: no-repeat;
        background-position: right center;
    }
    .filter {
        border-bottom: none !important
    }
    .panel-filter {
        margin:0 !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    .filter h4 {
        font-weight: 300 !important
    }




    /*
    .panel-closed{
        background-image: url("img/apri.png");
        background-repeat: no-repeat;
        background-position: 97% 10px;
    }
    */
    /*
    .panel-opened{
        background-image: url("img/chiudi.png");
        background-repeat: no-repeat;
        background-position: 97% 15px;
    }
    */
    .panel-collapse {
        border-top: 1px solid #c5c5c5;
/*        background-color: #f1f1f1 !important*/
    }
    .panel-focus {
        outline: none;
        border: 1px solid #88b3ce;
        box-shadow: 0px 0px 10px #88b3ce;
        -moz-box-shadow: 0px 0px 10px #7bc1f7;
        -webkit-box-shadow: 0px 0px 10px #7bc1f7;
    }
    table.filters {
        width: 100%;
        margin-top: 10px;
        
    }
    table.filters td{
        vertical-align: middle;
        padding-bottom: 7px;
        font-family:'Source Sans Pro';
        font-size: 13px !important;
        line-height: 14px;
    }
    table.filters td.numero {
        text-align: right;
        padding-left:10px;
    }
    table.filters a:link, table.filters a:visited{
        font-family: inherit;
        font-size: inherit
    }
    a.filters:link {
        font-size: inherit
    }
    table.filters .noLink{
        color: #568493
    }
    table.filters a.more{
        font-weight: 700
    }

    /* fine filters */




    div.notice-number {
        line-height: 12px;
        font-size:11px;
        margin-top: 7px;
        color:#f20000
    }

    div.container-page div {
        text-align: left;
    }
    div.result-result {
        color: #6195a5;
        padding-bottom: 5px;
        border-bottom: 3px solid #6195a5;
        margin-top: 30px;
    }
    div.result-result div{
        color: #6195a5;
        font-size: 28px
    }
    div.result-global {
        margin-bottom: 25px;
        line-height: 24px
    }
    div.result-left {
        float:left;
        padding-top: 1px;
/*        width: 5% !important*/
        margin-right: 5px;
    }
    div.result-right {
        float:left;
        width: 95%
    }
    div.result-iuscommune div, div.result-iuscommune div a{
        color: #285d7d !important;
        font-weight: 600;
    }
    .material-icons, .material-icons-outlined {
        color:#8c8c8c;
    }
    div.nomeCampo {
/*        color: #6195a5 !important;*/
        color: #8c8c8c !important;
        text-transform: uppercase
    }
    div.lemma {
        margin-bottom: 20px
    }
    ul.pagination {
        margin: 0 !important;
    }


    #div-resultkey{
        position: fixed;
        top:100px;
        width: 14%
    }
    #div-buttons-top {
        display: none;
    }
    #button-close-filters{
        display: none;
    }


    @media screen and (max-width: 768px) {
        /* si eliminano le colonne laterali */
        div.left-col {
            width: 0;
            display: none;
        }
        div.right-col {
            width: 100%
        }
        div.right-subcol {
            display: none;
            padding-left: 8% !important;
            padding-right: 8% !important;
        }
        div.left-subcol {
            width: 100%;
            padding-left: 3%;
            padding-right: 3%;
        }
        #div-buttons-top {
            display: block;
        }
        #button-close-filters{
            display: block;
        }
    }


