6 .leaflet-marker-shadow,
 
   7 .leaflet-tile-container,
 
   9 .leaflet-pane > canvas,
 
  22 .leaflet-marker-shadow {
 
  23         -webkit-user-select: none;
 
  24            -moz-user-select: none;
 
  26           -webkit-user-drag: none;
 
  28 /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
 
  29 .leaflet-safari .leaflet-tile {
 
  30         image-rendering: -webkit-optimize-contrast;
 
  32 /* hack that prevents hw layers "stretching" when loading new tiles */
 
  33 .leaflet-safari .leaflet-tile-container {
 
  36         -webkit-transform-origin: 0 0;
 
  39 .leaflet-marker-shadow {
 
  42 /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
 
  43 /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
 
  44 .leaflet-container .leaflet-overlay-pane svg,
 
  45 .leaflet-container .leaflet-marker-pane img,
 
  46 .leaflet-container .leaflet-shadow-pane img,
 
  47 .leaflet-container .leaflet-tile-pane img,
 
  48 .leaflet-container img.leaflet-image-layer {
 
  49         max-width: none !important;
 
  52 .leaflet-container.leaflet-touch-zoom {
 
  53         -ms-touch-action: pan-x pan-y;
 
  54         touch-action: pan-x pan-y;
 
  56 .leaflet-container.leaflet-touch-drag {
 
  57         -ms-touch-action: pinch-zoom;
 
  59 .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
 
  60         -ms-touch-action: none;
 
  67 .leaflet-tile-loaded {
 
  73         -moz-box-sizing: border-box;
 
  74              box-sizing: border-box;
 
  77 /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
 
  78 .leaflet-overlay-pane svg {
 
  79         -moz-user-select: none;
 
  82 .leaflet-pane         { z-index: 400; }
 
  84 .leaflet-tile-pane    { z-index: 200; }
 
  85 .leaflet-overlay-pane { z-index: 400; }
 
  86 .leaflet-shadow-pane  { z-index: 500; }
 
  87 .leaflet-marker-pane  { z-index: 600; }
 
  88 .leaflet-tooltip-pane   { z-index: 650; }
 
  89 .leaflet-popup-pane   { z-index: 700; }
 
  91 .leaflet-map-pane canvas { z-index: 100; }
 
  92 .leaflet-map-pane svg    { z-index: 200; }
 
  99         behavior: url(#default#VML);
 
 100         display: inline-block;
 
 105 /* control positioning */
 
 110         pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
 
 111         pointer-events: auto;
 
 117         pointer-events: none;
 
 135 .leaflet-right .leaflet-control {
 
 138 .leaflet-top .leaflet-control {
 
 141 .leaflet-bottom .leaflet-control {
 
 144 .leaflet-left .leaflet-control {
 
 147 .leaflet-right .leaflet-control {
 
 152 /* zoom and fade animations */
 
 154 .leaflet-fade-anim .leaflet-tile {
 
 155         will-change: opacity;
 
 157 .leaflet-fade-anim .leaflet-popup {
 
 159         -webkit-transition: opacity 0.2s linear;
 
 160            -moz-transition: opacity 0.2s linear;
 
 161              -o-transition: opacity 0.2s linear;
 
 162                 transition: opacity 0.2s linear;
 
 164 .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
 
 167 .leaflet-zoom-animated {
 
 168         -webkit-transform-origin: 0 0;
 
 169             -ms-transform-origin: 0 0;
 
 170                 transform-origin: 0 0;
 
 172 .leaflet-zoom-anim .leaflet-zoom-animated {
 
 173         will-change: transform;
 
 175 .leaflet-zoom-anim .leaflet-zoom-animated {
 
 176         -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 177            -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 178              -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
 
 179                 transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
 
 181 .leaflet-zoom-anim .leaflet-tile,
 
 182 .leaflet-pan-anim .leaflet-tile {
 
 183         -webkit-transition: none;
 
 184            -moz-transition: none;
 
 189 .leaflet-zoom-anim .leaflet-zoom-hide {
 
 196 .leaflet-interactive {
 
 200         cursor: -webkit-grab;
 
 204 .leaflet-crosshair .leaflet-interactive {
 
 211 .leaflet-dragging .leaflet-grab,
 
 212 .leaflet-dragging .leaflet-grab .leaflet-interactive,
 
 213 .leaflet-dragging .leaflet-marker-draggable {
 
 215         cursor: -webkit-grabbing;
 
 216         cursor:    -moz-grabbing;
 
 219 /* marker & overlays interactivity */
 
 220 .leaflet-marker-icon,
 
 221 .leaflet-marker-shadow,
 
 222 .leaflet-image-layer,
 
 223 .leaflet-pane > svg path,
 
 224 .leaflet-tile-container {
 
 225         pointer-events: none;
 
 228 .leaflet-marker-icon.leaflet-interactive,
 
 229 .leaflet-image-layer.leaflet-interactive,
 
 230 .leaflet-pane > svg path.leaflet-interactive {
 
 231         pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
 
 232         pointer-events: auto;
 
 241 .leaflet-container a {
 
 244 .leaflet-container a.leaflet-active {
 
 245         outline: 2px solid orange;
 
 248         border: 2px dotted #38f;
 
 249         background: rgba(255,255,255,0.5);
 
 253 /* general typography */
 
 255         font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
 
 259 /* general toolbar styles */
 
 262         box-shadow: 0 1px 5px rgba(0,0,0,0.65);
 
 266 .leaflet-bar a:hover {
 
 267         background-color: #fff;
 
 268         border-bottom: 1px solid #ccc;
 
 274         text-decoration: none;
 
 278 .leaflet-control-layers-toggle {
 
 279         background-position: 50% 50%;
 
 280         background-repeat: no-repeat;
 
 283 .leaflet-bar a:hover {
 
 284         background-color: #f4f4f4;
 
 286 .leaflet-bar a:first-child {
 
 287         border-top-left-radius: 4px;
 
 288         border-top-right-radius: 4px;
 
 290 .leaflet-bar a:last-child {
 
 291         border-bottom-left-radius: 4px;
 
 292         border-bottom-right-radius: 4px;
 
 295 .leaflet-bar a.leaflet-disabled {
 
 297         background-color: #f4f4f4;
 
 301 .leaflet-touch .leaflet-bar a {
 
 310 .leaflet-control-zoom-in,
 
 311 .leaflet-control-zoom-out {
 
 312         font: bold 18px 'Lucida Console', Monaco, monospace;
 
 315 .leaflet-control-zoom-out {
 
 319 .leaflet-touch .leaflet-control-zoom-in {
 
 322 .leaflet-touch .leaflet-control-zoom-out {
 
 329 .leaflet-control-layers {
 
 330         box-shadow: 0 1px 5px rgba(0,0,0,0.4);
 
 334 .leaflet-control-layers-toggle {
 
 335         background-image: url(images/layers.png);
 
 339 .leaflet-retina .leaflet-control-layers-toggle {
 
 340         background-image: url(images/layers-2x.png);
 
 341         background-size: 26px 26px;
 
 343 .leaflet-touch .leaflet-control-layers-toggle {
 
 347 .leaflet-control-layers .leaflet-control-layers-list,
 
 348 .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
 
 351 .leaflet-control-layers-expanded .leaflet-control-layers-list {
 
 355 .leaflet-control-layers-expanded {
 
 356         padding: 6px 10px 6px 6px;
 
 360 .leaflet-control-layers-scrollbar {
 
 364 .leaflet-control-layers-selector {
 
 369 .leaflet-control-layers label {
 
 372 .leaflet-control-layers-separator {
 
 374         border-top: 1px solid #ddd;
 
 375         margin: 5px -10px 5px -6px;
 
 378 /* Default icon URLs */
 
 379 .leaflet-default-icon-path {
 
 380         background-image: url(images/marker-icon.png);
 
 384 /* attribution and scale controls */
 
 386 .leaflet-container .leaflet-control-attribution {
 
 388         background: rgba(255, 255, 255, 0.7);
 
 391 .leaflet-control-attribution,
 
 392 .leaflet-control-scale-line {
 
 396 .leaflet-control-attribution a {
 
 397         text-decoration: none;
 
 399 .leaflet-control-attribution a:hover {
 
 400         text-decoration: underline;
 
 402 .leaflet-container .leaflet-control-attribution,
 
 403 .leaflet-container .leaflet-control-scale {
 
 406 .leaflet-left .leaflet-control-scale {
 
 409 .leaflet-bottom .leaflet-control-scale {
 
 412 .leaflet-control-scale-line {
 
 413         border: 2px solid #777;
 
 416         padding: 2px 5px 1px;
 
 420         -moz-box-sizing: border-box;
 
 421              box-sizing: border-box;
 
 424         background: rgba(255, 255, 255, 0.5);
 
 426 .leaflet-control-scale-line:not(:first-child) {
 
 427         border-top: 2px solid #777;
 
 431 .leaflet-control-scale-line:not(:first-child):not(:last-child) {
 
 432         border-bottom: 2px solid #777;
 
 435 .leaflet-touch .leaflet-control-attribution,
 
 436 .leaflet-touch .leaflet-control-layers,
 
 437 .leaflet-touch .leaflet-bar {
 
 440 .leaflet-touch .leaflet-control-layers,
 
 441 .leaflet-touch .leaflet-bar {
 
 442         border: 2px solid rgba(0,0,0,0.2);
 
 443         background-clip: padding-box;
 
 454 .leaflet-popup-content-wrapper {
 
 459 .leaflet-popup-content {
 
 463 .leaflet-popup-content p {
 
 466 .leaflet-popup-tip-container {
 
 473         pointer-events: none;
 
 480         margin: -10px auto 0;
 
 482         -webkit-transform: rotate(45deg);
 
 483            -moz-transform: rotate(45deg);
 
 484             -ms-transform: rotate(45deg);
 
 485              -o-transform: rotate(45deg);
 
 486                 transform: rotate(45deg);
 
 488 .leaflet-popup-content-wrapper,
 
 492         box-shadow: 0 3px 14px rgba(0,0,0,0.4);
 
 494 .leaflet-container a.leaflet-popup-close-button {
 
 498         padding: 4px 4px 0 0;
 
 503         font: 16px/14px Tahoma, Verdana, sans-serif;
 
 505         text-decoration: none;
 
 507         background: transparent;
 
 509 .leaflet-container a.leaflet-popup-close-button:hover {
 
 512 .leaflet-popup-scrolled {
 
 514         border-bottom: 1px solid #ddd;
 
 515         border-top: 1px solid #ddd;
 
 518 .leaflet-oldie .leaflet-popup-content-wrapper {
 
 521 .leaflet-oldie .leaflet-popup-tip {
 
 525         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
 
 526         filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
 
 528 .leaflet-oldie .leaflet-popup-tip-container {
 
 532 .leaflet-oldie .leaflet-control-zoom,
 
 533 .leaflet-oldie .leaflet-control-layers,
 
 534 .leaflet-oldie .leaflet-popup-content-wrapper,
 
 535 .leaflet-oldie .leaflet-popup-tip {
 
 536         border: 1px solid #999;
 
 544         border: 1px solid #666;
 
 549 /* Base styles for the element that has a tooltip */
 
 553         background-color: #fff;
 
 554         border: 1px solid #fff;
 
 558         -webkit-user-select: none;
 
 559         -moz-user-select: none;
 
 560         -ms-user-select: none;
 
 562         pointer-events: none;
 
 563         box-shadow: 0 1px 3px rgba(0,0,0,0.4);
 
 565 .leaflet-tooltip.leaflet-clickable {
 
 567         pointer-events: auto;
 
 569 .leaflet-tooltip-top:before,
 
 570 .leaflet-tooltip-bottom:before,
 
 571 .leaflet-tooltip-left:before,
 
 572 .leaflet-tooltip-right:before {
 
 574         pointer-events: none;
 
 575         border: 6px solid transparent;
 
 576         background: transparent;
 
 582 .leaflet-tooltip-bottom {
 
 585 .leaflet-tooltip-top {
 
 588 .leaflet-tooltip-bottom:before,
 
 589 .leaflet-tooltip-top:before {
 
 593 .leaflet-tooltip-top:before {
 
 595         margin-bottom: -12px;
 
 596         border-top-color: #fff;
 
 598 .leaflet-tooltip-bottom:before {
 
 602         border-bottom-color: #fff;
 
 604 .leaflet-tooltip-left {
 
 607 .leaflet-tooltip-right {
 
 610 .leaflet-tooltip-left:before,
 
 611 .leaflet-tooltip-right:before {
 
 615 .leaflet-tooltip-left:before {
 
 618         border-left-color: #fff;
 
 620 .leaflet-tooltip-right:before {
 
 623         border-right-color: #fff;