body {
	padding: 0;
	margin: 0;
}

html, body, #map {
		height: 100%;
		font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

blockquote {
	color: white;
  background: #236067;
  border-left: 10px solid #8BA0A3;
	border-radius: 15px;
  margin: 0 0px;
  padding: 0.5em 10px;
}

.myDivIcon {
  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 20px;
  /* Vertically center the text (icon) */
}

.myDivIcon2 {
  text-align: center;
  /* Horizontally center the text (icon) */
  line-height: 10px;
  /* Vertically center the text (icon) */
}

.myiconfa {
     -webkit-text-stroke: 2px black;
}

.myiconfa2 {
     -webkit-text-stroke: 2px #8BA0A3;
}

.button_static {
  background-color: tomato;
  color: white;
  /*border: 2px solid black;*/
  margin: 2px;
  border-radius: 15px;
	width: 90%;
	padding-top: 10%;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	height: 30px;
}

.border-round {
  border-radius: 3%;
}

.button {
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 1px 1px;
  cursor: default;
	border-radius: 8px;
}

.button_verde {background-color: #2dcf2d;}
.button_giallo {background-color: #fff000;}
.button_rosso {background-color: #c70000;}

.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
}

.nav-text {
	vertical-align:middle;
}

.container {
  position: relative;
  font-family: Arial;
}

.text-block-km {
  position: absolute;
  top: 0px;
  right: 3%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding-left: 3%;
  padding-right: 3%;
}

@media only screen and (max-width: 600px) {
	.text-block-km {
	  height: 65%;
	}
}

/* toogle layer */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider red grey*/
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #8BA0A3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Slider pink pink*/
.slider_blue {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8BA0A3;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider_blue:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider_blue {
  background-color: #8BA0A3;
}

input:focus + .slider_blue {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_blue:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded slider_blues */
.slider_blue.round {
  border-radius: 34px;
}

.slider_blue.round:before {
  border-radius: 50%;
}

/* rcorners */
#rcorners {
  border-radius: 15px;
  border: 2px solid #236067;
  padding: 15px;
}

/* circle punti_km */
.circle {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	padding: 1px;
	background: #ffff00;
	border: 3px solid #000;
	color: #00000;
	text-align: center;
	font: 10px Arial, sans-serif;
	}

/* accordion_red */
.accordion {
	background-color: rgba(255, 255, 255, 0.00);
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 10%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

.accordion.active:after {
	content: "\25b2";
}

.accordion:after {
	content: '\25bc';
	color: #777;
	font-weight: bold;
	float: left;
	margin-left: 5px;
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: rgba(255, 255, 255, 0.00);
	overflow: hidden;
	clear: left;
}

.aParent {
	float: left;
	clear: none;
}

.accordion_text {
	background-color: #236067;
	color: #ffffff;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius: 15px;
}

.active_text, .accordion_text:hover {
	background-color: #8BA0A3;
}

.accordion_text:after {
	content: '\25bc';
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.active_text:after {
	content: "\25b2";
	color: #ffffff;
}

.panel_text {
	padding: 0 1px;
	background-color: rgba(255, 255, 255, 0.00);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

th {
	text-align: left;
	vertical-align: top;
}
.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.info h2 {
	margin: 0 0 5px;
	color: #777;
}
.leaflet-container {
	background: #fff;
