div[data-angular-treeview] {
  /* prevent user selection */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* default */
  font-family: tahoma, arial, helvetica;
	font-size: 10pt; /* font size should not be too big */
  color: #555;
  text-decoration: none;
}

div[data-tree-model] ul {
  margin: 0;
  padding: 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

div[data-tree-model] li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 20px;

  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
}
/*div[data-tree-model] li .expanded {
  padding: 1px 10px;
  background-image: url("img/folder.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed {
  padding: 1px 10px;
  background-image: url("img/folder-closed.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal {
  padding: 1px 10px;
  background-image: url("img/file.png");
  background-repeat: no-repeat;
}*/
/*Icon Custom Extension*/
div[data-tree-model] li .expanded-default {
  padding: 1px 15px;
  background-image: url("img/folder-closed.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-default {
  padding: 1px 15px;
  background-image: url("img/folder.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-default {
  padding: 1px 15px;
  background-image: url("img/folder.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .plusmin {
  padding: 1px 15px;
  background-image: url("img/icon/xsdnormal.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .expanded-xsd {
  padding: 1px 15px;
  background-image: url("img/icon/Plus.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-xsd {
  padding: 1px 15px;
  background-image: url("img/icon/Minus.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-xsd {
  padding: 1px 15px;
  background-image: url("img/icon/xsdnormal.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-biasa {
  padding: 1px 15px;
  background-image: url("img/icon/Plus.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-biasa {
  padding: 1px 15px;
  background-image: url("img/icon/Minus.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-biasa {
  padding: 1px 15px;
  background-image: url("img/icon/Normal.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .expanded- {
  padding: 1px 18px;
  background-image: url("img/icon/folder-close.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed- {
  padding: 1px 18px;
  background-image: url("img/icon/folder-open.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal- {
  padding: 1px 18px;
  background-image: url("img/icon/folder-open.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-folder {
  padding: 1px 18px;
  background-image: url("img/icon/folder-close.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-folder {
  padding: 1px 18px;
  background-image: url("img/icon/folder-open.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-folder {
  padding: 1px 18px;
  background-image: url("img/icon/folder-open.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-notepad {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/txt.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-notepad {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/txt.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-notepad {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/txt.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-excel {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/xls.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-excel {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/xls.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-excel {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/xls.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-word {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/doc.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-word {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/doc.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-word {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/doc.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-picture {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/jpg.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-picture {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/jpg.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-picture {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/jpg.png");
  background-repeat: no-repeat;
}

div[data-tree-model] li .expanded-pdf {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/csv.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .collapsed-pdf {
  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/csv.png");
  background-repeat: no-repeat;
}
div[data-tree-model] li .normal-pdf {

  padding: 1px;
  margin-right: 10px;
  background-image: url("img/icon/csv.png");
  background-repeat: no-repeat;
}
/*End Icon Custom Extension*/

div[data-tree-model] li i, div[data-tree-model] li span {
  cursor: pointer;

}

div[data-tree-model] li .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 5px;
}
/*Start Custom TreeView*/
div.treeCustomView {
  /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif; /*font-family: tahoma, arial, helvetica;*/
    font-size: 16px; /* font size should not be too big */
    color: #555;
    text-decoration: none;
}

ul.ultreeCustomView {
  margin: 0;
  padding: 2px 0 2px 0;
  list-style: none; 
  border: none;
  overflow: hidden;
}

li.litreeCustomView {
  list-style-type:none;
  position: relative;
  padding: 2px 0 2px 20px;
  line-height: 20px;

  line-height: 20px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
}

li.litreeCustomView i, li.litreeCustomView span {
  cursor: pointer;
  padding: 0px 5px 5px 5px;
}

li.litreeCustomView .selected {
  background-color: #aaddff;
  font-weight: bold;
  padding: 1px 5px;
}
li.litreeCustomView .notselected {
  background-color: transparent;
}

/*ul.ultreeCustomView{padding-left:30px;}
li.litreeCustomView{list-style-type:none;color:#fff;position:relative;margin-left:-15px;}
li.litreeCustomView label{padding-left:37px;cursor:pointer;background:url("https://www.thecssninja.com/demo/css_tree/folder-horizontal.png") no-repeat 15px 2px;display:block;}
li.litreeCustomView input{width:1em;height:1em;position:absolute;left:-0.5em;top:0;opacity:0;cursor:pointer;}
li.litreeCustomView input + ol{height:1em;margin:-16px 0 0 -44px;background:url("https://www.thecssninja.com/demo/css_tree/toggle-small-expand.png") no-repeat 40px 0;}
li.litreeCustomView input + ol > li{display:none;margin-left:-14px !important;padding-left:1px}
li.litreeCustomView.file{margin-left:-1px !important;}
li.litreeCustomView.file a{display:inline-block;padding-left:21px;color:#fff;text-decoration:none;background:url("https://www.thecssninja.com/demo/css_tree/document.png") no-repeat 0 0;}
li.litreeCustomView input:checked + ol{height:auto;margin:-21px 0 0 -44px;padding:25px 0 0 80px;background:url("https://www.thecssninja.com/demo/css_tree/toggle-small.png") no-repeat 40px 5px;}
li.litreeCustomView input:checked + ol > li{display:block;margin:0 0 0.063em;}
li.litreeCustomView input:checked + ol > li:first-child{margin:0 0 0.125em;}*/