/*<meta />*/

@import url('Toggle.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--ForestBlack: #082029;
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

body
{
	color: var(--ForestBlack);
	font-family: RobotoRegular, Arial, sans-serif;
}

@font-face 
{
	font-family: 'ArchivoBold';
	src: url(../Fonts/Archivo-Bold.ttf);
}

@font-face 
{
	font-family: 'RobotoRegular';
	src: url('../Fonts/RobotoFlex-Regular.ttf');
	font-weight: normal;
}

/* Content */

img
{
	border: solid 1px #000000;
	max-width: 800px;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-size: 24.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

h2
{
	border-radius: 0px;
	padding-left: 4px;
	border-left: solid 0px transparent;
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 20pt;
}

h3
{
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 17pt;
}

h4
{
	font-family: ArchivoBold, Arial, sans-serif;
	font-size: 14pt;
}

h5
{
	font-size: 10.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

h6
{
	font-size: 8.0pt;
	font-family: ArchivoBold, Arial, sans-serif;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*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.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*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.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

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;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--ForestBlack);
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: var(--Brand1);
}

a:visited
{
	color: var(--Brand1);
}

a span.mc-variable[class*='General.']
{
	color: var(--Brand1);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 16pt;
}

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
{
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: #ffffff;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

var
{
	color: var(--ForestBlack);
}

span.mc-variable
{
	color: #082029;
}

th
{
	span: 1;
	separator-style: solid;
	separator-width: 1px;
	separator-color: #dcdcdc;
	name: Header1;
	id: 2;
	background-color: #fef7f7;
	color: #000000;
	padding: 12px;
}

table
{
	border-collapse: collapse;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #f5f5f5;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f5f5f5;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f5f5f5;
	max-id: 4;
	border-spacing-y: 12;
	padding: 5px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

tbody
{
	span: 1;
	separator-style: solid;
	separator-width: 1px;
	separator-color: #dcdcdc;
	name: Body1;
	id: 1;
	background-color: #ffffff;
	cell-padding-left: 3px;
	cell-padding-right: 3px;
	cell-padding-top: 3px;
	cell-padding-bottom: 3px;
	cell-content-style-tag: p;
	cell-content-style-class: table-text;
	vertical-align: top;
	color: #000000;
	size: 0.5px;
}

tbody tr:nth-child(odd)
{
	background-color: #EEEEEE;
}

td
{
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

caption
{
	font-size: 8pt;
}

footer
{
	background: #082029;
	color: #ffffff;
}

div.collapse
{
	background-color: #ffffff;
}

div.expand
{
	background-color: #ffffff;
}

button
{
	
}

MadCap|topicToolbarProxy
{
	color: #387280;
}

code
{
	background: #f3f4f4;
}

MadCap|codeSnippet
{
	
}

MadCap|codeSnippetBody
{
	line-height: 14pt;
}

MadCap|codeSnippetCopyButton
{
	display: none;
}

@media only screen and (max-width: 1282px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	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%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	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
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

p.caption
{
	font-size: 8pt;
	text-align: center;
}

p.stem
{
	font-style: italic;
}

table.floating
{
	border: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
	border-color: #ffffff;
}

div.topic-container
{
	
}

p.syntax
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: # #f0f0f0;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #f0f0f0;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Syntax: ';
	overflow: hidden;
	padding: 15px 60px;
	background: #f0f0f0;
}

p.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FAF1F1;
	background-image: url('../Images/alert.png');
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #E24650;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Warning: ';
	overflow: hidden;
	padding: 15px 60px;
}

p.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #D6E7EA;
	background-image: url('../Images/note.png');
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #006170;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Note: ';
	overflow: hidden;
	padding: 15px 60px;
}

p.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #E4F3F3;
	background-image: url('../Images/checkmark.png');
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #1AC8C6;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Example: ';
	overflow: hidden;
	padding: 15px 60px;
}

p.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #CEE6EB;
	background-image: url('../Images/lightbulb.png');
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border: solid 1px #387280;
	border-radius: 6px;
	line-height: 18px;
	mc-auto-number-format: 'Tip: ';
	overflow: hidden;
	padding: 15px 60px;
}

p.action
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-position: 12px 8px;
	background-repeat: no-repeat;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 15px 60px;
	background-image: url('../Images/double-click.png');
	background-color: #1ac8c6;
	border-bottom-color: #11adc2;
	border-left-color: #11adc2;
	border-right-color: #11adc2;
	border-top-color: #11adc2;
	border: #11adc2;
	mc-auto-number-format: 'Action:  ';
}

img.noBorder
{
	border-bottom-width: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border: solid 0px #000000;
}

/* New/Old UI Picker */

div.uiVersionPickerContainer
{
	position: absolute;
	top: 20px;
	right: 20px;
}

/* For text above version picker*/
/* Not currently used*/

div.uiVersionPickerContainer > p
{
	display: inline-block;
}

select#uiVersionPicker
{
	padding: 5px;
	border-radius: 5px;
}

/* Version Picker */

div.versionPickerContainer
{
	position: absolute;
	top: 20px;
	right: 20px;
}

/* For text above version picker*/
/* Not currently used*/

div.versionPickerContainer > p
{
	display: inline-block;
}

select#versionPicker
{
	padding: 5px;
	border-radius: 5px;
}

/* Heading Links */

.anchor
{
	display: block;
	position: relative;
	top: -80px;
}

.hash-link
{
	line-height: 1;
	margin-left: -20px;
	opacity: 0;
	padding-right: 4px;
	transition: opacity .3s;
}

.hash-link:hover
{
	opacity: 1 !important;
	transition: none;
}

.hash-link .hash-link-icon
{
	vertical-align: middle;
}

img.width-400
{
	border: solid 1px #000000;
	max-width: 400px;
}

.codeSnippetBody > pre > code
{
	background: #ffffff;
}

.title-bar.is-stuck
{
	position: unset !important;
}

[data-sticky-container]
{
	position: sticky !important;
	top: 0 !important;
}

