.ol-box{box-sizing:border-box;border-radius:2px;border:1.5px solid #b3c5db;background-color:rgba(255,255,255,.4)}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-index:9;box-sizing:border-box;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-viewport canvas{all:unset}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-weight:700;text-decoration:none;font-size:inherit;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em);display:flex;flex-flow:row-reverse;align-items:center}.ol-attribution a{color:rgba(0,60,136,.7);text-decoration:none}.ol-attribution ul{margin:0;padding:1px .5em;color:#000;text-shadow:0 0 2px #fff;font-size:12px}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button{flex-shrink:0}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:2px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */.layer-switcher.shown.ol-control {
    background-color: transparent;
}

.layer-switcher.shown.ol-control:hover {
    background-color: transparent;
}

.layer-switcher {
    position: absolute;
    top: 1.0em;
    right: 0.1em;
    text-align: left;
}

.layer-switcher.shown {
    bottom: 3em;
}

.layer-switcher .panel {
    padding: 0 1em 0 0;
    margin: 0;
    border: 4px solid #eee;
    border-radius: 4px;
    background-color: white;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    width: 400px;
}

.layer-switcher .panel li {
    padding: 2px;
    list-style-type: none;
    clear: both;
}

.layer-switcher .panel li:after {
	display: block;
	content: '';
	clear: both;
}

.layer-switcher .panel li input {
	float: left;
}

.layer-switcher .panel label {
	margin-bottom: 0;
	float: left;
	max-width: 280px;
}

.layer-switcher .panel .group,
.layer-switcher .panel .filter {
    font-size:14px;
}

.layer-switcher .panel .layer {
    font-size:12px;
    font-weight:bold;
}

.layer-switcher .panel .layer.disabled {
	color:gray;
	font-weight:normal;
}

.layer-switcher.shown .panel {
    display: block;
}

.layer-switcher button {
    float: right;
    width: 38px;
    height: 38px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==') /*logo.png*/;
    background-repeat: no-repeat;
    background-position: 2px;
    background-color: white;
    border: none;
}

.layer-switcher.shown button {
    display: none;
}

.layer-switcher button:focus, .layer-switcher button:hover {
    background-color: white;
}

.layer-switcher ul {
    padding-left: 1em;
    list-style: none;
}

.layer-switcher li.group {
    padding-top: 5px;
}

.layer-switcher li.group > label {
    font-weight: bold;
}

.layer-switcher li.layer {
    /*display: table;*/
}

.layer-switcher li.layer label, .layer-switcher li.layer input, .layer-switcher li.layer a {
    /*display: table-cell;*/
    vertical-align: sub;
}

.layer-switcher input {
    margin: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar {
    width: 4px;
}

.layer-switcher.touch ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.layer-switcher.touch ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.layer-switcher div.legend_wrapper {
/*	max-height: 300px;
	overflow: auto;*/
}
.layer-switcher img {
	min-width: auto;
	min-height: auto;
}

.legend_toggle {
	background-image: url('../icons/legendicon.png');
	display: inline-block;
	margin-left: 4px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

div.legend_wrapper {
	display: none;
	clear: both;
}
div.legend_wrapper.show {
	display: block;
}

.box-close-layerswitcher{float:right;clear:both;margin:0 0 0 0;cursor: pointer;}
.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
}
.map:-moz-full-screen {
	height: 100% !important;
	width: 100% !important;
	background-color: white;
}
.map:-webkit-full-screen {
	height: 100% !important;
	width: 100% !important;
	background-color: white;
}

.map:-ms-fullscreen {
	height: 100% !important;
	width: 100% !important;
	background-color: white;
}

.map:fullscreen {
	height: 100% !important;
	width: 100% !important;
	background-color: white;
}
.map {
	position: relative;
}

.layer-switcher {
	top: 0.5em;
	right: auto;
	left: 0.5em;
	top: 5.5em;
}

.ol-full-screen {
	top: 3.0em;
	left: 0.5em;
	right: auto;
	top: 8em;
}
.ol-attribution {
	left: 0.5em;
	right: auto;
}
.ol-dragbox {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(100,150,0,1);
}
.digi-bbox {
	top: 13em;
	left: 0.5em;
}
.digi-bbox.active button {
	border: 1px solid #333;
}
.search-places.shown.ol-control {
    background-color: transparent;
}

.search-places.shown.ol-control:hover {
    background-color: transparent;
}

.search-places {
    position: absolute;
    top: 1.0em;
    right: 0.1em;
    text-align: left;
}

.search-places.shown {
   /* bottom: 3em;*/
}

.search-places .panel {
    padding: 0 1em 0 0;
    margin: 0;
    border: 4px solid #eee;
    border-radius: 4px;
    background-color: white;
    display: none;
    max-height: 100%;
    overflow-y: auto;
    font-family:Arial;
    font-size:14px;
    /*font-weight:bold;*/
    width: 433px;
}

.search-places.shown .panel {
    display: block;
}

.search-places > button {
    float: right;
    width: 38px;
    height: 38px;
    
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABRUlEQVQ4jdWTQUrDQBiF5zS9hXgIbyB4Bpdi3bnyAG5EpNAKhSIEUgSVSqXQptAJaIpELVXTaGpMaBsmyXOTmFSmkwS68a0f37z/n/cT8i91cN/D84IhLcYMUP0MhWGdeQCh2Aj1m6184H4qlO+bGL40cTKooarT5cTBCOfyhhh69DqP3XCMKte89zSBHz/4LYmBWpjPeGzGD9u4aq1IuTnQIpOHble8n5LcxDhyvz/u8727+mdkGaMuZeyGEELjXZqVLOAE0mV+oG+c8r0lRY2WHUBTd8Qjt9r4yhqZkORTsOgIgRUr7ukbGqLqJGMDzGlzjbUP97c2s1XjpiW7qSsJPUxtDYpBoVgGZn8OyPfUfNfSmCYpeGIBKw7dvr3AnW0lqUIPjvsAuV8GIelyF4BmaRlK1w3N199cOhz2cE3L64Hx9APKMe4hFRK1UAAAAABJRU5ErkJggg==') /*lupe.png*/;
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: white; */
    border: none;
}

.search-places.shown > button {
    display: none;
}

.search-places > button:focus, .search-places button:hover {
    /*background-color: white;*/
}

.search-places.touch ::-webkit-scrollbar {
    width: 4px;
}

.search-places.touch ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.search-places.touch ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


/*.city-search{position:absolute;top:195px;left:27px;z-index:10000;}
*/
.city-search-button{width:38px;height:38px;background-image: url("lupe.png");background-repeat: no-repeat;background-position: center center;background-color: #269a3d;border-radius: 4px;cursor: pointer;}
.city-search-button:hover{background-color: #1c712d;}
.box-search{margin-top:-8px; padding:12px;float:left;overflow: hidden;background: #FFF;}
.box-inner-search{width: 400px;margin-top:5px;padding: 10px;border: 1px solid #ccc;height:200px;overflow: auto;border-radius: 4px;}
.box-close-search{float:right;clear:both;margin:0 0 0 0;cursor: pointer;}
.table-search th{font-weight:bold;}
*{box-sizing: border-box;}
form.input-search-form input[type=text] {padding: 8px 8px 7px 8px;font-size: 14px;border: 1px solid #ccc;float: left;width: 88%;background: #FFF;border-bottom-left-radius: 4px;border-top-left-radius: 4px;border-bottom-right-radius: 0;border-top-right-radius: 0;}
form.input-search-form input[type=text]:focus {padding: 8px 8px 7px 8px;border-bottom-left-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-top-right-radius: 0;border-color: #269a3d;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 154, 61, 0.6);outline: 0;}
form.input-search-form button {
	margin:0;
	line-height: unset;
	height: unset;
	float: left;
	width: 12%;
	padding: 5px;
	background: #269a3d;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	border-left: none;
	cursor: pointer;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;}
form.input-search-form button:hover {background: #1c712d;}
form.input-search-form::after {content: "";clear: both;display: table;}
table.table-search td, table.table-search th {
	padding-bottom: 2px;
	padding-top: 1px;
}
table.table-search tr:hover {
	background-color: rgba(230,230,230,0.6);
}
.box-inner-search .seach-err {
    background-color: rgba(255,230,230,0.5);
    padding: 3px 0;
    font-weight: bold;
    margin-top: 0;
}