.header .logo img {
    max-width: 85%;
    margin: 0 auto;
}
.mappaFileImage {
	/*filter: grayscale(1);
	opacity: .9;*/
    width: 100%;
}

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;
}
.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;
    color: #cc0361;
    background: white;
}
.fastergon_pin.alarm {
    -webkit-animation: fastergon_pin_animation_alarm 1s infinite;  /* Safari 4+ */
    -moz-animation: fastergon_pin_animation_alarm 1s infinite;  /* Fx 5+ */
    -o-animation: fastergon_pin_animation_alarm 1s infinite;  /* Opera 12+ */
    animation: fastergon_pin_animation_alarm 1s infinite;  /* IE 10+, Fx 29+ */
}
.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;
}


@-webkit-keyframes fastergon_pin_animation_alarm {
  0%, 69% {
    color: #ffffff;
    background-color: orangered;
  }
  70%, 100% {
    color: #ffffff;
    background-color: orange;
  }
}