* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tree {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tree li {
  white-space: nowrap;
}
.tree li ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tree-node {
  height: 26px;
  white-space: nowrap;
  cursor: pointer;
}
.tree-hit {
  cursor: pointer;
}
.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin: 4px 0;
  vertical-align: middle;
  overflow: hidden;
}
.tree-expanded {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -18px 0px;
}
.tree-expanded-hover {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -50px 0px;
}
.tree-collapsed {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat 0px 0px;
}
.tree-collapsed-hover {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -64px 0;
}
.tree-line {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -176px 0;
}
.tree-join {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -192px 0;
}
.tree-joinbottom {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -160px 0;
}
.tree-folder {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -208px 0;
}
.tree-folder-open {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -224px 0;
}
.tree-file {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -240px 0;
}
.tree-loading {
  background: url('/Scripts/tree/default/images/loading.gif') no-repeat center center;
}
.tree-checkbox0 {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -208px -18px;
}
.tree-checkbox1 {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -224px -18px;
}
.tree-checkbox2 {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -240px -18px;
}
.tree-title {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 2px;
  margin: 4px 0;
  height: 18px;
  line-height: 18px;
}
.tree-node-proxy {
  font-size: 14px;
  line-height: 20px;
  padding: 0 2px 0 20px;
  border-width: 1px;
  border-style: solid;
  z-index: 9900000;
}
.tree-dnd-icon {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 18px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
}
.tree-dnd-yes {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -256px 0;
}
.tree-dnd-no {
  background: url('/Scripts/tree/default/images/tree_icons.png') no-repeat -256px -18px;
}
.tree-node-top {
  border-top: 1px dotted red;
}
.tree-node-bottom {
  border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
  border: 1px dotted red;
}
.tree-editor {
  border: 1px solid #95B8E7;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0 4px;
  margin: 0;
  width: 80px;
  outline-style: none;
  vertical-align: middle;
  position: absolute;
  top: 0;
}
.tree-node-proxy {
  background-color: #ffffff;
  color: #000000;
  border-color: #95B8E7;
}
.tree-node-hover {
  background: #eaf2ff;
  color: #000000;
}
.tree-node-selected {
     color: var(--primary-theme-color);
}
.tree-node-disabled {
  opacity: 0.5;
  cursor: default;
}
.tree-node-hidden {
  display: none;
}
.icon-blank{
	background:url('/Scripts/tree/icons/blank.gif') no-repeat center center;
}
.icon-add{
	background:url('/Scripts/tree/icons/edit_add.png') no-repeat center center;
}
.icon-edit{
	background:url('/Scripts/tree/icons/pencil.png') no-repeat center center;
}
.icon-clear{
	background:url('/Scripts/tree/icons/clear.png') no-repeat center center;
}
.icon-remove{
	background:url('/Scripts/tree/icons/edit_remove.png') no-repeat center center;
}
.icon-save{
	background:url('/Scripts/tree/icons/filesave.png') no-repeat center center;
}
.icon-cut{
	background:url('/Scripts/tree/icons/cut.png') no-repeat center center;
}
.icon-ok{
	background:url('/Scripts/tree/icons/ok.png') no-repeat center center;
}
.icon-no{
	background:url('/Scripts/tree/icons/no.png') no-repeat center center;
}
.icon-cancel{
	background:url('/Scripts/tree/icons/cancel.png') no-repeat center center;
}
.icon-reload{
	background:url('/Scripts/tree/icons/reload.png') no-repeat center center;
}
.icon-search{
	background:url('/Scripts/tree/icons/search.png') no-repeat center center;
}
.icon-print{
	background:url('/Scripts/tree/icons/print.png') no-repeat center center;
}
.icon-help{
	background:url('/Scripts/tree/icons/help.png') no-repeat center center;
}
.icon-undo{
	background:url('/Scripts/tree/icons/undo.png') no-repeat center center;
}
.icon-redo{
	background:url('/Scripts/tree/icons/redo.png') no-repeat center center;
}
.icon-back{
	background:url('/Scripts/tree/icons/back.png') no-repeat center center;
}
.icon-sum{
	background:url('/Scripts/tree/icons/sum.png') no-repeat center center;
}
.icon-tip{
	background:url('/Scripts/tree/icons/tip.png') no-repeat center center;
}
.icon-filter{
	background:url('/Scripts/tree/icons/filter.png') no-repeat center center;
}
.icon-man{
	background:url('/Scripts/tree/icons/man.png') no-repeat center center;
}
.icon-lock{
	background:url('/Scripts/tree/icons/lock.png') no-repeat center center;
}
.icon-more{
	background:url('/Scripts/tree/icons/more.png') no-repeat center center;
}


.icon-mini-add{
	background:url('/Scripts/tree/icons/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
	background:url('/Scripts/tree/icons/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
	background:url('/Scripts/tree/icons/mini_refresh.png') no-repeat center center;
}

.icon-large-picture{
	background:url('/Scripts/tree/icons/large_picture.png') no-repeat center center;
}
.icon-large-clipart{
	background:url('/Scripts/tree/icons/large_clipart.png') no-repeat center center;
}
.icon-large-shapes{
	background:url('/Scripts/tree/icons/large_shapes.png') no-repeat center center;
}
.icon-large-smartart{
	background:url('/Scripts/tree/icons/large_smartart.png') no-repeat center center;
}
.icon-large-chart{
	background:url('/Scripts/tree/icons/large_chart.png') no-repeat center center;
}

h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
.demo-info{
	padding:0 0 12px 0;
}
.demo-tip{
	display:none;
}
.label-top{
    display: block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}
