.design-holder {
	position: relative;
	text-align: center;
	display: inline;
}
#main-holder {
	border: #999999 thin solid;
	border-radius: 15px;
	height: 750px;
	width: 850px;
	overflow: auto;
}
#diagramContainer {
	position: absolute;
	text-align:center;
	cursor:move;
	font-family:Arial, Helvetica, sans-serif;

}
.member {
	width: 75px;
	height: 50px;
	cursor: pointer;
	text-align:center;
	display:inline-block;
	margin:50px 25px;
	position:relative;
	vertical-align:top;
}
.memberRow{white-space:nowrap;}
.pop_info {
	background: none repeat scroll 0 0 rgba(215, 215, 215, 0.9);
	color:#000;
	border: 1px solid #ccc;
	border-radius: 4px;
	display: none;
	min-height: 120px;
	padding: 10px;
	position: absolute;
	min-width: 250px;
	z-index:999999;
	text-align:left;
}
.memb-info-first .member_img{
	float:left;
	padding-right:10px;
}
.memb-info-first .member_img{
	width:60px;
	height:60px;
}
.memb-info-first,.detail-name-info{
	overflow:hidden;
	text-align:center;
}
.memb-name-detail{
	font-size:17px;
	font-weight:600;
	color:#000;
}
.memb-age-detail{
	color: #999;
    font-size: 12px;
    font-weight: normal;
}
.memb-info-last{
	margin-top:5px;
	direction:rtl;
	text-align:right;
}
.relate-name{
	font-size:12px;
	color:#000;
	margin-bottom:2px;
	white-space:pre-line;
	max-width:250px;
	min-width:200px;
}
.zoom-holder {
	width: 300px;
}
.time-holder {
	width: 300px;
}
.member-img{
	border:1px solid transparent;
	padding: 4px;
	display:inline-block;
}
.active .member-img{
	display:inline-block;
	background-image:url(../img/active-member.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:60px 60px;
	padding:10px 20px;
	
}
.memb-container{
	 position: relative;
    z-index: 99999;
}
.dis-name{
	color:#666;
	font-weight:600;
	display:block;
}
.age-holder{
	display:block;
	font-size:10px;
}

#loader{background-image:url(../img/ajax-loader.gif); background-size:150px 150px; ;width:150px;height:150px;top:calc(50% - 75px);left:calc(50% - 75px);z-index:1000;position:absolute;}

.treeTableHold .table{position:relative;}

.scrollHori{font-size:12px;text-align:center;}

.treePanel{vertical-align:top;
	display:inline-block;
	width:98%;}
.scrollVerti{font-size:12px;text-align:center;display:inline-block;width:3%;white-space:normal;word-break:break-all;}

