.fast-tree-wdg {
  margin: 0px 0px 10px 25px;
  padding: 0;
}
.fast-tree-wdg li > input {
  position: absolute;
  left: 0;

  margin-left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  width: 1em;
  top: 0;
}
.fast-tree-wdg li label {
  background: url(folder-horizontal.png) 15px 1px no-repeat;
  background-size: 18px;

  cursor: pointer;
  display: block;
  padding-left: 37px;
}
.fast-tree-wdg li > input + ol {
  background: url(toggle-small-expand.png) 40px 0 no-repeat;
  background-size: 18px;

  margin: -0.938em 0 0 -44px;
  /* 15px */
  /*margin: -22px 0 0 -44px;*/
  display: block;
  /*height: 1em;*/
  height: 0.5em;
  margin-top: -20px;
  padding-top: 10px;
}
.fast-tree-wdg li.data-notloaded > input + ol {
  background: url(toggle-small-toload.png) 40px -3px no-repeat;
  background-size: 18px;

  margin: -0.938em 0 0 -44px;
  /* 15px */
  /*margin: -22px 0 0 -44px;*/
  display: block;
  /*height: 1em;*/
  height: 0.5em;
  margin-top: -20px;
  padding-top: 10px;
}
.fast-tree-wdg li.data-empty > input + ol {
  background: url(toggle-small-empty.png) 40px -3px no-repeat !important;
  background-size: 18px;

  margin: -0.938em 0 0 -44px;
  /* 15px */
  /*margin: -22px 0 0 -44px;*/
  display: block;
  /*height: 1em;*/
  height: 0.5em;
  margin-top: -20px;
  padding-top: 10px;
}
.fast-tree-wdg li > input + ol.loader {
  background: url(loader.gif) 40px -3px no-repeat !important;
  background-size: 18px 18px !important;
}
.fast-tree-wdg li > input + ol > li {
  display: none;
  margin-left: -14px !important;
  padding-left: 1px;
}
.fast-tree-wdg li {
  position: relative;
  margin-left: -15px;
  list-style: none;
}
.fast-tree-wdg li.file {
  margin-left: -1px !important;
}

.fast-tree-wdg li > input:checked + ol {
  background: url(toggle-small.png) 40px 5px no-repeat;
  background-size: 18px;
  margin: -1.25em 0 0 -44px; /* 20px */
  padding: 1.563em 0 0 80px;
  height: auto;
  margin-top: -25px;

  padding-top: 25px;
}
.fast-tree-wdg li {
  /*display:inline-block;*/
  min-width: 100%;
}
.fast-tree-wdg li > input:checked + ol > li {
  display: block;
  margin: 0 0 0.125em; /* 2px */
}
.fast-tree-wdg li > input:checked + ol > li:last-child {
  margin: 0 0 0.063em; /* 1px */
}
.fast-tree-wdg li.file a {
  background: url(document.png) 0 0 no-repeat;
  background-size: 18px;

  color: #4c4c4c;
  padding-left: 21px;
  text-decoration: none;
  display: block;
}
.fast-tree-wdg li.file a[href*=".pdf"] {
  background: url(document.png) 0 0 no-repeat;
}
.fast-tree-wdg li.file a[href*=".html"] {
  background: url(document.png) 0 0 no-repeat;
}
.fast-tree-wdg li.file a[href$=".css"] {
  background: url(document.png) 0 0 no-repeat;
}
.fast-tree-wdg li.file a[href$=".js"] {
  background: url(document.png) 0 0 no-repeat;
}

.fast-tree-wdg li label {
  margin-bottom: 0;
  font-weight: normal;
  max-width: none;
}
.fast-tree-cell .checkbox-disabler {
  top: 20px !important;
  height: 18px !important;
}
.fast-tree-cell {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  padding-right: 5px;
}
.fast-tree-row {
  white-space: nowrap;
  height: 18px;
  display: inline-block;
}
.fast-tree-scroll {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.fast-tree-wdg .ui-resizable-e {
  background: red;
  width: 10px;
}
.fast-tree-active-row > .fast-tree-row-container > .fast-tree-row {
  /*background-color:#FC0;*/
  background-color: #cbe8f6 !important;
  border: 1px solid #26a0da;
  box-sizing: content-box;
}
.fast-tree-prevent-click,
.fast-tree-prevent-click * {
  pointer-events: none;
}
.fast-tree-cell.fa:before {
  display: none;
}

.fast-tree-row-container,
.fast-tree-row-container .fast-tree-cell {
  font-size: 10pt !important;
}
