body, html {
  height:100%;
  font-family: "Exo 2", "Duru Sans", "rbf-clean", sans-serif !important;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  position:relative;
  padding:0;
  margin:0;
}

.mb-1 {
  margin-bottom: 0 !important;
  height: 45px;
}

.container {
  padding: 0;
}

.navbar-nav {
  vertical-align: middle;
}
.nav-link, .navbar-nav a{
  color:#8e8e8e !important;
}
.nav-link:hover, .navbar-nav a:hover{
  color:#ffffff !important;
}
/*   Map   */
#osm-map {
  position: relative;
  min-height: calc(100vh - 45px);;
  width: 100%;
  overflow: hidden;
  cursor: crosshair;
  margin-bottom: -45px;
}
#osm-map div.mapicon img {
  display: block  !important;
  width:40px !important;
  height:40px !important;
}
#osm-map div.mapicon, #osm-map div.mapicon div {
  display: block  !important;
  width:50px !important;
  height:50px !important;
}
#osm-map div.mapicon svg {
    color: currentColor;
    margin-top:-44px;
    margin-left: -5px;
    display: block !important;
    width: 50px !important;
    height: 50px !important;
}
div.mapicon svg#light {
    position: absolute;
    top:38px;
    display: block;
}
div.station-name {
    text-decoration: none;
}

#logo {
  position: absolute;
  left:-40px;
  bottom: -30px;
  display: block;
  z-index: 999999;
}
#logo img{
  width: 230px;
  height: 168px;
}
#datetime {
  display:block;
  width:180px;
  color:#ffffff;
  padding:3px;
  margin: 4px 0 0 35px;
}
.svg-icon {
  width: 16px;
  height: 16px;
}
.hero-banner {
  background: url("/static/images/home_bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  align-items: center;
  display: flex;
  align-items: flex-end;
  min-width: 100%;
  height: 690px;
}
.hero-banner .content {
  display: flex;
  align-items: flex-end;
  color: #fff;
  width: 725px;
  padding: 100px;
}
.navbar-brand {
    display: block;
    padding-top: 0.6125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-logo {
    position: relative;
    float: left;
}
.navbar-logo img {
    width: 310px;
    height: 218px;
}

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger, alert {
    text-decoration: none !important;
    margin-top: 0px;
}
.leaflet-container {
  font-family: "Exo 2", "Duru Sans", "rbf-clean",sans-serif;
  font-size: 12px;
}
.leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
}
.leaflet-control-coordinates input {
  width: 70px;
}
.leaflet-control-coordinates {
  background-color:#D8D8D8;
  background-color:rgba(255, 255, 255, 0.8);
  cursor:pointer;
  top: 0;
}
.leaflet-control-coordinates,
.leaflet-control-coordinates .uiElement input {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.leaflet-control-coordinates .uiElement {
  margin:4px;
}

.leaflet-control-coordinates .uiElement .labelFirst {
  margin-right:4px;
}

.leaflet-control-coordinates .uiHidden{
  display:none;
}

.leaflet-control-coordinates .uiElement.label {
  color:inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
  display: inherit;
}
.leaflet-top {
  top: 0px;
}
.leaflet-touch .leaflet-control-attribution {
    top: -6px !important;
}

/**** START  */
html,body
{
  height:100%;
  overflow:hidden;
}

.navbar
{
  margin-bottom:0;
}

#map-container
{
  height:100%;
  margin:0;
  overflow:hidden;
  position:absolute;
  width:100%;
  z-index:0;
}

#loading-msg
{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em;
  font-size: larger;
}

label
{
  display:inline-block;
  font-weight:400;
  margin-bottom:5px;
}

#search
{
  left:5em;
  position:absolute;
  top:7px;
  width:15em;
  z-index:1000;
}

#search_list
{
  left:5em;
  position:absolute;
  top:4em;
  z-index:1000;
}

.modal-dialog{
    overflow-y: initial !important;
}

.data-request-table th, .data-request-table td, .data-permission-table th, .data-permission-table td {
    padding: .5em 1em;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.data-request-table, .data-permission-table {
    border: 1px solid #e2e3e5;
    width: 100%;
    overflow: auto;
}

.source-name {
    background-color: #f8f9fa
    {
    }

.data-set-name {
    background-color: #e2e3e5
    }

.modal-footer
    background-color:#f5f5f5;
    margin:0;
    padding:10px;
}

.modal-body{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.ajax_loader_loading
{
  background:url(/static/web/l.gif?5991723a3222) no-repeat scroll right center / contain #f8f8f8!important;
}

#swipe
{
  bottom: 2.5em;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* SIDEBAR */

#page-sidebar,#page-sidebar-controls{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index:101;
    overflow: hidden;
}

#page-sidebar{
    width: 300px;
    background-color:rgba(255,255,255,0.8);
    overflow-y: auto;
    padding-top:16px;
    padding-bottom: 16px;
    padding-right:6px;
    padding-left:6px;
    color: white;
    border-left: solid 3px white;
    display: none;
    height: calc(100% - 38px);
}
#sidebar-container.open #page-sidebar{ display: block;}

#page-sidebar > div{ display: none; }
#page-sidebar > div.open{ display: block; }

#page-sidebar-controls > div{
    background-color: rgba(255,255,255,0.8);
    margin-top:10px;
    width: 40px;
    height: 40px;
    border-radius: 5px 0px 0px 5px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 24px;
    padding: 8px;
    padding-top:4px;
}

#page-sidebar-controls > div:hover{ background-color: rgba(150,150,150,1); }
#page-sidebar-controls > div.open{ background-color: rgba(150,150,150,1);}
#sidebar-container.open #page-sidebar-controls{ right: 300px;}
#sidebar-print-content{
  color: #333;
}
#page-sidebar.hidden{
  right: -300px;
  z-index: 1001;
}
#sidebar-heading{
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.location{
  background-image: url('/static/web/img/geolocation.png?4c05d5773f9f');
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  cursor: pointer;
}




/* SIDEBAR CONTENTS */
#sidebar-map-position{
  text-align: center;
  padding: 5px;
}

.view-ortofoto{
  font-size: 0.8em;
  float: right;
}


/*LayerSwitcher*/
#sidebar-map-layers{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#ls-layers > li.ls-layer{
  margin:0px;
  margin-bottom: 7px;
  padding: 3px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #666;
  background-color: #c6c6c6;
}

li input.ls-layer-visible{
  margin: 0;
  padding: 0;
}

.ls-layer-name{
  margin-left: .5em;
  font-size: large;
}

/** Slider styles */
li input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.5px 0;
}
li input[type=range]:focus {
  outline: none;
}
li input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px;
  border: 0.4px solid #828282;
}
li input[type=range]::-webkit-slider-thumb {
  border: 0.5px solid #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #ab2836;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.9px;
}
li input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
li input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 4px;
  border: 0.4px solid #828282;
}
li input[type=range]::-moz-range-thumb {
  border: 0.5px solid #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #ab2836;
  cursor: pointer;
}
li input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
li input[type=range]::-ms-fill-lower {
  background: #f2f2f2;
  border: 0.4px solid #828282;
  border-radius: 8px;
}
li input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0.4px solid #828282;
  border-radius: 8px;
}
li input[type=range]::-ms-thumb {
  border: 0.5px solid #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 8px;
  background: #ab2836;
  cursor: pointer;
  height: 4px;
}
li input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
li input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

/** ----- end slider styles ------*/

li span.ls-layer-expand{
  width: 1.5em;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  text-align: center;
  margin-right: .5em;
  font-weight: bold;
  cursor: pointer;
}

/*Expand collapse icons?*/
li.ls-layer.collapsed span.ls-layer-expand:before{
  content: "+";

}
li.ls-layer span.ls-layer-expand:before{
  content: "-";
}

li.ls-layer ul.ls-layer-sublayers{
    background-color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 4px -4px -4px -4px;
    border-radius: 0 0 3px 3px;
}

li.ls-layer ul.ls-layer-sublayers{
  display: block;
}
li.ls-layer.collapsed ul.ls-layer-sublayers{
  display: none;
}

.ol-viewport {
    outline: none !important;
}

/*  Zoom slider  */
#map-container .ol-viewport .ol-control {
    background-color: #f9fafb80;
}
#map-container .ol-zoom, .ol-zoomslider{
  margin-top: 178px;
  left: -2px;
}

#map-container .ol-zoom .ol-zoom-in,
#map-container .ol-zoom .ol-zoom-out {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    font-size: 1.43em;
    padding-bottom: 3px;
}
#map-container .ol-zoom .ol-zoom-out{
    margin-top: 205px;
}

#map-container .ol-viewport .ol-zoomslider {
    top: 3.3em;
    background-color: #fff;
    width: 0.5em;
    padding: 0;
    -webkit-border-radius: 0.13em;
    -moz-border-radius: 0.13em;
    border-radius: 0.13em;
    margin-left: 1.1em;
}

#map-container .ol-viewport .ol-zoomslider .ol-zoomslider-thumb {
    left: -7px;
    filter: none;
    background-color: rgba(171, 40, 54, 1);
    border-radius: 15px;
    height: 20px;
    width: 20px;
}

#map-container .ol-touch .ol-zoom .ol-zoom-out {
  margin-top: 212px;
}
#map-container .ol-touch .ol-zoomslider {
  top: 2.75em;
}



/* Bottom-right tools */
#control-permalink {
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    user-select: none;
}

#control-permalink button {
    font-weight: 900;
}

.control-attributions>button {
    position: relative;
    flex: 1 1 auto;
    padding: .375rem;
    width: 40px;
    height: 40px;
}

.control-attributions {
    position: relative;
    display: inline-flex;
}

.control-attributions:not(.ol-collapsed) {
  background: none;
}

.control-attributions.ol-collapsed ul {
  display: none !important;
}

.control-attributions ul {
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  right: -0.5rem;
  align-items: center;
  padding: .5em 1em;
  margin-bottom: .5em;
  background: rgba(255,255,255,.9);
  border: solid 1px gray;
  font-weight: normal;
}

.control-attributions li {
  margin-left: auto;
}

.control-attributions-expand {
    font-size: 1.25em;
}

#modal_restoreMapSate input {
    font-size: 0.9em;
}

.ol-scale-line {
    bottom: 3em;
}

.bottom-bar {
    background-color: snow;
    height: 2.5em;
    position: absolute;
    bottom: 0;
    border-top: solid 1px gray;
    opacity: 60%;
}

/*MINIMAP*/
.ol-overviewmap{
  left: initial;
  right: .5em;
  bottom: 1.5em;
}


/* Layerswitcher settings */
.layer-settings{
  float: right;
}
.layer-settings:hover{
  font-size: 1.2em;
}

.layer-settings-dialog{
  display: none;
  z-index: 102;
  position: absolute;
  top: 8em;
  left: 5em;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 -3px 8px rgba(0,0,0,0.2);
  max-width: 600px;
  min-width: 400px;
}

.layer-settings-dialog .close{
  float: right;
  margin-left: 10px;
}

.layer-settings-dialog .head{
  border-bottom: 1px solid #e5e5e5;
  font-size:18px;
  font-weight: bold;
  cursor: pointer;
}

.layer-settings-dialog .head, .layer-settings-dialog .body{
  padding: 15px;
}

.fa { cursor: pointer; }


.text-input-wrapper {
    position: relative;
}

.text-input-wrapper span {
  cursor:pointer;
  font-weight: bold;
  font-size: 1.5rem;
  position: absolute;
  right: 10px;
  top: 1px;
  display: none;
}

@media print {
    #search, .ol-control,
    #page-sidebar-controls, .bottom-bar,
    .sungis-control, #nav_colapse {
        display: none !important;
    }
}

/* Station popup */
div.stationPopup div.station-name {
    height: 32px;
}
div.stationPopup div.status-icons div {
    height: auto;
    text-decoration: none !important;
}
div.stationPopup svg {
    width: 22px;
    height: 22px;
}
a.stationPopup {
    text-decoration: none !important;
}

/* Define animations */


/* Sidebar */
.sidebar-pane {
  padding-left: 10px !important;
}
.sidebar-header {
  background-color: #343a40;
  color:#ffffff !important;
  font-size:13px;
  height: auto !important;
  padding: 0 0 0 15px !important;
}
.sidebar-tabs > ul > li {
  font-size:18pt;
}
.sidebar #sb-top-row {
  color:#000;
  font-size:12px;
  margin: 5px 0 0 0;
}
.sidebar .dotted-border {
  border-bottom: 1px dotted #002545;
  padding: 3px 0 3px 0;
}
.sidebar-pane h1 .mdi::before{
  color:#fff;
  font-size:15pt;
}
.sidebar-pane .label {
  color:#000;
}
.sidebar-tabs > li:hover, .sidebar-tabs > ul > li:hover {
  color: #fff;
  background-color: #343a40;
}
.sidebar-tabs > li.active, .sidebar-tabs > ul > li.active {
  color: #fff;
  background-color: #343a40;
}
.sidebar svg {
    width: 22px;
    height: 22px;
}
.sidebar-tabs {
    z-index: 1002;
}
.sidebar-content {
    z-index: 1001;
}
.tooltip {
    z-index: 99999;
}

.data-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px; /* Adds some space between rows */
}

.column-30 {
    flex: 0 0 40%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f8f8f8;
}

.column-70 {
    flex: 0 0 55%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #e8e8e8;
}




