/*<meta />*/

@import url('../tablestyles/text-image.css');

@import url('../tablestyles/explanation.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*******************************************************
*
Description:	Stylesheet collection for MadCap Flare Project of Map&Guide Next Generation Online Help
Author:        	Raphael Cappel
*
*******************************************************/

/* Main styles */
/* Language switch in the navigation bar */

nav.title-bar .lang-dropdown
{
	display: inline-flex;
	align-items: center;
	position: relative;
	margin-left: 16px;
	z-index: 2500;
	/* above Sticky Bar */
}

/* Button */

.lang-btn
{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
}

.lang-btn .lang-flag
{
	width: 20px;
	height: auto;
}

/* Dropdown menu */

.lang-menu
{
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 4px;
	background: #fff;
	border: 1px solid #ccc;
	min-width: 140px;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.15);
	z-index: 3000;
}

.lang-menu > div
{
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	cursor: pointer;
}

.lang-menu > div:hover
{
	background: #f0f0f0;
}

.lang-menu img
{
	width: 20px;
}

/* Basisfarbe der Menüeinträge */

nav.title-bar .lang-dropdown .lang-menu > div,
nav.title-bar .lang-dropdown .lang-menu > a,
nav.title-bar .lang-dropdown .lang-menu [role="menuitem"]
{
	color: #000;
	/* Schwarz */
}

/* Hover-Zustand */

nav.title-bar .lang-dropdown .lang-menu > div:hover,
nav.title-bar .lang-dropdown .lang-menu > a:hover,
nav.title-bar .lang-dropdown .lang-menu [role="menuitem"]:hover
{
	color: #000;
	/* bleibt Schwarz */
	background: #f0f0f0;
	/* dezenter Hover-Hintergrund */
}

/* Tastatur-Fokus (A11y) */

nav.title-bar .lang-dropdown .lang-menu [role="menuitem"]:focus
{
	outline: 2px solid #448aff;
	outline-offset: -2px;
	color: #000;
	background: #eef3ff;
}

/* End Language switch in the navigation bar */
/* From FlareUI Toolbox */
/* Back to Top button styles */

button#backToTopBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #fff;
	/* Text color */
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e2032c;
}

button#backToTopBtn:hover
{
	background-color: transparent;
	border: 1px solid #203278;
	color: #e2032c;
}

/* End Back to Top button styles */

body
{
	color: #c7c8d0;
	font-family: Arial;
	margin-top: 50px;
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../images/general/layout/bkgr_home.png');
	margin-right: 10px;
}

.body-container
{
	/* box-shadow: 8px 8px 5px #ececec; */
	padding: 0px 0px 0px 10px;
}

.search-bar .search-field
{
	color: #e2032c;
}

nav.sidenav-wrapper
{
	flex: 0 1 auto;
	overflow: auto;
	width: 20%;
	display: block;
	background-color: transparent;
	padding-left: 24px;
	border-right-width: 24px;
	padding-right: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
	scrollbar-color: #f2f2f2 #ffffff;
	min-width: 300px;
}

div.sidenav-container
{
	padding-left: 12px;
	border-right-width: 24px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-shadow: #0000001f 0 0 48px;
}

#resultList .url cite
{
	color: #e54231;
	font-size: 0.8em;
	font-style: normal;
}

#resultList h3.title a
{
	color: #e54231;
	font-size: 1em;
}

a:link
{
	color: #e2032c;
	font-weight: normal;
	text-decoration: auto;
}

#resultList h3.title a:visited
{
	color: #e54231;
	text-decoration: underline;
}

a:visited
{
	color: #e2032c;
}

#pagination a
{
	color: #e54231;
}

p
{
	color: #000000;
	font-family: Arial;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0;
	margin: 0;
	font-size: 1em;
	line-height: 20pt;
	padding-top: 3pt;
	mc-hyphenate: always;
	mc-hyphenate-shortest-word: 7;
	mc-hyphenate-shortest-prefix: 3;
	mc-hyphenate-shortest-suffix: 3;
	mc-hyphenate-maximum-adjacent-line-count: 3;
	max-width: 1148px;
}

b.emphasize
{
	font-weight: bold;
}

table
{
	padding-top: 0pt;
}

td
{
	color: #000000;
}

/* Text Popup */

.MCTextPopupBody
{
	width: 360px;
}

/* Headings */

h1
{
	text-align: left;
	font-family: Arial;
	font-size: 2em;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: 3px;
	color: #111111;
}

h2
{
	text-align: left;
	font-family: Arial;
	margin-bottom: 2pt;
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 2px;
	color: #111111;
}

h3
{
	text-align: left;
	font-family: Arial;
	margin-bottom: 2pt;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 2px;
	color: #111111;
}

h4
{
	text-align: left;
	font-family: Arial;
	font-weight: normal;
	margin-bottom: 2pt;
	margin-top: 10pt;
	color: #111111;
	font-size: 1.1em;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Images */

img
{
	border: none;
	max-width: 100%;
}

.fade-img
{
	position: relative;
}

.fade-img:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	height: 40%;
}

img.icon-32-noframe
{
	padding-right: 4px;
	max-height: 32px;
	max-width: auto;
}

img.img-shadow
{
	filter: drop-shadow(8px 8px #ececec);
}

img.img-full
{
	object-fit: contain;
	filter: drop-shadow(8px 8px #ececec);
	border: none;
}

/* GIFs with animation control */
/* GIF Control Styles START */
/* Container for GIF and control */

div.gif-container
{
	display: inline-block;
	margin: 15px;
	text-align: center;
}

/* Wrapper for image and overlay */

div.gif-wrapper
{
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* image itself */

img.gif-toggle
{
	display: block;
	max-width: 100%;
	height: auto;
}

/* Overlay icon visible by default */

div.gif-wrapper::after
{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('../images/general/layout/li_item1.svg') no-repeat center center;
	background-size: contain;
	pointer-events: none;
	display: block;
	filter: drop-shadow(8px 8px #ececec);
	height: 52px;
	width: 52px;
	opacity: 0.75;
}

/* When GIF is running → hide overlay */

div.gif-wrapper.playing::after
{
	content: none;
	/* Removes the pseudo-element completely */
}

/* GIF Control Styles END */

ol li p img.img-full
{
	max-width: 1130px;
}

ul li p img.img-full
{
	max-width: 1130px;
}

img.img-split300px
{
	filter: drop-shadow(8px 8px #ececec);
	border: none;
	mc-thumbnail-max-width: 300px;
	mc-thumbnail-max-height: auto;
	mc-thumbnail: none;
	object-fit: contain;
	width: 287px;
}

img.img-split400px
{
	object-fit: contain;
	filter: drop-shadow(8px 8px #ececec);
	border: none;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 400px;
	mc-thumbnail: none;
	width: 400px;
}

img.intable
{
	border: none;
	filter: drop-shadow(8px 8px #ececec);
	min-width: 150px;
}

img.intable-noshadow
{
	border: none;
	min-width: 150px;
}

img.wshadow
{
	border: none;
	max-width: 100%;
	max-height: auto;
	filter: drop-shadow(8px 8px #ececec);
}

/* Examples, Notes, Tips, Warnings */

div.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: visible;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1148px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../images/icons/icon_example.png');
	margin-bottom: 15px;
	filter: drop-shadow(8px 8px #ececec);
	padding: 0px 10px 0px 60px;
}

div.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: visible;
	line-height: 30px;
	background-size: 48px;
	background-image: url('../images/icons/icon_info.png');
	margin-top: 15px;
	min-height: 62px;
	background-position: 8px 8px;
	max-width: 1148px;
	margin-bottom: 15px;
	filter: drop-shadow(8px 8px #ececec);
	padding: 0px 10px 0px 60px;
}

div.tip
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: visible;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1148px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../images/icons/icon_tip.png');
	margin-bottom: 15px;
	filter: drop-shadow(8px 8px #ececec);
	padding: 0px 10px 0px 60px;
}

div.warning
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #f3f3f3;
	background-repeat: no-repeat;
	border: solid 1px #3498db;
	border-radius: 6px;
	color: #000000;
	overflow: visible;
	line-height: 30px;
	background-size: 48px;
	margin-top: 15px;
	max-width: 1148px;
	min-height: 62px;
	background-position: 8px 8px;
	background-image: url('../images/icons/icon_warning.png');
	margin-bottom: 15px;
	filter: drop-shadow(8px 8px #ececec);
	padding: 0px 10px 0px 60px;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: transparent;
	padding-top: 0;
	padding-left: 0%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #ffffff;
	padding-top: 0;
	border-bottom-width: 0px;
}

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: #f0f0f0;
	padding: 2%;
	color: #000000;
}

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.topic-hero
{
	background-image: url('../images/general/layout/hero_truck_depot.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	max-height: 150px;
	padding: 2% 5% 5% 0%;
	background-position: right center;
	background-size: cover;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 36pt;
	text-align: right;
	padding: 0;
}

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*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	position: fixed;
	border-bottom-color: #000000;
	width: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	mc-breadcrumbs-count: 5;
}

/* Links */

a
{
	color: #203278;
	font-weight: bold;
	text-decoration: underline;
}

MadCap|expandingBody
{
	color: #c7c8d0;
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #203278;
}

MadCap|xref
{
	mc-format: '{para}';
	color: #e2032c;
	text-decoration: none;
}

MadCap|xref.AnyText
{
	mc-format: '';
}

MadCap|xref.hier
{
	mc-format: 'hier';
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	color: #000000;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-inline-start: 18px;
}

/* Master page */

div.home-footer
{
	padding: 2% 5%;
	background-image: url('../images/general/layout/tri_gradient_red.bi28wmbp.svg');
}

.home-footer-logo
{
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #FFFFFF;
}

p.footer-sub
{
	color: #FFFFFF;
	font-size: 14pt;
	margin-top: 14px;
}

/* MiniTOC */

MadCap|miniTocProxy
{
	border-top-style: none;
	padding-left: 0px;
}

MadCap|miniTocProxy.MGminiTOC
{
	border-top-color: #ececec;
	border-bottom-color: #ececec;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	mc-toc-depth: 3;
}

p.MiniTOC1
{
	margin-bottom: 2pt;
	padding-top: 8px;
	margin-top: 16pt;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #c7c8d0;
	border: solid 1px #c7c8d0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	mc-hidden: unhidden;
	padding-left: 4px;
}

p.MiniTOC2
{
	margin-bottom: 2pt;
	padding-top: 8px;
	margin-top: 16pt;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #c7c8d0;
	border: solid 1px #c7c8d0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	mc-hidden: unhidden;
	padding-left: 4px;
}

p.MiniTOC3
{
	margin-bottom: 2pt;
	padding-top: 8px;
	margin-top: 16pt;
	padding-bottom: 2px;
	font-size: 1em;
	font-weight: bold;
	color: #c7c8d0;
	border: solid 1px #c7c8d0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	mc-hidden: unhidden;
	padding-left: 4px;
}

/* dropDowns */

.dropDownBody
{
	padding: 10px 0px 0px 30px;
}

.MCDropDownBody
{
	overflow: visible;
}

MadCap|dropDown
{
	border-bottom: 1px solid #ffffff;
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	border-bottom-width: 0px;
	max-width: 1148px;
	mc-closed-image: url('../images/general/layout/li_item1.svg');
	mc-open-image: url('../images/general/layout/li_item1_down.svg');
}

MadCap|dropDown.ChapterIntro
{
	mc-closed-image: url('../images/icons/icon_expand.svg');
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../images/icons/icon_reduce.svg');
	background-color: #ececec;
	border-radius: 8px;
	max-width: 1148px;
	margin: 0px 0px 10px;
	padding: 10px;
}

MadCap|dropDownHotspot.Bulletlist
{
	font-size: 1em;
	color: #e2032c;
}

MadCap|dropDown.Bulletlist
{
	mc-closed-image: url('../images/general/layout/li_item1.svg');
	mc-open-image: url('../images/general/layout/li_item1_down.svg');
}

MadCap|dropDown.Head2
{
	
}

MadCap|dropDownHotspot.Head2
{
	
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: #111111;
	font-size: 1.5em;
	border-bottom: none;
}

MadCap|dropDownHotspot.ChapterIntro
{
	font-size: 1em;
}

ol
{
	
}

li p
{
	max-width: 1130px;
}

li div.example,
li div.note,
li div.tip,
li div.warning
{
	max-width: 1130px;
}

ul ul li div.example,
ul ul li div.note,
ul ul li div.tip,
ul ul li div.warning,
ol ol li div.example,
ol ol li div.note,
ol ol li div.tip,
ol ol li div.warning,
ul ol li div.example,
ul ol li div.note,
ul ol li div.tip,
ul ol li div.warning,
ol ul li div.example,
ol ul li div.note,
ol ul li div.tip,
ol ul li div.warning
{
	max-width: 1112px;
}

ul div.note,
ul div.warning
{
	max-width: 1130px;
}

ul
{
	list-style-image: url('../images/general/layout/li_item1.svg');
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	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%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	nav.sidenav-wrapper
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		right: 0px;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	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%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}

	nav.sidenav-wrapper
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		right: 0px;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

