<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#map-all  {
margin:                       0px;
padding:                     0px;
}
#map-root  {
margin:                       0px;
padding:                     0px;
}
.unvisible  {
display:                      none;
}
.visible  {
display:                      block;
}

.filetree span.folder,
.filetree span.file,
.treeview li.collapsable,
.treeview li.expandable,
.treeview li.without-folder-item,
.treeview li.collapsable li.without-folder-item,
.treeview li.expandable li.without-folder-item  {
  text-align:                 left;
  font-family:              Arial,Helvetica,Verdana;
  font-size:                 16px;
  color:                        #3C3C3C;
}
.filetree a.treeview-link,
.filetree a.treeview-link:hover  {
  line-height:              18px;
  text-align:                 left;
  color:                        #3C3C3C;
  font-family:              Arial,Helvetica,Verdana;
  font-size:                 16px;
}
.filetree a.treeview-link  {
  text-decoration:  none;
}
.filetree a.treeview-link:hover  {
  text-decoration:  underline;
}
.treeview li.collapsable,
.treeview li.expandable,
.treeview li.without-folder-item,
.treeview li.collapsable li.without-folder-item,
.treeview li.expandable li.without-folder-item {
  display:                     list-item;
  line-height:              18px;
  list-style-image:      none;
  list-style-position:  outside;
  list-style-type:         none;
}



.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
    margin-bottom: 4px;
}

.treeview .hitarea {
	height: 36px;
	width: 36px;
	margin-left: -36px;
	float: left;
	cursor: pointer;
    position: relative;
}
.treeview .hitarea::before{
    font-family: 'icomoon';
    content: "\e9003";
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 16px;
    color: #52ae30;
    font-weight: normal;
}
.filetree li.expandable .hitarea::before{
    content: "\e9000";
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 36px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

#map-root.filetree li {
  padding: 3px 0 2px 38px;
  line-height: 32px;
}

#map-root.filetree li li li{
  line-height: 28px;
}

.filetree span.folder,
.filetree span.file {
  display:    block;
  padding: 1px 0 1px 38px;
  position: relative;
  font-size: 16px;
}
#map-root.filetree li li li a.treeview-link,
#map-root.filetree li li li span.folder,
#map-root.filetree li li li span.file{
    font-size: 14px;
}

.filetree span.folder:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    font-size: 26px;
    color: #52ae30; 
    font-family: 'icomoon';
    content: "\e9005";
    font-weight: normal;
}

.filetree li.expandable span.folder:before {
    content: "\e9005";
}

.filetree span.file {
  position: relative;
}

.filetree span.file:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    font-size: 26px;
    color: #52ae30; 
    font-family: 'icomoon';
    content: "\e9005";
    font-weight: normal;
}

#map-root li:before{display: none;}
#map-root &gt; li &gt; span{ font-weight: bold; }


</pre></body></html>