/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Sarabun';
	src: url(../Fonts/Sarabun-Light.ttf);
}

@font-face 
{
	font-family: 'Sarabun';
	src: url(../Fonts/Sarabun-Medium.ttf);
}

@font-face 
{
	font-family: 'Sarabun';
	src: url(../Fonts/Sarabun-Regular.ttf);
}

@font-face 
{
	font-family: 'Wingdings 2';
	src: url(../Fonts/WINGDNG2.TTF);
}

@font-face 
{
	font-family: 'Wingdings 3';
	src: url(../Fonts/WINGDNG3.TTF);
}

body
{
	line-height: normal;
	mc-hyphenate: never;
	margin: 10px;
	text-align: left;
	color: var(--Dark);
	font-family: var(--FontFamily);
	font-size: 1em;
}

h1
{
	font-weight: bold;
	border-bottom-style: solid;
	margin: 0;
	margin-top: 0;
	color: var(--ETH-Primary);
	border-bottom-width: 2px;
	font-size: 2em;
	padding-bottom: 1mm;
	margin-bottom: 4mm;
	font-variant: normal;
}

h1.Numbered
{
	mc-auto-number-offset: 10mm;
	mc-auto-number-format: '{chapnum} ';
}

h2
{
	font-weight: bold;
	font-size: 1.4em;
	color: var(--ETH-Primary);
	margin: 0mm;
	padding-top: 3mm;
}

h2.Numbered
{
	mc-auto-number-format: '{n+} ';
}

h3
{
	font-weight: bold;
	border-top: none 0px #000000;
	font-size: 1.3em;
	color: #000000;
	margin: 1mm 0mm;
}

h4
{
	margin-bottom: 4px;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	margin-top: 25px;
}

li
{
	margin-top: 1mm;
}

p
{
	margin: 0px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: var(--ETH-Primary);
}

a.MCBreadcrumbsLink:hover
{
	color: var(--Darkest);
}

a.MiniTOC1:hover,
a.MiniTOC2:hover,
a.MiniTOC3:hover,
a.MiniTOC4:hover,
a.MiniTOC5:hover,
a.MiniTOC6:hover
{
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 0.8em;
}

MadCap|xref
{
	color: var(--ETH-Primary);
	text-decoration: none;
	mc-format: '{paratext}';
}

MadCap|xref:hover
{
	color: var(--ETH-Primary);
	text-decoration: none;
	font-weight: bolder;
}

MadCap|dropDownHotspot
{
	color: var(--ETH-Primary);
	font-weight: bold;
	font-size: 1.9em;
}

MadCap|dropDownBody
{
	border-bottom: 1px solid #d3d3d3;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-closed-image: url('../Images/Assets/Icons/Arrows/Arrow-Right-Gray.png');
	mc-open-image: url('../Images/Assets/Icons/Arrows/Arrow-Down-Gray.png');
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 1px solid #d3d3d3;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	float: right;
	max-width: 25%;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	margin-top: 15px;
	padding-left: 0px;
}

/*Styles that provide the border radius to the menu proxy items*/

ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 5px;
}

a:link
{
	color: var(--ETH-Primary);
	text-decoration: none;
}

a:visited
{
	color: var(--ETH-Primary);
	text-decoration: none;
}

ul.menu._Skins_SideMenu.mc-component li > a:hover
{
	border-radius: 5px;
	background-color: var(--ETH-Primary);
}

ul.menu._Skins_SideMenu.mc-component ul > li > a:hover
{
	border-radius: 5px;
	background-color: var(--ETH-Primary);
}

ul.menu._Skins_SideMenu.mc-component ul ul > li > a:hover
{
	border-radius: 5px;
	background-color: var(--ETH-Primary);
}

ul.menu._Skins_SideMenu.mc-component ul ul ul > li > a:hover
{
	border-radius: 5px;
	background-color: var(--ETH-Primary);
}

ul.menu._Skins_SideMenu.mc-component ul ul ul ul > li > a:hover
{
	border-radius: 5px;
	background-color: var(--ETH-Primary);
}

a:hover
{
	text-decoration: none;
	font-weight: bolder;
}

.tab-link > a:hover
{
	background-color: #e3f1f7;
	font-weight: bold;
	color: #783fad;
	cursor: pointer;
}

.tab-link > a:active
{
	font-weight: bolder;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

div.topic-layout > div:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
}

div.topic-layout > div:nth-child(2)
{
	width: 50%;
	margin-left: 8.3333%;
}

.Bold
{
	font-weight: bold;
}

.Bold_Blue
{
	color: #0000ff;
	font-weight: bold;
}

.Bold_Red
{
	color: #ff0000;
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

li.BodytextBold
{
	font-weight: bold;
	margin-left: -5mm;
}

li.BodytextsignalsBold
{
	font-weight: bold;
	text-align: left;
	font-size: 10pt;
}

li.Table
{
	padding-left: 1mm;
	margin-left: -4mm;
	margin-top: 0px;
	font-size: 0.8rem;
}

li.TableBold
{
	font-weight: bold;
	padding-left: 1mm;
	margin-left: -4mm;
	font-size: 0.8rem;
}

p.Console
{
	font-family: 'Courier New';
	font-size: 8pt;
	background-color: #e6e6e6;
	text-align: left;
	text-indent: 0mm;
	border: solid 1pt #000000;
	border-color: #000000;
	margin: 0;
	margin-left: 5mm;
	padding: 1mm;
	margin-top: 2mm;
	margin-bottom: 3mm;
	padding-left: 3mm;
	margin-right: 1mm;
	border-top-color: #333333;
}

p.FigureCaption
{
	font-weight: bold;
	text-align: center;
	mc-auto-number-class: FigureNum;
	mc-auto-number-format: 'F:Fig. {Gn+} - ';
	font-size: 0.8rem;
}

img.MaxWidth50percent
{
	padding: 0px;
	max-width: 50%;
}

img.MaxWidth60percent
{
	padding: 0px;
	max-width: 60%;
}

img.MaxWidth70percent
{
	padding: 0px;
	max-width: 70%;
}

img.MaxWidth80percent
{
	padding: 0px;
	max-width: 80%;
}

img.MaxWidth90percent
{
	padding: 0px;
	max-width: 90%;
}

p.BodytextsignalsBold
{
	text-align: left;
	font-weight: bold;
	margin-top: 1mm;
	margin-bottom: 1mm;
	font-size: 16px;
}

p.TableBold
{
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.8rem;
}

p.Table
{
	margin: 0px;
	padding-left: 0px;
	font-size: 0.8rem;
}

p.TableList
{
	margin: 0px;
	text-align: left;
	padding-left: 2mm;
	orphans: 3;
	font-size: 0.8rem;
}

p.BodytextBold
{
	font-weight: bold;
	margin-top: 2mm;
	font-size: inherit;
}

p.Command
{
	font-family: 'Courier New';
	font-size: 8pt;
	padding-left: 2mm;
	margin-top: 1px;
	mc-hyphenate: always;
}

a
{
	font-weight: inherit;
	color: var(--ETH-Primary);
	text-decoration: none;
}

li.Bodytext
{
	margin-left: -5mm;
}

p.TableCaption
{
	font-weight: bold;
	text-align: center;
	mc-auto-number-class: TableNum;
	mc-auto-number-format: 'T:Tab. {Gn+} - ';
	font-size: 0.8rem;
}

p.TableCenter
{
	text-align: center;
	font-size: 0.8rem;
}

p.BodytextsignalsItalic
{
	font-style: italic;
	font-size: 14px;
	margin-top: 1mm;
	margin-left: 0px;
	margin-bottom: 1mm;
}

p.Bodytextsignals
{
	margin-top: 1mm;
	margin-bottom: 1mm;
	font-size: 16px;
}

p.TableBoldItalic
{
	font-weight: bold;
	font-style: italic;
	font-size: 0.8rem;
}

ol
{
	margin: 0mm;
}

ul
{
	margin: 0mm;
}

div.Indent
{
	margin-left: 10mm;
}

div.IndentTable
{
	margin-left: 7mm;
}

h7
{
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	mc-heading-level: 7;
	mc-auto-number-position: inside-head;
	mc-disable-glossary-terms: true;
	mc-dita-type: p;
	display: block;
}

h5
{
	font-size: .9em;
}

MadCap|equation
{
	font-family: Arial;
}

MadCap|footnote
{
	
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	font-size: 80%;
	margin-top: 10px;
	padding-top: 8px;
}

table
{
	mc-hide-bottom-ruling: true;
}

tr
{
	page-break-inside: avoid;
}

h2.NumberedPageBreak
{
	mc-auto-number-format: '{ =0}';
}

h3.Numbered
{
	margin-top: ;
	font-size: 1, 6em;
	mc-auto-number-format: '{n+} ';
}

h4.Numbered
{
	mc-auto-number-format: '{ =0}';
}

div.Up2	/*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.Up2::before
{
	content: ' ';
	display: table;
}

div.Up2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Up2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Up2 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.Up2 > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 0%;
}

div.Up1	/*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.Up1::before
{
	content: ' ';
	display: table;
}

div.Up1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Up1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Up1 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Up1 > div:nth-child(2)
{
	width: 60%;
	margin-left: 2%;
}

div.Up3	/*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.Up3::before
{
	content: ' ';
	display: table;
}

div.Up3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Up3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Up3 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Up3 > div:nth-child(2)
{
	width: 60%;
	margin-left: 2%;
}

div.Up4	/*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.Up4::before
{
	content: ' ';
	display: table;
}

div.Up4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Up4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Up4 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Up4 > div:nth-child(2)
{
	width: 60%;
	margin-left: 2%;
}

:root
{
	
}

img.MaxHeight60mm
{
	max-width: auto;
	max-height: 60mm;
}

MadCap|bodyProxy
{
	
}

MadCap|topicToolbarProxy
{
	
}

h2.PageBreak
{
	
}

th
{
	
}

td
{
	
}

tbody
{
	
}

thead
{
	
}

MadCap|xref:focus
{
	color: var(--ETH-Primary);
}

MadCap|xref.Proc
{
	color: var(--ETH-Primary);
}

MadCap|xref.Figure
{
	color: #000000;
	mc-format: '{paranumonly}';
}

MadCap|xref.Table
{
	color: #000000;
	mc-format: '{paranumonly}';
}

p.MiniTOC1
{
	margin-top: 2mm;
	color: var(--ETH-Primary);
	font-weight: normal;
	display: list-item;
}

p.MiniTOC2
{
	margin-left: 8mm;
	margin-top: 1mm;
	display: list-item;
	color: var(--ETH-Primary);
}

p.MiniTOC3
{
	margin-left: 14mm;
	margin-top: 1mm;
	font-style: italic;
}

MadCap|miniTocProxy
{
	border-top-style: none;
	padding-top: 0px;
	mc-toc-depth: 2;
	display: block;
	color: var(--ETH-Primary);
	padding-left: 38px;
}

MadCap|tocProxy
{
	mc-toc-depth: 2;
}

p.TOD
{
	color: var(--ETH-Primary);
}

p.MANDoctype
{
	color: var(--ETH-Primary);
}

:hover
{
	
}

img.MaxWidth160mm
{
	max-height: auto;
	max-width: 160mm;
}

.Bold_Violet
{
	font-weight: bold;
	color: var(--ETH-Primary);
}

p.BodytextBoldPad4mmBottom
{
	font-size: inherit;
	font-weight: bold;
	margin-top: 2mm;
	padding-bottom: 4mm;
}

li.BodytextPad4mmTop
{
	margin-top: 4mm;
	margin-left: -5mm;
}

li.BodytextBoldPad4mmTop
{
	margin-top: 4mm;
	font-weight: bold;
	margin-left: -5mm;
}

div.Note
{
	margin: 2mm 5mm 3mm;
	padding: 2mm;
	border-left: solid 5px #410099;
}

p.Note
{
	
}

div.NoteNoPadding
{
	border-left: solid 5px #410099;
	margin: 2mm 5mm 3mm;
	padding: 2mm;
}

MadCap|codeSnippetBody
{
	background: #e6e6e6;
	border: solid 1px #000000;
	padding: 1em;
	padding-left: 1em;
	padding-right: 1em;
	font-family: 'Courier New';
	font-size: 0.8rem;
}

MadCap|codeSnippet
{
	font-size: 8pt;
	border: none 0px transparent;
	padding-left: 1em;
	padding-right: 1em;
}

a.LastCoverWeb:link
{
	color: var(--Dark);
}

a.LastCoverWeb:visited
{
	color: var(--ETH-Primary);
}

li li
{
	
}

li li li
{
	
}

ol ol
{
	list-style-type: lower-alpha;
	display: block;
	margin: 0mm 0mm 0mm -2mm;
}

ul ul
{
	list-style-type: circle;
	margin: 0mm;
	margin-left: -2mm;
}

li.Highlights
{
	color: var(--ETH-Primary);
	font-size: 11pt;
	font-weight: bold;
	margin-left: -5mm;
	margin-top: 0px;
	padding-bottom: 1mm;
}

p.Features
{
	font-size: 9pt;
}

img.Margin2mmAll
{
	margin: 2mm;
}

p.Title
{
	
}

p.CommandIndent
{
	mc-hyphenate: always;
}

caption
{
	text-align: center;
	font-weight: bold;
}

img.Margin2mmAll-400px
{
	border: none;
	height: auto;
	margin: 2mm;
	width: 400px;
}

img.Margin2mmAll-500px
{
	border: none;
	height: auto;
	margin: 2mm;
	width: 500px;
}

img.Margin2mmAll-500px-Border
{
	border: solid 1px #e6e6e6;
	width: 500px;
	height: auto;
	margin: 2mm;
}

div.topic-layout > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 8.3333%;
}

ol ul
{
	margin: 0mm;
	margin-right: 0mm;
	margin-left: -2mm;
}

ul ol
{
	margin: 0mm 0mm 0mm -2mm;
}

MadCap|menuProxy
{
	
}

h1.QSG-Web-Cover
{
	color: #ffffff;
	font-variant: normal;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-size: 2.8em;
}

img.Margin2mmAll-QSG-Big
{
	height: auto;
	padding-top: 2mm;
	width: 500px;
}

a.MiniTOC1:hover
{
	text-decoration: none;
	font-weight: bolder;
}

img.Margin2mmTop-QSG-Medium
{
	padding-top: 2mm;
	width: 350px;
}

p.BodytextNotice
{
	font-weight: bold;
	border-left: solid 2px #410099;
	border-radius: 1mm;
	padding-left: 2mm;
	border: solid 1px #410099;
	padding: 1mm 2mm;
	margin: 2mm 0px;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
		width: 8.3333%;
		margin-left: 0%;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Up2 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Up2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Up1 > div:nth-child(1)
	{
		display: none;
	}

	div.Up1 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.Up3 > div:nth-child(1)
	{
		display: none;
	}

	div.Up3 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.Up4 > div:nth-child(1)
	{
		display: none;
	}

	div.Up4 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.ConsoleNoPadding
	{
		background: #e6e6e6;
	}

	div.Note
	{
		
	}

	div.NoteNoPadding
	{
		
	}

	li.BodytextsignalsBold
	{
		font-size: 10pt;
	}

	div.side-menu-InTopic
	{
		display: none;
	}

	div.topic-layout > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	h3
	{
		font-size: 1.3em;
	}

	h2
	{
		font-size: 1.3em;
	}

	img.Margin2mmAll-QSG-Big
	{
		
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	.row.nav-search
	{
		display: block;
	}

	div.search-container
	{
		display: none;
	}

	div.topic-layout > div:nth-child(1)
	{
		display: none;
	}

	div.topic-layout > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	h1.Numbered
	{
		mc-auto-number-format: '{n+} ';
	}

	div.Up2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Up2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Up1 > div:nth-child(1)
	{
		display: none;
	}

	div.Up1 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.Up3 > div:nth-child(1)
	{
		display: none;
	}

	div.Up3 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.Up4 > div:nth-child(1)
	{
		display: none;
	}

	div.Up4 > div:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}

	div.side-menu-InTopic
	{
		display: none;
	}

	ol ol
	{
		margin-left: 0mm;
	}

	ol ul
	{
		margin: 0mm;
	}

	ul ol
	{
		margin: 0mm;
	}

	ul ul
	{
		margin: 0mm;
	}

	h3
	{
		font-size: 1.2em;
	}

	h2
	{
		font-size: 1.2em;
	}

	img
	{
		max-width: 200px;
	}

	li li
	{
		
	}

	li
	{
		
	}

	img.Margin2mmAll-QSG-Big
	{
		width: 500px;
		max-width: 100%;
	}

	img.Margin2mmTop-QSG-Medium
	{
		max-width: 100%;
		width: 330px;
	}

	img.Margin2mmTop-QSG-Small
	{
		max-width: 100%;
	}

	ul
	{
		margin-left: -2mm;
	}

	ol
	{
		margin-left: -5mm;
	}

	img.Margin2mmTop-QSG-Screenshot
	{
		max-width: 100%;
	}

	a
	{
		font-size: 0.9em;
	}

	MadCap|miniTocProxy
	{
		padding-left: 30px;
	}
}

@media print
{
	body
	{
		color: var(--Darkest);
		font-family: Arial;
		margin: 0mm;
		font-size: 8pt;
	}

	h1
	{
		font-size: 20pt;
		padding-bottom: 0mm;
		page-break-before: avoid;
		margin-bottom: 1mm;
		padding-left: 2mm;
		border-bottom-style: solid;
	}

	h2
	{
		margin-top: 0mm;
		padding-top: 3mm;
		font-size: 10pt;
	}

	h3
	{
		margin-bottom: 1mm;
		font-size: 9pt;
		margin-top: 2mm;
	}

	h4
	{
		margin-top: 5mm;
		margin-bottom: 1mm;
		font-size: 11pt;
	}

	h5
	{
		margin-bottom: 1mm;
		font-size: 10pt;
		mc-heading-level: 0;
	}

	h6
	{
		font-size: 10pt;
		margin-bottom: 1mm;
		mc-heading-level: 0;
	}

	h7
	{
		font-weight: bold;
		font-style: italic;
		font-size: 8pt;
		margin-top: 2mm;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 1mm;
		mc-auto-number-position: inside-head;
		mc-auto-number-offset: 0px;
		mc-disable-glossary-terms: true;
		mc-dita-type: p;
		display: block;
		mc-heading-level: 0;
	}

	p
	{
		
	}

	ol,
	ul
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	img
	{
		border: none;
		max-width: 160mm;
	}

	a.Popup
	{
		
	}

	MadCap|expandingHead
	{
		font-style: italic;
		font-weight: normal;
		cursor: hand;
		text-decoration: none;
		color: #006600;
	}

	MadCap|expandingBody
	{
		color: #777777;
		font-style: italic;
	}

	MadCap|dropDownHotspot
	{
		cursor: hand;
		text-decoration: none;
		color: #000000;
	}

	h2.PageBreak
	{
		page-break-before: always;
	}

	p.SDPTitle1
	{
		font-weight: bold;
		font-style: italic;
		font-size: 36pt;
		margin-bottom: 0.25in;
		page-break-before: always;
		margin-top: 1.75in;
	}

	p.Title
	{
		page-break-before: always;
		font-weight: bold;
		font-style: normal;
		text-align: left;
		margin-top: 0;
		margin-bottom: 0;
		color: var(--ETH-Primary);
		font-size: 28pt;
	}

	p.SDPTitle2
	{
		margin-bottom: 0pt;
		color: #ffffff;
		text-align: left;
		font-weight: bold;
		font-style: normal;
		margin-top: 3px;
		font-size: 12pt;
	}

	MadCap|glossaryProxy
	{
		border-top-style: none;
	}

	MadCap|indexProxy
	{
		border-top-style: none;
	}

	p.BodytextBold
	{
		font-weight: bold;
		padding-left: 20mm;
	}

	p.Table
	{
		font-size: 10pt;
	}

	p.TableList
	{
		font-size: 10pt;
	}

	h1.Numbered
	{
		padding-bottom: 0;
		margin-top: 0mm;
		mc-auto-number-format: '{n+} ';
		mc-auto-number-position: inside-head;
		mc-auto-number-offset: 10mm;
	}

	h2.Numbered
	{
		mc-auto-number-format: '{n+} ';
	}

	h3.Numbered
	{
		mc-auto-number-format: '{n+} ';
		mc-auto-number-position: inside-head;
	}

	h4.Numbered
	{
		mc-auto-number-format: 'CH: {chapnum}.{n}.{n}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
		padding-left: 20mm;
		mc-heading-level: 0;
	}

	h5.Numbered
	{
		mc-auto-number-format: 'CH: {chapnum}.{n}.{n}.{n}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
		padding-left: 20mm;
	}

	h6.Numbered
	{
		mc-auto-number-format: 'CH: {chapnum}.{n}.{n}.{n}.{n}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
		padding-left: 20mm;
		mc-heading-level: 0;
	}

	h7.Numbered
	{
		mc-auto-number-format: 'CH: {chapnum}.{n}.{n}.{n}.{n}.{n}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
		padding-left: 20mm;
		mc-heading-level: 0;
	}

	li.Bodytext
	{
		margin-left: 20mm;
	}

	li.Table
	{
		font-size: 8pt;
		margin-left: -5mm;
	}

	MadCap|snippetBlock.table
	{
		
	}

	p.BodytextBold
	{
		font-weight: bold;
		margin-top: 2mm;
		padding-left: 0mm;
	}

	p.FigureCaption
	{
		mc-auto-number-class: FigureNum;
		font-weight: bold;
		text-align: center;
		font-size: 8pt;
		mc-auto-number-format: 'F:Fig. {Gn+} - ';
	}

	p.TableCaption
	{
		font-weight: bold;
		text-align: center;
		font-size: 8pt;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'T:Tab. {Gn+} - ';
	}

	p.TOC1
	{
		margin: 0;
		font-size: 10pt;
		margin-top: 4mm;
	}

	p.TOC3
	{
		font-style: italic;
		margin-left: 27pt;
		mc-multiline-indent: 30pt;
		font-size: 10pt;
	}

	p.SDPTitle1
	{
		font-size: 20pt;
		margin: 0pt;
		page-break-before: avoid;
		mc-leader-indent: 0pt;
		text-align: center;
	}

	p.SDPTitle2
	{
		font-size: 20pt;
		color: #000000;
		text-align: center;
		margin: 0pt;
		margin-top: 5mm;
		margin-bottom: 0mm;
	}

	p.MANTitle1
	{
		color: #ffffff;
		font-size: 22pt;
		font-style: normal;
		font-weight: bold;
		text-align: left;
	}

	p.MANTitle2
	{
		color: #ffffff;
		font-size: 12pt;
		font-style: normal;
		font-weight: bold;
		text-align: left;
	}

	p.MANDoctype
	{
		text-align: right;
		color: var(--ETH-Primary);
		font-size: 10pt;
	}

	p.MANDocInfo
	{
		font-size: 7pt;
	}

	p.SDPTitle3
	{
		color: #000000;
		font-size: 14pt;
		font-style: normal;
		font-weight: bold;
		text-align: center;
		margin: 0pt;
		margin-top: 0mm;
		margin-bottom: 5mm;
	}

	span.mc-variable
	{
		font-size: inherit;
		font-style: inherit;
		font-variant: inherit;
	}

	MadCap|xref
	{
		text-decoration: none;
		mc-format: '{paratext}';
	}

	h2.NumberedPageBreak
	{
		page-break-before: always;
		mc-auto-number-format: 'CH: {chapnum}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
		padding-left: 20mm;
	}

	p.Concept
	{
		font-size: 10pt;
	}

	span.mc-variable
	{
		font-size: inherit;
	}

	p.TOD
	{
		margin-bottom: 0pt;
		font-weight: bold;
		text-align: left;
		text-transform: uppercase;
		margin-top: 2px;
		font-size: 14pt;
	}

	p.MANDocInfo
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-style: normal;
		font-weight: bold;
		color: #000000;
		font-size: 9pt;
	}

	p.MANDoctype
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-weight: bold;
		font-style: normal;
		text-align: center;
		color: #000000;
		font-size: 19pt;
	}

	MadCap|tocProxy
	{
		border-top-style: none;
	}

	p.LastCover
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		padding-left: 0mm;
		color: var(--ETH-Primary);
		font-weight: bold;
		font-size: 13pt;
	}

	p.LastCoverWeb
	{
		font-size: 10pt;
	}

	a.LastCoverWeb
	{
		font-size: 8pt;
	}

	a.LastCoverWeb:link
	{
		text-decoration: none;
		font-size: 10pt;
		font-weight: bold;
		color: var(--Darkest);
	}

	a.LastCoverWeb:visited
	{
		text-decoration: none;
		color: var(--Darkest);
	}

	p.Table
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		padding-left: 0mm;
		font-size: 8pt;
	}

	p.TableList
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		padding-left: 2mm;
		font-size: 8pt;
	}

	li.Table
	{
		font-size: 8pt;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0mm;
		margin-left: -4mm;
	}

	p.Pagenum
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-size: 6pt;
		color: #6e7178;
		font-weight: bold;
		padding-left: 0mm;
		text-align: center;
	}

	p.IndexHeading
	{
		padding-left: 0mm;
	}

	li.Bodytext
	{
		margin-left: -2mm;
	}

	MadCap|snippetBlock.table
	{
		
	}

	p.Bodytext
	{
		margin-top: 2mm;
	}

	p.Bodytextsignals
	{
		font-size: 10pt;
	}

	blockquote
	{
		margin-top: 1mm;
		margin-bottom: 1mm;
		mc-hyphenate: never;
	}

	li
	{
		
	}

	p.MANTitle1
	{
		font-weight: bold;
		color: var(--ETH-Primary);
		font-style: normal;
		font-size: 30pt;
		text-align: center;
	}

	p.MANTitle2
	{
		font-weight: bold;
		font-style: normal;
		color: #000000;
		font-size: 14pt;
		padding-top: 2mm;
	}

	p.Console
	{
		font-family: 'Courier New';
		background-color: #e6e6e6;
		border: solid 1pt #000000;
		text-indent: 0mm;
		font-size: 8pt;
		border-color: #000000;
		margin-left: 23mm;
		overflow: hidden;
		border-top-color: #333333;
	}

	p.BodytextsignalsBold
	{
		font-weight: bold;
		font-size: 10pt;
	}

	p.TableBold
	{
		font-weight: bold;
		font-size: 8pt;
	}

	div.Indent
	{
		margin-left: 10mm;
	}

	span.interfaceelement
	{
		font-weight: bold;
	}

	td
	{
		
	}

	th
	{
		font-size: inherit;
	}

	MadCap|miniTocProxy
	{
		border-top-style: none;
		padding-left: 20mm;
		display: block;
		color: #000000;
	}

	p.TableCenter
	{
		margin-top: 0pt;
		margin-bottom: 0pt;
		padding-left: 0mm;
		text-align: center;
		font-size: 8pt;
	}

	MadCap|xref.RelLinkPageNumber
	{
		mc-format: '{quote}{paratext}{quote} ({pageref})';
	}

	MadCap|xref.Proc
	{
		mc-format: '{paratext} (described {pageref})';
		color: #000000;
	}

	p.TOC4
	{
		margin-left: 50pt;
		font-size: 10pt;
	}

	li.BodytextsignalsBold
	{
		font-weight: bold;
		text-align: left;
	}

	MadCap|footnote
	{
		
	}

	img.MaxWidth50percent
	{
		padding: 0px;
	}

	img.MaxWidth60percent
	{
		padding: 0px;
	}

	img.MaxWidth70percent
	{
		padding: 0px;
	}

	img.MaxWidth80percent
	{
		padding: 0px;
	}

	img.MaxWidth90percent
	{
		padding: 0px;
	}

	p.Command
	{
		font-family: 'Courier New';
		padding-left: 2mm;
		font-size: 8pt;
	}

	p.CommandIndent
	{
		margin-top: 2mm;
		font-family: 'Courier New';
		font-size: 10pt;
	}

	.Bold
	{
		font-weight: bold;
	}

	.Italic
	{
		font-style: italic;
	}

	.Bold_Red
	{
		font-weight: bold;
		color: #ff0000;
	}

	.Bold_Blue
	{
		font-weight: bold;
		color: #0000ff;
	}

	li.BodytextBold
	{
		font-weight: bold;
		margin-left: -2mm;
	}

	li.Bold
	{
		font-weight: bold;
	}

	li.TableBold
	{
		font-size: 8pt;
		font-size: 8pt;
		padding-left: 1mm;
		font-weight: bold;
		margin-left: -4mm;
		margin-bottom: 0px;
		margin-top: 0px;
	}

	code
	{
		
	}

	a
	{
		font-weight: inherit;
		text-decoration: none;
	}

	p.BodytextItalic
	{
		
	}

	p.BodytextItalicBold
	{
		
	}

	p.BodytextsignalsItalic
	{
		font-style: italic;
		font-size: 10pt;
	}

	p.BodytextsignalsItalicBold
	{
		font-size: 10pt;
	}

	p.TableItalic
	{
		font-size: 8pt;
	}

	li.BodytextItalic
	{
		margin-left: -2mm;
	}

	li.TableItalic
	{
		padding-left: 1mm;
		margin-bottom: 0px;
		margin-left: -4mm;
		margin-top: 0px;
		font-size: 8pt;
	}

	p.TableBoldItalic
	{
		font-weight: bold;
		font-size: 8pt;
	}

	div.IndentTable
	{
		margin-left: 7mm;
	}

	MadCap|dropDownBody
	{
		border-bottom-style: none;
		border-bottom-width: 0px;
	}

	table
	{
		mc-hide-bottom-ruling: true;
	}

	li li
	{
		
	}

	li li li
	{
		
	}

	p.BodytextBoldCenter
	{
		
	}

	p.BodytextBoldPad4mmTop
	{
		
	}

	p.BodytextCenter
	{
		
	}

	p.BodytextPad4mmTop
	{
		
	}

	img.MaxHeight60mm
	{
		
	}

	tr
	{
		
	}

	MadCap|xref:focus
	{
		color: var(--ETH-Primary);
	}

	p.TOC2
	{
		font-size: 10pt;
	}

	MadCap|xref.Figure
	{
		/* This yields a cross-reference to a figure title that reads like this: "Fig. 2.1 on page 43". */
		mc-format: '{paranumonly} {pageref}';
	}

	MadCap|xref.Table
	{
		/* This yields a cross-reference to a table title that reads like this: "Tab. 1.3 on page 21". */
		mc-format: '{paranumonly} {pageref}';
	}

	p.BodytextsignalsBoldCenter
	{
		font-size: 10pt;
	}

	p.BodytextsignalsBoldCenterTH
	{
		font-size: 14pt;
	}

	p.MiniTOC2
	{
		display: block;
		color: #000000;
	}

	p.MiniTOC1
	{
		color: #000000;
		display: block;
	}

	img.MaxWidth160mm
	{
		
	}

	h3.NumberedPageBreak
	{
		page-break-before: always;
		mc-auto-number-format: 'CH: {chapnum}.{n}.{n+} ';
		mc-auto-number-offset: 20mm;
		mc-auto-number-position: outside-head;
	}

	MadCap|xref.ParaNumber
	{
		mc-format: '{quote}{paratext}{quote}';
	}

	p.MANDocLang
	{
		text-align: right;
		font-size: 10pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-style: normal;
		text-align: center;
		font-size: 14pt;
		color: #ffffff;
		padding: 0mm;
		padding-bottom: 1mm;
		padding-top: 1mm;
		margin-left: 0mm;
		padding-left: 0mm;
		padding-right: 0mm;
		display: block;
		background-color: #000000;
	}

	a:link
	{
		text-decoration: none;
	}

	.Bold_Violet
	{
		
	}

	p.BodytextPad4mmBottom
	{
		
	}

	p.BodytextItalicPad4mmBottom
	{
		
	}

	p.BodytextBoldPad4mmBottom
	{
		
	}

	li.BodytextPad4mmTop
	{
		margin-left: -2mm;
	}

	li.BodytextBoldPad4mmTop
	{
		margin-left: -2mm;
	}

	div.Console
	{
		margin-left: 25mm;
	}

	div.Note
	{
		margin-left: 25mm;
	}

	div.Warning
	{
		margin-left: 25mm;
	}

	p.Note
	{
		margin-top: 2mm;
	}

	p.TableBoldCenter
	{
		font-size: 8pt;
	}

	p.TableBoldItalicCenter
	{
		font-size: 8pt;
	}

	div.ConsoleNoPadding
	{
		background: #e6e6e6;
	}

	MadCap|codeSnippet
	{
		padding-left: 20 mm;
	}

	MadCap|codeSnippetBody
	{
		font-size: 8pt;
	}

	img.Margin2mmAll-400px
	{
		margin: 2mm;
		height: auto;
		width: 400px;
	}

	img.Margin2mmAll-500px
	{
		margin: 2mm;
		width: 500px;
		height: auto;
	}

	img.Margin2mmAll-500px-Border
	{
		margin: 2mm;
		width: 500px;
		height: auto;
		border: solid 1px #e6e6e6;
	}

	ol
	{
		margin-bottom: 0mm;
		margin-top: 0mm;
		margin-left: 7mm;
	}

	h1.QSG-Web-Cover
	{
		
	}

	ol ol
	{
		margin-left: 7mm;
	}

	ol ul
	{
		margin-left: 7mm;
	}

	ul ol
	{
		margin-left: 7mm;
	}

	ul ul
	{
		margin-left: 7mm;
	}

	li.Bodytext li
	{
		
	}

	ul
	{
		margin-bottom: 0mm;
		margin-top: 0mm;
		margin-left: 7mm;
	}

	img.Margin2mmAll-300px
	{
		
	}

	img.Margin2mmAll-QSG-Big
	{
		width: 80mm;
	}

	a:hover
	{
		text-decoration: none;
	}

	a:visited
	{
		text-decoration: none;
	}

	MadCap|xref:hover
	{
		text-decoration: none;
	}

	ul.Check
	{
		list-style-image: none;
	}

	ul.Check > li::marker
	{
		font-family: 'Wingdings 2';
		content: 'P';
	}

	img.Margin2mmTop-QSG-Small
	{
		width: 24mm;
	}

	img.Margin2mmTop-QSG-Medium
	{
		padding-top: 1mm;
		width: 45mm;
	}

	p.BodytextNotice
	{
		margin-top: 2mm;
	}

	img.Margin2mmTop-QSG-Screenshot
	{
		padding-top: 1mm;
		padding: 1mm;
		width: 48mm;
	}

	img.Margin2mmTop-QSG-Screenshot-Zoom
	{
		width: 48mm;
	}
}

p.Bodytext
{
	margin-top: 2mm;
	font-size: inherit;
}

p.BodytextItalic
{
	font-style: italic;
	margin-top: 2mm;
	font-size: inherit;
}

p.BodytextItalicBold
{
	font-style: italic;
	font-weight: bold;
	margin-top: 2mm;
	font-size: inherit;
}

p.BodytextsignalsItalicBold
{
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1mm;
	margin-top: 1mm;
}

p.TableItalic
{
	margin: 0px;
	padding-left: 0px;
	font-style: italic;
	font-size: 0.8rem;
}

li.BodytextItalic
{
	font-style: italic;
	margin-left: -5mm;
}

li.TableItalic
{
	font-style: italic;
	padding-left: 1mm;
	margin-left: -4mm;
	font-size: 0.8rem;
}

p.TableBoldCenter
{
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: center;
	font-size: 0.8rem;
}

p.TableBoldItalicCenter
{
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 0.8rem;
}

div.Nopagebreak
{
	page-break-inside: avoid;
}

p.FirstCoverImportant
{
	padding-left: 0mm;
	font-weight: bold;
	margin-top: 2mm;
	font-size: inherit;
	color: var(--ETH-Primary);
	text-align: center;
}

p.BodytextPad4mmTop
{
	margin-top: 2mm;
	padding-top: 4mm;
}

p.BodytextCenter
{
	margin-top: 2mm;
	text-align: center;
}

p.BodytextBoldPad4mmTop
{
	font-weight: bold;
	margin-top: 2mm;
	font-size: inherit;
	padding-top: 4mm;
}

p.BodytextBoldCenter
{
	font-weight: bold;
	margin-top: 2mm;
	font-size: inherit;
	text-align: center;
}

img.Center
{
	
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: var(--ETH-Primary);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: transparent;
}

img.MaxWidth30percent
{
	padding: 0px;
	max-width: 30%;
}

img.MaxWidth40percent
{
	padding: 0px;
	max-width: 40%;
}

img.Bottom
{
	vertical-align: bottom;
}

td.CautionBackground
{
	background-color: var(--Caution);
}

td.DangerBackground
{
	background-color: var(--Danger);
}

p.BodytextsignalsBoldCenter
{
	font-weight: bold;
	margin-top: 1mm;
	margin-bottom: 1mm;
	text-align: center;
	font-size: 16px;
}

p.BodytextsignalsBoldCenterTH
{
	font-weight: bold;
	text-align: center;
	padding-bottom: 1mm;
	padding-top: 1mm;
	margin: 0mm;
	font-size: 18px;
}

td.WarningBackground
{
	background-color: var(--Warning);
}

td.NoticeBackground
{
	background-color: var(--Notice);
}

h3.NumberedPageBreak
{
	mc-auto-number-format: '{ =0}';
	margin-top: ;
}

.Bold_Orange
{
	font-weight: bold;
	color: #f4982b;
}

p.BodytextPad4mmBottom
{
	margin-top: 2mm;
	padding-bottom: 4mm;
}

p.BodytextItalicPad4mmBottom
{
	font-style: italic;
	font-size: inherit;
	margin-top: 2mm;
	padding-bottom: 4mm;
}

div.Red
{
	background: #ffe4e1;
}

div.Console
{
	margin-bottom: 3mm;
	margin: 2mm 5mm 3mm;
	font-size: 8pt;
	border: solid 1px #000000;
	background: #e6e6e6;
	padding: 1mm;
	font-family: Consolas, Monaco, 'Courier New', monospace;
}

div.Warning
{
	margin: 2mm 5mm 3mm;
	padding: 2mm;
	border-left: solid 5px #cb1313;
}

div.Note > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}Note: {/b}';
}

div.Warning > p:first-child
{
	mc-auto-number-class: setoff;
	mc-auto-number-format: '{b}Warning: {/b}';
}

span.setoff
{
	letter-spacing: 1px;
	text-transform: uppercase;
}

img.Margin2mmTop-QSG-Small
{
	margin-top: 2mm;
	padding-top: 2mm;
	width: 170px;
}

img.Margin2mmTop-RoundBorder
{
	border-radius: 5mm;
	margin-top: 2mm;
	border: solid 1px #dcdcdc;
}

img.Margin2mmTop-SquareBorder
{
	margin-top: 2mm;
	border: solid 1px #dcdcdc;
}

div.ConsoleNoPadding
{
	margin-bottom: 3mm;
	margin: 2mm 5mm 3mm;
	font-size: 8pt;
	border: solid 1px #000000;
	background: #e6e6e6;
	padding: 1mm;
	font-family: Consolas, Monaco, 'Courier New', monospace;
}

MadCap|codeSnippet.NoPadding
{
	border: none 0px transparent;
	padding-left: 1em;
}

li.Bodytext li
{
	
}

li.Bodytext li li
{
	
}

ol.Bodytext ol
{
	list-style-type: lower-alpha;
	display: list-item;
}

@media QSG
{
	h2
	{
		color: var(--Darkest);
		font-size: 12pt;
		margin-top: 7mm;
	}

	body
	{
		font-family: Arial;
		color: var(--Darkest);
		font-size: 8pt;
		margin: 0mm;
	}

	h1
	{
		margin: 0mm;
		padding-bottom: 0mm;
		font-size: 13pt;
	}

	h3
	{
		font-size: 10pt;
		margin-top: 2mm;
	}

	h2.FrameBreak
	{
		margin-top: 0mm;
		frame-break-before: always;
	}

	li.Table
	{
		font-size: 0.8rem;
		margin-left: 0px;
		margin-right: 0px;
	}

	p.Table
	{
		font-size: 0.8rem;
	}

	li.BodytextsignalsBold
	{
		font-size: 8pt;
	}

	p.BodytextsignalsBold
	{
		font-size: 8pt;
	}

	p.BodytextsignalsBoldCenter
	{
		font-size: 8pt;
	}

	p.BodytextsignalsBoldCenterTH
	{
		font-size: 10pt;
	}

	p.BodytextsignalsItalic
	{
		font-size: 8pt;
	}

	p.BodytextsignalsItalicBold
	{
		font-size: 8pt;
	}

	p.LastCover
	{
		color: var(--ETH-Primary);
		font-weight: bold;
		font-size: 6pt;
	}

	p.LastCoverWeb
	{
		font-size: 6pt;
	}

	a.LastCoverWeb
	{
		font-size: 6pt;
	}

	a.LastCoverWeb:link
	{
		color: var(--Darkest);
		font-weight: bold;
		text-decoration: none;
	}

	a.LastCoverWeb:visited
	{
		color: var(--Darkest);
		text-decoration: none;
	}

	a:link
	{
		text-decoration: none;
	}

	p.Command
	{
		font-size: 7pt;
	}

	p.CommandIndent
	{
		font-size: 7pt;
	}

	ol
	{
		margin-left: 7mm;
	}

	ul
	{
		margin-left: 7mm;
	}

	img.Margin2mmAll
	{
		
	}
}

@media DS
{
	li.Highlights
	{
		
	}

	h1
	{
		font-size: 18pt;
		font-variant: normal;
		border-bottom-style: none;
		margin-top: 0mm;
		margin: 0mm;
		margin-bottom: 0mm;
		padding-bottom: 0mm;
	}

	h2
	{
		font-size: 8pt;
		color: var(--Dark);
		margin-top: 1mm;
		margin-bottom: 1mm;
	}

	h5
	{
		font-size: 10pt;
		font-weight: bold;
		color: var(--ETH-Primary);
	}

	p.Table
	{
		font-size: 7pt;
	}

	p.TableBold
	{
		font-size: 7pt;
	}

	p.TableBoldCenter
	{
		font-size: 7pt;
	}

	p.TableBoldItalic
	{
		font-size: 7pt;
	}

	p.TableBoldItalicCenter
	{
		font-size: 7pt;
	}

	p.TableCenter
	{
		font-size: 7pt;
	}

	p.TableItalic
	{
		font-size: 7pt;
	}

	p.TableList
	{
		font-size: 7pt;
	}

	p.Features
	{
		text-align: justify;
		padding-bottom: 2mm;
	}

	body
	{
		font-family: Sarabun;
		font-size: 10pt;
		margin: 0mm;
		color: var(--Darkest);
	}

	b
	{
		color: var(--ETH-Primary);
	}

	p.Bodytext
	{
		line-height: 110%;
		text-align: justify;
		margin-top: 0px;
		padding-bottom: 2mm;
		font-size: 8pt;
	}

	h3
	{
		margin-top: 6mm;
		margin-bottom: 1mm;
		font-size: 12pt;
	}

	h4
	{
		font-style: normal;
		font-size: 14pt;
		color: var(--ETH-Primary);
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 2mm;
	}

	li.TableBold
	{
		margin-left: 0px;
	}

	li.TableItalic
	{
		margin-left: 0px;
	}
}

img.Margin2mmAll-300px
{
	margin: 2mm;
	height: auto;
	width: 300px;
	border-left-style: none;
	border: none;
}

img.Margin2mmAll-350px
{
	margin: 2mm;
	height: auto;
	width: 350px;
}

.Green
{
	color: #32cd32;
}

.Azure
{
	color: #22cccf;
}

/*Tab EL Version Selector*/

.tabs
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid grey;
	z-index: 1;
}

.tab-link
{
	display: inline-block;
	float: left;
	margin-bottom: 0;
	position: relative;
}

.tab-link > a
{
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.tab-link.current
{
	border-right: 1px solid grey;
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 0px solid white;
	background: white;
	z-index: 100;
}

.tab-link.current > a
{
	color: #4b0082;
	font-weight: bold;
}

div.side-menu-InTopic	/*This is the div that the menu proxy is contained in*/
{
	margin-top: 15px;
	padding-left: 0px;
}

h2.QSG-Web-Cover
{
	color: #ffffff;
	margin: 0px 0px 4mm;
}

ul.Check
{
	list-style-type: disc;
	list-style-image: none;
}

ul.Check > li::marker
{
	font-family: 'Wingdings 2';
	font-weight: bold;
	font-style: normal;
	font-size: 8pt;
	content: 'P ';
}

ul.Check > li > ul
{
	list-style-image: none;
}

ul.No-Check
{
	list-style-type: disc;
	list-style-image: none;
}

ul.No-Check > li::marker
{
	font-family: 'Wingdings 2';
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	content: 'O ';
}

ul.No-Check > li > ul
{
	list-style-image: none;
}

img.Margin2mmTop-QSG-Screenshot
{
	padding-top: 2mm;
	width: 360px;
	border: solid 1px var(--ETH-Light-Grey);
	padding: 2mm;
}

/*
img.Margin2mmTop-QSG-Screenshot-Zoom
{
	border: solid 1px #e6e6e6;
	height: auto;
	margin: 2mm;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 300px;
	max-width: 800px;
	width: 360px;
}
*/

/* ====================================================================================
   MadCap Flare - Image Thumbnails + Popup
   ==================================================================================== */

/* Thumbnail before clicking (small image in the topic) */

img.Margin2mmTop-QSG-Screenshot-Zoom
{
	mc-thumbnail: popup;
	/* Enable Flare popup on click */
	border: solid 1px #e6e6e6;
	/* Light grey border */
	margin: 2mm;
	/* Space around thumbnail */
	mc-thumbnail-max-height: auto;
	/* Let Flare decide max height */
	mc-thumbnail-max-width: 300px;
	/* Limit thumbnail width */
	max-width: 800px;
	/* No extra max-width restriction */
	cursor: zoom-in;
	/* Magnifying glass with plus */
}

/* Thumbnails wrapped in a link (default Flare output) */

a.MCPopupThumbnailLink img.Margin2mmTop-QSG-Screenshot-Zoom
{
	cursor: zoom-in !important;
	/* Override default hand cursor */
}

/* Full-size image opened in the popup */

.MCPopupFullImage
{
	cursor: zoom-out !important;
	/* Magnifying glass with minus */
}

/* ====================================================================================
   Thumbnail + Popup responsive (Flare + standard media queries)
   ==================================================================================== */

/* --- Tablet --- */

@media only screen and (max-width: 1279px)
{
	/* fallback standard */

	a.MCPopupThumbnailLink img,
	img.MCPopupThumbnail,
	img.imgMargin2mmTop-QSG-Screenshot-Zoom,
	img.Margin2mmTop-QSG-Screenshot-Zoom
	{
		mc-thumbnail-max-width: 250px;
		/* Flare build-time */
		max-width: 250px !important;
		/* browser at runtime */
		width: auto !important;
		height: auto !important;
	}

	.MCPopupFullImage
	{
		max-width: 90% !important;
		/* keep popup usable on tablet */
		height: auto !important;
	}
}

/* --- Mobile --- */

@media only screen and (max-width: 767px)
{
	/* fallback standard */

	a.MCPopupThumbnailLink img,
	img.MCPopupThumbnail,
	img.imgMargin2mmTop-QSG-Screenshot-Zoom,
	img.Margin2mmTop-QSG-Screenshot-Zoom
	{
		mc-thumbnail-max-width: 150px;
		/* Flare build-time */
		max-width: 150px !important;
		/* browser at runtime */
		width: auto !important;
		height: auto !important;
		display: inline-block !important;
	}

	.MCPopupFullImage
	{
		max-width: 95% !important;
		/* popup adapts to small screen */
		height: auto !important;
	}
}

