/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Verdana;
	font-size: 1em;
	margin-top: 30px;
}

h1,
h2,
h3,
h4,
h5
{
	font-weight: bold;
	color: #434242;
	letter-spacing: 0.3pt;
}

h1
{
	font-size: 1.4em;
	border-bottom: solid 1px #696969;
	padding-top: 10px;
	padding-bottom: 7px;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
}

:root	/* Definition of variables */
{
	--blue0000ff: #0000ff;
	--grey808080: #808080;
	--blue000080: #000080;
	--blue3399ff: #3399ff;
	--black232323: #232323;
}

p
{
	margin-bottom: 10pt;
	margin-top: 10pt;
	letter-spacing: 0.3pt;
}

p.NoteHeader	/*outdated formatting, should not be used anymore if possible, use instead div.newNote*/
{
	background-color: #ffffd5;
	font-weight: bold;
	left: 5px;
	right: 5px;
	padding: 10px;
	height: 0px;
	margin-bottom: -10pt;
	border-radius: 0px;
}

p.NoteBody	/*outdated formatting, should not be used anymore if possible, use instead div.newNote*/
{
	background-color: #ffffd5;
	padding: 10px;
	right: 5px;
	left: 5px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	margin-bottom: -10pt;
}

p.transparent
{
	background-color: transparent;
}

div.Welcome	/*Home page headline*/
{
	width: 100%;
	margin-left: 5px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 2.3em;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
	color: var(--grey808080);
}

div.NoteStartPage	/*Note on the home page about gendering*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.NoteStartPage::before
{
	content: ' ';
	display: table;
}

div.NoteStartPage::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.NoteStartPage > div	/*Note on the home page about gendering*/
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.NoteStartPage > div:nth-child(1)
{
	margin-left: 0%;
	width: 13%;
}

div.NoteStartPage > div:nth-child(2)
{
	margin-left: 0%;
	width: 75%;
	background-color: #ffffd5;
}

div.NoteStartPage > div:nth-child(3)
{
	margin-left: 0%;
	width: 12%;
}

ol,
ul
{
	margin-top: 3px;
	margin-bottom: 0px;
}

img	/* Makes images responsiv */
{
	border: none;
	max-width: 100%;
	height: auto;
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	letter-spacing: 0.3pt;
	color: var(--blue000080);
}

MadCap|expandingBody
{
	letter-spacing: 0.3pt;
	color: #0080cd;
}

a.dropspot
{
	cursor: hand;
	font-weight: bold;
	font-style: normal;
	color: #0080c0;
	font-size: 0.8em;
	letter-spacing: 0.3pt;
	x-on-hover: fontchange(Underline=on, var(--blue000080));
	text-decoration: none;
}

div.droptext
{
	letter-spacing: 0.3pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	margin-left: 0px;
	color: var(--blue000080);
}

MadCap|dropDownHotspot.dropspot
{
	cursor: hand;
	font-weight: bold;
	font-style: normal;
	x-on-hover: fontchange(Underline=on, var(--blue000080));
	color: #0080c0;
	font-size: 0.8em;
	letter-spacing: 0.3pt;
	text-decoration: none;
}

div.Nav	/*This area contains formatting for the side menu and topics display.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	mc-master-page: url('../MasterPages/ForTopics.flmsp');
}

div.Nav::before
{
	content: ' ';
	display: table;
}

div.Nav::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Nav > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 3px;
	padding-right: 3px;
}

div.Nav > div:nth-child(1)
{
	padding-top: 4em;
	width: 25%;
	margin-left: 0%;
}

div.Nav > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
}

div.BreadcrumbsToolbar	/*This area contains the breadcrumbs and the icons when displaying the topics, but not on the home page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.BreadcrumbsToolbar::before
{
	content: ' ';
	display: table;
}

div.BreadcrumbsToolbar::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.BreadcrumbsToolbar > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

div.BreadcrumbsToolbar > div:nth-child(1)
{
	margin-left: 0%;
	width: calc(100% - 250px);
}

div.BreadcrumbsToolbar > div:nth-child(2)
{
	text-align: right;
	margin-left: 0%;
	width: 250px;
	float: left;
}

MadCap|dropDownHead
{
	letter-spacing: 0.3pt;
}

MadCap|dropDownBody
{
	letter-spacing: 0.3pt;
	margin-top: 0pt;
}

MadCap|relatedTopics
{
	mc-image-position: none;
	mc-image: none;
	mc-image-spacing: auto;
	float: left;
	background-image: none;
	margin-top: -10pt;
	text-decoration: underline;
	mc-help-control-display: popup;
	box-shadow: none;
	letter-spacing: 0.3pt;
	color: var(--blue0000ff);
}

MadCap|relatedTopics:focus
{
	color: var(--blue0000ff);
}

MadCap|relatedTopics.RelTopicAudicon:hover
{
	padding-top: 0px;
	color: var(--blue0000ff);
}

MadCap|relatedTopics.RelTopicAudicon
{
	padding-top: 0px;
	mc-image-position: none;
	mc-image: none;
	mc-open-image: none;
	border: none 0px #000000;
	margin-top: 0pt;
	background-color: transparent;
	box-shadow: none;
	background: #ffffff;
	color: var(--blue0000ff);
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #ffffff;
	color: #000000;
}

MadCap|helpControlMenuItem
{
	border: none;
	color: #ffffff;
	padding: 0px;
	box-shadow: none;
	padding-top: 3px;
	font-size: 1em;
	background-color: var(--blue3399ff);
}

MadCap|helpControlMenu
{
	color: #ffffff;
	border: none 0px #000000;
	box-shadow: none;
	background-color: var(--blue3399ff);
}

MadCap|glossaryTerm
{
	color: var(--blue0000ff);
}

MadCap|popupBody
{
	color: #ffffff;
	background-color: var(--blue3399ff);
}

a:link
{
	color: var(--blue000080);
}

a:visited
{
	color: #8b008b;
}

a:hover
{
	color: var(--blue000080);
}

a:active
{
	text-decoration: underline;
	color: var(--blue000080);
}

MadCap|breadcrumbsProxy
{
	color: var(--black232323);
	font-style: italic;
	font-family: Verdana;
	mc-breadcrumbs-count: 3;
	border-bottom-width: 0px;
}

a.MCBreadcrumbsLink
{
	color: var(--black232323);
}

b
{
	font-weight: bold;
	color: var(--black232323);
}

div.TutorialVideo	/*For the guide and video section of the home page*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.TutorialVideo::before
{
	content: ' ';
	display: table;
}

div.TutorialVideo::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.TutorialVideo > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

div.TutorialVideo > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.TutorialVideo > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

MadCap|slideshow
{
	border: solid 1px #000000;
	font-size: 1.4em;
	position: relative;
	height: 7rem;
	padding-bottom: 10px;
	box-shadow: none;
	letter-spacing: 0pt;
}

MadCap|slide
{
	font-size: 2vmin;
	letter-spacing: 0pt;
}

a.WhiteText	/*Home page footer*/
{
	color: #ffffff;
	padding-left: 0.4em;
	margin-top: 0px;
	text-align: right;
	padding-top: 0em;
	vertical-align: 0.2em;
}

dd	/*Home page footer columns*/
{
	color: #ffffff;
}

a.WhiteText1	/*Links in the footer of the home page*/
{
	color: #ffffff;
}

hr.WhiteLine
{
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	margin-left: 10px;
	width: 97%;
}

/* Delete icon in search bar - Overwrites MadCap CSS */

.search-bar .search-field::-webkit-search-cancel-button
{
	display: block;
}

img.Footer_Logo_Image
{
	max-height: auto;
	z-index: 10000;
	text-align: right;
	max-width: 10%;
	margin-right: 50px;
}

li.Level2	/* Enumeration blue square point */
{
	list-style-type: square;
	margin-left: 20px;
	list-style-image: url('../Images/AudiconTemplate/Bullet_level2_square_3399ff.png');
}

li.Level1	/* Enumeration blue round dot */
{
	list-style-type: disc;
	list-style-image: url('../Images/AudiconTemplate/Bullet_level2_circular_4.Try_3399ff_Smaller.png');
}

ul.tabs	/*Start creating tabs*/
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

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;
	position: relative;
	font-weight: bold;
	color: var(--grey808080);
	border-top: 1px solid #ffffff;
	border-bottom: 0px solid white;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: var(--blue3399ff);
	font-weight: bold;
	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: var(--blue3399ff);
	color: #000;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

ul.tabs .current:hover
{
	background: #fff;
	color: var(--blue3399ff);
	border-top: 1px solid var(--blue3399ff);
	border-bottom: none;
	border-left: 1px solid var(--blue3399ff);
	border-right: 1px solid var(--blue3399ff);
	z-index: 2;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
}

.tab-content.current
{
	display: block;
}

/*End creating tabs*/

p.script	/*For code representation e. g. in SDK, Automation ID*/
{
	margin-top: -10.0pt;
	border-bottom: solid 1px;
	border-bottom-color: #d3d3d3;
	color: var(--blue000080);
}

p.Indent	/*For code representation e. g. in SDK, Automation ID*/
{
	font-weight: normal;
	color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
	background-color: #ffffff;
	letter-spacing: 0.3pt;
	margin-bottom: 5pt;
	margin-left: 20px;
	margin-top: 2pt;
}

p.Indent_2	/*For code representation e. g. in SDK, Automation ID*/
{
	font-weight: normal;
	color: #000000;
	padding-left: 0pt;
	padding-right: 0pt;
	background-color: #ffffff;
	font-family: Verdana, sans-serif;
	letter-spacing: 0.3pt;
	margin-bottom: 5pt;
	margin-top: 2pt;
	margin-left: 40px;
	font-size: 10pt;
}

span.Variables_blue	/*For code representation e. g. in SDK, Automation ID*/
{
	color: var(--blue0000ff);
}

span.Quotation_marks_red	/*For code representation e. g. in SDK, Automation ID*/
{
	color: #ff0000;
}

span.Message_brown	/*For code representation e. g. in SDK, Automation ID*/
{
	color: #bdb76b;
}

span.Comment_green	/*For code representation e. g. in SDK, Automation ID*/
{
	color: #008000;
}

span.bold	/*Format single words or a part of a sentence in bold type*/
{
	font-weight: bold;
}

span.italic	/*Format single words or a part of a sentence in italic type*/
{
	font-style: italic;
}

table
{
	border: solid 1px #000000;
	margin-top: 10px;
	border-spacing: 0;
	border-radius: 2px;
	margin-bottom: 10px;
}

td
{
	border: solid 1px #000000;
	margin-left: 0px;
	padding-left: 5px;
	padding-top: -2px;
	vertical-align: top;
}

th
{
	border: solid 1px #000000;
	padding-left: 0px;
	background-color: var(--blue3399ff);
}

nav
{
	mc-master-page: url('../MasterPages/ForTopics.flmsp');
}

footer
{
	margin-left: -17px;
	margin-right: -10px;
}

div.Slideshow	/*Slideshow for small screens*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

div.Slideshow::before
{
	content: ' ';
	display: table;
}

div.Slideshow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Slideshow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Slideshow > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}

div.Slideshow > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.StartToolbar	/*This area contains the toolbar on the home page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.StartToolbar::before
{
	content: ' ';
	display: table;
}

div.StartToolbar::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.StartToolbar > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

div.StartToolbar > div:nth-child(1)
{
	width: 83.333%;
	margin-left: 0%;
}

div.StartToolbar > div:nth-child(2)
{
	text-align: right;
	width: 16.667%;
	margin-left: 0%;
}

div.FooterStart	/*Area footer (start page), column social media*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.FooterStart::before
{
	content: ' ';
	display: table;
}

div.FooterStart::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.FooterStart > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--grey808080);
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 10px;
}

div.FooterStart > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
	padding-left: 15px;
}

div.FooterStart > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
	padding-left: 15px;
}

div.FooterStart > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
	padding-left: 15px;
}

div.FooterStart > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
	padding-left: 15px;
}

p.whiteFooter
{
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: underline;
	color: var(--blue000080);
}

MadCap|relatedTopics:hover
{
	color: var(--blue0000ff);
}

p.SlideText
{
	color: #ffffff;
	height: 40px;
	padding-top: 10px;
	background-color: var(--grey808080);
}

MadCap|topicToolbarProxy
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	box-sizing: content-box;
	float: right;
	text-align: left;
}

span.SearchHighlight	/*Background color for search results*/
{
	background-color: #9acd32;
}

p.figcaption	/* Signature for graphics and tables*/
{
	font-style: italic;
	padding-top: 0pt;
	margin-top: -5pt;
	vertical-align: top;
}

MadCap|searchBarProxy
{
	position: relative;
}

li
{
	margin-top: 10px;
}

div.freeSection	/* End of Startpage (below tutorial and video)*/
{
	margin-bottom: 10px;
	margin-right: 30px;
	padding-bottom: 10px;
	width: auto;
	margin-left: 230px;
}

div.WithoutBreadcrumb	/*MasterPage for topics without entry in the TOC*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.WithoutBreadcrumb::before
{
	content: ' ';
	display: table;
}

div.WithoutBreadcrumb::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.WithoutBreadcrumb > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.WithoutBreadcrumb > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.WithoutBreadcrumb > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.newNote	/* Area for notes */
{
	background-color: #ffffd5;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 1px;
}

div.Indent
{
	margin-left: 20px;
}

pre#target	/*Formatting for text to be copied to the clipboard */
{
	tab-size: 4;
}

p.SubHead
{
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}

@media print
{
	p.absatz_zusammen	/*Holds paragraphs together when printed.*/
	{
		page-break-inside: avoid;
	}

	p
	{
		windows: 2;
		orphans: 3;
		widows: 2;
		font-size: 10pt;
	}

	h1
	{
		font-size: 14pt;
		background-color: #ffffff;
		border-bottom: solid 1px;
		border-bottom-color: #696969;
		color: #696969;
		font-weight: bold;
		padding-left: 0px;
		padding: 0px;
	}

	p.CopyrightFusszeile	/*Footer topics*/
	{
		height: auto;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-top: 0px;
		color: var(--black232323);
		background-color: #ffffff;
	}

	p.Welcome
	{
		background-color: #ffffff;
		text-decoration: none;
		color: var(--black232323);
	}

	p.transparent	/*Transparent background color*/
	{
		background-color: white;
	}
}

@media only screen and (max-width: 1279px)
{
	div.Nav > div:nth-child(1)
	{
		width: 33.333%;
		margin-left: 0%;
	}

	div.Nav > div:nth-child(2)
	{
		width: 66.667%;
		margin-left: 0%;
	}

	div.BreadcrumbsToolbar > div:nth-child(1)
	{
		margin-left: 0%;
		width: calc(100% - 250px);
	}

	div.TutorialVideo > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.TutorialVideo > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Slideshow > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.Slideshow > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.StartToolbar > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.StartToolbar > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.FooterStart > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.FooterStart > div:nth-child(2)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.FooterStart > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.FooterStart > div:nth-child(4)
	{
		width: 25%;
		margin-left: 0%;
	}

	a.WhiteText
	{
		padding-top: 0px;
		margin-top: 0px;
	}

	p.whiteFooter
	{
		margin-top: 3px;
		margin-bottom: 2px;
	}

	div.BreadcrumbsToolbar > div:nth-child(2)
	{
		text-align: right;
		margin-left: 0%;
		width: 250px;
	}

	MadCap|topicToolbarProxy
	{
		text-align: left;
	}

	.button
	{
		float: right;
	}

	p.figcaption
	{
		padding-top: 0px;
		margin-top: -5px;
	}

	table
	{
		margin-bottom: 5px;
	}

	div.freeSection
	{
		width: auto;
		margin-left: 0px;
	}

	p.NoteHeader	/*outdated formatting, should not be used anymore if possible, use instead div.newNote*/
	{
		background-color: #ffffd5;
		font-weight: bold;
		left: 5px;
		right: 5px;
		padding: 10px;
		height: 0px;
		margin-bottom: -10pt;
		border-radius: 0px;
	}

	p.NoteBody	/*outdated formatting, should not be used anymore if possible, use instead div.newNote*/
	{
		background-color: #ffffd5;
		padding: 10px;
		right: 5px;
		left: 5px;
		margin-top: 10pt;
		border-left-style: none;
		border-right-style: none;
		border-top-style: none;
		border-bottom-style: none;
		margin-bottom: -10pt;
	}

	div.NoteStartPage > div:nth-child(1)
	{
		margin-left: 0%;
		width: 1%;
	}

	div.NoteStartPage > div:nth-child(2)
	{
		margin-left: 0%;
		width: 98%;
	}

	div.NoteStartPage > div:nth-child(3)
	{
		margin-left: 0%;
		width: 1%;
	}
}

@media only screen and (max-width: 767px)
{
	div.Nav > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		display: none;
	}

	div.Nav > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.BreadcrumbsToolbar > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.TutorialVideo > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.TutorialVideo > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	a.WhiteText1
	{
		font-size: 0.9em;
	}

	a.WhiteText	/*Home page footer*/
	{
		font-family: Verdana;
		color: #ffffff;
		padding-left: 0.4em;
		vertical-align: 0.7em;
		font-size: 0.9em;
	}

	dd.TextMiddle	/*Home page footer*/
	{
		font-size: 1em;
	}

	img.Footer_Logo_Image	/*Audicon logo in footer of home page*/
	{
		margin-right: 40px;
		max-height: auto;
		z-index: 10000;
		max-width: 40%;
	}

	img.Footer_Logo	/*Home page footer*/
	{
		text-align: right;
		padding: 0px 1px 0px 0px;
		z-index: 10000;
		background-color: var(--grey808080);
	}

	hr.WhiteLine
	{
		color: #ffffff;
		background-color: #ffffff;
		height: 1px;
	}

	div.Footer_Logo
	{
		text-align: right;
		padding: 0px 1px 0px 0px;
		z-index: 10000;
		background-color: var(--grey808080);
	}

	li.Level1	/*1. enumeration level, round symbol*/
	{
		font-size: 0.9em;
		list-style-image: url('../Images/AudiconTemplate/Bullet_level2_circular_4.Try_3399ff_Smaller.png');
	}

	li.Level2	/*2nd enumeration level, square symbol*/
	{
		font-size: 0.9em;
		list-style-image: url('../Images/AudiconTemplate/Bullet_level2_square_3399ff.png');
	}

	thead
	{
		display: none;
	}

	tr
	{
		padding-bottom: 0.2em;
		border-right: 1px solid #96cfbf;
		border-left: 1px solid #96cfbf;
	}

	tr:Last-of-type
	{
		border-bottom: 1px solid #96cfbf;
	}

	td
	{
		width: 100%;
		display: block;
		padding: .2em;
	}

	td::before	/*Reading the contents of the line*/
	{
		font-weight: bold;
		content: attr(data-header) " ";
	}

	div.Slideshow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Slideshow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	MadCap|slideshow
	{
		font-size: 1.2em;
	}

	div.SlideDesktop
	{
		display: none;
	}

	div.Slideshow
	{
		display: block;
	}

	div.ToolbarRight
	{
		text-align: right;
	}

	div.StartToolbar > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.StartToolbar > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	html.Home
	{
		mc-master-page: url('../MasterPages/ForStartPage.flmsp');
	}

	div.FooterStart > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 5px;
		padding-bottom: 3px;
	}

	div.FooterStart > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 1px;
		padding-bottom: 3px;
	}

	div.FooterStart > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 1px;
		padding-bottom: 3px;
	}

	div.FooterStart > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 1px;
		margin-bottom: 15px;
	}

	p
	{
		color: #000000;
		font-size: 1em;
	}

	p.transparent
	{
		color: transparent;
	}

	p.whiteFooter
	{
		color: #ffffff;
	}

	p.SlideBackground
	{
		font-size: 1.7em;
		background-color: var(--grey808080);
	}

	p.SlideText
	{
		font-size: 1.7em;
		font-weight: bold;
		background-color: #a9a9a9;
		padding-top: 8px;
		height: 60px;
	}

	MadCap|relatedTopics
	{
		font-size: 0.9em;
	}

	MadCap|helpControlMenuItem
	{
		padding-top: 3px;
		font-size: 0.9em;
	}

	div.Welcome
	{
		padding-bottom: 5px;
		font-size: 1.4em;
		color: var(--grey808080);
	}

	div.BreadcrumbsToolbar > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.figcaption
	{
		margin-top: -7px;
	}

	p.mobile
	{
		display: none;
	}

	MadCap|popupBody
	{
		font-size: 0.9em;
	}

	li
	{
		font-size: 1em;
		margin-top: 0pt;
	}

	MadCap|dropDownBody
	{
		font-size: 0.9em;
	}

	MadCap|dropDownHead
	{
		font-size: 0.9em;
	}

	h1
	{
		font-size: 1.4em;
	}

	h2
	{
		font-size: 1.2em;
	}

	h3
	{
		font-size: 1.1em;
	}

	h4
	{
		font-size: 1em;
	}

	a.dropspot
	{
		font-size: 1em;
	}

	p.Welcome
	{
		color: var(--grey808080);
	}

	th
	{
		background-color: #ffffff;
	}

	div.freeSection
	{
		margin-right: 0px;
		margin-left: 0px;
	}

	footer.Start
	{
		background-color: var(--grey808080);
	}

	div.NoteStartPage > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NoteStartPage > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.NoteStartPage > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}
}

p.CopyrightFooter	/*Copyright within area footer (for start page only)*/
{
	width: 100%;
	height: auto;
	color: #ffffff;
	padding: 20px 20px 20px 23px;
	margin-right: -10px;
	margin-left: -6px;
	padding-left: 20px;
	background-color: var(--grey808080);
}

html.Home
{
	mc-master-page: url('../MasterPages/ForStartPage.flmsp');
}

p.SlideBackground	/*Slides background*/
{
	background-color: var(--grey808080);
}

div.Copyright	/*Area copyright within area footer (start page), */
{
	border-top-width: 2px;
	background-color: var(--grey808080);
}

div.Footer_Logo	/*Area footer (start page), logo*/
{
	clear: both;
	text-align: right;
	max-width: 100%;
}

p.footerHeading
{
	color: #ffffff;
	font-weight: bold;
}

li.figcaption
{
	font-style: italic;
	margin-top: 0pt;
}

footer.Start	/*Area footer (start page)*/
{
	background-color: var(--grey808080);
}

