/*! Licensed Materials - Property of HCL Technologies Limited.
    (c) Copyright HCL Technologies Limited 2007, 2020.  All Rights Reserved.
    
This CSS was built on August 16 2012. (version: OneUI-3.0.3_20120816-1522)
these are the styles for tree
companion files: orgChart.css / orgChartTheme.css
companion files: orgChartRTL.css / orgChartThemeRTL.css*/
/*** T R E E ***/ /*needs review - need additional tree visuals from Jason*/

.lotusui30 ul.lotusTree {
  margin:0;
  padding:0;
  list-style-type:none;
  line-height:1.5;
}

.lotusui30 .lotusTree ul {
  margin:0 0 0 14px;
  padding:0;
  list-style-type:none;
}

.lotusui30 .lotusTree li {
  margin:0;
  padding:1px 0;
}

.lotusui30 .lotusTree a {
  text-decoration:none;
}

.lotusui30 .lotusTree a:hover, .lotusui30 .lotusTree a:focus {
  text-decoration:underline;
}

.lotusui30 .lotusTree .lotusIcon {
  margin-right:3px;
}

.lotusui30 .lotusTree input {
  margin:0 3px 0 0;
  padding:0;
  vertical-align:middle;
}

/*this is a specific type of tree*/
.lotusui30 .lotusOrgChart ul {
  margin-left:11px;
}

.lotusui30 .lotusOrgChart li {
  padding:2px 0;
}

.lotusui30 .lotusOrgChart li a {
  margin:0;
  padding:0 0 5px 20px;
  ;
}

.lotusui30 .lotusOrgChart .lotusBottom {
  padding:2px 0 5px 20px;
}

.lotusui30 .lotusOrgChartTop, .lotusui30 .lotusOrgChartMiddle, .lotusui30 .lotusOrgChartBottom {
  padding-left:20px;
}

/*the second class definition for each type of node accommodates a div version of the org chart*/
.lotusui30 .lotusOrgChart li a, .lotusui30 .lotusOrgChartMiddle {
  background:url(../../images/lotusSprite-8bit.png) 0 -3572px no-repeat;
}

.lotusui30 .lotusOrgChart a.lotusTop, .lotusui30 .lotusOrgChartTop {
  background:url(../../images/lotusSprite-8bit.png) 0 -3800px no-repeat;
}

.lotusui30 .lotusOrgChart .lotusBottom, .lotusui30 .lotusOrgChartBottom {
  background:url(../../images/lotusSprite-8bit.png) 0 -3339px no-repeat;
}

/*images off adjustments*/
.lotusui30.lotusImagesOff ul.lotusTree, .lotusImagesOff .lotusui30 ul.lotusTree, .lotusui30.lotusImagesOff .lotusTree ul *, .lotusImagesOff .lotusui30 .lotusTree ul * {
  list-style-type:square;
}

.lotusui30.lotusImagesOff .lotusOrgChart li a, .lotusImagesOff .lotusui30 .lotusOrgChart li a, .lotusui30.lotusImagesOff .lotusBottom, .lotusImagesOff .lotusui30 .lotusBottom {
  padding-left:0;
}


/***********************************************************/