/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body	/* Styles for the body element */
{
	color: var(--Safe-Black);
	font-family: var(--FontBody);
	max-width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	mc-hyphenate: never;
}

/*==Generic classes==*/

.black
{
	color: var(--Safe-Black);
}

.button_set
{
	margin: 0 auto 0 20%;
	mc-hidden: hidden;
}

.button_set #high,
.button_set #collapse,
.button_set #expand,
.button_set #print
{
	float: left;
	width: 40px;
	padding-right: 3px;
}

.buttons #print
{
	padding-right: 0;
}

.Color1
{
	color: var(--Safe-Orange);
}

.FiftyPercentMaxWidth
{
	max-width: 50%;
	mc-hidden: hidden;
}

.text-muted
{
	text-align: center;
	color: #999999;
	font-family: var(--FontBody);
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}

.sub-menu li
{
	border-bottom: 1px dotted grey;
	padding: 1px 0 1px 0;
}

/*==Identifiers==*/

#high
{
	
}

#collapse
{
	
}

#expand
{
	
}

#print
{
	
}

/*==Header==*/

div.search-container
{
	padding-bottom: 2px;
	padding: 2px;
	border: solid 1px #808080;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 50px;
}

.title-bar-layout a.logo	/*Adds margin to header logo*/
{
	margin: 5px;
	margin-top: 6px;
}

.nav-search
{
	margin-top: 15px;
}

.search-bar
{
	width: 75%;
}

.side_links
{
	margin-left: -15px;
}

.buttons._Skins_TopicToolBar2
{
	float: none;
}

/*==Footer==*/

a.link	/*home-page-footer*/
{
	text-decoration: underline;
}

div#footer
{
	background-color: #dcdcdc;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 0;
}

#footer
{
	color: gray;
	font-size: 15px;
	background-color: lightgray;
	border-radius: 10px;
	padding: 5px;
}

#footer ul
{
	margin-left: 0;
}

div#footer a
{
	font-size: 13px;
}

div#footer li
{
	list-style: none;
	padding-bottom: 0;
}

div#footer li > a
{
	color: #dcdcdc;
	text-decoration: none;
}

/*==Side Navigations==*/

ul.menu._Skins_SideMenu
{
	background-color: #fff;
	/*border-left: 1px solid #f5f5f5;*/
	border-radius: 0 0 5px 5px;
	padding-left: 10px;
}

/*Modifies the design of topic menu bullet*/

ul.menu._Skins_TopicMenu.mc-component
{
	overflow: visible;
}

ul.menu._Skins_TopicMenu.mc-component li > a.selected
{
	position: relative;
}

ul.menu._Skins_TopicMenu.mc-component li > a.selected::before
{
	content: '';
	width: 1em;
	height: 1em;
	background-repeat: no-repeat !important;
	background-position: left center;
	position: absolute;
	top: 10px;
	left: -14.5px;
	background: url('../Images/Elements/circle-orange.svg');
}

/*End*/
/*==Template page classes==*/

div.content
{
	wrapper: inherit;
	padding: 0px;
	padding-right: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 14px;
}

div.t-buttons
{
	margin-left: auto;
}

div.topic-frame	/*Container for topics body and Menu proxy*/
{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

div.main-content	/*Container for the topic content*/
{
	width: 100%;
	overflow: auto;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: flex;
	overflow: visible;
	flex-direction: column;
	min-width: 300px;
	margin-top: 30px;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.versionDropDown	/*Ensures text stays on a single line*/
{
	white-space: nowrap;
}

div.versionLabel	/*Ensures text stays on a single line*/
{
	white-space: nowrap;
}

/*==General Classes==*/

a
{
	font-family: var(--FontBody);
	color: var(--Safe-Link);
}

a:link
{
	color: var(--Safe-Link);
}

a:visited
{
	
}

a:hover
{
	color: var(--Safe-Hover);
}

a.btn
{
	background-position-y: 8px;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 5px;
	font-size: 18px;
	outline: none;
	padding: 10px;
	padding-left: 40px;
	text-align: center;
	transition: all .5s ease;
	overflow: hidden;
	background-image: url('../Images/Elements/UG-White.svg');
	color: var(--White);
	border: solid 1.5px var(--White);
	text-decoration: none;
	background-position-x: 10px;
	white-space: nowrap;
	background-color: var(--Safe-Orange);
}

a.btn:hover
{
	background-color: var(--DarkRed2);
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	font-family: var(--FontBody);
	font-size: 14px;
	color: var(--Safe-Black4);
	text-decoration: none;
}

a.MCBreadcrumbsLink:hover
{
	color: var(--Safe-Orange);
}

a.MiniTOC1:hover
{
	color: var(--Safe-Hover);
}

a.MiniTOC2:hover
{
	color: var(--Safe-Hover);
}

a.MiniTOC3:hover
{
	color: var(--Safe-Hover);
}

blockquote
{
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: none;
	border-left-color: #b3b3b3;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #b3b3b3;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #b3b3b3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding-bottom: 0px;
	padding-top: 12px;
	background-image: none;
	padding-left: 10px;
	padding-right: 10px;
}

blockquote.name
{
	background-image: none;
	border-bottom-color: #b3b3b3;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-bottom: 0;
	padding-bottom: 12px;
	padding-right: 35px;
	padding-top: 8px;
	text-align: right;
}

code
{
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
	mc-hidden: hidden;
	color: var(--CodeColor);
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.TightContent
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

div.related-xformer	/*text box for side menus*/
{
	float: right;
	clear: right;
	margin-left: 15px;
	display: block;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #808000;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808000;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #808000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808000;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: transparent;
	padding-top: 10px;
}

div.Note
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	border-left: solid 6px var(--Safe-Teal7);
	background-color: var(--LightMaya);
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-x: 12px;
	background-position-y: 20px;
	mc-auto-number-format: '{color #2B5075}{b}Note  {/b}{/color}';
}

div.NoteEmpty
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	border-left: solid 6px var(--Safe-Teal7);
	background-color: var(--LightMaya);
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-x: 12px;
	background-position-y: 20px;
}

div.NoteImp
{
	background-color: var(--LightRed);
	background-image: url('../Images/Elements/NoteImp.svg');
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-left: solid 6px var(--Safe-Red7);
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	mc-auto-number-format: '{color #A71509}{b}Important  {/b}{/color}';
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
}

div.NoteImpEmpty
{
	background-color: var(--LightRed);
	background-image: url('../Images/Elements/NoteImp.svg');
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-left: solid 6px var(--Safe-Red7);
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
}

div.NoteTip
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Tip.svg');
	border-left: solid 6px var(--Safe-Orange);
	mc-auto-number-format: '{color #F55215}{b}Tip  {/b}{/color}';
}

div.NoteTipEmpty
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Tip.svg');
	border-left: solid 6px var(--Safe-Orange);
}

div.NoteWrn
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	border-left: solid 6px var(--Safe-Warn7);
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Warn.svg');
	mc-auto-number-format: '{color #D16400}{b}Warning  {/b}{/color}';
}

div.NoteWrnEmpty
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	border-left: solid 6px var(--Safe-Warn7);
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Warn.svg');
}

div.Example
{
	background-position-x: 12px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-y: 0px;
	border-left: solid 6px var(--Safe-Green7);
	background-color: var(--LightGray);
	background-image: url('../Images/Elements/Eg.svg');
	mc-auto-number-format: '{color #006000}{b}Example  {/b}{/color}';
}

div.ExampleEmpty
{
	background-position-x: 12px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-y: 0px;
	border-left: solid 6px var(--Safe-Green7);
	background-color: var(--LightGray);
	background-image: url('../Images/Elements/Eg.svg');
}

h1
{
	margin-bottom: 8px;
	border-bottom: solid 1px #c0c0c0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 15px;
	font-weight: 600;
	margin: 1px;
	padding-bottom: 3px;
	font-family: var(--FontHeading);
	font-size: 32px;
	line-height: 44px;
}

h1.fmx
{
	
}

h1.title
{
	border-bottom: none;
	mc-hyphenate: never;
	font-weight: 700;
	font-size: 37px;
}

h2
{
	overflow: auto;
	font-weight: 400;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 35px;
	font-size: 28px;
	line-height: 40px;
}

h2.overline
{
	border-top: solid 1px #808000;
}

h3
{
	font-weight: 600;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 20px;
	font-size: 21px;
	line-height: 32px;
}

h3.Micro-Content
{
	margin-top: 0;
}

h4
{
	margin-bottom: 0em;
	margin: 1px;
	font-weight: 600;
	font-family: var(--FontHeading);
	margin-top: 10px;
	font-size: 18px;
	line-height: 24px;
}

h5
{
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 10px;
	line-height: 24px;
	font-weight: 600;
	font-size: 16px;
}

h6
{
	font-family: var(--FontHeading);
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	margin: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

html.OtherTopics
{
	mc-master-page: url('../MasterPages/OtherTopics.flmsp');
}

html MadCap|snippetBlock.MaxWidth	/*Use for Feature Operation table snippets*/
{
	max-width: 710px;
}

img
{
	border: none;
	background: transparent;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

img.ReduceButtonSize
{
	max-height: 18px;
	max-width: auto;
}

kbd
{
	background: var(--White);
	border: 1px solid var(--MediumGray);
	display: inline-block;
	margin: 3px;
	padding: 4px 6px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	cursor: default;
	font-size: 0.9em;
}

li
{
	orphans: 2;
	widows: 2;
	padding-bottom: 0.50em;
	font-family: var(--FontBody);
}

li::marker
{
	font-family: var(--FontBody);
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: italic;
	mc-breadcrumbs-divider: ' > ';
	font-family: var(--FontBody);
	font-size: 14px;
	mc-breadcrumbs-count: 4;
	color: var(--Safe-Black4);
	text-decoration: none;
	mc-breadcrumbs-prefix: ' >';
	padding-bottom: 0px;
	margin-bottom: 0px;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-disabled: false;
	mc-closed-image: url('../Images/DropDownClosed-black.png');
	mc-open-image: url('../Images/DropDownOpen-black.png');
	font-family: var(--FontBody);
}

MadCap|dropDownBody
{
	mc-disabled: false;
	border-bottom-color: #0153D1;
	border-bottom: solid 1px #0153d1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
	font-family: var(--FontBody);
	color: #4574b1;
	text-decoration: underline;
	line-height: 24px;
	font-weight: 400;
}

MadCap|dropDownHotspot:hover
{
	font-weight: bold;
	font-family: var(--FontBody);
	color: #0153D1;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|slideshowCaption
{
	
}

MadCap|miniTocProxy	/*This style formats the MiniTOC container. Edit p.MiniTOC styles to change formatting.*/
{
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
}

MadCap|tocProxy
{
	color: var(--DarkGray);
	font-family: var(--FontBody);
}

MadCap|bodyProxy
{
	border-top: solid 1px #808080;
}

MadCap|topicToolbarProxy p.Footnote
{
	margin: 5px;
	mc-auto-number-format: '{n} ';
}

MadCap|topicToolbarProxy
{
	bottom: 50px;
}

MadCap|searchBarProxy
{
	top: 30px;
	bottom: 20px;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
}

MadCap|dropDownHotspot
{
	mc-disabled: false;
	text-decoration: underline;
	font-family: var(--FontBody);
	font-weight: 400;
	line-height: 24px;
	color: var(--Safe-Black);
}

MadCap|dropDownHotspot.dropspot
{
	font-family: var(--FontBody);
	line-height: 28px;
	font-weight: 400;
}

MadCap|codeSnippetBody
{
	color: var(--CodeColor);
	line-height: 15px;
	font-family: var(--FontCode);
}

MadCap|codeSnippet
{
	background: #fffff0;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	font-weight: normal;
	font-family: var(--FontBody);
	color: var(--Safe-Link);
}

MadCap|xref:hover
{
	color: var(--Safe-Hover);
}

MadCap|dropDownHotspot:focus
{
	font-weight: bold;
}

MadCap|menuProxy
{
	padding-bottom: 10px;
}

ol.LowerRoman
{
	list-style-type: lower-roman;
}

ol
{
	list-style-image: none;
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.TableTextCenterDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
	color: var(--Safe-Black);
}

p.Code4
{
	text-align: left;
	margin-left: 48pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 14pt;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	color: var(--CodeColor);
	font-size: 0.90 em;
	font-family: var(--FontCode);
}

p.Code5
{
	text-align: left;
	margin-left: 60pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	line-height: 14pt;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	color: var(--CodeColor);
	font-size: 0.90 em;
	font-family: var(--FontCode);
}

p.NumberedStepsContinued
{
	
}

p.keywords
{
	display: none;
}

p.HowToOpen
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border: solid 1px #808080;
	background-color: #f5f5f5;
	background-position: left center;
	margin-left: 0px;
	padding-left: 80px;
}

p.Note
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	border-left: solid 6px var(--Safe-Teal7);
	background-color: var(--LightMaya);
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-x: 12px;
	background-position-y: 20px;
	mc-auto-number-format: '{color #2B5075}{b}Note  {/b}{/color}';
}

p.NoteExp
{
	background-position-x: 12px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-position-y: 0px;
	border-left: solid 6px var(--Safe-Green7);
	background-color: var(--LightGray);
	background-image: url('../Images/Elements/Eg.svg');
	mc-auto-number-format: '{color #006000}{b}Example  {/b}{/color}';
}

p.NoteImp
{
	background-color: var(--LightRed);
	background-image: url('../Images/Elements/NoteImp.svg');
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-left: solid 6px var(--Safe-Red7);
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	mc-auto-number-format: '{color #A71509}{b}Important  {/b}{/color}';
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
}

p.NoteTip
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Tip.svg');
	border-left: solid 6px var(--Safe-Orange);
	mc-auto-number-format: '{color #F55215}{b}Tip  {/b}{/color}';
}

p.NoteWrn
{
	background-position-x: 12px;
	background-position-y: 20px;
	background-repeat: no-repeat;
	border-radius: 6px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 15px;
	page-break-inside: avoid;
	border-left: solid 6px var(--Safe-Warn7);
	background-color: var(--LightOrange);
	background-image: url('../Images/Elements/Warn.svg');
	mc-auto-number-format: '{color #D16400}{b}Warning  {/b}{/color}';
}

p.TOC1
{
	margin-bottom: 8pt;
	margin-top: 8pt;
}

p.TOC2
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	margin-left: 0px;
	text-indent: 0px;
}

p.TOC3
{
	margin-left: 12pt;
}

p.MiniTOC1
{
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: underline;
	margin-bottom: -30px;
	margin-left: 10px;
	mc-leader-offset: 10pt;
	color: var(--Safe-Link);
}

p.MiniTOC2
{
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: underline;
	margin-bottom: -30px;
	margin-left: 20px;
	color: var(--Safe-Link);
}

p.MiniTOC3
{
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: -30px;
	margin-left: 30px;
	text-decoration: underline;
	color: var(--Safe-Link);
}

p.MasterPageText
{
	font-size: 9pt;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: 20px;
}

p.TableTextDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	font-weight: bold;
	vertical-align: top;
	color: var(--Safe-Black);
}

p.TableTextDarkEmphasis
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
	color: var(--Safe-Black);
}

p.head-linked-white
{
	text-align: center;
	text-decoration: underline;
	font-size: 1.65 em;
	color: var(--White);
}

p.head-linked	/*Home page h2-style headings*/
{
	margin: 0;
	text-decoration: underline;
	text-align: center;
	font-size: 1.25 em;
	line-height: 150%;
	color: var(--Safe-Black);
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: auto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--FontBody);
}

p.Code
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	color: var(--CodeColor);
	font-size: 0.90 em;
	font-family: var(--FontCode);
	font-weight: 400;
}

p.Code1
{
	text-align: left;
	margin-left: 12pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	color: var(--CodeColor);
	font-size: 0.90 em;
	font-family: var(--FontCode);
	font-weight: 400;
}

p.Code2
{
	text-align: left;
	margin-left: 24pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	color: var(--CodeColor);
	font-family: var(--FontCode);
	font-size: 18px;
	font-weight: 400;
}

p.Code3
{
	text-align: left;
	margin-left: 36pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	color: var(--CodeColor);
	font-family: var(--FontCode);
	font-size: 18px;
	font-weight: 400;
}

p.Example
{
	border-bottom: solid 1px #c0c0c0;
	border-top: solid 0px #c0c0c0;
	margin-top: 2pt;
	margin-bottom: 2pt;
	text-indent: 0;
	vertical-align: middle;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding-left: 8px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: var(--CodeColor);
	font-family: var(--FontCode);
	font-weight: 400;
	font-size: 15px;
}

p.NormalIndented
{
	margin-left: 12pt;
}

p.NormalIndented2
{
	margin-left: 27pt;
}

p.NormalIndented3
{
	margin-left: 40pt;
}

p.NormalIndented4
{
	margin-left: 52pt;
}

p.Note-NoText
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: none;
	padding-left: 20px;
	border-left-width: 3px;
	border-right: none;
	border-bottom-width: 0px;
	overflow: auto;
	border: solid 1px #f5f5f5;
	background-color: #f5f5f5;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-left-color: #808000;
	border-radius: 1px;
	border-left: solid 4px #808000;
	color: var(--Safe-Black);
}

p.NumList-1
{
	mc-auto-number-format: '{n=1}.';
	mc-auto-number-position: outside-head;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-auto-number-offset: 0.5in;
	mc-next-class: NumList-1Plus;
	margin-left: 0.5in;
}

p.NumList-1Plus
{
	mc-auto-number-format: '{n+1}.';
	mc-auto-number-position: outside-head;
	margin-left: 0.5in;
	margin-right: 0.5in;
	margin-top: 6pt;
	margin-bottom: 6pt;
	mc-auto-number-offset: 0.5in;
}

p.shaded_box
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-bottom-color: #808080;
	padding-left: 10px;
	background-color: #f5f5f5;
	overflow: auto;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: none 1px transparent;
	border-bottom-left-radius: 1;
	border-bottom-right-radius: 1;
	border-radius: 1;
	color: var(--Safe-Black);
}

p.shaded_box_indent
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-bottom-color: #808080;
	background-color: #f5f5f5;
	overflow: auto;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: none 1px transparent;
	border-bottom-left-radius: 1;
	border-bottom-right-radius: 1;
	border-radius: 1;
	color: #696969;
	left: 0px;
	padding-left: 10px;
	margin-left: 50px;
	margin-top: 2px;
}

p.SmallParaBreak	/*Small paragraph spacer between snippets*/
{
	font-size: 5pt;
	margin-bottom: 3px;
	margin-top: 0px;
}

p.snippet_begin
{
	color: #094600;
	line-height: normal;
	text-align: left;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
	border-left-style: None;
	border-left-width: 0px;
	border-left-color: #005b04;
	border-right-style: None;
	border-right-width: 0px;
	border-right-color: #005b04;
	border-top-style: none;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin-right: 2pt;
	padding-left: 1pt;
	padding-right: 1pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #ffffe0;
	font-family: var(--FontBody);
	border-top-color: var(--Safe-Black);
}

p.snippet_end
{
	color: #094600;
	line-height: normal;
	text-align: left;
	border-top: solid 1px #000000;
	border-bottom: solid 0px #000000;
	border-left-style: None;
	border-left-width: 0px;
	border-left-color: #005b04;
	border-right-style: None;
	border-right-width: 0px;
	border-right-color: #005b04;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	margin-right: 2pt;
	padding-left: 1pt;
	padding-right: 1pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #e0ffff;
}

p.Subheading
{
	padding-top: 6px;
	font-size: 21px;
	line-height: 32px;
	font-weight: 700;
	font-family: var(--FontHeading);
	color: var(--Safe-Black);
}

p.SubheadingColor
{
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 2px;
	color: #32567a;
	padding-left: 0;
	font-weight: 700;
	font-family: var(--FontHeading);
}

p.Table_Head
{
	font-weight: 700;
}

p.Table-Row	/*Less padding above/below in cells*/
{
	margin-bottom: 2px;
	margin-top: 2px;
	vertical-align: top;
	margin: 1px;
	font-family: var(--FontBody);
}

p.tip
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-left-color: #808080;
	border-right-color: #808080;
	border-top-color: #808080;
	border-bottom-color: #808080;
	border: solid 1px #808080;
	mc-auto-number-format: '{b}Tip: {/b}';
	padding-left: 10px;
	background-image: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: auto;
	background-color: #f5f5f5;
	color: var(--Safe-Black);
}

p.UnlinkedTopics
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	text-indent: 1px;
	top: 0px;
	margin-left: 0pt;
	display: none;
	font-family: var(--FontBody);
	font-size: 18px;
	color: var(--Safe-Black);
}

pre
{
	margin-top: 1pt;
	font-size: 9pt;
	margin-bottom: 3pt;
	padding-bottom: 2pt;
	color: var(--CodeColor);
	font-family: var(--FontCode);
}

pre.Indent1
{
	font-size: 9pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 12pt;
}

pre.Indent2
{
	font-size: 9pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 25pt;
}

pre.Indent3
{
	font-size: 9pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 40pt;
}

pre.larger_font
{
	margin-top: 1pt;
	margin-bottom: 3pt;
	padding-bottom: 2pt;
	font-size: 18px;
	color: var(--CodeColor);
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

span.footer_title
{
	
}

span.SearchHighlight
{
	background-color: #ffffe0;
}

span.Bold
{
	font-weight: bold;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.BoldItalicLarge
{
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
}

span.Code
{
	color: var(--CodeColor);
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
}

span.ColumnHeading
{
	font-weight: normal;
	font-style: italic;
}

span.Emphasis
{
	font-weight: bold;
}

span.Exp
{
	font-weight: bold;
	color: var(--Safe-Green7);
}

span.Imp
{
	font-weight: bold;
	color: var(--Safe-Red7);
}

span.Note
{
	font-weight: bold;
	color: var(--Safe-Teal7);
}

span.Tip
{
	font-weight: bold;
	color: var(--Safe-Orange);
}

span.Wrn
{
	font-weight: bold;
	color: var(--Safe-Warn7);
}

span.H2-size	/*Text that is the same size as h2*/
{
	font-size: 32px;
	font-family: var(--FontBody);
	color: var(--Safe-Black);
}

span.Italics
{
	font-weight: normal;
	font-style: italic;
}

span.PortName
{
	font-weight: bold;
	font-style: italic;
}

span.TransformerSummary
{
	
}

td
{
	margin: 8px;
	vertical-align: top;
	font-family: var(--FontBody);
}

th
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: var(--FontBody);
	color: var(--White);
}

thead th a,
thead th a:visited,
thead th a:hover,
thead th a:focus
{
	color: var(--White);
}

tr
{
	font-family: var(--FontBody);
}

ul
{
	margin-left: 2.1em;
	padding: 0;
	font-family: var(--FontBody);
}

ul.FirstLevelLessIndentation
{
	
}

ul.SecondLevel
{
	padding: 2.5em;
	list-style-image: none;
	padding-top: 0em;
	padding-bottom: 0.15em;
}

ul.List-bullets	/*No indent*/
{
	list-style-type: disc;
	list-style-image: none;
}

ul.List-bullets > li::marker
{
	content: '•';
}

p.OtherVersion
{
	font-size: 15px;
	line-height: 19px;
}

@media only screen and (max-width: 1279px)
{
	.search-bar
	{
		width: 100%;
	}

	div.content
	{
		flex-direction: column;
	}

	span.MCBreadcrumbsPrefix
	{
		display: none;
	}
}

@media only screen and (max-width: 767px)
{
	div.side-content
	{
		display: none;
	}

	.search-bar
	{
		width: 100%;
	}
}

@media print
{
	p.TOC1
	{
		color: var(--Safe-Orange);
		font-size: 12pt;
		margin-bottom: 6px;
		margin-top: 15px;
		mc-pagenum-display: all;
		mc-leader-format: 'none';
	}

	p.TOC2
	{
		font-size: 11pt;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-top: 0px;
		text-indent: 0px;
	}

	p.TOC3
	{
		font-size: 11pt;
		margin-bottom: 0px;
		margin-left: 12pt;
		margin-top: 0px;
	}

	p.TOC4
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	p.TOC5
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	p.TOC6
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}

	p.Note
	{
		background-position-x: 18px;
	}

	p.NoteExp
	{
		background-position-x: 18px;
	}

	p.NoteImp
	{
		background-position-x: 18px;
	}

	p.NoteTip
	{
		background-position-x: 18px;
	}

	p.NoteWrn
	{
		background-position-x: 18px;
	}

	img
	{
		max-width: 100%;
	}
}

span.ParameterName
{
	font-weight: bold;
	color: var(--Safe-Orange);
}

span.ParameterValue
{
	font-style: italic;
	color: var(--Safe-Orange);
}

