.input-hint {
  color: #888;
}

input.list-filter-input {
  border: 0px;
}

span.list-filter-input {
  background-color: white;
  border: 1px solid lightgrey;
  padding: 1px 5px 1px 2px;
  margin-top: 4px;
  padding-right: 4px !important;
  display: inline-block;
}

input.tree-filter-input {
  border: 0px;
}

.treeselect {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  background-color: white;
  background-color: -moz-field;
  border: 1px solid darkgray;
  font: -moz-field;
  font: -webkit-small-control;
}

.tree-filter-container {
  width: 100%;
}

.tree-filter-container div {
  float: right;
  width: 194px;
}

.tree-container {
  position:absolute;
  width: 99.5%;
  margin: 2px;
  height: 196px;
  z-index: 10;
  overflow-y: scroll;
}

span.tree-filter-input {
  background-color: white;
  border: 1px solid lightgrey;
  position:absolute;
  z-index: 20;
  padding: 1px 5px 1px 2px;
  margin: 3px;
  margin-top: 4px;
}

.treeselectnamecontainer {
  display:table-cell;
  width:100%;
  padding-right: 6px;
}

.treeselectbrowse {
  cursor: pointer;
  display:table-cell;
  width:1px;
}

.treeselectname {
  width: 100%;
  border: 0px;
  background-color: transparent;
}

.treeselectpopup {
  position: absolute;
  z-index: 5;
  height: 200px;
  width: 400px;
  background-color: white;
  display: none;
  border: 1px solid lightgrey;
}

ul.jqtree-tree {
    margin-left: 0;
}

ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 12px;
    margin-right: 0;
}
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}
ul.jqtree-tree .jqtree-toggler {
    border-bottom: none;
    color: #333;
    text-decoration: none;
    margin-right: 0.5em;
    vertical-align: middle;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
    text-decoration: none;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
}

.jqtree-tree .jqtree-title {
    color: #1C4257;
    vertical-align: middle;
    margin-left: 1.5em;
}

.jqtree-tree .jqtree-title.jqtree-title-folder {
    margin-left: 0;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    border: solid 2px #0000ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: -6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* IE 6, 7, 8 */
@media \0screen\,screen\9  {
    ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
        background: url(/images/jqtree-circle.png) no-repeat;
        border: 0 none;
    }
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 2px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    border-radius: 6px;
    margin: 0;
    box-sizing: content-box;
}

ul.jqtree-tree .jqtree-element {
    position: relative;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: #97BDD6;
    background: -webkit-gradient(linear, left top, left bottom, from(#BEE0F5), to(#89AFCA));
    background: -moz-linear-gradient(top, #BEE0F5, #89AFCA);
    background: -ms-linear-gradient(top, #BEE0F5, #89AFCA);
    background: -o-linear-gradient(top, #BEE0F5, #89AFCA);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff;
}

.jqtree-tree li.jqtree_common.datasecure .jqtree-title::before {
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url(/images/knxdatasecure_a.png);
  background-size: 13px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
