#map{position:fixed;left:0;top:0;right:0;bottom:0;width:100%;background:#EEF1EF}.ol-control{display:none}#LayerPanel{position:fixed;left:12px;top:12px;bottom:12px;z-index:200;width:320px;display:flex;flex-direction:column;background:#FFF;border:1px solid #E4E4E4;border-top:3px solid #629AA4;border-radius:8px;box-shadow:0 1px 2px rgba(43,74,77,0.1),0 8px 24px rgba(43,74,77,0.16);overflow:hidden}#LayerPanel .panel-head{display:flex;align-items:baseline;gap:10px;padding:14px 16px 10px}#LayerPanel .panel-head h1{flex:1 1 auto;margin:0;font-size:18px;color:#2B4A4D}#LayerPanel .panel-head #LayerCount{font-size:12px;color:#7C8A8C}#LayerPanel .panel-search{padding:0 16px 12px;border-bottom:1px solid #E4E4E4}#LayerPanel .panel-search input{box-sizing:border-box;width:100%;padding:8px 10px;font-size:14px;font-family:inherit;color:#222;background:#F7F9F9;border:1px solid #E4E4E4;border-radius:6px;outline:none}#LayerPanel .panel-search input:focus{border-color:#629AA4;background:#FFF}#LayerList{flex:1 1 auto;padding:8px 8px 12px;overflow-y:auto;overscroll-behavior:contain;font-size:14px;scrollbar-width:none;-ms-overflow-style:none}#LayerList::-webkit-scrollbar{display:none}#LayerList .group{margin:14px 8px 6px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#7C8A8C}#LayerList .group:first-child{margin-top:4px}#LayerList .layer{display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:6px;cursor:pointer}#LayerList .layer:hover{background:#F2F5F5}#LayerList .layer input{flex:0 0 auto;margin:0;accent-color:#629AA4;cursor:pointer}#LayerList .layer .layer-title{flex:1 1 auto;color:#222;line-height:1.3}#LayerList .layer .layer-count{flex:0 0 auto;font-size:11px;color:#7C8A8C;font-variant-numeric:tabular-nums}#LayerList .layer.busy .layer-title::after{content:" hämtar…";color:#7C8A8C;font-size:12px}#LayerList .empty{margin:16px 8px;color:#7C8A8C}#LayerPanelToggle{display:none;position:fixed;left:12px;top:12px;z-index:201;padding:9px 14px;font-family:inherit;font-size:14px;color:#FFF;background:#629AA4;border:0;border-radius:6px;box-shadow:0 2px 6px rgba(43,74,77,0.25);cursor:pointer}@media (max-width:720px){#LayerPanelToggle{display:block}#LayerPanel{left:12px;right:12px;top:58px;bottom:12px;width:auto;display:none}body.panel-open #LayerPanel{display:flex}}