/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Highlight full-text search results with a custom background colour The class span.SearchHighlight applies to all search terms */
/* The primary search term highlight colour is yellow */
/* Multiple search words can have their own individual highlight colour, by specifying span.SearchHighlight1, span.SearchHighlight2 etc. */

span.SearchHighlight
{
	background-color: #ffff00;
}

body
{
	font-size: 0.95em;
	font-family: 'Segoe UI', Verdana, Arial, Roboto, sans-serif;
}

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;
}

h1
{
	font-weight: bold;
	font-size: 1.5em;
	color: #1A3661;
	font-family: 'Segoe UI', Verdana, Arial, Roboto, sans-serif;
}

h2
{
	font-weight: bold;
	font-size: 1.3em;
	color: #1A3661;
	font-family: 'Segoe UI', Verdana, Arial, Roboto, sans-serif;
}

h3
{
	font-weight: bold;
	font-size: 1.2em;
	color: #1A3661;
	font-family: 'Segoe UI', Verdana, Arial, Roboto, sans-serif;
}

h4
{
	font-weight: bold;
	font-size: 1.1em;
	color: #1A3661;
	font-family: 'Segoe UI', Verdana, Arial, Roboto, sans-serif;
}

p
{
	
}

.glosshead
{
	font-size: 1.2em;
	font-weight: bold;
}

.glossterm
{
	font-weight: bold;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

li
{
	margin-bottom: 6pt;
	margin-top: 6pt;
}

ol li ol li
{
	list-style-type: lower-alpha;
}

ol li ol li ol li
{
	list-style-type: lower-roman;
}

ul li ul li
{
	list-style-type: square;
}

ul li ul li ul li
{
	list-style-type: circle;
}

img
{
	/* border: none; */
	max-width: 100%;
}

/* An image with a gray border */

.grayborder
{
	border: 1px solid #808080;
}

img.windowPrint
{
	align: middle;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	/* mc-thumbnail-max-width: 60%; 
		mc-thumbnail-max-height: auto; 
		mc-thumbnail: popup;  */
}

img.icon
{
	align: middle;
	border: none;
	vertical-align: middle;
}

span.exgood
{
	color: #228b22;
}

span.exbad
{
	color: #dc143c;
}

span.red
{
	color: #dc143c;
}

span.green
{
	color: #60bb46;
}

span.ochre
{
	color: #f37021;
}

span.gui
{
	font-weight: bold;
}

span.reference
{
	font-weight: bold;
	font-style: italic;
}

span.code
{
	font-family: Courier;
}

span.API_Get
{
	background-color: #777;
	font-family: 'Segoe UI';
	line-height: 1;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	padding: .3em .6em .3em;
	color: #fff;
	font-weight: 700;
	border-radius: .25em;
	font-size: 100%;
}

table.general
{
	padding: 0.5rem;
	border-width: 1px;
	border-color: #1A3661;
	border-collapse: collapse;
	min-width: 80%;
	max-width: 100%;
	margin-bottom: 12px;
}

table.fullWidth
{
	padding: 0.5rem;
	border-width: 1px;
	border-color: #1A3661;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 12px;
}

table.drcr
{
	padding: 0.5rem;
	border-width: 0px;
	border-color: #FFFFFF;
	border-collapse: collapse;
	min-width: 25%;
	margin-bottom: 12px;
}

tr.subheadblue
{
	page-break-inside: avoid;
	background-color: #d0eaf8;
	border-color: #0edbc1e;
	font-weight: bold;
}

tr.subheadgrey
{
	page-break-inside: avoid;
	background-color: #939393;
	border-color: #939393;
	font-weight: bold;
}

tr.heading
{
	font-family: Segoe UI;
	color: #ffffff;
	padding-right: 1em;
	font-weight: bold;
	margin-top: 4pt;
	margin-bottom: 4pt;
	background-color: #1A3661;
	/* vertical-align: left; */
	border-style: solid;
	border-color: #1A3661;
}

td
{
	padding-right: 10px;
}

td.bottomborder
{
	border-bottom: .5px solid #1A3661;
	padding-top: 10px;
	padding-right: 10px;
}

td.footerleft
{
	border: none;
	text-align: left;
	vertical-align: middle;
	padding-right: 10px;
}

td.footerright
{
	border: none;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

td.threesides
{
	border-bottom: .5px solid #1A3661;
	border-left: .5px solid #1A3661;
	border-right: .5px solid #1A3661;
	padding-top: 10px;
	padding-right: 10px;
}

thead
{
	display: table-header-group;
}

th
{
	color: #ffffff;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 4pt;
	margin-bottom: 4pt;
	background-color: #1A3661;
	vertical-align: middle;
	border-style: solid;
	border-color: #1A3661;
}

td p
{
	
}

td ul
{
	
}

td ul li
{
	
}

td ol
{
	
}

td ol li
{
	
}

td.moneyalignright
{
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

td.middle
{
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}

td.moneyTotal
{
	border: none;
	border-top-style: solid;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

td.moneyGrandTotal
{
	border: none;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

p.BackToTop
{
	font-size: 0.7em;
	padding-right: 1em;
	text-align: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p.Field
{
	font-weight: bold;
	margin-top: 4pt;
	margin-bottom: 4pt;
	page-break-after: avoid;
}

p.note
{
	margin-top: 0pt;
	margin-bottom: 12pt;
	mc-auto-number-format: '{color red}{b}Note: {/b}{/color} ';
	padding-left: 0px;
}

p.graphic
{
	align: center;
	text-align: center;
}

div p
{
	
}

div.disclaimer
{
	font-size: .75em;
}

div.sticky
{
	position: sticky;
	top: 0;
	background-color: white;
	padding: 5px;
}

a.Popup
{
	
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #006600;
}

a.GUI
{
	color: #1a3661;
	text-decoration: underline;
	font-weight: bold;
}

a.GUI:hover
{
	color: #fdb913;
}

a.Ref
{
	color: #1a3661;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

a.Ref:hover
{
	color: #fdb913;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	border-bottom: none;
	color: #0a1a3e;
}

MadCap|xref
{
	mc-format: '{para}';
	color: #1a3661;
	font-weight: bold;
}

MadCap|xref.window
{
	font-family: Segoe UI;
	mc-format: "{paratext}";
	padding-right: 0em;
	font-weight: bold;
	color: #1a3661;
}

MadCap|xref.window:hover
{
	color: #fdb913;
}

MadCap|xref.reference
{
	font-family: Segoe UI;
	mc-format: "{paratext}";
	padding-right: 0em;
	font-weight: bold;
	color: #1a3661;
	font-style: italic;
}

MadCap|xref.reference:hover
{
	color: #fdb913;
}

MadCap|xref.HomePage:hover
{
	color: #fdb913;
}

MadCap|xref.HomePage
{
	font-family: Segoe UI;
	mc-format: "{paratext}";
	padding-right: 0em;
	color: #1a3661;
	font-weight: normal;
}

MadCap|miniTocProxy.landing
{
	border-top-color: transparent;
	padding-left: 0px;
	color: #1a3661;
	font-weight: lighter;
	margin-top: 2px;
	padding-top: 2px;
}

div.code1
{
	margin-left: 0.75em;
	line-height: 0.8;
	font-family: courier;
}

div.code2
{
	margin-left: 0.75em;
	line-height: 0.8;
	font-family: courier;
}

div.code
{
	text-indent: 20px;
}

div.code p
{
	font-family: monospace;
}

div.home-layout
{
	padding: 2% 5%;
}

div.table-center
{
	padding: 5% 0;
	/*margin: auto;*/
	/*width: 50%;*/
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #dadada;
}

div.home-section:last-of-type	/*Removes the border on the last section of the home page*/
{
	border-bottom: none;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link
{
	color: #1a3661;
}

a:visited
{
	color: #076685;
}

a:hover
{
	color: #fdb913;
}

a:active
{
	color: #a82384;
}

a.home-button
{
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-closed-image: url('../Images/Home/plus.png');
	mc-open-image: url('../Images/Home/minus.png');
	border-bottom: none 1px #dadada;
}

.copyright
{
	font-size: 0.75em;
}

div.topic-hero
{
	background: #ffffff;
}

div.topic-hero h1
{
	color: #1A3661;
	font-size: 2.5em;
	text-align: center;
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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;
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 19%;
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 2%;
}

div.article-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;
}

div.article-tiles::before
{
	content: ' ';
	display: table;
}

div.article-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.article-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
}

div.article-tiles > div:hover
{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

div.article-tiles > div:nth-child(1)
{
	width: 18%;
	margin-left: 0%;
}

div.article-tiles > div:nth-child(2)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(3)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(4)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles > div:nth-child(5)
{
	width: 18%;
	margin-left: 2%;
}

div.article-tiles img
{
	max-width: 90%;
}

div.home-footer	/*Controls the look of the footer in the Home master page.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-footer::before
{
	content: ' ';
	display: table;
}

div.home-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-footer > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.home-footer > div:nth-child(2)
{
	width: 75%;
	margin-left: 0%;
}

div.request
{
	
}

div.overview
{
	
}

div.field
{
	
}

div.action
{
	
}

div.links
{
	
}

div.concept
{
	
}

div.task
{
	
}

p.footer-sub
{
	color: #FFF;
	font-family: Arial, Avenir, Myriad;
	font-size: 14pt;
}

.footer
{
	background-color: #1A3661;
	padding: 25px 25px 10px 25px;
}

.footer-logo
{
	max-width: 100%;
	margin: 0;
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

MadCap|miniTocProxy
{
	font-weight: normal;
	border-top-color: transparent;
	color: #1a3661;
	padding-top: 5px;
}

a
{
	text-decoration: underline;
	color: #1a3661;
}

MadCap|expandingHead:hover
{
	color: #fdb913;
}

MadCap|xref:hover
{
	color: #fdb913;
}

MadCap|toggler:hover
{
	color: #fdb913;
}

MadCap|codeSnippetCopyButton:hover
{
	color: #fdb913;
}

/*styles for print (PDF) */

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	p.coverProd
	{
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		margin-top: 20pt;
		margin-bottom: 8pt;
		font-family: 'Segoe UI';
	}

	p.cover
	{
		text-align: center;
		font-size: 26px;
		font-weight: bold;
		margin-top: 20pt;
		margin-bottom: 8pt;
		font-family: 'Segoe UI';
	}

	p.coversub
	{
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-top: 5pt;
		margin-bottom: 18pt;
		font-family: 'Segoe UI';
	}

	p.coverdate
	{
		text-align: center;
		font-size: 15px;
		font-weight: bold;
		margin-top: 1pt;
		margin-bottom: 20pt;
		font-family: Segoe UI;
	}
}

/*styles for tablets*/

@media only screen and (max-width: 1279px)
{
	.footer
	{
		padding: 2% 2% 1%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 75%;
		margin-left: 0%;
	}
}

/*styles for mobile devices (smart phones)*/

@media only screen and (max-width: 767px)
{
	div.topic-hero h1
	{
		font-size: 2.5em;
		text-align: center;
	}

	div.home-tiles p
	{
		line-height: 1.2;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10px;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div
	{
		margin-bottom: 10px;
	}

	div.article-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.article-tiles img
	{
		width: 75%;
	}

	.footer-icons
	{
		text-align: center;
	}

	.footer
	{
		padding: 5% 7%;
		text-align: center;
	}

	.footer-logo
	{
		text-align: center;
	}

	div.home-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-footer > div:nth-child(2)
	{
		width: 100%;
		margin: 3% 0;
	}
}

div.indent
{
	margin-left: 20px;
}

div.body
{
	max-width: 78%;
}

div.InThisArticle
{
	float: right;
	position: sticky;
	background-color: #ffffff;
	padding-left: 0px;
	border: none;
	color: #39b0c5;
	font-family: Segoe UI;
	vertical-align: top;
	min-height: 100%;
	text-align: left;
	/* min-height: 10vmin;*/
	width: 250px;
	overflow-wrap: break-word;
	word-break: break-word;
	word-wrap: break-word;
	margin-left: auto;
	left: 10px;
	top: 50px;
}

blockquote.Code
{
	font-family: 'Courier New';
}

span.mc-variable.Enum
{
	font-weight: bold;
}

p#ContractExp
{
	
}

div#SoW
{
	
}

p#NotDefect
{
	
}

p#GPProb
{
	
}

p#InstallWiz
{
	
}

div#Fixed
{
	
}

@media Web
{
	
}

div.codeBlock
{
	mc-printer-page-custom-width: 80%;
	width: 70%;
}

table.MEMIntegrationTable
{
	padding: 0.5rem;
	border-width: 0px;
	border-color: #FFFFFF;
	border-collapse: collapse;
	min-width: 25%;
	margin-bottom: 12px;
	mc-printer-page-custom-width: 80%;
	width: 70%;
}

/* CSS to make the left navigation pane resizeable */

.sidenav-wrapper
{
	/* ensure sidenav-wrapper comes before nav-border in sidenav-layout
flex row */
	order: 1;
	/* avoid horizontal scrolling on overflow */
	overflow-x: hidden;
}

.nav-border
{
	/* resizable nav-border between nav menu and body content added via
nav-resize.js script */
	background-color: #e1e1e1;
	/* ensure nav-border comes between sidenav-wrapper and body-container in
sidenav-layout flex row */
	order: 2;
	/* allow horizontal (east-west) resizing only */
	cursor: ew-resize;
	/* don't allow nav-border to grow or shrink, and make it 3px wide */
	flex: 0 0 3px;
	/* ensure that text isn't selected while the mouse is being dragged */
	user-select: none;
}

.body-container
{
	/* ensure body-container comes after nav-border in sidenav-layout
flex row */
	order: 3;
}

@media only screen and (max-width: 1279px)
{
	/* hide nav border when nav pane is not displayed */

	.nav-border
	{
		display: none;
	}
}

