




	





/* 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 */
.ExtJSOrgChart {
  margin                : 10px;
  padding               : 20px;
}

/* Custom node styling */
.ExtJSOrgChart .node {
	font-size 			: 11x;
	text-align			: center;
	#vertical-align		: middle;
	#line-height			: 50px;
	background-color 	: #35363B;
	border-radius 		: 8px;
	!border 				: 1px solid gray;
	#color 				: #FFFF00;
	
	
	-moz-border-radius 	: 8px;
}
	.node p{
		font-family 	: tahoma;
		font-size 		: 10px;
		line-height 	: 11px;
		padding 		: 2px;
	}
.datasetimg{
	cursor 				: pointer;
	
}
.level1img{
	height:60px;
	border-radius : 50%;
}
.ExtJSOrgChart .leaf:hover{
	background-color: #FFE0AE;
	transition: background-color 800ms ease 0s;
}
.hide {
    display: none;
}
.img_detail{
    background: url("zoom.png") repeat scroll 0 0 / 28px 28px rgba(0, 0, 0, 0);
    height: 28px;
    width: 28px;
    cursor: pointer;
}
.nbrecords{
    font-size: 10px;
    color: #444;
    font-weight: normal;
}
.datasettitle{
    margin-top: 5px;
}	
