/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* @import url('Styles_szp.css'); */

:root
{
	--IconicsBlue: #00528B;
	--LogoBurgundy: #952157;
	--IoTCloudBlue: #1D8AC2;
	--Black: #000000;
	--Medium: #b9bec1;
	--Light: #f3f3f3;
	--White: #ffffff;
	--Light-Gray: #c7cecb;
	--Medium-Gray: #6c6e76;
	--Dark-Gray: #444444;
}

div.code
{
	display: block;
	font-family: Consolas, Monaco, "Courier New", monospace;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: solid 3px #004878;
	border-bottom: solid 1px #D9D9D9;
	border-right: solid 1px #D9D9D9;
	border-top: solid 1px #D9D9D9;
	border-radius: 3px;
	background: #F2F2F2;
}

div.note
{
	background-image: url('../Images/note1_21x23px.png');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 4px center;
	padding-left: 32px;
	max-width: 800px;
	margin: 2px;
	border: solid 2px #B2B2B2;
}

div.tip
{
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 4px center;
	padding-left: 32px;
	max-width: 800px;
	background-image: url('../Images/tip_21x26px.png');
	margin: 2px;
	border: solid 2px #B2B2B2;
}

body
{
	color: var(--Black);
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.4em;
	margin: 8px;
	/* max-width: 1010px;
	background-image: url('../Images/draft.png');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; */
}

/* Headings */

h1
{
	color: var(--IconicsBlue);
	font-size: 20pt;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 36px;
	margin-bottom: 24px;
	/* page-break-before: always; */
}

h2
{
	font-size: 16pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 18px;
	margin-top: 36px;
}

h2.top	/*Use this style when the Heading 2 is the 1st element in a topic (it appears immediately below the note above the <h1>).*/
{
	margin-top: 0px;
}

h3
{
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	margin-top: 36px;
}

h3.releaseNotesSubheading
{
	color: var(--IoTCloudBlue);
	margin-bottom: -8px;
	margin-top: 17px;
	font-size: 11pt;
	font-weight: bold;
}

/* Content */
/* Use the .responsive style to make an image responsive */

img.responsive
{
	width: 100%;
	max-width: 750px;
	height: auto;
}

p
{
	margin-bottom: 17px;
	margin-top: 17px;
	widows: 3;
	orphans: 3;
}

p.Procedure
{
	background-image: url(../Images/righttwistie.gif);
	background-repeat: No-Repeat;
	background-position: left center;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: -6px;
	mc-next-tag: p;
}

.listParaBeforeBulletedList	/* Use .listParaBeforeBulletedList when a paragraph is followed by a bulleted list. Need to do this to reduce space between the stem sentence and the bulleted list. */
{
	margin-bottom: -8px;
}

p.contentsHeading
{
	font-size: 20pt;
	font-weight: normal;
	color: var(--IconicsBlue);
	line-height: 1.2em;
	margin-top: -10px;
	margin-bottom: 20px;
	page-break-before: always;
}

p.releaseNotesSubheading
{
	color: var(--IoTCloudBlue);
	margin-bottom: -8px;
	font-weight: bold;
}

p.releaseNoteSubheading2
{
	margin-left: 16px;
	margin-bottom: -8px;
	font-weight: bold;
}

p.tableTextSubHeading
{
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	vertical-align: middle;
	text-align: left;
	background: #f3f3f3;
	color: var(--IoTCloudBlue);
	/* color: var(--LogoBurgundy); */
}

p.example
{
	color: #546C7F;
	border: solid 1px #BECFDC;
	background-color: #DEE8F0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 14px 20px;
}

p.indent
{
	margin-left: 24px;
}

pre
{
	display: block;
	font-family: monospace;
	white-space: pre;
	margin-left: 24px;
}

p.code
{
	display: block;
	font-family: "Courier New", monospace;
	margin-left: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.codeIndent
{
	display: block;
	font-family: "Courier New", monospace;
	margin-left: 48px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.codeIndent2
{
	display: block;
	font-family: "Courier New", monospace;
	margin-left: 72px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.codeIndent3
{
	display: block;
	font-family: "Courier New", monospace;
	margin-left: 96px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.rounded
{
	border: solid 5px #BFD62F;
	-moz-border-radius: 100px;
	border-radius: 100px;
	padding: 14px 14px;
}

p.tableText
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	text-align: left;
}

p.tableTextIndent
{
	margin-left: 26px;
}

/* p.tableTextNote
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	background-image: url('../Images/note.png');
	background-position: left baseline;
	background-repeat: no-repeat;
	line-height: 1.4em;
	text-indent: 20px;
} 

p.tableTextHint
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	background-image: url('../Images/hint.png');
	background-position: left baseline;
	background-repeat: no-repeat;
	line-height: 1.4em;
	text-indent: 20px;
} */

p.tableTextHeader
{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	vertical-align: bottom;
	text-align: left;
}

p.tableTextCenter
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	text-align: center;
}

p.tableTextHeaderCenter
{
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 2px;
	vertical-align: bottom;
	text-align: center;
}

p.tableTextBeforeList
{
	margin-top: 4px;
	margin-bottom: -8px;
	margin-left: 2px;
	text-align: left;
}

p.noteUnderHeading	/* Use for a note above the <h1> */
{
	color: #000000;
	font-size: 9pt;
	background-color: #f3f3f3;
	border: solid 1px #d3d3d3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-top: 8px;
	margin-bottom: 16px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
}

p.singleStep
{
	margin-left: 16px;
}

p.singleStepLastInDropDown
{
	margin-bottom: 18px;
	margin-left: 16px;
}

/* p.singleStepNote
{
	margin-left: 16px;
	background-image: url('../Images/note.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
}

p.singleStepHint
{
	margin-left: 16px;
	background-image: url('../Images/hint.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
} */

/* Use p.singleStepBeforeBulletedList when an indented procedure paragraph (singleStep) is followed by a bulleted list. Need to do this to reduce space between the stem sentence and the bulleted list. */

p.singlStepBeforeBulletedList
{
	margin-bottom: -8px;
	margin-left: 16px;
}

/* p.singleStepNoteBeforeBulletedList
{
	margin-left: 16px;
	margin-bottom: -8px;
	background-image: url('../Images/note.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
}

p.singleStepHintBeforeBulletedList
{
	margin-left: 16px;
	margin-bottom: -8px;
	background-image: url('../Images/hint.png');
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 20px;
} */

div.droptext
{
	color: #000000;
	margin-bottom: 12px;
	padding: 4px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #f3f3f3;
}

div.droptextNoBorders	/*Use div.droptextNoBorders for a drop-down within another drop-down. For example, the App bar button descriptions in the Summary Screen topic in MyVisit.*/
{
	color: #000000;
	margin-bottom: 0px;
	padding: 4px;
	background-color: #f3f3f3;
}

div.droptextTable	/*Use div.droptextTable when the drop-down content is a table.*/
{
	color: #000000;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #f3f3f3;
}

div.sideMenu	/* Use for the topic menu */
{
	float: right;
}

div.responsiveTable
{
	overflow-x: auto;
}

/* Lists */

ol
{
	list-style-type: decimal;
}

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: square;
}

ul ul
{
	list-style-type: disc;
	margin-top: 4px;
}

ul ul ul
{
	list-style-type: circle;
	margin-top: 4px;
}

ol ul
{
	list-style-type: square;
	margin-bottom: 0px;
}

ol ul ul
{
	list-style-type: disc;
}

ul li
{
	padding: 2px 0px 2px -6px;
	margin: 2px 0px 2px -6px;
}

li
{
	padding: 4px 2px 4px 0px;
	margin-left: -4px;
}

li.dropDown	/*Use this style when you want each item in a bulleted list to be a drop-down (using a toggler). It uses the plus and minus signs as the bullet, which is done by setting the list-style-type to none.*/
{
	list-style-type: none;
	padding: 4px 2px 4px 0px;
	margin-left: -25px;
}

li.dropDownBotMargin-4px	/* Use this style when you want each item in a bulleted list to be a drop-down (using a toggler) and you want to reduce the space between items. It uses the plus and minus signs as the bullet, which is done by setting the list-style-type to none. */
{
	list-style-type: none;
	padding: 4px 2px 4px 0px;
	margin-left: -25px;
	margin-bottom: -4px;
}

li.alignWithNoteOrTip
{
	margin-left: 6px;
}

li.alignWithSingleStep
{
	margin-left: 6px;
}

li p
{
	margin-bottom: 12px;
}

ol li p
{
	margin-top: 4px;
}

ul li p
{
	margin-top: 4px;
}

.listParaTop6px
{
	margin-top: 6px;
}

.listParaTop-6px
{
	margin-top: -6px;
}

.listParaBottom6px
{
	margin-bottom: 6px;
}

.listParaBottom-6px
{
	margin-bottom: -6px;
}

.listParaBottom-10px
{
	margin-bottom: -10px;
}

span.bold
{
	font-weight: bold;
}

span.italic
{
	font-style: italic;
}

span.code
{
	font-family: "Courier New", monospace;
}

span.SearchHighlight
{
	background-color: #ffff00;
	color: #000000;
}

/* Links */

a
{
	color: var(--IconicsBlue);
}

a:link
{
	color: var(--IconicsBlue);
	text-decoration: none;
}

a:visited
{
	color: var(--LogoBurgundy);
	text-decoration: none;
}

a:hover
{
	color: var(--IoTCloudBlue);
	text-decoration: underline;
}

/* MadCap-Specific Styles */

MadCap|expanding
{
	mc-image-position: left;
	mc-closed-image: url('../Images/plus.png');
	mc-open-image: url('../Images/minus.png');
}

MadCap|breadcrumbsProxy
{
	color: var(--IconicsBlue);
	font: "Segoe UI";
	font-size: 9pt;
	font-family: "Segoe UI";
	border-bottom-color: var(--IconicsBlue);
	mc-breadcrumbs-count: 4;
}

MadCap|toggler
{
	mc-open-image: url('../Images/minus.png');
	mc-closed-image: url('../Images/plus.png');
	font-weight: bold;
	color: var(--IconicsBlue);
}

MadCap|toggler:focus
{
	color: var(--IoTCloudBlue);
}

MadCap|toggler:hover
{
	color: var(--LogoBurgundy);
}

MadCap|toggler.notBold
{
	font-weight: normal;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/minus.png');
	mc-closed-image: url('../Images/plus.png');
}

MadCap|dropDownBody
{
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	margin-bottom: 12px;
	padding: 4px;
	background-color: #f3f3f3;
}

MadCap|dropDownHead
{
	margin-bottom: 1.12em;
	margin-top: 1.12em;
	font-weight: normal;
}

MadCap|dropDownHotspot
{
	color: #266B7C;
	font-weight: normal;
	color: var(--IconicsBlue);
}

MadCap|dropDownHotspot:focus
{
	color: var(--IoTCloudBlue);
}

MadCap|dropDownHotspot:hover
{
	color: var(--LogoBurgundy);
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium-Gray);
	font-size: 11pt;
	font-weight: normal;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium-Gray);
	font-size: 9pt;
	font-weight: normal;
	margin-top: 24px;
	/* text-transform: uppercase; */
}

p.frame-footer-text-center
{
	color: var(--Medium-Gray);
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	/* text-transform: uppercase; */
	margin-top: 24px;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light-Gray);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0in;
	padding-left: 0px;
}

p.created-using-flare
{
	color: var(--Dark-Gray);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 42pt;
	line-height: 52pt;
	margin-top: 120px;
}

/* Use the p.titleAdmin style in Title.htm for the AiRXOS Admin Guide title pages because the 42 pt. type used in the p.title style breaks the word "Administrator's." Because the title is a variable, you can't manually break the name. */

p.titleAdmin
{
	font-size: 32pt;
	line-height: 46pt;
	margin-top: 120px;
}

/* Use the p.titleOrgAdmin style for in Title.htm for the Org Admin Guide title pages because the 42 pt. type used in the p.title style breaks the word "Administrator's." Because the title is a variable, you can't manually break the name. */

p.titleOrgAdmin
{
	font-size: 28pt;
	line-height: 46pt;
	margin-top: 120px;
}

p.titlePageConfidentialInfo
{
	font-size: 9pt;
	margin-bottom: 0px;
}

p.contentsHeading
{
	font-size: 20pt;
	font-weight: normal;
	color: #266b7c;
	line-height: 1.2em;
	page-break-before: always;
}

p.logo
{
	margin-top: 0px;
}

p.title-page-footer
{
	color: var(--Dark-Gray);
	font-size: 14pt;
	font-weight: bold;
	line-height: 20pt;
	margin-top: 6px;
}

p.TOC1
{
	color: var(--Dark-Gray);
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom: 15px;
	margin-left: 0in;
	margin-top: 15px;
	orphans: 4;
	widows: 4;
	page-break-after: avoid;
}

p.TOC2
{
	color: var(--Dark-Gray);
	font-size: 11pt;
	font-weight: bold;
	line-height: 13pt;
	margin-bottom: 13px;
	margin-left: .25in;
	margin-top: 13px;
	orphans: 3;
	widows: 3;
}

p.TOC3
{
	color: var(--Dark-Gray);
	font-size: 11pt;
	line-height: 13pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: .5in;
	margin-top: 10px;
	page-break-after: avoid;
}

/* Cover Page for Print Output Only */

h1.titlePage	/*Use only for the Cover Page (print output only)*/
{
	font-size: 36px;
	color: var(--IconicsBlue);
	background-color: #ffffff;
	border-bottom-color: var(--IconicsBlue);
	text-align: right;
	border-bottom: solid 4px;
	border-bottom-width: 8px;
	padding-bottom: 15px;
	page-break-before: avoid;
}

p.titlePageDate	/*Use only for the Cover Page (print output only)*/
{
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #003366;
}

/* end Cover Page Styles */
/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 10pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium-Gray);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium-Gray);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-image: url('../Images/Backmatter-Heading-Background.png');
	background-repeat: no-repeat;
}

MadCap|topicToolbarProxy
{
	font-family: 'Segoe UI';
}

@media print
{
	:root
	{
		--Brand: #266B7C;
	}

	th
	{
		text-align: left;
	}

	thead
	{
		text-align: left;
		font-weight: bolder;
	}

	p.chapterHeading
	{
		font-size: 24pt;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 28px;
		page-break-before: always;
		page-break-after: avoid;
		mc-heading-level: 1;
	}

	/* p.adminChapterHeading
	{
		mc-heading-level: 1;
	} */

	h1
	{
		mc-heading-level: 1;
	}

	h2
	{
		mc-heading-level: 2;
	}

	h3
	{
		font-size: 14pt;
		font-weight: bold;
		line-height: 1.2em;
		margin-bottom: 18px;
		margin-top: 36px;
	}

	p.releaseNoteSubheading2
	{
		margin-left: 0px;
	}

	MadCap|xref
	{
		mc-format: '{paratext}';
	}

	span.mc-variable
	{
		
	}
}

/* The following styles apply only to Source Control Process.docx. */

span.master
{
	color: #0070c0;
	font-weight: bold;
}

span.release
{
	color: #538135;
	font-weight: bold;
}

span.feature
{
	color: #7030a0;
	font-weight: bold;
}

span.develop
{
	color: #00b0f0;
	font-weight: bold;
}

div.float-right
{
	float: right;
}

