body {
    padding: 0;
    margin: 0;
}
html,
body {
  margin: 0px;
  height: 100%;
}
body {
  display: flex;
  flex-flow: column wrap;
}
#content {
  flex: 1 1;
  order: 2;
  display: flex;
  margin-bottom: 60px;
}
#map {
  flex: 1;
  z-index: 1;
}

/*#map {*/
  /*background-color: #000;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
/*}*/

.leaflet-container .leaflet-control-attribution {
  padding: 1em;
  bottom: 1em;
  right: 1em;
  background: rgba(40, 40, 40, 0.8);
  border: 1px solid rgb(200, 200, 200);
  border-radius: 5px;
  font-size: 12px;
}

.leaflet-container .leaflet-control-attribution a {
  color: rgb(200, 200, 200);
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.leaflet-bar a {
  background: rgba(40, 40, 40, 0.8);
  color: rgb(200, 200, 200);
}

.leaflet-bar a.leaflet-disabled {
  background: rgba(40, 40, 40, 0.4);
}

.leaflet-bar a:hover {
  background: rgb(255, 255, 255);
  color: rgb(40, 40, 40);
}

#controls {
    position: absolute;
    left: 54px;
    top: 81px;
    z-index: 10;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.65);
    padding: 6px;
}

#controls button {
    border-radius: 5px;

}

#date {
    width: 8em;
}

#transparent-container {
    margin-top: 4px;
}

.ui-widget {
    font-size: 0.8em;
}

.ui-datepicker {
    margin-left: 0px;
}

.my-class a {
  background: #FC0 !important;
}

.overlay {
  height: 300px;
  width: 300px;
  margin-left: -100px;
  position: relative;
  float: right;
  z-index: 2;
  background-color: rgba(145, 255, 215, 0.5);
  pointer-events: auto;
}
