/*树控件调整*/
.treeMenu{
	position: absolute;
	background: #FFFFFF;
	width: 100px;
	line-height: 30px;
	text-indent:12px ;
	z-index: 2147483647;
	display:none;
	top: 0;
	left: 0;
	background: #ffffff;
    color: #999;
    padding: 0px 0px;
    border-radius: 2px;
    box-shadow: 0px 1px 16px 0 rgba(90, 109, 122, 0.41);
    cursor: default;
    font-size: 13px;
}
.treeMenu li{
	cursor: pointer;
}
.treeMenu li:hover{
	background: #F4F5F9;
}
.dytree{
	height: 100%;
}
.dytree .mini-tree-expand .mini-tree-node-ecicon{
	background: url("images/bottom.gif") no-repeat  !important;
	background-position: 3px 8px !important;
}
.dytree .mini-tree-collapse .mini-tree-node-ecicon{
	background: url("images/right.gif") no-repeat !important;
	background-position: 3px 8px !important;
}
.ProjRightsTree .mini-tree-expand .mini-tree-node-ecicon{
	background: url("images/bottom.gif") no-repeat  !important;
	background-position: 3px 3px !important;
}
.ProjRightsTree .mini-tree-collapse .mini-tree-node-ecicon{
	background: url("images/right.gif") no-repeat !important;
	background-position: 3px 3px !important;
}
.dytree .mini-tree-selectedNode .mini-tree-nodeshow{
	border: 1px solid rgba(0, 0, 0, 0) !important;
	background:none !important;
}
.dytree .mini-tree-nodeshow .iconfont{ 
	color: #c3241e;
}
.dytree .mini-tree-nodetitle{
	margin: 0;
}
.dytree .mini-grid-row:hover{
	background: #E6E6E6;
}
.dytree .tree-active{
	background: #E6E6E6;
}
.dytree .mini-tree-selectedNode{
	background: #E0EAF7 !important;
}
.dytree .mini-tree-nodetext{
	line-height: 15px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.dytree .mini-tree-nowrap  .mini-tree-nodetext{
	padding-right: 20px;
}
.dytree .mini-panel,.dytree .mini-panel-border,.dytree .mini-panel-viewport,.dytree .mini-panel-body{
	height: 100% !important;
}
.dytree .mini-tree-nodetitle {
	height: 30px;
    line-height: 28px;
}
.dytree input{
	margin-top: -2px;
	padding: 2px;
	width:100%;
	border-radius: 2px;
    box-shadow: 0px 1px 10px 0 #006DAE;
    background: #FFFFFF;
}
.mini-grid-rows-view::-webkit-scrollbar{ 
	width: 8px;
	background: #F6F6F6;
}
.mini-grid-rows-view::-webkit-scrollbar-thumb{ 
	background: #C1C1C1;
	border-radius:4px ;
}