@charset "UTF-8";
@import "faq.css";
.l-mis-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-mis-box .remove:hover {
  color: #f00;
}

.l-case-info .nav-pills .nav-link.active,
.l-case-info .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-case-info .nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.o-loading {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
  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: 99999;
}
.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;
}

.footable-filtering {
  display: none;
}

/* footer */
.l-footer span {
  font-size: 12px;
}

.l-header div {
  height: 100%;
}
.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: #00244e;
  margin-right: 15px;
  opacity: 0.8;
  cursor: pointer;
}
.l-header__links-item:hover {
  opacity: 1;
}

.l-header .ul_flex {
  margin: 0 10px;
}

.l-header img {
  width: auto;
  height: 100%;
}

.l-header .ul_flex li {
  margin: 0 10px;
}

.l-btn_member {
  padding: 0 0 0 25px;
  height: 20px;
  color: #31394f;
  background: url(../../../images/account/i_member.png) no-repeat;
  background-size: auto 100%;
}

.l-btn_loguot {
  color: #c04c1d;
}

#marqueeList {
  position: relative; /* 容器需要設定為相對定位 */
  flex: 1;
  height: 100%;
  width: 100%;
  overflow: hidden; /* 隱藏超出的內容 */
  white-space: nowrap;
  display: flex;
  align-items: center;
  visibility: hidden;
}

#marqueeList span {
  position: absolute; /* 設定絕對定位以便正常動畫 */
  white-space: nowrap; /* 確保文字不會換行 */
  animation: marqueeList 30s linear infinite; /* 動畫啟用 */
}

@keyframes marqueeList {
  from {
    transform: translateX(60%);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 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;
}

/*! 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;
}
.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-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("../../../images/tocPage/vis-on.png");
}
.is-disabled .o-layer__visible-img {
background: url("../../../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;
}
.o-icon-list__item:hover {
  background-color: rgba(229.5, 229.5, 229.5, 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__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);
}

.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;
}

body, html {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 320px;
}

* {
  font-size: 0.95rem;
}

.l-menu {
  position: absolute;
  top: 0;
  left: -250px;
  background-color: rgba(255, 255, 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);
  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%;
  background-color: #fff;
  backdrop-filter: blur(7px);
  transition: 0.3s;
}

.l-header {
  width: 100%;
  height: 53px;
  top: 0;
  margin: 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-content {
  width: 100%;
  height: calc(100% - 85px);
  overflow: hidden;
}

.l-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  letter-spacing: 1px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  padding: 0 16px;
  border-radius: 0 3px 0 0;
  z-index: 5;
}

.l-mis-box {
  width: 300px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s;
}

.l-case-info {
  width: 100%;
  height: 300px;
  transition: 0.3s;
  top: 0px !important;
  bottom: 0px !important;
}

.l-top-box {
  width: 100%;
  height: 100px;
  margin-bottom: 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;
}

.btn {
  font-size: 1rem;
}

.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;
}

#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: 1rem;
}

#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: 1rem;
}
.esri-button:hover {
  background-color: rgb(0, 98.4, 204);
}

.is-full .form-group, .is-full .d-block, .is-full .form-control, .is-full .row, .is-full [class^=col] {
  display: inline-block !important;
  width: auto !important;
  max-width: inherit !important;
  flex: inherit !important;
  vertical-align: middle;
}

.footable-empty td {
  opacity: 0.5;
}
.footable-empty td:before {
  display: block;
  content: "\f071";
  font-family: FontAwesome;
  font-size: 60px;
  text-decoration: none;
}

.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);
}

button, input, select, textarea {
  appearance: none;
  width: auto;
  font-size: 15px;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  color: rgb(131, 135, 149);
  margin: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0px;
  outline: none;
  background: rgb(255, 255, 255);
  overflow: visible;
}

ul, ol {
  margin-left: 1.25em;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.ul_flex {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.ul_flex li {
  list-style: none;
}

ul, li {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  background: transparent;
  vertical-align: top;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, a, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  vertical-align: top;
  font-family: Arial, "Microsoft JhengHei", "PingFang TC", "STHeiti TC", sans-serif;
  line-height: 1.5em;
  font-size: 15px;
}

.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 {
  padding: 3px !important;
}

/*! 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;                       
----------------------------------------*/
.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: 15px;
  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(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease 0s;
}
[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: #1f1f1f;
}
.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__drag-handle--compare {
  position: absolute;
  height: 100%;
  width: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  z-index: 3;
  transition: all 0.3s ease 0s;
  cursor: w-resize;
}
.l-map__drag-handle--compare:hover {
  width: 15px;
  opacity: 0.7;
}
.l-map__drag-handle--compare:hover .l-map__drag-handle-hint {
  left: 7.5px;
}
.l-map__drag-handle--compare:before, .l-map__drag-handle--compare:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
}
.l-map__drag-handle--compare:before {
  left: -1px;
}
.l-map__drag-handle--compare:after {
  right: -1px;
}
.l-map__compare--sync .l-map__drag-handle--compare {
  background-color: rgba(255, 255, 255, 0.95);
  width: 3px;
  cursor: default;
}
.l-map__compare--sync .l-map__drag-handle--compare:hover {
  width: 3px;
  opacity: 1;
}
.l-map__compare--sync .l-map__drag-handle--compare .l-map__drag-handle-hint {
  display: none;
}
.l-map__compare-feature-bar {
  position: absolute;
  width: 100%;
  top: 38px;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-map__compare-feature-bar select {
    width: 100px;
  }
  .l-map__compare-feature-bar [class*=icon-] {
    margin: 0 !important;
  }
}
.l-map__compare-new {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.l-map__compare-new .l-loading {
  top: 84px;
}
.l-map__compare--swipe .l-map__compare-new .l-loading {
  position: fixed;
  top: 122px;
}
.l-map__compare-old {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.l-map__compare--sync .l-map__compare-old {
  width: 50%;
  left: 50%;
}
.l-map__compare-old .l-loading {
  top: 84px;
}
.l-map__compare--swipe .l-map__compare-old .l-loading {
  position: fixed;
  top: 122px;
}
.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%;
}

/*! 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;                       
----------------------------------------*/
.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;
}

/* 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;
}

/* scroll bar */
*::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

/* 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;
}

.placeholder {
  background-color: transparent;
}

/* 街景 */
#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(../images/locate.png);
}

.btn_LocateCadastral_remove {
  background-image: url(../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(../images/locate.png);
}

.btn_LocateCadastral_remove {
  background-image: url(../images/del.png);
}

.search_table td {
  font-size: 14px;
  padding: 2px 5px;
}

.search_table select {
  width: 100%;
}

.search_table.inline tr {
  display: inline-block;
}

.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: 8px;
  z-index: 9;
  transition: 0.3s;
}
.l-maptool-box .ui.custom {
  position: absolute;
  width: calc(100% - 16px);
  display: none;
}

.l-maptool-box i {
  vertical-align: middle;
}

.tab-pane-adjust {
  height: 80vh;
}

#b_map {
  position: absolute;
  top: 15px;
  left: 0;
  overflow: auto;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  z-index: 9;
  pointer-events: none;
}

.l-map-tool {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-map-tool a {
  color: #000;
  display: block;
  text-decoration: none;
}

.l-map-tool .ul_flex li {
  pointer-events: all;
  margin-right: 10px;
  padding: 2px;
  background: #fff;
  height: 38px;
  border-radius: 5px;
}

.l-map-tool .ul_flex li:first-child {
  padding: 2px 2px 2px 10px;
}

.bar_icon {
  margin: -2px 15px 0 5px;
  padding: 2px;
  background: #fff;
  height: 38px;
  border-radius: 5px;
  display: inline-block;
}

.l-map-tool .ul_flex .li_bar {
  width: 38px;
  margin: 0 20px 0 0;
  height: auto;
  background: none;
}

.l-map-tool .ul_flex .li_bar a {
  width: 34px;
  border-radius: 5px;
  background: #fff;
  display: inline-block;
}

.l-map-tool .ul_flex li a {
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}

.l-map-tool .ul_flex li a:hover {
  background: #f2f2f2;
}

.l-map-tool .ul_flex li a span {
  padding-right: 10px;
  line-height: 34px;
}

.l-map-tool .ul_flex img {
  padding: 5px;
  width: 34px;
  height: 34px;
}

.l-map-tool .maptool-icon {
  display: inline-block;
}

.l-map-tool .is-selected .maptool-icon {
  display: none;
}

.l-map-tool .maptool-icon-r {
  display: none;
}

.l-map-tool .is-selected .maptool-icon-r {
  display: inline-block;
}

.l-map-tool .ul_flex select {
  padding: 0 30px 0 0;
  border: none;
  color: #31394f;
  line-height: 34px;
}

.slidecontainer {
  width: 5px;
  height: 100px;
  margin: 10px 50px 10px 21px;
}

.slidecontainer .ui-slider-range {
  -webkit-appearance: none;
  background: #c04c1d !important;
}

.slidecontainer .ui-slider-handle {
  -webkit-appearance: none;
  width: 20px;
  height: 5px;
  background: #c04c1d;
  border: 2px solid #fff;
  left: -0.6em;
  margin-bottom: -0.3em;
}

.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;
}
.is-pinned .l-menu__pin-icon {
  transform: rotate(0deg);
}

menu {
  margin: 0;
  padding: 0;
  outline: 0;
  width: 100%;
  height: 32px;
  top: 53px;
  background: #07336c;
  border-top: 2px solid #c04c1d;
}

.ul_dropdown {
  margin: 0 10px;
  padding: 0;
}

.ul_dropdown li {
  position: relative;
}

.ul_dropdown > li {
  background: url(../../../images/tools/line_menu.jpg) right center no-repeat;
  background-size: auto 23px;
}

.ul_dropdown > li:last-child {
  background: none;
}

.ul_dropdown a {
  color: #fff;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
}

.ul_dropdown a:hover, .ul_dropdown li:hover > a {
  background-color: #2d6db1;
}

.ul_dropdown ul {
  position: absolute;
  top: 100%;
  min-width: calc(100% + 26px);
  background: #07336c;
  z-index: 1000;
}

.ul_dropdown ul li {
  margin: 1px 0;
}

.ul_dropdown ul {
  display: none;
}

.ul_dropdown li:hover > ul {
  display: block;
}

/*! 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;
}
.o-btn-group .o-btn {
  margin: 0;
  border-radius: 0;
}
.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;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 2rem;
  border: none;
  cursor: pointer;
}
.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: #1f1f1f;
  font-size: 1rem;
  opacity: 0.8;
}
.o-btn__icon:before {
  margin: 0 !important;
}
.o-btn__text {
  display: inline-block;
  font-size: 13.4px;
  color: #1f1f1f;
  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 {
  color: #B8431B;
}

.o-box {
  background-color: rgba(255, 255, 255, 0.95);
  color: rgba(0, 0, 0, 0.95);
  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.5);
}
.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 .o-box__content {
  max-height: calc(100% - 30.4px) !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;
}
.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;
  padding: 1rem;
}
.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;
  backdrop-filter: blur(7px);
}

.o-cta-btn {
  border-radius: 34px;
  padding: 0px 15px;
  margin-right: 10px;
  line-height: 30px;
  background: linear-gradient(45deg, rgb(33, 158, 243), rgb(0, 188, 212));
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px;
  cursor: pointer;
}

.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;
}
.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: #007bff;
  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;
}
.o-list__item:hover {
  background-color: rgba(0, 0, 0, 0.05) !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;
}

.o-accordion__group {
  position: relative;
  margin-bottom: 16px;
}
.l-news-accordion .o-accordion__group {
  margin-bottom: 0;
}
.o-accordion__group.is-hide-children {
  border-radius: 2px;
  background-color: white;
  left: 3px;
  width: calc(100% - 6px);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.7);
}
.o-accordion__group.is-hide-children:after {
  content: none;
}
.o-accordion__group.is-hide-children label {
  margin-bottom: 0;
}
.o-accordion__group:after {
  content: "";
  top: 39px;
  left: 8px;
  position: absolute;
  height: calc(100% - 39px);
  width: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.l-news-accordion .o-accordion__group:after {
  top: 45px;
  left: 24px;
  height: calc(100% - 25px);
}
.o-accordion__group-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 7px;
  padding-top: 5px;
  cursor: default;
}
.l-news-accordion .o-accordion__group-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 15px 40px 15px 10px;
  text-align: justify;
  line-height: 1.5;
  min-height: 50px;
  font-size: 18px;
  margin-bottom: 0;
}
.is-hide-children .o-accordion__group-title {
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.o-accordion__group-title.is-invisible .o-accordion__group-visible {
  color: rgba(0, 0, 0, 0.3);
background: url(../../../images/tocPage/vis-off.png);
}
.o-accordion__group-tag {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}
.o-accordion__group-tag--no-bg {
  background-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.o-accordion__group-list {
  padding-left: 10px;
}
.l-news-accordion .o-accordion__group-list {
  padding: 20px 20px 20px 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.o-accordion__group-visible {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
background: url(../../../images/tocPage/vis-on.png);
}
.o-accordion__group-controller {
  position: absolute;
  right: 0;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.o-accordion__group-controller:hover {
  color: rgba(0, 0, 0, 0.7);
}
.o-accordion__group-controller.collapsed:before {
  content: "\e824";
}
.l-news-accordion .o-accordion__group-controller {
  right: 10px;
}
.l-news-accordion .collapsed .o-accordion__group-controller {
  transform: rotate(180deg);
}

.o-hori-card-list {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.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;
  height: 95%;
  margin-right: 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-link-btn {
  padding: 0 8px;
}
.o-link-btn__icon {
  margin-right: 3px;
}
.o-link-btn__icon.icon-multiply {
  color: red;
}

.o-group-box {
  background-color: white;
}

.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;
}

#RepairInfo {
  position: absolute;
  top: 5px;
  width: 400px;
  border-width: 1px;
  border-style: dashed;
  border-color: red;
  margin: 0px 5px 5px 20px;
  padding: 5px;
  line-height: 15px;
  color: red;
  display: none;
}

.l-misbox {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.l-misbox .o-box {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 0.5rem;
}

.l-misbox::-webkit-scrollbar {
  display: none;
}

.b_serch_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner .btn_close {
  margin: 20px 20px 10px;
}

.b_serch_inner .misbox_func_btn {
  margin: 20px 5px 10px;
  width: 22px;
  height: 21px;
  background-size: 100%;
  background-color: #F2F2F2;
}

.b_serch_inner .query_form {
  width: 100%;
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner .upload_form {
  width: 100%;
  padding: 10px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_serch_inner #btn_reset, .b_serch_inner #btn_add, .b_serch_inner #btn_upload, .b_serch_inner #result_download, .b_serch_inner #btn_proj_reset, .b_serch_inner #btn_acc_reset {
  margin: 15px 20px 0;
}

.b_serch_inner .query_form label, .b_serch_inner .query_form select {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
}

.b_serch_inner .query_form input {
  width: 100%;
  height: 36px;
  margin-top: 0px;
  display: inline-block;
}

.b_serch_inner .upload_form input {
  width: 100%;
  display: inline-block;
}

input[type=text], input[type=password], input[type=date], select, textarea {
  padding: 6px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

select {
  padding: 5px 25px 5px 5px;
  background: url(../../../images/misbox/i_arrow_d.png) #fff center right 5px no-repeat;
  background-size: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.btn_disable {
  background: #aaaaaa;
  color: #fff;
}

.btn_close {
  width: 25px;
  height: 21px;
  background: url(../../../images/btn_close.png);
  background-size: 100%;
}

.btn_1 {
  height: 25px;
  width: 60px;
  padding: 1px 0;
  border: 1px solid #c04c1d;
  color: #c04c1d;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.btn_2 {
  margin-top: 1px;
  width: 60px;
  height: 25px;
  padding: 1px 0;
  background: #c04c1d;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

.btn_3 {
  margin-top: 1px;
  width: 60px;
  height: 25px;
  padding: 1px 0;
  background: transparent;
  color: #c04c1d;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #c04c1d;
  margin-right: 5px;
}

.line_o {
  width: 100%;
  height: 1px;
  background: #c04c1d;
}

.h3_case {
  background: url(../../../images/misbox/i_case.png) no-repeat;
  background-size: 20px;
}

h2 {
  padding: 10px 20px 10px;
  font-size: 18px;
  font-weight: bold;
}

h3 {
  margin: 20px 20px 0;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
}

.h3_list {
  background: url(../../../images/misbox/i_list.png) no-repeat;
  background-size: 20px;
}

.ul_add {
  width: 100%;
  margin: 10px;
  border: 1px solid #e9e9e9;
}

.ul_add li {
  width: 100%;
  padding: 5px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ul_add li button {
  width: 24px;
  height: 24px;
  background-size: 24px;
}

.ul_add li span.p_title {
  font-weight: normal;
  color: #31394f;
}

.ul_add li span:first-child {
  width: 27%;
}

.ul_add li span {
  padding: 0 3px;
  font-size: 15px;
}

.ul_add li span:first-child {
  width: 27%;
}

.ul_add li span:nth-child(2) {
  width: 49%;
}

.ul_add li span:nth-child(3) {
  width: 24%;
}

.ul_add li span:nth-child(4) {
  width: 73%;
  margin: 10px 0 0 27%;
}

.ul_add li span {
  padding: 0 3px;
  font-size: 15px;
}

.p_spec_red {
  color: #c04c1d;
}

.p_spec_blue {
  color: #07336c;
  font-weight: bold;
}

.i_excel {
  background: url(../../../images/misbox/i_excel.png) no-repeat;
}

.i_arrow_1 {
  background: url(../../../images/misbox/i_arrow_b1.png) no-repeat;
}

.i_arrow_2 {
  background: url(../../../images/misbox/i_arrow_b2.png) no-repeat;
}

.i_arrow_3 {
  background: url(../../../images/misbox/i_arrow_b3.png) no-repeat;
}

.i_arrow_4 {
  background: url(../../../images/misbox/i_arrow_b4.png) no-repeat;
}

.button_disable {
  opacity: 0.5;
}

.query_result_header {
  margin-bottom: 0px;
}

.query_result_container {
  margin-top: -1px;
}

.misbox_tab_bar {
  width: 100%;
}
.misbox_tab_bar li {
  width: 50%;
}
.misbox_tab_bar a, .misbox_tab_bar .nav-link {
  padding: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #c04c1d;
  color: #9ea2ac;
  font-weight: bold;
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.misbox_tab_bar a.tab_spec, .misbox_tab_bar .nav-link.active {
  background: #fef8f4;
  color: #c04c1d;
  border: 1px solid #c04c1d;
}

.misbox_query_form {
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.misbox_query_form .ul_add {
  width: auto;
}

.placeholder {
  background-color: transparent;
  cursor: pointer !important;
}

.form_show {
  display: flex;
}

.input_date {
  border-radius: 5px;
  border: 1px solid #ececec;
}

.fileinput-remove-button {
  display: none;
}

.btn-file {
  display: none;
}

#water_chart_container {
  position: relative;
}
#water_chart_container #loadingImg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

#water_chart_container111 {
  position: relative;
}
#water_chart_container111 #loadingImg {
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

.filter-container-cover .input-group {
  flex-wrap: nowrap;
}
.filter-container-cover .input-group-btn {
  flex-wrap: nowrap;
  display: flex;
}
.filter-container-cover button:nth-child(1) {
  background-color: #c04c1d;
  border: 0;
}
.filter-container-cover .form-control:focus {
  box-shadow: none;
}
.filter-container-cover .btn:focus {
  box-shadow: none;
}

.tab-pane .row {
  display: flex !important;
}
.tab-pane .row input {
  appearance: auto;
}

.ul_icon li > * {
  margin-right: 10px;
}

.ul_flex h5 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0px;
}

.ul_icon li {
  margin-right: 10px;
  display: flex;
  border-right: 1px solid #e9e9e9;
}

.l-case-info .ul_icon {
  padding: 10px;
}

.ul_icon i img {
  margin: 3px 2px;
  width: 14px;
  height: 14px;
}

.ul_icon li:last-child {
  position: absolute;
  right: 0px;
  border-right: 0px solid;
}

#div-task-tab {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

#bottom-tab-area {
  overflow-x: auto;
  white-space: nowrap;
  padding: 4px 10px;
  -ms-overflow-style: none;
  width: calc(100% - 80px);
}

#bottom-tab-area::-webkit-scrollbar {
  display: none;
}

#bottom-tab-func {
  width: 80px;
  padding: 2px;
  border-left: 1px solid #ececec;
}
#bottom-tab-func li {
  display: inline-block;
  padding: 4px 4px;
  color: #6e7383;
  cursor: pointer;
}
#bottom-tab-func li button {
  width: 24px;
  height: 24px;
  background-size: 24px !important;
}

#div-legend {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

#legend_container {
  overflow-x: auto;
  white-space: nowrap;
  padding: 4px 10px;
  -ms-overflow-style: none;
  width: calc(100% - 80px);
}

#legend_container::-webkit-scrollbar {
  display: none;
}

.legend_icon {
  display: block;
}

.ul_select {
  width: 100%;
  height: 40px;
}

.ul_select li {
  display: inline-block;
  padding: 4px 5px 4px 5px;
  margin-right: 8px;
  border: 1px solid #ececec;
  color: #6e7383;
  cursor: pointer;
}

.ul_select .active {
  border: 1px solid #c04c1d;
  color: #c04c1d;
}

.ul_select li .selected {
  color: #c04c1d;
  text-decoration: none;
}

.ul_select li a {
  padding: 5px 50px 5px 5px;
  color: #6e7383;
}

.ul_select li img {
  margin-top: 2px;
  right: 10px;
  width: 14px;
}

.ul_select li .disable {
  display: none;
}

.tab_fully {
  width: 100%;
}

.tab_equally {
  width: 33%;
  height: calc(100% - 80px);
}

.tab_w_tabbar {
  height: calc(100% - 80px);
}

.tab_no_tabbar {
  height: calc(100% - 40px);
  margin: 7px 0;
}

.tab_equally_inner {
  width: 100%;
  padding: 10px 10px 0;
}
.tab_equally_inner li {
  cursor: pointer;
}

.tab_equally_inner a.tab_spec {
  background: #fef8f4;
  color: #c04c1d;
  border: 1px solid #c04c1d;
}

.tab_equally_inner a {
  padding: 5px;
  text-align: center;
  background: #fff;
  border: 1px solid #ececec;
  border-bottom: 1px solid #c04c1d;
  color: #9ea2ac;
  font-weight: bold;
  display: block;
}

.tab_left_inner li {
  width: 33.33%;
}

.tab_box {
  height: calc(100% - 50px);
  margin: -1px 10px 10px;
  border: 1px solid #c04c1d;
  z-index: 100;
  overflow: auto;
  align-content: flex-start;
}

.right_box, .left_box {
  display: none;
}

.left_box_e, .right_box_e {
  display: flex;
}

div.left_box_e {
  display: block;
}

.tab_box li h5, .tab_box div h5 {
  width: calc(100% - 60px);
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
}

.tab_box li:nth-child(2n+1) {
  padding: 5px 5px 5px;
  background: #f5f8fa;
}

.tab_box li:nth-child(2n) {
  padding: 5px 5px 5px;
  background: #fff;
}

.tab_box li {
  width: 100%;
  display: flex;
}

.tab_box table {
  width: 100%;
}

.tab_box table p {
  font-size: 15px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.tab_box table img {
  width: 24px;
  height: 24px;
}

.tab_box .p_title {
  width: 120px;
  color: #4e6d96;
  font-weight: bold;
}

.tab_box .p_value {
  width: calc(100% - 120px);
}

.tab_box .p_form_title {
  width: 150px;
  color: #4e6d96;
  font-weight: bold;
  line-height: 24px;
  margin: 2px 5px;
  text-align: right;
}

.tab_box .p_form_value {
  width: calc(100% - 160px);
  color: #000000;
  font-weight: bold;
  line-height: 24px;
  margin: 2px 5px;
  text-align: left;
}

.tab_box .p_two_form_value {
  width: calc(50% - 160px);
  color: #000000;
  font-weight: bold;
  line-height: 24px;
  margin: 2px 5px;
  text-align: left;
}

.tab_box .p_two_column_value {
  width: calc(50% - 160px);
}

.tab_box .table .footable-toggle {
  padding: 5px 5px;
}

.tab_left {
  width: 350px;
}

.tab_right {
  width: calc(100% - 350px);
}

.b_content_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab_box table th, .tab_box table td, .tab_box table span {
  padding: 10px 5px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
}

.filename-column {
  overflow: hidden;
  white-space: nowrap;
}

.attachment-title {
  margin: 0 !important;
  padding: 7px !important;
  font-weight: bold;
  font-size: 15px;
}

.attachment-row {
  margin: 0 !important;
  padding: 0 5px !important;
  border-bottom: 1px solid #ECECEC;
}
.attachment-row span {
  padding: 0 5px;
  border-left: 1px solid #ECECEC;
}

.ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
  cursor: move;
}

.ui-dialog-content {
  position: relative;
  border: 0;
  padding: 1em 1em;
  background: 0;
}

.ui-dialog-titlebar-close {
  font-weight: 400;
  color: #555;
  position: absolute;
  right: 0.3em;
  top: 50%;
  margin: -11px 0 0 0;
  padding: 1px;
  width: 25px;
  height: 25px;
  background: url(../../../images/btn_close.png);
  background-size: 100%;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  font-weight: 400;
  color: #555;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.dm-uploader {
  border: 0.25rem dashed #A5A5C7;
  text-align: center;
  width: 100%;
}

.dm-uploader h3 {
  padding: 0;
}

.draw_polygon {
  margin-top: 2px;
  width: 120px;
  height: 28px;
  padding: 5px 0;
  background: #7cb342;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #7cb342;
}

.draw_polygon_done {
  margin-top: 2px;
  width: 120px;
  height: 28px;
  padding: 5px 0;
  background: transparent;
  color: #7cb342;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #7cb342;
}

.table_checkbox {
  -webkit-appearance: checkbox;
  width: 20px;
  height: 20px;
}

.checkall {
  cursor: pointer;
}

.checkall_text {
  padding: 0px 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: default;
}

.checkall_enable {
  border: 1px solid #238DFF !important;
}

.checkall_selected {
  background-color: #238DFF;
  color: white;
}

.table_textbox {
  -webkit-appearance: textfield;
  padding: 0px !important;
}

.form-field {
  padding: 0px 4px !important;
  -webkit-appearance: textfield;
}

.btn_gray {
  width: 25px;
  height: 25px;
  background-color: #F3F2F2;
  border-radius: 5px;
  display: none;
}

.btn_draft {
  margin-top: 2px;
  width: 60px;
  height: 28px;
  padding: 5px 0;
  background: #09336c;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

#dialog-confirm {
  display: contents;
}

#device-menu .footable td {
  height: 20px;
  padding: 0px !important;
}

.tab_box li.freezeThead {
  height: calc(100% - 55px);
  overflow: auto;
  padding: 0;
}

#bottombox_form_list thead {
  position: sticky;
  top: 0;
  background-color: white;
}

#bottombox_form_list tbody .footable-last-visible {
  padding: 0px !important;
}

.filter-container-cover button:nth-child(1) {
  background-color: #c04c1d;
  border: 0;
}
.filter-container-cover .form-control:focus {
  box-shadow: none;
}
.filter-container-cover .btn:focus {
  box-shadow: none;
}

.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;
}

/*# sourceMappingURL=style.css.map */
