/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Brand1: #073285;
	--Brand2: #CDE0E7;
	--Dark: #45494c;
	--Light: #d0d3d5;
}

body
{
	color: var(--Dark);
	font-family: Arial, Avenir, Myriad;
	padding: 2% 2%;
	font-size: 11pt;
	mc-hyphenate: never;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	mc-thumbnail-max-width: 500px;
	mc-thumbnail-max-height: auto;
}

p
{
	font-size: 1.0em;
	line-height: 1.18em;
	margin-bottom: 12px;
	margin-top: 12px;
}

p.created-using-flare
{
	font-weight: bold;
	text-transform: uppercase;
}

p.table-text
{
	font-size: 1em;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #1c204d;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	margin: 1em 0px 0.75em;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	margin-top: 1.0 em;
	margin: 1em 0px 0.83em;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	margin-bottom: 1.00em;
	margin-top: 1.67em;
	margin: 1.67em 0em 1em;
}

h6
{
	font-weight: bold;
	margin-bottom: 1.00em;
	font-size: 8.50pt;
	margin: 2em 0em 1em;
}

/* Home page topic */

div.home-section
{
	padding: 3% 2%;
	border-bottom: solid 1px var(--Light);
}

div.home-section:first-of-type	/*Removes padding-top of the first home-section*/
{
	padding: 0 2% 3%;
}

div.home-section:last-of-type	/*Removes bottom border of last home-section*/
{
	border-bottom: none;
}

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;
}

/*  Caution, Notes, Tips  */

div.caution
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url('../Images/caution2.png');
	margin-bottom: 16px;
	margin-top: 16px;
	border: solid 1px #000;
	color: #000;
	mc-auto-number-format: '{b}Caution: {/b}';
	background-color: #fae9e8;
}

div.note
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #171717;
	mc-auto-number-format: '{b}Note: {/b}';
	background-image: url('../Images/note2.png');
	border: solid 1px #171717;
	margin-bottom: 16px;
	margin-top: 16px;
	background-color: #c7e5ff;
}

div.tip
{
	background-repeat: no-repeat;
	border-radius: 6px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #171717;
	border: solid 1px #171717;
	margin-bottom: 16px;
	margin-top: 16px;
	background-color: #c7e5ff;
	background-image: url('../Images/tip2.png');
	mc-auto-number-format: '{b}Tip: {/b}';
}

div.example
{
	background-repeat: no-repeat;
	padding: 10px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 6px;
	margin-top: 6px;
	background-color: #e5ebf5;
	border: solid 1px #9facb8;
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #9abe1d}Note: {/color}{/b}';
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Links */

a
{
	color: var(--Brand1);
}

a:link
{
	color: #0000ff;
}

a:visited
{
	color: #1c204d;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
	border-bottom: none 2px #a9a9a9;
}

MadCap|dropDown.Example
{
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	margin-bottom: 10px;
	margin-top: 4px;
}

MadCap|dropDownBody
{
	padding: 6px 30px 0;
}

MadCap|dropDownBody.Example
{
	background-color: #d9edf7;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: solid 1px #0091c6;
	border-bottom: solid 1px #0091c6;
	border-top: solid 1px #0091c6;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 0.8em;
	border: none 0px transparent;
}

MadCap|dropDownHotspot.Example
{
	font-weight: normal;
	color: #0091c6;
}

MadCap|dropDownHotspot.Example:link
{
	color: #0091c6;
}

MadCap|dropDownHotspot.Example:hover
{
	color: #87ceeb;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #0000ff;
}

/* Master page */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #073285;
}

MadCap|dropDownHead
{
	border: none 0px;
	font-size: 1.15em;
	line-height: 1.26em;
	margin-bottom: 0px;
}

MadCap|dropDownHead.Example
{
	letter-spacing: 2px;
	font-size: 0.96em;
	mc-dita-type: p;
	color: #0091c6;
}

li
{
	margin-bottom: 0px;
	line-height: 1.18em;
}

div.QuickLinks-3-3-3-3	/*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.QuickLinks-3-3-3-3::before
{
	content: ' ';
	display: table;
}

div.QuickLinks-3-3-3-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.QuickLinks-3-3-3-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.QuickLinks-3-3-3-3 > div:nth-child(1)
{
	margin-left: 2%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(2)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(3)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 > div:nth-child(4)
{
	margin-left: 3%;
	width: 22.25%;
}

div.QuickLinks-3-3-3-3 *
{
	text-align: center;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	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%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(2)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(3)
	{
		width: 24%;
		margin-left: 1%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(4)
	{
		width: 24%;
		margin-left: 1%;
	}

	h1.ReleaseNotes
	{
		
	}
}

/*MISC*/

p.TableTitle
{
	font-size: 0.9em;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 14px;
	line-height: 16pt;
}

p.Example
{
	page-break-after: avoid;
	padding: 0;
	border: 0;
	letter-spacing: 2px;
	margin: 5px 0 0;
	color: #0091c6;
	font-weight: normal;
}

img.inline
{
	padding: 0px 2px;
	vertical-align: middle;
	max-height: 22px;
	max-width: auto;
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	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%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.QuickLinks-3-3-3-3 > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}
}

@media print
{
	.note
	{
		page-break-inside: avoid;
	}

	div.ImportantOrCaution
	{
		page-break-inside: avoid;
	}

	div.tip
	{
		page-break-inside: avoid;
	}

	img.Thumbnail
	{
		mc-thumbnail: none;
	}

	p.ClickToEnlargeImage
	{
		visibility: hidden;
		color: #ffffff;
	}
}

p.ClickToEnlargeImage
{
	line-height: .80em;
	margin-top: -8px;
	color: #006666;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: .72em;
}

img.TableImage
{
	max-width: auto;
	mc-thumbnail-max-height: 100px;
	max-height: 100px;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

p.Indent40px
{
	font-size: 1.0em;
	line-height: 1.18em;
	margin-bottom: 12px;
	margin-top: 12px;
	text-indent: 40px;
}

div.Indent40px
{
	text-indent: 40px;
}

div.Indent20px
{
	text-indent: 20px;
}

h1.ReleaseNotes
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #ffffff;
	background: #a9a9a9;
	padding: 0.25em;
}

