#info_legend{
	z-index: 999;
	position: absolute;
	bottom: 5px;
	left: 80px;
}
#info_legend:hover {
	cursor: pointer;
}
#container_legend {
	display: none;
	padding: 6px;
	border: solid 1px;
	max-height: 400px;
	overflow: auto;
	background-color: #FFFFFF;
	max-width: 500px;
	max-height: 500px;
}
.legend_icon_map {
	background-image: url("images/legend.svg");
	width: 50px;
	height: 50px;
	border: solid 1px;
}

@media only screen and (max-width : 992px) {
	#info_legend{
	top: 65px!important;
	right: 0px !important;
	left: auto !important;
	bottom: auto !important;
	}
	.material-tooltip{
		display: none;
	}
}