html, body  {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background:url('../material/logo.png') ;
  background-position: center center !important;
  background-repeat: no-repeat;
}

#map {
	width: 100%;
	height: 100%;
}
.SelectMode {
	border: 2px solid blue;
	background-color: white;
	padding: 3px 10px;
}

.iconmarker {
  width: 30px !important;
  height: 30px !important;
  margin: -15px !important;
  border-radius: 20px;
  border: 1px solid #fdfdfd;
  box-shadow: 0 1px 1px rgba(0,0,0,0.8);
  background-color: violet;
  z-index: 15 !important;
}