.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;
  }
}
.controls {
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input-div {
  width: 100%;
  padding: 12px;
}
#pac-input {
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 391px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}
@media (max-width: 480px) {
  #pac-input {
    width: 100%;
  }
}
#pac-input:focus {
  border-color: #4d90fe;
}
.pac-container {
  font-family: Roboto;
}
.map-info-window {
  color: #555555;
}
.map-info-window a h1 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 480px) {
  .map-info-window a h1 {
    font-size: 16px;
  }
}
.map-formatted-time {
  font-size: 15px;
  color: #333333;
}
@media (max-width: 480px) {
  .map-formatted-time {
    font-size: 14px;
  }
}
.popupWindow {
  max-height: 200px;
}
@media (max-width: 480px) {
  .popupWindow {
    max-height: 130px;
  }
}
.popupWindow ul {
  margin: 0;
  padding: 0;
}
.locateMap {
  position: absolute;
  bottom: 23px;
  right: 112px;
  width: 32px;
  height: 28px;
  background: url('../img/locate.png');
  z-index: 1;
  cursor: pointer;
}
.map .infoMap {
  position: absolute;
  bottom: 23px;
  right: 80px;
  width: 32px;
  height: 28px;
  background: url('../img/info.png');
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .map-side {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
  }
}
@media (min-width: 768px) {
  .map-side {
    height: 100%;
    display: none;
    border: 0;
    float: left;
    width: 30%;
  }
  .map-canvas-side-active {
    width: 70%;
    float: left;
  }
  .mobile-close {
    display: none;
  }
}
.map-side {
  background-color: #f4f3f2;
}
.map-side .legend-line-key {
  height: 5px;
  width: 20px;
  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 {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 28px;
  line-height: 28px;
  display: block;
  content: "x";
  cursor: pointer;
  text-decoration: none !important;
  color: #000;
}
.map .layers {
  position: absolute;
  top: 41px;
  right: 41px;
  background: url('../img/layer/texture-dark.png');
  font-size: 12px;
  padding: 5px 10px 2px 10px;
  z-index: 1;
  color: #F3F3F2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow-y: auto;
  overflow-x: none;
}
@media (max-width: 480px) {
  .map .layers {
    top: 8px;
    right: 12px;
  }
}
.map .layers.expanded {
  height: 350px;
}
.map .layers {
  border-bottom: 1px solid #E3E2E1;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
.map .layers .expand {
  background: url('../img/layer/expandExplore.png') 0 0;
  cursor: pointer;
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.map .layers .expanded {
  background-position: 0 -15px;
}
.map .layers > ul {
  padding: 1px;
  margin: 0;
  display: none;
  clear: both;
}
.map .layers.expanded > ul {
  display: block;
}
.map .layers > ul > li {
  list-style: none;
  margin-top: 2px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.map .layers > ul > li span {
  padding: 0 0 0 10px;
  top: -2px;
  position: relative;
}
.expandMap {
  position: absolute;
  bottom: 23px;
  right: 48px;
  width: 32px;
  height: 28px;
  background: url('../img/expand.png');
  z-index: 1;
  cursor: pointer;
  background-position: 0 0;
}
.network-toggle {
  position: absolute;
  top: 55px;
  right: 13px;
  padding: 5px 10px 2px 10px;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 480px) {
  .network-toggle {
    width: 80%;
  }
}
.network-toggle span {
  padding: 0 0 0 15px;
  top: 2px;
  position: relative;
}
.network-toggle span.expanded {
  background-position: 0 -15px;
}
.network-toggle .expand {
  background: url('../img/expandExplore.png') 0 0;
  width: 6px;
  height: 16px;
  cursor: pointer;
  float: right;
  display: inline-block;
  margin-left: 10px;
}
@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 {
    font-size: 13px;
    margin-top: 4px;
  }
}
.network-toggle ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .network-toggle ul {
    margin-top: 2px;
  }
}
.popupWindow ul {
  list-style-type: none;
}
/*# sourceMappingURL=crt-map.css.map */