.treeTable tr td .expander
{
  cursor: pointer;
  padding: 0;
  zoom: 1
}
.treeTable tr td
{
  line-height: 20px
}
.treeTable tr td a.expander
{
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none
}
.treeTable tr td a.expander
{
  background: url('https://static.peoplehr.net/202506198-hotfix000000/Images/spritesheet.png') no-repeat top left;
  background-position: 0 -801px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  width: 18px
}
table.treeTable
{
  margin-bottom: 10px;
  margin-right: 20px
}
table.treeTable thead
{
  border: 1px solid #dcdcdc
}
table.treeTable thead tr
{
  background-color: #ededed
}
table.treeTable thead tr th
{
  border-right: 1px solid #dcdcdc;
  padding: 4px 10px
}
table.treeTable tbody
{
  border: 1px solid #dcdcdc
}
table.treeTable tbody tr th,table.treeTable tbody tr td
{
  border-right: 1px solid #dcdcdc;
  padding: 4px 10px
}
.treeTable tr.selected,.treeTable tr.accept
{
  background-color: #3875d7
}
.treeTable tr.selected a.expander,.treeTable tr.accept a.expander
{
  color: #fff
}
.treeTable tr.collapsed.selected td a.expander,.treeTable tr.collapsed.accept td a.expander
{
  background-image: url('https://static.peoplehr.net/202506198-hotfix000000/Images/toggle-expand-light.png')
}
.treeTable tr.expanded.selected td a.expander,.treeTable tr.expanded.accept td a.expander
{
  background-image: url('https://static.peoplehr.net/202506198-hotfix000000/Images/toggle-collapse-light.png')
}
.treeTable .ui-draggable-dragging
{
  color: #000;
  z-index: 1
}
.ui-helper-hidden
{
  display: none
}

