/* Basic styling */
/* Draw the lines */
.jOrgChart table, .jOrgChart table tr, .jOrgChart table tr td{
    background: 0 !important;
/*    border: 0 !important;*/
}
.jOrgChart table{
    border: 0 !important;    
}
.jOrgChart .left       { float: none !important; }
.jOrgChart .right      { float: none !important; }

.jOrgChart table tr td.line{
/*    display: none;*/
}

.jOrgChart .line {
  height                : 20px;
  width                 : 1px;
}

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

.jOrgChart .top {
  border-top          : 1px solid #a0a0a0;
}

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

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

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

/* The node */
.jOrgChart .node {
  background-color : #f4f4f4;
  display : inline-block;
  z-index : 10;
  margin : 0 2px;
  padding : 2px 3px;
  color: #000 !important;
  line-height: 11px;
  font-size: 11px;
  border: 5px solid #fff;
/*  border-bottom: 2px solid #999;*/
  -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
  
}
.jOrgChart .node div{
  width : 40px;
  height : 40px;
  overflow: hidden;
}
.jOrgChart .node.expanded {
/*  background-color : #daf3ff;*/
  border-bottom: 5px dotted #fff !important;
/*  border-bottom: 2px dotted #999;*/
}
.jOrgChart .node.status_0{
    background: #f0f0f0 url('/tuki/core/images/edit/stripes.png');
}
/* jQuery drag 'n drop */

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

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