/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help RibbonTopics SectionOpen Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the search-bar is at the top of the topic page, it will be listed closer to the top of this stylesheet.

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	background-color: #fff;
	font-family: Arial;
	color: #000000;
	font-size: 11;
	orphans: 3;
	widows: 3;
	mc-hyphenate: never;
}

h1
{
	font-family: Arial;
	color: #003087;
	font-weight: bold;
	page-break-after: avoid;
	mc-hyphenate: never;
	margin: 60px 0px 20px;
	border-bottom: solid 1px #003087;
	font-size: 22pt;
}

h2
{
	color: #003087;
	font-weight: bold;
	page-break-after: avoid;
	mc-hyphenate: never;
	margin: 50px 0px 20px;
	font-size: 18pt;
}

h3
{
	color: #003087;
	font-weight: bold;
	page-break-after: avoid;
	mc-hyphenate: never;
	mc-heading-level: 3;
	margin: 40px 0px 20px;
	font-size: 15pt;
}

h4
{
	color: #003087;
	font-weight: bold;
	page-break-after: avoid;
	mc-hyphenate: never;
	mc-heading-level: 0;
	margin: 30px 0px 20px;
	font-size: 13pt;
}

h5
{
	color: #003087;
	font-weight: bold;
	page-break-after: avoid;
	font-size: 11pt;
	margin: 16px 0px 8px;
	mc-hyphenate: never;
}

h6
{
	color: #003087;
	page-break-after: avoid;
	font-size: 11pt;
	margin: 16px 0px 8px;
	mc-hyphenate: never;
}

h7
{
	font-weight: bold;
	page-break-after: avoid;
	font-size: 11pt;
	mc-hyphenate: never;
	margin: 20px 0px 20px;
}

li
{
	font-size: 11pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	mc-hyphenate: never;
}

p
{
	font-size: 11pt;
	mc-hyphenate: never;
	margin: 0px 0px 10pt 0px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #003087;
}

a.MCBreadcrumbsLink:hover
{
	color: #000000;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-count: 9;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: none;
}

MadCap|xref:hover
{
	color: #003087;
	text-decoration: underline;
}

MadCap|dropDownHotspot
{
	color: #003087;
}

MadCap|dropDownBody
{
	mc-hyphenate: never;
}

MadCap|dropDown	/*Change the "mc-open-image" and "mc-closed-image" properties to change the icons used in drop-downs*/
{
	mc-open-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png');
	mc-closed-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png');
	margin-bottom: 18pt;
}

/*==Master Page Topic Layout==*/

nav.title-bar	/*Adds bottom border on top navigation bar*/
{
	border-bottom: 2px solid #A2AAAD;
}

div.top-bar	/*Contains the breadcrumbs and toolbar*/
{
	border-bottom: 1px solid #A2AAAD;
	min-height: 50px;
	/*Min-height is necessary for topics that are not included in a TOC*/
}

div.search-container
{
	padding-bottom: 20px;
}

/*==Elements for the left side of Master Page layout==*/

div.side-menu	/*This is the div that the menu proxy is contained in*/
{
	padding-left: 10px;
	margin-top: 15px;
}

div.side-content	/*This is the div for the side-content containing "Search Tips" and the "Contact Support" button*/
{
	padding-top: 10px;
}

MadCap|dropDownHead.side-content	/*Font properties for the "Search Tips" drop-down head */
{
	font-size: 1.1em;
	font-weight: bold;
}

div.cta	/*Call to action button on the Home Page*/
{
	
}

div.cta:after
{
	content: "";
}

div.cta span
{
	font-size: 1em;
	line-height: 1;
	color: #fff;
}

div.cta i,
div.cta span
{
	position: relative;
	z-index: 2;
}

body.no-touch div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	background-color: #e87722;
	font-size: 1em;
	color: #fff;
}

div.cta:hover:after
{
	
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

div.topic-layout	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home RibbonStyles SectionResponsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.topic-layout::before
{
	content: ' ';
	display: table;
}

div.topic-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.topic-layoutdiv
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.topic-layoutdiv:nth-child(1)	/*Menu Proxy container*/
{
	width: 25%;
	margin-left: 0%;
	border-right: 1px solid #A2AAAD;
}

div.topic-layoutdiv:nth-child(2)
{
	width: 73%;
	margin-left: 2%;
}

MadCap|xref:focus
{
	color: #00A9E0;
}

thead
{
	color: #ffffff;
	background: #003087;
	border-bottom: solid 0px;
	mc-hyphenate: never;
}

table
{
	border-spacing: 0;
	margin-bottom: 10pt;
	mc-hyphenate: never;
}

tbody
{
	
}

td
{
	font-size: 11pt;
	padding: 4px;
	vertical-align: top;
	mc-hyphenate: never;
}

th
{
	background-color: #003087;
	font-size: 11pt;
	color: #ffffff;
	vertical-align: middle;
	padding: 4px;
	mc-hyphenate: never;
}

tr
{
	mc-hyphenate: never;
}

MadCap|dropDownHead
{
	font-weight: bold;
	margin: 20px 0px 10px;
	page-break-after: avoid;
	mc-heading-level: 2;
	font-size: 18pt;
}

MadCap|dropDownHead.h3
{
	font-weight: bold;
	margin: 20px 0px 10px;
	page-break-after: avoid;
	mc-heading-level: 3;
	font-size: 15pt;
}

MadCap|dropDownHead.h4
{
	font-weight: bold;
	margin: 20px 0px 10px;
	page-break-after: avoid;
	mc-heading-level: 4;
	font-size: 13pt;
}

h5
{
	mc-heading-level: 0;
	page-break-after: avoid;
	font-weight: bold;
	mc-hyphenate: never;
	margin: 20px 0px 20px;
	font-size: 12pt;
}

h6
{
	font-weight: normal;
	mc-heading-level: 0;
	page-break-after: avoid;
	mc-hyphenate: never;
	margin: 20px 0px 20px;
	font-size: 12pt;
}

pre
{
	
}

code
{
	
}

ol
{
	font-size: 11pt;
	mc-hyphenate: never;
}

br
{
	line-height: 16pt;
}

hr
{
	margin-bottom: 14pt;
	margin-top: 14pt;
	border-left: none;
	border-right: none;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-top: none;
	border-top-width: 0px;
	border: solid 1px #a2aaad;
}

MadCap|tocProxy
{
	border-top-color: transparent;
	border-top-width: 0px;
}

menu
{
	mc-hyphenate: never;
}

MadCap|slideshowCaption
{
	mc-hyphenate: never;
}

MadCap|slideshowBullet
{
	mc-hyphenate: never;
}

MadCap|relationshipsHeading
{
	mc-hyphenate: never;
}

div
{
	mc-hyphenate: never;
}

blockquote
{
	mc-hyphenate: never;
}

center
{
	mc-hyphenate: never;
}

dir
{
	mc-hyphenate: never;
}

address
{
	mc-hyphenate: never;
}

a
{
	mc-hyphenate: never;
}

fieldset
{
	
}

figcaption
{
	
}

figure
{
	mc-hyphenate: never;
}

ul
{
	mc-hyphenate: never;
}

MadCap|annotation
{
	mc-hyphenate: never;
}

label
{
	mc-hyphenate: never;
}

MadCap|relatedTopics
{
	mc-label: 'See also';
	mc-help-control-display: list;
	mc-use-custom-sort-order: true;
	color: #2D8DCC;
	font-weight: bold;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.topic-layoutdiv:nth-child(1)
	{
		display: none;
	}

	div.topic-layoutdiv:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

@media only screen and (max-width: 767px)
{
	div.top-bar
	{
		min-height: 0;
	}

	div.topic-layoutdiv:nth-child(1)
	{
		display: none;
	}

	div.topic-layoutdiv:nth-child(2)
	{
		width: 98%;
		margin-left: 2%;
	}
}

MadCap|xref.title
{
	mc-format: '{title}';
}

div.Note
{
	background-image: url('../Images/Assets/Icons/MainIcons/note.png');
	background-repeat: no-repeat;
	padding-right: 15px;
	background-color: #daeaf7;
	font-size: 11pt;
	background-size: 28px;
	margin-bottom: 6pt;
	padding-bottom: 10px;
	background-position: 6px 5px;
	padding-left: 39px;
	padding-top: 7px;
}

div.Tip
{
	background-repeat: no-repeat;
	background-image: url('../Images/Assets/Icons/MainIcons/tip.png');
	padding-right: 15px;
	background-color: #fef4dc;
	font-size: 11pt;
	background-size: 18px;
	margin-bottom: 6pt;
	padding-bottom: 10px;
	padding-left: 39px;
	background-position: 9px 5px;
	padding-top: 7px;
}

div.Example
{
	background-repeat: no-repeat;
	background-image: url('../Images/Assets/Icons/MainIcons/example.png');
	background-color: #e6f1d9;
	padding-right: 15px;
	font-size: 11pt;
	margin-bottom: 6pt;
	padding-bottom: 10px;
	background-position: 5px 5px;
	padding-left: 39px;
	background-size: 28px;
	padding-top: 7px;
}

p.Example
{
	mc-auto-number-format: '{b}Example: {/b}';
	mc-next-tag: p;
	mc-next-class: " ";
}

div.footer
{
	background-color: #f1f1f1;
	padding: 6px 6px;
	margin-top: 6px;
}

p.footer
{
	padding: 7px;
}

p.titlePDF
{
	font-weight: bolder;
	border-bottom-color: #003087;
	border-bottom-width: 2px;
	color: #00A9E0;
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 30;
	padding-bottom: 30;
	font-size: 28pt;
}

p.titlesubPDF
{
	color: #003087;
	font-weight: bolder;
	font-size: 20pt;
}

p.titledatePDF
{
	font-weight: bold;
	font-size: 14pt;
	padding-top: 24px;
}

p.titleProductPDF
{
	color: #003087;
	font-weight: bolder;
	border-bottom-color: #003087;
	border-bottom-width: 2px;
	border-bottom: solid 2px #003087;
	font-size: 25pt;
}

p.header
{
	font-size: 9pt;
	color: #A2AAAD;
}

code.Inline
{
	font-size: 10pt;
	background: #dcdcdc;
	word-wrap: break-word;
}

code.Block
{
	background: #dcdcdc;
	mc-dita-type: codeblock;
	display: block;
	white-space: pre-wrap;
	font-size: 10pt;
	padding-top: 6px;
	padding-bottom: 6px;
	padding: 6px 8px;
	word-wrap: break-word;
	margin: 0.2em 0.7em 12px;
	width: auto;
}

@media print
{
	img.thumbnail
	{
		mc-thumbnail: none;
		border: solid 1px #a2aaad;
		mc-thumbnail-max-height: auto;
	}

	MadCap|xref
	{
		text-decoration: underline;
	}

	code.Block
	{
		background: #dcdcdc;
		mc-dita-type: codeblock;
		display: block;
		border-left: none;
		border-bottom: none;
		width: auto;
		font-size: 9pt;
		padding-top: 6px;
		padding-bottom: 6px;
		padding: 6px 8px;
		margin: 0.2em 0.7em 12px;
		white-space: pre-wrap;
		white-space: -moz-pre-wrap;
		white-space: -hp-pre-wrap;
		white-space: -o-pre-wrap;
		white-space: -pre-wrap;
		white-space: pre-wrap;
		white-space: pre-line;
		word-wrap: break-word;
	}
}

h1.pageBreak
{
	page-break-before: always;
	border-bottom: solid 1px #003087;
}

MadCap|miniTocProxy
{
	border-top-color: #A2AAAD;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

span.miniTocBoxTitle
{
	
}

p.Block
{
	
}

p.Watermark
{
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 30pt;
	margin-top: 20pt;
	margin: 20pt 0px 0px;
	color: #E87722;
	padding-top: 20pt;
}

div.Watermark
{
	opacity: 0.3;
}

div.Warning
{
	background-repeat: no-repeat;
	font-size: 11pt;
	margin-bottom: 6pt;
	background-position: 4px 4px;
	padding-right: 15px;
	padding-left: 39px;
	padding-bottom: 10px;
	background-size: 28px;
	padding-top: 7px;
	background-image: url('../Images/Assets/Icons/MainIcons/warning4.png');
	background-color: #e7c1c2;
}

div.Important
{
	background-repeat: no-repeat;
	background-color: #f7e9de;
	font-size: 11pt;
	margin-bottom: 6pt;
	background-position: 4px 4px;
	padding-right: 15px;
	padding-left: 39px;
	padding-bottom: 10px;
	background-size: 28px;
	padding-top: 7px;
	background-image: url('../Images/Assets/Icons/MainIcons/important.png');
}

