.file-list, .file-list ul{
    list-style-type: none;
    font-size:12px;
    line-height:1.7em;
    margin-left:10px;
    padding-left:15px;
    border-left:1px dotted #aaa;
}
.file-list li{
    position: relative;
    padding-left:17px;
}
.file-list li a{
    text-decoration: none;
    color:#444;  
}
.file-list li a:before{
    display:block;
    content: " ";
    width:7px;
    height:1px;
    position:absolute;
    border-bottom:1px dotted #aaa;
    top:.6em;
    left:-14px;
}
.file-list li:before{
    list-style-type: none;
    font-family: FontAwesome;
    display:block;
    content:'\f056';
    position:absolute;
    top:0px;
    left:0px;
    width:10px;
    height:10px;
    font-size:1.3em;
    color:#ccc;
}
.file-list .folder-root{
    list-style-type: none;
}
.file-list .folder-root a{
    text-decoration:none;
}
.file-list .folder-root:before{
    color:#FFD04E;
    content: "\f055";
}
.file-list .folder-root.open:before{
    content: "\f056";
}
li.folder-root ul{
    transition: all .3s ease-in-out;
    overflow:hidden;
}
li.folder-root.closed>ul{
   opacity:0;
   max-height:0px;
}
li.folder-root.open>ul{
   opacity:1;
   display:block;
   max-height:100%;
}







.file-list02, .file-list02 ul{
    list-style-type: none;
    font-size:12px;
    line-height:1.7em;
    margin-left:10px;
    padding-left:15px;
    border-left:1px dotted #aaa;
}
.file-list02 li{
    position: relative;
    padding-left:17px;
}
.file-list02 li a{
    text-decoration: none;
    color:#444;  
}
.file-list02 li a:before{
    display:block;
    content: " ";
    width:7px;
    height:1px;
    position:absolute;
    border-bottom:1px dotted #aaa;
    top:.6em;
    left:-14px;
}
.file-list02 li:before{
    list-style-type: none;
    font-family: FontAwesome;
    display:block;
    content:'\f056';
    position:absolute;
    top:0px;
    left:0px;
    width:10px;
    height:10px;
    font-size:1.3em;
    color:#ccc;
}
.file-list02 .folder-root02{
    list-style-type: none;
}
.file-list02 .folder-root02 a{
    text-decoration:none;
}
.file-list02 .folder-root02:before{
    color:#FFD04E;
    content: "\f055";
}
.file-list02 .folder-root02.open:before{
    content: "\f056";
}
li.folder-root02 ul{
    transition: all .3s ease-in-out;
    overflow:hidden;
}
li.folder-root02.closed>ul{
   opacity:0;
   max-height:0px;
}
li.folder-root02.open>ul{
   opacity:1;
   display:block;
   max-height:100%;
}