.mappaFileImage {
	/*filter: grayscale(1);
	opacity: .9;*/
}

table.dataTable {
	width: 100% !important;
}

.mapPoint {
	position: absolute;
	z-index: 10; 
}
.mapPoint:hover {
	z-index: 14; 
}

.mapPoint {
	position: absolute;
	z-index: 10; 
}
.mapPoint:hover {
	z-index: 14; 
}
.mapPoint > a {
	position: relative;
}
.mapPoint > a > .fastergon_pin {
	position: relative;
    border-radius: 50px;
	padding: 0px;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-width: 3px;
	border-color: #cc0361;
    background: white;
}
.mapPoint > .fastergon_label {
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
	border-style: solid;
	border-width: 1px;
	border-color: #cc0361;
    background: white;
    width: 160px;
    text-align: center;
}