﻿@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
    height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #fff;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

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, font, 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, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, legend, section {
    outline: 0px none;
    padding: 0;
    margin: 0;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clear_line {
    clear: both;
}

a {
    text-decoration: none;
    color: #474747;
}

.red {
    color: #FF0009;
}

.grey {
    color: #A5A5A5;
}

textarea, select, input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"] {
    border: #d0d0d0 solid 1px;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

    textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus {
        border: 1px solid #4b88c4;
        background: #f9f9f9;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(75, 136, 196, 0.6);
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(75, 136, 196, 0.6);
        -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(75, 136, 196, 0.6);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(75, 136, 196, 0.6);
    }

/* Mobile Layout: 480px and below. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: auto;
    padding-right: auto;
    clear: none;
    float: none;
}

#div1 {
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

/*Header*/
/*.header {
    width: 100%;
}*/

.container {
    padding: 20px;
    width: 1670px;
}

/*工單排程*/
.wordOrder_info .wordOrder_item .WOrder_but {
    display: block;
}

.wordOrder_info .wordOrder_item .WOrder_butX {
    display: none;
}

.drop_area .WOrder_but {
    display: none;
}

.drop_area .WOrder_butX {
    display: block;
}

.left_area {
    float: left;
    width: 360px;
}

.right_area {
    float: left;
    margin-left: 20px;
    max-width: 900px;
    width: 75%;
}

.wordOrder_title {
    color: #4b88c4;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 24px;
    border-bottom: #abcdee solid 1px;
    padding-left: 10px;
    box-sizing: border-box;
}

    .wordOrder_title font {
        margin: 0 5px 0 0;
    }

.workOrder_search {
    color: #707070;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    margin: 15px 0 0 10px;
}

.search_input {
    background: #f9f9f9;
    border: #d0d0d0 solid 1px;
    height: 26px;
    width: 280px;
    padding: 5px;
    box-sizing: border-box;
}

.wordOrder_info {
    background: #f9f9f9;
    border: #d0d0d0 solid 1px;
    height: 800px;
    width: 350px;
    overflow: auto;
    margin: 15px 0 0 10px;
    padding: 10px;
    box-sizing: border-box;
}

.wordOrder_item {
    margin: 0;
    background: -webkit-linear-gradient(#fcfcfc,#e6e6e6);
    background: -o-linear-gradient(#fcfcfc,#e6e6e6);
    background: -moz-linear-gradient(#fcfcfc,#e6e6e6);
    background: linear-gradient(#fcfcfc,#e6e6e6);
    border: #dddddd solid 1px;
    box-shadow: 1px 1px 2px 1px rgba(20%,20%,40%,0.5);
    -moz-box-shadow: 1px 1px 2px 1px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(20%,20%,40%,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    box-sizing: border-box;
    cursor: pointer;
}

    .wordOrder_item .WOrder_name {
        color: #8c9baa;
        font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
        font-size: 15px;
        float: left;
        width: 85%;
    }

    .wordOrder_item .WOrder_but {
        color: #ffffff;
        font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
        font-size: 14px;
        background: url(../images/clsesch/wordOrder_bg01.png) no-repeat;
        line-height: 16px;
        width: 46px;
        height: 40px;
        padding: 2px 5px 2px;
        text-align: center;
        margin-top: 1px;
        box-sizing: border-box;
        float: right;
    }

    .wordOrder_item .WOrder_butX {
        color: #ffffff;
        font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
        font-size: 24px;
        background: url(../images/clsesch/wordOrder_bg01.png) no-repeat;
        line-height: 16px;
        width: 46px;
        height: 40px;
        padding: 10px 5px;
        text-align: center;
        margin-top: 1px;
        box-sizing: border-box;
        float: right;
    }

    .wordOrder_item .WOrder_but1 {
        color: #ffffff;
        font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
        font-size: 14px;
        background: url(../images/clsesch/wordOrder_bg02.png) no-repeat;
        line-height: 16px;
        width: 23px;
        height: 20px;
        padding: 1px 0 0 0;
        margin-top: 1px;
        box-sizing: border-box;
        float: right;
        text-align: center;
    }

.workOrder_radio {
    color: #707070;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    margin: 15px 0 0 10px;
}

.page_but {
    float: right;
    margin-right: 20px;
    margin-bottom: 5px;
}

.wordOrder_info1 {
    background: #ffffff;
    border: #a3c8e9 solid 1px;
    margin: 0 0 0 10px;
    box-shadow: 2px 2px 6px 2px rgba(20%,20%,40%,0.5);
    -moz-box-shadow: 2px 2px 6px 2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow: 2px 2px 6px 2px rgba(20%,20%,40%,0.5);
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

#css_table {
    display: table;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

    #css_table .css_tr:nth-child(even) {
        background-color: #f1f1f1;
    }

.css_tr {
    display: table-row;
    width: 100%;
}

.css_td {
    display: table-cell;
    border-left: #adadad solid 1px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 10%;
    color: #1f1f1f;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    vertical-align: top;
}

.min_height {
    min-height: 150px;
}

.from_day {
    background: -webkit-linear-gradient(#8fbdec,#4784c4);
    background: -o-linear-gradient(#8fbdec,#4784c4);
    background: -moz-linear-gradient(#8fbdec,#4784c4);
    background: linear-gradient(#8fbdec,#4784c4);
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
}

.from_type {
    background: -webkit-linear-gradient(#8fbdec,#4784c4);
    background: -o-linear-gradient(#8fbdec,#4784c4);
    background: -moz-linear-gradient(#8fbdec,#4784c4);
    background: linear-gradient(#8fbdec,#4784c4);
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    border-left: #FFF solid 1px;
}

.from_type1 {
    background: -webkit-linear-gradient(#8fbdec,#4784c4);
    background: -o-linear-gradient(#8fbdec,#4784c4);
    background: -moz-linear-gradient(#8fbdec,#4784c4);
    background: linear-gradient(#8fbdec,#4784c4);
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    border-left: #FFF solid 1px;
}

#css_table .css_tr:nth-child(even) {
    background-color: #ccc;
}

#css_table .css_tr:nth-child(1) .css_td {
    background-color: #ccc;
    padding: 0;
}

#css_table .css_tr .css_td:nth-child(1) {
    vertical-align: middle;
    width: 5%;
}

#css_table .css_tr:nth-child(1) .css_td:nth-child(1) {
    border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
}

.sel_but {
    background: -webkit-linear-gradient(#67aed6,#448fba);
    background: -o-linear-gradient(#67aed6,#448fba);
    background: -moz-linear-gradient(#67aed6,#448fba);
    background: linear-gradient(#67aed6,#448fba);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    padding: 5px 30px;
    margin: 10px 0 0 10px;
    text-align: center;
    float: left;
    cursor: pointer;
}

    .sel_but:hover {
        background: -webkit-linear-gradient(#448fba, #67aed6);
        background: -o-linear-gradient(#448fba, #67aed6);
        background: -moz-linear-gradient(#448fba, #67aed6);
        background: linear-gradient(#448fba, #67aed6);
    }

.sel_year {
    float: left;
}

.closing_info ul {
    margin: 20px 0 0 0;
}

    .closing_info ul li {
        margin: 10px 0;
    }

.closing_mouth {
    color: #6f84ce;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 18px;
    float: left;
    margin-top: 5px;
    width: 50px;
}

.closing_stls {
    background: -webkit-linear-gradient(#9ac294,#7cac75);
    background: -o-linear-gradient(#9ac294,#7cac75);
    background: -moz-linear-gradient(#9ac294,#7cac75);
    background: linear-gradient(#9ac294,#7cac75);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    padding: 5px 35px;
    margin: 0 0 0 20px;
    text-align: center;
    float: left;
    /*cursor:pointer;
	border:#74a36c solid 1px;*/
}

/*.closing_but:hover {
	background: -webkit-linear-gradient(#7cac75 , #9ac294);
    background: -o-linear-gradient(#7cac75 , #9ac294);
    background: -moz-linear-gradient(#7cac75 , #9ac294);
    background: linear-gradient(#7cac75 , #9ac294);
}*/
.closing_stls2 {
    background: -webkit-linear-gradient(#e06955,#c55340);
    background: -o-linear-gradient(#e06955,#c55340);
    background: -moz-linear-gradient(#e06955,#c55340);
    background: linear-gradient(#e06955,#c55340);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    padding: 5px 35px;
    margin: 0 0 0 20px;
    text-align: center;
    float: left;
    /*cursor: pointer;
    border: #828282 solid 1px;*/
}

.closing_but1 {
    background: -webkit-linear-gradient(#e06955,#c55340);
    background: -o-linear-gradient(#e06955,#c55340);
    background: -moz-linear-gradient(#e06955,#c55340);
    background: linear-gradient(#e06955,#c55340);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    padding: 5px 35px;
    margin: 0 0 0 20px;
    text-align: center;
    float: left;
    cursor: pointer;
    border: #ad3e2b solid 1px;
}

    .closing_but1:hover {
        background: -webkit-linear-gradient(#c55340,#e06955);
        background: -o-linear-gradient(#c55340,#e06955);
        background: -moz-linear-gradient(#c55340,#e06955);
        background: linear-gradient(#c55340,#e06955);
    }

.closing_but2 {
    background: -webkit-linear-gradient(#bebebe,#5f5f5f);
    background: -o-linear-gradient(#bebebe,#5f5f5f);
    background: -moz-linear-gradient(#bebebe,#5f5f5f);
    background: linear-gradient(#bebebe,#5f5f5f);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #ffffff;
    font-family: "微軟正黑體","新細明體","Adobe 黑体 Std R";
    font-size: 16px;
    padding: 5px 35px;
    margin: 0 0 0 20px;
    text-align: center;
    float: left;
    cursor: pointer;
    border: #828282 solid 1px;
}

    .closing_but2:hover {
        background: -webkit-linear-gradient(#5f5f5f,#bebebe);
        background: -o-linear-gradient(#5f5f5f,#bebebe);
        background: -moz-linear-gradient(#5f5f5f,#bebebe);
        background: linear-gradient(#5f5f5f,#bebebe);
    }

.custom-state-active {
    background: #eee;
    position: relative;
}

.custom-state-hover {
    background: #a1a1a1;
    position: relative;
}

.sel_style {
    /*移除箭頭樣式*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*改變右邊箭頭樣式*/
    background: url("../images/clsesch/select_icon.png") no-repeat right center transparent;
    background-color: #ffffff;
    color: #7c7c7c;
    padding: 0 10px 0 10px;
    margin-top: 10px;
    font-family: "微軟正黑體","新細明體", "Adobe 黑体 Std R";
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    width: 180px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

    /*IE隱藏箭頭樣式*/
    .sel_style::-ms-expand {
        display: none;
    }

    .sel_style:focus {
        box-shadow: 0 0 5px 2px #e3e3e3;
    }

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (max-width: 480px) {
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1201px) {
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1201px) {
}
