body {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.description {
  margin-bottom: 1em;
}
.description li {
  line-height: 1.5em;
  list-style-type: initial;
}
.description li + li {
  margin-top: 0.2em;
}

#map {
  width: 100%;
  height: 400px;
}
#map.saveToFile {
  flex: none;
  height: 600px !important;
  max-width: inherit;
  width: 600px !important;
}

.poiTab {
  border-bottom: 2px solid #a2ccfa;
  display: flex;
  margin-bottom: 2px;
}
.poiTab li {
  background: #cce5ff;
  display: block;
  padding: 0.8em;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
  width: 50%;
}
.poiTab li:not([disabled]) {
  cursor: pointer;
}
.poiTab li:not([disabled]):hover {
  background: rgb(184, 201, 219);
}
.poiTab li[disabled] {
  cursor: default;
  opacity: 0.5;
}
.poiTab li.on {
  background: #a2ccfa;
}

.poiTabContent {
  position: relative;
  /* [2019-10-07 Suncat] For IE11: the child element `li` ignores `box-sizing` while there's a specific `flex-basis` value. It causes content overflow. */
}
.poiTabContent .btn {
  background-color: #555;
  border: none;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
  padding: 6px 12px;
}
.poiTabContent .btn:focus {
  box-shadow: 0 0 0 0.2rem #a5d8ff;
}
.poiTabContent .btn.active {
  background-color: #1c7ed6;
}
.poiTabContent .toggleSchoolDist {
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
  opacity: 0;
}
.poiTabContent .toggleSchoolDist.active {
  opacity: 1;
}
.poiTabContent .toggleRange {
  left: 10px;
  position: absolute;
  top: 50px;
  z-index: 1;
  opacity: 0;
}
.poiTabContent .toggleRange.active {
  opacity: 1;
}
.poiTabContent .toggleRange .input-block {
  margin-top: 6px;
}
.poiTabContent .toggleRange .input-range {
  border-radius: 6px;
  border: 1px solid #dee2e6;
  padding: 6px 6px;
}
.poiTabContent .gomp-ctrl-bottom-right {
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-top-left-radius: 5px;
  display: flex;
  padding: 3px 5px;
  transition: background-color 0.2s, color 0.2s;
}
.poiTabContent .gomp-ctrl-bottom-right:hover {
  background: #fff;
}
.poiTabContent .gomp-ctrl-bottom-right > div {
  background: none;
}
.poiTabContent .gomp-ctrl-scale {
  border-color: #888;
  height: 16px;
  line-height: 1em;
  margin: 0;
  padding: 0 3px 3px 3px;
  text-align: right;
}
.poiTabContent .list {
  display: flex;
}
.poiTabContent .list ul.cat:not(.show) {
  display: none;
}
.poiTabContent .list ul {
  border-left: 2px solid #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  width: 50%;
}
.poiTabContent .list li {
  box-sizing: border-box;
  align-content: center;
  align-items: center;
  flex-basis: 100%;
  transition: background-color 0.2s;
}
.poiTabContent .list li:not(.inactive) {
  cursor: pointer;
}
.poiTabContent .list li:not(.inactive):hover {
  background-color: #cce2fa;
}
.poiTabContent .list li + li {
  border-top: 2px solid #fff;
}
.poiTabContent .list li.active {
  background-color: #a2ccfa;
}
.poiTabContent .list li.inactive {
  opacity: 0.5;
}
.poiTabContent .list li.parking {
  background-image: url("../images/icons/parking.png");
}
.poiTabContent .list li.train {
  background-image: url(../images/icons//train.png);
}
.poiTabContent .list li.bus {
  background-image: url(../images/icons//bus.png);
}
.poiTabContent .list li.subway {
  background-image: url(../images/icons//subway.png);
}
.poiTabContent .list li.school {
  background-image: url(../images/icons//edu.png);
}
.poiTabContent .list li.park {
  background-image: url(../images/icons//park.png);
}
.poiTabContent .list li.service {
  background-image: url(../images/icons//office.png);
}
.poiTabContent .list li.bank {
  background-image: url(../images/icons//bank.png);
}
.poiTabContent .list li.conv {
  background-image: url(../images/icons//conv.png);
}
.poiTabContent .list li.store {
  background-image: url(../images/icons//store.png);
}
.poiTabContent .list li.hospital {
  background-image: url(../images/icons//hospital.png);
}
.poiTabContent .list li.temple {
  background-image: url(../images/icons//temple.png);
}
.poiTabContent .list li.funeral {
  background-image: url(../images/icons//funeral.png);
}
.poiTabContent .list li.trash {
  background-image: url(../images/icons//trash.png);
}
.poiTabContent .list li.gas {
  background-image: url(../images/icons//gas.png);
}
.poiTabContent .list li.people {
  background-image: url(../images/icons//people.png);
}
.poiTabContent .list li.factory {
  background-image: url(../images/icons//factory.png);
}
.poiTabContent ul.cat li {
  background-color: #e3e3e3;
  background-position: 10px center;
  background-repeat: no-repeat;
  display: flex;
  padding-left: 44px;
}
.poiTabContent ul.features {
  height: 100%;
  overflow-y: auto;
  display: block;
}
.poiTabContent ul.features::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  height: 4px;
  width: 4px;
}
.poiTabContent ul.features::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.26);
  border-radius: 3px;
}
.poiTabContent ul.features li {
  background-color: #f2f2f2;
  line-height: 1.3em;
  padding: 0.5em;
}
.poiTabContent ul.features.noResult {
  box-shadow: 0 0 1px #000 inset;
  display: flex;
  justify-content: center;
  text-align: center;
}
.poiTabContent .feature .gomp-popup-content {
  padding-bottom: 10px;
}
.poiTabContent .feature h5 {
  font-size: 1.25em;
  font-weight: bold;
}
.poiTabContent .feature .badge {
  background: #00cac3;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  line-height: 1.5em;
  margin-left: -1px;
  margin-right: 0.3em;
  margin-top: 0.4em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

*::-ms-backdrop {
  display: block;
}

.sample {
  background: #fff;
  height: 100%;
}

.input-range {
  width: 150px;
}

.search-block {
  background-color: #dee2e6;
}
.search-block .input-block {
  padding: 12px;
}
.search-block .input {
  padding: 10px 6px;
  border-radius: 6px;
  border: 1px solid #868e96;
}
.search-block .btn {
  padding: 8px 6px;
  border-radius: 6px;
  border: 1px solid #868e96;
}

.listContainer tr.nimby td {
  color: #ff6b6b;
}

@media (min-width: 1100px) {
  .fullscreenContainer {
    height: 500px;
  }
  .fullscreenContainer .poiTabContent {
    display: flex;
    height: calc(100% - 4px - 2.6em);
  }
  .fullscreenContainer .poiTabContent #map {
    height: 100%;
    width: calc(100% - 400px);
  }
  .fullscreenContainer .poiTabContent .list {
    height: 100%;
    width: 400px;
  }
}
@media (max-width: 1099px) {
  .sample .poiTabContent .list {
    height: 400px;
    margin-top: 2px;
  }
}
#loading {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  font-size: 10vh;
  height: 100vh;
  justify-content: center;
  left: 0;
  pointer-events: none;
  transition: opacity, 0.5s;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
}

#loading.active {
  opacity: 1;
}

#loading.active i {
  animation-duration: 2s;
  animation-name: loading;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes loading {
  from {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    color: #fff;
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  to {
    color: rgba(255, 255, 255, 0.5);
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=index.css.map */