#filters {
	display: inline-block;
	width: 25% !important;
	margin: 0 30px 0 15px;
	padding: 0;
	text-align: left;
}

#filtersButton {
	display: none;
    cursor: pointer;
}

@media (max-width: 990px) {
	#filtersButton {
		display: block;
	}
}

@media (max-width: 990px) {
		
	#filters {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
		background-color: white;
		z-index: 9999;
		margin: 0;
		color: initial;
	}
	
	#filters .header {
    	background-color: #3b75af !important;
	}

	#filters .header button#closeButton {
		visibility: visible !important;
	}
	
	#filters .header button#resetButton {
		right: 100px !important;
	}

}

#risultati > .header > div.row > button {
	margin-right: 5px;
	color: #fff;
    border-color: #fff;
}

#filters .header button {
	font-size: 14px;
	display: inline-block !important;
	position: absolute !important;
	cursor: pointer !important;
	opacity: 0.4;
    border-color: #fff;
}

#filters .header button#closeButton {
	visibility: hidden;
	top: 6px;
	right: 15px;
}

#filters .header button#closeButton[disabled] {
	opacity: 0.50 !important;
}

#filters .header button#resetButton {
	top: 6px;
	right: 15px;
}

#filters .content {
	padding: 15px;
}

#filters .form-group {
	margin-bottom: 8px !important;
}

#filters .form-group#elezioneGroup {
	border-bottom: 1px solid #e1e8e8;
}

#filters #livelloGroup, #filters #veneto1Btn, #filters #veneto2Btn {
	display: none;
}

#filters .btn-group-sm .btn.active {
	font-weight: bold;
    border: 2px solid;
}

#filters .btn-group-sm .btn.active:focus {
	box-shadow: none;	
}

/* #provinciaAlert { */
/* 	margin-top: 5px; */
/* 	padding: 5px 10px !important; */
/* 	display: none; */
/* 	font-size: 11px; */
/* } */