/*<meta conditions="default.trmb-only" />*/

@import url('help.css');

@import url('trmb-brand.css');

@import url('../../zz_text.css');

@import url('fonts-languages.css');

@import url('custom.css');

@import url('responsive.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ============= Overrides needed to get specific styles to appear correctly ============= */

body
{
	background: #ffffff;
}

MadCap|xref,
MadCap|xref.Section,
MadCap|xref:hover,
MadCap|xref.Section:hover
{
	text-decoration: none;
	mc-format: '{paratext}';
}

div.top-bar
{
	background-color: var(--topbar);
	height: 48px;
	margin-top: 0px;
	margin-bottom: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 50px;
}

div.top-bar-text
{
	max-width: 88vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	v-align: middle;
}

/* ============= Footer layout ============= */

.height-container
{
	position: initial;
}

/* ============= Smaller screen sizes ================== */

@media only screen and (max-width: 1080px)
{
	div.top-bar-text
	{
		max-width: 98vw;
		margin-left: auto;
		margin-right: auto;
		v-align: middle;
	}

	div.top-bar
	{
		z-index: 100;
		position: absolute;
		left: 0;
		top: 48px;
	}
}

@media only screen and (max-width: 800px)
{
	div.top-bar
	{
		z-index: 100;
		position: absolute;
		left: 0;
		top: 48px;
		height: 84px;
		padding-top: 0px;
		padding-bottom: 4px;
	}

	div.top-bar-text
	{
		max-width: 98vw;
	}

	div.top-bar-text > div:nth-child(1)
	{
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	div.top-bar-text > div:nth-child(2)
	{
		width: 100%;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	p.top-bar
	{
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

/* ============= Styles to improve display when printed ============= */

@media print
{
	div.sideContent	/*Contains the topic toolbar*/
	{
		display: none;
	}

	div.top-bar	/*Contains the breadcrumbs proxy*/
	{
		display: none;
	}

	div.ContentRow > div:nth-child(1)
	{
		width: 98%;
		margin-right: 2%;
		margin-top: 0pt;
		padding-top: 0pt;
	}

	div.topic-layout > div:nth-child(2)
	{
		display: none;
	}

	div.footer,
	div.footer2
	{
		display: none;
	}

	h1
	{
		margin-top: 0;
		padding-top: 0;
	}

	html,
	body,
	div.contentBody,
	div.clearfix,
	div.top-bar
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		padding-top: 0pt;
		padding-bottom: 0pt;
	}
}

