/*
!!!!!!!!!!!!DANGER!!!!!!!!!!!

This CSS file is AUTO GENERATED,
CHANGES WILL NOT BE RETAINED,
update the SASS files to make changes and recompile!!!
*/
/* COLORS */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* z-index */
.overlay-contain {
  position: relative;
}

.overlay.on {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #58595b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

.loading {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.loading .iii {
  font-size: 48px;
}
.loading .message {
  font-size: 9px;
}

ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

img.map {
  background: url("img/loading.gif") no-repeat;
  background-position: center;
  width: 400px;
  height: 230px;
}

#location_search label {
  color: #ffffff;
}

#map_holder {
  width: 100%;
  height: 400px;
}

.map-alert-widespread__holder {
  display: none;
  position: absolute;
  right: 8px;
  bottom: 20px;
}
.map-alert-widespread__holder .alert {
  cursor: pointer;
  margin-bottom: 0px;
}
.map-alert-widespread__holder .fault-serious, .map-alert-widespread__holder .fault-minor, .map-alert-widespread__holder .upgrade {
  background-color: #ffffff;
  border-right: 1px solid #cfcfcf !important;
  border-bottom: 1px solid #cfcfcf !important;
  border-left: 1px solid #cfcfcf !important;
}

#status_holder .alert {
  display: none;
}

.location-help-text {
  margin-top: -12px;
  color: white;
}

#event_filters {
  background-color: #f1f1f1;
  width: 100%;
  padding: 24px 0;
}

.map-legend {
  text-align: center;
  width: 100%;
  margin: 24px auto 12px auto;
}

.map-legend__icon {
  display: inline-block;
  text-align: center;
  width: 32%;
  margin-bottom: 12px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .map-legend__icon {
    width: 15%;
  }
}
.map-legend__icon .iii {
  margin-bottom: 6px;
}

.exchange {
  margin: 0 0 48px 0;
}
.exchange h3 {
  margin-top: 0;
  font-family: "PlutoSansLight", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.exchange h3 strong {
  font-family: "PlutoSansMedium", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.feedback-helper {
  display: none;
}
@media (min-width: 768px) {
  .feedback-helper {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 15px;
    padding: 12px 18px;
    background-color: #f1f1f1;
    z-index: 19999;
  }
}

.event-holder {
  border-left: 8px solid #cfcfcf;
  border-right: 3px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf !important;
  border-top: 1px solid #cfcfcf !important;
  background-color: white;
  padding: 12px;
  margin-bottom: 12px;
}

.event-details a:hover, .event-details .event-details a:focus {
  text-decoration: none;
}

.event-icon-col {
  font-size: 44px;
  text-align: center;
}
.event-icon-col .iii {
  vertical-align: middle;
}

.event-link {
  font-size: 54px;
}

.event-extended-details {
  padding: 0 12px;
}

.fault-major {
  border-color: #ff402d;
}
.fault-major a .iii, .fault-major .iii {
  color: #ff402d;
}

.fault-serious {
  border-color: #ff8b3f;
}
.fault-serious a .iii, .fault-serious .iii {
  color: #ff8b3f;
}

.fault-minor {
  border-color: #ffcb52;
}
.fault-minor a .iii, .fault-minor .iii {
  color: #ffcb52;
}

.upgrade {
  border-color: #0090ab;
}
.upgrade a .iii, .upgrade .iii {
  color: #0090ab;
}

.fixed {
  border-color: #5eb528;
}
.fixed a .iii, .fixed .iii {
  color: #5eb528;
}

.dl-event {
  margin-bottom: 0;
}
.dl-event dt, .dl-event dd {
  display: inline-block;
}
.dl-event dt {
  width: 40%;
  float: left;
  clear: left;
}
.dl-event dd {
  width: 56%;
}
.dl-event dd:after {
  content: '';
  display: block;
  clear: both;
}
