/* 縮小失敗。正在傳回未縮小的內容。
(563,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(714,17): run-time error CSS1038: Expected hex color, found '#ffff'
(745,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(771,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(808,19): run-time error CSS1038: Expected hex color, found '#ffff'
(812,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(817,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(822,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(836,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(902,12): run-time error CSS1038: Expected hex color, found '#ffff'
(950,23): run-time error CSS1038: Expected hex color, found '#ffff'
(988,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1015,20): run-time error CSS1038: Expected hex color, found '#ffff'
(1102,20): run-time error CSS1038: Expected hex color, found '#ffff'
(1113,23): run-time error CSS1038: Expected hex color, found '#ffff'
(2522,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*/

body {
    /*Segoe UI*/
    font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
    background-color: #fff;
    font-size: .85em;
    color: #232323;
}

header, layout_footer, nav, section {
    display: block;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
}

a, a:link {
    text-decoration: none;
    color: #260099;
    cursor: pointer;
}

.normal_a, .normal_a:link {
    font-family: Arial;
    text-decoration: underline;
    color: blue;
}

.gray_a, .gray_a:link {
    font-family: Arial;
    text-decoration: underline;
    color: gray;
}

td {
    padding: 0;
    margin: 0;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* Styles for others
-----------------------------------------------------------*/

/*.listItem {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    background-color: #BBDCF7;
    padding: 3px 10px 3px 10px;
}

    .listItem a:link {
        color: #8C0000;
        text-decoration: underline;
    }

    .listItem a:visited {
        color: #8C0000;
        text-decoration: underline;
    }

    .listItem a:hover {
        color: #333333;
        text-decoration: underline;
    }

    .listItem a:active {
        color: #333333;
        text-decoration: underline;
    }*/


/*SamLin*/

.LayoutTable {
    border-spacing: 0;
    height: 100%;
    width: 100%;
}


/* MENU */
.title { /* 取消ul預設的內縮及樣式 */
    background: linear-gradient(#232323 80%,#1C2026);
    height: 63px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 0.5fr;
}

    .title ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }


ul.drop-down-menu .Logo {
    border: none;
    height: 60px;
}

    ul.drop-down-menu .Logo img {
        height: 100%;
    }

    ul.drop-down-menu .Logo a {
        height: 100%;
        padding: 0;
    }


ul.drop-down-menu {
    display: inline-block;
    font-family: 'Open Sans', Microsoft JhengHei, Arial, sans-serif;
    font-size: 23px;
}

    ul.drop-down-menu li {
        position: relative;
        white-space: nowrap;
    }

    ul.drop-down-menu > li {
        float: left; /* 只有第一層是靠左對齊*/
    }

    ul.drop-down-menu a {
        background: linear-gradient(#232323 80%,#1C2026);
        color: #FFFFFF;
        font-weight: lighter;
        display: block;
        padding: 0 30px;
        text-decoration: none;
        line-height: 60px;
    }

    ul.drop-down-menu ul a {
        line-height: 50px;
    }

    ul.drop-down-menu a:hover { /*滑鼠滑入按鈕變色*/
        background: linear-gradient(#815fb9,#585cb1,#2657a4);
        color: #fff;
        border: #1C2026 2px solid;
        border-radius: 2px;
    }

    ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
        background: linear-gradient(#815fb9,#585cb1,#2657a4);
        color: #fff;
        border: #1C2026 2px solid;
        border-radius: 2px;
        font-weight: bold;
    }

    ul.drop-down-menu ul {
        border: #2657A4 2px solid;
        border-radius: 2px;
        position: absolute;
        z-index: 99;
        left: -1px;
        top: calc(100% - 2px); /*扣掉border*/
        min-width: 180px;
    }

        ul.drop-down-menu ul li:last-child {
            border-bottom: none;
        }

        ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
            z-index: 999;
            top: 10px;
            left: 90%;
        }


    ul.drop-down-menu ul { /*隱藏次選單*/
        display: none;
    }

    ul.drop-down-menu li:hover > ul { /* 滑鼠滑入展開次選單*/
        display: block;
    }

.header {
    display: flex;
    height: 63px;
    width: fit-content;
}

.showmenu {
    display: none;
}


@media(max-width: 1620px) { /*視窗縮小，顯示漢堡選單*/
    .header {
        position: relative;
    }

    ul.drop-down-menu {
        /* display: grid;*/
        display: none;
    }

    .menu-list {
        display: none;
        /*隱藏選單end*/
        position: absolute; /*追隨.header*/
        /*讓選單從左到右延伸start*/
        left: 0;
        /*讓選單從左到右延伸end*/
        top: 63px;
        /*把menu-list位置移到.header下方。點擊menu滑出/因沒設header高度，所以用開發者工具看高多少*/
        z-index: 100;
        transform: translateX(-500px);
        transition: all .3s;
    }

        .menu-list li {
            float: none;
        }

    .showmenu {
        display: inline-grid;
        height: 100%;
        width: 40px;
        padding: 0 10px;
        align-items: center;
    }
    /*jQ點擊後動態在 body 加上 class*/
    .menu-list.active {
        max-height: 100vh;
        display: grid;
        transform: translateX(0);
        transition: all .3s;
    }

        .menu-list.active ul {
            left: 100%;
            top: 0;
        }

            .menu-list.active ul ul {
                z-index: 999;
            }
}

/*---------快速回定點紐------------*/
.BackTop {
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('/Images/UpArrow.svg');
    border: none;
    display: none;
}

.BackTop_BG {
    padding: 10px;
    box-sizing: border-box;
    border: 5px #333333 solid;
    border-radius: 20px;
    height: 70px;
    width: 70px;
    display: none;
    background-color: #ffffff;
}

    .BackTop_BG:hover .BackTop {
        background: url('/Images/UpArrow_hover.svg');
    }

    .BackTop_BG:hover {
        background-color: #0B1013;
        border-color: #F4F5F5;
    }

.BackLeft {
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('/Images/LeftArrow.svg');
    border: none;
    display: none;
}

.BackLeft_BG {
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
    border: 5px #333333 solid;
    border-radius: 20px;
    height: 70px;
    width: 75px;
    display: none;
    background-color: #ffffff;
}

    .BackLeft_BG:hover .BackLeft {
        background: url('/Images/LeftArrow_hover.svg');
    }

    .BackLeft_BG:hover {
        background-color: #0B1013;
        border-color: #F4F5F5;
    }


.Language {
    display: block;
    float: right;
}

    .Language ul {
        right: 0;
    }


/**頁面上方顯示目前路徑**/
.path {
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-right: 3%;
}

    .path div {
        vertical-align: bottom;
        white-space: nowrap; /*不自動換行*/
    }

        .path div a {
            color: #ffea00;
        }

            .path div a:hover {
                color: #F17F42;
            }

/**中間產生頁**/
.CenterBody {
    /* min-height: calc(100vh - (63px + 30px));
    width: -webkit-fill-available;*/
    background-color: #424D4D;
    justify-items: center;
    height: 100%;
}

    .CenterBody table input[type=button] {
        border: 1px solid #424D4D;
        border-radius: 2px;
        background-color: #424D4D;
        color: #F4F5F5;
        min-width: 60px;
        min-height: 25px;
        font-size: 14px;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica', ' Sans-Serif';
        cursor: pointer;
    }

        .CenterBody table input[type=button]:hover {
            background-color: #F4F5F5;
            color: #424D4D;
        }

    .CenterBody h2 {
        margin: 0;
        padding: 0.83em 0;
        color: white;
    }



/*說明文件 下載連結*/
/*土黃色*/
/*.Download_Document a {
    color: #FFBB33 !important;
    text-shadow: 1px 1px black;
}

    .Download_Document a:hover {
        color: white !important;
        text-shadow: none !important;
    }*/
/*藍色*/
/*.Download_Document2 a {
    color: #260099 !important;
}

    .Download_Document2 a:hover {
        color: white !important;
        text-shadow: none !important;
    }*/


/**頁面最下方footer**/
.layout_footer {
    background-color: #232323;
    color: rgba(255, 238, 238, 0.84);
    text-align: center;
    height: 30px;
    width: 100%;
}

    .layout_footer ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .layout_footer ul li {
            display: inline-block;
            padding: 0 2em;
        }

            .layout_footer ul li img {
                vertical-align: middle;
                cursor: pointer;
                height: 20px;
            }

.myclass {
    background-color: #CE6D39;
    background-color: #FF5D4F;
}






/*    Form 清單頁上方Title 與 下方列表背景     */
.Form_TitleBG {
    background: #0B1013;
    padding: 10px 20px;
    text-align: center;
}

.Form_Title {
    font-size: 24px;
    font-weight: bold;
    color: whitesmoke;
    display: inline-flex;
    grid-gap: 10%;
    place-items: center;
    white-space: nowrap;
}

    .Form_Title input {
        min-width: 120px;
        min-height: 50px;
        border-radius: 15px;
        border: 3px solid #3b3865;
        background-color: #3b3865;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        color: #FFFF;
        cursor: pointer;
    }

        .Form_Title input:hover {
            border: none;
            background: linear-gradient(#815fb9,#585cb1,#2657a4);
            font-weight: bolder;
        }

.Form_TableBG {
    background: #ABB0B0;
    padding: 10px 20px;
}



/*白鍵*/
/*.BtnColor_None_or_White {
    border: none;
    background-color: whitesmoke;
    color: black;
}

    .BtnColor_None_or_White:hover {
        background-color: #484E4E;
        color: white;
        border: 1px solid white;
    }*/






/*     Form 表單明細下方按鈕樣式       */
/*黑底白鍵*/
.Btn_BottomBar {
    padding: 10px 0;
    text-align: center;
    background: #0B1013;
}

    .Btn_BottomBar input[type=button] {
        cursor: pointer;
        border: 1px solid #7b7b7b !important;
        background-color: whitesmoke !important;
        color: black !important;
        width: 100px;
        height: 35px;
        font-size: 16px !important;
    }

    .Btn_BottomBar #btn_Send:hover {
        background-color: #424D4D !important;
        color: white !important;
        text-shadow: 1px 2px 1px #232323;
    }

    .Btn_BottomBar #btn_Export_SPC {
        background-color: #216810 !important;
        color: white !important;
    }

        .Btn_BottomBar #btn_Export_SPC:hover {
            background: #66945b !important;
            color: white;
            text-shadow: 1px 2px 1px #232323;
        }

    .Btn_BottomBar #btn_Temp, .Btn_BottomBar #btn_Accept {
        background-color: #0048A7 !important;
        color: white !important
    }

        .Btn_BottomBar #btn_Temp:hover, .Btn_BottomBar #btn_Accept:hover {
            background: #4996D7 !important;
            color: white;
            text-shadow: 1px 2px 1px #232323;
        }

    .Btn_BottomBar #btn_Reject {
        background-color: #660000 !important;
        color: white !important;
    }

        .Btn_BottomBar #btn_Reject:hover {
            background: #B50000 !important;
            color: white;
            text-shadow: 1px 2px 1px #232323;
        }

    .Btn_BottomBar input[type=submit] {
        cursor: pointer;
        border: none;
        background-color: whitesmoke;
        color: black;
        width: 75px;
        height: 25px;
        font-size: 16px;
    }






/**----------登入後首頁-----------**/
.Index_BG {
    min-height: calc(100vh - (63px + 30px));
    width: -webkit-fill-available;
    background-image: url(/Images/index_BG.png); /*背景圖*/
    background-size: cover;
    display: grid;
    place-items: center;
}

.Index_Table {
    display: grid;
    background: linear-gradient(rgba(76, 117, 102, 0.60),rgba(62, 59, 103, 0.60));
    margin: 0;
    padding: 3%;
    border-radius: 40px;
    font-size: 3rem;
    font-family: Verdana;
    color: #ffffff;
    font-weight: bold;
    justify-items: center;
    grid-template-rows: auto 1fr;
    grid-gap: 10px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

/*-----LOGO------------------------------------------------------------------*/
.Kyec_Title {
    display: flex;
    min-width: 600px;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 3em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    min-height: 130px;
    min-width: 140px;
    border-radius: 48%;
}

    .logo img {
        height: 110%;
        width: 100%;
    }

/*-----登入頁----------------------------------------------------------------*/
.Login_BG {
    display: flex;
    place-items: center;
    height: calc(100vh - 30px);
    width: 100%;
    background-image: url(/Images/index_BG.png);
    background-size: cover;
    justify-content: center;
}

.Login_Title {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 10px;
}

    .Login_Title p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: bolder;
        color: #FFFF;
        margin: 0;
    }

.Login_Table {
    background: linear-gradient(rgba(76, 117, 102, 0.60),rgba(62, 59, 103, 0.30));
    border-radius: 10px;
    height: 60vh;
    width: 70vh;
    min-height: 500px;
    min-width: 560px;
    padding: 30px;
    display: grid;
    place-items: center;
    grid-template-rows: auto auto 1fr;
    grid-gap: 15px;
    font-family: Verdana;
    color: #ffffff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

    .Login_Table table {
        height: 100%;
        width: 80%;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 2em;
        color: #FFFF;
        text-align: left;
    }

    .Login_Table tbody {
        height: 100%;
        width: 100%;
        display: grid;
        place-items: center;
        grid-gap: 30px;
    }

    .Login_Table tr {
        height: 100%;
        width: 100%;
        display: grid;
        justify-items: left;
        align-content: center;
        grid-template-columns: 1fr 2fr;
        grid-gap: 30px;
    }

    .Login_Table th {
        min-width: 160px;
    }

    .Login_Table td {
        min-width: 200px;
        height: 100%;
        width: 100%;
    }

.Login_TextBox {
    background-color: transparent;
    height: 80%;
    width: 100%;
    border-width: 0 0 3px 0;
    border-color: #ffff;
}

    .Login_TextBox::-webkit-input-placeholder {
        color: #FFFF;
        text-shadow: black 0.1em 0.1em 0.2em;
    }

    .Login_TextBox[type=text] {
        color: #FFFF;
        font-size: 1.1rem;
    }

    .Login_TextBox[type=password] {
        color: #FFFF;
        font-size: 1.1rem;
    }

.Login_Btn {
    height: 100%;
    width: 100%;
    min-width: 150px;
    min-height: 60px;
    border-radius: 15px;
    border: 3px solid #3b3865;
    background-color: #3b3865;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3rem;
    color: #FFFF;
}

    .Login_Btn:hover {
        border: none;
        background: linear-gradient(#815fb9,#585cb1,#2657a4);
        font-weight: bolder;
    }

.ResisterTable {
    text-align: center;
    border-width: 2px;
    height: 100px;
    width: 300px;
}

.FormPageTable {
    border-collapse: separate;
    border-spacing: 15px 25px;
    table-layout: fixed; /*依表格物件彈性設置長寬*/
    text-align: left;
    width: 90%;
}

    .FormPageTable td {
        border-color: #CCCCCC;
        vertical-align: top;
        border: 1px solid;
    }

    .FormPageTable h2 {
        border-bottom: 1px solid;
        border-color: #CCCCCC;
        padding: 8px 0;
        margin: 0 1em;
    }

    .FormPageTable h3 {
        display: list-item;
        margin: 0 0 0 1em;
        padding: 3px 0;
        color: #5E5E5E;
    }

    .FormPageTable a {
        padding: 0 0 0 2em;
        display: block;
        margin: 5px 0;
    }



/*-----忘記密碼，沿用Login_BG、Login_Btn-------------------------------*/

.ForgetPassword_TableBorder {
    background-color: rgba(76, 117, 102, 0.60);
    border: 5px solid;
    border-color: #484d67;
    border-radius: 15px;
    height: 60vh;
    width: 60vh;
    min-height: 460px;
    min-width: 480px;
    display: grid;
    place-items: center;
    grid-template-rows: 10% 5% 85%;
    color: #ffff;
}

.ForgetPassword_Table {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(62, 59, 103, 0.60),rgba(76, 117, 102, 0.60));
    border-radius: 3px;
    display: grid;
    place-items: center;
}

    .ForgetPassword_Table tbody {
        height: 80%;
        width: 80%;
        display: grid;
        grid-template-rows: repeat(1fr);
        grid-gap: 10px
    }

    .ForgetPassword_Table tr {
        display: grid;
        grid-template-columns: 1fr 2.5fr;
        justify-items: left; /*水平靠左對齊*/
        align-items: center; /*垂直靠中對齊*/
    }

    .ForgetPassword_Table th {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.3rem;
        font-weight: normal;
        text-align: left;
        padding: 0;
        min-width: 120px;
    }

    .ForgetPassword_Table td {
        min-width: 200px;
        height: 60%;
        width: 90%;
    }

.ForgetPassword_TextBox {
    height: 100%;
    width: 100%;
    border-width: 0 0 3px 0;
    border-color: #4c7566;
    border-radius: 5px;
    background-color: #ffff;
    font-size: 1.2rem;
    color: #333333;
}

    .ForgetPassword_TextBox::-webkit-input-placeholder {
        color: #333333;
    }

    .ForgetPassword_TextBox[type=text] {
        font-size: 1.2rem;
        color: #333333;
    }

/*-----基本資料頁--------------------------------------------------------------------*/
.InfoPage_BG {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    grid-auto-rows: 1fr;
    grid-gap: 50px;
    padding: 1%;
}

@media(max-width:900px) {
    .InfoPage_BG {
        display: grid;
        padding: 5% 1%;
    }
}

.InfoPage_TableBorder {
    place-items: center;
    min-width: 480px;
    border: #d6d6d6 10px solid;
    border-radius: 10px;
    background-color: #ffff;
    box-shadow: 7px 7px 0px #c6c6c6;
}

.InfoPage_TableTitle {
    border-bottom: #d6d6d6 5px solid;
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    font-weight: bold;
}

    .InfoPage_TableTitle input {
        height: inherit;
        width: inherit;
        font-size: 20px;
        font-weight: bold;
        border: 0;
        border-radius: 3px;
        background-color: transparent;
    }

        .InfoPage_TableTitle input:hover {
            font-weight: bolder;
            color: #ffff;
            background: linear-gradient(#815fb9,#585cb1,#2657a4);
        }

.InfoPage_Table {
    height: 100%;
    width: 100%;
    padding: 20px 50px;
}

    .InfoPage_Table tbody {
        display: grid;
        place-items: center;
        height: 100%;
        width: 100%;
        grid-gap: 25px;
    }

    .InfoPage_Table tr {
        justify-items: left;
        align-items: center;
        display: inline-flex;
        grid-column-gap: 20px;
        height: 100%;
        width: 100%;
        min-width: 360px;
        min-height: 45px;
        font-size: 1rem;
    }

    .InfoPage_Table th {
        display: flex;
        height: 100%;
        width: 30%;
        min-width: 110px;
        align-items: center;
        font-weight: normal;
        word-break: keep-all;
        overflow-wrap: break-word;
        border-right: #d6d6d6 5px solid;
        border-bottom: #d6d6d6 5px dashed;
    }

    .InfoPage_Table td {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        grid-gap: 60px;
        border-bottom: #d6d6d6 5px dashed;
    }

.InfoPage_TextBox {
    height: 100%;
    width: 100%;
    font-size: 1rem;
    border: 0;
    border-radius: 5px;
    padding: 0 5px;
    background-color: #e1e1e1;
    max-height: 50px;
    min-height: 30px;
    box-shadow: 4px 4px 0px #c6c6c6;
}

/*-----更新資料紐------------------------------------------------------------------*/
.InfoPage_UpdateBtn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    height: 70px;
    width: 100%;
}

    .InfoPage_UpdateBtn input[type=button], .InfoPage_UpdateBtn input[type=submit] {
        height: 100%;
        width: 100%;
        font-size: 1.3rem !important;
        border: 0 !important;
        border-radius: 15px !important;
        color: #FFFFFF !important;
        background-color: #3b3865 !important;
        padding: 0;
    }

        .InfoPage_UpdateBtn input[type=button]:hover, .InfoPage_UpdateBtn input[type=submit]:hover {
            font-weight: bolder;
            color: #ffff;
            background: linear-gradient(#815fb9,#585cb1,#2657a4);
        }

/*-----更新密碼頁 沿用InfoPage_BG、Login_Btn---------*/
.UpdatePassword_TableBorder {
    display: grid;
    place-items: center;
    border: 10px solid;
    border-color: #d6d6d6;
    border-radius: 10px;
    background-color: #ffff;
    width: 650px;
    height: 500px;
}

.SearchTextBox {
    position: relative;
    margin: 10px 0;
}

    .SearchTextBox input {
        background-image: url(/Images/Search.png);
        background-repeat: no-repeat;
        background-position: 5px;
        background-size: 25px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        padding-left: 35px;
        box-sizing: border-box;
        border: 1px solid #b7b7b7;
        font-size: 16px;
        width: 100%;
        border-bottom: none;
    }

    .SearchTextBox ul {
        border: 1px solid #b7b7b7;
        border-top: none;
        background-color: #fff;
        box-sizing: border-box;
        list-style-type: none;
        position: absolute;
        text-align: left;
        z-index: 1;
        padding: 0;
        margin: 0;
        width: 100%;
        /*font-size: medium;*/
    }

        .SearchTextBox ul li {
            padding-top: 10px;
        }

    .SearchTextBox a {
        box-sizing: border-box;
        padding-left: 10px;
        display: block;
        width: 100%;
        cursor: pointer;
    }

.FormPageUL {
    list-style-type: none;
    overflow-x: hidden;
    text-align: left;
    padding: 5px;
    height: 100%;
    margin: 0;
}

    .FormPageUL li {
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
    }

    .FormPageUL span:before {
        transform: rotate(-0.25turn); /*旋轉*/
        box-sizing: border-box;
        display: inline-block;
        content: "\2228";
    }


[aria-expanded="true"] li {
    display: block;
}

[aria-expanded="false"] li {
    display: none;
}

[aria-expanded="true"] span:before {
    transform: rotate(0);
}


.ItemLI {
    padding: 0;
}

    .ItemLI a {
        padding-left: 2em;
        font-weight: 400;
        font-size: 14px;
        display: block;
        width: 100%;
    }
/*------------申請表checkbox選項----------------*/
.chkRange {
    width: 100%;
}

    .chkRange tbody {
        display: flex;
        grid-gap: 15px;
        flex-flow: wrap;
    }

/*-----特殊作業 選項------*/
.trClass td.SpecialOperation {
    width: 840px;
    color: #000970;
}

/*-----確認鍵------*/
.Check_Btn_Yes {
    background-color: #58BD28 !important;
    border-color: white !important;
    color: white !important;
}

.Check_Btn_No {
    background-color: #A32938 !important;
    border-color: whitesmoke !important;
    color: black !important;
}

/*DataFlow list_Td & list_item border*/
/*TEST*/
.list_border_TopBottom {
    border-top: 1px dashed #262C2C;
    border-bottom: 1px dashed #262C2C;
}

/*  注意標示  */
/*TEST*/

.WarningSign, .WarningSign_Tag {
    color: #4D0000 !important;
    font-weight: bolder;
}



/* radioButtomlist 選項樣式 */
/*TEST*/
.list_BGcolor {
    color:white;
    background: #484E4E;
    border: #262C2C dashed;
    width: auto !important;
}


/*---------餽贈登記表清單---------------------*/
/*.GiftRegistryList_TitleBG {
    background: #0B1013;
    padding: 10px 20px;
}

.GiftRegistryList_Title {
    font-size: 24px;
    font-weight: bold;
    color: whitesmoke;
    display: inline-flex;
    grid-gap: 50px;
    place-items: center;
}*/

/*.GiftRegistryList_TableBG {
    width: fit-content;
    background: #ABB0B0;
    padding: 10px 20px;
}

#GvDetail.GiftRegistryList_Table {
    width: 75vw;
}

table.GiftRegistryList_Table thead {
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
    color: whitesmoke;
}

table.GiftRegistryList_Table tbody {
    width: 100%;
    color: #394955;
    font-size: 14px;
}

    table.GiftRegistryList_Table tbody tr.odd {
        background: #ffffff;
    }

    table.GiftRegistryList_Table tbody tr.even {
        background: #9DADBC;
        color: #F0FBFF;
    }*/

.GiftRegistryList_Table tbody tr td.Btn {
    padding: 0;
    height: 40px;
    background-color: #ffffff;
}

    .GiftRegistryList_Table tbody tr td.Btn div {
        height: 100%;
        width: 100%;
        display: inline-flex;
        position: relative;
        top: 6.5%; /*偏移*/
    }

    .GiftRegistryList_Table tbody tr td.Btn input[value="編輯"] {
        border: none;
        height: 100%;
        width: 52.5%;
        clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
        position: absolute;
        background-color: transparent;
        color: black;
    }

        .GiftRegistryList_Table tbody tr td.Btn input[value="編輯"]:hover {
            clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
            background: #8DAAC3;
            font-weight: bold;
            color: #ffffff;
            text-shadow: 1px 2px 1px #232323;
        }


    .GiftRegistryList_Table tbody tr td.Btn input[value="刪除"] {
        border: none;
        height: 100%;
        width: 52.5%;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
        position: absolute;
        left: 47.5%;
        background-color: transparent;
        color: black;
    }

        .GiftRegistryList_Table tbody tr td.Btn input[value="刪除"]:hover {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
            background: #E5979F;
            font-weight: bold;
            color: #ffffff;
            text-shadow: 1px 2px 1px #232323;
            border-top: none;
        }

.GiftRedistryDiv {
    border: 3px solid #0B1013;
    border-top: none;
    color: white;
    font-weight: bold;
}

    .GiftRedistryDiv table {
        background: #ABB0B0;
        color: black;
    }

/*------------供應商配件入場管理清單--------------*/
table.ASS_Receive thead {
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
    color: whitesmoke;
}

table.ASS_Receive tbody {
    width: 100%;
    color: #394955;
    font-size: 14px;
}

    table.ASS_Receive tbody tr.odd {
        background: #ffffff;
    }

    table.ASS_Receive tbody tr.even {
        background: #9DADBC;
        color: #F0FBFF;
    }

    table.ASS_Receive tbody tr td.Btn {
        padding: 0;
        height: 40px;
        min-width: 60px;
        background-color: white;
    }

        table.ASS_Receive tbody tr td.Btn div {
            display: grid;
            justify-content: center;
        }

table.ASS_Receive td.Btn div a {
    color: black;
    text-decoration: none !important;
}

    table.ASS_Receive td.Btn div a:hover {
        color: #37659B;
        text-decoration: underline !important;
    }

table.ASS_Receive td.Btn div input {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #660000;
}

    table.ASS_Receive td.Btn div input:hover {
        color: #FFBB33;
        text-decoration: underline;
    }

/*-------供應商問卷---------*/
.CommentDiv {
    font-size: 16px;
    text-align: center;
    background-color: whitesmoke;
}

    .CommentDiv #div_comment {
        padding: 15px 0;
    }

.CommentDiv_btn {
    padding: 8px;
    box-sizing: border-box;
    border-radius: 50%;
    border: #c6c6c6 3px solid;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    float: right;
}

    .CommentDiv_btn:hover {
        background-color: #FFD33F;
    }

    .CommentDiv_btn input {
        background: url("/Images/AlarmBell.svg");
        padding: 0;
        height: 100%;
        width: 100%;
        border: none;
    }

/*----------文件保存年限欄------------*/
.DocumentSave_Bar {
    background-color: #0B1013;
    display: inline-flex;
    justify-content: center;
    grid-gap: 50%;
    width: 100%;
    margin: 0;
}

.DocumentSave_Label {
    color: #ffffff;
}
/*----------申請單-------------*/
.SystemEditMsg {
    border: none !important;
    text-align: center;
    color: #9de600;
}


/*--切換CSS，請去_Layout更改--*/

/*--除掉圖片外框--*/
.ImgBorder {
    background-color: #131C29;
    background-image: none !important;
    width: 70vw;
}

    .ImgBorder table td:last-child {
        display: none;
    }

.ImgBorderTable {
    display: none;
}

/*CSS Style 配色*/
.None_or_DarkBorder {
    border-top: none;
    border: 3px #0B1013 solid !important;
}

.Border_Blue_or_Dark {
    border-top: none;
    border: 3px #0B1013 solid !important;
}

.BorderTop_Dark {
    border-top: 3px #0B1013 solid;
}

/*BackgroundColor*/
.BgColor_None_or_Dark {
    background-color: #0B1013 !important;
}

.BgColor_White_or_Grey {
    /*background-color: #ABB0B0 !important;*/
    background-color: #C0C4C4 !important;
}

/*FontColor*/
.FontColor_Black_or_White {
    color: white;
}

.FontColor_Blue48A7_or_Blue1980 {
    color: #001980;
}

.FontColor_Blue1980 {
    color: #001980 !important;
}

.FontColor_Yellow {
    color: #FFBB33 !important;
    font-weight: bold;
}

.FontColor_Green {
    color: #9DE600 !important;
}

.FontColor_Green_GreyBG {
    color: #9DE600 !important;
    background-color: #484E4E !important;
    padding: 1px 10px !important;
}




/*------TEST-------*/
.newsDate {
    background-color: white;
    filter: Alpha(Opacity=95);
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 13px;
    color: #4B89B5;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 20px 15px 20px;
}

.newsTxt {
    background-color: white;
    filter: Alpha(Opacity=90);
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 13px;
    color: #003074;
    line-height: 24px;
    padding: 10px 20px 15px 20px;
}

    .newsTxt a:link {
        color: #4B89B5;
        text-decoration: underline;
    }

    .newsTxt a:visited {
        color: #4B89B5;
        text-decoration: none;
    }

    .newsTxt a:hover {
        color: #003074;
        text-decoration: none;
    }

    .newsTxt a:active {
        color: #003074;
        text-decoration: none;
    }

.ad {
    background: url(../Images/DeltaFlow/ad_bg.gif) repeat-x bottom;
}

.copyright {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 10px;
    color: #999999;
}

    .copyright a:link {
        color: #999999;
        text-decoration: underline;
    }

    .copyright a:visited {
        color: #999999;
        text-decoration: none;
    }

    .copyright a:hover {
        color: #003074;
        text-decoration: none;
    }

    .copyright a:active {
        color: #003074;
        text-decoration: none;
    }

.contentBg {
    background: url(../Images/DeltaFlow/content_maintop.gif) repeat-x;
}

.subMainpic {
    background-repeat: repeat-x;
    background-position: bottom;
}

.subMenu {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #003074;
    line-height: 24px;
    padding: 3px 5px 3px 0px;
    border-bottom: 1px solid #BFDBF3;
}

    .subMenu a:link {
        color: #F4F5F5;
        text-decoration: underline;
    }

    .subMenu a:visited {
        color: #F4F5F5;
        text-decoration: none;
    }

    .subMenu a:hover {
        color: #003074;
        text-decoration: none;
    }

    .subMenu a:active {
        color: #003074;
        text-decoration: none;
    }

.BlackTitle {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    font-weight: bold;
}

.subTitle {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 13px;
    color: #C6C6C6;
    background: #0C121D;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
}

    /*StyleChanged*/
    .subTitle a {
        color: #FFBB33;
    }

.txtBlue {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #37659B;
    line-height: 24px;
}

    .txtBlue a:link {
        color: #37659B;
        text-decoration: underline;
    }

    .txtBlue a:visited {
        color: #37659B;
        text-decoration: underline;
    }

    .txtBlue a:hover {
        color: #DB4100;
        text-decoration: underline;
    }

    .txtBlue a:active {
        color: #DB4100;
        text-decoration: underline;
    }

/*StyleChanged*/
.tableFrame {
    background-color: #5F6878
}

.tableTdA {
    background-color: #D9EAF5
}

/*StyleChanged*/
.tableTitle {
    padding: 0px 7px 0px 7px;
    line-height: 24px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    background-color: #232828;
    COLOR: #C6C6C6;
    padding-left: 20px;
}

    .tableTitle input[type=text] {
        background-color: #F4F5F5;
        border: none;
    }

    .tableTitle a:link {
        color: #FFBB33 !important;
        text-shadow: 1px 1px black;
    }

    .tableTitle a:visited {
        color: #FFBB33 !important;
        text-shadow: 1px 1px black;
    }

    .tableTitle a:hover {
        color: white !important;
        text-shadow: none !important;
    }

    .tableTitle a:active {
        color: white !important;
        text-shadow: none !important;
    }

/*StyleChanged*/
.listItem {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    /*font-size: 12px;*/
    color: #F4F5F5;
    line-height: 24px;
    background-color: #484E4E;
    padding: 3px 10px 3px 10px;
    word-break: keep-all;
    border-right: 3px solid #0B1013;
}

    /*.listItem a:link {
        color: #8C0000;
        text-decoration: underline;
    }

    .listItem a:visited {
        color: #8C0000;
        text-decoration: underline;
    }

    .listItem a:hover {
        color: #333333;
        text-decoration: underline;
    }

    .listItem a:active {
        color: #333333;
        text-decoration: underline;
    }*/

    .listItem a:link {
        color: #FFBB33 !important;
        text-shadow: 1px 1px black;
    }

    .listItem a:visited {
        color: #FFBB33 !important;
        text-shadow: 1px 1px black;
    }

    .listItem a:hover {
        color: white !important;
        text-shadow: none !important;
    }

    .listItem a:active {
        color: white !important;
        text-shadow: none !important;
    }

    .listItem input {
        border: none;
    }

        .listItem input[type=text] {
            border: none;
            background-color: #F4F5F5;
        }

            .listItem input[type=text]:disabled {
                background-color: #BFDBF3;
            }

/*StyleChanged*/
.listTd {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: black;
    line-height: 24px;
    /* background-color: #ABB0B0;*/
    background-color: #C0C4C4;
    padding: 3px 10px 3px 10px;
}

    /*.listTd a:link {
        color: #8C0000;
        text-decoration: underline;
    }

    .listTd a:hover {
        color: #666666;
        text-decoration: underline;
    }

    .listTd a:active {
        color: #666666;
        text-decoration: underline;
    }*/

    .listTd a:link {
        color: #260099 !important;
        text-decoration: underline;
    }

    .listTd a:visited {
        color: #260099 !important;
        text-decoration: underline;
    }

    .listTd a:hover {
        color: white !important;
    }

    .listTd a:active {
        color: white !important;
    }

    .listTd input[type=text] {
        background-color: #F4F5F5;
        border: 1px solid #0B1013;
    }

        /* 驗證後禁輸入樣式 */
        .listTd input[type=text]:disabled {
            background-color: #c5efc5 !important;
            -webkit-box-shadow: 0 0 0 50px #c5efc5 inset !important;
            /* 用inset內陰影去填滿整個input = 背景色 第4個參數可以調999px */
        }

    /* Chrome & Edge變更自動輸入舊資料樣式 */
    .listTd input:-webkit-autofill,
    .listTd input:-webkit-autofill:hover,
    .listTd input:-webkit-autofill:focus,
    .listTd input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 50px #d4e3ef inset;
        /* 用inset內陰影去填滿整個input = 背景色 第4個參數可以調999px */
    }


    .listTd textarea {
        background-color: #F4F5F5;
        border: 1px solid #0B1013;
    }

    .listTd input[type=file] {
        border: 1px solid #424D4D;
        background-color: #424D4D;
        color: #F4F5F5;
    }

/*StyleChanged*/
.radioButtomlist tr {
    display: flex;
    grid-gap: 15px;
    flex-basis: 140px
}

.radioButtomlist td {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    margin: 0;
    word-break: keep-all;
}

.radioButtomlist label {
    word-break: keep-all;
}

.radioButtomlist input[type='radio'] {
    margin: 0 3px 0 0;
    width: 18px;
    height: 15px;
}

.radioButtomlist input[type='checkbox'] {
    margin: 0 3px 0 0;
    width: 15px;
    height: 14px;
}

.listHeader {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    line-height: 24px;
    font-weight: bold;
    background-color: #BBD9F3;
    padding: 3px 10px 3px 10px;
}

.bluelistHeader {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    line-height: 24px;
    font-weight: bold;
    background-color: #BBDCF7;
    padding: 3px 10px 3px 10px;
}

.listTdGray {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    line-height: 24px;
    background-color: #f2f2f2;
    padding: 3px 10px 3px 10px;
}

    .listTdGray a:link {
        color: #37659B;
        text-decoration: underline;
    }

    .listTdGray a:visited {
        color: #37659B;
        text-decoration: underline;
    }

    .listTdGray a:hover {
        color: #DB4100;
        text-decoration: underline;
    }

    .listTdGray a:active {
        color: #DB4100;
        text-decoration: underline;
    }


.form {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    background: #EAF5FF;
    width: 152px;
    height: 20px;
    border: 0px
}

.formID {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    background: #FFFFFF;
    height: 20px;
    border: 0px
}


.formAdmin {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #F4F5F5;
    background: #E7EEFF;
    width: 152px;
    height: 20px;
    border: 0px
}

.inputFormVisiable {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #C0C0C0
}

.inputFormhidden {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #CCCCCC;
    background: None;
    border-style: None;
}

.stepOk {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.stepNotyet {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 14px;
    color: #37659B;
    line-height: 18px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

/*StyleChanged*/
.listLable {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 14px;
    color: #232323;
    background-color: transparent;
}


.table-rhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0884ae;
    text-indent: 6px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../Images/DeltaFlow/table_r07.jpg);
    background-repeat: repeat-x;
}

.table-Lhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0c69c5;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.table-head02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3399cc;
    font-weight: bold;
    line-height: 20px;
}

.table-Lhead A:link {
    text-decoration: none;
    color: #0c69c5;
}

.table-Lhead A:visited {
    text-decoration: none;
    color: #0c69c5;
}

.table-Lhead A:active {
    text-decoration: none;
    color: #0c69c5;
}

.table-Lhead A:hover {
    text-decoration: underline;
    color: #0c69c5;
}

.table-Lhead02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #297ed3;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.table-mhead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-indent: 6px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../Images/DeltaFlow/table_r07.jpg);
    background-repeat: repeat-x;
}

.mhead-bg {
    background-image: url(../Images/DeltaFlow/table_r07.jpg);
    background-repeat: repeat-x;
}


.table-rhead02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    text-indent: 6px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 0px;
}

.table-links {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #ccffcc;
}

    .table-links A:link {
        text-decoration: none;
        color: #ccffcc;
    }

    .table-links A:visited {
        text-decoration: none;
        color: #ccffcc;
    }

    .table-links A:active {
        text-decoration: none;
        color: #ccffcc;
    }

    .table-links A:hover {
        text-decoration: underline;
        color: #ccffcc;
    }


.table-rinner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

.point01 {
    background-image: url(../Images/DeltaFlow/pointline.gif);
    background-repeat: repeat-x;
    background-position: center;
}


.table-r01bg {
    background-image: url(../Images/DeltaFlow/table_r04.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.table-r02bg {
    background-image: url(../Images/DeltaFlow/table_r05.gif);
    background-repeat: repeat-y;
}

.table-r03bg {
    background-image: url(../Images/DeltaFlow/table_r07.jpg);
    background-repeat: repeat-x;
}

.table-r04bg {
    background-image: url(../Images/DeltaFlow/table_r08.jpg);
    background-repeat: repeat-x;
}

.table-r05bg {
    background-image: url(../Images/DeltaFlow/table_r11.gif);
    background-repeat: repeat-y;
}


.table-m01bg {
    background-image: url(../Images/DeltaFlow/table_m04.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.table-m02bg {
    background-image: url(../Images/DeltaFlow/table_m05.gif);
    background-repeat: repeat-y;
}

.table-m03bg {
    background-image: url(../Images/DeltaFlow/table_m07.jpg);
    background-repeat: repeat-x;
}

.table-m04bg {
    background-image: url(../Images/DeltaFlow/table_m08.jpg);
    background-repeat: repeat-x;
}

.page-rtablebg {
    background-image: url(../Images/DeltaFlow/index_page05.jpg);
    background-repeat: repeat-y;
}

.page-rtablebg-a {
    background-image: url(../Images/DeltaFlow/index_page05a.jpg);
    background-repeat: repeat-y;
}

.page-rtablebg-b {
    background-image: url(../Images/DeltaFlow/index_page052.jpg);
    background-repeat: repeat-y;
}


.page-Ltablebg {
    background-image: url(../Images/DeltaFlow/index_page06.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

.page-Lmainbg {
    background-image: url(../Images/DeltaFlow/footerbgL.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.page-Rmainbg {
    background-image: url(../Images/DeltaFlow/footerbgR.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

.table-inner03 {
    font-size: 12px;
    color: #000000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
}

.inner {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    font-weight: bold;
}

.inner02 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}

    .inner02 A:link {
        text-decoration: none;
        color: #666666;
    }

    .inner02 A:visited {
        text-decoration: none;
        color: #666666;
    }

    .inner02 A:active {
        text-decoration: none;
        color: #666666;
    }

    .inner02 A:hover {
        text-decoration: underline;
        color: #666666;
    }

.inner-time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0066cc;
}

.inner02-bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    font-weight: bold;
}

    .inner02-bold A:link {
        text-decoration: none;
        color: #666666;
    }

    .inner02-bold A:visited {
        text-decoration: none;
        color: #666666;
    }

    .inner02-bold A:active {
        text-decoration: none;
        color: #666666;
    }

    .inner02-bold A:hover {
        text-decoration: none;
        color: #000000;
    }

.inner03 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

    .inner03 A:link {
        text-decoration: none;
        color: #000000;
    }

    .inner03 A:visited {
        text-decoration: none;
        color: #000000;
    }

    .inner03 A:active {
        text-decoration: none;
        color: #000000;
    }

    .inner03 A:hover {
        text-decoration: underline;
        color: #000000;
    }

.inner05 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

    .inner05 A:link {
        text-decoration: none;
        color: #000000;
    }

    .inner05 A:visited {
        text-decoration: none;
        color: #000000;
    }

    .inner05 A:active {
        text-decoration: none;
        color: #000000;
    }

    .inner05 A:hover {
        text-decoration: none;
        color: #F4F5F5;
    }

.inner-head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #467592;
}

.box {
    border: 1px solid #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.box2 {
    border: 1px solid #CCCCCC;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #454545;
    padding-left: 6px;
}

.inner04 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-indent: 6px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 0px;
}

    .inner04 A:link {
        text-decoration: none;
        color: #FFFFFF;
    }

    .inner04 A:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

    .inner04 A:active {
        text-decoration: none;
        color: #FFFFFF;
    }

    .inner04 A:hover {
        text-decoration: underline;
        color: #FFFFFF;
    }

.btn01 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #454545;
    font-weight: bold;
}

    .btn01 A:link {
        text-decoration: none;
        color: #454545;
    }

    .btn01 A:visited {
        text-decoration: none;
        color: #454545;
    }

    .btn01 A:active {
        text-decoration: none;
        color: #454545;
    }

    .btn01 A:hover {
        text-decoration: none;
        color: #336699;
    }


/*.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #F4F5F5;
}

    .footer A:link {
        text-decoration: none;
        color: #F4F5F5;
    }

    .footer A:visited {
        text-decoration: none;
        color: #123061;
    }

    .footer A:active {
        text-decoration: none;
        color: #123061;
    }

    .footer A:hover {
        text-decoration: underline;
        color: #123061;*/
}

.menufont {
    font-size: 10px;
    font-weight: bold;
    color: #D6EAF5;
}

    .menufont A:link {
        text-decoration: none;
        color: #D6EAF5;
    }

    .menufont A:visited {
        text-decoration: none;
        color: #D6EAF5;
    }

    .menufont A:active {
        text-decoration: none;
        color: #D6EAF5;
    }

    .menufont A:hover {
        text-decoration: none;
        color: #ffff33;
    }

.red01 {
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
}

.txtBlue {
    font-family: "Verdana",'微軟正黑體', "新細明體";
    font-size: 12px;
    color: #37659B;
    line-height: 24px;
}

    .txtBlue a:link {
        color: #37659B;
        text-decoration: underline;
    }

    .txtBlue a:visited {
        color: #37659B;
        text-decoration: underline;
    }

    .txtBlue a:hover {
        color: #DB4100;
        text-decoration: underline;
    }

    .txtBlue a:active {
        color: #DB4100;
        text-decoration: underline;
    }

.txtGray {
    font-family: "Verdana",'微軟正黑體', "新細明體";
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}

    .txtGray a:link {
        color: #666666;
        text-decoration: underline;
    }

    .txtGray a:visited {
        color: #666666;
        text-decoration: underline;
    }

    .txtGray a:hover {
        color: #37659B;
        text-decoration: underline;
    }

    .txtGray a:active {
        color: #37659B;
        text-decoration: underline;
    }



/*StyleChanged*/
.listSubHandTd {
    font-family: verdana;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    padding: 5px 5px 5px 5px;
    /* border-bottom: 1px solid #E7E7E7;*/
    /*cursor: pointer;*/
}

    .listSubHandTd a:link {
        color: #666666;
        text-decoration: underline;
    }

    .listSubHandTd a:visited {
        color: #666666;
        text-decoration: underline;
    }

    .listSubHandTd a:hover {
        color: #37659B;
        text-decoration: underline;
    }

    .listSubHandTd a:active {
        color: #37659B;
        text-decoration: underline;
    }

    /*StyleChanged*/
    .listSubHandTd thead {
        /*font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';*/
        font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        /*StyleChanged*/
        color: whitesmoke;
        background-color: #262C2C;
        padding: 3px 10px 3px 10px;
    }

/*StyleChanged*/
/*  清單列表   */
#GvDetail.listSubHandTd thead {
    font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 24px;
    color: whitesmoke;
    background-color: #262C2C;
    padding: 3px 10px 3px 10px;
}

#GvDetail.listSubHandTd tbody {
    width: 100%;
    color: #394955;
    font-size: 14px;
}

    /*#GvDetail.listSubHandTd tbody td input{
    border:none;
    background-color:transparent;
    color:black;
    text-decoration:underline;
}*/

    #GvDetail.listSubHandTd tbody tr.odd {
        background: #ffffff;
    }

    #GvDetail.listSubHandTd tbody tr.even {
        background: #9DADBC;
        color: #F0FBFF;
    }

/* 表單頁碼數字 */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: black !important;
}




.correspondence_menu {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

    .correspondence_menu ul li {
        float: left;
        padding-right: 5px;
        font-size: 15px;
    }

        .correspondence_menu ul li.banner_1 {
            background-image: url(../Images/DeltaFlow/correspondence_menu_banner_1.gif);
            background-repeat: no-repeat;
            height: 20px;
            width: 100px;
            text-align: center;
            padding-top: 3px;
        }

        .correspondence_menu ul li.banner_2 {
            background-image: url(../Images/DeltaFlow/correspondence_menu_banner_2.gif);
            background-repeat: no-repeat;
            height: 20px;
            width: 65px;
            text-align: center;
            padding-top: 3px;
        }

.hand {
    cursor: pointer;
}

.listMainItem {
    font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    background-color: #C0FFC0;
    padding: 3px 10px 3px 10px;
}

    .listMainItem a:link {
        color: #8C0000;
        text-decoration: underline;
    }

    .listMainItem a:visited {
        color: #8C0000;
        text-decoration: underline;
    }

    .listMainItem a:hover {
        color: #666666;
        text-decoration: underline;
    }

    .listMainItem a:active {
        color: #666666;
        text-decoration: underline;
    }

/*StyleChanged*/
.floor td {
    vertical-align: top;
    margin-right: 10px;
}

/*StyleChanged*/
.floor tr {
    display: flex;
}

.floor input {
    margin: 0 3px 0 0;
}

.floor span {
    display: flex;
    align-items: center;
}

.editpanel {
    border: 3px dashed #CED8EA;
}

/*StyleChanged*/
.FormBody {
    /*MARGIN-TOP: 4px;*/
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    BACKGROUND-COLOR: transparent;
    /*StyleChanged*/
    padding-top: 10px;
    width: 80%;
}

    .FormBody table {
        border-spacing: 0;
        /*StyleChanged*/
        width: 100%;
    }

    .FormBody td {
        FONT-SIZE: 14px;
        VERTICAL-ALIGN: middle;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    }

        .FormBody td img {
            display: block;
        }

    .FormBody input {
        FONT-SIZE: 14px;
        COLOR: #333333;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
        border-radius: 2px;
    }

/*StyleChanged*/
/*.FormBody input[type=button] {
        border: 1px solid #424D4D;
        border-radius: 2px;
        background-color: #424D4D;
        color: #F4F5F5;
        min-width: 60px;
        min-height: 25px;
        font-size: 14px;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    }*/
/*StyleChanged*/
/*.FormBody input[type=button]:hover {
            background-color: #F4F5F5;
            color: #424D4D;
        }*/



