﻿/********************************      Basic Structure      ********************************/

html {
    font-size: 100%;
    height: 99.926%;
    margin-bottom: 1px; /* 永遠出現滾動軸，避免跳頁出現  */
}

body {
    font-size: 14px;
    color: #454545;
    height: 100%;
    position: relative;
    font-family: Microsoft JhengHei;
}

#body-wrapper {
    height: 100%;
    height: auto !important; /*舊IE*/
    min-height: 100%;
    background-repeat: repeat-y;
}

/********************************      元素風格      ********************************/

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1000px; /* 網頁標題 */
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0;
}

a {
    color: #4a4a4a;
    font-size: 13px;
    letter-spacing: 1px;
}

    a:link,
    a:visited {
        color: #c44712;
        letter-spacing: 1px;
        text-decoration: none;
    }

    a:hover,
    a:active {
        color: #D3301E;
        letter-spacing: 1px;
        text-decoration: none;
    }

    a:focus {
        outline: 1px;
    }

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 0.85em;
}

pre {
    font-family: monospace;
}

p {
    line-height: 1.6em;
    padding-top: 5px;
    padding-bottom: 15px;
}

/********************************      Login Page      ********************************/

/*前景背景*/
#login_wrapper {
    background-repeat: repeat-x;
}

/*前景*/
#login_wrapper_in {
    /* background-position: center top;
    background-repeat: no-repeat;
    background: url(../images/graphy.png);*/
}

    #login_wrapper_in #login_top {
        width: 100%;
        text-align: center;
        padding-top: 60px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
        border-top: 5px #D3301E solid
    }

    #login_wrapper_in #login-content #verification {
        margin-bottom: 30px;
        margin-left: 90px;
    }

    #login_wrapper_in .loginscope {
    background-repeat: no-repeat;
    background-position: center top;
    width: 360px;
    height: 305px;
    margin-right: auto;
    margin-left: auto;
    background: rgba(255,255,255,0.7);
    box-shadow: 1px 1px 5px #DDD;
    margin-top: 3%;
    padding-top: 15px;
    border: 1px #DDD solid;
    }

    #login_wrapper_in #login-content {
        text-align: left;
        width: 350px;
        color: #000;
        font-weight: normal;
        font-size: 15px;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }

        #login_wrapper_in #login-content label {
            width: 90px;
            height: 30px;
            line-height: 30px;
            padding: 0;
            text-align: right;
            vertical-align: middle;
            float: left;
        }

        /*登入表單*/
        #login_wrapper_in #login-content input {
            width: 240px;
            height: 30px;
            font-size: 14px;
            color: #404040;
            letter-spacing: 1px;
            border: 1px solid #959595;
            background-color: #f4f4f4;
            margin-top: 0;
            margin-right: 0;
            margin-bottom: 20px;
            margin-left: 0;
            padding-left: 5px;
            padding-right: 5px;
            float: left;
        }

        form#form1 input#txtCheckCode {
        width: 25%;
        margin-right: 2%;
        }

        img#imgCode {
        max-width: 23%;
        margin-right: 1%;
        }

        a.verification-img {
        display: inline-block;
        position: relative;
        top: -11px;
        margin-left: 8px;
        font-family: Microsoft JhengHei;
        border-bottom: 1px #DDD solid;
        }

        #login_wrapper_in #login-content p {
            padding: 0;
        }

            #login_wrapper_in #login-content p#remember-password {
                float: right;
            }

                #login_wrapper_in #login-content p#remember-password input {
                    float: none;
                    width: auto;
                    border: 0;
                    background: none;
                    margin: 0 10px 0 0;
                }

        #login_wrapper_in #login-content .loginbtn {
            text-align: center;
            margin-top: 10px;
            border-top-width: 1px;
            border-top-style: dashed;
            border-top-color: #BCBCBC;
            padding-top: 10px;
        }

        #login_wrapper_in #login-content .button {
            width: auto;
            min-height: 35px;
            float: none;
            padding: 0px 14px!important;
            margin-top: 8px;
        }
/********************************      General Classes      ********************************/

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}
/************ Button ************/
.button {
    color: #ffffff !important;
    border: 1px solid #ca600c !important;
    padding: 4px 7px 4px 7px !important;
    font-size: 15px !important;
    background-color: #D3301E;
    background: linear-gradient(top,#D3301E,#BA2B1B);
    background: -moz-linear-gradient(top,#D3301E,#BA2B1B);
    background: -webkit-linear-gradient(top,#D3301E,#BA2B1B);
    cursor: pointer;
    display: inline-block;
}

    .button:hover {
        text-decoration: underline;
    }

    .button:active {
        padding: 5px 7px 3px 7px !important;
    }

fieldset .button {
    margin-right: 10px;
}

a.remove-link {
    color: #bb0000;
}

    a.remove-link:hover {
        color: #333333;
    }

/********************************      左選單Sidebar      ********************************/

#sidebar {
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 15px;
    background-image: url(../images/bg-sidebar.png);
    background-repeat: repeat;
    background: #fafafa;
    border-right: 1px solid #c8c8c8;
}

    #sidebar #sidebar-wrapper {
        margin: 0 0 0 0px;
    }

    #sidebar a,
    #sidebar a:active {
        text-decoration: underline;
    }

        #sidebar a:hover {
            color: #333;
            text-decoration: none;
        }

    #sidebar #sidebar-title {
        margin: 40px 0 40px 15px;
    }

    #sidebar #logo_login {
        margin: 40px 0 40px 0;
    }

    #sidebar #logo_index {
        margin-right: auto;
        margin-left: auto;
        text-align:center;

    }

img#logo_index {
    max-width: 60%;
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 2%;
}

    #sidebar #profile-links {
        padding-top: 2;
        padding-right: 2px;
        padding-bottom: 15px;
        padding-left: 2px;
        text-align: center;
    }
    /************ Sidebar Accordion Menu ************/

    #sidebar #main-nav {
        width: 230px;
        padding: 0;
        margin: 0 0 0 0px;
        font-family: Helvetica, Arial, sans-serif;
        border-top: 1px #CCC solid;
    }

        #sidebar #main-nav li {
            list-style: none;
            text-align: right;
        }

            #sidebar #main-nav li a.nav-top-item {
                font-family: "微軟正黑體";
                color: #444;
                font-size: 16px;
                font-weight: 800;
                letter-spacing: 2px;
                padding: 16px 15px;
                background: linear-gradient(top,#D3301E,#BA2B1B);
                background: -moz-linear-gradient(top,#D3301E,#BA2B1B);
                display: block;
                cursor: pointer;
                text-decoration: none;
                background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #fafafa));
                border-bottom: 1px solid #c8c8cb;
                border-top: 1px solid #fcfcfc;
            }

            #sidebar #main-nav li a.current {
                font-family: "微軟正黑體";
                font-size: 14px;
                color: #333;
                font-weight: bold;
            }

        #sidebar #main-nav ul {
            padding: 0;
            margin: 0;
        }

            #sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
                padding: 0;
            }

                #sidebar #main-nav ul li a {
                    padding: 8px 15px;
                    display: block;
                    color: #333;
                    line-height: 1.2em;
                    text-decoration: none;
                }

                    #sidebar #main-nav ul li a:link, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:visited,
                    #sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
                        font-family: "微軟正黑體";
                        font-size: 16px;
                        font-weight: bold;
                        text-decoration: none;
                    }

                        #sidebar #main-nav ul li a:link, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:visited {
                            color: #333333;
                            background: #DDD;
                        }

                            #sidebar #main-nav ul li a:hover, #sidebar #main-nav ul li a.current, #sidebar #main-nav ul li a.current:hover {
                                color: #D3301E;

                            }

                    #sidebar #main-nav ul li a.current {
                        background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
                        text-decoration: underline;
                    }
/************ Messages ************/

#messages p, #messages form {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#messages h4 {
    padding: 10px 0;
}

#messages fieldset {
    margin: 0;
}

#messages textarea {
    margin: 0 0 15px 0;
}
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 0;
    margin-left: 260px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.column-left {
    width: 48%;
    float: left;
}

.column-right {
    width: 48%;
    float: right;
}

#page-intro {
    font-size: 17px;
    padding: 0 0 20px 0;
}

#footer {
    margin: 40px 0 0 0;
    padding: 20px 30px;
    font-size: 13px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #616161;
    background: hsla(0, 0%, 100%, 0.67);
    min-height: 240px;
}
    #footer .footer_L {
        float: left;
    }

    #footer .footer_R {
        float: right;
    }

/************ Lists ************/

#main-content ul, #main-content ol {
    padding: 10px 0;
}
    /* Unordered List */

    #main-content ul li {
        background: url('../images/icons/bullet_black.png') center left no-repeat;
        padding: 4px 0 4px 20px;
        list-style-type: none;
    }
    .Navigation-bar {
    width: 40%;
    text-align: left;
    display: inline-block;
    float: left;
    }

    ul.sign-out_box {
    min-width: 9%;
    text-align: center;
    margin-right: -15px;
    display: inline-block;
    }

    #breadcrumb a:link:hover, #breadcrumb a:visited:hover {
    color: #FFF;
    }
/* Ordered List */

#main-content ol {
    padding: 0 0 0 24px;
}

    #main-content ol li {
        list-style: decimal;
        padding: 4px 0;
    }
/*************** Content Box ***************/

.content-box {
    border: 1px solid #999999;
    margin: 0 0 20px 0;
    background: #fff;
}

.content-box-header {
    height: 40px;
    background: #D3301E;
    color: #FFF;
}

.content-box-header h3 {
    font-family: Microsoft JhengHei;
    letter-spacing: 1px;
}

    .content-box-header h3 {
        padding: 12px 15px 10px;
        float: left;
    }

ul.content-box-tabs {
    float: right;
    padding: 12px 15px 0 0 !important;
    margin: 0 !important;
}

    ul.content-box-tabs li {
        float: left;
        margin: 0;
        padding: 0 !important;
        background-image: none !important;
    }

        ul.content-box-tabs li a {
            color: #333;
            padding: 8px 10px;
            display: block;
            margin: 1px;
            border-bottom: 0;
        }

            ul.content-box-tabs li a:hover {
                color: #57a000;
            }

            ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
            }

.content-box-content {
    padding: 20px;
    font-size: 13px;
    border-top: 1px solid #ccc;
}
/************ Table ************/

#main-content table {
    width: 100%;
    font-size: 15px;
    color: #454545;
    border-collapse: collapse;
}

    #main-content table thead th {
        font-weight: bold;
        font-size: 15px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #B0B0B0;
    }

    #main-content table th {
        padding: 10px;
        line-height: 1.3em;
        text-align: center;
        vertical-align: middle;
    }

#main-content #tdSubject {
    padding: 10px;
    line-height: 1.3em;
    text-align: left;
    vertical-align: middle;
}

#main-content table td {
    padding: 10px;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
    border: 1px #DDD solid;
}

#main-content table thead td {
    border: none;
}

#main-content table tfoot td .bulk-actions {
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

#main-content table tfoot td {
    padding: 4px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B0B0B0;
}

.tab-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tab-content table tbody tr {
    border-bottom: 1px solid #e8e8e8;
}

    .tab-content table tbody tr:hover,
    .tab-content table tbody tr:active,
    .tab-content table tbody tr:focus {
        background-color: #eeebe5;
    }

div#tab1 table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}
div#tab1 table thead tr th {
    background: #7e7e7e;
    color: #FFF;
}

/************ DateTime Table ************/
#main-content .main-content-datetime table td, #main-content .main-content-datetime table th {
    padding: 0px;
    line-height: 1.3em;
}

/*************** Pagination ***************/

#main-content .pagination {
    text-align: center;
    padding: 45px 0 18px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    min-height: 45px;
}

.pagination a {
    border: 1px #CCC solid;
    padding: 8px 12px;
    margin: 0px -3px;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

    .pagination a.number {
        border: 1px solid #ddd;
    }

    .pagination a.current {
        color: #fff !important;
        background-color: #D3301E;
        background: linear-gradient(top,#D3301E,#BA2B1B);
        background: -moz-linear-gradient(top,#D3301E,#BA2B1B);
        background: -webkit-linear-gradient(top,#D3301E,#BA2B1B);
    }

        .pagination a.current:hover {
            text-decoration: underline;
        }
/************ Shortcut Buttons ************/

.shortcut-button,.shortcut-buttons-set input {
    border: 1px solid #999999;
    display: block;
    background-color: #f7f7f7;
    background-image: url(../images/shortcut-button-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .shortcut-button span{
        color: #555;
        font-size: 13px;
        text-align: center;
        line-height: 1.3em;
        border: 1px solid #fff;
        background-image: url(../images/icons/mark_add.png);
        background-position: 8px center;
        background-repeat: no-repeat;
        display: block;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
            padding-left: 30px;
    }
    .shortcut-buttons-set input {
        color: #555;
        font-size: 13px;
        text-align: center;
        line-height: 1.3em;
        border: 1px solid #fff;
        background-position: 8px center;
        display: block;
        padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
            padding-left: 10px;
    border: 1px solid #999999;
    }

    .shortcut-button:hover,.shortcut-buttons-set input:hover {
        background-image: url(../images/back_brown.png);
        background-repeat: repeat;
    }

    .shortcut-button span:hover {
        color: #333333;
    }

.shortcut-button1 {
    border: 1px solid #999999;
    display: block;
    background-color: #f7f7f7;
    background-image: url(../images/shortcut-button-bg.png);
    background-repeat: repeat-x;
    background-position: left top;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .shortcut-button1 span {
        color: #555;
        font-size: 13px;
        text-align: center;
        line-height: 1.3em;
        border: 1px solid #fff;
        background-position: 8px center;
        background-repeat: no-repeat;
        display: block;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .shortcut-button1:hover {
        background-image: url(../images/back_brown.png);
        background-repeat: repeat;
    }

    .shortcut-button1 span:hover {
        color: #333333;
    }

ul.shortcut-buttons-set li {
    padding: 0 !important;
    background: 0;
    float: right;
}

.td_button img {
    margin-right: 5px;
    margin-left: 8px;
}

/*************** Forms ***************/

form label {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

form .label {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}

form fieldset legend {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

form p small {
    font-size: 1em;
    color: #777;
}

form input.text-input, form select, form textarea, form .wysiwyg {
    font-size: 14px;
    color: #454545;
    border: 1px solid #999999;
    padding: 5px;
    background-color: #FFF;
    background-image: url(../images/bg-form-field.gif);
    background-repeat: repeat-x;
    background-position: left top;
    width: 20%;
    height: 20px;
}

select#ContentPlaceHolder1_DropUnit {
    height: 38px;
}

a#ContentPlaceHolder1_ProSearch, a#ContentPlaceHolder1_ClearSearch {
    background: none;
    color: #444!important;
    border: 1px #7e7e7e solid!important;
    border-radius: 3px;
    text-decoration: none;
}

a#ContentPlaceHolder1_ProSearch:hover, a#ContentPlaceHolder1_ClearSearch:hover {
    background: #DDD;
}

form .small-input {
    width: 25% !important;
}

form .medium-input {
    width: 50% !important;
}

form .large-input {
    width: 97.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form textarea {
    width: 97.5% !important;
    font-family: Arial, Helvetica, sans-serif;
}

form select {
    padding: 4px;
    background: #fff;
    height: 30px;
}

form input[type="checkbox"], form input[type="radio"] {
    padding: 0;
    background: none;
    border: 0;
}
/*************** Notifications ***************/

.notification {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
}

    .notification input,
    .notification .button {
        margin-left: 5px;
        margin-right: 5px;
    }

.attention {
    background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #e6db55;
    color: #666452;
}

.information {
    color: #585b66;
    border: none;
    margin: 0 auto;
    font-weight: bold;
}

select.tenant-select01 {
    width: 7%;
    height: 33px;
    margin-right: 0.9%;
}

.success {
    background: #d5ffce url('../images/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #ffcece url('../images/icons/cross_circle.png');
    border-color: #df8f8f;
    color: #665252;
}

/*登入框警告框*/
.notification div {
    display: block;
    font-style: normal;
    line-height: 1.5em;
    text-align: center;
    padding: 10px;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}
/* Notification for form inputs */

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}
/* Notification for login page */

#login-wrapper #login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}
/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

#facebox .b {
    background: url(../images/b.png);
}

#facebox .tl {
    background: url(../images/tl.png);
}

#facebox .tr {
    background: url(../images/tr.png);
}

#facebox .bl {
    background: url(../images/bl.png);
}

#facebox .br {
    background: url(../images/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

    #facebox .popup {
        position: relative;
    }

    #facebox table {
        border-collapse: collapse;
    }

    #facebox td {
        border-bottom: 0;
        padding: 0;
    }

    #facebox .body {
        padding: 10px;
        background: #fff;
        width: 370px;
    }

    #facebox .loading {
        text-align: center;
    }

    #facebox .image {
        text-align: center;
    }

    #facebox img {
        border: 0;
        margin: 0;
    }

    #facebox .footer {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
        height: 10px;
        width: 10px;
        overflow: hidden;
        padding: 0;
    }

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}
/*************** jQuery WYSIWYG ***************/

div.wysiwyg {
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    width: 97.5% !important;
}

    div.wysiwyg * {
        margin: 0;
        padding: 0;
    }

    div.wysiwyg ul.panel {
        border-bottom: 1px solid #cccccc;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
    }

        div.wysiwyg ul.panel li {
            list-style-type: none;
            float: left;
            margin: 0 2px;
            padding: 0 !important;
            background: #ffffff;
            background-image: none !important;
        }

            div.wysiwyg ul.panel li.separator {
                height: 16px;
                margin: 0 4px;
                border-left: 1px solid #cccccc;
            }

            div.wysiwyg ul.panel li a {
                display: block;
                padding: 0 !important;
                width: 16px;
                height: 16px;
                background: url('../images/icons/jquery.wysiwyg.gif') no-repeat -64px -80px;
                border: 0;
                cursor: pointer;
                padding: 1px;
            }

                div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
                }

                div.wysiwyg ul.panel li a.active {
                    background-color: #f9f9f9;
                    border: 1px solid #cccccc;
                    border-left-color: #aaaaaa;
                    border-top-color: #aaaaaa;
                    padding: 0;
                }

                div.wysiwyg ul.panel li a.bold {
                    background-position: 0 -16px;
                }

                div.wysiwyg ul.panel li a.italic {
                    background-position: -16px -16px;
                }

                div.wysiwyg ul.panel li a.strikeThrough {
                    background-position: -32px -16px;
                }

                div.wysiwyg ul.panel li a.underline {
                    background-position: -48px -16px;
                }

                div.wysiwyg ul.panel li a.justifyLeft {
                    background-position: 0 0;
                }

                div.wysiwyg ul.panel li a.justifyCenter {
                    background-position: -16px 0;
                }

                div.wysiwyg ul.panel li a.justifyRight {
                    background-position: -32px 0;
                }

                div.wysiwyg ul.panel li a.justifyFull {
                    background-position: -48px 0;
                }

                div.wysiwyg ul.panel li a.indent {
                    background-position: -64px 0;
                }

                div.wysiwyg ul.panel li a.outdent {
                    background-position: -80px 0;
                }

                div.wysiwyg ul.panel li a.subscript {
                    background-position: -64px -16px;
                }

                div.wysiwyg ul.panel li a.superscript {
                    background-position: -80px -16px;
                }

                div.wysiwyg ul.panel li a.undo {
                    background-position: 0 -64px;
                }

                div.wysiwyg ul.panel li a.redo {
                    background-position: -16px -64px;
                }

                div.wysiwyg ul.panel li a.insertOrderedList {
                    background-position: -32px -48px;
                }

                div.wysiwyg ul.panel li a.insertUnorderedList {
                    background-position: -16px -48px;
                }

                div.wysiwyg ul.panel li a.insertHorizontalRule {
                    background-position: 0 -48px;
                }

                div.wysiwyg ul.panel li a.h1 {
                    background-position: 0 -32px;
                }

                div.wysiwyg ul.panel li a.h2 {
                    background-position: -16px -32px;
                }

                div.wysiwyg ul.panel li a.h3 {
                    background-position: -32px -32px;
                }

                div.wysiwyg ul.panel li a.h4 {
                    background-position: -48px -32px;
                }

                div.wysiwyg ul.panel li a.h5 {
                    background-position: -64px -32px;
                }

                div.wysiwyg ul.panel li a.h6 {
                    background-position: -80px -32px;
                }

                div.wysiwyg ul.panel li a.cut {
                    background-position: -32px -64px;
                }

                div.wysiwyg ul.panel li a.copy {
                    background-position: -48px -64px;
                }

                div.wysiwyg ul.panel li a.paste {
                    background-position: -64px -64px;
                }

                div.wysiwyg ul.panel li a.increaseFontSize {
                    background-position: -16px -80px;
                }

                div.wysiwyg ul.panel li a.decreaseFontSize {
                    background-position: -32px -80px;
                }

                div.wysiwyg ul.panel li a.createLink {
                    background-position: -80px -48px;
                }

                div.wysiwyg ul.panel li a.insertImage {
                    background-position: -80px -80px;
                }

                div.wysiwyg ul.panel li a.html {
                    background-position: -48px -48px;
                }

                div.wysiwyg ul.panel li a.removeFormat {
                    background-position: -80px -64px;
                }

                div.wysiwyg ul.panel li a.empty {
                    background-position: -64px -80px;
                }

    div.wysiwyg iframe {
        border: 0;
        margin: 5px 0 0 0;
        clear: left;
        width: 97.5% !important;
    }

#main-content .pages_tit {
    color: #584f47;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #939393;
}

span#FunctionName {
    font-family: Microsoft JhengHei;
}
/* Top Breadcrumb */

#breadcrumb {
    height: 20px;
    text-shadow: 1px 1px 1px #e4e4e4;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
    text-align: right;
    background-image: url(../images/back_brown.png);
    background-repeat: repeat;
}

    #breadcrumb ul {
        list-style-type: none;
        min-width: 230px;
    }

    #breadcrumb li {
        padding-right: 5px;
        list-style-type: disc;
        display: inline;
    }

        #breadcrumb li.current {
            font-size: 13px;
            list-style-type: none;
        }

    #breadcrumb a {
        color: #333333;
        text-decoration: none;
    }

        #breadcrumb a:link {
            color: #333333;
            text-decoration: none;
        }

        #breadcrumb a:visited {
            color: #333333;
            text-decoration: none;
        }

        #breadcrumb a:hover {
            color: #003d80;
        }

        #breadcrumb a:active {
            color: #003d80;
        }

/* Top User Info Box */

.user, .notifications {
    color: #333;
    overflow: auto;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-left: 15px;
    background-image: url(../images/user_bg.png);
    text-align: center;
    display: none;
}

.user_top {
    margin-left: 10px;
    background-image: url(../images/user_bg_top.png);
    background-repeat: no-repeat;
    height: 12px;
    background-position: right;
}

.user_down {
    margin-left: 10px;
    margin-bottom: 10px;
    background-image: url(../images/user_bg_down.png);
    height: 12px;
    background-position: right top;
    background-repeat: no-repeat;
}

.user p, .notifications p {
    line-height: 0.5em;
}

.user img {
    float: left;
    margin: 5px 15px 10px 0;
}

.username {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 20px;
}
/*左邊選單Administrator下按鈕*/
.userbtn {
    float: left;
    text-align: center;
    padding-left: 15px;
}

    .userbtn a {
        width: 58px;
        /*border-radius: 5px;*/ /*導圓角*/
        /*-moz-border-radius: 5px;*/ /*導圓角*/
        font-size: 13px;
        line-height: 30px;
        padding-right: 5px;
        padding-left: 5px;
        background-color: #eb6831;
        background: linear-gradient(top,#eb6831,#bf4410);
        background: -moz-linear-gradient(top,#eb6831,#bf4410);
        background: -webkit-linear-gradient(top,#eb6831,#bf4410);
        display: block;
    }

        .userbtn a:link {
            color: #FFFFFF;
            text-decoration: none;
            display: block;
        }

        .userbtn a:visited {
            text-decoration: none;
            display: block;
        }

        .userbtn a:hover {
            background-image: url(../images/bg_btn_grey_sml.png);
            background-position: 0 -30px;
            text-decoration: none;
            display: block;
        }

        .userbtn a:active {
            background-image: url(../images/bg_btn_grey_sml.png);
            background-position: 0 -30px;
            text-decoration: none;
            display: block;
        }
/*按鈕字體*/
#userbtnfont {
    color: #ffffff;
}

    #userbtnfont a:link,
    #userbtnfont a:visited {
        color: #ffffff;
        text-decoration: none;
        border: 1px solid #a13000;
    }

    #userbtnfont a:hover,
    #userbtnfont a:active {
        color: #333333;
        text-decoration: none;
        border: 1px solid #999999;
    }

.notifycount {
    float: left;
    width: 35px;
    height: 20px;
    text-align: center;
    font-size: 18px;
    display: block;
    line-height: 1.6em;
    margin-right: 10px;
    letter-spacing: -1px;
    background-image: url(../images/bg_notify_count.png);
    background-repeat: no-repeat;
    padding-top: 10px;
    color: #FFF;
}


/* Side Notifications Link */

.notifications a {
    text-decoration: none;
    color: #fff;
}

.notifications .smltxt {
    font-size: 13px;
    color: #666;
}

div .notifypop a:link {
    color: #FFF;
}

/* checkboxlist item */
.checkBoxList  {
    margin: -20px 0px 20px 0px;
    border:1px solid red;
}
.checkBoxList label {
    display: inline;
    padding-left: 10px;
    margin-bottom:10px
}

/*月曆頁面*/
.calenderSection {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 12rem;
}

	.calenderSection p {
		font-family: 微軟正黑體;
		font-size: 24px;
		font-weight: bold;
		color: #624a77;
		margin-bottom: 30px;
	}

.calenderLeft {
	width: 550px;
	margin-right: 50px;
}

.calenderRight {
	width: 450px;
}

	.calenderRight p {
		margin-bottom: 70px;
	}

.calenderConfirm {
	background-color: rgb(211, 224, 230);
	border-radius: 10px;
	font-family: 微軟正黑體;
	font-weight: bold;
	color: #324670;
	line-height: 30px;
	width: 100%;
	padding: 30px 30px 35px;
}

/*月曆的按鈕*/
.btn_calender {
	font-family: 微軟正黑體;
	font-weight: normal;
	color: #fff;
	border-radius: 50px;
	background-color: #386182;
	cursor: pointer;
	margin: 40px auto 0;
	text-decoration: none;
}

	.btn_calender:hover {
		background-color: #a7bed1;
	}

.btn_calender_next {
	padding: 8px 24px;
	font-size: 14px;
	letter-spacing: 5px;
}

.btn_calender_cancel {
	padding: 8px 24px;
	font-size: 14px;
	margin-right: 20px;
}

.btn_calender_modify {
	padding: 8px 24px;
	font-size: 14px;
}
/*↑月曆頁面↑*/

/*查詢預約狀態*/
.reserStatus {
	width: 800px;
	background-color: #efefef;
	font-family: 微軟正黑體;
	font-weight: bold;
	margin: -10px auto 0;
	padding: 0 5% 40px;
	position: relative;
	letter-spacing: 2px;
}

.statusList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

	.statusList li {
		font-family: 微軟正黑體;
		color: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		width: 100px;
		height: 100px;
		background-color: #a3b98e;
		border-radius: 50%;
		position: relative;
	}

		.statusList li + li {
			margin-left: 100px;
		}

			.statusList li + li::before {
				content: '';
				position: absolute;
				width: 100px;
				height: 5px;
				background-color: #a3b98e;
				top: 0;
				bottom: 0;
				right: 100px; /*照理說如果電腦沒壞掉不應該有這行存在*/
				margin: auto;
			}

		.statusList li.active ~ li {
			background-color: #acacac;
		}

			.statusList li.active ~ li::before {
				background-color: #acacac;
			}