/*******************************************************
* TinyMCE Plugin
*******************************************************/
#tinymce-aeris-map-dialog {
  padding: 20px;
}
#tinymce-aeris-map-dialog .pure-control-group {
  margin-bottom: 25px;
}
#tinymce-aeris-map-dialog .pure-control-group label {
  max-width: 100px;
}
#tinymce-aeris-map-dialog .pure-control-group input[type=text], #tinymce-aeris-map-dialog .pure-control-group select {
  width: 300px;
}
#tinymce-aeris-map-dialog .pure-control-group .pure-form-message {
  padding-left: 120px;
  padding-top: 5px;
}

#layer-tabs .ui-tabs-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#layer-tabs .pure-checkbox {
  width: 30%;
}

#tab-overlays fieldset > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tab-overlays .pure-checkbox {
  width: 30%;
}

/*******************************************************
* Location Search
*******************************************************/
.weather-location-search {
  position: relative;
}
.weather-location-search input[type=text],
.weather-location-search button {
  border-radius: 0 !important;
}
.weather-location-search .search-results {
  background-color: #295aa1 !important;
}
.weather-location-search .search-results ul li {
  margin-bottom: 0;
}
.weather-location-search .search-results ul li.selected, .weather-location-search .search-results ul li:hover {
  color: #333 !important;
}

/*******************************************************
* Forecast
*******************************************************/
.weather-forecast-container {
  position: relative;
  max-width: 640px;
}
.weather-forecast-container img {
  width: 55px;
  height: 55px;
}
.weather-forecast-container .forecast-copy {
  position: relative;
  margin: 30px 0;
}
.weather-forecast-container .severe-alerts {
  position: relative;
  margin-bottom: 30px;
}
.weather-forecast-container .severe-alerts .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: #c3c3c3;
}
.weather-forecast-container .severe-alerts .alert .banr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.weather-forecast-container .severe-alerts .alert .banr span,
.weather-forecast-container .severe-alerts .alert .banr a {
  color: #000;
}
.weather-forecast-container .severe-alerts .alert .bdy {
  position: relative;
  margin-top: 0.75rem;
  background: #fff;
  border-radius: 0.25rem;
  padding: 15px;
  font-size: 11px;
}
.weather-forecast-container .now {
  position: relative;
  padding: 25px;
  background: #295aa1;
  color: #fff;
}
.weather-forecast-container .now h3, .weather-forecast-container .now h4, .weather-forecast-container .now h5, .weather-forecast-container .now h6 {
  color: #fff;
  text-transform: capitalize;
}
.weather-forecast-container .now > .split > div:first-child {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.weather-forecast-container .now .lg {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
}
.weather-forecast-container .now .forecast .lg {
  font-size: 30px;
}
.weather-forecast-container .future {
  position: relative;
  font-size: 12px;
}
.weather-forecast-container .future table th {
  font-size: 11px;
}
.weather-forecast-container .future table th, .weather-forecast-container .future table td {
  padding: 6px;
}
.weather-forecast-container .future .fdate strong {
  display: block;
  text-transform: uppercase;
}
.weather-forecast-container .future img {
  max-width: 30px;
  height: auto;
}
.weather-forecast-container .hourly-forecast td {
  background-color: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
}
.weather-forecast-container .hourly-forecast td img {
  max-width: 30px;
  height: auto;
}
@media only screen and (min-width: 600px) {
  .weather-forecast-container .split {
    display: flex;
    justify-content: space-between;
  }
  .weather-forecast-container .split > div {
    flex-basis: 50%;
    padding-left: 25px;
  }
  > .weather-forecast-container .split > div:first-child {
    padding-right: 25px;
    padding-left: 0;
  }
  .weather-forecast-container .now > .split > div:first-child {
    border-right: 1px solid #fff;
    border-bottom: none;
    padding-left: 0;
  }
  .weather-forecast-container .future {
    font-size: 13px;
  }
  .weather-forecast-container .future table th {
    font-size: 13px;
  }
  .weather-forecast-container .future table th, .weather-forecast-container .future table td {
    padding: 15px;
  }
  .weather-forecast-container .future img {
    max-width: 55px;
  }
}

/*# sourceMappingURL=styles.css.map */
