﻿body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0
}

body {
    font-family: 微軟正黑體,標楷體;
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

ul, ol {
    list-style: none
}

em, address {
    font-style: normal
}

a {
    text-decoration: none
}

.hac {
    text-align: center
}

.hal {
    text-align: left
}

.har {
    text-align: right
}

.fl {
    float: left
}

.fr {
    float: right
}

.box {
    overflow: hidden;
    zoom: 1
}

.block {
    display: block
}

.border-1-ddd {
    border: 1px solid #ddd
}

.mr5 {
    margin-right: 5px
}

.mb5 {
    margin-bottom: 5px
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 5px
}

.mt_1 {
    margin-top: -1px
}

.pd0 {
    padding: 0
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pl5 {
    padding-left: 15px
}

.note {
    color: #aaa
}

.bold {
    font-weight: bold
}

.bgf5 {
    background-color: #f5f5f5
}

.fontStyle1 {
    font-family: 微軟正黑體,標楷體
}

a {
    color: #111
}

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none
    }

    a:hover {
        text-decoration: none
    }

h1 {
    font-size: 14px;
    font-weight: bold
}

.clear {
    clear: both;
    _display: none
}

.mustFill {
    color: #f00
}

span.note {
    color: #707070
}

div.bar {
    border: solid 1px #B9CAD3
}

textbox.disabled {
    background-color: #eeeddd
}

textarea:hover {
    background-color: #FFD
}

.input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding-left: 3px;
    padding-right: 3px
}

    .input:hover {
        background-color: #FFD;
        outline: solid 0 #BAC7D2
    }

    .input:focus {
        background-color: #FFD;
        outline: solid 0 #BAC7D2
    }

select {
    line-height: 25px;
    height: 25px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

    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
}

.btn {
    box-sizing: border-box;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background-color: #3D96C9;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: 0 solid #3D96C9
}

    .btn:disabled, .btn[disabled], .btn.disabled {
        background-color: #bbb
    }

    .btn:focus {
        background-color: #be4814;
        outline: 0;
        text-decoration: none
    }

select {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0;
    padding: 0
}

    select:hover {
        background-color: #FFD
    }

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

label {
    vertical-align: middle
}

.disabled {
    background-color: #ddd
}

.formEditListTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

    .formEditListTable thead tr {
        background-color: #F5F5F5
    }

    .formEditListTable td {
        padding: 3px;
        overflow: hidden;
        line-height: 25px
    }

        .formEditListTable td input[type=text] {
            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[type=text].error {
            background-color: #fcc
        }

        .formEditListTable td input[type=text]:hover {
            background-color: yellow
        }

    .formEditListTable tr {
        border-bottom: 1px solid #ddd
    }

        .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
    }

    .formEditListTable .extendInfo {
        color: #808080;
        line-height: 20px;
        display: block;
        border-top: 1px dotted #ddd
    }

.formEditListTableWrapper {
    border: solid 0 #ddd
}

    .formEditListTableWrapper .noData {
        min-height: 40px;
        text-align: center
    }

.section .section_header {
    height: 30px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

    .section .section_header .section_title {
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        text-align: left;
        padding-left: 10px
    }

.dictDataItems .item {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 14px
}

    .dictDataItems .item .label {
        float: left;
        width: 100px;
        height: 100%;
        border: 0 solid blue;
        line-height: 28px;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box
    }

    .dictDataItems .item .content {
        padding-left: 100px;
        padding-right: 10px;
        height: 100%;
        border: 0 solid green;
        line-height: 28px;
        text-align: left;
        box-sizing: border-box
    }

.datalist1 .datalist1-item {
    border: 0 solid red;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    padding-left: 10px;
    background-color: #fff
}

.datalist1 .datalist1-item__access {
    background-image: url(../images/icons/li1.png);
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 10px
}

.datalist1 .datalist1-item .datalist1-item__icon {
    border: 0 solid red;
    float: left;
    width: 32px;
    height: 100%
}

    .datalist1 .datalist1-item .datalist1-item__icon img {
        width: 24px;
        height: 24px;
        margin-top: 8px
    }

.datalist1 .datalist1-item .datalist1-item__content {
    border: 0 solid green;
    float: left;
    margin-left: 5px
}

    .datalist1 .datalist1-item .datalist1-item__content p {
        font-size: 16px
    }

.datalist1 .datalist1-item .datalist1-item__badge {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    min-width: 60px;
    height: 30px;
    line-height: 30px;
    color: #aaa
}

.refreshing {
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: none
}
