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