/**
 * Copyright (C) GOYOURLIFE INC. - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 * Written by Doris Wang <doris.wang@goyourlife.com>, July 2020.
 * 
 * @author Doris Wang <doris.wang@goyourlife.com>
 * @link http://www.goyourlife.com
 * @copyright Copyright &copy; 2020 GOYOURLIFE INC.
 */

 .leftTableContainer {
  padding-left: 25px;
  padding-right: 10px;
  background-color: white;
  padding-bottom: 40px;
}
.mapContainer {
  background-color: white;
  width: 327px;
  height: 595px;
  margin: 0px auto;
}
.text {
  text-decoration: none;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.8;
}
/* data table div */
.tableContainer {
  background-color: white;
  width: 95vw;
  height: 600px;
  margin: 0px auto;
  box-shadow: 3px 3px 9px #a0a5a5;
  margin-top: 15px;
  padding-top: 15px;
}
.button {
  background-color: white;
  width: 80px;
  border-radius: 2.5px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  height: 30px;
  margin-left: 15px;
  outline: none;
}
.table {
  width: 99.8%;
  table-layout: fixed;
  border-spacing: 0px;
  border-collapse: collapse;
}
.table tbody {
  cursor: pointer;
  font-size: 14px;
}
.table td {
  height: 56px;
  text-align: center;
  /* border: 1px solid #EEE; */
}
.table thead tr th,
.table thead tr td {
  position: sticky;
  top: 0px;
  background-color: #3f4a68;
  text-decoration: none;
  font-weight: 100;
  font-family: 'Times New Roman';
  /* letter-spacing: 0.5; */
  color: white;
  line-height: 14px;
  font-size: 13px;
}
.table tr:nth-child(even) {
  background-color: #eeeeee;
}
#clickStationTable tbody tr:hover {
  background-color: #dafff8;
}

.deleteBtn {
  background-color: white;
  width: 60px;
  border-radius: 3px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  height: 30px;
  outline: none;
}
.changeBtn {
  margin-left: 6px;
  background-color: white;
  width: 60px;
  border-radius: 3px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  height: 30px;
  outline: none;
}
.addBtn {
  margin-left: 6px;
  background-color: #0091c3;
  /* width: 70px; */
  border-radius: 3px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  height: 35px;
  outline: none;
  color: white;

  padding: 6px 23px;
  background-size: 13px;
  background-position: 5px;
  background-repeat: no-repeat;
}
.addComfirmBtn {
  margin-left: 6px;
  background-color: #0091c3;
  width: 60px;
  border-radius: 3px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  height: 30px;
  outline: none;
  color: white;
}
.startEditButton {
  background-color: #df2854 !important;
  border-radius: 3px;
  border: 1px #df2854 solid;
  cursor: pointer;
  /* width: 121px; */
  height: 38px;
  color: white;
  outline: none;
  /* margin-bottom: 10px; */

  padding: 6px 23px;
  background-size: 13px;
  background-position: 5px;
  background-repeat: no-repeat;
}
.select {
  background-color: #f2bfff !important;
}
.input {
  width: 70%;
  height: 30px;
  border-radius: 4.5px;
  border: 1px #d2d4d4 solid;
  text-align: center;
  outline: none;
}
.pageNum {
  width: 15px;
  cursor: pointer;
}
.pageClick {
  color: #0091c3;
}
.stationButton {
  margin-left: 10px;
  background-color: #c4c9dc;
  border-radius: 4px 0px 0px 4px;
  border: 1px #d2d4d4 solid;
  cursor: pointer;
  width: 48px;
  height: 69px;
  outline: none;
  float: right;
  font-weight: bold;
  margin-top: 5px;
}
.dialog {
  border-radius: 1;
  display: table;
}
.ui-widget-overlay {
  opacity: 0.5 !important;
  background: rgb(50, 50, 50) !important;
}
.add-input {
  outline: none;
  background: #ffffff;
  border: 1px #d3d3d3 solid;
  width: 260px;
  height: 35px;
  margin-left: 0px;
  margin-right: 12px;
  margin-top: 10px;
}
#dataTable tr:hover {
  background-color: #dafff8;
}
.click {
  background-color: #dafff8;
}
.ui-dialog > .ui-widget-header {
  background: white;
  border: none;
}
.addBtnedit {
  margin-right: 6px;
  background-color: #1db3aa !important;
  /* width: 70px; */
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  border: 1px #1db3aa solid;
  cursor: pointer;
  height: 38px;
  outline: none;
  color: white;

  padding: 6px 23px;
  background-size: 13px;
  background-position: 5px;
  background-repeat: no-repeat;
}
.exportBtn {
  margin-right: 6px;
  /* background-color: #0091C3;  */
  /* width: 70px; */
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  /* border: 1px #d2d4d4 solid; */
  cursor: pointer;
  height: 38px;
  outline: none;
  color: white;

  padding: 6px 23px;
  background-size: 13px;
  background-position: 5px;
  background-repeat: no-repeat;
}
.control {
  float: right;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  font-size: 18px;
  vertical-align: middle;
}
.mapControl {
  margin-right: 6px;
  vertical-align: middle;
  background-color: #3f4a68;
  /* width: 70px; */
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  border: 1px #3f4a68 solid;
  cursor: pointer;
  height: 38px;
  outline: none;
  color: white;
  box-shadow: none;
  /* padding: 6px 23px; */
}

.sample.vector .box {
  background: rgba(0,0,0,.7);
  border-radius: .3em;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  color: #fff;
  left: 1em;
  line-height: 15px;
  top: 1em;
  padding: 0em .5em;
  position: absolute;
  vertical-align: middle;
  height: 38px;
}

.sample.changeMapStyle *~label {
  margin-left: 1em;
  vertical-align: middle;
  line-height: 15px;
}

#displayFilter input {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
label {
  font-size: 13px;
}

.selectTrans {
  line-height: 48px;
  float: left;
  padding: 8px 12px;
  margin: 5px 0px 0px 10px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  outline: none;
}
#areaSelectCity {
  line-height: 48px;
  float: left;
  padding: 8px 12px;
  margin: 5px 0px 0px 10px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  outline: none;
}

.loading {
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 3rem;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* position: absolute; */
  position:fixed;
  text-shadow: 0 0 1em rgba(255, 255, 255, 0.5);
  top: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  width: 100%;
  z-index: 9;
}

.loading.active {
  pointer-events: auto;
  opacity: 1;
}

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

@keyframes loading {
  from {
      text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
      transform: rotate(0deg);
  }
  25% {
      transform: rotate(90deg);
  }
  50% {
      text-shadow: 0 0 1rem white;
      transform: rotate(180deg);
  }
  75% {
      transform: rotate(270deg);
  }
  to {
      text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
      transform: rotate(360deg);
  }
}