﻿@charset "UTF-8";
/*chrome scrollBar*/
::-webkit-scrollbar {
  height: 10px;
  width: 10px; }

::-webkit-scrollbar-track {
  background-color: #eee; }

::-webkit-scrollbar-thumb {
  background-color: #C4C4C4; }

::-webkit-scrollbar-button {
  display: none; }

::-webkit-scrollbar-corner {
  display: none; }

/*IE scrollBar*/
body {
  scrollbar-face-color: #EDEDED;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #F8F8F8;
  scrollbar-track-color: #F8F8F8;
  scrollbar-darkshadow-color: white;
  font-size: 100%; }

/*CSS COPY HERE*/
@font-face {
  font-family: 'NotoSansTC-Light';
  src: url("../fonts/notoFont/NotoSansTC-Light.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansTC-Medium';
  src: url("../fonts/notoFont/NotoSansTC-Medium.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansTC-Regular';
  src: url("../fonts/notoFont/NotoSansTC-Regular.otf") format("opentype"); }

@font-face {
  font-family: 'NotoSansTC-Thin';
  src: url("../fonts/notoFont/NotoSansTC-Thin.otf") format("opentype"); }

@media all and (min-width: 1024px) {
  body {
    font-size: 100%; } }

@media all and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 100%; } }

@media all and (min-width: 350px) and (max-width: 767px) {
  body {
    font-size: 90%; } }

@media all and (max-width: 350px) {
  body {
    font-size: 70%; } }

/*Primary color*/
/*Secondary color*/
/*other color*/
.displayNone {
  display: none !important; }

.displayFlex {
  width: 100%;
  display: inline-flex; }

.visibleHide {
  visibility: hidden; }

/*input取消黃底*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  /*透明*/
  -webkitout-text-fill-color: #fff !important;
  /*字體顏色*/ }

/*取消點選時邊框*/
:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-color: transparent; }

.adminLogoPage {
  overflow: auto; }

.adminLogoBlock {
  display: inline-flex;
  margin: 2rem auto 0.5rem;
  justify-content: center; }
  .adminLogoBlock .adminLogo {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto 0.5rem; }
  .adminLogoBlock h3 {
    margin: 0;
    line-height: 50px; }

.secondary {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2rem; }
  .secondary ul {
    color: #003B97;
    font-size: 0.8em;
    line-height: 2rem;
    margin: 0; }
    .secondary ul li {
      display: inline-block;
      border-right: 1px solid #eee;
      line-height: 10px;
      padding-right: 5px;
      margin: 0 5px; }
      .secondary ul li a {
        color: white;
        font-size: 0.8rem; }
      .secondary ul li:last-child {
        border-right: 1px solid transparent; }

.selectLayerGroupPage {
  padding: 3rem 0rem;
  overflow: auto; }

/* header */
.headerFGIS {
  display: none; }

/*mobile header */
.m-headerFGIS {
  color: white;
  background: #85af4b;
  z-index: 11; }
  .m-headerFGIS .m-headerTitle {
    display: flex;
    justify-content: space-around;
    box-sizing: padding-box; }
    .m-headerFGIS .m-headerTitle div {
      line-height: 2.8rem; }
    .m-headerFGIS .m-headerTitle .webTitle {
      flex: 1;
      text-align: center;
      display: inline; }
      .m-headerFGIS .m-headerTitle .webTitle .dropdown-menu {
        text-align: left; }
      .m-headerFGIS .m-headerTitle .webTitle .icon-ui-down-arrow {
        padding: 5px; }
    .m-headerFGIS .m-headerTitle .l-aside {
      text-align: left;
      padding-left: 1rem; }
    .m-headerFGIS .m-headerTitle .r-aside {
      padding-right: 1rem;
      text-align: right; }

/*操作工具*/
.toolFGIS {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0.5rem 0 0.2rem;
  box-sizing: border-box;
  line-height: 2.8rem; }
  .toolFGIS #tbPrint {
    display: none !important; }
  .toolFGIS .tool-icon:hover {
    color: #4c4c4c; }
    .toolFGIS .tool-icon:hover span[class*=icon-] {
      color: #8a8a8a; }

/*我的圖資清單*/
.fileMenu, .fileBlock {
  display: none !important; }

/*地圖*/
.mapFGIS-width {
  width: 100%;
  min-width: 512px; }

/*mobile 圖資來源*/
.m-mapServices .drawer-nav {
  background: #85af4b;
  width: 75% !important; }

.m-mapServices .side-nav {
  border: none;
  background: transparent; }
  .m-mapServices .side-nav :not(.layout) {
    padding-left: 1.6rem; }

.m-mapServices .side-nav-title {
  color: white;
  width: 100%;
  DISPLAY: inline-flex;
  box-sizing: border-box;
  background: transparent;
  border-top: none;
  border-bottom: 1px solid #F4F4F4;
  padding: 1.2rem; }
  .m-mapServices .side-nav-title:active {
    background: rgba(255, 255, 255, 0.2); }
  .m-mapServices .side-nav-title .icon-zoom {
    width: 50px;
    margin-left: -1px;
    border: 1px solid #F4F4F4;
    border-radius: 0 2px 2px 0;
    text-align: center;
    line-height: 2.4rem;
    background: rgba(255, 255, 255, 0.2); }
    .m-mapServices .side-nav-title .icon-zoom:active {
      background: #D3E7F1; }
  .m-mapServices .side-nav-title input[type=text] {
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #F4F4F4;
    box-shadow: none;
    border-radius: 2px 0 0 2px;
    color: white;
    float: left;
    height: 2.5rem;
    padding-left: 10px; }
    .m-mapServices .side-nav-title input[type=text]::placeholder {
      color: white; }
    .m-mapServices .side-nav-title input[type=text]:placeholder-shown {
      color: white; }

.drawer.is-active.drawer-right .drawer-nav {
  transform: none; }

.drawer-right .drawer-nav {
  right: 0;
  left: auto; }

/*圖層服務來源列表*/
.mapServices {
  z-index: 9999;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
  width: 90%;
  height: 90%;
  background: #f8f8f8;
  overflow: hidden; }

.layers-nav-header {
  border-bottom: 4px rgba(133, 175, 75, 0.5) solid; }
  .layers-nav-header div:first-child {
    display: inline-block; }

.layers-nav-content {
  height: calc(100% - 74px);
  overflow: auto;
  /*div:first-child {
        margin: 10px 0px 20px 10px;
    }*/ }
  .layers-nav-content select {
    height: 2.4rem; }
  .layers-nav-content .switch {
    width: 25px;
    height: 13px; }
    .layers-nav-content .switch:after {
      width: 9px;
      height: 9px;
      line-height: 9px; }
    .layers-nav-content .switch.-checked:after {
      transform: translateX(14px); }

.layer {
  margin-bottom: 20px; }
  .layer .switch {
    float: left; }
  .layer span {
    width: 230px;
    padding-left: 13px;
    display: inline-block; }
  .layer .layerAction {
    float: right; }

/*layerListBlock*/
.layerListBlock {
  float: left;
  overflow: auto;
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  padding: 0;
  position: absolute;
  z-index: 3; }
  .layerListBlock .layerBar {
    padding: 15px 5px; }
  .layerListBlock .accordion-title {
    margin-top: 1rem; }
  .layerListBlock .eyeOpen {
    background-size: 70%; }
  .layerListBlock .layerName {
    flex: 1;
    line-height: 1.8rem; }
  .layerListBlock .layeBtns {
    width: 100px; }
  .layerListBlock .layerAction,
  .layerListBlock .layerLegend,
  .layerListBlock .layerRemove {
    width: 33px;
    height: 33px;
    line-height: 33px;
    background-size: 70%; }

/****** 圖資清單右鍵功能******/
.layerRightBox {
  width: 85%;
  height: 85%;
  line-height: 85%;
  position: absolute;
  z-index: 9999;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
  background: white;
  box-shadow: 0px 0px 8px rgba(76, 76, 76, 0.4); }
  .layerRightBox .icon-ui-close {
    display: block;
    text-align: center; }
  .layerRightBox ul {
    border: none;
    box-shadow: none; }
    .layerRightBox ul li {
      list-style: none;
      line-height: 4rem;
      margin: 0;
      padding: 0 2.5rem;
      cursor: pointer;
      border-bottom: 1px solid #F4F4F4; }
      .layerRightBox ul li input {
        padding-left: 0.5rem;
        display: inline;
        width: 30px;
        height: 20px; }
        .layerRightBox ul li input::after {
          content: "%"; }
      .layerRightBox ul li:hover {
        background: #FFFEF4; }

/****** 提示工具******/
.smallTip2 {
  display: none; }

/****** 地圖工具******/
.map-controls {
  width: 35px;
  top: 10px;
  left: 10px;
  display: inline-flex;
  flex-flow: column; }
  .map-controls .icon-windowToggle {
    display: none; }
  .map-controls .icon-ui-blank-map-pin {
    display: block; }
  .map-controls div {
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    line-height: 38px; }
    .map-controls div:hover {
      background: white; }
    .map-controls div.is-active {
      background-color: #D3E7F1; }

/*footer*/
.footerFGIS .footNav {
  display: none; }

.footerFGIS div input {
  width: 6.25rem; }

.footerFGIS #domCursorLoc {
  display: none; }

.footerFGIS .title-divider {
  display: none; }

.footerFGIS .f-setscale {
  float: right; }

.basemapBlock {
  width: 80%; }

/*定位工具*/
#locPanel {
  width: 100%;
  left: 0 !important;
  bottom: 0; }

/*跳出視窗 業務查詢*/
#businessPanel {
  width: 100%;
  bottom: 0;
  left: 0 !important; }
  #businessPanel .step1 ul {
    width: 100%; }
    #businessPanel .step1 ul li {
      width: 100px; }

/*跳出視窗 測量*/
#measurePanel {
  bottom: 0;
  left: 0 !important;
  width: 100%; }
  #measurePanel .measureBar {
    justify-content: center; }

/*跳出視窗 繪圖板*/
#painterPanel {
  width: 100%;
  bottom: 0; }
  #painterPanel .painterTip {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 7px; }
  #painterPanel .painterBody {
    justify-content: center; }
    #painterPanel .painterBody .drawMenu {
      display: none; }
    #painterPanel .painterBody .title-divider {
      display: none; }

/*正射影像比對的按鈕*/
.simpleBtn {
  display: none; }

/*正射影像的各版次*各種高度調整*/
#orthPanel {
  height: calc(100% - 74px); }
  #orthPanel #orthMapResult {
    height: calc(100% - 50px); }
    #orthPanel #orthMapResult #orthVerResult {
      height: calc(100% - 220px); }
      #orthPanel #orthMapResult #orthVerResult #orthVersionList {
        height: calc(100% - 50px); }

/*#orthVersionList{
      max-height: calc(100vh - 420px);
}*/
/*影像比對各版次*/
.orthophotoServices .resultTitle ul {
  max-height: 76px; }

/*公有土地資訊 sub-nav 高度*/
.sub-nav {
  height: 72px !important;
  width: auto; }

@media all and (max-width: 530px) {
  /*定位*/
  #locPanel {
    width: 100%;
    left: 0 !important;
    bottom: 0; }
    #locPanel .panel-body {
      display: block; }
      #locPanel .panel-body .panel-l {
        height: 100px;
        border-bottom-width: 0; }
      #locPanel .panel-body .panel-r {
        height: 180px;
        margin-left: 0px; }
  /*繪圖板說明編輯*/
  .painterWin {
    width: 100%;
    font-size: 12px;
    box-sizing: border-box; }
  #locStylePanel {
    bottom: 0 !important;
    left: 0px !important; }
  /*跳出視窗 屬性表*/
  .esriPopup .sizer {
    max-width: 340px !important;
  }
  #pubLandPanel {
    left: 0px !important;
    width: 100%;
    bottom: 0; 
    position: absolute !important;
  }
    #pubLandPanel #publicinfo {
      max-height: 350px; }
    #pubLandPanel .panel {
      /*min-width: 100% !important;*/
      box-sizing: border-box; } }

