/*<meta />*/

/* @namespace MadCap "localhost"; */

@import url('Project_Stylesheet.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Roboto';
	src: url("fonts/Roboto.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: Helvetica;
	src: url("fonts/Helvetica.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: Lato;
	src: url("fonts/Lato.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

/* Generic classes. 
   Comment out the generic classes you don't use.
*/

.button
{
	background-color: #ff824b;
	border-radius: 4px;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	width: 325px;
}

.SearchHighlight1,
.SearchHighlight6
{
	background-color: #fbff59;
}

.SearchHighlight2,
.SearchHighlight7
{
	background-color: #33FCFF;
}

.SearchHighlight3,
.SearchHighlight8
{
	background-color: #33FF83;
}

.SearchHighlight4,
.SearchHighlight9
{
	background-color: #FF9033;
}

.SearchHighlight5,
.SearchHighlight10
{
	background-color: #FF4633;
}

.text-uppercase
{
	text-transform: uppercase;
}

.text-lowercase
{
	text-transform: lowercase;
}

.text-justify
{
	text-align: justify;
}

.text-justify-left
{
	text-align: left;
}

.text-justify-center
{
	text-align: center;
}

.text-justify-right
{
	text-align: right;
}

.float-left,
.float-right
{
	display: inline-block;
}

.float-left
{
	float: left;
	margin: 0 6px 0 0;
}

.float-right
{
	float: right;
	margin: 0 0 0 6px;
}

.float-clear::before,
.float-clear::after
{
	content: '';
	display: table;
}

.float-clear::after
{
	clear: both;
}

.float-clear-none
{
	clear: none;
}

.pagewidth
{
	width: 100%;
}

.cmd,
.cmd-user
{
	font-family: Consolas, "courier new", monospaced;
}

.cmd
{
	font-weight: bold;
}

.cmd-user
{
	font-style: italic;
}

.code
{
	font-size: 1em;
	font-family: 'Courier New';
	white-space: pre-wrap;
}

.indent
{
	padding-left: 40px;
}

/*Use the following styles to force or remove page breaks.*/

.pgBkBefore
{
	page-break-before: always;
}

.noPgBkBefore
{
	page-break-before: avoid;
}

.pgBkAfter
{
	page-break-after: always;
}

.noPgBkAfter
{
	page-break-after: avoid;
}

.noPgBk
{
	page-break-after: avoid;
	page-break-before: avoid;
}

.KeepWith
{
	page-break-inside: avoid;
}

/* Use the following no-touch and touch classes to automatically display the correct text,
 such as click or tap, depending on whether the device has a touch screen or not. The media
  query below it will make sure that the "mouse" text is used when the PDF is generated. 
  Note: For this to work, you need to add a script to the <head> section of your Flare master 
  page calling the modernizr.js file. */

.no-touch span.mouse-text
{
	display: inline;
}

.no-touch span.touch-text
{
	display: none;
}

.touch span.mouse-text
{
	display: none;
}

.touch span.touch-text
{
	display: inline;
}

div.RespFieldDefinitions	/*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.RespFieldDefinitions::before
{
	content: ' ';
	display: table;
}

div.RespFieldDefinitions::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.RespFieldDefinitions > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.RespFieldDefinitions > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.RespFieldDefinitions > div:nth-child(2)
{
	width: 83.333%;
	margin-left: 0%;
}

MadCap|miniTocProxy
{
	border: none 2px #000000;
}

@media print
{
	span.mouse-text
	{
		display: inline !important;
	}

	span.touch-text
	{
		display: none !important;
	}
}

/* End of generic classes */

html
{
	orphans: 0;
	widows: 0;
}

body
{
	color: #333333;
	font-family: Lato, Helvetica, Arial, sans-serif;
	mc-hyphenate: never;
}

/* Image Styles */

img
{
	
}

img.indent
{
	
}

img.icon
{
	border: none;
	padding-bottom: -0.5em;
	vertical-align: text-top;
}

img.iconBorder
{
	border: solid 1px #333333;
	vertical-align: text-top;
}

img.ibmi
{
	border-radius: 10px;
	box-shadow: 0 0 0 5px rgba(51, 51, 51, 0.1);
	border: 2px solid #333333;
}

img.border,
img.indentBorder,
img.thumbnailBorder
{
	border: solid 1px #333333;
}

img.thumbnail,
img.thumbnailBorder
{
	padding: 3px;
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 300px;
}

/* Heading Styles */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Roboto, Helvetica-Normal, Arial, sans-serif;
	page-break-after: avoid;
	mc-next-tag: p;
	margin: 0;
}

h1
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-weight: lighter;
}

h2
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 2.25em;
	margin-top: 0.5em;
	font-weight: lighter;
	color: #0072c6;
}

h3
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	margin-top: 0.7em;
	font-weight: lighter;
	color: #0072c6;
}

h4
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	margin-top: 1em;
}

h5
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-top: 1em;
	font-weight: bold;
}

h5 + p
{
	margin-top: .25em;
}

h6
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	margin-top: 1em;
	font-weight: bold;
}

h6 + p
{
	margin-top: .25em;
}

hr
{
	border: none;
	border-bottom: 1px solid #cccccc;
}

a.Popup
{
	
}

a:link
{
	color: #0072c6;
}

a:visited
{
	color: #0072c6;
}

a:hover
{
	cursor: hand;
	color: #0072c6;
}

a:active
{
	cursor: hand;
}

a:focus,
a.MiniTOC1:focus,
a.MiniTOC2:focus,
a.MiniTOC3:focus
{
	color: white !important;
	background-color: #696969;
}

a.MiniTOC1:link,
a.MiniTOC2:link,
a.MiniTOC3:link
{
	color: #0072c6;
}

a.dithered
{
	color: #c0c0c0;
}

MadCap|xref
{
	mc-format: '{i}{paratext}{/i}';
}

/* Paragraph styles */

p
{
	text-align: left;
	margin: 1em 0;
}

p.TableIntroHeading
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #1c75bc;
	border-bottom: solid 1px #1c75bc;
	margin-top: 12px;
	margin-bottom: 6px;
	page-break-after: avoid;
	mc-next-tag: p;
}

p.subHeading
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 0.25em;
	font-weight: bold;
	page-break-after: avoid;
}

p.TableIntroHeadingItalic
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #1c75bc;
	border-bottom: solid 1px #1c75bc;
	page-break-after: avoid;
}

/* Front Matter Paragraph Styles */

p.print-copyrightTitle
{
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #333333;
	margin-bottom: 18px;
	padding-left: 8px;
}

p.print-copyrightText
{
	font-size: 11px;
}

p.onlineFooter
{
	font-size: 0.75em;
	line-height: 1.1em;
	text-align: center;
	margin-left: 0;
}

p.cover-text-guide-type
{
	font-family: 'Lato';
	font-weight: bold;
	color: #FFFFFF;
	font-size: 24pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.cover-text-guide-name
{
	font-family: 'Lato';
	color: #FFFFFF;
	font-size: 24pt;
	margin-top: 0px;
	padding-top: 0px;
	mc-hidden: hidden;
}

li
{
	margin: .5em 0;
	orphans: 3;
	widows: 2;
}

li p
{
	margin: .5em 0;
}

li:last-child
{
	page-break-before: avoid;
}

dl dt
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 0.25em;
	font-weight: bold;
}

dl dd
{
	margin-left: 0.5em;
	margin-bottom: 1em;
}

/* Div and containers */

div.indent
{
	padding-left: 40px;
}

div.KeepWith
{
	page-break-inside: avoid;
}

pre,
div.note,
div.example,
div.warning,
div.tip,
div.important
{
	border-radius: 5px;
	margin: 0.5em 0 1.5em;
	border-left-style: solid;
	border-left-width: 4px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: auto;
}

pre
{
	background-color: #f8f8f8;
	border-left-color: #636363;
	border-right-color: #dfdfdf;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
}

div.important
{
	background-color: #ffffcc;
	mc-auto-number-format: 'IMPORTANT: ';
	mc-auto-number-class: callout-important;
	border-left-color: #808000;
	border-right-color: #cccc00;
	border-top-color: #cccc00;
	border-bottom-color: #cccc00;
	page-break-inside: avoid;
}

div.note
{
	background-color: #f8f8f8;
	mc-auto-number-format: 'NOTE: ';
	mc-auto-number-class: callout-note;
	border-left-color: #636363;
	border-right-color: #dfdfdf;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	page-break-inside: avoid;
}

div.example
{
	background-color: #ddedfa;
	mc-auto-number-format: 'EXAMPLE: ';
	mc-auto-number-class: callout-example;
	border-left-color: #1c75bc;
	border-right-color: #c7d5e1;
	border-top-color: #c7d5e1;
	border-bottom-color: #c7d5e1;
}

div.warning
{
	background-color: #f9ebeb;
	mc-auto-number-format: 'WARNING: ';
	mc-auto-number-class: callout-warn;
	border-left-color: #ce6363;
	border-right-color: #e0d4d4;
	border-top-color: #e0d4d4;
	border-bottom-color: #e0d4d4;
	page-break-inside: avoid;
}

div.tip
{
	background-color: #d5ecc8;
	mc-auto-number-format: 'TIP: ';
	mc-auto-number-class: callout-tip;
	border-left-color: #599a35;
	border-right-color: #c0d4b4;
	border-top-color: #c0d4b4;
	border-bottom-color: #c0d4b4;
	page-break-inside: avoid;
}

div.release
{
	float: right;
	width: 300px;
	background-color: #f1f1f1;
	margin: 0.5em 0 1.5em .5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	overflow: auto;
}

div.release
{
	mc-auto-number-format: 'Release Resources';
	mc-auto-number-class: callout-release;
	page-break-inside: avoid;
}

div.release > p
{
	margin: 0em 0;
}

div.note > p
{
	margin: 0em 0;
}

div.example > p
{
	margin: 0em 0;
}

div.important > p
{
	margin: 0em 0;
}

div.tip > p
{
	margin: 0em 0;
}

div.warning > p
{
	margin: 0em 0;
}

div.container
{
	height: 200px;
	position: relative;
}

div.text-box
{
	position: absolute;
	bottom: 10;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.noWrap
{
	border-left-color: #636363;
	border-right-color: #dfdfdf;
	border-top-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	page-break-inside: avoid;
	white-space: nowrap;
}

div.noWrap > p
{
	margin: 0em 0;
}

div.jumpList
{
	border: solid 1px #a9a9a9;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-radius: 2px;
	padding: 5px;
	background-color: #f5f5f5;
	box-shadow: 2px 1px 2px #888888;
	margin-top: 10px;
	padding-left: 15;
	width: 900px;
}

span.callout-note,
span.callout-tip,
span.callout-warn,
span.callout-example,
span.callout-important,
span.callout-release
{
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

span.callout-note
{
	color: black;
}

span.callout-tip
{
	color: #599a35;
}

span.callout-warn
{
	color: #ce6363;
}

span.callout-example
{
	color: #1c75bc;
}

span.callout-important
{
	color: #808000;
}

span.callout-release
{
	color: #0072c6;
}

kbd
{
	font-family: Consolas, "courier new", monospaced;
	font-size: 0.85em;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #f8f8f8;
	border-radius: 3px;
	box-shadow: inset 0 -3px rgba(51, 51, 51, 0.25);
	font-weight: bold;
	padding: 4px 4px;
	color: #555555;
}

pre
{
	margin-bottom: 2px;
	margin-top: 2px;
}

div.Parm1
{
	margin-left: 40px;
	text-indent: -40px;
	page-break-inside: avoid;
}

div.Parm1-Indent
{
	margin-left: 40px;
	page-break-inside: avoid;
}

div.Parm2
{
	margin-left: 65px;
	text-indent: -25px;
	page-break-inside: avoid;
}

div.Parm2-Indent
{
	margin-left: 65px;
	page-break-inside: avoid;
}

address
{
	mc-hidden: hidden;
}

MadCap|popupBody
{
	background-color: #f5f5f5;
}

MadCap|glossaryTerm
{
	font-weight: normal;
	font-style: normal;
	color: #3b73af;
}

MadCap|expanding
{
	
}

MadCap|expandingBody
{
	
}

MadCap|expandingHead
{
	
}

MadCap|footnote
{
	vertical-align: top;
}

MadCap|pageFooter
{
	vertical-align: top;
}

MadCap|glossaryProxy
{
	font-style: normal;
	font-weight: normal;
}

a.GlossaryPageTerm:active
{
	
}

a
{
	color: #3b73af;
}

MadCap|glossaryTerm.Popup
{
	color: #3b73af;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #3b73af;
}

MadCap|glossaryTerm.Expanding
{
	color: #3b73af;
}

MadCap|glossaryTerm:hover
{
	color: #3b73af;
}

MadCap|glossaryTerm:focus
{
	color: #3b73af;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .9em;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-style: italic;
}

tr
{
	page-break-inside: avoid;
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #A9A9A9;
}

MadCap|dropDown
{
	mc-closed-image: url('icons/mcCloseArrow.PNG') !important;
	mc-open-image: url('icons/mcOpenArrow.PNG') !important;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

MadCap|dropDownHead
{
	page-break-after: avoid;
	color: #008eff;
	border-bottom-width: 1px;
}

MadCap|tocProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

MadCap|indexProxy
{
	border-top-style: none;
}

MadCap|relatedTopicsControlListItem
{
	color: #1471b8;
}

MadCap|relatedTopicsControlList
{
	color: #1471b8;
}

MadCap|relatedTopics
{
	font-family: Lato;
	background-color: #1c75bc;
	border-color: #1c75bc;
	border-style: solid;
	border-radius: 5px;
	padding: 5px;
	border-width: 1px;
	mc-image: none;
	color: #ffffff;
	mc-help-control-display: popup;
	mc-label: 'Related Topics';
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #f5f5f5;
	color: #000000;
	font-family: Lato;
}

MadCap|helpControlMenuItem
{
	font-family: Lato;
	color: #696969;
	font-size: 12pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding: 2px;
}

MadCap|helpControlMenu
{
	background-color: #f8f8f8;
	border: solid 2px #dfdfdf;
	border-left: solid 5px #636363;
}

@media print
{
	
}

@media hs_print
{
	body
	{
		font-size: 11pt;
	}

	h1
	{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: lighter;
		font-size: 30pt;
		mc-heading-level: 1;
		margin-left: -1em;
	}

	h2
	{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: lighter;
		font-size: 26pt;
		padding-top: 8px;
		color: #0072c6;
		mc-heading-level: 2;
		margin-left: -1em;
	}

	h3
	{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: lighter;
		mc-heading-level: 0;
		font-size: 22pt;
		padding-top: 8px;
		color: #0072c6;
	}

	h4
	{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 18pt;
		mc-heading-level: 0;
	}

	h5
	{
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-size: 14pt;
		mc-heading-level: 0;
	}

	h6
	{
		font-size: 12pt;
		mc-heading-level: 0;
	}

	img
	{
		/*		max-width: 480px;    */
		max-width: 360px;
		max-height: auto;
	}

	img.indentBorder,
	img.indent
	{
		max-width: 610px;
		max-height: auto;
	}

	img.ibmi
	{
		max-width: 450px;
		max-height: auto;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	.pagewidth
	{
		width: 700px;
	}

	/* The half width style is to fix Div Styles next to floating elements in Print outputs. */

	.halfwidth
	{
		width: 50%;
	}

	MadCap|xref
	{
		mc-format: '{i}{paratext}{/i} on page {page}';
	}

	kbd
	{
		border: none;
	}
}

@media screen and (max-width: 800px)
{
	div.sideContent
	{
		display: none;
	}
}

@media screen and (max-width: 415px)
{
	div.sideContent
	{
		display: none;
	}
}

@media only screen and (max-width: 1279px)
{
	div.RespFieldDefinitions > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.RespFieldDefinitions > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.RespFieldDefinitions > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.RespFieldDefinitions > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

MadCap|xref.PgRef
{
	mc-format: ' (Pg. {page})';
}

MadCap|xref.pgNumOnly
{
	mc-format: ' (Pg. {page})';
}

