/*<meta conditions="" />*/

@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==*/

.button_set
{
	margin: 0 auto 0 20%;
}

.button_set #high,
.button_set #collapse,
.button_set #expand,
.button_set #print
{
	float: left;
	width: 40px;
	padding-right: 3px;
}

.buttons #print
{
	padding-right: 0;
}

.FiftyPercentMaxWidth
{
	max-width: 50%;
}

.text-muted
{
	color: #999999;
	text-align: center;
}

.sub-menu li
{
	border-bottom: 1px dotted grey;
	padding: 1px 0 1px 0;
}

.hidden-text
{
	position: absolute;
	left: -9999px;
	/* Move the hidden text off-screen */
	visibility: hidden;
	/* Make it invisible, but still searchable */
}

/* FMX-Specific: Removes top and bottom margins from <p> elements that are direct children of <li> elements */

li > p
{
	margin-top: 0;
	margin-bottom: 0;
}

.TableStyle-LiveSearch tbody p	/* Set margin to 0 for <p> tags inside LiveSearch tables */
{
	margin-top: 0;
	margin-bottom: 0;
}

/*==Identifiers==*/

#high
{
	
}

#collapse
{
	
}

#expand
{
	
}

#print
{
	
}

/*==Header==*/

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 50px;
}

div.search-container
{
	padding-bottom: 2px;
	padding: 2px;
	border: solid 1px #808080;
}

.search-bar
{
	width: 75%;
}

.search-filter
{
	display: none;
}

.side_links
{
	margin-left: -15px;
}

.buttons._Skins_TopicToolBar2
{
	float: none;
}

.title-bar-layout a.logo	/*Adds margin to header logo*/
{
	margin: 5px;
	margin-top: 6px;
}

/*==Footer==*/

#footer
{
	color: gray;
	font-size: 15px;
	background-color: lightgray;
	border-radius: 10px;
	padding: 5px;
}

#footer ul
{
	margin-left: 0;
}

div#footer
{
	background-color: #dcdcdc;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 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;
}

ul.navigation ul.sub-menu
{
	border-bottom-color: #FFA35A;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #FFA35A;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFA35A;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #FFA35A;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

#FMX-Nav ul	/* Removes default bullets from FMX Navigation */
{
	list-style-type: none;
	margin: 0;
}

#Category-List ul	/* Fixes margins in Category Lists */
{
	margin: 0 0 0 2.1em;
}

/*==Template page - OtherTopics classes==*/

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
	display: block;
	background-color: #fff;
	padding-left: 10px;
	border-left: 1px solid grey;
	overflow: auto;
}

div.content
{
	wrapper: inherit;
	padding: 0px;
	padding-right: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

div.t-buttons
{
	margin-left: auto;
}

div.versionDropDown	/*Ensures text stays on a single line*/
{
	white-space: nowrap;
}

div.versionLabel	/*Ensures text stays on a single line*/
{
	white-space: nowrap;
}

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;
}

/*==Template page - Transformers classes==*/

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;
	margin-top: 30px;
	white-space: nowrap;
}

.micro-content	/*adjusts FMX-Side navigation line height*/
{
	overflow-y: unset;
}

/*==General Styles==*/

a
{
	font-size: inherit;
	color: var(--Safe-Link);
}

a:link
{
	color: var(--Safe-Link);
}

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;
}

button
{
	font-family: inherit;
	/* Necessary to override the browser's default fonts for buttons */
}

code
{
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
	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.LiveSearch
{
	max-width: fit-content;
}

div.TightContent
{
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

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');
}

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;
}

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;
	overflow: auto;
}

h1.fmx
{
	
}

h1.title
{
	border-bottom: none;
	mc-hyphenate: never;
	font-weight: 700;
	font-size: 37px;
}

h1.pdf-bookmark	/*adds bookmark and entry to table of contents in print medium*/
{
	
}

h2
{
	overflow: auto;
	font-weight: 400;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 30px;
	font-size: 28px;
	line-height: 40px;
	color: var(--Safe-Black);
}

h2.overline
{
	border-top: solid 1px #808000;
}

h3
{
	font-weight: 600;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 10px;
	font-size: 21px;
	line-height: 32px;
}

h3.Micro-Content
{
	margin-top: 0;
}

h4
{
	font-family: var(--FontHeading);
}

h4
{
	font-family: var(--FontHeading);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
}

h5
{
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

h6
{
	font-family: var(--FontHeading);
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	margin: 0;
	margin-bottom: 0;
	margin-top: 12px;
}

html
{
	
}

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);
	font-size: 18px;
}

li
{
	orphans: 2;
	widows: 2;
	padding-bottom: 6px;
	font-size: 18px;
	font-family: var(--FontBody);
}

li::marker
{
	font-family: var(--FontBody);
	font-size: 18px;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

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
{
	
}

MadCap|tocProxy
{
	color: #339933;
	font-size: 16px;
	font-family: var(--FontBody);
}

MadCap|miniTocProxy.miniTocStyle
{
	mc-toc-depth: 3;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 18px;
	text-decoration: underline;
	margin-top: 5px;
	line-height: 21px;
	font-style: normal;
}

MadCap|bodyProxy
{
	border-top: solid 1px #808080;
}

MadCap|topicToolbarProxy
{
	
}

MadCap|snippetBlock.MaxWidth	/*Use for fixed-width table-cell snippets*/
{
	max-width: 710px;
}

MadCap|topicToolbarProxy.Skins_TopicToolBar
{
	bottom: 10px;
}

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);
	mc-breadcrumbs-prefix: ' ';
	text-decoration: none;
}

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;
}

MadCap|dropDownHead
{
	mc-disabled: false;
	font-family: var(--FontBody);
	text-decoration: underline;
	line-height: 24px;
	font-weight: 400;
	color: var(--Safe-Link);
}

MadCap|dropDownHotspot
{
	mc-disabled: false;
	text-decoration: underline;
	font-weight: normal;
	color: var(--Safe-Link);
}

MadCap|dropDownHotspot:hover
{
	font-weight: bold;
	font-family: var(--FontBody);
	color: var(--Safe-Hover);
}

MadCap|dropDownHotspot.dropspot
{
	font-family: var(--FontBody);
	line-height: 28px;
	font-weight: 400;
}

MadCap|dropDownHotspot.Heading
{
	text-decoration: underline;
	line-height: 40px;
	font-weight: 400;
	font-size: 21px;
}

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|bodyProxy
{
	border-top: solid 1px #808080;
}

MadCap|topicToolbarProxy
{
	
}

MadCap|footnote
{
	mc-footnote-format: '{n} ';
}

MadCap|codeSnippetBody
{
	font-family: var(--FontCode);
}

MadCap|codeSnippet
{
	font-size: 12pt;
}

ol
{
	list-style-image: none;
	font-family: var(--FontBody);
	font-size: 18px;
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
}

ol.LowerRoman
{
	list-style-type: lower-roman;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.TableTextDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	color: var(--Safe-Black);
}

p.TableTextDarkEmphasis
{
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
	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;
	text-decoration: none;
	font-style: normal;
	line-height: 26px;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

p.Code5
{
	text-align: left;
	margin-left: 60pt;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	letter-spacing: 0em;
	text-indent: 0px;
	text-decoration: none;
	font-style: normal;
	line-height: 26px;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

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;
	color: var(--Safe-Black);
	background-color: #f5f5f5;
	background-position: left center;
	margin-left: 0px;
	padding-left: 80px;
}

p.TOC1
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	border-top: solid 1px #228b22;
}

p.TOC2
{
	margin-bottom: 8pt;
	margin-top: 8pt;
	margin-left: 0px;
	text-indent: 0px;
}

p.TOC3
{
	margin-left: 12pt;
}

p.MasterPageText
{
	font-size: 9pt;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: 20px;
}

p.SmallParaBreak	/*Small paragraph spacer between snippets*/
{
	font-size: 5pt;
	margin-bottom: 3px;
	margin-top: 0px;
}

p.TableTextCenterDark
{
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
	color: var(--Safe-Black);
}

p.head-linked	/*Home page h2-style headings*/
{
	color: var(--Safe-Black);
	margin: 0;
	text-decoration: underline;
	text-align: center;
	line-height: 150%;
	font-size: 1.5 em;
}

p.head-linked-white
{
	text-align: center;
	text-decoration: underline;
	font-size: 1.65 em;
	color: var(--White);
}

p.info-content
{
	font-size: 0.8em;
}

p.info-subtitle-white
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 150%;
	color: var(--White);
}

p.info-title
{
	font-size: 2em;
	font-weight: bold;
	line-height: 125%;
	color: var(--White);
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: auto;
	line-height: 28px;
	font-weight: 400;
}

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;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

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;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

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;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

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;
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

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;
	font-family: var(--FontCode);
	font-weight: 400;
	font-size: 17px;
	color: var(--CodeColor);
}

p.Footnote
{
	margin: 5px;
	mc-auto-number-format: '{n} ';
	mc-auto-number-offset: 2px;
}

p.MiniTOC1
{
	mc-leader-offset: 5pt;
	margin-bottom: 2pt;
	margin-top: 5pt;
	color: var(--Safe-Link);
	text-decoration: underline;
	font-size: 15px;
	font-weight: 600;
}

p.MiniTOC2
{
	margin-bottom: 2pt;
	margin-top: 2pt;
	font-weight: 600;
	color: var(--Safe-Link);
	text-decoration: underline;
	font-size: 15px;
}

p.MiniTOC3
{
	margin-bottom: 2pt;
	margin-top: 2pt;
	font-weight: 600;
	color: var(--Safe-Link);
	text-decoration: underline;
	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
{
	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.OtherVersion
{
	font-size: 15px;
	line-height: 19px;
}

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.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-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: #ffffe0;
	font-family: var(--FontBody);
}

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;
	color: #000000;
	font-size: 21px;
	line-height: 32px;
	font-weight: 700;
	font-family: var(--FontHeading);
}

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;
	color: #000000;
	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;
}

p.TransformerSummary
{
	
}

p.UnlinkedTopics
{
	color: #000000;
	margin-bottom: 8pt;
	margin-top: 8pt;
	text-indent: 1px;
	top: 0px;
	margin-left: 0pt;
	display: none;
	font-family: var(--FontBody);
	font-size: 18px;
}

pre
{
	margin-top: 1pt;
	margin-bottom: 3pt;
	padding-bottom: 2pt;
	overflow: hidden;
	font-family: var(--FontCode);
	font-size: 12px;
	color: var(--CodeColor);
}

pre.Indent1
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 12pt;
}

pre.Indent2
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 25pt;
}

pre.Indent3_larger	/*Font size 10*/
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 45pt;
	font-size: 15px;
	font-family: var(--FontCode);
}

pre.Indent4
{
	margin-bottom: 1pt;
	margin-left: 50pt;
	margin-top: 1pt;
}

pre.Indent4_larger
{
	margin-bottom: 1pt;
	margin-top: 1pt;
	margin-left: 60pt;
	font-size: 15px;
	font-family: var(--FontCode);
}

pre.larger_font
{
	margin-top: 1pt;
	margin-bottom: 3pt;
	padding-bottom: 2pt;
	overflow: auto;
	font-size: 15px;
	font-family: var(--FontCode);
}

pre.Indent3
{
	font-size: 9pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 40pt;
}

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
{
	font-weight: 400;
	font-family: var(--FontCode);
	font-size: 15px;
	color: var(--CodeColor);
}

span.Italics
{
	font-weight: normal;
	font-style: italic;
}

span.ParameterName
{
	font-weight: bold;
	color: var(--Safe-Orange);
}

span.ParameterValue
{
	font-style: italic;
	color: var(--Safe-Orange);
}

span.PortName
{
	font-weight: bold;
	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.ColumnHeading
{
	font-weight: normal;
	font-style: italic;
}

span.SetOffFirstLevel
{
	color: #5e6914;
	font-weight: bold;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

span.footer_title
{
	
}

span.TransformerSummary
{
	
}

td
{
	margin: 8px;
	vertical-align: top;
	font-family: var(--FontBody);
	font-size: 18px;
}

td.TableStyle-LiveSearch-BodyB-Column2-NEW
{
	background-image: url('../Images/Elements/Safe-New.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-LiveSearch-BodyE-Column2-NEW
{
	background-image: url('../Images/Elements/Safe-New.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-LiveSearch-BodyB-Column2-HUB
{
	background-image: url('../Images/Elements/Safe-Hub.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-LiveSearch-BodyE-Column2-HUB
{
	background-image: url('../Images/Elements/Safe-Hub.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-LiveSearch-BodyE-Column2-NEWHUB
{
	background-image: url('../Images/Elements/Safe-NEWHUB.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-LiveSearch-BodyB-Column2-NEWHUB
{
	background-image: url('../Images/Elements/Safe-NEWHUB.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
	background-size: auto 15px;
}

td.TableStyle-Safe-Reference-BodyE-Column1-NEW
{
	background-image: url('../Images/Elements/Safe-New.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

td.TableStyle-Safe-Reference-BodyB-Column1-NEW
{
	background-image: url('../Images/Elements/Safe-New.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

td.TableStyle-Safe-Reference-BodyE-Column1-HUB
{
	background-image: url('../Images/Elements/Safe-Hub.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

td.TableStyle-Safe-Reference-BodyB-Column1-HUB
{
	background-image: url('../Images/Elements/Safe-Hub.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

td.TableStyle-Safe-Reference-BodyE-Column1-NEWHUB
{
	background-image: url('../Images/Elements/Safe-NEWHUB.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

td.TableStyle-Safe-Reference-BodyB-Column1-NEWHUB
{
	background-image: url('../Images/Elements/Safe-NEWHUB.svg');
	background-repeat: no-repeat;
	position: relative;
	background-position: 6px 6px;
}

th
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: var(--FontBody);
	font-weight: 700;
	font-size: 18px;
}

thead th a,
thead th a:visited,
thead th a:hover,
thead th a:focus
{
	color: var(--White);
}

ul
{
	margin-left: 2.1em;
	padding: 0;
	list-style-image: none;
	list-style-type: disc;
	font-size: 18px;
	line-height: 28px;
	font-family: var(--FontBody);
}

ul
{
	margin-left: 2.1em;
	padding: 0;
	list-style-image: none;
	list-style-type: disc;
	font-size: 18px;
	line-height: 28px;
	font-family: var(--FontBody);
}

ul.Bullets-Compact
{
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 0.08em;
	margin-top: 0.08em;
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Bullet1.png');
}

ul.List-bullets	/*No indent*/
{
	list-style-type: disc;
	list-style-image: none;
	display: list-item;
}

ul.SecondLevel
{
	list-style-image: none;
	padding-top: 0em;
	margin-bottom: auto;
	margin-left: 4.5em;
}

ul.SecondLevel
{
	padding: 2.5em;
	list-style-image: none;
	padding-top: 0em;
	padding-bottom: 0.15em;
}

ul.List-bullets > li::marker
{
	content: '•';
}

ul.Bullets-Compact
{
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 0.08em;
	margin-top: 0.08em;
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Bullet1.png');
}

div.related-xformer
{
	mc-conditions: 'General.ExcludeAllTargets';
}

@media screen
{
	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-top: 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;
	}
}

/* Workaround for TECHPUBS-6728. Following style makes Word docs blank if too many items in box */

@media print
{
	h1
	{
		page-break-before: avoid;
	}

	h1.title
	{
		mc-heading-level: 0;
		page-break-before: avoid;
	}

	h1.pdf-bookmark
	{
		color: transparent;
		font-size: 1pt;
		margin: 0px;
		margin-left: -455px;
		padding: 0px;
		line-height: 0px;
		border-bottom: none;
		page-break-before: avoid;
	}

	MadCap|xref
	{
		text-decoration: none;
		color: var(--Safe-Black);
		mc-exclude-action: 'unbind';
		mc-conditions: 'General.RemoveLink4Print';
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
		border-bottom-color: none;
	}

	div.Note
	{
		background-position-x: 18px;
	}

	div.NoteImp
	{
		background-position-x: 18px;
	}

	div.NoteWrn
	{
		background-position-x: 18px;
	}

	div.NoteTip
	{
		background-position-x: 18px;
	}

	div.Example
	{
		background-position-x: 18px;
	}

	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;
	}

	.hidden-text
	{
		display: none;
	}
}

@media only screen and (max-width: 1200px)
{
	.search-bar
	{
		width: 100%;
	}

	div.LiveSearch
	{
		margin-left: 5%;
		width: 85% !important;
	}

	div.side-content
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	.search-bar
	{
		width: 100%;
	}

	div.LiveSearch
	{
		width: 85%;
	}

	div.side-content
	{
		margin-left: 0px;
		float: none;
		margin-top: 0px;
	}
}

