@charset "utf-8";
/* CSS Document */
/* @import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css); */

/* ---------------------�@�γ]�w�}�l------------------------*/

* { /* box-sizing: border-box; */
}

html, body {
    /*width: 100vw;*/
    height: 100vh;
    -webkit-text-size-adjust: none;
    /*overflow-y: hidden;*/
    background-color: #F8F8F8;
}

body {
    /* -webkit-font-smoothing: antialiased; */
    /* font-family:�L�n������, Arial, Helvetica, sans-serif; */
    line-height: 1.8;
}

#app {
    pointer-events: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#gotop, #mobile-gotop {
    cursor: pointer;
    display: none;
}

#gotop {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 50px;
    height: 50px;
    color: #8CDD38;
}

a, a:hover {
    font-family: �L�n������, sans-serif;
    transition: all 0.5s ease;
}

/* ---------------------���Y�}�l------------------------*/
/*header {
    background-color: #FFF;
}

    header section {
        color: #fff;
        background: url(../images/header-bg.png);
        margin: 0;
        height: 60px;
        font-size: 24pt;
        padding: 0;
        font-weight: bold;
        letter-spacing: -1px;
    }

        header section a.btn-logout {
            float: right;
            background: #F0E68C;
            height: 60px;
            line-height: 60px;
            font-size: 0.7em;
            margin-right: 0;
            text-align: center;
            padding: 0 15px;
        }

            header section a.btn-logout:hover {
                background: #30963D;
            }

            header section a.btn-logout span {
                margin-right: 10px;
            }

        header section a.btn-login {
            float: right;
            background: #3AB54A;
            height: 60px;
            line-height: 60px;
            font-size: 0.7em;
            margin-right: 0;
            text-align: center;
            padding: 0 15px;
        }

            header section a.btn-login:hover {
                background: #30963D;
            }

            header section a.btn-login span {
                margin-right: 10px;
            }

        header section a.btn-user {
            float: right;
            background: #F5F5DC;
            height: 60px;
            line-height: 60px;
            font-size: 0.7em;
            margin-right: 0;
            text-align: center;
            padding: 0 15px;
        }

            header section a.btn-user:hover {
                background: #30963D;
            }

            header section a.btn-user span {
                margin-right: 10px;
            }

    header a {
        font-family: �L�n������, sans-serif;
        color: #5B5B5B;
        line-height: 60px;
        font-weight: 300;
    }

        header a:hover, header a:focus {
            text-decoration: none;
            color: #fff;
        }

    header img {
        max-width: 35px;
        margin: -6px 10px 0 3%;
    }*/

.navbar-header {
    float: none;
}

.navbar-toggle {
    display: block;
}

/*.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

    .navbar-collapse.collapse {
        display: none !important;
    }*/

.navbar-nav > li {
    float: left;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.navbar-text {
    float: none;
    margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in {
    display: block !important;
}

.collapsing {
    overflow: hidden !important;
}

#navbar ul {
    width: 100%;
}

    #navbar ul li span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    #navbar ul li.nav1 span {
        background: url(../images/icon1.png);
        background-size: 100%;
    }

    #navbar ul li.nav2 span {
        background: url(../images/icon2.png);
        background-size: 100%;
    }

    #navbar ul li.nav3 span {
        background: url(../images/icon3.png);
        background-size: 100%;
    }

    #navbar ul li.nav4 span {
        background: url(../images/icon4.png);
        background-size: 100%;
    }

    #navbar ul li a:hover span, #navbar ul li a:focus span {
        background-position: bottom;
    }

    #navbar ul li a:hover, #navbar ul li a:focus {
        color: #65CE02;
        position: relative;
        background: none;
    }

        #navbar ul li a:hover:after, #navbar ul li a:focus:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 5px;
            background: #65CE02;
            left: 0;
            bottom: 0;
        }

.map-logo #navbar ul li a:hover:after, .map-logo #navbar ul li a:focus:after {
    display: none;
}

.nav li a {
    color: #444;
    font-size: 1.3em;
    padding: 15px 0;
    text-align: center;
    font-family: �L�n������, Arial, Helvetica, sans-serif;
}

/* ---------------------�����}�l------------------------*/
.navbar-toggle .icon-bar {
    background: #666;
}

.navbar-header {
    background: #D0F0B3;
}

.main {
    padding: 50px 0;
}

    .main .nav-tabs {
        border: none;
        margin-bottom: 30px;
    }

        .main .nav-tabs li a {
            background: #fff;
            border-radius: 4px;
            padding: 10px 0;
        }

        .main .nav-tabs li.tab1 a {
            border: 2px solid #0000ff;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab2 a {
            border: 2px solid #F8931D;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab3 a {
            border: 2px solid #b52cee;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab4 a {
            border: 2px solid #3AB54A;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab5 a {
            border: 2px solid #EE2C32;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab6 a {
            border: 2px solid #29AAE1;
            color: #B3B3B3;
        }

        .main .nav-tabs li.tab1 a:hover {
            border: 2px solid #0000ff;
        }

        .main .nav-tabs li.tab2 a:hover {
            border: 2px solid #F8931D;
        }

        .main .nav-tabs li.tab3 a:hover {
            border: 2px solid #b52cee;
        }

        .main .nav-tabs li.tab4 a:hover {
            border: 2px solid #3AB54A;
        }

        .main .nav-tabs li.tab5 a:hover {
            border: 2px solid #EE2C32;
        }

        .main .nav-tabs li.tab6 a:hover {
            border: 2px solid;
        }

        .main .nav-tabs li.tab1.active a {
            background: #0000ff;
            border: 2px solid #0000ff;
        }

        .main .nav-tabs li.tab2.active a {
            background: #F8931D;
            border: 2px solid #F8931D;
        }

        .main .nav-tabs li.tab3.active a {
            background: #b52cee;
            border: 2px solid #b52cee;
        }

        .main .nav-tabs li.tab4.active a {
            background: #3AB54A;
            border: 2px solid #3AB54A;
        }

        .main .nav-tabs li.tab5.active a {
            background: #EE2C32;
            border: 2px solid #EE2C32;
        }

        .main .nav-tabs li.tab6.active a {
            background: #29AAE1;
            border: 2px solid #29AAE1;
        }

        .main .nav-tabs li.active > a {
            background: #B3B3B3;
            color: #fff;
        }

#main_info .nav li {
    padding: 0 10px;
}

    #main_info .nav li:first-child {
        padding-left: 40px;
    }

.tab-pane {
    box-shadow: 0 0 20px #ccc;
    padding: 30px 5%;
}

    .tab-pane ul {
        padding-left: 0;
    }

    .tab-pane li {
        list-style: none;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

        .tab-pane li:last-child {
            border: none;
        }

        .tab-pane li.msg_news a {
            border-left: 8px solid #EE2C32;
        }

        .tab-pane li.msg_news_public a {
            border-left: 8px solid #29AAE1;
        }

        .tab-pane li.msg_weather a {
            border-left: 8px solid #3AB54A;
        }

        .tab-pane li.msg_disaster a {
            border-left: 8px solid #F8931D;
        }

        .tab-pane li.msg_alarm a {
            border-left: 8px solid #b52cee;
        }

        .tab-pane li a {
            display: block;
            width: 100%;
            color: #333;
            font-size: 1.3em;
            padding: 3px 0 3px 3%;
        }

            .tab-pane li a span {
                margin-right: 20px;
            }

        .tab-pane li span {
            margin-right: 20px;
        }

div#alert_1 table td {
    width: 50%;
    text-align: center;
    padding: 10px;
    font-size: 1.2em;
}

.page {
    margin-right: 0;
    border: 2px solid #8CDD38;
    margin-top: 15px;
}

    .page .input-group-addon {
        padding: 0;
        border: none;
    }

    .page .form-control {
        border: none;
    }

    .page .input-group-addon a {
        display: block;
        background: #8CDD38;
        color: #fff;
        height: 34px;
        font-size: 1.2em;
    }

        .page .input-group-addon a:hover {
            background: #6DBB20;
        }

    .page a {
        padding: 6px 12px;
    }

.links {
    padding: 40px 0 20px 0;
    background: #E9F8D7;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    color: #666;
    font-size: 1.5em;
}

.owl-carousel .owl-nav button:hover span {
    color: #fff;
}

.owl-carousel .owl-nav button span {
    color: #999;
    font-size: 1.5em;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel {
    padding: 0 5%;
}

.controller {
    cursor: pointer;
    background: #8CDD38;
    color: #fff;
    padding: 5px 5%;
    text-align: right;
    font-size: 1.2em;
}

.controller {
    background: #6DBB20;
}

footer {
    border-top: 1px solid #eee;
    color: #666;
    padding: 25px 3%;
    line-height: 1.8;
}

    footer img {
        width: 100%;
        max-width: 240px;
    }

        footer img.qrcode {
            max-width: 40px;
        }

    footer span {
        margin-right: 30px;
    }

    footer i {
        color: #38B54A;
        margin-right: 5px;
    }

    footer ul li {
        float: left;
        padding: 0 13px;
        position: relative;
        border-right: 1px solid #666;
    }

        footer ul li:last-child {
            padding: 0 0 0 13px;
            border-right: none;
        }
/* ---------------------�n�J���}�l------------------------*/
.login {
    background: url(../images/main.jpg) no-repeat #F8F8F8;
    background-size: 50%;
    text-align: center;
}

    .login h2 {
        color: #666;
        margin-bottom: 20px;
    }

    .login img {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
    }

    .login .login-form {
        padding: 2% 12%;
        text-align: left;
        font-size: 1.2em;
        vertical-align: middle;
        background: #F8F8F8;
    }

        .login .login-form img {
            width: 100;
            height: 46px;
        }

        .login .login-form .navbar-right {
            margin: 0;
        }

        .login .login-form .checkbox input {
            top: 13px;
        }

        .login .login-form a.btn {
            width: 100%;
            background: #66CD02;
            color: #fff;
            font-size: 20px;
            border: none;
        }

            .login .login-form a.btn:hover {
                background: #3AB54A;
            }

        .login .login-form span {
            color: #ccc;
        }

    .login .renew {
        padding-right: 40px;
    }

        .login .renew a {
            width: 24px;
            margin: 0 1%;
            height: 24px;
            line-height: 24px;
            background: #65CE02;
            text-align: center;
            color: #fff;
            border-radius: 3px;
            margin-bottom: 2px;
            font-size: 0.6em;
            display: inline-block;
            position: absolute;
            right: 15px;
        }

            .login .renew a.re {
                top: 0;
            }

            .login .renew a.voice {
                top: 26px;
            }

            .login .renew a:hover {
                background: #3AB54A;
            }

    .login .form-control {
        border-radius: 0;
        border-left: 3px solid #8CDD36;
        margin-bottom: 20px;
    }
/* ---------------------�a�`�i���}�l------------------------*/
.row.step2 {
    display: none;
}

/* .resume{
	background: url(../images/header-bg1.png) no-repeat;
	background-size: 100%;
}
.resume header section{
	background:none;
} */
.resume h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.resume .main {
    /* background: #fff; */
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .resume .main ul {
        padding-left: 0;
    }

    .resume .main li {
        float: left;
        width: 33.33%;
        list-style: none;
    }

        .resume .main li a {
            display: block;
            font-size: 1.3em;
            text-align: center;
            position: relative;
            padding-top: 65px;
            color: #666;
            border-top: 8px solid #fff;
        }

            .resume .main li a.active {
                border-top: 8px solid #8DDD38;
            }

            .resume .main li a span {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                font-weight: bold;
                background: #CAD3DE;
                color: #fff;
                border-radius: 50%;
                position: absolute;
                left: 50%;
                top: 20px;
                margin-left: -20px;
            }

            .resume .main li a.active span {
                background: #8CDD38;
            }

    .resume .main > .row {
        margin: 20px 5%;
        /* border-top: 1px solid #ccc; */
        font-size: 1.2em;
        color: #666;
    }

        .resume .main > .row label {
            font-weight: normal;
        }

        .resume .main > .row .form-group {
            margin-bottom: 10px;
        }

            .resume .main > .row .form-group label:first-child {
                /* color: #3AB54B; */
                /* margin-right: 15px; */
            }

            .resume .main > .row .form-group label.control-label {
                color: #3AB54B;
            }

            .resume .main > .row .form-group label img.map-icon {
                width: 25px;
                cursor: pointer;
            }

            .resume .main > .row .form-group label.labelin {
                color: #3AB54B;
                margin-left: 20px;
            }

        .resume .main > .row .sub .form-group label:first-child {
            color: #666;
        }

        .resume .main > .row .sub input.form-control.text {
            width: 70%;
            max-width: 500px;
        }

        .resume .main > .row .sub input.form-control {
            width: 80px;
        }

        .resume .main > .row .sub1 input.form-control.text {
            /* width: 70%; */
            max-width: 530px;
        }

        .resume .main > .row .sm {
            width: 80px;
        }

        .resume .main > .row .sub input.form-control.md, .resume .main > .row .md {
            width: 140px;
        }

        .resume .main > .row .sub input.form-control.lg, .resume .main > .row .lg {
            width: 350px;
        }

        .resume .main > .row .sub2 span.fix {
            display: block;
            padding-left: 53px;
        }

            .resume .main > .row .sub2 span.fix label, .resume .main > .row .form-group.notitle label {
                color: #333;
            }

        .resume .main > .row .form-control {
            margin-bottom: 5px;
        }

        .resume .main > .row h3 {
            color: #3AB54B;
            font-size: 1em;
        }

        .resume .main > .row h2 {
            font-size: 1.6em;
            color: #57642F;
            margin: 50px 0 20px 0;
        }

        .resume .main > .row .btn {
            background: #3AB54B;
            color: #fff;
        }

            .resume .main > .row .btn:hover {
                background: #30963F;
            }

.main .upload .btn.start {
    background: #01A99C;
}

.main .upload .btn.cancel {
    background: #aaa;
}

.main .upload .btn.delete {
    background: #F37C7C;
}

.main .upload .table {
    margin-bottom: 0;
}

.login.main.main1 {
    background: #F8F8F8;
    padding: 0;
}

.main1.login img {
    max-width: 100%;
}

.login.main.main1 .login-form {
    padding: 13.3% 12% 13.3% 12%;
    min-height: 550px;
}

    .login.main.main1 .login-form select {
        border-left: 1px solid #ccc;
    }

.progress {
    margin-bottom: 5px;
}

.cancle, .continue {
    width: 100%;
    font-size: 1.2em;
}

.resume .main > .row .cancle {
    background: #C7B299;
}

    .resume .main > .row .cancle:hover {
        background: #9b7b55;
    }

.resume .main > .row .continue {
    background: #65CD02;
}

    .resume .main > .row .continue:hover {
        background: #499201;
    }

.resume .main > .row .form-group > .control-label {
    text-align: right;
}

.resume .main > .row.step2 input.form-control {
    /* width: 70%; */
}

.resume .main > .row.step2 select {
    /* width: 30%; */
}

.resume .main > .row.step2 .stable table {
    border-bottom: 1px solid #ddd;
}

    .resume .main > .row.step2 .stable table td {
        padding: 8px 5px 3px 5px;
    }

.resume .main > .row.step2 .stable input {
    width: 100%;
}

.resume .main > .row.step2 .stable .toggle {
    width: auto;
}

.resume .main > .row.step2 .stable i {
    cursor: pointer;
}

    .resume .main > .row.step2 .stable i.fa-trash-alt {
        color: #DF5440;
    }

    .resume .main > .row.step2 .stable i.fa-plus {
        color: #3AB54B;
    }

.resume .main > .row.step2 .stable table tr:first-child td {
    background: #F5F5F5;
    padding: 10px 5px !important;
}

.resume .main > .row.step2 .stable .des {
    display: inline-block;
    max-width: 380px;
}

.resume .main > .row.step2 .stable table tr:nth-child(odd) td {
    /* border-top: none;
	padding: 0 0 7px 0; */
}

.resume .main > .row.step3 {
    text-align: center;
    cursor: pointer;
    padding: 11.5% 0;
}

    .resume .main > .row.step3 img {
        width: 80%;
        max-width: 150px;
        margin: 20px 0;
    }

.resume .main > .row.step3 {
    font-size: 1.3em;
    border-top: none;
}

.topline {
    background: #8DDD38;
    height: 8px;
}
/*-----�O��ĵ�ٺ޲z----*/

.resume .main.main2 > .row {
    border-top: 0;
    padding-top: 40px;
}

.resume .main.main2 select {
    width: 250px;
}

.resume .main.main2 textarea {
    width: 90%;
    max-width: 800px;
}

.resume .main.main2 input.form-control {
    width: 130px;
    display: inline-block;
}

.resume .main2 > .row span.fix {
    display: inline;
    padding-left: 20px;
}

.resume .main.main2 .tleft {
    width: 10%;
    float: left;
}

.resume .main2 .row.fix {
    margin-left: 120px;
}

    .resume .main2 .row.fix.f1 {
        margin-top: -35px;
    }

.resume .main.main2 .tleft label, .resume .main.main2 .tright label {
    margin-right: 0 !important;
}

    .resume .main.main2 .tright label:first-child,
    .resume .main.main2 .tleft label:first-child,
    .resume .main .row.fix label:first-child {
        color: #666 !important;
    }

.resume .main.main2 .tright {
    width: 90%;
    float: left;
}

    .resume .main.main2 .tright > .row > div:last-child {
        padding-left: 0;
    }

    .resume .main.main2 .tright span {
        display: block;
        padding-left: 2px;
    }

        .resume .main.main2 .tright span:nth-child(1), .resume .main.main2 .tright span:nth-child(2), .resume .main.main2 .tright span:nth-child(3) {
            padding-left: 12px;
        }

    .resume .main.main2 .tright
    .rainall {
        margin: 15px 0;
    }

.rain {
    position: relative;
    height: 120px;
    padding-left: 75px !important;
    margin: 0 0 15px 0;
    text-align: center;
}

    .rain a {
        display: block;
        color: #fff;
        background: #ccc;
        position: absolute;
        width: 75px !important;
        height: 60px;
        cursor: pointer;
        text-align: center;
        line-height: 1.5;
        font-size: .95em;
        padding-top: 5px;
    }

        .rain a:hover {
            text-decoration: none;
            background: #666;
        }

        .rain a:focus {
            text-decoration: none;
        }

        .rain a.now {
            background: #65CD02;
            pointer-events: none;
        }

            .rain a.now:hover {
                background: #39B54A;
            }

        .rain a.b1 {
            left: 0;
            top: 0;
        }

        .rain a.b2 {
            left: 0;
            top: 60px;
        }

.rainin {
    background: #F8F8F8;
    padding: 0 5px 13px 5px;
}

    .rainin > div {
        display: inline-block;
        width: 99px;
        height: 40px;
        padding: 0 3px;
        font-size: .9em;
    }

        .rainin > div span {
            display: block;
            width: 65px;
            height: 75px;
            padding: 20px 0 0 0;
            background: url(../images/cloud.png) no-repeat 5px center;
            background-size: 90%;
            color: #fff;
            font-size: 1.25em;
            text-align: center;
        }

        .rainin > div .form-control {
            width: 55px !important;
        }

.rain #r2 {
    display: none;
}

.resume .main.main2 select.reset {
    width: 100%;
    margin-left: -10px;
}

.nomargin {
    margin: 0;
}

.vtop {
    line-height: 1.5;
}

    .vtop > * {
        vertical-align: top !important;
    }

/*-----�O����H�޲z----*/
.resume .main.main4 {
    width: 90%;
}

    .resume .main.main3 > .row, .resume .main.main4 > .row {
        border-top: 0;
        padding-top: 0;
    }

    .resume .main.main4 .table-responsive {
        height: 800px;
        border: 1px solid #ccc;
        margin-top: 20px;
    }

    .resume .main.main4 > .row .table {
        min-width: 3000px;
        font-size: 0.9em;
    }

        .resume .main.main4 > .row .table td {
            padding: 5px;
            margin: 0;
            outline: none;
            cursor: text;
            -webkit-user-modify: read-write-plaintext-only;
            white-space: pre-wrap;
        }

            .resume .main.main4 > .row .table td:focus {
                outline: 2px solid #29ABE2;
            }

        .resume .main.main4 > .row .table tr:nth-child(odd) td {
            background: #F7F7F7;
        }

        .resume .main.main4 > .row .table tr:nth-child(1) td, .resume .main.main4 > .row .table tr:nth-child(2) td {
            background: #3BAA49;
            color: #fff;
            padding: 5px;
            text-align: center;
        }

    .resume .main.main4 .function {
        margin-top: 30px;
    }

        .resume .main.main4 .function .form-group {
            width: 100%;
        }

            .resume .main.main4 .function .form-group button {
                padding: 5px 20px;
            }

                .resume .main.main4 .function .form-group button.light {
                    background: #65CD02;
                }

                    .resume .main.main4 .function .form-group button.light:hover {
                        background: #5AB302;
                    }
/*-----�s�W�O����H----*/
.resume .main5 > .row .form-group label:first-child {
    color: #3AB54B;
    margin-right: 0;
}

.resume .main5 .form-control, .resume .main5 label {
    display: inline-block;
}

.resume .main5 .row .form-control {
    width: 100%;
    max-width: 300px;
    margin-bottom: 7px;
}

.resume .main5 > .row {
    border-top: none;
    padding-top: 30px;
}

    .resume .main5 > .row .form-group {
        margin-bottom: 3px;
        display: flex;
    }

        .resume .main5 > .row .form-group > label:nth-child(odd) {
            color: #fff;
            margin-right: 0;
            background: #39B54A;
            border-right: 3px solid #fff;
            border-left: 3px solid #fff;
        }

        .resume .main5 > .row .form-group > div {
            background: #F2F2F2;
        }

            .resume .main5 > .row .form-group > div > label {
                color: #333 !important;
                padding-left: 5px;
            }

        .resume .main5 > .row .form-group > * {
            padding: 7px 7px 0 7px;
        }

.resume .main5 .row .form-control.sm {
    width: 140px;
}

.resume .main5 .row .form-control.full {
    max-width: 100%;
}

/* ---------------------�g��a���t���}�l------------------------*/
.modal-dialog {
    z-index: 9999;
}

.from {
    margin: 40px 0 -30px 0;
}

.resume .main > .row.noline {
    border-top: none;
    margin-top: -20px;
}

.resume .main > .row.step2 input.form-control.rp-sm {
    width: 60%;
    max-width: 450px;
}

.step2.noline table {
    margin-bottom: 0;
}

.fullwidth {
    width: 100%;
}

.inline {
    width: auto;
    display: inline-block;
}

.tool.img .modal-header {
    background: #F2F2F2;
    padding: 5px 15px;
}

.tool.img .modal-title {
    color: #39B54A;
    font-size: 1.4em;
}

.tool.img .modal-dialog {
    width: 90%;
    max-width: 1300px;
    margin-top: 30px;
}

.tool.img .modal-body {
    padding: 30px;
}

.tool.img span.numc {
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #808080;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

.tool.img .map-iframe-container {
    position: relative;
    min-height: 620px;
    margin-bottom: 20px;
}

    .tool.img .map-iframe-container ul {
        position: absolute;
        width: 170px;
        left: 15px;
        bottom: 5px;
        z-index: 1000;
    }

    .tool.img .map-iframe-container li {
        display: inline-block;
        border-radius: 3px;
        background: #65CD02;
        width: 38px;
        height: 38px;
        margin: 0 6px 6px 0;
        text-align: center;
        cursor: pointer;
    }

        .tool.img .map-iframe-container li img {
            width: 15px;
            height: 15px;
        }

        .tool.img .map-iframe-container li:nth-child(1) img {
            transform: rotate(-60deg);
        }

        .tool.img .map-iframe-container li:nth-child(3) img {
            transform: rotate(60deg);
        }

        .tool.img .map-iframe-container li:nth-child(4) img {
            transform: rotate(-90deg);
        }

        .tool.img .map-iframe-container li:nth-child(6) img {
            transform: rotate(90deg);
        }

        .tool.img .map-iframe-container li:nth-child(7) img {
            transform: rotate(240deg);
        }

        .tool.img .map-iframe-container li:nth-child(8) img {
            transform: rotate(-180deg);
        }

        .tool.img .map-iframe-container li:nth-child(9) img {
            transform: rotate(-240deg);
        }

        .tool.img .map-iframe-container li:nth-child(5) {
            background: none;
            color: #fff;
        }

.tool.img p {
    font-size: 0.9em;
    color: #333;
    line-height: 1.5;
    margin: 20px 0 10px 0;
}

    .tool.img p span {
        color: #39B54A;
    }

    .tool.img p label {
        font-size: 0.9em;
        color: #333;
        line-height: 1.5;
    }

.tool.img .images {
    height: 470px;
    overflow: auto;
    border: 1px solid #C6C6C6;
    padding: 10px;
}

    .tool.img .images li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 0.9em;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.tool.img .close {
    font-size: 30px;
}

.tool.img .images img {
    width: 80px;
    height: 55px;
    margin-right: 6px;
}

.tool.img .row .row div {
    padding: 0 5px;
}

.tool.img .row .row .location {
    background: #F2F2F2;
    margin: 20px 0 0 0;
    padding: 20px 10px 10px 10px;
    font-size: 0.9em;
}

.tool.img .location .form-group {
    display: block;
    width: 100%;
}

.tool.img .form-control.fullwidth {
    width: 100%;
}

.resume .main > .row .tool.img .form-group label:first-child {
    margin-right: 0;
}

.resume .main > .row .tool.img .location .form-control {
    width: 30%;
    max-width: 125px;
}

.tool.img .form-inline .form-control.text {
    width: 80%;
    max-width: 330px;
}
/* ---------------------�ϥx�}�l------------------------*/
.menu-left {
    overflow-y: auto;
}

.map.main > div.menu-left, .map.main > div.menu-left-small {
    width: 250px;
    position: absolute;
    left: 0;
}

.map.main > div.menu-left-small {
    width: 100px;
    margin-top: 30px;
    left: -100px;
}

    .map.main > div.menu-left-small > ul > li {
        position: relative;
        height: 50px;
        z-index: 1000;
        margin-bottom: 20px;
    }

        .map.main > div.menu-left-small > ul > li > a {
            position: absolute;
            display: block;
            height: 50px;
            line-height: 50px;
            padding: 0 40px;
            left: 0;
            top: 0;
            color: #3BB54B;
            overflow: hidden;
            font-weight: bold;
        }

        .map.main > div.menu-left-small > ul > li.on > a {
            width: 350px;
            background: #F4FEE3;
            border-left: 10px solid #66CD02;
            text-decoration: none;
        }

        .map.main > div.menu-left-small > ul > li > a > i {
            margin-right: 50px;
        }

        .map.main > div.menu-left-small > ul > li.on > a i {
            margin-right: 5px;
        }

    .map.main > div.menu-left-small > ul ul {
        position: absolute;
        left: 110px;
        top: 50px;
        width: 240px;
        z-index: 1000;
        display: none;
        font-size: 0.9em;
        background-color: #fff;
        padding: 15px;
    }

.map.main > div.menu-left .panel {
    box-shadow: none;
}

.menu-right {
    width: auto;
    height: 100%;
    margin-left: 250px;
    position: relative;
}

    .menu-right .tool .modal-dialog {
        width: 95%;
        max-width: 800px;
    }

        .menu-right .tool .modal-dialog .table-responsive {
            margin: 0;
        }

    .menu-right .tool .modal-body {
        padding: 10px;
    }

.map-logo {
    position: relative;
}

    .map-logo #navbar {
        border: none;
        z-index: 1000;
        position: relative;
    }

        .map-logo #navbar > ul > li {
            margin: 10px 10px 0 0;
        }

            .map-logo #navbar > ul > li > a {
                color: #fff;
                line-height: 40px;
                padding: 0 0 0 15px;
                background: #297515;
                border-radius: 5px;
                box-shadow: 2px 2px 2px #057236;
                font-family: �L�n������, Arial, Helvetica, sans-serif;
                font-size: 20px;
            }

                .map-logo #navbar > ul > li > a > i {
                    display: inline-block;
                    background: #1e5a0e;
                    width: 30px;
                    line-height: 40px;
                    text-align: center;
                    border-radius: 0 5px 5px 0;
                    margin-left: 15px;
                }

        .map-logo #navbar a:hover, .map-logo #navbar a:focus {
            color: #fff;
        }

    .map-logo .menu2-btn {
        position: absolute;
        left: 0;
        bottom: -60px;
        z-index: 1000;
        right: auto;
        top: auto;
    }

    .map-logo .menu2-btn-mobile, .map-logo .menu3-btn-mobile {
        display: none;
    }

    .map-logo #navbar a:hover, .map-logo #navbar .nav .open > a, .map-logo #navbar .nav .open > a:hover, .map-logo #navbar .nav .open > a:focus {
        background: #39B54A;
    }

    .map-logo #navbar ul ul li a {
        line-height: 45px;
        color: #666;
        padding: 0;
        position: relative;
        font-family: �L�n������, Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        font-weight: normal;
    }

    .map-logo #navbar .dropdown-menu {
        padding: 0;
    }

    .map-logo .navbar-toggle {
        padding: 0 15px;
        border: none;
        margin: 0;
        line-height: 50px;
        height: 50px;
    }

    .map-logo #navbar ul ul li a:hover {
        background: #E8F8D7;
        border-left: 6px #8CDD37 solid;
        color: #333;
    }

    .map-logo .nav li a {
        font-size: 1.2em;
    }

.map.main {
    padding: 0;
}

    .map.main > div {
        padding: 0;
    }

    .map.main .panel-group .panel {
        border-radius: 0;
    }

    .map.main ul {
        padding-left: 0;
    }

    .map.main li {
        list-style: none;
    }

    .map.main .panel-heading {
        padding: 0;
        border: none;
        border-radius: 0;
    }

        .map.main .panel-heading i {
            margin: 0 15px;
        }

            .map.main .panel-heading i.fa-chevron-down, .map.main .panel-heading i.fa-chevron-right {
                position: absolute;
                right: 0;
            }

    .map.main .panel-title a {
        display: block;
        width: 100%;
        background: #EEFAE1;
        padding: 15px 5%;
        color: #39B54A;
        border-radius: 0;
        border-left: 8px solid #39B54A;
        font-size: 1.1em;
        text-decoration: none;
    }

        .map.main .panel-title a.collapsed {
            background: #F8F8F8;
            border-left: none;
        }

    .map.main .panel {
        border: none;
        margin-bottom: 5px;
    }

    .map.main .panel-group .panel + .panel {
        margin-top: 0;
    }

    .map.main .collapse.off .panel-body {
        position: absolute;
        width: 250px;
        left: 100px;
        top: 0;
        height: 0;
        background: #fff;
        z-index: 1000;
    }

    .map.main li {
        line-height: 1.8;
        font-size: 1.1em;
    }

        .map.main li a {
            display: block;
            width: 100%;
            color: #666;
            padding: 5px 5%;
        }

    .map.main ul.dropdown-menu li.selected a {
        color: #FFF;
    }

    .map.main .panel-body select {
        border-radius: 0;
    }

    .map.main .panel-body input {
        border-left: #65CD02 5px solid;
        border-radius: 0;
    }

.navbar-right {
    margin-right: 0;
}

.locate ul:not(.dropdown-menu) {
    background: url(../images/map-p1.png) no-repeat #fff;
    background-size: 7px;
    background-position: 15px 35px;
}

    .locate ul:not(.dropdown-menu) > li:nth-child(1),
    .locate ul:not(.dropdown-menu) > li:nth-child(2),
    .locate ul:not(.dropdown-menu) > li:nth-child(3),
    .locate ul:not(.dropdown-menu) > li:nth-child(4) {
        padding-left: 30px;
    }

.locate i {
    margin-right: 5px;
}

.locate img {
    margin-right: 8px;
}

.locate div:not(.bootstrap-select) > button {
    width: 100%;
    background: #65CD02;
    color: #fff;
    font-size: 1.2em;
    margin-top: 15px;
}

    .locate div:not(.bootstrap-select) > button:hover {
        background: #39B54A;
        color: #fff;
    }

.locate img {
    width: 18px;
    height: 18px;
}

.locate .dropdown-header {
    padding: 0;
    margin-left: -20px;
    margin-bottom: 15px;
}

.system li {
    width: 29.33%;
    margin: 5px 2%;
    float: left;
    box-shadow: 0 0 5px #ccc;
}

.map.main .system li a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: 0 auto;
}

.system li:nth-child(1) a {
    background: url(../images/map-icon3.png);
    background-size: 100%;
}

.system li:nth-child(2) a {
    background: url(../images/map-icon4.png);
    background-size: 100%;
}

.system li:nth-child(3) a {
    background: url(../images/map-icon5.png);
    background-size: 100%;
}

.system li:nth-child(4) a {
    background: url(../images/map-icon6.png);
    background-size: 100%;
}

.system li:nth-child(5) a {
    background: url(../images/map-icon7.png);
    background-size: 100%;
}

.system li:nth-child(6) a {
    background: url(../images/map-icon8.png);
    background-size: 100%;
}

.system li a:hover {
    background-position: bottom;
}

.menu2-btn {
    margin: 0 0 20px 10px;
}

.menu-right .nav-tabs {
    background: #BAC4CB;
    margin-bottom: 0;
    padding-top: 8px;
}

    .menu-right .nav-tabs li a {
        padding: 7px 30px;
        background: #E2E6E8;
        border-radius: 4px 4px 0 0;
    }

    .menu-right .nav-tabs > li {
        margin-bottom: -5px;
    }

        .menu-right .nav-tabs > li.active > a, .menu-right .nav-tabs > li.active > a:hover, .menu-right .nav-tabs > li.active > a:focus {
            border: none;
            border-top: 5px solid #8CDD37;
            background: #F8F8F8;
            color: #39B54A;
        }

.menu-right .tab-pane {
    box-shadow: none;
    background: #F8F8F8;
    padding: 15px 5%;
}

.map-iframe-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .map-iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 900;
    }

.menu-right .tab-pane button {
    background: #65CD02;
    color: #fff;
}

    .menu-right .tab-pane button:hover {
        background: #39B54A;
    }

.menu-right label {
    /*margin:0 10px 0 30px;*/
}

.menu-right .table {
    margin-top: 10px;
    color: #666;
}

    .menu-right .table a {
        color: #3BB54B;
        font-weight: bold;
    }

    .menu-right .table th {
        background: #D0F0B3;
        padding: 5px;
    }

    .menu-right .table tbody tr:nth-child(even) td {
        background: #F3FCEB;
    }

.menu-right .table-bordered {
    border: none;
}

    .menu-right .table-bordered > tbody > tr > td, .menu-right .table-bordered > thead > tr > th {
        border: 1px solid #8CDD37;
        border-top: 0;
        border-bottom: 0;
    }

        .menu-right .table-bordered > tbody > tr > td:first-child,
        .menu-right .table-bordered > thead > tr > th:first-child {
            border-left: 0;
        }

        .menu-right .table-bordered > tbody > tr > td:last-child,
        .menu-right .table-bordered > thead > tr > th:last-child {
            border-right: 0;
        }

.menu-right footer {
    padding: 5px 70px 5px 3%;
    background: #F8F8F8;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

    .menu-right footer #gotop {
        height: 30px;
        z-index: 1500;
    }

.table-tab {
    display: none;
}

.table-all {
    position: initial;
    min-height: 40px;
    width: 100%;
    bottom: 36px;
    z-index: 1000;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 0 5px;
    vertical-align: middle;
}
/* ---------------------�ϥx�t���}�l------------------------*/
.report-slider {
    background: #F8F8F8;
    position: relative;
    z-index: 1300;
    width: 100%;
    display: none;
    height: 170px;
    box-shadow: 0 -5px 5px -5px #333;
}

    .report-slider .container {
        width: 100%;
    }

    .report-slider .owl-carousel {
        padding: 0 40px;
    }

        .report-slider .owl-carousel .owl-nav button span {
            color: #8CC63F;
        }

        .report-slider .owl-carousel .owl-nav button.owl-next:hover,
        .report-slider .owl-carousel .owl-nav button.owl-prev:hover {
            background: #8CC63F;
        }

            .report-slider .owl-carousel .owl-nav button.owl-next:hover span,
            .report-slider .owl-carousel .owl-nav button.owl-prev:hover span {
                color: #fff;
            }

    .report-slider h5 {
        padding: 5px 15px 0 15px;
        font-weight: bold;
        text-indent: -2.3em;
        margin-left: 2em
    }

    .report-slider .close {
        padding: 15px;
    }

    .report-slider h5 span {
        text-indent: 0;
        margin-left: 0;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        display: inline-block;
        background: #39B54A;
        color: #fff;
        border-radius: 50%;
        margin-right: 8px;
    }

    .report-slider .item {
        position: relative;
    }

        .report-slider .item img {
            border-radius: 5px;
            width: 100%;
        }

        .report-slider .item p {
            position: absolute;
            color: #fff;
            font-weight: bold;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
            left: 10px;
            bottom: -5px;
        }

    .report-slider .owl-dots {
        display: none;
    }

.mapinfo {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    z-index: 1000;
    width: 90%;
    max-width: 330px;
    left: 30%;
    top: 20%;
    color: #333;
    padding: 10px 30px 20px 25px;
    display: none;
}

    .mapinfo.mi2 {
        left: 50%;
        top: 10%;
    }

    .mapinfo > div {
        overflow: auto;
        height: 230px;
    }

    .mapinfo:after {
        content: "";
        border-color: #fff transparent transparent;
        border-style: solid solid solid solid;
        border-width: 10px;
        bottom: -20px;
        height: 0px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        width: 0px;
    }

    .mapinfo img {
        width: 100%;
        margin-top: 15px;
    }

    .mapinfo .close {
        position: absolute;
        right: 10px;
        top: 10px;
    }

        .mapinfo .close span {
            color: #333;
        }

    .mapinfo span {
        color: #39B54A;
    }
/* ---------------------�ϥx�����}�l------------------------*/
.tool .modal-header {
    padding: 2px 15px;
}

    .tool .modal-header .close i {
        margin-top: 3px;
    }

.tool .modal-content {
    border-radius: 0;
}

.tool .modal-body {
    padding: 0;
}

.tool .nav-tabs {
    width: 15%;
    height: 100%;
    float: left;
}

.tool .tab-pane {
    padding: 35px 10%;
    box-shadow: none;
    background: #F8F8F8;
}

.tool .tab-content {
    width: 85%;
    height: 100%;
    float: right;
}

.tool .nav-tabs li {
    width: 100%;
    height: 75px;
}

    .tool .nav-tabs li a {
        width: 100%;
        height: 75px;
        line-height: 75px;
        background: #C0E88B;
        padding: 0;
        border: none;
        border-radius: 0;
    }

        .tool .nav-tabs li a img {
            width: 70%;
        }

    .tool .nav-tabs li.active a {
        background: #8CDD37;
    }

#tool ul, #tool img {
    width: 100%;
}

#tool ul {
    padding: 10px 0;
    margin-bottom: 0;
    background: #F8F8F8;
}

    #tool ul li {
        width: 20%;
        border-right: #B3B3B3 solid 1px;
        float: left;
    }

        #tool ul li a {
            display: block;
            width: 100%;
            padding: 0 10px;
            border-radius: none;
        }

            #tool ul li a:hover {
                opacity: 0.8;
            }

        #tool ul li:last-child {
            border-right: none;
        }

.tool .modal-dialog {
    max-width: 500px;
    margin-top: 10%;
}

.tool h3 {
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 15px 0;
}

#kml li {
    float: inherit;
}

#kml input {
    border-radius: 0;
    border-left: 3px solid #8CDD37;
}

#kml .tab-content button {
    border-radius: 0;
    color: #fff;
    float: right;
    margin-right: 10px;
    border: none;
    padding: 5px 20px;
    font-size: 1.2em;
}

#kml .confirm {
    background: #3AB54A;
}

#kml .cancel {
    background: #B3B3B3;
}

#kml .input-group-addon {
    background: #8CDD37;
    color: #fff;
    border-radius: 0;
}

#kml .input-group {
    margin-top: 38px;
}

#distance .nav-tabs li, #distance .nav-tabs li a {
    height: 95px;
}

    #distance .nav-tabs li a {
        padding-top: 5px;
    }

#distance form ul {
    margin-bottom: 30px;
    height: 110px;
}

    #distance form ul li {
        float: left;
        width: 31.33%;
        height: 110px;
        margin: 0 1%;
        box-shadow: 2px 2px 5px #ccc;
        text-align: center;
        font-size: 1.2em;
        line-height: 35px;
    }

        #distance form ul li span {
            font-size: 2em;
            display: block;
            font-weight: bold;
        }

#distance .form-control {
    border-radius: 0;
}

#distance .tab-pane {
    height: 283px;
}

#distance form ul li:nth-child(1) span {
    color: #29ABE2;
}

#distance form ul li:nth-child(2) span {
    color: #01A99C;
}

#distance form ul li:nth-child(3) span {
    color: #38B648;
}

#distance .tab-pane {
    padding: 35px 5%;
}
/* ---------------------�j�Ƭ��}�l------------------------*/
.mainch {
    padding: 5% 0;
    background: #F8F8F8;
    position: relative;
    z-index: 500;
}

.chronicle {
    padding: 10px 5%;
    font-size: 1.4em;
}

    .chronicle form {
        font-size: 0.8em;
    }

        .chronicle form label {
            color: #39B54A;
            margin-left: 20px;
        }

.chronicle-item .owl-dots {
    display: none;
}

.chronicle-item {
    padding: 120px 0 0 0;
}

    .chronicle-item .owl-stage {
        height: 300px !important;
    }

    .chronicle-item .item.first { /*�Ĥ@��*/
        background: url(../images/resume7-p1.png) no-repeat 150px center;
        background-size: 400px;
    }

    .chronicle-item .item.last { /*�̫�@��*/
        background: url(../images/resume7-p1.png) no-repeat -270px center;
        background-size: 400px;
    }

        .chronicle-item .item.last:before {
            display: none;
        }

    .chronicle-item .item {
        background: url(../images/resume7-p1.png) repeat-x 70px center;
        background-size: 400px;
        padding: 10px;
        position: relative;
        text-align: center;
    }

        .chronicle-item .item > div { /*������*/
            display: inline-block;
            width: 110px;
            height: 110px;
            border: 8px solid #50C125;
            border-radius: 50%;
            color: #50C125;
            text-align: center;
            line-height: 1.1;
            padding-top: 10px;
            background: #fff;
            cursor: pointer;
            position: relative;
            z-index: 1000;
        }

        .chronicle-item .item.now:after { /*�˹����*/
            content: "";
            position: absolute;
            width: 130px;
            height: 130px;
            left: 50%;
            top: 0;
            margin-left: -65px;
            border: 1px solid #FAA833;
            border-radius: 50%;
            background: #fff;
        }

        .chronicle-item .item > div.now, .chronicle-item .item > div:hover {
            border: 8px solid #FAA833;
            color: #FAA833;
        }

    .chronicle-item .owl-carousel {
        padding: 0;
    }

    .chronicle-item .item:before { /*�T����*/
        content: "";
        display: block;
        width: 20px;
        height: 23px;
        right: -20px;
        top: 50%;
        margin-top: -11px;
        position: absolute;
        background: url(../images/resume7-p3.png);
        background-size: 100%;
    }



    .chronicle-item .item > div span {
        font-size: 2.3em;
        font-weight: bold;
        display: block;
    }

    .chronicle-item .item > div p {
        font-size: 1em;
    }

    .chronicle-item .item > span.con { /*��h���e*/
        display: block;
        border: 2px solid #CCCCCC;
        border-radius: 15px;
        width: 280px;
        height: 150px;
        position: absolute;
        left: 50%;
        margin-left: -140px;
        z-index: 1000;
        top: 143px;
        padding: 20px;
        background: #fff;
        display: none;
    }

        .chronicle-item .item > span.con a {
            color: #39B54A;
        }

    .chronicle-item .item > span:before {
        content: "";
        display: block;
        width: 30px;
        height: 20px;
        background: url(../images/resume7-p2.png);
        background-size: 100%;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -14px;
    }

    .chronicle-item .owl-carousel .owl-nav button.owl-next, .chronicle-item .owl-carousel .owl-nav button.owl-prev {
        background: #D6D6D6;
        width: 50px;
        height: 80px;
        margin-top: -130px;
        opacity: 0.9;
        border-radius: 0;
    }

    .chronicle-item .owl-carousel .owl-nav button.owl-next {
        right: -5px;
    }

    .chronicle-item .owl-carousel .owl-nav button.owl-prev {
        left: -5px;
    }

    .chronicle-item .owl-carousel .owl-nav button span {
        color: #fff;
    }
/* ---------------------�|���}�l------------------------*/
.a-bread {
    display: block !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px 15px 15px;
}

    .a-bread .nav li {
        margin-right: 15px;
        display: inline-block;
    }

        .a-bread .nav li i {
            color: #39B54A;
            height: 20px;
            vertical-align: middle;
        }

        .a-bread .nav li a {
            color: #39B54A;
            padding: 0;
        }

            .a-bread .nav li a:hover {
                text-decoration: underline;
            }

                .a-bread .nav li a:hover:after {
                    display: none;
                }

.login.main.main6 {
    background: #F8F8F8;
    padding: 0;
}

.main6.login img {
    max-width: 690px;
    margin-top: 5%;
}

.main6.login .amenu {
    text-align: left;
}

    .main6.login .amenu a {
        display: block;
        width: 100%;
        height: 72px;
        line-height: 72px;
        background: #fff;
        border: 1px solid #65CD02;
        font-size: 1.6em;
        border-radius: 3px;
        padding: 0 20px;
        color: #65CD02;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .main6.login .amenu span {
        display: inline-block;
        width: 29px;
        height: 29px;
        margin: -2px 5px 0 0;
        vertical-align: middle;
    }

    .main6.login .amenu .am1 span {
        background: url(../images/announce-icon1.png);
        background-size: 100%;
    }

    .main6.login .amenu .am2 span {
        background: url(../images/announce-icon2.png);
        background-size: 100%;
    }

    .main6.login .amenu .am3 span {
        background: url(../images/announce-icon3.png);
        background-size: 100%;
    }

    .main6.login .amenu .am4 span {
        background: url(../images/announce-icon4.png);
        background-size: 100%;
    }

    .main6.login .amenu .am5 span {
        background: url(../images/announce-icon5.png);
        background-size: 100%;
    }

    .main6.login .amenu .am6 span {
        background: url(../images/announce-icon6.png);
        background-size: 100%;
    }

    .main6.login .amenu a:hover {
        background: #65CD02;
        color: #fff;
        text-decoration: none;
    }

        .main6.login .amenu a:hover span {
            background-position: bottom;
        }

.main6.login .select {
    font-size: 1.2em;
    margin: 30px 0;
    text-align: left;
    padding: 0 5%;
}

    .main6.login .select label {
        color: #39B54A;
        font-weight: normal;
        font-family: �L�n������, sans-serif;
    }

.main6.login .form-control {
    margin-bottom: 0;
    border: 1px solid #ccc;
    font-size: .9em;
}

.main6.login .select a {
    display: inline-block;
    background: #66CD02;
    color: #fff;
    border: none;
}

    .main6.login .select a:hover {
        background: #39B54A;
    }

.main6.login .select select {
    width: 230px;
}

.main6.login .select span {
    font-size: 1em;
    color: #666;
}

.main6.login .select .form-group {
    margin-right: 30px;
}

.main6.login .select .ain {
    display: inline-block;
    float: right;
}

.main6.login .select span {
    margin-right: 50px;
}

.main6.login .acon {
    min-height: 550px;
    padding-bottom: 50px;
}

    .main6.login .acon p.none {
        font-size: 3.5em;
        color: #ddd;
        padding: 200px 0 0 0;
    }

.acon h2 {
    color: #4d4d4d;
    font-size: 1.7em;
    text-align: left;
    font-weight: bold;
    font-family: �L�n������, sans-serif;
}

    .acon h2 span {
        color: #39B54A;
        margin-left: 5px;
        font-family: �L�n������, sans-serif;
    }

    .acon h2 div {
        display: inline-block;
        margin-left: 25px;
    }

    .acon h2 button {
        background: #65CD02;
        color: #fff;
        font-size: .8em;
        padding: 3px 15px;
        font-family: �L�n������, sans-serif;
    }

        .acon h2 button:hover {
            background: #55A802;
            color: #fff;
        }

    .acon h2.cen {
        color: #39B54A;
        font-size: 1.7em;
        font-weight: 500;
        font-family: �L�n������, sans-serif;
        text-align: center;
    }

.acon .abox {
    background: #fff;
    border-radius: 5px;
    padding: 15px 3% 15px 3%;
    margin-top: 30px;
}

    .acon .abox h3 {
        text-align: left;
        color: #293503;
        margin: 0 0 10px 0;
    }

    .acon .abox > *:last-child, .acon .abox > * > *:last-child {
        margin-bottom: 0;
    }

.acon .container-fluid {
    padding: 0 5%;
}

    .acon .container-fluid > h3 {
        text-align: left;
        color: #57642F;
        margin-top: 30px;
    }

.acon .table-info > h3 {
    display: inline-block;
    text-align: left;
    color: #57642F;
    margin: 0;
}

.acon .abox .row > div {
    text-align: left;
}

.acon .abox ul.locate li {
    display: inline-block;
    margin-bottom: 10px;
}

    .acon .abox ul.locate li a {
        display: block;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #65CD02;
        padding: 3px 13px;
        color: #333;
    }

        .acon .abox ul.locate li a:hover {
            text-decoration: none;
            box-shadow: 0 0 5px #65CD02;
            color: #65CD02;
        }

        .acon .abox ul.locate li a i {
            color: #65CD02;
        }

        .acon .abox ul.locate li a.alarm {
            border: 1px solid #EBEBEB;
            background: #F7F7F7;
        }

            .acon .abox ul.locate li a.alarm i {
                color: #F15A24;
            }

            .acon .abox ul.locate li a.alarm:hover {
                box-shadow: none;
                color: #333;
            }

        .acon .abox ul.locate li a.noalarm i {
            color: #65CD02;
        }

        .acon .abox ul.locate li a.alarm:hover {
            box-shadow: none;
            color: #333;
        }

.acon .abox a.fill {
    display: inline-block;
    background: #65CD02;
    color: #fff;
    margin-left: 20px;
    padding: 5px 30px;
    font-size: .7em;
}

    .acon .abox a.fill:hover {
        background: #5BB502;
    }

.acon .tooltip-inner {
    background: #999;
}

.acon .tooltip-arrow {
    display: none;
}

.acon .abox .btn {
    color: #fff;
}

.acon .abox h5 {
    color: #39B54A;
    font-size: 1.1em;
}

.acon .abox div.row.up {
    margin: 0;
}

    .acon .abox div.row.up div.row {
        padding: 0;
        margin: 0;
    }

    .acon .abox div.row.up > div {
        padding: 0;
    }

    .acon .abox div.row.up div.row > div {
        padding: 0;
        margin: 0;
    }

.acon .modal-header {
    border-bottom: none;
}

.acon .modal-body {
    text-align: center;
}

.main6.login .acon .modal-body img {
    width: 100px;
    margin: 0 0 15px 0;
}

.acon .modal-body p {
    font-size: 1.2em;
    margin-bottom: 10px;
}

    .acon .modal-body p span {
        color: #F15A24;
    }

.acon #delete .modal-footer {
    text-align: center;
    border: none;
    padding-bottom: 40px;
}

.acon .modal-footer button {
    padding: 8px 25px;
    font-size: 1.2em;
}

    .acon .modal-footer button.action {
        background: #F15A24;
        color: #fff;
    }

.acon .modal-dialog {
    margin-top: 100px;
}

.acon ul.filesnow li a {
    color: #333;
    font-size: 1.3em;
    text-decoration: underline;
}

    .acon ul.filesnow li a:hover {
        text-decoration: none;
        color: #39B54A;
    }

.acon ul.filesnow {
    text-align: left;
}

    .acon ul.filesnow li {
        margin-bottom: 20px;
    }

    .acon ul.filesnow img {
        width: 18px;
        margin: 0 5px 0 0;
    }

.acon .filesreport {
    text-align: left;
    font-size: 1.2em;
}

    .acon .filesreport a {
        /* color: #333; */
        font-size: 1.2em;
    }

    .acon .filesreport p {
        color: #333;
        font-size: 1.2em;
    }

    .acon .filesreport a i, .acon .filesreport .collapse i {
        color: #65CD02;
        margin-right: 5px;
    }

    .acon .filesreport ul.filesnow {
        padding: 20px 0 0 40px;
        font-size: .8em;
    }

        .acon .filesreport ul.filesnow span {
            color: #0000FF;
            margin-left: 10px;
        }

    .acon .filesreport .row {
        margin: 0;
    }

.main6.login .acon .upload .table {
    margin-bottom: 10px;
}

.acon .table-responsive > .table > tbody > tr:first-child td {
    background: #65CD02;
    color: #fff;
    text-align: center;
}

.acon .table tr td {
    padding: 5px 10px;
    font-size: 16px;
}

.acon .table {
    background: #fff;
}

    .acon .table a {
        color: #39B54A;
        font-weight: bold;
        text-decoration: underline;
    }

        .acon .table a:hover {
            text-decoration: none;
        }

.acon .table-info {
    font-size: 1.2em;
    text-align: left;
    margin: 10px 0;
}

    .acon .table-info span {
        margin-right: 30px;
    }

    .acon .table-info div {
        display: inline-block;
        float: right;
    }

    .acon .table-info button {
        padding: 2px 30px;
        color: #fff;
        font-size: .9em;
        margin-left: 5px;
    }

        .acon .table-info button.back {
            background: #808080;
        }

            .acon .table-info button.back:hover {
                background: #666;
            }

        .acon .table-info button.export {
            background: #39B54A;
        }

            .acon .table-info button.export:hover {
                background: #34A743;
            }

.acon .table tr td:first-child {
    background: #F4FCEB;
    font-weight: normal;
    text-align: center;
}

.acon .table .stable {
    padding: 0;
    border: 0;
}

    .acon .table .stable .table {
        margin-bottom: 0;
        font-size: .85em;
    }

    .acon .table .stable tbody tr td:first-child {
        background: #fff;
    }

.acon .container-fluid .table1 > tbody > tr:first-child td {
    background: #65CD02;
    color: #fff;
}

.acon .table .grey td {
    background: #FFFFFF;
    color: #333;
    font-weight: bold;
}

.acon .table tr td.white:first-child {
    background: #FFFFFF;
    text-align: left;
}

.acon .table .stable tbody tr td.grey:first-child {
    background: #FFFFFF;
    color: #333;
    font-weight: bold;
}

.main6.login .acon #new .notofyContent {
    display: inline-block;
    border: 1px solid #39B54A;
    border-radius: 3px;
    color: #39B54A;
    font-size: .9em;
    padding: 2px 10px;
    background: #fff;
    font-weight: bold;
}

    .main6.login .acon #new .notofyContent:hover {
        background: #FEF8E0;
    }

.main6.login .acon #new img {
    width: 17px;
    margin: 0 5px 0 0;
}

.main6.login .acon #edit .notofyContent {
    display: inline-block;
    border: 1px solid #39B54A;
    border-radius: 3px;
    color: #39B54A;
    font-size: .9em;
    padding: 2px 10px;
    background: #fff;
    font-weight: bold;
}

    .main6.login .acon #edit .notofyContent:hover {
        background: #FEF8E0;
    }

.main6.login .acon #new .contact {
    display: inline-block;
    border: 1px solid #39B54A;
    border-radius: 3px;
    color: #39B54A;
    font-size: .9em;
    padding: 2px 10px;
    background: #fff;
    font-weight: bold;
}

    .main6.login .acon #new .contact:hover {
        background: #FEF8E0;
    }

.main6.login .acon #new img {
    width: 17px;
    margin: 0 5px 0 0;
}

.main6.login .acon #edit .contact {
    display: inline-block;
    border: 1px solid #39B54A;
    border-radius: 3px;
    color: #39B54A;
    font-size: .9em;
    padding: 2px 10px;
    background: #fff;
    font-weight: bold;
}

    .main6.login .acon #edit .contact:hover {
        background: #FEF8E0;
    }

.main6.login .acon #edit img {
    width: 17px;
    margin: 0 5px 0 0;
}

.acon .modal-title {
    color: #39B54A;
    font-size: 1.8em;
    font-weight: 400;
    font-family: �L�n������;
}

.main6.login .acon #new .row {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 10px;
}

    .main6.login .acon #new .row > span {
        display: block;
        color: #333;
        font-size: 1.1em;
        text-align: right;
        border-right: 1px solid #ccc;
        padding: 5px 15px;
    }

    .main6.login .acon #new .row > div,
    .acon #per .row > div,
    .acon #trapped .row > div {
        font-size: 1.1em;
        text-align: left;
        padding: 5px 15px;
    }

    .main6.login .acon #new .row .form-group {
        margin-bottom: 0;
    }

.main6.login .acon #edit .row {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 10px;
}

    .main6.login .acon #edit .row > span {
        display: block;
        color: #333;
        font-size: 1.1em;
        text-align: right;
        border-right: 1px solid #ccc;
        padding: 5px 15px;
    }

    .main6.login .acon #edit .row > div,
    .acon #per .row > div,
    .acon #trapped .row > div {
        font-size: 1.1em;
        text-align: left;
        padding: 5px 15px;
    }

    .main6.login .acon #edit .row .form-group {
        margin-bottom: 0;
    }

.acon .modal-footer button {
    padding: 3px 35px;
    color: #fff;
}

.acon button.confirm {
    background: #66CD02;
}

.acon button.cancel {
    background: #808080;
}

.acon .modal-footer {
    text-align: right;
    border: none;
}

.main6.login .acon #new .table {
    margin: 0;
}

.main6.login .acon #new .form-group {
    margin-bottom: 10px;
}

.main6.login .acon #new .table tr td {
    font-size: .9em;
}

.main6.login .acon #new .table a i {
    color: #39B54A;
}

.main6.login .acon #new .table a:hover i {
    color: #298535;
}

.main6.login .acon #new .modal-body {
    padding: 15px 5%;
}

.main6.login .acon #new .modal-dialog {
    width: 700px;
}

.main6.login .acon #new .table tr:first-child {
    background: #E4F4D0;
}

.main6.login .acon #edit .table {
    margin: 0;
}

.main6.login .acon #edit .form-group {
    margin-bottom: 10px;
}

.main6.login .acon #edit .table tr td {
    font-size: .9em;
}

.main6.login .acon #edit .table a i {
    color: #39B54A;
}

.main6.login .acon #edit .table a:hover i {
    color: #298535;
}

.main6.login .acon #edit .modal-body {
    padding: 15px 5%;
}

.main6.login .acon #edit .modal-dialog {
    width: 700px;
}

.main6.login .acon #edit .table tr:first-child {
    background: #E4F4D0;
}

.modal-open .rm-overlay {
    display: none !important;
}

.main6.login .acon #modalNotifyContent {
    z-index: 1500;
    text-align: left;
}

.acon #modalNotifyContent .modal-body {
    text-align: left;
    font-size: 1.2em;
    padding: 0 5%;
}

.main6.login .acon #modalNotifyContent .modalNotifyContentin {
    width: 100%;
    height: 470px;
    overflow: scroll;
    border: 1px solid #39B54A;
    margin-top: 40px;
}

.main6.login .acon #modalNotifyContent label {
    font-weight: normal;
}

.main6.login .acon #modalNotifyContent select.form-control {
    border: 1px solid #39B54A;
    padding-left: 0;
}

.main6.login .acon #modalNotifyContent select.s1 {
    border: 1px #ccc solid;
    min-width: 150px;
}

.main6.login .acon #modalNotifyContent select option {
    width: 105%;
}

.main6.login .acon #modalNotifyContent form.form-search-people {
    margin-top: 1rem;
}

.main6.login .acon #modalNotifyContent form .input-group {
    margin-bottom: 1rem;
}

.main6.login .acon #modalNotifyContent a {
    display: inline-block;
    border: 1px solid #39B54A;
    padding: 2px 10px;
    color: #39B54A;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 10px;
}

    .main6.login .acon #modalNotifyContent a:hover {
        background: #39B54A;
        color: #fff;
        text-decoration: none;
    }

.main6.login .acon #modalNotifyContent h6 {
    font-size: 1.1em;
}

.main6.login .acon #modalNotifyContent .row {
    margin: 0;
}

    .main6.login .acon #modalNotifyContent .row > div {
        padding: 0 5px;
    }

.main6.login .acon #adr {
    z-index: 1500;
    text-align: left;
}

.acon #adr .modal-body {
    text-align: left;
    font-size: 1.2em;
    padding: 0 5%;
}

.main6.login .acon #adr .adrin {
    width: 100%;
    height: 470px;
    overflow: scroll;
    border: 1px solid #39B54A;
    margin-top: 40px;
}

.main6.login .acon #adr label {
    font-weight: normal;
}

.main6.login .acon #adr select.form-control {
    border: 1px solid #39B54A;
    padding-left: 0;
}

.main6.login .acon #adr select.s1 {
    border: 1px #ccc solid;
    min-width: 150px;
}

.main6.login .acon #adr select option {
    width: 105%;
}

.main6.login .acon #adr form.form-search-people {
    margin-top: 1rem;
}

.main6.login .acon #adr form .input-group {
    margin-bottom: 1rem;
}

.main6.login .acon #adr a {
    display: inline-block;
    border: 1px solid #39B54A;
    padding: 2px 10px;
    color: #39B54A;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 10px;
}

    .main6.login .acon #adr a:hover {
        background: #39B54A;
        color: #fff;
        text-decoration: none;
    }

.main6.login .acon #adr h6 {
    font-size: 1.1em;
}

.main6.login .acon #adr .row {
    margin: 0;
}

    .main6.login .acon #adr .row > div {
        padding: 0 5px;
    }

.main6.login .acon .table a.edit, .main6.login .acon .table a.trash {
    padding: 5px;
}

.acon .table a.edit i {
    color: #36B0E4;
}

.acon .table a.trash i {
    color: #DF5440;
}
/* ---------------------�s�W�|���}�l------------------------*/

.resume.adda .main > .row .select .form-group label {
    margin: 0 0 0 20px;
}

.resume.adda .main > .row .select .form-group {
    margin: 30px 0 20px 0;
}

.resume.adda .select h2 {
    color: #39B54A;
    display: inline-block;
    font-weight: 500;
    font-family: Noto Sans TC, sans-serif;
    font-size: 1.3em;
    margin: 30px 0 20px 0;
}

.resume.adda .table textarea {
    width: 100%;
}

.resume.adda .bottom-info {
    color: #333;
    line-height: 1.2;
}

    .resume.adda .bottom-info span {
        color: #777;
        font-size: 13px;
    }

.resume.adda .table .radio-inline input[type=radio] {
    position: static;
}
/* .resume.adda .form-inline .table.step2 input.form-control{
	width: 80px;
} */
.resume.adda .form-inline .table2 input.form-control {
    width: 80px;
}

    .resume.adda .form-inline .table2 input.form-control.weather {
        width: 120px;
    }

    .resume.adda .form-inline .table2 input.form-control.number {
        width: 50px;
    }

.resume.adda .form-inline .table span.guide {
    color: #bbb;
}

.resume.adda .form-inline .table a.add {
    color: #65CD02;
}

.acon #per .modal-body, .acon #trapped .modal-body {
    padding: 0 5%;
    text-align: left;
    font-size: 1.2em;
}

    .acon #per .modal-body .form-control {
        width: 100px;
        display: inline-block;
    }

.acon #per.shift-modal .modal-body .form-control.md {
    width: 160px;
    display: inline-block;
}

.acon #per.damage-modal .modal-body .form-control.md {
    width: 160px;
    display: inline-block;
}

.acon #trapped .modal-body .form-control {
    /* width: 130px; */
    display: inline-block;
}

.acon #trapped .modal-body select.form-control {
    width: 80px;
}

.acon #per .modal-body textarea.form-control, .acon #trapped .modal-body textarea.form-control {
    width: 100%;
}

.acon #per .row > span, .acon #trapped .row > span {
    display: block;
    color: #333;
    font-size: 1em;
    text-align: right;
    padding: 5px 10px;
}

.acon #trapped .rm-datepicker {
    top: 0 !important;
}

.acon .step2 .unsubmit.table tr td {
    border-color: #bbb;
}

.acon .step2 .unsubmit.table tr:nth-child(2) td {
    background: #FCD8CB !important;
    color: #222;
}

.acon .astep3 td {
    text-align: center;
}

.acon .table.astep3 tr td.white:first-child {
    text-align: center;
}

.acon .astep3 td span {
    font-size: 12px;
}

#wood .row {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 10px;
}

#wood h3 {
    margin: 0;
    padding: 15px;
    color: #39B54A;
}

#wood h4 {
    background: #fff;
    padding: 15px;
}

#wood .modal-header {
    background: #F2F2F2;
    padding: 0;
}

    #wood .modal-header .close {
        margin: 15px;
    }

#wood .modal-footer {
    text-align: center;
}

#wood .modal-body {
    padding: 0 5%;
}

#wood .modal-dialog {
    width: 520px;
}

#wood .form-inline .form-control {
    width: 250px;
}

#wood button.cancel {
    background: #C7B299;
}

.textCircleBlack {
    margin: 0 2px 0 2px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid black;
    color: black;
    text-align: center;
}

.textCircleRed {
    margin: 0 2px 0 2px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid red;
    color: red;
    text-align: center;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.textCircleGreen {
    margin: 0 2px 0 2px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid green;
    color: green;
    text-align: center;
}

.prepare-data .div-table, .recover-data .div-table {
    display: table;
}

.prepare-data .div-table-tr, .recover-data .div-table-tr {
    display: table-row;
}

.prepare-data .div-table-td, .recover-data .div-table-td {
    display: table-cell;
    padding-left: 1rem;
    padding-right: 1rem;
}

.prepare-data.typhoon-check-list .table > tbody > tr > th {
    background-color: #65CD02;
    color: #fff;
}

.prepare-data.typhoon-check-list .div-table {
    display: table;
    border: 1px solid #ddd;
}

.prepare-data.typhoon-check-list .div-table-th {
    display: table-header-group;
    background-color: #65CD02;
    color: #fff;
}

.prepare-data.typhoon-check-list .div-table-tr {
    display: table-row;
}

.prepare-data.typhoon-check-list .div-table-td {
    display: table-cell;
    /* border-bottom: 1px solid #ddd; */
    /* border: 1px solid #ddd; */
}

.prepare-data.typhoon-check-list .div-table-tr .div-table-td:nth-child(1) {
    /* width: 12rem; */
    width: 20%;
}

.prepare-data.typhoon-check-list .div-table-tr .div-table-td:nth-child(2) {
    /* width: 35rem; */
    width: 40%;
    border: 1px solid #ddd;
}

.prepare-data.typhoon-check-list .div-table-tr .div-table-td:nth-child(3) {
    width: 40%;
    border: 1px solid #ddd;
}


.recover-data.recover-forestpark .table > tbody > tr > th {
    background-color: #65CD02;
    color: #fff;
}

.recover-forestpark .div-table {
    display: table;
    border: 1px solid #ddd;
}

.recover-forestpark .div-table-th {
    display: table-header-group;
    background-color: #65CD02;
    color: #fff;
}

.recover-forestpark .div-table-tr {
    display: table-row;
}

.recover-forestpark .div-table-td {
    display: table-cell;
    /* border-bottom: 1px solid #ddd; */
    /* border: 1px solid #ddd; */
}

.recover-forestpark .div-table-tr .div-table-td:nth-child(1) {
    width: 15%;
    border-right: 1px solid #ddd;
}

.recover-forestpark .div-table-tr .div-table-td:nth-child(2) {
    width: 15%;
    /* border: 1px solid #ddd; */
}

.recover-forestpark .div-table-tr .div-table-td:nth-child(3) {
    width: 40%;
    border: 1px solid #ddd;
}

.recover-forestpark .div-table-tr .div-table-td:nth-child(4) {
    width: 30%;
    border: 1px solid #ddd;
}

.driftWoodTypeSelect {
    float: right;
}

.fas.fa-plus-circle.fa-lg {
    cursor: pointer;
}

.custom-hide {
    display: none;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.font-16 {
    font-size: 18px;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right;
}

.resume .container .row.step1 .form3 {
    display: none;
}

#map-icon-modal > .modal-dialog > .modal-content > .modal-body > #map {
    /* height: 300px; */
    height: 100%;
    width: 100%;
}

.resume > .main > .row .checkbox-label {
    zoom: 1.5;
}

.table.barrier-lake-table > tbody > tr:first-child {
    background-color: rgb(240, 240, 240);
    text-align: center;
}

.table.barrier-lake-table > tbody > tr {
    text-align: center;
}

table.barrier-lake-table tbody tr:nth-child(n+5) {
    display: none;
}

.table.security-target-table > tbody > tr:first-child {
    background-color: rgb(240, 240, 240);
    text-align: center;
}

.table.security-target-table > tbody > tr {
    text-align: center;
}

.forestwalk-sidewalk-rail-table > tbody > tr:first-child {
    background-color: rgb(240, 240, 240);
    text-align: center;
}

.forestwalk-sidewalk-rail-table > tbody > tr {
    text-align: center;
}

#showMore {
    display: none;
}

#barrier-lake-collapse {
    cursor: pointer;
    display: none;
}

#barrier-lake-expand {
    cursor: pointer;
}

#showMore:checked + table.barrier-lake-table tbody tr:nth-child(n+5) {
    display: table-row;
}

#showMore:checked ~ .collapse-wrapper > #barrier-lake-expand {
    display: none;
}

#showMore:checked ~ .collapse-wrapper > #barrier-lake-collapse {
    display: inline;
}

/* .prepare-data.shift-schedule .div-table{
	width: 100%;
}
.prepare-data.shift-schedule .div-table-tr:nth-child(1){
	background: #F2F2F2;
    color: #333;
    text-align: center;
}
.prepare-data.shift-schedule .div-table-tr .div-table-td{
	width: 12rem;
}
.prepare-data.shift-schedule .div-table-tr .div-table-td:nth-child(1){
	width: 24rem;
}
.prepare-data.shift-schedule .div-table-tr .div-table-td:nth-child(2){
	width: 12rem;
}
.prepare-data.shift-schedule .div-table-tr .div-table-td:nth-child(3){
	width: 12rem;
}
.prepare-data.shift-schedule .div-table-tr .div-table-td:nth-child(4){
	width: 12rem;
}

.prepare-data.shift-schedule .row.table-header{
	background: #F4FCEB;
    color: #fff;
    text-align: center;
}

.prepare-data.shift-schedule .table-border{
	border-style: solid;
	border-width: thin;
    border-color: darkgrey;
}


.prepare-data.shift-schedule .form-control{
	width: 100%;
} */

.swal-overlay {
    overflow-y: hidden;
}

.swal-modal {
    width: auto;
    min-width: 30vw;
}

.swal-title {
    font-size: 2.5rem;
}

.swal-content {
    padding: 0 100px;
    height: auto;
    overflow-y: auto;
    text-align: initial;
}

#wood .row {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 10px;
}

#wood h3 {
    margin: 0;
    padding: 15px;
    color: #39B54A;
}

#wood h4 {
    background: #fff;
    padding: 15px;
}

#wood .modal-header {
    background: #F2F2F2;
    padding: 0;
}

    #wood .modal-header .close {
        margin: 15px;
    }

#wood .modal-footer {
    text-align: center;
}

#wood .modal-body {
    padding: 0 5%;
}

#wood .modal-dialog {
    width: 520px;
}

#wood .form-inline .form-control {
    width: 250px;
}

#wood button.cancel {
    background: #C7B299;
}

.resume.prepare-data .table tr td {
    background: white;
    text-align: left;
}

.bg-lightGreen {
    background: #F4FCEB !important;
}

.bg-darkGreen {
    background: #65CD02 !important;
    color: #fff;
    text-align: center;
}

.map-modal .modal-dialog, .map-modal .modal-body {
    height: 60vh;
    width: 60vw;
}


/* div.reportSheetForestParkStatusLight ~ .reportSheetForestParkStatusLight {
    display: none;
}

div.reportSheetBuilderStatusLight ~ .reportSheetBuilderStatusLight {
    display: none;
} */
div.reportSheetForestParkStatusLight:not(:last-child) {
    display: none;
}

div.reportSheetBuilderStatusLight:not(:last-child) {
    display: none;
}

.container.main.reportSheetBuilder > .row {
    border-top: none !important;
}

button.icon {
    background: transparent;
    border: none;
}

.icon.t40 > a > img {
    width: 25px;
}

.border-top-none {
    border-top: none !important;
}

.fas.fa-times-circle {
    color: red;
}

.resume4 h1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.resume4 .main {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .resume4 .main > .row .form-group label.labelin {
        color: #3AB54B;
        /* margin-left: 20px; */
    }

    .resume4 .main > .row {
        margin: 20px 5%;
        /* border-top: 1px solid #ccc; */
        font-size: 1.2em;
        color: #666;
    }

        .resume4 .main > .row .form-group {
            margin-bottom: 10px;
        }


    .resume4 .main.main2 > .row {
        border-top: 0;
    }

    .resume4 .main.main2 select {
        width: 250px;
    }

    .resume4 .main.main2 textarea {
        width: 90%;
        max-width: 800px;
    }

    .resume4 .main.main2 input.form-control {
        width: 130px;
        display: inline-block;
    }

.resume4 .main2 > .row span.fix {
    display: inline;
    padding-left: 20px;
}

.resume4 .main.main2 .tleft {
    float: left;
}

.resume4 .main2 .row.fix {
    margin-left: 120px;
}

    .resume4 .main2 .row.fix.f1 {
        margin-top: -35px;
    }

.resume4 .main.main2 .tleft label, .resume4 .main.main2 .tright label {
    margin-right: 0 !important;
}

    .resume4 .main.main2 .tright label:first-child,
    .resume4 .main.main2 .tleft label:first-child,
    .resume4 .main .row.fix label:first-child {
        color: #666 !important;
    }

.resume4 .main.main2 .tright {
    width: 90%;
    float: left;
}

    .resume4 .main.main2 .tright > .row > div:last-child {
        padding-left: 0;
    }

    .resume4 .main.main2 .tright span {
        display: block;
        padding-left: 2px;
    }

        .resume4 .main.main2 .tright span:nth-child(1), .resume4 .main.main2 .tright span:nth-child(2), .resume4 .main.main2 .tright span:nth-child(3) {
            padding-left: 12px;
        }

    .resume4 .main.main2 .tright
    .rainall {
        margin: 15px -15px;
    }

.resume4 .main > .row .sub1 .btn {
    background: #3AB54B;
    color: #fff;
}

.resume4 .main > .row .continue {
    background: #65CD02;
    color: #fff;
}

    .resume4 .main > .row .continue:hover {
        background: #499201;
        color: #fff;
    }

.resume4 .main > .row .cancle {
    background: #C7B299;
    color: #fff;
}

    .resume4 .main > .row .cancle:hover {
        background: #9b7b55;
        color: #fff;
    }

.resume4 .main > .row .contact {
    display: inline-block;
    border: 1px solid #39B54A;
    border-radius: 3px;
    color: #39B54A;
    font-size: .9em;
    padding: 2px 10px;
    background: #fff;
    font-weight: bold;
}

.resume4 .main .acon #adr h6 {
    font-size: 1.1em;
}

.resume4 .main .acon #adr a {
    display: inline-block;
    border: 1px solid #39B54A;
    padding: 2px 10px;
    color: #39B54A;
    line-height: 1.5;
    border-radius: 3px;
    margin-top: 10px;
}

.resume4 .main .acon #adr select.form-control {
    border: 1px solid #39B54A;
    padding-left: 0;
}

.resume4 .main .form-control {
    margin-bottom: 0;
    border: 1px solid #ccc;
    font-size: .9em;
}

.resume4 .main .acon #adr .adrin {
    width: 100%;
    height: 470px;
    overflow: scroll;
    border: 1px solid #39B54A;
    margin-top: 40px;
}

.resume4 .main .table tr {
    font-weight: normal;
    text-align: center;
}

    .resume4 .main .table tr:first-child {
        background: #E4F4D0;
    }





















