/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*The draft watermark is defined in the DRAFT_help css. If the "draft" condition is selected in the target, the style will be inherited.*/
/* Decision trees */

fieldset
{
	margin: 10px 0;
}

.hide
{
	display: none;
}

/* Automic Stylesheet */

body
{
	font-size: var(--StandardFontSize);
	padding-left: 0.7cm;
	padding: 0px 0px 0px 0.7cm;
	scroll-behavior: smooth;
}

/* general font for paragraphs, lists, tables, divs... */

p,
ul,
ol,
li,
div,
td,
th,
blockquote,
nobr,
legend
{
	font-family: var(--FontFamily);
	font-size: var(--StandardFontSize);
}

/* BlockHeaders are headings inside of topics */

.BlockHeader1
{
	color: #cc092f;
	font-family: GothamLight, sans-serif;
	font-size: 3.4rem;
	font-weight: 300;
	margin-top: 30px;
	line-height: 1.5em;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
}

.BlockHeader2
{
	color: #cc092f;
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 30px;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
}

.BlockHeader3
{
	color: #cc092f;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 20px;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
}

MadCap|toggler
{
	color: black;
	font-size: var(--StandardFontSize);
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 20px;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
}

/* List stylings */

li
{
	font-family: var(--FontFamily);
	font-size: var(--StandardFontSize);
	padding-bottom: 2px;
	padding-top: 0px;
	list-style-type: inherit;
}

li.BlockHeader2TOC
{
	margin-left: 40px;
}

li.BlockHeader3TOC
{
	margin-left: 80px;
}

li.H2TOC
{
	margin-left: 40px;
}

li.H3TOC
{
	margin-left: 80px;
}

li.H4TOC
{
	margin-left: 120px;
}

li.PInstructionsTOC
{
	margin-left: 160px;
	font-style: italic;
}

/* Heading 1 */

h1
{
	font-family: var(--FontFamily);
	color: #cc092f;
	font-size: 28pt;
	font-weight: normal;
	line-height: 32px;
	mc-disable-glossary-terms: true;
}

/* Heading 2 */

h2
{
	font-family: var(--FontFamily);
	color: #cc092f;
	font-size: 20pt;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 1.5em;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
	font-weight: normal;
}

/* Heading 3 */

h3
{
	font-family: var(--FontFamily);
	color: #cc092f;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 0;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
	font-size: 16pt;
}

/* Heading 4 */

h4
{
	font-family: var(--FontFamily);
	color: #cc092f;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 0;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
	font-size: 14pt;
}

h1.unnumbered
{
	font-family: var(--FontFamily);
	color: #cc3333;
	font-size: 24pt;
	page-break-inside: avoid;
	page-break-after: avoid;
	mc-disable-glossary-terms: true;
}

/* Style for paragraphs inside of a list, that should not have a spacing before and after */

p.listtext
{
	margin: 0em;
	padding-bottom: 2px;
}

/* Sets the spacing of all paragraphs inside of all tables to zero. globally.
This style fixes the unnecessary vertical padding in tables for the webhelp */

table p:first-child
{
	margin-top: 0 !important;
}

table p:last-child
{
	margin-bottom: 0 !important;
}

/* Table */

table
{
	x-cell-content-align: top;
	border-collapse: collapse;
}

/* Table header */

th
{
	background-color: #f0f0f0;
	text-align: left;
	border-color: transparent;
	page-break-inside: avoid;
	page-break-after: avoid;
}

/* Table data rows */

td
{
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

td.transparent
{
	background-color: transparent;
	border-color: transparent;
}

/* Style for Example scripts, commands, reports */

p.Example
{
	font-family: "Courier New", fixedsys;
	color: black;
	background-color: #efefef;
	margin-bottom: 0em;
	margin: 0;
	mc-disable-glossary-terms: true;
}

p.Syntax p.Script
{
	font-family: "Lucida Console", monospace;
	margin-bottom: 0em;
	margin: 0;
	mc-disable-glossary-terms: true;
}

p.LocalLink .link .visited .active
{
	font-size: 8pt;
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

.hover .focus
{
	font-family: var(--FontFamily);
	font-size: 8pt;
	text-decoration: underline;
	color: var(--Links_HoverFocus);
}

/* Style for See Also Section */

p.SeeAlso .link .visited .active
{
	font-weight: bold;
	background-color: #FAC800;
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

.hover .focus
{
	font-family: var(--FontFamily);
	font-weight: bold;
	background-color: #FAC800;
	text-decoration: underline;
	color: var(--Links_HoverFocus);
}

/* Style for links in the See-Also section. Sets the line spacing between the links to zero. */

p.SeeAlsoLinks .link .visited .active
{
	mc-next-tag: p;
	margin-top: 0, 30em;
	margin-bottom: 0, 3em;
	margin-right: 0px;
	margin-left: 0px;
	mc-disable-glossary-terms: true;
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

.hover .focus
{
	mc-next-tag: p;
	margin-top: 0, 30em;
	margin-bottom: 0, 3em;
	margin-right: 0px;
	margin-left: 0px;
	mc-disable-glossary-terms: true;
	text-decoration: underline;
	color: var(--Links_HoverFocus);
}

/* stlye of the horizontal line */

hr
{
	border: 0px;
	color: black;
	height: 1px;
	align: center;
	background-color: black;
}

.Italic
{
	font-style: italic;
}

/* AE Script: style for comments */

span.scriptcomment
{
	font-family: "Lucida Console", monospace;
	color: #008080;
	mc-disable-glossary-terms: true;
}

/* AE Script: Style for script functions */

span.scriptfunction
{
	font-family: "Lucida Console", monospace;
	color: #ff0000;
	mc-disable-glossary-terms: true;
}

/* AE Script: Style for script statements */

span.scriptstatement
{
	font-family: "Lucida Console", monospace;
	color: #0000ff;
	mc-disable-glossary-terms: true;
}

/* AE Script: Style for script string literals */

span.scriptstring
{
	font-family: "Lucida Console", monospace;
	color: #747474;
	mc-disable-glossary-terms: true;
}

/* AE Script: Style for script variables */

span.scriptvariable
{
	font-family: "Lucida Console", monospace;
	color: #800080;
	mc-disable-glossary-terms: true;
}

/* AE Script: general script stlye */

span.script
{
	font-family: "Lucida Console", monospace;
	color: black;
	mc-disable-glossary-terms: true;
}

/* AE Script: JCL style */

span.scriptjcl
{
	font-family: "Lucida Console", monospace;
	color: #804000;
	mc-disable-glossary-terms: true;
}

/* Script syntax: Style for mandatory parameters and values */
/* XML Code: Style for < > brackets, double quotes and character = */

span.xmlblue
{
	font-family: Verdana, Arial, Helvetica, SansSerif;
	color: #0000ff;
	mc-disable-glossary-terms: true;
}

/* XML Code: Style for parameter and tag names */
/* XML Code: Style for values of tags and parameters */

span.xmlblack
{
	font-family: Verdana, Arial, Helvetica, SansSerif;
	color: black;
	font-weight: bold;
	mc-disable-glossary-terms: true;
}

/* XML Code: For the characters + and - of xml tags with children */

span.disableglossary
{
	mc-disable-glossary-terms: true;
}

span.mcFormatColor .link .visited .active
{
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
	font-size: var(--StandardFontSize);
}

.hover .focus
{
	text-decoration: underline;
	color: var(--Links_HoverFocus);
	font-size: var(--StandardFontSize);
}

/* Cross reference styles*/

MadCap|xref .link .visited .active
{
	mc-format: '{color #0098c7}';
	color: var(--Links_LinkVisitedActive);
	font-size: var(--StandardFontSize);
	text-decoration: none;
}

.hover .focus
{
	mc-format: '{color #006eb3}';
	font-size: var(--StandardFontSize);
	text-decoration: underline;
}

/* product name style */

.codeexample
{
	font-size: var(--StandardFontSize);
	font-family: 'Courier New';
	mc-disable-glossary-terms: true;
}

.productName
{
	font-style: italic;
}

.element
{
	font-weight: bold;
	font-size: var(--StandardFontSize);
}

.tableNoFrame
{
	border-spacing: 0px;
	border-width: 0px;
	border-collapse: collapse;
	color: black;
	background-color: transparent;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Style for tagging content that should NOT be translated. No format is applied. 
   Note that certain style classes, such as those for code samples, are not translated by default. 
   You do not need to tag them additionally with .dontTranslate. */

.dontTranslate
{
	
}

/* Style for the first summary paragraph of a topic */

p.summary
{
	mc-next-tag: p;
}

div.example
{
	background-color: #efefef;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

p.codeexample
{
	font-family: 'Courier New';
	mc-disable-glossary-terms: true;
	font-size: var(--StandardFontSize);
}

/* Style for image captions */

p.imagecaption
{
	color: black;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	padding-left: 0px;
	mc-disable-glossary-terms: true;
}

div.container
{
	page-break-inside: avoid;
}

div.image
{
	font-size: 8pt;
	font-weight: bold;
	padding-bottom: 10pt;
	padding-left: 0pt;
	page-break-inside: avoid;
}

/* Style for Broadcom note style */

div.note
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #005c8a;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

p.note:before
{
	color: blue;
	content: 'Note';
}

p.note_content
{
	padding-top: 2em;
	color: black;
}

/* Style for Broadcom warnings */

div.important
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #cc092f;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

p.important:before
{
	color: red;
	content: 'Important';
}

p.important_content
{
	padding-top: 2em;
	color: black;
}

/* Style for Broadcom Tips */

div.tip
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #167b5a;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

p.tip:before
{
	color: red;
	content: 'Tip';
}

p.tip_content
{
	padding-top: 2em;
	color: black;
}

/* Style for warnings */

.note_warning
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #ff0032;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
	mc-next-tag: p;
}

/* Style for tips, hints, information notes */

.note_hint
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #3a833a;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

/* Style for tips and checklist entries*/

.note
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #005c8a;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

.note_tip
{
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	border-left: 4px solid #3a833a;
	padding: 1rem 3rem;
	margin: 2rem 0;
	page-break-inside: avoid;
}

/* Style for procedures that requires an administrator */

.note_admin
{
	background-image: url('icon-admin.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

/* Style for incompatibility warnings */

.note_incomp
{
	background-image: url('icon-incomp.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

/* Style for critical errors */

.note_error
{
	background-image: url('icon-stop.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

/* Style for privilege and authorization notes */

.note_priv
{
	background-image: url('icon-priv.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

.note_video
{
	background-image: url('icon-video.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

.note_community
{
	background-image: url('icon-community.gif');
	background-position: 0;
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: left;
	padding-left: 20px;
	padding-bottom: 1px;
	page-break-inside: avoid;
	mc-next-tag: p;
}

/* Styles for the links in the online documentation */

a
{
	mc-format: '{color blue}{para}';
	font-size: var(--StandardFontSize);
}

.link .visited .active
{
	color: var(--Links_LinkVisitedActive);
	text-decoration: none;
}

.hover .focus
{
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

/* G L O S S A R Y */

MadCap|glossaryTerm
{
	mc-open-image: none;
	mc-closed-image: none;
	color: #006600;
}

MadCap|glossaryProxy
{
	font-size: 1 em;
	border-top-width: 0px;
}

div.GlossaryPageTerm
{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

div.GlossaryPageHeading
{
	font-size: 1, 5em;
	border-bottom-width: 0px;
}

div.GlossaryPageEntry
{
	
}

div.GlossaryPageDefinition
{
	font-size: 1em;
}

/* T O C */

MadCap|tocProxy
{
	border-top-width: 0px;
	border-top-style: hidden;
}

p.Instructions
{
	color: black;
	font-size: var(--StandardFontSize);
	font-style: italic;
	font-weight: bold;
	margin-top: 2em;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}

p.productname
{
	font-style: normal;
}

code
{
	font-size: var(--StandardFontSize);
}

MadCap|relationshipsItem
{
	font-size: var(--StandardFontSize);
	list-style: ul;
	list-style-type: disc;
	font-weight: normal;
	display: list-item;
	line-height: 10pt;
	font-style: inherit;
	list-style-position: inside;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 11pt;
	box-sizing: content-box;
}

MadCap|relationshipsProxy
{
	border-top-width: 0px;
	font-size: var(--StandardFontSize);
	list-style: ul;
	list-style-type: disc;
	empty-cells: hide;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 0pt;
}

MadCap|relationshipsHeading
{
	font-size: var(--StandardFontSize);
	visibility: hidden;
	mc-use-custom-sort-order: true;
	display: none;
	border-top: solid 0px black;
}

h1.notinToc
{
	
}

MadCap|xref:link
{
	color: var(--Links_LinkVisitedActive);
}

MadCap|xref:visited
{
	color: var(--Links_LinkVisitedActive);
}

MadCap|xref:active
{
	color: var(--Links_LinkVisitedActive);
}

MadCap|xref:focus
{
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

MadCap|xref
{
	text-decoration: none;
}

a:link
{
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

a:visited
{
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

a:focus
{
	text-decoration: underline;
	color: var(--Links_HoverFocus);
}

a:hover
{
	text-decoration: underline;
	color: var(--Links_HoverFocus);
}

a:active
{
	text-decoration: none;
	color: var(--Links_LinkVisitedActive);
}

MadCap|miniTocProxy
{
	text-decoration: none;
	border-top-width: 0px;
	padding-left: 20px;
	padding-top: 10px;
}

p.SeeAlso
{
	border-top-color: black;
	border-top-style: solid;
	font-weight: bold;
	padding: 5px 0px 0px;
	border-top-width: 2px;
}

h4
{
	color: #cc092f;
	font-family: var(--FontFamily);
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.5em;
}

ul ul
{
	list-style-type: disc;
}

ul > li::marker
{
	list-style-type: disc;
}

:root
{
	--Links_LinkVisitedActive: #0098c7;
	--Links_HoverFocus: #006eb3;
	--StandardFontSize: 11pt;
	--FontFamily: Arial, Verdana, Helvetica, SansSerif;
}

p.note
{
	margin: 0em;
	margin-bottom: 1.12em;
	margin-top: 1.12em;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

/* Section for the printed output */

@media print
{
	/* turn off automatic hyphenation for PDF */

	body
	{
		mc-hyphenate: never;
	}

	img.example
	{
		max-width: 100%;
		mc-thumbnail-max-width: auto;
		mc-thumbnail: normal;
	}

	/* style for images */

	img
	{
		max-width: 100%;
	}

	/* style for images in tables.
	this style fixes the problem with tables and images with max-width:100% */

	table img
	{
		max-width: auto;
	}

	p.summary
	{
		page-break-after: avoid;
	}

	/* Heading 1 */

	h1
	{
		mc-auto-number-format: 'CH:{chapnum} ';
		mc-heading-level: 1;
		page-break-after: avoid;
	}

	/* Heading 2 */

	h2
	{
		mc-auto-number-format: 'CH:{chapnum}.{n+} ';
		page-break-before: auto;
		mc-heading-level: 2;
		page-break-after: avoid;
	}

	/* Heading 3 */

	h3
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} ';
		page-break-before: auto;
		mc-heading-level: 3;
		page-break-after: avoid;
	}

	/* Heading 4 */

	h4
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n}.{n+} ';
		page-break-before: auto;
		mc-heading-level: 4;
		page-break-before: auto;
	}

	/* Heading 5 */

	h5
	{
		mc-heading-level: 5;
		font-size: 12pt;
	}

	/* Heading 6 */

	h6
	{
		mc-heading-level: 6;
		font-size: 10pt;
	}

	/* Style for Heading 1 thats not included in the TOC */

	h1.notinToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	/* Style for Heading 2 thats not included in the TOC */

	h2.notinToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	/* Style for Heading 3 thats not included in the TOC */

	h3.notinToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	h4.notinToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	h5.notinToc
	{
		mc-auto-number-format: '';
		mc-heading-level: 0;
		page-break-after: avoid;
	}

	/* Style for Heading 1 that's in the TOC, but unnumbered */

	h1.unnumbered
	{
		mc-auto-number-format: '';
		mc-heading-level: 1;
		page-break-after: avoid;
	}

	/* Style for an unnumbered Heading 1 at the second level in the TOC. This is used for Release Highlights - Do Not Delete */

	h2.unnumbered
	{
		mc-auto-number-format: '';
		page-break-before: auto;
		mc-heading-level: 2;
		page-break-after: avoid;
	}

	/* Style for Product name on the titlepage */

	p.productname
	{
		font-size: 32pt;
		color: #9C9C9B;
		font-weight: bold;
	}

	/* Style for book title on the titlepage */

	p.document_title
	{
		font-size: 32pt;
		font-weight: bold;
		color: #F8DD8F;
	}

	/* table data */

	td
	{
		/*border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-width: 0px;*/
		page-break-inside: avoid;
	}

	/* table header */

	th
	{
		/*border-bottom-width: 0px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-top-width: 0px;
		border-width: 0px;*/
		page-break-inside: avoid;
		page-break-after: avoid;
	}

	/* Table */

	table
	{
		/*border-spacing: 4px;*/
		page-break-before: avoid;
	}

	tr
	{
		page-break-inside: avoid;
	}

	p.Instructions
	{
		color: black;
		font-size: var(--StandardFontSize);
		font-style: italic;
		font-weight: bold;
		margin-top: 2em;
		background-repeat: no-repeat;
		padding-bottom: 1px;
		padding-left: 20;
	}

	p.SeeAlso
	{
		color: black;
		background-color: transparent;
	}

	p.BlockHeader3
	{
		page-break-before: avoid;
	}

	li
	{
		page-break-before: avoid;
	}

	p.BlockHeader2
	{
		page-break-before: avoid;
	}

	div
	{
		page-break-before: avoid;
	}
}

pre
{
	font-size: var(--StandardFontSize);
	mc-disable-glossary-terms: true;
}

/* MINI TOC list and link format */

MadCap|miniTocProxy
{
	border: none;
	border-top-width: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.link .visited .active
{
	color: var(--Links_LinkVisitedActive);
	text-decoration: none;
}

.hover .focus
{
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

p.miniTOC1,
p.miniTOC2,
p.miniTOC3,
p.miniTOC4
{
	color: var(--Links_HoverFocus);
	display: list-item;
	list-style-type: disc;
	text-decoration: none;
}

a.MiniTOC1:link,
a.MiniTOC2:link,
a.MiniTOC3:link,
a.MiniTOC4:link
{
	font-weight: normal;
	color: var(--Links_LinkVisitedActive);
	text-decoration: none;
}

a.MiniTOC1:visited,
a.MiniTOC2:visited,
a.MiniTOC3:visited,
a.MiniTOC4:visited
{
	font-weight: normal;
	color: var(--Links_LinkVisitedActive);
	text-decoration: none;
}

a.MiniTOC1:active,
a.MiniTOC2:active,
a.MiniTOC3:active,
a.MiniTOC4:active
{
	font-weight: normal;
	color: var(--Links_LinkVisitedActive);
	text-decoration: none;
}

a.MiniTOC1:hover,
a.MiniTOC2:hover,
a.MiniTOC3:hover,
a.MiniTOC4:hover
{
	font-weight: normal;
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

a.MiniTOC1:focus,
a.MiniTOC2:focus,
a.MiniTOC3:focus,
a.MiniTOC4:focus
{
	font-weight: normal;
	color: var(--Links_HoverFocus);
	text-decoration: underline;
}

MadCap|miniTocProxy.default
{
	font-family: var(--FontFamily);
	font-size: var(--StandardFontSize);
	mc-dita-type: li;
	padding-bottom: 0px;
	line-height: 8px;
	padding-left: 40px;
	padding-top: 2px;
}

span.num
{
	color: #800080;
	font-weight: bold;
}

span.esc
{
	color: #ff00ff;
	font-weight: bold;
}

span.str
{
	color: #a68500;
}

span.opt
{
	color: #ff0080;
	font-weight: bold;
}

span.lin
{
	color: #303030;
}

span.kwa
{
	color: #bb7977;
	font-weight: bold;
}

span.kwb
{
	color: #8080c0;
	font-weight: bold;
}

span.kwd
{
	color: #004466;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
}

/*Setting for imgs with Thumbnail*/

img.Thumbn
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 120px;
	mc-thumbnail-max-width: auto;
	title: 'Click to enlarge';
}

/* Avoid page break inside th tag */

th.AvoidPageBreakInside
{
	page-break-inside: avoid;
}

/* Avoid page break after th tag */

th.AvoidPageBreakAfter
{
	page-break-after: avoid;
}

/* Avoid page break after td tag */

td.PageBreakAvoidAfter
{
	page-break-after: avoid;
}

/* Avoid page break inside td tag */

td.PageBreakAvoidInside
{
	page-break-inside: avoid;
}

/* Toggler color class according to h3.unnumbered style color */

MadCap|toggler.lightGrey
{
	color: #878787;
}

/* Avoid page break inside table */

table.PageBreakAvoidInside
{
	page-break-inside: avoid;
}

p.documentStatus	/* for watermark text (e.g., 'draft', 'Entwurf') in the background */
{
	text-align: center;
	font-weight: bold;
	font-size: 100pt;
	color: #dcdcdc;
}

p.objectClassification	/*For object attributes at the start of an object definition topic*/
{
	font-size: 10pt;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0.2em;
}

span.objectClassificationLabel	/*Label of an object classification*/
{
	font-weight: bold;
	color: #878787;
}

@media only screen and (max-width: 767px)
{
	p.SeeAlso
	{
		background-color: transparent;
	}
}

MadCap|relationshipsHeading.seealso
{
	font-size: var(--StandardFontSize);
	mc-hidden: hidden;
	mc-label: 'seealso';
	display: none;
}

MadCap|relationshipsHeading.seealso1
{
	font-size: var(--StandardFontSize);
	mc-label: 'seealso1';
	line-height: 0pt;
	display: none;
}

MadCap|relationshipsHeading.seealso2
{
	font-size: var(--StandardFontSize);
	mc-label: 'seealso2';
	display: none;
}

MadCap|relationshipsHeading.script_related
{
	mc-label: 'Related Script Elements';
}

div.displayhidden
{
	display: none;
	color: #808080;
}

