#Tips
{
    border: 1px solid #BBB;
    position: absolute;
    top: 10px;
    right: 30%;
    width: 40%;
    z-index: 2000;
    opacity: 0.9;
    color: #F00;
    line-height: 30px;
    padding: 0px 5px;
    background: #DDD none repeat scroll 0% 0%; /*#F94949 #FFD700 FFF68F*/
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    max-height: 95px;
    overflow: hidden;
    font-size: 14px;
    border-radius: 5px;
    display: none;
}
#TipsImg
{
    vertical-align: middle;
    padding-right: 10px;
}

#TipsMsg
{
}
a:focus
{
    outline: none;
}
.nodecoration
{
    text-decoration: none;
}
.nodecoration:hover
{
    color: red;
}
.nodecoration:active
{
    color: red;
}

.bg-color-gray
{
    background-color: #BBB;
}
.bg-color-blue
{
    background-color: #0CA7DA;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

.lh-30
{
    line-height: 30px;
}

.hide
{
    display: none;
}
.show
{
    display: block;
}
.invisible
{
    visibility: hidden;
}
/*修改grid原有的样式 start*/
.datagrid-group-title
{
    color: #4386c6;
}
.datagrid-row
{
    height: 27px; /* 30 */
}
.datagrid-cell
{
    height: 25px; /* 27 */
    line-height: 25px; /* 27 */
    font-size: 12px;
}
.datagrid-cell-rownumber
{
    font-size: 12px;
}
.datagrid-row-over
{
    background-color: #C6E2FF;
}
/*.datagrid-view1 .datagrid-body-inner {
    padding-bottom: 0px;
}*/
/*修改grid原有的样式 end*/

/*修改treegrid原有的样式 start*/
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent
{
    vertical-align: middle;
}
.tree-title
{
    padding-top: 1px;
    vertical-align: middle;
}
/*修改treegrid原有的样式 end*/

/*修改window原有的样式 end*/
.window-mask
{
    background-color: #B9B9B9;
}
/*修改window原有的样式 start*/

/*修改button原有的样式*/
.textbox-icon
{
    /*vertical-align: middle;*/
}
.l-btn-focus
{
    outline-color: White;
}
button.l-btn-plain
{
    padding: 0px;
}
/*.m-btn-small, .m-btn-small:hover, .m-btn-small:active, .l-btn-small, .l-btn-small:hover, .l-btn-small:active
{
    border: 1px solid #BBB;
    border-radius: 5px;
}*/

button.m-btn-small:hover, button.m-btn-small:active, button.l-btn-small:hover, button.l-btn-small:active
{
    border: 1px solid #BBB;
    border-radius: 5px;
}
button.m-btn-small, button.l-btn-small
{
    border: 1px solid #BBB;
    border-radius: 5px;
}

/*--修改button原有的样式--*/

/*-- 按钮 start --*/
.active-scan
{
    background: transparent linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(81, 191, 14) 100%) repeat-x scroll 0% 0%;
    font-weight: bold;
}
.button, .menubutton
{
    opacity: 0.9;
    border: 1px solid #BBB;
    margin: 3px 1px 3px 1px;
}

.border-round, .button-round, a.l-btn, .messager-window, .menu
{
    border-radius: 5px;
}

/*颜色:红，黄，蓝，绿*/
.add-right-top-toolbar #btnSave, .add-right-top-toolbar #btnSaveAndAdd, .add-right-top-toolbar #btnAdd, .add-right-top-toolbar #btnEdit, .add-right-top-toolbar #btnCopy, .add-right-top-toolbar #btnSaveAndPrint
{
    border: 2px solid #4cb849;
}
.add-right-top-toolbar #btnAntiAudit, .add-right-top-toolbar #btnAudit, .add-right-top-toolbar #btnDelete, .list-right-top-toolbar #btnColumnConfig
{
    border: 2px solid #fcd209;
}
.add-right-top-toolbar #btnOtherOP, .add-right-top-toolbar #btnGenSaleCollect, .add-right-top-toolbar #btnGenPurPay, .add-right-top-toolbar #btnGenPurRefund, .add-right-top-toolbar #btnGenPurIn, .add-right-top-toolbar #btnGenSaleRefund, .add-right-top-toolbar #btnGenSaleOut, .add-left-top-toolbar #btnScanMode, #btnAgree, .add-right-top-toolbar #btnScanMode, #btnAgree
{
    border: 2px solid #4386c6;
}
.add-right-top-toolbar #btnDelete
{
    border: 2px solid #e23130;
}
/*-- 按钮 end --*/

/*-- 详情页面工具栏 start --*/
.NorthFormTitle
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #D7D7D7;
    line-height: 40px;
    width: 98%;
    text-align: center;
    position: absolute;
    top: 0px;
    background-color: #FFFFFF;
    z-index: 998;
}
.DialogNorthFormContent
{
    padding-top: 5px;
}

.DialogSouthFormContent
{
    padding-top: 5px;
}
.NorthFormContent
{
    padding-top: 45px;
}

.SouthFormContent
{
    padding-top: 5px;
}

.billFormTitle
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #D7D7D7;
    line-height: 30px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.formTitle
{
    font-size: 16px;
    border-bottom: 1px solid #D7D7D7;
    line-height: 30px;
    width: 98%;
    margin-bottom: 20px;
    padding-left: 5px;
}

.view-top-toolbar
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    height: 45px;
}

.view-container
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px;
    font-size: 14px;
}

.view-bottom-toolbar
{
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    border: 1px solid #EEE;
    height: 45px;
}

.view-right-top-toolbar, .edit-right-top-toolbar, .add-right-top-toolbar
{
    position: fixed;
    right: 8px;
    top: -1px;
    background-color: #FFF;
    border: 1px solid #EEE;
    height: 32px;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    padding: 2px;
    z-index: 999;
}

.view-left-top-toolbar, .edit-left-top-toolbar, .add-left-top-toolbar
{
    position: fixed;
    left: 8px;
    top: -1px;
    background-color: #FFF;
    border: 1px solid #EEE;
    height: 34px;
    border-radius: 4px;
    box-shadow: #666 2px 2px 2px;
    padding: 3px;
    z-index: 999;
}
.list-right-top-toolbar
{
    float: right;
    text-align: right; /*padding-bottom: 15px;     background-color: #FFF;     border: 1px solid #EEE;     height: 45px;     padding: 3px;*/
}

.list-left-top-toolbar
{
    float: left;
    text-align: right; /*padding-bottom: 15px;     background-color: #FFF;     border: 1px solid #EEE;     height: 45px;     padding: 3px;*/
}

/*-- 详情页面工具栏 end --*/

/*-- 输入框 start --*/
input[type="combobox"][readonly="readonly"], input[type="combotree"][readonly="readonly"], input[type="datebox"][readonly="readonly"]
{
    cursor: default;
}
.quick-query-input
{
    padding: 0px 5px;
    margin-left: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 23px;
    width: 250px;
    line-height: 23px;
    vertical-align: middle;
}
.inputText
{
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 23px;
    width: 160px;
    line-height: 23px;
    vertical-align: middle;
}
.inputArea
{
    border: 1px solid #DFDFDF;
    border-radius: 4px;
    height: 75px;
    width: 150px;
    line-height: 23px;
    vertical-align: middle; /*overflow: hidden;*/
}
.inputText[readonly], .inputArea[readonly]
{
    border: 1px solid #DFDFDF;
    background: #F6F6F6 none repeat scroll 0% 0%;
    color: #333;
    border-radius: 4px;
    height: 23px;
}

/*span.numberbox .textbox-text-readonly, span.textbox .textbox-text-readonly, input[disabled="disabled"] + span.combo .textbox-text-readonly
{
    background-color: #F6F6F6;
    color: #333;
}*/

input[data-options*="editable: false"] + span.numberbox .textbox-text-readonly, input[readonly] + span.numberbox .textbox-text-readonly, span.textbox input[disabled="disabled"], input[disabled="disabled"] + span.combo .textbox-text-readonly
{
    background-color: #F6F6F6;
    color: #333;
}

/*span.numberbox
{
    background-color: #F6F6F6;
}*/

.inputCheck
{
    border: 0px solid #DFDFDF;
    border-radius: 4px;
    width: 150px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.grid-cell-checkbox
{
    border: 0px solid #DFDFDF;
    vertical-align: middle;
    font-size: 16px;
}

.grid-cell-checkbox-uncheck
{
    border: 0px solid #DFDFDF; /*vertical-align: middle;*/
    font-size: 22px;
    margin-top: -3px;
}

.formtips
{
    font-size: 12px;
    color: Red;
}
._1colfield
{
    float: left;
    width: 100%;
    margin-bottom: 2px;
    height: 32px;
}
._1colfield div
{
    margin-top: 2px;
}
._2colfield
{
    float: left;
    width: 50%; /*曾经为48%，现在改为50%，可能存在显示问题*/
    margin-bottom: 2px;
    height: 32px;
}
._2of3colfield
{
    float: left;
    width: 30%;
    margin-bottom: 2px;
    height: 32px;
}
._2colfield div, ._2of3colfield div
{
    margin-top: 2px;
}
._3colfield
{
    float: left;
    width: 30%;
    margin-bottom: 2px;
    height: 32px;
}
._3of4colfield
{
    float: left;
    width: 75%;
    margin-bottom: 2px;
    height: 32px;
}
._3colfield div, ._3of4colfield div
{
    margin-top: 2px;
}
._4colfield
{
    float: left;
    width: 25%;
    margin-bottom: 2px;
    height: 32px;
}
._4colfield div
{
    margin-top: 2px;
}
/*-- 输入框 end --*/

/*-- label start --*/
form label
{
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    line-height: 22px;
}

.tb-label
{
    font-size: 14;
    padding-left: 5px;
}
.config_comments
{
    color: Gray;
}
/*-- label end --*/

/*-- 字体 start --*/

.ft-10
{
    font-size: 10px;
}

.ft-12
{
    font-size: 12px;
}

.ft-14
{
    font-size: 14px;
}

.ft-16
{
    font-size: 16px;
}

.ft-18
{
    font-size: 18px;
}

.ft-36
{
    font-size: 36px;
}

.ft-bold
{
    font-weight: bold;
}

.line-through
{
    text-decoration: line-through;
}

.ft-yahei
{
    font-family: "Microsoft YaHei" , "YouYuan" , "宋体";
}

.ft-yahei-bold
{
    font-family: "Microsoft YaHei" , "YouYuan" , "宋体";
    font-weight: bold;
}

/*-- 字体 end --*/

/*-- 对齐样式 start --*/
.align-center
{
    text-align: center;
}
.align-right
{
    text-align: right;
}
.align-left
{
    text-align: left;
}
.valign-middle
{
    vertical-align: middle;
}
.valign-top
{
    vertical-align: top;
}
.valign-bottom
{
    vertical-align: bottom;
}
/*-- 对齐样式 end --*/

/*-- padding start --*/
.pdt5
{
    padding-top: 5px;
}
.pdt-10
{
    padding-top: 10px;
}
.pdb-10
{
    padding-bottom: 10px;
}
.pdl-10
{
    padding-left: 10px;
}
.pdr-10
{
    padding-right: 10px;
}
/*-- padding end --*/

/*-- 高度样式 start --*/
.width-auto
{
    width: 98.4%;
}
.width-fit
{
    width: 100%;
}
.width-400
{
    width: 400px;
}
.width-300
{
    width: 300px;
}
.width-240
{
    width: 240px;
}
.width-220
{
    width: 220px;
}
.width-200
{
    width: 200px;
}
.width-180
{
    width: 180px;
}
.width-160
{
    width: 160px;
}
.width-140
{
    width: 140px;
}
.width-120
{
    width: 120px;
}
.width-100
{
    width: 100px;
}
.width-80
{
    width: 80px;
}
.width-70
{
    width: 70px;
}
/*-- 高度样式 end --*/


/*-- 颜色 start --*/
.txtgray
{
    color: #444;
}
.gray
{
    color: Gray;
}
.red
{
    color: #ff1e1d;
}
.green
{
    color: #1ed119;
}
.blue
{
    color: #0CA7DA;
}
.yellow
{
    color: #fcd209;
}

.bg-gray
{
    background-color: Gray;
}
.bg-red
{
    background-color: #ff1e1d;
}
.bg-green
{
    background-color: #1ed119;
}
.bg-blue
{
    background-color: #0CA7DA; /* #0CA7DA, #4386c6*/
}
.bg-yellow
{
    background-color: #fcd209;
}

.border-green
{
    border-color: #1ed119;
}
.border-blue
{
    border-color: #0CA7DA;
}
.border-red
{
    border-color: #ff1e1d;
}
/*-- 颜色 end --*/


/*-- 状态图标 start --*/
.img_logo_lefttop
{
    display: inline-block;
}
.audit
{
    width: 150px;
    height: 74px;
    background: transparent url("Images/img_audit.png") no-repeat scroll 0px 0px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.status-right-top
{
    width: 150px;
    height: 74px;
    position: absolute;
    right: -140px;
    top: 45px;
}
.status-left-bottom
{
    width: 150px;
    height: 74px;
    position: absolute;
    left: 5px;
    bottom: 10px;
}
.sn
{
    display: inline-block; /*position: absolute;*/
    margin: 0px 0px 0px 5px;
    z-index: 100;
    cursor: pointer;
    background: url(../imgs/allbgs.png?ver=20170509) no-repeat 0px -12px;
    height: 12px;
    padding-left: 14px;
}

.sn:hover
{
    background: url(../imgs/allbgs.png?ver=20170509) no-repeat 0px 0px;
    height: 12px;
    padding-left: 14px;
}


.img_sn_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px 0px;
    height: 12px;
    padding-left: 14px;
}
.img_sn
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -12px;
    height: 12px;
    padding-left: 14px;
}
.img_user
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -24px;
    height: 16px;
    padding-left: 18px;
}
.img_warning
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -40px;
    height: 16px;
    padding-left: 18px;
}
.img_eyeshow
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -56px;
    height: 24px;
    padding-left: 26px;
}
.img_eyehide
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -80px;
    height: 24px;
    padding-left: 26px;
}
.img_edit_add_gray
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -104px;
    height: 25px;
    padding-left: 22px;
}
.img_edit_add
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -129px;
    height: 25px;
    padding-left: 22px;
}
.img_edit
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -154px;
    height: 25px;
    padding-left: 22px;
}
.img_edit_gray
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -179px;
    height: 25px;
    padding-left: 22px;
}
.img_index_tab_pulldown
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -204px;
    height: 25px;
    padding-left: 27px;
}
.img_edit_remove_gray
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -229px;
    height: 25px;
    padding-left: 22px;
}
.img_edit_remove
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -254px;
    height: 25px;
    padding-left: 22px;
}
.img_clear
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -279px;
    height: 25px;
    padding-left: 27px;
}
.img_barcode
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -304px;
    height: 25px;
    padding-left: 22px;
}
.img_view_gray
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -329px;
    height: 25px;
    padding-left: 22px;
}
.img_view
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -354px;
    height: 25px;
    padding-left: 22px;
}
.img_save_gray
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -379px;
    height: 25px;
    padding-left: 22px;
}
.img_copy
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -404px;
    height: 25px;
    padding-left: 22px;
}
.img_save
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -429px;
    height: 25px;
    padding-left: 27px;
}
.img_refresh
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -454px;
    height: 25px;
    padding-left: 22px;
}
.img_mainMenuIconOn
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -479px;
    height: 28px;
    padding-left: 30px;
}
.img_mainMenuIcon
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -507px;
    height: 28px;
    padding-left: 30px;
}
.img_bellon
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -535px;
    height: 28px;
    padding-left: 30px;
}
.img_bell
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -563px;
    height: 28px;
    padding-left: 30px;
}
.img_shortcut
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -591px;
    height: 30px;
    padding-left: 32px;
}
.img_login_user
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -621px;
    height: 32px;
    padding-left: 34px;
}
.img_login_key
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -653px;
    height: 32px;
    padding-left: 34px;
}
.img_sale
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -685px;
    height: 35px;
    padding-left: 37px;
}
.img_trace_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -720px;
    height: 35px;
    padding-left: 37px;
}
.img_system
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -755px;
    height: 35px;
    padding-left: 37px;
}
.img_sale_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -790px;
    height: 35px;
    padding-left: 37px;
}
.img_finance_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -825px;
    height: 35px;
    padding-left: 37px;
}
.img_system_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -860px;
    height: 35px;
    padding-left: 37px;
}
.img_trace
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -895px;
    height: 35px;
    padding-left: 37px;
}
.img_basic_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -930px;
    height: 35px;
    padding-left: 37px;
}
.img_warehouse
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -965px;
    height: 35px;
    padding-left: 37px;
}
.img_basic
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1000px;
    height: 35px;
    padding-left: 37px;
}
.img_finance
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1035px;
    height: 35px;
    padding-left: 37px;
}
.img_warehouse_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1070px;
    height: 35px;
    padding-left: 37px;
}
.img_pur_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1105px;
    height: 35px;
    padding-left: 37px;
}
.img_pur
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1140px;
    height: 35px;
    padding-left: 37px;
}
.img_produce
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1175px;
    height: 35px;
    padding-left: 37px;
}
.img_produce_on
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1210px;
    height: 35px;
    padding-left: 37px;
}
.img_logo_lefttop
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1245px;
    height: 52px;
    padding-left: 52px;
}
.img_synctoerp
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1297px;
    height: 74px;
    padding-left: 152px;
}
.img_submit
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1371px;
    height: 74px;
    padding-left: 152px;
}
.img_cancellation
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1445px;
    height: 74px;
    padding-left: 152px;
}
.img_audit
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1519px;
    height: 74px;
    padding-left: 152px;
}
.img_confirm
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1593px;
    height: 74px;
    padding-left: 152px;
}
.img_draft
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1667px;
    height: 74px;
    padding-left: 152px;
}
.img_command
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1741px;
    height: 74px;
    padding-left: 152px;
}
.img_scanfinish
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1815px;
    height: 74px;
    padding-left: 152px;
}
.img_scaning
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1889px;
    height: 74px;
    padding-left: 152px;
}
.img_closed
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -1963px;
    height: 74px;
    padding-left: 152px;
}
.img_saleout
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2037px;
    height: 100px;
    padding-left: 102px;
}
.img_exchange
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2137px;
    height: 100px;
    padding-left: 102px;
}
.img_inv
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2237px;
    height: 100px;
    padding-left: 102px;
}
.img_salecollect
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2337px;
    height: 100px;
    padding-left: 102px;
}
.img_purpay
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2437px;
    height: 100px;
    padding-left: 102px;
}
.img_purin
{
    background: url(../imgs/allbgs.png?ver=20180612) no-repeat 0px -2537px;
    height: 100px;
    padding-left: 102px;
}





.img_login_user, .img_login_key
{
    height: 30px;
}
.grid-view:hover, .grid-edit:hover, .grid-add:hover, .grid-copy:hover, .grid-remove:hover, .grid-refresh:hover, .tb-button:hover, .img_edit_add:hover, .img_copy:hover, .img_edit:hover, .img_view:hover, .img_clear:hover, .img_edit_remove:hover, .img_save:hover, .img_refresh:hover, .img_barcode:hover
{
    background-color: #BBB;
    text-decoration: none;
}
.grid-view:active, .grid-edit:active, .grid-add:active, .grid-copy:active, .grid-remove:active, .grid-refresh:active, .tb-button:active, .img_edit_add:active, .img_copy:active, .img_edit:active, .img_view:active, .img_clear:active, .img_edit_remove:active, .img_save:active, .img_refresh:active, .img_barcode:active
{
    text-decoration: none;
}
.grid-view, .grid-edit, .grid-add, .grid-copy, .grid-remove, .grid-refresh, .tb-button, .img_edit_add, .img_copy, .img_edit, .img_view, .img_clear, .img_edit_remove, .img_save, .img_refresh, .img_barcode
{
    text-decoration: none;
    margin-top: 0px;
    border: 0px solid #EEE;
    border-radius: 25px;
    position: relative;
    padding-left: 21px;
    display: inline-block;
}
.treetoolbar .img_edit_add, .treetoolbar .img_edit, .treetoolbar .img_edit_remove, .treetoolbar .img_refresh, .treetoolbar .img_barcode
{
    padding-left: 24px;
}
/*-- 状态图标 end --*/

/*-- 上传图片 start --*/
.imgDiv
{
    position: relative;
    width: 180px;
}
.imgButton
{
    display: none;
    width: 100%;
}
.imgButtonHover
{
    display: inline-block;
    position: absolute;
}

.imgButton .del
{
    background: #F6C991 none repeat scroll 0% 0%;
    font-size: 14px;
    padding: 0px 6px;
    position: absolute;
    top: 2px;
    color: #FFF;
    right: 2px;
    cursor: pointer;
}
/*-- 上传图片 end --*/

/*-- 库容看板 start --*/
.cap-inv-brd-bg-color-empty
{
    background-color: #FFFFFF;
}
.cap-inv-brd-bg-color-full
{
    background-color: #FF9933;
    color: #FFFFFF;
}
.cap-inv-brd-bg-color-notfull
{
    background-color: #FFFF33; /*FFCC00*/
    
}
.cap-inv-brd-bg-color-error
{
    background-color: #FF0000;
    color: #FF3300;
}
.cap-inv-brd-bg-color-void
{
    background-color: #CCCCCC;
    
}
/*-- 库容看板 end --*/

/* watermark.css */
.watermark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 允许穿透点击 */
    z-index: 9999;
    background-repeat: repeat;
}