﻿
input, ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/*通用*/
.nowidth {
    width: 22px;
}

.ennamewidth, .cnnamewidth {
    width: 250px;
}

.customerWidth {
    width: 25px;
    overflow: hidden;
}

.stockwidth {
    width: 30px;
    overflow: hidden;
    text-align: center;
}

.rate {
    background-color: #b0ffa7;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px;
}

.skuwidth {
    width: 55px;
}

.productcodewidth {
    width: 60px;
}

.ennameprintwidth {
    width: 320px;
}

.cnnameprintwidth {
    width: 300px;
}

.form-group {
    line-height: 25px;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.paddingR20 {
    padding-right: 20px;
}

.delline {
    text-decoration: line-through;
    background-color: #fff2f2;
}

.NormalStatus {
}

.DeleteStatus {
    text-decoration: line-through;
    background-color: lightyellow;
}

.HideStatus {
    font-style: italic;
    background-color: lightyellow;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width35 {
    width: 35px;
}

.width40 {
    width: 40px;
}

.width45 {
    width: 45px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width65 {
    width: 65px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width85 {
    width: 85px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width116 {
    width: 116px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width200 {
    width: 200px;
}

.width230 {
    width: 230px;
}

.width250 {
    width: 250px;
}

.width280 {
    width: 280px;
}

.width300 {
    width: 300px;
}

.width320 {
    width: 320px;
}

.width350 {
    width: 350px;
}

.width375 {
    width: 375px;
}

.width380 {
    width: 380px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width680 {
    width: 680px;
}

.width500 {
    width: 500px;
}

.width550 {
    width: 550px;
}

.width580 {
    width: 580px;
}

.width800 {
    width: 800px;
}

.width850 {
    width: 850px;
}

.height300 {
    height: 300px;
}

.height200 {
    height: 200px;
}

.height100 {
    height: 100px;
}

.height40 {
    height: 40px;
}

.height20 {
    height: 20px;
}

.height80 {
    height: 80px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

.delImg {
    background: url('../Scripts/img/uploadify-cancel.png') 0 0 no-repeat;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}

.line-height60 {
    line-height: 60px;
}

.line-height40 {
    line-height: 40px;
}

.line-height22 {
    line-height: 22px;
}

.padding20boder {
    padding: 20px;
    border: 1px dashed black;
}

.breakall {
    word-break: break-all;
}

.padding5boder {
    padding: 5px;
    border: 1px dashed black;
}

.padding20 {
    padding: 20px;
}

.padding5 {
    padding: 5px;
}

.stockfont {
    font-size: 18px;
    font-weight: bold;
}

.instockfont {
    font-size: 1.3em;
    line-height: 1.75em;
}

.searchinput, select, .input {
    border: 1px solid #aaa;
    border-radius: 3px;
}

.searchinput, ul.search select {
    height: 26px;
    line-height: 26px;
}

.labelprint {
    width: 40mm;
    height: 20mm;
    overflow: hidden;
    font-family: "Arial";
    font-size: 8px;
    background-color: white;
    color: black;
}

    .labelprint .detail {
        padding-top: 1.5mm;
    }

    .labelprint .orderNo {
        font-weight: bold;
        height: 12px;
        line-height: 12px;
        overflow: hidden;
    }

    .labelprint ul {
        padding: 0 4px 0 0;
        margin: 0;
        clear: both;
    }

    .labelprint li {
        float: left;
        padding: 0;
        margin: 0;
        display: block;
    }

        .labelprint li.float-right {
            float: right;
            padding-right: 4mm;
        }

    .labelprint .detail li {
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        margin-top: 2px;
    }

    .labelprint .sku li {
        height: 12px;
        line-height: 12px;
        overflow: hidden;
    }

    .labelprint .enname {
        height: 42px;
        overflow: hidden;
        line-height: 10px;
        padding-right: 2mm;
    }

.registerUl {
    float: right;
}

    .registerUl li {
        float: left;
    }

.detailul li {
    height: 30px;
    line-height: 30px;
}

.export li a {
    line-height: 45px;
    font-size: 16px;
}

ul.search {
    float: left;
    background-color: #f9f9f9;
    padding: 5px 0 10px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #f0f0f0;
    color: #555;
}

    ul.search > li {
        float: left;
        margin-right: 15px;
    }

    ul.search .searchbtn, .searchbtn, input[type="submit"], input[type="button"] {
        height: 30px;
        line-height: 14px;
        margin-top: 15px;
        background-color: #e9e9e9;
        text-shadow: none;
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
        display: inline-block;
        min-height: 1em;
        outline: none;
        border: none;
        vertical-align: baseline;
        text-decoration: none;
        border-radius: 0.28571429rem;
        border: 1px solid #bababa;
    }

        ul.search .searchbtn:hover, .searchbtn:hover, input[type="submit"]:hover, input[type="button"]:hover {
            background-color: #f9f9f9;
        }

ul.priceUl li {
    float: left;
    clear: both;
}

    ul.priceUl li div {
        float: left;
        height: 20px;
        line-height: 18px;
    }

.font16 {
    font-size: 16px;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font14bold {
    font-size: 14px;
    font-weight: bold;
}

.font20 {
    font-size: 20px;
}

.font-bold {
    font-weight: bold;
}

.text-indent5 {
    text-indent: 2px;
}

.bluefont {
    color: #0a9ccc;
}

.grayfont {
    color: gray;
}

.lightgrayfont {
    color: lightgray
}

.thsort {
    cursor: pointer;
}

.dl-horizontal {
    line-height: 30px;
}

    .dl-horizontal dt {
        font-weight: bold;
    }

    .dl-horizontal dd {
        padding-left: 40px;
    }

.editor-label label, .editor-label {
    font-weight: bold;
}

.editor-field {
    text-indent: 20px;
}

.ui-multiselect-menu label {
    font-size: 14px;
}


.cjtable {
    background-color: white;
}

    .cjtable, .cjtable th, .cjtable td {
        border: 1px solid #808080;
        margin: 0;
        padding: 0;
    }

        .cjtable th, .cjtable td {
            padding: 4px 7px;
        }

        .cjtable .stock {
            width: 50px;
        }

.cjpager {
    padding: 10px 5px;
}


.pointer {
    cursor: pointer;
}

.dodgerblue {
    color: dodgerblue;
}

.cornflowerblue {
    color: cornflowerblue;
}

.gray {
    color: gray;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.lightblue {
    color: #0094ff
}

.green {
    color: green;
}

.bluebackgroundcolor {
    background-color: #2e6e9e;
}

.backgroundcolor {
    background-color: #c4ddfc;
}

.bglightblue {
    background-color: #C8C8FF;
}

.bglightgray {
    background-color: #E9E9E9;
}

.bglightgreen {
    background-color: #dff0d8;
}

.clickedbgcolor {
    background-color: #c4ddfc !important;
}

.bglightyellow {
    background-color: #f9ffa5;
}

.ordermsg {
    padding: 6px 15px;
    float: left;
    color: white;
}

    .ordermsg a {
        color: white;
    }

    .ordermsg li {
        float: left;
        display: block;
        height: 40px;
        padding: 0 6px;
        line-height: 40px;
    }

.checkpartlybgcolor {
    background-color: #ffdfdf;
}

.checkedbgcolor {
    background-color: #c4ffb8;
}

.display-label {
    font-weight: bold;
    line-height: 25px;
}

.positionrelative {
    position: relative;
}

table.zebra {
    /*border: 1px  solid  #ccc;*/
    /*border-radius:10px;*/
    /*box-shadow:0px 1px 10px 1px #c8c8c8;*/
    border-collapse: separate;
    border-color: grey;
    border: 1px solid #e4e4e4;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    margin-top: 5px;
}

.zebra td, .zebra th {
    /*padding: 3px;*/
    line-height: 20px;
    border-bottom: 1px dotted #ccc;
}

.border td {
    /*padding: 3px;*/
    border: 1px solid #c6c6c6;
}


.zebra tbody tr:nth-child(even) {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

    .zebra tbody tr:nth-child(even).clickedbgcolor {
        background-color: #c4ddfc;
    }

.zebra th {
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted black;
    background-color: #eee;
    font-weight: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee);
}

    .zebra th:first-child {
        -moz-border-radius: 6px 0 0 0;
        -webkit-border-radius: 6px 0 0 0;
        border-radius: 6px 0 0 0;
    }

    .zebra th:last-child {
        border-right: none;
        -moz-border-radius: 0 6px 0 0;
        -webkit-border-radius: 0 6px 0 0;
        border-radius: 0 6px 0 0;
    }

    .zebra th:only-child {
        -moz-border-radius: 6px 6px 0 0;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;
}

    .zebra tfoot td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .zebra tfoot td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

    .zebra tfoot td:only-child {
        -moz-border-radius: 0 0 6px 6px;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px
    }

.zebra tr.hover, .zebra tbody tr:nth-child(even).hover {
    background-color: #c4ddfc;
}

table.stocktable {
    background-color: #fff;
}

.stocktable td, .stocktable th {
    padding: 1px 3px;
}

table.stocktable tr:hover {
    background-color: #c4ddfc;
}

.orderdetailtable, .printtable, .profittable {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 12px; /*table-layout:fixed;*/
}

    .orderdetailtable .firsttr {
        height: 40px;
    }

    .orderdetailtable td, .orderdetailtable th, .printtable td, .printtable th, .profittable td, .profittable th {
        border: 1px solid #aaa;
        margin: 0;
        padding: 2px 2px;
        line-height: 16px;
    }

        .orderdetailtable td .enname {
            height: 25px;
            text-overflow: ellipsis;
            font-size: 10px;
            text-align: left;
            -webkit-transform: scale(0.875);
            -webkit-margin-start: -14px;
        }
    /*.orderdetailtable td .enname span {  display:block;}*/
    .orderdetailtable th, .printtable th {
        overflow: hidden;
        font-size: 12px;
    }

.lighttable, .lighttable tr, .lighttable td, .lighttable th {
    border-color: #ccc;
    line-height: 25px;
}

.printtable td, .printtable th {
    padding: 1px 3px;
}

.profittable td, .profittable th {
    padding-right: 10px;
    text-align: right;
    border-color: #ccc;
}

.profittable th, .profittable .thcolor {
    background-color: #eee;
}

table.reporttable {
    background-color: #fff;
    margin: 0 0 0 0;
    /*padding:0;*/
    padding: 1px 1px;
    font-size: 12px;
}

    table.reporttable tr:hover {
        background-color: #c4ddfc;
    }

.reporttable td, .reporttable th {
    border: 1px solid #aaa;
    margin: 0;
    padding: 1px 1px;
    line-height: 16px;
}

.nav_z {
    width: auto !important;
    position: relative;
    z-index: 999;
}

#navul > li {
    float: left;
    height: 35px;
    position: relative;
    text-align: center;
    line-height: 32px;
}

#navul li a {
    display: block;
    padding: 0 10px;
}

    #navul li a:link, #navul li a:visited {
        font-weight: 500;
        letter-spacing: 2px;
    }

    #navul li a:link, #navul li a:visited {
        text-decoration: none;
        color: white;
    }

    #navul li a:hover {
        text-decoration: underline;
        text-decoration: none;
        background-color: white;
        border-radius: 5px;
        box-shadow: 2px;
    }

#navul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    padding: 3px 0;
    margin: -2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /*background-color:white;border:#c6c6c6 1px solid;border-bottom:none;left:-1px;border-radius:3px;*/
}

    #navul li ul li {
        display: block;
        float: none;
        position: relative;
        line-height: 26px;
        border-bottom: #C6C6C6 1px solid;
        font-size: 12px;
        overflow: hidden;
        margin: 0;
    }

        #navul li ul li:last-child {
            border-bottom: none;
        }

#navul li.navmoon {
    height: 35px;
    background-color: white;
    line-height: 35px;
    border-radius: 5px;
}

    #navul li.navmoon a {
        color: black;
        text-align: left;
    }

#navul li.navhome a:hover {
}

#navul li.navmoon ul {
    display: block;
}

    #navul li.navmoon ul a {
        display: block;
        line-height: 32px;
    }

        #navul li.navmoon ul a:hover {
            background-color: #c4ddfc;
            border-radius: 0;
        }


.mnavbtn {
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('../Images/manv.png') #0a9ccc center center no-repeat;
    display: block;
    z-index: 9999;
}

#mnav {
    position: fixed;
    background-color: #0a9ccc;
    z-index: 9999;
    left: 0;
    top: 0;
}

    #mnav > li {
        position: relative;
        text-align: center;
    }

    #mnav li a {
        display: block;
        padding-left: 50px;
        font-size: 16px;
    }

        #mnav li a:link, #mnav li a:visited {
            letter-spacing: 2px;
        }

        #mnav li a:link, #mnav li a:visited {
            text-decoration: none;
            color: white;
        }
    /*#mnav li a:hover{text-decoration:underline;text-decoration:none; background-color:white;border-radius:5px;box-shadow:2px;}*/
    /*#mnav li ul{display:none;position:absolute;
    top: 100%;
    left: -2px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px;
    padding: 3px 0;
    margin: -2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

}
#mnav li ul li{display:block;float:none;position:relative;line-height:26px;border-bottom:#C6C6C6 1px solid;font-size:12px;overflow:hidden;margin:0;}
#mnav li ul li:last-child  {
    border-bottom: none;
}*/
    #mnav li.navmoon {
        height: 35px;
        background-color: white;
        line-height: 35px;
        border-radius: 5px;
    }

        #mnav li.navmoon a {
            color: black;
            text-align: left;
        }

    #mnav li.navhome a:hover {
    }

    #mnav li.navmoon ul {
        display: block;
    }

        #mnav li.navmoon ul a {
            display: block;
            line-height: 32px;
        }

            #mnav li.navmoon ul a:hover {
                background-color: #c4ddfc;
                border-radius: 0;
            }

.edit, .details, .download, .adddetails, .delete, .update, .instock, .exportA, .savebtn, .printbtn, .refundtn, .boktnA, .imagehoverbtn {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../Images/btn.png') -310px -46px no-repeat;
}

.details {
    background-position: 3px -138px;
}

.download {
    background-position: -250px -46px;
}

.adddetails {
    background-position: -29px 3px;
}

.delete {
    background-position: -533px -277px;
}

.update {
    background-position: 3px -323px;
}

.instock {
    background-position: -340px -274px;
}

.exportA {
    background-position: -60px -138px;
}

.savebtn {
    background-position: -405px -597px;
}

.printbtn {
    background-position: -405px 0px;
}

.refundtn {
    background-position: -185px 0px;
}

.boktnA {
    background-position: -29px -46px;
}

.imagehoverbtn {
    background-position: -310px -597px;
}

a.edit:hover, a.details:hover, a.download:hover, a.adddetails:hover, a.delete:hover, a.update:hover,
a.instock:hover, a.exportA:hover, a.savebtn:hover,
a.printbtn:hover, a.refundtn:hover, a.boktnA:hover,
a.imagehoverbtn:hover {
    background-image: url('../Images/btnhover.png');
}

table.instockTable {
    border-collapse: collapse;
    font-size: 12px;
}

    table.instockTable > tbody > tr > td, table.instockTable > tbody > tr > th {
    }

    table.instockTable > tbody > tr {
        height: 35px;
        line-height: 35px;
    }


.chzn-container-single .chzn-single {
    background-image: none;
}


.hide {
    display: none;
}

.show {
    display: inline-block;
}

.loading {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0.7;
    z-index: 9999;
    background: white url('../Images/wait.gif') center center no-repeat;
}

.loadingsm {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 25px;
    height: 25px;
    opacity: 0.7;
    z-index: 9999;
    background: white url('../Images/loadingsm.gif') center center no-repeat;
}

.mtop15 {
    margin-top: 10px;
}

.mbtm30 {
    margin-bottom: 30px;
}

.mright10 {
    margin-right: 10px;
}

.mright15 {
    margin-right: 15px;
}

.mleft15 {
    margin-left: 15px;
}

.mleft-15 {
    margin-left: -15px;
}

.pright30 {
    padding-right: 30px;
}

.pright10 {
    padding-right: 10px;
}

.greenbackground, .redbackground {
    background-color: green;
    width: 5px;
    height: 22px;
    display: block;
    float: right;
}

.redbackground {
    background-color: red;
}

.nprintdiv, .nnprintdiv, .suplabelprint {
    background-color: white;
    width: 50mm;
    height: 30mm;
    overflow: hidden;
    position: relative;
    color: #000;
    text-align: center;
}

    .nprintdiv .enname, .nnprintdiv .enname {
        line-height: 12px;
        position: absolute;
        top: 51px;
        left: 0;
        width: 49mm;
        z-index: 100;
    }

    .nprintdiv img, .nnprintdiv img {
        position: absolute;
        top: 0;
        border: none;
        left: -26px;
    }

    .nprintdiv .orderno, .nprintdiv .no, .nnprintdiv .orderno, .nnprintdiv .no {
        position: absolute;
        left: 29px;
        top: 37px;
        font-size: 10px;
        z-index: 100;
    }

    .nprintdiv .no, .nnprintdiv .no {
        left: 132px;
    }

    .nprintdiv .qty, .nnprintdiv .qty {
        position: absolute;
        top: 15px;
        left: 158px;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        width: 28px;
        z-index: 100;
    }

    .nnprintdiv img {
        top: 17px;
    }

    .nnprintdiv .orderno, .nnprintdiv .no {
        top: 53px;
    }

    .nnprintdiv .qty {
        top: 33px;
    }

.suplabelprint {
    text-align: left;
    border-bottom: 1px dotted black;
}

    .suplabelprint div {
        position: absolute;
        top: 5px;
    }

    .suplabelprint .qcname {
        left: 5px;
        font-weight: bold;
    }

    .suplabelprint .supname {
        right: 5px;
        font-size: 12px;
    }

    .suplabelprint .orderinfo {
        top: 25px;
        left: 5px;
    }

    .suplabelprint .sku {
        top: 25px;
        right: 6px;
    }

    .suplabelprint .qty {
        top: 25px;
        left: 42px;
        font-weight: bold;
    }

    .suplabelprint .cnname {
        top: 48px;
        left: 5px;
    }
    /*供应商间隔*/
    .suplabelprint .suppliername {
        top: 25px;
        left: 5px;
        font-weight: bold;
    }

    .suplabelprint .address {
        top: 40px;
        left: 5px;
    }

    .suplabelprint .purchaseuser {
        top: 75px;
        left: 5px;
    }

    /*产品明细*/
    .suplabelprint .batch-product-name {
        left: 5px;
        width: 150px;
        top: 8px;
        display: block;
        word-break: break-all;
        word-wrap: break-word;
        font-size: 8px;
        line-height: 12px;
    }

    .suplabelprint .batch-qty {
        right: 15px;
        font-weight: bold;
        top: 15px;
        font-size: 12px;
    }

    .suplabelprint .batch-qcname {
        right: 15px;
        top: 40px;
    }

    .suplabelprint .batch-purtype {
        right: 15px;
        font-weight: bold;
        top: 60px;
    }

    .suplabelprint .batch-ispiror {
        right: 15px;
        font-weight: bold;
        top: 80px;
        font-size: 12px;
    }

    .suplabelprint .batch-sku-qrcode {
        left: 5px;
        top: 45px;
        width: 50px;
        height: 50px;
    }

    .suplabelprint .batch-sku {
        left: 70px;
        top: 45px;
        font-size: 8px;
    }

    .suplabelprint .batch-purchaseuser {
        left: 70px;
        top: 60px;
        font-size: 8px;
    }

    .suplabelprint .batch-orderid {
        left: 70px;
        top: 80px;
        font-size: 8px;
    }
    /*包裹号标签*/
    .suplabelprint .elabel-time {
        left: 5px;
        width: 150px;
        top: 8px;
        display: block;
        word-break: break-all;
        word-wrap: break-word;
        font-size: 10px;
        line-height: 12px;
    }

    .suplabelprint .elabel-no {
        left: 5px;
        top: 45px;
        width: 40px;
        height: 40px;
        font-size: 30px;
    }

    .suplabelprint .elabel-barcode {
        left: 50px;
        top: 35px;
    }

.qcprint {
    background-color: white;
    width: 65mm;
    height: 30mm;
    overflow: hidden;
    position: relative;
    color: #000;
    text-align: center;
}

    .qcprint .barcode img {
        width: 10mm;
        height: 10mm;
    }

    .qcprint .barcode .top {
        position: absolute;
        top: 1mm;
        right: 3mm;
    }

    .qcprint .barcode .bottom {
        position: absolute;
        bottom: 0;
        right: 3mm;
    }

.checkul {
}

    .checkul li {
        float: left;
        line-height: 23px;
        margin-right: 10px;
    }

    .checkul .percentDiv {
        background-color: #9999FF;
        height: 20px;
        z-index: 1;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        width: 0;
    }

    .checkul .total, .checkul .today {
        border: 1px solid #ccc;
        border-radius: 6px;
        height: 20px;
        text-align: center;
        width: 200px;
        position: relative;
        float: left;
    }

    .checkul .today {
        width: 360px;
    }

    .checkul .vl {
        position: absolute;
        right: 5px;
        top: 0;
        text-align: center;
        font-size: 10px;
    }

    .checkul .btn {
        margin-top: -5px;
    }


.table {
}

    .table > tbody > tr > td {
        padding: 5px 0;
    }

ul.ztree {
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 220px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}

.reportul li {
    height: 30px;
    line-height: 30px;
}

    .reportul li a:link, .reportul li a:visited {
        text-decoration: none; /*超链接无下划线*/
    }

    .reportul li a:hover {
        text-decoration: underline; /*鼠标放上去有下划线*/
    }



a.small-text-button {
    color: #0a9ccc;
    border-color: #0a9ccc;
    text-transform: capitalize;
    display: inline-block;
}

.small-text-button-add, .small-text-button-add:visited, .small-text-button-add:active, .small-text-button-add:hover {
    background: url('../Images/icon/icon_add.gif') no-repeat 0 1px;
    padding: 1px 0 1px 17px;
}

    .small-text-button-add:hover {
        background-position: 0 -29px;
        color: #89bd46;
    }

.nprintdiv {
    text-align: left;
}

.suplabelprint {
    width: 30mm;
    height: 20mm;
}

.suppliername {
    top: 5px !important;
}

.batch-product-name {
    width: 100px !important;
    top: 2px !important;
    font-size: 7px !important;
}

.batch-sku-qrcode {
    top: 28px !important;
}

    .batch-sku-qrcode img {
        width: 38px !important;
        height: 38px !important;
    }

.suplabelprint .batch-qty {
    left: 43px;
    top: 25px;
    font-size: 8px;
}

.suplabelprint .batch-sku {
    left: 43px;
    top: 38px;
    font-size: 8px;
}

.suplabelprint .batch-createdate {
    position: absolute;
    left: 43px;
    top: 50px;
    font-size: 8px;
}

.suplabelprint .batch-supplierID {
    margin-left: 4px;
}

.ulliwithpoint li {
    list-style: disc;
}

.ulliwithpoint ol {
    padding-left: 20px;
}

.ulliwithpoint ul {
    padding-left: 20px;
}
.cj-droplist-container {
    background-color: white;
    display: none;
    position: absolute;
}
.cj-droplist-container ul {
    border: 1px solid #ccc;
    margin-top: 0;
    min-width: 360px;
    min-height: 60px;
}
.cj-droplist-container ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    padding: 0 7px;
    cursor:pointer;
}
.cj-droplist-container ul li:hover {
    background-color: #0ea6db;
}





















