div.principale {
	/* COLLOCA CORRETTAMENTE LA PAGINA SOTTO IL BANNER*/
    margin-top:23px
}

@media screen and (max-width: 576px) {
    .principale {
        margin-top: 60px !important
    }
    
}


div.flex-container {
    display: flex;
    display: -webkit-flex;    
    justify-content: center;
    -webkit-justify-content: center;        
    align-items: flex-start;        
    -webkit-align-items: flex-start;     
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;        
}
div.flex-container div{
    vertical-align: top;   
    text-indent:0 !important;     
}




#footer-container {
    background-color: #777777;
    padding: 40px 2% 0px 2%
}
.footer-flex {
    display: flex;
    align-items: start !important;
    -webkit-align-items: center; 
    justify-content: space-between;
}    
.footer-text {
    color: #fff;
    font-family: var(--font-principale);
    /*font-size: 28px;;*/
    font-size: 25px !important; 
    font-weight: 500;
    text-align: left;
    /*line-height: 34px;*/
    line-height: 30px !important;    
    margin-right: 1%
}
.footer-crediti div{
    margin-bottom: 10px
} 
.footer-loghi {
    display: flex;
    flex-basis: 40%;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
    justify-content: space-around;
    margin-left: 1%
}
.footer-loghi div{
    margin: 0 1% 0 1%
}
#loghi_png {
    width: 1000px
}
a:link.footer-link, a:visited.footer-link {
    color:#fff;
    font-family: var(--font-principale);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
} 
a:hover.footer-link {
    text-decoration: underline
} 

@media screen and (max-width: 1392px) {
    .footer-loghi {
        flex-wrap: wrap;
    }    
}
@media screen and (max-width: 1024px) {
    .footer-text {
        font-size: var(--sixe-principale) !important;
        margin-right: 2%;
        line-height: 25px;        
    }
}
@media screen and (max-width: 576px) {
    .footer-text {
        font-size: var(--size-mini) !important;
        line-height: 20px;        
    }
}

.titolo-backend {
    margin-bottom:30px;
    margin-top:30px;
    font-family:var(--font-principale);
    font-weight:400;
    color: #666;
    font-size: 30px
}    

.li-error{
    color:#cc0000 !important;
}
.li-success {
    color:#009900  !important;
}
#status, .ul-importa, .ul-importa li {
    color: #777;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}
#status, .ul-importa li {
    margin: 0 0 3px 0;
    padding: 0;
}

