.mapael .map {
	background-color: #F8F8F8;
	margin-bottom: 0px;
	position: relative;
}

/* For all zoom buttons */
.mapael .zoomButton {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 15px;
	height: 17px;
	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;
}

.mapael .mapTooltip {
	position: absolute;
	background-color: #474c4b;
	moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity = 70);
	border-radius: 5px;
	padding: 10px;
	z-index: 1000;
	max-width: 400px;
	color: #fff;
}

#map {
	background-color: #fff;
	font-size: 22px;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande',
		'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-weight: bolder;
}

.lista-selec {
	padding: 6px 14px;
	color: #293990;
	background-color: #FFFFFF;
	display: inline-block;
	border-radius: 20px;
	margin-bottom: 10px;
	margin-right: 5px;
	border-color: #293990;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
}

input[type="checkbox"]:checked+label {
	color: #FFFFFF;
	background-color: #293990;
}

input[type="checkbox"]+label:hover {
	color: #FFFFFF;
	background-color: #293990;
}

.hidden-checkbox {
	visibility: hidden;
	width: 0px;
}

.map-item {
	padding-left: 9px !Important;
	padding-right: 8px !Important;
}

.map-tabs.nav-tabs .nav-link {
	background-color: #f8f8f8 !important;
	font-weight: 700;
	color: #818181;
}

.map-tabs.nav-tabs .nav-link:hover,
.map-tabs.nav-tabs .nav-link.active,
.map-tabs.nav-tabs .nav-item.dropdown:hover > .nav-link.dropdown-toggle,
.map-tabs.nav-tabs .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #293990 !important;
    color: #FFFFFF !important;
}

.map-tabs .nav-item:not(:last-of-type ) {
	margin-right: 12px;
}