:root{
    font-size: 16px;
}

#map{
    height: 45vh;
}

h1, .h1, .titolo{
    font-size: 2rem;
    padding: 10px;
}

h2, .h2, .sottoTitolo{
    font-size: 1.5rem;
}

.h3, h3{	font-size: 1.3rem; }
.h4, h4{	font-size: 1.2rem; }
.h5, h5{	font-size: 1.1rem; }

.mg_base_color{
	color:#006699;
}

.qp_base_color{
	color:#3382B4;
}



.ediSelected{ box-shadow: 0px 0px 15px #0A0; }

input[type="checkbox"]{ text-align: left; width:auto;}

.hidden{ display:none; }


.edicolaPart{ transition: 0.2s;}

.edicolaPart:hover{ color: #39E;}


.edicolaContainer{
    
    background: linear-gradient( 180deg, #FFF, #EEE);
    padding: 10px;
    
    border-bottom: 2px solid #BBB;
    margin-bottom: 5px;
}