﻿body {
}

html, body, #mapDiv {
    position: absolute;
    top: 0px;
    padding: 0;
    margin: 0 auto;
    height: 100% !important;
    width: 100% !important;
    z-index: 1000;
}


.map .esriMapContainer {
    position: absolute !important;
}



.navbar {
    z-index: 8000;
}

.navbar-nav .nav-link:hover {
    color: blue !important;
    font-weight: 800;
}

.dropdown-item:hover {
    color: blue !important;
    font-weight: 800;
}

.dropdown-menu {
    z-index: 8000;
}

.offcanvas {
    z-index: 8000;
}

.hidden {
    display: none;
}

.logotext {
    color: #210f2a;
    font-weight: 900;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.banner {
    margin-top: 55px;
    height: 70px;
    background-color: #28194d;
    border-bottom: 1px solid #7a736a;
    background: linear-gradient(to right, #28194d, #7e36f5);
    z-index: 2000 !important;
    position: fixed;
    width: 100%;
}

    .banner .title {
        font-family: '微軟正黑體';
        font-weight: 900;
        font-size: 30px;
        padding-left: 10px;
        color: white;
        display: flex;
        height: 70px;
        align-items: center;
    }


/*-------文字特效-------------*/
.textshadow {
    text-shadow: 0.1em 0.1em 0.2em black;
}

.textshadow2 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.whitetext {
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.vbottom {
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
}

.align_justify {
    text-align: justify;
}

.align_center {
    display: flex;
    /* 水平置中 */
    justify-content: center;
    /* 垂直置中 */
    align-items: center;
}

.ftitle {
    padding: 7px 3px;
    background-color: #bdcaf7;
}

.boxshadow {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.boxshadow2 {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.canvas_title {
    font-size: 20px;
    font-weight: 800;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.cursorP {
    cursor: pointer;
}

#warningtips {
    position: fixed;
    bottom: 30px;
    right: 150px;
    z-index: 4000;
}

/*------------------------*/
.color_red {
    color: red;
}

.color_white {
    color: white;
}

.color_darkblue {
    color: darkblue;
}

.font_12 {
    font-size: 12px;
}

.width120 {
    width: 120px;
}

.width100p {
    width: 100%;
}

.width110 {
    width: 110px;
}

.width100 {
    width: 100px;
}

.width90 {
    width: 90px;
}

.width80 {
    width: 80px;
}

.width60 {
    width: 60px;
}

.width55 {
    width: 55px;
}

.width50 {
    width: 50px;
}

.width45 {
    width: 45px;
}

.width40 {
    width: 40px;
}

.width30 {
    width: 30px;
}

.sToolsButtonLocation{
    width: 15px;
}
/*------------------------*/
.color_canvas_head {
    background-color: #98dbed;
    border-bottom: 1px solid rgba(50, 50, 93, 0.25);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.offcanvas-header {
    padding: 10px 20px 10px 10px !important;
}

    .offcanvas-header .btn-close {
        padding: 0 !important;
    }

.inputboxDiv {
    line-height: 20px;
    border: 1px solid rgb(189, 188, 188);
    margin-bottom: 10px;
}
/*------------------------*/
.badge_size {
    font-size: 7px !important;
}

.logotext {
    color: #210f2a;
    font-weight: 900;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

/*------------------------*/
.subtitle {
    font-size: 19px;
    font-weight: 900;
    color: #174F89;
    text-shadow: rgba(0, 0, 0, 0.4) 0.1em 0.1em 0.2em;
}

.news_head_, .news_head_1 {
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0.1em 0.1em 0.2em #7498bf;
    position: relative;
    left: 15px;
}

.news_head_2 {
    font-size: 16px;
    font-weight: 800;
    color: #d10a0a;
    text-shadow: 0.1em 0.1em 0.2em #7498bf;
    position: relative;
    left: 15px;
}


.news_title {
    position: relative;
    left: 20px;
}

.news_body {
    font-size: 14px;
    position: relative;
    /*left: 110px;*/
    top: 5px;
    color: black;
    text-shadow: none;
}
/*--------版面------------*/
a {
    text-decoration: none;
}

.main {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    min-height: 300px;
}

.footer {
    padding: 10px 10px 10px 10px;
    background-color: #6b6b6b;
    height: 80px;
    width: 100%;
    color: white;
    font-size: 13px;
    position: page;
    bottom: 0px;
}

.dropdown-item:hover {
    background-color: #cde9fb;
    color: darkblue;
}

.gcontainer {
    width: 100%;
    margin-bottom: 10px;
}

.userdiv {
    font-size: 13px;
}


.timediv {
    position: absolute;
    right: 5px;
    font-size: 11px;
    color: black;
    z-index: 600;
}
/*-------------------------------*/
.ToolsbarDiv {
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 1000;
    transition: height 0.35s ease;
}

.divToolsHeader {
    vertical-align: middle;
    padding-left: 5px;
    padding-bottom: 10px;
    width: 275px;
    z-index: 2000;
    margin-right: 0px;
    margin-left: 0px;
    overflow: hidden;
    font-size: 24px;
    background-color: #36aae4;
    border: 2px solid #cccccc;
    border-bottom-right-radius: 7px;
    /*border-bottom-left-radius: 7px;*/
}

/*.divToolsHeader {
    vertical-align: middle;
    top: 130px;
    left: 35px;*/
    /*height: 75px;
    width: 275px;*/
    /*position: absolute;
    z-index: 2000;
    overflow: hidden;
    font-size: 24px;
}*/

.menuhidden {
    display: none !important;
}

.moveup {
    top: 60px !important;
}

.sToolsButton {
    border: 1px solid #a3a1a1;
    background-color: #fff;
    width: 26px;
    height: 26px;
    padding: 3px;
    border-radius: 5px;
}

    .sToolsButton:hover, .sToolsButton2:hover, .sToolsButton3:hover, .sToolsButton4:hover {
        background-color: #fad8a9;
    }

.scalebar {
    position: absolute;
    left: 230px;
    top: 55px;
    color: #f4c9f5;
    font-size: 12px;
    z-index: 9999;
    font-weight: 500;
}

.scalbar2 {
    font-size: 14px;
    color: black;
}




.groupbutton:hover, .grouptoolsbutton:hover, .groupbutton2:hover {
    background-color: #f7f446;
    color: white;
    z-index: 2000;
    cursor: pointer;
}

.mareaIcon {
    background-image: url("../images/Measure_Area16.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.mdistanceIcon {
    background-image: url("../images/Measure_Distance16.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.mrectangleIcon {
    background-image: url("../images/Measure_rectangle16.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.mcircleIcon {
    background-image: url("../images/Measure_circle16.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.editIcon {
    background-image: url("../images/edit.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.deleteIcon {
    background-image: url("../images/delete.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.IdentifyIcon {
    background-image: url("../images/identify.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.drawPolygonIcon {
    background-image: url("../images/DrawPolygon.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.drawPolylineIcon {
    background-image: url("../images/DrawPolyline.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.drawPointIcon {
    background-image: url("../images/DrawPoint.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
}

.zoominIcon {
    background-image: url("../images/zoomin_28.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.fullextentIcon {
    background-image: url("../images/full_extent_28.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.locationmap {
    background-image: url("../Images/Location-Map-icon_28.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.googleviewIcon {
    background-image: url("../Images/gsv_28.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.clearallIcon {
    background-image: url("../Images/eraser_B_44.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.titlebar {
    font-size: 16px;
    font-weight: 700;
    background-color: rgba(50, 50, 93, 0.25);
    padding: 5px;
    margin-bottom: 5px;
}

.tipwoords {
    font-size: 13px;
    color: darkmagenta;
    margin-bottom: 10px;
}
/*----------------*/
.SelectedBtn {
    background-color: #77b4f6;
}

.UnselectedBtn {
    background-color: #CCC;
}

.esriLargeSliderTL {
    top: 200px;
    left: 10px;
}

.esriLargeSliderVertical {
    height: 200px;
}

.esriPopup {
    width: 400px !important;
}

.esriPopupMaximized {
    left: 100px !important;
    top: 90px !important;
    z-index: 100 !important;
}




.scalebar_bottom-left {
    bottom: 60px !important;
    text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}

/*-------------------------------*/
.baseMapContainerNode {
    float: left;
    margin: 4px 15px 2px;
    width: 100px;
}

.basemapThumbnail {
    border: 1px solid #FFFFFF;
    cursor: pointer;
    height: 64px;
    margin: 1px;
    width: 100px;
}

.selectedBaseMap {
    box-shadow: 0 0 15px #0000FF;
}

.basemapLabel {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

/*#dialogbasemap {
    border: 1px solid #069;
    border-width: 3px;
    padding: 10px;
    border-radius: 20px;
    height: auto;
    width: auto;
    position: absolute;
    display: none;
    background-color: #fcfdfd;
    z-index: 150;
    width: 400px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}*/

#sortable #oftenLayer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable li {
    margin: 0 1px 2px 1px;
    padding: 0em;
    font-size: 14px;
    height: 20px;
    list-style: none;
}

#oftenLayer li {
    margin: 0 1px 2px 1px;
    padding: 0em;
    font-size: 15px;
    height: 24px;
    list-style: none;
}

.ui-menu {
    width: 100px;
}

#dialogLayers #sortable #oftenLayer .ui-state-default div img {
    margin-top: 6px;
    margin-right: 6px;
}

.layertool {
    cursor: pointer;
    height: 16px;
    width: 16px;
}

/*#menudiv {
    border: 1px solid #069;
    border-width: 3px;
    padding: 10px;
    border-radius: 20px;
    height: auto;
    width: auto;
    position: absolute;
    display: none;
    background-color: #fcfdfd;
    z-index: 150;
    width: 120px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}*/

/*-----------------*/

#sortable #sortable2 #sortable3 #oftenLayer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#sortable {
    padding: 0 !important;
}

    #sortable li {
        margin: 0 1px 2px 1px;
        padding: 0px;
        font-size: 13px;
        height: 46px;
        list-style: none;
        cursor: pointer;
    }


#oftenLayer {
    padding: 0 !important;
}

    #oftenLayer li {
        margin: 0 1px 2px 1px;
        padding: 0px;
        font-size: 13px;
        height: 46px;
        list-style: none;
        cursor: pointer;
    }

.ui-menu {
    width: 100px;
}

.form-check {
    padding-left: 5px !important;
}

.layerlist {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.3);
}

.ui-state-default div img {
    margin-top: 5px;
    margin-right: 6px;
}

.layertool {
    cursor: pointer;
    height: 16px;
    width: 16px;
}

.form-check-inline {
    margin-right: 0px !important;
}

table {
    border-collapse: collapse !important;
}

.menutable {
    vertical-align: central;
    height: 100%;
    width: 100%;
    border-collapse: collapse;
}

    .menutable th {
        vertical-align: middle;
        width: 48px;
        padding-left: 3px;
        padding-top: 5px;
    }

.munutablename {
    width: 130px;
}

.menuopacity {
    width: 15px;
    text-align: right;
}

.munutablebutton {
    color: black !important;
}

    .munutablebutton:hover {
        color: red !important;
    }

.uploadbox {
    width: 200px !important;
}

.icasetable {
    font-size: 13px;
}

.myicon {
    font-size: 15px;
    font-weight: 900;
}

.btn {
    margin-top: 5px;
    margin-right: 3px;
}

/*-----------------*/
table.dataTable th {
    font-size: 12px;
}

table.dataTable td {
    font-size: 12px;
}

/*----------------*/
.tableResult {
    border: 1px solid #398cb5;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
    margin-right: 5px !important;
    width: 100%;
}

    .tableResult th {
        border: 1px solid #398cb5;
        background-color: #77b4f6;
        text-align: center;
        width: 100px;
    }

    .tableResult td {
        border: 1px solid #398cb5;
        background-color: #e6e6e8;
        text-align: center;
    }

.tableResult2 {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
    margin-right: 5px !important;
    width: 98%;
}

    .tableResult2 th {
        border: 1px solid #CCCCCC;
        background-color: #d5d5d7;
        text-align: center;
    }

    .tableResult2 td {
        border: 1px solid #CCCCCC;
        background-color: #e6e6e8;
        text-align: center;
    }

.tableResult3 {
    border: 1px solid #a46c07;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
    margin-right: 5px !important;
    width: 98%;
}

    .tableResult3 th {
        border: 1px solid #a46c07;
        background-color: #f6a95e;
        text-align: center;
    }

    .tableResult3 td {
        border: 1px solid #a46c07;
        background-color: #fae8d6;
        text-align: center;
    }

.tableResultV {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
}

    .tableResultV th {
        border-top: none;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        background-color: #f5c768;
        text-align: center;
        padding: 4px;
    }

    .tableResultV td {
        border-top: none;
        border-bottom: 1px solid #CCCCCC;
        border-left: none;
        border-right: none;
        background-color: #f3d8ba;
        text-align: center;
        padding: 4px;
    }

.tableResultB {
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
}

    .tableResultB th {
        border-top: none;
        border-bottom: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        background-color: #7f9bf8;
        text-align: center;
        padding: 4px;
    }

    .tableResultB td {
        border-top: none;
        border-bottom: 1px solid #CCCCCC;
        border-left: none;
        border-right: none;
        background-color: #c4d4fa;
        text-align: center;
        padding: 4px;
    }

/*----------------*/
#queryCaseDiv {
    padding: 20px 10px 10px 10px;
    margin: 5px;
    border: 1px solid #526192;
    background-color: #dee4f8;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.querybox {
    padding: 20px 10px 10px 10px;
    margin: 5px;
    border: 1px solid #526192;
    background-color: #dee4f8;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.queryTablehead {
    text-align: right;
}

.detailTable {
    margin: 20px;
}

.tableheader {
    background-color: #c0f8d2;
    border: 1px solid #989797;
    padding: 5px;
    line-height: 30px;
    text-align: center;
}

.tableheader2 {
    background-color: #d8f7dd;
    padding: 5px;
    line-height: 30px;
}

.detailTable3 {
    margin: 5px 10px 5px 20px;
}

.tableheader3 {
    background-color: #cbb8fa;
    border: 1px solid #989797;
    padding: 5px;
    line-height: 30px;
    text-align: center;
}

.tablebody {
    border: 1px solid #989797;
    padding: 5px;
    line-height: 30px;
}

.headline {
    line-height: 50px;
    font-weight: 800;
    font-size: 19px;
    /*background-color: #c4f8cb;*/
    background-color: #374F69;
    color: antiquewhite;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 5px;
}

.paramheader {
    background-color: #efe8f7;
    font-weight: 800;
    border-bottom: 1px solid #cac9c9;
}

/*----------------*/
.compareTable {
    margin-top: 5px;
    border: 1px solid #989797;
}

.dtablehead {
    border: 1px solid #989797;
    background-color: #fbf1d9;
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 3px;
}

.dtablehead2 {
    border: 1px solid #989797;
    background-color: #f7d2f1;
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 3px;
}

.dtablehead3 {
    border: 1px solid #989797;
    background-color: #d2f7ed;
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 3px;
}

.dtablehead4 {
    border: 1px solid #989797;
    background-color: #a8d7ee;
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dtablebody {
    border: 1px solid #989797;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}

.dtablebody2 {
    border: 1px solid #989797;
    background-color: #dff5fe;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}

.dtablebody4 {
    border: 1px solid #989797;
    background-color: #a8d7ee;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 40px;
}

.infwtable {
    border: 1px solid black;
    margin-bottom: 3px;
    width: 100%;
    font-size: 13px;
}

    .infwtable th {
        border: 1px solid black;
        background-color: #efdfbd;
        width: 80px;
        text-align: center;
    }

    .infwtable td {
        border: 1px solid black;
        padding-left: 3px;
    }
/*----------------*/
table.myTableCss {
    border: 1px solid #989797;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table.myTableCss th {
        border: 1px solid #989797;
        background-color: #e3d2f7;
        line-height: 30px;
        text-align: center;
        color: #374F69;
    }

    table.myTableCss td {
        border: 1px solid #989797;
    }

    table.myTableCss thead th {
        border: 1px solid #989797;
        background-color: #e3d2f7;
        line-height: 30px;
        text-align: center;
        color: #374F69;
    }

    table.myTableCss tfoot th {
        background-color: #e3d2f7;
        line-height: 30px;
        color: white;
    }

    table.myTableCss tbody td {
        border: 1px solid #989797;
    }

    table.myTableCss tbody tr:hover {
        /*background-color: rgb(215, 247, 216);
        cursor:pointer;*/
    }

/*------------*/
table.myTableCss2 {
    border: 1px solid #989797;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table.myTableCss2 th {
        border: 1px solid #989797;
        background-color: #ede1cf;
        line-height: 30px;
        text-align: center;
        vertical-align: central;
        align-items: center;
        color: black;
        font-weight: 800;
    }

    table.myTableCss2 td {
        border: 1px solid #989797;
        vertical-align: central;
    }

    table.myTableCss2 thead th {
        border: 1px solid #989797;
        background-color: #aa9273;
        line-height: 30px;
        text-align: center;
        vertical-align: central;
        color: white;
    }

    table.myTableCss2 tfoot th {
        background-color: #aa9273;
        line-height: 30px;
        color: white;
    }

    table.myTableCss2 tbody td {
        border: 1px solid #989797;
        vertical-align: central;
    }

    table.myTableCss2 tbody tr:hover {
        /*background-color: rgb(215, 247, 216);
        cursor:pointer;*/
    }

table.myTableCss3 {
    border: 1px solid #989797;
    margin-top: 10px;
    margin-bottom: 10px;
}

    table.myTableCss3 th {
        border: 1px solid #989797;
        background-color: #ede1cf;
        line-height: 30px;
        text-align: center;
        vertical-align: central;
        align-items: center;
        color: black;
        font-weight: 800;
    }

    table.myTableCss3 td {
        border: 1px solid #989797;
        vertical-align: central;
    }

        table.myTableCss3 td.firsthead {
            color: darkblue;
            font-weight: 800;
            background-color: #f8f7eb;
        }

        table.myTableCss3 td.subhead {
            color: black;
            padding-left: 20px;
        }

    table.myTableCss3 thead th {
        border: 1px solid #989797;
        background-color: #aa9273;
        line-height: 30px;
        text-align: center;
        vertical-align: central;
        color: white;
    }

    table.myTableCss3 tfoot th {
        background-color: #aa9273;
        line-height: 30px;
        color: white;
    }

    table.myTableCss3 tbody td {
        border: 1px solid #989797;
        vertical-align: central;
    }

    table.myTableCss3 tbody tr:hover {
        /*background-color: rgb(215, 247, 216);
        cursor:pointer;*/
    }

/*------------------*/
.histablediv {
    margin-top: 10px;
}



/*----------------*/
.query_section {
    padding: 20px;
    background-color: #eef4fa;
    border: 2px solid #1f79d7;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/*----login----*/
.boxDiv {
    width: 420px;
    padding: 20px;
    align-items: center;
    margin: 0px auto;
    margin-top: 50px;
    line-height: 22px;
}

.boxtitle {
    font-size: 20px;
    color: #181fa4;
    font-weight: 800;
    margin-bottom: 10px;
    background-color: #c1b0fb;
    padding: 10px;
    text-align: center;
    /*border: 1px solid black;*/
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.sline {
    margin-bottom: 10px;
}

.sline2 {
    margin-bottom: 20px;
}
/*-------------------*/
.items {
    padding-top: 50px;
    padding-bottom: 50px;
}


.fitem {
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fbf7e8;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

    .fitem:hover {
        background-color: #d6f4fa;
        box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    }

.header {
    font-size: 25px;
    font-weight: 800;
    color: #2b1574;
}

.description {
    font-size: 14px;
    color: #1e6753;
}

.content {
    /*padding-top: 10px;*/
    font-size: 16px;
    font-weight: 600;
    color: #4b445c;
}

.item_image {
    width: 100%;
    margin-bottom: 10px;
}

.imagecell {
    width: 100%;
    text-align: center;
}

.contentBody {
    padding: 10px;
}

.uploadbtn {
    /*background-color: #3a62b5;*/
    color: #526192;
    border: 1px solid rgba(50, 50, 93, 0.25);
}

    .uploadbtn:hover {
        background-color: #526192;
        color: white;
    }


.notediv {
    padding: 15px;
    background-color: #caf1f8;
}

.must::after {
    content: "*";
    color: red;
}
/*------------GRIDVIEW-------------*/
.gvType1 {
    /*border: 1px solid #174F89;*/
    margin: 5px 5px 5px 5px;
    min-width: 120px;
}

.gvType1_head {
    background-color: #374F69;
    border-bottom: 1px solid #174F89;
    font-family: 微軟正黑體;
    font-size: 16px;
    font-weight: bolder;
    color: White;
    min-width: 120px;
    line-height: 30px;
    text-align: center;
}

.gvType1_row {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: #c4d9f5;
    min-width: 120px;
    line-height: 30px;
}

.gvType1_altRow {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: white;
    min-width: 120px;
    line-height: 30px;
}

.gvType1_selected {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: white;
}

.gvType1_page {
    font-family: 微軟正黑體;
    font-size: 14px;
    background-color: #374F69;
}

.gvType1_foot {
    font-family: 微軟正黑體;
    font-size: 14px;
    color: White;
}

/*------------*/
.gvType2 {
    border: none;
    margin: 5px 5px 5px 5px;
    min-width: 120px;
}

.gvType2_head {
    border-bottom: 1px solid #174F89;
    font-family: 微軟正黑體;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    min-width: 120px;
    line-height: 30px;
    text-align: center;
}

.gvType2_row {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: rgb(226, 226, 229, 0.25);
    min-width: 120px;
    line-height: 30px;
}

.gvType2_altRow {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: white;
    min-width: 120px;
    line-height: 30px;
}

.gvType2_selected {
    font-family: 微軟正黑體;
    font-size: 16px;
    background-color: white;
}

.gvType2_page {
    font-family: 微軟正黑體;
    font-size: 14px;
    background-color: #374F69;
}

.gvType2_foot {
    font-family: 微軟正黑體;
    font-size: 14px;
    color: White;
}

/*--------------------*/
.remindword {
    font-size: 13px;
}
/*-----------------------------------*/
.measuretable {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
    padding: 3px;
    font-size: 14px;
}

    .measuretable .title {
        background-color: #36aae4;
        padding: 3px;
    }

    .measuretable .header {
        background-color: #72caf6;
        padding: 3px;
        font-size: 16px;
        font-weight: 800;
    }

    .measuretable th {
        width: 60px;
        border: 1px solid #069;
        background-color: #c2e9fa;
        padding: 3px;
        text-align: center;
    }

    .measuretable td {
        border: 1px solid #069;
        padding: 3px;
    }
/*---------------------------------*/
.detailtable {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

    .detailtable .subtitle {
        text-align: left;
        font-weight: 800;
        border: 1px solid black;
        background-color: #f4c9f5;
    }

    .detailtable th {
        text-align: left;
        font-weight: 800;
        border: 1px solid black;
        background-color: #c7ecf5;
    }

    .detailtable td {
        text-align: left;
        border: 1px solid black;
    }

.tradecontext {
    width: 380px;
    z-index: 1000;
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px;
}

/*-------------------------------*/
.landTable {
    border: 1px solid #398cb5;
    font-size: 14px;
    margin-bottom: 5px;
    border-collapse: collapse;
    border-spacing: 0px; /*cellspacing */
    padding: 5px;
    margin-right: 5px !important;
    width: 98%;
}

    .landTable th {
        border: 1px solid #398cb5;
        background-color: #77b4f6;
        width: 80px;
    }

    .landTable td {
        border: 1px solid #398cb5;
        background-color: white;
    }

        .landTable td .center {
            border: 1px solid #398cb5;
            background-color: white;
            text-align: center;
        }

    .landTable th .headtitle {
        background-color: #f7e3b3;
    }

.hidepanelbuttonDiv {
    z-index: 2000;
    position: absolute;
    top: 0px;
    right: 0px;
}

.slidetooglebtn {
    width: 20px;
    height: 50px;
    position: relative;
    top: 350px !important;
    right: 400px;
    z-index: 2000;
    border: 1px solid greenyellow;
}

.openpanelbuttonDiv {
    z-index: 2000;
    position: absolute;
    top: 0px;
    right: 0px;
}

.slideopenbtn {
    width: 20px;
    height: 50px;
    position: relative;
    top: 350px !important;
    right: 0px;
    z-index: 2000;
    border: 1px solid greenyellow;
}

/*-------------------------------*/
.issueStyle_0 {
    color: red;
}

.issueStyle_1 {
    color: black;
}

.issueStyle_2 {
    color: blue;
}

.notmobile {
    display: block;
}

.onlymobile {
    display: none;
}
/*-------------------*/
@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}


@media (max-width: 576px) {
    .banner .title {
        font-size: 21px !important;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .imagecell {
        padding: 10px;
    }

    .item_image {
        width: 100px;
    }

    .boxDiv {
        width: 96% !important;
    }

    .queryTablehead {
        text-align: left;
    }

    .tableheader {
        text-align: center;
    }

    /*-----------------*/
    /* Force gridview to not be like gridview anymore */
    .no-more-gridView table,
    .no-more-gridView thead,
    .no-more-gridView tbody,
    .no-more-gridView th,
    .no-more-gridView td,
    .no-more-gridView tr {
        display: block;
        border: none;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-gridView .table_column_head > * {
        display: none;
    }

    .no-more-gridView th {
        display: none;
    }

    .no-more-gridView tr {
        all: revert;
        border: 2px solid #ccc;
        height: auto !important;
    }

    .no-more-gridView td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid rgb(207, 207, 207);
        position: relative;
        padding-left: 110px;
        white-space: normal;
        text-align: left;
        padding-bottom: 1em;
        min-width: 350px;
    }

        .no-more-gridView td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            left: 6px;
            width: 100px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: center;
            font-weight: 800;
        }

        .no-more-gridView td:before {
            content: attr(data-title);
        }

    .list-group-item {
        font-size: 15px;
    }

    .esriPopup .sizer {
        width: 250px !important;
    }

    .onlymobile {
        display: block;
    }

    .notmobile {
        display: none;
    }
}

@media (max-width: 365px) {
    body {
        font-size: 14px;
    }

    .banner .title {
        font-size: 20px !important;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .esriPopup .sizer {
        width: 200px !important;
    }

    .onlymobile {
        display: block;
    }

    .notmobile {
        display: none;
    }
}

@media (max-width: 320px) {
    body {
        font-size: 13px;
    }

    .banner .title {
        font-size: 17px !important;
        margin: 0 auto;
        justify-content: center;
        width: 100%;
    }

    .logotext {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
    }

    .esriPopup .sizer {
        width: 200px !important;
    }

    .onlymobile {
        display: block;
    }

    .notmobile {
        display: none;
    }
}
