body {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: #000000;
	background: linear-gradient(46deg, rgba(0, 0, 0, 1) 0%, rgba(2, 0, 36, 1) 63%, rgba(9, 9, 121, 1) 100%);
	margin: 0;
	padding: 24px 20px 40px;
	color: #fff;
}
#site-header
{
	max-width: 1200px;
	margin: 0 auto 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
#site-brand
{
	display: inline-block;
}
#site-brand img
{
	display: block;
	width: min(240px, 48vw);
	height: auto;
}
#page-heading
{
	flex: 1;
	margin: 0;
	font-size: clamp(28px, 3vw, 26px);
	text-align: center;
	color: #fff;
}
#back-link
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#back-link:hover
{
	background: #ffffff;
	border-color: #ffffff;
	color: #05052e;
}
#logo {
	text-align: center;
    color: #fff !important;
	max-width: 700px;
	margin: 0 auto;
}
#tree-tools
{
	width: 100%;
	margin: 0 0 12px;
}
#tree-frame
{
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	background: #444;
	box-sizing: border-box;
}
#tree-tools label
{
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}
#tree-search
{
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c6d4e1;
	border-radius: 4px;
	font-size: 15px;
}
#tree-search:focus
{
	outline: none;
	border-color: #09427F;
	box-shadow: 0 0 0 3px rgba(9, 66, 127, 0.12);
}
#container
{
	max-width: none;
	margin: 0;
	height: 800px;
	overflow: auto;
    border: 1px solid #000000;
    padding: 10px;
	background-color: #222;
}
#search-empty
{
	display: none;
	width: 100%;
	margin: 10px 0 0;
	font-size: 14px;
	color: #5d6770;
}
#selected_file
{
	max-width: 500px;
	width:100%;
	margin: 2px auto;
	font-size: 15px;
	font-family: sans-serif;
}
UL.filetree
{
	font-size: 14px;
	line-height: 33px;
	padding: 0px;
	margin: 0px;
}
UL.filetree LI
{
	list-style: none;
	padding: 0px 0px 0px 00px;
	margin: 0px 0px 0px 10px;
	white-space: nowrap;
}
UL.filetree A
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0px 2px 0px 35px;
	margin-left: 0px;
}
UL.filetree A:hover
{
	background: rgba(187,221,255,0.5);
}
.folder.collapsed>ul {
	display: none;
}
.folder.expanded>ul {
	display: block;
}
/*folder styles*/
.filetree LI.folder
{
	background: url(images/folder.png) no-repeat left top;
}
.filetree LI.expanded
{
	background: url(images/folder_open.png) no-repeat left top;
}
.filetree LI.file
{
	background: url(images/file.png) no-repeat left top;
}
.filetree LI.wait
{
	background: url(images/spinner.gif) no-repeat left top;
}
/*extensions and mime types*/
.filetree LI.ext_3gp
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_afp
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_afpa
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_asp
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_aspx
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_avi
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_bat
{
	background: url(images/application.png) no-repeat left top;
}
.filetree LI.ext_bmp
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_c
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_cfm
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_cgi
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_com
{
	background: url(images/application.png) no-repeat left top;
}
.filetree LI.ext_cpp
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_css
{
	background: url(images/css.png) no-repeat left top;
}
.filetree LI.ext_doc
{
	background: url(images/doc.png) no-repeat left top;
}
.filetree LI.ext_exe
{
	background: url(images/application.png) no-repeat left top;
}
.filetree LI.ext_gif
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_fla
{
	background: url(images/flash.png) no-repeat left top;
}
.filetree LI.ext_h
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_htm
{
	background: url(images/html.png) no-repeat left top;
}
.filetree LI.ext_html
{
	background: url(images/html.png) no-repeat left top;
}
.filetree LI.ext_jar
{
	background: url(images/java.png) no-repeat left top;
}
.filetree LI.ext_jpg
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_jpeg
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_js
{
	background: url(images/script.png) no-repeat left top;
}
.filetree LI.ext_lasso
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_log
{
	background: url(images/txt.png) no-repeat left top;
}
.filetree LI.ext_m4p
{
	background: url(images/music.png) no-repeat left top;
}
.filetree LI.ext_mov
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_mp3
{
	background: url(images/music.png) no-repeat left top;
}
.filetree LI.ext_mp4
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_mpg
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_mpeg
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_ogg
{
	background: url(images/music.png) no-repeat left top;
}
.filetree LI.ext_pcx
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_pdf
{
	background: url(images/pdf.png) no-repeat left top;
}
.filetree LI.ext_php
{
	background: url(images/php.png) no-repeat left top;
}
.filetree LI.ext_png
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_ppt
{
	background: url(images/ppt.png) no-repeat left top;
}
.filetree LI.ext_psd
{
	background: url(images/psd.png) no-repeat left top;
}
.filetree LI.ext_pl
{
	background: url(images/script.png) no-repeat left top;
}
.filetree LI.ext_py
{
	background: url(images/script.png) no-repeat left top;
}
.filetree LI.ext_rb
{
	background: url(images/ruby.png) no-repeat left top;
}
.filetree LI.ext_rbx
{
	background: url(images/ruby.png) no-repeat left top;
}
.filetree LI.ext_rhtml
{
	background: url(images/ruby.png) no-repeat left top;
}
.filetree LI.ext_rpm
{
	background: url(images/linux.png) no-repeat left top;
}
.filetree LI.ext_ruby
{
	background: url(images/ruby.png) no-repeat left top;
}
.filetree LI.ext_sql
{
	background: url(images/db.png) no-repeat left top;
}
.filetree LI.ext_swf
{
	background: url(images/flash.png) no-repeat left top;
}
.filetree LI.ext_tif
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_tiff
{
	background: url(images/picture.png) no-repeat left top;
}
.filetree LI.ext_txt
{
	background: url(images/txt.png) no-repeat left top;
}
.filetree LI.ext_vb
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_wav
{
	background: url(images/music.png) no-repeat left top;
}
.filetree LI.ext_wmv
{
	background: url(images/film.png) no-repeat left top;
}
.filetree LI.ext_xls
{
	background: url(images/xls.png) no-repeat left top;
}
.filetree LI.ext_xml
{
	background: url(images/code.png) no-repeat left top;
}
.filetree LI.ext_zip
{
	background: url(images/zip.png) no-repeat left top;
}
.filetree UL
{
	border-left: 1px solid #D9DADB;
	padding-left: 10px;
}
.filetree LI UL LI:before
{
	margin-left: -40px;
	content: "\2014";
	position: absolute;
	color: #fff;
}
.filetree LI UL LI
{
	position: relative;
}
@media (max-width: 640px)
{
	#site-header
	{
		margin-bottom: 20px;
		flex-direction: column;
		align-items: center;
	}
	#page-heading
	{
		text-align: center;
	}
	#site-brand img
	{
		margin: 0 auto;
	}
	#back-link
	{
		align-self: center;
	}
}
