/*<meta />*/

@import url('main.css');
@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*
---------------------------------------------------------------------------------------------------------------
													BODY
---------------------------------------------------------------------------------------------------------------
*/

body
{
	color: #63666A;	/* dark grey */
}

/*
---------------------------------------------------------------------------------------------------------------
													LINKS
---------------------------------------------------------------------------------------------------------------
*/

a:link
{
	color: #2D8DCC;	/* link blue */
	font-weight: bold;
}

a:visited
{
	color: #2D8DCC;	/* link blue */
}

a:hover
{
	color: #30a7d2;	/* hover blue */
}

/*
---------------------------------------------------------------------------------------------------------------
													HEADINGS
---------------------------------------------------------------------------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6,
h1.MidTopicHeading,
h2.MidTopicHeading,
h3.MidTopicHeading,
h4.MidTopicHeading,
h5.MidTopicHeading,
h6.MidTopicHeading
{
	color: #005EB8; /* dark blue */
	/*font-weight: bold;*/
}

h1.MidTopicSubHeading,
h2.MidTopicSubHeading,
h3.MidTopicSubHeading,
h4.MidTopicSubHeading,
h5.MidTopicSubHeading,
h6.MidTopicSubHeading
{
	color: #63666A;	/* dark grey */
	/*font-weight: bold;*/
	padding-bottom: 0;
	margin-bottom: 3px;
	margin-top: 10px;
}

p.MidTopicHeading,
p.MidTopicSubHeading
{
	color: #63666A; /* dark grey */
}

p.MidTopicHeadingColor
{
	color: #005EB8; /* dark blue */
}
	
span.InlineHeader, /* this is what we are using */
span.InlineHeading /* this is from the old days, still being used in some old topics */
{
	color: #63666A; /* dark grey */
}

/*
---------------------------------------------------------------------------------------------------------------
												MEDIA SCREEN
---------------------------------------------------------------------------------------------------------------
*/

@media screen
{
	body
	{
		font-family: 'Poppins', 'Segoe UI';
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: 'Poppins SemiBold', 'Segoe UI';
	}

	h1.MidTopicHeading,
	h2.MidTopicHeading,
	h3.MidTopicHeading,
	h4.MidTopicHeading,
	h5.MidTopicHeading,
	h6.MidTopicHeading,
	h1.MidTopicSubHeading,
	h2.MidTopicSubHeading,
	h3.MidTopicSubHeading,
	h4.MidTopicSubHeading,
	h5.MidTopicSubHeading,
	h6.MidTopicSubHeading
	{
		font-weight: bold;
		text-transform: none;
	}

	p.MidTopicHeading,
	p.MidTopicHeadingColor,
	p.MidTopicSubHeading
	{
		font-family: 'Poppins SemiBold', 'Segoe UI';
	}


	MadCap|dropDownHotspot
	{
		font-family: 'Poppins SemiBold', 'Segoe UI';
		/* color: #63666A;  dark grey */
		/* font-weight: bold; */
	}

	span.InlineHeader, /* this is what we are using */
	span.InlineHeading /* this is from the old days, still being used in some old topics */
	{
		font-family: 'Poppins SemiBold', 'Segoe UI';
	}

}

/*
---------------------------------------------------------------------------------------------------------------
											END OF MEDIA SCREEN
---------------------------------------------------------------------------------------------------------------
*/

/*
---------------------------------------------------------------------------------------------------------------
												MEDIA PRINT
---------------------------------------------------------------------------------------------------------------
*/

@media print
{
	body
	{
		font-family: 'Poppins';
		color: #010101;	/* black */
		font-size: 10pt;
		margin: 8px;
	}

	a:link
	{
		font-family: 'Poppins SemiBold';
		color: #018374;	/* bh green */
		font-weight: regular;
	}
	
	a:visited
	{
		color: #018374;	/* bh green */
	}
	
	a:hover
	{
		color: #02BC94;	/* bh light green */
	}
	
	MadCap|xref	/* Change xref to include page number */
	{
		color: #018374;
		font-weight: normal;
		mc-format: '{b}{color #018374}{para}{/color}{/b}{color #010101} on page {page}{/color}';
	}

	/*
	---------------------------------------------------------------------------------------------------------------
														HEADINGS
	---------------------------------------------------------------------------------------------------------------
	*/
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-family: 'Poppins SemiBold';
		font-weight: regular;
		color: #018374;
	}

	h1,
	h2,
	h3
	{
		text-transform: none;
	}

	h1.MidTopicHeading,
	h2.MidTopicHeading,
	h3.MidTopicHeading,
	h4.MidTopicHeading,
	h5.MidTopicHeading,
	h6.MidTopicHeading,
	h1.MidTopicSubHeading,
	h2.MidTopicSubHeading,
	h3.MidTopicSubHeading,
	h4.MidTopicSubHeading,
	h5.MidTopicSubHeading,
	h6.MidTopicSubHeading
	{
		font-family: 'Poppins SemiBold';
		font-weight: regular;
		color: #018374;
		text-transform: none;
	}

	div.UIElements p
	{
		margin-bottom: 4px;
	}

	div.MoreInfoLinks p
	{
		margin-bottom: 4px;
	}

	span.ChapterAutonum	/* used by chapter autonumbering */
	{
		font-family: 'Poppins SemiBold';
		color: #018374;
		font-weight: normal;
		text-transform: normal;
		margin-right: -20px;
	}

	span.InlineHeading,
	span.InlineHeader
	{
		font-family: 'Poppins SemiBold';
		color: #010101;
	}

	p.MidTopicHeading,
	p.MidTopicSubHeading
	{
		font-family: 'Poppins SemiBold';
		font-weight: SemiBold;
		color: #010101;
	}
	
	p.MidTopicHeadingColor
	{
		font-family: 'Poppins SemiBold';
		font-weight: SemiBold;
		color: #018374;
	}

	p.NotInTOCTitle
	{
		font-family: 'Poppins';
		background-color: transparent;
		border-bottom: none;
		color: #0077be;
		font-size: 22pt;
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		padding-left: 0px;
		padding-top: 0px;
		page-break-before: avoid;
		top: 0px;
	}

	p.NotInTOCHeading2
	{
		font-family: 'Poppins';
		font-size: 1.2em;
		font-weight: normal;
		line-height: 14pt;
		margin-top: 6px;
		color: #4682b4;
		page-break-after: avoid;
	}

	p.TOCHeading
	{
		font-family: 'Poppins SemiBold';
		background-color: transparent;
		border-bottom: none;
		color: #018374;
		font-size: 22pt;
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		mc-heading-level: 2;
		padding-left: 0px;
		padding-top: 0px;
		page-break-before: avoid;
		top: 0px;
	}

	p.TOC1
	{
		font-family: 'Poppins SemiBold';
		font-weight: normal;
		text-transform: none;
		color: #018374;
		margin-top: 11px;
		margin-bottom: 0px;
		line-height: -10pt;
	}

	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6,
	p.TOC7,
	p.TOC8,
	p.TOC9
	{
		font-family: 'Poppins';
	}

	Div.GlossaryPageTerm
	{
		font-family: 'Poppins SemiBold';
		color: #018374;
	}

	td.PageNumber
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	td.PageNumberLeft
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	p.HeaderLeft
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	p.HeaderRight
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	p.FooterLeft
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	p.FooterRight
	{
		font-family: 'Poppins';
		color: #63666A;
	}

	/* IMAGE CAPTIONS  */
	/* Common settings for all image captions */

	div.ImageR1 p.Caption,
	div.ImageR2 p.Caption,
	div.ImageR3 p.Caption,
	div.ImageR4 p.Caption,
	div.ImageR p.Caption,
	div.Image1 p.Caption,
	div.Image2 p.Caption,
	div.Image3 p.Caption,
	div.Image4 p.Caption,
	div.Image p.Caption,
	div.Image5 p.Caption,
	div.ImageWide p.Caption,
	div.ImageMax p.Caption,
	div.ImageThumbnailOnly p.Caption,
	div.ImageBasic p.Caption,
	div.ImageBasic1 p.Caption,
	div.ImageBasic2 p.Caption,
	div.ImageBasicR1 p.Caption,
	div.ImageBasicR2 p.Caption
	{
		font-family: 'Poppins';
		color: #949494; /*bh grey*/
	}

	p.SeriesType
	{
		font-family: 'Poppins';
		color: # #B1B3B3;
		visibility: hidden;
	}

	p.BookTitle
	{
		font-family: 'Poppins SemiBold';
		color: #018374;
		text-transform: none;
		mc-hyphenate: never;
		font-size: 32pt;
		margin-left: 3.7cm;
		margin-right: 2cm;
		margin-top: 0;
		font-weight: bold;
		line-height: 38px;
	}

	p.BookSubTitle
	{
		color: #63666A;
		font-family: 'Poppins';
		font-size: 18pt;
		margin-left: 3.7cm;
		margin-right: 2cm;
		margin-top: 1cm;
		font-weight: bold;
		line-height: 25px;
	}

	p.ManualVersionNumber
	{
		color: #949494;
		font-family: 'Poppins SemiBold';
		font-size: 16pt;
		margin-left: 3.7cm;
		margin-top: 1cm;
		line-height: 16px;
	}
	
		p.BHOSVersionNumber
	{
		color: #949494;
		font-family: 'Poppins SemiBold';
		font-size: 16pt;
		margin-left: 3.7cm;
		margin-top: 0.5cm;
		line-height: 16px;
	}

	p.DocumentType
	{
		color: #ffffff;
		text-transform: uppercase;
		font-size: 36pt;
		margin-bottom: 0;
		margin-left: 3.7cm;
		margin-top: 2.5cm;
		font-family: 'Poppins';
		visibility: hidden;
	}
	
	MadCap|dropDownHotspot
	{
		font-family: 'Poppins SemiBold';
		color: #018374; /* bh green */
		font-weight: regular;
	}
	
	MadCap|dropDownHotspot.blue /* the class name "blue" comes from the bhge dark blue heading color */
	{
		font-family: 'Poppins';
		color: #005EB8; /* dark blue */
		font-weight: bold;
	}
	
	MadCap|dropDownHotspot.h1MidSub
	{
		font-family: 'Poppins SemiBold';
		color: #018374; /* bh green */
		font-weight: bold;
	}
	
	table.UIElements td:first-child
	{
		font-family: 'Poppins';
		color: #010101; /* black */
	}

	table.Basic tr.HeaderRow td
	{
		font-family: 'Poppins';
		color: #010101; /* black */
		font-weight: SemiBold;
	}

	table.Icons td
	{
		font-family: 'Poppins';
		color: #010101; /* black */
	}

	table.Icons td:first-child
	{
		font-family: 'Poppins';
		color: #010101; /* black */
		padding-top: 5px;
	}

}
/*
---------------------------------------------------------------------------------------------------------------
											END OF MEDIA PRINT
---------------------------------------------------------------------------------------------------------------
*/
