@charset "UTF-8";
/*! mixins */
/*----------------------------------------------
 *key options                                  
 *- top-left,top-right,bottom-left,bottom-right
-----------------------------------------------*/
/*---------------------------------------
 *media queries                         
 *- break points options from variables:
 *  $bp-xs: 576px;                        
 *  $bp-sm: 768px;                        
 *  $bp-md: 992px;                        
 *  $bp-lg: 1200px;                       
----------------------------------------*/
body, html {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
}

body {
    background: url("../../../images/background/bg.png");
}

* {
  font-size: 0.98rem;
}

.btn {
  font-size: 0.9rem;
}

.bs-cover.tab-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.table:last-child {
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(65, 133, 234, 0.05);
}
.table-striped tbody td,
.table-striped tbody th {
  border-top: 1px solid rgba(0, 37, 74, 0.1);
}

.close span {
  font-size: 1.5rem;
}

#box-measure .esri-distance-measurement-2d__container {
  padding: 0;
}
#box-measure .esri-distance-measurement-2d__actions {
  padding: 0;
}
#box-measure .esri-button,
#box-measure .esri-elevation-profile__header button {
  border-radius: 3px;
  font-size: 0.9rem;
}

#box-print .esri-widget {
  background-color: transparent;
}
#box-print .esri-print__header-title {
  display: none;
}
#box-print .esri-print {
  padding: 0;
}
#box-print .esri-print__layout-section,
#box-print .esri-print__map-only-section {
  background-color: white;
  padding: 0.5rem;
  border: 1px solid rgba(110, 110, 110, 0.3);
}
#box-print .esri-print__layout-section {
  border-radius: 0 3px 3px 3px;
}
#box-print .esri-print__map-only-section {
  border-radius: 3px 0 3px 3px;
}
#box-print .esri-print__layout-tab {
  border-radius: 3px 3px 0 0;
}

.esri-widget label {
  display: inherit;
  margin-bottom: inherit;
}

.esri-button {
  background-color: #007bff;
  border-radius: 3px;
  font-size: 0.9rem;
}
.esri-button:hover {
  background-color: #0062cc;
}

.footable-filtering {
  display: none;
}

.footable-empty td {
  opacity: 0.5;
  font-weight: bold;
  font-size: 20px !important;
}
.footable-empty td:before {
  display: block;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 50px;
  text-decoration: none;
  line-height: 1.2;
}

.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.footable-details.table > tbody > tr > td,
.footable-details.table > tbody > tr > th,
.footable-details.table > tfoot > tr > td,
.footable-details.table > tfoot > tr > th,
.footable-details.table > thead > tr > td,
.footable-details.table > thead > tr > th,
.footable.table > tbody > tr > td,
.footable.table > tbody > tr > th,
.footable.table > tfoot > tr > td,
.footable.table > tfoot > tr > th,
.footable.table > thead > tr > td,
.footable.table > thead > tr > th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footable-details > tbody > tr > th:nth-child(1) {
  width: auto;
}
.footable-details th {
  white-space: nowrap;
}
.l-right-box .footable-details th {
  white-space: normal;
}
.footable-details td {
  white-space: nowrap;
  width: auto !important;
}
.l-right-box .footable-details td {
  white-space: normal;
}

.o-box__content .form-group {
  margin-bottom: 1px;
  align-items: center;
}

*, .l-right-box__nav {
  scrollbar-width: thin;
}
::-webkit-scrollbar, .l-right-box__nav::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-track, .l-right-box__nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
::-webkit-scrollbar-thumb, .l-right-box__nav::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.55);
}

.u-overflow-y::-webkit-scrollbar {
  width: 7px;
}

.l-right-box__nav::-webkit-scrollbar, .u-overflow-x::-webkit-scrollbar {
  height: 7px;
}

.u-overflow-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.u-overflow-y {
  overflow-x: hidden;
  overflow-y: auto;
}

.u-xs-show {
  display: none;
}

@media screen and (max-width: 576px) {
  .u-xs-hide {
    display: none !important;
  }
  .u-xs-show {
    display: block !important;
  }
  .u-xs-flex-show {
    display: flex !important;
  }
}
.u-sm-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sm-hide {
    display: none !important;
  }
  .u-sm-show {
    display: block !important;
  }
  .u-sm-flex-show {
    display: flex !important;
  }
}
.u-md-show {
  display: none;
}

@media screen and (max-width: 992px) {
  .u-md-hide {
    display: none !important;
  }
  .u-md-show {
    display: block !important;
  }
  .u-md-flex-show {
    display: flex !important;
  }
}
.u-lg-show {
  display: none;
}

@media screen and (max-width: 1200px) {
  .u-lg-hide {
    display: none !important;
  }
  .u-lg-show {
    display: block !important;
  }
  .u-lg-flex-show {
    display: flex !important;
  }
}
/* jquery ui -cover- */
.ui-tooltip {
  z-index: 9999;
}

.ui-tooltip.ui-widget.ui-widget-content {
  display: inline-block !important;
  font-size: 0.9rem;
  font-family: microsoft jhenghei;
  padding: 10px;
  border-radius: 5px;
  position: absolute !important;
}

.ui-button, .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #ecf5fb;
  border-bottom: 2px solid #d7e5f1;
  border-radius: 5px;
}

.ui-slider-horizontal {
  font-size: 0.8em;
  height: 0.8em;
}

.ui-widget.ui-widget-content {
  border: none;
  background-color: #ffffff;
  border: 1px solid #d7e5f1;
}

.ui-slider .ui-slider-handle {
  background-color: white !important;
  border: 1px solid #cde1f3 !important;
}

.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider-range {
  background: #52a2e4 !important;
}

/* layout */
#myList {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}

#myList li {
  position: relative;
  margin: 0 3px 3px 3px;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 0.95rem;
  /* height: 18px; */
  cursor: pointer;
  font-family: microsoft jhenghei;
}

#myList li > span {
  position: absolute;
  margin-left: -1.3em;
}

#myList li > .layerBtns {
  position: relative;
  top: 3px;
  margin-left: inherit;
  float: right;
  opacity: 0.5;
}

#myList li > .layerBtns.legend.selected {
  background-color: #FFC107;
  box-shadow: 0 0 0 2px #ffbc00;
  border-radius: 100%;
  padding: 0px;
}

#myList li > .layerBtns:active {
  top: 2px;
}

#myList li > .layerBtns:hover {
  opacity: 1;
}

#myList li > img {
  width: 16px;
}

#myList li .divSlider {
  position: relative;
  width: 96%;
  z-index: 1;
  display: none;
  margin: 5px 0;
}

#layerBox {
  position: absolute;
  width: 300px;
  background-color: #fff;
  height: calc(100% - 20px);
  font-family: microsoft jhenghei;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 1;
  display: none;
}

#layerBox .title {
  margin: 10px;
  margin-right: 4px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 1.1em;
}

#layerBox .title img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

#layerBox .title .addLayerBtn {
  float: right;
  color: #ffffff;
  font-size: 1em;
  background-color: #79b92e;
  border-radius: 4px;
  padding: 3px 9px;
  line-height: initial;
  cursor: pointer;
  font-weight: normal;
  transition: 0.3s;
}

#layerBox .title .addLayerBtn:hover {
  background-color: #62b108;
  box-shadow: 2px 2px 7px #d0d0d0;
}

#layerBox .title .addLayerBtn:active {
  position: relative;
  top: 1px;
}

#layerBox .title .addLayerBtn img {
  margin-left: 5px;
  transition: 0.3s;
  position: relative;
  top: 2px;
  /* padding-left: 5px; */
  /* border-left: 1px solid #54a057;
  box-shadow: inset 1px 0 0 #8BC34A; */
}

#layerBox .title .addLayerBtn.opened {
  box-shadow: 0 0 1px 1px #b5e62a;
  background-color: #fff;
  color: #79b92e;
  opacity: 0;
}

#layerBox .title .addLayerBtn.opened img {
  transform: rotate(45deg);
}

/* 新增圖層區 */
.pop-layerList {
  position: fixed;
  background-color: #599de0;
  width: 200px;
  height: 100%;
  right: 295px;
  top: 55px;
  display: none;
  z-index: 1;
  height: calc(100% - 82px);
}

ul.list-title {
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 2em;
  overflow: auto;
  height: calc(100% - 21px);
}

ul.list-title > li {
  padding: 0 5px;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 0 5px #3c70a5;
  font-size: 14px;
  line-height: 2.8;
}

ul.list-title > li.selected {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

ul.list-content {
  box-sizing: border-box;
  position: absolute;
  right: 200px;
  margin: 0;
  padding: 10px;
  width: 235px;
  height: 100%;
  background-color: #fff;
  list-style: none;
  line-height: 2em;
  display: none;
  /*box-shadow: 3px 0 5px #d4d4d4;*/
  overflow: auto;
  top: 0;
}

ul.list-content li {
  position: relative;
  padding: 5px 0;
  border-radius: 5px;
  color: #616161;
  text-shadow: none;
}

ul.list-content li span {
  display: inline-block;
  max-width: 179px;
}

ul.list-content li:after {
  border-bottom: 1px solid #dfedf7;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

ul.list-content li.disable {
  color: #ccc9c9;
  cursor: not-allowed;
}

ul.list-content li:hover {
  background-color: #cde2f6;
}

ul.list-content li.disable:hover {
  background-color: transparent;
}

ul.list-content li img {
  float: right;
  position: relative;
  top: 8px;
}

#tip {
  padding: 10px 0px;
  margin: 0 8px;
  border: 1px solid #d7e5f1;
  border-right: none;
  border-left: none;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5em;
}

.pop-legendList {
  position: fixed;
  background-color: #f8f7f6;
  border-left: 1px solid #eee;
  padding: 10px;
  padding-right: 25px;
  height: 100%;
  right: 295px;
  top: 55px;
  box-sizing: border-box;
  display: none;
  overflow: auto;
  min-width: 170px;
  color: #000;
}

.pop-legendList ul {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.pop-legendList li {
  list-style: none;
  line-height: 2em;
  color: #454545;
  cursor: default;
  font-size: 14px;
  font-weight: normal;
}

.pop-legendList li img {
  position: relative;
  top: 2px;
}

.close-btn {
  position: absolute;
  box-shadow: 2px 0 5px #cacaca;
  padding: 7px 9px;
  border-radius: 5px 0px 0px 5px;
  top: 0;
  left: -32px;
  cursor: pointer;
  background-color: #fff;
}

#layerBox .close-btn {
  left: 320px;
}

#layerBox .pop-legendList .close-btn {
  right: 0px;
  box-shadow: none;
  position: absolute;
  left: initial;
  top: 0px;
  background-color: transparent;
}

#layerBox .pop-layerList .close-btn {
  position: fixed;
  left: 756px;
  z-index: 1;
  top: 44px;
}

.close-btn img {
  width: 14px;
  opacity: 0.6;
  transition: 0.5s;
}

.close-btn:hover img {
  opacity: 1;
}

.addLayerBtn {
  float: left;
  font-weight: normal;
  font-size: 1rem;
  background-color: #8BC34A;
  border-radius: 3px;
  padding: 1px 5px;
  cursor: pointer;
}

.tocTitle {
  max-width: 65.6%;
  display: inline-block;
}

/* init */
* {
  box-sizing: border-box !important;
  font-family: microsoft jhenghei;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

/* MIS 都計案件列表 */
.project_btn.pdf {
  border-color: #d23024;
}

#div_loginInfo {
  text-align: right;
  width: 100%;
  margin-top: 7px;
}

.btn_group {
  padding: 0px 5px;
  margin-bottom: 5px;
  border-radius: 2px;
}

.btn_group .title {
  display: inline-block;
  margin-right: 5px;
  color: #4e4e4e;
  font-weight: bold;
  vertical-align: middle;
}

.btn_group a {
  display: inline-block;
  vertical-align: middle;
}

.btn_group i {
  position: relative;
  padding: 0px;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 24px;
  vertical-align: middle;
  top: 1px;
}

.btn_group.C3 i {
  background-color: #1e88e5;
  color: #fff;
}

.btn_group.C3 i:hover {
  background-color: #1976D2;
}

.btn_group.C4 i {
  background-color: #ffc107;
  color: #fff;
}

.btn_group.C4 i:hover {
  background-color: #ffb300;
}

.blankPage {
  width: calc(100% - 30px);
  min-height: calc(100% - 30px);
  background-color: #fff;
  position: absolute;
  z-index: 10;
}

.blankPage ~ * {
  display: none !important;
}

.iframe .ui.input.loading {
  left: 0;
  top: 0;
}

.iframe .ui.loading.loading.input > i.icon:before {
  left: inherit;
  right: 1rem;
}

.iframe .ui.loading.loading.input > i.icon:after {
  left: inherit;
  right: 1rem;
}

.l_inline-box {
  font-size: 0px;
}

.l_inline-box .loading {
  line-height: 1;
}

.l_inline-box .header {
  font-size: 18px;
  margin: inherit;
  margin-top: 10px;
  height: 40px;
}

.l_inline-box button {
  border: none;
  background: none;
}

.l_inline-box .header img {
  height: 25px;
  vertical-align: middle;
}

.m_inline-box {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 50%;
  padding: 0 1rem;
}

.m_inline-box.p30 {
  width: 30%;
  vertical-align: top;
}

.m_inline-box.p70 {
  width: 70%;
  vertical-align: top;
}

.m_inline-box:first-child {
  padding-left: 0;
}

.m_inline-box:last-child {
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .l_inline-box .m_inline-box {
    width: 100%;
    padding: 0;
  }
}
.ui.segment[class*="bottom attached"] {
  margin-bottom: 0;
}

.ui[class*="top attached"].menu {
  margin-top: 0;
  min-height: 2.357143em;
}

.ui.tabular.menu .item {
  color: #878787;
  background-color: #f1f1f1;
  border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  padding: 0 1.42857143em;
}

.ui.styled.accordion .accordion .title, .ui.styled.accordion .title {
  padding: 0.75em 0em;
}

.ui.tabular.menu .item:hover {
  background-color: #f1f1f1;
}

.ui.tabular.menu .active.item:hover {
  background-color: #fff;
}

.ui.bottom.attached.tab.segment.active {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 280px;
  min-height: 280px;
}

/* identify card style */
.ui.bottom.attached.tab.segment.overflow {
  overflow: auto;
}

.ui.bottom.attached.card-content {
  font-size: 14px;
  white-space: nowrap;
  background-color: #f7f7f7;
}

.card-content .card {
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  min-width: 350px;
  max-height: 235px;
  min-height: 235px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px #dadada;
  margin-right: 10px;
  overflow-y: auto;
  position: relative;
}

.card-content .card .loading {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  text-align: center;
  line-height: 300px;
  display: none;
}

.loading {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  text-align: center;
  line-height: 300px;
  display: none;
  z-index: 1;
}

.ui.mini.statistic {
  width: 60px;
  margin: 0.3rem 0;
}

.card .title {
  background-color: #E3F2FD;
  padding: 5px;
  color: #3188ce;
  border: 1px solid #9dc8ea;
  border-radius: 3px;
  display: block;
  margin-bottom: 5px;
}

.card .header {
  font-size: 16px;
  border-bottom: 1px solid #b3cbd8;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.card .areaTitle {
  line-height: 30px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 10px;
  font-size: 28px;
  font-weight: bold;
  font-weight: bold;
}

.ui.mini.horizontal.statistic > .value, .ui.mini.horizontal.statistics .statistic > .value, .ui.mini.statistic > .value, .ui.mini.statistics .statistic > .value {
  font-size: 1.3em !important;
}

#box_zoneColor {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 6px #d8d8d8;
  top: 3px;
}

hr {
  height: 1px;
  background-color: #b3cbd8;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card .cl-2 {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/* 街景 */
#divNoStreetView {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 32;
  transition: 0.3s;
  line-height: 300px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  display: none;
  z-index: 40;
}

#divStreetView img:hover {
  opacity: 1;
}

.search_table {
  margin-bottom: 5px;
}

.cadasList_btn {
  position: relative;
  top: -4px;
  background: none;
  border: none;
  font-size: 0;
  width: 23px;
  height: 23px;
  background-size: cover;
}

.btn_LocateCadastre {
  background-image: url(/TCPublic/images/locate.png);
}

.btn_LocateCadastral_remove {
    background-image: url(/TCPublic/images/del.png);
}

.search_table td {
  font-size: 14px;
  padding: 2px 5px;
}

.search_table select {
  width: 100%;
}

.search_table.inline tr {
  display: inline-block;
}

.btn_color {
  margin-right: 5px;
  color: #fff;
  cursor: pointer;
  width: 60px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px #909090;
  padding: 2px 0;
  padding-left: 5px;
  border-radius: 2px;
}

span.btn_color.C1 {
  background-color: #5BC0DE;
  border-bottom: 1px solid #28a1c4;
}

span.btn_color.C1:hover {
  background-color: #28a1c4;
}

span.btn_color.C2 {
  background-color: #d4d4d4;
  cursor: default;
  padding-left: 0;
}

span.btn_color.C2 a {
  cursor: default;
}

span.btn_color.C3 {
  background-color: #1E88E5;
  border-bottom: 1px solid #0b63b9;
  padding-right: 5px;
}

span.btn_color.C3:hover {
  background-color: #1976D2;
}

span.btn_color.C4 {
  background-color: #FFC107;
  border-bottom: 1px solid #eca604;
}

span.btn_color.C4:hover {
  background-color: #ffb300;
}

span.btn_color.W100 {
  width: 100%;
  min-width: 70px;
}

span.btn_color a {
  color: #fff;
}

.blink {
  transition: 0.5s;
  color: #d60f00;
}

.cadasList_btn {
  position: relative;
  top: -4px;
  background: none;
  border: none;
  font-size: 0;
  width: 23px;
  height: 23px;
  background-size: cover;
}

.btn_LocateCadastre {
    background-image: url(/TCPublic/images/locate.png);
}

.btn_LocateCadastral_remove {
    background-image: url(/TCPublic/images/locate.png);
}

.search_table td {
  font-size: 14px;
  padding: 2px 5px;
}

.search_table select {
  width: 100%;
}

.search_table.inline tr {
  display: inline-block;
}

.custom-checkbox-disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f0f0f0;
  position: relative;
  cursor: not-allowed;
}

.custom-checkbox-disabled:checked {
  background-color: #999;
  border-color: #999;
}

.custom-checkbox-disabled:checked::after {
  content: "✔";
  color: #007bff;
  font-size: 18px;
  position: absolute;
  top: -6px;
  left: 2px;
}

.custom-checkbox-disabled:disabled {
  background-color: rgba(247, 247, 247, 0.6274509804);
  border-color: #aaa;
}

.l-menu {
  position: absolute;
  top: 0;
  left: -250px;
  background-color: rgba(244, 249, 255, 0.8);
  width: 250px;
  height: 100%;
  z-index: 10;
  transition: 0.3s;
  overflow: auto;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.l-menu__list-content {
  height: calc(100% - 56px);
  overflow: auto;
  overflow-x: hidden;
}

.l-body {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: 0.3s;
}

.l-header {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 0.95rem;
}

.l-content {
  width: 100%;
  height: calc(100% - 40px);
  overflow: hidden;
}

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  letter-spacing: 1px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  padding: 0 16px;
  border-radius: 0 3px 0 0;
  z-index: 5;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.l-left-box {
  width: 300px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s;
}

.l-right-box {
  width: 300px;
  height: 100%;
  transition: 0.3s;
}

.l-top-box {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.l-bottom-box {
  width: 100%;
  height: 100px;
  margin-top: 10px;
  transition: 0.3s;
}

.l-map {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  background-color: #aad3df;
}

.l-maptool-box {
  position: absolute;
}
.l-maptool-box .ui.custom {
  position: absolute;
  width: calc(100% - 16px);
  display: none;
}

.l-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(13, 23, 31, 0.35);
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}

.l-left-box .remove {
  position: absolute;
  font-size: 20px;
  right: 0;
  margin-right: 20px;
  top: 14px;
  cursor: pointer;
  z-index: 7;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.l-left-box .remove:hover {
  color: #f00;
}

.l-right-box .nav-pills .nav-link.active,
.l-right-box .nav-pills .show > .nav-link {
  position: relative;
  font-size: 1.1rem;
  top: -3px;
  font-weight: bold;
  text-decoration: underline;
  color: #0042bb;
  background-color: transparent;
}
.l-right-box .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.l-right-box .swipable-myTabContent .table th {
  padding: 0.25rem;
}

/* footer */
.l-footer span {
  font-size: 12px;
}

.l-header__img {
  margin-right: 5px;
}
.l-header__text {
  display: inline-flex !important;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #157881;
  letter-spacing: 0.5px;
}
.l-header div {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.l-header div .nav-link {
  padding: 0%;
}
.l-header__web-name {
  font-weight: bold;
}
.l-header__links {
  height: 40px;
  float: right;
}
.l-header__links-item {
  color: #1a6067;
  margin-right: 15px;
  opacity: 0.8;
  cursor: pointer;
}
.l-header__links-item * {
  color: #1a6067;
}
.l-header__links-item:hover {
  opacity: 1;
}
.l-header .marqee {
  height: 2em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 300px;
  margin-left: 30px;
  border-radius: 3px;
  border: 2px inset;
  background: #e7ebf2;
}
.l-header .marqee > ul {
  padding-left: 0;
  display: flex;
  list-style-type: none;
  animation: marqee 30s linear infinite;
  position: absolute;
}
.l-header .marqee > ul > li {
  white-space: nowrap;
  margin-right: 2em;
  font-weight: bold;
  color: rgb(11, 11, 11);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@keyframes marqee {
  0% {
    left: 100%;
    transform: translateX(0%);
  }
  100% {
    left: 0;
    transform: translateX(-100%);
  }
}
.l-header .dataUpdate {
  width: 160px;
  position: fixed;
  right: 320px;
}
.l-header .dataUpdate span {
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 1140px) {
  .l-header .marqee {
    width: 200px;
  }
  .l-header .dataUpdate {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header .marqee {
    display: none;
  }
  .l-header .dataUpdate {
    display: none;
  }
}

/*! mixins */
/*----------------------------------------------
 *key options                                  
 *- top-left,top-right,bottom-left,bottom-right
-----------------------------------------------*/
/*---------------------------------------
 *media queries                         
 *- break points options from variables:
 *  $bp-xs: 576px;                        
 *  $bp-sm: 768px;                        
 *  $bp-md: 992px;                        
 *  $bp-lg: 1200px;                       
----------------------------------------*/
img.o-layer__list-btn {
  width: 16px;
  height: 16px;
}

.o-layer {
  padding: 5px 0;
  list-style-type: none;
  overflow: auto;
  margin: 0;
}
.o-layer__list {
  position: relative;
  margin: 0 3px 5px 3px;
  padding: 5px;
  font-size: 1rem;
  cursor: pointer;
  background-color: white;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
  text-align: justify;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-layer__list label {
  margin-bottom: 0;
}
.o-layer--is-draggable .o-layer__list {
  padding-left: 25px;
}
.o-layer__list:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.o-layer__list:after {
  font-family: "fontello";
  content: "\e80a";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 5;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #007bff;
}
.o-layer__list:before {
  content: "此比例尺下無法顯示";
  position: absolute;
  width: 100%;
  top: calc(50% + 10px);
  left: 0;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 6;
  font-size: 14px;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  color: #007bff;
  display: none;
  background-color: white;
}
.o-layer__list.is-invisible:before, .o-layer__list.is-invisible:after {
  display: block;
}
.o-layer__list.is-selected {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 2px rgba(0, 0, 0, 0.5);
}
.o-layer__list-placeholder {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  height: 55px;
  margin: 0 3px 5px 3px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-align: center;
}
.o-layer__list-placeholder:before {
  position: relative;
  top: -2px;
  font-family: "fontello";
  content: "\e83f";
  width: 1em;
  line-height: 55px;
  margin-right: 15px;
  opacity: 0.3;
  font-size: 18px;
}
.o-layer__list-placeholder:after {
  position: relative;
  content: "拖曳至此";
  line-height: 55px;
  opacity: 0.3;
  top: -2px;
  font-size: 16px;
}
.o-layer__options {
  position: relative;
  line-height: 24px;
  cursor: default;
}
.o-layer__options:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: calc(100% - 60px);
  height: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  display: none;
}
.is-disabled .o-layer__options:after {
  display: block;
}
.o-layer__list-btn-group {
  display: inline-block;
  vertical-align: middle;
  float: right;
  line-height: 24px;
  font-size: 0;
}
.o-layer__list-legendicon {
  width: 20px;
  height: 20px;
  margin-bottom: 11px;
}
.o-layer__list-btn {
  position: relative;
  display: inline-block;
  opacity: 0.7;
  font-size: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.o-layer__list-btn:hover {
  color: #007bff;
  opacity: 0.9;
}
.o-layer__list-btn--cursor-default {
  cursor: default;
}
.o-layer__list-btn.is-active {
  background-color: #ffc107;
  box-shadow: 0 0 0 2px #ffbc00;
  border-radius: 100%;
  padding: 0px;
}
.o-layer__slider {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  height: 4px !important;
  background: #ececec;
  border-radius: 3px;
  border: none !important;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 1 !important;
}
.o-layer__slider .ui-slider-handle {
  background-image: none;
  background-color: white !important;
  border-radius: 100%;
  top: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.o-layer__slider .ui-slider-handle:focus {
  outline: none;
}
.o-layer__moveArea {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 0;
  opacity: 0.35;
  display: inline-block;
  height: 100%;
  line-height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: move;
  padding: 0 1px;
  transition: 0.3s;
}
.o-layer__moveArea:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.05);
}
.o-layer__moveArea img {
  position: relative;
  top: 50%;
  margin-top: -18px;
  cursor: move !important;
}
.o-layer__visible-img {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: url("/TCPublic/images/tocPage/vis-on.png");
}
.is-disabled .o-layer__visible-img {
    background: url("/TCPublic/images/tocPage/vis-off.png");
}
.o-layer__visible-radio {
  position: relative;
  display: inline-block;
}
.o-layer__tooltip table {
  text-align: left;
  font-size: 12px;
  margin: 5px 0;
}
.o-layer__tooltip table td {
  padding: 5px;
}
.o-layer__tooltip table td:first-child {
  width: 70px;
}
.o-layer__tooltip table tr {
  border-radius: 3px;
}
.o-layer__tooltip table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.o-layer__tooltip hr {
  margin: 5px 0;
  border-color: rgba(255, 255, 255, 0.3);
}
.o-layer__tooltip-content {
  font-size: 14px;
}

.o-icon-list {
  padding: 0;
  margin: 0;
}
.o-icon-list__item {
  position: relative;
  list-style: none;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding-right: 30px;
  color: rgba(0, 0, 0, 0.8);
  word-break: break-all;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-icon-list__item:hover {
  background-color: rgba(230, 230, 230, 0.3);
  border-radius: 3px;
}
.o-icon-list__item.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.o-icon-list__item.is-disabled:hover {
  background-color: transparent;
}
.o-icon-list__legend-icon {
  width: 25px;
  height: 25px;
  margin-bottom: 3px;
}
.is-disabled .o-icon-list__legend-icon {
  opacity: 0.3;
}
.o-icon-list__action-btn {
  position: absolute;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url(../../../images/tocPage/add.png);
  top: 50%;
  transform: translate(0, -50%);
}
.is-disabled .o-icon-list__action-btn {
  background: url(../../../images/tocPage/added.png);
}
.o-icon-list__group-action-btn {
  position: absolute;
  right: -20px;
  width: 16px;
  height: 16px;
  background: url(../../../images/tocPage/group-add.png);
  top: 10px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.is-disabled .o-icon-list__group-action-btn {
  background: url(../../../../images/tocPage/added.png);
}

.list-content {
  box-sizing: border-box;
  position: fixed;
  left: 510px;
  top: 10px;
  margin: 0;
  padding: 10px;
  width: 230px;
  min-width: 230px;
  height: calc(100% - 30px);
  background-color: #fff;
  list-style: none;
  line-height: 2em;
  display: none;
  overflow: auto;
  z-index: 999999;
}
.list-content.with-topbar {
  top: 50px;
  height: calc(100% - 70px);
}
.list-content li {
  position: relative;
  padding: 5px 0;
  border-radius: 3px;
  color: #616161;
  text-shadow: none;
}
.list-content li span {
  display: inline-block;
  max-width: calc(100% - 25px);
  vertical-align: middle;
  word-break: break-all;
}
.list-content li img {
  float: right;
  position: relative;
  top: 5px;
  z-index: 1;
  vertical-align: middle;
}
.list-content li img:last-child {
  margin-right: 5px;
}
.list-content li:after {
  border-bottom: 1px solid #dfedf7;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.list-content li.disable {
  color: #ccc9c9;
  cursor: not-allowed;
}
.list-content li.disable:hover {
  background-color: transparent;
}
.list-content li:hover {
  background-color: #eef4f9;
}

/* jquery ui -cover----------- */
.ui-slider-range {
  background: #007bff !important;
}

.l-map {
  font-size: 0;
  width: 100%;
  height: 100%;
}
.l-map--2D .l-map__3D,
.l-map--2D .l-map__drag-handle,
.l-map--2D .l-map__compare,
.l-map--2D .l-map__timeline,
.l-map--2D .l-map__help {
  display: none;
}
.l-map--3D .l-map__2D,
.l-map--3D .l-map__drag-handle,
.l-map--3D .l-map__compare,
.l-map--3D .l-map__timeline,
.l-map--3D .l-map__help {
  display: none;
}
.l-map--verti .l-map__2D,
.l-map--verti .l-map__3D {
  width: 100%;
  height: 50%;
}
.l-map--verti .l-map__drag-handle {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.l-map--verti .l-map__drag-handle:hover {
  height: 15px;
  opacity: 0.7;
}
.l-map--verti .l-map__drag-handle:before, .l-map--verti .l-map__drag-handle:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
}
.l-map--verti .l-map__drag-handle:before {
  top: -1px;
}
.l-map--verti .l-map__drag-handle:after {
  bottom: -1px;
}
.l-map--verti .l-map__compare,
.l-map--verti .l-map__timeline,
.l-map--verti .l-map__help {
  display: none;
}
.l-map--hori .l-map__2D,
.l-map--hori .l-map__3D {
  width: 50%;
  height: 100%;
}
.l-map--hori .l-map__drag-handle {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.l-map--hori .l-map__drag-handle:hover {
  width: 6px;
  opacity: 0.7;
}
.l-map--hori .l-map__drag-handle:before, .l-map--hori .l-map__drag-handle:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
}
.l-map--hori .l-map__drag-handle:before {
  left: -1px;
}
.l-map--hori .l-map__drag-handle:after {
  right: -1px;
}
.l-map--hori .l-map__compare,
.l-map--hori .l-map__timeline,
.l-map--hori .l-map__help {
  display: none;
}
.l-map--compare .l-map__2D,
.l-map--compare .l-map__3D,
.l-map--compare .l-map__drag-handle,
.l-map--compare .l-map-timeline,
.l-map--compare .l-map-help {
  display: none;
}
.l-map--compare .l-map__drag-handle--compare {
  display: block;
}
.l-map--timeline .l-map__2D,
.l-map--timeline .l-map__3D,
.l-map--timeline .l-map__drag-handle,
.l-map--timeline .l-map__compare,
.l-map--timeline .l-map__help {
  display: none;
}
.l-map--help {
  padding-top: 38px;
}
.l-map--help .l-map__2D,
.l-map--help .l-map__3D,
.l-map--help .l-map__drag-handle,
.l-map--help .l-map__timeline,
.l-map--help .l-map__compare {
  display: none;
}
.l-map__frame {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-map__drag-handle {
  background-color: rgba(25, 72, 105, 0.35);
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}
[class*=-verti] .l-map__drag-handle {
  cursor: n-resize;
}
[class*=-hori] .l-map__drag-handle {
  cursor: w-resize;
}
.l-map__drag-handle-hint {
  position: absolute;
  left: 0;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  bottom: 30%;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: black;
}
.l-map__drag-handle-hint-left {
  transform: translate(-100%, -50%);
  border-radius: 36px 0 0 36px;
}
.l-map__drag-handle-hint-right {
  transform: translate(0, -50%);
  border-radius: 0 36px 36px 0;
}
.l-map__help {
  overflow: auto;
}

.l-map-info {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 1px;
  padding: 5px;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
  white-space: nowrap;
}
.l-map-info:hover {
  z-index: 99;
}
.l-map-info span {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 3px;
  text-shadow: 0 0 1px rgb(255, 255, 255);
}
.l-map-info span:last-child {
  margin-right: 0;
}
.l-map-info span:last-child:after {
  content: none;
}
.l-map-info span:after {
  content: "";
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  right: -2.5px;
  top: 0;
  height: 100%;
}

.l-maptool-bar {
  position: absolute;
  z-index: 5;
}
.l-maptool-bar .ui.custom {
  position: absolute;
  width: calc(100% - 16px);
  display: none;
}
.l-maptool-bar > .content {
  width: calc(100% + 16px);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  margin-top: -16px;
  padding-top: 16px;
  padding-left: 1px;
  height: calc(100% + 32px);
}
.l-maptool-bar .circle-btn {
  margin-top: -2px;
  z-index: 1;
}

.l-maptool-box {
  position: absolute;
  width: 200px;
  height: 100%;
  right: -200px;
  background-color: #30435f;
  box-shadow: 0 0 5px #aaa;
  padding: 1rem;
  z-index: 9;
  transition: 0.3s;
}
.l-maptool-box .ui.custom {
  position: absolute;
  width: calc(100% - 16px);
  display: none;
}

.tab-pane-adjust {
  height: 40vh;
}

.l-menu:hover .words {
  left: 48px;
}
.l-menu .words {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -180px;
  width: 180px;
  text-align: left;
  background-color: #fff;
  height: 100%;
  z-index: 0;
  transition: 0.3s;
  box-shadow: 0px 5px 6px #848484;
}
.l-menu .words .item {
  text-align: left;
  color: #70838c;
}
.l-menu .words .item:hover {
  border-bottom: 1px solid #eee;
}
.l-menu .words i {
  float: right;
}
.l-menu .item img {
  width: 55%;
}
.l-menu__pin:hover .l-menu__pin-icon {
  top: -3px;
}
.l-menu__pin-icon {
  display: inline-block;
  position: relative;
  top: 0;
  transform-origin: center center;
  transform: rotate(45deg);
  transition: 0.3s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.is-pinned .l-menu__pin-icon {
  transform: rotate(0deg);
}

.l-step__item.is-selected.is-active .l-step__item-number {
  box-shadow: inset 0 0 0 3px #007bff, 0 0 0 2px #85c0ff;
}

.l-step__item.is-done.is-selected .l-step__item-number {
  box-shadow: 0 0 0 2px #85c0ff;
}

.l-step__item.is-active-pass .l-step__item-number {
  opacity: 1;
}
.l-step__item.is-active-pass .l-step__item-text {
  opacity: 1;
}
.l-step__item.is-active-pass:after {
  background: #007bff;
  opacity: 1;
}

.l-step__item.is-active-fix .l-step__item-number {
  opacity: 1;
  color: forestgreen;
}
.l-step__item.is-active-fix .l-step__item-text {
  opacity: 1;
  color: forestgreen;
}
.l-step__item.is-active-fix:after {
  background: forestgreen;
  opacity: 1;
}

.l-step__item.is-active-out .l-step__item-number {
  opacity: 1;
  color: red;
}
.l-step__item.is-active-out .l-step__item-text {
  opacity: 1;
  color: red;
}
.l-step__item.is-active-out:after {
  background: red;
  opacity: 1;
}

.l-step__item.is-done .l-step__item-number {
  opacity: 1;
  background-color: rgba(0, 123, 255, 0.2);
  color: #007bff;
  box-shadow: none;
}
.l-step__item.is-done .l-step__item-text {
  opacity: 0.5;
  white-space: nowrap;
}
.l-step__item.is-done:after {
  background: #007bff !important;
  opacity: 1 !important;
}

.l-step {
  display: flex;
  justify-content: center;
  padding: 1rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.l-step.is-verti {
  flex-direction: row;
  padding: 0;
  border-bottom: 0;
}
.l-step__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-basis: 33.33%;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  cursor: default;
}
.is-verti .l-step__item {
  flex-basis: 60px;
}
.l-step__item:after {
  content: "";
  position: absolute;
  width: calc(100% - 42px);
  height: 2px;
  background: repeating-linear-gradient(90deg, #007bff, #007bff 7px, transparent 7px, transparent 10px);
  right: calc(50% + 21px);
  top: 18px;
  transform: translate(0, -50%);
  transition: none;
  opacity: 0.5;
}
.is-verti .l-step__item:after {
  width: 70%;
  height: 2px;
  top: 17px;
  right: inherit;
  left: -35%;
  background: repeating-linear-gradient(85deg, #007bff, #007bff 7px, transparent 7px, transparent 10px);
  transform: inherit;
}
.l-step__item:first-child:after {
  content: none !important;
}
.l-step__item-number {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: inset 0 0 0 3px #007bff;
  border-radius: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  opacity: 0.5;
  transition: 0.3s;
}
.l-step__item-number i {
  color: #007bff;
}
.l-step__item-number-pass {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: inset 0 0 0 3px #007bff;
  border-radius: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  opacity: 1;
  transition: 0.3s;
}
.l-step__item-number-pass i {
  color: #007bff;
}
.l-step__item-number-fix {
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: inset 0 0 0 3px forestgreen;
  border-radius: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  opacity: 1;
  transition: 0.3s;
}
.l-step__item-number-fix i {
  color: forestgreen;
}
.l-step__item-number-out {
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-shadow: inset 0 0 0 3px red;
  border-radius: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  opacity: 1;
  transition: 0.3s;
}
.l-step__item-number-out i {
  color: red;
}
.l-step__item-text {
  font-weight: bold;
  font-size: 12px;
  opacity: 0.5;
  transition: 0.3s;
  margin: 0 10px;
  white-space: nowrap;
}

.icon-create:before {
  content: "立";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-filed:before {
  content: "成";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-submitted:before {
  content: "送";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-received:before {
  content: "收";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-supplemented:before {
  content: "補";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-rejected:before {
  content: "駁";
  position: absolute;
  top: 4px;
  right: -15px;
}

.icon-done:before {
  content: "結";
  position: absolute;
  top: 4px;
  right: -15px;
}

.l-warning-tip {
  background: linear-gradient(rgba(207, 217, 230, 0.6), rgba(195, 213, 249, 0.9));
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.l-warning-tip:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/background/decorate-bg--modify.png);
  background-size: cover;
  background-position: center center;
}
.l-warning-tip h4 {
  text-align: left;
  margin-bottom: 2rem;
}
.l-warning-tip ol {
  display: inline-block;
  text-align: left;
}
.l-warning-tip li {
  line-height: 2;
  list-style-type: square;
}
.l-warning-tip__block {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 50%;
  padding: 25px;
  position: relative;
  text-align: right;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 860px;
  border: 2px solid white;
  z-index: 1;
}
.l-warning-tip__btn {
  pointer-events: all;
  width: 285px;
}
.l-warning-tip__btn-tip {
  width: 285px;
  display: inline-block;
  text-align: center;
  opacity: 0.6;
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}

/* scroll bar */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.o-loading {
  position: absolute;
  pointer-events: none;
  z-index: 1000;
  font-weight: bold;
}
.o-loading--center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.o-loading--left {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.o-loading--right {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.o-loading__parent {
  position: relative;
  overflow: hidden !important;
}
.o-loading__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999;
}
.o-loading__spinner {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(234, 242, 242, 0.8);
  padding: 0.5rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);
  height: 3rem;
}
.o-loading__spinner .spinner-border {
  flex-shrink: 0;
}
.o-loading__text {
  flex-shrink: 0;
}

/*! mixins */
/*----------------------------------------------
 *key options                                  
 *- top-left,top-right,bottom-left,bottom-right
-----------------------------------------------*/
/*---------------------------------------
 *media queries                         
 *- break points options from variables:
 *  $bp-xs: 576px;                        
 *  $bp-sm: 768px;                        
 *  $bp-md: 992px;                        
 *  $bp-lg: 1200px;                       
----------------------------------------*/
.o-btn-group {
  display: inline-block;
  margin: 8px;
  font-size: 0;
  vertical-align: top;
}
.o-btn-group .o-btn {
  margin: 0;
  border-radius: 0;
  vertical-align: top;
}
.o-btn-group .o-btn:first-child {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.o-btn-group .o-btn:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.o-btn {
  display: inline-block;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 8px;
  margin: 4px;
  line-height: 1rem;
  text-align: center;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-btn .dropdown-menu {
  font-size: 13.4px;
}
.o-btn:focus, .o-btn:active {
  position: relative;
  box-shadow: 0 0 1px 2px rgba(1, 112, 210, 0.7);
  z-index: 1;
  outline: none;
}
.o-btn:first-child {
  margin-left: 0;
}
.o-btn:last-child {
  margin-right: 0;
}
.o-btn--circle {
  border-radius: 100%;
}
.o-btn--text {
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.o-btn--ellipse-icon {
  width: 2.4rem;
  border-radius: 2rem;
}
.o-btn--ellipse-text {
  width: auto;
  border-radius: 2rem;
}
.o-btn--tag-style {
  display: inline-flex;
  border: 1px solid #007bff;
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.15);
  box-shadow: none;
  height: auto;
}
.o-btn--tag-style .o-btn__icon {
  color: #007bff;
}
.o-btn--tag-style .o-btn__icon.icon-multiply {
  color: red !important;
  opacity: 0.5 !important;
  transition: 0.3s;
}
.o-btn--tag-style .o-btn__icon.icon-multiply:hover {
  opacity: 1 !important;
}
.o-btn--tag-style .o-btn__text {
  color: #007bff;
}
.o-btn__icon {
  color: black;
  font-size: 1rem;
  opacity: 0.8;
}
.o-btn__icon:before {
  margin: 0 !important;
}
.o-btn__text {
  display: inline-block;
  font-size: 15px;
  color: black;
  margin: 0 5px;
}
.o-btn__text:first-child {
  margin-left: 0;
}
.o-btn:hover .o-btn__icon {
  opacity: 1;
  color: #007bff;
}
.o-btn.is-selected {
  position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), 0 0 5px 1px #2196f3;
  z-index: 1;
}
.o-btn.is-selected .o-btn__icon {
  color: #007bff;
}
.o-btn.is-selected .o-btn__text {
  color: #007bff;
}

.o-cta-btn {
  border-radius: 34px;
  padding: 0px 15px;
  margin-right: 10px;
  line-height: 30px;
  background: linear-gradient(135deg, #8BC34A, #00BCD4);
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  cursor: pointer;
  border: 1px solid #afeafc;
}

.o-link-btn {
  padding: 0 8px;
}
.o-link-btn__icon {
  margin-right: 3px;
}
.o-link-btn__icon.icon-multiply {
  color: red;
}

/*! mixins */
/*----------------------------------------------
 *key options                                  
 *- top-left,top-right,bottom-left,bottom-right
-----------------------------------------------*/
/*---------------------------------------
 *media queries                         
 *- break points options from variables:
 *  $bp-xs: 576px;                        
 *  $bp-sm: 768px;                        
 *  $bp-md: 992px;                        
 *  $bp-lg: 1200px;                       
----------------------------------------*/
.o-box {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.95);
  padding: 8px;
  border-radius: 5px;
  transition: 0.2s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 1rem;
}
.o-box--group {
  background-color: rgba(255, 255, 255, 0.7);
}
.o-box-wrapper {
  display: flex;
}
.o-box--swipable {
  padding-top: 24px;
}
.o-box--swipable:before {
  content: "";
  position: absolute;
  top: 7.5px;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: white;
  left: 50%;
  transform: translate(-50%, 0);
}
.o-box--swipable-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
}
.o-box--draggable {
  position: absolute;
  z-index: 1;
  transition: none;
}
.o-box--draggable .o-box__content {
  height: 300px;
  max-height: 100% !important;
}
.o-box--draggable:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 100%;
}
.o-box--min {
  width: 2rem !important;
  height: 2rem !important;
  padding: 8px !important;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.o-box--min .o-box__content {
  max-height: 0 !important;
  padding: 0;
}
.o-box--min .o-box__title-text {
  display: none;
}
.o-box--min .o-box__btn {
  display: none;
}
.o-box--min .o-box__title {
  text-align: center;
  margin-bottom: 0;
}
.o-box--min .o-box__title-icon {
  line-height: 1rem;
  margin-right: 0;
}
.o-box--min .o-box__min-btn {
  display: block;
}
.o-box--no-radius {
  border-radius: 0;
}
.o-box__title {
  margin-bottom: 8px;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-box__sub-title {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  color: rgba(29, 64, 103, 0.7);
}
.o-box__title-icon {
  display: inline-block;
  line-height: 2rem;
  vertical-align: top;
  margin-right: 8px;
  color: white;
}
.o-box__title-icon:before {
  margin: 0 !important;
}
.o-box__title-text {
  display: inline-block;
  line-height: 2rem;
  vertical-align: top;
  font-weight: 400;
}
.o-box__btn {
  margin: 0;
  font-size: 0;
}
.o-box__btn .o-btn-group {
  margin: 0;
}
.o-box__btn .o-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.o-box__content {
  font-size: 1rem;
  word-break: break-all;
  max-height: calc(100% - 24px);
  margin: 0 -8px;
  padding: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.5s;
}
.o-box__min-btn {
  position: absolute;
  display: none;
  right: 0;
  background-color: white;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  top: 0;
  transform: translate(50%, -50%);
  color: rgba(0, 0, 0, 0.95);
  font-size: 12px;
  cursor: pointer;
}
.o-box__min-btn .o-btn__icon {
  color: rgba(255, 255, 255, 0.95);
}

.o-backdrop-box {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.o-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.o-list:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.o-list__title {
  font-weight: bold;
  line-height: 55px;
  cursor: pointer;
  padding: 0 16px;
  opacity: 0.9;
}
.o-list__title > div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.15rem;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-list__title:hover {
  opacity: 1;
}
.o-list__title:hover .o-list__title-icon {
  position: relative;
  top: -3px;
}
.o-list__title-action-icon {
  transition: 0.3s;
}
.collapsed .o-list__title-action-icon {
  transform: rotate(180deg);
}
.o-list__title-icon {
  position: relative;
  top: 0;
  color: #019cad;
  margin-right: 2px;
  font-size: 1.35rem;
  transition: 0.3s;
}
.o-list__content {
  margin-bottom: 8px;
  padding: 0 16px;
}
.o-list__item {
  cursor: pointer;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: bold;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.o-list__item:hover {
  background-color: rgba(35, 167, 179, 0.2) !important;
  border-radius: 5px;
}

.o-feature-tip {
  padding: 10px 0px;
  margin: 0 3px 10px 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  border-left: none;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 1.5em;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.o-hori-card-list {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 300px;
}
.o-hori-card-list::-webkit-scrollbar {
  height: 7px;
}
.o-hori-card-list .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.o-hori-card-list [class^=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.o-hori-card-list .card {
  display: inline-block;
  vertical-align: top;
  white-space: initial;
  width: 100%;
  margin-bottom: 10px;
}
.o-hori-card-list .card-content {
  height: calc(100% - 41px);
  overflow: auto;
}

.o-pill-item {
  background-color: #e4edf3;
  border-radius: 30px;
  padding: 5px;
  border: 2px solid rgba(19, 115, 191, 0.1);
}

.o-paragraph-title {
  padding-bottom: 3px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
}
.o-paragraph-title__icon {
  color: #007bff;
  margin-right: 3px;
  font-size: 17px;
}

.bg-light-blue {
  background-color: #eaf2f9 !important;
}

.o-swipe-bar {
  width: 5px;
  margin: 0 2px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: rgba(25, 72, 105, 0.35);
  transition: 0.3s;
  cursor: ew-resize;
}
.o-swipe-bar:hover {
  background-color: rgba(25, 72, 105, 0.5);
}
.o-swipe-bar:active {
  background-color: rgba(25, 72, 105, 0.9);
}

.o-em-text {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
}

.uploadFile-drop {
  background-color: #a4c8ea;
  color: #0e2a48;
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.mis-up-plan-edit {
  position: absolute;
  height: 400px;
  left: 0px;
  width: 100%;
  background-color: rgb(248, 249, 250);
  transition: all 0.3s ease 0s;
  overflow-y: auto;
  padding: 1rem;
}

.mis-up-plan-dl {
  margin-top: 5px;
  border: 1px solid #007bff;
  border-radius: 5px;
  color: #007bff;
  background-color: white;
  font-weight: bold;
  display: none;
}

.valError {
  color: red;
}

.placeholder {
  background-color: transparent;
  opacity: inherit;
}

.o-drag-file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  background-color: #f8f9fa;
  border: 1px dotted #8fa8bb;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1rem;
}
.o-drag-file-upload.is-active {
  border: 2px dotted #8fa8bb;
  background-color: #f8f9fa;
}
.o-drag-file-upload__text {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.9);
}
.o-drag-file-upload__hint {
  color: rgba(0, 0, 0, 0.5);
}

.toggle-sortbutton-cover {
  float: inline-start;
  position: relative;
  /* width: 114px; */
  height: 35px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #d7e9ff;
}
.toggle-sortbutton-cover .button-cover {
  height: 10px;
}
.toggle-sortbutton-cover .button-cover .sort-button {
  position: relative;
  top: 50%;
  width: 100px;
  height: 30px;
  border-radius: 2px;
}
.toggle-sortbutton-cover .button-cover .sort-button .checkbox {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobs {
  z-index: 2;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobs:before,
.toggle-sortbutton-cover .button-cover .sort-button .knobs:after,
.toggle-sortbutton-cover .button-cover .sort-button .knobs span {
  position: absolute;
  top: 0px;
  width: 45px;
  height: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 0;
  padding: 12px 5px;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobs:before {
  content: "";
  left: 4px;
  background-color: #5274a0;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName1:after {
  content: "迷失";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName2:after {
  content: "埋沒";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName3:after {
  content: "異常";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName4:after {
  content: "無";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName5:after {
  content: "淤積";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName6:after {
  content: "不符";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobName7:after {
  content: "是";
  right: 4px;
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}
.toggle-sortbutton-cover .button-cover .sort-button .checkbox:checked + .knobs span {
  color: #4e4e4e;
}
.toggle-sortbutton-cover .button-cover .sort-button .checkbox:checked + .knobs:before {
  left: 50px;
  background-color: #f44336;
}
.toggle-sortbutton-cover .button-cover .sort-button .checkbox:checked + .knobs:after {
  color: #fff;
}
.toggle-sortbutton-cover .button-cover .sort-button .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.btn-link {
  text-decoration: none;
}

.bs-cover.tab-content {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.table:last-child {
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(65, 133, 234, 0.05);
}
.table-striped tbody td,
.table-striped tbody th {
  border-top: 1px solid rgba(0, 37, 74, 0.1);
}

.close span {
  font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

input[type=range]::-webkit-slider-thumb:before,
input[type=range]::-webkit-slider-thumb:after {
  position: absolute;
  top: 3px;
  width: 2000px; /* 長度很長沒關係，因為剛剛有用 overflow:hidden 了 */
  height: 4px;
  content: "";
  pointer-events: none; /* 讓滑鼠可以點擊穿透偽元素，不然會點不到下面 */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type=range]::-webkit-slider-thumb:before {
  left: -1997px;
  background: #f22;
}

input[type=range]::-webkit-slider-thumb:after {
  left: 10px;
  background: #edc;
}

.form-control {
  height: 28px;
}

.col-form-label {
  line-height: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.ss-main .placeholder {
  min-height: auto;
  cursor: pointer;
  background-color: transparent;
  opacity: inherit;
}

.ss-main .ss-single-selected {
  height: 29px;
}

li.datatable-btn-adjust {
  display: flex;
}
li.datatable-btn-adjust .dtr-data {
  padding-left: 3px;
}

.panel-lg .datatable-btn-adjust {
  white-space: nowrap !important;
}
.datatable-btn-adjust .dtr-data {
  font-size: 0;
}

table.dataTable thead th {
  font-size: smaller;
  padding: 0.3rem;
}

.dt-column-title {
  font-size: small;
}/*# sourceMappingURL=style.css.map */