/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Body Text */

body
{
	color: #000000;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: normal;
}

p
{
	margin-top: auto;
	margin-bottom: 12px;
	margin-left: 20px;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5;
	mc-hyphenate: never;
}

span.field
{
	font-weight: 700;
}

.center
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aside
{
	margin: 16px;
	border-radius: 12px;
	border: 1px solid #fff;
	position: relative;
	background-color: #007A7C;
	color: #ffffff;
	clear: both;
	list-style-type: none;
	list-style-image: url('../Images/Extras/info_button.png');
	list-style-position: inside;
	padding: 2px 16px;
	page-break-inside: avoid;
}

.aside-xref
{
	color: #ffffff;
	font-weight: bold;
	clear: both;
	margin: 16px;
	position: relative;
	padding: 5px;
	background-color: #007A7C;
	border-radius: 12px;
}

/* Lists */

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
	left: 0px;
}

ol ol
{
	list-style-type: lower-alpha;
}

ul
{
	list-style-type: disc;
	display: block;
	position: relative;
}

ol
{
	list-style-image: none;
	display: block;
	list-style-type: decimal;
}

ul ul
{
	list-style-type: circle;
}

ol ol ol
{
	list-style-type: lower-roman;
}

p.li
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-weight: normal;
}

li.aside
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
	list-style-image: url('../Images/Extras/info_button.png');
	list-style-position: inside;
	position: relative;
}

/*Headings*/

h1
{
	font-style: normal;
	mc-hyphenate: never;
	font-size: 2.25em;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: .5em;
	margin-top: .5em;
	clear: both;
	color: #003d7d;
	display: block;
}

h2
{
	font-style: normal;
	mc-hyphenate: never;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1.33em;
	margin-top: 1.33em;
	line-height: 1em;
	display: block;
	color: #003d7d;
}

h3
{
	font-weight: bold;
	page-break-before: auto;
	page-break-after: avoid;
	mc-hyphenate: never;
	margin-bottom: 1.33em;
	margin-top: 1.33em;
	display: block;
	font-style: normal;
	color: #045D93;
	font-size: 1.25em;
}

h4
{
	color: #045D93;
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 12pt;
	mc-hyphenate: never;
	page-break-before: avoid;
}

h5
{
	font-size: 1em;
	mc-hyphenate: never;
	color: #045D93;
	font-weight: normal;
	font-style: italic;
	page-break-before: avoid;
	widows: avoid;
}

p.QSG
{
	color: #045D93;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 12pt;
	mc-hyphenate: never;
	page-break-before: avoid;
}

p.TOC1
{
	font-size: 1.5em;
}

p.TOC2
{
	margin-left: 20pt;
}

/* Links */

a:link
{
	text-decoration: underline;
	font-weight: bold;
	color: #045D93;
}

a:visited
{
	color: #551A8B;
}

.aside a:visited
{
	color: #faf0ff;
}

a:hover
{
	color: #045D93;
}

a:active
{
	font-weight: bold;
	color: #045D93;
}

a.New:after
{
	padding-left: 3px;
}

.aside a
{
	color: #ffffff;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #283580;
}

MadCap|xref:active
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #283580;
}

MadCap|xref:hover
{
	color: #283580;
}

MadCap|xref:visited
{
	color: #551A8B;
}

/* Breadcrumbs*/

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	color: #696969;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	color: #045D93;
}

a.MCBreadcrumbsLink:visited
{
	color: #800080;
}

a.MCBreadcrumbsLink:hover
{
	color: #045D93;
}

/* Glossary*/

MadCap|glossaryProxy
{
	border-top-style: none;
	border-top-width: 0px;
}

Div.GlossaryPageDefinition
{
	padding-left: 20px;
}

Div.GlossaryPageHeading
{
	font-size: 16pt;
	mc-hidden: unhidden;
}

Div.GlossaryPageTerm
{
	color: #045D93;
}

a.GlossaryPageTerm
{
	mc-master-page: url('../MasterPages/OtherTopics.flmsp');
}

/*Table Style*/

table
{
	max-width: 100%;
	border-collapse: collapse;
}

th
{
	background-color: #045D93;
	color: white;
	font-weight: bold;
}

th,
td
{
	border-bottom: solid 1px #ffffff;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

tr:nth-child(Even)
{
	background-color: #f2f2f2;
}

tr:hover
{
	background-color: #007A7C;
	color: white;
}

caption
{
	background-color: #045D93;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
	border: 1px solid #045D93;
	color: #fff;
	padding-top: 2pc;
}

/* Drop-Downs */

MadCap|dropDown
{
	mc-closed-image: url('../../../../../../Users/janelle.l.wenzl/Documents/My Projects/Self-Service/Content/Resources/Images/Extras/bullet_toggle_plus.png');
	mc-open-image: url('../../../../../../Users/janelle.l.wenzl/Documents/My Projects/Self-Service/Content/Resources/Images/Extras/bullet_blue_collapse.png');
	mc-image-position: left;
	mc-image-spacing: 20px;
}

MadCap|dropDownHotspot
{
	color: #007A7C;
	cursor: pointer;
}

MadCap|dropDownHotspot.h3
{
	color: #045D93;
	font-weight: bold;
	cursor: pointer;
}

MadCap|dropDownHotspot.h4
{
	color: #045D93;
	font-weight: 300;
	cursor: pointer;
	padding-left: 10px;
}

MadCap|dropDownHotspot.h5
{
	color: #045D93;
	font-weight: 200;
	cursor: pointer;
	font-style: italic;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: none;
	padding-left: 20px;
	padding-right: 0;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-position: left;
	background-image: none;
	padding-left: 20px;
	padding-right: 0;
}

.fa-expand
{
	font-weight: 300;
	list-style-type: none;
}

.fa-expand:before
{
	display: none;
}

.fa-expand li
{
	list-style-type: none;
}

.fa-expand li:before
{
	font: normal normal normal 16px / 1 FontAwesome;
	content: "\f0fe";
	margin-right: 10px;
	color: #045D93;
}

.fa-collapse
{
	font-weight: 100;
	color: #045D93;
}

.fa-collapse li
{
	list-style-type: none;
}

.fa-collapse li:before
{
	font: normal normal normal 24px / 1 FontAwesome;
	content: "\f146";
	margin-right: 10px;
}

/*---
MadCap|dropDown.image
{
	mc-closed-image: none;
	mc-open-image: none;
	mc-image-position: left;
	mc-image-spacing: 20px;
}
--*> 

/*Font Awesome Drop-Down Picture*/

MadCap|dropDownHotspot.image
{
	color: #007A7C;
	font-weight: 300;
	margin: 5px 5px 5px 20px;
	cursor: pointer;
}

.fa-droppic
{
	color: #007A7C;
	font-weight: 300;
}

.fa-droppic li
{
	list-style-type: none;
}

.fa-droppic li:before
{
	font: normal normal normal 24px / 1 FontAwesome;
	content: "\f083";
	margin-right: 10px;
}

/*FontAwesome Drop-Down Table */

MadCap|dropDownHotspot.table
{
	color: #007A7C;
	font-weight: 300;
	margin: 5px 5px 5px 20px;
	cursor: pointer;
}

.fa-droptable
{
	color: #007A7C;
	font-weight: 300;
}

.fa-droptable li
{
	list-style-type: none;
}

.fa-droptable li:before
{
	font: normal normal normal 24px / 1 FontAwesome;
	content: "\f0ce";
	margin-right: 10px;
}

.droptable
{
	color: #007A7C;
	font-weight: 300;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 1.12em;
	margin-top: 1.12em;
	background-image: url('../Images/Extras/table-icon.png');
	list-style: none;
	padding-left: 40px;
	display: block;
}

/* Images */

img
{
	margin: 5px 0px 5px 10px;
	max-width: 100%;
	mc-thumbnail-max-height: auto;
	border: solid 1px #696969;
}

div.captions
{
	margin: 5px;
	padding: 5px;
	text-align: center;
	float: right;
	position: absolute;
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

img.Thumbnails
{
	mc-thumbnail: link;
	clear: both;
	mc-thumbnail-max-width: 15em;
	mc-thumbnail-max-height: auto;
}

/* Footer */

p.footer
{
	font-weight: 300;
	line-height: normal;
	text-align: center;
	color: #045D93;
	font-size: 1em;
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}

div.footer
{
	font-weight: 300;
	line-height: normal;
	text-align: center;
	color: #045D93;
	font-size: 1em;
	text-align: center;
	margin-top: 2em;
}

/* Misc */

html.templateTopic div.sideContent
{
	display: none;
}

MadCap|bodyProxy
{
	float: left;
	clear: both;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

ol.droppic
{
	list-style-type: disc;
}

li::before
{
	
}

h1.top
{
	mc-auto-number-position: inside-head;
}

@media only screen and (max-width: 767px)
{
	h1.top
	{
		line-height: 1em;
	}

	h2.top
	{
		line-height: 1em;
		clear: none;
	}
}

MadCap|xref.Footnote
{
	mc-format: '{b}{u}{sup}1{/sup}{/u}{/b}';
}

ul.droppic
{
	padding: 0px;
	padding-top: 0px;
	color: #007A70;
	font-weight: 300;
	display: block;
	list-style: none;
	background-image: url('../Images/Extras/camera-icon.png');
	background-repeat: no-repeat;
	padding-left: 47px;
	background-size: 100px;
}

.droppic
{
	color: #007A7C;
	font-family: 'Open Sans', Arial, san-serif;
	font-weight: 300;
	background-repeat: no-repeat;
	background-image: url('../Images/Extras/camera-icon.png');
	margin: 1.12 em 0;
	margin-bottom: 1.12 em;
	margin-left: 40 px;
	margin-right: 0;
	list-style: none;
	display: block;
	padding-left: 40 px;
}

img.floatright
{
	float: right;
}

h1.TOC
{
	mc-heading-level: 0;
}

@media print
{
	a
	{
		font-style: normal;
		font-weight: normal;
		color: #000000;
		mc-conditions: 'General.online';
		mc-exclude-action: 'unbind';
	}
}

