.orgBox {
    font-size: 9pt;
	margin:0;
	padding: 10px;
	width:100%;
	background-color:#ffffff;
}

.orgBox .root {margin:10px auto;}

.orgBox .fa {cursor:pointer;line-height:25px;}
.orgBox .fa.fa-minus-circle, .orgBox .fa.fa-plus-circle{font-size:1.5em;color:#031a3f;padding-top:5px;}

.orgBox img {border:0;}
.orgBox table {border:0px;border-spacing: 0px;margin:0px auto;/* border-collapse: initial; */}
.orgBox td    {padding: 0px; text-align:center; vertical-align: top !important;}

.orgBox div.vertical {
	height:9px;
	margin:0px auto;

	width:1px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.orgBox div.vertical_left {
	height:10px;
	margin:0px 0px 0px auto;

	width:1px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.orgBox div.vertical_right {
	height:10px;
	margin:0px auto 0px 0px;

	width:1px;
	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.orgBox div.horizontal {
	height:1px;

	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0 ;
}

.orgBox div.horizontal_left {
	height:1px;
	position:relative;
	width:50%;
	left:25%;

	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.orgBox div.horizontal_right {
	height:1px;
	position:relative;
	width:50%;
	left:-25%;

	font-size:1px;
	line-height:0px;
	background-color:#c0c0c0;
}

.orgBox table.node{
	width: 110px;
	margin:0px auto;
	border: 1px solid #878f98;
	background-color:#ffffff;
	color:#000000;
}

.orgBox table.node:hover {
	background-color:#f5f8fb;
	border:1px solid #808080;
}

.orgBox table.node:hover tr:first-child {
	background-color:#cdddec;
	color:#000000;
	font-weight:bold;
}

.orgBox table.node:hover tr:first-child .btn_fix {
	background-color:#ffffff;
	color:#000000;
}

.orgBox .org_label {
	font-size:12px;
	height:30px;
	line-height:30px;
	/* font-weight:bold; */
	border-bottom: 1px solid #878f98;
	cursor:pointer;
}

.orgBox .org_label:hover {
	background-color:#cdddec;
	color:#ffffff;
}
.orgBox table.node td {
    vertical-align: middle !important;
    line-height:25px;
    height:25px;
    /* border-bottom: 1px solid #eee; */
}


.orgBox .btn_fix {
	background-color: #cdddec;
	/* border:1px solid #808080; */
	padding: 0px 6px;
	color: #2b2b2b;
}

.orgBox table.node td.text  {
	font-size:12px;
	height:18px;
	line-height:15px;
	font-weight:normal;
	text-align:left;
	/* padding-left:5px; */
	padding: 3px 5px;
}

.orgBox td.child {
	padding:0px 5px;
	vertical-align:top !important;
}

.orgBox .icon_arrow {
	vertical-align:middle;
	margin:0px;
	cursor:pointer;
}

.orgBox a:visited {color: #000000; text-decoration: none;}
.orgBox a:link {color: #000000; text-decoration: none;}
.orgBox a:active {color: #000000; text-decoration: none;}
.orgBox a:hover {color: #7da0f2; text-decoration: none;}

.basic_id {color:blue !important;}