body {
	font-family: Roboto;
}
.body-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

.div-logo {padding-top:30px; padding-bottom:15px;}
.div-utente {padding-top:15px; padding-bottom:30px;}

@media all and (min-width:768px) {
.div-logo {padding-bottom:30px;}
.div-utente {padding-top:30px;}
}

.btn-light { background-color:rgba(233,233,233,.5)}
.btn-ricerca { text-align:center; margin-bottom:2rem; border:0px}
.btn-ricerca button { border:0px!important}

.btn-ricerca-1 {
	background-color:#e57200
}
.btn-ricerca-2 {
	background-color:#585858
}
.btn-ricerca-3 {
	background-color:#e57200
}
.btn-ricerca-4 {
	background-color:#404041
}

.progress {
    display:block;
    height:50px;
    background-color: #FFFFFF;
	text-align:center
}

.alert {display:none; margin-bottom:10px;} 
#div_progress_met { display:none}

/*.cont-form { height:0px; overflow:hidden}*/



.titolo_banner {text-align:center; font-size:2.5rem; color:rgba(255,255,255,1.00); font-weight:bold; line-height:3rem}

@media all and (min-width:992px) {
.titolo_banner { font-size:3.5rem; line-height:4rem; text-align:left;}
}