body {
    font-family: '微软雅黑', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: '微软雅黑', 'Source Sans Pro', sans-serif;
}

.clear {
    clear: both;
}

.mask-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.mask-overlay .text {
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 80px auto;
    z-index: 1001;
}

.oms-module {

}

.oms-module .content-wrapper {
    margin-left: 0;
}

body.nopad {
    margin: 0;
}

form.normalform label.error {
    background: url(../images/error.gif) no-repeat;
    margin-left: 10px;
    padding-left: 20px;
    width: auto;
}

form.normalform label.error, label.error {
    color: #E17009;
    display: none;
}

.form-horizontal .checkbox-inline, .form-horizontal .radio-inline {
    padding-left: 0;
}

.table_line {
    border-collapse: collapse;
    border: 1px solid #999999;
    background: #FFF;
}

.table_line td {
    border-collapse: collapse;
    border-color: #999999;
    padding: 3px;
}

.table_line th {
    border-collapse: collapse;
    border-color: #999999;
    padding: 3px;
    background: #DDDDDD;
}

.table-line {
    border-collapse: collapse;
    border: 1px solid #ccc;
    background: #FFF;
}

.table-line td {
    border-collapse: collapse;
    border-color: #ccc;
    padding: 8px;
}

.table-line th {
    border-collapse: collapse;
    border-color: #ccc;
    padding: 8px;
    background: #FFEEAC;
}

.sub_table_line {
    padding: 0;
}

.sub_table_line td {
    border: 1px solid #ccc;
}

.control-label.required {
    color: #dd4b39;
}

.bt-tree {
    min-height: 20px;
    padding: 19px;
}

.bt-tree > ul {
    padding-left: 0;
}

.bt-tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}

.bt-tree li::before, .bt-tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}

.bt-tree li::before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}

.bt-tree li::after {
    border-top: 1px solid #999;
    height: 20px;
    top: 25px;
    width: 25px;
}

.bt-tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}

.bt-tree li span.end-node {
    background: #efefef;
}

.bt-tree li.parent_li > span {
    cursor: pointer;
}

.bt-tree > ul > li::before, .bt-tree > ul > li::after {
    border: 0;
}

.bt-tree li:last-child::before {
    height: 25px;
}

.bt-tree li.parent_li > span:hover {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000;
}

.noprint {
    display: none;
}

.nextpage {
    page-break-after: always;
}

.table-center th, .table-center td {
    text-align: center;
}

.table-group table {
    float: left;
    margin: 0 10px 10px 0;
}

.table-th-center th {
    text-align: center;
}


.webuploader-pick {
    padding: 6px 12px;
}

.web-uploader-uploaded {
    margin-bottom: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 6px 12px;
}

.web-uploader-uploaded img {
    height: 32px;
}

.web-uploader-remove {
    float: right;
    padding: 0 5px;
    line-height: 18px;
}

.web-uploader .uploader-list .item {
    border: 1px dashed #DDD;
    padding: 0 12px;
    margin-bottom: 4px;
}

.web-uploader h4.info {
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
}

.web-uploader p.state {
    margin-bottom: 5px;
}

.clipboard-uploader {
    width: 100%;
    height: 36px;
    border: 1px dashed #4a79ff;
    padding-left: 15px;
}

.clipboard-uploader-images {
    position: relative;
    overflow: hidden;
}

.clipboard-uploader-images img {
    border: 1px dashed #92bf77;
    height: 80px;
    margin: 0 2px 2px 0;
}

.clipboard-uploader-wrapper .webuploader-pick {
    background: #eee;
    color: #aaa;
}

.clipboard-uploader-wrapper .webuploader-pick-hover {
    background: #ddd;
}


.web-uploader-uploaded img {
    height: 32px;
}

.webuploader-mobileup {
    position: absolute;
    margin-top:-26px;
    left:110px;
    z-index:999;
}


.clipboard-uploader-wrapper .webuploader-mobileup {
    margin-top:-62px;
}

.webuploader-img-qrup {
    width: 100px;
    height: 100px;
    display: none;
}

@media (min-width: 768px) {
    .oms-module .left-links {
        font-size: 12px;
    }

    .oms-module .box {
        margin-bottom: 10px;
    }

    .oms-module .alert {
        margin-bottom: 10px;
    }
}