body {
    font-family: 'Inter', sans-serif;    
}

.shadow_overlay {
    background-color: #fffffff0;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    
    z-index: 1000;
}

.search_bar {    
    width: 20em;  
    padding: 10px;        
}

.result_bar {        
    padding: 10px;    
    width: 30em;    
}

.bar {
    margin-bottom: 20px;
    
}

.menu {
    top: 10px;
    left: 20px;
    position: absolute;
    z-index: 1000;
}

.search_bar input {
    border: 0px;
    font-size: 15px;    
}

.result {
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

.result a { 
    color: #349d37;    
    font-size: 25px;   
    text-decoration: none;
    display: block;
}


#current { 
    color: #349d37;    
    font-size: 15px;   
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    text-overflow: ellipsis;
    font-weight: bold;
}


.icon-mmraster {    
    width: 60px !important;
    color: #2085ff;

    text-align: right;
    font-weight: bold;
    font-size: 20px;
}


.leaflet-control-zoom {
    border: 0px !important;
    
}


.leaflet-control-zoomx a {
    border: 0px !important;
    border-radius: 0 2px 2px 0 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
    margin-bottom: 2px !important;
    color: #2077ff;
    font-weight: bold;
    width: 35px !important;
    height: 35px !important;
    opacity: 0.8;
    padding-top: 2px;
    border-radius: 2px !important;
}

.leaflet-right .leaflet-control {
    margin-top: 10px !important;
}


.leaflet-control {
    border-radius: 2px !important;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%) !important;
    padding: 3px !important;
    border: 0;
    width: auto;
    transition: all .2s ease-in;
    display: inline-block;
    background-color: #fffffff3;
    border: 0 !important;
}


.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(/img/lys.svg) !important;
    background-size: 20px !important;
    width: 25px !important;
    height: 25px !important;
}

.leaflet-control input {
    box-shadow: none !important;
}
.leaflet-control input:active {
    box-shadow: none !important;
}

.leaflet-control-zoom {
    padding: 0 !important;
}



.icon-badge {

    width: 20px;
    height: 20px;
    opacity: 0.85;


}

.icon-badge .dot {

    position: absolute;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    top: 2px;
    left: 2px;
    border-width: 3px;
    border: solid;



}

.icon-badge .text {

    position: absolute;
    white-space: nowrap;
    font-weight: bold;
    padding: 5px 7px;
    font-size: 12px;
    line-height: 1;


}

.icon-badge-dotleft .text {

    left: 25px;
    top: 0px;

}

.icon-badge-dotright .text {

    right: 25px;
    top: 0px;

}

.icon-badge img {
    width: 18px !important;
}



.rbar2 {
    border-radius: 2px;
    box-shadow: 0 0 3px rgb(0 0 0 / 12%);
    padding: 2px 6px;
    border: 0px;
    background-color: #ffffffeb;
    width: auto;
    transition: all 0.2s ease-in;
    display: inline-block;
 
}

.rbar2 h6 {
    display: inline-block;
    white-space: nowrap;
    /* margin-left: 5px; */
}

.rbar.active {
    background-color: #ffffff;
    transition: all 0.2s ease-in;
    height: 80vh;
    
    width: calc(90vw - 25px);
    border: 6px solid white;
    
}


.rbar .search_results {
    overflow-y: auto;
    height: calc(80vh - 100px);
    padding-top: 5px;
}

.rbar2.active {
    background-color: #ffffff;
    transition: all 0.2s ease-in;
}

#sidemenu {
	position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    /* height: 100px; */
    width: 350px;
    background-color: rgba(255, 255, 255, 0.95);
    /* opacity: 0.5; */
/*    font-size: 20pt;        */
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);

    /*padding: 10px;*/

    line-height: 24px;
    overflow-y:auto;
    z-index: 10000;
}


input {
    border: 1px solid #ccc;
    padding: 6px 6px 4px 6px;
    box-shadow: 1px 1px 1px #efefef;
    font-size: 14px;
    font-weight: normal;
}

input:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
    border: 1px solid #4d90fe;
    outline: none;
    }




    /* inter-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/inter-v13-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/inter-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/inter-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/inter-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v13-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


  .leaflet-control-attribution {
    opacity: 0.6;
  }