@font-face{
	font-family:'Museo W01';
	src:url('fonts/museo/museo-w01-300.eot');
	src:url('fonts/museo/museo-w01-300.eot') format('embedded-opentype'),
		url('fonts/museo/museo-w01-300.woff2') format('woff2'),
		url('fonts/museo/museo-w01-300.woff') format('woff'),
		url('fonts/museo/museo-w01-300.ttf') format('truetype'),
		url('fonts/museo/museo-w01-300.svg') format('svg');
	font-weight:300;
	font-style:normal;
}
@font-face{
	font-family:'Museo Sans W01';
	src:url('fonts/museo/museo-sans-w01-300-rounded.eot');
	src:url('fonts/museo/museo-sans-w01-300-rounded.eot') format('embedded-opentype'),
		url('fonts/museo/museo-sans-w01-300-rounded.woff2') format('woff2'),
		url('fonts/museo/museo-sans-w01-300-rounded.woff') format('woff'),
		url('fonts/museo/museo-sans-w01-300-rounded.ttf') format('truetype'),
		url('fonts/museo/museo-sans-w01-300-rounded.svg') format('svg');
	font-weight:300;
	font-style:normal;
}
a, a:link, a:visited, a:active, button, input, select, textarea, h1, h2, h3, h4, p, *:before, *:after, *::after, *::before,
a.StartButton svg.TypeIcon, svg, svg .IconSVG, .MenuOuterContainer, .MenuPointer, #navMenuTile, #navMenuContent ul li.NavMenuItem a.MenuItemLink, ul,.ui-menu,
div#layoutBody, div#layoutContentContainer, div#layoutHeader, div#layoutNavpane, .MiddleSection, .UploadButton div,
div.NavpaneTile, a.SmallTileLink, a.BigTileLink, a.ProcessLink div.ProcessFigure , a.ProcessLink div.ProcessFigure p.Title, div.CustomerLogo,
div#layoutSearchFormContainer, div#layoutSearchForm, .SearchTextbox, a.FooterLink .Caption, a.BigTileLink .NavpaneCaption,
.DocumentTitleBox, .IntegrationProcess, .AbbreviationContent p.RoleLink, .ProcessRolesLink{
	transition: all cubic-bezier(0, 1.2, 1, 0.99) 0.25s;

}
div#layoutContent{
	transition: margin cubic-bezier(0, 1.2, 1, 0.99) 0.25s;
}
#searchForm{
	transition: height cubic-bezier(0, 1.2, 1, 0.99) 0.25s;
}

/* ------------------------- */
/*		Standard styles		 */
/* ------------------------- */
*, input, input[type='text'], textarea {
	font-family: var(--main-font-fallbacks);
}
body, p, li, a {
	font-size: 16px;
	color: var(--main-text);
	line-height:1.4;
	margin:0;
}
a, a:link, a:visited, a:active{
	text-decoration: none;
	color: var(--hyperlink);
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: var(--hyperlink-hover);
}
/*a:focus{
	outline:none !important;
}*/
img {
	border: none;
}
.PropertyTitle{
	color: var(--property-title);
	font-size:16px;
	padding-bottom:3px;
}
.PropertyValue{
	font-size: 16px;
	font-weight: bold;
}
.InputField{
	line-height: 1.4;
	font-size: 12px;
	padding-left:10px;
	padding-top:1px;
	height:24px;
	font-weight: bold;
	border: 1px solid var(--grey-30pc);
	margin-bottom:10px;
	resize: none;
}
.InputFieldLocked{
	border: 1px dotted var(--grey-30pc);
	background-color: var(--grey-30pc);
}
.InputFieldLockedIcon{ display:none; }
.InputFieldLocked + .InputFieldLockedIcon{
	display:block;
	float: right;
	position: relative;
	margin-top:-32px;
	margin-right: 2px;
}
input::-ms-clear, input::-ms-reveal {  display: none; width : 0; height: 0; }	/* clears the "X" from Internet Explorer */
input::-webkit-search-decoration, input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }	/* clears the "X" from Chrome */

button, input.button, .button[type='submit'], .button[type='button'], .button[type='reset'],
button.ui-button, button.ui-button:link, button.ui-button:active, button.ui-button:visited,
a.button, a.button:link, a.button:active, a.button:visited{
	border:none;
	background-color: var(--btn-bg);
	color: var(--btn-font-color);
	white-space: nowrap;
	text-transform:uppercase;
	font-weight: bold;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	line-height:28px;
	height:28px;
	cursor:pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input.button:hover, button:hover, .ui-button:hover, .button:hover, .button[type='submit']:hover, .button[type='button']:hover, .button[type='reset']:hover, a.button:hover{
	background-color: var(--btn-bg-hover);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
input.button:disabled, button:disabled, .ui-button:disabled, .button[type='submit']:disabled, .button[type='button']:disabled, .button[type='reset']:disabled{
	color: var(--btn-font-color-disabled);
	background-color: var(--btn-bg-disabled);
	cursor:default;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
button.ui-dialog-titlebar-close{
	margin-top:10px !important;
	margin-right:5px !important;
	width:32px !important;
	height:32px !important;
	padding:0 !important;
	display: none !important;
}
button.ui-dialog-titlebar-close svg.CloseButton{
	display: block;
	width:32px !important;
	height:32px !important;
	outline: none;
}
button.ui-dialog-titlebar-close svg.CloseButton .IconSVG{ fill: var(--btn-close-icon); }
button.ui-dialog-titlebar-close:hover svg.CloseButton{ background-color: var(--btn-close-hover-bg); }
button.ui-dialog-titlebar-close:hover svg.CloseButton .IconSVG{ fill: var(--btn-close-hover-icon); }
button.ui-dialog-titlebar-close.CloseButtonContainer{ display: block !important; }
div.Section, div.SubSection {
	padding:0;
	width: 100%;
	margin: 0 0 10px;
	font-size: 18px;
	hyphens:auto;
	overflow-wrap: break-word;
}
h1, h2, h3, h4{
	color: var(--header-text);
	line-height:1.4;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI Black";
	font-weight: 300;
	font-style: normal;
	text-transform: none;
	hyphens:auto;
	overflow-wrap: break-word;
	word-break: break-word;
}
h1 { font-size: 40px; }
h2 { font-size: 27px; }
.SectionTitle {
	color: var(--section-title);
	line-height:34px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	hyphens:auto;
	overflow-wrap: break-word;
	font-size: 30px;
	font-family: var(--sew-course-font);
	margin: 0 0 25px 185px;
}
.SubSectionTitle {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	font-size: 24px;
	line-height:25px;
	hyphens:auto;
	overflow-wrap: break-word;
	padding-bottom:4px;
	font-family: var(--sew-course-font);
}
h4{
	font-size: 18px;
}
div.NodeMetadata{
	color: var(--property-text);
	line-height: 1.5;
	font-weight: normal;
	margin-left: 192px;
	max-width: 660px;
	margin-bottom: 91px;
	font-family: var(--sew-course-font);
}
p.MetadataProperty{
	line-height: 1.5;
}
.SectionSeparator {
	display: block;
	height: 0;
	margin: 20px 0;
	clear: both;
}
.SubSectionSeparator {
	display: block;
	background-color: var(--subsection-separator);
	height: 1px;
	clear: both;
	margin: 15px 0;
}
.TableItemSeparator {
	display: block;
	background-color: var(--grey-30pc);
	height: 1px;
	clear: both;
	margin: 5px 0;
}
.SectionSpacer {
	display: block;
	width:100%;
	height: 25px;
	clear: both;
}
.SubSectionSpacer {
	display: block;
	width:100%;
	height: 4px;
	clear: both;
}
.DocumentList{
	padding-top:6px;
	padding-bottom:9px;
}
.SubSectionSwitch .DocumentList{
	padding-top:0;
	padding-bottom:0;
}
.SectionSwitch, .SearchResultSection{
	background-color:var(--section-background);
	margin-bottom:15px;
	padding: 6px;
}
.SectionSwitch .SectionTitle, .SubSectionSwitch .SubSectionTitle{
	line-height:28px;
	cursor: pointer;
	color:var(--subsection-title);
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.SectionSwitch .SectionTitle h2, .SubSectionSwitch .SubSectionTitle h3{
	line-height:28px;
	cursor: pointer;
	color:var(--subsection-title);
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.SectionSwitch .SectionTitle h2{ font-size: 20px}
.SubSectionSwitch .SubSectionTitle h3{ font-size:15px }
.SubSectionSwitch .SubSectionTitle{ margin-top:8px; }
.SubSectionSwitch .SubSectionTitle.BoxSwitchShutter{ border-bottom: none; }
.SubSectionSwitch .SubSectionTitle.BoxSwitchOpener{
	padding-bottom:2px;
	border-bottom: 2px solid #5d5d5d;
}
.SectionSwitch .SectionTitle:hover h2, .SubSectionSwitch .SubSectionTitle:hover h3{ color:var(--section-title-hover); }
.SwitchIcon{
	float:left;
	height:26px;
	margin-top:2px;
	margin-right:6px;
	width:26px;
	background-color: transparent;
}
.SubSectionSwitch .SwitchIcon{
	width: 22px;
	height: 22px;
	margin-top:4px;
	margin-right:4px;
}
.SwitchIcon svg{
	height: inherit;
	width: inherit;
}
.BoxSwitchOpener .SwitchIcon svg .IconSVG, .BoxSwitchShutter .SwitchIcon svg .IconSVG,
.SectionSwitch .SectionTitle .SwitchIcon svg .IconSVG, .SubSectionSwitch .SubSectionTitle .SwitchIcon svg .IconSVG{ fill: var(--section-icon); }
.BoxSwitchOpener:hover .SwitchIcon svg .IconSVG, .BoxSwitchShutter:hover .SwitchIcon svg .IconSVG,
.SectionSwitch .SectionTitle:hover .SwitchIcon svg .IconSVG, .SubSectionSwitch .SubSectionTitle:hover .SwitchIcon svg .IconSVG {
	fill: var(--section-icon-hover);
}

.BoxSwitchOpener .SwitchIcon .Collapse,
.BoxSwitchShutter .SwitchIcon .Expand,
.SectionSwitchOpener .SwitchIcon .Collapse,
.SubSectionSwitchOpener .SwitchIcon .Collapse,
.SectionSwitchShutter .SwitchIcon .Expand,
.SubSectionSwitchShutter .SwitchIcon .Expand {
	display: none;
}

.SectionSwitchOpener .SwitchIcon .Expand,
.SubSectionSwitchOpener .SwitchIcon .Expand,
.SectionSwitchShutter .SwitchIcon .Collapse,
.SubSectionSwitchShutter .SwitchIcon .Collapse {
	display: block;
}

.BoxSwitchContentClosed, .SectionSwitchContentClosed, .SubSectionSwitchContentClosed{
	visibility: hidden;
	display: none !important;
}

.NodeLink {
	display:block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:5px;
	padding-right:4px;
}
.NodeLink .EntityClass{
	font-size:11px;
	color: var(--node-class-text);
	font-weight: normal;
	line-height:1;
	padding-top:4px;
	text-transform:capitalize;
}
div.UserAvatar {
	float:left;
	margin:0;
	max-height:50px;
	max-width:50px;
	height: 50px;
	width: 50px
}
div.UserAvatar svg.UserAvatarDefaultImage {
	width: 40px;
	height: 40px;
	margin:5px;
}
div.UserAvatar svg.UserAvatarDefaultImage .IconSVG{
	fill:var(--grey-30pc);
}
div.UserAvatar img.UserAvatarImage {
	top:0;
	left:0;
	object-fit:cover;
	height:auto;
	width:auto;
	max-height:50px;
	max-width:50px;
}

/* ------------------------ */
/*		Transisiton Styles	*/
/* ------------------------ */

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
	opacity: 0;
}

/* ------------------------ */
/*		Copy Deeplink		*/
/* ------------------------ */
a.CopyClipboardLink{
	display: block;
	font-size:15px;
	float: left;
	white-space: nowrap;
}
a.CopyClipboardLink:focus{ outline: none; }
a.CopyClipboardLink span.CopyClipboardCaption{ display:none; }
a.CopyClipboardLink svg.CopyClipboardIcon{
	display: block;
	width: 28px;
	height: 28px;
}
a.CopyClipboardLink svg.CopyClipboardIcon .IconSVG{ fill:var(--deeplink-icon); }
a.CopyClipboardLink:hover svg.CopyClipboardIcon .IconSVG{ fill:var(--deeplink-icon-hover) !important; }
.DocumentDeeplinkCopy {
	margin:0;
	position: relative;
}
.DeeplinkCopyWidget{
	position:relative;
	display: flex;
}
.DeeplinkCopyWidget a.CopyClipboardLink{
	line-height:30px;
	display:flex;
}
.DeeplinkCopyWidget span.CopyClipboardCaption{ display:inline; }
.DeeplinkCopyWidget a.CopyClipboardLink svg.CopyClipboardIcon{
	width:24px;
	height:24px;
}
.DeeplinkCopyWidget a.CopyClipboardLink svg.CopyClipboardIcon .IconSVG,
.DeeplinkCopyWidget a.CopyClipboardLink:hover svg.CopyClipboardIcon .IconSVG{ fill:var(--deeplink-icon); }

/* ------------------------ */
/*		Entity box			*/
/* ------------------------ */
.EntityBox {
	display: block;
	margin-bottom:15px;
	background-color: var(--eb-background);
}
.EntityBox:hover {
	background-color: var(--eb-background-hover);
}
.EntityBox:hover .EntityBoxHeader .NewLabelContainer .NewLabelIcon .IconSVG {
	fill: var(--eb-background) !important;
}
.EntityBox.process.Disabled:hover .EntityBoxHeader .NewLabelContainer .NewLabelIcon .IconSVG{
	fill: var(--eb-background-hover) !important;
}
.EntityBox.Disabled {
	background-color: var(--eb-background-disabled);
	cursor:default;
	pointer-events: none;
}

.EntityBoxHeader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3em;
	padding: 0.3em 0.6em 0.3em 0.3em;
}
.EntityBoxIcon {
	width: 24px;
	height: 24px;
}
.EntityBoxIcon svg{
	width: inherit;
	height: inherit;
}
.EntityBoxIcon svg .IconSVG{
	fill:var(--eb-node-icon);
}
p.EntityBoxTitle {
	color: var(--eb-title-color);
	text-align:left;
	font-weight: bold;
	font-size:16px;
	word-wrap: break-word;
	hyphens: auto;
	overflow-wrap: break-word;
}
.EntityBoxSocial{
	display:inline-flex;
	cursor:default;
	margin-left: auto;
}
/* Borders between items */
.EntityBoxSocial > div + div {
	border-left: 1px solid var(--white);
	padding-left: 0.7em;
	margin-left: 0.7em;
}
.EntityBoxRating {
	display: flex;
	gap: 0.3em;
	align-items: center;
}
.EntityBoxComment{
	display: flex;
	gap: 0.5em;
	align-items: center;
}
.EntityBoxComment svg.CommentIcon .IconSVG{
	fill: var(--eb-comment-icon);
}
.EntityBoxContent {
	display: block;
	color: var(--eb-content-color);
	text-align: left;
	font-size:16px;
	font-weight: normal;
	padding-bottom:8px;
	padding-left:36px;
	padding-right:8px;
	hyphens:auto;
	overflow-wrap: break-word;
}

.chain {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 25px;
	padding-bottom: 25px;
	overflow-x: auto;
}

.child {
	min-width: 220px;
	width: 220px;

	background: var(--process-chain-bg);
	clip-path: polygon(0 0, 200px 0, 220px 50%, 200px 100%, 0 100%, 20px 50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.childLink {
	box-sizing: border-box;
	min-height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

.childLink > .content {
	padding: 37px 30px;
	box-sizing: border-box;
	background: var(--process-chain-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--process-chain-text);
	text-align: center;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.child.Disabled, .child.Disabled .content {
	background: var(--process-chain-disabled);
	pointer-events: none;
}

.child:hover, .child:active {
	background: var(--process-chain-bg-hover);
}

.child:hover .childLink .content,
.child:active .childLink .content {
	background: var(--process-chain-bg-hover);
	color: var(--process-chain-text-hover);
}

@media screen and (max-width: 767px) {
	.chain {
		flex-flow: column nowrap;
	}

	.childLink {
		min-height: 60px;
	}

	.child .content {
		width: 100%;
		padding: 20px 25px 10px;
	}

	.child {
		width: 100%;
		min-height: 60px;
		padding-bottom: 20px;
		max-height: none;
		margin-bottom: -5px;
		clip-path: polygon(
				0 0,
				calc(50% - 15px) 0,
				50% calc(0% + 15px),
				calc(50% + 15px) 0,
				100% 0,
				100% calc(100% - 15px),
				calc(50% + 15px) calc(100% - 15px),
				50% 100%,
				calc(50% - 15px) calc(100% - 15px),
				0 calc(100% - 15px)
		);
	}

	.child:first-child {
		clip-path: polygon(
				0 0,
				100% 0,
				100% calc(100% - 15px),
				calc(50% + 15px) calc(100% - 15px),
				50% 100%,
				calc(50% - 15px) calc(100% - 15px),
				0 calc(100% - 15px)
		);
	}

	.child:last-child {
		clip-path: polygon(
				0 0,
				calc(50% - 15px) 0,
				50% calc(0% + 15px),
				calc(50% + 15px) 0,
				100% 0,
				100% 80%,
				60% 80%,
				40% 80%,
				0px 80%
		);
	}

	.child:only-child {
		clip-path: polygon(
				0 0,
				100% 0,
				100% 80%,
				0 80%
		);
	}
}


/* ------------------------ */
/*		Tile box			*/
/* ------------------------ */
.TileBoxWrap {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(var(--topic-tile-minwidth), 1fr));
	gap: var(--topic-tile-gap);
}
@media screen and (max-width: 767px) {
	.TileBoxWrap {
		grid-template-columns: 1fr;
	}
}
.TileBoxWrap .SectionSeparator {
	margin-top:15px;
}
a.TileBoxLink {
	color: var(--tile-link-color);
	font-size: 18px;
	line-height: 1.5;
	hyphens: auto;
	aspect-ratio: var(--topic-tile-aspect-ratio);
}
.TileBox {
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}
.TileBoxInner {
	padding: 15px 20px;
	position: relative;
	overflow: hidden;
}
.TileBoxLink:hover,
.TileBoxLink:focus {
	opacity: 0.7;
}

.TileBoxWrap .TileBoxLink:nth-child(6n + 1) {
	background-color: var(--tile-color-one); /* Blue */
}
.TileBoxWrap .TileBoxLink:nth-child(6n + 2) {
	background-color: var(--tile-color-two);	/* Orange */
}
.TileBoxWrap .TileBoxLink:nth-child(6n + 3){
	background-color:var(--tile-color-three); /* Green */
}
.TileBoxWrap .TileBoxLink:nth-child(6n + 4) {
	background-color:var(--tile-color-four); /* Yellow */
}
.TileBoxWrap .TileBoxLink:nth-child(6n + 5) {
	background-color:var(--tile-color-five); /* Grey */
}
.TileBoxWrap .TileBoxLink:nth-child(6n) {
	background-color:var(--tile-color-six); /* Light Purple */
}


/* ---------------------------- */
/*		Document link box		*/
/* ---------------------------- */

.DocumentTitleBox {
	display: flex;
	flex-wrap: wrap;
	font-family:inherit;
	cursor: pointer;
	background-color: var(--doc-background, var(--eb-background));
	width: 100%;
}

.DocumentTitleBox:hover, .DocumentTitleBox:hover .NewLabelContainer .NewLabelIcon .IconSVG  {
	background-color: var(--hyperlink-hover);
}

.DocumentTitleBox:hover .NewLabelContainer .NewLabelIcon .IconSVG {
	fill: var(--eb-background) !important;
}

.DocumentTitleInstanceLinks {
	flex-shrink: 0;
	height: 32px;
	margin: 4px 4px 4px auto;
}

.DocumentContentDebugInfo{
	width:100%;
	box-sizing: border-box;
	float:left;
	background-color:red;
	color:var(--white);
	border:2px dotted var(--black);
	display:block;
	z-index: 999;
	position: relative;
	font-size: small;
	line-height: 1.2;
	opacity: 0.8;
	padding:4px;
}
.DocumentContentDebugInfo b{
	padding-right: 5px;
	color:var(--grey-50pc);
}
.DocumentContentDebugInfo a:link,
.DocumentContentDebugInfo a:active, .DocumentContentDebugInfo a:visited, .DocumentContentDebugInfo a:hover{
	font-size: small;
	color:#00aa77;
}
.LayoutSocialWidget.DeeplinkCopyWidget .DocumentContentDebugInfo{
	position:absolute;
	margin-left: -580px;
	width: 740px;
	top:30px;
}

.DocumentTitleBox.Placeholder { background-color: var(--doc-placeholder-bg); }
.DocumentTitleBox p.DocumentTitle{
	flex-grow: 1;
	font-size: 18px;
	line-height: 2em;
	font-family: inherit;
	color: var(--doc-title-color);
	padding: 2px 8px;
	text-indent: 0;
	word-break: break-word;
}

.SectionSwitch .BoxSwitch:first-child {
	margin-top: 0;
}

.SectionSwitch .BoxSwitch {
	margin-top: 3px;
}

a.StartButton,
a.StartButton:link,
a.StartButton:active,
a.StartButton:focus,
a.StartButton:visited{
}
a.StartButton svg.TypeIcon{
	height: inherit;
	width: inherit;
	background-color: transparent;
	min-width: 32px;
}
a.StartButton:hover svg.TypeIcon,
a.StartButton.StartModeOptionsOpener.MenuOpened svg.TypeIcon{
	background-color: var(--doc-format-icon-fill);
}
a.StartButton svg.TypeIcon .IconSVG{
	background-color: var(--doc-format-icon-bg);
	fill: var(--doc-format-icon-fill);
}
a.StartButton:hover svg.TypeIcon .IconSVG,
a.StartButton.StartModeOptionsOpener.MenuOpened svg.TypeIcon .IconSVG{
	fill:var(--doc-format-icon-hover-fill) !important;
}
a.StartButton.TtInstance{
	width: 28px;
}
a.StartButton.TtInstance svg.TypeIcon.Slim{
	width: 32px;
	margin-left: -8px;
}
.DocumentPlayButton{
	display: inline;
}
.DocumentPlayButton.MenuOpened{
	z-index: 11;
}
.DocumentPlayButton .StartModes {
	display: inline;
	position: relative; /* So the .StartModeOptions is displayed relative to this point. */
}
.DocumentPlayButton.HasStartmodes a.StartButton.TtInstance.ELearningStart,
.DocumentPlayButton .StartModes a.StartButton.StartModeOptionsOpener {
	/* Must hide both per default otherwise both are displayed in Course on first load. */
	display:none;
}
.DocumentPlayButton.HasStartmodes .StartModes a.StartButton.StartModeOptionsOpener {
	/* Then show this link again (not as block, because flex) when we've set the right classes. */
	display: unset;
}
.DocumentPlayButton .StartModes .StartModeOptions {
	display: none;
	z-index: 250; /* Display over progress bar */
	position: absolute;
	right: -3px;
	width:120px;
	margin-top: -5px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius: 3px;
	box-shadow: 0 0 12px 12px rgba(0,0,0,0.29);
	background-color: var(--doc-elearning-options-bg);
}
.StartModeOptions > li {
	list-style-image: none !important;
 }
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:link,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:visited,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:active,
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:focus {
	background-color: transparent;
	display: block;
	color: var(--doc-elearning-options-text);
	font-size:14px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	line-height: 2;
}
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton a:hover{
	background-color: transparent;
	color: var(--doc-elearning-options-text-hover);
}
.DocumentPlayButton .StartModes .StartModeOptions .PlayButton.Start { margin-bottom: 2px; }
.DocumentDetailsBox {
	cursor: default;
	padding-bottom: 0.5em;
	font-family:inherit;
	color: var(--doc-text-color);
	background-color:var(--doc-details-bg);
	-webkit-box-shadow: inset 0 1px 4px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 1px 4px 2px rgba(0,0,0,0.5);
}
.DocumentDetailsBox .DocumentInfobar {
	clear: both;
	font-family:inherit;
	position:relative;
	display: block;
	float: left;
	color: inherit;
	background-color: transparent;
	width:100%;
	line-height: 40px;
	min-height:8px;
	max-height:40px;
}

.DocumentMetadata {
	color: inherit;
	font-family: inherit;
	padding: 0.5em;
	min-height: 36px;
}

.DocumentMetadata .DocumentMetadataTools {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap-reverse;
	align-items: center;
	float: right;
}
.DocumentMetadata .DocumentProgressCaption,
.DocumentMetadata .DocumentProgress{
	float: left;
	color: inherit;
	font-family:inherit;
	font-size:16px;
	font-weight: bold;
	padding: 8px 0 0;
}
.DocumentMetadata .DocumentProgressCaption{
	padding-left:8px;
}
.DocumentMetadata .DocumentProgress.ProgressResult{
	padding-left:3px;
	padding-right:8px;
	display: none !important;
}

.DocumentMetadata div.Social {
	display: inherit;
	flex-direction: inherit;
	flex-wrap: inherit;
}
.DocumentMetadata div.Social .DocumentComments {
	display: inherit;
	margin-left: 1em;
	margin-right: 0.5em;
}
.DocumentMetadata div.Social div.CommentIconContainer{
	width: 20px;
	height: 20px;
}
.DocumentMetadata div.Social div.CommentIconContainer a{
	display: block;
	width: inherit;
	height: inherit;
	margin: 0;
	padding: 0;
}
.DocumentMetadata div.Social svg.CommentIcon{ cursor:pointer; }
.DocumentMetadata div.Social svg.CommentIcon .IconSVG{ fill: var(--doc-comment-icon); }
.DocumentMetadata div.Social svg.CommentIcon:hover .IconSVG{ fill: var(--doc-comment-icon-hover); }
.DocumentMetadata div.Social div.CommentCount{
	margin-left:3px;
	font-family:inherit;
	color: inherit;
	font-size:16px;
	font-weight: bold;
	padding:0;
	line-height: 1.4;
}
.DocumentMetadata div.Social.ReadOnly svg.CommentIcon{ cursor:default; }
.DocumentMetadata div.Social.ReadOnly svg.CommentIcon .IconSVG{ fill: var(--doc-comment-icon); }
.DocumentMetadata div.Social .DocumentRating {
	display: flex;
}
.DocumentMetadata div.Social span.RatingContainer {
}
.DocumentMetadata div.Social .TotalRatingsCount{ display:none; }
.DocumentMetadata div.Social.ReadOnly span.RatingContainer span.RatingSpreadingLayer { background-color: var(--rating-normal);}
.DocumentMetadata {
	color:inherit;
	font-family:inherit;
	padding: 0.4em 0.8em 0.4em 1em;
	min-height:36px;
}
.DocumentMetadata p.SearchResultDetails {
	margin: 0.5em 0;
	font-family:inherit;
	color:inherit;
	font-size:16px;
	line-height: 26px;
}
/* Minimum paragraph width, see: https://css-tricks.com/minimum-paragraph-widths/ */
.DocumentMetadata>p:before {
	content: "";
	width: 10em;
	display: block;
	overflow: hidden;
}
.DocumentMetadata p.SearchResultDetails .ExcerptHighlighted{
}
.DocumentMetadata p.SearchResultDetails .ExcerptHighlighted em{
	color: var(--doc-search-details-text);
	font-weight: bold;
	font-style:normal;
}
.DocumentMetadata p.SearchResultDetails .ContextPath{
	display:block;
	color:var(--doc-search-details-context-path);
	font-style: italic;
}

.DocumentMetadata .TitledCustomProperties .PropertyTitle {
	margin-right: 5px;
	font-weight: bold;
	line-height: 1.4;
}

.DocumentMetadata .TitledCustomProperties > div:last-child {
	margin-bottom: 0;
}

.DocumentMetadata .TitledCustomProperties > .customProperty {
	display: flex;
	margin-bottom: 5px;
}

.DocumentGroupedContentFormats {
	width: 110px;
}

.SearchResultDetails {
	margin: 0.5em 0;
}

.DocumentInstanceFileFormatBar{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0.8em 0.5em 0.8em;
	text-align: right;
}

.DocumentInstanceTitle {
	margin-right: 10px;
}

.DocumentInstanceFileFormatBar .DocumentInstanceTitle{
	word-break: break-word;
	font-family:inherit;
	font-weight: bold;
	color: var(--doc-content-file-formats);
	font-size:16px;
}
.DocumentInstanceFileFormatBar>div {
	display: flex;
}
.DocumentInstanceFileFormatBar a.FileFormatLink{
	height:34px;
}
.DocumentInstanceFileFormatBar a.FileFormatLink svg.FileFormatIcon {
	height:inherit;
	width:inherit;
}
.DocumentInstanceFileFormatBar a.FileFormatLink svg.FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:link svg.FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:visited svg.FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:active svg.FileFormatIcon .IconSVG,
.DocumentInstanceFileFormatBar a.FileFormatLink:focus svg.FileFormatIcon .IconSVG{
	fill:var(--doc-content-file-formats);
}
.DocumentInstanceFileFormatBar a.FileFormatLink:hover svg.FileFormatIcon .IconSVG{
	fill:var(--doc-content-file-formats-hover);
}

/* QA View */
@media screen and (max-width: 350px) {
	.DocumentInstanceFileFormatBar .DocumentInstanceTitle {
		flex: 1 1 100%;
	}
}


/* ----------------------------- */
/*		Sidebar Widgets			 */
/* ----------------------------- */
.SidebarWidget{
	display:block;
	margin-bottom:20px;
	clear:left;
}
.SidebarWidget .SidebarTitle{
	color: var(--sidebar-title);
	padding-bottom:2px;
	font-size:15px;
	line-height:1;
	font-weight: bold;
}
.SidebarWidget .SidebarLink{
	font-size:13px;
	cursor:pointer;
}
.SidebarWidget .SidebarText{
	color: var(--sidebar-text);
	font-size:12px;
}
.CommentWidget .SidebarLink{
	padding-left:0;
	line-height:1.2;
}
.CommentWidget .SidebarLink .CommentIconContainer{
	width: 20px;
	height: 20px;
	margin-right:7px;
	margin-top:0;
}
.CommentWidget .SidebarLink svg.CommentIcon .IconSVG{ fill: var(--sidebar-comment-icon); }
.CommentWidget .SidebarText{
	padding-left:27px;
	padding-top:2px;
}


/* ------------------------------------------------- */
/*		Cover images / Entity-class default images	 */
/* ------------------------------------------------- */
.DefaultCoverImage{
	float: left;
	position: relative;
	margin-right: 15px;
	height: 128px;
	width: 128px;
	display: block;
	border:2px solid var(--cover-img-border);
	box-sizing: border-box;
}
.DefaultCoverImage svg{
	position: absolute;
	height: 128px;
	width: 128px;
}
.DefaultCoverImage svg .IconSVG{
	fill:var(--cover-img-icon);
}
a:hover .DefaultCoverImage svg .IconSVG{
	fill:var(--cover-img-icon-hover);
}
.CustomCoverImage{
	float:left;
	margin-right: 15px;
}
.CustomCoverImage img{
	max-width:128px;
	max-height:128px;
}


div.text_clear_button, div.text_clear_button:hover {
	background: url('images/clear.cross.svg') no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
	margin:0;
	padding:0;
	z-index:2;
	position:absolute;
	display: none !important;
	cursor:pointer;
}
.PagingNavigation{
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
}
.Invisible{
	display: none;
}
.hidden, .Hidden{
	visibility: hidden;
}

/*	// hides all children after --viewport-transition-time, to prevent keyboard navigation on elements in the background
	// see: https://developer.mozilla.org/en-US/docs/Web/CSS/visibility?retiredLocale=de#hidden	*/
.hidden-deep * {
	visibility: hidden;
	transition: visibility .01s linear var(--viewport-transition-time) !important;
}
.FormatBold{
	font-weight: bold !important;
}
.clear{
	float:none;
	clear:both;
}
.DialogConfirm{
	overflow:hidden !important;
	padding-top:10px !important;
	padding-bottom:25px !important;
}
.DialogConfirm p{
	font-size: 14px;
}

/* ---------------------- */
/* --- error handler --- */
/* ---------------------- */
body.ErrorPage{}
.ErrorMessage p.Errors{
	color: #d8000c;
	font-weight: bold;
}
div#stacktrace {
	margin-top: 5px;
	padding: 10px 5px 5px;
	display:none;
}
button#stacktraceButton{
	margin-top:10px;
}


/* ---------------------------- */
/*		NAVPANE SUB-MENU    	*/
/* ---------------------------- */
.MenuOuterContainer {
	position: absolute;
	z-index:250;
	padding: 15px 0;
	border-radius: 3px;
	background: var(--np-submenu-bg);
	box-shadow: 0 0 12px 12px rgba(0,0,0,0.29);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	visibility: hidden;
	top: 100px;
	max-height:650px;
	overflow: auto;
	height: 650px;
	right:auto;
	left:auto;
}
.NavpaneTile:hover .MenuOuterContainer {
	opacity: 1;
	visibility: visible;
	top: 82px;
}
.MenuPointer {
	z-index: 999;
	position: absolute;
	width: 0;
	height: 0;
	top: unset;
	opacity: 0;
	visibility: hidden;
	margin-top: 11px;
	left:50%;
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent var(--white) transparent;
}
.NavpaneTile:hover .MenuPointer{
	opacity: 1;
	visibility: visible;
	margin-top: -7px;
}
.MenuInnerContainer {
	display: block;
	position:relative;
	float: left;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
}
.MenuItem {
	list-style: none;
	text-align: center;
}
.MenuItem a.MenuItemLink {
	display: block;
	padding: 5px 40px;
	white-space: nowrap;
	word-wrap:break-word;
	hyphens: auto;
	color: var(--np-menu-item);
	font-size: 15px;
	font-weight: bold;
}
.MenuItem a.MenuItemLink.Active,
.MenuItem a.MenuItemLink:hover {
	color: var(--np-menu-item-hover);
	font-weight: bold !important;
}

#layoutHeadline > .NewLabelContainer {
	display: flex;
	margin-top: 10px;
	margin-left: -10px;
}

.EntityBoxSocial > .NewLabelContainer,
.EpssTitleLink > .NewLabelContainer {
	line-height: 0;
	width: 63px;
	float: right;
	margin-right: 0;
}

.DocumentTitleBox > .NewLabelContainer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.processChild > .NewLabelContainer {
	position: absolute;
	right: 5px;
	top: -7px;
	z-index: 1;
}

.NodeLink .NewLabelContainer {
	float: right;
}
.DocumentTitleInstanceLinks .NewLabelContainer {
	margin-top: 5px;
}
.NewLabelGlossary {
	font-size: 11px;
	color: var(--new-button-bg);
	float: right;
	line-height: 1.65;
}
.GlossaryEntryBox .Section .NewLabelContainer {
	float:right;
	margin-top: -29px;
}

/* Thin scrollbars to replace mcustomscrollbar */
.MiniScrollbar {
	scrollbar-width: thin;
}
.MiniScrollbar::-webkit-scrollbar-thumb:active {
	background-color: #666;
}
.MiniScrollbar::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
.MiniScrollbar::-webkit-scrollbar {
	height: 0.5em;
	width: 0.5em;
	background-color: #f2f2f2;
}
.MiniScrollbar::-webkit-scrollbar-thumb {
	background-color: #ccc;
	height: 10px;
}

/* Mobile Display < 768px */
@media screen and (min-width:0px) and (max-width: 767px) {
	body, p, li, a {
		font-size: 18px;
	}
	.MenuOuterContainer {
		top: 68px;
	}
	.NavpaneTile:hover .MenuOuterContainer {
		top: 50px;
	}
	.TileBoxWrap{ width: 100%; }
	.TileBox{
		width: 100%;
		height: unset;
		border-right: none;
	}
	.TileBoxInner {
		width:unset;
		height:unset;
	}
	.NodeLink .EntityClass{
		display: none;
	}
	.DeeplinkCopyWidget, .DocumentTitleBox .DocumentDeeplinkCopy {
		display:none;
	}
}

.noChildrenMessage,
.noChildrenMessage h4 {
	padding: 3px 15px;
	color: var(--hyperlink);
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

/* =============== SEW specific =================== */
.CondenseDocumentPlayerBox {
    display: table;
    height: 80px;
    min-width: 1000px;
}

.CondenseDocumentPlayerBoxTitleCell {
    display: table-cell;
    width: 810px;
}

.CondenseDocumentPlayerBoxActionCell {
    display: table-cell;
}

.CondenseDocumentCenterBox {
    display: table-cell;
    vertical-align: middle;
	width: 46px;
}

.CondenseDocumentPlayerBoxTitle {
    float: left;
    width: 810px;

    display: table;
    height: 100%;
}

.CondenseDocumentTitleDocumentPlaceholder,
.CondenseDocumentTitleDocument,
.DocumentTitle {
	font-family: "Segoe UI Semibold";
    font-size: 24px;
    color: #34383c;
	line-height: 25px;
	margin-bottom: 20px;
}

.CondenseDocumentTitleDocumentPlaceholder:hover,
.CondenseDocumentTitleDocument:hover,
.DocumentTitle:hover {
    /* color: #0066cc; */
    /* cursor: pointer; */
}

.CondenseDocumentSubtitle{
    font-size: 11pt;
    color: #969696;
    margin-top: 5px;
}

.CondenseDocumentLearnType {
    width: 150px;
    float: left;
}

.CondenseDocumentProgress {
	font-family: "Segoe UI", Segoe;
	font-size: 20px;
	color: #2f373a;
    float: left;
	line-height: 25px;
	margin-bottom: 32px;
}

.CondenseProgressBar {
    text-align: right;
	margin-left: 5px;
}

.ProgressCaption{
	margin-left: 20px;
}

.CondenseDocumentActions {
    /* float: left; */
    position: relative;
    top: -11px;
    /*
    position: relative;
    left: 750px;
    top: -85px;
    */
    font-size: 11pt;
    color: #969696;
    display: table;
    height: 100%;
}

.CondenseDocumentActionButton {
    max-width: 46px;
}

/*.CondenseDocumentActionELearningStart,
.CondenseDocumentActionAssessmentStart,
.CondenseDocumentActionGuidanceStart {
    background-color: #697279;
}

.Action_Default_File,
.Action_Katalog,
.Action_PDF,
.Action_Pen_and_Paper,
.Action_PPT,
.Action_Video,
.Action_Word,
.Action_Guidance{
    width: 56px;
    height: 56px;
    background-color: #697279;
    border-radius: 2px;
}

.Action_Default_File:hover,
.Action_Katalog:hover,
.Action_PDF:hover,
.Action_Pen_and_Paper:hover,
.Action_PPT:hover,
.Action_Video:hover,
.Action_Word:hover,
.Action_Guidance:hover,
.CondenseDocumentActionELearningStart:hover,
.CondenseDocumentActionAssessmentStart:hover,
.CondenseDocumentActionGuidanceStart:hover{
    background-color: #878e94;
    border-radius: 2px;
}
.NotStarted:hover{
    background-color: #878e94;
}

.InProgress:hover {
    background-color: #fed700;
}

.Completed:hover {
    background-color: #97e700;
}*/

.NotStarted {
    background-color: transparent;
}

.InProgress .IconSVG .st0,
.InProgress {
    fill: #fed700;
	background-color: transparent;
}

.Completed .IconSVG .st0,
.Completed {
    fill: #97e700;
	background-color: transparent;
}

.st0,
a.StartButton:hover .IconSVG .st1 {
	fill: #fff;
}
a.StartButton:visited .IconSVG .st0,
a:visited .IconSVG .st0{
	fill:#97e700;
}
a.StartButton:hover .IconSVG .st0,
a:hover .IconSVG .st0 {
	fill: #6e777c;
}
.DocumentTitleInstanceLinks a.StartButton .TypeIcon .IconSVG .st1 {
	stroke: #4d4d4d;
}

.CourseContainer {
}

.OutputContainer {
	flex-basis: 172px;
	display: flex;
	justify-content: end;
	gap: 3px;
}

.DocumentMetadataContainer {
	flex-basis: 65%;
	margin-left: 15px;
}

.OutputContainer .IconSVG {
	width: 46px;
	margin-top: -8px;
}

.CourseSectionSpacer {
	height: 2px;
	width: 780px;
	background-color: #afb0b2;
	margin: 0 0 0 189px;
}
.CourseSectionSpacerHide {
	display: none;
}
.CourseSectionContainer {
	display: flex;
	max-width: 1000px;
	flex-wrap: wrap;
	border-left: solid 6px #afb0b2;
	margin-bottom: 50px;
}
.ArrowDown {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #afb0b2;
	margin-top: -70px;
	margin-left: -7px;
	background-color: #ffffff;
}

.CourseClosingSpacer {
	height: 3px;
	width: 26px;
	background-color: #afb0b2;
	margin: -51px 0 0 -10px;
	position: absolute;
}

.OutputSectionSpacer {
	height: 3px;
	background-color: #34383c;
	max-width: 98px;
	width: 100%;
	margin: 14px 10px 0 15px;
}