﻿body {
    color: #006400;
    font-family: "微軟正黑體", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 300;
}

h3 {
    font-size: 18px;
}

label {
    font-weight: 300;
}

ul li {
    list-style: none;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline: 0;
}

input:focus, textarea:focus {
    outline: none;
}

table tr th {
    color: #688a7e;
}

*:focus {
    outline: none;
}

::selection {
    background: #688a7e;
    color: #fff;
}

::-moz-selection {
    background: #688a7e;
    color: #fff;
}

#container {
    width: 100%;
    height: 100%;
}

/*--左側menu--*/
#sidebar {
    width: 230px;
    height: 100%;
    position: fixed;
    background: #006400;
}

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

    #sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
        display: block;
    }

ul.sidebar-menu li ul.sub li {
    background: #E7E7E7;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    ul.sidebar-menu li ul.sub li:last-child {
        border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
    }

    ul.sidebar-menu li ul.sub li a {
        font-size: 12px;
        padding: 0 0 0 38px;
        line-height: 35px;
        height: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #000;
        font-size: 14px;
    }

        ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            display: block;
        }

ul.sidebar-menu li {
    line-height: 20px !important;
    /*margin-bottom: 5px;
    margin-left:10px;
    margin-right:10px;*/
}

    ul.sidebar-menu li.sub-menu {
        line-height: 15px;
        font-size: 16px;
    }

    ul.sidebar-menu li a span {
        display: inline-block;
    }

    ul.sidebar-menu li a {
        color: #d0d8df;
        text-decoration: none;
        display: block;
        padding: 15px 0 15px 10px;
        font-size: 16px;
        font-weight: 300;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-bottom: 1px solid #D7D7D7;
    }

        ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            background: #999999;
            color: #fff;
            display: block;
            /*border-radius: 4px;
    -webkit-border-radius: 4px;*/
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
            border-bottom: 1px solid #d0d8df;
        }

/*ul.sidebar-menu li.active a,*/ ul.sidebar-menu .sub-menu li.active a {
    border-bottom: 1px solid #d0d8df;
}

ul.sidebar-menu li a i {
    font-size: 18px;
    padding-right: 6px;
    width: 25px;
    /*color: #688a7e;*/
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li.active a i {
    color: #fff;
}

#sidebar ul > li > a .arrow {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #A0A0A0;
    border-top: 4px solid transparent;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 6px;
    width: 0;
}

#sidebar ul > li > a .menu-arrow {
    float: right;
    margin-right: 8px;
    /*margin-top: 6px; */
}

#sidebar > ul > li > a .arrow.open {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #A0A0A0;
    float: right;
    height: 0;
    margin-right: 10px;
    margin-top: 8px;
    width: 0;
}

#sidebar ul > li.active > a .arrow, #sidebar ul > li > a:hover .arrow, #sidebar ul > li > a:focus .arrow {
    float: right;
    margin-top: 6px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 4px solid #d0d8df;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#sidebar > ul > li.active > a .arrow.open, #sidebar > ul > li > a:hover .arrow.open, #sidebar > ul > li > a:focus .arrow.open {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #d0d8df;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/*--右側內容區--*/
#main-content {
    margin-left: 230px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.lite {
    color: #00a0df !important;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.green-bg {
    background: #006400;
    border-bottom: 1px solid #f1f2f7;
}

.panel-content {
    padding: 10px;
}

    .panel-content ul {
        margin: 0px;
        padding: 0px;
        /*width:400px;
	display:inline-block;*/
    }

.panel img {
    width: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width: 480px) {
    .panel img {
        width: 100%;
    }
}

.panel p {
    margin: 5px 0px 5px 10px;
    font-size: 1.1em;
}

li .green {
    background: #36a40a;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

li .orange {
    background: #f39131;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

li .red {
    background: #cd4128;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

li .blue {
    background: #3869ae;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

li .yellow {
    background: #fbcd41;
    width: 12px;
    height: 12px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
}

.wrapper {
    display: inline-block;
    margin-top: 70px;
    padding: 15px;
    width: 100%;
}

a.logo {
    font-size: 22px;
    font-weight: 300;
    color: #fed189;
    float: left;
    margin: 5px 0px;
    text-transform: uppercase;
}

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #688a7e;
    }

#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

/*--登出--*/
.logout {
    margin: 18px 5px;
}

/*--大標及路徑--*/
.page-header {
    margin: 5px 0 5px;
    color: darkgreen;
    border-bottom: none;
    opacity: 0.7;
    text-transform: uppercase;
    color: #006400;
    font-size: 1.3em;
}

    .page-header i {
        color: #006400;
        margin-right: 10px;
        float: left;
        font-size: 24px;
        opacity: 0.8;
        padding-right: 0px;
    }

.breadcrumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 34px;
    position: relative;
    margin: 0 0 19px 0;
    overflow: hidden;
}

    .breadcrumb li {
        position: relative;
        margin-right: 0;
    }

        .breadcrumb li i {
            Font-size: 15px;
            margin-right: 5px;
        }

    .breadcrumb > .active {
        color: #d4d4d4;
    }

/*--表格--*/
.panel {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*margin-bottom: 30px;*/
}

    .panel .panel-heading {
        height: auto;
        /*min-height: 34px;
  line-height: 34px;
  padding: 0 15px;*/
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        position: relative;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
        -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
        font-size: 1.2em;
    }

        .panel .panel-heading .panel-title {
            line-height: 40px;
        }

        .panel .panel-heading i {
            width: 30px;
            display: inline-block;
            font-size: 14px;
            border-right: 1px solid #e6e6e6;
        }

        .panel .panel-heading ul li {
            border-top: 1px solid #e6e6e6;
            border-left: 1px solid #e6e6e6;
            border-right: 1px solid #e6e6e6;
        }

        .panel .panel-heading h2 {
            height: 100%;
            width: auto;
            display: inline-block;
            font-size: 14px;
            position: relative;
            margin: 0;
            line-height: 34px;
            font-weight: 400;
            letter-spacing: 0;
        }

        .panel .panel-heading .panel-actions {
            float: right;
            margin-right: -15px;
            height: 40px;
            font-size: 0;
        }

            .panel .panel-heading .panel-actions i {
                display: inline-block;
                text-align: center;
                width: 34px;
                -webkit-transition: all 0.1s ease-in-out;
                -moz-transition: all 0.1s ease-in-out;
                -ms-transition: all 0.1s ease-in-out;
                -o-transition: all 0.1s ease-in-out;
                transition: all 0.1s ease-in-out;
                text-decoration: none;
                font-size: 14px;
            }

            .panel .panel-heading .panel-actions a {
                text-decoration: none;
                font-size: 14px;
                text-align: center;
                display: inline-block;
                line-height: 32px;
                padding: 0;
                margin: 0;
                color: #333;
                border-left: 1px solid rgba(0,0,0,.09);
            }

.panel-actions .btn-setting:hover,
.panel-actions .btn-minimize:hover,
.panel-actions .btn-close:hover {
    background-color: rgba(0,0,0,.05);
}

.panel .panel-heading .switch {
    margin: 10px;
}

.panel .panel-body {
    /*border-width: 1px 1px 2px;
  border-style: solid;
  border-top: none;
  border-right-color: #ccc!important;
  border-bottom-color: #ccc!important;
  border-left-color: #ccc!important;*/
    color: #000;
    font-size: 1.1em;
}

.panel .panel-body-map {
    border-width: 1px 1px 2px;
    border-style: solid;
    background: #eef3f7;
    height: 380px;
    border-top: none;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;
    border-left-color: #ccc !important;
}

.panel .panel-body.no-padding {
    padding: 0;
}

.panel .panel-body.padding-horizontal {
    padding: 0 15px;
}

.panel .panel-body.no-padding-bottom {
    padding-bottom: 0;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel .panel-footer {
    border-width: 0 1px 2px 1px;
    border-style: solid;
    border-top: none;
    border-right-color: #ccc !important;
    border-bottom-color: #ccc !important;
    border-left-color: #ccc !important;
    position: relative;
}

.panel.panel-default {
    border-radius: 0px;
    border-top: 1px solid #d4d4d4;
    -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}
}

.panel.panel-default.panel-heading {
    background: #97d3c5;
}

.panel.panel-default .panel-footer {
    background: #f5f5f5;
}

.panel.panel-primary {
    border-color: #20a8d8;
}

    .panel.panel-primary .panel-heading,
    .panel.panel-primary .panel-footer {
        background: #89d6f1;
        color: #092f3d;
        border-color: #36b8e6;
    }

.panel.panel-success {
    border-color: #79c447;
}

    .panel.panel-success .panel-heading,
    .panel.panel-success .panel-footer {
        background: #a3d781;
        color: #284315;
        border-color: #79c447;
    }

.panel.panel-info {
    border-color: #67c2ef;
}

    .panel.panel-info .panel-heading,
    .panel.panel-info .panel-footer {
        background: #acdef6;
        color: #106894;
        border-color: #67c2ef;
    }

.panel.panel-warning {
    border-color: #fabb3d;
}

    .panel.panel-warning .panel-heading,
    .panel.panel-warning .panel-footer {
        background: #fcd588;
        color: #815703;
        border-color: #fabb3d;
    }

.panel.panel-danger {
    border-color: #ff5454;
}

    .panel.panel-danger .panel-heading,
    .panel.panel-danger .panel-footer {
        background: #ffa1a1;
        color: #a10000;
        border-color: #ff5454;
    }

.toggle-nav {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

    .toggle-nav .icon-reorder {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
	color:#fff !important;
    }

.checkbox {
    display: inline-flex;
}

.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 20px;
    padding-bottom: 7px;
    font-weight: 300;
}

.radios {
    padding-top: 18px;
}

.label_check input,
.label_radio input {
    margin-right: 5px;
}

/*--查詢頁--*/

.form-control {
    height: auto !important;
}

.searchtd {
    text-align: right;
    line-height: 2.4em;
    /*background:rgba(204,204,204,0.50);*/
}

.searchtd1 {
    text-align: left;
    line-height: 2.4em;
    display: flex;
    margin-bottom: 5px;
}

.searchline ul {
    padding: 0px;
    margin: 6px 0px 0px 0px;
}

.searchline li {
    margin-right: 10px;
    display: -ms-flexbox;
}

.searchhr {
    /*border-top:1px solid #cccccc;*/
    padding-bottom: 20px;
}

.searchtext {
    background: rgba(204,204,204,0.30);
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 1px 0px;
}

@media (max-width: 1265px) {
    .searchline ul {
        display: block;
    }
}

@media (max-width: 992px) {
    .searchtd {
        text-align: left;
        line-height: 1.5em;
        background: none;
    }
}

@media (max-width: 565px) {
    .searchhr .btn {
        margin: 5px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .searchtd1 {
        text-align: left;
        line-height: 2.4em;
        display: block;
    }
}

input[type="checkbox"] {
    margin: 0px;
}

.btn {
    font-size: 14px;
}

.case_btn {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}

.casemap_btn {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    position: absolute;
    z-index: 999999;
}

@media (max-width: 693px) {
    .casemap_btn {
        margin: 15px 0px 10px 0px;
    }
}

.line {
    border-top: 1px dashed #ccc;
}

input {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100px;
    /*height: 30px;*/
}

/*--案件分佈查詢--*/

.mainbody-section {
    padding-bottom: 20px;
}

.menu-item {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .menu-item a {
        color: #fff;
    }

        .menu-item a p {
            font-weight: 300;
            font-size: 1.1em;
        }

        .menu-item a i {
            font-size: 50px;
            padding-bottom: 10px;
        }

    .menu-item:hover a {
        text-decoration: none;
        //color: #333;
        animation: wobble;
        -webkit-animation: wobble;
        animation-duration: 1000ms;
        -webkit-animation-duration: 1000ms;
    }

@media only screen and (min-width : 600px) and (max-width : 991px) {
    .menu-item {
        /*display: inline-block;
        width: 32.8%;*/
    }

        .menu-item.responsive {
            width: 49.5%;
            float: left;
            margin-right: 3px;
        }

        .menu-item.responsive-2 {
            width: 49.5%;
            float: right;
        }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .menu-item {
        /*padding-top: 15px;
        padding-bottom: 15px;*/
    }

        .menu-item a i {
            font-size: 32px;
        }

        .menu-item a p {
            font-size: 16px;
        }
}

.blue {
    background: #28ABE3;
}

.green {
    background: #006400;
}

.red {
    background: #FF432E;
}

.orange {
    background: #ef8f07;
}

.purple {
    background: #ac157c;
}

.light-red {
    background: #FB6648;
}

.light-orange {
    background: #FA6900;
}

.color {
    background: #0ECEAB;
}

/*--簡易查詢--*/
.simple h1 {
    font-size: 3em;
    color: #989898;
}

.simple input {
    max-width: 500px;
    margin: 30px auto;
}

.simple p {
    font-size: 1.1em;
}

/*--登入頁--*/

.loginbg {
    font-family: "微軟正黑體", sans-serif;
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-img-body .login-form {
    max-width: 500px;
    margin: 50px auto;
    /*border: 1px solid #B0B6BE;*/
    /*background: rgba(213,215,222,0.9);*/
    /*background: #fff;*/
}

    .login-img-body .login-form p {
        /*color: #34aadc;*/
    }

.login-form .login-img {
    font-size: 50px;
    font-weight: 300;
    margin: 0px;
}

.login-wrap h3 {
    color: #34aadc;
    font-size: 1.8em;
    text-align: center;
    margin: 0px 0px 20px 0px;
    border-bottom: 5px solid #34aadc;
    padding-bottom: 10px;
}

.login-form a {
    font-family: "微軟正黑體";
    /*font-size:1.2em;*/
}

.login-wrap {
    padding: 20px;
    background: #fff;
}

.login-form a:hover {
    color: #065bb8;
}

.login-form .btn-info:hover {
    color: #065bb8;
}

.change_p {
    padding: 20px 0px;
}

    .change_p i {
        margin-right: 5px;
    }

.login-form .input-group {
    padding-bottom: 15px;
}

.login-wrap .form-group {
    font-size: 1.15em;
}

    .login-wrap .form-group input {
        width: 20px;
        height: 20px;
    }

.login-form .form-group {
    display: table-row;
}

.login-form .checkbox-inline {
    margin: 10px 4px 10px 0px;
    padding: 0px;
}

.SelectAll input {
    vertical-align: ADDRESS_TYPE;
    margin-bottom: 8px;
}

.login-wrap .input-group {
    font-size: 1.15em;
}

.login-form p {
    text-align: center;
    /*color: #b6b6b6;*/
    font-size: 1.8em;
    padding: 0px;
    font-weight: 300;
}

.login-form .btn {
    border-radius: 0;
    font-size: 1.3em;
}

.login-info {
    font-size: 1.1em;
    background: rgba(255,255,255,0.3);
    margin: 20px 0px 0px 0px;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #CCC;
}

    .login-info p {
        font-size: 1em !important;
        text-align: left !important;
        /*padding:0px 10px !important;*/
        margin: 0px !important;
    }

.login-form .form-control {
    position: relative;
    font-size: 1.15em;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .login-form .form-control:focus {
        z-index: 2;
    }

.login-form .input-group-addon {
    padding: 6px 6px;
    font-size: 16px;
    color: #8b9199;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
}

.login-form input[type="text"], .login-form input[type="password"] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    border-radius: 0;
}

/*--表格--*/
/*--th在左邊--*/
.rwd-table_cp caption {
    text-align: center;
    color: #000000;
    font-size: 1.1em;
}

.rwd-table_cp {
    background: #EEE;
    border: 1px solid #d5d3d3;
}

    .rwd-table_cp tr:nth-of-type(2n) {
        background: #fff;
    }

    .rwd-table_cp th, .rwd-table_cp td {
        margin: 0.5em 1em;
    }

.rwd-table_cp {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 50px;
}

    .rwd-table_cp th {
        background: #003c7a;
    }

    .rwd-table_cp td {
        display: block;
        color: #000000;
    }

        .rwd-table_cp td:before { /*content:attr(data-th) " : ";font-weight:bold;width:6.5em;*/
            display: inline-block;
        }

    .rwd-table_cp th, .rwd-table_cp td {
        text-align: center;
    }

        .rwd-table_cp th, .rwd-table_cp td:before {
            color: #000000;
            font-weight: bold;
            text-align: center;
        }

            .rwd-table_cp th:before {
                color: #000000;
                font-weight: bold;
                text-align: center;
            }

        .rwd-table_cp td:before {
            color: #000000;
            font-weight: bold;
            text-align: center;
        }

        .rwd-table_cp th:first-child {
            padding: 2px;
            text-align: left;
            border-bottom: 1px solid #ffffff;
            font-weight: normal;
            width: 38%;
            font-family: "微軟正黑體", Arial, sans-serif;
            color: #ffffff;
        }

@media (min-width: 480px) {
    .rwd-table_cp td:before {
        display: none;
    }

    .rwd-table_cp th, .rwd-table_cp td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .rwd-table_cp th:first-child {
            padding-left: 0;
            text-align: left;
            border-bottom: 1px solid #ffffff;
            font-size: 1em;
            /*font-weight:bold;*/
            width: 6%;
        }

        .rwd-table_cp td:first-child {
            padding-left: 0;
        }

        .rwd-table_cp th:last-child, .rwd-table_cp td:last-child {
            padding-right: 0;
            font-size: 1em;
            line-height: 1.5em;
        }

    .rwd-table_cp th, .rwd-table_cp td {
        padding: 0.8em !important;
    }
}

/*--th在上--*/
.rwd-table caption {
    text-align: center;
    color: #000000;
    font-size: 1.1em;
}

.rwd-table {
    background: #fff;
    border: 1px solid #d5d3d3;
}

    .rwd-table tr {
        border-bottom: 1px solid #cccccc;
    }

        .rwd-table tr:nth-of-type(2n) {
            background: #eee;
        }

    .rwd-table th, .rwd-table td {
        margin: 0.5em 1em;
    }

.rwd-table {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

    .rwd-table th {
        display: none;
        background: #999999;
    }

    .rwd-table td {
        display: block;
        color: #000000;
    }

        .rwd-table td:before {
            content: attr(data-th) " ： ";
            font-weight: bold; /*width:6.5em;*/
            display: inline-block;
        }

    .rwd-table th, .rwd-table td {
        text-align: left;
    }

        .rwd-table th, .rwd-table td:before {
            color: #000000;
            font-weight: bold;
            text-align: center;
        }

            .rwd-table th:before {
                color: #000000;
                font-weight: bold;
                text-align: center;
            }

        .rwd-table td:before {
            color: #003c7a;
            font-weight: bold;
            text-align: left;
            display: inline-block;
        }

    .rwd-table th {
        padding: 10px;
        font-weight: normal;
        color: #ffffff;
        text-align: left;
    }

    .rwd-table tr a {
        color: #2d86d2;
    }

    .rwd-table tr:hover {
        background: #fce9c4;
        color: #2d86d2;
    }

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0; /*font-size:1.1em;*/
            text-align: center;
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0; /*font-size:1.1em;*/
        }

    .rwd-table th {
        padding: 0.8em 0.5em !important;
        border: 1px solid #808080;
        text-align: center;
    }

    .rwd-table td {
        padding: 0.5em !important;
        border: 1px solid #d7d7d7;
    }
}

.th1 {
    width: 10%;
}

.th2 {
    width: 16%;
}

.checkbox, .checkbox:hover, .checkbox:focus {
    border: none;
    width: 20px;
}

input[type='checkbox'] {
    margin-right: 5px;
}

/*--加入我關心的計畫--*/
.join {
    margin: 5px 0px;
}

    .join i {
        margin: 0px 10px 0px 0px;
    }

/*--區域統計分析--*/
.marquee-image img {
    width: auto;
}

@media (max-width: 1134px) {
    .marquee-image img {
        width: 100%;
    }
}

#areanav {
    float: left;
}

    #areanav a {
        display: block;
        width: 90%;
        height: auto;
        text-align: center;
        color: white;
        font-size: 1.15;
        margin: 0 auto;
        border-radius: 10px;
        padding-bottom: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

    #areanav li {
        width: 85px;
        display: inline-block;
    }

    #areanav i {
        padding-top: 10px;
        display: block;
        font-size: 20px;
    }

@media (max-width: 480px) {
    #areanav {
        float: none;
        text-align: center;
    }
}

.svgimg img {
    height: 25px;
}

.gvStyle {
    border: none;
    font-size: 12px;
    color: #003C7A;
    width: 100%;
    margin-top: 10px;
}

    .gvStyle .pgr table {
        margin-left: auto;
        margin-right: auto;
    }

.Logincontainer {
    width: 100%;
    height: 100%;
    background-color: #038c00;
}

.Loginheader {
    position: relative;
    padding: 0 10px;
    height: 70px;
    background-color: white;
    border-bottom: 1px solid #dddddd;
}

    .Loginheader .logo {
        height: 69px;
        background-image: url(../img/LOGO.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: auto 100%;
        cursor: hand;
        cursor: pointer;
    }

.Loginfooter {
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    color: #555555;
    font-size: 14px;
    text-align: center;
    background-color: white;
    border-top: 1px solid #ddd;
}

    .Loginfooter p {
        display: inline;
    }

    .Loginfooter a, .Loginfooter a:hover {
        margin: 0 15px;
        color: #555;
        text-decoration: none;
    }

.login-form-container {
    padding-top: 5%;
    padding-bottom: 100px;
}

    .login-form-container input[type="text"], .login-form-container input[type="password"] {
        background: none;
        border: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0;
        box-shadow: none;
    }

        .login-form-container input[type="text"]:focus, .login-form-container input[type="password"]:focus {
            border-bottom: 1px solid #00bfff;
            box-shadow: none;
            transition: 0.3s ease;
        }

        .login-form-container input[type="text"]:disabled, .login-form-container input[type="password"]:disabled {
            background: #ccc;
            background: rgba(179, 179, 179, 0.5);
            border-bottom: 1px solid #aaa;
        }

    .login-form-container input[type="checkbox"] {
        display: none;
    }

        .login-form-container input[type="checkbox"] + label span {
            width: 19px;
            height: 19px;
            color: #555555;
        }

            .login-form-container input[type="checkbox"] + label span.unchecked {
                display: inline-block;
            }

            .login-form-container input[type="checkbox"] + label span.checked {
                display: none;
            }

        .login-form-container input[type="checkbox"]:checked + label span.unchecked {
            display: none;
        }

        .login-form-container input[type="checkbox"]:checked + label span.checked {
            display: inline-block;
        }

    .login-form-container .login-form {
        margin: auto;
        width: 500px;
    }

        .login-form-container .login-form .login-form-header {
            color: #fff;
        }

            .login-form-container .login-form .login-form-header .title {
                font-size: 2em;
                font-weight: bold;
            }

            .login-form-container .login-form .login-form-header .subtitle {
                font-size: 1em;
            }

    .login-form-container .panel {
        background: none;
        border: none;
    }

        .login-form-container .panel .panel-body {
            background-color: #fff;
            background-color: rgba(255, 255, 255, 0.92);
        }

        .login-form-container .panel .btn-login {
            padding-left: 40px;
            padding-right: 40px;
            border-radius: 0;
        }

    .login-form-container .login-form-text {
        margin-top: 5px;
        margin-left: 12px;
        font-size: 0.875em;
    }

    .login-form-container .login-form-message {
        height: 25px;
        margin-top: 5px;
        margin-left: 12px;
        color: #b22;
        font-size: 0.875em;
    }

    .login-form-container .login-form-asset a {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 0;
        transition: 0.3s ease;
    }

        .login-form-container .login-form-asset a:hover {
            text-decoration: none;
            background: #FF4C4C;
            transition: 0.3s ease;
        }