/* general */

.clear {

	clear: both;

}



/* Header */

.brand{

	color 				: #E05E00 !important;	

	font-family 		: georgia;

	font-style 			: italic;

}



/* 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 			: 14px;

	background-color 	: #35363B;

	border-radius 		: 8px;

	border 				: 5px solid white;

	color 				: #F38630;

	-moz-border-radius 	: 8px;

}

	.node p{

		font-family 	: tahoma;

		font-size 		: 10px;

		line-height 	: 11px;

		padding 		: 2px;

	}

	

	

	

	

/* Basic styling */

/* Draw the lines */

.jOrgChart .line {

  height                : 20px;

  width                 : 4px;

}



.jOrgChart .down {

  background-color 		: black;	

  margin 				: 0px auto;

}



.jOrgChart .top {

  border-top          : 3px solid black;

}



.jOrgChart .left {

  border-right          : 2px solid black;

}



.jOrgChart .right {

  border-left           : 2px solid black;

}



/* node cell */

.jOrgChart td {

  text-align            : center;

  vertical-align        : top;

  padding               : 0;

}



/* The node */

.jOrgChart .node {

  background-color 		: #fff;

  display               : inline-block;

  width                 : 100px; max-width:100px;

  height                : 60px;

  z-index 				: 10;

  margin               : 0 2px; font-size:11px; color:#333

}

.jOrgChart .node img{ clear:both; width:68%; margin:0 16% 2% 16%}

/* jQuery drag 'n drop */



.drag-active {

  border-style			: dotted !important;

}



.drop-hover {

  border-style			: solid !important;

  border-color 			: #E05E00 !important;

}

.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}