/* 20% tint from hero */
/* 20% tint from sky */
/* 80% very transparent version of sky */
/* 80% very transparent version of light grey */
.panel-map {
  padding: 15px;
}
.panel-map ul.pagination {
  margin-bottom: 0;
}
.map {
  height: 600px;
  padding: 0;
}
@media (max-width: 480px) {
  .map {
    height: 450px;
  }
}
.map-canvas {
  height: 600px;
}
@media (max-width: 480px) {
  .map-canvas {
    height: 450px;
  }
}
.panel-map {
  min-height: 630px;
}
@media (max-width: 480px) {
  .panel-map {
    min-height: 480px;
  }
}
.controls {
  height: 32px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
}
#pac-input-div {
  width: 85%;
  padding: 10px;
}
#pac-input {
  width: 391px;
  padding: 0 11px 0 13px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  background-color: #fff;
}
@media (max-width: 480px) {
  #pac-input {
    width: 100%;
  }
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
.map-info-window {
  color: #555;
}
.map-info-window a h1,
.map-info-window h1 {
  margin: 0;
  font-family: "Modern Era Regular", Arial, sans-serif;
  font-size: 18px;
}
@media (max-width: 480px) {
  .map-info-window a h1,
  .map-info-window h1 {
    font-size: 16px;
  }
}
.volopp-map-desc .item-location {
  margin-bottom: 11px;
  font-weight: 500;
}
.volopp-map-desc .item-location span {
  padding-right: 2px;
  color: #1e29f5;
}
.map-formatted-time {
  font-size: 15px;
  color: #333;
}
@media (max-width: 480px) {
  .map-formatted-time {
    font-size: 14px;
  }
}
.popupWindow {
  max-height: 200px;
}
@media (max-width: 480px) {
  .popupWindow {
    max-height: 130px;
  }
}
.popupWindow ul {
  padding: 0;
  margin: 0;
}
.component-map-info-window {
  width: 300px;
  color: #444;
}
@media (max-width: 480px) {
  .component-map-info-window {
    width: 230px;
  }
}
.component-map-info-window ul {
  padding: 0;
  margin: 0;
}
.component-map-info-window a h1,
.component-map-info-window h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "Modern Era Regular", Arial, sans-serif;
  font-size: 16px;
}
@media (max-width: 480px) {
  .component-map-info-window a h1,
  .component-map-info-window h1 {
    font-size: 14px;
  }
}
.component-map-info-window a:hover {
  text-decoration: underline;
}
.component-map-info-window table {
  margin-bottom: 4px;
}
.component-map-info-window th {
  padding-right: 5px;
  padding-bottom: 5px;
}
.component-map-info-window td {
  padding-bottom: 5px;
  text-align: right;
}
.component-map-cluster-info-window {
  display: -webkit-flex;
  display:         flex;
  transform: translateY(1px);

          align-items: center;
  -webkit-align-items: center;
  /* fudge to stop blur from sly.js */
}
.component-map-cluster-info-window .frame {
  width: 300px;
  overflow: hidden;

          flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (max-width: 480px) {
  .component-map-cluster-info-window .frame {
    width: 230px;
  }
}
.component-map-cluster-info-window .frame .slidee {
  display: -webkit-flex;
  display:         flex;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;

          flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.component-map-cluster-info-window .frame .slidee li {
          flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.component-map-cluster-info-window .nav-button {
  height: 30px;
  font-size: 30px;

          flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.component-map-cluster-info-window .nav-button.disabled {
  opacity: .25;
}
.component-map-cluster-info-window .nav-button.prev {
  margin-right: 15px;
}
.component-map-cluster-info-window .nav-button.next {
  margin-left: 15px;
}
.locateMap {
  position: absolute;
  right: 80px;
  bottom: 23px;
  z-index: 1;
  width: 32px;
  height: 28px;
  cursor: pointer;
  background: url('../img/locate.png');
}
.map .infoMap {
  position: absolute;
  right: 48px;
  bottom: 23px;
  z-index: 1;
  width: 32px;
  height: 28px;
  cursor: pointer;
  background: url('../img/info.png');
}
@media (max-width: 767px) {
  .map-side {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
  }
}
@media (min-width: 768px) {
  .map-side {
    display: none;
    float: left;
    width: 30%;
    height: 100%;
    border: 0;
  }
  .map-canvas-side-active {
    float: left;
    width: 70%;
  }
  .mobile-close {
    display: none;
  }
}
.map-side {
  background-color: #f4f3f2;
}
.map-side .legend-line-key {
  width: 20px;
  height: 5px;
  margin-top: 10px;
  margin-left: 4px;
}
.map-side h4 {
  padding-left: 11px;
  font-size: 14px;
}
.map-side a {
  font-size: 14px;
}
.map-side p {
  padding: 0 11px;
  margin: 0 0 11px 0;
  font-size: 13px;
}
.map-side tbody > tr > td {
  padding: 4px;
  font-size: 13px;
}
.map-side img {
  margin-left: 4px;
}
.map-side .mobile-close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 28px;
  height: 28px;
  text-decoration: none !important;
}
.map-side .mobile-close:after {
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  text-decoration: none !important;
  cursor: pointer;
  content: "x";
}
.map .layers {
  position: absolute;
  top: 41px;
  right: 41px;
  z-index: 1;
  padding: 5px 10px 2px 10px;
  overflow-x: none;
  overflow-y: auto;
  font-size: 12px;
  color: #f3f3f2;
  background: url('../img/layer/texture-dark.png');
          border-radius: 2px;

  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
      -ms-border-radius: 2px;
       -o-border-radius: 2px;
}
@media (max-width: 480px) {
  .map .layers {
    top: 8px;
    right: 12px;
  }
}
.map .layers.expanded {
  height: 350px;
}
.map .layers {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e3e2e1;
}
.map .layers .expand {
  display: inline-block;
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
  background: url('../img/layer/expandExplore.png') 0 0;
}
.map .layers .expanded {
  background-position: 0 -15px;
}
.map .layers > ul {
  display: none;
  padding: 1px;
  margin: 0;
  clear: both;
}
.map .layers.expanded > ul {
  display: block;
}
.map .layers > ul > li {
  padding-bottom: 0;
  margin-top: 2px;
  margin-bottom: 0;
  list-style: none;
}
.map .layers > ul > li span {
  position: relative;
  top: -2px;
  padding: 0 0 0 10px;
}
.expandMap {
  position: absolute;
  right: 48px;
  bottom: 23px;
  z-index: 1;
  width: 32px;
  height: 28px;
  cursor: pointer;
  background: url('../img/expand.png');
  background-position: 0 0;
}
.network-toggle {
  position: absolute;
  top: 55px;
  right: 13px;
  z-index: 1;
  padding: 5px 10px 2px 10px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .network-toggle {
    width: 80%;
  }
}
.network-toggle span {
  position: relative;
  top: 2px;
  padding: 0 0 0 15px;
}
.network-toggle span.expanded {
  background-position: 0 -15px;
}
.network-toggle .expand {
  display: inline-block;
  float: right;
  width: 6px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
  background: url('../img/expandExplore.png') 0 0;
}
@media (min-width: 768px) {
  .network-toggle .expand {
    margin-top: 2px;
  }
}
.network-toggle a {
  font-size: 14px;
}
@media (max-width: 480px) {
  .network-toggle a {
    font-size: 12px;
    font-size: 13px;
  }
}
.network-toggle li {
  font-size: 14px;
  list-style: none;
}
@media (max-width: 480px) {
  .network-toggle li {
    margin-top: 4px;
    font-size: 13px;
  }
}
.network-toggle ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .network-toggle ul {
    margin-top: 2px;
  }
}
.popupWindow ul {
  list-style-type: none;
}
.legend-toggle {
  position: absolute;
  top: 55px;
  right: 13px;
  z-index: 1;
  min-width: 180px;
  padding: 5px 10px 2px 10px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .legend-toggle {
    min-width: 160px;
    max-width: 237px;
  }
}
.legend-toggle span {
  position: relative;
  top: 2px;
  padding: 0 0 0 15px;
}
.legend-toggle span.expanded {
  background-position: 0 -15px;
}
.legend-toggle .expand {
  display: inline-block;
  float: right;
  width: 6px;
  height: 16px;
  margin-left: 10px;
  cursor: pointer;
  background: url('../img/expandExplore.png') 0 0;
}
@media (min-width: 768px) {
  .legend-toggle .expand {
    margin-top: 2px;
  }
}
.legend-toggle td {
  height: 20px;
  padding-right: 5px;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .legend-toggle td {
    font-size: 12px;
  }
}
.legend-toggle td input[type="checkbox"] {
  margin-top: 6px;
}
.legend-toggle tr {
  padding-bottom: 5px;
}
.legend-toggle table {
  border-spacing: 0 5px;
  border-collapse: separate;
}
.legend-toggle .legend-active {
  float: left;
  width: 20px;
  height: 20px;
  background-color: #aac62c;
}
.legend-toggle .legend-colour {
  width: 20px;
  height: 20px;
}
/*# sourceMappingURL=crt-map.css.map */
