| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* required styles */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-pane, | 
					
						
							|  |  |  | .leaflet-tile, | 
					
						
							|  |  |  | .leaflet-marker-icon, | 
					
						
							|  |  |  | .leaflet-marker-shadow, | 
					
						
							|  |  |  | .leaflet-tile-container, | 
					
						
							|  |  |  | .leaflet-pane > svg, | 
					
						
							|  |  |  | .leaflet-pane > canvas, | 
					
						
							|  |  |  | .leaflet-zoom-box, | 
					
						
							|  |  |  | .leaflet-image-layer, | 
					
						
							|  |  |  | .leaflet-layer { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     left: 0; | 
					
						
							|  |  |  |     top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     overflow: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tile, | 
					
						
							|  |  |  | .leaflet-marker-icon, | 
					
						
							|  |  |  | .leaflet-marker-shadow { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -webkit-user-select: none; | 
					
						
							|  |  |  |     -moz-user-select: none; | 
					
						
							|  |  |  |     user-select: none; | 
					
						
							|  |  |  |     -webkit-user-drag: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* Prevents IE11 from highlighting tiles in blue */ | 
					
						
							|  |  |  | .leaflet-tile::selection { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background: transparent; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* Safari renders non-retina tile on retina better with this, but Chrome is worse */ | 
					
						
							|  |  |  | .leaflet-safari .leaflet-tile { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     image-rendering: -webkit-optimize-contrast; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* hack that prevents hw layers "stretching" when loading new tiles */ | 
					
						
							|  |  |  | .leaflet-safari .leaflet-tile-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 1600px; | 
					
						
							|  |  |  |     height: 1600px; | 
					
						
							|  |  |  |     -webkit-transform-origin: 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-marker-icon, | 
					
						
							|  |  |  | .leaflet-marker-shadow { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */ | 
					
						
							|  |  |  | /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */ | 
					
						
							|  |  |  | .leaflet-container .leaflet-overlay-pane svg, | 
					
						
							|  |  |  | .leaflet-container .leaflet-marker-pane img, | 
					
						
							|  |  |  | .leaflet-container .leaflet-shadow-pane img, | 
					
						
							|  |  |  | .leaflet-container .leaflet-tile-pane img, | 
					
						
							|  |  |  | .leaflet-container img.leaflet-image-layer, | 
					
						
							|  |  |  | .leaflet-container .leaflet-tile { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     max-width: none !important; | 
					
						
							|  |  |  |     max-height: none !important; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-container.leaflet-touch-zoom { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -ms-touch-action: pan-x pan-y; | 
					
						
							|  |  |  |     touch-action: pan-x pan-y; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container.leaflet-touch-drag { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -ms-touch-action: pinch-zoom; | 
					
						
							|  |  |  |     /* Fallback for FF which doesn't support pinch-zoom */ | 
					
						
							|  |  |  |     touch-action: none; | 
					
						
							|  |  |  |     touch-action: pinch-zoom; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -ms-touch-action: none; | 
					
						
							|  |  |  |     touch-action: none; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -webkit-tap-highlight-color: transparent; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container a { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tile { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     filter: inherit; | 
					
						
							|  |  |  |     visibility: hidden; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tile-loaded { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     visibility: inherit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-box { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 0; | 
					
						
							|  |  |  |     height: 0; | 
					
						
							|  |  |  |     -moz-box-sizing: border-box; | 
					
						
							|  |  |  |     box-sizing: border-box; | 
					
						
							|  |  |  |     z-index: 800; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */ | 
					
						
							|  |  |  | .leaflet-overlay-pane svg { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -moz-user-select: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | .leaflet-pane { | 
					
						
							|  |  |  |     z-index: 400; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-tile-pane { | 
					
						
							|  |  |  |     z-index: 200; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-overlay-pane { | 
					
						
							|  |  |  |     z-index: 400; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-shadow-pane { | 
					
						
							|  |  |  |     z-index: 500; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-marker-pane { | 
					
						
							|  |  |  |     z-index: 600; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-tooltip-pane { | 
					
						
							|  |  |  |     z-index: 650; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-popup-pane { | 
					
						
							|  |  |  |     z-index: 700; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | .leaflet-map-pane canvas { | 
					
						
							|  |  |  |     z-index: 100; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | .leaflet-map-pane svg { | 
					
						
							|  |  |  |     z-index: 200; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-vml-shape { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 1px; | 
					
						
							|  |  |  |     height: 1px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .lvml { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     behavior: url(#default#VML); | 
					
						
							|  |  |  |     display: inline-block; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* control positioning */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: relative; | 
					
						
							|  |  |  |     z-index: 800; | 
					
						
							|  |  |  |     pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ | 
					
						
							|  |  |  |     pointer-events: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-top, | 
					
						
							|  |  |  | .leaflet-bottom { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     z-index: 1000; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-top { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     top: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-right { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     right: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bottom { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     bottom: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-left { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     left: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     float: left; | 
					
						
							|  |  |  |     clear: both; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-right .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     float: right; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-top .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-top: 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bottom .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-bottom: 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-left .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-left: 10px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-right .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-right: 10px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* zoom and fade animations */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-fade-anim .leaflet-tile { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     will-change: opacity; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-fade-anim .leaflet-popup { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     opacity: 0; | 
					
						
							|  |  |  |     -webkit-transition: opacity 0.2s linear; | 
					
						
							|  |  |  |     -moz-transition: opacity 0.2s linear; | 
					
						
							|  |  |  |     transition: opacity 0.2s linear; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-fade-anim .leaflet-map-pane .leaflet-popup { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     opacity: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-animated { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -webkit-transform-origin: 0 0; | 
					
						
							|  |  |  |     -ms-transform-origin: 0 0; | 
					
						
							|  |  |  |     transform-origin: 0 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-anim .leaflet-zoom-animated { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     will-change: transform; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-anim .leaflet-zoom-animated { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -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); | 
					
						
							|  |  |  |     transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-anim .leaflet-tile, | 
					
						
							|  |  |  | .leaflet-pan-anim .leaflet-tile { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     -webkit-transition: none; | 
					
						
							|  |  |  |     -moz-transition: none; | 
					
						
							|  |  |  |     transition: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-zoom-anim .leaflet-zoom-hide { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     visibility: hidden; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* cursors */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-interactive { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: pointer; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-grab { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: -webkit-grab; | 
					
						
							|  |  |  |     cursor: -moz-grab; | 
					
						
							|  |  |  |     cursor: grab; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-crosshair, | 
					
						
							|  |  |  | .leaflet-crosshair .leaflet-interactive { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: crosshair; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-pane, | 
					
						
							|  |  |  | .leaflet-control { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-dragging .leaflet-grab, | 
					
						
							|  |  |  | .leaflet-dragging .leaflet-grab .leaflet-interactive, | 
					
						
							|  |  |  | .leaflet-dragging .leaflet-marker-draggable { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: move; | 
					
						
							|  |  |  |     cursor: -webkit-grabbing; | 
					
						
							|  |  |  |     cursor: -moz-grabbing; | 
					
						
							|  |  |  |     cursor: grabbing; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* marker & overlays interactivity */ | 
					
						
							|  |  |  | .leaflet-marker-icon, | 
					
						
							|  |  |  | .leaflet-marker-shadow, | 
					
						
							|  |  |  | .leaflet-image-layer, | 
					
						
							|  |  |  | .leaflet-pane > svg path, | 
					
						
							|  |  |  | .leaflet-tile-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     pointer-events: none; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-marker-icon.leaflet-interactive, | 
					
						
							|  |  |  | .leaflet-image-layer.leaflet-interactive, | 
					
						
							|  |  |  | .leaflet-pane > svg path.leaflet-interactive, | 
					
						
							|  |  |  | svg.leaflet-image-layer.leaflet-interactive path { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */ | 
					
						
							|  |  |  |     pointer-events: auto; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* visual tweaks */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background: #ddd; | 
					
						
							|  |  |  |     outline: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container a { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     color: #0078A8; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container a.leaflet-active { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     outline: 2px solid orange; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-zoom-box { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border: 2px dotted #38f; | 
					
						
							|  |  |  |     background: rgba(255, 255, 255, 0.5); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* general typography */ | 
					
						
							|  |  |  | .leaflet-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* general toolbar styles */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-bar { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); | 
					
						
							|  |  |  |     border-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a, | 
					
						
							|  |  |  | .leaflet-bar a:hover { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     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; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a, | 
					
						
							|  |  |  | .leaflet-control-layers-toggle { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background-position: 50% 50%; | 
					
						
							|  |  |  |     background-repeat: no-repeat; | 
					
						
							|  |  |  |     display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a:hover { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background-color: #f4f4f4; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a:first-child { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-top-left-radius: 4px; | 
					
						
							|  |  |  |     border-top-right-radius: 4px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a:last-child { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-bottom-left-radius: 4px; | 
					
						
							|  |  |  |     border-bottom-right-radius: 4px; | 
					
						
							|  |  |  |     border-bottom: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bar a.leaflet-disabled { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: default; | 
					
						
							|  |  |  |     background-color: #f4f4f4; | 
					
						
							|  |  |  |     color: #bbb; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-touch .leaflet-bar a { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 30px; | 
					
						
							|  |  |  |     height: 30px; | 
					
						
							|  |  |  |     line-height: 30px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-touch .leaflet-bar a:first-child { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-top-left-radius: 2px; | 
					
						
							|  |  |  |     border-top-right-radius: 2px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-touch .leaflet-bar a:last-child { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-bottom-left-radius: 2px; | 
					
						
							|  |  |  |     border-bottom-right-radius: 2px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* zoom control */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-control-zoom-in, | 
					
						
							|  |  |  | .leaflet-control-zoom-out { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     font: bold 18px 'Lucida Console', Monaco, monospace; | 
					
						
							|  |  |  |     text-indent: 1px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out { | 
					
						
							|  |  |  |     font-size: 22px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* layers control */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-control-layers { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4); | 
					
						
							|  |  |  |     background: #fff; | 
					
						
							|  |  |  |     border-radius: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-toggle { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background-image: url(images/layers.png); | 
					
						
							|  |  |  |     width: 36px; | 
					
						
							|  |  |  |     height: 36px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-retina .leaflet-control-layers-toggle { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background-image: url(images/layers-2x.png); | 
					
						
							|  |  |  |     background-size: 26px 26px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-touch .leaflet-control-layers-toggle { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 44px; | 
					
						
							|  |  |  |     height: 44px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers .leaflet-control-layers-list, | 
					
						
							|  |  |  | .leaflet-control-layers-expanded .leaflet-control-layers-toggle { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     display: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-expanded .leaflet-control-layers-list { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     display: block; | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-expanded { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     padding: 6px 10px 6px 6px; | 
					
						
							|  |  |  |     color: #333; | 
					
						
							|  |  |  |     background: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-scrollbar { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     overflow-y: scroll; | 
					
						
							|  |  |  |     overflow-x: hidden; | 
					
						
							|  |  |  |     padding-right: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-selector { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-top: 2px; | 
					
						
							|  |  |  |     position: relative; | 
					
						
							|  |  |  |     top: 1px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers label { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     display: block; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-layers-separator { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     height: 0; | 
					
						
							|  |  |  |     border-top: 1px solid #ddd; | 
					
						
							|  |  |  |     margin: 5px -10px 5px -6px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Default icon URLs */ | 
					
						
							|  |  |  | .leaflet-default-icon-path { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background-image: url(images/marker-icon.png); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* attribution and scale controls */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-container .leaflet-control-attribution { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background: #fff; | 
					
						
							|  |  |  |     background: rgba(255, 255, 255, 0.7); | 
					
						
							|  |  |  |     margin: 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-attribution, | 
					
						
							|  |  |  | .leaflet-control-scale-line { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     padding: 0 5px; | 
					
						
							|  |  |  |     color: #333; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-attribution a { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     text-decoration: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-attribution a:hover { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     text-decoration: underline; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container .leaflet-control-attribution, | 
					
						
							|  |  |  | .leaflet-container .leaflet-control-scale { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     font-size: 11px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-left .leaflet-control-scale { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-left: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-bottom .leaflet-control-scale { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-bottom: 5px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-scale-line { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border: 2px solid #777; | 
					
						
							|  |  |  |     border-top: none; | 
					
						
							|  |  |  |     line-height: 1.1; | 
					
						
							|  |  |  |     padding: 2px 5px 1px; | 
					
						
							|  |  |  |     font-size: 11px; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     -moz-box-sizing: border-box; | 
					
						
							|  |  |  |     box-sizing: border-box; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     background: #fff; | 
					
						
							|  |  |  |     background: rgba(255, 255, 255, 0.5); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-scale-line:not(:first-child) { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-top: 2px solid #777; | 
					
						
							|  |  |  |     border-bottom: none; | 
					
						
							|  |  |  |     margin-top: -2px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-control-scale-line:not(:first-child):not(:last-child) { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border-bottom: 2px solid #777; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-touch .leaflet-control-attribution, | 
					
						
							|  |  |  | .leaflet-touch .leaflet-control-layers, | 
					
						
							|  |  |  | .leaflet-touch .leaflet-bar { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     box-shadow: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-touch .leaflet-control-layers, | 
					
						
							|  |  |  | .leaflet-touch .leaflet-bar { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border: 2px solid rgba(0, 0, 0, 0.2); | 
					
						
							|  |  |  |     background-clip: padding-box; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* popup */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-popup { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     margin-bottom: 20px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-content-wrapper { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     padding: 1px; | 
					
						
							|  |  |  |     text-align: left; | 
					
						
							|  |  |  |     border-radius: 12px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-content { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin: 13px 19px; | 
					
						
							|  |  |  |     line-height: 1.4; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-content p { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin: 18px 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-tip-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 40px; | 
					
						
							|  |  |  |     height: 20px; | 
					
						
							|  |  |  |     position: absolute; | 
					
						
							|  |  |  |     left: 50%; | 
					
						
							|  |  |  |     margin-left: -20px; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-tip { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 17px; | 
					
						
							|  |  |  |     height: 17px; | 
					
						
							|  |  |  |     padding: 1px; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin: -10px auto 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     -webkit-transform: rotate(45deg); | 
					
						
							|  |  |  |     -moz-transform: rotate(45deg); | 
					
						
							|  |  |  |     -ms-transform: rotate(45deg); | 
					
						
							|  |  |  |     transform: rotate(45deg); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-popup-content-wrapper, | 
					
						
							|  |  |  | .leaflet-popup-tip { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background: white; | 
					
						
							|  |  |  |     color: #333; | 
					
						
							|  |  |  |     box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container a.leaflet-popup-close-button { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     top: 0; | 
					
						
							|  |  |  |     right: 0; | 
					
						
							|  |  |  |     padding: 4px 4px 0 0; | 
					
						
							|  |  |  |     border: none; | 
					
						
							|  |  |  |     text-align: center; | 
					
						
							|  |  |  |     width: 18px; | 
					
						
							|  |  |  |     height: 14px; | 
					
						
							|  |  |  |     font: 16px/14px Tahoma, Verdana, sans-serif; | 
					
						
							|  |  |  |     color: #c3c3c3; | 
					
						
							|  |  |  |     text-decoration: none; | 
					
						
							|  |  |  |     font-weight: bold; | 
					
						
							|  |  |  |     background: transparent; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-container a.leaflet-popup-close-button:hover { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     color: #999; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-popup-scrolled { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     overflow: auto; | 
					
						
							|  |  |  |     border-bottom: 1px solid #ddd; | 
					
						
							|  |  |  |     border-top: 1px solid #ddd; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-popup-content-wrapper { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     zoom: 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-oldie .leaflet-popup-tip { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     width: 24px; | 
					
						
							|  |  |  |     margin: 0 auto; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)"; | 
					
						
							|  |  |  |     filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-popup-tip-container { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-top: -1px; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-control-zoom, | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-control-layers, | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-popup-content-wrapper, | 
					
						
							|  |  |  | .leaflet-oldie .leaflet-popup-tip { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     border: 1px solid #999; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* div icon */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-div-icon { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     background: #fff; | 
					
						
							|  |  |  |     border: 1px solid #666; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Tooltip */ | 
					
						
							|  |  |  | /* Base styles for the element that has a tooltip */ | 
					
						
							|  |  |  | .leaflet-tooltip { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     padding: 6px; | 
					
						
							|  |  |  |     background-color: #fff; | 
					
						
							|  |  |  |     border: 1px solid #fff; | 
					
						
							|  |  |  |     border-radius: 3px; | 
					
						
							|  |  |  |     color: #222; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |     -webkit-user-select: none; | 
					
						
							|  |  |  |     -moz-user-select: none; | 
					
						
							|  |  |  |     -ms-user-select: none; | 
					
						
							|  |  |  |     user-select: none; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  |     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip.leaflet-clickable { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     cursor: pointer; | 
					
						
							|  |  |  |     pointer-events: auto; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-top:before, | 
					
						
							|  |  |  | .leaflet-tooltip-bottom:before, | 
					
						
							|  |  |  | .leaflet-tooltip-left:before, | 
					
						
							|  |  |  | .leaflet-tooltip-right:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     position: absolute; | 
					
						
							|  |  |  |     pointer-events: none; | 
					
						
							|  |  |  |     border: 6px solid transparent; | 
					
						
							|  |  |  |     background: transparent; | 
					
						
							|  |  |  |     content: ""; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | /* Directions */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .leaflet-tooltip-bottom { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-top: 6px; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-top { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-top: -6px; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-bottom:before, | 
					
						
							|  |  |  | .leaflet-tooltip-top:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     left: 50%; | 
					
						
							|  |  |  |     margin-left: -6px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-top:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     bottom: 0; | 
					
						
							|  |  |  |     margin-bottom: -12px; | 
					
						
							|  |  |  |     border-top-color: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-bottom:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     top: 0; | 
					
						
							|  |  |  |     margin-top: -12px; | 
					
						
							|  |  |  |     margin-left: -6px; | 
					
						
							|  |  |  |     border-bottom-color: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-left { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-left: -6px; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-right { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     margin-left: 6px; | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-left:before, | 
					
						
							|  |  |  | .leaflet-tooltip-right:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     top: 50%; | 
					
						
							|  |  |  |     margin-top: -6px; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-left:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     right: 0; | 
					
						
							|  |  |  |     margin-right: -12px; | 
					
						
							|  |  |  |     border-left-color: #fff; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-26 02:01:34 +02:00
										 |  |  | .leaflet-tooltip-right:before { | 
					
						
							| 
									
										
										
										
											2021-09-09 00:05:51 +02:00
										 |  |  |     left: 0; | 
					
						
							|  |  |  |     margin-left: -12px; | 
					
						
							|  |  |  |     border-right-color: #fff; | 
					
						
							|  |  |  | } |