/* 縮小失敗。正在傳回未縮小的內容。
(697,17): run-time error CSS1038: Expected hex color, found '#ffff'
(728,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(754,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(791,19): run-time error CSS1038: Expected hex color, found '#ffff'
(795,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(800,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(805,16): run-time error CSS1038: Expected hex color, found '#FFFF'
(819,12): run-time error CSS1038: Expected hex color, found '#FFFF'
(931,12): run-time error CSS1038: Expected hex color, found '#ffff'
(979,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1022,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1049,20): run-time error CSS1038: Expected hex color, found '#ffff'
(1146,20): run-time error CSS1038: Expected hex color, found '#ffff'
(1159,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */

/*

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: #232323;
}

.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(#fff,#d5d5d5);*/
    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(#ffffff,#d5d5d5);*/
        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(#FF5733 20%,#FFB800);*/
        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(#FF5733 20%,#FFB800);*/
        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 {
            border-bottom: #2657A4 2px solid;
        }*/
        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;
    }

    .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: 5px;
    box-sizing: border-box;
    border: 5px #333333 solid;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    display: none;
    background-color: #ffffff;
}

    .BackTop_BG:hover .BackTop {
        background: url('../../Images/UpArrow_hover.svg');
    }

    .BackTop_BG:hover {
        background-color: #CCC4FB;
        border-color: #3b3865;
    }

.BackLeft {
    padding: 0;
    height: 100%;
    width: 100%;
    background: url('../../Images/LeftArrow.svg');
    border: none;
    display: none;
}

.BackLeft_BG {
    padding: 5px 10px 5px 5px;
    box-sizing: border-box;
    border: 5px #333333 solid;
    border-radius: 10px;
    height: 50px;
    width: 55px;
    display: none;
    background-color: #ffffff;
}

    .BackLeft_BG:hover .BackLeft {
        background: url('../../Images/LeftArrow_hover.svg');
    }

    .BackLeft_BG:hover {
        background-color: #CCC4FB;
        border-color: #3b3865;
    }

/* OLD MENU */
/*.title2 {
    border-bottom: 1px solid #b7b7b7;
    background-color: #F17F42;
    height: 100%;
    width: 100%;
}


    .title2 img {
        border: none;
        height: 60px;
    }

    .title2 ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .title2 ul li {
            height: 100%;
            display: inline-block;
            vertical-align: middle;
        }

            .title2 ul li a div {
                font-size: 24px;
                padding: 15px 10px;
            }

            .title2 ul li div a div::after {
                content: "\25B2";
            }

            .title2 ul li:not(.Logo):hover {
                background-color: #CE6D39;
            }

            .title2 ul li:hover div a div::after {
                content: "\25BC";
            }

            .title2 ul li ul[aria-category="true"] {
                display: none;
            }

            .title2 ul li ul[aria-category="false"] {
                display: block;
            }


            .title2 ul li ul {
                background-color: #CE6D39;
                display: inline-block;
                word-break: keep-all;*/ /*文字換行*/
/*word-wrap: break-word;*/ /*依單字換行*/
/*position: absolute;
                text-align: center;
                list-style: none;
                font-size: 20px;
                max-width: 150px;
                width: 150px;
                z-index: 1;
            }

                .title2 ul li ul li {
                    border: 1px solid black;
                    display: block;
                    margin-top: -1px;
                }

                    .title2 ul li ul li:not(.Logo):hover {
                        background-color: #232323;
                    }

                    .title2 ul li ul li span {
                        display: inline-block;
                        width: 100%;
                    }

                        .title2 ul li ul li span::after {
                            content: "\25B6";
                        }

                    .title2 ul li ul li a {
                        display: block;
                        width: 100%;
                    }

                    .title2 ul li ul li ul[aria-item="true"] {
                        display: none;
                    }

                    .title2 ul li ul li ul[aria-item="false"] {
                        margin-left: -5px;
                        background-color: #CE6D39;
                    }

                    .title2 ul li ul li:hover span, .title2 ul li ul li:hover a {
                        color: white;
                    }

                    .title2 ul li ul li:hover li a {
                        color: #232323;
                    }

                    .title2 ul li ul li li:hover a {
                        color: white;
                    }*/
.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: #ffffff;
    justify-items: center;
}

.BasicBackground {
}

/**頁面最下方footer**/
.layout_footer {
    /*background-color: rgba(0, 0, 0, 0.88);*/
    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;
}


/**登入後首頁**/
.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;
}

/* OLD
    .HomeTable {
    border-spacing: 15px 25px;
    border-collapse: separate;
    width: 90%;
}

    .HomeTable td {
        border-color: #F17F42;
        vertical-align: top;
        border-width: 2px;
        cursor: pointer;
        color: #333333;
        border: solid;
        width: 20%;
    }

        .HomeTable td:hover*/ /*滑鼠移至*/
/*{
            background-color: #E0E3DA;
            color: #CE6D39;
        }

        .HomeTable td img {
            padding: 10px 5px;
            float: left;
            width: 66px;
        }

        .HomeTable td div {
            text-align: left;
            float: left;
        }

        .HomeTable td h1 {
            color: #F17F42;
            padding: 0;
            margin: 0;
        }

        .HomeTable td p {
            font-size: 16px;
            padding: 0;
            margin: 0;
        }*/

/*-----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-color: #cfcfcf;*/
        /*background: linear-gradient(#FF3800,#FFB800);*/
        border: none;
        background: linear-gradient(#815fb9,#585cb1,#2657a4);
        font-weight: bolder;
    }

/*OLD
.LoginTitle {
    font-size: 20px;
    padding: 20px 0 10px 0;
}
    .LoginTable {
    background-color: #972c03;
    text-align: center;
    border-width: 2px;
    border: solid;
    height: 300px;
    width: 300px;
}

.LoginTextBox {
    border-radius: 2px;
    font-size: 16px;
    height: 25px;
    width: 78%;
}

.LoginBtn {
    background-color: #F17F42;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    color: white;
    width: 80%;
}*/

.ResisterTable {
    text-align: center;
    border-width: 2px;
    height: 100px;
    width: 300px;
}

/* OLD
    .UpdatePasswordTable {
    text-align: center;
    border-width: 2px;
    height: 300px;
    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: 2% 1% 1% 1%;
}

@media(max-width:900px) {
    .InfoPage_BG {
        display: grid;
        padding: 5% 1%;
    }
}

.InfoPage_TableBorder {
    /* display: grid;*/
    /*grid-template-rows: 0.5fr 2fr;
    grid-auto-rows: 0.5fr;*/
    /* height:auto;
    width: 40vw;*/
    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(#FF3800,#FFB800);*/
            background: linear-gradient(#815fb9,#585cb1,#2657a4);
            /*border: 5px solid rgba(168, 168, 168, 0.90);*/
        }

.InfoPage_Table {
    /* display: grid;
    place-items: center;*/
    /* width: 100%;
    min-height: 400px;
    min-width: 400px;*/
    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: grid;
        grid-template-columns: 0.5fr 2fr;*/
        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 {
        height: 100%;
        width: 100%;
        font-size: 1.3rem;
        border: 0;
        border-radius: 15px;
        /*background-color: transparent;*/
        color: #FFFFFF;
        background-color: #3b3865;
        padding: 0;
    }

        .InfoPage_UpdateBtn input:hover {
            font-weight: bolder;
            color: #ffff;
            /*background: linear-gradient(#FF3800,#FFB800);*/
            background: linear-gradient(#815fb9,#585cb1,#2657a4);
            border: 3px solid rgba(168, 168, 168, 0.90);
        }

/*-----更新密碼頁 沿用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;
}

/*OLD
    .InfoPageTable {
    width: 600px;
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid black;
}

    .InfoPageTable td {
        padding: 5px;
        border: 1px solid black;
    }

.InfoPageUpdateTable {
    font-size: 24px;
    margin-top: 20px;
}

    .InfoPageUpdateTable td {
        text-align: right;
    }

    .InfoPageUpdateTable input {
        border-radius: 2px;
        font-size: 16px;
        height: 25px;
        width: 400px;
    }*/

/*
.SearchTextBox {
    margin: 10px 0;
    position: relative;
    width: 100%;
    display: inline-block;
}*/


.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: #0048a7;
}

/*-----確認鍵------*/
.Check_Btn_Yes {
    background-color: #FFC080 !important;
    border-color: white !important;
    color: white !important;
}

.Check_Btn_No {
    background-color: #C0FFC0 !important;
    border-color: white !important;
    color: white !important;
}

/*DataFlow list_Td & list_item border*/
/*原始*/
.list_border_TopBottom {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/*DataFlow labal*/

.WarningSign {
    color: #0048a7 !important;
}

.WarningSign_Tag, WarningSign_TagRed {
    color: red !important;
    font-weight: bold;
}

/*DataFlow listTD Backgrong color*/
/*原始*/
.list_BGcolor {
    border: dodgerblue dashed;
}



/*---------餽贈登記表清單---------------------*/
.GiftRegistryList_Title {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    display: inline-flex;
    grid-gap: 50px;
    place-items: center;
    margin-top: 2%;
}

#GvDetail.GiftRegistryList_Table {
    width: 75vw;
}

table.GiftRegistryList_Table thead {
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft JhengHei", Verdana, Helvetica, Sans-Serif;
    color: #232323;
}

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;
    }

    table.GiftRegistryList_Table tbody tr td.Btn {
        padding: 0;
        height: 40px;
        background-color: #ffffff;
    }

        table.GiftRegistryList_Table tbody tr td.Btn div {
            height: 100%;
            width: 100%;
            display: inline-flex;
            position: relative;
            top: 6.5%; /*偏移*/
        }

table.GiftRegistryList_Table 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;
}

    table.GiftRegistryList_Table 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;
    }


table .GiftRegistryList_Table 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;
}

    table.GiftRegistryList_Table 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;
    }
/*-------供應商問卷---------*/
.CommentDiv {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    background-color: whitesmoke;
}

.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;
    }

/*--------Button---------*/
.ButtonBG {
    background-color: #0048a7;
    text-align: center;
    padding: 10px;
}

    .ButtonBG input {
        width: 75px;
        height: 25px;
    }

/*----------文件保存年限欄------------*/
.DocumentSave_Bar {
    background-color: #E3F3FF;
    display: inline-flex;
    justify-content: center;
    grid-gap: 50%;
    width: 100%;
    margin: 0;
}

.DocumentSave_Label {
    color: black;
}
/*----------申請單-------------*/
.SystemEditMsg {
    border: none;
    text-align: center;
    color: #0048a7;
}

/*--切換CSS，請去_Layout更改--*/

/*--圖片外框--*/
.ImgBorder {
    background-image: url(../../Images/DeltaFlow/content_table_titlebg.gif);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

/*CSS Style 配色*/

.BorderColor_Blue_or_Dark {
    border-width: 0 3px 3px 3px;
    border-color: #81c4f5;
    border-style: solid;
    border-radius: 3px;
}


/*BackgroundColor*/
.BgColor_White_or_Grey {
    background-color: white;
}

/*FontColor*/
.FontColor_Black_or_White {
    color: black;
}

.FontColor_Blue48A7_or_Blue1980 {
    color: #0048a7;
}








/*------原始-------*/
.newsDate {
    background-color: #ffffff;
    filter: Alpha(Opacity=95);
    font-family: "Verdana", "新細明體";
    font-size: 13px;
    color: #4B89B5;
    line-height: 24px;
    font-weight: bold;
    padding: 10px 20px 15px 20px;
}

.newsTxt {
    background-color: #ffffff;
    filter: Alpha(Opacity=90);
    font-family: "Verdana", "新細明體";
    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", "新細明體";
    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", "新細明體";
    font-size: 12px;
    color: #003074;
    line-height: 24px;
    padding: 3px 5px 3px 0px;
    border-bottom: 1px solid #BFDBF3;
}

    .subMenu a:link {
        color: #ffffff;
        text-decoration: underline;
    }

    .subMenu a:visited {
        color: #ffffff;
        text-decoration: none;
    }

    .subMenu a:hover {
        color: #003074;
        text-decoration: none;
    }

    .subMenu a:active {
        color: #003074;
        text-decoration: none;
    }

.BlackTitle {
    font-family: "Verdana", "新細明體";
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    font-weight: bold;
}

.subTitle {
    font-family: "Verdana", "新細明體";
    font-size: 13px;
    color: #000000;
    line-height: 30px;
    padding-left: 20px;
    font-weight: bold;
}

.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;
    }

/*StyleChanged*/
.tableFrame {
    background-color: #8EC0EC
}

/*StyleChanged*/
#PartialView table.tableFrame td.tableTitle {
    font-size: 16px;
    line-height: 30px;
}

.tableTdA {
    background-color: #D9EAF5
}

/*StyleChanged*/
.tableTitle {
    padding: 0px 7px;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 1px 1px 2px #232323;
    background-image: url(../Images/DeltaFlow/gb_Title.gif);
    background-size: contain;
}

/*StyleChanged*/
.tableTitle {
    padding-left: 20px;
}

/*StyleChanged*/
.listItem {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    background-color: #BBDCF7;
    padding: 3px 10px 3px 10px;
    /*StyleChanged*/
    min-width: 150px;
}

    .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;
    }

/*StyleChanged*/
.listTd {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    background-color: #E3F3FF;
    padding: 3px 10px 3px 10px;
}

    .listTd a:link {
        color: #8C0000;
        text-decoration: underline;
    }

    .listTd a:visited {
        color: #8C0000;
        text-decoration: underline;
    }

    .listTd a:hover {
        color: #666666;
        text-decoration: underline;
    }

    .listTd a:active {
        color: #666666;
        text-decoration: underline;
    }

    .listTd input[type=text] {
        background-color: #ffffff;
        border: 1px #666666 solid;
    }

    .listTd textarea {
        background-color: #ffffff;
        border: 1px #666666 solid;
    }

    .listTd input[type=button] {
        min-width: 60px;
    }

/*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;
    white-space: nowrap;
}

.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", "新細明體";
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-weight: bold;
    background-color: #BBD9F3;
    padding: 3px 10px 3px 10px;
}

.bluelistHeader {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-weight: bold;
    background-color: #BBDCF7;
    padding: 3px 10px 3px 10px;
}

.listTdGray {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #666666;
    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", "新細明體";
    font-size: 12px;
    color: #666666;
    background: #EAF5FF;
    width: 152px;
    height: 20px;
    border: 0px
}

.formID {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #666666;
    background: #FFFFFF;
    height: 20px;
    border: 0px
}

.formAdmin {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #666666;
    background: #E7EEFF;
    width: 152px;
    height: 20px;
    border: 0px
}

.inputFormVisiable {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #C0C0C0
}

.inputFormhidden {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #CCCCCC;
    background: None;
    border-style: None;
}

.stepOk {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

.stepNotyet {
    font-family: "Verdana", "新細明體";
    font-size: 12px;
    color: #37659B;
    line-height: 18px;
    text-align: center;
    padding: 2px 2px 2px 2px;
}

/*StyleChanged*/
.listLable {
    font-family: "Verdana", "新細明體";
    font-size: 14px;
    color: #666666;
    background-color: #E3F3FF;
}

.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: #ffffff;
    }

.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: #123061;
}

    .footer A:link {
        text-decoration: none;
        color: #123061;
    }

    .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: 10pt;
    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;
    }

    .listSubHandTd thead {
        font-family: "Verdana", "新細明體";
        font-size: 12px;
        line-height: 24px;
        font-weight: bold;
        /*StyleChanged*/
        color: #666666;
        background-color: #BBD9F3;
        padding: 3px 10px 3px 10px;
    }

.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", "新細明體";
    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: thin dashed #0000FF;
}

/*StyleChanged*/
.FormBody {
    /*MARGIN-TOP: 4px;*/
    MARGIN-LEFT: 4px;
    MARGIN-RIGHT: 4px;
    BACKGROUND-COLOR: #ffffff;
    /*StyleChanged*/
    padding-top: 10px;
}

    .FormBody table {
        border-spacing: 0;
    }

    .FormBody td {
        FONT-SIZE: 14px;
        VERTICAL-ALIGN: middle;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    }

        .FormBody td img {
            display: block;
        }

    /*StyleChanged*/
    .FormBody input {
        font-size: 14px;
        COLOR: #333333;
        font-family: 'Verdana', 'Tahoma', '微軟正黑體', 'Helvetica',' Sans-Serif';
    }

