/*<meta />*/

/*Last updated: July 16, 2019 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

/****************************** DIV CONTAINER */

div.sideContent
{
	float: left;
	margin-bottom: 10px;
	padding-right: 16px;
	margin-left: 0px;
	width: 20%;
}

div.TopicInnards
{
	float: left;
	width: 75%;
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

/*div.topicNav*/

div.navigation-wrapper
{
	padding-bottom: -15px;
	margin-bottom: -15px;
}

/* top menu */

li.has-children
{
	text-transform: uppercase;
}

ul.sub-menu > li
{
	text-transform: none;
}

/* Side menu #sidecontent */

ul.menu._Skins_SideMenu li
{
	border-bottom: 2px dotted;
	border-color: #a1a1a1;
}

ul.menu._Skins_SideMenu ul li:last-child
{
	border-bottom: none;
	border-color: transparent;
}

ul.menu._Skins_SideMenu ul li:first-child
{
	border-top: 2px dotted;
	border-color: #a1a1a1;
}

ul.menu._Skins_SideMenu li:first-child
{
	text-transform: none;
}

ul.menu._Skins_SideMenu > li
{
	text-transform: none !important;
}

/******************************************* front matter/About */

p.frontmatter_h1
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 12px;
	line-height: 40px;
	color: #04c9d7;
	widows: 3;
	orphans: 3;
	mc-hyphenate: never;
	page-break-after: avoid;
}

p.frontmatter_h2
{
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 26px;
	margin-bottom: 12px;
	color: #444;
	mc-hyphenate: never;
	page-break-after: avoid;
}

/************************************ text */

h1	/* mirror changes in p.frontmatter_h1 */
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 36px;
	padding-top: 0px;
	/*just for online version */
	margin-top: -4px;
	/*just for online version */
	margin-bottom: 12px;
	color: #04c9d7;
	widows: 3;
	orphans: 3;
	mc-hyphenate: never;
	page-break-after: avoid;
	page-break-before: always;
	line-height: 40px;
}

h2	/*mirror changes in p.frontmatter_h2 */
{
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 26px;
	margin-bottom: 12px;
	color: #444;
	mc-hyphenate: never;
	page-break-after: avoid;
}

h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #444;
	line-height: 28px;
	margin-top: 24px;
	margin-bottom: 12px;
	mc-hyphenate: never;
	padding-bottom: 0em;
	margin-bottom: 0em;
	page-break-after: avoid;
}

h4
{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #444;
	font-size: 16px;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-bottom: 0em;
	mc-heading-level: 4;
	/*	text-transform: uppercase; */
	line-height: 20px;
	page-break-after: avoid;
}

p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	mc-hyphenate: never;
	page-break-inside: avoid;
	widows: 3;
	orphans: 3;
}

p.menu	/*used with dropdown menu */
{
	font-size: 13px;
}

.expand	/*use with expands */
{
	overflow: auto;
}

/*Changes to term definitions should also be mirrored in dt and dd in List styles */

.TermDefinition
{
	margin-left: 40px;
	page-break-before: avoid;
}

.Term
{
	font-weight: bold;
	font-style: normal;
	page-break-after: avoid;
	mc-next-clas: TermDefinition;
}

code
{
	font-size: 15px;
	mc-toc-depth: 3;
	margin-top: 3pt;
	font-family: "Courier New", monospace;
}

MadCap|xref.PageNumberOnly
{
	mc-format: '{page}';
}

pre
{
	background-color: #F6F6F6;
	border: 1px solid #696969;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
}

caption
{
	caption-side: top;
	text-align: left;
	page-break-after: avoid;
}

.red_em
{
	color: #f00;
}

/*********************************** Images */

img.no_border
{
	border: none;
}

ol img,
ul img
{
	border: 1px solid #222;
}

img.borders
{
	border: 1px solid #222;
}

/****************Style for image captions used in the ARM documentation */

.image_caption
{
	margin-top: -17px;
	padding: 8px;
	background: #eeeeee;
	width: 627px;
}

/******************************************* Lists */

ol,
ul,
li
{
	mc-hyphenate: never;
}

ul
{
	list-style-type: disc;
}

ul ul,
ul ol ul
{
	list-style-type: circle;
}

li p,
ol p,
ul p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

ol > li > ul
{
	margin-top: 8px;
}

ol li
{
	margin-top: 8px;
	margin-bottom: 8px;
}

ul li
{
	margin-top: 4px;
	margin-bottom: 4px;
}

ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Use <ul class="unchecked"> to create a checkbox list with all items unchecked. 
Use <ul class="checked to create a checkbox list with all items checked.*/

ul.unchecked li
{
	list-style-type: square;
	list-style-image: url('../images/checkbox.gif');
}

ul.checked li
{
	list-style-type: square;
	list-style-image: url('../images/checkbox_checked.png');
}

/*Must be mirrored in .term and .term definition */

dd
{
	margin-left: 40px;
	page-break-before: avoid;
	padding-top: 4px;
	padding-bottom: 1.1em;
}

dt
{
	font-weight: bold;
	font-style: normal;
	page-break-after: avoid;
	mc-next-clas: dd;
}

/**************Styles for minitocs generated using MiniTOC proxy*************/

MadCap|miniTocProxy.BulletProxy
{
	border-top: none;
	padding-top: 0px;
	mc-toc-depth: 1;
}

p.MiniTOC1_0
{
	display: list-item;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
	list-style-type: disc;
}

a.MiniTOC1:link
{
	font-weight: normal;
	font-size: 14px;
	color: #04c9d7;
	text-decoration: none;
}

a.MiniTOC1:hover
{
	color: #04d6e1;
	text-decoration: underline;
}

div.MCMiniTocBox_0
{
	border: none;
	padding-top: 0px;
}

/******************************************* Drop-down text */

MadCap|expandingHead
{
	font-size: 15px;
	font-weight: 400;
	cursor: hand;
	text-decoration: none;
	color: #204a63;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
}

MadCap|expand	/* Placeholder for having better expand images} */
{
	/*	mc-open-image: url('../images/icons/triangle_down.png');
	mc-closed-image: url('../images/icons/triangle_right.png'); */
}

MadCap|dropDown
{
	mc-open-image: url('../images/icons/triangle_down.png');
	mc-closed-image: url('../images/icons/triangle_right.png');
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}

MadCap|dropDownHead
{
	margin-top: 8px;
	margin-bottom: 8px;
	page-break-after: avoid;
}

MadCap|dropDownHead.menu
{
	/* color: #000000; */
	margin-top: 8px;
	margin-bottom: 8px;
}

MadCap|dropDown.menu
{
	mc-open-image: url('../images/icons/triangle_down.png');
	mc-closed-image: url('../images/icons/triangle_right.png');
	font-size: 13px;
	cursor: hand;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

MadCap|dropDown.menu:link
{
	font-size: 13px;
	cursor: hand;
	text-decoration: none;
	mc-closed-image: none;
	mc-open-image: url('../images/icons/triangle_down.png');
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

MadCap|dropDownHotspot.menu:link
{
	font-size: 13px;
	cursor: hand;
	text-decoration: none;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

MadCap|dropDownHead.menu:link
{
	font-size: 13px;
	font-weight: 400;
	cursor: hand;
	text-decoration: none;
	line-height: 1.8em;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
	color: #04c9d7;
}

MadCap|dropDownHotspot.menu:hover
{
	font-size: 13px;
	cursor: hand;
	background-color: #fff;
	mc-closed-image: none;
	mc-open-image: none;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
	color: #04d6e1;
	text-decoration: none;
}

MadCap|dropDownHotspot.menu:visited
{
	font-size: 13px;
	cursor: hand;
	background-color: #fff;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

MadCap|dropDownBody.menu
{
	font-size: 13px;
	font-weight: 400;
	cursor: hand;
	mc-closed-image: url('../images/icons/triangle_right.png');
	mc-open-image: url('../images/icons/triangle_down.png');
	color: #000;
}

/*******************************************  Links */

MadCap|xref
{
	mc-format: '{paratext}';
	color: #0079aa;
	text-decoration: none;
}

MadCap|xref:hover
{
	color: #23677c;
	text-decoration: underline;
}

MadCap|xref.ParaTextOnly
{
	mc-format: '{paratext}';
	color: #0079aa;
	text-decoration: none;
}

a:link
{
	color: #0079aa;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #6e9099;
}

a:hover
{
	color: #23677c;
	text-decoration: underline;
}

a:active
{
	color: #303f9f;
}

/***Page Breaks (These apply to print, but putting them here so they'll always be available from the Flare drop-down menu.) */

.avoid_pagebreak,
.keepWithNext
{
	page-break-after: avoid;
}

.pagebreak
{
	page-break-after: always;
}

/********************************** Table Styles */

table.table_border
{
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cecdcb;
}

table
{
	border-collapse: collapse;
	margin-left: 0px;
	margin-right: auto;
	border-bottom: 1px solid #cecdcb;
	border-top: 1px solid #cecdcb;
}

table.table_border th,
table.table_border td
{
	border: 1px solid #cecdcb;
}

th:last-child,
td:last-child
{
	border-right: 0;
}

th
{
	padding: 8px 5px 8px 5px;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background-color: #04c9d7;
	text-align: left;
}

th p,
thead p
{
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	background-color: #04c9d7;
	text-align: left;
	margin: 0px;
}

thead
{
	background-color: #04c9d7;
}

tr
{
	page-break-inside: avoid;
}

/* In case there's a table row that needs to break across pages.  This class cannot be used with the SW branding table style, because Flare applies a class and strips out any others.*/

.allowBreak
{
	page-break-inside: auto;
}

tr > th
{
	page-break-after: avoid;
}

td
{
	mc-hyphenate: never;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 7pt;
	margin-bottom: 7pt;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	mc-cell-padding: 5pt 5pt 5pt 5pt;
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #cecdcb;
}

td > p,
td > ol,
td > ul,
td > ol > li
{
	margin-top: 0px;
	padding-top: 0px;
}

div.first_table
{
	float: left;
	display: inline-block;
	width: 73%;
}

/***********************Table heading rotation -- works online, but not in PDFs
To make this work, each heading cell with text must contain: 
<th class="rotate">
  <div>
	<span>TEXT_GOES_HERE</span>
  </div>
</th>
*/

th.rotate
{
	color: #666;
	background-color: #fff;
	height: 160px;
	white-space: nowrap;
	direction: rtl;
}

th.rotate > div
{
	transform: translate(-24px, 56px) rotate(45deg);
	width: 36px;
}

th.rotate > div > span
{
	border-bottom: 1px solid #ccc;
	padding: 0px 2px;
}

/********************************* Box Styles */

.info
{
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding: 5px 15px 5px 28px;
	color: #666;
	background-color: #F0F8FA;
	border: 1px solid #d3e8ef;
	background-image: url('../images/icons/icon_info.png');
	overflow: auto;
}

tr:nth-child(even) .info,
tr.TableStyle-SWBrandingTableStyle-Body-Body2 .info
{
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding: 5px 15px 5px 28px;
	color: #666;
	background-color: #fff;
	border: 1px solid #d3e8ef;
	background-image: url('../images/icons/icon_info_flip.png');
	overflow: auto;
}

.nugget
{
	background-repeat: no-repeat;
	background-position: 7px 7px;
	padding: 5px 15px 5px 30px;
	background-color: #fff3ce;
	border: 1px solid #D1BC6B;
	background-image: url('../images/icons/icon_hint.png');
	overflow: auto;
}

.check
{
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px 15px 5px 30px;
	background-color: #d3f0cc;
	border: 1px solid #00D15D;
	background-image: url('../images/icons/icon_check.png');
	overflow: auto;
}

.warning
{
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px 15px 5px 30px;
	background-color: #FFF3CC;
	border: 1px solid #FEC405;
	background-image: url('../images/icons/icon_warn.png');
	overflow: auto;
}

.error
{
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px 15px 5px 30px;
	background-color: #F5E6DF;
	border: 1px solid #DA3838;
	background-image: url('../images/icons/icon_error.png');
}

/*This prevents extra space at the top of a box that contains a list. */

.info ul,
.nugget ul,
.check ul,
.warning ul,
.error ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/*This prevents extra space at the top of a box in a div that contains a paragraph. */

div.info > p,
div.nugget > p,
div.check > p,
div.warning > p,
div.error > p
{
	margin-top: 0px;
}

/*preventing page breaks within a box that contains multiple paragraphs, and adding space around */

div.info,
div.nugget,
div.check,
div.warning,
div.error
{
	page-break-inside: avoid;
	margin-top: 8px;
	margin-bottom: 8px;
}

/*******************************  	 Breadcrumbs */

a.MCBreadcrumbsLink
{
	font-style: italic;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	margin-top: 5px;
	font-size: .8em;
	font-style: italic;
	mc-breadcrumbs-prefix: '';
}

tab-bar-section
{
	margin: auto;
}

/****************************************************** Quick Start */

div.topright_vid
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.top
{
	float: left;
}

img.map
{
	height: auto;
	min-width: 2in;
	clear: right;
	position: relative;
}

p
{
	clear: left;
}

MadCap|tocProxy
{
	orphans: 3;
	widows: 3;
}

MadCap|dropDown:link
{
	color: #000000;
}

h5
{
	mc-heading-level: 0;
}

h6
{
	mc-heading-level: 0;
}

/***************** Print Styles   *********************/

@media print
{
	MadCap|xref
	{
		mc-format: '{paratext}';
		color: #0079aa;
		text-decoration: underline;
	}

	MadCap|xref.ParaTextOnly
	{
		mc-format: '{paratext}';
		color: #0079aa;
		text-decoration: underline;
	}

	a:link
	{
		text-decoration: underline;
	}

	/**************Print headings **/

	h1
	{
		font-size: 32px;
		padding-top: 1.5em;
		margin-top: initial;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-family: roboto;
	}

	h2
	{
		color: #292929;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-size: 26px;
		/*	text-transform: uppercase; */
	}

	h3
	{
		color: #444;
		font-size: 22px;
		font-weight: normal;
		page-break-inside: avoid;
		page-break-after: avoid;
		mc-heading-level: 0;
	}

	h4
	{
		color: #444;
		font-size: 18px;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
	}

	h5
	{
		color: #444;
		font-size: 14px;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
	}

	h6
	{
		color: #666;
		font-size: 13px;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
	}

	h7
	{
		font-size: 12px;
		color: #a1a1a1;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
	}

	h8
	{
		font-size: 12px;
		color: #ccc;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
	}

	MadCap|dropDownHotspot
	{
		color: #000000;
		font-size: 13pt;
		font-style: normal;
		font-weight: bold;
		margin-top: 1.5em;
	}

	/**************Avoiding page breaks before images**/

	img
	{
		page-break-before: avoid;
		max-height: auto;
		max-width: 6.5in;
	}

	ol p img,
	ul p img
	{
		page-break-before: avoid;
	}

	/**************Page breaks in paragraphs and list items **/

	p,
	td
	{
		orphans: 3;
		widows: 3;
	}

	ol ul,
	ol,
	ul
	{
		page-break-before: avoid;
	}

	li
	{
		orphans: 3;
		widows: 3;
	}

	img.ignore
	{
		max-width: auto;
	}

	li:first-child	/*This doesn't work. Leaving it in just in case Flare adds support.*/
	{
		page-break-before: avoid;
	}

	MadCap|tocProxy
	{
		border-top-width: 0px;
		border-top-color: #000000;
	}

	MadCap|variable.TOCheader
	{
		color: #005496;
		display: block;
	}

	p.TOC1
	{
		mc-leader-format: 'dot';
	}

	p.TOC2
	{
		mc-leader-format: 'dot';
	}

	p.TOC4
	{
		mc-leader-format: 'dot';
	}

	nav.tab-bar,
	div.sideContent,
	.noprint
	{
		display: none;
	}

	.changebar
	{
		border-style: solid;
		border-right: 25px #bd0026;
	}

	div.first_table
	{
		float: none;
		display: inline-block;
		width: 100%;
	}

	MadCap|dropDownHead
	{
		font-weight: bold;
		font-style: normal;
	}

	MadCap|breadcrumbsProxy
	{
		mc-breadcrumbs-prefix: ' ';
	}

	/**************Styles for minitocs generated using MiniTOC proxy*************/

	MadCap|miniTocProxy.BulletProxy
	{
		border-top: none;
		padding-top: 0px;
		mc-toc-depth: 1;
	}

	p.MiniTOC1_0
	{
		display: list-item;
		margin-top: 4px;
		margin-bottom: 4px;
		margin-left: 20px;
		list-style-type: disc;
	}

	a.MiniTOC1:link
	{
		font-weight: normal;
		font-size: 14px;
		color: #04c9d7;
		text-decoration: none;
	}

	a.MiniTOC1:hover
	{
		color: #04d6e1;
		text-decoration: underline;
	}

	div.MCMiniTocBox_0
	{
		border: none;
		padding-top: 0px;
	}
}

/* Obsolete classes*/
/* ButtonMenuNote is deprecated */

.ButtonMenuNote
{
	font-weight: normal;
	page-break-after: avoid;
}

/* IfStatement is deprecated and doesn't do anything. Commenting this out.  

.IfStatement
{
	font-weight: normal;
} */

p.TaskIntro
{
	font-weight: normal;
	page-break-after: avoid;
}

/***************  MindTouch Style ***************/

.comment
{
	background-color: #e8fffb;
	border: 1px dashed black;
}

