.jstree ul,
.jstree li {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.jstree li {
  display: block;
  min-height: 19px;
  line-height: 19px;
  white-space: nowrap;
  margin-left: 23px;
}

.jstree-rtl li {
  margin-left: 0;
  margin-right: 18px;
}

.jstree>ul>li {
  margin-left: 0px;
}

.jstree-rtl>ul>li {
  margin-right: 0px;
}

.jstree ins {
  display: inline-block;
  text-decoration: none;
  width: 18px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;
}

.jstree a {
  display: inline-block;
  line-height: 140%;
  height: 16px;
  color: black;
  white-space: nowrap;
  text-decoration: none;
  padding: 1px 2px;
  margin: 0;
}

.sidebar .jstree a {
  line-height: 16px;
}

.jstree a:focus {
  outline: none;
}

.jstree a>ins {
  height: 16px;
  width: 16px;
}

.jstree a>.jstree-icon {
  margin-right: 3px;
}

.jstree-rtl a>.jstree-icon {
  margin-left: 3px;
  margin-right: 0;
}

li.jstree-open>ul {
  display: block;
}

.sidebar li.jstree-open>ul {
  position: relative;
}

.sidebar .groupTree ul ul li {
  margin-left: 23px;
}

.sidebar li.jstree-open>ul:after {
  content: '';
  background: #d9d9d9;
  position: absolute;
  left: 31px;
  width: 1.125pt;
  height: 100%;
  top: 0;
}

.dialog li.jstree-open>ul:after {
  left: 6%;
}

li.jstree-closed>ul {
  display: none;
}

.jstree li a {
  *border-width: 0 !important;
  *padding: 0px 2px !important;
}

/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.sidebar .jstree-default li, .sidebar .jstree-default ins {
  background: none;
}

.jstree-default li,
.jstree-default ins {
  background-image: url('../images/theme-modern/tree/d.svg');
  background-repeat: no-repeat;
  background-color: transparent;
}

.jstree-default li {
  background-position: -90px 0;
  background-repeat: repeat-y;
}

.jstree-default li.jstree-last {
  background: transparent;
}

.jstree-default .jstree-open>ins {
  background-position: -72px 0;
}

.sidebar .jstree-default .jstree-open>ins {
  background-image: url('../images/theme-modern/tree/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  background-color: #fff;
  top: -3px;
}

.jstree-default .jstree-closed>ins {
  background-position: -54px 0;
}

.sidebar .jstree-default .jstree-closed>ins {
  background-image: url('../images/theme-modern/tree/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  transform: rotate(270deg);
  background-color: #fff;
}

.sidebar .jstree-default .jstree-leaf>ins {
  background: none;
}

.jstree-default .jstree-leaf>ins {
  background-position: -36px 0;
}

.jstree-default .jstree-hovered,
.jstree-default .jstree-highlighted {
  background: #AECADE;
  border: 1px solid #7DABCB;
  padding: 0 2px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.jstree-default .jstree-dragging {
  border: 1px solid #7DABCB;
  padding: 0 2px 0 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.jstree-default .jstree-clicked {
  background: #428BCA;
  border: 1px solid #428BCA;
  padding: 0 2px 0 1px;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.sidebar .jstree-default .jstree-clicked, .sidebar .jstree-default .jstree-clicked.jstree-hovered {
  background: #e3effc;
  border-color: #e3effc;
  color: #1466b8;
  border-radius: 6px;
  z-index: 1;
}

.sidebar .jstree-default a.jstree-clicked .jstree-icon {
  background-image: url('../images/theme-modern/icons/displayTreeFolderSelected.svg');
}

.sidebar .jstree-default .jstree-hovered, .sidebar .jstree-default .jstree-highlighted {
  background: #f4f5f7;
  border-color: #f4f5f7;
  border-radius: 6px;
  z-index: 1;
}
.sidebar .jstree ul li a {
  color: #3c4d6b;
  width: fit-content;
  width: calc(100% - 36px);
  padding: 4px;
  border: 1px solid #fff;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
  min-width: 70px;
}

.jstree-default .jstree-dropping {
  background: #AECADE;
  border: 1px solid #7DABCB;
  padding: 0 2px 0 1px;
  color: #111;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.sidebar .jstree-default a .jstree-icon {
  background-position: center;
  background-image: url('../images/theme-modern/icons/displayTreeFolder.svg');
  background-repeat: no-repeat;
}

.jstree-default a .jstree-icon {
  background-position: -56px -19px;
}

.jstree-default a.jstree-loading .jstree-icon {
  background: url('../images/theme-modern/tree/throbber.svg') center center no-repeat !important;
}

/*.jstree-default.jstree-focused { background:#ffffee; }*/

.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf>ins {
  background: transparent;
}

.jstree-default .jstree-no-dots .jstree-open>ins {
  background-position: -18px 0;
}

.jstree-default .jstree-no-dots .jstree-closed>ins {
  background-position: 0 0;
}

.jstree-default .jstree-no-icons a .jstree-icon {
  display: none;
}

.jstree-default .jstree-search {
  font-style: italic;
}

.jstree-default .jstree-no-icons .jstree-checkbox {
  display: inline-block;
}

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}

.jstree-default .jstree-checked>a>.jstree-checkbox {
  background-position: -38px -19px;
}

.jstree-default .jstree-unchecked>a>.jstree-checkbox {
  background-position: -2px -19px;
}

.jstree-default .jstree-undetermined>a>.jstree-checkbox {
  background-position: -20px -19px;
}

.jstree-default .jstree-checked>a>.jstree-checkbox:hover {
  background-position: -38px -37px;
}

.jstree-default .jstree-unchecked>a>.jstree-checkbox:hover {
  background-position: -2px -37px;
}

.jstree-default .jstree-undetermined>a>.jstree-checkbox:hover {
  background-position: -20px -37px;
}

#vakata-dragged {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  margin: 0 0 0 0;
  padding: 3px 3px 3px 3px;
  position: absolute;
  top: -2000px;
  line-height: 12px;
  z-index: 10000;
  background: #fff;
  color: #303030;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #707070;
  z-index: 100;
}

#vakata-dragged.jstree-default ins {
  background: transparent !important;
}

#vakata-dragged.jstree-default .jstree-ok {
  background: url("../images/theme-modern/tree/d.svg") -2px -53px no-repeat !important;
}

#vakata-dragged.jstree-default .jstree-invalid {
  background: url("../images/theme-modern/tree/d.svg") -18px -53px no-repeat !important;
}

#jstree-marker.jstree-default {
  background: url("../images/theme-modern/tree/d.svg") -41px -57px no-repeat !important;
}

#vakata-dragged ins {
  display: block;
  text-decoration: none;
  width: 16px;
  height: 16px;
  margin: 0 0 0 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 4px;
}

#vakata-dragged .jstree-ok {
  background: green;
}

#vakata-dragged .jstree-invalid {
  background: red;
}

#jstree-marker {
  padding: 0;
  margin: 0;
  line-height: 12px;
  font-size: 1px;
  overflow: hidden;
  height: 12px;
  width: 8px;
  position: absolute;
  top: -30px;
  z-index: 10000;
  background-repeat: no-repeat;
  display: none;
  background-color: silver;
}

.jstree-default a.jstree-search {
  color: aqua;
}

#vakata-contextmenu.jstree-default-context,
#vakata-contextmenu.jstree-default-context li ul {
  background: #fff;
  border: 1px solid #979797;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  box-shadow: 1px 1px 2px #999;
}

#vakata-contextmenu.jstree-default-context li {
  cursor: auto;
}

#vakata-contextmenu.jstree-default-context a {
  color: black;
}

#vakata-contextmenu.jstree-default-context a:hover,
#vakata-contextmenu.jstree-default-context .vakata-hover>a {
  padding: 0 5px;
  background: #e8eff7;
  border: 1px solid #aecff7;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover {
  color: silver;
  background: transparent;
  border: 0;
  padding: 1px 4px;
}

#vakata-contextmenu.jstree-default-context li.vakata-separator {
  background: white;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

#vakata-contextmenu.jstree-default-context li ul {
  margin-left: -4px;
}

/* IE6 BEGIN */

.jstree-default li,
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid,
#vakata-dragged.jstree-default .jstree-ok,
#jstree-marker.jstree-default {
  _background-image: url("../images/theme-modern/tree/d.gif");
}

.jstree-default .jstree-open ins {
  _background-position: -72px 0;
}

.jstree-default .jstree-closed ins {
  _background-position: -54px 0;
}

.jstree-default .jstree-leaf ins {
  _background-position: -36px 0;
}

.jstree-default a ins.jstree-icon {
  _background-position: -56px -19px;
}

#vakata-contextmenu.jstree-default-context ins {
  _display: none;
}

#vakata-contextmenu.jstree-default-context li {
  _zoom: 1;
}

.jstree-default .jstree-undetermined a .jstree-checkbox {
  _background-position: -20px -19px;
}

.jstree-default .jstree-checked a .jstree-checkbox {
  _background-position: -38px -19px;
}

.jstree-default .jstree-unchecked a .jstree-checkbox {
  _background-position: -2px -19px;
}

#sidebar-inner #sidebarSticky *::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
}

#sidebar-inner #sidebarSticky *::-webkit-scrollbar-track {
  background-color: transparent;
}

#sidebar-inner #sidebarSticky *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #dfe1e6;
  background-clip: border-box;
}

#sidebar-inner #sidebarGroupTreeContent::-webkit-scrollbar, #sidebar-inner #groupTreeContent::-webkit-scrollbar { 
  width: 3px !important; 
  height: 3px !important;
}

.sidebar .jstree-default > ul > li:first-child {
  margin-top: 1px;
}

/* IE6 END */