* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微軟正黑體",helvetica, arial, sans-serif;
}

html {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow-x: auto;
}

body {
    width: 100%;
    height: 100%;
}

/*去除連結線 ==============*/
a {
    outline: none; /* for Firefox */
    hlbr: expression(this.onFocus=this.blur()); /* for IE */
    text-decoration: none;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }
/* --首頁-- */
.portalbg {
    background: url(../images/portal_bg.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    height: 100vh;
}

.portal_login {
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    width: 450px;
    height: 500px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 10px #999999;
    box-shadow: 0px 0px 10px #999999;
}

.portal_title {
    background: url(../images/portal_logo.png) no-repeat top center;
    height: 150px;
    text-align: center;
    margin-top: 50px;
    padding-top: 100px;
}

    .portal_title p {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0px;
        border-bottom: #2d5079 solid 2px;
        line-height: 25px;
        height: 30px;
        width: 250px;
        margin: auto;
        color: #2d5079;
    }

.portal_loginbtn {
    background: #2A72BA;
    border-radius: 60px;
    color: #fff;
    text-align: center;
    width: 120px;
    margin: 0 auto 0 auto;
    padding: 10px 10px;
    -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -moz-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
    transition: background-color 0.3s cubic-bezier(0, 0, 0, 0), color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0), border-width 0.3s cubic-bezier(0, 0, 0, 0), border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

    .portal_loginbtn:hover {
        cursor: pointer;
        background: #2D5079;
        -webkit-transition: color 0.3s cubic-bezier(0, 0, 0, 0);
        -moz-transition: color 0.3s cubic-bezier(0, 0, 0, 0);
        -o-transition: color 0.3s cubic-bezier(0, 0, 0, 0);
        transition: color 0.3s cubic-bezier(0, 0, 0, 0);
    }

.portallogincul {
    width: 49%;
    margin: auto;
}

    .portallogincul input[type="text"], .portallogincul [type="password"] {
        display: inline-block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        margin: 5px auto;
        padding: 10px 20px;
        border: 0px solid #FFFFFF;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #2d5079;
        -o-text-overflow: clip;
        text-overflow: clip;
        background: rgba(131,173,214,0.3);
        outline: none; /*移除 input type=text 在 chrome 瀏覽器中出現的橘色外框邊線*/
    }
    /*修改HTML5 input placeholder颜色*/
    .portallogincul ::-webkit-input-placeholder {
        color: #2d5079;
    }

    .portallogincul :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #2d5079;
    }

    .portallogincul ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #2d5079;
    }

    .portallogincul :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #2d5079;
    }

    .portallogincul input[type="text"]:focus {
        -webkit-box-shadow: 0 0 3px 1px rgba(252,215,162,0.5);
        box-shadow: 0 0 3px 1px rgba(252,215,162,0.5);
        border-color: rgba(252,215,162,0.5);
        background-color: rgba(252,215,162,0.5);
        color: #C46133;
    }

/* --首頁 end-- */

/* --內頁-- */

.bodybg {
    background: #F2F2F2;
    overflow-x: hidden;
}

header {
    height: 60px;
    background: #2d5079;
    position: fixed;
    z-index: 2;
    width: 100%;
}

.pagetitle {
    color: #eff1f5;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    background: url(../images/logo_min.png) left center no-repeat;
    padding-left: 60px;
    padding-top: 3px;
    margin-left: 75px;
    float: left;
}

.headerinfo {
    position: absolute;
    right: 8px;
}

.menutab {
    color: #AC5E2F;
    font-size: 16px;
    background: #F2F2F2;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    padding: 5px 20px;
    float: right;
    margin: 34px 20px 0 0;
}

.pagelogin {
    float: right;
}

    .pagelogin h5 {
        color: #FFFFF3;
        font-size: 12px;
        font-weight: normal;
        text-align: right;
        line-height: 25px;
    }

        .pagelogin h5 img {
            margin: 10px 10px 0 0;
            vertical-align: bottom;
        }

.pagelogin_time {
    color: #96aeca;
    font-size: 10px;
    font-weight: normal;
    margin-top: 3px;
}

.pagelogin h5 a {
    color: #FFFFF3;
    text-decoration: none;
}

    .pagelogin h5 a:hover {
        text-decoration: underline;
    }

.main {
    height: 100%;
}

.nav {
    background: #243F5F;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    list-style: none;
    overflow-y: auto;
}

    .nav li {
        font-size: 14px;
    }

        .nav li a {
            color: #eff1f5;
            display: block;
            text-decoration: none;
            padding: 10px 20px;
        }

            .nav li a:hover {
                color: #FFEFC2;
                background: #000000;
                font-size: 16px;
            }

        /*.nav li:last-child {
            padding-bottom: 80px;
        }*/

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    /* critical positioning styles */
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2;
    /* non-critical apperance styles */
    height: 60px;
    width: 60px;
    cursor: pointer;
    background-size: contain;
}

.nav-trigger + label, .site-wrap {
    transition: left 0.3s;
}

.nav-trigger:checked + label {
    left: 0px;
}

.nav-trigger:checked ~ .site-wrap, .nav-trigger:checked ~ .col2-site-wrap {
    left: 200px;
}

.site-wrap {
    /* Critical position and size styles */
    min-height: 100%;
    min-width: 100%;
    background-color: #F2F2F2; /* Needs a background or else the nav will show through */
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    /* non-critical apperance styles */
    padding: 100px 30px;
}

/*--hamburger translate menu--*/
#nav-icon3 {
    width: 60px;
    height: 60px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: #243F5F;
    z-index: 3;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 40%;
        background: #96aeca;
        /*border-radius: 9px;*/
        opacity: 1;
        left: 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 20px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 28px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 36px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 28px; /*改到同中間的位置*/
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open {
        background: #2d5079;
    }

        #nav-icon3.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            border-radius: 2px;
            background: #96aeca;
        }

        #nav-icon3.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            border-radius: 2px;
            background: #96aeca;
        }

        #nav-icon3.open span:nth-child(4) {
            top: 28px; /*改到同中間的位置*/
            width: 0%;
            left: 50%;
        }
/*--hamburger translate menu  end--*/
section {
    clear: both;
}

.section-cul {
    float: left;
    margin: 10px 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
}

.section-cul-02 {
    float: left;
    margin: 10px 5px 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
}

.section-cul-03 {
    float: left;
    margin: 10px 5px 0 5px;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
}

.section-cul-04 {
    float: left;
    margin: 10px 5px 0 0px;
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
}

.btngreen-large {
    font-size: 14px;
    font-weight: bold;
}

    .btngreen-large a {
        background: #2d5079;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 10px 20px;
        margin: 15px 0;
        letter-spacing: 1px;
    }

        .btngreen-large a:hover {
            background: #243F5F;
        }

.btngreen-maxlarge {
    font-size: 14px;
    font-weight: bold;
}

    .btngreen-maxlarge a {
        background: #2E7866;
        color: #fff;
        display: block;
        width: 10%;
        border-radius: 5px;
        padding: 10px 20px;
        margin: 15px auto;
        letter-spacing: 1px;
        text-align: center;
    }

        .btngreen-maxlarge a:hover {
            background: #245E50;
        }

.btn-02 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

    .btn-02 a {
        background: #2d5079;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 10px 10px;
        letter-spacing: 1px;
        margin: 0 10px;
        width: 100px;
        text-align: center;
    }

        .btn-02 a:hover {
            background: #243F5F;
        }
/*--下拉式選單--*/


.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    float: left;
    z-index: 1;
    /* Styles */
    background: #D6E5F2;
    color: #4D4D4D;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    /* Font settings */
    font-weight: bold;
    font-size: 14px;
}

    .wrapper-dropdown-1:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #243F5F transparent;
    }

    .wrapper-dropdown-1 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0; /* Size */
        right: 0; /* Size */
        margin: 0;
        padding: 0;
        /* Styles */
        background: #243F5F;
        font-weight: normal; /* Overwrites previous font-weight: bold; */
        list-style: none;
        border-radius: 0 0 3px 3px;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-1 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #FFF7EE;
            padding: 10px 10px;
        }

        /* Hover state */
        .wrapper-dropdown-1 .dropdown li:hover a {
            background: #1F2B40;
        }

        .wrapper-dropdown-1 .dropdown li:last-child:hover a {
            border-radius: 0 0 3px 3px;
        }
    /* Active state */
    .wrapper-dropdown-1.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .wrapper-dropdown-1.active:after {
        border-color: #F9DDB7 transparent;
        border-width: 6px 6px 0 6px;
        margin-top: -3px;
    }

    .wrapper-dropdown-1.active {
        background: #F9DDB7;
        background: linear-gradient(to right, #F9DDB7 0%, #F9DDB7 78%, #243F5F 78%, #243F5F 100%);
        border-radius: 3px 3px 0 0;
    }

.wrapper-dropdown-2 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    float: left;
    /* Styles */
    background: #FFEFC2;
    color: #4D4D4D;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    /* Font settings */
    font-weight: bold;
    font-size: 14px;
}

.wrapper-dropdown-width {
    width: 100%;
}

    .wrapper-dropdown-width.active {
        background: #FFEFC2;
        background: linear-gradient(to right, #FFEFC2 0%, #FFEFC2 88%, #3F485B 88%, #3F485B 100%);
        border-radius: 3px 3px 0 0;
    }
/*--*/
.wrapper-dropdown-3 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 100%;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
    /* Styles */
    background: #D6E5F2;
    color: #4D4D4D;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    /* Font settings */
    font-weight: bold;
    font-size: 14px;
}

    .wrapper-dropdown-3:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #243F5F transparent;
    }

    .wrapper-dropdown-3 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0; /* Size */
        right: 0; /* Size */
        margin: 0;
        padding: 0;
        z-index: 1;
        /* Styles */
        background: #243F5F;
        font-weight: normal; /* Overwrites previous font-weight: bold; */
        list-style: none;
        border-radius: 0 0 3px 3px;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-3 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #FFF7EE;
            padding: 10px 10px;
        }

        /* Hover state */
        .wrapper-dropdown-3 .dropdown li:hover a {
            background: #1F2B40;
        }

        .wrapper-dropdown-3 .dropdown li:last-child:hover a {
            border-radius: 0 0 3px 3px;
        }

.wrapper-dropdown-3-Lock {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 100%;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
    /* Styles */
    background: #D6E5F2;
    color: #bdbdbd;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    /* Font settings */
    font-weight: bold;
    font-size: 14px;
}
    .wrapper-dropdown-3-Lock .dropdown-Lock {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0; /* Size */
        right: 0; /* Size */
        margin: 0;
        padding: 0;
        z-index: 1;
        /* Styles */
        background: #D6E5F2;
        font-weight: normal; /* Overwrites previous font-weight: bold; */
        list-style: none;
        border-radius: 0 0 3px 3px;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-3-Lock .dropdown-Lock li a {
            display: block;
            text-decoration: none;
            color: #D6E5F2;
            padding: 10px 10px;
        }

        .wrapper-dropdown-3-Lock:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: 16px;
            top: 50%;
            margin-top: -3px;
            border-width: 6px 6px 0 6px;
            border-style: solid;
            border-color: #243F5F transparent;
        }

    /* Active state */
    .wrapper-dropdown-3.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .wrapper-dropdown-3.active:after {
        border-color: #F9DDB7 transparent;
        border-width: 6px 6px 0 6px;
        margin-top: -3px;
    }

    .wrapper-dropdown-3.active {
        background: #F9DDB7;
        background: linear-gradient(to right, #F9DDB7 0%, #F9DDB7 88%, #243F5F 88%, #243F5F 100%);
        border-radius: 3px 3px 0 0;
    }

/* dropdown-half */
.dropdown-half02 {
    float: right;
}

.dropdown-half {
    float: left;
}

.dropdown-half, .dropdown-half02 {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    width: 48%;
    padding: 10px;
    margin-bottom: 10px;
    /* Styles */
    background: #D6E5F2;
    color: #4D4D4D;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    /* Font settings */
    font-weight: bold;
    font-size: 14px;
}

    .dropdown-half:after, .dropdown-half02:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #243F5F transparent;
    }

    .dropdown-half .dropdown, .dropdown-half02 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        left: 0; /* Size */
        right: 0; /* Size */
        margin: 0;
        padding: 0;
        z-index: 1;
        /* Styles */
        background: #243F5F;
        font-weight: normal; /* Overwrites previous font-weight: bold; */
        list-style: none;
        border-radius: 0 0 3px 3px;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .dropdown-half .dropdown li a, .dropdown-half02 .dropdown li a {
            display: block;
            text-decoration: none;
            color: #FFF7EE;
            padding: 10px 10px;
        }

        /* Hover state */
        .dropdown-half .dropdown li:hover a, .dropdown-half02 .dropdown li:hover a {
            background: #1F2B40;
        }

        .dropdown-half .dropdown li:last-child:hover a, .dropdown-half02 .dropdown li:last-child:hover a {
            border-radius: 0 0 3px 3px;
        }
    /* Active state */
    .dropdown-half.active .dropdown, .dropdown-half02.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown-half.active:after, .dropdown-half02.active:after {
        border-color: #F9DDB7 transparent;
        border-width: 6px 6px 0 6px;
        margin-top: -3px;
    }

    .dropdown-half.active, .dropdown-half02.active {
        background: #F9DDB7;
        background: linear-gradient(to right, #F9DDB7 0%, #F9DDB7 75%, #243F5F 75%, #243F5F 100%);
        border-radius: 3px 3px 0 0;
    }
    /*調整長度、卷軸 (不支援firefox)*/
    .dropdown-half02 .dropdown {
        overflow-y: auto;
        max-height: 30vh;
        scrollbar-track-color: #AAA;
        scrollbar-3dlight-color: #AAA;
        scrollbar-darkshadow-color: #AAA;
        scrollbar-arrow-color: #AAA;
    }
        /* width */
        .dropdown-half02 .dropdown::-webkit-scrollbar {
            width: 12px;
        }

        /* Track */
        .dropdown-half02 .dropdown::-webkit-scrollbar-track {
            background: #243F5F;
        }

        /* Handle */
        .dropdown-half02 .dropdown::-webkit-scrollbar-thumb {
            border: 2px solid #243F5F;
            background: rgba(241,241,241, 0.8);
        }

            /* Handle on hover */
            .dropdown-half02 .dropdown::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

/*--下拉式選單  end--*/
/*-- table-no01 --*/
.table-no01 {
    width: 95%;
    margin: 0 auto 20px auto;
    border-collapse: collapse;
    text-align: center;
}

    .table-no01 thead {
        background: #c46133;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2.5;
    }

    .table-no01 tbody {
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        line-height: 2.5;
        background: #fff;
        border-bottom: #c46133 solid 2px;
    }

        .table-no01 tbody tr:nth-child(odd) {
        }

        .table-no01 tbody tr:nth-child(even) {
            background: #f9f6f1;
        }

        .table-no01 tbody tr:hover {
            background: #ddf0f0;
        }

        .table-no01 tbody tr td {
        }

            .table-no01 tbody tr td a {
                text-decoration: none;
                color: #1d84ab;
            }

                .table-no01 tbody tr td a:hover {
                    text-decoration: underline;
                    color: #C65146;
                }
/*-- table-no01 end --*/
/*-- table-no02 --*/
.table-no02 {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .table-no02 thead {
        background: #3F485B;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2.5;
    }

    .table-no02 tbody {
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        line-height: 2.5;
        background: #fff;
    }

    .table-no02 tfoot {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.5;
        text-align: center;
        background: #1C304C;
        border-bottom: #3F485B solid 2px;
    }

    .table-no02 tbody tr:nth-child(odd) {
    }

    .table-no02 tbody tr:nth-child(even) {
        background: #FFFFF3;
    }

    .table-no02 tbody tr:hover {
        background: #DDEDF2;
    }

    .table-no02 tbody tr td {
        text-align: center;
    }

        .table-no02 tbody tr td a {
            text-decoration: none;
            color: #549E76;
        }

            .table-no02 tbody tr td a:hover {
                text-decoration: underline;
                color: #C65146;
            }
/*-- table-no02 end --*/
/*-- table-no03 --*/
.table-no03 {
    width: 100%;
    margin-bottom: 0px;
    border-collapse: collapse;
}

    .table-no03 tbody .errorinfo {
        color: #C6493C;
        font-weight: bold;
    }
/*-- table-no03 end --*/
/*-2018/02/05-- table-no04 --*/
.table-no04 {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .table-no04 thead {
        background: #c46133;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2.5;
    }

        .table-no04 thead tr td {
            border: solid thin;
        }

    .table-no04 tbody {
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        line-height: 2.5;
        background: #fff;
        border-bottom: #c46133 solid 2px;
    }

    .table-no04 tfoot {
        background: #844122;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 2.5;
    }

    .table-no04 tbody tr:nth-child(odd) {
    }

    .table-no04 tbody tr:nth-child(even) {
        background: #f9f6f1;
    }

    .table-no04 tbody tr:hover {
        background: #ddf0f0;
    }

    .table-no04 tbody tr td, .table-no04 tfoot tr td {
        padding: 0 3px;
    }

        .table-no04 tbody tr td a {
            text-decoration: none;
            color: #1d84ab;
        }

            .table-no04 tbody tr td a:hover {
                text-decoration: underline;
                color: #C65146;
            }
/*-- table-no04 end --*/
/*/*-- table-no05  --*/
.table-no05 {
    width:;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .table-no05 thead {
        background: #c46133;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

        .table-no05 thead tr td {
            border: solid 1px #FF905C;
            padding: 5px;
        }

            .table-no05 thead tr td span {
                font-weight: bold;
                margin: 0 5px;
            }

    .table-no05 tbody {
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5;
        background: #fff;
        border-bottom: #c46133 solid 2px;
    }

    .table-no05 tfoot {
        background: #844122;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.5;
    }

    .table-no05 tbody tr:nth-child(odd) {
    }

    .table-no05 tbody tr:nth-child(even) {
        background: #f9f6f1;
    }

    .table-no05 tbody tr:hover {
        background: #ddf0f0;
    }

    .table-no05 tbody tr td {
        padding: 8px 5px;
    }

    .table-no05 tfoot tr td {
        padding: 0 5px;
    }

    .table-no05 tbody tr td a {
        text-decoration: none;
        color: #1d84ab;
    }

        .table-no05 tbody tr td a:hover {
            text-decoration: underline;
            color: #C65146;
        }
/*-- table-no05 end --*/
/*/*-- table-no05-Slash  --*/
.table-no05-Slash {
    width:;
    margin-bottom: 20px;
    border-collapse: collapse;
}

    .table-no05-Slash thead {
        background: #c46133;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }

        .table-no05-Slash thead tr td {
            border: solid 1px #FF905C;
            padding: 5px;

            text-align: center;
            height: 40px; /*這裏需要自己調整，根據自己的需求調整高度*/
            position: relative;
        }

            .table-no05-Slash thead tr td[class=first] {
                width: 100px;
            }

            /*.table-no05-Slash thead tr td[class=first]:before {
                content: "";
                position: absolute;
                width: 1px;
                height: 104px;
                top: 0;
                left: 0;
                background-color: #000;
                display: block;
                transform: rotate(-75deg);
                transform-origin: top;
                -ms-transform: rotate(-75deg);
                -ms-transform-origin: top;
            }

            .table-no05-Slash thead tr td[class=first]:after {
                content: "";
                position: absolute;
                width: 1px;
                height: 75px;
                top: 0;
                left: 0;
                background-color: #000;
                display: block;
                transform: rotate(-45deg);
                transform-origin: top;
                -ms-transform: rotate(-45deg);
                -ms-transform-origin: top;
            }*/

            .title1 {
                position: absolute;
                top: 30px;
                left: 10px;
                
            }

.title2 {
    position: absolute;
    top: 10px;
    right: 15px;
}

            .table-no05-Slash thead tr td span {
                font-weight: bold;
                margin: 0 5px;
            }

    .table-no05-Slash tbody {
        color: #333333;
        font-size: 13px;
        font-weight: normal;
        line-height: 1.5;
        background: #fff;
        border-bottom: #c46133 solid 2px;
    }

    .table-no05-Slash tfoot {
        background: #844122;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.5;
    }

    .table-no05-Slash tbody tr:nth-child(odd) {
    }

    .table-no05-Slash tbody tr:nth-child(even) {
        background: #f9f6f1;
    }

    .table-no05-Slash tbody tr:hover {
        background: #ddf0f0;
    }

    .table-no05-Slash tbody tr td {
        padding: 8px 5px;
    }

    .table-no05-Slash tfoot tr td {
        padding: 0 5px;
    }

    .table-no05-Slash tbody tr td a {
        text-decoration: none;
        color: #1d84ab;
    }

        .table-no05-Slash tbody tr td a:hover {
            text-decoration: underline;
            color: #C65146;
        }
/*-- table-no05 end --*/


.form-basic {
    max-width: 100%;
    margin: 0 auto 20px auto;
    padding: 20px;
    box-sizing: border-box;
    border: #ccc solid 1px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
}

    .form-basic .form-row {
        text-align: left;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .form-basic .form-title-row {
        text-align: center;
        margin-bottom: 30px;
    }
    /* The form title */

    .form-basic h1 {
        color: #4D4D4D;
        font-size: 18px;
        padding: 0 10px 15px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }

    .form-basic .form-row > label span {
        display: inline-block;
        box-sizing: border-box;
        color: #5F5F5F;
        width: 120px;
        text-align: right;
        vertical-align: top;
        padding: 12px 10px;
        font-weight: bold;
    }

    .form-basic .form-row .unclick {
        text-align: left;
        display: inline-block;
        box-sizing: border-box;
        padding: 12px 10px;
        vertical-align: top;
        color: #F16B6F;
    }

    .form-basic input {
        color: #4D4D4D;
        box-sizing: border-box;
        width: 240px;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 12px;
        border: 1px solid #dbdbdb;
        border-radius: 5px;
    }

        .form-basic input[type=radio] {
            box-shadow: none;
            width: auto;
        }

    .form-basic select {
        background-color: #ffffff;
        color: #5f5f5f;
        box-sizing: border-box;
        max-width: 240px;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        padding: 12px 8px;
        border: 1px solid #dbdbdb;
        border-radius: 5px;
    }

    .form-basic textarea {
        color: #5f5f5f;
        box-sizing: border-box;
        width: 240px;
        height: 100px;
        box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
        font: normal 13px sans-serif;
        padding: 12px;
        border: 1px solid #dbdbdb;
        resize: vertical;
        border-radius: 5px;
    }

    .form-basic .form-radio-buttons {
        display: inline-block;
        vertical-align: top;
        padding-top: 12px;
    }

        .form-basic .form-radio-buttons > div {
            margin-top: 10px;
        }

        .form-basic .form-radio-buttons label span {
            margin-left: 8px;
            color: #5f5f5f;
            font-weight: normal;
        }

        .form-basic .form-radio-buttons input {
            width: auto;
        }

    .form-basic .form-fotter {
        border-top: #cccccc solid 1px;
        padding-top: 20px;
    }

        .form-basic .form-fotter button {
            margin: 0 auto;
            padding: 10px 30px;
            border: 0;
            color: #ffffff;
            font-weight: bold;
        }

        .form-basic .form-fotter .done {
            border-radius: 5px;
            background-color: #2D5079;
        }

            .form-basic .form-fotter .done:hover {
                background-color: #243F5F;
                cursor: pointer;
            }

        .form-basic .form-fotter .cancel {
            border-radius: 5px;
            background-color: #666666;
            margin-right: 20px;
        }

            .form-basic .form-fotter .cancel:hover {
                background-color: #333333;
                cursor: pointer;
            }

.need-tip {
    font-size: 12px;
    color: #c9c9c9;
    margin-left: 10px;
}
/*試做lightbox*/
.lightbox-target {
    position: fixed;
    top: -200%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
    z-index: 4;
}

    .lightbox-target .content {
        max-width: 60%;
        /*height: 650px;
	overflow: hidden;*/
        /*margin: 50px auto 0 auto;*/
        margin: 11vh auto 0 auto;
        padding: 0px;
        box-sizing: border-box;
        /*border: #ccc solid 1px;
	border-radius: 5px;
    background-color:  #ffffff;*/
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    /*IE11*/
    *::-ms-backdrop, .lightbox-target .content {
        position: static;
    }

        .lightbox-target .content .form_scrollbar {
            /*height: 450px;*/
            overflow-y: scroll;
        }

        *::-ms-backdrop, .lightbox-target .content .form_scrollbar {
            height: 450px;
        }

            .lightbox-target .content .form_scrollbar::-webkit-scrollbar {
                width: 4px;
                background-color: #fff;
            }

            .lightbox-target .content .form_scrollbar::-webkit-scrollbar-thumb {
                background-color: #ccc;
                border-radius: 5px;
            }

    .lightbox-target:target {
        opacity: 1;
        top: 0;
        bottom: 0;
        z-index: 4;
    }

        .lightbox-target:target .content, {
            max-height: 100%;
            max-width: 100%;
            margin-top: 20px;
        }

.lightbox-close {
}
/*lightbox  end--*/
footer {
    width: 100%;
    height: 40px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.pagenumber {
    margin: 5px auto 5px auto;
    display: block;
    width: 130px;
}

.pagenumber_wrap, .pagenumber_nowrap {
    border-radius: 3px;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    float: left;
}

.pagenumber_wrap {
    background: #2E7866;
    position: relative;
}

    .pagenumber_wrap:hover {
        background: #245E50;
    }

    .pagenumber_wrap:hover, .pagenumber_nowrap:hover {
        cursor: pointer;
    }

.pagenumber_nowrap {
    background: #3F485B;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

    .pagenumber_nowrap:hover {
        background: #2D3441;
    }

.pagenumber_leftnext, .pagenumber_leftend {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #fff transparent transparent;
    margin: 5px 6px;
}

.pagenumber_leftend {
    margin-left: 9px;
}

    .pagenumber_leftend:before {
        content: "";
        width: 2px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: 6px;
        top: 5px;
    }

.pagenumber_rightnext, .pagenumber_rightend {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
    margin: 5px 6px;
}

.pagenumber_rightnext {
    margin-left: 8px;
}

.pagenumber_rightend {
    margin-left: 6px;
}

    .pagenumber_rightend:before {
        content: "";
        width: 0px;
        height: 10px;
        background: #fff;
        border-left: #fff solid 2px;
        position: absolute;
        right: 6px;
        top: 5px;
    }
/*statistics wrap style*/
.statistics-option-wrap {
    border: #DCDCDC solid 1px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 25px 20px 10px 20px;
    margin-bottom: 40px;
}

.statistics-result-wrap {
    width: 80%;
    margin: 0 auto;
}

.statistics-reporttime {
    color: #808080;
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
}
/*statistics wrap style  end--*/
.section-second {
    margin: 20px 0;
}

/*2 column wrap style - map searach */

.col2-site-wrap {
    /* Critical position and size styles */
    min-height: 100%;
    height: 100%;
    background-color: #F2F2F2; /* Needs a background or else the nav will show through */
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    overflow-x: auto;
    /* non-critical apperance styles */
    padding: 65px 0 0 0;
}

.col2-left {
    width: 25%;
    float: left;
    height: 100%;
    overflow: auto;
    padding: 20px;
    min-width: 300px;
}

.col2-right {
    max-width: 75%;
    float: right;
    height: 100%;
    width: calc(100% - 300px);
    padding: 0 20px;
}

.first-section {
    height: 100%;
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}

.first-section02 {
    height: 100%;
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
}

.second-section {
    height: 40px;
    display: block;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.first-section iframe {
    width: 100%;
    height: 100%;
    /*overflow-y: hidden;*/
    border: 0;
}

.map-direction {
    background: #2C3539;
    height: 100%;
    width: 100%;
    /*bottom: 0;
  right: 0;
  position: absolute;*/
}

.map-switch {
    width: 40px;
    height: 100%;
    float: right;
    background: #2C3539;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .map-switch img {
    }

.direction-tabgroup {
    width: 100%;
    float: left;
    padding-right: 40px;
}

.direction-tab {
    width: 50%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    color: #2E7866;
    float: left;
    display: inline-block;
    position: relative;
    padding: 10px 0 0 0;
    border-bottom: #2E7866 solid 2px;
}

    .direction-tab:hover, .map-switch:hover {
        background: #272F33;
    }

    .direction-tab .deco {
        margin-right: 3px;
        border-color: #2C3539;
        border-width: 1px;
        border-style: solid;
        border-radius: 0px;
        border-radius: 0;
        padding: 2px 4px;
    }

    .direction-tab:focus {
        border-bottom: #fff solid 2px;
        color: #fff;
        background: #272F33;
    }

        .direction-tab:focus .deco {
            border-color: #fff;
            border-radius: 3px;
        }

        .direction-tab:focus:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 5px 5px 5px;
            border-color: transparent transparent #fff transparent;
            position: absolute;
            bottom: 0;
            left: 50%;
            right: 0;
            top: 33px;
        }

/*tab group --*/
.tab-panel {
    width: 100%;
    margin: 20px auto;
    min-width: 320px;
}

    .tab-panel .tabs {
        float: left;
        width: 32.9%;
        line-height: 2em;
        color: #fff;
        text-decoration: none;
        background-color: #2E7866;
        padding: 5px 0px;
        border-bottom: none;
        position: relative;
        margin: 0 1px;
        z-index: 0;
        font-size: 14px;
        text-align: center;
    }

        .tab-panel .tabs:first-of-type {
            border-radius: 10px 0 0 0;
            margin-left: 0;
        }

        .tab-panel .tabs:last-of-type {
            border-radius: 0 10px 0 0;
            margin-right: 0;
        }

.tab-contents-group {
    clear: both;
    position: relative;
    top: -1px;
    border-top: 1px solid #3F485B;
}

.bottom-decoline {
    border-bottom: 2px solid #3F485B;
}

.tab-contents-group .tab-contnet {
    position: absolute;
    padding: 0px;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
}

.c2, .c3 {
    display: none;
}

.tab-panel .tabs:focus {
    z-index: 2;
    background-color: #3F485B;
}

.tabs2:focus ~ .tab-contents-group .c1,
.tabs3:focus ~ .tab-contents-group .c1 {
    display: none;
}

.tabs1:focus ~ .tab-contents-group .c1,
.tabs2:focus ~ .tab-contents-group .c2,
.tabs3:focus ~ .tab-contents-group .c3 {
    display: block;
}

.tab-panel .tabs span {
    color: #FFEFC2;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0px;
}
/*taxi number wrap -- */
.taxi-normal, .taxi-wheel {
    border-radius: 5px;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
}

.taxi-normal {
    background: #1F2B40;
}

.taxi-wheel {
    background: url(images/02_wheel.png) no-repeat 5px center, #D36288;
    padding-left: 28px;
}
/*map info alert wrap --*/
.taxi-info-choose,
.taxi-info-normal,
.taxi-line {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px #B3B3B3;
    padding: 15px 25px 15px 15px;
    font-size: 12px;
    font-weight: normal;
    display: table;
    /*margin: 20px 20px;*/
    color: #4D4D4D;
    position: relative;
}

    .taxi-info-choose .close,
    .taxi-info-normal .close,
    .taxi-line .close {
        width: 18px;
        height: 18px;
        border: #ccc 1px solid;
        border-radius: 50px;
        position: absolute;
        right: 5px;
        top: 5px;
        text-align: center;
        color: #B3B3B3;
        font-size: 12px;
        font-weight: bolder;
    }

        .taxi-info-choose .close:hover,
        .taxi-info-normal .close:hover,
        .taxi-line .close:hover {
            background: #ccc;
            color: #fff;
            cursor: default;
        }

    .taxi-info-choose p,
    .taxi-info-normal p,
    .taxi-line p {
        margin-bottom: 3px;
    }

    .taxi-info-choose span,
    .taxi-info-normal span,
    .taxi-line span {
        display: inline-block;
        padding: 0 1px 0 0;
        text-align: right;
        width: 70px;
    }

.taxi-info-choose {
}

    .taxi-info-choose input[type="button"],
    .taxi-info-normal input[type="button"] {
        display: block;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        border-radius: 5px;
        box-shadow: none;
        padding: 5px 15px;
        font-weight: bold;
        border: 0;
        cursor: default;
        outline: none;
        margin: 15px auto 0 auto;
    }

    .taxi-info-choose input[type="button"] {
        background: #F2C640;
        color: #4D4D4D;
    }

        .taxi-info-choose input[type="button"]:hover {
            background: #E0B036;
        }

.taxi-info-normal input[type="button"] {
    background: #617484;
    color: #fff;
}

    .taxi-info-normal input[type="button"]:hover {
        background: #4F6472;
    }

.taxi-line {
}

    .taxi-line h3, .taxi-line h4, .taxi-line h5 {
        margin: 0 5px;
    }

    .taxi-line h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        color: #000;
    }

    .taxi-line h4 {
        font-size: 13px;
        color: #2E7866;
        margin-bottom: 2px;
    }

    .taxi-line h5 {
        color: #4D4D4D;
        font-size: 12px;
    }

    .taxi-line .line {
        width: 100%;
        height: 1px;
        background: #999;
        margin: 5px 0 10px 0;
    }

    .taxi-line .line-details {
        background: #F2F2F2;
        border-radius: 5px;
        padding: 5px 8px;
        width: 100%;
        margin-bottom: 10px;
    }

.line-details h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

/*line info --*/
.taxiline-info {
    margin: 0 5px;
    padding: 8px 6px;
    border-bottom: #E6E6E6 solid 1px;
}

    .taxiline-info .linename {
        color: #2E7866;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 2px;
        letter-spacing: 1px;
    }

    .taxiline-info .linedirection {
        color: #777;
        font-size: 12px;
        font-weight: normal;
    }

    .taxiline-info:hover {
        background: #FFEFC2;
        cursor: default;
    }

    .taxiline-info:last-child {
        border-bottom: none;
    }

.line-searchbox {
    width: 100%;
    position: relative;
    top: 0px;
    height: 48px;
}

    .line-searchbox .search {
        width: 88%;
        height: 48px;
        border-radius: 3px 0px 0px 3px;
        box-shadow: none;
        background: #FFEFC2;
        color: #4D4D4D;
        box-shadow: none;
        border: 0;
        padding-left: 10px;
        font-weight: bold;
        font-size: 14px
    }

        .line-searchbox .search:focus {
            outline: none;
        }

.also {
    color: #3F485B;
    display: inline-block;
    background-color: #FFEFC2;
    height: 48px;
    width: 48px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    border-radius: 0 3px 3px 0;
    top: 0;
}

    .also:hover {
        background: #3F485B;
        color: #FFEFC2;
        transition: all .5s ease-in-out;
    }

/*地圖表格*/
.linedetail-wrap {
    width: 100%;
    padding-bottom: 60px;
}

.linedetail-box {
    width: 90%;
    margin: 15px auto;
}

    .linedetail-box h2 {
        color: #000;
        font-size: 18px;
        font-weight: bold;
    }

    .linedetail-box h3 {
        color: #2E7866;
        font-size: 14px;
        font-weight: normal;
    }

    .linedetail-box h4 {
        color: #4D4D4D;
        font-size: 12px;
        font-weight: normal;
    }

    .linedetail-box .tablebox {
        margin: 5px 0;
    }

/*--*/
.btndiv-01 {
    width: 100%;
    background: #000;
}

.history {
    background: #2C3539;
}

.controlbar-wrap {
}

.controlbar-btngroup {
    width: 120px;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.controlbar-pause {
    color: #fff;
}

.controlbar-play, .controlbar-stop {
    color: #549E76;
}

.controlbar-play,
.controlbar-pause,
.controlbar-stop {
    float: left;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
}

    .controlbar-play:hover, .controlbar-pause:hover, .controlbar-stop:hover {
        cursor: default;
        background: #272F33;
        color: #fff;
    }

    .controlbar-play:active,
    .controlbar-pause:active {
        background: #272F33;
        color: #fff;
    }

.controlbar-path {
    height: 40px;
    width: 100%;
    padding: 0 20px 0 110px;
}

    .controlbar-path .path-bg {
        width: 100%;
        height: 100%;
    }

    .controlbar-path .path-bg {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        margin: -9px 0 0 2px;
    }

    .controlbar-path .path-ball {
        background: #549E76;
        width: 15px;
        height: 15px;
        border-radius: 50px;
        margin-top: 15px;
        position: relative;
    }

/*20180202 renew*/
.upload-data {
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 15px;
}

    .upload-data .list-area {
        height: 310px;
        overflow-y: auto;
    }

    .upload-data .upload-title {
        background-color: #C46133;
        font-size: 14px;
        color: #FFF;
        padding: 5px 10px;
        display: inline-block;
        margin: 10px 0 10px -5px;
        border-radius: 0 3px 3px 0;
        position: relative;
    }

.upload-title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 5px 5px 0px;
    border-color: transparent #844122 transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.upload-data .detail-list {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
    border-top: 1px solid #E6E6E6;
    position: relative;
}

    .upload-data .detail-list:hover {
        background-color: #FFF9EB;
    }

    .upload-data .detail-list:first-child {
        border-top: 0px solid #E6E6E6;
    }

    .upload-data .detail-list:before {
        content: "";
        height: 1px;
        width: 10px;
        position: absolute;
        top: -1px;
        left: 0;
        background-color: #fff;
    }

    .upload-data .detail-list:after {
        content: "";
        height: 1px;
        width: 10px;
        position: absolute;
        top: -1px;
        right: 0;
        background-color: #fff;
    }

.detail-list p {
    color: #325886;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.detail-list span {
    font-size: 12px;
    display: block;
}

.detail-list .upload-person {
    float: left;
    color: #808080;
}

.detail-list .upload-person-name {
    float: left;
    color: #1A1A1A;
}

.detail-list .operate {
    float: right;
}

    .detail-list .operate a {
        color: #4D4D4D;
        text-decoration: none;
    }

        .detail-list .operate a:hover {
            text-decoration: underline;
            color: #C65146;
        }

.first-section .data-view-title {
    background-color: #5F8BAF;
    font-size: 14px;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    margin:;
    border-radius: 0 0px 3px 0;
}

.first-section .detailed-form-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #c46133;
    margin-bottom: 10px;
}

.table-center {
    width: 90%;
    margin: 0 auto;
}

.btn-review {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

    .btn-review a {
        color: #2d5079;
        display: inline-block;
        padding: 5px 0px;
        letter-spacing: 1px;
        margin: 15px;
        text-align: center;
    }

    .btn-review span:not(:last-of-type):after {
        content: '|';
    }

    .btn-review a.active {
        font-weight: bolder;
        border-bottom: 1px solid #2d5079;
    }

.btn-upload {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    float: right;
}

    .btn-upload a {
        background: #2d5079;
        color: #fff;
        display: inline-block;
        border-radius: 5px;
        padding: 10px 15px;
        letter-spacing: 1px;
        margin: 0 10px;
        text-align: center;
    }

        .btn-upload a:hover {
            background: #243F5F;
        }

        .btn-upload a:active {
            background: #B3B3B3;
        }

.upload-data .upload-status {
    padding: 10px 20px;
    color: #C46133;
    font-size: 12px;
    margin: 5px 0;
}

.upload-status span {
    margin-left: 20px;
}

.upload-status a {
    color: #1A1A1A;
    text-decoration: none;
    float: right;
}

    .upload-status a:hover {
        text-decoration: underline;
        color: #C65146;
    }

.notMatch {
    color: red
}

/* 簡約導航樣式 */
nav.main-nav {
    background: #f8f9fa !important;
    border-right: 1px solid #dee2e6 !important;
    padding: 20px 0 !important;
    width: 250px !important;
    position: fixed !important;
    top: 120px !important; /* 避免遮擋 header */
    left: -250px !important; /* 預設隱藏 */
    height: calc(100vh - 120px) !important;
    overflow-y: auto !important;
    z-index: 1000 !important;
    transition: left 0.3s ease !important;
}

/* 當觸發器被選中時顯示導航 */
.nav-trigger:checked ~ nav.main-nav {
    left: 0 !important;
}

nav.main-nav .nav-section {
    margin-bottom: 30px !important;
}

nav.main-nav .nav-title {
    color: #495057 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0 0 15px 20px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #007bff !important;
}

nav.main-nav .nav-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

nav.main-nav .nav-item {
    margin-bottom: 5px !important;
}

nav.main-nav .nav-link {
    display: block !important;
    padding: 10px 20px !important;
    color: #6c757d !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

nav.main-nav .nav-link:hover {
    background: #e9ecef !important;
    color: #495057 !important;
    text-decoration: none !important;
}

nav.main-nav .nav-link.active {
    background: #007bff !important;
    color: white !important;
    font-weight: 500 !important;
}

nav.main-nav .nav-subtitle {
    display: block !important;
    padding: 8px 20px !important;
    color: #868e96 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    background: #f1f3f4 !important;
}

nav.main-nav .nav-sublist {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
}

nav.main-nav .nav-sublist .nav-link {
    padding-left: 40px !important;
    font-size: 13px !important;
    border-left: 3px solid transparent !important;
}

nav.main-nav .nav-sublist .nav-link:hover {
    border-left-color: #007bff !important;
    background: #f8f9fa !important;
}

nav.main-nav .nav-sublist .nav-link.active {
    border-left-color: #007bff !important;
    background: #e3f2fd !important;
    color: #007bff !important;
}

/* 響應式調整 */
@media (max-width: 768px) {
    nav.main-nav {
        width: 100% !important;
        left: -100% !important;
    }
    
    .nav-trigger:checked ~ nav.main-nav {
        left: 0 !important;
    }
}
