/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #000000;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
}

body
{
	color: #808080;
	font-family: Verdana;
	padding: 2% 2%;
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

img.landingPage,
a img.landingPage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p
{
	font-size: 11pt;
	line-height: 12pt;
	widows: 3;
	orphans: 3;
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 3pt;
	color: #000000;
	font-family: Arial;
	mc-hyphenate: never;
}

p.landingPage
{
	font-size: 10pt;
	text-align: center;
}

p.created-using-flare
{
	font-weight: bold;
	text-transform: uppercase;
}

p.table-text
{
	font-size: 11pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: var(--Dark);
	font-size: 19pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark);
	font-size: 15pt;
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-left: .5in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 13pt;
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 1in;
	margin-top: 10px;
}

/* Headings */

h1
{
	font-weight: bold;
	color: var(--Brand1);
	font-size: 14pt;
	text-align: left;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: Verdana;
}

h2
{
	font-weight: bold;
	page-break-before: avoid;
	font-size: 12pt;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 6pt;
	font-family: Verdana;
	color: #000000;
}

h3
{
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	margin-top: 12pt;
	margin-bottom: 6pt;
	font-family: Verdana;
	color: #000000;
	font-style: italic;
}

h4
{
	font-weight: bold;
	font-size: 11.0pt;
	margin-top: 6pt;
	margin-bottom: 6pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Home page topic */

div.home-section
{
	padding: 3% 2%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:first-of-type	/*Removes padding-top of the first home-section*/
{
	padding: 0 2% 3%;
}

div.home-section:last-of-type	/*Removes bottom border of last home-section*/
{
	border-bottom: none;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: #4169e1;
}

a:visited
{
	color: #cd5c5c;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Up Arrow.png');
	mc-closed-image: url('../Images/Down Arrow.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 11pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 12px;
	margin-top: 6px;
	font-size: 11pt;
	list-style: inherit;
	margin: 1.12em 0;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 11pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

div
{
	font-size: 11pt;
	text-align: left;
	margin-bottom: 3pt;
	font-family: Arial;
	color: #000000;
	margin-top: 3pt;
	line-height: 16pt;
	mc-hyphenate: never;
}

dd
{
	color: #000000;
}

dt
{
	font-family: Arial;
	color: #000000;
}

li
{
	font-family: Arial;
	color: #000000;
}

dl
{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;
}

ol
{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;
}

ul
{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;
}

td
{
	font-size: 11pt;
	font-family: Arial;
	color: #000000;
	margin-left: 1.5in;
}

th
{
	margin-left: .75in;
}

footer
{
	font-size: 8pt;
	font-family: Verdana;
}

/* Overrides default settings */

.backlink-container
{
	display: none;
}

/* Emphasis helpers from legacy content */

span.Strong,
span.Strong_1,
span.Strong_2,
span.Strong_3,
span.Strong_4,
span.Strong_5,
span.Strong_6
{
	font-weight: bold;
}

.search-bar .search-submit
{
	margin-top: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: 2px;
}

.search-submit-wrapper
{
	margin-top: 0;
}

.buttons.toolbar-buttons.popup-container
{
	background-color: #dadada;
	height: 36px;
}

.button-group-container-left
{
	margin-top: 3px;
}

.button-group-container-right
{
	margin-top: 5px;
}

a.Popup
{
	mc-popup-height: 4in;
	mc-popup-width: 7in;
}

/*.button-icon
{
	margin-top:0;
}*/

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	div.Bullet1
	{
		mc-hyphenate: always;
	}
}

p.CircleBullet
{
	margin-left: .75in;
}

div.Note
{
	margin-top: 6pt;
	mc-auto-number-format: '{b}{color #00B050;}Note: {/color}{/b}';
	color: #000000;
	mc-next-class: div;
}

div.Imp
{
	margin-top: 6pt;
	mc-auto-number-format: '{b}{color #C00000;}IMPORTANT: {/color}{/b}';
	color: #000000;
	mc-next-class: div;
}

div.Tip
{
	margin-top: 6pt;
	color: #000000;
	mc-auto-number-format: '{b}{color #0070FF;}Tip: {/color} {/b}';
	mc-next-class: div;
}

div.Bullet1
{
	background-repeat: no-repeat;
	background-position-x: left;
	margin-left: 0.25in;
	padding-left: 0.25in;
	background-position-y: 6px;
	background-image: url('../Images/filled-circle.png');
	margin-top: 3pt;
	margin-bottom: 3pt;
	line-height: 14pt;
}

div.Bullet2
{
	background-repeat: no-repeat;
	background-position-x: left;
	padding-left: 0.25in;
	margin-left: 0.5in;
	background-position-y: 6px;
	background-image: url('../Images/circle.png');
	margin-top: 3pt;
	margin-bottom: 3pt;
	line-height: 14pt;
}

div.NumList1
{
	padding-left: 0in;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.25in;
	margin-left: 0.5in;
	mc-auto-number-format: 'F:{n=1}. ';
	mc-next-class: NumList2;
	margin-top: 3pt;
	margin-bottom: 3pt;
	line-height: 14pt;
}

div.NumList2
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.25in;
	margin-left: 0.5in;
	padding-left: 0in;
	mc-auto-number-format: 'F:{n+}. ';
	margin-top: 3pt;
	margin-bottom: 3pt;
	line-height: 14pt;
}

div.NumLista
{
	margin-left: 0.75in;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.25in;
	margin-top: 3pt;
	padding-left: 0in;
	mc-auto-number-format: 'S:{a=1}. ';
	mc-next-class: numListb;
}

div.NumListb
{
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.25in;
	margin-left: 0.75in;
	margin-top: 3pt;
	padding-left: 0in;
	mc-auto-number-format: 'S:{a+}. ';
}

div.Ind25
{
	margin-left: 0.25in;
	margin-top: 6pt;
}

div.Ind50
{
	margin-left: 0.5in;
	margin-top: 6pt;
}

div.Ind75
{
	margin-left: 0.75in;
	margin-top: 6pt;
}

/* Global helper styles to align images under list text without affecting bullets/numbers */
/* Use either a wrapper .step-media or apply indentation classes directly to any element */

.step-media
{
	display: block;
	margin: 8px 0 16px 0;
	padding: 0;
}

.step-media img
{
	display: block;
	max-width: 100%;
	height: auto;
}

/* Ensure images inside list items are block-level so they align with paragraph starts */

li img
{
	display: block;
	margin: 8px 0 16px 0;
}

/* Allow Indentation helper classes to work on any element (not only div) */

.Ind25
{
	margin-left: 0.25in;
	margin-top: 6pt;
}

.Ind50
{
	margin-left: 0.5in;
	margin-top: 6pt;
}

.Ind75
{
	margin-left: 0.75in;
	margin-top: 6pt;
}

div.emdash1
{
	mc-auto-number-format: '- ';
	margin-top: 2pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 0.25in;
	margin-left: 1in;
	margin-bottom: 2pt;
}

.button.previous-topic-button .button-icon
{
	background: transparent;
}

/* Version switcher (header) - styles are also injected into parent document for Default.htm */

.virima-version-switcher
{
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.virima-version-switcher label
{
	margin-right: 6px;
	color: #303335;
	font-size: 14px;
}

.virima-version-switcher select
{
	height: 2em;
	padding: 4px 8px;
	border-radius: 4px;
	border: 1px solid #d0d5d0;
	background: #fff;
	color: #303335;
	font-size: 14px;
}

