#map-fields-container {
  z-index: 5000;
  margin-top: 2%;
  margin-left: 18%;
  position: absolute;
  padding-left: 1%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  height: 80px;
}

#map {
  cursor: pointer;
}

header.tc-header {
  z-index: 6000;
}

div.popup-alert {
  font-size: 85%;
}

.popup-alert-title {
  font-weight: bold;
  font-size: 90%;
  color: #2554c7 !important;
  margin-bottom: 0.2rem;
}

div.popup-alert span.popup-label {
  font-weight: bold;
}

#legend {
  padding: 2%;
  font-size: 95%;
}

#legend div.high-fire,
#legend div.medium-fire,
#legend div.earthquake {
  width: 30px;
  height: 30px;
}

div.event-container {
  margin-bottom: 3%;
}

#legend div.legend-text {
  margin-bottom: 1%;
  margin-left: 1%;
  line-height: 30px;
  color: white;
}

#legend div.high-fire {
  background: rgba(255, 0, 0, 0.8);
  border-radius: 50%;
}

#legend div.medium-fire {
  background: rgba(255, 165, 0, 0.8);
  border-radius: 50%;
}

#legend div.earthquake {
  background: rgba(139, 69, 19, 0.8);
  border-radius: 50%;
}

#info,
#clear {
  background: transparent;
  border: none;
  cursor: pointer;
}

#info > i,
#clear > i {
  font-size: 130%;
}

#info > i {
  color: white;
}

#clear > i {
  color: red;
}

div.event-container {
  display: flex;
}

.select2-container {
  color: black;
}

#location {
  width: 40%;
}

.location-select-info {
  font-size: 85%;
  color: #2554c7;
}

#radius {
  width: 97%;
}

#legend-container {
  display: none;
}

#legend {
  display: initial;
}

div.vex-content {
  font-size: 80% !important;
  width: 80% !important;
  background: #2f4454 !important;
}

.menu-container {
  width: 40px;
}

#info-container,
#clear-container {
  position: relative;
  top: 20px;
}

.select-location-container {
  position: relative;
  top: 16px;
}

.locations-select-container {
  line-height: 2;
  font-size: 120%;
}

.vex-dialog-message,
.vex-dialog-input {
  color: white;
}

#location-info-container > div {
  padding-bottom: 1%;
}

.coordinate-label {
  min-width: 25%;
  max-width: 25%;
}

@media screen and (max-width: 900px) {
  div.vex-content {
    font-size: 80% !important;
    width: 80% !important;
    background: #2f4454 !important;
  }

  #map-fields-container {
    width: 75%;
  }

  div.measurement-container {
    display: unset !important;
  }

  .coordinate-label {
    min-width: 25%;
    max-width: 25%;
  }
}

@media screen and (min-width: 901px) {
  #legend {
    display: flex;
  }
}

@media screen and (max-width: 1600px) {
  div.measurement-container {
    display: unset !important;
  }
}
