/*
    FILE CHE DECLINA IL CSS per NGO
    Prima era #09429f;
*/
.color-ngo {
    color: #09429F;
}
#top-subsite-title {
    color: #09429F;
}
a {
    color: #09429F;
}
.btn-small,
.btn {
    background-color: #09429F;    
    border: 1px solid #09429F;
}
#left-menu .sel-first {
    background-color: #09429F;    
    color: white;
}
.usefull-links-title {
    background-color: #09429F;
}
.usefull-links-ul {
    color: #09429F;
}
.bulb-info-bell-widget {
    background-color: #09429F;
}
#burger-left-menu {
/*    color: white;
    background-color: #09429F;*/
}
@media only screen and (min-width:1025px) and (max-width:10000px) {      
    a:hover {
        color: #041e44;
        transition: color 0.2s;
        -webkit-transition: color 0.2s;        
    }   
    .btn:hover {
        background-color: white;
        border: 1px solid #09429F;
        color: #09429F;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;        
    }    
    .left-menu-first:hover,
    .left-menu-span:hover .left-menu-first {
        background-color: #09429F;    
        color: white;
    }    
}
@media only screen and (min-width:320px) and (max-width:767px) {    
    #left-menu {
/*         border-right: 35px solid #09429F; */
    }
}
