.qtree{padding: 0; margin: 0; position: relative; overflow-x: hidden; overflow-y: auto;width: 100%;}
.qtree ul{_position: relative; list-style: none; padding: 0; margin: 0;}
.qtree li{line-height: 30px; font-size: 12px; position: relative; padding-left: 12px; }
.qtree li.qtreeL1 ul{display: none;}

.qtree li {background: url(images/treeview-default-line.gif) -2px 0 no-repeat;}
/*li:first-child{ background-position: -2px 16px;}*/
li:last-child{ background-position: -2px -1766px;}
/*.network1:before{content: url(images/tree1.png);position: absolute;left: 12px;top:0;}*/
.qtreeNetwork.network1{background: url(images/onefold.png) 0 6px no-repeat;}
.qtreeNetwork.network2{background: url(images/twofold.png) 0 6px no-repeat;}
.qtreeNetwork.network3{background: url(images/treefold.png) 0 6px no-repeat;}
.qtreeNetwork.unfoldnetwork1{background: url(images/oneunfold.png) 0 6px no-repeat;}
.qtreeNetwork.unfoldnetwork2{background: url(images/twounfold.png) 0 6px no-repeat;}
.qtreeNetwork.unfoldnetwork3{background: url(images/treeunfold.png) 0 6px no-repeat;}

.qtreeItem{padding-left: 20px; cursor: pointer; background-repeat: no-repeat; background-position: 0 6px; background-image: url(images/tree3.png); height:30px; overflow:hidden; text-overflow:ellipsis; word-break:keep-all; white-space:nowrap; }
.qtreeNetwork{background-image: url(images/tree1.png);}
.qtreeHierarchy{background-image: url(images/vhfold.png);}
.unfoldqtreeHierarchy{background-image: url(images/vhunfold.png);}
.qtreeItemSelected{/*background-color: #D4EEFF;*/ background-image: url(images/blue.png); background-repeat: repeat-y; background-position: 0 0; width: 100%; height: 30px; position: absolute; left: 0; top: 0;}
.defaultValue{background-image: url(images/defaultValue.png)}
.kidsChecked{background: url(images/checked.png) 3px 8px no-repeat;display: inline-block;width: 18px;height: 30px;}

/* .qtreeName{color: #747474;} */
/* .qtreeNetwork, .qtreeHierarchy .qtreeName{color: black;} */

.qtreeFold{background-image: url(images/fold.png)!important;}
.qtreeUnfold{background-image: url(images/unfold.png)!important;}

.qtreeNum{margin-left: 8px; color: #8c95a5;}
.qtreeItem:hover span{color: #5b9df2!important;}
.qtreeAddGroup{display:inline-block; position: absolute; top: 1px; right: 17px; width: 17px; height: 30px; background: url(images/add.png) no-repeat;background-color: white; display: none;}
/*.qtreeAddGroup:hover{background-position: -8px 0;}
.qtreeAddGroup:active{background-position: -16px 0;}*/
.qtreeDeleteGroup{display:inline-block; position: absolute; top: 1px; right: 0px; width: 17px; height: 30px; background: url(images/delete.png) no-repeat;background-color: white; display: none;}
/*.qtreeDeleteGroup:hover{background-position: -8px 0;}
.qtreeDeleteGroup:active{background-position: -16px 0;}*/

.qtreeMask{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: gray; opacity: 0.6;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); display: none;}

.treeCkbox{margin-top: 8px;margin-right: 4px;}
.icon-sitemap{font-size: 18px;}