<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Reset styles
 */
#jmap_sitemap div.jmapcolumn {
	width: 100%;
	float: none;
	font-size: 0;
}

#jmap_sitemap div.jmapcolumn&gt;ul {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 0 6px 10px 0 !important;
	width: 18%;
	overflow: hidden;
	word-break: break-word;
}

#jmap_sitemap div.jmapcolumn ul {
	margin-left: 0 !important;
}

#jmap_sitemap ul.treeview li {
	list-style-type: none;
	padding: 12px 0 0 10px;
	text-align: left;
}

#jmap_sitemap .treeview li {
	background: none;
}

#jmap_sitemap .jmap_filetree span.folder {
	background: none;
}

/**
 * Styles of blocks
 */
#jmap_sitemap div.jmapcolumn ul li a {
	display: block;
	padding: 5px 10px;
	line-height: 16px;
}

#jmap_sitemap div.jmapcolumn span.folder {
	padding: 5px 10px;
	text-align: center;
	line-height: 16px;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li&gt;span.folder {
	padding: 5px 10px;
	line-height: 16px;
}

/**
 * Flat tree structure and styles
 */
#jmap_sitemap ul.treeview&gt;li ul li {
	padding-left: 0;
	position: relative;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li.lastCollapsable {
	border-left: 2px solid;
	background: none;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li.lastExpandable {
	padding: 12px 0 0 12px;
}

#jmap_sitemap .treeview div.lastCollapsable-hitarea,#jmap_sitemap .treeview div.lastExpandable-hitarea
	{
	border-bottom: 2px solid;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li&gt;div.lastExpandable-hitarea {
	background: none;
	border-bottom: none;
}

#jmap_sitemap ul.treeview&gt;li.lastCollapsable ul li:before {
	width: 16px;
	height: 16px;
	display: block;
	border-bottom: 2px solid;
	content: '';
	margin-left: -16px;
	float: left;
}

#jmap_sitemap ul.treeview&gt;li&gt;ul.jmap_filetree:last-child li.expandable:before, 
#jmap_sitemap ul.treeview&gt;li&gt;ul.jmap_filetree:last-child li.last:before,
#jmap_sitemap div.jmapcolumn&gt;ul.treeview&gt;li&gt;ul:last-child li.last:before,
#jmap_sitemap div.jmapcolumn&gt;ul.treeview&gt;li&gt;ul:last-child li.expandable:last-child:before {
	width: 16px;
	display: block;
	border-top: 2px solid;
	border-bottom: none;
	content: '';
	margin-left: -16px;
	float: left;
	margin-top: 16px;
	height: 100%;
	position: absolute;
	left: 0;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li, #jmap_sitemap div.jmapcolumn&gt;ul&gt;li.lastCollapsable, #jmap_sitemap div.jmapcolumn&gt;ul&gt;li.lastExpandable {
	padding-top: 0;
}

#jmap_sitemap div.jmapcolumn&gt;ul&gt;li&gt;div.lastCollapsable-hitarea, #jmap_sitemap div.jmapcolumn&gt;ul&gt;li&gt;div.lastExpandable-hitarea {
	background: none;
}</pre></body></html>