/*USE FOR ONLINE AND PRINT USER GUIDES*/

@import url('SyntaxHighlighting/prism_dark.css');


@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*@font-face 
{
	font-family: 'Proxima Nova Th';
	src: url(../Fonts/'Proxima Nova Thin.otf');
}*/

@font-face 
{
	font-family: 'Montserrat-Light';
	src: url(../Fonts/Montserrat-Light.ttf);
}

@font-face 
{
	font-family: 'ProximaNova-Thin';
	src: url(../Fonts/ProximaNova-Thin.ttf);
}

@font-face 
{
	font-family: 'ProximaNova-Regular';
	src: url(../Fonts/ProximaNova-Regular.ttf);
}

@font-face 
{
	font-family: 'PT Mono';
	src: url(../Fonts/PTM55FT.ttf);
}


@font-face 
{
	font-family: 'eUnity-Glyphs';
	src: url(../Fonts/eUnity-Glyphs.ttf);
}

@font-face 
{
              font-family: 'Monaspace Argon Light';
              src: url(../fonts/MonaspaceArgon-Light.otf);
}

@font-face 
{
              font-family: 'Monaspace Radon Light';
              src: url(../fonts/MonaspaceRadon-Light.otf);
}



html
{
	background-color: #222222;
}

body
{
	color: #dddddd;
	background: #222222;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	mc-hyphenate: never;
	word-wrap: break-word;
	font-family: 'Montserrat-Light', Arial;
	font-size: 12.0pt;
	/*line-height: 1.7em;*/
}

@media only screen and (min-width: 1280px)
{
	body
	{
		display: flex;
		flex-direction: column;
	}

	.off-canvas-wrapper
	{
		overflow-x: auto;
		max-height: 100%;
		height: 100%;
	}

	.off-canvas-wrapper-inner
	{
		height: 100%;
	}

	.off-canvas-content.inner-wrap
	{
		height: 100%;
		display: flex;
		flex-direction: column;
		min-height: initial;
	}

	.off-canvas-content.inner-wrap > .title-bar-container
	{
		flex: 0 0 auto;
	}

	.main-section
	{
		flex: 1 1 auto;
		overflow: auto;
		height: 100%;
	}

	.row.outer-row.sidenav-layout
	{
		height: 100% !important;
		padding: 0 !important;
	}

	.main-section > .outer-row
	{
		padding-bottom: 0;
	}

	/* IE Only */

	.ie9 .row.outer-row.sidenav-layout,
	.ie10 .row.outer-row.sidenav-layout,
	.ie11 .row.outer-row.sidenav-layout
	{
		height: calc(100vh - 106.66px) !important;
	}

	.ie9 .body-container > *:first-child,
	.ie9 .sidenav-container,
	.ie10 .body-container > *:first-child,
	.ie10 .sidenav-container,
	.ie11 .body-container > *:first-child,
	.ie11 .sidenav-container
	{
		padding-bottom: 1em;
	}

	/* IE 10 & 9 */

	.ie9 .foundation-wrap.off-canvas-wrapper,
	.ie10 .foundation-wrap.off-canvas-wrapper
	{
		height: calc(100% - 50px);
		min-height: calc(100% - 50px);
	}
}

@media only screen and (max-width: 1279px)
{
	/* IE 10 & 9 */

	.ie9 .foundation-wrap.off-canvas-wrapper,
	.ie9 .off-canvas-content.inner-wrap,
	.ie10 .foundation-wrap.off-canvas-wrapper,
	.ie10 .off-canvas-content.inner-wrap
	{
		height: calc(100% - 50px);
		min-height: calc(100% - 50px);
	}
}

/* IE 9 */

.ie9 .body-container,
.ie9 .sidenav-wrapper
{
	height: calc(100vh - 106.66px) !important;
}

.ie9 .row.outer-row.sidenav-layout
{
	position: relative;
}

.ie9 .sidenav-wrapper
{
	position: absolute;
	top: 0px;
}

.ie9 .body-container
{
	width: 70%;
	float: right;
}

/* End IE Only */
/*Responsive tables*/

@media (max-width: 360px)
{
	th,
	td
	{
		padding: 2px !important;
		font-size: 2.8vw;
	}
}

@media (min-width: 361px) and (max-width: 460px)
{
	th,
	td
	{
		padding: 5px !important;
		font-size: 10px;
	}
}

@media (min-width: 461px) and (max-width: 600px)
{
	th,
	td
	{
		padding: 8px !important;
		font-size: 12px;
	}
}

/*End responsive tables*/

h1
{
	font-size: 28.0pt;
	font-weight: normal;
}

h1.chapter
{
	font-size: 30.0pt;
	mc-heading-level: 0;
	padding-top: 1.0em;
}

h1.title_page
{
	font-size: 24.0pt;
	mc-heading-level: 0;
	padding-bottom: 6em;
	padding-top: 8em;
}

h1.toc
{
	mc-heading-level: 0;
}

h1.numbered
{
	mc-auto-number-format: 'GH:{n+}.0 ';
	mc-heading-level: 1;
}

h2
{
	font-size: 20.0pt;
	padding-top: 1.0em;
	font-weight: normal;
}

h2.title_page
{
	mc-heading-level: 0;
	padding-top: 0.3em;
}

h2.numbered
{
	mc-auto-number-format: 'GH:{n}.{n+} ';
	mc-heading-level: 2;
}

h3
{
	font-size: 14.0pt;
	padding-top: 1.0em;
	font-weight: normal;
	mc-heading-level: 3;
}

h3.config
{
	text-indent: 0.3em;
	background-color: #404040;
	padding-top: 1.0em;
	color: #dddddd;
}

h3.numbered
{
	mc-auto-number-format: 'GH:{n}.{n}.{n+} ';
	mc-heading-level: 3;
}

h4
{
	font-size: 12.0pt;
	padding-top: 0.3em;
	font-weight: normal;
}

h4.config
{
	text-indent: 0.3em;
	background-color: #404040;
	color: #dddddd;
	padding-top: 1.0em;
	mc-heading-level: 3;
}

h4.numbered
{
	mc-auto-number-format: 'GH:{n}.{n}.{n}.{n+} ';
	mc-heading-level: 4;
}

h5
{
	font-size: 12.0pt;
}

h5.config
{
	text-indent: 0.3em;
	background-color: #404040;
	color: #dddddd;
	padding-top: 1.0em;
	mc-heading-level: 3;
}

h5.numbered
{
	mc-auto-number-format: 'GH:{n}.{n}.{n}.{n}.{n+} ';
}

h6
{
	font-size: 10.0pt;
}

p
{
	padding-top: 0.3em;
	padding-left: 0.3em;
}

p.front_matter
{
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	font-size: 10pt;
}

p.call_out_label
{
	font-size: 14.0pt;
	color: #ebeef5;
}

/*p.figure_caption
{
	mc-auto-number-format: "Figure {n+} ";
	font-size: 9.0pt;
}*/

p.figure_caption
{
	mc-auto-number-format: "GF:Figure {n+}: ";
	font-size: 9.0pt;
}

p.table_caption
{
	mc-auto-number-format: "GT:Table {n+}: ";
	font-size: 9.0pt;
}

p.callout
{
	text-transform: uppercase;
	font: ProximaNova-Regular;
}

p.api_heading
{
	font-weight: bold;
}

p.footer
{
	font-size: 8.0pt;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal !important;
	font-family: Arial;
}

p.table_footnote
{
	font-size: 9.0pt;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal !important;
}

p.related
{
	padding-top: 5px;
	font-weight: 800;
}

p.required_optional
{
	color: b30000;
}

p.api
{
	font-size: 11.0pt;
	background-color: #404040;
}

p.emphasis
{
	font-weight: bold;
}

p.img_center
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

p.MiniTOC1
{
	color: #dddddd;
	margin-left: 5px;
}

p.MiniTOC2
{
	color: #dddddd;
	margin-left: 15pt;
}

p.MiniTOC3
{
	color: #dddddd;
	margin-left: 25pt;
}

ol.quickstart
{
	font-size: 10.0pt;
}

li.quickstart
{
	font-size: 10.0pt;
}

p.quickstart
{
	font-size: 10.0pt;
}

p.quickstart_table
{
	font-size: 9.0pt;
}

p.quickstart_table_heading
{
	font-family: 'Proxima Nova Rg';
	color: #0E4C85;
	font-size: 10.0pt;
}

p.quickstart_heading
{
	font-size: 14.0pt;
	page-break-after: avoid;
}

p.quickstart_sub_heading
{
	color: #0E4C85;
	font-size: 11.0pt;
	font-family: 'Proxima Nova Rg';
	page-break-after: avoid;
}

ol,
ul
{
	margin-bottom: 0.3em;
	padding-top: 0.5em;
}

ul.menu._Skins_mySkinName.mc-component
{
	overflow: unset;
}

li
{
	margin-top: 0.4em;
}

li.process
{
	image: ;
	margin-left: 5 px;
	margin-top: 10 px;
	list-style-image: url('../Images/custom_bullet/green_arrow.png');
}

img
{
	border: none;
	max-width: 90%;

}

img.callout_number
{
	border: none;
	width: 35px;
	height: 35px;
}

img.icon
{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	margin: 1px;
	border: none;
}

img.callout_para
{
	width: 30px;
	height: 30px;
	position: relative;
	display: inline-block;
	margin: 1px;
	border: none;
}

img.icon_no_sizing
{
	position: relative;
	display: inline-block;
	border: none;
}

img.no-border
{
	border: none;
}

a.Popup
{
	
}

code
{
	font-family: 'Monaspace Argon Light';
	font-size: 10.0pt;
	background-color: #F5F5F5;
}

code.language-markup
{
	
}

code.language-bash
{
	
}

code.language-sql
{
	
}

code.language-json
{
	
}

code.language-js
{
	
}

code.language-java
{
	
}

code.language-csharp
{
	
}

div.search
{
	background-color: #686868;
}

div.note
{
	border: 1px solid #A0A0A0;
	padding: 10px;
	border-radius: 12px;
	background-image: url('../Images/icons/note.png');
	background-position: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 76px;
	/*margin-left: 1.4em;*/
	margin-bottom: 0.7 em;
	margin-top: 0.7 em;
	page-break-inside: avoid;
	mc-hide-bottom-ruling: true !important;
}

div.warning
{
	border: 1px solid #A0A0A0;
	padding: 10px;
	border-radius: 12px;
	background-image: url('../Images/icons/iso_icons/warning_dark_theme.png');
	background-position: 16px 16px;
	background-repeat: no-repeat;
	padding-left: 76px;
	/*margin-left: 1.4em;*/
	margin-bottom: 0.7 em;
	margin-top: 0.7 em;
	page-break-inside: avoid;
	mc-hide-bottom-ruling: true !important;
}

div.config
{
	border: 2px;
	border-color: #404040;
	border-style: solid;
	box-decoration-break: slice !important;
	mc-hide-bottom-ruling: true !important;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

div.task
{
	border: 2px;
	border-color: #404040;
	border-style: solid;
	box-decoration-break: slice;
	mc-hide-bottom-ruling: true !important;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

span.ui_item
{
	
}

span.ui_label
{
	
}

span.variable
{
	/*font-style: italic;*/
}

span.keyterm
{
	font: ProximaNova-Regular;
	font-weight: bold;
}

span.user_input
{
	font-style: italic;
}

span.file_path
	{
		font-family: 'Monaspace Argon Light';
		font-size: 9.0pt;
	}


span.sample_config
{
	font-family: 'Monaspace Argon Light';
	font-size: 9.0pt;
}

span.call_out_label
{
	font-weight: normal;
	font-size: 14.0pt;
	color: #ebeef5;
}

table
{
	/*padding-top: 2.0em;*/
	max-width: 100%;
	mc-hide-bottom-ruling: true !important;
}

table.TableStyle-nested
{
	padding-top: 0em;
	width: 300px;
	font-weight: normal !important;
}

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;
	font-style: italic;
	text-decoration: none;
	color: #006600;
}

MadCap|xref
{
	color: #8fccee;
}

a
{
	color: #8fccee;
	text-decoration: none;
}

a:link
{
	color: #8fccee;
}

a:visited
{
	color: #8fccee;
}

a:hover
{
	color: #70ad47;
}

a.popupHead
{
	color: #8fccee;
}

MadCap|miniTocProxy
{
	color: #dddddd;
	text-indent: 10px;
	padding-top: 6px;
	margin: 10px;
	border: none 0px #dddddd;
}

MadCap|glossaryTerm
{
	color: #70ad47;
}

MadCap|glossaryTerm:focus
{
	color: #cd6130;
}

.no-border
{
	border-style: none;
	border-width: 0;
}

@media print
{
	html
	{
		background-color: #ffffff;
	}

	body
	{
		color: #000000;
		background-color: #ffffff;
		mc-hyphenate: never;
		word-wrap: break-word;
		font-family: 'Proxima Nova Th', 'Montserrat-Light', Arial;
	}

	h1
	{
	ont-size: 20.0pt;
	page-break-before: always;
	mc-heading-level: 1;
	color: #0e4c85;
	}
 
	h1 + h2
	{
	page-break-before: never;
	}
	
	h2 + h3.front_matter
	{
	page-break-before: never;
	}
 
	h2
	{
	font-size: 16.0pt;
	mc-heading-level: 2;
	color: #0e4c85;
	page-break-before: always;
	}


	h2.title_page
	{
		font-size: 18.0pt;
		color: #000000;
		page-break-before: never;
		
	}
	
	h3.front_matter
	{
		font-size: 12.0pt;
		mc-heading-level: 3;
		color: #0e4c85;
		font-weight: bold;
	}

	h3
	{
		font-size: 12.0pt;
		mc-heading-level: 0;
		color: #0e4c85;
		font-weight: normal;
	}

	h3.title_page
	{
		font-size: 24.0pt;
		color: #000000;
		mc-heading-level: 0;
		page-break-before: never;
	}

	h3.config
	{
		font-size: 14.0pt;
		font-weight: normal;
		background-color: #ebeef5;
		color: #000000;
		padding-top: 1.0em;
		mc-heading-level: 0;
	}

	h4
	{
		font-size: 12.0pt;
		mc-heading-level: 0;
		color: #0e4c85;
		font-weight: normal;
	}

	h4.config
	{
		font-size: 12.0pt;
		font-weight: normal;
		background-color: #ebeef5;
		padding-top: 1.0em;
		color: #000000;
		mc-heading-level: 0;
	}

	h5
	{
		font-size: 10.0pt;
		mc-heading-level: 0;
	}

	h5.config
	{
		font-size: 12.0pt;
		font-weight: normal;
		background-color: #ebeef5;
		padding-top: 1.0em;
		color: #000000;
		mc-heading-level: 0;
	}

	h6
	{
		font-size: 8.0pt;
		mc-heading-level: 0;
	}

	p.title_page
	{
		font-size: 18.0pt;
		color: #000000;
		padding-top: 0.3em;
	}

	p.call_out_label
	{
		font-size: 11pt;
		font-weight: normal;
		font-family: 'Proxima Nova Rg';
		color: #0e4c85;
	}


	p.green
	{
		background-color: #70AD47 !important;
	}

	div.note
	{
		border: 1px solid #ebeef5;
		background-image: url('../Images/icons/note.png');
	}

	div.warning
	{
		border: 1px solid #ebeef5;
		background-image: url('../Images/icons/iso_icons/warning_light_theme.eps');
	}

	div.action
	{
		border: 1px solid #ebeef5;
	}

	div.config
	{
		border: 2px;
		border-color: #ebeef5;
		border-style: solid;
		mc-hide-bottom-ruling: true !important;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	div.task
	{
		border: 2px;
		border-color: #ebeef5;
		border-style: solid;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
	}

	pre
	{
		margin-bottom: 1.0em;
		margin-top: 1.0em;
		padding: 10px;
		background-color: #F5F5F5;
		border: 1px solid #E0E0E0;
		border-radius: 5px;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
		word-wrap: break-word;
		font-family: 'Monaspace Argon Light';
		font-size: 9.0pt;
	}

	code
	{
		
		font-family: 'Monaspace Argon Light';
		font-size: 9.0pt;
	}

	code.highlight
	{

		background-color:   #E0E0E0;

	}

	span.highlight
	{
		background-color: #5da1ee;
		
	}


	span.inline_code
	{
		font-size: 9.0pt;
		font-family: 'Monaspace Argon Light';

	}

	span.call_out_label
	{
		font-size: 11pt;
		font-weight: normal;
		font-family: 'Proxima Nova Rg';
	}

	p.api
	{
		font-size: 11.0pt;
		color: #000000;
		background-color: #ebeef5;
	}

	p.config
	{
		font-size: 11.0pt;
		background-color: #ebeef5;
	}

	p.TOC1
	{
		mc-auto-number-format: '{R}  ';
		font-weight: normal;
		font-style: normal;
		font-size: 14pt;
		padding-top: 15px;
		font-family: 'Proxima Nova Rg';
	}

	p.TOC2
	{
		mc-auto-number-position: none;
		font-size: 12pt;
		margin-left: 10px;
		padding-top: 1px;
		font-family: 'Proxima Nova Rg';
	}

	p.TOC3
	{
		margin-left: 20px;
		padding-top: 1px;
		font-size: 10pt;
		font-family: 'Proxima Nova Rg';
	}

	p.TOC4
	{
		margin-left: 30px;
		padding-top: 1px;
		font-size: 9pt;
		font-family: 'Proxima Nova Rg';
	}

	td
	{
		color: #222222;
	}

	td.green
	{
		background-color: #70AD47 !important;
	}

	MadCap|xref
	{
		mc-format: '{paratext}';
		color: #0e4c85;
	}

	a
	{
		color: #0e4c85;
		text-decoration: none;
	}

	a:link
	{
		color: #0e4c85;
	}

	a:visited
	{
		color: #143155;
	}

	a:hover
	{
		color: #1A6232;
	}

	MadCap|footnote
	{
		font-size: 10pt;
	}

	p
	{
		padding-top: 0.3em;
	}
}