/*<meta conditions="BrandConditions.SharedFile" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/
/*@importur1(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic,300italic,300,100italic,100);*/

body
{
	font-family: Roboto, Arial, Avenir, Myriad, san-serif;
	line-height: 1.7em;
	mc-hyphenate: never;
	color: #172926;
	background-color: #0e1d77;
}

h1
{
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 8px;
	color: #0E1D77;
	font-weight: bolder;
	font-family: Roboto, Arial, sans-serif;
	page-break-after: avoid;
	mc-hyphenate: never;
}

h2
{
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
	font-family: Roboto, Arial, sans-serif;
	color: #3C39EC;
	page-break-after: avoid;
	mc-hyphenate: never;
}

h3
{
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 16px;
	color: #0E1D77;
	font-weight: normal;
	page-break-after: avoid;
	mc-hyphenate: never;
}

h4
{
	mc-hyphenate: never;
	page-break-after: avoid;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-hyphenate: never;
	page-break-inside: avoid;
}

p
{
	font-family: Roboto, Arial, sans-serif;
	mc-hyphenate: never;
}

td p
{
	margin-left: 0in;
	mc-hyphenate: never;
	margin-bottom: 3px;
	margin-top: 3px;
}

.off-canvas-content .main-section > .outer-row	/*removes the padding from the skin*/
{
	padding: 0px;
}

/*hero section*/
/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none 0px transparent;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	text-decoration: underline;
	font-style: normal;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:visited
{
	color: #FFFFFF;
}

a.MCBreadcrumbsLink:hover
{
	color: #19b9f3;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: normal;
	font-size: 1em;
	mc-breadcrumbs-prefix: 'Help > ';
	mc-breadcrumbs-count: 10;
	text-align: left;
	border-bottom-color: #ffffff;
	border-bottom-width: 0px;
	padding: 0;
	color: #ffffff;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #3C39EC;
}

MadCap|xref:hover
{
	color: #19b9f3;
}

MadCap|dropDown
{
	mc-image-spacing: 10px;
	mc-closed-image: url('../Images/Brand/caret-right.png');
	mc-open-image: url('../Images/Brand/caret-down.png');
}

MadCap|dropDownHotspot
{
	color: #0E1D77;
	font-weight: bold;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies background image. This HTML element is not on a master page, it is used at compile time.*/
{
	/* margin: auto; */
}

div.body-container
{
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	overflow: ;
}

div.content-container	/*Wraps the content on the masterpage and provides the white background behind topics.*/
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	/*Since the top navigation bar is absolutely positioned the content-container needs to be pushed down to accommodate the space*/
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Home Ribbon > Styles Section > Responsive Layout*/
{
	min-height: 50vh;
	overflow: hidden;
	border-bottom-left-radius: 0;
	border-radius: 0;
	margin: auto;
	max-width: 1450px;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
}

div.topic-layout > div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 30%;
	/* max-width: 450px; */
	background-color: #FFFFFF;
}

div.topic-layout > div:nth-child(2)
{
	width: 65%;
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 24px;
	float: right;
}

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	margin-top: 0;
	padding-left: 0px;
}

/*==Footer==*/

div.footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0e1d77;
	bottom: 0;
	width: 100%;
	margin: 0;
}

div.footer a
{
	text-decoration: none;
	color: #DADADA;
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: #FFF;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

MadCap|toggler
{
	mc-closed-image: url('../Images/Brand/DropDownClosed.png');
	mc-open-image: url('../Images/Brand/DropDownOpen.png');
	color: #0e1d77;
	font-weight: bold;
}

p.footer
{
	line-height: normal;
	font-size: 10pt;
	text-align: right;
	margin-bottom: 0pt;
	margin-top: 0;
	padding-left: 34px;
}

img.medium
{
	max-width: 4.25 in;
	height: auto;
	width: auto;
	border: solid 1px #666666;
}

img.large
{
	max-width: 5.5 in;
	height: auto;
	width: auto;
	border: solid 1px #666666;
}

MadCap|dropDownHead
{
	font-weight: bold;
}

MadCap|glossaryProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

div.GlossaryPageEntry
{
	padding-left: 0;
	padding-right: 0;
	padding: 12px;
	margin-bottom: 6px;
}

div.GlossaryPageTerm
{
	color: #0e1d77;
	mc-expandable: false;
}

a.GlossaryPageTerm
{
	color: #0e1d77;
	font-weight: bold;
}

MadCap|miniTocProxy
{
	border-top-color: transparent;
	border-top-style: none;
	border-top-width: 0px;
	mc-toc-depth: 9;
}

MadCap|tocProxy
{
	mc-toc-depth: 9;
	border-top-width: 0px;
	border-top-color: transparent;
}

p.HotfixDate
{
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	line-height: 1.2em;
	color: #0E1D77;
	font-size: 1.1em;
	font-weight: normal;
}

p.TitleHeading
{
	font-weight: bold;
	text-align: right;
	margin-bottom: auto;
	color: #0E1D77;
	font-size: 2em;
}

p.SubtitleHeading
{
	font-weight: bold;
	color: #3C39EC;
	text-align: right;
	font-size: 1.5em;
}

p.TOC1
{
	margin: 1px;
	margin-left: 0;
}

p.TOC2
{
	margin: 1px;
	margin-left: 20pt;
}

p.TOC3
{
	margin: 1px;
	margin-left: 40pt;
}

p.TOC4
{
	margin: 1px;
	margin-left: 60pt;
}

p.TOC5
{
	margin: 1px;
	margin-left: 40pt;
}

h2.NotInTOC
{
	mc-heading-level: 0;
}

h1.step
{
	mc-auto-number-format: 'SH:Step {n+}: ';
}

h2.step
{
	mc-auto-number-format: 'SH:Step {n+}: ';
}

h3.NotInTOC
{
	mc-heading-level: 0;
	font: Roboto, Arial, sans-serif;
}

h4.NotInTOC
{
	mc-heading-level: 0;
}

h5.NotInTOC
{
	mc-heading-level: 0;
}

h6.NotInTOC
{
	mc-heading-level: 0;
}

img.small
{
	max-width: 2.5 in;
	height: auto;
	width: auto;
	border: solid 1px #666666;
}

a.GlossaryPageLink
{
	color: #0e1d77;
	font-weight: bold;
}

MadCap|xref.page
{
	mc-format: '{i}{paratext}{/i} on page {page}';
}

p.AvoidBreakAfter
{
	page-break-after: avoid;
}

p.BestPractice
{
	background-color: #e8f2f9;
	padding: 3px;
	margin-bottom: 0;
	margin-top: 0;
}

p.code
{
	font-family: monospace;
	page-break-inside: avoid;
	padding: 0px;
	margin-top: 0;
	margin: 0;
}

p.codeComment
{
	font-family: monospace;
	page-break-inside: avoid;
	color: #008000;
	padding: 0px;
	margin-top: 0;
	margin: 0;
}

p.Example
{
	background-color: #e8f2f9;
	margin: 0px;
	margin-top: 0;
	padding: 12px;
	padding-top: 0;
}

p.ExampleCode
{
	background-color: #e8f2f9;
	font-family: monospace;
	padding: 0px;
	margin: 0;
	padding-left: 12px;
	padding-right: 12px;
}

p.ExampleCodeComment
{
	padding: 6px;
	margin-right: 0;
	font-family: 'Lucida Console';
	page-break-inside: avoid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0.25pt;
	color: #008000;
	font-size: .9em;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 20px;
}

span.CodeComment
{
	font-family: monospace;
	font-size: .9em;
	font-weight: normal;
	color: #008000;
	line-height: 20px;
}

p.ExampleCodeCommentHeading
{
	padding: 6px;
	margin-right: 0in;
	background-color: #ffffff;
	page-break-inside: avoid;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0.25pt;
	color: #008000;
	font-weight: bold;
	font-size: .9em;
	margin-top: 0px;
	line-height: normal;
	margin-bottom: 0.375em;
}

p.ExampleHeading
{
	background-color: #e8f2f9;
	font-weight: bold;
	margin-bottom: 0;
	page-break-after: avoid;
	margin: 0;
	padding-left: 12px;
	padding-bottom: 0;
	padding-right: 12px;
	padding-top: 12px;
}

p.note
{
	background-color: #fff59d;
	padding: 12px;
	margin: 1.12em 0px;
	line-height: normal;
}

div.search-container
{
	max-width: 100%;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 25px;
	/*Min-height is necessary for topics that are not included in a TOC*/
	margin: auto;
	max-width: 1425px;
}

a
{
	
}

MadCap|topicToolbarProxy
{
	
}

.off-canvas-content
{
	clear: both;
	position: relative;
}

MadCap|bodyProxy
{
	
}

MadCap|glossaryTerm
{
	color: #0072eb;
	mc-closed-image: url('../Images/Brand/caret-right_sm.png');
	mc-open-image: url('../Images/Brand/caret-down_sm.png');
}

code
{
	background: #eceeef;
}

p.Table
{
	margin: 0;
}

td
{
	mc-hyphenate: never;
}

ul.sidenav li a
{
	font-family: Roboto, Arial, Avenir, Myriad, san-serif;
}

p.MiniTOC1
{
	color: #3C39EC;
}

p.MiniTOC2
{
	color: #3C39EC;
}

p.MiniTOC3
{
	color: #3C39EC;
}

p.MiniTOC4
{
	color: #3C39EC;
}

p.MiniTOC5
{
	color: #3C39EC;
}

p.MiniTOC6
{
	color: #3C39EC;
}

p.MiniTOC7
{
	color: #3C39EC;
}

p.MiniTOC8
{
	color: #3C39EC;
}

p.MiniTOC9
{
	color: #3C39EC;
}

div.micro-response
{
	background-color: #FFFFFF;
}

p.license
{
	font-size: 10pt;
	line-height: 10pt;
	padding-bottom: 0em;
	padding-top: 0em;
	font-family: monospace;
}

li.license
{
	font-family: monospace;
	font-size: 10pt;
	line-height: 10pt;
}

p.SubtitleHeading2
{
	color: #3C39EC;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
}

pre
{
	background-color: #eceeef;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

p.note_Important
{
	
}

p.note_Warning
{
	
}

p.note_icon
{
	
}

div.search-container
{
	
}

div.top-bar
{
	padding: 0px;
}

MadCap|bodyProxy
{
	background-color: #ffffff;
}

.off-canvas-content .main-section > .outer-row
{
	padding: 0px;
}

MadCap|topicToolbarProxy
{
	
}

a
{
	color: #0073eb;
	color: device-cmyk(1,0.51,0,0.08);
}

MadCap|miniTocProxy
{
	color: #0073eb;
	color: device-cmyk(1,0.51,0,0.08);
}

a.MCBreadcrumbsLink
{
	color: #ffffff;
}

p.SubtitleHeading
{
	
}

p.TitleHeading
{
	
}

p.HotfixDate
{
	font-size: 1.5em;
}

img.large
{
	max-width: 100%;
}

img.medium
{
	max-width: 75%;
}

img.small
{
	max-width: 50%;
}

h1.contents
{
	mc-heading-level: 0;
}

h4
{
	font-size: 1.1em;
}

h3
{
	font-size: 1.2em;
}

h2
{
	font-size: 1.5em;
}

h1
{
	line-height: normal;
	margin-top: 0;
	font-size: 2em;
	margin-left: 0;
	padding-bottom: 24px;
}

body
{
	font-size: 1em;
	mc-hyphenate: never;
}

p.footer
{
	background-color: #0e1d77;
	color: #ffffff;
	font-size: 10pt;
	line-height: normal;
	text-align: left;
	margin-top: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

@media only screen and (max-width: 1279px)
{
	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout
	{
		width: 100%;
		padding: 2px 16px;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 100%;
		/*overrides the float property set from the default medium*/
		float: left;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		border-right: none;
		padding-top: 0;
	}

	div.topic-layout > div:nth-child(3)
	{
		display: none;
	}

	div.side-menu
	{
		display: none;
	}

	MadCap|topicToolbarProxy
	{
		padding-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 8px;
	}

	div.footer
	{
		padding-bottom: 10px;
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	MadCap|bodyProxy
	{
		
	}

	div.top-bar
	{
		padding: 2px 16px;
	}
}

@media only screen and (max-width: 767px)
{
	div.topic-layout
	{
		padding: 2px 8px;
	}

	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.side-menu
	{
		display: none;
	}

	div.footer
	{
		padding-bottom: 4px;
		padding-top: 4px;
		padding-left: 0px;
		padding-right: 0px;
	}

	div.topic-layout > div:nth-child(1)
	{
		width: 100%;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
	}

	div.topic-layout > div:nth-child(3)
	{
		display: none;
	}

	MadCap|bodyProxy
	{
		
	}

	div.top-bar
	{
		padding: 2px 4px;
	}
}

@media web
{
	p.footer
	{
		background-color: #0e1d77;
		color: #ffffff;
		font-size: 10pt;
		line-height: normal;
		text-align: left;
		margin-top: 0;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	body
	{
		font-size: 1em;
		mc-hyphenate: never;
	}

	h1
	{
		line-height: normal;
		margin-top: 0;
		font-size: 2em;
		margin-left: 0;
		padding-bottom: 24px;
	}

	h2
	{
		font-size: 1.5em;
	}

	h3
	{
		font-size: 1.2em;
	}

	h4
	{
		font-size: 1.1em;
	}

	h1.contents
	{
		mc-heading-level: 0;
	}

	img.small
	{
		max-width: 50%;
	}

	img.medium
	{
		max-width: 75%;
	}

	img.large
	{
		max-width: 100%;
	}

	p.HotfixDate
	{
		font-size: 1.5em;
	}

	p.TitleHeading
	{
		
	}

	p.SubtitleHeading
	{
		
	}

	a.MCBreadcrumbsLink
	{
		color: #ffffff;
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #FFFFFF;
	}

	MadCap|miniTocProxy
	{
		color: #0073eb;
		color: device-cmyk(1,0.51,0,0.08);
	}

	a
	{
		color: #0073eb;
		color: device-cmyk(1,0.51,0,0.08);
	}

	MadCap|topicToolbarProxy
	{
		
	}

	.off-canvas-content .main-section > .outer-row
	{
		padding: 0px;
	}

	MadCap|bodyProxy
	{
		background-color: #ffffff;
	}

	div.top-bar
	{
		padding: 0px;
	}

	div.search-container
	{
		
	}

	p.note_icon
	{
		
	}

	p.note_Warning
	{
		
	}

	p.note_Important
	{
		
	}
}

div.Example
{
	background-color: #e8f2f9;
	padding: 3px;
	margin: 1.12em 0;
	position: relative;
}

div.Example p
{
	margin: 9px;
}

div.Note
{
	background-color: #fff59d;
	padding: 3px;
	margin: 1.12em 0px;
	line-height: normal;
	position: relative;
	/* Ensure proper positioning of the pseudo-element */
}

div.Note p
{
	margin: 9px;
}

div.note_icon
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-repeat: no-repeat;
	padding: 3px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-image: url('../Images/Brand/note.png');
	background-size: 18px;
	background-color: #FFF59d;
}

div.note_icon p
{
	margin: 9px 9px 9px 0;
}

div.note_Important
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/important.png');
	background-repeat: no-repeat;
	padding: 3px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-size: 18px;
	background-color: #ffdbbb;
}

div.note_Important p
{
	margin: 9px 9px 9px 0;
}

div.note_ProductLevelInfo
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/note.png');
	background-repeat: no-repeat;
	padding: 3px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-size: 18px;
	background-color: #e7f6f0;
}

div.note_ProductLevelInfo p
{
	margin: 9px 9px 9px 0;
}

div.note_Tip
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-repeat: no-repeat;
	padding: 3px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-image: url('../Images/Brand/tip.png');
	background-size: 18px;
	background-color: #E8D5EC;
}

div.note_Tip p
{
	margin: 9px 9px 9px 0;
}

div.note_Warning
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/warning.png');
	background-repeat: no-repeat;
	padding: 3px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-size: 18px;
	background-color: #FFCDD2;
}

div.note_Warning p
{
	margin: 9px 9px 9px 0;
}

h1.Appendix
{
	page-break-before: always;
	mc-auto-number-format: 'Appendix {chapnum}: ';
}

h1.contents
{
	mc-heading-level: 0;
	border-bottom: solid 0px;
}

h1.Hotfix
{
	margin-top: 6px;
	page-break-before: always;
	margin: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

MadCap|xref.H1
{
	mc-format: '{h1}';
}

@media print
{
	MadCap|xref.H1
	{
		mc-format: '{quote}{h1}{quote}';
	}

	h1.Appendix
	{
		
	}

	img.medium
	{
		max-width: 4.25 in;
	}

	body
	{
		color: #000000;
		background-image: none;
		background-color: transparent;
	}

	p.HotfixDate
	{
		
	}

	h2
	{
		color: #3C39EC;
	}

	h1
	{
		color: #0E1D77;
	}

	h3
	{
		color: #0E1D77;
	}

	p.TitleHeading
	{
		page-break-before: always;
		margin-top: 8.4em;
	}

	p.SubtitleHeading
	{
		
	}

	MadCap|tocProxy
	{
		mc-toc-depth: 4;
	}

	div.footer
	{
		display: none;
	}

	p.code
	{
		font-size: 11pt;
	}

	p.codeComment
	{
		font-size: 11pt;
	}

	p.ExampleCode
	{
		font-size: 11pt;
	}

	p.ExampleCodeComment
	{
		font-size: 11pt;
	}

	code
	{
		
	}

	p.Table
	{
		margin: 0;
	}

	p
	{
		page-break-inside: avoid;
	}

	tr
	{
		page-break-inside: avoid;
	}

	th
	{
		page-break-inside: avoid;
	}

	p.MiniTOC1
	{
		color: #000000;
	}

	p.MiniTOC2
	{
		color: #000000;
	}

	p.MiniTOC3
	{
		color: #000000;
	}

	p.MiniTOC4
	{
		color: #000000;
	}

	p.MiniTOC5
	{
		color: #000000;
	}

	p.MiniTOC6
	{
		color: #000000;
	}

	p.MiniTOC7
	{
		color: #000000;
	}

	p.MiniTOC8
	{
		color: #000000;
	}

	p.MiniTOC9
	{
		color: #000000;
	}

	img.large
	{
		max-width: 6 in;
	}

	p.license
	{
		color: #000000;
		margin: 1.12em 0;
		margin-top: 0;
		padding-top: 0;
		margin-bottom: 4pt;
		font-family: monospace;
		font-size: 8pt;
		line-height: 8pt;
		padding-bottom: 0.5em;
	}

	li.license
	{
		color: #000000;
		list-style-position: inherit;
		font-family: monospace;
		font-size: 8pt;
		line-height: 8pt;
	}

	td p.license
	{
		line-height: 1.12em;
	}

	p.ThirdParty
	{
		padding-bottom: 0em;
		padding-top: 0em;
		margin-bottom: 4pt;
		margin-top: 0em;
		line-height: 1.12em;
		font-size: 8pt;
	}

	pre.license
	{
		font-size: 8pt;
		line-height: 8pt;
	}

	h3.NotInTOC
	{
		font: Roboto, Arial, sans-serif;
	}

	li.ThirdParty
	{
		line-height: 1.12em;
		font-size: 8pt;
	}

	p.footer
	{
		font-size: 9pt;
		line-height: 10pt;
		text-align: left;
		padding-left: 0px;
		margin-bottom: 1.12em;
	}

	p.SubtitleHeading2
	{
		
	}
}

span.code
{
	font-family: monospace;
	font-size: 11pt;
}

span.SearchHighlight
{
	background-repeat: no-repeat;
}

span.SearchHighlight1
{
	background-color: #ffff66;
	color: #000000;
}

span.SearchHighlight2
{
	background-color: #a0ffff;
	color: #000000;
}

span.SearchHighlight3
{
	background-color: #99ff99;
	color: #000000;
}

span.SearchHighlight4
{
	background-color: #ff9999;
	color: #000000;
}

span.SearchHighlight5
{
	background-color: #ff66ff;
	color: #000000;
}

span.SearchHighlight6
{
	background-color: #880000;
	color: #ffffff;
}

span.SearchHighlight7
{
	background-color: #00aa00;
	color: #ffffff;
}

span.SearchHighlight8
{
	background-color: #886800;
	color: #ffffff;
}

span.SearchHighlight9
{
	background-color: #004699;
	color: #ffffff;
}

span.SearchHighlight10
{
	background-color: #990099;
	color: #ffffff;
}

@media preview
{
	p.footer
	{
		background-color: #0e1d77;
		color: #ffffff;
		font-size: 10pt;
		line-height: normal;
		text-align: left;
		margin-top: 0;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	body
	{
		font-size: 1em;
		mc-hyphenate: never;
		color: #000000;
		background-image: none;
		background-color: #ffffff;
	}

	h1
	{
		line-height: normal;
		margin-top: 0;
		font-size: 2em;
		margin-left: 0;
		padding-bottom: 24px;
	}

	h2
	{
		font-size: 1.5em;
	}

	h3
	{
		font-size: 1.2em;
	}

	h4
	{
		font-size: 1.1em;
	}

	h1.contents
	{
		mc-heading-level: 0;
	}

	img.small
	{
		max-width: 50%;
	}

	img.medium
	{
		max-width: 75%;
	}

	img.large
	{
		max-width: 100%;
	}

	p.HotfixDate
	{
		font-size: 1.5em;
	}

	p.TitleHeading
	{
		
	}

	p.SubtitleHeading
	{
		
	}

	a.MCBreadcrumbsLink
	{
		color: #ffffff;
	}

	a.MCBreadcrumbsLink:visited
	{
		color: #FFFFFF;
	}

	MadCap|miniTocProxy
	{
		color: #0073eb;
		color: device-cmyk(1,0.51,0,0.08);
	}

	a
	{
		color: #0073eb;
		color: device-cmyk(1,0.51,0,0.08);
	}

	MadCap|topicToolbarProxy
	{
		
	}

	.off-canvas-content .main-section > .outer-row
	{
		padding: 0px;
	}

	MadCap|bodyProxy
	{
		
	}

	div.top-bar
	{
		padding: 0px;
	}

	div.search-container
	{
		
	}
}

td.p
{
	margin: 0;
	padding: 2px;
}

p.ExampleCodePreformat
{
	padding: 3px;
	margin-right: 0;
	background-color: #ffffff;
	font-family: 'Lucida Console';
	page-break-inside: avoid;
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 0.25pt;
	font-size: .9em;
	line-height: 20px;
}

p.Figure
{
	font-size: 10pt;
	margin-top: 0;
}

pre.license
{
	font-size: 10pt;
	line-height: 10pt;
	background-color: transparent;
}

p.ThirdParty
{
	font-family: Roboto, Arial, sans-serif;
}

td p.ThirdParty
{
	
}

li.ThirdParty
{
	font-family: Roboto, Arial, sans-serif;
}

p.Legal
{
	margin-top: 0;
	margin-bottom: 1.12em;
	font-size: 9pt;
	line-height: 10pt;
}

p.note_icon
{
	background-color: #fff59d;
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/note.png');
	background-repeat: no-repeat;
	padding: 12px;
	background-position: 12px 12px;
	padding-left: 48px;
	background-size: 18px;
}

p.note_Important
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/important.png');
	background-repeat: no-repeat;
	padding: 12px;
	padding-left: 48px;
	background-size: 18px;
	background-position: 12px 12px;
	background-color: #FFDBBB;
}

p.note_ProductLevelInfo
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/note.png');
	background-repeat: no-repeat;
	padding: 12px;
	padding-left: 48px;
	background-color: #e7f6f0;
	background-size: 18px;
	background-position: 12px 12px;
}

p.note_Tip
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-repeat: no-repeat;
	padding: 12px;
	padding-left: 48px;
	background-image: url('../Images/Brand/tip.png');
	background-size: 18px;
	background-position: 12px 12px;
	background-color: #E8D5EC;
}

p.note_Warning
{
	font: inherit;
	line-height: normal;
	margin: 1.12em 0px;
	background-image: url('../Images/Brand/warning.png');
	background-repeat: no-repeat;
	padding: 12px;
	padding-left: 48px;
	background-size: 18px;
	background-position: 12px 12px;
	background-color: #FFCDD2;
}

span.filename
{
	font-family: monospace;
	font-size: 11pt;
}

span.guilabel
{
	font-weight: bold;
}

span.userinput
{
	font-family: monospace;
	font-weight: bold;
}

p.userinput
{
	font-family: monospace;
	font-weight: bold;
}

div.code
{
	font-family: monospace;
	page-break-inside: avoid;
	padding: 0px;
	margin-top: 0;
	margin: 0;
}

div.informalExample
{
	margin-top: 6px;
	padding: 3px;
}

img.icon
{
	height: 20px;
	width: 20px;
}

