html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  position: relative;
}
.leaflet-container {
  font-family: 'Lato', sans-serif;
}
.leaflet-sidebar-pane li {
  padding-bottom: 1vw;;
}
.riochubutLabel {
  background-color: #006838;
  color: white;
}
.noesnoLabel {
  background-color: #30a9dd;
  color: white;
}
.testimoniosLabel {
  background-color: #a02e32;
  color: white;
}
#map {
  height: 90%;
  width: 100%;
  top: 10%;
}

#audio {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 10%;
  width: 100%;
  background-color: #cdddd6;
}
#waveform {
  height: 100%;
  z-index: 100;
}
#waveform wave {
  height: 100% !important;
  z-index: 50;
}

/* For mobile phones: */
#messages {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: white;
  z-index: 200;
  font-size: 5vw;
  line-height: 10vh;
  font-weight: 400;
  /* background-color: #b4ccc2; */
}
#watermark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: #5e917d;
  background-color: #37765d;
  font-size: 10vw;
  z-index: 10;
  line-height: 10vh;
  font-weight: 300;
  background-image: url("img/logo_colectivo_esporas.jpg");
}
#watermark .watermarkText {
  display: none;
  margin: 0px;
  font-size: 7vw;
  font-weight: 300;
}
#loader {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0%;
  background-color: #b4ccc2;
  z-index: 60;
}
.select {
  display: block;
}
.loading {
  display: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  font-size: 12px;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.2);
  background-color: #ffffff;
  color: black;
  background-clip: padding-box;
}
.btnPlayPause {
  display: none;
}
.btnPlayPause a {
  width: 30px;
  line-height: 30px;
  display: block;
}
.btn:hover {
  background-color: #f4f4f4;
}
.btn:focus {
  outline-style: none;
}
.leaflet-popup-content .hour {
  float: right;
}

#mainBtn {
    background-color: #37765d;
    color: white;  
}

#riochubutGroupBtn.layerOn {
  background-color: #006838;
  color: white;
}

#testimoniosGroupBtn.layerOn {
  background-color: #a02e32;
  color: white;
}

#noesnoGroupBtn.layerOn {
  background-color: #30a9dd;
  color: white;
}

#aportesGroupBtn.layerOn {
  background-color: #8a1b88;
  color: white;
}

.groupBtn {
  background-color: white;
  color: black;
}
.groupBtn.hidden {
  display: none;
}

.leaflet-sidebar-header,
.leaflet-sidebar-tabs>li.active,
.leaflet-sidebar-tabs>ul>li.active {
  background-color: #37765d;
}

.madeby {
  padding-top: 20px;
  text-align: center;
}
.madeby img {
  display: block;
  margin: 10px auto;
  width: 35%;
}
.license img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 768px) {
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
.btnPlayPause a {
  width: 26px;
  line-height: 26px;
  display: block;
}
#messages {
  font-size: 3vw;
  line-height: 10vh;
  font-weight: 300;
}
#watermark .watermarkText {
  font-size: 5vw;
  
}
}