/*<meta />*/

@import url('sideNav.css') ;

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Revision 1.3: 26 June 2018, RvN*/
/* Solved linespacing before and after ul/ol in .Note/Tip/Warning divs */

.Note
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: Notes;
	mc-auto-number-offset: -14px;
	background-image: url('../Images/info24.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-position: left center;
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000 !important;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000 !important;
}

.Warning
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: Notes;
	mc-auto-number-offset: -14px;
	background-image: url('../Images/icon_exclamation.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-position: left center;
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DA291C;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DA291C;
}

.Tip
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: Notes;
	mc-auto-number-offset: -14px;
	background-image: url('../Images/icon_bulb.png');
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
	background-position: left center;
	padding-left: 45px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #00874d;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #00874d;
}

.Note p,
.Warning p,
.Tip p,
td p,
th p,
li p
{
	margin-top: 0;
	margin-bottom: 0;
}

.sync_old
{
	color: #0C80C0;
	font-weight: bold;
}

.sync_new
{
	color: #0C882A;
	font-weight: bold;
}

.sync_restricted
{
	color: #FD9041;
	font-weight: bold;
}

td,
th
{
	font-size: 10pt !important;
}

.Note ol,
.Note ul,
.Warning ol,
.Warning ul,
.Tip ol,
.Tip ul
{
	margin-top: .2em;
	margin-bottom: .2em;
}

.Procedure
{
	text-decoration: underline;
}

span.homeButton_sub
{
	font-size: 14px;
}

span.SearchHighlight
{
	background-color: yellow !important;
}

img.wfaIcon
{
	height: 50px;
	width: 50px;
	margin-right: 1em;
	float: left;
}

.titleWrapper	/* e.g. for WFA topics: icon + title */
{
	overflow: auto;
	margin-top: 1em;
}

.buttonWrapper	/* e.g. for WFA buttons: icon + title */
{
	float: left;
	width: 270px;
	position: relative;
	padding: 5px;
	margin: 5px;
	background-color: #f0f3f6;
}

div.wfaButtonGroup
{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.wfaButtonGroup ul
{
	list-style-type: none;
	overflow: auto;
	padding-left: 0;
}

.wfaButtonGroup li
{
	display: inline-block;
	margin-top: 0;
}

div.wfaButton h5
{
	margin: 0;
	padding-left: 55px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

div.wfaButton a
{
	margin: 6px 4px 6px 6px;
	height: 62px;
	width: 270px;
}

p.cat	/*used for separating categories for WFA list in Workflow topic */
{
	width: 100%;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #999999;
}

a.MCTextPopup
{
	color: #007fa3 !important;
}

a.MCTextPopup:hover
{
	cursor: auto;
}

img.iwcIcon
{
	height: 32px;
	width: 32px;
	margin-right: 1em;
	float: left;
}

.micro-content-container > .micro-content > .micro-response	/*aligns micro-content more like Flare glossary content*/
{
	margin-top: 0;
	margin-left: 0;
}

.micro-content-container > .micro-content > .micro-response h1,
.micro-content-container > .micro-content > .micro-response h3,
.micro-content-container > .micro-content > .micro-response h4,
.micro-content-container > .micro-content > .micro-response h5,
.micro-content-container > .micro-content > .micro-response h6	/*styles all headings of micro-content identical */
{
	font-weight: normal;
	font-size: 1.3em;
	color: #333;
	margin-top: 0;
}

.micro-content-container > .micro-content > .micro-response p
{
	margin-top: 10px;
}

.Review
{
	mc-auto-number-position: inside-head;
	mc-auto-number-class: Notes;
	mc-auto-number-offset: -14px;
	background-color: #ffffa5;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: ffffa5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ffffa5;
}

@media screen and (max-width: 890px)
{
	.wfaButtonGroup li
	{
		display: block;
	}

	.buttonWrapper
	{
		width: 98%;
	}

	img.wfaIcon
	{
		height: 60px;
		width: 60px;
	}

	div.wfaButton
	{
		width: 90%;
		max-width: 600px;
		min-width: 300px;
		margin: 0 auto;
	}

	div.wfaButton h5
	{
		font-size: 12pt;
		padding-left: 65px;
	}

	div.wfaButton a
	{
		height: 72px;
	}

	p.cat	/*used for separating categories for WFA list in Workflow topic */
	{
		font-size: 12pt;
	}

	td,
	th
	{
		font-size: 12pt !important;
	}

	.micro-content-container > .micro-content > .micro-response h1,
	.micro-content-container > .micro-content > .micro-response h3,
	.micro-content-container > .micro-content > .micro-response h4,
	.micro-content-container > .micro-content > .micro-response h5,
	.micro-content-container > .micro-content > .micro-response h6	/*styles all headings of micro-content identical */
	{
		font-weight: normal;
		font-size: 1.5em;
		color: #333;
		margin-top: 0;
	}
}

@media print
{
	h3.ToC_Line
	{
		color: #7f7f7f;
		mc-heading-level: 3;
		border-bottom: 1pt solid #7f7f7f;
		margin-top: .5em;
	}

	h3.Line
	{
		color: #7f7f7f;
		mc-heading-level: 0;
		border-bottom: 1pt solid #7f7f7f;
		margin-top: .5em;
		widows: 0;
		orphans: 0;
	}

	p.TOC2
	{
		font-weight: bold;
	}
}

MadCap|dropDown
{
	page-break-inside: avoid;
}

