/*<meta conditions="Primary.FromGlobal" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* @import url('https://fonts.googleapis.com/css?family=Rubik'); */

:root
{
	--cadmatic-orange: #e57200;
	--cadmatic-hyperlink: #2d8dcc;
}

body
{
	color: #000000;
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	mc-hyphenate: never;
	font-size: 1em;
}

/* MADCAP STYLES */

MadCap|xref
{
	color: var(--cadmatic-hyperlink);
	font-weight: normal;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: var(--cadmatic-orange);
}

MadCap|dropDown	/* Replaces default drop-down icons with CADMATIC icons */
{
	mc-closed-image: url('../Images/CADMATIC_Doc/CADMATIC_Dropdown_Closed.png');
	mc-open-image: url('../Images/CADMATIC_Doc/CADMATIC_Dropdown_Open.png');
}

MadCap|dropDownBody	/* Adds a dashed separator line below drop-downs */
{
	border-bottom-color: var(--cadmatic-orange);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

MadCap|dropDown.FAQ	/* Creates the FAQ drop-down style. When set to the drop-down, hotspot and body are formatted automatically. */
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

.MCDropDownHotSpot_FAQ	/* Sets the style of FAQ questions */
{
	color: #000000;
	font-weight: bold;
}

.dropDownFAQ .MCDropDownBody	/* Sets the style of FAQ answers (placeholder) */
{
	
}

/* Enable this style to be able to create drop-downs that have no icon:

 MadCap|dropDown.NoImg
{
    mc-closed-image: none;
    mc-open-image: none;
}
*/

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-count: 10;
	mc-breadcrumbs-prefix: 'You are here:  ';
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	border-bottom-color: #d3d3d3;
	margin-bottom: 1.3em;
}

MadCap|MCBreadcrumbsBox_0
{
	height: 2em;
}

a.MCBreadcrumbsLink
{
	font-style: normal;
	color: var(--cadmatic-hyperlink);
}

a.MCBreadcrumbsLink:visited
{
	color: var(--cadmatic-hyperlink);
}

a.MCBreadcrumbsLink:hover
{
	color: var(--cadmatic-orange);
}

MadCap|indexProxy
{
	mc-output-support: all;
}

MadCap|miniTocProxy
{
	mc-toc-depth: 1;
}

/* HEADINGS */

h1
{
	color: var(--cadmatic-orange);
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	font-size: 2.2em;
}

h2
{
	color: var(--cadmatic-orange);
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	mc-heading-level: 2;
	font-size: 1.8em;
}

h3
{
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	mc-heading-level: 3;
	color: var(--cadmatic-orange);
	font-size: 1.4em;
}

h4
{
	color: var(--cadmatic-orange);
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	mc-heading-level: 0;
}

h5
{
	color: var(--cadmatic-orange);
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	mc-heading-level: 0;
}

h6
{
	color: var(--cadmatic-orange);
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 4px;
	clear: both;
	mc-heading-level: 0;
}

h1.homepage
{
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	color: #014282;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}

h2.homepage
{
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: var(--cadmatic-orange);
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}

h3.homepage
{
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: #014282;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}

/* PARAGRAPHS */

p
{
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.code,
pre
{
	font-family: monospace;
	font-size: 0.9em;
	padding-bottom: 0em;
	margin-bottom: 1em;
	margin-left: 25pt;
	line-height: 1em;
}

p.Copyright
{
	text-align: left;
	color: #888888;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	font-size: 0.9em;
}

p.footer
{
	font-size: 0.9em;
}

p.AsteriskNote
{
	font-size: 0.7em;
}

p.homepage
{
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

p.indent
{
	margin-top: 1.12em;
	margin-bottom: 1.12em;
	margin-left: 40px;
}

/* Manually created one-row mini-TOC style */

p.miniTOC
{
	background-color: #caecf5;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 8px;
	margin-top: 8px;
}

/* Styles for automatically created mini-TOCs */

p.miniTOC1
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.miniTOC2
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.miniTOC3
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.miniTOC4
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.miniTOC5
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.miniTOC6
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

p.IndexHeading
{
	font-family: 'Calibri Light', Avenir, Myriad, Arial, sans-serif;
	font-size: 1em;
	padding-top: 16px;
	text-align: left;
}

p.Index1
{
	font-family: inherit;
	font-size: 1em;
	color: #000000;
}

p.Index2
{
	font-family: inherit;
	font-size: 0.9em;
	color: #000000;
}

p.highlight
{
	background-color: #fbe4d5;
	margin-top: 8px;
	margin-bottom: 8px;
}

p.note
{
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: inherit;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 44px;
	text-indent: -42px;
	mc-auto-number-format: '{b}Note: {/b}';
}

p.important
{
	border-top-color: var(--cadmatic-orange);
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: var(--cadmatic-orange);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: inherit;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 80px;
	text-indent: -78px;
	mc-auto-number-format: '{b}{color #e57200}Important: {/color}{/b}';
}

p.tip
{
	border-top-color: #339933;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #339933;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: inherit;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 30px;
	text-indent: -28px;
	mc-auto-number-format: '{b}{color #339933}Tip: {/color}{/b}';
}

p.subhead
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

p.subhead ~ p	/* Using a sibling selector to reduce space between paragraphs after a subheading. */
{
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

/* LISTS */

ol,
ul
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li,
li p	/* Same style for list items with or without paragraph tag */
{
	font-variant: normal;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 3px;
	margin-bottom: 3px;
	orphans: 2;
	widows: 2;
}

ul > li
{
	list-style-type: disc;
}

ul ul > li	/* Using child selectors to create styles for hierarchical lists */
{
	list-style-type: circle;
}

ul ul ul > li
{
	list-style-type: square;
}

ol > li
{
	list-style-type: decimal;
}

ol ol > li
{
	list-style-type: lower-alpha;
}

ol ol ol > li
{
	list-style-type: lower-roman;
}

/* STYLES FOR CADMATIC_Mini_TOC MENU SKIN */
/* Lists the H2 headings in the current HTML5 topic. */
/* To use this in a topic, insert the MiniTOC_Inline.flsnp snippet to the topic. */

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component	/* Layout of the mini-TOC section */
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	border-left-style: dotted;
	border-left-color: var(--cadmatic-orange);
	width: max-content;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component li > a	/* Hides the H1 heading in the mini-TOC */
{
	display: none;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component ul > li > a	/* Shows the H2 headings in the mini-TOC */
{
	display: block;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component ul > li > a:link	/* Normal link style of the mini-TOC */
{
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

p.conceptItem_concept_0 > a:link
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

p.referenceItem_reference_0 > a:link
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

p.taskItem_task_0 > a:link
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component ul > li > a:visited	/* Visited link style of the mini-TOC */
{
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

p.conceptItem_concept_0 > a:visited
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

p.referenceItem_reference_0 > a:visited
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

p.taskItem_task_0 > a:visited
{
	color: var(--cadmatic-hyperlink);
	text-decoration: none;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component ul > li > a:hover	/* Hover link style of the mini-TOC */
{
	color: var(--cadmatic-orange);
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

p.conceptItem_concept_0 > a:hover
{
	color: var(--cadmatic-orange);
	text-decoration: none;
}

p.referenceItem_reference_0 > a:hover
{
	color: var(--cadmatic-orange);
	text-decoration: none;
}

p.taskItem_task_0 > a:hover
{
	color: var(--cadmatic-orange);
	text-decoration: none;
}

ul.menu._Skins_CADMATIC_Mini_TOC.mc-component ul > li > a.selected:hover	/* Selected link style of the mini-TOC */
{
	color: var(--cadmatic-orange);
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

/* STYLES FOR STANDARD MINI-TOC PROXY */

a.MiniTOC1:link	/* Normal link style of Mini-TOC proxy */
{
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

a.MiniTOC1:visited	/* Visited link style of Mini-TOC proxy */
{
	color: #000000;
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

a.MiniTOC1:hover	/* Hover link style of Mini-TOC proxy */
{
	color: var(--cadmatic-orange);
	font-weight: bold;
	background-color: transparent;
	line-height: 1.5em;
}

/* HYPERLINKS */

a:link,
a:visited
{
	color: var(--cadmatic-hyperlink);
	text-decoration: underline;
}

a:hover,
a.selected
{
	color: var(--cadmatic-orange);
	text-decoration: underline;
}

/* SPAN STYLES */

span.caption	/* Use for image captions */
{
	font-weight: normal;
	font-style: normal;
	color: var(--cadmatic-orange);
	font-size: 1em;
}

span.Command	/* Use for command lines */
{
	font-weight: bold;
}

span.UIElement	/* Use for all UI elements (dialog names, field names, buttons, options in menus etc.) and also paths consisting of UI elements (Home > Sets > Move) */
{
	font-weight: bold;
}

span.FilePath	/* Use for files, folders and file paths */
{
	font-style: italic;
}

span.DocumentName	/* Use when referring to document names etc. */
{
	font-style: italic;
}

span.ChapterName
{
	quotes: '\201c' '\201d';
}

span.ChapterName:before
{
	content: open-quote;
}

span.ChapterName:after
{
	content: close-quote;
}

span.NoTranslate	/* Prevents browser's translation tools from translating the content */
{
	class: notranslate;
}

span.SearchHighlight	/* The color for highlighting search results */
{
	background-color: #ffff00;
}

span.API-GET	/* The style for highlighting GET methods in API documentation. There's a separate definition for print. */
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: #ffffff;
	font-weight: bold;
	background-color: #61affe;
	border-color: #61affe;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

span.API-POST	/* The style for highlighting POST methods in API documentation. There's a separate definition for print. */
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: #ffffff;
	font-weight: bold;
	background-color: #49cc90;
	border-color: #49cc90;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

span.API-PUT	/* The style for highlighting PUT methods in API documentation. There's a separate definition for print. */
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: #ffffff;
	font-weight: bold;
	background-color: var(--cadmatic-orange);
	border-color: var(--cadmatic-orange);
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

span.API-DELETE	/* The style for highlighting DELETE methods in API documentation. There's a separate definition for print. */
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: #ffffff;
	font-weight: bold;
	background-color: #f93e3e;
	border-color: #f93e3e;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

span.API-DEPRECATED	/* The style for highlighting DEPRECATED endpoints in API documentation. There's a separate definition for print. */
{
	padding-top: 2pt;
	padding-bottom: 2pt;
	padding-left: 5pt;
	padding-right: 5pt;
	color: #ffffff;
	text-decoration: line-through;
	font-weight: bold;
	background-color: #898D97;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
}

span.API-PARAMETER	/* The color for indicating parameters in API documentation. */
{
	color: var(--cadmatic-orange);
}

span.code
{
	font-family: monospace;
	font-size: 0.9em;
}

div.body-container	/* Adds white space to the bottom of the page. */
{
	margin-bottom: 1em;
}

div.button-group-container-left	/* Shifts toolbar buttons upward. */
{
	margin-top: -0.5em;
}

div.button-separator	/* Aligns the toolbar button separator vertically. */
{
	margin-top: 0.4em;
}

div.MCMiniTocBox_0	/* Formats the horizontal line above the mini-TOC proxy. */
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: var(--cadmatic-orange);
	margin-top: 2em;
	padding-top: 1em;
	padding-left: 1.5em;
}

/* VARIABLE STYLES */
/* The Prerequisites, Related topics, Results, and StepListIntro variables are automatically added the p.subhead style */

span.mc-variable.General\00002ESubheadPrerequisites
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General\00002ESubheadRelatedTopics
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General\00002ESubheadResults
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General\00002EStepListIntro
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General_FI\00002ESubheadPrerequisites
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General_FI\00002ESubheadRelatedTopics
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General_FI\00002ESubheadResults
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

span.mc-variable.General_FI\00002EStepListIntro
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

/* PLANT/OUTFITTING SCRIPTING MANUAL STYLES */

div.code
{
	background-color: #dddddd;
	padding: 15px;
}

div.code > span.code > p
{
	font-family: courier new;
	font-size: 0.9em;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 110%;
}

div.code > span.code > p.IndentCode
{
	font-family: courier new;
	font-size: 0.9em;
	text-indent: 3em;
	text-align: left;
}

div.code > span.code > span.code > p.IndentCode
{
	font-family: courier new;
	font-size: 0.9em;
	text-indent: 6em;
	text-align: left;
}

div.code > span.code > span.code > span.code > p.IndentCode
{
	font-family: courier new;
	font-size: 0.9em;
	text-indent: 9em;
	text-align: left;
}

span.function
{
	font-weight: bold;
}

/* MISC STYLES */

.caption
{
	font-weight: bold;
	text-align: left;
	font-size: 1em;
}

cite
{
	font-size: inherit;
	font-style: italic;
	font-weight: normal;
	display: inline;
}

img
{
	border: none;
	max-width: 100%;
	height: auto;
}

img.buttonSmall	/* Sets the size for button and icon images in text */
{
	max-width: 20px;
}

img.buttonTables	/* Sets the size for button and icon images in tables */
{
	max-width: 30px;
	margin-bottom: -1px;
}

.term
{
	font-weight: normal;
	font-style: italic;
}

.search-bar .search-field	/* Padding for the search bar in HTML5 */
{
	padding-left: 25px;
	padding-right: 100px;
}

/* TABLES */

Table.parameterTable	/* For CADMATIC Script Help */
{
	background-color: #f5f5f5;
	border-collapse: collapse;
	border-spacing-x: 0;
	border-spacing-y: 0;
	cell-padding-left: 4px;
	cell-padding-right: 4px;
	cell-padding-top: 2px;
	cell-padding-bottom: 2px;
}

Table.parameterTable td	/* For CADMATIC Script Help */
{
	background-color: #f5f5f5;
	border-style: solid;
	border-width: 1px;
	border-color: #a9a9a9;
	text-align: left;
	vertical-align: top;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* RESPONSIVE DIV TABLES */

div.TableTwoColumns	/*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.TableTwoColumns::before
{
	content: ' ';
	display: table;
}

div.TableTwoColumns::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TableTwoColumns > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.TableTwoColumns > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.TableTwoColumns > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

/* RELATIONSHIP TABLES */

MadCap|relationshipsProxy
{
	border-top-color: var(--cadmatic-orange);
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 20px;
	padding-left: 0px;
	padding-top: 0px;
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'Function Set';
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'Related Functions';
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

MadCap|relationshipsHeading.task
{
	mc-label: 'Related Tasks';
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 1.2em;
	margin-bottom: 0em;
}

/* Styles for the items in a related concepts/tasks/references list. */

p.conceptItem_concept_0,
p.referenceItem_reference_0,
p.taskItem_task_0
{
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0.2em;
	padding-bottom: 0em;
}

@media print
{
	/* MADCAP STYLES in PRINT */

	MadCap|dropDownHotspot
	{
		color: #000000;
	}

	MadCap|dropDownBody
	{
		border: 0;
	}

	MadCap|dropDown.FAQ	/* Adds more space before and after FAQ entries in print */
	{
		margin-top: 1em;
		margin-bottom: 1.5em;
	}

	MadCap|dropDown.FAQ dropDownHotspot	/* Adds bolding and auto-numbering (Q1 etc.) to FAQ questions in print */
	{
		font-weight: bold;
		mc-auto-number-format: '{b}Q{n+}: {/b}';
	}

	MadCap|glossaryProxy
	{
		border: none;
	}

	MadCap|indexProxy
	{
		border: none;
	}

	MadCap|tocProxy
	{
		border: none;
		padding-top: 0em;
		padding-bottom: 0em;
	}

	MadCap|miniTocProxy
	{
		border: none;
		mc-toc-depth: 2;
		padding-top: 0em;
		padding-bottom: 0em;
	}

	div.DoNotPrint
	{
		display: none;
	}

	div.GlossaryPageDefinition
	{
		font-size: 0.9em;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: var(--cadmatic-orange);
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: var(--cadmatic-orange);
		font-size: 1em;
	}

	div.GlossaryPageTerm
	{
		color: var(--cadmatic-orange);
		font-size: 0.9em;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	/* HEADINGS in PRINT */

	h1.contents	/* Used for the 'Contents' heading. Neither displayed in the TOC nor autonumbered. */
	{
		color: #014282;
		font-weight: normal;
		margin-bottom: 0px;
		border-bottom-style: none;
		mc-heading-level: 0;
		mc-auto-number-format: 'SH:{ =0}';
		page-break-before: always;
	}

	h1	/* Orange line below h1 has been removed; can be added with the following: border-bottom-color: var(--cadmatic-orange); border-bottom-style: solid; border-bottom-width: 1px; */
	{
		color: #014282;
		font-weight: normal;
		font-size: 2em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 10px;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 1;
		mc-auto-number-format: 'GH:{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 32px;
	}

	h1.NoNumber	/* h1 without numbering */
	{
		mc-auto-number-format: 'SH:{ =0}';
	}

	h1.RelNotes	/* Used for the EAC release notes */
	{
		color: #000000;
		font-weight: normal;
		font-size: 2em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 10px;
		page-break-before: avoid;
		page-break-after: avoid;
		border-bottom-color: #e57200;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		mc-heading-level: 1;
		mc-auto-number-format: 'SH:{ =0}';
		mc-multiline-indent: 32px;
	}

	h2
	{
		color: #014282;
		font-weight: normal;
		font-size: 1.8em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 2;
		mc-auto-number-format: 'GH:{n}.{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 50px;
	}

	h2.NoNumber	/* h2 without numbering */
	{
		mc-auto-number-format: 'SH:{ =0}';
	}

	h2.RelNotes	/* Used for the EAC release notes */
	{
		color: #000000;
		font-weight: normal;
		font-size: 1.8em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 2;
		mc-auto-number-format: 'SH:{ =0}';
		mc-multiline-indent: 50px;
	}

	h3
	{
		color: #014282;
		font-weight: normal;
		font-size: 1.6em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 3;
		mc-auto-number-format: 'GH:{n}.{n}.{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 63px;
	}

	h3.NoNumber	/* h3 without numbering */
	{
		mc-auto-number-format: 'SH:{ =0}';
	}

	h3.RelNotes	/* Used for the EAC release notes */
	{
		color: #000000;
		font-weight: normal;
		font-size: 1.6em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-heading-level: 3;
		mc-auto-number-format: 'SH:{ =0}';
		mc-multiline-indent: 63px;
	}

	h4
	{
		color: #014282;
		font-weight: normal;
		font-size: 1.4em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 70px;
		mc-heading-level: 0;
	}

	h5
	{
		color: #014282;
		font-weight: normal;
		font-size: 1.2em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 80px;
		mc-heading-level: 0;
	}

	h6
	{
		color: #014282;
		font-weight: normal;
		font-size: 1em;
		line-height: 1em;
		margin-top: 20px;
		margin-bottom: 4px;
		margin-left: 0;
		margin-right: 0;
		page-break-before: avoid;
		page-break-after: avoid;
		mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n}.{n+}. ';
		mc-auto-number-position: inside-head;
		mc-multiline-indent: 77px;
		mc-heading-level: 0;
	}

	h1.appendix_nonumber	/* Used for the 'Appendix' non-numbered heading. Displayed in the TOC and not autonumbered. */
	{
		font-weight: normal;
		margin-bottom: 0px;
		border-bottom-style: none;
		mc-auto-number-format: 'APPENDIX ';
		page-break-before: always;
	}

	h1.appendix_number	/* Used for the 'Appendix' numbered heading. Displayed in the TOC and autonumbered. */
	{
		font-weight: normal;
		margin-bottom: 0px;
		border-bottom-style: none;
		mc-auto-number-format: 'GH:{n+}. APPENDIX ';
		page-break-before: always;
	}

	/* PARAGRAPHS in PRINT */

	p
	{
		font-size: 1em;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1.4em;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	p.FrameFooterText
	{
		font-size: 1em;
	}

	p.FrameHeaderText
	{
		font-size: 1em;
	}

	p.indent
	{
		margin-left: 40px;
		margin-bottom: 1.12em;
		margin-top: 1.12em;
	}

	p.IndexHeading
	{
		font-size: 1em;
		padding-top: 16px;
		text-align: left;
	}

	p.ManualTitle1
	{
		margin-bottom: 0;
		margin-top: 2.00in;
		font-size: 4em;
		line-height: normal;
		text-align: left;
	}

	p.ManualTitle2
	{
		margin-bottom: 0;
		margin-top: 0;
		text-align: left;
		font-size: 3em;
		line-height: normal;
		vertical-align: bottom;
	}

	p.ManualVersionNumber
	{
		margin-top: 1em;
		color: #5b9bd5;
		text-align: left;
		font-size: 4em;
		vertical-align: bottom;
		margin-left: 5px;
	}

	p.subhead
	{
		page-break-before: avoid;
		page-break-after: avoid;
		letter-spacing: normal;
	}

	p.TOC1
	{
		font-size: 1.1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	p.TOC2
	{
		font-size: 1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0em;
		margin-left: 0.5em;
	}

	p.TOC3
	{
		font-size: 1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0em;
		margin-left: 1em;
	}

	p.TOC4
	{
		font-size: 1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0em;
		margin-left: 1.5em;
	}

	p.TOC5
	{
		font-size: 1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0em;
		margin-left: 2em;
	}

	p.TOC6
	{
		font-size: 1em;
		font-weight: normal;
		margin-top: 0.2em;
		margin-bottom: 0em;
		margin-left: 2.5em;
	}

	/* TABLES in PRINT */

	th
	{
		font-size: 1em;
		text-align: left;
	}

	/* MISC STYLES for PRINT */

	code
	{
		font-size: 0.9em;
	}

	img
	{
		max-width: 100%;
		height: auto;
	}

	span.API-GET	/* The style for highlighting GET methods in API documentation in print. */
	{
		padding: none;
		background-color: inherit;
		border-style: none;
		color: #0080ff;
		font-weight: bold;
		letter-spacing: 1pt;
	}

	span.API-POST	/* The style for highlighting POST methods in API documentation in print. */
	{
		padding: none;
		background-color: inherit;
		border-style: none;
		color: #22b14c;
		font-weight: bold;
		letter-spacing: 1pt;
	}

	span.API-PUT	/* The style for highlighting PUT methods in API documentation in print. */
	{
		padding: none;
		background-color: inherit;
		border-style: none;
		color: var(--cadmatic-orange);
		font-weight: bold;
		letter-spacing: 1pt;
	}

	span.API-DELETE	/* The style for highlighting DELETE methods in API documentation in print. */
	{
		padding: none;
		background-color: inherit;
		border-style: none;
		color: #f93e3e;
		font-weight: bold;
		letter-spacing: 1pt;
	}

	span.API-DEPRECATED	/* The style for highlighting DEPRECATED endpoints in API documentation in print. */
	{
		padding: none;
		background-color: inherit;
		border-style: none;
		color: #898D97;
		text-decoration: line-through;
		font-weight: bold;
		letter-spacing: 1pt;
	}

	.title-bar-container.sticky-container	/* This removes extra top margin when printing from HTML5, a fix suggested by MadCap Support */
	{
		display: none;
	}

	.off-canvas-wrapper-inner .outer-row	/* This forces page width to 100% when printing from HTML5 even though skin is set to use 80% width. */
	{
		max-width: 100%;
	}
}

@media only screen and (max-width: 1023px)
{
	div.TableTwoColumns > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.TableTwoColumns > div:nth-child(2)
	{
		width: 66.66667%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.TableTwoColumns > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.TableTwoColumns > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

