html,
body,

#map-container {
    margin: 0;
    height: 100%;
    /* width: 100%; */
    font-family: Arial, Helvetica, sans-serif;
}

/*! Control buttons  */

.locate {
    float: right;
    top: 18em;
    left: .5em;
}

.measure-dist {
    top: 280px;
    left: .5em;
}

.measure-area {
    top: 310px;
    left: .5em;
}
.clear {
    top: 340px;
    left: .5em;
}

.analytics {
  top: 370px;
  left: .5em;
}

/*! KP Panels */

.kp-sidepanel {
    color: #f1f1f1;
    font-family: Verdana sans-serif;
}

.sidebar {
    height: 50%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 18px;
    margin-left: 60px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 4px 8px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}

#main {
    transition: margin-left 5em;
    padding: 16px;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}

.kp-attribute {
    position: absolute;
    bottom: 5px;
    text-align: center;
    margin: 2px;
}

.kp-logo {
    padding-left: 2px;
    width: 100px;
    height: 24px;
}
#info {
    position: absolute;
    width:auto;
    font-family:sans-serif;
    font-size: 1.0em;
    bottom: 50px;
    background-color: #52de97;
    opacity: 0.80;
    filter: alpha(opacity=80);
  }
/* #custom-mouse-position{
  top: 8px;
  right: 8px;
  /* position: absolute; */
  /* color: rgb(12, 8, 0);
} */
.custom-mouse-position{
  top: 8px;
  right: 8px;
  color: #000000;
  font-weight: bolder;
  background: white;
}
.ol-zoom .ol-zoom-out {
     margin-top: 204px;
   }
.ol-zoomslider {
     background-color: none;
     top: 2.25em;
   }

.ol-touch .ol-zoom .ol-zoom-out {
     margin-top: 212px;
   }

.ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
     top: 3px;
   }

.ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
.ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
     top: 232px;
  }

.ol-tooltip {
    position: relative;
    background: #ffcc33;
    border-radius: 4px;
    color: black;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 15px;
  }
.ol-tooltip-measure {
    opacity: 1;
    font-weight: lighter;
  }
  
.ol-tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
  }
  
.ol-tooltip-measure:before,
      .ol-tooltip-static:before {
        border-top: 6px solid #ffcc33;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        bottom: -6px;
        margin-left: -7px;
        left: 50%;
      }
      .ol-tooltip-static:before {
        border-top-color: #ffcc33;
      }
      