a:hover{text-decoration: none;}
.user-manage-wrapp{
	width: 100%;
	border:1px solid #afd7af;
	display:none;
}
.user-manage-left{
	padding-left:0;
	padding-right:0;
	width:18%;
	float: left;
}
.user-manage-left-title{
	padding-left:0;
}
.dx-btn-primary{
	height: 24px;
    line-height: 20px;
}
.user-manage-left-title input{
	display: inline-block;
    width: 110px;
    height: 24px;
}
.user-manage-tree{
	border:1px solid #afd7af;
	overflow: auto;
}
.user-manage-right{
	width:81%;
	float:right;
	position: relative;
}
.user-manage-right .showOff{
	position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    margin-top: -12px;
    left: -18px;
    font-size: 24px;
    cursor: pointer;
}
.user-manage-right-table-wrapp{
	border:1px solid #afd7af;
	border-right:0;
}