/**
 * 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.
 */

/* title div */
.header { 
    background-color: white;
    background-position: right;
    background-size: 60% 100%;
    background-repeat: no-repeat;
    height: 80px;
    margin: 0;
    padding-left: 15px
}

.text {
    text-decoration: none;
    font-family:'Noto Sans TC',sans-serif;
    letter-spacing: 0.8;
}
/* 查詢 */
.searchBtn {
    background-color:white; 
    width: 80px;
    border-radius: 2.5px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
}

#select {
    outline: none;
    background:#F2F2F2; 
    border:1 #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
    margin-top: 15px;
}
#select2 {
    /* outline: none;
    background:#F2F2F2; 
    border:1 #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
    margin-top: 15px; */
    outline: none;
    background: #FFFFFF; 
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    width: 131px;
    height: 38px;
    margin-right:10px;
}
/* 確定 (選擇表) */
.searchBtn {
    background-color: #FFB701; 
    width: 55px;
    height: 38px;   
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    margin-right:10px;
}
/* 代碼表下載button */
.downloadBtn {
    background-color: #FFFFFF; 
    /* width: 55px; */
    padding-left:10px;
    padding-right:10px;
    height: 38px;   
    border-radius: 5px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
}
.button {
    background-color:white; 
    width: 80px;
    border-radius: 2.5px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    margin-left: 15px;
    outline: none
}
.search-bar {
    outline: none;
    background-color:rgba(255, 255, 255, 1); 
    border: 1px solid rgba(170, 170, 170, 1);
    border-radius: 5px 5px 5px 5px;
    width: 223px;
    height: 38px;
    margin-right:10px;
}
#input {
    outline: none;
    background:#F2F2F2; 
    border:1px #d2d4d4 solid;
    width: 150px;
    height: 30px;
    margin-left:5px;
}
/* 下拉式選單選項 */
.option {
    text-decoration: none;
    font-family:'Noto Sans TC',sans-serif;
    letter-spacing: 0.8;
    color: #646464;
}

.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
}
.addComfirmBtn {
    margin-left: 6px;
    background-color: #0091C3; 
    width: 60px;
    border-radius: 3px;
    border: 1px #d2d4d4 solid;
    cursor: pointer;
    height: 30px;
    outline: none;
    color: white;
}
.change {
    background-color:#FFB701 !important;
}
.delete {
    background-color:#DF2854 !important;
    text-decoration: line-through;
}
.add {
    background-color:#1DB3AA !important;
}
.input {
    width:70%;
    height:30px;
    border-radius: 4.5px;
    border: 1px #d2d4d4 solid;
    text-align:center;
    outline: none
}
.fix {
    text-align: center;
    position: absolute;
    top: 10%;
    width: 100%;
    color: white;
    z-index:1;
}
.a {
    padding: 10px;
    border-radius: 4px;
    background-color: black;
    opacity: 0.7;
}
/**
 * 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.
 */

.header { 
    /* background-color: white; */
    /* background-position: right; */
    /* background-size: 60% 100%; */
    /* background-repeat: no-repeat; */
    background-color:rgba(32, 53, 106, 1);
    height:50px;
    color: white;
    margin: 0;
    padding-left: 15px;
    text-align: left;
    padding-top: 13px;
}
.tab1Btn {
    height:56px; 
    width:150px;
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
}
.tab1BtnClick {
    background-size: contain; 
    height:56px; 
    width:160px;    
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
    border-bottom: 6px solid rgba(92, 118, 202, 1);
}
.tab2Btn {
    height:56px; 
    width: 250px;
    /* background-color: red; */
    cursor: pointer;
    text-align: center;
}
.tab2BtnClick {
    background-size: contain; 
    height:56px; 
    width: 250px;
     /* background-color: red; */
    cursor: pointer;
    text-align: center;
    border-bottom: 6px solid rgba(92, 118, 202, 1);
}
/* .tab3Btn {
    background-size: contain; 
    height:65px; 
    width:170px;
    background-image: url("bf9f399c/css/<?php echo ROOT_RS_URL; ?>/images/tab3.png");
    cursor: pointer;
}
.tab3BtnClick {
    background-size: contain; 
    height:65px; 
    width:170px;
    background-image: url("bf9f399c/css/<?php echo ROOT_RS_URL; ?>/images/tab3Click.png");
    cursor: pointer;
} */
.loginBtn {
    width: 85px;
    height: 30px;
    background-color: black;
    border-radius: 4.2px;
    border: none;
    color: white;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
    font-size: 15px;
    font-family:'Noto Sans TC',sans-serif;
    float:right;
    margin-right:3%;
    vertical-align: -50%;
    margin-top: 25px
}

/**
 * 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);
  }
}
/**
 * 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.
 */
 
.tab {
  display: none;
}

label {
  width: 111px;
  height: 21px;
}

.link-top {
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #6e6e6e;
}
.add {
  background-color: #1db3aa !important;
}
input {
  border-radius: 5px;
  border-width: 1px;
  height: 31px;
  border: 1px solid #c2c2c2;
}
textarea {
  border-radius: 5px;
  border-width: 1px;
  border: 1px solid #c2c2c2;
}

input:focus {
  outline: none;
}

#addDataForm input:read-only {
  border: none;
  background-color: white;
}

input.success {
  border-color: #1db3aa;
  border-width: 2px;
}

input.invalid {
  border-color: #e12e4b;
  border-width: 2px;
}

.step_button_edit {
  /* width: 92px; */
  /* height: 32px; */
  border-radius: 3px;
  border: #ffffff;
  opacity: 1;
  color: white;
  font-size: 12px;

  padding: 6px 23px;
  background-size: 13px;
  background-position: 5px;
  background-repeat: no-repeat;
}

#add_step_edit_button {
  background-color: #1db3aa;
}

#edit_step_edit_button {
  background-color: #feb600;
}

#cancel_step_edit_button {
  background-color: #999999;
}

#confirm_step_edit_button {
  background-color: #cc3433;
}

#mail_button {
  /* width: 118px; */
  background-color: #feb600;
}

.step_button {
  /* background: #cc3433 0% 0% no-repeat padding-box; */
  width: 198px;
  height: 46px;
  border-radius: 5px;
  opacity: 1;
  background-color: #cc3433;
  color: #ffffff;
  border: none;
  /* padding: 10px 20px; 
    padding: 28px 18px 13px;
*/
  font-size: 17px;
  cursor: pointer;
}

.station_button {
  font-size: 16px;
  width: 99px;
  height: 39px;
  border-radius: 5px;
  background-color: #cc3433;
  color: #ffffff;
  cursor: pointer;
  border: none;
}

#previewBtn {
  background-color: #999999;
}

.step_button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #999999;
}

/* Make circles that indicate the steps of the form: */
.stepwizard {
  display: table;
  text-align: center;
  width: 696px;
  left: 96px;
  position: relative;
}

#step_row {
  margin-top: 40px;
  display: table-row;
}

.step_single {
  text-align: center;
  display: table-cell;
  position: relative;
}

.step {
  vertical-align: middle;
  /* padding: 7px 0; */
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 50%;
  background-color: #2f406b;
  text-align: center;
  /* opacity: 0.5; */
  display: table-cell;
  /* position: relative; */
  border: none;
  color: #ffffff;
  font-weight: 900;
}

.step-last {
  width: 40px;
  height: 40px;

  vertical-align: middle;
  /* padding: 7px 0; */

  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 50%;
  background-color: #2f406b;
  text-align: center;
  /* opacity: 0.5; */
  display: table-cell;
  /* position: relative; */
  border: none;
  color: #ffffff;
  font-weight: 900;
}

.step_text {
  font-size: 14px;
  text-align: left;
  margin: -3px;
  margin-top: 5px;
  color: #2f406b;
  font-weight: 900;
}

.step_text.active {
  color: #e12e4b;
}

.step_text.finish {
  color: #e12e4b;
}

.step::after {
  top: 18px;
  bottom: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #2f406b;
}

.step.active::after {
  top: 18px;
  bottom: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #de374b;
}

.step.finish::after {
  top: 18px;
  bottom: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #de374b;
}

.step.active {
  /* background-color: #2f406b; */
  background-color: #e12e4b;
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step-last.finish {
  background-color: #e12e4b;
}

.step-last.active {
  background-color: #e12e4b;
}

.step.finish {
  background-color: #e12e4b;
}

.ui-dialog > .ui-widget-header {
  background: #20356a;
  border: none;
  margin: 0px;
  color: white;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0em 0em !important;
  background: none;
  overflow: auto;
  background-color: white;
}
.ui-dialog {
  padding: 0px !important;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.8em 1em !important;
  position: relative;
}
.ui-widget-content {
  border: none !important;
}

.stationtable {
  width: 99.8%;
  table-layout: fixed;
  border-spacing: 0px;
  border-collapse: collapse;
}
.stationtable tbody {
  cursor: pointer;
  font-size: 14px;
}
.stationtable td {
  height: 56px;
  text-align: center;
  /* border: 1px solid #EEE; */
}
.stationtable thead tr th,
.stationtable thead tr td {
  position: sticky;
  top: 0px;
  background-color: #3f4a68;
  text-decoration: none;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.5;
  color: white;
  line-height: 14px;
}
.stationtable tr:nth-child(odd) {
  background-color: #eeeeee;
}
.stationtable tr:hover {
  background-color: #f4af00 !important;
}
.stopNameFocus {
  background-color: #f4af00 !important;
}
.addDialogTeach {
  text-align: center;
  position: absolute;
  top: 85%;
  /* width: 30%; */
  color: white;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.teachTextDisplay {
  padding: 10px 30px 10px 30px;
  border-radius: 4px;
  background-color: black;
  opacity: 0.7;
}
.dialogText {
  border-bottom: #121d39 2px solid;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 800;
  width: 80%;
}

