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

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

.jOrgChart .top {
  border-top          : 4px solid black;
}

.jOrgChart .left {
  border-right          : 1px solid black;
}

.jOrgChart .right {
  border-left           : 1px solid black;
}

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

/* The node */
 div.jOrgChart  div.node.enlase {
  background-color 		: #9cc7c4;
  display               : inline-block;
  width                 : 140px;
  height                : 50px;
  z-index 			       	: 10px;
  margin               : 100 0px;
}

 div.jOrgChart  div.node.ajuste {
  background-color    : #9cc7c4;
  display               : inline-block;
  width                 : 80%;
  height                : 250px;
  z-index               : 10px;
  margin               : 100 0px;
}

.jOrgChart .node {
  background-color    : #9cc7c4;
  display               : inline-block;
  width                 : 60%;
  height                : 130px;
  z-index               : 10px;
  margin               : 0 5px;
}
div.jOrgChart div.node.sombra {
-webkit-box-shadow: 23px -20px 77px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 23px -20px 77px 0px rgba(0,0,0,0.75);
box-shadow: 23px -20px 77px 0px rgba(0,0,0,0.75);

}
/* jQuery drag 'n drop */

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

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