@charset "utf-8";
/* CSS Document */


.jOrgChart {margin-left: -30px;}
/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
  height                : 20px;
  width                 : 2px;
}

.jOrgChart .down {
  background-color 		: #ccc ;	
  margin 				: 0px auto;
}

.jOrgChart .top {
  border-top          : 2px solid #ccc ;
}

.jOrgChart .left {
  border-right          : 2px solid #ccc ;
}

.jOrgChart .right {
  border-left           : 2px solid #ccc ;
}

/* node cell */
.jOrgChart td {
  text-align            : center;
  vertical-align        : top;
  padding               : 0px 6px 0px 6px;

}

/* The node */
.jOrgChart .node {
/*  background-color 		: #35363B;
*/  
padding-top: 15px;
background-color 		:rgba(0, 0, 0, 0.5);
  display               : inline-block;
  width                 : 165px;
  height                : 100px;
  z-index 				: 10;
  margin               : 0 2px;
  border: 2px solid #000;
}

/* jQuery drag 'n drop */

.drag-active {
  border-style			: dotted !important;
}

.drop-hover {
  border-style			: solid !important;
  border-color 			: #E05E00 !important;
}

td.node-container {margin-right: 5px;}