/* *************************************************************************** */
/* ***************			INIZIO STRUTTURA SKIN 			****************** */
/* ***************	STILI PERSONALIZZATI PER OGNI ENTE		****************** */
/* *************************************************************************** */

/*IN QUESTO FILE SI INSERISCONO SOLO LE VARIABILI CON IL COLORE, PER IL RESTO SI UTILIZZA IL CSS STILI-CUSTOM */

:root {
    /*COLORE PRINCIPALE da mettere come rgb*/ /*#0800e6*/
    /*basta cambiare questa variabile e tutto il CSS prende questo colore in automatico*/
    /*il colore va inserito come RGB ma con le virgole es. 56, 115, 62*/
    --colore-principale: 83, 173, 47;
    /*COLORE NAVBAR*/ /*#07005c*/
    --colore-navbar: 16, 68, 103;
    /*COLORE FOOTER*/
    --colore-footer: 255, 255, 255;
}

.it-brand-text {
display:none;
}

.footer-info {
color:#000000;
}

.footer-heading-title {
color:#000000;
}


#HyperLink1,
#HyperLink1:visited,
#HyperLink1:hover {
    color: #000 !important;
}


#HLinkPP,
#HLinkPP:visited,
#HLinkPP:hover {
    color: #000 !important;
}

#hlPiePaginaEMAIL,
#hlPiePaginaEMAIL:visited,
#hlPiePaginaEMAIL:hover {
    color: #000 !important;
}

#hDisservizio{
    display: none;
}

.it-footer a,
.it-footer a:visited {
    color: #000 !important;
    text-decoration: none !important;
}

.it-footer a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.it-header-center-wrapper {
    background-color: white !important;
}


.navbar-secondary [data-element="all-topics"] {
    display: none !important;
}

.bg-primary {
    background-color: #53AD2F !important;
}

.it-header-slim-wrapper {
    display: none !important;
}

.it-header-navbar-wrapper{
    background-color: #53AD2F !important;
}