/*-------------------------------------

该css主要为共通的radio、checkbox、图标等设置，默认所有的树都使用以下样式，如果需要调整或者覆盖，请在ztreeDivId.css中覆盖本文件的样式。

-------------------------------------*/
ul,li{list-style: none;}
/* 设置所有按钮的背景 */
.ztree li span {line-height:20px; margin-right:2px}
.ztree li span.button {line-height:0; margin:0; width:20px; height:20px; display: inline-block; vertical-align:middle;
    border:0 none; cursor: pointer;outline:none;
    background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
    background-image:url("/static/img/feature/public/ztree/ztree-switch-icon.png");}

/* 折叠符号 【折叠和展开】 */
.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.noline_open{background:url(/static/img/feature/public/ztree/zTreeStandard.png) no-repeat -90px -72px;}
.ztree li span.button.noline_close{background:url(/static/img/feature/public/ztree/zTreeStandard.png) no-repeat -74px -72px}
.ztree li span.button.noline_docu{ background:none;}

/* 组织机构图标【集团、公司、部门、人】 */
.ztree li span.button.iconInstGroup_ico_open,.ztree li span.button.iconInstGroup_ico_close{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -324px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconInstCompany_ico_open{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -342px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconInstCompany_ico_close{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -360px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconInstCompany_ico_docu{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -396px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconInstDepartment_ico_docu,.ztree li span.button.iconInstDepartment_ico_close,.ztree li span.button.iconInstDepartment_ico_open{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -414px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconInstPeople_ico_docu{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -378px; vertical-align:top; *vertical-align:middle}

/* 表单管理：统计管理》表单选择 */
.ztree li span.button.iconStatisticsFormGroup_ico_open,.ztree li span.button.iconStatisticsFormGroup_ico_close{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -36px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.iconStatisticsForm_ico_docu{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-diy-icon.png) no-repeat 0 -234px; vertical-align:top; *vertical-align:middle}

/* 文件夹和子文件样式图标：目前还款计划模板树、附件树 使用 */
.ztree li span.button.ico_open{margin-right:5px; width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -216px;  vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_close{margin-right:5px;  width:18px; height:18px; background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -234px; vertical-align:top; *vertical-align:middle}
.ztree li span.button.ico_docu{margin-right:5px;  width:18px; height:18px;background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -252px; vertical-align:top; *vertical-align:middle}

/* 单选框和复选框 */
.ztree li span.button.chk {width:18px; height:18px; margin:0 5px; cursor: auto}
.ztree li span.button.chk.checkbox_false_full {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -36px; }
.ztree li span.button.chk.checkbox_false_full_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -54px;}
.ztree li span.button.chk.checkbox_false_part {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -72px;}
.ztree li span.button.chk.checkbox_false_part_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -90px;}
.ztree li span.button.chk.checkbox_false_disable {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -108px;}

.ztree li span.button.chk.checkbox_true_full {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -126px;}
.ztree li span.button.chk.checkbox_true_full_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -144px;}
.ztree li span.button.chk.checkbox_true_part {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -162px;}
.ztree li span.button.chk.checkbox_true_part_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -180px;}
.ztree li span.button.chk.checkbox_true_disable {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -198px;}

.ztree li span.button.chk.radio_false_full {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -270px;}
.ztree li span.button.chk.radio_false_full_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -288px;}
.ztree li span.button.chk.radio_false_part {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -306px;}
.ztree li span.button.chk.radio_false_part_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -324px;}
.ztree li span.button.chk.radio_false_disable {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -342px;}
.ztree li span.button.chk.radio_true_full {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -360px;}
.ztree li span.button.chk.radio_true_full_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -378px;}
.ztree li span.button.chk.radio_true_part {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -396px;}
.ztree li span.button.chk.radio_true_part_focus {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -414px;}
.ztree li span.button.chk.radio_true_disable {background:url(/static/img/feature/public/ztree/ztree-switch-icon.png) no-repeat 0 -432px;}

/*   添加、删除、复制、粘贴  */
.ztree li span.button.remove {margin-left: 4px;width:20px;height:20px;background:url(/static/img/feature/public/ztree/addDeleteCopyPaste.png) no-repeat 0 -21px;vertical-align:top; *vertical-align:middle}
.ztree li span.button.add {margin-left: 4px;width:20px;height:20px;background:url(/static/img/feature/public/ztree/addDeleteCopyPaste.png) no-repeat 0 -1px;vertical-align:top; *vertical-align:middle}
.ztree li span.button.paste {margin-left: 4px;width: 20px; height: 20px;background:url(/static/img/feature/public/ztree/addDeleteCopyPaste.png) no-repeat 0 -61px;vertical-align:top; *vertical-align:middle}
.ztree li span.button.copy {margin-left: 4px;width: 20px; height: 20px;background:url(/static/img/feature/public/ztree/addDeleteCopyPaste.png) no-repeat 0 -41px;vertical-align:top; *vertical-align:middle}
.ztree li span.button.edit {margin-left: 4px;width: 20px; height: 20px;background:url(/static/img/feature/public/ztree/addDeleteCopyPaste.png) no-repeat 0 -81px;vertical-align:top; *vertical-align:middle}


.ztree li span.button.ico_loading{margin-right:2px; background:url(/static/img/feature/public/ztree/loading.gif) no-repeat scroll 0 0 transparent; vertical-align:top; *vertical-align:middle}

ul.tmpTargetzTree {background-color:#FFE6B0; opacity:0.8; filter:alpha(opacity=80)}

span.tmpzTreeMove_arrow {width:16px; height:16px; display: inline-block; padding:0; margin:2px 0 0 1px; border:0 none; position:absolute;
    background-color:transparent; background-repeat:no-repeat; background-attachment: scroll;
    background-position:-110px -80px; background-image:url("/static/img/feature/public/ztree/zTreeStandard.png"); *background-image:url("/static/img/feature/public/ztree/zTreeStandard.gif")}

ul.ztree.zTreeDragUL {margin:0; padding:0; position:absolute; width:auto; height:auto;overflow:hidden; background-color:#cfcfcf; border:1px #00B83F dotted; opacity:0.8; filter:alpha(opacity=80)}
.zTreeMask {z-index:10000; background-color:#cfcfcf; opacity:0.0; filter:alpha(opacity=0); position:absolute}
