/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Roboto';
	font-weight: 400;
	src: url('../Fonts/Roboto-Regular.ttf');
}

@font-face 
{
	font-family: 'Roboto';
	font-weight: 700;
	src: url('../Fonts/Roboto-Bold.ttf');
}

@font-face 
{
	font-family: 'Roboto';
	font-weight: 300;
	src: url('../Fonts/Roboto-Light.ttf');
}

@font-face 
{
	font-family: 'Roboto Mono';
	font-weight: 400;
	src: url('../Fonts/RobotoMono-Regular.ttf');
}

@font-face 
{
	font-family: 'Roboto';
	font-style: italic;
	src: url('../Fonts/Roboto-Italic.ttf');
}

.home-background
{
	background-size: cover;
	background-position: center;
}

/* Root */

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Light: #d0d3d5;
	--White: #ffffff;
	--font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-weight-light: 200;
	--font-weight-bold: 700;
	/*
	--font-family-regular: Roboto, Arial, Avenir, Myriad, sans-serif;
	--font-family-light: Roboto Light, Arial, sans-serif;
	*/
	--nsp-color: #c01c1c;
	--naw-color: #0173ba;
	--Medium: #b9bec1;
	--Darker: #242729;
	--Dark-White: #fafafa;
	--Darker-White: #efefef;
	--Dark-Medium: #7e7e7e;
	--callout-yellowgreen: #D5FF6F;
	--callout-blue: #8CF3FF;
	--lightcyan: #dcfbff;
	--Medium-Dark: #e5e5e5;
}

body
{
	color: var(--Dark);
	font-family: var(--font-family);
	font-weight: var(--font-weight-regular);
	mc-hyphenate: never;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

.body-container > *
{
	max-width: 100rem;
	margin: 0 auto;
}

/* Custom scroll bar for HTML*/
/* width */

::-webkit-scrollbar
{
	width: 7px;
}

/* Track */

::-webkit-scrollbar-track
{
	background: #ffffff;
}

/* Handle */

::-webkit-scrollbar-thumb
{
	background: var(--Darker-White);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover
{
	background: #e2e2e2;
}

/* Header links for licenses by Max Polster*/

.skin-mod-nav-links
{
	margin-top: 1.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.skin-mod-nav-links a.active
{
	color: var(--Dark-White) !important;
}

.skin-mod-nav-links a
{
	margin-right: .5rem;
	color: var(--Medium) !important;
	text-decoration: none !important;
}

/* Topic layouts by Max Polster*/

.topic-layout-1-1,
.topic-layout-2-1,
.topic-layout-3-1
{
	display: flex;
	flex-direction: row;
}

.topic-layout-1-1 > *,
.topic-layout-2-1 > :last-child,
.topic-layout-3-1 > :last-child
{
	flex-basis: 0;
	flex-grow: 1;
}

.topic-layout-2-1 > :not(:last-child)
{
	flex-basis: 0;
	flex-grow: 2;
}

.topic-layout-3-1 > :not(:last-child)
{
	flex-basis: 0;
	flex-grow: 3;
}

.topic-layout-1-1 > :not(:last-child),
.topic-layout-2-1 > :not(:last-child),
.topic-layout-3-1 > :not(:last-child)
{
	margin-right: 1rem;
}

.topic-layout-subc
{
	margin: 60px 20% 0 5%;
}

td
{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	padding: 5px;
	font-size: 12pt;
	line-height: 16pt;
}

td.footer
{
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	padding: 5px;
	font-size: 10pt;
	line-height: 12pt;
}

th
{
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
}

MadCap|menuProxy
{
	
}

MadCap|footnote
{
	font-size: 10pt;
}

MadCap|footnoteBlock
{
	font-size: 10pt;
}

MadCap|footnotesBlock
{
	font-size: 10pt;
}

@media (max-width: 800px)
{
	.topic-layout-1-1,
	.topic-layout-2-1,
	.topic-layout-3-1
	{
		flex-direction: column;
	}

	.topic-layout-1-1 > *,
	.topic-layout-2-1 > *,
	.topic-layout-3-1 > *
	{
		flex-grow: 0;
		align-self: stretch;
	}

	.topic-layout-1-1 > :not(:last-child),
	.topic-layout-2-1 > :not(:last-child),
	.topic-layout-3-1 > :not(:last-child)
	{
		margin-right: 0rem;
		margin-bottom: 1rem;
	}
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: 700;
}

p.Index2
{
	font-size: 10pt;
	font-weight: 400;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

.chapter-overview
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 1rem;
	column-gap: 3rem;
}

.chapter-overview ul
{
	position: relative;
	left: -1rem;
}

.chapter-overview-header::after
{
	display: block;
	content: "";
	margin-top: .3rem;
	height: 1px;
	background-color: var(--Dark-Medium);
}

/* Content */
/* image styles */

img
{
	border: none;
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

img.UiOverview
{
	mc-thumbnail: popup;
	max-width: 450px;
	mc-thumbnail-max-height: 96px;
}

img.TitleCompanyLogo
{
	margin-top: 60pt;
	max-width: 60%;
}

img.CenteredWide
{
	max-width: 650px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.Centered
{
	max-width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

img.CenteredHigh
{
	max-height: 250px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.CenteredSquare
{
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}

img.ModuleLogo
{
	max-width: 40px;
	margin-left: 15px;
}

img.InStep
{
	max-width: 320px;
	margin-top: 3px;
	margin-bottom: 4px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 96px;
	border: 1px solid #d0d3d5;
}

img.RegularLeft
{
	margin-top: 3px;
	margin-bottom: 4px;
	mc-thumbnail-max-height: 96;
	mc-thumbnail: popup;
}

img.PDFGuideIcon
{
	float: right;
}

/* image captions */

div.caption
{
	page-break-inside: avoid;
	padding: 10px;
	margin: 10px;
	max-width: 350px;
}

p.caption
{
	display: block;
	font-size: 90%;
	font-weight: var(--font-weight-light);
	text-align: center;
}

/* paragraph styles */

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.25;
	line-height: 20pt;
	widows: 3;
	orphans: 3;
}

p.Subheading
{
	margin-bottom: 15px;
	margin-top: 40px;
	font-weight: 700;
	line-height: 15pt;
	font-size: 11pt;
	border-bottom: 1px solid var(--nsp-color);
}

p.SubheadingSecondLevel
{
	margin-bottom: 15px;
	margin-top: 40px;
	font-weight: 700;
	line-height: 15pt;
	font-size: 11pt;
}

p.table-text
{
	font-size: 9pt;
	line-height: 10pt;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

p.table-text-Dark
{
	font-size: 14pt;
}

p.table-text-small
{
	font-size: 8pt;
	line-height: 9pt;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

p.table-text-Dark
{
	font-size: 14pt;
}

/* information */

p.information
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	/* mc-auto-number-format: '{b}TIPP: {/b} '; */
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

span.information
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	/*  mc-auto-number-format: '{b}TIPP: {/b} '; */
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

div.information
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	/* mc-auto-number-format: '{b}TIPP: {/b} '; */
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

span.info
{
	margin-bottom: 6pt;
	border: 1px solid #404040;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	display: inline-block;
	padding: 0 4.8px;
}

/* tip-heading */

span.tip-heading
{
	font-weight: 700;
}

/* code */

p.code
{
	display: block;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 20px;
	margin: 20px;
	font-family: 'Roboto Mono', Consolas, monospace;
}

span.code
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 2px;
}

div.code
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 20px 20px 20px;
	margin: 20px;
	position: relative;
	overflow-x: auto;
	white-space: pre-wrap;
}

div.code-single-line
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 20px 20px 20px;
	margin: 20px;
	position: relative;
	overflow-x: auto;
}

div.copy-to-clipboard
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 50px 20px 20px;
	margin: 20px;
	position: relative;
	overflow-x: auto;
	white-space: pre-wrap;
}

div.copy-to-clipboard-single-line
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 50px 20px 20px;
	margin: 20px;
	position: relative;
	overflow-x: auto;
	white-space: pre-wrap;
}

.code-header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #dddddd;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-family: var(--font-family);
}

.code-header-title,
.copy-btn
{
	padding: 5px 10px;
}

pre
{
	font-family: 'Roboto Mono', Consolas, monospace;
	font-size: 0.9em;
}

/* copy to clipboard button */

.copy-btn
{
	background: inherit;
	color: black;
	border-radius: 0;
	border: none;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	border: 2px solid #dddddd;
}

.copy-btn:hover
{
	background: #eeeeee;
}

/* notes */

p.note
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

span.note
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

div.note
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

/* warnings */

p.warning
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}WARNUNG: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

span.warning
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}WARNUNG: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

div.warning
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}WARNUNG: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

/* tips */

p.tip
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}TIPP: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

span.tip
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}TIPP: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

div.tip
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}TIPP: {/b} ';
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
}

/* example */

p.example
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
}

span.example
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
}

div.example
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
}

/* correct */

p.correct
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	/*
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
	*/
	overflow: hidden;
	padding: 15px 15px;
	background-image: url('../Images/Icons/correct-icon.png');
	page-break-inside: avoid;
	font-weight: 700;
}

span.correct
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	/*
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
	*/
	overflow: hidden;
	padding: 15px 15px;
	background-image: url('../Images/Icons/correct-icon.png');
	page-break-inside: avoid;
	font-weight: 700;
}

div.correct
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 15px 15px;
	background-image: url('../Images/Icons/correct-icon.png');
	page-break-inside: avoid;
	font-weight: 700;
	/*
	mc-auto-number-format: '{b}BEISPIEL:{/b}  ';
	*/
}

/* authornote*/

span.authornote
{
	background-color: #ffff00;
}

/* italic */

span.italic
{
	font-style: italic;
}

/* initial */

p.initial
{
	display: block;
	font-weight: 700;
}

span.initial
{
	font-weight: 700;
}

span.initialSecondLevel
{
	font-weight: 700;
}

span.initialThirdLevel
{
	font-weight: 700;
}

span.initial::after
{
	content: "|";
	padding: 0 0.5em;
}

li span.initial
{
	font-weight: 700;
}

li span.initial::after
{
	content: "|";
	padding: 0 0.5em;
}

/* emphasis */

span.emphasis
{
	font-weight: 700;
}

p.note > span.emphasis
{
	font-weight: 700;
}

/*feedback */

span.feedback
{
	font-style: italic;
	font-weight: 400;
}

span.quote
{
	/* font-style: italic; */
	font-weight: 700;
}

span.feedback > span.quote
{
	/* font-style: italic; */
}

span.infolink
{
	font-style: italic;
}

li span.quote
{
	font-weight: 700;
}

/* quotation */

p.quotation
{
	display: block;
	background-color: var(--Darker-White);
	padding: 20px;
	margin: 20px;
	font-style: italic;
}

div.quotation
{
	display: block;
	background-color: var(--Darker-White);
	padding: 20px;
	margin: 20px;
	font-style: italic;
}

/* nobreakinside */

p.NoBreakInside
{
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
	mc-hyphenate: never;
	page-break-inside: avoid;
}

/* moved to media print 

div.NoBreakInside
{
	margin-bottom: 8px;
	margin-top: 8px;
	mc-hyphenate: never;
	page-break-inside: avoid;
}

span.TitleBackgroundColor
{
	background-color: #0173ba;
	line-height: 30pt;
}

div.TitleCompanyLogo
{
	text-align: center;
	position: absolute;
	bottom: 0px;
}

div.TitleModuleLogo
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

*/

video
{
	max-width: 70%;
	height: auto;
	padding: 10px;
	border: 1px solid #d3d3d3;
}

span.PDFBox
{
	background-color: var(--Dark);
	padding: 50px;
}

@supports (display: grid) {
	.videoFrame {
		display: block;
		position: relative;
		padding-top: calc(100% * 9 / 16);
		width: 100%;
		
		box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
	}
	
	.videoFrame > * {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.videoFrameMaxWidth
	{
		max-width: 600px;
		position: relative;
	}
} 

/* grid layouts - NOT created using the layout editor, but using real CSS. Ignore the error message displayed */

.two-column-grid > *
{
	position: relative;
}

.two-column-grid iframe
{
	max-width: 100%;
}

.two-column-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2.5rem;
}

.three-column-grid > *
{
	position: relative;
}

.three-column-grid iframe
{
	max-width: 100%;
}

.three-column-grid
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2.5rem;
}

/* End of lines copied from source CSS (old project). Resume here to continue. */
/* Frontmatter */

/* Copied to media print

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: 700;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--Darker);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	font-size: 14pt;
	font-weight: 700;
	line-height: 19pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	color: var(--Darker);
}

p.TOC2
{
	color: var(--Dark);
	font-size: 11pt;
	font-weight: normal;
	line-height: 19pt;
	margin-bottom: 13px;
	margin-left: .1in;
	margin-top: 13px;
}

p.TOC3
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 19pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: .3in;
	margin-top: 10px;
}

p.ManualTitle
{
	font-size: 18pt;
	color: var(--Darker);
	font-weight: var(--font-weight-bold);
}

p.ManualTitleLanguage
{
	color: var(--Dark);
	line-height: 14pt;
	font-size: 12pt;
	margin-top: 40px;
}

p.ManualTitleLicense
{
	font-family: 'Roboto';
	font-size: 14pt;
	font-weight: 700;
	line-height: 0;
	margin-bottom: 0;
	margin-top: 0pt;
	color: var(--nsp-color);
}

p.ManualTitleInternalUse
{
	text-align: center;
	font-family: 'Roboto';
	font-size: 16pt;
	background-color: #d3d3d3;
	line-height: 120%;
	margin-bottom: 0;
	margin-top: 60pt;
}

p.LegalHeading
{
	line-height: 24pt;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	color: var(--nsp-color);
	font-family: Roboto;
	font-size: 12pt;
	font-weight: 700;
	page-break-before: always;
}

p.TocTitle
{
	line-height: 24pt;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	font-family: Roboto;
	font-size: 22pt;
	page-break-before: always;
	color: var(--nsp-color);
	font-weight: 700;
}

p.ManualVersionNumber
{
	color: var(--Light);
	font-family: 'Roboto';
	font-size: 11pt;
	line-height: 11pt;
}

p.HeaderChapterNumber
{
	font-weight: 700;
	text-transform: uppercase;
	color: var(--nsp-color);
	font-size: 14pt;
	mc-auto-number-format: 'KAPITEL {chapnum}';
}

p.LastEdited
{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9pt;
}

p.Legal
{
	font-size: 9pt;
}

h1.NodeSection
{
	line-height: 27pt;
	margin-bottom: 20px;
	mc-heading-level: 1;
}

h1.PageBreakAvoid
{
	page-break-before: avoid;
}

*/

/* Headings */

h1
{
	font-size: 28pt;
	color: var(--Dark);
	font-weight: normal;
}

h2
{
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 60px;
	mc-heading-level: 3;
	mc-hyphenate: never;
	line-height: 26pt;
	font-size: 2em;
	mc-hyphenate: never;
	background: url('../Images/rectangle.png') no-repeat;
	padding-left: 22px;
	background-position-x: left;
	background-position-y: 5px;
	background-size: initial;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	page-break-before: avoid;
	color: var(--Dark);
}

h2.ExcludeFromToc
{
	/*font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 60px;*/
	mc-heading-level: 0;
	/*mc-hyphenate: never;
	line-height: 26pt;
	font-size: 2em;
	mc-hyphenate: never;
	background: url('../Images/rectangle.png') no-repeat;
	padding-left: 22px;
	background-position-x: left;
	background-position-y: 5px;
	background-size: initial;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	page-break-before: avoid;*/
}

h2.PowerShell
{
	mc-heading-level: 0;
}

h3
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0px;
	margin-top: 40px;
	font-weight: 700;
	font-weight: 700;
	font-size: 14pt;
	color: var(--Dark);
}

h3.PowerShell
{
	mc-heading-level: 0;
}

h4
{
	margin-top: 50px;
	font-weight: 700;
	font-size: 12.0pt;
	mc-heading-level: 0;
}

h4.PowerShell
{
	mc-heading-level: 0;
}

h5
{
	font-weight: 700;
	font-size: 10.0pt;
}

h6
{
	font-weight: 700;
	font-size: 8.0pt;
}

/* Home page topic */

.hero-image
{
	/*
	background-image: url("../Images/nospamproxy-server-hero-fractal.png");
	background-origin: 0 50%;
	background-size: cover;
*/
	font-weight: bold;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hero-image > div
{
	font-size: 2.5rem;
}

/*
.hero-image > form {
	font-size: 1rem;
	width: 50%;
	max-width: 40rem;
	margin-top: 1.5rem;
	padding: 1rem;
	background-color: white;
	border: 2px solid var(--Dark-Medium);
}
*/

div.home-layout
{
	padding: 5rem;
	margin: 0 auto;
	max-width: 80rem;
}

div.home-layout h1,
div.home-layout h2,
div.home-layout h3
{
	
}

div.home-section
{
	padding: 1rem 0 2rem;
	/*
	margin: 2rem auto;
	max-width: 90rem;
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
	padding-top: 2%;
	padding-bottom: 5%;
	*/
}

.home-cards
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-cards a
{
	background-color: var(--Dark-White);
	font-weight: bold;
	padding: 3rem 0;
	margin: .3rem 0;
	display: flex;
	flex-direction: column;
	width: calc(33.333% - .45rem);
	box-shadow: 0 0 0rem rgba(0,0,0,0);
	align-items: center;
	text-decoration: none;
	transition: box-shadow .5s ease, background-color .5s ease;
}

div.footer-links
{
	position: absolute;
	left: -200px;
}

a:link
{
	color: var(--Dark);
}

a:visited
{
	color: var(--Dark);
}

.home-cards a:hover
{
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
	background-color: white;
	font-weight: bold;
}

.home-cards span
{
	padding-top: 1rem;
}

@media (max-width: 65rem)
{
	.home-cards a
	{
		width: 100%;
		padding: 2rem 0;
	}
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	/*mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #00000030;
	padding: 2%;
	width: 300px;
}

div.home-tiles > div:not(:first-child)
{
	margin-left: 4%;
}

/*
div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}*/

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	/*mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*
div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}*/

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
	background-image: url('../Images/NoSpamProxy-Cloud-hero-nologo1896x1000.png');
	background-position: top;
}

div.topic-hero img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.topic-hero h1
{
	color: var(--Dark-White);
	font-size: 20px;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
}

/* Links */

a
{
	color: var(--Dark);
	font-weight: bold;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: 700;
	border-bottom: none;
	font-size: 13pt;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--nsp-color);
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Dark);
	font-weight: 700;
}

/* Lists */

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: 700;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: 700;
}

/* Master page */

div.home-footer
{
	padding: 1% 1%;
	border-top: 1px solid var(--Medium);
	background: var(--Darker-White);
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--Darker);
}

p.footer-sub
{
	color: var(--Darker);
	font-size: 14pt;
	margin-top: 14px;
}

/* Navigation */

div.bookmark-navigation
{
	padding: 8px;
	/*
	border-bottom: 1px solid var(--Light);
	*/
	background-color: var(--Dark-White);
}

MadCap|miniTocProxy
{
	border: none 0px #000000;
}

p.MiniTOC1
{
	color: var(--Dark);
	font-weight: normal;
}

p.MiniTOC2
{
	color: var(--Dark);
	font-weight: normal;
}

p.MiniTOC3
{
	color: var(--Dark);
	font-weight: normal;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	/*div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}
*/

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles
	{
		flex-direction: column;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	:root
	{
		--font-family: Roboto;
	}

	body
	{
		font-size: 12pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* nobreakinside */

	p.NoBreakInside
	{
		display: block;
		margin-bottom: 8px;
		margin-top: 8px;
		mc-hyphenate: never;
		page-break-inside: avoid;
	}

	div.NoBreakInside
	{
		margin-bottom: 8px;
		margin-top: 8px;
		mc-hyphenate: never;
		page-break-inside: avoid;
	}

	/* title page styles */

	span.TitleBackgroundColor
	{
		background-color: #0173ba;
		line-height: 30pt;
	}

	div.TitleCompanyLogo
	{
		text-align: center;
		position: absolute;
		bottom: 0px;
	}

	div.TitleModuleLogo
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	hr.title-page
	{
		border: solid 0px transparent;
		background-color: var(--Light);
		height: 1px;
		width: 100%;
		margin-bottom: 30px;
		margin-top: 370px;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	p.created-using-flare
	{
		color: var(--Dark);
		font-weight: 700;
		margin-top: 18px;
		font-size: 9pt;
		line-height: 15pt;
		text-transform: uppercase;
	}

	p.title
	{
		font-size: 55pt;
		line-height: 65pt;
		margin-top: 30px;
		mc-hyphenate: never;
	}

	p.title-page-footer
	{
		color: var(--Darker);
		font-size: 9pt;
		frame-break-before: always;
		line-height: 15pt;
		margin-top: 30px;
	}

	p.title-page-url
	{
		color: var(--Dark);
		font-size: 9pt;
		line-height: 15pt;
	}

	p.TOC1
	{
		font-size: 14pt;
		font-weight: 700;
		line-height: 19pt;
		margin-bottom: 15px;
		margin-top: 15px;
		page-break-after: avoid;
		color: var(--Darker);
	}

	p.TOC2
	{
		color: var(--Dark);
		font-size: 11pt;
		font-weight: normal;
		line-height: 19pt;
		margin-bottom: 13px;
		margin-left: .1in;
		margin-top: 13px;
	}

	p.TOC3
	{
		color: var(--Dark);
		font-size: 9pt;
		line-height: 19pt;
		font-weight: normal;
		margin-bottom: 10px;
		margin-left: .3in;
		margin-top: 10px;
	}

	p.ManualTitle
	{
		font-size: 18pt;
		color: var(--Darker);
		font-weight: var(--font-weight-bold);
	}

	p.ManualTitleLanguage
	{
		color: var(--Dark);
		line-height: 14pt;
		font-size: 12pt;
		margin-top: 40px;
	}

	p.ManualTitleLicense
	{
		font-family: 'Roboto';
		font-size: 14pt;
		font-weight: 700;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0pt;
		color: var(--nsp-color);
	}

	p.ManualTitleInternalUse
	{
		text-align: center;
		font-family: 'Roboto';
		font-size: 16pt;
		background-color: #d3d3d3;
		line-height: 120%;
		margin-bottom: 0;
		margin-top: 60pt;
	}

	p.LegalHeading
	{
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		color: var(--nsp-color);
		font-family: Roboto;
		font-size: 12pt;
		font-weight: 700;
		page-break-before: always;
	}

	p.TocTitle
	{
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		font-family: Roboto;
		font-size: 22pt;
		page-break-before: always;
		color: var(--nsp-color);
		font-weight: 700;
	}

	p.ManualVersionNumber
	{
		color: var(--Light);
		font-family: 'Roboto';
		font-size: 11pt;
		line-height: 11pt;
	}

	p.HeaderChapterNumber
	{
		font-weight: 700;
		text-transform: uppercase;
		color: var(--nsp-color);
		font-size: 14pt;
		mc-auto-number-format: 'KAPITEL {chapnum}';
	}

	p.LastEdited
	{
		text-transform: uppercase;
		font-weight: 700;
		font-size: 9pt;
	}

	p.Legal
	{
		font-size: 9pt;
	}

	/*
	
	h1.NodeSection
	{
		line-height: 27pt;
		margin-bottom: 20px;
		mc-heading-level: 1;
	}
	
	*/

	h1.PageBreakAvoid
	{
		page-break-before: avoid;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		color: var(--Dark);
		font-weight: 700;
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
		mc-heading-level: 2;
	}

	h1.NodeSection
	{
		font-size: 25pt;
		font-weight: 700;
		line-height: 25pt;
		margin-bottom: 20px;
		color: var(--Darker);
		border-bottom: solid 1px var(--nsp-color);
		mc-heading-level: 1;
		page-break-before: always;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
		mc-heading-level: 3;
		page-break-before: avoid;
	}

	h3
	{
		margin-top: 40px;
		font-weight: 700;
		font-weight: 700;
		line-height: 15pt;
		margin-bottom: 15px;
		margin-top: 40px;
		mc-heading-level: 0;
		font-size: 14pt;
	}

	/* Links */

	MadCap|xref
	{
		mc-format: '{para}';
		font-weight: 700;
		text-decoration: underline;
	}

	p.Subheading
	{
		font-weight: 700;
		border-bottom: 1px solid var(--Light);
		page-break-after: avoid;
	}

	p.SubheadingSecondLevel
	{
		font-weight: 700;
		page-break-after: avoid;
	}

	p.TOC1
	{
		color: var(--nsp-color);
	}

	p.TOC2
	{
		font-weight: 700;
		color: var(--Darker);
	}

	p.TOC3
	{
		color: var(--Darker);
	}

	p.MiniTOC1
	{
		font-weight: 700;
	}

	img.UiOverview
	{
		mc-thumbnail: none;
		max-width: 100%;
	}

	img.RegularLeft
	{
		max-width: 100%;
	}

	img.InStep
	{
		margin-top: 3px;
		margin-bottom: 4px;
		border: 1px solid #d0d3d5;
	}

	img.PDFIcon
	{
		border: none;
		max-width: 100%;
	}

	p.MiniTOC2
	{
		font-size: 10pt;
	}

	/* code */

	p.code
	{
		display: block;
		background-color: #eeeeee;
		padding: 20px;
		margin: 20px;
		font-family: 'Roboto Mono', 'Consolas', monospace;
		font-size: 9pt;
	}

	span.code
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		font-size: 0.9em;
		background-color: #eeeeee;
		padding: 2px;
	}

	div.code
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		background-color: #eeeeee;
		padding: 20px;
		margin: 20px;
		font-size: 0.9em;
	}

	div.code p
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		background-color: #eeeeee;
		font-size: 0.85em;
	}

	div.CompanyImage
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	MadCap|dropDown
	{
		border-bottom: none;
		margin-top: 12px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 14pt;
		page-break-after: avoid;
		mc-heading-level: 0;
	}

	MadCap|dropDownHead
	{
		page-break-after: avoid;
	}

	td
	{
		font-size: 10pt;
	}

	th
	{
		font-size: 10pt;
	}

	MadCap|dropDownBody
	{
		padding-left: 0px;
	}

	ol
	{
		
	}

	MadCap|footnote
	{
		font-size: 10pt;
	}

	h5
	{
		mc-heading-level: 0;
	}
}

p.table-heading
{
	font-size: 11pt;
	font-weight: 700;
	line-height: 12pt;
	color: #fefefe;
	margin: 0px;
	margin-right: 5px;
	padding: 5px;
	margin-top: 0px;
	margin-left: 5px;
}

p.table-heading-bsz
{
	font-size: 9pt;
	font-weight: 700;
	line-height: 11pt;
	color: #fefefe;
	margin: 0px;
	margin-right: 5px;
	padding: 3px;
	margin-top: 0px;
	margin-left: 3px;
}

p.table-text-bsz
{
	font-size: 9pt;
	font-weight: 700;
	line-height: 11pt;
	margin: 0px;
	margin-right: 5px;
	padding: 3px;
	margin-top: 0px;
	margin-left: 3px;
}

img.Centered-Thumbnail
{
	max-width: 450px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 40px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 192px;
}

p#target
{
	display: block;
	font-size: 0.9em;
	background-color: #eeeeee;
	padding: 20px;
	margin: 20px;
	font-family: 'Roboto Mono', Consolas, monospace;
}

ol#target-debug
{
	letter-spacing: .25;
	line-height: 20pt;
}

p.note
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
}

span.note
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
}

div.note
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	background-color: #eef6ff;
	background-image: url('../Images/Icons/note-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}HINWEIS: {/b} ';
}

p.warning
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}WARNING: {/b} ';
}

span.warning
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}WARNING: {/b} ';
}

div.warning
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #c0392b;
	background-color: #fff8f7;
	background-image: url('../Images/Icons/warning-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}WARNING: {/b} ';
}

p.tip
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}TIP: {/b} ';
}

span.tip
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}TIP: {/b} ';
}

div.tip
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #3498db;
	overflow: hidden;
	padding: 15px 60px;
	border-color: #f1c40f;
	background-color: #fffef7;
	background-image: url('../Images/Icons/tip-icon.png');
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}TIP: {/b} ';
}

p.example
{
	display: block;
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}EXAMPLE:{/b}  ';
}

span.example
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/*border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}EXAMPLE:{/b}  ';
}

div.example
{
	margin-top: 6pt;
	margin-bottom: 20pt;
	/* border-radius: 4.8px;
	-moz-border-radius: 4.8px;
	-webkit-border-radius: 4.8px; */
	background-position: 9px 0px;
	background-repeat: no-repeat;
	border-left: solid 3px #8cbebe;
	overflow: hidden;
	padding: 15px 15px;
	/*
	background-image: url('../Images/Icons/example-icon.png');
	*/
	page-break-inside: avoid;
	font-weight: 400;
	mc-auto-number-format: '{b}EXAMPLE:{/b}  ';
}

span.initial::after
{
	padding: 0 0.5em;
	content: '|';
}

li span.initial::after
{
	padding: 0 0.5em;
	content: '|';
}

MadCap|xref
{
	text-decoration: underline;
	color: var(--Dark);
	font-weight: 700;
	mc-format: '{para}';
}

@media print
{
	:root
	{
		--font-family: Roboto;
	}

	body
	{
		font-size: 12pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* nobreakinside */

	p.NoBreakInside
	{
		display: block;
		margin-bottom: 8px;
		margin-top: 8px;
		mc-hyphenate: never;
		page-break-inside: avoid;
	}

	div.NoBreakInside
	{
		margin-bottom: 8px;
		margin-top: 8px;
		mc-hyphenate: never;
		page-break-inside: avoid;
	}

	/* title page styles */

	span.TitleBackgroundColor
	{
		background-color: #0173ba;
		line-height: 30pt;
	}

	div.TitleCompanyLogo
	{
		text-align: center;
		position: absolute;
		bottom: 0px;
	}

	div.TitleModuleLogo
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
	}

	hr.title-page
	{
		border: solid 0px transparent;
		background-color: var(--Light);
		height: 1px;
		width: 100%;
		margin-bottom: 30px;
		margin-top: 370px;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	p.created-using-flare
	{
		color: var(--Dark);
		font-weight: 700;
		margin-top: 18px;
		font-size: 9pt;
		line-height: 15pt;
		text-transform: uppercase;
	}

	p.title
	{
		font-size: 55pt;
		line-height: 65pt;
		margin-top: 30px;
		mc-hyphenate: never;
	}

	p.title-page-footer
	{
		color: var(--Darker);
		font-size: 9pt;
		frame-break-before: always;
		line-height: 15pt;
		margin-top: 30px;
	}

	p.title-page-url
	{
		color: var(--Dark);
		font-size: 9pt;
		line-height: 15pt;
	}

	p.TOC1
	{
		font-size: 14pt;
		font-weight: 700;
		line-height: 19pt;
		margin-bottom: 15px;
		margin-top: 15px;
		page-break-after: avoid;
		color: var(--Darker);
	}

	p.TOC2
	{
		color: var(--Dark);
		font-size: 11pt;
		font-weight: normal;
		line-height: 19pt;
		margin-bottom: 13px;
		margin-left: .1in;
		margin-top: 13px;
	}

	p.TOC3
	{
		color: var(--Dark);
		font-size: 9pt;
		line-height: 19pt;
		font-weight: normal;
		margin-bottom: 10px;
		margin-left: .3in;
		margin-top: 10px;
	}

	p.ManualTitle
	{
		font-size: 18pt;
		color: var(--Darker);
		font-weight: var(--font-weight-bold);
	}

	p.ManualTitleLanguage
	{
		color: var(--Dark);
		line-height: 14pt;
		font-size: 12pt;
		margin-top: 40px;
	}

	p.ManualTitleLicense
	{
		font-family: 'Roboto';
		font-size: 14pt;
		font-weight: 700;
		line-height: 0;
		margin-bottom: 0;
		margin-top: 0pt;
		color: var(--nsp-color);
	}

	p.ManualTitleInternalUse
	{
		text-align: center;
		font-family: 'Roboto';
		font-size: 16pt;
		background-color: #d3d3d3;
		line-height: 120%;
		margin-bottom: 0;
		margin-top: 60pt;
	}

	p.LegalHeading
	{
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		color: var(--nsp-color);
		font-family: Roboto;
		font-size: 12pt;
		font-weight: 700;
		page-break-before: always;
	}

	p.TocTitle
	{
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 0;
		font-family: Roboto;
		font-size: 22pt;
		page-break-before: always;
		color: var(--nsp-color);
		font-weight: 700;
	}

	p.ManualVersionNumber
	{
		color: var(--Light);
		font-family: 'Roboto';
		font-size: 11pt;
		line-height: 11pt;
	}

	p.HeaderChapterNumber
	{
		font-weight: 700;
		text-transform: uppercase;
		color: var(--nsp-color);
		font-size: 14pt;
		mc-auto-number-format: 'CHAPTER {chapnum}';
	}

	p.LastEdited
	{
		text-transform: uppercase;
		font-weight: 700;
		font-size: 9pt;
	}

	p.Legal
	{
		font-size: 9pt;
	}

	/*
	
	h1.NodeSection
	{
		line-height: 27pt;
		margin-bottom: 20px;
		mc-heading-level: 1;
	}
	
	*/

	h1.PageBreakAvoid
	{
		page-break-before: avoid;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		color: var(--Dark);
		font-weight: 700;
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
		mc-heading-level: 2;
	}

	h1.NodeSection
	{
		font-size: 25pt;
		font-weight: 700;
		line-height: 25pt;
		margin-bottom: 20px;
		color: var(--Darker);
		border-bottom: solid 1px var(--nsp-color);
		mc-heading-level: 1;
		page-break-before: always;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
		mc-heading-level: 3;
		page-break-before: avoid;
	}

	h3
	{
		margin-top: 40px;
		font-weight: 700;
		font-weight: 700;
		line-height: 15pt;
		margin-bottom: 15px;
		margin-top: 40px;
		mc-heading-level: 0;
		font-size: 14pt;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: 700;
		text-decoration: underline;
		mc-format: '{para}';
	}

	p.Subheading
	{
		font-weight: 700;
		border-bottom: 1px solid var(--Light);
		page-break-after: avoid;
	}

	p.SubheadingSecondLevel
	{
		font-weight: 700;
		page-break-after: avoid;
	}

	p.TOC1
	{
		color: var(--nsp-color);
	}

	p.TOC2
	{
		font-weight: 700;
		color: var(--Darker);
	}

	p.TOC3
	{
		color: var(--Darker);
	}

	p.MiniTOC1
	{
		font-weight: 700;
	}

	img.UiOverview
	{
		mc-thumbnail: none;
		max-width: 100%;
	}

	img.RegularLeft
	{
		max-width: 100%;
	}

	img.InStep
	{
		margin-top: 3px;
		margin-bottom: 4px;
		border: 1px solid #d0d3d5;
	}

	img.PDFIcon
	{
		border: none;
		max-width: 100%;
	}

	p.MiniTOC2
	{
		font-size: 10pt;
	}

	/* code */

	p.code
	{
		display: block;
		background-color: #eeeeee;
		padding: 20px;
		margin: 20px;
		font-family: 'Roboto Mono', 'Consolas', monospace;
		font-size: 9pt;
	}

	span.code
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		font-size: 0.9em;
		background-color: #eeeeee;
		padding: 2px;
	}

	div.code
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		background-color: #eeeeee;
		padding: 20px;
		margin: 20px;
		font-size: 0.9em;
	}

	div.code p
	{
		font-family: 'Roboto Mono', 'Consolas', monospace;
		background-color: #eeeeee;
		font-size: 0.85em;
	}

	div.CompanyImage
	{
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	MadCap|dropDown
	{
		border-bottom: none;
		margin-top: 12px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 14pt;
		page-break-after: avoid;
		mc-heading-level: 0;
	}

	MadCap|dropDownHead
	{
		page-break-after: avoid;
	}

	td
	{
		font-size: 10pt;
	}

	th
	{
		font-size: 10pt;
	}

	MadCap|dropDownBody
	{
		padding-left: 0px;
	}

	ol
	{
		
	}

	MadCap|footnote
	{
		font-size: 10pt;
	}

	h5
	{
		mc-heading-level: 0;
	}
}

/*<meta sourceDocument="C:\Users\sfeist\Downloads\New-NspEdiAtEnergyCorporateAccount-edited.md" />*/
/*<meta sourceDocument="C:\Users\sfeist\Downloads\New-NspEdiAtEnergyCorporateAccount.md" />*/
/*<meta sourceDocument="C:\Users\sfeist\Downloads\Add-NspContentFilterSetEntry.md" />*/
/*<meta sourceDocument="C:\Users\sfeist\Downloads\New-NspOpenIdProvider.md" />*/

