.tree-menu-expand {
  width: 218px;
}
.tree-menu-minimize {
  width: 40px;
}
.item-module-tree-control {
  margin-bottom: 0;
  background-color: #fff;
}

.tree-classic treecontrol li {
  line-height: 1rem;
  padding: 0;
}

.tree-classic img {
  margin-right: 0;
  padding: 1px;
  width: 20px !important;
  height: 20px;
  margin-top: -2px;
}
.tree-classic label {
  margin-left: 0;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  text-align: left;
}
.item-module-tree-control:current {
  background-color: #fff;
}
.item-module-tree-control-selected {
  margin-bottom: 0;
  background-color: #fff;
}
.item-module-tree-control-selected > img {
  margin-right: 0;
  padding: 1px;
  width: 20px;
  height: 20px;
  margin-top: -2px;
}

.item-node-tree-control,
.item-node-tree-control-selected,
.item-module-tree,
.item-leaf-tree-control,
.item-leaf-tree-control-selected {
  white-space: nowrap;
}


.item-module-tree,
.item-module-tree-selected {
  height: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
}
.item-module-tree > label {
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.item-module-tree > img {
  margin-right: 0;
  padding: 0;
  width: auto;
  height: 43px;
  margin-top: -6px;
}
.item-module-tree:current {
  background-color: #fff;
}
.item-module-tree-selected > label {
  color: #ffe699;
}

treeitem treeitem .item-node-tree > label {
  font-size: 12px;
}
treeitem .item-node-tree {
  margin-left: 0;
}
.item-node-tree,
.item-node-tree-selected {
  height: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  text-align: left;
  white-space: nowrap;
}
.item-node-tree > label {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  padding-left: 1px;
}
.item-node-tree > span {
  font-size: 9px;
  margin-left: -1px;
  top: 0;
}
.item-node-tree:current {
  color: #ffe699;
}
.item-node-tree-selected {
  color: #ffe699;
}
.item-node-tree-selected:current {
  color: #ffe699;
}

.item-leaf-tree,
.item-leaf-tree-selected {
  height: 1.875rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  text-align: left;
  white-space: nowrap;
}
.item-leaf-tree > label,
.item-leaf-tree-selected > label {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  padding-left: 1px;
  margin-top: 7px;
}

.item-leaf-tree:current {
  color: #ffe699;
}
.item-leaf-tree-selected > span {
  color: #ffe699;
}
.item-leaf-tree-selected > label {
  color: #ffe699;
}
.tree-menu {
  padding-left: 8px;
  overflow: auto;
  height: calc(100vh - 45px);
  width: 215px;
}
treecontrol {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--tblr-body-color);
  text-decoration: none;
}
treecontrol ul {
  margin: 0 0 0 0;
  padding: 0 0 0 2px;
  list-style: none;
  border: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
treecontrol li {
  position: relative;
  padding: 0 0 0 0;
  width: 100%;
}
treecontrol li i.tree-branch-head {
  cursor: pointer;
}
treecontrol li .tree-label {
  cursor: pointer;
  display: inline;
}
treecontrol li .tree-unselectable {
  cursor: not-allowed;
}
treecontrol li.tree-expanded i.tree-leaf-head {
  display: inline;
}
treecontrol li.tree-expanded i.tree-branch-head {
  display: inline;
}
treecontrol li.tree-collapsed i.tree-leaf-head {
  display: inline;
}
treecontrol li.tree-collapsed i.tree-branch-head {
  display: inline;
}
treecontrol li.tree-leaf i.tree-branch-head {
  display: inline;
}
treecontrol li.tree-leaf i.tree-leaf-head {
  display: inline;
}
treecontrol label {
  font-weight: 400;
  cursor: pointer;
}
.tree-classic li.tree-expanded i.tree-branch-head {
  padding: 0 0;
  margin: 0 0;
  background: url("../images/treeView/folder.png") no-repeat;
}
.tree-classic li.tree-collapsed i.tree-branch-head {
  padding: 0 0;
  margin: 0 0;
  background: url("../images/treeView/folder-closed.png") no-repeat;
}
.tree-classic li.tree-leaf i.tree-leaf-head {
  padding: 0 0;
  margin: 0 0;
  background: url("../images/treeView/file.png") no-repeat;
}
.tree-classic li .tree-selected {
  background-color: #000;
}
.tree-classic li .tree-unselectable {
  background-color: #000;
  color: #ddd;
}
.tree-light li.tree-expanded i.tree-branch-head {
  padding: 1px 0;
  background: url("../images/treeView/node-opened-2.png") no-repeat;
}
.tree-light li.tree-collapsed i.tree-branch-head {
  padding: 1px 0;
  background: url("../images/treeView/node-closed-2.png") no-repeat;
}
.tree-light li.tree-leaf i.tree-leaf-head {
  padding: 1px 0;
  width: 16px;
  height: 16px;
  background: none no-repeat;
}
.tree-light li .tree-selected {
  font-weight: bold;
}
.tree-light li .tree-unselectable {
  color: #ddd;
}
.tree-dark {
  color: #ddd;
}
.tree-dark li.tree-expanded i.tree-branch-head {
  padding: 1px 10px;
  background: url("../Content/images/treeView/node-opened-light.png")
      no-repeat;
}
.tree-dark li.tree-collapsed i.tree-branch-head {
  padding: 1px 10px;
  background: url("../Content/images/treeView/node-closed-light.png")
      no-repeat;
}
.tree-dark li.tree-leaf i.tree-leaf-head {
  padding: 1px 10px;
  width: 16px;
  height: 16px;
  background: none no-repeat;
}
.tree-dark li .tree-selected {
  font-weight: bold;
}
.tree-dark li .tree-unselectable {
  color: #777;
}
