UL.jqueryFileTree {
font-family: Verdana, sans-serif;
font-size: 11px;
line-height: 18px !important;
padding: 0px;
margin: 0 !important;
}
UL.jqueryFileTree LI {
list-style: none;
padding: 0 0 0 20px !important;
margin: 0 !important;
white-space: nowrap;
line-height: 22px !important;
position: relative;
font-size: 14px;
}
UL.jqueryFileTree A {
color: #333;
text-decoration: none;
display: block;
padding: 0px 2px !important;
}  .jqueryFileTree LI:before {
position: absolute;
left: 0;
width: 22px;
height:100%;
}
.jqueryFileTree LI:hover:before{
color: var(--color-info);
}
.jqueryFileTree LI.directory:before {
content: "\f07b";
font-family: "Font Awesome 5 Free" !important;
font-weight: 800;
color: var(--color-secondary);
}
.jqueryFileTree LI.directory.expanded:before{
content: "\f07c";
color: var(--color-info);
}
.jqueryFileTree LI.directory.wait:before{
content: "\f254";
font-weight: 400;
color: var(--color-danger);
}
.jqueryFileTree LI.file:before{
content: "";
}