

.leaflet-popup-content {
    margin:0px;
    line-height: 1.3;
    font-size: 14px;
font-weight:500;
    min-height: 1px;
}



.leaflet-popup-content-wrapper {
padding:0px;
    padding-bottom: 1px;
    text-align: left;
    border-radius: 8px;
}

.Popupbild {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
width:calc(300px - 0px);
height:200px;
float:left;
margin:0px;
margin-bottom:20px;
object-fit: cover;
background-color:#f6f6f6;
background-image:url(Grafik/800-2.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:40px 11px!important;
}

.Popuptext {
	width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 6px;
    margin-bottom: 20px;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    height: auto;
}

.Popuptext .Stjarna {
vertical-align:text-top;
    /* height: 20px; */
    width: 14px;
    height: 22px;
    background-size: 14px auto;

}

#ForstoraKartaKnapp {
 
	
		width: calc(50% - 30px);
    display: inline-block;
    border-radius: var(--border-radius);
  
    font-size: 16px;
    line-height: 46px;
    padding: 0px;
    padding-right: 0px;
    padding-left: 20px;
    font-weight: 500;

     margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all .1s ease-in-out;
    background-image: url(Grafik/Karta.svg?v=2);
    background-size: 19px auto;
    background-position: calc(50% - 25px) center;
    background-repeat: no-repeat;

    
    border: solid 2px #222;

	

    position: relative;
    height: 46px;
	text-align: center;


	
	float:left;
	max-width: 90px;
	/*box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.2);*/
	

}
#ForstoraKartaKnapp:hover {
background-color: #fff;
}

#ForstoraKartaKnapp:hover > span {
/*border:solid 1px #222;*/
}

#ForstoraKartaKnapp span { 
background-color:#fff;
position: absolute;
    top: 50%; 
	left: 50%;
    transform: translate(-50%,-50%);
	border-radius: var(--border-radius-small);
padding-left:25px;
padding-right:25px;
line-height:44px;
cursor:pointer;
border:solid 1px #fff;
 transition: all .2s ease-in-out;
	white-space: nowrap;

}


.ForstoraKartaKnappStang {
    border-radius: var(--border-radius) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    height: 42px !important;
    line-height: 42px !important;
    width: 42px !important;
    position: fixed !important;
    top: 47px !important;
    right: 60px !important;
    font-size: 0px !important;
    color: #fff !important;
    background-image: url(Grafik/Close.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 17px auto !important;
    background-position: center center !important;
    border: solid 1px #fff !important;
    z-index: 9999;
    margin-top: 0px !important;
    transition: all 0.2s ease-in-out !important;


	
}
 
.ForstoraKartaKnappStang label { display:none !important; }


.ForstoraKartaKnappStang:hover {
border:solid 1px #222 !important;
	
}


.map-icon {
width:38px;
height:48px;
	background-size:35px auto;
	background-repeat:no-repeat;
background-position:center bottom;
	background-image:url(Grafik/Map-pin.png?v=21);

}

.map-icon:hover {
z-index:9999 !important;
background-image:url(Grafik/Map-pin-hover.png?v=16) !important;

}

.aktiv-marker {

z-index:9999 !important;
background-size:38px 48px !important;
background-position:center center !important;
background-image:url(Grafik/Map-pin-active.png?v=16);

}

.aktiv-marker:hover {
background-image:url(Grafik/Map-pin-active.png?v=16) !important;
}


	.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
	
	.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}


.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: rgba(0, 0, 0, 0.4);
    }
.map-tooltip {
    position: absolute;
    padding: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 0px solid #000;
    color: #000;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	font-size:13px;
	font-weight:bold;
letter-spacing:0.03em;
}

.leaflet-tooltip-pane {
    margin-top: -25px;
}

.leaflet-top, .leaflet-bottom {
    z-index: 400 !important;
	bottom:30px !important;
right:20px !important;
}


.leaflet-touch .leaflet-bar a {
	width: 38px !important;
	height: 38px !important;
	line-height: 38px !important;
	background-color: #fff;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.14);
	border: 1px solid #B5B5B5 !important;
	border: none !important;

	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.16) !important;
	
	background-clip: padding-box;
}




.Popupbetyg {
width: auto;

    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #29417f;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;

    white-space: nowrap;
	font-size: 16px;
    line-height: 16px;

}

.Popupbetyg b {
width: 100%;
    float: left;
    /* margin-bottom: 4px; */
    
}

.Popupplats {
padding-top:10px;
width:100%;
float:left;
	font-size:15px;
	line-height: 16px;
font-weight:400;
}

.Popuppris {

width:100%;
padding-top:5px;
font-size:15px;
font-weight:400;
margin-bottom:20px;
float:left;
display:none;
}

.Popuppris b { color:#008009; }


#fullScreenInfo { display: none; }


#fullScreenInfo.visible {    
	 position:absolute;
    display: block;
    left: 40px;
    top:100px;
    background-color: #fff;
	border-radius: var(--border-radius-small);

    box-shadow:0 0 15px rgba(0,0,0,0.3);
    z-index: 9999;
    height: auto;
max-width:300px;



} 


a.Popuplank,a.Popuplank:link,a.Popuplank:visited {
width:100%;
float:left;
color:#000;
}

a.Popuplank:hover {
text-decoration:none;

}

.PopupKnapp {

	 cursor: pointer;
    border: solid 0;
    border: none;
    height: 40px;
	 line-height: 40px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0px;
    margin-top: 15px;
    backface-visibility: hidden;

  
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;

    text-rendering: optimizelegibility;

    border-radius: var(--border-radius) !important;

    float: left;

    min-width: 120px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
	
	
	
		background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Lager_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.7 21.2"><defs><style>.cls-1{fill:none;stroke:%23fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px;}</style></defs><line class="cls-1" x1="1" y1="20.2" x2="10.7" y2="10.6"/><line class="cls-1" x1="10.7" y1="10.6" x2="1" y2="1"/></svg>');
	
	
	font-family: "DM Sans", sans-serif;


	background-color: var(--accent);
	border: solid 2px var(--accent);
		transition: all .1s ease-in-out;
	color: #fff;

	    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.PopupKnapp:hover {
    text-decoration:underline;
	/*border:solid 1px #c36d04;*/
	background-color:#fff;
	color: var(--accent);
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Lager_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.7 21.2"><defs><style>.cls-1{fill:none;stroke:%23ab8c6a;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px;}</style></defs><line class="cls-1" x1="1" y1="20.2" x2="10.7" y2="10.6"/><line class="cls-1" x1="10.7" y1="10.6" x2="1" y2="1"/></svg>');
}



.KartaPopup { display:none; }


@media (max-width: 768px) { 

#fullScreenInfo.visible {    
	position: absolute;
    display: block;
    left: 14px;
    right: 14px;
    bottom: 20px;
    border-radius: var(--border-radius-smallest);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    z-index: 9999;
    height: auto;
    min-width: calc(100% - 28px);
    top: auto;
} 


.leaflet-top, .leaflet-right, .leaflet-bottom {
bottom: auto !important;
        right: 8px !important;
        top: 100px;
	

}
	
	


.leaflet-touch .leaflet-bar a {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;

}

.map-tooltip { display:none !important; }

.Popuppris { margin-bottom:10px; }

.PopupKnapp {
margin-left:0px;
margin-right:0px;
width:100%;
margin-bottom:10px;
margin-top:15px;

}
	

.Popupbild {
 width: 100px;
    height: calc(100% - 10px);
    float: none;
    margin: 5px;
    margin-right: 15px;
    object-fit: cover;
    background-color: #f6f6f6;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    bottom: 10px;
    top: 0px;
}

.Popuptext {
width:calc(100% - 134px);
padding-left:0px;
padding-right:15px;
margin-top:15px;
margin-bottom:12px;
display:inline-block;
color:#000;
 line-height: 20px;
    font-size: 16px;
font-weight:700;
height:auto;
float:right;
}
	
	.Popuptext .Stjarna {
   
    height: 20px;
}

.Popupplats	{
	padding-top:7px;
	}
	
.Popupbetyg {
        font-size: 14px;
	line-height: 14px;
        top: 5px;
        left: 5px;
	padding: 8px 9px;
}



.KartaPopup { display:none; }


}

.KartIkonDold { width:40px; background-color:#fff;
border:solid 2px #ccc;
	
	border-radius: var(--border-radius) !important;
}

.KartIkonDold:hover { border:solid 2px #444; }

.KartIkon { width:40px; background-color:#fff;
border:solid 2px #F33;

	border-radius: var(--border-radius) !important;
}

.KartIkon:hover { width:40px; background-color:#fff;
border:solid 2px #222;
	border-radius:var(--border-radius) !important;
}

.KartIkonStor { width:40px; 
	background-color: #222;
border:solid 2px #222;

	border-radius: var(--border-radius) !important;
	color:#FFF;
	

}
 

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}



.show-marker {
  animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; margin-top: -50px;  }
    to   { opacity: 1; margin-top: 0px;  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
   from { opacity: 0; margin-top: -50px; }
    to   { opacity: 1; margin-top: 0px;  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; margin-top: -50px; }
    to   { opacity: 1; margin-top: 0px;  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
   from { opacity: 0; margin-top: -50px; }
    to   { opacity: 1; margin-top: 0px;  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
   from { opacity: 0; margin-top: -50px; }
    to   { opacity: 1; margin-top: 0px;  }
}


.map[stickymap=true] {
    position: fixed;
    min-width: unset;
}

.sticky {
	position:fixed  !important;
	top:0px !important;
	left:0px  !important;
	bottom:auto !important;
background-color:#fff;
	margin-top:0px !important;

	box-shadow: 0px 1px 17px 1px rgba(0,0,0,0.20);

}


 @media handheld, only screen and (max-width: 800px) {
	 .map-tooltip {
white-space:normal !important;
width:140px;
}

.ForstoraKartaKnappStang {
	
	top:7px !important;
	right:13px !important;
}
	 
	  
	 .ForstoraKartaKnappStang:hover {
border:solid 1px #fff !important;
		
}

	 
	  #ForstoraKartaKnapp label {
 
    padding-left: 22px;
    padding-right: 22px;
    line-height: 40px;
		  
	 }
	 

}




.leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-bar a,.leaflet-control-attribution a{text-decoration:none}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-webkit-tap-highlight-color:transparent;background:#ddd;outline-offset:1px;font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-overlay-pane svg,.leaflet-tooltip{-moz-user-select:none}.leaflet-tile::selection{background:0 0}.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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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 a{-webkit-tap-highlight-color:rgba(51,181,229,0.4);color:#0078a8}.leaflet-tile{filter:inherit}.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,.leaflet-pane{z-index:400}.leaflet-map-pane svg,.leaflet-tile-pane{z-index:200}.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-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;float:left;clear:both}.leaflet-bottom,.leaflet-top{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-right .leaflet-control{float:right;margin-right:10px}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left: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,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{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-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.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;text-align:center;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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: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: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:focus,.leaflet-control-attribution a:hover{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: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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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:1.08333em;min-height:1px}.leaflet-popup-content p{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:0 0}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{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}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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;-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-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;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}}




