
.treeview, .treeview ul { 
	padding: 0;
	margin: 0 0 0 6px;
	list-style: none;
}

.treeview ul {
	background-color: #E8EFF7;
	margin-top: 4px;
	width:98%;
}

.treeview .hitarea {
	background: url(../images/icons/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0 0 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/icons/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../images/icons/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview .placeholder {
	background: url(../icons/images/icons/loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

#sidetreecontrol {
	padding: 0 0 0 0;
}
.filetree li {
	padding: 3px 0 2px 0;
	color: #777676;
	font-size: 12px;
	margin-left: 10px;
}
.filetree ul li ol li{
	list-style: none;
	color: black;
	margin-left: -40px;
}
.filetree li b, .filetree li a:link { padding: 1px 0 1px 0;}
.filetree li b{
	background: url(../images/icons/directory.png) 0 0 no-repeat;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}

.filetree li b.expandable li b { background: url(../images/icons/folder_open.png) 0 0 no-repeat; }
.filetree li a:link { background: url(../images/icons/txt.png) 0 0 no-repeat;}


/*Specific for File Upload admin only */
.file_uploadtree {
	padding-left: 0;
}
.file_uploadtree li {
	display: block;
}
.handle {
	cursor: move;
}
li.file_row {
	color: #929293;
}
.file_uploadtree ul li {
	background-color: #efefef;
	margin: 0 2px;
}
.file_uploadtree li a:link { font-size: 12px; }
.file_uploadtree span.folder, .file_uploadtree span.file { padding: 0 0 0 0; }
.file_uploadtree span.folder { background: url(../images/icons/folder_open.png) 0 0 no-repeat; color: black; font-weight: bold;}
.file_uploadtree li.expandable span.folder { background: url(../images/icons/directory.png) 0 0 no-repeat;}
.file_uploadtree span.fa-file {
	color: #4d4d4f;
    font-family: Font Awesome\ 5 Pro;
	font-size: 14px;
    content: "\f15b";
}

.file_descrip { margin: -3px 0 0 20px; }