﻿@charset "utf-8";
/* CSS Document */
body {
    background: #f4f4f4;
    font-family: "微軟正黑體" !important;
}

/*** 漸變效果 ****/
/**:link, *:visited, *:hover, *:active, *:focus , * {
-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear, height .20s linear;
-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear, height .20s linear;
-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear, height .20s linear;
transition: color .20s linear, background-color .20s linear, border-color .20s linear, height .20s linear;
}*/

/***** 表單預設文字顏色設定 *****/
/* 通用 */
::-webkit-input-placeholder {
    color: #6591b6;
}

::-moz-placeholder {
    color: #6591b6;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #6591b6;
}
/* ie */
input:-moz-placeholder {
    color: #6591b6;
}

/*** 大框架 ***/
.left-col {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    padding: 0px;
}
.right-col {
    padding: 10px;
    position: fixed;
    right: 0;
    /*bottom: 0;*/
    left: 250px;
    overflow-y: auto;
}

/*** ICON img 底色設定 ***/
.icon-img {
    background: #9f9f9f;
    padding: 5px;
    display: inline-table;
    margin: 2px;
}

/*** login 登入頁模組 ***/
.login-bg {
    background: #ecf5fc url(../images/login-bg.jpg) fixed no-repeat right top;
    background-size: cover;
}

.logo {
    position: absolute;
    left: 0;
    top: -70px;
}

    .logo img {
        max-width: 100px;
        height: auto;
        max-height: 40px;
        width: auto;
    }

.login-box {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -100px;
}

.login-box-out {
    background: url(../images/log-box-bg.jpg);
}

.login-box-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.login-box h3 {
    background: #545a72;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 0 0 15px 0;
    padding: 15px 10px;
    text-align: center;
}

.login-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    text-align: right;
}

    .login-pic img {
        width: auto;
        height: 100%;
    }

.login-form {
    width: 350px;
    z-index: 100;
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #fff;
    position: static;
    position: relative \9;
    background: url(../images/log-box-bg.jpg) \9;
}

    .login-form span {
        display: block;
        padding: 0 0 5px 0;
    }

    .login-form input,
    .login-form button {
        border: 0;
        margin-bottom: 5px;
    }

button.login-btn {
    background: #09c3d9;
    font-size: 18px;
    color: #fff;
    height: 75px;
    width: 100%;
    text-align: center;
}

button.password {
    background: #e9e761;
    color: #000;
    text-align: center;
    min-width: 100px;
}

input.checkbox {
    background: #fff;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #879aab;
    font-style: italic;
    font-family: "Gill Sans";
}

/*** form 表單元件***/
.modal-header {
    background: #44dc38;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.modal-title {
    color: #fff;
}

.modal-header .close span {
    color: #fff !important;
    text-shadow: 0 1px 0 #16689c;
}

.input-group {
    margin-bottom: 5px;
}

.input-group-addon {
    min-width: 100px;
    background: #f3f3f3;
    text-shadow: 1px 1px 0 #fff;
}

button.btn-style01 {
    background: #edae3f;
    color: #fff;
    line-height: 22px;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    button.btn-style01:hover {
        background: #4282b7;
        color: #fff;
    }

    button.btn-style01 img {
        width: 15px;
        height: auto;
        margin-right: 0px;
        margin-bottom: 2px;
    }

.calender-style01 {
    color: #91a2ac;
    font-size: 12px;
}
/*** 日曆 ***/

/*** pages 頁碼頁籤***/
.page {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
}

    .page input.page-numb {
        background: #fff;
        width: 30px;
        color: #6591b6;
        text-align: center;
        margin: 0 5px;
        border: 0;
        line-height: 18px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .page select.page-numb {
        background: #fff;
        width: 40px;
        color: #6591b6;
        text-align: center;
        margin: 0 5px;
        border: 0;
        line-height: 18px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 0 0 0 5px;
    }

.page-prev {
    width: 20px;
    height: auto;
    margin: 0 0px 0 10px;
    cursor: pointer;
}

.page-next {
    width: 20px;
    height: auto;
    margin: 0 3px;
    cursor: pointer;
}

/*** content-style01 內文樣式***/
.content-style01 .panel-heading {
    background: #bd8704;
    color: #fff;
    font-size: 16px;
}

    .content-style01 .panel-heading img.icon {
        width: 18px;
        height: auto;
        margin: 0 5px 3px 0;
        vertical-align: middle;
    }

.in-box {
    border: 1px #028bcd solid;
    margin: 10px 0;
}

    .in-box .panel-heading {
        background: #028bcd;
        color: #fff;
        font-size: 16px;
        padding: 5px 10px;
    }

.in-box02 {
    border: 1px #ebaf02 solid;
    margin: 10px 0;
}

    .in-box02 .panel-heading {
        background: #ebaf02;
        color: #fff;
        font-size: 16px;
        padding: 5px 10px;
    }

blockquote.con-title01 {
    margin: 10px 0 5px 0;
    padding: 0 0 0 10px;
}

/*** table-style01 表單樣式***/
table.wd-tab-01 > tbody > tr:hover > td {
    background: #5f83b9;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    border: 1px solid #5f83b9 !important;
}

table.wd-tab-01 > thead > tr > th {
    background: #fff;
    border-top: 5px #c7dafd solid !important;
    border-bottom: 1px #c7dafd solid;
}

.wd-tab-01 > tbody > tr:nth-of-type(odd) {
    background-color: #f2f5f9;
}

.wd-tab-01 > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.wd-tab-01 > tbody > tr {
    border: 1px solid #ddd !important;
}

.wd-tab-01 th a {
    color: #4f4f4f;
}

.wd-tab-01 th {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid #a8a8a8 !important;
    background: -webkit-linear-gradient( top, #f9f9f9, #ddd ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient( top, #f9f9f9, #ddd ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient( top, #f9f9f9, #ddd ); /* For Firefox 3.6 to 15 */
    background: linear-gradient( #f9f9f9, #ddd ); /* Standard syntax (must be last) */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dddddd',GradientType=0 );
    color: #4f4f4f;
}

/*** header  頭部區塊***/
.header {
    background: #fff;
    padding: 10px;
    margin: 0 0 0 250px;
    text-align: right;
    color: #6591b6;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
}

.home-btn {
    color: #958686;
    float: left;
    vertical-align: middle;
    line-height: 22px;
    display: none;
}

    .home-btn a {
        color: #958686;
        text-decoration: none;
        vertical-align: middle;
    }

        .home-btn a:hover {
            color: #0a63cd;
        }

    .home-btn img {
        width: 18px;
        height: auto;
        margin: 0 5px 5px 0;
        vertical-align: middle;
    }

.member-icon {
    margin-right: 5px;
    width: 17px;
    height: auto;
}

.log-inout {
    margin: 0;
    padding: 0 0 0 10px;
}

    .log-inout button {
        background: #f7931e;
        color: #fff;
        line-height: 22px;
        margin: 0;
        padding: 0 10px;
    }

        .log-inout button:hover {
            background: #e27423;
            color: #fff;
        }

/*** left area 左邊區塊***/
.sub-title {
    background: #4fadf3;
    line-height: 35px;
    padding-left: 20px;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

    .sub-title:hover {
        background: #4fadf3;
    }

.company-logo {
    padding: 15px 5px 5px 5px;
    text-align: center;
    font-size: 18px;
    color: #c5def2;
    display: block;
}

    .company-logo .logo {
        color: #b6fd63;
        font-size: 20px;
    }

    .company-logo .logo-pic {
        width: 100%;
        height: auto;
    }

.icon-open {
    width: 10px;
    height: auto;
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

.menu-close {
    transform: rotate(-180deg);
}

/*** left menu ***/

.sub-menu {
    overflow-y: auto;
    height: calc(100vh - 120px);
}

.sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sub-menu ul li {
        border-bottom: 1px #cae7fc dashed;
        position: relative;
    }

        .sub-menu ul li a {
            color: #555;
            display: block;
            text-decoration: none;
            padding: 5px 10px 5px 25px;
            min-height: 40px;
            line-height: 30px;
        }

            .sub-menu ul li a .icon {
                background: #4fadf3;
                width: 30px;
                display: block;
                vertical-align: middle;
                margin-right: 10px;
                text-align: center;
                line-height: 30px;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                float: left;
            }

                .sub-menu ul li a .icon img {
                    width: 19px;
                    height: auto;
                    margin-top: -3px;
                }

            .sub-menu ul li a:hover {
                color: #296e8f;
                text-shadow: -1px -1px 0 #fff;
            }

                .sub-menu ul li a:hover .icon,
                .sub-menu ul li.activ a .icon {
                    background: #f7931e;
                    -webkit-border-radius: 20px;
                    -moz-border-radius: 20px;
                    border-radius: 20px;
                }

        .sub-menu ul li.activ a {
            color: #f7931e;
            font-weight: bold;
            font-size: 1.17em;
        }

.clean {
    position: absolute;
    top: 10px;
    right: 15px;
}

    .clean .badge {
        background: #e230aa;
        color: #fff;
    }

    .clean img {
        width: 20px;
        height: auto;
        margin-left: 5px;
        cursor: pointer;
    }

/*** tool-menu 次次選單***/
.tool-menu {
    background: #47bbb1;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px !important;
}

    .tool-menu > li {
        color: #fff;
        min-width: 11.111%;
        margin: 0 !important;
        line-height: 20px;
        border-right: 1px #53ccc1 solid;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .tool-menu li img.icon {
        width: 20px;
        height: auto;
        vertical-align: middle;
        margin-right: 5px;
    }

    .tool-menu > li > a {
        padding: 5px 10px !important;
        color: #fff;
        text-align: center;
        display: block;
        border-radius: 0px;
    }

    .tool-menu > li:first-child {
        border-radius: 5px 0 0 5px;
    }

    .tool-menu > li:last-child {
        border-radius: 0px 5px 5px 0px;
        border-right: 0 !important;
    }

    .tool-menu > li > a:hover {
        background: #6a63ea !important;
        color: #fff;
    }

    .tool-menu > li.active > a {
        background: #6a63ea;
    }

    .tool-menu > li + li {
        margin: 0;
    }

    .tool-menu .open > a,
    .tool-menu .open > a:hover,
    .tool-menu .open > a:focus,
    .tool-menu li > a:focus {
        background: #6a63ea;
        color: #fff;
    }

    .tool-menu span {
        display: inline;
    }

.container {
    width: 100%;
    padding: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6a63ea;
}

@media all and (max-width: 1100px) {
    /*** tool-menu ***/
    .tool-menu > li {
        width: 25%;
        border-bottom: 1px #53ccc1 solid;
    }
}
/*** 小於800手機畫面 ***/
@media all and (max-width: 800px) {
    /* ** body ** */
    body {
        padding: 0px;
    }
    /*** header ***/
    .header {
        margin: 0 0 0 0px;
    }

    .left-col {
        background: #fff;
        position: static;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 5px;
    }

    .right-col {
        margin: 0 0 0 0px;
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }

    .sub-menu {
        height: auto;
    }

    .company-logo {
        display: none;
    }

    /*** login 登入頁模組 ***/
    .logo {
        background: #fff;
        position: static;
        width: 100%;
        margin: 0px auto;
        padding: 15px 30px;
    }

    .login-box {
        position: static;
        margin: 0;
        padding: 0;
    }

    .login-pic {
        background: none;
        position: static;
        width: 100%;
        z-index: 0;
    }

        .login-pic img {
            display: block;
            width: 100%;
            height: auto;
        }

    .login-form {
        width: 100%;
        padding: 0px 10px;
        margin: 0 0 0 0 !important;
    }

        .login-form input,
        .login-form button {
            margin-bottom: 10px;
        }

    button.login-btn {
        height: 40px;
    }

    button.password {
        width: 100%;
    }

    div.UICulture {
        margin-top: -30px;
    }

    /*** tool-menu ***/
    .sub-menu ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.8s ease-out;
        -moz-transition: max-height 0.8s ease-out;
        -ms-transition: max-height 0.8s ease-out;
        -o-transition: max-height 0.8s ease-out;
        transition: max-height 0.8s linear;
    }

        .sub-menu ul.open {
            max-height: 1000px;
            -webkit-transition: max-height 0.8s linear;
            -moz-transition: max-height 0.8s linear;
            -ms-transition: max-height 0.8s linear;
            -o-transition: max-height 0.8s linear;
            transition: max-height 0.8s linear;
        }

    .tool-menu > li {
        width: auto;
        line-height: 40px;
    }

        .tool-menu > li span {
            display: none;
        }

        .tool-menu > li img.icon {
            width: 22px;
        }
    /*** page ***/
    .page {
        text-align: center;
    }

        .page span {
            clear: both;
            display: block;
            height: 10px;
        }
}

/*------IE8的表單申請---------------------------------*/
.dropdown-submenu .dropdown-menu {
    top: -3px \9;
    left: 100% \9;
}

.ui-dialog-titlebar-close {
    display: none;
}

/* @media all and (max-width: 800px) { */
/* ---範圍和其對話框的間距---  
  select#cboViewProcess {
    position: relative;
    left: -35px;
  }*/

/* ---上, 下一頁btn---
  .page-prev,
  .page-next {
    width: 25px !important;
  }*/
span.glyphicon.glyphicon-menu-right {
    color: #ccc;
    font-size: 0.8em;
}
}
