#content #main { overflow:auto;}
div.orgChart {
    background-color: #FFFFFF;
    /* border: 1px solid rgba(0, 0, 0, 0.5);*/
    padding               : 20px;
	margin-top:0px;
	min-width: 600px;
}
div.orgChart a { color:#333; font-weight:100;     font-family: sans-serif;}
div.orgChart a:hover { color:#91b424;}
div.orgChart h2 {
    margin                : 0px;
    font-size             : 1em;
    border-bottom         : 2px solid white;
    border-bottom         : none;
	overflow:hidden;
    text-overflow:ellipsis;
	color:#1C77CE;
	font-weight:bold;
	line-height : normal;
}

div.orgChart h2 > div {
font-size:11px; color:#3A3A3A; padding-right:8px; padding-left:8px;
word-break : break-word;
font-weight:100;
	}
div.orgChart h2 i {	
margin-top:-18px;font-size:16px;cursor:pointer;
}

div.orgChart h2 div *{
vertical-align:middle;
display:inline-block;

}

div.orgChart .box {
	/*border:1px solid #ccc; */
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

div.orgChart h2 div img {margin-left:5px; margin-right:3px;}
div.orgChart h2 div img:first-child {margin-left:0px;}


div.orgChart ul {
    list-style            : none;
    margin                : 4px;
    padding               : 0px;
    font-size             : 0.8em;
    text-align            : left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align            : center;
}

div.orgChart table {
    width                 : 100%;
	table-layout: fixed;
}

div.orgChart tr.lines td.line {
    width                 : 1px;
    height                : 20px;
}

div.orgChart tr.lines td.top {
    border-top            : 1px solid #ccc;
	padding-top:2px;
}

div.orgChart tr.lines td.left {
    border-right          : 1px solid #ccc;
	/* padding-right:1px; */
}

div.orgChart tr.lines td.right {
    border-left           : 1px solid #ccc;
	padding-left:0px;
}

div.orgChart td {
    text-align            : center;
    vertical-align        : top;
    /* padding               : 0px 2px; */
}

div.orgChart div.node {
	margin:0 1px;
    cursor                : default;
    display               : inline-block;
    padding               : 5px;
    min-width             : 64px;
	max-width             : 208px; 
    height                : auto;
    line-height           : 1.2em;
	position:relative;
}

div.orgChart div.node .treeLotNo {background-color:#000000; position:absolute; top:-10px; right:40%; border-radius:50%; width:16px; height:16px; display:block; overflow:hidden; text-align:center; font-size:11px; line-height:16px; color:#FFFFFF;}

div.orgChart div.node h2 > img {
	max-width:48px;
	height:auto;
	margin:2px auto;
	cursor:pointer;
}

div.orgChart div.node .ico  {display:inline-block;}

div.orgChart div.hasChildren {
}

div.orgChart.interactive div.hasChildren {
    cursor                : pointer;
}

div.orgChart div.node.hover {
}

div.orgChart div.node.third {background:none;}

fieldset.legend {padding:25px 25px 0px; border:1px solid rgba(0, 0, 0, 0.15); margin:0px 0px; background-color:rgba(94,94,94,0.00	);}
fieldset.legend legend{font-size:14px; font-weight:bold;    width: auto;}
fieldset.legend .row-fluid {margin-bottom:0px!important;}
fieldset.legend ul {margin-bottom:15px;}
fieldset.legend ul li {display:inline-block; margin-right:20px;}
fieldset.legend ul li * {display:inline-block; vertical-align:middle; margin-right:5px;}