/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 20px;
  width                 : 1px;
}

.jOrgChart .down {
  background-color 		: #ababab;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 1px solid #ababab;
}

.jOrgChart .left {
  border-right          : 1px solid #ababab;
}

.jOrgChart .right {
  border-left           : 1px solid #ababab;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0;
}

/* The node */
.jOrgChart .node {
  background-color 		: #35363B;
  display               : inline-block;
  padding:10px;
  z-index 				: 10;
  margin               : 0 2px;
}

/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}


/* list stuff */
#org{
	background-color 	: white;
	margin 				: 10px;
	padding 			: 10px;
}

#show-list{
	cursor 				: pointer;
}

/* bootstrap overrides */
.alert-message{
	margin: 2px 0;
}

.topbar{
	position 			: absolute;
}

/* Custom chart styling */
.jOrgChart {
  margin                : 10px;
  padding               : 20px;
}

/* Custom node styling */
.jOrgChart .node {
	font-size 			: 13px;
	background-color 	: #D1EAFC;
	border-radius 		: 5px;
	color 				: #000;
	-moz-border-radius 	: 8px;
	font-family:"Î¢ÈíÑÅºÚ";
}
.jOrgChart .node0 {
	background-color 	: #FFE3DD;
}
.jOrgChart .node1 {
	background-color 	: #FFEAD5;
}
.jOrgChart .node2 {
	background-color 	: #F7F2E9;
	width:15px;
}
.jOrgChart .node3 {
	background-color 	: #DBF5E3;
}

/*.jOrgChart tr:last-child  .node {
	background-color 	: #ffebd7;
	color 				: #a75614;
	
}
.jOrgChart tr:last-child td tr:last-child tr:first-child  .node {
	background-color 	: #d3f3fd;
	color 				: #295565;
	width:15px;
    
}*/


.node p{
    font-family 	: tahoma;
    font-size 		: 10px;
    line-height 	: 11px;
    padding 		: 2px;
}
	