@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

/* Local stylesheet to add underline to the "Business Processes" link and restructure the page as needed.
Apply this stylesheet through the topic file properties for the business processes category page and any other business processes topics.*/

nav.title-bar
{
	display: none;
}

.off-canvas-content
{
	overflow: auto;
}
a#Topics:link,
a#Topics:visited
{
	border-bottom: 2px solid transparent;
	mc-hidden: hidden;
}

a#Topics:active,
a#Topics:hover
{
	border-bottom: 2px solid var(--Product-Color);
	mc-hidden: hidden;
}

a#BusinessProcesses:link,
a#BusinessProcesses:visited
{
	border-bottom: 2px solid var(--Product-Color);
	mc-hidden: hidden;
}

/*div.sidenav-container:before
{
	content: 'Business Processes Menu';
}
*/
ul.sidenav > li:nth-child(1),
ul.sidenav > li:nth-child(2),
ul.sidenav > li:nth-child(4)
{
	display: none;
}

ul.sidenav > li:nth-child(3)
{
	display: block;
}

/* Hide release note category entries in TOC */

ul.sidenav > li:nth-child(3) > a:link
{
	color: transparent;
	background-color: transparent;
	height: 0px;
	overflow: hidden;
	mc-hidden: hidden;
}

ul.sidenav > li:nth-child(3) > a > span
{
	display: none;
	mc-hidden: hidden;
}

MadCap|toggler
{
	color: #0075c9;
}

/*Business Process li header for Budget and Forecasting*/

li.tab-header
{
margin-left:0rem;
}
