.treeview .green-document {
    list-style: url("../img/ICON_GREEN.png");
}
.treeview .silver-document {
    list-style: url("../img/ICON_SILVER.png");
}
.treeview .simple-document {
    list-style: url("../img/ICON_BLUE_DOCUMENT.png");
}
.treeview .simple-folder {
    list-style: url("../img/ICON_FOLDER_CLOSED.png");
}
.treeview .simple-folder.open {
    list-style: url("../img/ICON_FOLDER.png");
}
.treeview {
    font-size: 12px;
}
.treeview ul {
    padding: 2px 0 0 22px;
}
.treeview ul li {
    white-space: nowrap;
}
.treeview li > span:hover {
/*    background: rgba(204, 211, 223, .7);*/
    color: blue;
}
.treeview ul li.selected > span {
    color: blue !important;
    background: rgba(204, 211, 223, .7);
}
.treeview input[type=checkbox]{
    margin: 0 9px 0 0;
}
.treeview li span {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: rgb(30, 40 , 64);
}