/*<meta />*/

@import url('../SyntaxHighlighting/prism.css');

@import url('fonts.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Black: #000000;
	--Blue: #006da8;
	--BlueBright: #0000ff;
	--BlueDark: #445879;
	--BlueRoyal: #225ea8;
	--BlueSky: #9cd4eb;
	/* Used in a.Community background/button and the side nav bar hover -- we could change this to use VAS-Fresh-Blue? */
	--Brand1: #004c75;
	/* Changed references to VAS-Old-Blue -- only referenced in masterVAS-styles.css */
	--Brand2: #67864e;
	/*Same color code as VAS-Moss-Green --This is not used in either stylesheet */
	--Cyan: #00ffff;
	--GrayBright: #edf0f1;
	/* Used in dropDown.gray-bkgrnd (Related Topics), div.master-page-2col, div.home-tiles-border */
	--GrayBright2: #e1e1e1;
	--GrayBright3: #f2f2f2;
	--GrayBright4: #f7f7f7;
	/* Used in div.home-tiles backgrounds along with GrayBright borders in VASdocs */
	--GrayBright5: #f5f5f5;
	/* Used in HomePage master page footer text color */
	--GrayDark: #4b4a40;
	/* This is the text color set in the body parent style */
	--GrayLight: #d4d4d4;
	/* Used in Community borders in both stylesheets */
	--GrayMedium: #b9bec1;
	--Green: #008000;
	--GreenDark: #117733;
	--GreenLime: #5fb96a;
	/* 5eb868 is the actual color in the Equipment Status image */
	--GreenMint: #44aa99;
	--GreenOlive: #999933;
	--GreenOliveDark: #5e6914;
	--GreenPale: #c7d99d;
	--GreenPale2: #c3c9ad;
	--Orange: #ff8c00;
	--Orange2: #ff6600;
	--OrangePale: #f2aa5f;
	--Pink: #cc6677;
	--PinkPale: #ffdead;
	--Purple: #ba55d3;
	/* Used in ol.illustration > li::before in @media PULSE */
	--Raspberry: #882255;
	--Red: #ff0000;
	--RedDark: #cc3333;
	--RedLight: #f3b7ad;
	--VAS-Blue: #0077c0;
	--VAS-Fresh-Blue: #00a1e4;
	--VAS-Green-Yellow: #d7df23;
	--VAS-Moss-Green: #67864e;
	--VAS-Old-Blue: #004c75;
	--VAS-Olive: #9aba4d;
	--VAS-Warm-Gray: #81806f;
	--VAS-Warm-Yellow: #ffc20e;
	--White: #ffffff;
	--Yellow: #ffff00;
	/* Used in search highlight and the show-review styles - I think we could replace this with VAS-Green-Yellow */
}

img
{
	border: none;
}

a.Popup
{
	
}

ol
{
	margin: 0px;
	list-style-image: none;
}

div.SampleRequestBody
{
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 10px;
	font-family: monospace;
	margin-bottom: 2em;
	background: #013c5c;
	overflow: visible;
}

div.API-topic-2col-responsive	/*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.API-topic-2col-responsive::before
{
	content: ' ';
	display: table;
}

div.API-topic-2col-responsive::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.API-topic-2col-responsive > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
}

div.API-topic-2col-responsive > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
	margin-right: 4em;
}

div.API-topic-2col-responsive > div:nth-child(2)
{
	width: 41.667%;
	margin-left: 0%;
}

div.body-tiles-3col	/*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-bottom: 15px;
	overflow: hidden;
	margin-right: 15px;
}

div.body-tiles-3col::before
{
	content: ' ';
	display: table;
}

div.body-tiles-3col::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.body-tiles-3col > div
{
	float: left;
	text-align: center;
	padding-top: 20px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}

div.body-tiles-3col > div:nth-child(1)
{
	width: 30%;
	text-align: center;
}

div.body-tiles-3col > div:nth-child(2)
{
	margin-left: 5%;
	width: 30%;
}

div.body-tiles-3col > div:nth-child(3)
{
	margin-left: 5%;
	width: 30%;
}

pre
{
	margin-bottom: 10px;
	margin: 0px;
	overflow: inherit;
}

body
{
	color: #404040;
	font-size: 16px;
	background-position: 0px;
	background-repeat: repeat;
	font-family: Open Sans, Arial;
	line-height: 1.7em;
}

p
{
	font-size: 16px;
	color: #4b4a40;
	margin-bottom: auto;
	margin: 0;
	margin-top: 1em;
	margin-left: 0;
	mc-hyphenate: never;
	font-family: Open Sans, Arial;
	line-height: 1.7em;
}

ol.numbered-code-lines > li::marker
{
	font-color: inherit;
	color: #abab9d;
	list-style-type: decimal;
	list-style-position: outside;
}

MadCap|dropDownHead
{
	color: #004c75;
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

MadCap|xref
{
	color: #004c75;
}

a
{
	color: #004c75;
}

div.SampleResponseBody-750px
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: none;
	padding: 6px;
	padding-top: 6px;
	margin-bottom: 2em;
	background: #e7f7ff;
	max-height: 750px;
	overflow: scroll;
}

div.SampleRequestHead
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
	border-bottom-style: none;
	font-family: Arial;
	padding: 6px;
	color: #f5f5f5;
	font-size: 1em;
	background: #00334e;
	margin-bottom: 0px;
}

p.Code
{
	font-family: monospace;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-size: 1em;
	overflow: wrap;
	margin-bottom: 1.5em;
}

div.SampleResponseHead
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
	border-bottom-style: none;
	margin-bottom: 0px;
	font-family: Arial;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #2c5170;
	background: #85b4cd;
	font-size: 1em;
	padding-left: 6px;
	margin-top: 2rem;
}

div.EndpointListHead
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding-top: 4px;
	padding-left: 3px;
	font-size: 11pt;
	font-family: 'Arial Narrow';
	padding-bottom: 2px;
	font-weight: bold;
	border-bottom-style: none;
	margin-bottom: 0px;
	color: #696969;
	border-left: solid 1px #4169e1;
	border-right: solid 1px #4169e1;
	border-top: solid 1px #4169e1;
	background: #dcdcdc;
	max-width: 500px;
}

div.EndpointListBody
{
	overflow: auto;
	max-height: 150px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin-bottom: 2rem;
	padding: 10px;
	border: solid 1px #4169e1;
	background: #f5f5f5;
	max-width: 500px;
}

MadCap|dropDownHead.p-CodeFont
{
	font-size: 1em;
	margin-top: 1em;
	color: #4b4a40;
	font-family: monospace;
	font-weight: bold;
}

span.attribute-type
{
	padding: 0px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.8em;
	color: #abab9d;
	padding-left: 6px;
}

p.attribute
{
	font-family: monospace;
	margin: 0px;
	border-top: solid 1px #c0c0c0;
	padding-top: 12px;
	font-weight: bold;
	font-size: 1.1em;
}

span.required
{
	color: #a52a2a;
	font-weight: bold;
	font-size: 0.8em;
	padding-left: 6px;
}

p.attribute-description
{
	padding-bottom: 12px;
	margin-top: 0em;
	font-size: 1em;
}

p.attribute-description-ListIntro
{
	padding-bottom: 0px;
	margin-top: 0em;
	font-size: 1em;
}

ol.numbered-code-lines
{
	
}

p.Footer1
{
	padding-top: 3px;
	font-size: .8em;
	text-align: center;
	margin-top: 2em;
	color: #81806f;
	border-top: solid 11px #004c75;
}

.SpaceAfterNone
{
	margin-bottom: 0em;
	padding-bottom: 0em;
}

.SpaceBeforeNone
{
	margin-top: 0em;
	padding-top: 0em;
}

.SpaceBeforeHalf
{
	margin-top: 0.5em;
}

.SpaceAfterHalf
{
	margin-bottom: 0.5em;
}

p.Footer2
{
	font-size: .8em;
	text-align: center;
	color: #81806f;
	margin-top: 0em;
	margin-bottom: 0px;
}

div.note-noicon
{
	line-height: normal;
	margin-top: .5em;
	max-width: 80%;
	overflow: hidden;
	font-size: 1em;
	font-family: 'Open Sans', Arial;
	padding-right: 8px;
	padding-bottom: 16px;
	mc-auto-number-format: '{b}{color #000000}NOTE: {/color}{/b}';
	margin-bottom: 10px;
}

div.note
{
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: normal;
	padding-left: 48px;
	margin-top: 1em;
	max-width: 80%;
	font-size: .8em;
	overflow: hidden;
	font-size: 1em;
	color: #4b4a40;
	font-family: 'Open Sans', Arial;
	padding-right: 8px;
	background-image: url('../Images/master/VAS-Defaults/note.png');
	border-radius: 12px;
	background-position: 10px 11px;
	padding-top: 8px;
	padding-bottom: 16px;
	mc-auto-number-format: '{b}{color #00a1e4}NOTE: {/color}{/b}';
	margin-bottom: 10px;
}

ol.outline
{
	list-style-type: decimal;
	list-style-image: none;
	font-family: monospace;
}

p.nested-data-set
{
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	margin-top: 2em;
}

p.HomePageTitle
{
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
	font-size: 2.25em;
	font-weight: bold;
	color: #81806f;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: normal;
}

p.HomePageParagraph
{
	font-size: 14pt;
	color: #4b4a40;
	margin-left: 0;
	margin-bottom: 1.5em;
	max-width: 600px;
	text-align: center;
}

div.home-tiles-light-gray-fill	/*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;
	text-align: center;
	border-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-color: #004c75;
	border: solid 0px #edf0f1;
	background: #f7f7f7;
	max-height: 10em;
	min-height: 10em;
	height: 10em;
}

/* Headings */

h1
{
	font-weight: bold;
	margin-top: 0;
	color: var(--VAS-Old-Blue);
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
	font-size: 2em;
}

h2
{
	font-weight: bold;
	page-break-before: always;
	margin: 1em;
	color: var(--VAS-Old-Blue);
	margin-left: 0;
	margin-bottom: 0em;
	margin-top: 1em;
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
	font-size: 1.5em;
	padding-bottom: 6px;
}

h3
{
	font-weight: bold;
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
	color: var(--VAS-Old-Blue);
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 6px;
	margin-top: 1em;
}

h4
{
	font-weight: bold;
	font-family: 'Open Sans', Arial;
	font-size: 1em;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

div.important
{
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: normal;
	padding-left: 48px;
	margin-top: 1em;
	max-width: 80%;
	overflow: hidden;
	font-size: 1em;
	color: var(--GrayDark);
	font-family: 'Open Sans', Arial;
	border-radius: 12px;
	background-position: 10px 12px;
	padding-right: 8px;
	mc-auto-number-format: '{b}{color #ff8c00}IMPORTANT: {/color}{/b}';
	margin-bottom: 1px;
	background-image: url('../Images/master/VAS-Defaults/important.png');
	padding-bottom: 16px;
	padding-top: 10px;
}

div.tip
{
	background-repeat: no-repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: normal;
	padding-left: 48px;
	margin-top: 1em;
	max-width: 80%;
	overflow: hidden;
	font-size: 1em;
	color: var(--GrayDark);
	font-family: 'Open Sans', Arial;
	border-radius: 12px;
	background-position: 10px 12px;
	padding-top: 10px;
	padding-right: 8px;
	mc-auto-number-format: '{b}{color #67864e}TIP: {/color}{/b}';
	background-image: url('../Images/master/VAS-Defaults/tip.png');
	margin-bottom: 16px;
	padding-bottom: 16px;
}

div.buttonFooter
{
	height: auto;
	font-size: 1em;
	border-bottom-right-radius: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: normal;
	vertical-align: middle;
	background: var(--VAS-Old-Blue);
	padding: 0.5em 1em;
	display: inline-block;
	margin-bottom: 6px;
	float: inherit;
	color: var(--White);
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
	text-align: center;
	margin-top: 2em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div.buttonFooter a:hover
{
	background-color: var(--VAS-Blue);
}

MadCap|dropDown
{
	mc-open-image: url('../Images/master/Flare-Defaults/DropDownOpen.png');
	mc-closed-image: url('../Images/master/Flare-Defaults/DropDownClosed.png');
}

MadCap|dropDownBody
{
	padding-right: 1em;
	padding-left: 6px;
	margin-bottom: 0.5em;
}

MadCap|dropDownHotspot
{
	color: #4b4a40;
}

code
{
	max-width: 450px;
	overflow: auto;
}

div.SampleResponseBody-1150px
{
	padding-top: 6px;
	background: #e7f7ff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: none;
	margin-bottom: 2em;
	overflow: scroll;
	padding: 6px;
	max-height: 1150px;
}

MadCap|topicToolbarProxy
{
	text-align: right;
}

ul
{
	margin: 0px;
}

li
{
	orphans: 2;
	widows: 2;
	font-size: 1em;
	line-height: 1.7em;
	margin-top: 0.2em;
	counter-increment: item;
	font-family: 'Open Sans', Arial;
}

@media only screen and (max-width: 1279px)
{
	div.API-topic-2col-responsive > div:nth-child(1)
	{
		margin-left: 0%;
		margin-right: 2rem;
		width: 80%;
	}

	div.API-topic-2col-responsive > div:nth-child(2)
	{
		margin-left: 0%;
		width: 80%;
	}

	span.attribute-type
	{
		
	}

	div.API-topic-2col-responsive > div
	{
		
	}

	code
	{
		max-width: 80%;
		overflow: auto;
	}

	pre
	{
		
	}

	div.EndpointListBody
	{
		max-width: 400px;
	}

	div.EndpointListHead
	{
		max-width: 400px;
	}

	div.SampleResponseBody-750px
	{
		max-height: 550px;
	}

	div.SampleResponseBody-950px
	{
		max-height: 650px;
	}

	div.SampleResponseBody-1150px
	{
		max-height: 650px;
	}
}

@media only screen and (max-width: 767px)
{
	div.API-topic-2col-responsive > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-right: 0rem;
	}

	div.API-topic-2col-responsive > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.SampleResponseBody-750px
	{
		max-height: 400px;
	}

	div.API-topic-2col-responsive > div
	{
		
	}

	code
	{
		max-width: 100%;
		overflow: auto;
	}

	pre
	{
		
	}

	MadCap|dropDown.nested-data-points
	{
		max-width: 500px;
	}

	div.SampleResponseBody-950px
	{
		max-height: 500px;
	}

	div.SampleResponseBody-1150px
	{
		max-height: 500px;
	}

	code.endpoint
	{
		
	}
}

a.WhiteFont
{
	color: #ffffff;
	text-decoration: none;
}

MadCap|dropDown.gray-bkgrnd
{
	background: #edf0f1;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	margin-top: 20px;
	padding-left: 3px;
}

img.Thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 75px;
	margin-left: 2px;
}

MadCap|dropDownHead.nested-data-set
{
	margin-top: 0em;
	font-family: monospace;
	padding: 0px;
	font-color: inherit;
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

MadCap|dropDown.nested-data-set
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

MadCap|dropDownHead.p-font
{
	font-size: 1em;
	color: #4b4a40;
	margin-top: 0em;
}

p.Subhead
{
	font-weight: bold;
	font-family: 'Trebuchet MS';
	margin-top: 2em;
	margin-bottom: 1em;
}

.attribute-description
{
	padding-bottom: 12px;
	font-size: 0.8em;
	margin-top: 0em;
}

MadCap|dropDown.nested-data-points
{
	margin-bottom: 0px;
	mc-closed-image: url('../Images/icons/Plus-small.png');
	mc-open-image: url('../Images/icons/minus-small.png');
	border: solid 1px #dcdcdc;
	border-radius: 12px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-right: 1em;
	max-width: 500px;
}

MadCap|dropDownHead.nested-data-points
{
	color: #4b4a40;
	margin-top: 0em;
	font-size: 1em;
}

img.vertical-align-middle
{
	border: none;
	page-break-before: avoid;
	vertical-align: middle;
}

span.code
{
	font-family: monospace;
	font-size: 1em;
}

MadCap|dropDown.examples
{
	margin-bottom: 0px;
	mc-closed-image: url('../Images/icons/Plus-small.png');
	mc-open-image: url('../Images/icons/minus-small.png');
	border-radius: 12px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	margin-right: 1em;
}

.attribute-description-spaceafternone
{
	margin-top: 0em;
	font-size: 0.8em;
}

span.GET-blue
{
	font-weight: bold;
	color: #4682b4;
	font-family: monospace;
}

/*This code styles the BACK TO TOP button*/

#myBtn
{
	display: none;
	position: fixed;
	bottom: 50px;
	right: 100px;
	z-index: 99;
	font-size: 14px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #81806F;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: #ffffff;
}

MadCap|dropDownHead.h2
{
	font-size: 1.25em;
	font-weight: bold;
	font-family: 'Uni Neue Regular', 'Uni Neue', Open Sans;
}

div.SampleResponseBody-950px
{
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: none;
	padding: 6px;
	padding-top: 6px;
	margin-bottom: 2em;
	background: #e7f7ff;
	overflow: scroll;
	max-height: 950px;
}

p.code-endpoint
{
	font-family: monospace;
	font-size: 1.2em;
	margin-bottom: 1em;
}

MadCap|dropDownHead.top-data
{
	padding-bottom: 6px;
	border-top: solid 1px #c0c0c0;
	padding-top: 12px;
	font-size: 1em;
	font-weight: bold;
}

MadCap|dropDown.top-data
{
	mc-open-image-alt-text: Skin / Formats / DropDownOpenAltText(Open);
	margin-bottom: 10px;
	mc-closed-image: url('../Images/master/Flare-Defaults/DropDownClosed.png');
	mc-closed-image-alt-text: Skin / Formats / DropDownClosedAltText(Closed);
	mc-dita-type: section;
	mc-image-position: left;
	mc-image-spacing: 5px;
	mc-open-image: url('../Images/master/Flare-Defaults/DropDownOpen.png');
}

MadCap|dropDown.nested-data-set
{
	mc-open-image-alt-text: Skin / Formats / DropDownOpenAltText(Open);
	mc-closed-image: url('../Images/master/Flare-Defaults/DropDownClosed.png');
	mc-closed-image-alt-text: Skin / Formats / DropDownClosedAltText(Closed);
	mc-dita-type: section;
	mc-image-position: left;
	mc-image-spacing: 5px;
	mc-open-image: url('../Images/master/Flare-Defaults/DropDownOpen.png');
	margin-bottom: 1em;
	margin-top: 1em;
}

.glossary-hide	/*Use this style to hide a glossary term in a topic. Jana added on 5/2*/
{
	mc-disable-glossary-terms: true;
}

MadCap|relatedTopics
{
	color: var(--VAS-Old-Blue);
	background-color: var(--GrayBright);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	font-size: 1.3em;
	font-family: 'Uni Neue Regular', 'Uni Neue', Arial;
}

span.pill
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 15px;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	mc-hidden: hidden;
}

span.vasgreenyellow-bkgd
{
	background-color: var(--VAS-Green-Yellow);
	mc-hidden: hidden;
}

span.orange-font
{
	color: var(--Orange);
	mc-hidden: hidden;
}

