From f02551eb8096474ee4a784b98c831d63365f615f Mon Sep 17 00:00:00 2001 From: Franzz Date: Fri, 22 Apr 2022 19:11:50 +0200 Subject: [PATCH] Refactor pointer cursor --- masks/project.html | 9 +++++---- style/_common.scss | 10 +++++++++- style/_leaflet.scss | 2 +- style/_lightbox.scss | 8 ++------ style/_mask_project.scss | 7 +------ style/spot.css | 2 +- style/spot.css.map | 2 +- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/masks/project.html b/masks/project.html index 9606b22..e65ee9b 100644 --- a/masks/project.html +++ b/masks/project.html @@ -885,10 +885,10 @@ function getPost(asPost) { .append($('

').addIcon('fa-time', true).append(sAbsTime)) .append(bTimeDiff?$('

').addIcon('fa-timezone', true).append(oSpot.lang('local_time', getRelativeTime(sAbsTimeLocal, asPost.day_offset))):'') .append($('', {'class':'drill'}) - .append((!asPost.weather_icon || asPost.weather_icon=='unknown')?'':$('', {'class':'weather', 'title':oSpot.lang(asPost.weather_cond)}).addIcon('fa-'+asPost.weather_icon).append($('').text(asPost.weather_temp+'°C'))) - .append($('', {'class':'staticmap', title: oSpot.lang('click_zoom'), src: asPost.static_img_url})) + .append((!asPost.weather_icon || asPost.weather_icon=='unknown')?'':$('', {'class':'weather clickable', 'title':oSpot.lang(asPost.weather_cond)}).addIcon('fa-'+asPost.weather_icon).append($('').text(asPost.weather_temp+'°C'))) + .append($('', {'class':'staticmap clickable', title: oSpot.lang('click_zoom'), src: asPost.static_img_url})) .append($('', {'class': 'drill-icon fa-stack'}) - .addIcon('fa-message fa-stack-2x') + .addIcon('fa-message fa-stack-2x clickable') .addIcon('fa-message-in fa-stack-1x fa-rotate-270') ) .click(function(){ @@ -1013,7 +1013,8 @@ function getMediaLink(asData, sType) { 'src': asData.thumb_path, 'width': asData.width, //set image ratio so that the required space can be reserved 'height': asData.height, - 'title': oSpot.lang((asData.subtype == 'video')?'click_watch':'click_zoom') + 'title': oSpot.lang((asData.subtype == 'video')?'click_watch':'click_zoom'), + 'class':'clickable' }) ) .append($('', {'class': 'drill-icon'}).addIcon('fa-drill-'+asData.subtype)); diff --git a/style/_common.scss b/style/_common.scss index 6695257..47ccdd5 100644 --- a/style/_common.scss +++ b/style/_common.scss @@ -72,6 +72,14 @@ outline: 0px none transparent; } +[title]:not(a):not(.clickable) { + cursor: default; +} + +.clickable { + cursor: pointer; +} + textarea:focus, input:focus { outline: 1px solid #CCC; } @@ -92,7 +100,7 @@ a.button { } button, a.button { - cursor: pointer; + @extend .clickable; font-weight: bold; color: #000; background: #eee; diff --git a/style/_leaflet.scss b/style/_leaflet.scss index cfd26fd..9b25fd4 100644 --- a/style/_leaflet.scss +++ b/style/_leaflet.scss @@ -31,7 +31,7 @@ $stroke-width-axis : 2; } .leaflet-control.spot-control, .leaflet-control.heightgraph .heightgraph-toggle { - cursor: pointer; + @extend .clickable; width: 44px; height: 44px; text-align: center; diff --git a/style/_lightbox.scss b/style/_lightbox.scss index d46dc46..52b104a 100644 --- a/style/_lightbox.scss +++ b/style/_lightbox.scss @@ -201,12 +201,8 @@ .lb-details { float: none; - .lb-caption-line { - cursor: default; - - &:first-child { - margin-top: 0; - } + .lb-caption-line:first-child { + margin-top: 0; } } diff --git a/style/_mask_project.scss b/style/_mask_project.scss index 9ef35ec..622d6d6 100644 --- a/style/_mask_project.scss +++ b/style/_mask_project.scss @@ -338,7 +338,6 @@ $legend-color: $post-color; i { transition: color 0.3s; - cursor: pointer; } } } @@ -487,7 +486,6 @@ $legend-color: $post-color; span { display: inline-block; - cursor: default; font-size: 0.8em; padding: $elem-spacing 0px; @@ -579,7 +577,6 @@ $legend-color: $post-color; position: absolute; top: $block-spacing; right: $block-spacing; - cursor: pointer; .fa { font-size: 1.3em; @@ -603,7 +600,6 @@ $legend-color: $post-color; .staticmap { width: 100%; border-radius: $block-radius; - cursor: pointer; } } @@ -722,7 +718,6 @@ $legend-color: $post-color; font-size: 0.8em; margin: 0; color: $subtitle-color; - cursor: default; transform: translateX(calc(-0.5 * (12px + 0.5em))); //icon width + margin right span { @@ -784,7 +779,7 @@ $legend-color: $post-color; label { margin-bottom: .3em; display: block; - cursor: pointer; + @extend .clickable; & > div { @include no-text-overflow(); diff --git a/style/spot.css b/style/spot.css index e2fb1f7..2ce14ca 100644 --- a/style/spot.css +++ b/style/spot.css @@ -1 +1 @@ -@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@-webkit-keyframes fadeIn{from{opacity:.3}}@-moz-keyframes fadeIn{from{opacity:.3}}@-ms-keyframes fadeIn{from{opacity:.3}}@-o-keyframes fadeIn{from{opacity:.3}}@keyframes fadeIn{from{opacity:.3}}.flicker,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.loading span,.lightbox .lb-cancel{-webkit-animation:fadeIn .5s infinite alternate;-moz-animation:fadeIn .5s infinite alternate;-ms-animation:fadeIn .5s infinite alternate;-o-animation:fadeIn .5s infinite alternate;animation:fadeIn .5s infinite alternate}@keyframes spotlogo{0%{transform:scale(1)}1.25%{transform:scale(1.2)}2.5%{transform:scale(1);transform:rotate(0deg)}5%{transform:rotate(360deg)}100%{transform:rotate(360deg)}}*:focus{outline:0px none transparent}textarea:focus,input:focus{outline:1px solid #ccc}body,textarea,input,button,a.button{font-size:14px;font-family:"Ubuntu",sans-serif;margin:0}textarea{resize:none}a.button{text-decoration:none;display:inline-block}button,a.button{cursor:pointer;font-weight:bold;color:#000;background:#eee}button:hover,a.button:hover{color:#eee;background:#000}input,textarea,button,a.button{border:none;padding:.5em 1em;border-radius:3px}h1{font-size:2em;font-weight:bold;margin:1em 0 .5em}.feedback p{margin:0 0 1em 0}.feedback p.error{color:red}.feedback p.warning{color:orange}.feedback p.success{color:green}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url("fa/fonts/fa-solid-900.eot");src:url("fa/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("fa/fonts/fa-solid-900.woff2") format("woff2"),url("fa/fonts/fa-solid-900.woff") format("woff"),url("fa/fonts/fa-solid-900.ttf") format("truetype"),url("fa/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.lightbox .lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}.fa,.lightbox .lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.lightbox .fa-pull-left.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .fa-pull-left.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-left.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-left.lb-prev,.fa-pull-left.control-icon,.heightgraph.leaflet-control .fa-pull-left.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .fa-pull-left.heightgraph-toggle-icon,.leaflet-control.spot-control .fa-pull-left.fa,.leaflet-control.spot-control .fa-pull-left.control-icon,.leaflet-control.spot-control .lightbox .fa-pull-left.lb-cancel,.lightbox .leaflet-control.spot-control .fa-pull-left.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.fa,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .fa-pull-left.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.lb-cancel,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.lightbox .fa-pull-right.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .fa-pull-right.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-right.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-right.lb-prev,.fa-pull-right.control-icon,.heightgraph.leaflet-control .fa-pull-right.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .fa-pull-right.heightgraph-toggle-icon,.leaflet-control.spot-control .fa-pull-right.fa,.leaflet-control.spot-control .fa-pull-right.control-icon,.leaflet-control.spot-control .lightbox .fa-pull-right.lb-cancel,.lightbox .leaflet-control.spot-control .fa-pull-right.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.fa,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .fa-pull-right.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.lb-cancel,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa.push,.lightbox .push.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .push.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.push.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.push.lb-prev,.push.control-icon,.heightgraph.leaflet-control .push.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .push.heightgraph-toggle-icon,.leaflet-control.spot-control .push.fa,.leaflet-control.spot-control .push.control-icon,.leaflet-control.spot-control .lightbox .push.lb-cancel,.lightbox .leaflet-control.spot-control .push.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .push.fa,.leaflet-control.heightgraph .heightgraph-toggle .push.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .push.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .push.lb-cancel{margin-right:.5rem}.fa.push-left,.lightbox .push-left.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .push-left.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.push-left.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.push-left.lb-prev,.push-left.control-icon,.heightgraph.leaflet-control .push-left.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .push-left.heightgraph-toggle-icon,.leaflet-control.spot-control .push-left.fa,.leaflet-control.spot-control .push-left.control-icon,.leaflet-control.spot-control .lightbox .push-left.lb-cancel,.lightbox .leaflet-control.spot-control .push-left.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .push-left.fa,.leaflet-control.heightgraph .heightgraph-toggle .push-left.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .push-left.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .push-left.lb-cancel{margin-left:.5rem}.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel{font-size:28px;text-align:center;line-height:44px;text-decoration:none;color:#ccc;background:none;text-shadow:0px 1px 1px rgba(0,0,0,.8)}.control-icon:hover,.heightgraph.leaflet-control .heightgraph-close-icon:hover,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:hover,.leaflet-control.spot-control .fa:hover,.leaflet-control.spot-control .control-icon:hover,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev:hover,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next:hover,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:hover,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close:hover,.leaflet-control.spot-control .lightbox .lb-cancel:hover,.lightbox .leaflet-control.spot-control .lb-cancel:hover,.leaflet-control.heightgraph .heightgraph-toggle .fa:hover,.leaflet-control.heightgraph .heightgraph-toggle .control-icon:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:hover,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel:hover,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel:hover{color:#fff}.control-icon:before,.heightgraph.leaflet-control .heightgraph-close-icon:before,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon:before,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon:before,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.leaflet-control.spot-control .fa:before,.leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev:before,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next:before,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close:before,.leaflet-control.spot-control .lightbox .lb-cancel:before,.lightbox .leaflet-control.spot-control .lb-cancel:before,.leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel:before,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel:before{display:block;width:44px;height:44px}.fa-menu:before,#projects #settings-button .fa:before,#projects #settings-button .control-icon:before,#projects #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings-button a.lb-prev:before,#projects #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings-button a.lb-next:before,#projects #settings-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings-button .lb-close:before,#projects #settings-button .lightbox .lb-cancel:before,.lightbox #projects #settings-button .lb-cancel:before,#projects #settings-button .leaflet-control.spot-control .fa:before,.leaflet-control.spot-control #projects #settings-button .fa:before,#projects #settings-button .leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control #projects #settings-button .control-icon:before,#projects #settings-button .leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #settings-button .fa:before,#projects #settings-button .leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #settings-button .control-icon:before,#projects #settings-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings-button .heightgraph-toggle-icon:before,#projects #settings-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings-button .heightgraph-close-icon:before{content:""}.fa-error:before{content:""}.fa-warning:before{content:""}.fa-success:before{content:""}.fa-new:before{content:""}.fa-refresh:before{content:""}.fa-refresh:before{content:""}.fa-cancel:before,.lightbox .lb-cancel:before{content:""}.fa-prev:before,#projects.with-settings #settings-button .fa:before,#projects.with-settings #settings-button .control-icon:before,#projects.with-settings #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-settings #settings-button a.lb-prev:before,#projects.with-settings #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-settings #settings-button a.lb-next:before,#projects.with-settings #settings-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects.with-settings #settings-button .lb-close:before,#projects.with-settings #settings-button .lightbox .lb-cancel:before,.lightbox #projects.with-settings #settings-button .lb-cancel:before,#projects.with-settings #settings-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects.with-settings #settings-button .heightgraph-toggle-icon:before,#projects.with-settings #settings-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects.with-settings #settings-button .heightgraph-close-icon:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.fa-back:before{content:""}.fa-next:before,#projects.with-feed #feed-button .fa:before,#projects.with-feed #feed-button .control-icon:before,#projects.with-feed #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-feed #feed-button a.lb-prev:before,#projects.with-feed #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-feed #feed-button a.lb-next:before,#projects.with-feed #feed-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects.with-feed #feed-button .lb-close:before,#projects.with-feed #feed-button .lightbox .lb-cancel:before,.lightbox #projects.with-feed #feed-button .lb-cancel:before,#projects.with-feed #feed-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects.with-feed #feed-button .heightgraph-toggle-icon:before,#projects.with-feed #feed-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects.with-feed #feed-button .heightgraph-close-icon:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before{content:""}.fa-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before{content:""}.fa-map:before{content:""}.fa-track-off-track:before{content:""}.fa-track-main:before{content:""}.fa-track-hitchhiking:before{content:""}.fa-track-start:before{content:""}.fa-track-end:before{content:""}.fa-layers:before{content:""}.fa-elev-chart:before,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before{content:""}.fa-distance:before{content:""}.fa-elev-drop:before{content:""}.fa-elev-gain:before{content:""}.fa-download:before{content:""}.fa-newsletter:before{content:""}.fa-project:before{content:""}.fa-unsubscribe:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .fa:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .control-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe a.lb-prev:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe a.lb-next:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lb-close:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-cancel:before,.lightbox #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lb-cancel:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph-toggle-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph-close-icon:before,.heightgraph.leaflet-control .heightgraph-close-icon:before{content:""}.fa-credits:before{content:""}.fa-admin:before{content:""}.fa-config:before{content:""}.fa-upload:before{content:""}.fa-post:before,#projects #feed-button .fa:before,#projects #feed-button .control-icon:before,#projects #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed-button a.lb-prev:before,#projects #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed-button a.lb-next:before,#projects #feed-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed-button .lb-close:before,#projects #feed-button .lightbox .lb-cancel:before,.lightbox #projects #feed-button .lb-cancel:before,#projects #feed-button .leaflet-control.spot-control .fa:before,.leaflet-control.spot-control #projects #feed-button .fa:before,#projects #feed-button .leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control #projects #feed-button .control-icon:before,#projects #feed-button .leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed-button .fa:before,#projects #feed-button .leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed-button .control-icon:before,#projects #feed-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed-button .heightgraph-toggle-icon:before,#projects #feed-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #feed-button .heightgraph-close-icon:before{content:""}.fa-media:before{content:""}.fa-video:before{content:""}.fa-image:before{content:""}.fa-message:before{content:""}.fa-message-in:before{content:""}.fa-time:before{content:""}.fa-coords:before{content:""}.fa-drill-video:before{content:""}.fa-drill-image:before{content:""}.fa-drill-message:before,#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message:before{content:""}.fa-upload:before{content:""}.fa-video-shot:before{content:""}.fa-image-shot:before{content:""}.fa-link:before{content:""}.fa-link.copied:before{content:""}.fa-poster:before{content:""}.fa-send:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .fa:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .control-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe a.lb-prev:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe a.lb-next:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lb-close:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-cancel:before,.lightbox #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lb-cancel:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph-toggle-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph-close-icon:before{content:""}.fa-timezone:before{content:""}.fa-temperature:before{content:""}.fa-clear-day:before{content:""}.fa-clear-night:before{content:""}.fa-cloudy:before{content:""}.fa-fog:before{content:""}.fa-hail:before{content:""}.fa-partly-cloudy-day:before{content:""}.fa-partly-cloudy-night:before{content:""}.fa-rain-snow-showers-day:before{content:""}.fa-rain-snow-showers-night:before{content:""}.fa-rain-snow:before{content:""}.fa-rain:before{content:""}.fa-showers-day:before{content:""}.fa-showers-night:before{content:""}.fa-sleet:before{content:""}.fa-snow-showers-day:before{content:""}.fa-snow-showers-night:before{content:""}.fa-snow:before{content:""}.fa-thunder-rain:before{content:""}.fa-thunder-showers-day:before{content:""}.fa-thunder-showers-night:before{content:""}.fa-thunder:before{content:""}.fa-wind:before{content:""}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal;outline:none}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lightboxOverlay{bottom:0;right:0;outline:none}.lightbox{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.lightbox.vertical{flex-direction:column}.lightbox.vertical .lb-dataContainer{width:100%;height:30px}.lightbox.vertical .lb-dataContainer .lb-data{flex-direction:row}.lightbox.vertical .lb-dataContainer .lb-data .lb-details{width:calc(100% - 1.25rem)}.lightbox.vertical .lb-dataContainer .lb-data .lb-details .lb-caption .lb-caption-line{padding-right:1em;line-height:1.3333333333em;overflow:hidden}.lightbox.vertical .lb-dataContainer .lb-data .lb-details .lb-caption .lb-caption-line.comment{max-width:50%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lightbox.vertical .lb-dataContainer .lb-data .lb-closeContainer .lb-close{text-align:right}.lightbox.horizontal{flex-direction:row}.lightbox.horizontal .lb-dataContainer{width:200px;height:100%}.lightbox.horizontal .lb-dataContainer .lb-data{flex-direction:column}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line{display:block;margin-top:1em;line-height:1.33333333em}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .fa,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .lb-cancel,.lightbox.horizontal .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox.horizontal .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel{vertical-align:text-bottom}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .comment-text{display:inline-block;width:calc(100% - 1.6666666667em - .5rem);vertical-align:top}.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-close{margin-top:.7500000019em;float:none}.lightbox .lb-outerContainer{margin:0;border-radius:0;background-color:rgba(255,255,255,.5)}.lightbox .lb-outerContainer .lb-container{overflow:hidden}.lightbox .lb-outerContainer .lb-container.moveable{cursor:grab}.lightbox .lb-outerContainer .lb-container.moving{cursor:grabbing}.lightbox .lb-outerContainer .lb-container .lb-image{image-orientation:from-image;border-radius:0;border:none;--translate-x: 0;--translate-y: 0;--scale: 1;transform:translateX(var(--translate-x, 0)) translateY(var(--translate-y, 0)) scale(var(--scale, 1))}.lightbox .lb-outerContainer .lb-container .lb-video{box-sizing:content-box}.lightbox .lb-outerContainer .lb-container.lb-video-nav .lb-nav{top:100px;height:calc(100% - 200px)}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area{position:absolute;top:0;height:100%;width:50%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area.lb-next-area,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area.lb-next-area{right:0}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area:hover a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area:hover a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area:hover a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area:hover a.lb-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{color:#fff;text-decoration:none;text-shadow:0px 1px 1px rgba(0,0,0,.8);width:150px;height:150px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before{position:absolute;top:50%;transform:translateY(-50%)}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev{background:none;font-size:2em;left:0}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{background:none;font-size:2em;right:0}.lightbox .lb-dataContainer{margin:0;padding:0;flex:0 0 auto;overflow:hidden}.lightbox .lb-dataContainer .lb-data{text-align:left;padding:.5rem .5rem 0 .5rem;display:flex}.lightbox .lb-dataContainer .lb-data .lb-details{float:none}.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption-line{cursor:default}.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption-line:first-child{margin-top:0}.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{background:none;font-size:2em;height:auto;font-size:1.3333333333em;line-height:1em;color:#fff}.lightbox .lb-cancel{background:none;font-size:2em;color:#ccc;text-decoration:none}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.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{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.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{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.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}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;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}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform .25s cubic-bezier(0, 0, 0.25, 1);transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.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-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-control-attribution svg{display:inline !important}.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;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.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-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{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)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{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,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;color-adjust:exact}}.heightgraph-container{background-color:rgba(250,250,250,.8);border-radius:10px;display:none;cursor:default;user-select:none}.heightgraph-toggle{cursor:pointer;box-shadow:0 1px 7px rgba(0,0,0,.4);border-radius:5px;width:28px;height:28px;background:#f8f8f9;display:block}.heightgraph-toggle-icon{background:url(img/area-chart.svg) no-repeat center center;background-size:14px 14px;width:26px;height:26px;position:absolute}.heightgraph-close-icon{background:url(img/remove.svg) no-repeat center center;background-size:14px 14px;width:26px;height:26px;position:absolute;right:0;display:none;cursor:pointer}.border-top{fill:none}.legend-hover{cursor:pointer}.legend-text{fill:#000;font-size:10px;cursor:pointer}.tick,.tick text{fill:#000;pointer-events:none}.axis .tick line{visibility:hidden;pointer-events:none}.axis path{stroke:#000;fill:none;stroke-width:2px;shape-rendering:crispEdges;pointer-events:none}.focusbox{display:none;font-size:10px;fill:#000;pointer-events:none}.focusbox rect{fill:rgba(255,255,255,.8);stroke-width:1px;stroke:#888;pointer-events:none}.focusbox text{font-size:12px}.focusLine line{stroke-width:1px;stroke:#141414;display:none;cursor:default;shape-rendering:crispEdges}.height-focus.label rect{fill:rgba(255,255,255,.5);stroke-width:1px;stroke:#888;pointer-events:none;shape-rendering:crispEdges}.height-focus.line{stroke:#141414;stroke-width:1px;shape-rendering:crispEdges}.height-focus.circle{stroke:#fff;stroke-width:1px}.mouse-height-box-text{font-size:12px}.grid .tick{pointer-events:none}.grid .tick line{stroke:#eee;stroke-width:1px;shape-rendering:crispEdges}.grid path{stroke-width:0;pointer-events:none}.tspan{font-weight:bold}.select-symbol{cursor:pointer}.select-info{cursor:default}.lineSelection{cursor:move}.leaflet-container{background:none}.leaflet-popup .leaflet-popup-content-wrapper{border-radius:5px;padding:0}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{margin:0;padding:1rem;box-sizing:border-box}.leaflet-control.spot-control,.leaflet-control.heightgraph .heightgraph-toggle{cursor:pointer;width:44px;height:44px;text-align:center;box-shadow:none}.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel{width:100%}.legend-text,.tick,.tick text,.focusbox,.height-focus.circle,.height-focus.label,.lineSelection,.horizontalLineText{fill:#333 !important}.axis path,.focusbox rect,.focusLine line,.height-focus.label rect,.height-focus.line,.horizontalLine{stroke:#333 !important}.focusbox rect,.height-focus.label rect{stroke-width:0}.focusLine line,.focusbox rect,.height-focus.label rect{-webkit-filter:drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6));filter:drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6))}.height-focus.label rect,.focusbox rect{fill:rgba(255,255,255,.6)}.heightgraph.leaflet-control svg.heightgraph-container{background:none;border-radius:0}.heightgraph.leaflet-control svg.heightgraph-container .area{filter:drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.6));-webkit-filter:drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.6))}.heightgraph.leaflet-control .horizontalLine{stroke-width:2px}.heightgraph.leaflet-control .heightgraph-toggle{background:none}.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon{height:44px;position:static;background:none}.heightgraph.leaflet-control .heightgraph-close-icon{background:none;font-size:20px;line-height:26px;width:26px;text-align:center;display:none}.heightgraph.leaflet-control .heightgraph-close-icon:before{width:26px;height:26px}#projects{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}#projects.with-feed #submap{width:calc(100% - min(30vw, 400px + 3 * 1rem))}#projects.with-feed #feed{right:0}#projects.with-feed .leaflet-right{right:min(30vw, 400px + 3 * 1rem)}#projects.with-feed #title{max-width:calc(100vw - max(30vw, 400px + 3 * 1rem) - (44px + 1rem * 2)*2)}#projects.with-settings #submap{width:calc(100% - min(30vw, 400px + 3 * 1rem));left:min(30vw, 400px + 3 * 1rem)}#projects.with-settings #settings{left:0}#projects.with-settings .leaflet-left{left:min(30vw, 400px + 3 * 1rem)}#projects.with-settings #title{max-width:calc(100vw - 1rem * 2 - min(30vw, 400px + 3 * 1rem) - (44px + 1rem * 2) * 2)}#projects.with-feed.with-settings #submap{left:0;width:100%}#projects.with-feed.with-settings #title{max-width:calc(100vw - 1rem * 2 - min(30vw, 400px + 3 * 1rem) * 2 - (44px + 1rem * 2) * 2)}#projects #background{background:#666;position:absolute;left:0;top:0;bottom:0;right:0}#projects #submap{position:absolute;left:0;top:0;bottom:0;width:100%;transition:width .5s,left .5s}#projects #submap .loader{position:absolute;font-size:3em;top:calc(50% - .5em);left:calc(50% - .625em);color:#ccc}#projects #map{position:absolute;left:0;top:0;bottom:0;width:100%}#projects #map .leaflet-popup-content h1{font-size:1.4em;margin:0;font-weight:bold}#projects #map .leaflet-popup-content .separator{border-top:1px solid #ccc;margin:.5rem 0 1rem 0}#projects #map .leaflet-popup-content .info-window h1 .message-type{color:#ccc;font-weight:normal;font-size:.7142857143em;margin-left:.5em;vertical-align:text-bottom}#projects #map .leaflet-popup-content .info-window p{font-size:1em;margin:.5rem 0 0 0}#projects #map .leaflet-popup-content .info-window p a{color:#333}#projects #map .leaflet-popup-content .info-window .medias{line-height:0}#projects #map .leaflet-popup-content .info-window .medias a{display:inline-block;margin:1rem 1rem 0 0}#projects #map .leaflet-popup-content .info-window .medias a:last-child{margin-right:0}#projects #map .leaflet-popup-content .info-window .medias a.drill{font-size:2em}#projects #map .leaflet-popup-content .info-window .medias a.drill .fa-drill-image{color:transparent}#projects #map .leaflet-popup-content .info-window .medias a.drill .fa-drill-video{color:rgba(255,255,255,.5)}#projects #map .leaflet-popup-content .info-window .medias a.drill:hover .fa-drill-video,#projects #map .leaflet-popup-content .info-window .medias a.drill:hover .fa-drill-image{color:rgba(255,255,255,.75)}#projects #map .leaflet-popup-content .info-window .medias a img{width:auto;height:auto;max-width:200px;max-height:100px;border-radius:3px;image-orientation:from-image;transition:All .2s}#projects #map .leaflet-popup-content .track_tooltip p{margin:0}#projects #map .leaflet-popup-content .track_tooltip p.description{font-size:1.15em}#projects #map .leaflet-popup-content .track_tooltip h1,#projects #map .leaflet-popup-content .track_tooltip .description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#projects #map .leaflet-popup-content .track_tooltip .body{padding-left:calc(1.25em*1.4 + 0.5rem )}#projects #map .leaflet-popup-content .track_tooltip .body .details{margin-top:-1rem}#projects #map .leaflet-popup-content .track_tooltip .body .details p.detail{margin-top:1rem;width:50%;display:inline-block}#projects .leaflet-control{background-color:rgba(255,255,255,.6);font-family:Roboto,Arial,sans-serif;border-radius:3px;border:none;margin:1rem;box-shadow:0 1px 7px rgba(0,0,0,.4)}#projects .leaflet-control+.leaflet-control:not(.leaflet-control-inline){margin-top:0}#projects .leaflet-control+.leaflet-control.leaflet-control-inline{margin-left:0}#projects .leaflet-control.leaflet-control-scale{padding:.5em}#projects .leaflet-control.leaflet-control-scale .leaflet-control-scale-line{background:none}#projects .leaflet-control.leaflet-control-inline{clear:none}#projects .leaflet-right,#projects .leaflet-left{transition:left .5s,right .5s}#projects .leaflet-top.leaflet-left .leaflet-control-layers .leaflet-control-layers-toggle{display:none}#projects #legend .track{white-space:nowrap}#projects #legend .track .line{width:2em;height:4px;display:inline-block;border-radius:2px;vertical-align:middle}#projects #legend .track .line.main{background-color:#00ff78}#projects #legend .track .line.off-track{background-color:blue}#projects #legend .track .line.hitchhiking{background-color:#ff7814}#projects #legend .track .desc{font-size:1em;margin-left:.5em;color:#333}#projects #title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:44px;height:44px;padding:0 1rem;margin-bottom:0}#projects #title span#project_name{font-size:1.3em}#projects a.drill{position:relative;overflow:hidden;text-decoration:none;display:inline-block}#projects a.drill .drill-icon{position:absolute;display:inline-block;top:50%;left:50%;transform:translate(-50%, -50%)}#projects a.drill .drill-icon i{transition:color .3s;cursor:pointer}#projects .fa-stack .fa-message{font-size:32px;text-shadow:rgba(0,0,0,.5) 3px 3px 3px;color:#6dff58}#projects .fa-stack .fa-message-in{font-size:13px;color:#326526;top:1px}#projects .fa-stack .fa-track-start,#projects .fa-stack .fa-track-end{color:#326526;font-size:14px;top:1px}#projects .fa-stack .fa-track-end{color:#ff7814}#projects #feed,#projects #settings{position:absolute;top:0;bottom:0;overflow:hidden;z-index:999}#projects #feed input,#projects #feed textarea,#projects #settings input,#projects #settings textarea{background-color:#fff;color:#333;outline:none}#projects #feed button,#projects #feed a.button,#projects #settings button,#projects #settings a.button{background-color:#333;color:rgba(255,255,255,.8)}#projects #feed button:hover,#projects #feed button:hover a,#projects #feed button:hover a:visited,#projects #feed a.button:hover,#projects #feed a.button:hover a,#projects #feed a.button:hover a:visited,#projects #settings button:hover,#projects #settings button:hover a,#projects #settings button:hover a:visited,#projects #settings a.button:hover,#projects #settings a.button:hover a,#projects #settings a.button:hover a:visited{background-color:#fff;color:#333}#projects #feed button a,#projects #feed button a:visited,#projects #feed a.button a,#projects #feed a.button a:visited,#projects #settings button a,#projects #settings button a:visited,#projects #settings a.button a,#projects #settings a.button a:visited{background-color:#333;color:rgba(255,255,255,.8);text-decoration:none}#projects #feed button+button,#projects #feed button+a.button,#projects #feed a.button+button,#projects #feed a.button+a.button,#projects #settings button+button,#projects #settings button+a.button,#projects #settings a.button+button,#projects #settings a.button+a.button{margin-left:.5rem}#projects #feed #feed-panel,#projects #feed #settings-panel,#projects #settings #feed-panel,#projects #settings #settings-panel{position:absolute;top:0;bottom:0;left:0}#projects #feed{right:calc(min(30vw, 400px + 3 * 1rem)*-1);transition:right .5s;width:30vw;max-width:calc(400px + 3 * 1rem)}#projects #feed #feed-panel{width:100%;padding-top:1rem}#projects #feed #feed-panel #posts_list{position:relative}#projects #feed #feed-panel #poster.histo-mode .poster,#projects #feed #feed-panel #poster:not(.histo-mode) .archived{display:none}#projects #feed #feed-panel #poster .poster textarea#post{margin-bottom:1em;width:calc(100% - 2em)}#projects #feed #feed-panel #poster .poster input#name{width:calc(100% - 6em)}#projects #feed #feed-panel #poster .poster button#submit{margin-left:1em;margin-bottom:.5em}#projects #feed #feed-panel #poster .archived{background:#eee}#projects #feed #feed-panel .body-box{position:relative;display:flex;flex-direction:column}#projects #feed #feed-panel .post-item{margin-bottom:1rem;background:rgba(255,255,255,.8);color:#333;border-radius:3px;width:calc(100% - 1rem);box-shadow:2px 2px 3px 0px rgba(0,0,0,.5)}#projects #feed #feed-panel .post-item a{color:#333}#projects #feed #feed-panel .post-item a:hover{color:#1a1a1a}#projects #feed #feed-panel .post-item .message{margin:0}#projects #feed #feed-panel .post-item .signature{margin:.5rem 0 0 0;text-align:right;font-style:italic}#projects #feed #feed-panel .post-item .signature img{vertical-align:baseline;margin:0 .2em calc((1em - 24px)/2) 0;position:relative}#projects #feed #feed-panel .post-item .header{padding:0 1rem;position:relative}#projects #feed #feed-panel .post-item .header span{display:inline-block;cursor:default;font-size:.8em;padding:.5rem 0px}#projects #feed #feed-panel .post-item .header span.index{width:25%}#projects #feed #feed-panel .post-item .header span.index .link,#projects #feed #feed-panel .post-item .header span.index .link:visited,#projects #feed #feed-panel .post-item .header span.index .link_copied{margin-left:.5rem;padding:0;line-height:1}#projects #feed #feed-panel .post-item .header span.time{width:75%;text-align:right;font-style:italic}#projects #feed #feed-panel .post-item .body{clear:both;padding:0em 1rem 1rem}#projects #feed #feed-panel .post-item.headerless .header{display:none}#projects #feed #feed-panel .post-item.headerless .body{padding-top:1rem;text-align:center}#projects #feed #feed-panel .post-item.headerless .body p{margin:0}#projects #feed #feed-panel .post-item.headerless .body p .fa,#projects #feed #feed-panel .post-item.headerless .body p .control-icon,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.headerless .body p a.lb-prev,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.headerless .body p a.lb-next,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed #feed-panel .post-item.headerless .body p .lb-close,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-cancel,.lightbox #projects #feed #feed-panel .post-item.headerless .body p .lb-cancel,#projects #feed #feed-panel .post-item.headerless .body p .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed #feed-panel .post-item.headerless .body p .heightgraph-toggle-icon,#projects #feed #feed-panel .post-item.headerless .body p .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control #projects #feed #feed-panel .post-item.headerless .body p .heightgraph-close-icon{display:inline-block;font-size:2em;margin:.5rem 0}#projects #feed #feed-panel .post-item.message{background:#6dff58;color:#326526}#projects #feed #feed-panel .post-item.message p{font-size:.9em;margin:0 0 .5rem 0;display:inline-block;width:100%}#projects #feed #feed-panel .post-item.message a{color:#326526}#projects #feed #feed-panel .post-item.message a:hover{color:#204018}#projects #feed #feed-panel .post-item.message a.drill{line-height:0}#projects #feed #feed-panel .post-item.message a.drill .drill-icon{transform:translate(-16px, -32px)}#projects #feed #feed-panel .post-item.message a.drill .drill-icon .fa-message-in{top:-1px;left:-1px}#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message{top:13px;left:3px}#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message-in{display:none}#projects #feed #feed-panel .post-item.message .weather{position:absolute;top:1rem;right:1rem;cursor:pointer}#projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.message .weather a.lb-prev,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.message .weather a.lb-next,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed #feed-panel .post-item.message .weather .lb-close,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-cancel,.lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .fa,.leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .control-icon,.leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .lightbox .lb-cancel,.leaflet-control.spot-control .lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .lightbox .leaflet-control.spot-control .lb-cancel,.lightbox .leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .heightgraph-toggle-icon,#projects #feed #feed-panel .post-item.message .weather .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control #projects #feed #feed-panel .post-item.message .weather .heightgraph-close-icon{font-size:1.3em;vertical-align:middle;line-height:1rem;background:#326526;color:#6dff58;border-radius:3px 0 0 3px;padding:.5rem}#projects #feed #feed-panel .post-item.message .weather span{vertical-align:middle;padding:.5rem;background:#6dff58;color:#326526;border-radius:0 3px 3px 0}#projects #feed #feed-panel .post-item.message .staticmap{width:100%;border-radius:3px;cursor:pointer}#projects #feed #feed-panel .post-item.post .body{padding:0em 1em .5em}#projects #feed #feed-panel .post-item.media{background:rgba(255,255,255,.8);color:#333}#projects #feed #feed-panel .post-item.media .body a{display:inline-block;width:100%;margin:0;color:#333;position:relative;line-height:0}#projects #feed #feed-panel .post-item.media .body a.drill:hover .drill-icon .fa-drill-image,#projects #feed #feed-panel .post-item.media .body a.drill:hover .drill-icon .fa-drill-video{color:rgba(255,255,255,.75)}#projects #feed #feed-panel .post-item.media .body a.drill:hover .comment{opacity:0}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon{font-size:3em}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon .fa-drill-image{color:transparent}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon .fa-drill-video{color:rgba(255,255,255,.5)}#projects #feed #feed-panel .post-item.media .body a img{width:100%;height:auto;image-orientation:from-image;outline:none;border-radius:3px}#projects #feed #feed-panel .post-item.media .body a .comment{position:absolute;left:0;bottom:0;width:100%;line-height:normal;box-sizing:border-box;margin:0;padding:.5em;text-align:justify;background:rgba(255,255,255,.6);border-radius:0 0 3px 3px;transition:opacity .3s;opacity:1}#projects #settings{left:calc(min(30vw + 3px, 400px + 3 * 1rem + 3px)*-1);transition:left .5s;width:calc(30vw + 3px);max-width:calc(400px + 3 * 1rem + 3px)}#projects #settings #settings-panel{width:calc(100% - 1rem - 3px);margin:1rem;border-radius:3px;box-shadow:2px 2px 3px 0px rgba(0,0,0,.5);color:#333;background:rgba(255,255,255,.8);display:flex;flex-direction:column;flex-wrap:nowrap}#projects #settings #settings-panel .settings-header{text-align:center;flex:0 1 auto}#projects #settings #settings-panel .settings-header .logo{background:rgba(255,255,255,.4);padding:2rem 1rem;border-radius:3px 3px 0 0}#projects #settings #settings-panel .settings-header .logo img{width:100%;height:auto;max-width:180px;transform:translateX(-10%)}#projects #settings #settings-panel .settings-header #last_update{position:absolute;margin-top:-2em;padding:0 1rem;width:calc(100% - 2rem)}#projects #settings #settings-panel .settings-header #last_update p{text-align:center;font-size:.8em;margin:0;color:#999;cursor:default;transform:translateX(calc(-0.5 * (12px + 0.5em)))}#projects #settings #settings-panel .settings-header #last_update p span{margin-right:.5em}#projects #settings #settings-panel .settings-header #last_update p span img{width:12px;vertical-align:middle;animation:spotlogo 20s infinite}#projects #settings #settings-panel .settings-header #last_update p abbr{text-decoration:none;vertical-align:middle}#projects #settings #settings-panel .settings-footer{flex:0 1 auto;background:rgba(255,255,255,.4);border-radius:0 0 3px 3px;font-size:.7em;padding:.3rem;text-align:center;color:#888}#projects #settings #settings-panel .settings-footer a{color:#777;text-decoration:none}#projects #settings #settings-panel .settings-sections{flex:1 1 auto;overflow:auto}#projects #settings #settings-panel .settings-sections #settings-sections-scrollbox{height:100%;width:100%}#projects #settings #settings-panel .settings-sections .settings-section{display:inline-block;margin:1.5rem 1rem 0 1rem;width:calc(100% - 2 * 1rem)}#projects #settings #settings-panel .settings-sections .settings-section:last-child{margin-bottom:1.5rem}#projects #settings #settings-panel .settings-sections .settings-section h1{margin:0 0 1rem;color:#333;font-size:1.5em}#projects #settings #settings-panel .settings-sections .settings-section label{margin-bottom:.3em;display:block;cursor:pointer}#projects #settings #settings-panel .settings-sections .settings-section label>div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#projects #settings #settings-panel .settings-sections .settings-section.newsletter input#email{width:calc(100% - 6em)}#projects #settings #settings-panel .settings-sections .settings-section.newsletter input#email:disabled{color:#999;background:rgba(255,255,255,.2)}#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn{margin-left:1em;margin-bottom:1em}#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.loading{background-color:#326526;color:#fff}#projects #settings #settings-panel .settings-sections .settings-section #settings-projects a.fa-download{color:#333}#projects #settings #settings-panel .settings-sections .settings-section #settings-projects a.fa-download:hover{color:#0078a8}#elems{display:none}#upload{padding:1em}#upload .bar{height:18px;background:green}#upload .comment{margin-top:1em}#upload .comment .thumb{width:30%;max-width:100px}#upload .comment form{display:inline-block;width:calc(70% - 1em);min-width:calc(100% - 100px - 1em);margin-left:1em;vertical-align:top}#upload .comment form .content{width:100%;box-sizing:border-box;padding:.5em;border:1px solid #333}#upload .comment form .save{margin-top:1em;padding:.5em}#admin{margin:1em}#admin table{margin-bottom:1em;border-collapse:collapse}#admin table tr th{background:#aaa;color:#fff;padding:.2rem .5rem}#admin table tr td{background:#eee;text-align:center;padding:.2rem .5rem}#admin table tr td input[type=number]{width:50px}#admin table tr td input[name=ref_feed_id]{width:300px}#admin table tr td button{color:#aaa;background:none}#admin table tr td button:hover{color:#666}@media only screen and (max-width: 800px){.desktop{display:none !important}#projects #feed,#projects #settings{width:calc(100vw - 44px - 2 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem)}#projects #feed{right:calc((100vw - 44px - 2 * 1rem)*-1)}#projects #settings{left:calc((100vw - 44px - 2 * 1rem)*-1)}#projects #title{width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);text-align:center}#projects .leaflet-right,#projects .leaflet-left{width:100%}#projects.with-feed #submap,#projects.with-settings #submap{width:100%}#projects.with-feed .leaflet-control-container .leaflet-top.leaflet-right,#projects.with-settings .leaflet-control-container .leaflet-top.leaflet-right{display:none}#projects.with-feed #title,#projects.with-settings #title{width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem)}#projects.with-feed .leaflet-right{right:calc(100vw - 44px - 2 * 1rem)}#projects.with-feed .leaflet-left{left:calc((100vw - 44px - 2 * 1rem)*-1)}#projects.with-settings .leaflet-right{right:calc((100vw - 44px - 2 * 1rem)*-1)}#projects.with-settings .leaflet-left{left:calc(100vw - 44px - 2 * 1rem)}#projects .leaflet-control-container .leaflet-top.leaflet-left{display:none}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{height:100%;width:100%}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::before{left:1em}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::before{right:1em}}@media only screen and (min-width: 801px){.mobile{display:none !important}}/*# sourceMappingURL=spot.css.map */ +@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcg72j00.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKew72j00.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcw72j00.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfA72j00.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKcQ72j00.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/4iCs6KVjbNBYlgoKfw72.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvWyNL4U.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjtGyNL4U.woff2) format("woff2");unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvGyNL4U.woff2) format("woff2");unicode-range:U+1F00-1FFF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjs2yNL4U.woff2) format("woff2");unicode-range:U+0370-03FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvjvmyNL4U.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Ubuntu";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/4iCv6KVjbNBYlgoCxCvjsGyN.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@-webkit-keyframes fadeIn{from{opacity:.3}}@-moz-keyframes fadeIn{from{opacity:.3}}@-ms-keyframes fadeIn{from{opacity:.3}}@-o-keyframes fadeIn{from{opacity:.3}}@keyframes fadeIn{from{opacity:.3}}.flicker,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.loading span,.lightbox .lb-cancel{-webkit-animation:fadeIn .5s infinite alternate;-moz-animation:fadeIn .5s infinite alternate;-ms-animation:fadeIn .5s infinite alternate;-o-animation:fadeIn .5s infinite alternate;animation:fadeIn .5s infinite alternate}@keyframes spotlogo{0%{transform:scale(1)}1.25%{transform:scale(1.2)}2.5%{transform:scale(1);transform:rotate(0deg)}5%{transform:rotate(360deg)}100%{transform:rotate(360deg)}}*:focus{outline:0px none transparent}[title]:not(a):not(.clickable):not(.leaflet-control.spot-control):not(button):not(a.button){cursor:default}.clickable,#projects #settings #settings-panel .settings-sections .settings-section label,.leaflet-control.spot-control,.leaflet-control.heightgraph .heightgraph-toggle,button,a.button{cursor:pointer}textarea:focus,input:focus{outline:1px solid #ccc}body,textarea,input,button,a.button{font-size:14px;font-family:"Ubuntu",sans-serif;margin:0}textarea{resize:none}a.button{text-decoration:none;display:inline-block}button,a.button{font-weight:bold;color:#000;background:#eee}button:hover,a.button:hover{color:#eee;background:#000}input,textarea,button,a.button{border:none;padding:.5em 1em;border-radius:3px}h1{font-size:2em;font-weight:bold;margin:1em 0 .5em}.feedback p{margin:0 0 1em 0}.feedback p.error{color:red}.feedback p.warning{color:orange}.feedback p.success{color:green}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url("fa/fonts/fa-solid-900.eot");src:url("fa/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("fa/fonts/fa-solid-900.woff2") format("woff2"),url("fa/fonts/fa-solid-900.woff") format("woff"),url("fa/fonts/fa-solid-900.ttf") format("truetype"),url("fa/fonts/fa-solid-900.svg#fontawesome") format("svg")}.fa,.lightbox .lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}.fa,.lightbox .lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{font-size:1.3333333333em;line-height:.75em;vertical-align:-0.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.lightbox .fa-pull-left.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .fa-pull-left.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-left.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-left.lb-prev,.fa-pull-left.control-icon,.heightgraph.leaflet-control .fa-pull-left.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .fa-pull-left.heightgraph-toggle-icon,.leaflet-control.spot-control .fa-pull-left.fa,.leaflet-control.spot-control .lightbox .fa-pull-left.lb-cancel,.lightbox .leaflet-control.spot-control .fa-pull-left.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.fa,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .fa-pull-left.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .fa-pull-left.lb-cancel,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.lightbox .fa-pull-right.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .fa-pull-right.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-right.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.fa-pull-right.lb-prev,.fa-pull-right.control-icon,.heightgraph.leaflet-control .fa-pull-right.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .fa-pull-right.heightgraph-toggle-icon,.leaflet-control.spot-control .fa-pull-right.fa,.leaflet-control.spot-control .lightbox .fa-pull-right.lb-cancel,.lightbox .leaflet-control.spot-control .fa-pull-right.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.fa,.leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .fa-pull-right.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .fa-pull-right.lb-cancel,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa.push,.lightbox .push.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .push.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.push.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.push.lb-prev,.push.control-icon,.heightgraph.leaflet-control .push.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .push.heightgraph-toggle-icon,.leaflet-control.spot-control .push.fa,.leaflet-control.spot-control .lightbox .push.lb-cancel,.lightbox .leaflet-control.spot-control .push.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .push.fa,.leaflet-control.heightgraph .heightgraph-toggle .push.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .push.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .push.lb-cancel{margin-right:.5rem}.fa.push-left,.lightbox .push-left.lb-cancel,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .push-left.lb-close,.lightbox .lb-outerContainer .lb-container .lb-nav a.push-left.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav a.push-left.lb-prev,.push-left.control-icon,.heightgraph.leaflet-control .push-left.heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .push-left.heightgraph-toggle-icon,.leaflet-control.spot-control .push-left.fa,.leaflet-control.spot-control .lightbox .push-left.lb-cancel,.lightbox .leaflet-control.spot-control .push-left.lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .push-left.fa,.leaflet-control.heightgraph .heightgraph-toggle .push-left.control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .push-left.lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .push-left.lb-cancel{margin-left:.5rem}.control-icon,.heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel{font-size:28px;text-align:center;line-height:44px;text-decoration:none;color:#ccc;background:none;text-shadow:0px 1px 1px rgba(0,0,0,.8)}.control-icon:hover,.heightgraph.leaflet-control .heightgraph-close-icon:hover,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:hover,.leaflet-control.spot-control .fa:hover,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev:hover,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next:hover,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:hover,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close:hover,.leaflet-control.spot-control .lightbox .lb-cancel:hover,.lightbox .leaflet-control.spot-control .lb-cancel:hover,.leaflet-control.heightgraph .heightgraph-toggle .fa:hover,.leaflet-control.heightgraph .heightgraph-toggle .control-icon:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:hover,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close:hover,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel:hover,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel:hover{color:#fff}.control-icon:before,.heightgraph.leaflet-control .heightgraph-close-icon:before,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon:before,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.leaflet-control.spot-control .fa:before,.leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev:before,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next:before,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close:before,.leaflet-control.spot-control .lightbox .lb-cancel:before,.lightbox .leaflet-control.spot-control .lb-cancel:before,.leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close:before,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel:before,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel:before{display:block;width:44px;height:44px}.fa-menu:before,#projects #settings-button .fa:before,#projects #settings-button .control-icon:before,#projects #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings-button a.lb-prev:before,#projects #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings-button a.lb-next:before,#projects #settings-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings-button .lb-close:before,#projects #settings-button .lightbox .lb-cancel:before,.lightbox #projects #settings-button .lb-cancel:before,#projects #settings-button .leaflet-control.spot-control .fa:before,.leaflet-control.spot-control #projects #settings-button .fa:before,#projects #settings-button .leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control #projects #settings-button .control-icon:before,#projects #settings-button .leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #settings-button .fa:before,#projects #settings-button .leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #settings-button .control-icon:before,#projects #settings-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings-button .heightgraph-toggle-icon:before,#projects #settings-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings-button .heightgraph-close-icon:before{content:""}.fa-error:before{content:""}.fa-warning:before{content:""}.fa-success:before{content:""}.fa-new:before{content:""}.fa-refresh:before{content:""}.fa-refresh:before{content:""}.fa-cancel:before,.lightbox .lb-cancel:before{content:""}.fa-prev:before,#projects.with-settings #settings-button .fa:before,#projects.with-settings #settings-button .control-icon:before,#projects.with-settings #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-settings #settings-button a.lb-prev:before,#projects.with-settings #settings-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-settings #settings-button a.lb-next:before,#projects.with-settings #settings-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects.with-settings #settings-button .lb-close:before,#projects.with-settings #settings-button .lightbox .lb-cancel:before,.lightbox #projects.with-settings #settings-button .lb-cancel:before,#projects.with-settings #settings-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects.with-settings #settings-button .heightgraph-toggle-icon:before,#projects.with-settings #settings-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects.with-settings #settings-button .heightgraph-close-icon:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.fa-back:before{content:""}.fa-next:before,#projects.with-feed #feed-button .fa:before,#projects.with-feed #feed-button .control-icon:before,#projects.with-feed #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-feed #feed-button a.lb-prev:before,#projects.with-feed #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects.with-feed #feed-button a.lb-next:before,#projects.with-feed #feed-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects.with-feed #feed-button .lb-close:before,#projects.with-feed #feed-button .lightbox .lb-cancel:before,.lightbox #projects.with-feed #feed-button .lb-cancel:before,#projects.with-feed #feed-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects.with-feed #feed-button .heightgraph-toggle-icon:before,#projects.with-feed #feed-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects.with-feed #feed-button .heightgraph-close-icon:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before{content:""}.fa-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before{content:""}.fa-map:before{content:""}.fa-track-off-track:before{content:""}.fa-track-main:before{content:""}.fa-track-hitchhiking:before{content:""}.fa-track-start:before{content:""}.fa-track-end:before{content:""}.fa-layers:before{content:""}.fa-elev-chart:before,.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before{content:""}.fa-distance:before{content:""}.fa-elev-drop:before{content:""}.fa-elev-gain:before{content:""}.fa-download:before{content:""}.fa-newsletter:before{content:""}.fa-project:before{content:""}.fa-unsubscribe:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .fa:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .control-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe a.lb-prev:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe a.lb-next:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lb-close:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lightbox .lb-cancel:before,.lightbox #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .lb-cancel:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph-toggle-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.unsubscribe .heightgraph-close-icon:before,.heightgraph.leaflet-control .heightgraph-close-icon:before{content:""}.fa-credits:before{content:""}.fa-admin:before{content:""}.fa-config:before{content:""}.fa-upload:before{content:""}.fa-post:before,#projects #feed-button .fa:before,#projects #feed-button .control-icon:before,#projects #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed-button a.lb-prev:before,#projects #feed-button .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed-button a.lb-next:before,#projects #feed-button .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed-button .lb-close:before,#projects #feed-button .lightbox .lb-cancel:before,.lightbox #projects #feed-button .lb-cancel:before,#projects #feed-button .leaflet-control.spot-control .fa:before,.leaflet-control.spot-control #projects #feed-button .fa:before,#projects #feed-button .leaflet-control.spot-control .control-icon:before,.leaflet-control.spot-control #projects #feed-button .control-icon:before,#projects #feed-button .leaflet-control.heightgraph .heightgraph-toggle .fa:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed-button .fa:before,#projects #feed-button .leaflet-control.heightgraph .heightgraph-toggle .control-icon:before,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed-button .control-icon:before,#projects #feed-button .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed-button .heightgraph-toggle-icon:before,#projects #feed-button .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #feed-button .heightgraph-close-icon:before{content:""}.fa-media:before{content:""}.fa-video:before{content:""}.fa-image:before{content:""}.fa-message:before{content:""}.fa-message-in:before{content:""}.fa-time:before{content:""}.fa-coords:before{content:""}.fa-drill-video:before{content:""}.fa-drill-image:before{content:""}.fa-drill-message:before,#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message:before{content:""}.fa-upload:before{content:""}.fa-video-shot:before{content:""}.fa-image-shot:before{content:""}.fa-link:before{content:""}.fa-link.copied:before{content:""}.fa-poster:before{content:""}.fa-send:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .fa:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .control-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe a.lb-prev:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe a.lb-next:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:before,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lb-close:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lightbox .lb-cancel:before,.lightbox #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .lb-cancel:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon:before,.heightgraph.leaflet-control .heightgraph-toggle #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph-toggle-icon:before,#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph.leaflet-control .heightgraph-close-icon:before,.heightgraph.leaflet-control #projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.subscribe .heightgraph-close-icon:before{content:""}.fa-timezone:before{content:""}.fa-temperature:before{content:""}.fa-clear-day:before{content:""}.fa-clear-night:before{content:""}.fa-cloudy:before{content:""}.fa-fog:before{content:""}.fa-hail:before{content:""}.fa-partly-cloudy-day:before{content:""}.fa-partly-cloudy-night:before{content:""}.fa-rain-snow-showers-day:before{content:""}.fa-rain-snow-showers-night:before{content:""}.fa-rain-snow:before{content:""}.fa-rain:before{content:""}.fa-showers-day:before{content:""}.fa-showers-night:before{content:""}.fa-sleet:before{content:""}.fa-snow-showers-day:before{content:""}.fa-snow-showers-night:before{content:""}.fa-snow:before{content:""}.fa-thunder-rain:before{content:""}.fa-thunder-showers-day:before{content:""}.fa-thunder-showers-night:before{content:""}.fa-thunder:before{content:""}.fa-wind:before{content:""}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal;outline:none}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lightboxOverlay{bottom:0;right:0;outline:none}.lightbox{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}.lightbox.vertical{flex-direction:column}.lightbox.vertical .lb-dataContainer{width:100%;height:30px}.lightbox.vertical .lb-dataContainer .lb-data{flex-direction:row}.lightbox.vertical .lb-dataContainer .lb-data .lb-details{width:calc(100% - 1.25rem)}.lightbox.vertical .lb-dataContainer .lb-data .lb-details .lb-caption .lb-caption-line{padding-right:1em;line-height:1.3333333333em;overflow:hidden}.lightbox.vertical .lb-dataContainer .lb-data .lb-details .lb-caption .lb-caption-line.comment{max-width:50%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lightbox.vertical .lb-dataContainer .lb-data .lb-closeContainer .lb-close{text-align:right}.lightbox.horizontal{flex-direction:row}.lightbox.horizontal .lb-dataContainer{width:200px;height:100%}.lightbox.horizontal .lb-dataContainer .lb-data{flex-direction:column}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line{display:block;margin-top:1em;line-height:1.33333333em}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .fa,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .lb-cancel,.lightbox.horizontal .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .fa,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-caption-line.comment .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox.horizontal .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.lightbox.horizontal .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox.horizontal .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-caption-line.comment .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-caption-line.comment .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel,.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox.horizontal .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-dataContainer .lb-data .lb-caption-line.comment .lb-cancel{vertical-align:text-bottom}.lightbox.horizontal .lb-dataContainer .lb-data .lb-caption-line.comment .comment-text{display:inline-block;width:calc(100% - 1.6666666667em - .5rem);vertical-align:top}.lightbox.horizontal .lb-dataContainer .lb-data .lb-closeContainer .lb-close{margin-top:.7500000019em;float:none}.lightbox .lb-outerContainer{margin:0;border-radius:0;background-color:rgba(255,255,255,.5)}.lightbox .lb-outerContainer .lb-container{overflow:hidden}.lightbox .lb-outerContainer .lb-container.moveable{cursor:grab}.lightbox .lb-outerContainer .lb-container.moving{cursor:grabbing}.lightbox .lb-outerContainer .lb-container .lb-image{image-orientation:from-image;border-radius:0;border:none;--translate-x: 0;--translate-y: 0;--scale: 1;transform:translateX(var(--translate-x, 0)) translateY(var(--translate-y, 0)) scale(var(--scale, 1))}.lightbox .lb-outerContainer .lb-container .lb-video{box-sizing:content-box}.lightbox .lb-outerContainer .lb-container.lb-video-nav .lb-nav{top:100px;height:calc(100% - 200px)}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area{position:absolute;top:0;height:100%;width:50%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area.lb-next-area,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area.lb-next-area{right:0}.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area:hover a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev-area:hover a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area:hover a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .lb-next-area:hover a.lb-next{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{color:#fff;text-decoration:none;text-shadow:0px 1px 1px rgba(0,0,0,.8);width:150px;height:150px;position:absolute;top:50%;transform:translateY(-50%);-webkit-transition:opacity .4s;-moz-transition:opacity .4s;-o-transition:opacity .4s;transition:opacity .4s}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:before,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:before{position:absolute;top:50%;transform:translateY(-50%)}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev{background:none;font-size:2em;left:0}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{background:none;font-size:2em;right:0}.lightbox .lb-dataContainer{margin:0;padding:0;flex:0 0 auto;overflow:hidden}.lightbox .lb-dataContainer .lb-data{text-align:left;padding:.5rem .5rem 0 .5rem;display:flex}.lightbox .lb-dataContainer .lb-data .lb-details{float:none}.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption-line:first-child{margin-top:0}.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close{background:none;font-size:2em;height:auto;font-size:1.3333333333em;line-height:1em;color:#fff}.lightbox .lb-cancel{background:none;font-size:2em;color:#ccc;text-decoration:none}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto !important;height:auto !important;z-index:0}.simplebar-offset{direction:inherit !important;box-sizing:inherit !important;resize:none !important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box !important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit !important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.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{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none !important;max-height:none !important}.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{max-width:none !important;max-height:none !important;width:auto;padding:0}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.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}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;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}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform .25s cubic-bezier(0, 0, 0.25, 1);transition:transform .25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console",Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.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-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-control-attribution svg{display:inline !important}.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;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.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-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:17px 0;margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{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)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{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,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;color-adjust:exact}}.heightgraph-container{background-color:rgba(250,250,250,.8);border-radius:10px;display:none;cursor:default;user-select:none}.heightgraph-toggle{cursor:pointer;box-shadow:0 1px 7px rgba(0,0,0,.4);border-radius:5px;width:28px;height:28px;background:#f8f8f9;display:block}.heightgraph-toggle-icon{background:url(img/area-chart.svg) no-repeat center center;background-size:14px 14px;width:26px;height:26px;position:absolute}.heightgraph-close-icon{background:url(img/remove.svg) no-repeat center center;background-size:14px 14px;width:26px;height:26px;position:absolute;right:0;display:none;cursor:pointer}.border-top{fill:none}.legend-hover{cursor:pointer}.legend-text{fill:#000;font-size:10px;cursor:pointer}.tick,.tick text{fill:#000;pointer-events:none}.axis .tick line{visibility:hidden;pointer-events:none}.axis path{stroke:#000;fill:none;stroke-width:2px;shape-rendering:crispEdges;pointer-events:none}.focusbox{display:none;font-size:10px;fill:#000;pointer-events:none}.focusbox rect{fill:rgba(255,255,255,.8);stroke-width:1px;stroke:#888;pointer-events:none}.focusbox text{font-size:12px}.focusLine line{stroke-width:1px;stroke:#141414;display:none;cursor:default;shape-rendering:crispEdges}.height-focus.label rect{fill:rgba(255,255,255,.5);stroke-width:1px;stroke:#888;pointer-events:none;shape-rendering:crispEdges}.height-focus.line{stroke:#141414;stroke-width:1px;shape-rendering:crispEdges}.height-focus.circle{stroke:#fff;stroke-width:1px}.mouse-height-box-text{font-size:12px}.grid .tick{pointer-events:none}.grid .tick line{stroke:#eee;stroke-width:1px;shape-rendering:crispEdges}.grid path{stroke-width:0;pointer-events:none}.tspan{font-weight:bold}.select-symbol{cursor:pointer}.select-info{cursor:default}.lineSelection{cursor:move}.leaflet-container{background:none}.leaflet-popup .leaflet-popup-content-wrapper{border-radius:5px;padding:0}.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{margin:0;padding:1rem;box-sizing:border-box}.leaflet-control.spot-control,.leaflet-control.heightgraph .heightgraph-toggle{width:44px;height:44px;text-align:center;box-shadow:none}.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .fa,.leaflet-control.spot-control .control-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .fa,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .leaflet-control.spot-control .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .control-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph.leaflet-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-close-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .heightgraph-toggle-icon,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-prev,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control a.lb-next,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-close,.leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .leaflet-control.spot-control .lb-cancel,.leaflet-control.spot-control .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .leaflet-control.spot-control .lightbox .lb-cancel,.lightbox .leaflet-control.spot-control .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-prev,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav .leaflet-control.heightgraph .heightgraph-toggle a.lb-next,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer .leaflet-control.heightgraph .heightgraph-toggle .lb-close,.leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel{width:100%}.legend-text,.tick,.tick text,.focusbox,.height-focus.circle,.height-focus.label,.lineSelection,.horizontalLineText{fill:#333 !important}.axis path,.focusbox rect,.focusLine line,.height-focus.label rect,.height-focus.line,.horizontalLine{stroke:#333 !important}.focusbox rect,.height-focus.label rect{stroke-width:0}.focusLine line,.focusbox rect,.height-focus.label rect{-webkit-filter:drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6));filter:drop-shadow(1px 0px 2px rgba(0, 0, 0, 0.6))}.height-focus.label rect,.focusbox rect{fill:rgba(255,255,255,.6)}.heightgraph.leaflet-control svg.heightgraph-container{background:none;border-radius:0}.heightgraph.leaflet-control svg.heightgraph-container .area{filter:drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.6));-webkit-filter:drop-shadow(1px 0px 0px rgba(0, 0, 0, 0.6))}.heightgraph.leaflet-control .horizontalLine{stroke-width:2px}.heightgraph.leaflet-control .heightgraph-toggle{background:none}.heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon{height:44px;position:static;background:none}.heightgraph.leaflet-control .heightgraph-close-icon{background:none;font-size:20px;line-height:26px;width:26px;text-align:center;display:none}.heightgraph.leaflet-control .heightgraph-close-icon:before{width:26px;height:26px}#projects{overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%}#projects.with-feed #submap{width:calc(100% - min(30vw, 400px + 3 * 1rem))}#projects.with-feed #feed{right:0}#projects.with-feed .leaflet-right{right:min(30vw, 400px + 3 * 1rem)}#projects.with-feed #title{max-width:calc(100vw - max(30vw, 400px + 3 * 1rem) - (44px + 1rem * 2)*2)}#projects.with-settings #submap{width:calc(100% - min(30vw, 400px + 3 * 1rem));left:min(30vw, 400px + 3 * 1rem)}#projects.with-settings #settings{left:0}#projects.with-settings .leaflet-left{left:min(30vw, 400px + 3 * 1rem)}#projects.with-settings #title{max-width:calc(100vw - 1rem * 2 - min(30vw, 400px + 3 * 1rem) - (44px + 1rem * 2) * 2)}#projects.with-feed.with-settings #submap{left:0;width:100%}#projects.with-feed.with-settings #title{max-width:calc(100vw - 1rem * 2 - min(30vw, 400px + 3 * 1rem) * 2 - (44px + 1rem * 2) * 2)}#projects #background{background:#666;position:absolute;left:0;top:0;bottom:0;right:0}#projects #submap{position:absolute;left:0;top:0;bottom:0;width:100%;transition:width .5s,left .5s}#projects #submap .loader{position:absolute;font-size:3em;top:calc(50% - .5em);left:calc(50% - .625em);color:#ccc}#projects #map{position:absolute;left:0;top:0;bottom:0;width:100%}#projects #map .leaflet-popup-content h1{font-size:1.4em;margin:0;font-weight:bold}#projects #map .leaflet-popup-content .separator{border-top:1px solid #ccc;margin:.5rem 0 1rem 0}#projects #map .leaflet-popup-content .info-window h1 .message-type{color:#ccc;font-weight:normal;font-size:.7142857143em;margin-left:.5em;vertical-align:text-bottom}#projects #map .leaflet-popup-content .info-window p{font-size:1em;margin:.5rem 0 0 0}#projects #map .leaflet-popup-content .info-window p a{color:#333}#projects #map .leaflet-popup-content .info-window .medias{line-height:0}#projects #map .leaflet-popup-content .info-window .medias a{display:inline-block;margin:1rem 1rem 0 0}#projects #map .leaflet-popup-content .info-window .medias a:last-child{margin-right:0}#projects #map .leaflet-popup-content .info-window .medias a.drill{font-size:2em}#projects #map .leaflet-popup-content .info-window .medias a.drill .fa-drill-image{color:transparent}#projects #map .leaflet-popup-content .info-window .medias a.drill .fa-drill-video{color:rgba(255,255,255,.5)}#projects #map .leaflet-popup-content .info-window .medias a.drill:hover .fa-drill-video,#projects #map .leaflet-popup-content .info-window .medias a.drill:hover .fa-drill-image{color:rgba(255,255,255,.75)}#projects #map .leaflet-popup-content .info-window .medias a img{width:auto;height:auto;max-width:200px;max-height:100px;border-radius:3px;image-orientation:from-image;transition:All .2s}#projects #map .leaflet-popup-content .track_tooltip p{margin:0}#projects #map .leaflet-popup-content .track_tooltip p.description{font-size:1.15em}#projects #map .leaflet-popup-content .track_tooltip h1,#projects #map .leaflet-popup-content .track_tooltip .description{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#projects #map .leaflet-popup-content .track_tooltip .body{padding-left:calc(1.25em*1.4 + 0.5rem )}#projects #map .leaflet-popup-content .track_tooltip .body .details{margin-top:-1rem}#projects #map .leaflet-popup-content .track_tooltip .body .details p.detail{margin-top:1rem;width:50%;display:inline-block}#projects .leaflet-control{background-color:rgba(255,255,255,.6);font-family:Roboto,Arial,sans-serif;border-radius:3px;border:none;margin:1rem;box-shadow:0 1px 7px rgba(0,0,0,.4)}#projects .leaflet-control+.leaflet-control:not(.leaflet-control-inline){margin-top:0}#projects .leaflet-control+.leaflet-control.leaflet-control-inline{margin-left:0}#projects .leaflet-control.leaflet-control-scale{padding:.5em}#projects .leaflet-control.leaflet-control-scale .leaflet-control-scale-line{background:none}#projects .leaflet-control.leaflet-control-inline{clear:none}#projects .leaflet-right,#projects .leaflet-left{transition:left .5s,right .5s}#projects .leaflet-top.leaflet-left .leaflet-control-layers .leaflet-control-layers-toggle{display:none}#projects #legend .track{white-space:nowrap}#projects #legend .track .line{width:2em;height:4px;display:inline-block;border-radius:2px;vertical-align:middle}#projects #legend .track .line.main{background-color:#00ff78}#projects #legend .track .line.off-track{background-color:blue}#projects #legend .track .line.hitchhiking{background-color:#ff7814}#projects #legend .track .desc{font-size:1em;margin-left:.5em;color:#333}#projects #title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:44px;height:44px;padding:0 1rem;margin-bottom:0}#projects #title span#project_name{font-size:1.3em}#projects a.drill{position:relative;overflow:hidden;text-decoration:none;display:inline-block}#projects a.drill .drill-icon{position:absolute;display:inline-block;top:50%;left:50%;transform:translate(-50%, -50%)}#projects a.drill .drill-icon i{transition:color .3s}#projects .fa-stack .fa-message{font-size:32px;text-shadow:rgba(0,0,0,.5) 3px 3px 3px;color:#6dff58}#projects .fa-stack .fa-message-in{font-size:13px;color:#326526;top:1px}#projects .fa-stack .fa-track-start,#projects .fa-stack .fa-track-end{color:#326526;font-size:14px;top:1px}#projects .fa-stack .fa-track-end{color:#ff7814}#projects #feed,#projects #settings{position:absolute;top:0;bottom:0;overflow:hidden;z-index:999}#projects #feed input,#projects #feed textarea,#projects #settings input,#projects #settings textarea{background-color:#fff;color:#333;outline:none}#projects #feed button,#projects #feed a.button,#projects #settings button,#projects #settings a.button{background-color:#333;color:rgba(255,255,255,.8)}#projects #feed button:hover,#projects #feed button:hover a,#projects #feed button:hover a:visited,#projects #feed a.button:hover,#projects #feed a.button:hover a,#projects #feed a.button:hover a:visited,#projects #settings button:hover,#projects #settings button:hover a,#projects #settings button:hover a:visited,#projects #settings a.button:hover,#projects #settings a.button:hover a,#projects #settings a.button:hover a:visited{background-color:#fff;color:#333}#projects #feed button a,#projects #feed button a:visited,#projects #feed a.button a,#projects #feed a.button a:visited,#projects #settings button a,#projects #settings button a:visited,#projects #settings a.button a,#projects #settings a.button a:visited{background-color:#333;color:rgba(255,255,255,.8);text-decoration:none}#projects #feed button+button,#projects #feed button+a.button,#projects #feed a.button+button,#projects #feed a.button+a.button,#projects #settings button+button,#projects #settings button+a.button,#projects #settings a.button+button,#projects #settings a.button+a.button{margin-left:.5rem}#projects #feed #feed-panel,#projects #feed #settings-panel,#projects #settings #feed-panel,#projects #settings #settings-panel{position:absolute;top:0;bottom:0;left:0}#projects #feed{right:calc(min(30vw, 400px + 3 * 1rem)*-1);transition:right .5s;width:30vw;max-width:calc(400px + 3 * 1rem)}#projects #feed #feed-panel{width:100%;padding-top:1rem}#projects #feed #feed-panel #posts_list{position:relative}#projects #feed #feed-panel #poster.histo-mode .poster,#projects #feed #feed-panel #poster:not(.histo-mode) .archived{display:none}#projects #feed #feed-panel #poster .poster textarea#post{margin-bottom:1em;width:calc(100% - 2em)}#projects #feed #feed-panel #poster .poster input#name{width:calc(100% - 6em)}#projects #feed #feed-panel #poster .poster button#submit{margin-left:1em;margin-bottom:.5em}#projects #feed #feed-panel #poster .archived{background:#eee}#projects #feed #feed-panel .body-box{position:relative;display:flex;flex-direction:column}#projects #feed #feed-panel .post-item{margin-bottom:1rem;background:rgba(255,255,255,.8);color:#333;border-radius:3px;width:calc(100% - 1rem);box-shadow:2px 2px 3px 0px rgba(0,0,0,.5)}#projects #feed #feed-panel .post-item a{color:#333}#projects #feed #feed-panel .post-item a:hover{color:#1a1a1a}#projects #feed #feed-panel .post-item .message{margin:0}#projects #feed #feed-panel .post-item .signature{margin:.5rem 0 0 0;text-align:right;font-style:italic}#projects #feed #feed-panel .post-item .signature img{vertical-align:baseline;margin:0 .2em calc((1em - 24px)/2) 0;position:relative}#projects #feed #feed-panel .post-item .header{padding:0 1rem;position:relative}#projects #feed #feed-panel .post-item .header span{display:inline-block;font-size:.8em;padding:.5rem 0px}#projects #feed #feed-panel .post-item .header span.index{width:25%}#projects #feed #feed-panel .post-item .header span.index .link,#projects #feed #feed-panel .post-item .header span.index .link:visited,#projects #feed #feed-panel .post-item .header span.index .link_copied{margin-left:.5rem;padding:0;line-height:1}#projects #feed #feed-panel .post-item .header span.time{width:75%;text-align:right;font-style:italic}#projects #feed #feed-panel .post-item .body{clear:both;padding:0em 1rem 1rem}#projects #feed #feed-panel .post-item.headerless .header{display:none}#projects #feed #feed-panel .post-item.headerless .body{padding-top:1rem;text-align:center}#projects #feed #feed-panel .post-item.headerless .body p{margin:0}#projects #feed #feed-panel .post-item.headerless .body p .fa,#projects #feed #feed-panel .post-item.headerless .body p .control-icon,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.headerless .body p a.lb-prev,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.headerless .body p a.lb-next,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed #feed-panel .post-item.headerless .body p .lb-close,#projects #feed #feed-panel .post-item.headerless .body p .lightbox .lb-cancel,.lightbox #projects #feed #feed-panel .post-item.headerless .body p .lb-cancel,#projects #feed #feed-panel .post-item.headerless .body p .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed #feed-panel .post-item.headerless .body p .heightgraph-toggle-icon,#projects #feed #feed-panel .post-item.headerless .body p .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control #projects #feed #feed-panel .post-item.headerless .body p .heightgraph-close-icon{display:inline-block;font-size:2em;margin:.5rem 0}#projects #feed #feed-panel .post-item.message{background:#6dff58;color:#326526}#projects #feed #feed-panel .post-item.message p{font-size:.9em;margin:0 0 .5rem 0;display:inline-block;width:100%}#projects #feed #feed-panel .post-item.message a{color:#326526}#projects #feed #feed-panel .post-item.message a:hover{color:#204018}#projects #feed #feed-panel .post-item.message a.drill{line-height:0}#projects #feed #feed-panel .post-item.message a.drill .drill-icon{transform:translate(-16px, -32px)}#projects #feed #feed-panel .post-item.message a.drill .drill-icon .fa-message-in{top:-1px;left:-1px}#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message{top:13px;left:3px}#projects #feed #feed-panel .post-item.message a.drill:hover .fa-message-in{display:none}#projects #feed #feed-panel .post-item.message .weather{position:absolute;top:1rem;right:1rem}#projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.message .weather a.lb-prev,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next,.lightbox .lb-outerContainer .lb-container .lb-nav #projects #feed #feed-panel .post-item.message .weather a.lb-next,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close,.lightbox .lb-dataContainer .lb-data .lb-closeContainer #projects #feed #feed-panel .post-item.message .weather .lb-close,#projects #feed #feed-panel .post-item.message .weather .lightbox .lb-cancel,.lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .fa,.leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .control-icon,.leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.spot-control .lightbox .lb-cancel,.leaflet-control.spot-control .lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .lightbox .leaflet-control.spot-control .lb-cancel,.lightbox .leaflet-control.spot-control #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .fa,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .fa,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .control-icon,.leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .control-icon,#projects #feed #feed-panel .post-item.message .weather .leaflet-control.heightgraph .heightgraph-toggle .lightbox .lb-cancel,.leaflet-control.heightgraph .heightgraph-toggle .lightbox #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .lightbox .leaflet-control.heightgraph .heightgraph-toggle .lb-cancel,.lightbox .leaflet-control.heightgraph .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .lb-cancel,#projects #feed #feed-panel .post-item.message .weather .heightgraph.leaflet-control .heightgraph-toggle .heightgraph-toggle-icon,.heightgraph.leaflet-control .heightgraph-toggle #projects #feed #feed-panel .post-item.message .weather .heightgraph-toggle-icon,#projects #feed #feed-panel .post-item.message .weather .heightgraph.leaflet-control .heightgraph-close-icon,.heightgraph.leaflet-control #projects #feed #feed-panel .post-item.message .weather .heightgraph-close-icon{font-size:1.3em;vertical-align:middle;line-height:1rem;background:#326526;color:#6dff58;border-radius:3px 0 0 3px;padding:.5rem}#projects #feed #feed-panel .post-item.message .weather span{vertical-align:middle;padding:.5rem;background:#6dff58;color:#326526;border-radius:0 3px 3px 0}#projects #feed #feed-panel .post-item.message .staticmap{width:100%;border-radius:3px}#projects #feed #feed-panel .post-item.post .body{padding:0em 1em .5em}#projects #feed #feed-panel .post-item.media{background:rgba(255,255,255,.8);color:#333}#projects #feed #feed-panel .post-item.media .body a{display:inline-block;width:100%;margin:0;color:#333;position:relative;line-height:0}#projects #feed #feed-panel .post-item.media .body a.drill:hover .drill-icon .fa-drill-image,#projects #feed #feed-panel .post-item.media .body a.drill:hover .drill-icon .fa-drill-video{color:rgba(255,255,255,.75)}#projects #feed #feed-panel .post-item.media .body a.drill:hover .comment{opacity:0}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon{font-size:3em}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon .fa-drill-image{color:transparent}#projects #feed #feed-panel .post-item.media .body a.drill .drill-icon .fa-drill-video{color:rgba(255,255,255,.5)}#projects #feed #feed-panel .post-item.media .body a img{width:100%;height:auto;image-orientation:from-image;outline:none;border-radius:3px}#projects #feed #feed-panel .post-item.media .body a .comment{position:absolute;left:0;bottom:0;width:100%;line-height:normal;box-sizing:border-box;margin:0;padding:.5em;text-align:justify;background:rgba(255,255,255,.6);border-radius:0 0 3px 3px;transition:opacity .3s;opacity:1}#projects #settings{left:calc(min(30vw + 3px, 400px + 3 * 1rem + 3px)*-1);transition:left .5s;width:calc(30vw + 3px);max-width:calc(400px + 3 * 1rem + 3px)}#projects #settings #settings-panel{width:calc(100% - 1rem - 3px);margin:1rem;border-radius:3px;box-shadow:2px 2px 3px 0px rgba(0,0,0,.5);color:#333;background:rgba(255,255,255,.8);display:flex;flex-direction:column;flex-wrap:nowrap}#projects #settings #settings-panel .settings-header{text-align:center;flex:0 1 auto}#projects #settings #settings-panel .settings-header .logo{background:rgba(255,255,255,.4);padding:2rem 1rem;border-radius:3px 3px 0 0}#projects #settings #settings-panel .settings-header .logo img{width:100%;height:auto;max-width:180px;transform:translateX(-10%)}#projects #settings #settings-panel .settings-header #last_update{position:absolute;margin-top:-2em;padding:0 1rem;width:calc(100% - 2rem)}#projects #settings #settings-panel .settings-header #last_update p{text-align:center;font-size:.8em;margin:0;color:#999;transform:translateX(calc(-0.5 * (12px + 0.5em)))}#projects #settings #settings-panel .settings-header #last_update p span{margin-right:.5em}#projects #settings #settings-panel .settings-header #last_update p span img{width:12px;vertical-align:middle;animation:spotlogo 20s infinite}#projects #settings #settings-panel .settings-header #last_update p abbr{text-decoration:none;vertical-align:middle}#projects #settings #settings-panel .settings-footer{flex:0 1 auto;background:rgba(255,255,255,.4);border-radius:0 0 3px 3px;font-size:.7em;padding:.3rem;text-align:center;color:#888}#projects #settings #settings-panel .settings-footer a{color:#777;text-decoration:none}#projects #settings #settings-panel .settings-sections{flex:1 1 auto;overflow:auto}#projects #settings #settings-panel .settings-sections #settings-sections-scrollbox{height:100%;width:100%}#projects #settings #settings-panel .settings-sections .settings-section{display:inline-block;margin:1.5rem 1rem 0 1rem;width:calc(100% - 2 * 1rem)}#projects #settings #settings-panel .settings-sections .settings-section:last-child{margin-bottom:1.5rem}#projects #settings #settings-panel .settings-sections .settings-section h1{margin:0 0 1rem;color:#333;font-size:1.5em}#projects #settings #settings-panel .settings-sections .settings-section label{margin-bottom:.3em;display:block}#projects #settings #settings-panel .settings-sections .settings-section label>div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}#projects #settings #settings-panel .settings-sections .settings-section.newsletter input#email{width:calc(100% - 6em)}#projects #settings #settings-panel .settings-sections .settings-section.newsletter input#email:disabled{color:#999;background:rgba(255,255,255,.2)}#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn{margin-left:1em;margin-bottom:1em}#projects #settings #settings-panel .settings-sections .settings-section.newsletter button#nl_btn.loading{background-color:#326526;color:#fff}#projects #settings #settings-panel .settings-sections .settings-section #settings-projects a.fa-download{color:#333}#projects #settings #settings-panel .settings-sections .settings-section #settings-projects a.fa-download:hover{color:#0078a8}#elems{display:none}#upload{padding:1em}#upload .bar{height:18px;background:green}#upload .comment{margin-top:1em}#upload .comment .thumb{width:30%;max-width:100px}#upload .comment form{display:inline-block;width:calc(70% - 1em);min-width:calc(100% - 100px - 1em);margin-left:1em;vertical-align:top}#upload .comment form .content{width:100%;box-sizing:border-box;padding:.5em;border:1px solid #333}#upload .comment form .save{margin-top:1em;padding:.5em}#admin{margin:1em}#admin table{margin-bottom:1em;border-collapse:collapse}#admin table tr th{background:#aaa;color:#fff;padding:.2rem .5rem}#admin table tr td{background:#eee;text-align:center;padding:.2rem .5rem}#admin table tr td input[type=number]{width:50px}#admin table tr td input[name=ref_feed_id]{width:300px}#admin table tr td button{color:#aaa;background:none}#admin table tr td button:hover{color:#666}@media only screen and (max-width: 800px){.desktop{display:none !important}#projects #feed,#projects #settings{width:calc(100vw - 44px - 2 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem)}#projects #feed{right:calc((100vw - 44px - 2 * 1rem)*-1)}#projects #settings{left:calc((100vw - 44px - 2 * 1rem)*-1)}#projects #title{width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);text-align:center}#projects .leaflet-right,#projects .leaflet-left{width:100%}#projects.with-feed #submap,#projects.with-settings #submap{width:100%}#projects.with-feed .leaflet-control-container .leaflet-top.leaflet-right,#projects.with-settings .leaflet-control-container .leaflet-top.leaflet-right{display:none}#projects.with-feed #title,#projects.with-settings #title{width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem);max-width:calc(100vw - 44px - 2 * 1rem - 44px - 4 * 1rem)}#projects.with-feed .leaflet-right{right:calc(100vw - 44px - 2 * 1rem)}#projects.with-feed .leaflet-left{left:calc((100vw - 44px - 2 * 1rem)*-1)}#projects.with-settings .leaflet-right{right:calc((100vw - 44px - 2 * 1rem)*-1)}#projects.with-settings .leaflet-left{left:calc(100vw - 44px - 2 * 1rem)}#projects .leaflet-control-container .leaflet-top.leaflet-left{display:none}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{height:100%;width:100%}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::before{left:1em}.lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::before{right:1em}}@media only screen and (min-width: 801px){.mobile{display:none !important}}/*# sourceMappingURL=spot.css.map */ diff --git a/style/spot.css.map b/style/spot.css.map index e7ab8fb..d7b4001 100644 --- a/style/spot.css.map +++ b/style/spot.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["_fonts.scss","_common.scss","fa/solid.scss","fa/_variables.scss","fa/_core.scss","fa/_larger.scss","fa/_fixed-width.scss","fa/_list.scss","fa/_bordered-pulled.scss","fa/_animated.scss","fa/_rotated-flipped.scss","fa/_mixins.scss","fa/_stacked.scss","_fa.scss","lightbox/_lightbox.scss","_lightbox.scss","_simplebar.scss","leaflet/_leaflet.scss","leaflet/_leaflet_heightgraph.scss","_leaflet.scss","_mask_project.scss","_mask_upload.scss","_mask_admin.scss","_mobile.scss"],"names":[],"mappings":"CAGA,WACC,qBACA,kBACA,gBACA,kBACA,8FACA,iFAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,yDAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,2GAGC,WACD,qBACA,kBACA,gBACA,kBACA,0DACA,yJAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,iFAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,yDAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,2GAGC,WACD,qBACA,kBACA,gBACA,kBACA,8DACA,yJC1GD,0BACE,iBAEF,uBACE,iBAEF,sBACE,iBAEF,qBACE,iBAEF,kBACE,iBAWF,6IAPC,kBAQoB,8BAPpB,eAOoB,8BANpB,cAMoB,8BALpB,aAKoB,8BAJpB,UAIoB,8BAsBrB,oBACI,GACI,mBAEJ,MACI,qBAEJ,KACI,mBACA,uBAEJ,GACI,yBAEJ,KACI,0BAMR,QACC,6BAGD,2BACC,uBAGD,oCACC,eACA,gCACA,SAGD,SACC,YAGD,SACC,qBACA,qBAGD,gBACC,eACA,iBACA,WACA,gBAEA,4BACC,WACA,gBAIF,+BACC,YACA,iBACA,kBAGD,GACC,cACA,iBACA,kBAMA,YACC,iBACA,kBACC,UAED,oBACC,aAED,oBACC,YC3HH,WACE,iCACA,kBACA,gBACA,aCLqB,MDMrB,qCACA,2RAOF,wgEAEE,iCACA,gBEnBF,4hEAME,kCACA,mCACA,qBACA,kBACA,oBACA,oBACA,cCXF,yEACE,yBACA,kBACA,yBAGF,OACE,gBAGF,OACE,iBAIA,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,QACE,eClBJ,yEACE,kBACA,MHOqB,OIRvB,OACE,qBACA,kBACA,eAEA,4BAGF,OACE,UACA,kBACA,kBACA,MJLqB,IIMrB,oBCbF,WACE,wBACA,mBACA,yBAGF,yBACA,2BAOE,gkCACA,mlCCfF,SACE,qCAGF,UACE,uCAGF,mBACE,GACE,uBAGF,KACE,0BCdJ,cCWE,sEACA,wBDXF,eCUE,sEACA,yBDVF,eCSE,sEACA,yBDRF,oBCYE,gFACA,uBDZF,kBCWE,gFACA,uBDXF,mDCUE,gFACA,wBDLA,oIAME,YElBJ,UACE,qBACA,WACA,gBACA,kBACA,sBACA,YAGF,0BAEE,OACA,kBACA,kBACA,WAGF,aACE,oBAGF,aACE,cAGF,YACE,MTpBqB,KUQtB,s2BACC,mBAED,s7BACC,kBAIF,klFACC,eACA,kBACA,iBACA,qBACA,WACA,gBACA,uCAGA,q5DACC,WAGD,grEACC,cACA,WACA,YAKF,8zDACA,6BACA,+BACA,+BACA,2BACA,+BACA,+BACA,0DACA,s7CACiC,YACjC,k0CACA,sGAGA,2BACA,uCACA,kCACA,yCACA,mCACA,iCACA,8BACA,mHACA,gCACA,iCACA,iCACA,gCAGA,kCACA,+BACA,u3EACA,+BACA,6BACA,8BACA,8BAGA,suDACA,6BACA,6BACA,6BACA,+BACA,kCACA,4BACA,8BACA,mCACA,mCACA,qHACA,8BACA,kCACA,kCACA,4BACA,mCAIA,8BACA,wxEAGA,gCAGA,mCACA,iCACA,mCACA,8BACA,2BACA,4BACA,yCACA,2CACA,6CACA,+CACA,iCACA,4BACA,mCACA,qCACA,6BACA,wCACA,0CACA,4BACA,oCACA,2CACA,6CACA,+BACA,4BCpIA,0BACE,gBAGF,iBACE,kBACA,MACA,OACA,aACA,sBACA,2DACA,WACA,aAGF,UACE,kBACA,OACA,WACA,cACA,kBACA,cACA,mBACA,aAGF,oBACE,cACA,YACA,kBACA,gBACA,kBAGA,sBAGF,gBACE,YAGF,mBACE,kBACA,QACA,YACA,aACA,cACA,kBAIA,sBAGF,yBACE,WACA,cACA,WAGF,WACE,kBACA,QACA,OACA,WACA,WACA,kBACA,cAGF,WACE,cACA,WACA,YACA,cACA,gDAGF,QACE,kBACA,MACA,OACA,YACA,WACA,WAGF,mBACE,OAGF,UACE,aACA,2GAGF,kBACE,YACA,eACA,cAGF,kBACE,UACA,OACA,WACA,sDACA,0DACA,UACA,+BACA,4BACA,0BACA,uBAGF,wBACE,4DACA,UAGF,kBACE,UACA,QACA,YACA,uDACA,0DACA,UACA,+BACA,4BACA,0BACA,uBAGF,wBACE,4DACA,UAGF,kBACE,cACA,gBACA,QACA,WACA,8BACA,+BAGF,wBACE,WACA,cACA,WAGF,SACE,cACA,WAGF,qBACE,UACA,WACA,gBACA,kBAGF,qBACE,eACA,iBACA,gBAGF,uBACE,WAGF,oBACE,cACA,WACA,mBACA,eACA,WAGF,mBACE,cACA,YACA,WACA,YACA,wDACA,iBACA,aACA,2DACA,WACA,+BACA,4BACA,0BACA,uBAGF,yBACE,eACA,4DACA,UCjMF,iBACC,SACA,QACA,aAGD,UACC,aACA,mBACA,uBACA,WACA,YACA,gBAEA,mBACC,sBAEA,qCACC,WACA,YAEA,8CACC,mBAEA,0DACC,2BAGC,uFACC,kBACA,2BACA,gBAEA,+FACC,cdCP,uBACA,gBACA,mBcKI,2EACC,iBAML,qBACC,mBAEA,uCACC,YACA,YAEA,gDACC,sBAEA,iEACC,cACA,eACA,yBAGC,0+0CACC,2BAGD,uFACC,qBACA,0CACA,mBAKH,6EACC,yBACA,WAQJ,6BACC,SACA,gBACA,sCAEA,2CACC,gBAEA,oDACC,YAGD,kDACC,gBAGD,qDACC,6BACA,gBACA,YACA,iBACA,iBACA,WAEA,UACC,2FAKF,qDACC,uBAED,gEACC,UACA,0BAKA,kIACC,kBACA,MACA,YACA,UACA,0CAEA,4JACC,QAGD,oUACC,4DACA,UAIF,0HACC,WACA,qBACA,uCACA,YACA,aACA,kBACA,QACA,2BAEA,+BACA,4BACA,0BACA,uBAEA,wIACC,kBACA,QACA,2BAIF,6DA5KH,gBACA,cA6KI,OAGD,6DAjLH,gBACA,cAkLI,QAOJ,4BACC,SACA,UACA,cACA,gBAEA,qCACC,gBACA,4BACA,aAEA,iDACC,WAEA,kEACC,eAEA,8EACC,aAKH,kEAjNF,gBACA,cAoNG,YACA,yBACA,gBACA,WAKH,qBA7NA,gBACA,cA+NC,WACA,qBCpOF,iBACE,kBACA,sBACA,eACA,2BACA,yBACA,uBAGF,mBACE,gBACA,cACA,eACA,kBACA,mBAGF,gBACE,kBACA,kBACA,gBACA,UACA,SACA,OACA,MACA,SACA,QACA,sBACA,uBACA,UAGF,kBACE,6BACA,8BACA,uBACA,kBACA,MACA,OACA,SACA,QACA,UACA,SACA,iCAGF,2BACE,kBACA,iCACA,kBACA,cACA,YACA,WACA,eACA,gBACA,qBACA,wBAGF,2FAEE,QACA,SAGF,mDAEE,YACA,cAGF,uBACE,gBACA,eACA,WACA,oBAGF,wCACE,8BACA,YACA,WACA,cACA,kBACA,WACA,eACA,gBACA,WACA,UACA,SACA,oBACA,kBACA,cACA,aAGF,gCACE,mBACA,cACA,UACA,kBACA,MACA,OACA,aACA,YACA,eACA,cACA,gBACA,oBACA,WAGF,iBACE,UACA,kBACA,QACA,SACA,oBACA,gBAGF,uDACE,oBACA,iBACA,yBAGF,qDACE,mBAGF,qBACE,kBACA,OACA,QACA,gBAGF,4BACE,kBACA,WACA,gBACA,kBACA,SACA,UACA,UACA,8BAGF,8CAEE,WACA,6BAGF,oCACE,MACA,WAGF,gEACE,QACA,WAGF,sCACE,OACA,YAGF,kEACE,YACA,SACA,UAGF,2DACE,WACA,OACA,QACA,WACA,aACA,eACA,WAIF,mEACE,WACA,OAGF,yBACE,cACA,eACA,UACA,kBACA,aACA,YACA,kBACA,kBAGF,0BACE,eACA,OACA,kBACA,kBACA,qBACA,wBC/MF,6LAUC,kBACA,OACA,MAED,mBACC,gBAED,0DAGC,yBACG,sBACK,iBACN,uBAGH,yBACC,uBAGD,8BACC,0CAGD,wCACC,aACA,cACA,6BAED,4CAEC,cAID,6CACC,0BACA,2BAED,8MAKC,0BACA,2BACA,WACA,UAGD,sCACC,6BACA,yBAED,sCACC,4BAEA,kBACA,wBAED,yDACC,sBACA,kBAED,mBACC,wCAED,qBACC,gDAED,cACC,eACA,kBAED,qBACC,mBAED,kBACC,QACA,SACA,2BACK,sBACL,YAGD,0BACC,sBAGD,0BAEA,+BACA,kCACA,iCACA,iCACA,kCACA,gCAEA,qCACA,kCAEA,mBACC,UACA,WAED,MACC,2BACA,qBACA,kBAMD,iBACC,kBACA,YACA,8BACA,oBAED,6BAEC,kBACA,aACA,oBAED,aACC,MAED,eACC,QAED,gBACC,SAED,cACC,OAED,iBACC,WACA,WAED,gCACC,YAED,8BACC,gBAED,iCACC,mBAED,+BACC,iBAED,gCACC,kBAMD,kCACC,UACA,sCACG,mCACK,8BAET,oDACC,UAED,uBACC,6BACI,yBACI,qBAET,0BACC,sBAGD,0CACC,sEACG,gEACK,sDAET,iEAEC,wBACG,qBACK,gBAGT,sCACC,kBAMD,qBACC,eAED,cACC,oBACA,iBACA,YAED,2DAEC,iBAED,qCAEC,YAED,iIAGC,YACA,wBACA,qBACA,gBAID,gHAKC,oBAGD,8KAIC,8BACA,oBAKD,mBACC,gBACA,mBAED,qBACC,cAED,kBACC,uBACA,gCAKD,mBACC,wDACA,eACA,iBACA,gBAMD,aACC,qCACA,kBAED,eACC,sBACA,6BACA,WACA,YACA,iBACA,cACA,kBACA,qBACA,WAED,8CAEC,4BACA,4BACA,cAED,0CAEC,yBAED,2BACC,2BACA,4BAED,0BACC,8BACA,+BACA,mBAED,gCACC,eACA,yBACA,WAGD,8BACC,WACA,YACA,iBAED,0CACC,2BACA,4BAED,yCACC,8BACA,+BAKD,mDAEC,iDACA,gBAGD,iFACC,eAMD,wBACC,oCACA,gBACA,kBAED,+BACC,wCACA,WACA,YAED,+CACC,2CACA,0BAED,8CACC,WACA,YAED,qHAEC,aAED,8DACC,cACA,kBAED,iCACC,yBACA,WACA,gBAED,kCACC,kBACA,kBACA,kBAED,iCACC,eACA,kBACA,QAED,8BACC,cACA,eACA,oBAED,kCACC,SACA,0BACA,0BAID,2BACC,6CAMD,gDACC,gBACA,gCACA,SAED,yDAEC,cACA,WACA,gBAED,+BACC,qBAED,0EAEC,0BAED,iCACC,0BAED,qCACC,gBAED,uCACC,kBAED,4BACC,sBACA,gBACA,gBACA,oBACA,mBACA,gBACA,2BACK,sBAEL,gBACA,gCAED,8CACC,0BACA,mBACA,gBAED,+DACC,6BAGD,+GAGC,gBAED,mEAEC,gCACA,4BAMD,eACC,kBACA,kBACA,mBAED,+BACC,YACA,gBACA,mBAED,uBACC,2BACA,gBACA,eACA,oBACA,eAED,yBACC,cACA,eAED,6BACC,WACA,YACA,kBACA,SACA,gBACA,kBACA,gBACA,oBAED,mBACC,WACA,YACA,YAEA,oBACA,oBAEA,gCACG,6BACC,4BACI,wBAET,kDAEC,gBACA,WACA,qCAED,gDACC,kBACA,MACA,QACA,YACA,kBACA,WACA,YACA,yCACA,cACA,qBACA,uBAED,4GAEC,cAED,wBACC,cACA,6BACA,0BAGD,8CACC,WAED,kCACC,WACA,cAEA,uHACA,iHAGD,4JAIC,sBAMD,kBACC,gBACA,sBAMD,iBACC,kBACA,YACA,sBACA,sBACA,kBACA,WACA,mBACA,yBACA,sBACA,qBACA,iBACA,oBACA,oCAED,qCACC,eACA,oBAED,sHAIC,kBACA,oBACA,6BACA,uBACA,WAKD,wBACC,eAED,qBACC,gBAED,2DAEC,SACA,iBAED,4BACC,SACA,oBACA,sBAED,+BACC,MACA,iBACA,iBACA,yBAED,sBACC,iBAED,uBACC,gBAED,2DAEC,QACA,gBAED,6BACC,QACA,mBACA,uBAED,8BACC,OACA,kBACA,wBAKD,aAEC,iBACC,iCACA,oBC9oBF,uBACI,sCACA,mBACA,aACA,eACA,iBAGJ,oBACI,eACA,oCACA,kBACA,WACA,YACA,mBACA,cAGJ,yBACI,2DACA,0BACA,WACA,YACA,kBAGJ,wBACI,uDACA,0BACA,WACA,YACA,kBACA,QACA,aACA,eAGJ,YACI,UAGJ,cACI,eAGJ,aACI,UACA,eACA,eAGJ,iBACI,UACA,oBAGJ,iBACI,kBACA,oBAGJ,WACI,YACA,UACA,iBACA,2BACA,oBAGJ,UACI,aACA,eACA,UACA,oBAGJ,eACI,0BACA,iBACA,YACA,oBAGJ,eACI,eAGJ,gBACI,iBACA,eACA,aACA,eACA,2BAGJ,yBACI,0BACA,iBACA,YACA,oBACA,2BAGJ,mBACI,eACA,iBACA,2BAGJ,qBACI,YACA,iBAGJ,uBACI,eAGJ,YACI,oBAGJ,iBACI,YACA,iBACA,2BAGJ,WACI,eACA,oBAGJ,OACI,iBAGJ,eACI,eAGJ,aACI,eAGJ,eACI,YCnIJ,mBACC,gBAIA,8CACC,kBACA,UAEA,qEACC,SACA,aACA,sBAKH,+EACC,eACA,WACA,YACA,kBACA,gBAEA,kg/BAEC,WAMF,oHACI,qBAGJ,sGACI,uBAGJ,wCACC,eAGD,wDACC,2DACA,mDAGD,wCACC,0BAIA,uDACC,gBACA,gBAEA,6DlBlCD,mDACA,2DkBsCA,6CACC,iBAGD,iDACC,gBAEA,0EAGC,YACA,gBACA,gBAIF,qDAGC,gBACA,eACA,iBACA,WACA,kBACA,aAEA,4DACC,WACA,YC5EH,UACC,gBACA,kBACA,MACA,OACA,WACA,YAIC,4BACC,+CAGD,0BACC,QAGD,mCACC,kCASD,2BACC,0EAKD,gCACC,+CACA,iCAGD,kCACC,OAGD,sCACC,iCASD,+BACC,uFAKD,0CACC,OACA,WAGD,yCACC,2FAIF,sBACC,gBACA,kBACA,OACA,MACA,SACA,QAGD,kBACC,kBACA,OACA,MACA,SACA,WACA,8BAEA,0BACC,kBACA,cACA,qBACA,wBACA,WAIF,eACC,kBACA,OACA,MACA,SACA,WAKC,yCACC,gBACA,SACA,iBAGD,iDACC,0BACA,sBAKA,oEACC,WACA,mBACA,wBACA,iBACA,2BAGD,qDACC,cACA,mBAEA,uDACC,MAtJU,KA0JZ,2DACC,cAEA,6DACC,qBAEA,qBACA,wEACC,eAGD,mEACC,cAEA,mFACC,kBAED,mFACC,2BAIA,kLACC,4BAKH,iEACC,WACA,YACA,gBACA,iBACA,cAnMQ,IAoMR,6BACA,mBAQH,uDACC,SAEA,mEACC,iBAIF,0HnB5KH,uBACA,gBACA,mBmB6KG,2DACC,wCAEA,oEACC,iBAEA,6EACC,WAhOS,KAiOT,UACA,qBASN,2BACC,sCACA,oCACA,cA7Oa,IA8Ob,YACA,OAhPc,KAiPd,oCAEA,yEACC,aAED,mEACC,cAGD,iDACC,aAEA,6EACC,gBAIF,kDACC,WAKF,iDACC,8BAID,2FACC,aAIA,yBACC,mBACA,+BACC,UACA,WACA,qBACA,kBACA,sBAEA,oCACC,iBArQc,QAuQf,yCACC,iBAvQmB,KAyQpB,2CACC,iBAzQqB,QA6QvB,+BACC,cACA,iBACA,MAhSY,KAqSf,iBnBpQA,uBACA,gBACA,mBmBoQC,YA3Sa,KA4Sb,OA5Sa,KA6Sb,eACA,gBAEA,mCACC,gBAaF,kBACC,kBACA,gBACA,qBACA,qBAEA,8BACC,kBACA,qBACA,QACA,SACA,gCAEA,gCACC,qBACA,eAMF,gCACC,eACA,uCACA,MA7Ua,QA+Ud,mCACI,eACA,MAnVY,QAoVZ,QAEJ,sEACC,MAvVe,QAwVf,eACA,QAED,kCACC,MA/UuB,QAqVzB,oCACC,kBACA,MACA,SACA,gBACA,YAEA,sGACC,iBA9We,KA+Wf,MA9Wa,KA+Wb,aAGD,wGACC,iBAnXa,KAoXb,MAlXW,qBAoXX,gbACC,iBAxXc,KAyXd,MAxXY,KA2Xb,gQACC,iBA5XY,KA6XZ,MA3XU,qBA4XV,qBAGD,gRACC,YA5YW,MAgZb,gIACC,kBACA,MACA,SACA,OAGF,gBACC,2CACA,qBACA,WACA,iCAEA,4BACC,WACA,YA9Za,KAgab,wCACC,kBAIA,sHACC,aAIA,0DACC,kBACA,uBAGD,uDACC,uBAGD,0DACC,gBACA,mBAIF,8CACC,gBAIF,sCACC,kBACA,aACA,sBAGD,uCACC,cArcY,KAscZ,WA3bU,qBA4bV,MA9bY,KA+bZ,cAvcW,IAwcX,wBACA,0CAEA,yCACC,MApcW,KAqcX,+CACC,MArce,QAycjB,gDACC,SAED,kDACC,mBACA,iBACA,kBAEA,sDACC,wBACA,qCACA,kBAGF,+CACC,eACA,kBAEA,oDACC,qBACA,eACA,eACA,kBAEA,0DACC,UAEA,+MACC,YAhfO,MAifP,UACA,cAIF,yDACC,UACA,iBACA,kBAIH,6CACC,WACA,sBAIA,0DACC,aAED,wDACC,YAtgBU,KAugBV,kBAEA,0DACC,SAEA,89CACC,qBACA,cACA,eAMJ,+CACC,WAxgBW,QAygBX,MA3gBa,QA6gBb,iDACC,eACA,mBACA,qBACA,WAGD,iDACC,MArhBY,QAshBZ,uDACC,MAthBe,QA0hBjB,uDACC,cAEA,mEACC,kCAEA,kFACC,SACA,UAKD,yEAEC,SACA,SAED,4EACC,aAKH,wDACC,kBACA,IAjkBU,KAkkBV,MAlkBU,KAmkBV,eAEA,0qGACC,gBACA,sBACA,iBACA,WA7jBW,QA8jBX,MA5jBS,QA6jBT,0BACA,QA7kBQ,MAglBT,6DACC,sBACA,QAllBQ,MAmlBR,WApkBS,QAqkBT,MAvkBW,QAwkBX,0BAIF,0DACC,WACA,cAzlBS,IA0lBT,eAKD,kDACC,qBAIF,6CACC,WAtlBS,qBAulBT,MAxlBW,KA2lBV,qDACC,qBACA,WACA,SACA,MA/lBS,KAgmBT,kBACA,cAIE,0LACC,4BAED,0EACC,UAIF,uEACC,cAEA,uFACC,kBAED,uFACC,2BAKH,yDACC,WACA,YACA,6BACA,aACA,cA5oBO,IA+oBR,8DACC,kBACA,OACA,SACA,WACA,mBACA,sBACA,SACA,aACA,mBACA,gCACA,0BACA,uBACA,UAQP,oBACC,sDACA,oBACA,uBACA,uCAEA,oCACC,8BACA,OA7qBa,KA8qBb,cA7qBY,IA8qBZ,0CACA,MAvqBa,KAwqBb,gCACA,aACA,sBACA,iBAEA,qDACC,kBACA,cAEA,2DACC,gCACA,kBACA,0BAEA,+DACC,WACA,YACA,gBACA,2BAIF,kEACC,kBACA,gBACA,eACA,wBAEA,oEACC,kBACA,eACA,SACA,MA7rBW,KA8rBX,eACA,kDAEA,yEACC,kBACA,6EACC,WACA,sBACA,gCAIF,yEACC,qBACA,sBAMJ,qDACC,cACA,gCACA,0BACA,eACA,cACA,kBACA,WAEA,uDACC,WACA,qBAIF,uDACC,cACA,cAEA,oFACC,YACA,WAGD,yEACC,qBACA,0BACA,4BAEA,oFACC,qBAGD,4EACC,gBACA,MAhwBU,KAiwBV,gBAGD,+EACC,mBACA,cACA,eAEA,mFnBxuBL,uBACA,gBACA,mBmB4uBK,gGACC,uBAEA,yGACC,WACA,gCAGF,kGACC,gBACA,kBAQA,0GACC,iBA/xBU,QAgyBV,WASF,0GACC,MA7yBS,KA+yBT,gHACC,cAUR,OACC,aCt0BD,QACC,YAEA,aACC,YACA,iBAGD,iBACC,eAEA,wBACC,UACA,gBAED,sBACC,qBACA,sBACA,mCACA,gBACA,mBAEA,+BACC,WACA,sBACA,aACA,sBAGD,4BACC,eACA,aC/BJ,OACC,WAEA,aACC,kBACA,yBAEC,mBACC,gBACA,WACA,oBAED,mBACC,gBACA,kBACA,oBAGC,sCACC,WAED,2CACC,YAIF,0BACC,WACA,gBACA,gCACC,WC9BN,0CAIC,SACC,wBAIA,oCACC,oCACA,wCAGD,gBACC,yCAGD,oBACC,wCAGD,iBACC,sDACA,0DACA,kBAGD,iDACC,WAIA,4DACC,WAGD,wJACC,aAGD,0DACC,sDACA,0DAKD,mCACC,oCAED,kCACC,wCAKD,uCACC,yCAED,sCACC,mCAIF,+DACC,aAKD,0HACC,YACA,WAGD,qEACC,SAGD,qEACC,WAKH,0CACC,QACC","file":"spot.css"} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["_fonts.scss","_common.scss","fa/solid.scss","fa/_variables.scss","fa/_core.scss","fa/_larger.scss","fa/_fixed-width.scss","fa/_list.scss","fa/_bordered-pulled.scss","fa/_animated.scss","fa/_rotated-flipped.scss","fa/_mixins.scss","fa/_stacked.scss","_fa.scss","lightbox/_lightbox.scss","_lightbox.scss","_simplebar.scss","leaflet/_leaflet.scss","leaflet/_leaflet_heightgraph.scss","_leaflet.scss","_mask_project.scss","_mask_upload.scss","_mask_admin.scss","_mobile.scss"],"names":[],"mappings":"CAGA,WACC,qBACA,kBACA,gBACA,kBACA,8FACA,iFAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,yDAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,8FACA,2GAGC,WACD,qBACA,kBACA,gBACA,kBACA,0DACA,yJAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,iFAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,yDAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,0BAGC,WACD,qBACA,kBACA,gBACA,kBACA,kGACA,2GAGC,WACD,qBACA,kBACA,gBACA,kBACA,8DACA,yJC1GD,0BACE,iBAEF,uBACE,iBAEF,sBACE,iBAEF,qBACE,iBAEF,kBACE,iBAWF,6IAPC,kBAQoB,8BAPpB,eAOoB,8BANpB,cAMoB,8BALpB,aAKoB,8BAJpB,UAIoB,8BAsBrB,oBACI,GACI,mBAEJ,MACI,qBAEJ,KACI,mBACA,uBAEJ,GACI,yBAEJ,KACI,0BAMR,QACC,6BAGD,4FACC,eAGD,yLACC,eAGD,2BACC,uBAGD,oCACC,eACA,gCACA,SAGD,SACC,YAGD,SACC,qBACA,qBAGD,gBAEC,iBACA,WACA,gBAEA,4BACC,WACA,gBAIF,+BACC,YACA,iBACA,kBAGD,GACC,cACA,iBACA,kBAMA,YACC,iBACA,kBACC,UAED,oBACC,aAED,oBACC,YCnIH,WACE,iCACA,kBACA,gBACA,aCLqB,MDMrB,qCACA,2RAOF,+7DAEE,iCACA,gBEnBF,m9DAME,kCACA,mCACA,qBACA,kBACA,oBACA,oBACA,cCXF,yEACE,yBACA,kBACA,yBAGF,OACE,gBAGF,OACE,iBAIA,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,OACE,cADF,QACE,eClBJ,yEACE,kBACA,MHOqB,OIRvB,OACE,qBACA,kBACA,eAEA,4BAGF,OACE,UACA,kBACA,kBACA,MJLqB,IIMrB,oBCbF,WACE,wBACA,mBACA,yBAGF,yBACA,2BAOE,ugCACA,yhCCfF,SACE,qCAGF,UACE,uCAGF,mBACE,GACE,uBAGF,KACE,0BCdJ,cCWE,sEACA,wBDXF,eCUE,sEACA,yBDVF,eCSE,sEACA,yBDRF,oBCYE,gFACA,uBDZF,kBCWE,gFACA,uBDXF,mDCUE,gFACA,wBDLA,oIAME,YElBJ,UACE,qBACA,WACA,gBACA,kBACA,sBACA,YAGF,0BAEE,OACA,kBACA,kBACA,WAGF,aACE,oBAGF,aACE,cAGF,YACE,MTpBqB,KUQtB,qzBACC,mBAED,g4BACC,kBAIF,ygFACC,eACA,kBACA,iBACA,qBACA,WACA,gBACA,uCAGA,m2DACC,WAGD,gmEACC,cACA,WACA,YAKF,8zDACA,6BACA,+BACA,+BACA,2BACA,+BACA,+BACA,0DACA,s7CACiC,YACjC,k0CACA,sGAGA,2BACA,uCACA,kCACA,yCACA,mCACA,iCACA,8BACA,mHACA,gCACA,iCACA,iCACA,gCAGA,kCACA,+BACA,u3EACA,+BACA,6BACA,8BACA,8BAGA,suDACA,6BACA,6BACA,6BACA,+BACA,kCACA,4BACA,8BACA,mCACA,mCACA,qHACA,8BACA,kCACA,kCACA,4BACA,mCAIA,8BACA,wxEAGA,gCAGA,mCACA,iCACA,mCACA,8BACA,2BACA,4BACA,yCACA,2CACA,6CACA,+CACA,iCACA,4BACA,mCACA,qCACA,6BACA,wCACA,0CACA,4BACA,oCACA,2CACA,6CACA,+BACA,4BCpIA,0BACE,gBAGF,iBACE,kBACA,MACA,OACA,aACA,sBACA,2DACA,WACA,aAGF,UACE,kBACA,OACA,WACA,cACA,kBACA,cACA,mBACA,aAGF,oBACE,cACA,YACA,kBACA,gBACA,kBAGA,sBAGF,gBACE,YAGF,mBACE,kBACA,QACA,YACA,aACA,cACA,kBAIA,sBAGF,yBACE,WACA,cACA,WAGF,WACE,kBACA,QACA,OACA,WACA,WACA,kBACA,cAGF,WACE,cACA,WACA,YACA,cACA,gDAGF,QACE,kBACA,MACA,OACA,YACA,WACA,WAGF,mBACE,OAGF,UACE,aACA,2GAGF,kBACE,YACA,eACA,cAGF,kBACE,UACA,OACA,WACA,sDACA,0DACA,UACA,+BACA,4BACA,0BACA,uBAGF,wBACE,4DACA,UAGF,kBACE,UACA,QACA,YACA,uDACA,0DACA,UACA,+BACA,4BACA,0BACA,uBAGF,wBACE,4DACA,UAGF,kBACE,cACA,gBACA,QACA,WACA,8BACA,+BAGF,wBACE,WACA,cACA,WAGF,SACE,cACA,WAGF,qBACE,UACA,WACA,gBACA,kBAGF,qBACE,eACA,iBACA,gBAGF,uBACE,WAGF,oBACE,cACA,WACA,mBACA,eACA,WAGF,mBACE,cACA,YACA,WACA,YACA,wDACA,iBACA,aACA,2DACA,WACA,+BACA,4BACA,0BACA,uBAGF,yBACE,eACA,4DACA,UCjMF,iBACC,SACA,QACA,aAGD,UACC,aACA,mBACA,uBACA,WACA,YACA,gBAEA,mBACC,sBAEA,qCACC,WACA,YAEA,8CACC,mBAEA,0DACC,2BAGC,uFACC,kBACA,2BACA,gBAEA,+FACC,cdCP,uBACA,gBACA,mBcKI,2EACC,iBAML,qBACC,mBAEA,uCACC,YACA,YAEA,gDACC,sBAEA,iEACC,cACA,eACA,yBAGC,0+0CACC,2BAGD,uFACC,qBACA,0CACA,mBAKH,6EACC,yBACA,WAQJ,6BACC,SACA,gBACA,sCAEA,2CACC,gBAEA,oDACC,YAGD,kDACC,gBAGD,qDACC,6BACA,gBACA,YACA,iBACA,iBACA,WAEA,UACC,2FAKF,qDACC,uBAED,gEACC,UACA,0BAKA,kIACC,kBACA,MACA,YACA,UACA,0CAEA,4JACC,QAGD,oUACC,4DACA,UAIF,0HACC,WACA,qBACA,uCACA,YACA,aACA,kBACA,QACA,2BAEA,+BACA,4BACA,0BACA,uBAEA,wIACC,kBACA,QACA,2BAIF,6DA5KH,gBACA,cA6KI,OAGD,6DAjLH,gBACA,cAkLI,QAOJ,4BACC,SACA,UACA,cACA,gBAEA,qCACC,gBACA,4BACA,aAEA,iDACC,WAEA,8EACC,aAIF,kEA7MF,gBACA,cAgNG,YACA,yBACA,gBACA,WAKH,qBAzNA,gBACA,cA2NC,WACA,qBChOF,iBACE,kBACA,sBACA,eACA,2BACA,yBACA,uBAGF,mBACE,gBACA,cACA,eACA,kBACA,mBAGF,gBACE,kBACA,kBACA,gBACA,UACA,SACA,OACA,MACA,SACA,QACA,sBACA,uBACA,UAGF,kBACE,6BACA,8BACA,uBACA,kBACA,MACA,OACA,SACA,QACA,UACA,SACA,iCAGF,2BACE,kBACA,iCACA,kBACA,cACA,YACA,WACA,eACA,gBACA,qBACA,wBAGF,2FAEE,QACA,SAGF,mDAEE,YACA,cAGF,uBACE,gBACA,eACA,WACA,oBAGF,wCACE,8BACA,YACA,WACA,cACA,kBACA,WACA,eACA,gBACA,WACA,UACA,SACA,oBACA,kBACA,cACA,aAGF,gCACE,mBACA,cACA,UACA,kBACA,MACA,OACA,aACA,YACA,eACA,cACA,gBACA,oBACA,WAGF,iBACE,UACA,kBACA,QACA,SACA,oBACA,gBAGF,uDACE,oBACA,iBACA,yBAGF,qDACE,mBAGF,qBACE,kBACA,OACA,QACA,gBAGF,4BACE,kBACA,WACA,gBACA,kBACA,SACA,UACA,UACA,8BAGF,8CAEE,WACA,6BAGF,oCACE,MACA,WAGF,gEACE,QACA,WAGF,sCACE,OACA,YAGF,kEACE,YACA,SACA,UAGF,2DACE,WACA,OACA,QACA,WACA,aACA,eACA,WAIF,mEACE,WACA,OAGF,yBACE,cACA,eACA,UACA,kBACA,aACA,YACA,kBACA,kBAGF,0BACE,eACA,OACA,kBACA,kBACA,qBACA,wBC/MF,6LAUC,kBACA,OACA,MAED,mBACC,gBAED,0DAGC,yBACG,sBACK,iBACN,uBAGH,yBACC,uBAGD,8BACC,0CAGD,wCACC,aACA,cACA,6BAED,4CAEC,cAID,6CACC,0BACA,2BAED,8MAKC,0BACA,2BACA,WACA,UAGD,sCACC,6BACA,yBAED,sCACC,4BAEA,kBACA,wBAED,yDACC,sBACA,kBAED,mBACC,wCAED,qBACC,gDAED,cACC,eACA,kBAED,qBACC,mBAED,kBACC,QACA,SACA,2BACK,sBACL,YAGD,0BACC,sBAGD,0BAEA,+BACA,kCACA,iCACA,iCACA,kCACA,gCAEA,qCACA,kCAEA,mBACC,UACA,WAED,MACC,2BACA,qBACA,kBAMD,iBACC,kBACA,YACA,8BACA,oBAED,6BAEC,kBACA,aACA,oBAED,aACC,MAED,eACC,QAED,gBACC,SAED,cACC,OAED,iBACC,WACA,WAED,gCACC,YAED,8BACC,gBAED,iCACC,mBAED,+BACC,iBAED,gCACC,kBAMD,kCACC,UACA,sCACG,mCACK,8BAET,oDACC,UAED,uBACC,6BACI,yBACI,qBAET,0BACC,sBAGD,0CACC,sEACG,gEACK,sDAET,iEAEC,wBACG,qBACK,gBAGT,sCACC,kBAMD,qBACC,eAED,cACC,oBACA,iBACA,YAED,2DAEC,iBAED,qCAEC,YAED,iIAGC,YACA,wBACA,qBACA,gBAID,gHAKC,oBAGD,8KAIC,8BACA,oBAKD,mBACC,gBACA,mBAED,qBACC,cAED,kBACC,uBACA,gCAKD,mBACC,wDACA,eACA,iBACA,gBAMD,aACC,qCACA,kBAED,eACC,sBACA,6BACA,WACA,YACA,iBACA,cACA,kBACA,qBACA,WAED,8CAEC,4BACA,4BACA,cAED,0CAEC,yBAED,2BACC,2BACA,4BAED,0BACC,8BACA,+BACA,mBAED,gCACC,eACA,yBACA,WAGD,8BACC,WACA,YACA,iBAED,0CACC,2BACA,4BAED,yCACC,8BACA,+BAKD,mDAEC,iDACA,gBAGD,iFACC,eAMD,wBACC,oCACA,gBACA,kBAED,+BACC,wCACA,WACA,YAED,+CACC,2CACA,0BAED,8CACC,WACA,YAED,qHAEC,aAED,8DACC,cACA,kBAED,iCACC,yBACA,WACA,gBAED,kCACC,kBACA,kBACA,kBAED,iCACC,eACA,kBACA,QAED,8BACC,cACA,eACA,oBAED,kCACC,SACA,0BACA,0BAID,2BACC,6CAMD,gDACC,gBACA,gCACA,SAED,yDAEC,cACA,WACA,gBAED,+BACC,qBAED,0EAEC,0BAED,iCACC,0BAED,qCACC,gBAED,uCACC,kBAED,4BACC,sBACA,gBACA,gBACA,oBACA,mBACA,gBACA,2BACK,sBAEL,gBACA,gCAED,8CACC,0BACA,mBACA,gBAED,+DACC,6BAGD,+GAGC,gBAED,mEAEC,gCACA,4BAMD,eACC,kBACA,kBACA,mBAED,+BACC,YACA,gBACA,mBAED,uBACC,2BACA,gBACA,eACA,oBACA,eAED,yBACC,cACA,eAED,6BACC,WACA,YACA,kBACA,SACA,gBACA,kBACA,gBACA,oBAED,mBACC,WACA,YACA,YAEA,oBACA,oBAEA,gCACG,6BACC,4BACI,wBAET,kDAEC,gBACA,WACA,qCAED,gDACC,kBACA,MACA,QACA,YACA,kBACA,WACA,YACA,yCACA,cACA,qBACA,uBAED,4GAEC,cAED,wBACC,cACA,6BACA,0BAGD,8CACC,WAED,kCACC,WACA,cAEA,uHACA,iHAGD,4JAIC,sBAMD,kBACC,gBACA,sBAMD,iBACC,kBACA,YACA,sBACA,sBACA,kBACA,WACA,mBACA,yBACA,sBACA,qBACA,iBACA,oBACA,oCAED,qCACC,eACA,oBAED,sHAIC,kBACA,oBACA,6BACA,uBACA,WAKD,wBACC,eAED,qBACC,gBAED,2DAEC,SACA,iBAED,4BACC,SACA,oBACA,sBAED,+BACC,MACA,iBACA,iBACA,yBAED,sBACC,iBAED,uBACC,gBAED,2DAEC,QACA,gBAED,6BACC,QACA,mBACA,uBAED,8BACC,OACA,kBACA,wBAKD,aAEC,iBACC,iCACA,oBC9oBF,uBACI,sCACA,mBACA,aACA,eACA,iBAGJ,oBACI,eACA,oCACA,kBACA,WACA,YACA,mBACA,cAGJ,yBACI,2DACA,0BACA,WACA,YACA,kBAGJ,wBACI,uDACA,0BACA,WACA,YACA,kBACA,QACA,aACA,eAGJ,YACI,UAGJ,cACI,eAGJ,aACI,UACA,eACA,eAGJ,iBACI,UACA,oBAGJ,iBACI,kBACA,oBAGJ,WACI,YACA,UACA,iBACA,2BACA,oBAGJ,UACI,aACA,eACA,UACA,oBAGJ,eACI,0BACA,iBACA,YACA,oBAGJ,eACI,eAGJ,gBACI,iBACA,eACA,aACA,eACA,2BAGJ,yBACI,0BACA,iBACA,YACA,oBACA,2BAGJ,mBACI,eACA,iBACA,2BAGJ,qBACI,YACA,iBAGJ,uBACI,eAGJ,YACI,oBAGJ,iBACI,YACA,iBACA,2BAGJ,WACI,eACA,oBAGJ,OACI,iBAGJ,eACI,eAGJ,aACI,eAGJ,eACI,YCnIJ,mBACC,gBAIA,8CACC,kBACA,UAEA,qEACC,SACA,aACA,sBAKH,+EAEC,WACA,YACA,kBACA,gBAEA,kg/BAEC,WAMF,oHACI,qBAGJ,sGACI,uBAGJ,wCACC,eAGD,wDACC,2DACA,mDAGD,wCACC,0BAIA,uDACC,gBACA,gBAEA,6DlBlCD,mDACA,2DkBsCA,6CACC,iBAGD,iDACC,gBAEA,0EAGC,YACA,gBACA,gBAIF,qDAGC,gBACA,eACA,iBACA,WACA,kBACA,aAEA,4DACC,WACA,YC5EH,UACC,gBACA,kBACA,MACA,OACA,WACA,YAIC,4BACC,+CAGD,0BACC,QAGD,mCACC,kCASD,2BACC,0EAKD,gCACC,+CACA,iCAGD,kCACC,OAGD,sCACC,iCASD,+BACC,uFAKD,0CACC,OACA,WAGD,yCACC,2FAIF,sBACC,gBACA,kBACA,OACA,MACA,SACA,QAGD,kBACC,kBACA,OACA,MACA,SACA,WACA,8BAEA,0BACC,kBACA,cACA,qBACA,wBACA,WAIF,eACC,kBACA,OACA,MACA,SACA,WAKC,yCACC,gBACA,SACA,iBAGD,iDACC,0BACA,sBAKA,oEACC,WACA,mBACA,wBACA,iBACA,2BAGD,qDACC,cACA,mBAEA,uDACC,MAtJU,KA0JZ,2DACC,cAEA,6DACC,qBAEA,qBACA,wEACC,eAGD,mEACC,cAEA,mFACC,kBAED,mFACC,2BAIA,kLACC,4BAKH,iEACC,WACA,YACA,gBACA,iBACA,cAnMQ,IAoMR,6BACA,mBAQH,uDACC,SAEA,mEACC,iBAIF,0HnB5KH,uBACA,gBACA,mBmB6KG,2DACC,wCAEA,oEACC,iBAEA,6EACC,WAhOS,KAiOT,UACA,qBASN,2BACC,sCACA,oCACA,cA7Oa,IA8Ob,YACA,OAhPc,KAiPd,oCAEA,yEACC,aAED,mEACC,cAGD,iDACC,aAEA,6EACC,gBAIF,kDACC,WAKF,iDACC,8BAID,2FACC,aAIA,yBACC,mBACA,+BACC,UACA,WACA,qBACA,kBACA,sBAEA,oCACC,iBArQc,QAuQf,yCACC,iBAvQmB,KAyQpB,2CACC,iBAzQqB,QA6QvB,+BACC,cACA,iBACA,MAhSY,KAqSf,iBnBpQA,uBACA,gBACA,mBmBoQC,YA3Sa,KA4Sb,OA5Sa,KA6Sb,eACA,gBAEA,mCACC,gBAaF,kBACC,kBACA,gBACA,qBACA,qBAEA,8BACC,kBACA,qBACA,QACA,SACA,gCAEA,gCACC,qBAMF,gCACC,eACA,uCACA,MA5Ua,QA8Ud,mCACI,eACA,MAlVY,QAmVZ,QAEJ,sEACC,MAtVe,QAuVf,eACA,QAED,kCACC,MA9UuB,QAoVzB,oCACC,kBACA,MACA,SACA,gBACA,YAEA,sGACC,iBA7We,KA8Wf,MA7Wa,KA8Wb,aAGD,wGACC,iBAlXa,KAmXb,MAjXW,qBAmXX,gbACC,iBAvXc,KAwXd,MAvXY,KA0Xb,gQACC,iBA3XY,KA4XZ,MA1XU,qBA2XV,qBAGD,gRACC,YA3YW,MA+Yb,gIACC,kBACA,MACA,SACA,OAGF,gBACC,2CACA,qBACA,WACA,iCAEA,4BACC,WACA,YA7Za,KA+Zb,wCACC,kBAIA,sHACC,aAIA,0DACC,kBACA,uBAGD,uDACC,uBAGD,0DACC,gBACA,mBAIF,8CACC,gBAIF,sCACC,kBACA,aACA,sBAGD,uCACC,cApcY,KAqcZ,WA1bU,qBA2bV,MA7bY,KA8bZ,cAtcW,IAucX,wBACA,0CAEA,yCACC,MAncW,KAocX,+CACC,MApce,QAwcjB,gDACC,SAED,kDACC,mBACA,iBACA,kBAEA,sDACC,wBACA,qCACA,kBAGF,+CACC,eACA,kBAEA,oDACC,qBACA,eACA,kBAEA,0DACC,UAEA,+MACC,YA9eO,MA+eP,UACA,cAIF,yDACC,UACA,iBACA,kBAIH,6CACC,WACA,sBAIA,0DACC,aAED,wDACC,YApgBU,KAqgBV,kBAEA,0DACC,SAEA,89CACC,qBACA,cACA,eAMJ,+CACC,WAtgBW,QAugBX,MAzgBa,QA2gBb,iDACC,eACA,mBACA,qBACA,WAGD,iDACC,MAnhBY,QAohBZ,uDACC,MAphBe,QAwhBjB,uDACC,cAEA,mEACC,kCAEA,kFACC,SACA,UAKD,yEAEC,SACA,SAED,4EACC,aAKH,wDACC,kBACA,IA/jBU,KAgkBV,MAhkBU,KAkkBV,0qGACC,gBACA,sBACA,iBACA,WA1jBW,QA2jBX,MAzjBS,QA0jBT,0BACA,QA1kBQ,MA6kBT,6DACC,sBACA,QA/kBQ,MAglBR,WAjkBS,QAkkBT,MApkBW,QAqkBX,0BAIF,0DACC,WACA,cAtlBS,IA2lBV,kDACC,qBAIF,6CACC,WAllBS,qBAmlBT,MAplBW,KAulBV,qDACC,qBACA,WACA,SACA,MA3lBS,KA4lBT,kBACA,cAIE,0LACC,4BAED,0EACC,UAIF,uEACC,cAEA,uFACC,kBAED,uFACC,2BAKH,yDACC,WACA,YACA,6BACA,aACA,cAxoBO,IA2oBR,8DACC,kBACA,OACA,SACA,WACA,mBACA,sBACA,SACA,aACA,mBACA,gCACA,0BACA,uBACA,UAQP,oBACC,sDACA,oBACA,uBACA,uCAEA,oCACC,8BACA,OAzqBa,KA0qBb,cAzqBY,IA0qBZ,0CACA,MAnqBa,KAoqBb,gCACA,aACA,sBACA,iBAEA,qDACC,kBACA,cAEA,2DACC,gCACA,kBACA,0BAEA,+DACC,WACA,YACA,gBACA,2BAIF,kEACC,kBACA,gBACA,eACA,wBAEA,oEACC,kBACA,eACA,SACA,MAzrBW,KA0rBX,kDAEA,yEACC,kBACA,6EACC,WACA,sBACA,gCAIF,yEACC,qBACA,sBAMJ,qDACC,cACA,gCACA,0BACA,eACA,cACA,kBACA,WAEA,uDACC,WACA,qBAIF,uDACC,cACA,cAEA,oFACC,YACA,WAGD,yEACC,qBACA,0BACA,4BAEA,oFACC,qBAGD,4EACC,gBACA,MA3vBU,KA4vBV,gBAGD,+EACC,mBACA,cAGA,mFnBnuBL,uBACA,gBACA,mBmBuuBK,gGACC,uBAEA,yGACC,WACA,gCAGF,kGACC,gBACA,kBAQA,0GACC,iBA1xBU,QA2xBV,WASF,0GACC,MAxyBS,KA0yBT,gHACC,cAUR,OACC,aCj0BD,QACC,YAEA,aACC,YACA,iBAGD,iBACC,eAEA,wBACC,UACA,gBAED,sBACC,qBACA,sBACA,mCACA,gBACA,mBAEA,+BACC,WACA,sBACA,aACA,sBAGD,4BACC,eACA,aC/BJ,OACC,WAEA,aACC,kBACA,yBAEC,mBACC,gBACA,WACA,oBAED,mBACC,gBACA,kBACA,oBAGC,sCACC,WAED,2CACC,YAIF,0BACC,WACA,gBACA,gCACC,WC9BN,0CAIC,SACC,wBAIA,oCACC,oCACA,wCAGD,gBACC,yCAGD,oBACC,wCAGD,iBACC,sDACA,0DACA,kBAGD,iDACC,WAIA,4DACC,WAGD,wJACC,aAGD,0DACC,sDACA,0DAKD,mCACC,oCAED,kCACC,wCAKD,uCACC,yCAED,sCACC,mCAIF,+DACC,aAKD,0HACC,YACA,WAGD,qEACC,SAGD,qEACC,WAKH,0CACC,QACC","file":"spot.css"} \ No newline at end of file