/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

body
{
	font-family: Arial;
}

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;
}

h1
{
	font-weight: bold;
	font-family: Arial;
	color: #333f48;
	font-size: 20pt;
}

h2
{
	font-weight: bold;
	font-family: Arial;
	color: #333f48;
	font-size: 16pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	font-family: Arial;
	color: #333f48;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	color: #333333;
	font-family: Arial;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	color: #333333;
	font-family: Arial;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	color: #333333;
	font-family: Arial;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	color: #333333;
	font-family: Arial;
	mc-hyphenate: never;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #fff;
}

ol,
ul
{
	letter-spacing: .25;
	line-height: 20pt;
}

img
{
	border-color: #3dcd58;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #333f48;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #333f48;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #333f48;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #333f48;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	mc-thumbnail: popup;
}

a.Popup
{
	
}

MadCap|expandingHead
{
	font-weight: normal;
	cursor: hand;
	text-decoration: underline;
	color: #333333;
}

MadCap|expandingBody
{
	color: #777777;
	font-style: italic;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	font-size: 18pt;
	color: #333f48;
}

MadCap|xref
{
	color: #42B4E6;
	text-decoration: none;
	mc-format: ;
}

div.home-layout
{
	padding: 0% 5% 2%;
}

div.home-section
{
	border-bottom: solid 1px #dadada;
	padding: 4% 0 5%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #888888;
}

a:link
{
	color: 42B4E6;
	text-decoration: none;
}

a:visited
{
	color: 42B4E6;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	border-bottom: none 1px #dadada;
	mc-closed-image: url('../Images/arrow-up.png');
	mc-open-image: url('../Images/arrow-down.png');
	font-size: 12pt;
}

div.topic-hero
{
	background-repeat: no-repeat;
	background-image: url('../Images/Data_Reviewer_Cover.jpg');
	background-attachment: fixed;
	padding: 9% 0%;
	background-size: 100% auto;
}

div.topic-hero h1
{
	font-family: Arial;
	font-size: 48pt;
	text-align: center;
	color: #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: #b9bec1;
	padding: 2%;
}

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.home-footer
{
	padding: 2%;
	padding-top: 2%;
	margin-top: 20px;
	background-color: #f1b434;
}

ul
{
	list-style: ;
}

MadCap|dropDownHead
{
	font-size: 12pt;
}

caption
{
	text-align: left;
}

MadCap|relatedTopics
{
	color: #42b4e6;
	mc-help-control-display: popup;
}

MadCap|relatedTopicsControlListItemLink:hover
{
	
}

MadCap|relatedTopicsControlListItemLink:focus
{
	
}

MadCap|helpControlList
{
	
}

MadCap|helpControlMenuItem
{
	background-color: transparent;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #42b4e6;
}

MadCap|xref:hover
{
	text-decoration: underline;
}

MadCap|popupHead
{
	text-decoration: underline;
	color: #000000;
}

MadCap|footnote
{
	font-family: Arial;
}

MadCap|relationshipsProxy
{
	border-top-color: #3dcd58;
	font-size: 10pt;
	margin-top: 20px;
}

MadCap|relationshipsHeading.task
{
	font-size: 12pt;
	mc-label: 'Zusammenhängende Aufgaben';
}

MadCap|relationshipsHeading.concept
{
	padding-top: 0px;
	font-size: 12pt;
	mc-label: 'Konzeptinformationen';
}

MadCap|relationshipsHeading.reference
{
	font-size: 12pt;
	mc-label: 'Referenzinformationen';
}

MadCap|relationshipsHeading
{
	margin-top: 20px;
	padding-top: 10px;
	color: #333f48;
}

MadCap|miniTocProxy
{
	border-top: none 2px #000000;
	padding-top: 0px;
	mc-auto-number-class: miniTocBoxTitle;
	mc-toc-depth: 4;
	color: #333f48;
	mc-auto-number-format: 'Inhalt dieses Abschnitts ...';
}

p.MiniTOC1
{
	line-height: 10pt;
	color: #333f48;
}

p.MiniTOC2
{
	line-height: 10pt;
	color: #333f48;
}

p.MiniTOC3
{
	line-height: 10pt;
	color: #333f48;
}

p.MiniTOC4
{
	color: #333f48;
}

p.MiniTOC5
{
	color: #333f48;
}

MadCap|relationshipsItem
{
	margin-left: 24px;
	font-size: 12pt;
	height: 10px;
}

li
{
	
}

ol
{
	
}

td
{
	
}

table
{
	
}

@media only screen and (max-width: 1279px)
{
	html.home-topic .body-container
	{
		margin-left: 0;
	}

	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%;
	}
}

@media only screen and (max-width: 767px)
{
	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%;
	}
}

@media print
{
	MadCap|xref
	{
		font-weight: normal;
		text-decoration: none;
		mc-format: '{quote}{para}{quote}:{pageref}';
	}

	MadCap|slideshowBullet
	{
		margin-right: 1px;
	}

	img
	{
		padding: 0px;
	}

	img.inline
	{
		mc-thumbnail-max-height: 30px;
	}
}

.banner
{
	background: #009530;
	color: #ffffff;
	font-family: Arial;
	text-align: center;
	vertical-align: middle;
	position: relative;
	padding-bottom: 1.5vw;
	padding-top: 1.5vw;
	font-size: 3.5vw;
	background-size: auto 2vw;
	top: -21px;
	background-color: #f1b434;
}

.tableColumnLeft
{
	float: left;
	margin-left: 100px;
	clear: both;
}

.tableColumnRight
{
	float: right;
	margin-left: 100px;
}

a.SELink
{
	color: #42b4e6;
}

a.SELink::before
{
	color: #42b4e6;
	content: '» ';
}

a.SELink::after
{
	color: #42b4e6;
	content: ' «';
}

p.Note
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	color: #333333;
	font-family: Arial;
	font-style: italic;
	hanging-punctuation: none;
	background: #FAFAFA;
	background-color: #f5f5f5;
	text-indent: 1px;
	mc-auto-number-position: inside-head;
	mc-hyphenate: never;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #f1b434;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #f1b434;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #f1b434;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #f1b434;
	padding-left: 5px;
	mc-auto-number-format: '{b}Anmerkung:{/b}  ';
}

p.table-body
{
	font-family: Arial;
}

span.miniTocBoxTitle
{
	font-weight: bold;
	color: #333f48;
}

div.MCMiniTocBox
{
	mc-auto-number-class: miniTocBoxTitle;
	margin-top: 5mm;
	color: #333f48;
	mc-auto-number-format: 'Inhalt dieses Abschnitts ...';
}

img.bigimages
{
	mc-thumbnail: popup;
	margin-top: auto;
	margin-bottom: auto;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #333f48;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #333f48;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #333f48;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #333f48;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

p.italic
{
	font-style: italic;
}

li.italic
{
	font-style: italic;
	font-family: Arial;
	color: #333333;
}

table.eurotherm
{
	width: 100%;
	font-family: Impact;
}

img.inline
{
	bottom: -2px;
	vertical-align: middle;
	border: none 2px #000000;
	padding-bottom: 4px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 4px;
}

.Steps_numbered
{
	
}

div.Steps_numbered
{
	font-weight: normal;
	font-size: 14pt;
	color: #333f48;
	mc-auto-number-format: 'Schritt{n+}: ';
}

li.Steps_numbered
{
	
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #ffff66;
}

hr.TopRuler
{
	background-color: #f1b434;
	font-size: 14pt;
	border: 5px inset;
	height: 50px;
}

