.leaflet-top {
	z-index: 1;
}	

.leaflet-top .leaflet-control {
	margin-top: 30px;
}
.leaflet-right .leaflet-control {
	margin-right: 30px;
}


a.leaflet-control-home {
	margin: 5px -5px -5px 5px;
}
div.inprogress p , 
div.done p {
	line-height: 20px;
	margin: 5px 0;
}
div.inprogress p {
	color: #fe9b00;
}
div.done p {
	color: #99ba00;
}
a:hover {
	 color: #b1c903;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

span.state {
	display: block;
	height: 30px;
	margin: 10px 0 0 0;
}
span.state:before {
	font-size:24px;
	font-family: "Material Icons"; 
	vertical-align: middle;
	margin-right: 3px;
}
span.state.done {
	color: var(--vert);
}
span.state.done:before {
	content: "\E86C";
}
span.state.inprogress{
	color: #ea631b;
}
span.state.inprogress:before {
	content: "\E80E";
}
.leaflet-popup-content-wrapper, .leaflet-control-container a {
	-webkit-border-radius: 0;
	-moz-border-radius:0;
	border-radius: 0;
}

.leaflet-popup-content a {
	display: block;
	font-size: 1.3em;
	line-height:1.1em;
	color: #000;
	font-weight: bold;
}
.leaflet-container a:hover {
	color: #99ba00;
}
a span.see {
	display: block;
	background: url(../images/sprite.png)no-repeat -370px -195px;
	height: 20px;
	text-indent: 30px;
	font-weight: normal;
}