﻿
UL.jqueryFileTree {
    padding: 0;
    margin: 1em 0;
    display: none;
    list-style-type: none;
}
    UL.jqueryFileTree li {
        list-style-type: none;
    }
    UL.jqueryFileTree LI a { display: inline-block; }
    UL.jqueryFileTree LI a:before {
        font-family: "FontAwesome";
        content: "\f095";
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle;
        font-weight: 300;
        font-size: 1.2em;

    }
    
    ul.jqueryFileTree li.directory a:before {
        content: "\f07b";
    }

    UL.jqueryFileTree LI.expanded a:before {
        content: "\f07c";
    }

    UL.jqueryFileTree LI.ext_doc a:before, UL.jqueryFileTree LI.ext_docx a:before {
        content: "\f1c2";
    }

    UL.jqueryFileTree LI.ext_gif a:before {
        content: "\f1c5";
    }

    UL.jqueryFileTree LI.ext_jpeg a:before, UL.jqueryFileTree LI.ext_jpg a:before {
        content: "\f1c5";
    }

    UL.jqueryFileTree LI.ext_m4p a:before {
        content: "\f1c8";
    }

    UL.jqueryFileTree LI.ext_mp3 {
        content: "\f1c7";
    }

    UL.jqueryFileTree LI.ext_mp4 a:before,
    UL.jqueryFileTree LI.ext_mpeg a:before,
    UL.jqueryFileTree LI.ext_mpg a:before,
    UL.jqueryFileTree LI.ext_mov a:before {
        content: "\f1c8";
    }

    UL.jqueryFileTree LI.ext_pdf a:before {
        content: "\f1c1";
    }

    UL.jqueryFileTree LI.ext_png a:before {
        content: "\f1c5";
    }

    UL.jqueryFileTree LI.ext_ppt a:before {
        content: "\f1c4";
    }

    UL.jqueryFileTree LI.ext_txt a:before {
        content: "\f15c";
    }

    UL.jqueryFileTree LI.ext_xls a:before {
        content: "\f1c3";
    }

    UL.jqueryFileTree LI.ext_zip a:before {
        content: "\f1c6";
    }

    UL.jqueryFileTree LI a {
        padding: 2px 5px;
        border: 1px solid #ffffff;
    }

    UL.jqueryFileTree LI a:hover {
        border: 1px dotted #0079bc;
        color: #0079bc;
        text-decoration: none;
    }

    ul.jqueryFileTree li a em { color: #999; }

    ul.jqueryFileTree li.directory ul { margin-left: 20px; }

.deletefilebutton {
    color: red;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
    .deletefilebutton:before {
        font-family: "Font Awesome 5 Free";
        content: "\f2ed";
        display: inline-block;
        vertical-align: top;
        font-weight: 900;
    }
