.footer ul li a {
    color: #8eaccb;
    display: inline;
    font-size: 18px;
    /*padding-left: 1.5em;*/
    text-decoration: underline;
}


.FooterColLoghi p {
    color: #fff;
}

.Footer_01 p.footerG a {
    color: #fff;
}

    .Footer_01 p.footerG a:hover {
        color: #293333;
    }

.footerG {
    margin-top: 7px;
}

.footerContent {
    margin-top: 6em;
    overflow: auto;
}

    .footerContent h3, .FooterTopContentRight h3 {
        font-size: 21px;
    }

    .footerContent hr, .FooterTopContentRight hr {
        margin: 30px 0px;
        color: #979797;
        border: 0px;
        border-top: 1px solid #979797;
    }

.colonna-1-di-3, .colonna-2-di-3, .colonna-3-di-3 {
    display: inline-block;
    float: none;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
}

#eye {
    position: absolute;
    color: #0009;
    cursor: pointer;
    top: 2px!important;
    right: 20px;
}

.light-menu-container {
    cursor: pointer;
}

    .light-menu-container .list-group-item {
        padding: 1rem 1rem;
    }

    .light-menu-container .d-center {
        display: flex;
        align-items: center;
    }

.list-group-item:not(.active):hover {
    background-color: #c5dcfd;
}

.enlarge {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

.fa-angle-right {
    transition: transform 0.3s ease-in-out;
}

.rotate-icon-menu {
    transform: rotate(90deg);
}

.item-page form {
    border-top: none;
}

.help p {
    background: none;
}

.div_gerarchici form {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: inherit;
}

#main ul.ul_gerarchico li, #main ol.ul_gerarchico li {
    font-size: 0.95em;
    list-style-type: none;
}

    #main ul.ul_gerarchico li a, #main ol.ul_gerarchico li a {
        padding-left: 5px;
    }

        #main ul.ul_gerarchico li a:hover, #main ol.ul_gerarchico li a:hover {
            text-decoration: underline;
            background: inherit; /*color:#515151;*/
        }

.help .suggerimenti_title {
    font-size: 0.85em;
    color: #333;
}

.data_form form {
    background: none;
}

.blog p, .item-page p {
    font-size: 0.85em;
    text-align: justify;
}

.page-header h2 {
    background: #e9e9e9;
}

.leading-0 { /*padding:7px;*/
}

.footer ul li {
    display: block;
    font-size: 18px;
    padding-left: 1em;
    background: url(../images/before.png) no-repeat left center;
}

.footer ul.footer-social li {
    background: none;
    font-size: inherit;
    display: inline-block;
}

    .footer ul.footer-social li a {
        display: inline-block;
        width: 30px;
        height: 30px;
    }

        .footer ul.footer-social li a.newsletter {
            background: url(../../../images/soc.png) no-repeat top left;
        }

        .footer ul.footer-social li a.rss {
            background: url(../../../images/soc.png) no-repeat top right;
        }

        .footer ul.footer-social li a.newsletter:hover {
            background: url(../../../images/soc.png) no-repeat bottom left;
        }

        .footer ul.footer-social li a.rss:hover {
            background: url(../../../images/soc.png) no-repeat bottom right;
        }

div.light-menu-container .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: var(--bg-pulsanti-primary);
    background: var(--bg-pulsanti-primary-gradient);
    border-color: #0d6efd;
}

thead.gridjs-thead tr.gridjs-tr th div.gridjs-th-content{
    background-color: white !important;
    background: white !important;
    border-left: 0;
    padding: 10px;
    white-space: nowrap;
    color: var(--dark);
    font-size: 1.1em;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

thead.gridjs-thead tr.gridjs-tr .gridjs-th {
    background-color: white !important;
    background: white !important;
}
 
#sater_TopTitle h2 {
    padding: 5px 0 0 30px !important;
    font-size: 20px !important;
    color: var(--main-color-vapor) !important;
    margin-left: 1em;
}