.ztree {
    overflow: auto;
}
.ztreeModOne {
    min-height: 800px;
}
.ztreeModOne * {
    font-size: 16px;
}
.ztreeModOne li ul{
    margin:0;
    padding:0
}
.ztreeModOne li span {
    line-height: 30px;
}
.ztreeModOne li a {
    height: 30px;
    width: 100%;
}
.ztreeModOne li a.curSelectedNode {
    height: 30px;
}
.ztreeModOne li span.button {
    width: 20px;
    height: 20px;
}
.ztreeModOne li span.button {
    margin:4px 6px 0 0;
}
.ztreeModOne li span.button.pIcon02_ico_open{
    background: url(../images/diy/folderOpen.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top; *vertical-align:middle
}
.ztreeModOne li span.button.pIcon02_ico_close{
    background: url(../images/diy/folderMinus.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top;
    *vertical-align:middle
}
.ztreeModOne li span.button.pIcon02_ico_docu{
    background: url(../images/diy/folderMinus.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top;
    *vertical-align:middle
}
.ztreeModOne li span.button.pIcon01_ico_docu{
    background: url(../images/diy/folderMinus.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top;
    *vertical-align:middle
}
.ztreeModOne li a.selectedNodeHover span.button.pIcon01_ico_docu{
    background: url(../images/diy/folderMinus_1.png) no-repeat scroll 0 0 transparent;
}
.ztreeModOne li a.selectedNodeHover {
    background-color: #24A872;
    border: 0;
    height: 30px;
    color: #fff;
    font-weight: bold;
}
.ztreeModOne li span.button.switch {
    margin:-8px 6px 0 0;
}



.ztreeModTwo .twotree{
    height: 300px;
    width: 300px;
    overflow: auto;
}
.ztreeModTwo * {
    font-size: 14px;
}
.ztreeModTwo li a {
    height: 24px;
}
.ztreeModTwo li span.node_name {
    margin-left: 4px;
}
/*
.ztreeModTwo li span.button.switch.level0 {visibility:hidden; width:0px;}
.ztreeModTwo li.level0 > span.chk {visibility:hidden; width:0px;}
.ztreeModTwo li ul.level0 {padding:0; background:none;}
*/
.ztreeModTwo li span.button.ico_open,.ztreeModTwo li span.button.ico_close,.ztreeModTwo li span.button.ico_docu {
    background-size: 100% 100% !important;
}
.ztreeModTwo li span.button.pIcon01_ico_open,.ztreeModTwo li span.button.pIcon01_ico_close{
    background: url(../images/diy/home_1.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top;
    *vertical-align:middle
}
.ztreeModTwo li span.button.pIcon02_ico_docu,.ztreeModTwo li span.button.pIcon02_ico_open,.ztreeModTwo li span.button.pIcon02_ico_close{
    background: url(../images/diy/home_2.png) no-repeat scroll 0 0 transparent;
    background-size: 100% 100%;
    vertical-align:top;
    *vertical-align:middle
}
.ztreeModTwo .button_submit {
    padding-top: 30px;
    text-align: right;
}
.ztreeModTwo .button_submit span{
    background: #24A872;
    color: #fff;
    border-radius: 4px;
    padding:4px 10px;
    border:0;
    cursor: pointer;
}
.jgtreeHide {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.2);
}
.jgtreeHide .ztreeModTwo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    padding: 50px;
    background: #fff;
    width: 300px;

}
.treenameUl {
    border: 1px solid #DDD;
    cursor: pointer;
    overflow: hidden;
    padding:0;
    margin:0;
    height: 30px;
}
.treenameUl li {
    float: left;
    margin: 5px 0 0 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
    border:1px solid #aaa;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
    list-style: none;
}
.treenameUl li span {
    word-wrap: break-word;
}
.treenameUl li .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    cursor: pointer;
}

.navMod_one ul li,.navMod_one a {
    list-style: none;
    text-decoration: none;
}
.navMod_one {
    background: #fff;
}
.navMod_one .li_1 > a {
    display: block;
    padding-left: 25px;
    line-height: 50px;
    font-size: 16px !important;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;

}
.navMod_one .li_1.hasChild > a {
    background: url(../images/top_2.png) no-repeat 94% center;
}
.navMod_one .li_1.hasChild > a.hover,.navMod_one .li_1.hasChild > a.active {
    border-left: 3px solid #01A56C;
    background: none;
    color: #333;
    background: url(../images/top.png) no-repeat 94% center;
}
.navMod_one .li_1 > a.active{
    background: #01A56C;
    color: #fff;
}
.navMod_one .ul_1 ul {
    display: none;
    padding-left: 20px;
}
.navMod_one ul.block {
    display: block;
}
.navMod_one .ul_1  ul li a {
    display: block;
    padding-left: 20px;
    font-size: 14px !important;
    line-height: 35px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.navMod_one .ul_1 ul li  a.active,.navMod_one .ul_1 ul li  a.hover {
    color: #01A56C;
}
.navMod_one .ul_1 ul li a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #6c6c6c;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 8px;
}
.navMod_one .ul_1 ul  li a.active:after {
    background: #01A56C;
}

.navMod_one * { margin:0;padding:0}

.mobileMenu {
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 998;
    width: 48px;
    height: 48px;
    background: #E0E0E0 url(../images/menus.png) no-repeat center;
    background-size: 80%;
    cursor: pointer;
}
.navDiv {
    position: fixed;
    left: -230px;
    top: 0;
    z-index: 999;
    width: 230px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
}
@media (min-width:992px) {
    .mobileMenu {
        display: none;
    }
    .navDiv{
        position: static;
        width: auto;
    }

}