/*<meta />*/

@import url('footer_styles.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*These styles are for the community header. These styles must appear first in this file. Do not move any of them.*/

@font-face 
{
	font-family: 'Lucida Grande';
	src: url('../Fonts/LucidaGrandeRegular.ttf') format('truetype');
}

/*These are not used for the community header, but for all font awesome fonts. These have been removed because they are in all.css.
@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
}


@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
}

@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-brands-400.ttf') format('truetype');
}

@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face
{
	font-family: 'Font Awesome 6 Pro';
	src: url('../fontawesome/webfonts/fa-regular-400.woff2') format('woff2');
}

*/

.title-bar .menu-icon
{
	padding-bottom: 10px;
}

.title-bar-layout .logo-wrapper
{
	display: none;
}

.title-bar-container
{
	height: 50px !important;
	background-color: #333333;
}

.sidenav-container
{
	overflow-y: scroll;
	max-height: 750px;
	margin-right: 15px;
}

.header
{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background: white;
	text-decoration: none;
}

.header ul
{
	list-style: none;
	padding: 0;
	text-decoration: none;
	background-size: auto 35px;
	margin-top: 0px;
	height: 55px;
	margin-left: auto;
}

.header li
{
	display: inline-block;
	background: white;
	font-family: 'Lucida Grande', 'Open Sans', Arial, sans-serif;
	font-size: 10.5pt;
	color: #777777;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
}

li.header-item
{
	margin: 0;
}

.header-ul,
.header-item a
{
	display: inline-block;
	padding: 23px 16px;
	color: #777777 !important;
}

.header-ul,
.header-item:hover
{
	background-color: rgb(242, 242, 242);
}

.nav-header
{
	position: absolute;
	display: none;
	background: black;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 70%;
	height: 100vh;
}

.nav-header .znav-item
{
	background: black;
	color: white;
	width: 100%;
	text-align: left;
}

.nav-header .znav-item a
{
	display: inline-block;
	padding: 23px 16px;
	padding-left: 44px;
	width: 88%;
	color: white;
}

.nav-header .znav-item:hover
{
	background: rgb(242, 242, 242);
}

.nav-header .znav-item:hover a
{
	color: black;
}

.header .overflow
{
	position: absolute;
	right: 0;
	display: none;
	text-align: right;
	z-index: 10000;
	margin-top: 4px;
}

.header .overflow li
{
	display: block;
	text-align: left;
	margin-top: -4px;
}

.header a,
.header a:visited
{
	color: #777777;
	text-decoration: none;
}

#navigation
{
	padding: 18px 21px;
	display: none;
}

#logo-li
{
	height: 35px;
	margin-top: -5px;
}

#logo
{
	margin-left: 20px;
	max-width: 215px;
	height: auto;
}

#community
{
	width: 130px;
	font-size: 12pt;
	color: #777777 !important;
	text-align: left;
	padding-left: 5px;
	text-decoration: none;
	margin-top: 0px;
}

#more
{
	float: right;
	width: 130px;
}

#more:hover
{
	background-color: white;
}

#chevrondown
{
	width: 22px;
	height: 100%;
	vertical-align: middle;
	padding: 4px;
}

/*This prevents double scroll bars when using the header. This also removes the scroll bar for the TOC.*/

div.row.outer-row.sidenav-layout
{
	height: auto !important;
}

/*The html formatting below is necessary to prevent the rest of the text from taking on the same font as the header */

html
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/*
html
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/

.off-canvas-content
{
	min-height: 50vh;
}

/*This is the end of the styles for the community header*/
/*This changes the behavior for the language drop-down menu*/

._Skins_Toolbar_NewLook_noPDF.mc-component .toolbar-button-drop-down.select-language-drop-down
{
	overflow-y: scroll;
	max-height: 75%;
}

.toolbar-button-drop-down.select-language-drop-down
{
	z-index: 101 !important;
}

/*This ends the language drop-down menu fix*/
/*Fixes content display issues for Flare 2021*/

.off-canvas-wrapper
{
	overflow: visible;
	height: auto !important;
}

.off-canvas-content
{
	max-height: unset !important;
}

.sidenav-layout
{
	max-height: unset !important;
}

.off-canvas-wrapper
{
	overflow: visible;
}

.off-canvas-wrapper-inner
{
	height: auto !important;
}

.body-container
{
	overflow: visible;
	min-height: 70vh;
}

footer
{
	margin-top: 1em;
}

/*Ends Fixes content display issues for Flare 2021*/
/*Start code snippet styling that is new in Flare 2021*/

.codeSnippetBody
{
	line-height: 1.7em;
}

.codeSnippet
{
	background-color: #FAFAFA;
	border-radius: 10px;
}

.codeSnippetLineNumbers
{
	border-right: #AAA 2px solid;
}

/*Stop code snippet styling that is new in Flare 2021*/
/*Start styles for Coveo search bar*/

.CoveoSearchInterface
{
	min-height: 50px !important;
}

.CoveoSearchbox
{
	margin: 5px;
	border-radius: 0;
}

.magic-box
{
	border: none;
}

.CoveoSearchbox .magic-box
{
	border: none !important;
}

.CoveoSearchbox .magic-box .magic-box-input
{
	height: 40px;
	border-radius: 0px;
}

.CoveoSearchbox .magic-box .magic-box-input > input
{
	color: #212121;
	text-indent: 12px;
	font-size: 13px;
	padding-bottom: 15px;
}

.CoveoSearchbox .CoveoSearchButton
{
	background-color: #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-top: none;
	border-left: 1px solid #9e9e9e;
	border-radius: 0;
	height: 40px;
}

#standaloneSearchbox
{
	max-width: 10%;
	margin-left: 75%;
	margin-right: 15%;
	margin-bottom: -50px;
	z-index: 1001;
	padding-top: 7px;
}

.search .search
{
	display: none;
}

@media screen and (max-width: 480px)
{
	.CoveoSearchInterface
	{
		min-width: 80%;
		min-height: 50px;
	}

	.CoveoSearchInterface .CoveoSearchbox
	{
		margin-right: 0px;
	}

	.title-bar-container
	{
		background-color: transparent;
	}

	.title-bar.sticky.is-stuck
	{
		height: 75px !important;
	}

	.title-bar .menu-icon
	{
		padding-bottom: 10px !important;
	}

	.search-bar .search-field
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		display: block;
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		transform: translateY(-50%);
		left: 88%;
	}

	#standaloneSearchbox
	{
		margin-left: 5%;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: -50px;
		padding-top: 0px;
		position: fixed;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1279px)
{
	.CoveoSearchInterface
	{
		min-width: 85%;
		min-height: 50px;
	}

	.title-bar-container
	{
		background-color: transparent;
	}

	.title-bar.sticky.is-stuck
	{
		height: 75px !important;
	}

	.title-bar .menu-icon
	{
		padding-bottom: 10px;
	}

	.search-bar .search-field
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		display: block;
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		transform: translateY(-50%);
		left: 95%;
	}

	#standaloneSearchbox
	{
		margin-left: 5%;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: -50px;
		padding: 1px;
		position: fixed;
	}
}

/*End styles for Coveo search bar*/
/*make drop-down images appear in Flare 2021*/

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none !important;
}

/*Fixes issues with the footer in Flare 2021


.sticky-is-stuck.is-at-bottom
{
	margin-bottom: 0px !important;
	width: 100% !important;
	
}

.data-options 
{
	margin-bottom: 0px !important;
	width: 100% !important;
}
End fix for issues with the footer in Flare 2021*/

/*Archive and the new RSD Banner*/

.hero-section
{
	background-size: cover;
	background-height: 60vh;
	background-color: #555555;
	border-radius: 3px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.hero-section .hero-section-text
{
	color: #fefefe;
	font-size: 22px;
}

.hero-section p
{
	line-height: 35px;
}

.hero-section-warning
{
	background-size: cover;
	background-height: 40vh;
	background-color: #f2dede;
	border-radius: 3px;
	border-color: #ebccd1;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 25px;
	margin-bottom: 25px;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #ccc;
	border-color: #a94442;
}

.hero-section-warning .hero-section-text-warning
{
	color: #a94442;
	font-size: 14px;
}

.hero-section-warning p
{
	color: #a94442;
}

.hero-section-text-warning a
{
	color: #a94442 !important;
	text-decoration: underline !important;
}

.hero-section p
{
	line-height: 35px;
}

a.archive
{
	color: #a6e1f3 !important;
}

#rsd_redirect_icon:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 200;
	content: "\f4d7";
	font-size: 40px;
	margin-right: 15px;
}

/*End Archive Banner*/
/*Start of gateway connector homepage card styles*/

.gateway_card_width
{
	width: 25%;
	padding: 10px;
}

.diamond-card-certification
{
	background: #8DE0F2;
	color: #000;
	text-align: center;
}

.platinum-card-certification
{
	background: #8FBF60;
	color: #000;
	text-align: center;
}

.gold-card-certification
{
	background: #F2BF5E;
	color: #000;
	text-align: center;
}

.silver-card-certification
{
	background: #BFBFBF;
	color: #000;
	text-align: center;
}

/*End of gateway connector homepage card styles*/
/*Begin styles for "No Nav" pages*/

#noNav .sidenav-container
{
	display: none;
}

#noNav .sidenav-wrapper
{
	width: 10%;
}

/*End styles for "No Nav" pages*/

/*
@font-face
{
	font-family: 'Myriad Pro';
	src: url('../Fonts/Myriad Pro Regular.ttf') format('truetype');
}
*/

#version	/*Version Identifier styles*/
{
	color: #777777;
	font-size: 1em;
	margin-top: 0px;
}

body
{
	line-height: 150%;
	mc-hyphenate: never;
	mc-short-line-loosen-maximum: 8;
	mc-short-line-method: never;
	font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	background: white;
}

body:lang(ja)
{
	font-family: 'YuGothic';
}

body:lang(ko)
{
	font-family: 'Gulim';
}

body:lang(zh-cn)
{
	font-family: 'SimHei';
}

h1,
h1.Title,
h1.WhatsNew,
h1.Book_Title,
h1.Subtitle,
h1.AppendixTitle,
h1.TitleNoNumber
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h1.Title,
h1.WhatsNew
{
	font-size: 1.5em;
	page-break-after: avoid;
	word-break: keep-all;
	line-height: normal;
	/*	position: relative;*/
}

h1.Book_Title
{
	margin-top: 30pt;
	margin-bottom: 10pt;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: bold;
	font-style: normal;
	text-indent: 0px;
	line-height: 38pt;
	font-size: 3em;
}

h1.Subtitle
{
	margin-top: 10pt;
	margin-bottom: 15pt;
	font-weight: bold;
	font-size: 1.3em;
	mc-heading-level: 0;
}

h1.AppendixTitle
{
	margin-top: 30pt;
	margin-bottom: 10pt;
	margin-left: 0in;
	margin-right: 0in;
	font-weight: bold;
	font-style: normal;
	text-indent: 0px;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.5em;
}

h1.TitleNoNumber
{
	mc-heading-level: 0;
}

/* begin style for Side Nav menu*/

.sidenav-wrapper
{
	flex: 0 1 auto;
	overflow: auto;
	background-position: top center;
	width: 20%;
	/*Set width for side nav menu here! Do not change width in Skin because it won't work*/
	-ms-overflow-style: none;
	/*hide side nav scroll bar on stupid IE*/
}

.sidenav-wrapper::-webkit-scrollbar	/*hide side nav scroll bar Chrome, Safari*/
{
	display: none;
}

/*end styles for Side Nav Menu*/
/* begin remove off canvas box shadow from foundation stylesheet*/

.off-canvas-content
{
	box-shadow: none !important;
}

/* end remove off canvas box shadow from foundation stylesheet*/
/* begin styles for Online Help Home pages*/

.webTitle
{
	position: relative;
	margin-top: 35px;
	text-align: center;
	margin-bottom: 50px;
	z-index: -1;
	font-size: 1.6em;
	font-weight: lighter;
	color: #666666 !important;
}

.webIcon
{
	position: absolute;
	text-align: center;
	margin: 0 auto;
	opacity: .12;
	display: none;
}

div.intro
{
	margin-top: 30pt;
}

.webHomeh2
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1pt;
	margin-top: 10pt;
	margin-left: 30px;
	word-break: keep-all;
	line-height: normal;
	font-size: 1.3em;
	color: #666666;
}

/* end styles for Online Help Home page image and title */

._Skins_TopicToolbar_next.mc-component .button.previous-topic-button
{
	margin-left: -6.5rem;
}

._Skins_TopicToolbar_next.mc-component .button.next-topic-button
{
	margin-right: -6.5rem;
}

._Skins_TopicToolbar_next.mc-component .button.next-topic-button:before,
._Skins_TopicToolbar_next.mc-component .button.previous-topic-button:after
{
	color: #4789a3;
	font-size: 1.1em;
}

._Skins_TopicToolbar_next.mc-component .button.next-topic-button:before
{
	content: "Next";
	margin-right: 55px;
	/*color: #333333 !important;*/
}

._Skins_TopicToolbar_next.mc-component .button.previous-topic-button:after
{
	content: "Previous";
	margin-left: 75px;
	/*color: #333333 !important;*/
}

.fa-check
{
	content: "\f058";
	font-family: FontAwesome;
	color: #68aa00 !important;
	font-size: 1em;
	text-align: center;
}

/* begin styles for changing color of search bar border*/

.search-bar._Skins_Main_SearchBar.mc-component .search-submit,
.search-bar._Skins_Main_SearchBar.mc-component .search-field
{
	border: 1px solid #979797;
}

/*.search-bar._Skins_Main_SearchBar.mc-component .search-submit,

{
	border: 0px solid #979797;
}*/

/* end styles for changing color of search bar border*/

div.MCMiniTocBox_0
{
	text-decoration: none;
}

/* Begin styles for version id

#show
{
	color: #fff;
	background-color: #4789a3;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	opacity: .9;
	float: right;
	margin-top: -42px;
}

   end styles for version id */

/* begin styles for tabs */

.container
{
	margin: 0 auto;
}

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ddd;
}

ul.tabs li
{
	margin-bottom: 0;
}

ul.tabs .tab-link
{
	color: #333;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -4px;
	position: relative;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 100;
}

ul.tabs .tab-link:hover
{
	background: #c2c2c2;
	color: #000;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	margin-left: -5px;
	border: 1px solid transparent;
}

ul.tabs .current:hover
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 2;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: inline;
}

/* end styles for tabs */
/* styles for feedback loop that does work */

#feedback-survey
{
	position: relative;
	color: #333333;
	text-align: center;
	margin-top: 50px;
	background-color: #f2f2f2;
}

#feedback-survey *,
#feedback-survey *:before,
#feedback-survey *:after
{
	box-sizing: border-box;
}

.question
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 15px;
}

/* for the yes/no option */

.feedback-option
{
	position: relative;
	display: inline-block;
}

.feedback-option .feedback-option-button
{
	display: block;
	position: relative;
	z-index: 2;
	padding: 15px 10px;
	cursor: pointer;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.feedback-option .feedback-option-button:hover
{
	background-color: rgba(0,0,0,0.05);
}

.feedback-option.selected .feedback-option-button
{
	color: #ffffff;
	background-color: #333333;
}

.feedback-option.yes
{
	padding-left: 12px;
}

.feedback-option.yes.selected .feedback-option-button
{
	background-color: #68AA00;
}

.feedback-option.no.selected .feedback-option-button
{
	background-color: #D9232E;
}

.fa-smile,
.fa-frown
{
	color: #333;
	padding-left: 5px;
}

fa-frown:hover,
fa-frown:active,
fa-smile:hover,
fa-smile:active
{
	color: #999;
	padding-left: 5px;
}

/*for the dialogbox above the selected option */

.feedback-dialog
{
	display: block;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	bottom: calc(100% + 30px);
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
	background-color: #333333;
	color: #ffffff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	opacity: 0;
	max-height: 0px;
	padding: 0 20px;
	-webkit-transition: all .2s ease-out 0.2s;
	transition: all .2s ease-out 0.2s;
}

.feedback-option.selected .feedback-dialog
{
	opacity: 1;
	max-height: 500px;
	padding: 20px;
	overflow: visible;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.feedback-dialog:after
{
	position: absolute;
	z-index: 0;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	border-top-color: #333333;
	border-width: 20px;
	margin-left: -20px;
	opacity: 0;
	transform: translateY(-20px);
	-webkit-transition: all .1s ease-out 0s;
	transition: all .1s ease-out 0s;
}

.feedback-option.selected .feedback-dialog:after
{
	opacity: 1;
	transform: translateY(0);
	-webkit-transition: all .1s ease-out 0.2s;
	transition: all .1s ease-out 0.2s;
}

.feedback-option.yes .feedback-dialog
{
	background-color: #68AA00;
}

.feedback-option.yes .feedback-dialog:after
{
	border-top-color: #68AA00;
}

.feedback-option.no .feedback-dialog
{
	background-color: #D9232E;
}

.feedback-option.no .feedback-dialog:after
{
	border-top-color: #D9232E;
}

/* for content in the dialog */

.feedback-dialog .close
{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	height: 35px;
	width: 35px;
	text-align: center;
	padding: 5px;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.feedback-dialog .close:hover
{
	background-color: rgba(0,0,0,0.2);
}

.feedback-dialog .divider
{
	display: block;
	background-color: #fff;
	width: 50%;
	height: 1px;
	margin: 20px auto;
}

.feedback-dialog .check-option
{
	text-align: left;
	padding: 5px 20px;
}

/* thank you message in the no dialog */

.feedback-dialog .thank-you-message
{
	display: block;
	position: relative;
	text-align: left;
	opacity: 0;
	max-height: 0px;
	-webkit-transition: all .2s ease-out 0s;
	transition: all .2s ease-out 0s;
}

.feedback-dialog .thank-you-message.enabled
{
	opacity: 1;
	max-height: 125px;
	margin-top: 10px;
}

.feedback-dialog .thank-you-message:after
{
	display: block;
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	left: -20px;
	background-color: rgba(0,0,0,0.2);
	height: calc(100% + 20px);
	width: calc(100% + 40px);
}

.feedback-dialog .thank-you-message .text
{
	display: inline-block;
	vertical-align: middle;
	width: calc(70% - 3.5px);
	padding-right: 10px;
	margin: 0;
}

.feedback-dialog .thank-you-message .feedback-button
{
	display: inline-block;
	vertical-align: middle;
	width: calc(30% - 3.5px);
	padding: 1em 1.25em;
	margin: 0;
	background-color: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
}

#feedback-survey h2
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 5px;
}

#feedback-survey h4
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 20px;
}

/* end styles for feedback loop */

.dashboardNote,
.Note,
.Note_Indent,
.Note_Indent_2x
{
	background-color: transparent;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	border-left: #68aa00;
	border-left-width: 2px;
	border-left-style: solid;
	font-size: 95%;
}

.dashboardNote:before,
.Note:before,
.Note_Indent:before,
.Note_Indent_2x:before
{
	content: "\f129";
	font-family: FontAwesome;
	padding-left: 9px;
	padding-right: 9px;
	color: #68aa00;
	border: #68aa00;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	margin-right: 10px;
	margin-bottom: -5px;
	margin-top: 0px;
	font-size: 14px;
	float: left;
}

.Note_Indent
{
	margin-left: 25pt;
}

.Note_Indent_2x
{
	margin-left: 45pt;
}

.phoneBorder
{
	text-align: center;
	margin: 0 auto;
}

.phoneVideo
{
	position: absolute;
	margin-top: 15px;
	text-align: center;
	z-index: -1;
}

.phone
{
	position: relative;
}

.Warning,
.Warning_Indent,
.Warning_Indent_2x
{
	background-color: transparent;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	border-left: #ff9100;
	border-left-width: 2px;
	border-left-style: solid;
	font-size: 95%;
}

.Warning:before,
.Warning_Indent:before,
.Warning_Indent_2x:before
{
	content: "\f071";
	font-family: FontAwesome;
	color: #ff9100;
	padding-right: 10px;
	font-size: 20px;
}

.Warning_Indent
{
	margin-left: 25pt;
}

.Warning_Indent_2x
{
	margin-left: 45pt;
}

.example
{
	background-color: transparent;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	border-left: #333;
	border-left-width: 2px;
	border-left-style: solid;
	font-size: 95%;
}

.example:before
{
	content: "\f084";
	font-family: FontAwesome;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	border: #333;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	margin-right: 10px;
	margin-bottom: -5px;
	margin-top: 0px;
	font-size: 14px;
	float: left;
}

.reqs
{
	background-color: transparent;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
	border-left: #11566f;
	border-left-width: 2px;
	border-left-style: solid;
	font-size: 95%;
}

.reqs:before
{
	content: "\f00c";
	font-family: FontAwesome;
	padding-right: 5px;
	padding-left: 5px;
	color: #11566f;
	border: #11566f;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	margin-right: 10px;
	margin-bottom: -5px;
	margin-top: 0px;
	font-size: 14px;
	float: left;
}

.reqs h2
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.hyper_card_width
{
	width: 25%;
	padding: 10px;
}

@media screen and (max-width: 480px)
{
	.hyper_card_width
	{
		width: 100%;
	}
}

@media screen and (max-width: 1024px)
{
	.hyper_card_width
	{
		width: 100%;
	}
}

.hyper-card-header-basic
{
	background-color: #04C4D9;
	color: #fff;
	text-align: center;
}

.hyper-card-header-ring
{
	background-color: #0597F2;
	color: #fff;
	text-align: center;
}

.hyper-card-header-matrix
{
	background-color: #F25757;
	color: #fff;
	text-align: center;
}

.hyper-card-header-section
{
	background-color: #1AA3D9;
	color: #fff;
	text-align: center;
}

.hyper-card-header-compact
{
	background-color: #FE9A02;
	color: #fff;
	text-align: center;
}

.hyper-widgets-padding
{
	padding: 10px;
}

.icons
{
	width: 100%;
}

.icons p
{
	float: left;
	margin: 5%;
}

.main-section > .row.outer-row
{
	max-width: 100%;
	margin: 0 10px;
}

.main-content
{
	width: 85%;
}

#clearfix
{
	clear: both;
}

.expandingBody
{
	display: inline !important;
}

.sdk_code,
.sdk_code_Indent,
.sdk_code_Indent_2x
{
	background-color: #404040;
	border: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 7px;
	position: relative;
	margin-top: 10px;
	font-family: 'Courier New' !important;
	color: #ffffff;
	white-space: nowrap;
	overflow-x: scroll;
	line-height: 15pt;
	padding: 5px;
}

.sdk_code_light
{
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 7px;
	position: relative;
	margin-top: 10px;
	font-family: 'Consolas' !important;
	color: #333333;
	white-space: nowrap;
	overflow-x: scroll;
	line-height: 15pt;
	padding: 5px;
}

.updateCallout
{
	color: #d9232e;
}

.param
{
	color: #f09942;
}

.param_value
{
	color: #b9e06c;
}

.rStudioCode
{
	color: #000cba;
}

.sdk_code_Indent
{
	margin-left: 25pt;
}

.sdk_code_Indent_2x
{
	margin-left: 45pt;
}

/*
div.Note
{
	border: solid #3050d6 1px;
	background-position: 10px;
	padding-left: 45px;
	page-break-inside: avoid;
	padding-right: 10px;
}
*/

div.implications
{
	border: solid #ffa600 1px;
	background-position: 10px;
	padding-left: 45px;
	page-break-inside: avoid;
	padding-right: 10px;
}

/*
div.Warning
{
	padding-left: 45px;
	page-break-inside: avoid;
	background-position: 10px;
	border: solid 1px #ddae19;
	padding-right: 10px;
}
*/

/* begin style for orange circle numbers for callouts in online help */

ol.callout
{
	counter-reset: item;
	margin: 0;
	padding-left: 0;
	font: Helvetica, Arial, 'Helvetica Neue', 'Open Sans', sans-serif;
}

ol.callout > li
{
	counter-increment: item;
	list-style: none inside;
	margin: 40px 0;
	overflow: hidden;
	font: Helvetica, Arial, 'Helvetica Neue', 'Open Sans', sans-serif;
	font-size: 16px !important;
	line-height: 1.5;
}

ol.callout > li:before
{
	content: counter(item);
	margin-right: 20px;
	padding: 3px;
	display: block;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background: #fe862c;
	color: #ffffff;
	text-align: center;
	font: 18pt Helvetica, Arial, 'Helvetica Neue', 'Open Sans', sans-serif;
	font-weight: 100;
	float: left;
}

/* End styles for orange circle numbers for callouts in online help */
/* orange callouts for PDF */

.calloutnum
{
	margin-right: 0.5em;
	padding: 3px;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 35px;
	background: #fe862c;
	color: #ffffff;
	text-align: center;
	font: 18pt Helvetica, Arial, 'Helvetica Neue', 'Open Sans', sans-serif;
	font-weight: 100;
	float: left;
	line-height: 30px;
}

/* end of orange callouts for PDF */

.flags h4
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
}

.flags + p img
{
	width: 40%;
	margin: 0 auto;
}

/*.discuss
{
    background-color: rgb(17, 86, 111);
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
    transition: background 0.8s ease 0s;
    width: 100%;
	text-align: center;
	width:278px;
	position:absolute;
	right: 0;
	top: 4%;
}

.discuss a
{
	color:#ffffff;
	text-decoration: none;
}*/

h2
{
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 30pt;
	word-break: keep-all;
	line-height: normal;
	font-size: 1.3em;
}

h3
{
	font-weight: bold;
	margin-bottom: 10pt;
	margin-top: 25pt;
	mc-heading-level: 3;
	word-break: keep-all;
	line-height: normal;
	font-size: 1.1em;
}

h3.procedure
{
	mc-heading-level: 0;
}

h3.Topic_L2
{
	mc-disabled: true;
}

h4
{
	margin-bottom: 10pt;
	font-weight: bold;
	font-style: normal;
	margin-top: 25pt;
	word-break: keep-all;
	line-height: normal;
	font-size: 1em;
}

h4.Intro
{
	margin-bottom: 10pt;
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1.44em;
	text-decoration: none;
	margin-top: 30pt;
	mc-heading-level: 0;
}

h5
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 25pt;
	margin-bottom: 10pt;
	word-break: keep-all;
	line-height: normal;
}

h6
{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 20pt;
	margin-bottom: 9pt;
	word-break: keep-all;
	line-height: normal;
}

MadCap|indexProxy
{
	border-top-width: 0px;
	mc-column-count: 1;
}

MadCap|glossaryProxy
{
	border-top-width: 0px;
}

ul.mstr
{
	margin-left: 0pt;
	padding-left: 15px;
}

ul.mstr ul
{
	margin-left: 20pt;
	padding-left: 15px;
}

p
{
	orphans: 2;
	widows: 2;
}

.caption
{
	font-size: .75em;
	font-style: italic;
	margin-left: 10%;
	margin-top: -20px;
}

img.screenshot
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

img.mac_screenshot
{
	border: 1px solid #a9a9a9;
	border-radius: 10px;
}

img.intext
{
	margin-top: 3px;
	max-width: 23px;
}

p.TOC2
{
	margin-left: 15pt;
}

p.code,
.code,
span.Code,
span.code
{
	font-family: 'Courier New';
	white-space: pre;
}

p.hover
{
	width: 90%;
	font-style: italic;
}

p.smalltext
{
	text-indent: 0px;
	font-size: 0.75em;
}

p.Indent
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 20pt;
}

p.Table_Heading
{
	text-align: left;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
}

p.Table_Body
{
	font-size: 13px;
}

p.Table_Bullet
{
	font-size: 13px;
	margin-left: 15pt;
	mc-auto-number-format: '• ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 15pt;
	mc-auto-number-class: number;
}

MadCap|xref.chapter_number_and_name
{
	mc-format: '{paratext}';
	color: #4789a3;
	text-decoration: none;
}

MadCap|xref.appendix_letter_and_name
{
	mc-format: '{paratext}';
	color: #4789a3;
	text-decoration: none;
}

MadCap|xref.section_name_and_page
{
	mc-format: '{paratext}';
	color: #4789a3;
	text-decoration: none;
}

pre
{
	font-family: monospace, 'Courier New';
	margin-top: 1pt;
	margin-bottom: 1pt;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	font-size: 12pt;
}

MadCap|xref.section_name
{
	mc-format: '{paratext}';
	color: #4789a3;
	text-decoration: none;
}

code.italic
{
	font-family: monospace, 'Courier New';
	font-weight: normal;
	font-style: italic;
}

p.Table_NumList1
{
	margin-left: 18pt;
	mc-auto-number-format: 'T:{n=1} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 18pt;
	mc-auto-number-class: number;
	font-size: 0.8em;
}

p.Table_NumList
{
	margin-left: 18pt;
	mc-auto-number-format: 'T:{n+} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 18pt;
	mc-auto-number-class: number;
	font-size: 0.8em;
}

code
{
	font-family: monospace, 'Courier New';
}

code.bold
{
	font-weight: bold;
}

p.Table_Indent
{
	margin-left: 15pt;
	font-size: 0.8em;
}

p.Glossary_Term
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	font-weight: bold;
}

p.Glossary_Definition
{
	margin-top: 5pt;
	margin-bottom: 10pt;
}

p.MiniTOC9,
p.MiniTOC8,
p.MiniTOC7,
p.MiniTOC6,
p.MiniTOC5,
p.MiniTOC4,
p.MiniTOC3,
p.MiniTOC2,
p.MiniTOC1,
p.ListOf,
p.IndexHeading,
p.Index9,
p.Index8,
p.Index7,
p.Index6,
p.Index5,
p.Index4,
p.Index3,
p.Index2,
p.Index1,
p.ConceptContext,
p.Concept
{
	font-size: 1em;
	text-decoration: underline;
	color: #4789a3;
	font-weight: normal;
}

table ul,
table ol
{
	font-size: 13px;
}

MadCap|relationshipsHeading.task,
MadCap|relationshipsHeading.reference,
MadCap|relationshipsHeading.concept,
MadCap|relationshipsHeading,
fieldset,
dir,
menu,
center,
address
{
	font-family: 'Open Sans', Arial, sans-serif;
}

MadCap|xref.Page
{
	mc-format: 'click here';
	color: #4789a3;
	text-decoration: none;
}

blockquote
{
	margin-left: 20pt;
	margin-right: 20pt;
	margin-bottom: 20pt;
	margin-top: 20pt;
	padding: 10pt;
}

div
{
	
}

table p
{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: inherit;
}

MadCap|xref
{
	mc-format: '{paratext}';
	color: #4789a3;
	text-decoration: none;
}

img.cover
{
	clear: both;
	height: 9in;
	width: 7in;
}

ol.procedure
{
	
}

pre:first-child
{
	margin-top: 5pt;
}

ul.standard li,
ol.standard li,
ul.standard p,
ol.standard p
{
	margin-bottom: 3pt;
	margin-top: 3pt;
}

ul
{
	margin-left: 12pt;
}

ul.standard p
{
	font-size: inherit;
}

ul.standard li
{
	font-size: inherit;
}

span.TitleNumber
{
	display: none;
}

small
{
	
}

span.note_warning
{
	font-family: Webdings;
	font-size: 25pt;
	vertical-align: sub;
	color: #b22222;
}

li
{
	margin: 1em 0;
}

p.Subtitle
{
	font-weight: bold;
}

MadCap|dropDown
{
	mc-closed-image: none;
	mc-open-image: none;
	mc-image-position: left;
}

/*
.MCDropDown_Closed a.MCDropDownHotSpot,
.MCDropDown_Open a.MCDropDownHotSpot
{
	color: #d9232e;
}
*/

.MCDropDown_Closed a.MCDropDownHotSpot:before
{
	content: "\f101";
	font-family: FontAwesome;
	padding-right: 2px;
}

.MCDropDown_Open a.MCDropDownHotSpot:before
{
	content: "\f103";
	font-family: FontAwesome;
	padding-right: 2px;
}

MadCap|dropDownBody
{
	
}

/*
MadCap|dropDownHotspot
{
	color: #d9232e;
}

MadCap|dropDownHead
{
	color: #d9232e;
}
*/

a
{
	color: #4789a3;
	text-decoration: none !important;
}

img.thumbnail
{
	mc-thumbnail: hover;
	mc-thumbnail-max-height: 50px;
}

p.MiniTOC2
{
	text-decoration: none;
	color: #4a90e2;
}

MadCap|xref:focus,
MadCap|xref:hover
{
	color: #4789a3;
	text-decoration: none;
}

MadCap|keywordLink,
a:link,
MadCap|toggler
{
	color: #4789a3;
}

MadCap|listOfProxy
{
	border-top-width: 2px;
	border-top-color: #999999;
	margin-top: 5px;
	padding-left: 30px;
	margin-left: 30px;
}

p.IndexHeading
{
	color: #d9232e;
	text-decoration: underline;
	text-align: left;
	text-indent: -10px;
}

p.Index1 p.Index2,
p.Index3,
p.Index4,
p.Index5,
p.Index6,
p.Index7,
p.Index8,
p.Index9
{
	text-decoration: none;
	color: #777;
	margin-left: .2in;
}

button.pdfDownload
{
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url('../printIcons/pdf_download.png');
	border: none;
	height: 40px;
	width: 60px;
	cursor: pointer;
}

@media tutorial
{
	ol.callout
	{
		counter-reset: item;
		margin: 0;
		padding-left: 0;
	}

	ol.callout > li
	{
		counter-increment: item;
		list-style: none inside;
		margin: 40px 0;
		overflow: hidden;
		font-size: 16px !important;
		line-height: 1.5;
	}

	ol.callout > li:before
	{
		content: counter(item);
		margin-right: 20px;
		padding: 3px;
		display: block;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		background: #fe862c;
		color: #ffffff;
		text-align: center;
		font: 18pt 'Open Sans', Arial, sans-serif;
		font-weight: 100;
		float: left;
	}

	MadCap|dropDownHotspot
	{
		color: #777777;
	}

	MadCap|dropDownHead
	{
		color: #777777;
	}

	MadCap|dropDown
	{
		mc-closed-image: none;
		mc-open-image: none;
		mc-image-position: left;
	}

	body
	{
		line-height: 140%;
		mc-hyphenate: never;
		mc-short-line-loosen-maximum: 8;
		mc-short-line-method: never;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 1em;
		color: #333333;
	}

	h1,
	h1.Title,
	h1.WhatsNew
	{
		font-size: 1.5em;
		page-break-after: avoid;
	}

	h1
	{
		color: #d92323;
	}

	h2
	{
		color: #777777;
		margin-top: 5pt;
	}

	h3
	{
		color: #777777;
		margin-bottom: 10pt;
		margin-top: 25pt;
		mc-heading-level: 3;
		word-break: keep-all;
		line-height: normal;
		font-size: 1.1em;
	}
}

@media print
{
	body
	{
		mc-short-line-loosen-maximum: 5;
		mc-short-line-method: never;
		mc-short-line-loosen-end-length: 15;
		line-height: 150%;
		mc-hyphenate: never;
		mc-short-line-loosen-maximum: 8;
		mc-short-line-method: never;
		font-family: Arial, sans-serif;
		font-size: 1em;
		letter-spacing: .1em;
		color: #333333;
	}

	.container
	{
		margin: 0 auto;
	}

	ul.tabs
	{
		display: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
	}

	ul.tabs:after
	{
		position: absolute;
		content: "";
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #ddd;
	}

	ul.tabs .tab-link
	{
		color: #333;
		display: inline-block;
		padding: 10px 10px;
		cursor: pointer;
		margin-left: -4px;
		position: relative;
		z-index: 0;
	}

	ul.tabs .current
	{
		background: #fff;
		color: #d9232e;
		margin-left: 0px;
		margin-right: 10px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid white;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	ul.tabs .tab-link:hover
	{
		background: #c2c2c2;
		color: #000;
		display: inline-block;
		padding: 10px 10px;
		cursor: pointer;
		margin-left: -5px;
		border: 1px solid transparent;
	}

	ul.tabs .current:hover
	{
		background: #fff;
		color: #d9232e;
		margin-left: 0px;
		margin-right: 10px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		z-index: 2;
	}

	.tab-content
	{
		display: block !important;
		padding: 15px;
		background-color: transparent;
	}

	.tab-content .current
	{
		display: block !important;
	}

	body:lang(ja)
	{
		font-family: 'YuGothic';
	}

	body:lang(ko)
	{
		font-family: 'Gulim';
	}

	div.nopagebreak
	{
		page-break-inside: avoid;
	}

	h1
	{
		font-weight: normal;
		line-height: normal;
		margin-left: -0.5in;
		page-break-before: auto;
		font-size: 28pt;
	}

	h1.Book_Title
	{
		mc-heading-level: 0;
		position: static;
		background-repeat: no-repeat;
		vertical-align: middle;
		text-align: center;
		background-image: none;
		margin-top: 10pt;
		font-size: 42pt;
		line-height: 46pt;
		margin-bottom: 15pt;
		page-break-after: always;
	}

	h1.TOC_Heading
	{
		font-variant: small-caps;
		mc-toc-depth: 0;
		mc-heading-level: 0;
		font-size: 38pt;
		margin-top: 0em;
		mc-auto-number-format: '{ =0}';
		mc-auto-number-position: none;
	}

	h1.Title
	{
		font-variant: small-caps;
		mc-auto-number-class: TitleNumber;
		mc-auto-number-offset: 20pt;
		margin-bottom: 10pt;
		page-break-after: always;
		page-break-inside: avoid;
		page-break-before: avoid;
		margin-left: -0.5in;
		mc-auto-number-format: '{chapnum}. ';
		mc-auto-number-position: inside-head;
		font-size: 42pt;
		line-height: 36pt;
		margin-top: 0pt;
	}

	h1.AppendixTitle
	{
		mc-auto-number-class: TitleNumber;
		mc-auto-number-format: 'GM:{A+}.';
		mc-auto-number-position: inside-head;
		mc-auto-number-offset: 40pt;
		font-size: 30pt;
		font-weight: normal;
		margin-bottom: .67em;
		margin-left: -.5in;
	}

	h1.Subtitle
	{
		font-size: 30pt;
		margin-bottom: 40pt;
		page-break-after: always;
		margin-left: 0in;
		text-align: center;
	}

	h1.TitleNoNumber
	{
		font-variant: small-caps;
		font-style: normal;
		mc-auto-number-class: TitleNumber;
		mc-auto-number-offset: 20pt;
		margin-bottom: 10pt;
		page-break-after: avoid;
		page-break-inside: avoid;
		page-break-before: avoid;
		margin-left: -0.5in;
		mc-auto-number-position: inside-head;
		mc-heading-level: 1;
		font-size: 42pt;
		line-height: 36pt;
		margin-top: 0em;
		mc-auto-number-format: '{ }';
	}

	h2
	{
		font-family: 'Open Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin-left: -0.5in;
		margin-bottom: 15pt;
		margin-top: 20pt;
		font-weight: lighter;
		font-size: 20pt;
		letter-spacing: .5pt;
	}

	h3.procedure
	{
		font-weight: normal;
		font-family: 'Open Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		mc-heading-level: 0;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 8pt;
		padding-top: 8pt;
		font-size: 14pt;
		border-bottom-width: 1px;
		border-top-width: 1px;
		border-top: solid 1px #696969;
		border-bottom: solid 1px #696969;
	}

	h3
	{
		mc-heading-level: 0;
		margin-top: 10pt;
		letter-spacing: .5pt;
		font-size: 16pt;
		font-weight: lighter;
	}

	h4.Topic_L3
	{
		font-weight: normal;
		margin-top: 30pt;
		margin-bottom: 20pt;
		font-size: 16pt;
	}

	h4
	{
		font-weight: normal;
		mc-heading-level: 0;
		font-size: 14pt;
	}

	h4.Intro
	{
		font-size: 18pt;
		font-style: normal;
		font-weight: normal;
		margin-top: 60pt;
		mc-heading-level: 2;
	}

	h4.procedure_sub
	{
		font-weight: normal;
		padding: 20pt 0;
		font-size: 12pt;
		padding-top: 0pt;
		padding-bottom: 0pt;
	}

	h5.Topic_L4
	{
		font-weight: normal;
		font-size: 13pt;
	}

	h5
	{
		font-weight: normal;
		mc-heading-level: 0;
		font-size: 13pt;
		letter-spacing: 0.25pt;
	}

	h6
	{
		font-weight: normal;
		mc-heading-level: 0;
		font-size: 12pt;
	}

	.sdk_code,
	.sdk_code_Indent,
	.sdk_code_Indent_2x
	{
		background-color: #404040;
		border: 1px solid #c0c0c0;
		border-bottom: 3px solid #c0c0c0;
		border-radius: 7px;
		position: relative;
		margin-top: 10px;
		font-family: 'Courier New' !important;
		color: #ffffff;
		white-space: normal;
		overflow-x: hidden;
		overflow-wrap: normal;
		line-height: 15pt;
		padding: 5px;
	}

	span.TitleNumber
	{
		font-size: 70pt;
		display: none;
	}

	p.Glossary_Term
	{
		page-break-after: avoid;
	}

	p.legal
	{
		line-height: 12pt;
		font-size: 11pt;
		letter-spacing: .2pt;
	}

	p.smalltext
	{
		margin-top: 0pt;
		margin-left: 0pt;
		margin-right: 0pt;
		margin: 0pt;
		margin-bottom: 4pt;
		line-height: 7pt;
		font-size: 6pt;
	}

	p.Subtitle
	{
		color: #777777;
		margin-left: -0.5in;
		line-height: 31pt;
		font-size: 22pt;
		font-weight: normal;
		font-style: normal;
	}

	pre.Indent
	{
		font-size: as-is;
	}

	pre
	{
		font-size: 9pt;
	}

	MadCap|xref
	{
		mc-format: '{paratext}';
		font-style: italic;
		color: #4789a3;
	}

	MadCap|xref.appendix_letter_and_name
	{
		mc-format: 'Appendix {paranumonly}, {paratext}';
		color: #4789a3;
	}

	MadCap|xref.chapter_number_and_name
	{
		mc-format: 'Chapter {paranumonly}, {paratext}';
		color: #4789a3;
	}

	MadCap|xref.section_name_and_page
	{
		mc-format: '{paratext}, page {page}';
		color: #4789a3;
	}

	img.cover
	{
		height: 9in;
		width: 7.5in;
		page-break-after: always;
		clear: none;
	}

	p.TOC1
	{
		color: #777777;
		font-size: 13pt;
		page-break-after: avoid;
	}

	p.TOC2
	{
		margin-bottom: 8px;
		margin-top: 8px;
		margin-left: 17pt;
		color: #777777;
	}

	p.TOC3
	{
		margin-bottom: 5px;
		margin-top: 5px;
		color: #777777;
	}

	p.TOC4
	{
		color: #777777;
	}

	td p
	{
		font-size: 13px;
	}

	small
	{
		font-size: 0.8em;
		font-family: 'Open Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		color: #777777;
	}

	span.note_warning
	{
		vertical-align: sub;
	}

	MadCap|xref.section_name
	{
		mc-format: '{paratext}, page {page}';
		color: #4789a3;
	}

	p.versionNum
	{
		font-family: 'Open Sans';
		color: #ffffff;
	}

	MadCap|tocProxy
	{
		border-top-width: 0px;
	}

	p.code
	{
		font-family: 'Courier New';
		margin-bottom: 4pt;
		margin-top: 4pt;
	}

	ul.mstr ul
	{
		list-style-type: square;
	}

	p.MiniTOC9,
	p.MiniTOC8,
	p.MiniTOC7,
	p.MiniTOC6,
	p.MiniTOC5,
	p.MiniTOC4,
	p.MiniTOC3,
	p.MiniTOC2,
	p.MiniTOC1,
	p.ListOf,
	p.IndexHeading,
	p.Index9,
	p.Index8,
	p.Index7,
	p.Index6,
	p.Index5,
	p.Index4,
	p.Index3,
	p.Index2,
	p.Index1,
	p.ConceptContext,
	p.Concept
	{
		font-size: 1em;
		text-decoration: underline;
	}

	MadCap|miniTocProxy
	{
		
	}

	img.full_size_100
	{
		width: 100%;
	}

	img.screenshot
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	img.thumbnail
	{
		mc-thumbnail: hover;
	}

	span.SearchHighlight1,
	span.SearchHighlight2,
	span.SearchHighlight3,
	span.SearchHighlight4,
	span.SearchHighlight5,
	span.SearchHighlight6,
	span.SearchHighlight7,
	span.SearchHighlight8,
	span.SearchHighlight
	{
		background-color: transparent;
	}

	ul
	{
		margin-left: 12pt;
	}

	.Note,
	.Note_Indent,
	.Note_Indent_2x
	{
		border: 0;
		background-image: url('../printIcons/info-24.png');
		background-repeat: no-repeat;
		background-position: left center;
		background-color: transparent;
		margin-left: 5px;
		padding-left: 30px;
	}

	.Note:before,
	.Note_Indent:before,
	.Note_Indent_2x:before
	{
		content: "";
	}

	.Warning,
	.Warning_Indent,
	.Warning_Indent_2x
	{
		border: 0;
		background-image: url('../printIcons/alert-24.png');
		background-repeat: no-repeat;
		background-position: left center;
		background-color: transparent;
		margin-left: 5px;
		padding-left: 30px;
	}

	.Warning:before,
	.Warning_Indent:before,
	.Warning_Indent_2x:before
	{
		content: "";
	}

	.example
	{
		border: 0;
		background-image: url('../printIcons/key-24.png');
		background-repeat: no-repeat;
		background-position: left;
		background-color: transparent;
		margin-left: 5px;
		padding-left: 5px;
	}

	.example:before
	{
		content: "";
	}

	.reqs
	{
		border: 0;
		background-image: url('../printIcons/ok-24.png');
		background-repeat: no-repeat;
		background-position: left;
		background-color: transparent;
		margin-left: 5px;
		padding-left: 5px;
	}

	.reqs:before
	{
		content: "";
	}

	MadCap|keywordLink
	{
		color: #4789a3;
	}

	a:link
	{
		text-decoration: none;
	}

	ol.callout > li
	{
		counter-increment: item;
		list-style: decimal inside;
		margin: 0px;
		overflow: hidden;
		font-size: 16px !important;
		display: list-item;
	}

	ol.callout > li:before
	{
		border-radius: 50%;
		width: 0px;
		height: 0px;
		background: transparent;
		background-size: 0px;
		margin-right: 0px;
		padding: 0px;
		color: transparent;
		font-size: 0pt;
		font: 0pt;
		display: none;
		list-style: none;
		float: right;
		content: '""';
	}

	button.pdfDownload
	{
		color: transparent;
	}
}

img
{
	max-width: 95%;
	vertical-align: top;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-divider: ' » ';
	font-size: 0.9em;
	mc-breadcrumbs-count: 10;
	border-bottom-color: #b3b3ba;
	mc-breadcrumbs-prefix: ' ';
	border-bottom-width: 0;
	border-bottom-style: none;
}

div.GlossaryPageDefinition
{
	font-size: 11pt;
}

div.GlossaryPageEntry
{
	font-size: 11pt;
}

span.SearchHighlight
{
	mc-hidden: hidden;
}

MadCap|topicToolbarProxy
{
	background-color: #ffffff;
	height: 23px;
}

MadCap|expanding
{
	display: inline !important;
	mc-closed-image: url('../SharedImages/expand_22px.png');
	mc-open-image: url('../SharedImages/collapse_22px.png');
}

MadCap|expandingBody
{
	display: inline;
}

MadCap|miniTocProxy
{
	border-top-width: 0px;
	color: #0000ff;
	text-decoration: underline;
	padding-top: 0px;
	mc-toc-depth: 1;
	font-weight: normal;
}

p.footer:first-child
{
	font-size: 9pt;
	text-align: center;
	padding-top: 10px;
}

div.footer
{
	font-size: 9pt;
	text-align: center;
	background-color: #fff;
	color: #333;
	padding: 5px 10px 15px;
	padding-top: 5px;
	border-top: 1px solid #979797;
}

div.footer a
{
	color: #4a90e2;
}

p.MiniTOC1
{
	text-decoration: none;
	color: #4a90e2;
}

div.FS_search_bar
{
	background-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15%;
	padding-left: 15%;
	margin-bottom: 20px;
}

.button-group-container-left
{
	float: none;
}

.button.next-topic-button
{
	float: right;
}

@media In-Build
{
	body
	{
		background-color: #eeeeee;
	}

	.sdk_code
	{
		padding-top: 0;
	}

	MadCap|dropDown
	{
		mc-closed-image: url('../SharedImages/collapse_22px.png');
		mc-open-image: url('../SharedImages/expand_arrow.png');
	}

	MadCap|dropDownHotspot
	{
		color: #4789a3;
	}
}

@media screen and (max-width: 480px)
{
	.webIcon
	{
		display: none;
	}

	MadCap|xref.Windows
	{
		mc-format: 'Windows';
	}

	MadCap|xref.Linux
	{
		mc-format: 'Linux';
	}

	ol.callout
	{
		counter-reset: item;
		margin: 0;
		padding-left: 0;
	}

	ol.callout > li
	{
		counter-increment: item;
		list-style: none inside;
		margin: 0px;
		overflow: hidden;
		font-size: 16px !important;
		line-height: 1.5;
	}

	ol.callout > li:before
	{
		content: counter(item);
		margin-right: 20px;
		padding: 3px;
		display: block;
		border-radius: 0px;
		width: 0px;
		height: 0px;
		background: transparent;
		color: #fe862c;
		text-align: center;
		font: 18pt 'Open Sans', Arial, sans-serif;
		font-weight: 100;
		float: left;
	}

	MadCap|dropDownHotspot,
	MadCap|dropDownHead
	{
		color: #777777;
	}

	MadCap|dropDown
	{
		mc-closed-image: none;
		mc-open-image: none;
		mc-image-position: left;
	}

	body
	{
		line-height: 140%;
		mc-hyphenate: never;
		mc-short-line-loosen-maximum: 8;
		mc-short-line-method: never;
		font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 1em;
		color: #333333;
	}

	h1,
	h1.Title,
	h1.WhatsNew
	{
		font-size: 1.5em;
		page-break-after: avoid;
	}

	h1
	{
		color: #d92323;
	}

	h2
	{
		color: #777777;
		margin-top: 5pt;
	}

	h3
	{
		color: #777777;
		margin-bottom: 10pt;
		margin-top: 25pt;
		mc-heading-level: 3;
		word-break: keep-all;
		line-height: normal;
		font-size: 1.1em;
	}
}

.button_red
{
	background-color: #d9232e;
	padding: 1px 1px;
	color: #fff;
	width: 14rem;
	text-align: center;
	border-radius: 3px;
}

.button_container a
{
	text-decoration: none;
}

.button_red:hover
{
	background-color: #ea2b37;
}

.button_blue_hollow
{
	padding: 1px 1px;
	color: #4789a3;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #4789a3;
	margin-right: 10px;
	margin-left: 15px;
	padding: 10px;
}

.button_blue_hollow:hover
{
	color: #fff;
	background: #4789a3;
}

.button-group
{
	margin-top: 20px;
}

.ul_home
{
	margin-left: -20px;
}

#home_video
{
	margin: 35px auto;
}

#hyper_mobile:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f10b  ";
	font-size: 30px;
	margin-right: 15px;
}

#hyper_web:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f0ac  ";
	font-size: 30px;
	margin-right: 15px;
}

#hyper_office:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f109  ";
	font-size: 30px;
	margin-right: 15px;
}

#ICG_plan:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f0ae";
	font-size: 30px;
	margin-right: 15px;
}

#ICG_home_windows:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f17a";
	font-size: 30px;
	margin-right: 15px;
}

/* Windows icon appears */

.windows:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f17a";
	font-size: 30px;
	margin-right: 15px;
}

/* Link icon appears */

.link:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f0c1";
	font-size: 30px;
	margin-right: 15px;
}

#ICG_home_linux:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f17c";
	font-size: 30px;
	margin-right: 15px;
}

/* Linux icon appears */

.linux:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f17c";
	font-size: 30px;
	margin-right: 15px;
}

#sag_home_get_started:before
{
	font-family: FontAwesome;
	font-weight: 400;
	content: "\f144";
	font-size: 30px;
	margin-right: 15px;
}

#DWW_home_authoring:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f5ae";
	font-size: 30px;
	margin-right: 15px;
}

#DWW_home_admin:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f509";
	font-size: 30px;
	margin-right: 15px;
}

#DWW_federated_analytics:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f643";
	font-size: 30px;
	margin-right: 15px;
}

#sag_home_managing_license:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f084";
	font-size: 30px;
	margin-right: 15px;
}

#sag_home_managing_project:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f0ae";
	font-size: 30px;
	margin-right: 15px;
}

#home_icon_bi_tools:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f1c0";
	font-size: 30px;
	margin-right: 15px;
}

#home_icon_microsoft:before
{
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	content: "\f3ca";
	font-size: 30px;
	margin-right: 15px;
}

#home_icon_datasci:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f5d3";
	font-size: 30px;
	margin-right: 15px;
}

#mobile_home_server:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f233";
	font-size: 30px;
	margin-right: 15px;
}

#mobile_home_intelligence:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f6ff";
	font-size: 30px;
	margin-right: 15px;
}

#DWW_home_connect:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f1e6";
	font-size: 30px;
	margin-right: 15px;
}

#PA_home_install:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f7d9";
	font-size: 30px;
	margin-right: 15px;
}

#office_home_validate:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f14a";
	font-size: 30px;
	margin-right: 15px;
}

#funref_home_functions:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f661";
	font-size: 30px;
	margin-right: 15px;
}

#funref_home_operators:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f64c";
	font-size: 30px;
	margin-right: 15px;
}

#funref_home_plugin:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f66e";
	font-size: 30px;
	margin-right: 15px;
}

#dcg_home_create:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f15b";
	font-size: 30px;
	margin-right: 15px;
}

#dcg_home_format:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f618";
	font-size: 30px;
	margin-right: 15px;
}

#dcg_home_link:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f0c1";
	font-size: 30px;
	margin-right: 15px;
}

#r_home_scripts:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f108";
	font-size: 30px;
	margin-right: 15px;
}

#arg_advanced_objects:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f1b2";
	font-size: 30px;
	margin-right: 15px;
}

#brg_answer_questions:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f059";
	font-size: 30px;
	margin-right: 15px;
}

#report_designer_report:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f0ce";
	font-size: 30px;
	margin-right: 15px;
}

#report_designer_view:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f201";
	font-size: 30px;
	margin-right: 15px;
}

.mt_disclaimer
{
	font-size: 10px;
	padding: 0 20%;
	color: #999;
	background-color: #fff;
	line-height: 20px;
}

#gis_home_globe:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f57d";
	font-size: 64px;
	margin-right: 15px;
}

#DAWG_home_layer:before
{
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f5fd";
	font-size: 30px;
	margin-right: 15px;
}

/* These are old outdated styles. The only reason they are here is to not break older doc. Do not use them. */

p.Bullet
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 20pt;
	mc-auto-number-format: '• ';
	text-decoration: none;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
}

p.Bullet_2
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 40pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '▫ ';
}

p.Bullet_3
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 60pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '— ';
}

p.Bullet_Indent
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 40pt;
	mc-auto-number-format: '• ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
}

p.Indent_2x
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 40pt;
}

p.Number_Indent_Alpha1
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 40pt;
	font-weight: normal;
	font-style: normal;
	mc-auto-number-format: 'B:{a=1} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-next-tag: p;
	mc-next-class: Number_Indent_Alpha;
}

p.Number_Indent_Alpha
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 40pt;
	font-weight: normal;
	mc-auto-number-format: 'B:{a+} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	text-decoration: none;
}

p.Number_1
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 20pt;
	mc-auto-number-format: 'N:{n=1} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-class: number;
	mc-next-tag: p;
	mc-next-class: Number;
}

p.Number
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 20pt;
	mc-auto-number-format: 'N:{n+} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-class: number;
}

p.Number_Indent_2x_Alpha1
{
	margin-left: 60pt;
	mc-auto-number-format: 'C:{a=1} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-next-tag: p;
	mc-next-class: Number_Indent_2x_Alpha;
}

p.Number_Indent_2x_Alpha
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 60pt;
	mc-auto-number-format: 'C:{a+} ';
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
}

p.Bullet_Indent_2x
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 60pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '▫ ';
}

p.Indent_3x
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 60pt;
}

p.Bullet_Indent_3x
{
	margin-top: 5pt;
	margin-bottom: 10pt;
	margin-left: 80pt;
	mc-auto-number-position: outside-head;
	mc-auto-number-offset: 20pt;
	mc-auto-number-format: '— ';
}

