.mapael .map {
	background-color: #cddee0;
	margin-bottom: 10px;
	position: relative;
}
/* For all zoom buttons */
.mapael .zoomButton {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: 0;
	font-weight: bold;
	left: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* Reset Zoom button first */
.mapael .zoomReset {
	top: 10px;
}
/* Then Zoom In button */
.mapael .zoomIn {
	top: 30px;
}
/* Then Zoom Out button */
.mapael .zoomOut {
	top: 50px;
}

#mapcontainer.mapael .mapTooltip {
	position: absolute;
	background-color: rgba(63, 63, 63, 0.7);
	border-radius: 10px;
	padding: 10px;
	z-index: 1000;
	display: none;
	color: #fdfdfd !important;
	font-family:'Bariol Regular',Bariol,sans-serif; /*,Arial,Helvetica*/
	max-width: 350px;
}

.mapael .mapTooltip canvas {
	min-width: 300px;
}

.mapael .mapTooltip hr {
	border-color: rgba(255, 255, 255, 0.5);
	border-style: solid;
	margin: 5px;
}

#mapcontainer.mapael .mapTooltip h2 {
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fdfdfd !important;
	font-size: 1.5em !important;
	text-align: center !important;
	width: 100%;
}
.mapael .mapTooltip h2 span {
	font-size: 0.8em;
}

/*Legend*/
.legend {
	float: left;
	margin-right: 1em;
}

.legend.actiu {
	float: right;
}

@media screen and (max-width: 1000px) {
	.legend.actiu {
		float: left;
	}
}

.legends {
	overflow: auto;
}

.mapael .map {
	background-color: #ffffff;
}
