.alert-sent{
	text-align : center;
	color: #35A62D !important;
	margin-bottom : 50px;
	border : 1px solid #35A62D; 
	/*display : none;*/
}
.alert-error{
	text-align : center;
	color: red !important;
	margin-bottom : 50px;
	border : 1px solid red;
	/*display : none;*/
}

.list-presence li{
	font-size:16px !important;
	font-weight : bold !important;
}

.quariviere{
	font-size:14px !important;
}

progress { 
    display: inline-block; 
    height: 1em; 
    width: 100% !important; 
    vertical-align: -0.2em; 
    background-color: gray; 
    -webkit-block-flow: tb !important; 
}
#meter{
    display: inline-block; 
    height: 20px !important;
    width: 100% !important; 
    vertical-align: -0.2em; 
    -webkit-block-flow: tb !important; 
}

.maxgreen{
    color: #35A62D !important;
    font-weight:bold;
    border: 1px solid #35A62D;
    padding:1px 3px 1px 3px;
}
.minred{
    color: red !important;
    font-weight:bold;
    border: 1px solid red;
    padding:1px 3px 1px 3px;
}

.minorange{
    color: orange !important;
    font-weight:bold;
    border: 1px solid orange;
    padding:1px 3px 1px 3px;
}
/*meter::-webkit-meter-optimum-value {
    background: red;  Green 
}*/