* {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
}

body {
  background: #B4DEF7;
  margin: 0;
}

.default {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map {
  width: 100%;
  max-width: 450px;
}

/* Fix IE svg issue */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg#map {
    width: 750px;
    height: 1124px;
    max-width: 450px;
    max-height: 674px;
  }
}

.hero {
  display: block;
  border: 1px solid #777;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: -35px 0 10px 0;
}

.row p {
  margin: 0;
}

.row p:first-of-type {
  width: 160px;
}

.row:last-child {
  margin: 0px 0px 0px 0px;
}

.contextMenu {
  width: 180px;
  background: #fff;
  border: 1px solid #777;
  border-radius: 5px;
  display: none;
  position: absolute;
}

.menuButton {
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #777;
  cursor: pointer;
}

.menuButton:first-of-type {
  border-top-left-radius: 5px;
}

.menuButton:last-child {
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.menuButton:hover {
  background: #eee;
}

.red-border {
  border-right: 3px solid #FF7A7A;
}

.yellow-border {
  border-right: 3px solid #F5A623;
}

.green-border {
  border-right: 3px solid #88B14B;
}

.blue-border {
  border-right: 3px solid #27BBEE;
}

.white-border {
  border-right: 3px solid #fff;
}

.lockedMenu {
  position: fixed;
  right: 20px;
  top: 20px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 110px;
}

@media (min-width:320px)  {
  .lockedMenu {
    right: 5px;
    top: 5px;
  }
}

.button {
  width: 80px;
  height: 30px;
  border: 0;
  border-radius: 5px;
  margin: 0;
  padding: 0;

  background: #fff;
  font-size: 14px;
  color: #333;

  cursor: pointer;
  outline: none;
}

.button:hover {
  background: #eee;
}

.bottomBar {
  width: 100%;
  height: 22px;
  background: #555;

  position: fixed;
  left: 0;
  bottom: 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

a#ref {
  font-size: 8px;
  color: #fff;
}

.github {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.dataTables_filter{
  float: left;
  font-size: 18px;
  font-weight: bold;
  color: #979693; 
  margin: 20px 0px 20px 0px;
  font-family: 微軟正黑體;
}

.dataTables_wrapper .dataTables_length {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
  font-family: 微軟正黑體;
  color: #979693; 
}

.map_icon{
  width: 26px;
  margin: -9px -8px -5px 26px;
}
