﻿body {
    font-family: Microsoft JhengHei;
}

.Header {
    background: #3CA897;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    position: relative;
}

.Header h1 img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Header h1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 15px;
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei;
}

.Header h1 span.L_h1 {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 50px;
}

.Header h1 span.L_h1 span {
    letter-spacing: 11.2px;
}

.Header h1 span.R_h1 {
    padding-top: 15px;
    position: absolute;
    left: 200px;
    font-size: 18px;
}


/*Header資訊*/

.Info {
    width: 800px;
    position: absolute;
    right: 180px;
    margin: 0;
    padding: 0;
    top: 12px;
    font-family: Microsoft JhengHei;
}

.Info li {
    list-style: none;
    float: left;
    margin-right: 20px;
    color: #FFF;
    font-size: 14px;
}

.Info li img {
    margin-right: 5px;
}


/*系統資訊+登出+回舊系統 按鈕*/

a.sys_mng {
    background: #008E7C;
    border: 2px solid #70C4B3;
    position: absolute;
    width: 100px;
    height: 32px;
    border-radius: 136px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    display: inline-block;
    top: 7px;
    right: 80px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    font-family: Microsoft JhengHei;
}

a.sys_mng:hover {
    text-decoration: none;
    background: #004B3E;
    color: #FFF;
}

a.sys_mng2 {
    background: #008E7C;
    border: 2px solid #70C4B3;
    position: absolute;
    width: 100px;
    height: 32px;
    border-radius: 136px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    display: inline-block;
    top: 7px;
    right: 180px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 27px;
    font-family: Microsoft JhengHei;
}

a.sys_mng2:hover {
    text-decoration: none;
    background: #004B3E;
    color: #FFF;
}

a.sys_mng3 {
    background: #008E7C;
    border: 2px solid #70C4B3;
    border-radius: 136px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #FFF;
    text-align: center;
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 27px;
    font-family: Microsoft JhengHei;
    display: block
}

.dropdown_sys_mng-wrapper {
    position: absolute;
    top: 7px;
    right: 80px;
    z-index: 100;
}

.dropdown_sys_mng {
    display: inline-block;
    position: relative;
}

.dropdown_sys_mng-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    /* 防止內容換行 */
}

.dropdown_sys_mng-content a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    color: black;
}

.dropdown_sys_mng-content a:hover {
    background-color: #ddd;
    cursor: pointer
}

.dropdown_sys_mng:hover .dropdown_sys_mng-content {
    display: block;
}

a.backold {
    right: 650px;
}

@media (min-width:1024px) {
    a.backold {
        right: 630px;
    }
}

a.Logout {
    background: #0D9580;
    width: 72px;
    height: 45px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-family: Microsoft JhengHei;
}

a.Logout:hover {
    background: #53BCA6;
    text-decoration: none;
}

a.Login {
    background: #0D9580;
    width: 72px;
    height: 45px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-family: Microsoft JhengHei;
}

a.Login:hover {
    background: #53BCA6;
    text-decoration: none;
}


/*===主要內容===*/

.MapContent {}


/*左側 底圖選單*/

.BaseMapMenu {
    width: 350px;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-left: 50px;
    float: left;
    /*theess add*/
    position: absolute;
    z-index: 99;
}

.BaseMapMenu li {
    float: left;
    list-style: none;
    margin-right: 5px;
}

.BaseMapMenu li a {
    display: block;
    width: 52px;
    height: 52px;
    text-indent: -9999px;
}

.BaseMapMenu li:nth-child(1) a {
    background: url(../images/BaseMap_01.png) no-repeat;
}

.BaseMapMenu li:nth-child(2) a {
    background: url(../images/BaseMap_02.png) no-repeat;
}

.BaseMapMenu li:nth-child(3) a {
    background: url(../images/BaseMap_05.png) no-repeat;
}

.BaseMapMenu li:nth-child(4) a {
    background: url(../images/BaseMap_04.png) no-repeat;
}

.BaseMapMenu li:nth-child(5) a {
    background: url(../images/BaseMapEmpty.png) no-repeat;
}

.BaseMapMenu li:nth-child(6) a {
    background: url(../images/BaseMap_06.png) no-repeat;
}

.BaseMapMenu li:hover a,
.BaseMapMenu li.active a {
    background-position: left bottom;
}


/*右側 工具選單 */

.Right {
    float: right;
    min-width: 330px;
    margin: 0;
    position: relative;
    /*top: 45px;
    right: 0;*/
    /*theess add*/
    z-index: 99;
}


/*工具選單*/

.ToolsMenu {
    width: 330px;
    background: #434243;
    height: 62px;
    margin: 0;
    padding: 0;
    padding-left: 6px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: Microsoft JhengHei;
}

.ToolsMenu li {
    margin-top: 6px;
    float: left;
    list-style: none;
    margin-right: 4px;
    margin-left: 4px
}

.ToolsMenu li a {
    display: block;
    width: 71px;
    height: 56px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    vertical-align: bottom;
    padding-top: 35px;
    text-decoration: none;
}

.ToolsMenu li:nth-child(1) {
    background: url(../images/ToosMenuai_01.png) no-repeat;
}

.ToolsMenu li:nth-child(2) {
    background: url(../images/ToosMenuai_02.png) no-repeat;
}

.ToolsMenu li:nth-child(3) {
    background: url(../images/ToosMenuai_03.png) no-repeat;
}

.ToolsMenu li:nth-child(4) {
    background: url(../images/ToosMenuai_04.png) no-repeat;
}

.ToolsMenu li:hover,
.ToolsMenu li.active {
    background-position: left bottom;
    background-color: #FFFFFF;
    margin-top: 6px;
    border-radius: 4px 4px 0 0;
}

.ToolsMenu li:nth-child(1):hover a,
.ToolsMenu li:nth-child(1).active a {
    color: #E95D91;
}

.ToolsMenu li:nth-child(2):hover a,
.ToolsMenu li:nth-child(2).active a {
    color: #655EA7;
}

.ToolsMenu li:nth-child(3):hover a,
.ToolsMenu li:nth-child(3).active a {
    color: #5483C3;
}

.ToolsMenu li:nth-child(4):hover a,
.ToolsMenu li:nth-child(4).active a {
    color: #00B4C8;
}


/*===右側內容區塊===*/

.Map_Main {
    background: #FFF;
    height: calc(100vh - 45px - 62px);
    position: relative;
    top: 0px;
    right: 0;
    /*overflow-y: auto;*/
}


/*工具子選單*/

.SubTab {
    width: 350px;
    height: 150px;
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-left: 5px;
}

.SubTab li {
    list-style: none;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    height: 65px;
    position: relative;
}

.SubTab li a {
    width: 60px;
    height: 55px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    padding-top: 35px;
    text-align: center;
    font-size: 12px;
    font-family: PMingLiU;
}

.SubTab li.active::before {
    position: absolute;
    top: 55px;
    left: 22px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
}


/*紅色*/

.SubTab_R {}

.SubTab_R li a {
    color: #E95D91;
}

.SubTab_R li:nth-child(1) a {
    background: url(../images/SubTab_R01.png) no-repeat #FCEAF1;
}

.SubTab_R li:nth-child(2) a {
    background: url(../images/SubTab_R02.png) no-repeat #FCEAF1;
}

.SubTab_R li:nth-child(3) a {
    background: url(../images/SubTab_R03.png) no-repeat #FCEAF1;
}

.SubTab_R li:nth-child(4) a {
    background: url(../images/SubTab_R05.png) no-repeat #FCEAF1;
}

.SubTab_R li:nth-child(5) a {
    background: url(../images/SubTab_R01.png) no-repeat #FCEAF1;
}

.SubTab_R li:nth-child(6) a {
    background: url(../images/SubTab_R04.png) no-repeat #FCEAF1;
}

.SubTab_R li:hover a,
.SubTab_R li.active a {
    background-position: left bottom;
    background-color: #E95D91;
    color: #FFF;
}

.SubTab_R li.active::before {
    border-color: #E95D91 transparent transparent transparent;
}


/*紫色*/

.SubTab_P {}

.SubTab_P li a {
    color: #655EA7;
}

.SubTab_P li:nth-child(1) a {
    background: url(../images/SubTab_P01.png) no-repeat #E1DEEF;
}

.SubTab_P li:nth-child(2) a {
    background: url(../images/SubTab_P02.png) no-repeat #E1DEEF;
}

.SubTab_P li:nth-child(3) a {
    background: url(../images/SubTab_P03.png) no-repeat #E1DEEF;
}

.SubTab_P li:nth-child(4) a {
    background: url(../images/SubTab_P04.png) no-repeat #E1DEEF;
}

.SubTab_P li:nth-child(5) a {
    background: url(../images/SubTab_P05.png) no-repeat #E1DEEF;
}

.SubTab_P li:nth-child(6) a {
    background: url(../images/SubTab_P06.png) no-repeat #E1DEEF;
}

.SubTab_P li:hover a,
.SubTab_P li.active a {
    background-position: left bottom;
    background-color: #655EA7;
    color: #FFF;
}

.SubTab_P li.active::before {
    border-color: #655EA7 transparent transparent transparent;
}


/*藍色*/

.SubTab_B {}

.SubTab_B li a {
    color: #5483C3;
}


.SubTab_B li:nth-child(1) a {
    background: url(../images/SubTab_B06.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(2) a {
    background: url(../images/SubTab_B01.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(3) a {
    background: url(../images/SubTab_B03.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(4) a {
    background: url(../images/SubTab_B04.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(5) a {
    background: url(../images/SubTab_B05.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(6) a {
    background: url(../images/SubTab_B02.png) no-repeat #E2E7F5;
}

.SubTab_B li:nth-child(7) a {
    background: url(../images/SubTab_B02.png) no-repeat #E2E7F5;
}
.SubTab_B li:hover a,
.SubTab_B li.active a {
    background-position: left bottom;
    background-color: #5483C3;
    color: #FFF;
}

.SubTab_B li.active::before {
    border-color: #5483C3 transparent transparent transparent;
}


/*湖水綠*/

.SubTab_T {}

.SubTab_T li a {
    color: #00B4C8;
}

.SubTab_T li:nth-child(1) a {
    background: url(../images/SubTab_T01.png) no-repeat #E1F2F7;
}

.SubTab_T li:nth-child(2) a {
    background: url(../images/SubTab_T02.png) no-repeat #E1F2F7;
}

.SubTab_T li:nth-child(3) a {
    background: url(../images/SubTab_T03.png) no-repeat #E1F2F7;
}

.SubTab_T li:nth-child(4) a {
    background: url(../images/SubTab_T04.png) no-repeat #E1F2F7;
}

.SubTab_T li:hover a,
.SubTab_T li.active a {
    background-position: left bottom;
    background-color: #00B4C8;
    color: #FFF;
}

.SubTab_T li.active::before {
    border-color: #00B4C8 transparent transparent transparent;
}


/*列表可捲動的地方*/

.outerDiv {
    height: calc(100vh - 45px - 62px - 303px);
    overflow-y: auto;
}


/*表單元件樣式*/

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    padding: .2em .2em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 34px;
}

.form-control {
    /*margin-bottom: 5px;*/
    padding: .2em .2em;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
}


/*子選單詳細內容區塊*/

.Sub_Main {
    padding-left: 10px;
    padding-right: 10px;

     overflow-y: auto;
    /* height: calc(100vh - 80px); */

}

.Sub_Main>.recordQueryCond {
    margin-top: 0px;
    padding: 5px;
    /*background: #ebf8fe;*/
    /*background: #edeff2;*/
    background: #f8f8f8;
}


/*h3標題*/

.Sub_Main h3 span {
    background: #FFF;
    display: inline-block;
}

.Sub_Main h3 span.h3txt {
    padding-right: 15px;
    padding-left: 10px;
    font-weight: bold;
}


/*H3 紅色*/

.Sub_Main h3.h3_Red {
    border-bottom: 2px solid #E95D91;
    font-size: 16px;
    color: #E95D91;
    height: 10px;
    margin-bottom: 30px;
}


/*H3 紫色*/

.Sub_Main h3.h3_Purple {
    border-bottom: 2px solid #655EA7;
    font-size: 16px;
    color: #655EA7;
    height: 10px;
    margin-bottom: 30px;
}


/*H3 藍色*/

.Sub_Main h3.h3_Blue {
    border-bottom: 2px solid #5483C3;
    font-size: 16px;
    color: #5483C3;
    height: 10px;
    margin-bottom: 30px;
}


/*H3 藍綠色*/

.Sub_Main h3.h3_Teal {
    border-bottom: 2px solid #00B4C8;
    font-size: 16px;
    color: #00B4C8;
    height: 10px;
    margin-bottom: 30px;
}


/*h4標題*/

.Sub_Main h4.ItemTitle {
    font-size: 16px;
    font-weight: bold;
    color: #008e7c;
}


/*===表格===*/

.Sub_Main>table.QueryTable {
    width: 300px;
}

.Sub_Main>table.QueryTable tr {}

.Sub_Main table.QueryTable tr th {
    text-align: right;
    color: #23161D;
    padding-right: 10px;
    font-size: 15px;
    font-weight: bold;
    width: 80px;
}

.Sub_Main table.QueryTable tr td {
    padding: 5px;
    padding-left: 0px;
    line-height: 30px;
}

.Sub_Main table.QueryTable tr td span.F_pink {
    color: #FF4893;
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}

.Sub_Main table.QueryTable tr td span.F_Purple {
    color: #655EA7;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
}

.Sub_Main table.QueryTable tr td span.F_EX {
    font-family: 微軟正黑體;
    font-size: 12px;
    color: #E60012;
    display: block;
}

.Sub_Main table.QueryTable tr td input[type="radio"] {
    vertical-align: -2px;
    margin: 4px;
}

.Sub_Main table.QueryTable caption {
    background: #F6F6F6;
    font-weight: bold;
    color: #434243;
    text-indent: 10px;
    font-size: 18px;
    width: 300px;
}

.Sub_Main table.TableTdH_S tr td {
    padding: 5px;
    padding-left: 0px;
    line-height: 16px;
}

.Sub_Main table.TableTdH_S input[type=text],
.Sub_Main table.TableTdH_S input[type=password],
.Sub_Main table.TableTdH_S input[type=email],
.Sub_Main table.TableTdH_S input[type=url],
.Sub_Main table.TableTdH_S input[type=date],
.Sub_Main table.TableTdH_S input[type=month],
.Sub_Main table.TableTdH_S input[type=time],
.Sub_Main table.TableTdH_S input[type=datetime],
.Sub_Main table.TableTdH_S input[type=datetime-local],
.Sub_Main table.TableTdH_S input[type=week],
.Sub_Main table.TableTdH_S input[type=number],
.Sub_Main table.TableTdH_S input[type=search],
.Sub_Main table.TableTdH_S input[type=tel],
.Sub_Main table.TableTdH_S input[type=color],
.Sub_Main table.TableTdH_S select,
.Sub_Main table.TableTdH_S textarea {
    padding: .1em .1em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    height: 28px;
}


/*=== 各式顏色線條 ===*/


/*紅色*/

hr.LineRed {
    border-top: 1px solid #E95D91;
}


/*紫色*/

hr.LinePurple {
    border-top: 1px solid #655EA7;
}


/*藍色*/

hr.LineBlue {
    border-top: 1px solid #5483C3;
}


/*湖水綠*/

hr.LineTeal {
    border-top: 1px solid #00B4C8;
}

hr.Linedashed_G {
    border-top: 1px dashed #DCDCDA;
}

.bg_gray {
    background: #F6F6F6 !important;
}

.Font_Teal {
    color: #008e7c !important;
}

.F_16 {
    font-size: 16px;
}

}




/*區域定位區塊*/

.Coord_Content {
    background: #F6F6F6 !important;
    width: 320px;
    margin-right: -10px;
    margin-left: -10px;
    height: calc(100vh - 45px - 62px - 190px);
    overflow-y: auto
}

.Coord_Content>.QueryTable>tbody>tr>th {
    vertical-align: initial;
}


/*===地址定位清單===*/

/*.addressOuter {
    height: calc(100vh - 45px - 62px - 230px);
    overflow-y: auto

}*/
.addressOuter {
    height: calc(100vh - 320px);
    overflow-y: auto;
    margin-left: -10px;
    margin-right: -10px;
}

.addressList {
    width: 310px;
}

.addressList td:nth-child(2) {
    text-align: left;
    padding-left: 6px;
    padding-right: 0px;
    width: 212px;
    word-break: break-all;
}

.addressList td:last-child {
    text-align: right;
    width: auto;
    padding-right: 8px;
}


/*===紀錄查詢列表===*/

.recordOuter {
    height: calc(100vh - 20px - 360px);
    overflow-y: auto;
    width: 335px;
    margin-left: -15px;
}


/*
.recordOuter {
    height: calc(100vh - 10px - 335px);
    overflow-y: auto;
    width: 330px;
    margin-left: -15px;
}
*/
.recordList {
    width: 315px;
}

.recordList td:nth-child(2) {
    text-align: left;
    padding-left: 6px;
    padding-right: 0px;
    font-weight: bold;
    color: #655EA7;
}

.recordList td:nth-child(2) span {
    display: block;
    font-size: 12px;
    color: #333;
}

.recordList td:nth-child(3) {
    font-size: 12px;
}

.recordList td:nth-child(3) label {
    font-size: 16px;
    color: #FF4893;
}

.recordList td:last-child {
    text-align: right;
    width: auto;
    padding-right: 8px;
}


/*===單筆地籍查詢 定位資訊===*/

.sensitiveDetail {}

.sensitiveDetail h3 {
    font-size: 16px;
    /*color: #E95D91;*/
    /*margin-bottom: 15px;*/
    /*background: #FCEAF1;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #FCEAF1;
    background: #E95D91;
    margin-bottom: 0;
    width: 330px;
    margin-left: -10px;
    margin-right: -20px;
}

.sensitiveDetail h3 span {
    background: none;
    display: inline-block;
}

.sensitiveOuter {
    width: 330px;
   /* height: calc(100vh - 520px);*/
    overflow-y: auto;
    margin-right: 0px;
    background: #fffcdc;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

/*
.sensitiveOuter {
    width: 330px;
    height: calc(100vh - 48px - 455px);
    overflow-y: auto;
    margin-right: -20px;
    background: #fffcdc;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 10px;

}
    */

/*===20200519更新===*/
/*== 行政區 ==*/
.StaDistResultWrap {}

.StaDistResultWrap h3,
.StaSenResultWrap h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #FFF;
    background: #5483C3;
    margin-bottom: 0;
    width: 100%;
    /*
    margin-left: -10px;
    margin-right: -20px;*/
}

.StaDistResultWrap h3 span,
.StaSenResultWrap h3 span {
    background: transparent;
}

.StaDistResultWrap h4.status,
.StaSenResultWrap h4.status {
    margin-top: 0;
}

/*行政區列表清單*/

.StaDistResultListOuter {
    height: calc(100vh - 280px);
    overflow-y: auto;
    margin-right: -10px;
    margin-left: -10px;
}

.StaDistResultList {
    margin-bottom: 50px;
    /*width: 310px;*/
}

.StaDistResultListTable {
    width: 100%;
}

.StaDistResultListTable th {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.StaDistResultListTable td {
    white-space: nowrap;
}

/*.StaDistResultListTable td:nth-child(2) {
    text-align: left;
    padding-left: 6px;
    padding-right: 0px;
    width: 212px;
    word-break: break-all;
}*/

.StaDistResultListTable td:last-child {
    text-align: center;
    width: auto;
    padding-right: 2px;
}


/*== 集水區+保護區 ==*/
.StaSenResultWrap {}

.StaSenResultWraOuter {
    height: calc(100vh - 380px);
    overflow-y: auto;
    margin-right: -10px;
    margin-left: -10px;
}