/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* ---------------------------------------------------------------------------------------------------- */
/*			this first part includes updates for the tech doc team				*/
/* ---------------------------------------------------------------------------------------------------- */

body
{
	font-family: Calibri;
	margin: 0;
	color: #000000;
	line-height: 1.4em;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
}

.code
{
	padding-left: 2%;
	border: solid 1pt #a9a9a9;
	font-family: monospace;
	background: #f5f5f5;
	padding-bottom: 2%;
	padding-top: 2%;
	font-size: 11pt;
}

/* Content */

p:empty
{
	display: none;
}

img
{
	max-width: 100%;
	border: solid 1pt #a9a9a9;
	page-break-before: avoid;
}

ol
{
	/* numeric */
}

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;
}

ul ul ul
{
	list-style-type: circle;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol,
ol ul,
ul ol	/* Define the margins for nested lists _NOT IN TABLES_ */
{
	margin: 6pt 6pt 0pt 6pt;
}

/* Table Styles */

th,
th p	/* Gives table heads a little padding */
{
	margin: 0pt;
	padding: 4pt;
}

td,
td p,
td ul,
td ol	/* Defines the margins for table (1) rows, (2) paragraphs, and (3) lists */
{
	margin: 6pt;
}

td ul ul,
td ul ul ul,
td ol,
td ol ol,
td ol ol ol	/* Defines margins for nested lists _IN TABLES_ */
{
	margin: 6pt 6pt 0pt 6pt;
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	padding-bottom: 3pt;
}

ul > li::marker
{
	orphans: inherit;
	widows: inherit;
}

ol > li::marker
{
	orphans: inherit;
	widows: inherit;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 22.0pt;
	color: #f5333f;
	margin-bottom: 6pt;
}

h2
{
	font-weight: bold;
	font-size: 20.0pt;
	margin-bottom: 6pt;
}

h3
{
	font-weight: bold;
	font-size: 18.0pt;
	margin-bottom: 6pt;
}

h4
{
	font-weight: bold;
	font-size: 16.0pt;
	margin-bottom: 6pt;
}

h5
{
	font-weight: bold;
	font-size: 14.0pt;
	margin-bottom: 6pt;
}

h6
{
	font-weight: bold;
	font-size: 12.0pt;
	margin-bottom: 6pt;
}

.small
{
	font-size: 10pt;
	line-height: 9pt;
}

p.Title
{
	font-size: 48pt;
	text-align: center;
	color: #f5333f;
	line-height: 48pt;
	font-weight: bold;
}

p.RightAlign
{
	text-align: right;
}

div.keep-together
{
	page-break-inside: avoid;
}

.keep-together
{
	page-break-inside: avoid;
}

.right-align
{
	text-align: right;
}

.no-border
{
	border: none 0px #000000;
}

p.Contents
{
	color: #f5333f;
	font-weight: bold;
	line-height: normal;
	font-size: 24pt;
}

.note
{
	padding: 3pt 6pt;
	border-radius: 6pt;
	border: solid 2px #686868;
}

.strong
{
	font-weight: bold;
}

.center-align
{
	text-align: center;
}

p.central-align
{
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- */
/*			the rest of this is generated by flare - do not update				*/
/* ---------------------------------------------------------------------------------------------------- */
/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: #FFFFFF;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #ffffff;
}

div.home-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.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;
	background-color: #ffffff;
	padding: 2%;
	color: #434143;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*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.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-image: url('../TechDocStandard/TechDocStandard_Images/TechDocStandard_ImageHeroF35.jpg');
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 48pt;
	text-align: center;
}

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;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #686868;
}

/* Links */

a
{
	color: #f5333f;
}

a:link
{
	color: #f5333f;
}

a:visited
{
	color: #f5333f;
}

MadCap|dropDown
{
	mc-image-position: none;
	padding-left: 0px;
	padding-right: 0px;
	mc-image-spacing: 0px;
	mc-closed-image-size: 0px 0px;
	mc-open-image-size: 0px 0px;
	mc-closed-image: url('../Images/nonexistant.png');
	mc-open-image: url('../Images/nonexistant.png');
	font-size: 11pt;
}

MadCap|dropDownBody
{
	padding: px 0;
	font-size: inherit;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #f5333f;
	border: none 0px #000000;
	border-left: none 0px #000000;
	border-right: none 0px #000000;
	border-top: none 0px #000000;
	font-size: inherit;
}

MadCap|expandingBody
{
	color: #686868;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #f5333f;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #f5333f;
}

/* Master page */

div.home-footer
{
	background-color: #f5333f;
	padding: 2% 5%;
}

.home-footer-logo
{
	background-image: url('../TechDocStandard/TechDocStandard_Images/TechDocStandard_Logo_Deacom.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #FFFFFF;
}

p.footer-sub
{
	color: #FFFFFF;
	font-size: 14pt;
	margin-top: 14px;
}

MadCap|tocProxy
{
	border-top-color: transparent;
	border-top-style: none;
}

MadCap|dropDownHead
{
	font-size: inherit;
}

p.TOC1
{
	
}

object
{
	
}

MadCap|menuProxy
{
	border: solid 1pt #dddddd;
	margin-top: -11pt;
}

figure
{
	color: #434143;
}

@media only screen and (max-width: 1303px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|dropDownHotspot
	{
		
	}

	MadCap|dropDownHead
	{
		
	}

	MadCap|tocProxy
	{
		line-height: 14pt;
	}

	p.MiniTOC1
	{
		
	}

	p.TOC1
	{
		font-weight: bold;
		line-height: inherit;
	}

	p.TOC2
	{
		line-height: inherit;
	}

	p.TOC3
	{
		line-height: inherit;
	}

	p.TOC4
	{
		line-height: inherit;
	}

	p.TOC5
	{
		line-height: inherit;
	}

	p.TOC6
	{
		line-height: inherit;
	}

	p.TOC7
	{
		line-height: inherit;
	}

	p.TOC8
	{
		line-height: inherit;
	}

	p.TOC9
	{
		line-height: inherit;
	}
}

p.note
{
	padding: 3pt 6pt;
	border-radius: 6pt;
	border: solid 2px #686868;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #fefeaa;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

.green
{
	background-color: #7fff00;
}

.yellow
{
	background-color: #ffff00;
}

.red
{
	background-color: #ff4500;
}

.orange
{
	background-color: #ffa500;
}

img.thumbnail_800
{
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 800px;
	mc-thumbnail: popup;
}

h1.NoMenu
{
	mc-heading-level: 0;
}

ul.checkbox
{
	list-style-image: url('../Images/checklist.png');
	list-style-position: inside;
	margin-left: -20px;
	text-indent: -20px;
}

p.tight
{
	margin: 0pt;
}

.indent
{
	margin-left: 12pt;
}

p.tight_indent
{
	margin: 0px;
	padding-left: 12pt;
}

