@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/

body
{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
	word-wrap: break-word;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

/* border on header */

nav.title-bar.tab-bar
{
	border-bottom: 4px solid #62C6C4;
}

/* breadcrumbs */

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: normal;
	font-weight: normal;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-size: 0.8em;
	mc-breadcrumbs-divider: ' > ';
	mc-breadcrumbs-count: 7;
}

a.MCBreadcrumbsLink
{
	font-style: normal;
	text-decoration: underline;
	color: #6172B6;
}

a.MCBreadcrumbsLink:visited
{
	color: #7E57C5;
}

a.MCBreadcrumbsLink:hover
{
	color: #F04F50;
}

/* end breadcrumbs */

/* not using now, but will want when we add "on this page" menu
.sticky-menu
{
	max-height: 60vh;
	overflow: auto;
}
*/

/* language button */

.toolbar-button-drop-down
{
	left: unset !important;
}

/* end language button */
/* headers not dependent on product colors */

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 18px;
}

h3.function
{
	margin-bottom: 4px;
	margin-top: 16px;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	border-bottom: 2px solid #7E57C5;
	display: inline-block;
}

h3.techtalk
{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	margin-left: -20px;
	background-color: #7E57C5;
	color: #ffffff;
	border-right: 20px solid #7E57C5;
	border-left: 20px solid #7E57C5;
	border-top: 4px solid #7E57C5;
	border-bottom: 4px solid #7E57C5;
	display: inline-block;
}

h4
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
}

/* end headers */
/* search div */

div.sideContent
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	width: 150px;
}

/*code paragraphs*/

p.code
{
	font-family: monospace;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent20px
{
	font-family: monospace;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent40px
{
	font-family: monospace;
	margin-left: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent60px
{
	font-family: monospace;
	margin-left: 60px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent80px
{
	font-family: monospace;
	margin-left: 80px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent100px
{
	font-family: monospace;
	margin-left: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent120px
{
	font-family: monospace;
	margin-left: 120px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.codeIndent140px
{
	font-family: monospace;
	margin-left: 140px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*end code paragraphs*/
/*bold, italic, code spans*/

span.characterEmphasis	/*Bold formatting*/
{
	font-weight: bold;
	font-style: normal;
}

span.topTOChead	/*Lead text in topTOC div*/
{
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

span.codeReference	/*Inline code/URLS/paths*/
{
	font-family: monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}

span.relNotesRed	/*red text in release notes*/
{
	color: #ce2013;
}

span.characterReference
{
	font-weight: normal;
	font-style: italic;
}

/*end basic spans*/
/*code boxes*/

div.codebox
{
	background-color: #ECEEEF;
	font-family: Tahoma, sans-serif;
	font-size: .95em;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.codeboxEPP
{
	background-color: #ECEEEF;
	font-family: monospace;
	font-size: .95em;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.codeboxinset	/*nested divs*/
{
	background-color: #ECEEEF;
	font-size: .95em;
	font-family: Tahoma, sans-serif;
	line-height: normal;
	border-top: solid .5px #404040;
	border-bottom: solid .5px #404040;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

/*end code boxes*/
/*note/tip/important boxes*/

div.notebox
{
	background-color: #ECEEEF;
	border-left: 4px solid #7E57C5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: normal;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.tipbox
{
	background-color: #ECEEEF;
	border-left: 4px solid #62C6C4;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: normal;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.importantbox
{
	background-color: #ECEEEF;
	border-left: 4px solid #F04F50;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: normal;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.newfeature
{
	background-color: #E3F8F6;
	border-left: 4px solid #7E57C5;
	font-size: .95em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: normal;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

/*end note/tip/important boxes*/
/*specialty divs*/

div.topTOC	/* On-page TOCs */
{
	background-color: #ECEEEF;
	border-left: 4px solid #797979;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .75em;
	line-height: 100%;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	max-width: 100%;
	overflow: auto;
}

div.techtalk	/*"aside" discussions*/
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	line-height: normal;
	border: solid 4px #7E57C5;
	background-color: #ECEEEF;
	margin-top: 4px;
	margin-bottom: 2px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	text-align: left;
	overflow: auto;
	display: inline-block;
	max-width: 100%;
}

/*end specialty divs*/
/* used in footer */

p.timestamp
{
	font-size: .6em;
	font-weight: bold;
	color: #797979;
	margin-left: 10px;
}

/* Indented paragraphs */

p.indent1_20px
{
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.indent2_40px
{
	margin-left: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.indent3_60px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 60px;
}

p.indent4_80px
{
	margin-left: 80px;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.indent5_100px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 100px;
}

p.indent6_120px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 120px;
}

p.indent7_140px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 140px;
}

p.indent8_160px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 160px;
}

p.indent9_180px
{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 180px;
}

/* End indented styles */
/* Images */

img.ImageThumbs
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 350px;
	max-width: 100%;
	height: auto;
}

p.imageCaption
{
	font-weight: normal;
	font-style: italic;
	font-size: .75em;
	text-align: left;
	margin-left: 15px;
	margin-top: 0;
}

.responsive
{
	max-width: 100%;
	height: auto;
}

/* End Images */
/* Colorized SenseTalk code. To be updated in v20.1 (March 2020) */

span.ST_KEY	/* Keywords */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #1D1D1D;
}

span.ST_CMD	/* Commands */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #2F1E44;
}

span.ST_MSGNAME	/* User Cmds */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #683BBA;
}

span.ST_EP_MSGNAME	/* Remote Cmds */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #6B006D;
}

span.ST_FN	/* Functions */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #4E5BA7;
}

span.ST_EP_FN	/* Remote Funcs */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #3F52E0;
}

span.ST_VAR	/* Variables */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #004543;
}

span.ST_CONTAINER_VAR	/* Containers */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #266D6A;
}

span.ST_CONTAINER	/* Containers */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #266D6A;
}

span.ST_NUM	/* Numbers */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #925704;
}

span.ST_LIT	/* Literals */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #68213C;
}

span.ST_OP	/* Operators */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #850FC1;
}

span.ST_COMMENT	/* Comments */
{
	font-family: tahoma, monospace;
	font-weight: normal;
	font-style: normal;
	font-size: .95em;
	color: #227033;
}

span.ST_PTN	/* Patterns */
{
	font-family: tahoma, monospace;
	font-weight: bold;
	font-style: normal;
	font-size: .95em;
	color: #4A0F12;
}

span.sensetalk	/*old SenseTalk code - purple monospace*/
{
	font-family: monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 11pt;
	color: #982FAD;
}

/*End of colorized SenseTalk code */
/* Java formatting styles */

span.codeJavaKeyword
{
	font-weight: bold;
	color: #7f0055;
}

span.codeJavaQuote
{
	color: #2a00ff;
}

span.codeJavaComment
{
	color: #3f7f5f;
}

span.codeJavaClass
{
	/* Classes have no special colouring in Java */
}

span.codeJavaMacro
{
	color: #7f9fbf;
	font-style: italic;
}

span.codeJavaStaticField
{
	color: #0000c0;
	font-style: italic;
}

/* End of Java formatting styles */
/* C# formatting styles */

span.codeCsKeyword
{
	color: #0000ff;
}

span.codeCsQuote
{
	color: #a31515;
}

span.codeCsComment
{
	color: #008000;
}

span.codeCsClass
{
	color: #2b91af;
}

span.codeCsMacro
{
	color: #2b91af;
	font-style: italic;
}

/* End of C# formatting styles */
/* REST formatting styles */

span.codeRestHeading
{
	font-family: sans-serif;
	font-weight: bold;
}

span.codeUrlDynamic
{
	color: #2a00ff;
}

span.codeUrlPercentEncode
{
	color: #7f9fbf;
}

span.codeJsonKey
{
	color: #7f0055;
}

span.codeJsonValueString
{
	color: #2a00ff;
}

span.codeJsonValue
{
	color: #0000c0;
}

/* End of REST formatting styles */
/* Highlighting for ePP */

span.codeHighlight
{
	background-color: #fff176;
}

span.codeHighlightAdd
{
	background-color: #aed581;
}

span.codeHighlightRemove
{
	background-color: #ef9a9a;
}

/* End highlighting for ePP */
/* Links */

a
{
	font-weight: bold;
	text-decoration: none;
	color: #6172B6;
}

a:link
{
	color: #6172B6;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #7E57C5;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #F04F50;
	font-weight: bold;
	text-decoration: none;
}

/* End links */
/* Page classes */

html.topic
{
	mc-master-page: url('../MasterPages/OtherTopics.flmsp');
}

html.OtherProducts
{
	mc-master-page: url('../MasterPages/OtherTopics.flmsp');
}

html.EPF-Translated
{
	
}

html.EPF-JapaneseSearch
{
	mc-master-page: url('../MasterPages/EPF-Translated-JASearch.flmsp');
}

html.EPF
{
	mc-master-page: url('../MasterPages/EPF-Topics.flmsp');
}

html.EPP
{
	mc-master-page: url('../MasterPages/EPP-Topics.flmsp');
}

html.EPM
{
	mc-master-page: url('../MasterPages/EPM-Topics.flmsp');
}

html.EAI-Translated
{
	
}

html.EAI-JapaneseSearch
{
	mc-master-page: url('../MasterPages/EAI-Translated-JASearch.flmsp');
}

html.EAI
{
	mc-master-page: url('../MasterPages/EAI-Topics.flmsp');
}

html.EMI
{
	mc-master-page: url('../MasterPages/EMI-Topics.flmsp');
}

html.EPA
{
	mc-master-page: url('../MasterPages/EPA-Topics.flmsp');
}

html.DAI
{
	mc-master-page: url('../MasterPages/DAI-Topics.flmsp');
}

/* End page classes */
/* Lists */

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

li.placeholder
{
	data-swiftype-index: false;
}

ul.ul_level2
{
	list-style-type: circle;
	margin-left: 40px;
}

ol
{
	counter-reset: section;
	list-style-type: none;
}

ol > li::before
{
	content: counter(section) '. ';
	counter-increment: section;
}

ol ol > li::before
{
	content: counters(section, '.') '. ';
}

/* End Lists */
/* Copyright */

p.Copyright
{
	font-size: 0.9em;
	text-align: left;
	line-height: 1.6em;
	margin: 0 0 10px 0;
	color: #000000;
}

/* End Copyright */
/* Swiftype */

.st-search-field .st-default-search-input
{
	height: 1.5em;
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	padding-left: 30px;
	display: block;
}

.st-ui-type-heading
{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

.st-ui-type-detail
{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #000000;
}

.search-filter
{
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #000000;
}

input
{
	vertical-align: -2px;
}

label
{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: .75em;
	color: #5f5f5f;
}

.st-ui-container-primary_content
{
	overflow: hidden;
	padding: 0 30px;
}

.st-result-listing
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 0.8px;
	margin-top: 40px;
}

div.st-search-summary
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin: 12px 0;
}

div.st-result-listing
{
	max-width: 700px;
}

div.st-result-listing h2
{
	font-size: 1.1em;
	font-weight: normal;
	color: #333;
	margin: 0;
}

div.st-result-listing h2 .st-query
{
	font-style: italic;
	color: #666;
}

div.st-result-listing h3
{
	font-size: .85em;
	margin: 5px 0;
}

div.st-result
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

div.st-result.final
{
	border-bottom: none;
	margin-bottom: 0;
}

div.st-result .st-snippet
{
	color: #333;
}

div.st-result .st-date
{
	color: #999;
}

.st-pagination
{
	border-top: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.st-prev
{
	margin-right: 20px;
}

.st-loading-message
{
	font-size: 1em;
	font-style: normal;
	color: #999;
	margin: 10px auto;
}

/* End Swiftype */
/* Static side menu */

.side-menu
{
	position: fixed;
	right: 0px;
	margin-right: 40px;
}

div.ContentRow
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

div.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 15%;
	margin-left: 5%;
}

div.ContentRow > div:nth-child(2)
{
	width: 72%;
	margin-left: 3%;
}

/* end static side menu */

/*========================================================================================================================
Tablet/Mobile settings
==========================================================================================================================*/

/* tablet */

@media only screen and (max-width: 1080px)
{
	.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.side-menu
	{
		box-sizing: border-box;
		position: unset;
		width: 100%;
		float: unset;
	}

	.side-menu br
	{
		display: none;
	}

	.breadcrumbs
	{
		display: none;
	}

	.st-default-search-input
	{
		box-sizing: border-box !important;
		width: 100% !important;
		height: 2em !important;
	}

	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin: 0 0 1em;
		padding: 0 1em;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		padding: 0 1em 0;
	}

	h1
	{
		text-align: center;
		margin: 0 0 1em;
		padding: 1em 0;
	}
}

/* Mobile */

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin: 0 0 1em;
		padding: 0 1em;
	}

	.side-menu
	{
		box-sizing: border-box;
		position: unset;
		width: 100%;
		float: unset;
	}

	.side-menu br
	{
		display: none;
	}

	.breadcrumbs
	{
		display: none;
	}

	.st-default-search-input
	{
		box-sizing: border-box !important;
		width: 100% !important;
		height: 2em !important;
	}

	.topicToolbarProxy
	{
		position: fixed !important;
		top: 27px;
		right: 50px;
		z-index: 1000;
	}

	div.footer-section > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 2%;
	}

	div.footer-section > div:nth-child(2)
	{
		width: 100%;
		margin-bottom: 2%;
	}

	.sideContent
	{
		display: none;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		padding: 0 1em 0;
	}

	h1
	{
		text-align: center;
		margin: 0 0 1em;
		padding: 1em 0;
	}
}

/* end Mobile */
/* Print */

@media print
{
	body
	{
		font-size: 8pt;
		line-height: 13px;
		margin: 8px;
	}

	Div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	Div.GlossaryPageHeading
	{
		border-bottom-color: #2a4ca6;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #2a4ca6;
		font-size: 11pt;
	}

	Div.GlossaryPageTerm
	{
		color: #2a4ca6;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	h1
	{
		background-color: transparent;
		border-bottom: none;
		color: #2a4ca6;
		font-size: 22pt;
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		page-break-before: avoid;
	}

	h2
	{
		font-size: 12pt;
		font-weight: normal;
		page-break-before: avoid;
	}

	h3
	{
		font-size: 10pt;
		font-weight: normal;
		mc-heading-level: 0;
	}

	h4
	{
		font-size: 9pt;
		font-weight: normal;
		mc-heading-level: 0;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
	}

	MadCap|indexProxy
	{
		border-top: none;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	p
	{
		font-size: 8pt;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.FrameFooterText
	{
		font-family: 'Century Gothic';
		font-size: 24pt;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.ManualTitle1
	{
		font-family: 'Century Gothic';
		font-size: 9pt;
		margin-bottom: 0;
		margin-top: 2.00in;
		text-align: center;
	}

	p.ManualTitle2
	{
		color: #2a4ca6;
		font-family: 'Century Gothic';
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0;
		text-align: center;
	}

	p.ManualVersionNumber
	{
		color: #2a4ca6;
		font-family: 'Century Gothic';
		font-size: 12pt;
		margin-top: 12pt;
		text-align: center;
	}

	p.TOC1
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
	}

	p.TOC2
	{
		font-size: 8pt;
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.10in;
		margin-top: 2px;
	}
}

/* End Print */

