﻿body {
    font-size: 12px;
    font-family: "Microsoft YaHei","微軟正黑體"
}

body, form, p, h1, h2, h3, h4, h5, h6, hr, div, ul {
    margin: 0;
    padding: 0;
    font-weight: normal
}

ul, ol {
    list-style: none
}

em, address {
    font-style: normal
}

a {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.box {
    overflow: hidden;
    zoom: 1
}

.block {
    display: block
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.pd3 {
    padding: 3px
}

.pdt3 {
    padding-top: 3px
}

.pdb3 {
    padding-bottom: 3px
}

.pdl3 {
    padding-left: 3px
}

.pdr3 {
    padding-right: 3px
}

.pd5 {
    padding: 5px
}

.pdt5 {
    padding-top: 5px
}

.pdb5 {
    padding-bottom: 5px
}

.pdl5 {
    padding-left: 5px
}

.pdr5 {
    padding-right: 5px
}

img {
    border: 0
}

a img {
    border: 0
}

a {
    color: #000
}

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none
    }

    a:hover {
        text-decoration: underline;
        color: #f60
    }

    a:active {
        text-decoration: underline;
        color: #f60
    }

div::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: red
}

div::-webkit-scrollbar-track {
    background-color: #eee
}

div::-webkit-scrollbar-thumb {
    background-color: #ddd
}

select {
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #ddd
}

    select:hover {
        background-color: #FFD
    }

input[type=checkbox] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

label {
    vertical-align: middle
}

input, textarea, select, label {
    vertical-align: middle;
    font-family: "Microsoft JhengHei"
}

    input.disabled {
        background-color: #EBEBE4
    }

    textarea:hover {
        background-color: #FFD
    }

.input {
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    border: 1px solid #ddd
}

    .input:hover {
        background-color: #FFD
    }

.btn {
    background-color: #3D96C9;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    border: 0;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    font-family: 標楷體
}

    .btn:disabled, .btn[disabled], .btn.disabled {
        background-color: #bbb
    }

    .btn:focus {
        background-color: #be4814;
        outline: 0
    }

    .btn:hover {
        background-color: #f60;
        outline: 0
    }

.simpleBtn {
    display: inline-block;
    background-color: #3D96C9;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    border: 0;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    vertical-align: middle;
    font-family: 標楷體
}

    .simpleBtn:disabled, .simpleBtn[disabled], .simpleBtn.disabled {
        background-color: #bbb
    }

    .simpleBtn:focus {
        background-color: #be4814;
        outline: 0
    }

    .simpleBtn:hover {
        background-color: #f60;
        outline: 0;
        color: #fff;
        text-decoration: none
    }

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clear {
    clear: both;
    _display: none
}

span.note {
    color: #707070
}

.listTable {
    border: solid 0 #B9CAD3;
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

    .listTable thead tr {
        background-color: #EDF6FA;
        font-weight: bold
    }

    .listTable td {
        border: solid 1px #B9CAD3;
        padding: 3px;
        overflow: hidden;
        line-height: 25px
    }

        .listTable td input.error {
            background-color: #fcc
        }

        .listTable td input:hover {
            background-color: yellow
        }

    .listTable tr {
        cursor: pointer
    }

        .listTable tr.tr_mouseover {
            background-color: #f0f9fd
        }

        .listTable tr:hover {
            background-color: #f0f9fd
        }

        .listTable tr.tr_selected {
            background-color: #EDF6FA
        }

.formEditListTableWrapper {
    border: solid 1px #B9CAD3;
    border-top: 0;
    border-bottom: 0
}

    .formEditListTableWrapper .formEditListTable {
        margin-left: -1px
    }

#tbNoRecord {
    margin-left: -1px
}

.formEditListTable {
    border: solid 0 #B9CAD3;
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

    .formEditListTable thead tr {
        background-color: #EDF6FA;
        font-weight: bold
    }

    .formEditListTable td {
        border: solid 1px #B9CAD3;
        padding: 0;
        overflow: hidden;
        line-height: 25px
    }

        .formEditListTable td.last {
            border-right: 0
        }

        .formEditListTable td input {
            border: solid 0 #B9CAD3;
            width: 100%;
            height: 25px;
            margin: 0;
            padding: 0;
            text-align: center
        }

            .formEditListTable td input[type=checkbox] {
                width: 20px;
                height: 20px
            }

            .formEditListTable td input.error {
                background-color: #fcc
            }

            .formEditListTable td input:hover {
                background-color: yellow
            }

    .formEditListTable tr {
        cursor: pointer
    }

        .formEditListTable tr.tr_mouseover {
            background-color: #f0f9fd
        }

        .formEditListTable tr.tr_selected {
            background-color: #EDF6FA
        }

        .formEditListTable tr.del td {
            text-decoration: line-through;
            color: red
        }

        .formEditListTable tr.new td {
            color: blue
        }

    .formEditListTable span.changedQuantity {
        color: red
    }

.theme_border {
    border: solid 1px #B9CAD3
}

.theme_bg {
    background-color: #EDF6FA
}

.tabNav {
    list-style-type: none;
    overflow: hidden;
    border-bottom: solid 1px #B9CAD3
}

    .tabNav .item {
        float: left;
        min-width: 50px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #B9CAD3;
        border-bottom: 0;
        background-color: #EDF6FA;
        margin-right: -1px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px 5px 0 0;
        font-size: 14px
    }

        .tabNav .item:hover {
            background-color: #fff
        }

        .tabNav .item a {
            color: #000
        }

    .tabNav .current {
        background-color: #fff;
        color: #f60;
        font-weight: bold
    }

    .tabNav .first {
        border-radius: 0 5px 0 0
    }

    .tabNav .title {
        float: left;
        min-width: 50px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: 1px solid #B9CAD3;
        border-bottom: 0;
        background-color: #EDF6FA;
        margin-right: -1px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        font-weight: bold
    }

.msgWindow1 {
    border: 0 solid red
}

    .msgWindow1 .msgWindow_body {
        box-sizing: border-box;
        min-height: 75px;
        border: 0 solid red;
        overflow: hidden
    }

        .msgWindow1 .msgWindow_body .msgContent {
            padding: 20px;
            font-size: 14px
        }

    .msgWindow1 .msgWindow_footer {
        height: 30px;
        text-align: right;
        margin-right: 10px;
        padding-top: 5px;
        border-top: 1px solid #ddd;
        box-sizing: border-box
    }

        .msgWindow1 .msgWindow_footer .btn {
            text-align: center
        }
