/*Element*/


.textcenter,
.textCenter {
    text-align: center;
}

.textleft,
.textLeft {
    text-align: left;
}

.textright,
.textRight {
    text-align: right;
}




.font15 {
    font-size: 15px;
}

.font17 {
    font-size: 17px;
}


.font13 {
    font-size: 13px;
}


.font11 {
    font-size: 11px;
}



.red2 {
    color: #E06F6F;
    font-weight: 700;
}

.green2 {
    color: #37AD4F;
    font-weight: 700;
}




.tip3 {
    font-size: 11px;
    color: #4099ee;
}


.tip2 {
    font-size: 11px;
    color: #DD943B;
}

.tip1 {
    font-size: 11px;
    color: #96786A;
}

.hrStyle {
    border-top: 1px solid #eeeeee;
    margin: 5px 0px;
}


.btn-orange {
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 6px;
    color: #FFFFFF;
    background: #D8B24F;
    border-color: #DDB88C;
}

.btn-blue {
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 6px;
    color: #FFFFFF;
    background: #4195CE;
    border-color: #2EAABB;
}

.btn-basic {
    display: inline-block;
}

.btn-green {
    vertical-align: bottom;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 3px 6px;
    color: #FFFFFF;
    background: #4B853D;
    border-color: #2EAABB;
}

.tipsBox {
    color: #809E83;
    background: #FFFCEA;
    padding: 3px 6px;
    margin: 2px 15px;
    border-radius: 5px;
    border: dashed #F1CF9D 1px;
}



BODY {
    background: #ECEBEB;
    color: #666;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: "微軟正黑體", Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

LI {
    list-style-type: none;
}

P, LI {
    margin: 0.25em;
    line-height: 1.5em;
}

UL {
    margin: 1em 0;
}

A {
    /*color: #1376FA;*/
    text-decoration: none;
}

    A:hover {
        text-decoration: underline;
    }

TEXTAREA {
    resize: none;
}
/*#wrap, #header*/


#header {
    height: 130px;
    background: url(../images/header-bg.png) repeat-x;
    position: relative;
}

    #header #logo {
        padding: 0 30px;
    }

#footer {
    /*width: 1000px;*/
    margin: 5px auto;
    background: #FFF;
    text-align: center;
}

/*課程篩選表*/

#filterTable th {
    border: solid 1px #FFF;
    color: #000;
    text-align: center;
}

#filterTable input {
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    color: #555;
    display: inline-block;
    padding: 1px 25px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 15px;
    vertical-align: middle;
}

#filterTable select {
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    color: #555;
    display: inline-block;
    padding: 1px 120px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 15px;
    vertical-align: middle;
}

#filterTable input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

#filterTable td {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

/*立即查詢*/
#filterSearch {
    margin: 5px auto;
}

.btn-info {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: #ffffff;
        background-color: #2f96b4;
    }

@media only screen and (min-width:960px) and (max-width:1921px) {

    .filterTable {
        text-align: center;
        margin: 15px auto;
        width: 50%;
        font-size: 15px;
    }

        .filterTable input.span4 {
            width: 356px;
            line-height: 20px;
            margin-top: 10px;
        }
}

@media only screen and (min-width:481px) and (max-width:959px) {
    .filterTable {
        text-align: center;
        margin: 15px auto;
        width: 80%;
        font-size: 15px;
    }

        .filterTable input.span4 {
            width: 356px;
            line-height: 20px;
            margin-top: 10px;
        }
}

@media only screen and (min-width:321px) and (max-width:480px) {
    .filterTable {
        text-align: center;
        margin: 15px auto;
        width: 80%;
        font-size: 15px;
    }

        .filterTable input.span4 {
            width: 200px;
            line-height: 20px;
            margin-top: 10px;
        }
}

@media only screen and (max-width:320px) {
    .filterTable {
        text-align: center;
        margin: 15px auto;
        width: 80%;
        font-size: 15px;
    }

        .filterTable input.span4 {
            width: 200px;
            line-height: 20px;
            margin-top: 10px;
        }
}

/*二個css差別在寬度 **/
@media only screen and (min-width:1251px) {

    #wrap {
        width: 1250px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-top: none;
        /*+box-shadow:0px 2px 8px #D0D0D0;*/
        -moz-box-shadow: 0px 2px 8px #D0D0D0;
        -webkit-box-shadow: 0px 2px 8px #D0D0D0;
        -o-box-shadow: 0px 2px 8px #D0D0D0;
        box-shadow: 0px 2px 8px #D0D0D0;
    }
}


@media only screen and (max-width:1250px) {

    #wrap {
        width: 1000px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-top: none;
        /*+box-shadow:0px 2px 8px #D0D0D0;*/
        -moz-box-shadow: 0px 2px 8px #D0D0D0;
        -webkit-box-shadow: 0px 2px 8px #D0D0D0;
        -o-box-shadow: 0px 2px 8px #D0D0D0;
        box-shadow: 0px 2px 8px #D0D0D0;
    }
}

@media only screen and (max-width:1000px) {

    #wrap {
        width: 580px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-top: none;
        /*+box-shadow:0px 2px 8px #D0D0D0;*/
        -moz-box-shadow: 0px 2px 8px #D0D0D0;
        -webkit-box-shadow: 0px 2px 8px #D0D0D0;
        -o-box-shadow: 0px 2px 8px #D0D0D0;
        box-shadow: 0px 2px 8px #D0D0D0;
    }
}

@media only screen and (max-width:568px) {

    #wrap {
        width: 300px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-top: none;
        /*+box-shadow:0px 2px 8px #D0D0D0;*/
        -moz-box-shadow: 0px 2px 8px #D0D0D0;
        -webkit-box-shadow: 0px 2px 8px #D0D0D0;
        -o-box-shadow: 0px 2px 8px #D0D0D0;
        box-shadow: 0px 2px 8px #D0D0D0;
    }



    #logo {
        display: none;
    }

    #header {
        height: 40px;
    }
}

@media only screen and (max-device-width: 568px) {

    #wrap {
        width: 300px;
        margin: 0 auto;
        background: #FFFFFF;
        border: 1px solid #D1D0D0;
        border-top: none;
        /*+box-shadow:0px 2px 8px #D0D0D0;*/
        -moz-box-shadow: 0px 2px 8px #D0D0D0;
        -webkit-box-shadow: 0px 2px 8px #D0D0D0;
        -o-box-shadow: 0px 2px 8px #D0D0D0;
        box-shadow: 0px 2px 8px #D0D0D0;
    }

    #logo {
        display: none;
    }

    #header {
        height: 40px;
    }
}






/*#nav*/
#nav {
    width: 100%;
    height: 32px;
    padding: 0 0 6px;
    position: absolute;
    bottom: -7px;
    left: 0;
    border-bottom: 1px solid #CBDEE9;
    /*下面這個是配合bootcamp所改變的*/
    box-sizing: content-box;
}

    #nav UL {
        width: 100%;
        margin: 0;
        padding: 0 0 6px 20px;
    }

    #nav LI {
        float: left;
        margin: 0 1px;
        padding: 0 0 8px;
        background-position: 0 0;
        position: relative;
    }

        #nav LI.dk-tab H2 {
            padding: 0 0 0 5px;
            background: url(../images/nav/tab-l.png) no-repeat;
        }

            #nav LI.dk-tab H2 SPAN {
                display: block;
                background: url(../images/nav/tab-c.png) repeat-x;
            }

            #nav LI.dk-tab H2 A {
                height: 32px;
                padding: 0 12px;
                display: block;
                background: url(../images/nav/tab-r.png) no-repeat right top;
                color: #434343;
                line-height: 2.4em;
                text-align: center;
                color: #FFFFFF;
                font-size: 14px;
                font-weight: bold;
            }

        #nav LI:hover H2, #nav LI:hover H2 SPAN, #nav LI:hover H2 A, #nav LI:hover H2 A, #nav LI.dk-current H2, #nav LI.dk-current H2 SPAN, #nav LI.dk-tab-home:hover {
            background-position: 0px -32px !important;
        }

            #nav LI:hover H2 A, #nav LI.dk-current H2 A {
                text-decoration: none;
                color: #046295;
                background-position: right -32px !important;
            }

    #nav UL UL {
        width: 140px;
        padding: 8px 15px;
        display: none;
        position: absolute;
        top: 38px;
        background: #FFFFFF;
        border: 1px solid #CBDEE9;
        border-top: none;
        z-index: 2000;
        /*下面這個是配合bootcamp所改變的*/
        box-sizing: content-box;
        /*Alan Wu 2012/09/13*/
    }

    #nav UL LI:hover UL {
        display: block;
    }

    #nav UL UL LI {
        line-height: 1.2em;
        clear: left;
    }

        #nav UL UL LI A {
            color: #005786;
        }

    #nav LI.dk-tab-home A {
        width: 39px;
        height: 32px;
        padding: 0;
        display: block;
        background: url(../images/nav/home.png) no-repeat;
        text-indent: -9999px;
    }
/*#mian*/
#main {
    width: 100%;
    padding: 7px 0 20px;
    margin: 7px 0 0;
    overflow: hidden;
    /* background: url(../images/main-bg.png) repeat-y; */
}
/*#content*/
#content {
    /* width: 750px; */
    position: relative;
    padding: 15px;
    /* float: left; */
    min-height: 500px;
}

    #content H1 {
        padding: 7px 20px;
        padding-top: 12px\0/;
        =padding-top: 14px;
        margin: 0 -19px 15px -20px;
        line-height: 1.2em\0/;
        background: #EEEEEE;
        font-size: 23px;
        font-weight: bold;
        color: #0359AB;
        /*+box-shadow:-3px 1px 6px #C1C1C1;*/
        -moz-box-shadow: -3px 1px 6px #C1C1C1;
        -webkit-box-shadow: -3px 1px 6px #C1C1C1;
        -o-box-shadow: -3px 1px 6px #C1C1C1;
        box-shadow: -3px 1px 6px #C1C1C1;
    }

    #content H2 {
        margin: 15px 0;
        font-size: 20px;
        font-weight: bold;
        color: #0359AB;
    }

    #content H3 {
        margin: 15px 0;
        font-size: 15px;
        font-weight: bold;
        color: #AA8835;
    }

    #content UL {
        list-style: disc inside;
    }
/*#sidebar*/

#easingSideBar {
    position: absolute;
    top: 0;
    right: 0;
    background: #EEE;
    border: 1px solid #C9C9C9\0/;
    /*+border-radius:6px;*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    /*+box-shadow:0px 1px 6px #BEACAC;*/
    -moz-box-shadow: 0px 1px 6px #BEACAC;
    -webkit-box-shadow: 0px 1px 6px #BEACAC;
    -o-box-shadow: 0px 1px 6px #BEACAC;
    box-shadow: 0px 1px 6px #BEACAC;
}

.easingControl {
    position: absolute;
    left: -22px;
    top: 0;
    width: 22px;
    height: 22px;
}

.easingClose {
    background: url(../images/collapse_left.png) no-repeat;
}

.easingOpen {
    background: url(../images/collapse_right.png) no-repeat;
}

#sidebar {
    width: 190px;
    padding: 0 15px 20px 15px;
    /* float: right; */
}

    #sidebar #profile {
        height: 110px;
        margin: 0 0 20px;
        position: relative;
        border-bottom: 1px solid #B2B2B2;
    }

        #sidebar #profile IMG.dk-p-photo {
            position: absolute;
            bottom: 5;
            right: 0;
            border: 1px solid #DADADA;
            /*+box-shadow:1px 3px 4px #BEBABA;*/
            -moz-box-shadow: 1px 3px 4px #BEBABA;
            -webkit-box-shadow: 1px 3px 4px #BEBABA;
            -o-box-shadow: 1px 3px 4px #BEBABA;
            box-shadow: 1px 3px 4px #BEBABA;
        }

    #sidebar #news .dk-section {
        padding: 8px;
        background: #FFFFFF;
        border: 1px solid #C9C9C9\0/;
        /*+border-radius:6px;*/
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -khtml-border-radius: 6px;
        border-radius: 6px;
        /*+box-shadow:0px 1px 6px #BEACAC;*/
        -moz-box-shadow: 0px 1px 6px #BEACAC;
        -webkit-box-shadow: 0px 1px 6px #BEACAC;
        -o-box-shadow: 0px 1px 6px #BEACAC;
        box-shadow: 0px 1px 6px #BEACAC;
    }

    #sidebar #news .dk-title H2 {
        background: url(../images/sidebar-section-arrow.png) no-repeat center right;
        font-weight: bold;
        color: #456F86;
    }

    #sidebar #news .dk-section LI {
        margin: 0.2em 0;
        color: #5F718F;
    }

        #sidebar #news .dk-section LI SPAN {
            margin: 0 0.4em;
        }

            #sidebar #news .dk-section LI SPAN A {
                font-weight: bold;
                padding: 0.2em;
            }
/*.dk-login*/
FORM.dk-login {
    margin: 0 0 0 40%;
}

    FORM.dk-login H2 {
        margin: 30px 0 10px !important;
        font-size: 15px !important;
    }

    FORM.dk-login LABEL {
        margin: 0 0.5em 0 0;
    }

    FORM.dk-login INPUT[type=text], FORM.dk-login INPUT[type=password] {
        margin: 5px 0;
        border: 1px solid #BFBFBF;
        padding: 4px;
        color: #006399;
        vertical-align: middle;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
        border-radius: 4px;
        -moz-box-shadow: 1px 1px 5px #CBCBCB;
        -webkit-box-shadow: 1px 1px 5px #CBCBCB;
        -o-box-shadow: 1px 1px 5px #CBCBCB;
        box-shadow: 1px 1px 5px #CBCBCB;
    }
/*clearfix*/
.dk-clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.dk-clearfix {
    display: inline-block;
}

HTML[xmlns] .dk-clearfix {
    display: block;
}

* HTML .dk-clearfix {
    height: 1%;
}
/*AlanWu
jQuery UI overwrite*/
INPUT.ui-button {
    padding: 0.4em 0.6em;
}

.ui-widget {
    font-size: 0.95em;
}

/*Global*/
.red, LABEL.errorMsg {
    color: #F00;
}
/*邵:不了解為什麼要有這個
INPUT[type="text"], INPUT[type="password"]
{
	width: 120px;
}*/
.wTable {
    width: 100%;
}

TABLE.noBorder TD {
    border: 0;
}

.fltl {
    float: left;
}

.fltr {
    float: right;
}

.clr {
    clear: both;
}

TR.notOnShelf {
    background-color: #CCC;
}

.notOnShelf {
    background-color: #CCC;
}

TR.notice {
    background-color: #FC9;
}

#ajaxMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #999;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 65536;
}

    #ajaxMask div {
        width: 32px;
        height: 32px;
        position: fixed; /*固定位置定位*/
        top: 50%; /*距離上方的位置*/
        left: 50%; /*距離左方的位置*/
        margin-top: -16px; /*上方邊界*/
        margin-left: -16px; /*左方邊界*/
        /*vertical-align : middle;*/
    }

    #ajaxMask img {
        width: 32px;
        height: 32px;
    }

/*  Table */
table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    table th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

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;
}


.textWidth {
    width: 250px !important;
}

.spanWidth {
    display: inline-block;
    width: 105px;
}

.ui-dialog {
    position: fixed;
    left: 30%;
    top: 30%;
    z-index: 10;
}

.required {
    color: red;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bbb;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #bbb;
}

:-moz-placeholder { /* Firefox 18- */
    color: #bbb;
}

/*慶賢 2021/10/26 依條件字體變色*/
/*電話號碼有誤-會員名稱*/
/*疑似無效資料-會員名稱*/
.validcolor-Uncertain {
    color: orange;
}

/*確認無效資料-會員名稱*/
.validcolor-Invalid {
    color: red;
}
/*table 提示訊息*/
/*目前是加在 (.dataTables_length) Next*/
.Table-PromptMessage {
    float: left;
    width: 100%;
}
/*END*/
}

.EmployeeMobileVerifyLogModalShow, .EmployeeEMailVerifyLogModalShow {
    margin-top: 5px;
}