.cluster-group {
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
}
.cluster-group > div {
  padding: 10px;
  background: #0094ff;
  color: #fff;
  display: inline-block;
  -moz-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 1px 0 inset, rgba(0, 0, 0, 0.0470588) 0 1px 2px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
  opacity: .9;
}
.cluster-group > div > .static-content {
  position: absolute;
  background: none;
  bottom: 100%;
  left: 100%;
  width: 10em;
  display: inline-block;
  color: #000;
  -webkit-text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
  text-align: left !important;
}

#search-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
  clear: both;
  cursor: auto;
  width: 25em;
  /*&:hover {
        .search-control-results {
            .transition(all, .3s, linear, 0s);
            max-height: 30em;
            top: -1px;
            overflow-y: scroll;
        }
    }*/

}
#search-control .inputs-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 2.6em;
  border-bottom: rgba(0, 0, 0, 0.5);
}
#search-control .inputs-wrapper > a.search-button {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 31px;
  height: 31px;
  line-height: 28px;
  padding: 0px;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  float: left;
  border: none;
  font-weight: 700;
  background: url(/Images/search-black.png) center center no-repeat #ffffff;
  color: #000;
  text-align: center;
}
#search-control .inputs-wrapper > a.search-button.loading {
  background: url(/Images/loading.gif) center center no-repeat;
  cursor: default;
}
#search-control .inputs-wrapper > input.search-input {
  width: 100%;
  margin: 0px 0px 0px 31px;
  height: 31px;
  _padding: 0px 0px 0px 10px !important;
  line-height: 18px;
  display: inline-block;
  background-color: #ffffff;
  border: none;
  padding: 0 0 0 5px;
}
#search-control .inputs-wrapper > input.search-input:hover,
#search-control .inputs-wrapper > input.search-input:focus {
  outline: none;
}
#search-control .search-control-results {
  position: relative;
  z-index: -1;
  top: -0.1em;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  max-height: 400px;
  width: 100%;
  overflow-y: hidden;
  -webkit-transition: all 0.3s linear 2s;
  -moz-transition: all 0.3s linear 2s;
  -o-transition: all 0.3s linear 2s;
  transition: all 0.3s linear 2s;
  border-top: 1px solid #0094ff;
}
#search-control .search-control-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#search-control .search-control-results ul li {
  display: block;
  line-height: 1.1em;
  font-size: 1em;
  cursor: pointer;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#search-control .search-control-results ul li.MapPoint {
  background-image: url(/Images/marker-small.png);
}
#search-control .search-control-results ul li.OSM,
#search-control .search-control-results ul li .google {
  background-image: url(/Images/locate-small.png);
}
#search-control .search-control-results ul li:hover {
  background-color: #dbf0ff;
}
#search-control .search-control-results ul li span.highlight {
  font-style: italic;
  color: #0094ff;
}
#search-control .search-control-results ul li a {
  padding: 0px;
  line-height: 24px !important;
}
#search-control .search-control-results ul li a:hover {
  margin: 0px;
  line-height: 24px !important;
}
#search-control .search-control-results ul li p {
  padding: 0 10px;
}
#search-control .search-control-results.hidden {
  position: relative;
  top: -10px;
  display: none;
  -webkit-transition: all 0.3s linear 0;
  -moz-transition: all 0.3s linear 0;
  -o-transition: all 0.3s linear 0;
  transition: all 0.3s linear 0;
}
#search-control .search-control-results.visible {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  max-height: 100%;
  top: 0px;
  overflow-y: auto;
  display: block;
}
#warnings-control {
  position: relative;
  pointer-events: auto;
  z-index: 7;
  display: block;
  width: 2em;
  height: 2em;
  -webkit-transition: all 0.3s linear 1.5s;
  -moz-transition: all 0.3s linear 1.5s;
  -o-transition: all 0.3s linear 1.5s;
  transition: all 0.3s linear 1.5s;
  /*&:hover {
        background-color: #fff;
        .border-radius-custom(0px, 0px, .5em, .5em);
        .transition(all, .3s, linear, 0s);
        ul.warnings-list {
            .transition(all, .3s, linear, 0s);
            visibility: visible;
            opacity: 1;
        }
        span.warnings-count{
            visibility: hidden;
            .transition(all, .0s, linear, 0s);
        }
    }*/

}
#warnings-control span.warnings-count {
  line-height: 2em;
  text-align: center;
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  top: -0.5em;
  right: -0.5em;
  -webkit-transition: all 0.3s linear 2s;
  -moz-transition: all 0.3s linear 2s;
  -o-transition: all 0.3s linear 2s;
  transition: all 0.3s linear 2s;
}
#warnings-control.warning {
  background: url(/Images/warning-yellow.png) no-repeat center center;
}
#warnings-control.no-warning {
  background: url(/Images/warning.png) no-repeat center center;
  visibility: hidden;
}
#warnings-control ul.warnings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  opacity: 0;
  display: block;
  min-width: 16em;
  -webkit-transition: all 0.3s linear 1.5s;
  -moz-transition: all 0.3s linear 1.5s;
  -o-transition: all 0.3s linear 1.5s;
  transition: all 0.3s linear 1.5s;
  max-height: 30em;
  overflow-y: scroll;
  background: #fff;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
#warnings-control ul.warnings-list li {
  display: block;
  background: #fff;
  padding: .5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: url(/Images/warning.png) 0.5em center no-repeat;
}
#warnings-control ul.warnings-list li.map-point {
  background-image: url(/Images/marker-small.png);
}
#warnings-control ul.warnings-list li:hover {
  background-color: #dbf0ff;
}
#warnings-control ul.warnings-list li p {
  padding-left: 30px;
}
#warnings-control ul.warnings-list.hidden {
  display: none;
  opacity: 0;
}
#warnings-control ul.warnings-list.visible {
  display: block;
  opacity: 1;
}
.leaflet-control {
  border-radius: 0;
}
.leaflet-control a {
  text-decoration: none;
}
.leaflet-control a:hover {
  text-decoration: none;
  line-height: 30px;
}
.leaflet-control-zoom {
  border: none !important;
}
.leaflet-bar-part-single {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
.leaflet-touch .leaflet-bar-part-single {
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: none;
}
.leaflet-control-locate a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAACPSURBVCiRlZKxEQMhDAT3GNfAl0AF34e7oSRS9/EVuAR38Nk5eMEwZGhGgaTTSSeQbbpJKsAbOCN1AR/b3wGKhgRU4Aa8+B21ZHs01Cg2IE/gHDkDtW9TgqXZ7gR+ho+4BabM7LkDVp+m1tck8CcJ22IySZ7CM7FpKU4HcKzsPEIEHBFe+6K3z7r7cNr9Gn9NdomJXAGD/AAAAABJRU5ErkJggg==') /*/images/locate.png*/;
  *background-image: url(/Images/locate.png);
  /* For IE 6 and 7 */

}
.leaflet-control-locate.requesting a {
  background-image: url('data:image/gif;base64,R0lGODlhDAAMAIQAAAQCBJSSlMzKzERCRLy6vOzq7KSmpOTi5Hx6fCwqLNTS1MTGxPT29JyenFxaXLy+vKyqrHx+fDw+PNTW1Pz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCwAVACwAAAAADAAMAAAFNmAljmRpnmg6MgeTLs/yPkLKFhRJFSMRNbkKRQJAiAKRyMThEAAACZEiQDBIJAZEwlA6MA+kEAAh+QQJCwATACwAAAAADAAMAIQEAgSMiozMyszk5uREQkS8vrzc2tz8+vxsbmycmpwkIiSMjozMzszs6uxcXlzEwsTc3tz8/vx8fnz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFNOAkjmRpnmiqikZgpAqgwLJ4lMfjTlDBjAcEISESFAqDxcJAIDhEA4HhIZE8Eo5CqaFskEIAIfkECQsAFwAsAAAAAAwADACEBAIElJKUzMrMREJE5ObkvLq8dHZ0pKak5OLk9Pb0LCos1NLUxMbEfH58nJ6cXFpc7OrsvL68fHp8rKqs/P78PDo81NbU////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTTgJY5kWUrKYYoEACjrRVWAEcvCgdxP9fCD34pi0Q0dkkIpwWBAJI1ACRGJIAqBxbKZIIUAACH5BAkLABUALAAAAAAMAAwAhAQCBISGhMTGxOTm5ERCRLy+vNza3GRiZPz6/JyanMzOzHx+fCQiJIyOjMzKzOzq7FxeXMTCxNze3GxubPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU2YCVWBsMYY1oFABAkUKGWTEQQkDpSE5HoI4Sh8ACKGouGsYJUGgeRIlARQQERhYJjaXAMlqkQACH5BAkLABYALAAAAAAMAAwAhAQCBJSSlMzKzERCRLy6vOzq7KSmpHR2dCwqLJyenOTi5MTGxPT29Hx+fJSWlNTW1FxaXLy+vKyqrHx6fDw6PPz+/P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4oCVaCgQpoyghh0ENBuE8IgIAgvk0TSAeAApDVElMCCNFJVUpKIap1CKyiEojAuuI8dR6v+DwKAQAIfkECQsAFAAsAAAAAAwADACEBAIEjIqMzMrM5ObkREJEvL68ZGJk3Nrc/Pr8nJqcfH58JCIkjI6MzM7M7OrsXF5cxMLEbG5s3N7c/P78////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTUgJVIOwzijWBgJpCiQJAziQxCHORSFICaECGIkKEgohwBkmGIuAIuU9BmVjpIHq3bL7XqtIQAh+QQJCwAWACwAAAAADAAMAIQEAgSUkpTMzsy8urxEQkTs6uykpqTk4uR8enwsKiycnpzExsT09vSUlpTU1tS8vrxcWlysqqzk5uR8fnw8Pjz8/vz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFN6AlWsyyMKPoBMPxPEdqBdMkmWg6TEoliweDw/ezQCiQouiYVAYFxCICQInKEgCARGlIIJTgUQgAIfkECQsAFAAsAAAAAAwADACEBAIEhIaExMbE5ObkREJEvL683Nrc/Pr8bG5snJqczM7MJCIkjI6MzMrM7OrsXF5cxMLE3N7c/P78fH58////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTQgJY7k6AhRSQpQcahiVDQw5UBDTTETo/O+2s0g0SUIiBfsQSAIFgtDqfBIBACAQM0AlY5CADs=') /*/images/spinner.gif*/;
  *background-image: url(/Images/spinner.gif);
  /* For IE 6 and 7 */

}
.leaflet-control-locate.active a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADRSURBVCiRlZI9bgIxFIS/Z3ECinCEPQEUK8pUSEh0PsrmCJScgWpL6CnpkGhRjmAKykSi8KSwvT8KDSO94o3fj2dsk0SBmVXABphn6gIcJH13RbnBAQ3mnoBGkbgGcJK6hgYQax+5hr74GhKX8qbcpsLck5WP3CRu6htKvvIxb6osT99yCjD94CUed/icAXxNOoGJgLPGxUsbZvPJv2m/r5cUuGwd7AMcBT+M46h0lnDpRdc+0kq0A9Elr3vRY1sXPrIb2LoLiRva+u7D2btf4w8Syow1/TJiSQAAAABJRU5ErkJggg==') /*/images/locate_active.png*/;
  *background-image: url(/Images/locate_active.png);
  /* For IE 6 and 7 */

}
.leaflet-control-locate.active.following a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADMSURBVCiRlZKtEcJAFIS/d5MGMFBCCmAydBCBYHApJZSQFjCxWAaJjQwNUMJhcCAiFpG7/AwYduaJt/d+bvfOJBFhZimwB7JAtcBZ0n0oCg0OKJ2zDtA0AlcCTtLQUAIqtibfjMW+6bmQl/E2qXPWFblJN6Tb2BDzIre4KbUwvfIXWC74iccTVjsADkkUGAh0nRdbPkuz5Gvc6/eWCEdvHf4IOgHveejUnwW0o+iNSTVSPREd8mIzip7bujb5amJr1XNMbf334ezfr/EBppuLsHq+Iz4AAAAASUVORK5CYII=') /*/images/locate_following.png*/;
  *background-image: url(/Images/locate_following.png);
  /* For IE 6 and 7 */
}
.leaflet-control-search-radius a {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/Images/search-black.png);
  cursor: pointer;
}
.leaflet-control-search-radius.requesting a {
  background-image: url(/Images/spinner.gif);
}
.leaflet-control-search-radius.active a {
  background-image: url(/Images/search-white.png);
  background-color: #0094ff;
}
.leaflet-control-search-radius.active a:hover {
  background-color: #0094ff;
}

/* ================================================================== */
/* Toolbars
/* ================================================================== */

.leaflet-draw-section {
	position: relative;
}

.leaflet-draw-toolbar {
	margin-top: 12px;
}

.leaflet-draw-toolbar-top {
	margin-top: 0;
}

.leaflet-draw-toolbar-notop a:first-child {
	border-top-right-radius: 0;
}

.leaflet-draw-toolbar-nobottom a:last-child {
	border-bottom-right-radius: 0;
}

.leaflet-draw-toolbar a {
	background-image: url('/Content/images/spritesheet.png');
	background-repeat: no-repeat;
}

.leaflet-retina .leaflet-draw-toolbar a {
	background-image: url('/Content/images/spritesheet-2x.png');
	background-size: 270px 30px;
}

.leaflet-draw a {
	display: block;
	text-align: center;
	text-decoration: none;
}

/* ================================================================== */
/* Toolbar actions menu
/* ================================================================== */

.leaflet-draw-actions {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 26px; /* leaflet-draw-toolbar.left + leaflet-draw-toolbar.width */
	top: 0;
	white-space: nowrap;
}

.leaflet-right .leaflet-draw-actions {
	right:26px;
	left:auto;
}

.leaflet-draw-actions li {
	display: inline-block;
}

.leaflet-draw-actions li:first-child a {
	border-left: none;
}

.leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	        border-radius: 0 4px 4px 0;
}

.leaflet-right .leaflet-draw-actions li:last-child a {
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.leaflet-right .leaflet-draw-actions li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	        border-radius: 4px 0 0 4px;
}

.leaflet-draw-actions a {
	background-color: #919187;
	border-left: 1px solid #AAA;
	color: #FFF;
	font: 11px/19px "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 28px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
}

.leaflet-draw-actions-bottom {
	margin-top: 0;
}

.leaflet-draw-actions-top {
	margin-top: 1px;
}

.leaflet-draw-actions-top a,
.leaflet-draw-actions-bottom a {
	height: 27px;
	line-height: 27px;
}

.leaflet-draw-actions a:hover {
	background-color: #A0A098;
}

.leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
	height: 26px;
	line-height: 26px;
}

/* ================================================================== */
/* Draw toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-draw-polyline {
	background-position: -2px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-polygon {
	background-position: -31px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
	background-position: -62px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-circle {
	background-position: -92px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-draw-marker {
	background-position: -122px -2px;
}

/* ================================================================== */
/* Edit toolbar
/* ================================================================== */

.leaflet-draw-toolbar .leaflet-draw-edit-edit {
	background-position: -152px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove {
	background-position: -182px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled {
	background-position: -212px -2px;
}

.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled {
	background-position: -242px -2px;
}

/* ================================================================== */
/* Drawing styles
/* ================================================================== */

.leaflet-mouse-marker {
	background-color: #fff;
	cursor: crosshair;
}

.leaflet-draw-tooltip {
	background: rgb(54, 54, 54);
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	color: #fff;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: -21px;
	padding: 4px 8px;
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	z-index: 6;
}

.leaflet-draw-tooltip:before {
	border-right: 6px solid black;
	border-right-color: rgba(0, 0, 0, 0.5);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	content: "";
	position: absolute;
	top: 7px;
	left: -7px;
}

.leaflet-error-draw-tooltip {
	background-color: #F2DEDE;
	border: 1px solid #E6B6BD;
	color: #B94A48;
}

.leaflet-error-draw-tooltip:before {
	border-right-color: #E6B6BD;
}

.leaflet-draw-tooltip-single {
	margin-top: -12px
}

.leaflet-draw-tooltip-subtext {
	color: #f8d5e4;
}

.leaflet-draw-guide-dash {
	font-size: 1%;
	opacity: 0.6;
	position: absolute;
	width: 5px;
	height: 5px;
}

/* ================================================================== */
/* Edit styles
/* ================================================================== */

.leaflet-edit-marker-selected {
	background: rgba(254, 87, 161, 0.1);
	border: 4px dashed rgba(254, 87, 161, 0.6);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}

.leaflet-edit-move {
	cursor: move;
}

.leaflet-edit-resize {
	cursor: pointer;
}

/* ================================================================== */
/* Old IE styles
/* ================================================================== */

.leaflet-oldie .leaflet-draw-toolbar {
	border: 3px solid #999;
}

.leaflet-oldie .leaflet-draw-toolbar a {
	background-color: #eee;
}

.leaflet-oldie .leaflet-draw-toolbar a:hover {
	background-color: #fff;
}

.leaflet-oldie .leaflet-draw-actions {
	left: 32px;
	margin-top: 3px;
}

.leaflet-oldie .leaflet-draw-actions li {
	display: inline;
	zoom: 1;
}

.leaflet-oldie .leaflet-edit-marker-selected {
	border: 4px dashed #fe93c2;
}

.leaflet-oldie .leaflet-draw-actions a {
	background-color: #999;
}

.leaflet-oldie .leaflet-draw-actions a:hover {
	background-color: #a5a5a5;
}

.leaflet-oldie .leaflet-draw-actions-top a {
	margin-top: 1px;
}

.leaflet-oldie .leaflet-draw-actions-bottom a {
	height: 28px;
	line-height: 28px;
}

.leaflet-oldie .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
	height: 27px;
	line-height: 27px;
}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	-ms-touch-action: none;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	-webkit-user-drag: none;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
	max-width: none !important;
	}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
	max-width: 15000px !important;
	}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 7;
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-clickable {
	cursor: pointer;
	}
.leaflet-container {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}


/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	/*outline: 2px solid orange;*/
	}
.leaflet-zoom-box {
	border: 2px dotted #05f;
	background: white;
	opacity: 0.5;
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.65);
	}
.leaflet-bar a, .leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	}
.leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar {
	-webkit-border-radius: 0;
	        border-radius: 0;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	-webkit-border-top-left-radius: 0;
	        border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	        border-top-right-radius: 0;
	}
.leaflet-touch .leaflet-bar a:last-child {
	-webkit-border-bottom-left-radius: 0;
	        border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	        border-bottom-right-radius: 0;
	border-bottom: none;
	}


/* zoom control */

.leaflet-control-zoom-in {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	}
.leaflet-control-zoom-out {
	font: bold 22px 'Lucida Console', Monaco, monospace;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 28px;
	line-height: 30px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 7px rgba(0,0,0,0.4);
	background: #f8f8f9;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 5px #bbb;
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	color: black;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	overflow: hidden;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
	box-shadow: 0px 1px 2px -1px #000;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
	border: 4px solid rgba(0,0,0,0.3);
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	margin: 0 auto;
	width: 40px;
	height: 20px;
	position: relative;
	overflow: hidden;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	background: white;

	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
.leaflet-editing-icon {
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	}

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
}

.leaflet-control {
	display: inline;
}

.leaflet-popup-tip {
	width: 21px;
	height: 21px;
	margin: -17px auto;
	_margin-top: -10px;
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
}

.leaflet-popup-tip-container {
	margin-top: -1px;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	border: 1px solid #999;
}

.leaflet-popup-content-wrapper {
	zoom: 1;
}

.leaflet-control-zoom,
.leaflet-control-layers {
	border: 3px solid #999;
}

.leaflet-control-layers-toggle {
}

.leaflet-control-attribution,
.leaflet-control-layers,
.leaflet-control-scale-line {
	background: white;
}

.leaflet-zoom-box {
	filter: alpha(opacity=50);
}

.leaflet-control-attribution {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
	-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
	-o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-in;
	transition: transform 0.2s ease-out, opacity 0.2s ease-in;
	}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
 /* IE 6-8 fallback colors */
.marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}


.leaflet-control-fullscreen a { background-image: url(/Images/icon-fullscreen.png); }
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; }

