/*
#the-legend-container {
  overflow: auto;
}
*/

html, body { 
    margin: 0; 
    padding: 0; 
    height: 100%;
}

#map {
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
}

#wrapper { 
    width: 100%; 
    height: 100%; 
}


#sidebar .sidebar-header {
    padding-top: 10px;
    background: white; 
    margin-bottom:10px;
}

#sidebar .sidebar-text {
    margin-top:10px;
}

/*
#sidebar .logo {
  height: 61px;
}
*/

/*
.homeButton {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
*/

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    max-height: 100vh;
    z-index: 999;
    //background: #7386D5;
    background: white;
    //color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);

    padding: 6px 8px 6px 8px;
    font: 12px/14px Arial, Helvetica, sans-serif;

}

#sidebar.active {
    left: 0;
}

.staging-info-bar {
    background: repeating-linear-gradient(
      45deg,
      #000000,
      #000000 10px,
      #ffcc00 10px,
      #ffcc00 20px
    );
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    //background: #7386D5;
    background: white;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    //background: #fff;
    background: #aaa;
    //color: #7386D5;
    color: #fff
}

/*
.btn-success, .btn-success:hover, .btn-success:active, .btn-success:visited {
  background-color: #1E7644 !important;
  color: white !important;
}
*/

.subcompartment-popup p {
    margin-block-end: .5em;
}

img.legend-stripes-sprite {
    object-fit: none;
    height: 16px;
    width: 32px;
}


.popover-header {
    font: 12px/14px Arial, Helvetica, sans-serif;
    font-weight: bolder;
}
.popover-body {
    font: 12px/14px Arial, Helvetica, sans-serif;
}

#logo {
  width: 100px;
}

