/*<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;
}

/*==Generic classes==*/

.black
{
	color: var(--Safe-Black);
}

.text-muted
{
	color: #999999;
	text-align: center;
}

.sub-menu li
{
	border-bottom: 1px dotted grey;
	padding: 1px 0 1px 0;
}

.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;
}

.no-wrap	/*No text wrap by default, allows wrapping on smaller screens*/
{
	white-space: nowrap;
}

.hidden-text
{
	position: absolute;
	left: -9999px;
	/* Move the hidden text off-screen */
	visibility: hidden;
	/* Make it invisible, but still searchable */
}

/* Hide the first 'All Supported Formats' menu item in the sidebar navigation*/

.tree-node.is-accordion-submenu-parent[data-mc-id="0"]
{
	display: none;
}

/*==Identifiers==*/

#high
{
	
}

#collapse
{
	
}

#expand
{
	
}

#print
{
	
}

#myInput
{
	background-image: url('../Images/Elements/SearchIcon-Grey.svg');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom: 12px;
	padding: 12px 20px 12px 40px;
	width: 100%;
	border: 1px solid var(--Safe-Teal6);
}

/*==Header==*/

.search-bar
{
	width: 75%;
}

.search-filter
{
	display: none;
}

.side_links
{
	margin-left: -15px;
}

.buttons._Skins_TopicToolBar2
{
	float: none;
}

.FiftyPercentMaxWidth
{
	max-width: 50%;
}

.title-bar-layout a.logo	/*Adds margin to header logo*/
{
	margin: 5px;
	margin-top: 6px;
}

.nav-search	/*Margin stops Safe logo from overlapping the searchbar*/
{
	margin-top: 15px;
}

ul.menu._Skins_SideMenu
{
	background-color: #fff;
	/*border-left: 1px solid #f5f5f5;*/
	border-radius: 0 0 5px 5px;
	padding-left: 10px;
}

/*==Footer==*/

a.link	/*home-page-footer*/
{
	text-decoration: underline;
}

#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;
}

/*==Template page classes==*/

div.top-content
{
	wrapper: inherit;
	padding: 0px;
	padding-right: 0px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	font-size: 14px;
}

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.t-buttons
{
	margin-left: auto;
}

div.content
{
	wrapper: inherit;
	padding: 0px;
	padding-left: 10 px;
	padding-right: 0px;
	width: 100%;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	padding-left: 10px;
	border-left: 1px solid grey;
	overflow: auto;
	width: 25%;
	background-color: var(--White);
}

div.package-contents	/*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: var(--CodeColor);
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: var(--CodeColor);
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--CodeColor);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--CodeColor);
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: transparent;
	padding-bottom: 20px;
}

/*==General Classes==*/

a
{
	font-family: var(--FontBody);
	color: var(--Safe-Link);
}

a: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.LargeTextLink
{
	font-size: inherit;
}

a.LargeTextLink:link
{
	color: #696969;
}

a.LargeTextLink:visited
{
	
}

a.LargeTextLink:hover
{
	color: #dcdcdc;
}

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-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;
	padding: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

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;
	padding: 2px;
}

button
{
	font-family: inherit;
	/* Necessary to override the browser's default fonts for buttons */
}

caption
{
	padding-bottom: 10px;
	font-family: var(--FontBody);
	font-size: 18px;
	font-style: italic;
	color: var(--Safe-Black);
}

code
{
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
	color: var(--CodeColor);
}

div.Row-2-2-2-2-2-1	/*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.Row-2-2-2-2-2-1::before
{
	content: ' ';
	display: table;
}

div.Row-2-2-2-2-2-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Row-2-2-2-2-2-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Row-2-2-2-2-2-1 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.Row-2-2-2-2-2-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Row-2-2-2-2-2-1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

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.LiveSearch
{
	width: 70%;
}

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.Resource	/*only in this project*/
{
	background-color: var(--LightOrange);
	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-image: url('../Images/Elements/Tip.svg');
	border-left: solid 6px var(--Safe-Orange);
	mc-auto-number-format: '{color #F55215}{b}Resource  {/b}{/color}';
}

div.NoteDependency
/*Used in system requirement sections*/
/*only in this project*/
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	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;
	border-left: solid 6px var(--Safe-Teal7);
	mc-auto-number-format: '{color #2B5075}{b}Dependencies  {/b}{/color}';
}

div.NoteCompatibility
/*Used in system requirement sections*/
/*only in this project*/
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	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;
	border-left: solid 6px var(--Safe-Teal7);
	mc-auto-number-format: '{color #2B5075}{b}Compatibility  {/b}{/color}';
}

div.NoteFormatDeprecation	/*only in this project*/
{
	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-image: url('../Images/Elements/NoteImp.svg');
	border-left: solid 6px var(--DarkRed2);
	background-color: var(--LightRed);
	mc-auto-number-format: '{color #61081E}{b}Format Deprecation Notice:  {/b}{/color}';
}

div.NoteQuickFacts	/*only in this project*/
{
	background-color: var(--LightOrange);
	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-image: url('../Images/Elements/Tip.svg');
	border-left: solid 6px var(--Safe-Orange);
	mc-auto-number-format: '{color #F55215}{b}Quick Facts  {/b}{/color}';
}

div.NoteNoWords	/*only in this project*/
{
	background-image: url('../Images/Elements/Note.svg');
	background-repeat: no-repeat;
	border-radius: 6px;
	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;
	border-left: solid 6px var(--Safe-Teal7);
}

div.NoteInternalProduction	/*only in this project*/
{
	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-image: url('../Images/Elements/NoteImp.svg');
	border-left: solid 6px var(--DarkRed2);
	background-color: var(--LightRed);
	mc-auto-number-format: '{color #61081E}{b}Internal Doc Note  {/b}{/color}';
}

div.NoteEmptyNoIcon
{
	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;
	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;
	margin-top: 10px;
}

div.Small-break
{
	line-height: 0.1em;
}

dt
{
	font-family: var(--FontBody);
}

dd
{
	
}

dl
{
	font-family: var(--FontBody);
}

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;
	font-size: 32px;
	line-height: 44px;
	padding-bottom: 3px;
	font-family: var(--FontHeading);
}

h2
{
	color: var(--Safe-Black);
	overflow: auto;
	font-size: 28px;
	line-height: 40px;
	font-weight: 400;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 30px;
}

h3
{
	font-size: 21px;
	line-height: 32px;
	font-weight: 600;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 20px;
}

h3.PackageHead
{
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	margin: 1px;
	font-family: var(--FontHeading);
	margin-top: 5px;
}

h3.Micro-Content
{
	margin-top: 0;
}

h4
{
	margin-bottom: 0em;
	margin: 1px;
	font-weight: 600;
	font-family: var(--FontHeading);
	margin-top: 20px;
	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;
}

iframe
{
	border: solid 2px var(--Safe-Black);
}

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;
	font-size: 18px;
	font-family: var(--FontBody);
}

li::marker
{
	font-family: var(--FontBody);
}

MadCap|expanding
{
	mc-closed-image: url('../Images/Elements/ExpandClosed.svg');
	mc-open-image: url('../Images/Elements/ExpandOpen.svg');
	mc-image-spacing: 5px;
}

MadCap|dropDown.LikeExpanding
{
	border-bottom: none;
	mc-closed-image: url('../Images/Elements/ExpandClosed.svg');
	mc-image-position: right;
	mc-open-image: url('../Images/Elements/DropDown.svg');
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: italic;
	mc-breadcrumbs-divider: ' > ';
	font-family: var(--FontBody);
	font-size: 14px;
	mc-breadcrumbs-count: 5;
	color: var(--Safe-Black4);
	text-decoration: none;
	mc-breadcrumbs-prefix: ' >';
}

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');
}

MadCap|dropDownBody
{
	mc-disabled: false;
	border-bottom: solid 1px #0153d1;
	border-bottom-color: #0153D1;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0px;
}

MadCap|dropDownHead
{
	mc-disabled: false;
	text-decoration: underline;
	color: #4574b1;
	font-weight: 400;
	font-family: var(--FontBody);
	font-size: 21px;
	line-height: 32px;
}

MadCap|dropDownHotspot
{
	mc-disabled: false;
	text-decoration: underline;
	color: #4d75b3;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	font-family: var(--FontBody);
}

MadCap|dropDownHotspot:hover
{
	color: #0153D1;
	line-height: 24px;
	font-weight: 600;
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

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|slideshowCaption
{
	font-family: var(--FontBody);
}

MadCap|miniTocProxy
{
	border-width: 1px;
	text-indent: 3px;
	font-family: var(--FontBody);
	font-size: 12px;
}

MadCap|tocProxy
{
	font-size: 15px;
	font-family: var(--FontBody);
	color: #808080;
}

MadCap|miniTocProxy.miniTocStyle
{
	mc-toc-depth: 3;
	font-style: italic;
	border: solid 1px var(--Safe-Black);
	padding-top: 0px;
	vertical-align: 2px;
	margin-top: 1px;
	padding-left: 5px;
	margin-bottom: 3px;
	font-family: var(--FontBody);
}

MadCap|bodyProxy
{
	border-top: solid 1px #808080;
}

MadCap|topicToolbarProxy
{
	padding-bottom: 2px;
	margin-bottom: 10px;
}

MadCap|snippetBlock.MaxWidth	/*Use for Feature Operation table snippets*/
{
	max-width: 710px;
}

MadCap|footnote
{
	mc-footnote-format: '{n} ';
}

MadCap|expandingHead
{
	font-size: inherit;
	color: #2d8dcc;
	text-decoration: underline;
}

MadCap|dropDownHotspot.dropspot
{
	color: #4d75b3;
	line-height: 30px;
	font-weight: 700;
}

MadCap|codeSnippetBody
{
	color: var(--CodeColor);
	line-height: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
	padding: 0px;
	padding-bottom: 0em;
	padding-top: 0em;
}

MadCap|codeSnippet
{
	font-size: 15px;
	font-family: var(--FontCode);
	background: #f5f5f5;
}

MadCap|dropDownHotspot.Advanced	/*Drop-down heading*/
{
	mc-disabled: false;
	text-decoration: underline;
	color: #4d75b3;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
}

MadCap|dropDownHotspot.Advanced:hover
{
	
}

MadCap|codeSnippetCopyButton
{
	font-family: var(--FontHeading);
	font-weight: 600;
	font-size: 12px;
}

MadCap|codeSnippetCopyButton:hover
{
	color: #808080;
}

ol
{
	font-size: inherit;
	font-family: var(--FontBody);
}

ol.LowerAlpha
{
	list-style-type: lower-alpha;
}

ol.LowerRoman
{
	list-style-type: decimal;
	mc-auto-number-format: '{n=1}';
}

ol.Numbered
{
	
}

ol.Numbered > li::marker
{
	list-style-type: decimal;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: auto;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: var(--Safe-Black);
	font-family: var(--FontBody);
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

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.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;
	color: var(--Safe-Black);
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-left-color: var(--CodeColor);
	border-radius: 1px;
	border-left: solid 4px var(--CodeColor);
}

p.notice
{
	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;
	mc-auto-number-format: '{b}Notice: {/b}';
	color: var(--Safe-Black);
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-left-color: var(--CodeColor);
	border-radius: 1px;
	border-left: solid 4px var(--CodeColor);
}

p.OtherVersion
{
	font-size: 15px;
	line-height: 19px;
}

p.Table-Head-Small
{
	font-family: var(--FontHeading);
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: var(--White);
}

p.SubheadingColor
{
	font-style: normal;
	margin-bottom: 2px;
	padding-left: 0;
	font-family: var(--FontHeading);
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 20px;
	color: var(--Safe-Teal7);
}

p.Footnote
{
	margin: 5px;
	mc-auto-number-format: '{n} ';
	mc-auto-number-offset: 2px;
}

p.TableTextCenterDark
{
	color: var(--Safe-Black);
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: var(--Safe-Black);
	margin-bottom: 2px;
	margin-top: 8px;
	font-weight: bold;
	vertical-align: top;
}

p.TableTextDarkEmphasis
{
	color: var(--Safe-Black);
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.Table-Head
{
	font-family: var(--FontHeading);
	line-height: 25px;
	font-size: 18px;
	color: var(--White);
	font-weight: bold;
}

p.Table-Head-Dark
{
	font-weight: 700;
	font-family: var(--FontHeading);
	font-size: 18px;
	color: var(--Safe-Black);
}

p.UnlinkedTopics
{
	color: var(--Safe-Black);
	margin-bottom: 8pt;
	margin-top: 8pt;
	text-indent: 1px;
	top: 0px;
	margin-left: 0pt;
	display: none;
	font-family: var(--FontBody);
	font-size: 18px;
}

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-family: var(--FontCode);
	font-weight: 400;
	font-size: 15px;
}

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-family: var(--FontCode);
	font-weight: 400;
	font-size: 15px;
}

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-weight: 400;
	font-size: 15px;
}

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-weight: 400;
	font-size: 15px;
}

p.Bullet-Continued
{
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 2.1em;
}

p.Code1-15px
{
	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-family: var(--FontCode);
	font-weight: 400;
	font-size: 15px;
}

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.snippet_begin
{
	color: #094600;
	line-height: normal;
	text-align: left;
	border-top: solid 1px var(--Safe-Black);
	border-bottom: solid 0px var(--Safe-Black);
	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: var(--Safe-Black);
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: var(--Safe-Black);
	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 var(--Safe-Black);
	border-bottom: solid 0px var(--Safe-Black);
	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: var(--Safe-Black);
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: var(--Safe-Black);
	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: var(--Safe-Black);
	font-size: 21px;
	line-height: 32px;
	font-family: var(--FontHeading);
	font-weight: 600;
}

p.NormalIndented
{
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

p.NormalIndented2
{
	margin-left: 34px;
}

p.NormalIndented3
{
	margin-left: 50px;
}

p.NormalIndented4
{
	margin-left: 65px;
}

p.NumberedStepsContinued
{
	
}

p.tip
{
	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;
	border: solid 1px #808080;
	mc-auto-number-format: '{b}Tip: {/b}';
	padding-left: 10px;
	color: var(--Safe-Black);
	background-image: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: auto;
	background-color: #f5f5f5;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	border-radius: 1px;
}

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;
	left: 0px;
	padding-left: 10px;
	margin-left: 50px;
	margin-top: 2px;
	color: var(--Safe-Black);
}

p.Table-Row	/*Less padding above/below in cells*/
{
	margin-bottom: 2px;
	margin-top: 2px;
	margin: 1px;
	font-family: var(--FontBody);
	vertical-align: middle;
}

p.keywords
{
	mc-auto-number-format: '{b}Tags {/b}';
	color: var(--CodeColor);
	font-family: var(--FontCode);
	font-size: 12px;
	display: none;
}

p.HowToOpen
{
	background-repeat: no-repeat;
	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;
	border-radius: 3px;
	padding: 6px;
}

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.MiniTOC1
{
	mc-leader-offset: 5pt;
	font-size: 9pt;
	margin-bottom: 2pt;
	margin-top: 5pt;
	color: var(--Safe-Link);
	text-decoration: underline;
}

p.MiniTOC2
{
	font-size: 9pt;
	margin-bottom: 2pt;
	margin-top: 2pt;
	color: var(--Safe-Link);
	text-decoration: underline;
}

p.MiniTOC3
{
	margin-bottom: 2pt;
	margin-top: 2pt;
	color: var(--Safe-Link);
	text-decoration: underline;
}

p.MasterPageText
{
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 3px;
	text-indent: 20px;
	font-size: 12px;
}

p.TransformerSummary
{
	
}

p.SmallParaBreak	/*Small paragraph spacer between snippets*/
{
	font-size: 5pt;
	margin-bottom: 3px;
	margin-top: 0px;
}

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: 1.0in;
}

p.NumList-1Plus
{
	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;
	margin-left: 1.0in;
}

p.Table-Row-Small	/*Less padding above/below in cells*/
{
	margin-bottom: 2px;
	margin-top: 2px;
	margin: 1px;
	font-family: var(--FontBody);
	font-size: 15px;
	line-height: 25px;
	vertical-align: middle;
}

p.Code2-15px
{
	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-weight: 400;
	font-size: 15px;
}

p.ParameterNameHead
{
	margin-bottom: 2px;
	vertical-align: top;
	color: var(--Safe-Orange);
	font-size: 21px;
	margin-top: 20px;
	font-family: var(--FontHeading);
}

p.SearchTerm	/*Hidden search terms*/
{
	margin-bottom: 8px;
	margin-top: 8px;
	overflow: auto;
	line-height: 28px;
	font-weight: 400;
	font-family: var(--FontBody);
	color: #ffffff;
	font-size: 10px;
}

pre
{
	margin-top: 1pt;
	margin-bottom: 3pt;
	padding-bottom: 2pt;
	color: var(--CodeColor);
	overflow: hidden;
	font-family: var(--FontCode);
	font-size: 12px;
}

pre.Indent1
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 12pt;
}

pre.Indent2
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 25pt;
}

pre.Indent3
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 40pt;
}

pre.Indent3_larger	/*Font size 10*/
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	margin-left: 45pt;
	font-size: 15px;
	font-family: var(--FontCode);
}

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;
	color: var(--CodeColor);
	overflow: auto;
	font-size: 15px;
	font-family: var(--FontCode);
	padding-bottom: 1pt;
	margin-bottom: 1pt;
}

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.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.Italics
{
	font-weight: normal;
	font-style: italic;
}

span.BoldItalic
{
	font-weight: bold;
	font-style: italic;
}

span.Code
{
	color: var(--CodeColor);
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
}

span.Bold
{
	font-weight: bold;
	font-size: 18px;
}

span.BoldItalicLarge
{
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
}

span.SearchHighlight
{
	background-color: #ffff00;
}

span.footer_title
{
	
}

span.TransformerSummary
{
	
}

span.Code-Italics
{
	color: var(--CodeColor);
	font-size: 15px;
	font-family: var(--FontCode);
	font-weight: 400;
	font-style: italic;
}

sup
{
	font-size: 14px;
}

td
{
	margin: 8px;
	vertical-align: top;
	font-family: var(--FontBody);
}

td.TableStyle-DataTables-Styles-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-DataTables-Styles-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-DataTables-Styles-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-DataTables-Styles-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-DataTables-Styles-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-DataTables-Styles-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-DataTables-Styles-BodyE-Column2-Deprecated,
td.TableStyle-DataTables-Styles-BodyB-Column2-Deprecated
{
	position: relative;
}

td.TableStyle-DataTables-Styles-BodyE-Column2-Deprecated::before,
td.TableStyle-DataTables-Styles-BodyB-Column2-Deprecated::before
{
	content: "Deprecated";
	position: absolute;
	top: 6px;
	left: 6px;
	font-size: 12px;
	color: var(--Safe-Orange);
	font-weight: bold;
	line-height: 1.2em;
}

th
{
	color: var(--White);
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: 600;
	font-family: var(--FontBody);
}

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;
	font-family: var(--FontBody);
	margin-bottom: auto;
}

ul.FirstLevelLessIndentation
{
	list-style-type: disc;
}

ul._Skins_SideMenu
{
	margin-bottom: 0.1em;
}

pre.Indent4
{
	margin-bottom: 1pt;
	margin-left: 50pt;
	margin-top: 1pt;
}

MadCap|equation
{
	font-size: 12px;
}

@media only screen and (max-width: 1279px)
{
	div.Row-2-2-2-2-2-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Row-2-2-2-2-2-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Row-2-2-2-2-2-1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.LiveSearch
	{
		margin-left: 5%;
		width: 85% !important;
	}

	div.top-content
	{
		flex-direction: column;
	}

	span.MCBreadcrumbsPrefix
	{
		display: none;
	}

	.search-bar
	{
		width: 100%;
	}
}

@media only screen and (max-width: 767px)
{
	div.Row-2-2-2-2-2-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-2-2-2-2-2-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Row-2-2-2-2-2-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.LiveSearch
	{
		margin-left: 0;
	}

	.search-bar
	{
		width: 100%;
	}

	.no-wrap
	{
		white-space: normal;
	}
}

@media print
{
	h1
	{
		page-break-before: avoid;
	}

	div.Note
	{
		background-position-x: 18px;
	}

	div.NoteCompatibility
	{
		background-position-x: 18px;
	}

	div.NoteDependency
	{
		background-position-x: 18px;
	}

	div.NoteEmpty
	{
		background-position-x: 18px;
	}

	div.NoteEmptyNoIcon
	{
		background-position-x: 18px;
	}

	div.NoteFormatDeprecation
	{
		background-position-x: 18px;
	}

	div.NoteImp
	{
		background-position-x: 18px;
	}

	div.NoteImpEmpty
	{
		background-position-x: 18px;
	}

	div.NoteInternalProduction
	{
		background-position-x: 18px;
	}

	div.NoteNoWords
	{
		background-position-x: 18px;
	}

	div.NoteQuickFacts
	{
		background-position-x: 18px;
	}

	div.NoteTip
	{
		background-position-x: 18px;
	}

	div.NoteTipEmpty
	{
		background-position-x: 18px;
	}

	div.NoteWrn
	{
		background-position-x: 18px;
	}

	div.NoteWrnEmpty
	{
		background-position-x: 18px;
	}
}

/* --------------------------------------------- */
/* 				Template Pages                   */
/* --------------------------------------------- */

html.netezza
{
	mc-template-page: url('../TemplatePages/netezza.flmsp');
	mc-master-page: url('../TemplatePages/netezza.flmsp');
}

html.RasterFeatures
{
	mc-template-page: url('../TemplatePages/RasterFeatures.flmsp');
	mc-master-page: url('../TemplatePages/RasterFeatures.flmsp');
}

html.spatialite
{
	mc-template-page: url('../TemplatePages/spatialite.flmsp');
	mc-master-page: url('../TemplatePages/spatialite.flmsp');
}

html.sqlite3fdo
{
	mc-template-page: url('../TemplatePages/sqlite3fdo.flmsp');
	mc-master-page: url('../TemplatePages/sqlite3fdo.flmsp');
}

html.feature_types
{
	mc-template-page: url('../TemplatePages/feature_types.flmsp');
	mc-master-page: url('../TemplatePages/feature_types.flmsp');
}

