
#map1 {
  height: calc(100vh - 145px);
  width: 100%;
  position: fixed;
  top: 138px;
  left: 0;
}



body{
    background-color: #ffffff;  
}


.submit-btn1 {
  background-color: green;
  color: white;
  border-color: green;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-top: 3px;
}


.clear-btn1 {
  background-color: grey;
  color: white;
  border-color: grey;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  margin-top: 3px;
  }

.per-label{
  font: 14px 'Roboto';
}

.navbar {
  background-color: #e3f2fd;
  border-color: #ffffff;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  padding: 1px 0px 0px 0px;
  font: bold 16px 'Roboto';
}

.modal-body img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.nav-item{
  padding-left: 20px;
}


.form-group{  
  z-index: 1000;
  font-family: 'Roboto';
  font-size: 14px;
}

.threshold-text{
  padding-left: 12px;
}

.legend {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.title{
  color: grey;
  font: bold 20px 'Roboto';
}

#threshold_range{
  font: 14px 'Roboto';
}

.modal-body,.modal-title{
  font: 14px 'Roboto';

}
.info-button {
  padding-left: 0px;
  margin: 6px 0px 6px 200px;
  border-radius: 6px;
  color: #212529;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font: bold 16px 'Roboto';
  background-color: rgba(204, 204, 204, 0.5);
  border-color: rgba(204, 204, 204, 0.5);
  
}
.info-button:hover {
  background-color: rgba(99, 99, 99, 0.5);
  border-color: rgba(99, 99, 99, 0.5);
}
.nav-item:not(.info-button):hover {
  background-color:  rgba(204, 204, 204, 0.5);
}
