/*<meta />*/

/*Last updated: September 18, 2020 */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

html
{
	height: 100%;
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	color: #444;
}

/****************************** DIV CONTAINER */

div.sideContent
{
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #eeeeee;
	width: 25%;
	font-family: 'Roboto', sans-serif;
}

@media only screen
{
	div.sideContentBackground	/*Adds a gray background and blue right margin */
	{
		position: absolute;
		z-index: -1;
		padding-right: 0px;
		margin-right: 0px;
		margin-left: 0px;
		background-color: #eeeeee;
		width: 25%;
		max-width: 320px;
		height: 90%;
		border-right: 8px solid #04c9d7;
	}
}

/*Removes the side menu area for mobile, when there's no side menu */

@media only screen and (max-width: 768px)
{
	div.sideContentBackground
	{
		display: none;
		width: 0px;
		max-width: 0px;
	}
}

@media only screen and (max-width: 768px)
{
	div.sideContent
	{
		width: 0px;
		max-width: 0px;
	}
}

div.MCBreadcrumbsBox_0	/*reduces space above and below the breadcrumbs */
{
	margin-top: -6px !important;
	margin-bottom: 0px !important;
}

div.TopicInnards
{
	float: left;
	width: 70%;
	padding-left: 36px;
}

div.TopicContent
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

div.contentBody
{
	clear: both;
	overflow: auto;
	height: 100%;
}

/*header area that spans the window*/

nav.title-bar
{
	background-image: url('../images/menu-bar.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}

@media only screen and (max-width: 992px)
{
	nav.title-bar
	{
		background-image: none;
	}
}

/* top menu */

li.has-children
{
	text-transform: uppercase;
}

ul.sub-menu > li
{
	text-transform: none;
}

/* Side menu #sidecontent */

ul.menu._Skins_SideMenu li:first-child
{
	text-transform: none;
}

ul.menu._Skins_SideMenu > li
{
	text-transform: none !important;
	font-family: 'Roboto', sans-serif;
}

/******************************************* front matter/About */

p.frontmatter_h1
{
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 12px;
	color: #04c9d7;
	widows: 3;
	orphans: 3;
	mc-hyphenate: never;
	page-break-after: avoid;
}

p.frontmatter_h2
{
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #444;
	margin-top: 26px;
	margin-bottom: 12px;
	mc-hyphenate: never;
	page-break-after: avoid;
}

/************************************ text */

h1	/* mirror changes in p.frontmatter_h1 */
{
	font-weight: 500;
	font-size: 36px;
	line-height: 40px;
	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;
}

h2	/*mirror changes in p.frontmatter_h2 */
{
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #444;
	margin-top: 26px;
	margin-bottom: 12px;
	mc-hyphenate: never;
	page-break-after: avoid;
}

h3
{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #444;
	margin-top: 24px;
	margin-bottom: 12px;
	mc-hyphenate: never;
	padding-bottom: 0;
	margin-bottom: 0;
	page-break-after: avoid;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #444;
	margin-top: 18px;
	margin-bottom: 12px;
	padding-bottom: 0;
	mc-heading-level: 4;
	page-break-after: avoid;
}

p
{
	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;
}

pre
{
	background-color: #F6F6F6;
	border: 1px solid #696969;
	padding: 10px;
	overflow: auto;
	mc-hyphenate: never;
	font-family: "Courier New", monospace;
	font-size: 15px;
}

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;
}

/****************Image classes used in the ARM documentation */

img.resize
{
	max-width: 100%;
}

img.resize_with_borders
{
	max-width: 100%;
	border: 1px solid #222;
	box-sizing: border-box;
}

.image_caption
{
	margin-top: -15px;
	padding: 8px;
	background: #eeeeee;
	width: 100%;
	box-sizing: border-box;
}

ol div.image_caption ol,
ol ol.image_caption
{
	list-style-type: decimal;
	margin-top: 12px;
	margin-bottom: 12px;
}

/******************************************* 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: 12px;
	margin-bottom: 12px;
}

ol > li > ul
{
	margin-top: 12px;
}

ol > li
{
	margin-top: 12px;
	margin-bottom: 12px;
}

ul > li
{
	margin-top: 4px;
	margin-bottom: 4px;
}

ol ol,
ol ul ol
{
	list-style-type: lower-alpha;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* 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 custom TOCs -- online output************************/

li.level-1	/*This is what the script generates when the heading level can't be found. Leaving in just in case.*/
{
	margin-left: 20px;
	list-style-type: circle;
}

li.level1	/*h3*/
{
	margin-left: 20px;
	list-style-type: circle;
}

li.level2	/*h4*/
{
	margin-left: 40px;
	list-style-type: circle;
}

li.level3	/*h5*/
{
	margin-left: 60px;
	list-style-type: circle;
}

#showMoreLink
{
	list-style-image: url('../images/icons/triangle_right.png');
}

#hideMoreLink
{
	list-style-image: url('../images/icons/triangle_up.png');
}

/**************Styles for minitocs generated using MiniTOC proxy -- online output*************/

p.MiniTOC1_0
{
	display: list-item;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 20px;
	list-style-type: disc;
}

p.MiniTOC2_0
{
	display: list-item;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 40px;
	list-style-type: circle;
}

p.MiniTOC3_0
{
	display: list-item;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 60px;
	list-style-type: circle;
}

a.MiniTOC1:link,
a.MiniTOC2:link,
a.MiniTOC3:link
{
	font-weight: normal;
	font-size: 16px;
	color: #0079aa;
	text-decoration: none;
}

a.MiniTOC1:hover,
a.MiniTOC2:hover,
a.MiniTOC3:hover
{
	color: #23677c;
	text-decoration: underline;
}

a.MiniTOC1:visited,
a.MiniTOC2:visited,
a.MiniTOC3:visited
{
	color: #6e9099;
	text-decoration: none;
}

div.MCMiniTocBox_0
{
	border: none;
	padding-top: 0px;
	margin-bottom: 16px;
}

/******************************************* Drop-down text */

li .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
	padding-left: 0px;
}

li .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
	padding-left: 0px;
}

li .MCDropDown_Image_Icon
{
	display: none;
}

/*******************************************  Links */

#TopicInnards a	/*prevents Success Center code from changing the size of link text in headings */
{
	font-size: inherit !important;
}

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;
}

/***Use <span class="nonbreaking"> to prevent line breaks within text */

span.nonbreaking
{
	white-space: nowrap;
}

/********************************** 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;
}

table + table
{
	margin-top: 20px;
}

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;
}

td > p:last-child
{
	margin-bottom: 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: 12px;
	margin-bottom: 12px;
}

/* This prevents extra space at the bottom of a box that contains multiple paragraphs. */

div.info > p:last-child,
div.nugget > p:last-child,
div.check > p:last-child,
div.warning > p:last-child,
div.error > p:last-child
{
	margin-bottom: 0px;
}

/*******************************  	 Breadcrumbs */

a.MCBreadcrumbsLink
{
	font-style: italic;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

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;
}

h5
{
	mc-heading-level: 0;
}

h6
{
	mc-heading-level: 0;
}

/***** Mall Maps *******/

div.mallmap
{
	border: 1px solid #d9d9d9;
	margin-bottom: 12px;
}

div.mallmap p
{
	text-align: center;
	margin-bottom: 1px;
	margin-top: 1px;
	font-weight: bold;
}

div.mallmap p.title
{
	color: #7f8c8d;
	font-weight: normal;
}

div.mallmap span
{
	color: #d9d9d9;
}

div.mallmap span.highlight
{
	color: #f99d1c;
}

/***************** Print Styles   *********************/

@media print
{
	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;
	}

	h2
	{
		color: #292929;
		page-break-inside: avoid;
		page-break-after: avoid;
		font-size: 26px;
	}

	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;
	}

	/**************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;
	}

	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%;
	}

	/**************Styles for minitocs generated using MiniTOC proxy in print. These are probably not used. *************/

	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: 16px;
		color: #0079aa;
		text-decoration: none;
	}

	a.MiniTOC1:hover
	{
		color: #23677c;
		text-decoration: underline;
	}

	a.MiniTOC1:visited
	{
		color: #6e9099;
		text-decoration: none;
	}

	div.MCMiniTocBox_0
	{
		border: none;
		padding-top: 0px;
	}
}

/* Obsolete classes -- do not use in new material.*/

.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;
}

/***************  Tabbed content ***************/

div.tabbed-content
{
	margin: 0 10px 0 40px;
	border: 1px solid #292929;
}

div.tabbed-content .tab-title,
div.tabbed-content div.tab-title
{
	font-weight: bold;
	border-top: 1px solid #666666;
	margin: 0 .3rem;
	padding: .5rem .7rem;
}

div.tabbed-content div.tab-title:first-child,
div.tabbed-content div.tab-title:first-child
{
	border-top: 0px;
}

div.tabbed-content .content-box,
div.tabbed-content div.content-box
{
	border-top: 1px solid #cecdcb;
	margin: 0 .75rem;
	padding: .75rem .25rem;
}

/* adding styles to make the Code Snippets look correct. Mostly copied from a standard HTML5 output */

.codeSnippetBody
{
	padding: 0.25em 0 0em 0;
	clear: both;
	margin: 0;
	font-family: inherit;
	overflow: auto;
	border: none;
	background-color: rgba(0,0,0,0);
	line-height: 20px;
}

.codeSnippetBody span.codeSnippetLineNumbers
{
	text-decoration: inherit;
	float: left;
	margin-top: 0;
	margin-right: 0.5rem;
	padding-right: 1rem;
	text-align: right;
}

.codeSnippetCaption
{
	text-decoration: none;
	page-break-after: avoid;
	page-break-before: avoid;
}

.codeSnippetCaption p
{
	line-height: 1rem !important;
	margin: 0;
	font-size: 14px !important;
	font-weight: bold;
}

.codeSnippetCopyButton
{
	float: right;
	padding-right: 0em;
	cursor: pointer;
	border: none;
	page-break-after: avoid;
	page-break-before: avoid;
	font-size: 14px !important;
	right: 0;
}

.height-container:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

div.codeSnippet[style="caption-side: bottom;"]
{
	overflow: auto;
}

div.codeSnippet[style="caption-side: bottom;"] .codeSnippetCaption
{
	padding-bottom: 1em;
}

.content-box > div.codeSnippet:first-child
{
	margin-top: -8px !important;
}

.content-box > div.codeSnippet[style="caption-side: top;"]:first-child
{
	margin-top: 0px !important;
}

.codeSnippetBody > pre,
.codeSnippetBody span.codeSnippetLineNumbers,
.codeSnippetBody > pre > code
{
	font-family: "Courier New", monospace;
	line-height: 20px;
}

/* adding styles to make the Code Snippets look correct. Code is output as a table, not like a standard pre tag */

a.anchor_ao,
a.anchor_ao:hover
{
	color: inherit !important;
	font-weight: inherit !important;
	text-decoration: inherit !important;
	cursor: inherit !important;
}

