<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@font-face {
    font-family: LabelTableTitle;
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: LabelTableTitleExtraBold;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: LabelTableTitleBold;
    src: url(../fonts/Montserrat-Bold.ttf);
    src: url(../fonts/MontserratAlternates-Bold.woff2);
    src: url(../fonts/MontserratAlternates-Bold.woff);
    src: url(../fonts/Montserrat-Bold.otf);
}
@font-face {
    font-family: LabelTableTitleThin;
    src: url(../fonts/Montserrat-Thin.ttf);
}

@font-face {
    font-family: LabelTableTitleSemiBold;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}

b{font-family: LabelTableTitleBold !important;}
.font-20{
    font-size:20px !important;
}

.font-18{
    font-size:18px !important;
}

.font-15{
    font-size:15px !important;
}
.font-11{
    font-size:11px !important;
}
.tx-extrabold{
    font-family: LabelTableTitleExtraBold !important;
}

.tx-semibold{
    font-family: LabelTableTitleSemiBold;
}
.tx-regular{
    font-family: LabelTableTitle;
    
}
.tx-thin{
    font-family: LabelTableTitleThin;

}
.tx-label{
    color:#0067a5 !important;
    font-size: 16px !important;
    font-family: LabelTableTitle;
}

.font-small{
    font-size: 13px !important;
    font-family: LabelTableTitleSemiBold;
}

.semibold{font-family: LabelTableTitleSemiBold;}
.just-semibold{font-family: LabelTableTitleSemiBold;}
.just-bold{font-family: LabelTableTitleBold}
.just-extrabold{font-family: LabelTableTitleExtraBold}
.m-t-80{margin-top:80px !important}
.m-b-80{margin-bottom: 80px !important}


/* navbar */
.navbar {
    background-color: #005866 !important;
    color: white;
    opacity: 0.9;
}

.navbar-header {
    background-color: #005866 !important;
    border: 0 !important;
}

.header{
    border-bottom: 1px solid #E2E8F0;
    background-color: #005866 !important;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background-color: #005866;
    padding-left: 5%;
    padding-right: 5%;
}

.hamburger {
    display: none;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: left;
    margin: 0px !important;
}

.nav-link{
    color: white;
    font-size: 0.8rem;
}

.nav-link:hover{
    color: whitesmoke;
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
}

@media only screen and (max-width: 830px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }
    
    .nav-link{
        text-align: left;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin-top: 0.5rem;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}
/**/
.text-contenuto{
    text-align: justify-all;
    text-align: justify;
    color:#000 !important;
    font-family: LabelTableTitle !important;
    font-size:18px !important;
    font-weight: 400 !important;
}

.main-content{
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 15%;
    padding-right: 15%;
}

.right-section-articolo {
    margin-top: 10%;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.ihand {
    cursor: pointer;
    cursor: hand;
}

* {
    font-family: 'Montserrat';
}

.text-bold {
    font-weight: bolder;
}

.text-extra-bold {
    text-shadow: 0px 1px, 1px 0px, 1px 1px;
  }

.titolo-cluster {
    font-weight: bold;
    font-size: 1.1em;
    color: #005866;
}

.filter-news {
    transition: 0.1s;
}

.lista-notizie-correlate a{
    color: black;
}

#right_sidebar{margin-top:2% !important}
 
@media (max-width: 550px) {
    .md-font {
        font-size: 12px;
        white-space: nowrap;
    }

    .huge-text {
        font-size: 1em;
    }

    .titolo {
        font-weight: bold;
        font-size: 1.1em;
        color: #005866;
    }
    
    .sottotitolo {
        font-size: 16px;
        color: black;
        font-weight: bold;
    }

    .contenuto {
        font-size: 12px;
        font-weight: 200;
    }
    
    .utente-data {
        font-size: 11px;
        color: grey;
    }

	.main-content-articolo{
        margin-top: 22% !important;
    }

    .editoriale-titolo{
        font-size: 1em;
        font-weight: bolder;
    }

    .main-cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        overflow: hidden;
        white-space: nowrap;
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .reset-button {
        background-color: #B00C15;
        border: 2px solid;
        border-color: #B00C15;
        color: white;
        border-radius: 8px;
        overflow: hidden;
        white-space: nowrap;
    }

    .cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .tag-button {
        background-color: white;
        border: 2px solid;
        border-color: #4cbacc;
        color: #005866;
        border-radius: 8px;
        font-size: 11px;
        overflow: hidden;
        white-space: nowrap;
    }

    .arrow-button-disabled {
        padding-left: 8px;
        padding-right: 8px;
        background-color: white;
        border: 1px solid;
        border-color: #6e767793;
        color: #6e767793;
        border-radius: 2px;
    }
    
    .incentivo-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .indagine-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .metaglossario-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .documento-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-list {
        margin-top: 6% !important;
        padding-left: 8% !important;
        padding-right: 8% !important;
    }

    #div_main_tab_filtri_editoriale{padding: 5% 8% 0 8% !important}

    #right_sidebar{margin-top:10% !important}
}

@media (min-width: 551px) and (max-width: 990px) {
    .md-font {
        font-size: 12px;
        white-space: nowrap;
    }

    .priority-section {
        margin-top: 38px;
    }

    .huge-text {
        font-size: 1.3em;
    }

    .titolo {
        font-weight: bold;
        font-size: 1em;
        color: #005866;
    }
    
    .sottotitolo {
        font-size: 16px;
        color: black;
        font-weight: bold;
    }

    .contenuto {
        font-size: 14px;
        font-weight: 200;
    }
    
    .utente-data {
        font-size: 12px;
        color: grey;
    }

	.main-content-articolo{
        margin-top: 13% !important;
    }

    .editoriale-titolo{
        font-size: 2em;
        font-weight: bolder;
    }

    .main-cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .reset-button {
        background-color: #B00C15;
        border: 2px solid;
        border-color: #B00C15;
        color: white;
        border-radius: 8px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .tag-button {
        background-color: white;
        border: 2px solid;
        border-color: #4cbacc;
        color: #005866;;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .arrow-button-disabled {
        padding-left: 8px;
        padding-right: 8px;
        background-color: white;
        border: 1px solid;
        border-color: #6e767793;
        color: #6e767793;
        border-radius: 2px;
    }
    
    .incentivo-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .indagine-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .metaglossario-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .documento-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-list {
        margin-top: 10% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    #right_sidebar{margin-top:10% !important}
}

@media (min-width: 992px) and (max-width: 1300px) {
    .priority-section {
        margin-top: 30px;
    }

    .huge-text {
        font-size: 1.5em;
    }

    .md-font {
        font-size: 12px;
        white-space: nowrap;
    }

    .titolo {
        font-weight: bold;
        font-size: 1.2em;
        color: #005866;
    }
    
    .sottotitolo {
        font-size: 16px;
        color: black;
        font-weight: bold;
    }

    .contenuto {
        font-size: 14px;
        font-weight: 200;
    }
    
    .utente-data {
        font-size: 12px;
        color: grey;
    }

    .main-content-articolo{
        margin-top: 8% !important;
    }

    .editoriale-titolo{
        font-size: 3em;
        font-weight: bolder;
    }

    .main-cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .reset-button {
        background-color: #B00C15;
        border: 2px solid;
        border-color: #B00C15;
        color: white;
        border-radius: 8px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .tag-button {
        background-color: white;
        border: 2px solid;
        border-color: #4cbacc;
        color: #005866;;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .arrow-button-disabled {
        padding-left: 8px;
        padding-right: 8px;
        background-color: white;
        border: 1px solid;
        border-color: #6e767793;
        color: #6e767793;
        border-radius: 2px;
    }
    
    .incentivo-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .indagine-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .metaglossario-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .documento-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-list {
        margin-top: 2% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    #right_sidebar{margin-top:2% !important}
}

@media (min-width: 1300px) {
    .md-font{
        font-size: 12px;
        white-space: nowrap;
    }

    .priority-section {
        margin-top: 10px;
    }

    .huge-text {
        font-size: 1.5em;
    }

    .titolo {
        font-weight: bold;
        font-size: 1.2em;
        color: #005866;
    }
    
    .sottotitolo {
        font-size: 16px;
        color: black;
        font-weight: bold;
    }

    .contenuto {
        font-size: 14px;
        font-weight: 200;
    }
    
    .utente-data {
        font-size: 12px;
        color: grey;
    }

    .main-content-articolo{
        margin-top: 8% !important;
    }

    .editoriale-titolo{
        font-size: 3em;
        font-weight: bolder;
    }

    .main-cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 10px;
        padding-right: 10px;
    }

    .reset-button {
        background-color: #B00C15;
        border: 2px solid;
        border-color: #B00C15;
        color: white;
        border-radius: 8px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
    }

    .cluster-button {
        background-color: white;
        border: 2px solid;
        border-color: #005866;
        color: #005866;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .tag-button {
        background-color: white;
        border: 2px solid;
        border-color: #4cbacc;
        color: #005866;;
        border-radius: 8px;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
    }

    .arrow-button-disabled {
        padding-left: 8px;
        padding-right: 8px;
        background-color: white;
        border: 1px solid;
        border-color: #6e767793;
        color: #6e767793;
        border-radius: 2px;
    }
    
    .incentivo-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .indagine-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .metaglossario-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .documento-button {
        background-color: white;
        border: 1px solid;
        border-color: #005866;;
        color: #005866;;
        border-radius: 4px;
        font-size: 9px;
        overflow: hidden;
        white-space: nowrap;
    }

    .news-list {
        margin-top: 2% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
    
    #right_sidebar{margin-top:2% !important}
}

.filter-cluster-button {
    background-color: white;
    border: 2px solid;
    border-color: #005866;
    color: #005866;
    border-radius: 8px;
    width: 120px;
    font-size: 9px;
    overflow: hidden;
    white-space: nowrap;
}

.filter-tag-button {
    background-color: white;
    border: 2px solid;
    border-color: #4cbacc;
    color: #005866;
    border-radius: 8px;
    font-size: 9px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
}

.contacts {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

body {
    background-color: #FFF !important;
}

.image-fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.tiny-blue-line {
    border-bottom: 1px solid;
    border-color: #005866;
    width: 60px !important;
}

.blue-line {
    border-bottom: 3px solid;
    border-color: #005866;
    width: 60px !important;
}

.news-type {
    color: #B00C15;
    font-size: 0.9em;
}

.search-button {
    background-color: #005866;
    color: white;
}
/* CAROUSEL PRIORITY NEWS*/

.carousel-news {
    background-color: #edf1f5;
    position: relative;
    padding: 15%;
}

.priority-news-title {
    font-weight: bold;
    color: #005866;
    font-size: 1.2vw;
}

.arrow-button {
    padding-left: 8px;
    padding-right: 8px;
    background-color: white;
    border: 1px solid;
    border-color: #005866;
    color: #005866;
    border-radius: 2px;
}


.add-button {
    background-color: white;
    border: 2px solid;
    border-color: #005866;
    height: 40px;
    width: 40px;
    color: #005866;
}

.carousel-utils {
    position: absolute !important;
    bottom: 0 !important;
}

.carousel-item {
    height: 60vh;
    border-bottom: 2px solid #edf1f5;
}

/* FINE CAROUSEL */

.red-text {
    color: #B00C15;
}

.yellow-text {
    color: #ffbc34;
}

.green-text {
    color: #3fd813;
}

.blue-text {
    color: #005866;
}

.bg-blue {
    background-color: #005866 !important;
}
.bg-white {
    background-color: #FFF !important;
}
.border-blue{
    border-color: #005866 !important;
}

.bg-red {
    background-color: #B00C15;
}

.blue-border {
    border: 2px solid #005866;
}

.tiny-blue-border {
    border: 1px solid #005866 !important;
}

.info-section {
    margin-top: 10%;
}

.site-box {
    padding: 10%;
    background-color: #edf1f5;
}

.border-bottom-blue {
    border-bottom: 2px solid !important;
    border-color: #005866 !important;
}

.border-bottom-red {
    border-bottom: 2px solid !important;
    border-color: #B00C15 !important;
}


.btn-video {
    position: fixed;
    top:40%;
    right:1px;
    width: 60px;
    height: 48px;
    background-color:#3c434d;
    z-index: 107;
    color: white;
    font-weight: bolder;
    opacity: 0.8;
}

.btn-login {
    position: fixed;
    top:50%;
    right:1px;
    width: 60px;
    height: 48px;
    background-color:#3c434d;
    z-index: 107;
    color: white;
    font-weight: bolder;
    opacity: 0.8;
}

.contact-us{
    margin-top: 10%;
    padding-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    background-color: #005866;
}

.footer-landing {
    margin-top: 10%;
    padding-top: 4%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 4%;
    background-color: #005866;
}
.second-footer-landing {
    margin-top: 0%;
    padding-top: 2%;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 2%;
    background-color: #00424d;
}

.tiny-text {
    color: white;
    font-size: 9px
}

.text-small {
    font-size: 12px;
}

.sottolinea_campo_obbligatorio{border: 1px solid #B00C15 !important}
.testo_campo_obbligatorio{color: #B00C15 !important}

.bg-gray {
    background-color: #D8E0E9 !important;
}

.bg-light-gray {
    background-color: #edf1f5 !important;
}

.text-light-gray {
    color: #edf1f5 !important;
}

.bg-dark-gray {
    background-color: #b0c2d4 !important;
}

.text-dark-gray {
    color: #b0c2d4 !important;
}

.bg-lime {
    background-color: #2fcf23;
}

.text-gray {
    color: #D8E0E9;
}
.text-black {
    color: #000;
}

.news {
    background-color: #EDF1F5;
}

.bg-landing-light-gray {
    background-color: #EDF1F5;
}

.long-line-red {
    border-bottom: 3px solid;
    border-color: #B00C15;
    width: 90%;
    height: 50%;
}

.consulta-tags {
    background-color: #005866;
    color: white;
    font-weight: bolder;
}

.utils-button {
    background-color: #edf1f5;
    border: 1px solid;
    border-color: #005866;
    color: #005866;
    border-radius: 3px;
}

.information-button {
    background-color: #005866;
    border: 1px solid;
    border-color: #005866;
    color: white;
    border-radius: 3px;
}

.login-sidebar {
    z-index: 101;
    position:fixed;
    right:0;
    top:0;
    background-color: #d8e0e9;
    width: 30%;
    height: 100%;
	overflow:auto;
}
.outline-light-gray {
    border: 1px solid #D8E0E9
}

.outline-danger {
    border: 1px solid #dc3545 !important;
}

.form-video-div{
    padding:20px;
    position: absolute;
    display: none;
    bottom:50px;
    width: 100%;
    right: 5px;
    opacity: 1;
    z-index: 110;
    border: 1px solid #fff;
}


.border-bottom-white-2 {
    border-bottom: 2px solid !important;
    border-color: #ffffff !important;
}

.border-bottom-white-1 {
    border-bottom: 1px solid !important;
    border-color: #ffffff !important;
}

.border-white {
    border-color: #fff;
    border: 1 px solid;
}

.p-left-20 {
    padding-left: 20% !important;
}

.p-right-20 {
    padding-right: 20% !important;
}

.p-top-20 {
    padding-top: 20% !important;
}

.p-bottom-20 {
    padding-bottom: 20% !important;
}

.p-left-15 {
    padding-left: 15% !important;
}

.p-right-15 {
    padding-right: 15% !important;
}

.p-top-15 {
    padding-top: 15% !important;
}

.p-bottom-15 {
    padding-bottom: 15% !important;
}

.p-left-10 {
    padding-left: 10% !important;
}

.p-right-10 {
    padding-right: 10% !important;
}

.p-top-10 {
    padding-top: 10% !important;
}

.p-bottom-10 {
    padding-bottom: 10% !important;
}

.p-left-5 {
    padding-left: 5% !important;
}

.p-right-5 {
    padding-right: 5% !important;
}

.p-top-5 {
    padding-top: 5% !important;
}

.p-bottom-5 {
    padding-bottom: 5% !important;
}

.mt-5 {
    margin-top: 5%;
}

.mt-10 {
    margin-top: 10%;
}

.mt-20 {
    margin-top: 20%;
}

.text-size-36 {
    font-size: 36;
}

.p-5 {
    padding: 5%;
}

.px-5 {
    padding-left: 5%;
    padding-right: 5%;
}

.footer-landing {
    list-style-type: none;
}

.oggetto-button {
    background-color: white;
    border: 1px solid;
    border-color: #005866;;
    color: #005866;;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

.text-gray-2 {
    color: #6c758d;
}
::-webkit-scrollbar {
  background-color:#36bea6;
  background:linear-gradient(90deg, #fff 0%, #e2e2e2 50%,  #fff 100%);
  width: 10px !important;  
}
/* Track */
::-webkit-scrollbar-track {
  background: trasparent;
  border-radius: 10px;
	cursor: hand;
	cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
  	
	background: rgba(16,114,88,.65) !important;
	height: 20px;
	border-radius: 10px;
	width: 10px !important;
	
}

input:checked + label {
  background: linear-gradient(180deg, #107258, #25B499);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
input:checked + label svg #border {
  stroke: url(#gradient);
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
  animation: checked 500ms ease forwards;
}
input:checked + label svg #dot {
  transform: scale(1);
  transition: transform 500ms cubic-bezier(0.57, 0.21, 0.69, 3.25);
}

@keyframes checked {
  to {
    stroke-dashoffset: 0;
  }
}
/*Checkboxes styles*/
input:checkbox{ display: none;}
input[type=checkbox].hidden{
  opacity: 0;
}
input[type=checkbox]{
  display: none;
}
input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


input[type="checkbox"]:not(.input-multi) + label:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #005860;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .9;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  /* modifica/aggiunta FB*/
  margin-top: 2px;

}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
	border:2px solid #107258;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.notify-warning{
		border:0px solid #d8e0e9;
		border-left:10px solid #ffbc34 !important;
		background-color: #d8e0e9 !important;
		padding: 10px !important;
		padding-top:15px !important;
		font-size:13px !important;
	}
	.notify-error{
		border:0px solid #b00c15;
		border-left:10px solid #b00c15 !important;
		background-color: #d8e0e9 !important;
		padding: 10px !important;
		padding-top:15px !important;
		font-size:13px !important;
	}
	.font-13{
		font-size:13px !important;
		
	}
	.nohref{
		color:#009efb  !important;
	}
	.nohref:hover{
		color:#069  !important;
		text-decoration: underline !important;
	}
	.checkbox-bordered span{
	text-align: right;
}

.border-l-15 {
    border-left: 15px solid;
}

.border-gray-2 {
    border-color: #d8e0e9;
}

.long-line-red {
    border-bottom: 3px solid;
    border-color: #B00C15;
    width: 90%;
    height: 50%;
}

.long-line-blue {
    border-bottom: 3px solid;
    border-color: #005866;
    width: 90%;
    height: 50%;
}

.footer-landing ul {
    list-style-type: none;
}

.border-red {
    border-color: #B00C15;
}

.testo_evidenziato{
    color: #B91414 !important;
    background-color: #F1FF1A !important;
}

.btn-light-gray{
	background-color: #edf1f5 !important;
	color: #005866 !important;
	border: 1px solid #005866 !important;
}
.btn-light-gray:hover{
	background-color: #005866 !important;
	color: #edf1f5 !important;
}

.btn-blue{
	background-color: #005866 !important;
	color: #edf1f5 !important;
	border: 1px solid #005866 !important;
}
.btn-blue:hover{
	background-color: #edf1f5 !important;
	color: #005866 !important;
}

.blue-link:hover{
	border-bottom: 1px solid #005866;
}

.btn-disabled{
	background-color: #fff !important;
	border-color: #a9b2b393 !important;
	color: #a9b2b393 !important;
	pointer-events: none !important;
}

.no-radius{border-radius: 0 !important;}

.incentivi-map-table{
	
}

.incentivi-map-table tr th {
  background-color: #edf1f5 !important;
}
.incentivi-map-table tr td {
  background-color: #fff !important;
}
.incentivi-map-table tr td, th {
  border: 1px solid #b0c2d4 !important;
  text-align: left;
  padding: 8px;
}

.btn-incentivi-landing-map-view{border-radius: 4px !important;}

.separatore-incentivi{
	border: 1px solid #eee;
    width: 98%;
}

.incentivi-icon-espandi{
	position: absolute;
    left: -30px;
    top: 5px;
}
@media only screen and (max-width: 830px) {
    
    .incentivi-icon-espandi{
        position: absolute;
        left: -20px;
        top: 5px;
    }

}

.incentivi-div-espandi{
	position: relative;
    margin-top: 35px;
}

.btn-white{
	background-color: #fff;
	color:#005866;
	font-size: 20px;
	font-weight: 900;
    padding: 8px 20px !important;	
}

.footer_title{font-size: 35px;}
	
.nl_input_text{
	  padding: 12px 0px;
	  margin: 8px 0;
	  box-sizing: border-box;
	  border: none;
	  background-color: transparent !important;
	  border-bottom: 2px solid white;
	  color: white;
}
.nl_input_text::-webkit-input-placeholder { /* Edge */
  color: white;
}

.nl_input_text:-ms-input-placeholder { /* Internet Explorer */
  color: white;
}

.nl_input_text::placeholder {
  color: white;
}

#nl_privacypolicy[type="checkbox"]:not(.input-multi) + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .9;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
#nl_privacypolicy[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border: 1px solid #fff;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
#nl_privacypolicy:checked + label {
	background: linear-gradient(180deg, #fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.alert-danger {
    border: 1px solid #b00c15 !important;
    border-left: 10px solid #b00c15 !important;
    background-color: #edf1f5 !important;
    padding: 12px !important;
    padding-top: 12px !important;
    font-size: 13px !important;
    color: #000 !important;
}
.btn-blue-matrix{background-color: #edf1f5 !important; color:#005866 !important; border: 1px solid #005866 !important}
.btn-blue-matrix:hover{background-color: #005866 !important; color:#fff !important;}
.nohref-black{color:#000 !important}
.nohref-black:hover{border-bottom: 1px solid #000 !important}
.btn-gray-matrix{background-color: #005866 !important; color:#edf1f5 !important; border: 1px solid #005866 !important}
.btn-gray-matrix:hover{background-color: #edf1f5 !important; color:#005866 !important;}
.btn-disabled-matrix{background-color: #99a3ad !important; color:#fff !important; border: 1px solid #99a3ad !important}
.btn-red-matrix{background-color: #edf1f5 !important; color:#005866 !important; border: 1px solid #005866 !important}
.btn-red-matrix i{color:#b00c15}
.btn-red-matrix:hover i{color:#fff !important}
.btn-red-matrix:hover{background-color: #b00c15 !important; color:#fff !important; border: 1px solid #b00c15 !important}

.link-preferiti:hover{border-bottom: 1px solid #000 !important}
.link-preferiti-attivo{border-bottom: 1px solid #000}

.title-lista:hover{border-bottom: 1px solid #000}
.comman-lista:hover{background-color: #edf1f5 !important}

.titles-link-preferiti:hover{font-family: LabelTableTitleExtraBold !important;}
.box-comandi-lista{position:absolute; background-color: #fff; right:10px; top: 40px; box-shadow: 4px 4px 10px #a1a1a1;}
.comandi-multiselezione{position:absolute; left:-30px; top: 10px;}

.box-comandi-news-preferita{position:absolute; background-color: #fff; right:15px; top: 40px; box-shadow: 4px 4px 10px #a1a1a1;}
.box-comandi-lista-preferiti{position:absolute; background-color: #fff; right:15px; top: 40px; box-shadow: 4px 4px 10px #a1a1a1;}

.comandi_lista:hover .span_comandi_lista{border-bottom:1px solid #000;}

.consulta-tags {
    background-color: #005866;
    color: white;
    font-weight: bolder;
}

.tab-landing{
    background-color: #E3EFF0; 
    color:#000;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}
.tab-active{
    background-color: #005866 !important; 
    color:#FFF !important;
}

/* INIZIO FB AGGIUNTO PER FORM PAGINA CONTATTI */

/* Form Input */
.custom-height {
    height: 3rem;
    padding: 15px;
}
#messaggio {
    padding: 15px;
}

.form-check {
    padding-left: 0 !important;
}
.border-gray-form {
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #777 !important;
}

/* FINE FB AGGIUNTO PER FORM PAGINA CONTATTI */</pre></body></html>