/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*COLOR VARIABLES - see dark mode css for dark mode colors*/

:root
{
	--background-color-vanilla: #f5f4f0;
	--background-color-light: #FFF;
	--background-color-purple: #48237d;
	--background-color-purple-hover: #eee7f9;
	--background-color-green: #2D7048;
	--background-color-green-hover: #316245;
	--background-color-green-focus: #254934;
	--text-color-neutral: #252626;
	--text-color-white: #FFF;
	--link-color-blue: #116fae;
	--link-color-white: #FFF;
	--link-color-black: #252626;
	--link-color-black-hover: #252626b5;
	--border-color: #ddd;
	--highlight-color: #FAD7A2;
}

/*----SIZES AND RESPONSIVENESS----*/

.off-canvas-wrapper-inner
{
	flex: 1;
	display: flex;
}

/*Make room for scrollbar*/

.off-canvas-wrapper-inner .main-section
{
	width: 101vw;
	min-height: 95vh;
}

/*Width for TOC*/

.sidenav-wrapper
{
	width: 25vw;
	max-height: 84vh;
	background: transparent;
}

/*Padding around content & Area52*/

.body-container
{
	padding-top: 0;
	padding-left: 24px;
	padding-right: 24px;
}

/*Padding around the workspace*/

.main-section
{
	padding: 32px;
}

.main-section .row.outer-row
{
	padding: 0;
	position: relative;
}

.main-section .row.outer-row .content
{
	position: relative;
	border: 1px solid #e7e7e7;
	background-color: var(--background-color-light);
	padding: 2em 3em;
	float: left;
	border-radius: 12px;
	width: 52vw;
}

/* If .area52 is not present inside .content, adjust the width of .content. Doesn't work in Firefox */

.content:not(:has(.area52))
{
	width: 70vw !important;
}

.searchTopic .main-section .row.outer-row .content
{
	width: 80%;
	left: 0;
	float: none;
	margin: 0 auto;
}

.main-section .row.outer-row .area52
{
	position: fixed;
	padding: 0;
	width: 16vw;
	top: 136px;
	/* Needs fixing in HC wide screen. Should be 0 there */
	left: 81.5vw;
	overflow-y: auto;
	height: 84vh;
}

.main-section .row.outer-row .area52 > div + div
{
	/*border-top: none;*/
	margin-top: 5px;
}

div.Area52_TryButton
{
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	text-align: center;
}

.area52 > div.Area52_Newsletter h2 img
{
	top: 20% !important;
}

@media only screen and (max-width: 768px)
{
	.main-section #contentBody .area52
	{
		padding-top: 2em;
		position: relative;
		width: calc(100% + 22px);
		margin-left: -11px;
		margin-right: -11px;
		background: var(--background-color-light);
		border-top: 1px solid #e7e7e7;
		zoom: 1;
	}

	.main-section #contentBody .area52 > div
	{
		margin-bottom: 1%;
	}

	.main-section #contentBody .area52 > div
	{
		width: 100% !important;
		margin-left: 0 !important;
	}

	.main-section #contentBody .area52 > div.Area52_TryButton
	{
		height: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1400px)
{
	.main-section #contentBody .area52 > div.Area52_TryButton a
	{
		margin-top: 1.8em;
	}

	.main-section .row.outer-row .area52 > div.Area52_Newsletter,
	.main-section .row.outer-row .area52 > div.Area52_TryButton
	{
		height: 155px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px)
{
	.main-section #contentBody .area52
	{
		padding-top: 1em;
		position: relative;
		width: calc(100% + 2em + 2px);
		border-top: 1px solid #e7e7e7;
		zoom: 1;
	}

	.main-section #contentBody .area52 > div
	{
		width: 100%;
		margin-bottom: 1%;
	}

	.main-section #contentBody .area52 > div.Area52_TryButton a
	{
		margin-top: 2.8em;
	}
}

@media only screen and (min-width: 1280px)
{
	.main-section .content .menutablet
	{
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px)
{
	.main-section #contentBody .area52
	{
		top: 0;
		padding-top: 1em;
		position: relative;
		border-top: 1px solid #e7e7e7;
		zoom: 1;
	}
}

@media only screen and (max-width: 1400px)
{
	.title-bar-layout a.logo
	{
		display: none;
	}

	/* do not hide logo on Homepage for smaller screens*/

	.HomePage .title-bar-layout a.logo
	{
		display: block !important;
	}

	/*Align left of navigation*/

	.navigation-wrapper
	{
		justify-content: flex-start !important;
		margin-top: 11px;
	}

	.main-section .row.outer-row .content
	{
		padding-bottom: 0 !important;
		border-bottom: none !important;
		width: 100%;
		left: 0;
	}

	.main-section #contentBody .area52 > div
	{
		padding: 1em;
	}

	.main-section .row.outer-row .logosArea
	{
		position: relative;
		padding: 0;
		width: 100%;
		left: 0;
		float: right;
	}

	.main-section #content-body .menutablet,
	.main-section #content-body .menutablet ul
	{
		width: 100%;
		padding: 0;
	}

	.main-section #contentBody .area52:before,
	.main-section #contentBody .area52:after
	{
		content: " ";
		/*display: table;*/
	}

	.main-section #contentBody .area52:after
	{
		clear: both;
	}

	.main-section .row.outer-row .area52 > div
	{
		width: 100%;
		display: inline-block;
		float: left;
		clear: none;
	}

	.main-section .row.outer-row .area52 > div
	{
		padding-left: 1em;
	}

	.main-section .row.outer-row .area52 > div.Area52_TryButton
	{
		background-color: var(--background-color-light);
		border: 1px solid #e7e7e7;
		height: 140px;
	}

	.main-section .row.outer-row .area52 > div:first-child
	{
		padding-left: 0;
	}

	.main-section #contentBody .area52 > div.Area52_TryButton,
	.main-section #contentBody .area52 > div.Area52_Newsletter
	{
		width: 100%;
	}

	.main-section #contentBody .area52 > div.Area52_Newsletter
	{
		margin-left: 2%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px)
{
	.main-section .sideContent
	{
		left: 1px;
	}

	.logoContent
	{
		width: 100%;
	}

	h2.see_also + table
	{
		margin-bottom: 2em;
	}

	.main-section .row.outer-row .logosArea
	{
		position: relative;
		padding: 0 0 0 25%;
		width: 100%;
		left: 0;
		float: right;
	}

	.main-section .row.outer-row .area52
	{
		width: 100%;
		position: relative;
		left: 0 !important;
	}

	.main-section .row.outer-row .area52 > div
	{
		padding: 2em 3em !important;
	}

	.main-section .row.outer-row .area52 > div:not(\00003Afirst-child)
	{
		margin-top: 10px;
	}
}

/*@media only screen and (min-width: 1024px) and (max-width: 1220px) {*/

@media only screen and (max-width: 1220px)
{
	.main-section .row.outer-row .content
	{
		width: 100%;
		left: 0;
	}

	.main-section .sideContent
	{
		width: 23%;
	}

	.main-section .content > div.clearfix
	{
		right: 120%;
	}

	.logoContent
	{
		left: 0;
	}
}

@media only screen and (max-width: 1280px)
{
	/*.main-section .row.outer-row .content, 
	.main-section .sideContent, 
	.logoContent {
		left: 0;
		width: 100%;
	}*/

	.title-bar-layout a.logo
	{
		display: none;
	}

	/* do not hide logo on Homepage for smaller screens*/

	.HomePage .title-bar-layout a.logo
	{
		display: block !important;
	}

	.main-section .sideContent
	{
		display: none;
	}

	.tab-bar-section a.logo
	{
		margin-top: 2px;
	}

	.main-section .row.outer-row .area52 > div
	{
		width: 100%;
		display: block;
	}

	.main-section
	{
		padding: 1em;
		width: 100%;
	}

	.main-section .row.outer-row .content
	{
		padding: 2em;
		/*width: 100%;*/
	}

	ul.navigation
	{
		/*display: none !important;*/
	}

	/*Navigation block*/

	.navigation-wrapper ul.navigation li > a
	{
		font-size: 16px;
		border: none;
		background: var(--background-color-purple);
	}

	.navigation-wrapper ul.navigation li > a.selected
	{
		color: #0974b3;
	}

	nav.tab-bar .menu-icon
	{
		display: none !important;
		right: 0;
	}

	nav.tab-bar .menu-icon span
	{
		height: 45px;
		width: 45px;
	}

	.row.nav-search
	{
		right: 0;
		top: -2px;
		max-width: 200px;
	}

	.right-off-canvas-menu,
	.right-off-canvas-menu ul,
	.right-off-canvas-menu ul ul
	{
		background-color: #0974b3;
	}

	.right-off-canvas-menu ul li a
	{
		color: var(--text-color-white);
		border-bottom: none;
		padding: 12px;
	}

	.right-off-canvas-menu ul li a:hover,
	.right-off-canvas-menu ul li a.selected
	{
		background-color: #2282bb !important;
		color: var(--text-color-white);
		font-weight: normal !important;
		text-shadow: 1px 1px #086499;
	}

	.right-submenu .back > a
	{
		border-bottom: 1px solid #086499;
		font-weight: normal;
	}

	.right-submenu .back > a:hover
	{
		border-bottom: 1px solid #086499;
	}

	/*.main-section .row.outer-row .content{
		max-width: 100%;
	}*/

	.main-section .content .menutablet
	{
		float: none;
	}

	.main-section .sideContent ul,
	.main-section .content .menutablet ul
	{
		display: block !important;
	}

	.main-section .row.outer-row .content,
	.main-section .sideContent,
	.main-section .content .menutablet,
	.logoContent,
	.searchTopic .main-section .row.outer-row .content
	{
		left: 0;
		width: 100%;
	}

	.main-section
	{
		padding: 75px 1em 1em 1em;
	}

	.main-section .row.outer-row .content
	{
		padding: 1em;
	}

	.inner-wrap .tab-bar
	{
		padding: 5px 0;
	}

	.navigation-wrapper
	{
		float: none;
		display: block;
		background: transparent;
		height: 60px;
		position: absolute;
		top: 43px;
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
	}

	.navigation-wrapper ul.navigation
	{
		margin: 0;
		display: block !important;
	}

	.navigation-wrapper ul.navigation li > a
	{
		font-size: 14px;
		padding: 10px;
		color: #0974b3;
	}

	.main-section .row.outer-row .content
	{
		width: 100% !important;
	}

	.main-section .content
	{
		width: 100%;
		position: relative;
		max-width: 100%;
		margin-left: 0 !important;
	}

	.main-section .sideContent,
	.main-section .content .menutablet
	{
		width: 100% !important;
		position: relative;
		margin-top: 2em;
		max-width: 100%;
		left: 0 !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 100% !important;
		position: relative;
		max-width: 100%;
		left: 0 !important;
		top: 0;
	}

	/*Search field in small screen*/

	.row.nav-search
	{
		/*display: none !important;*/
		position: absolute;
		right: 0;
		top: 0;
		margin-top: -4px !important;
		width: 109px !important;
		max-width: 100px !important;
	}

	.row.nav-search .search-field
	{
		width: 250px !important;
	}

	ul.navigation li:last-child
	{
		display: block;
	}

	.navigation-wrapper ul.navigation
	{
		display: inline-flex !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		border-collapse: collapse;
		width: 96% !important;
		padding: 0;
		list-style: none;
	}

	.navigation-wrapper ul.navigation li
	{
		display: table-cell !important;
		width: 25% !important;
		vertical-align: middle;
		text-align: center;
		float: none;
	}

	.navigation-wrapper ul.navigation li:nth-child(6)
	{
		position: absolute;
		top: -63px;
		height: 42px;
		left: 0;
		width: auto !important;
	}

	.navigation-wrapper ul.navigation li:nth-child(6) a
	{
		/*font-size: 28px;
		background: transparent;
		color: #ffffff;*/
		background-color: transparent;
	}

	.navigation-wrapper ul.navigation li:nth-child(6) > a:hover
	{
		border: none;
	}

	.navigation-wrapper ul.navigation li:nth-child(6) a:before,
	.navigation-wrapper ul.navigation li:nth-child(6) a:after
	{
		content: "" !important;
		width: 0;
		height: 0;
	}

	.navigation-wrapper ul.navigation li a
	{
		display: block !important;
		padding: 10px 5px 10px 5px;
		text-decoration: none;
		color: var(--text-color-white);
		font-size: 16px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.navigation-wrapper ul.navigation li:nth-child(6) a
	{
		padding-top: 8px;
	}

	.navigation-wrapper ul.navigation.clearfix:before,
	.navigation-wrapper ul.navigation.clearfix:after
	{
		content: "" !important;
		width: 0;
		height: 0;
	}

	.navigation-wrapper ul.navigation li a:before
	{
		content: "" !important;
		display: block;
		height: 24px;
		position: relative;
		width: 24px;
		background-color: transparent;
		background-position: 0 0;
		background-repeat: no-repeat;
		margin: 0 auto;
		margin-bottom: 2px;
	}

	/*	.navigation-wrapper ul.navigation li:nth-child(1) a:before
	{
		background-image: url('../images/css/global-css-picto-vudplus-new-milestone.png');
		background-size: 24px 24px;
	}

	.navigation-wrapper ul.navigation li:nth-child(2) a:before
	{
		background-image: url('../images/css/global-css-picto-vudplus-faq-bubbles.png');
		background-size: 24px 24px;
	}

	.navigation-wrapper ul.navigation li:nth-child(3) a:before
	{
		background-image: url('../images/css/global-css-picto-vudplus-online-help.png');
		background-size: 24px 24px;
	}

	.navigation-wrapper ul.navigation li:nth-child(4) a:before
	{
		background-image: url('../images/css/global-css-picto-vudplus-giftbox.png');
		background-size: 24px 24px;
	}*/
}

@media only screen and (max-width: 767px)
{
	.main-section,
	.main-section .row.outer-row .content
	{
		padding: 10px;
	}

	.main-section
	{
		padding-top: 70px;
	}

	.row.nav-search
	{
		display: none !important;
	}

	.navigation-wrapper ul.navigation li:nth-child(4)
	{
		display: none !important;
	}

	.navigation-wrapper ul.navigation li:nth-child(5)
	{
		display: inline-table !important;
	}

	.navigation-wrapper ul.navigation li:nth-child(5) a:before
	{
		background-image: url('../images/css/global-css-search-icon.png');
		background-size: 24px 24px;
	}

	.navigation-wrapper ul.navigation li > a
	{
		font-size: 13px;
	}

	ul.navigation
	{
		padding: 0;
	}

	.navigation-wrapper ul.navigation li
	{
		white-space: normal;
	}
}

@media only screen and (max-width: 1800px)
{
	.row.nav-search
	{
		width: 60px !important;
	}

	.row.nav-search .search-field
	{
		width: 200px !important;
	}

	.row.nav-search .search-submit,
	.row.nav-search .search-submit:hover
	{
		right: -14px !important;
	}
}

/*End big block*/
/*AREA52*/

.area52-heading-wrapper
{
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	align-items: center;
	flex-direction: column;
}

.area52-heading-image
{
	
}

.area52-heading-image img
{
	width: 80px;
	height: auto;
}

.main-section .row.outer-row .area52 > div
{
	position: relative;
	clear: both;
	background-color: var(--background-color-light);
	border: 1px solid #e7e7e7;
	padding: 24px 0 24px 0;
	border-radius: 12px;
	margin-bottom: 24px;
}

.main-section .row.outer-row .area52 > div a
{
	text-decoration: none;
}

.main-section .row.outer-row .area52 > div p
{
	margin-bottom: .5em;
	padding: 0 3em 0 3em;
}

.main-section .row.outer-row .area52 > div h2
{
	margin-top: 0;
	color: var(--text-color-neutral);
	font-size: 22px;
	margin-bottom: .5em;
}

.main-section .row.outer-row .area52 > p
{
	padding: 15px 0;
	margin: 0;
}

.main-section .row.outer-row .area52 > p > a.btn
{
	border-width: 1px;
	border-style: solid;
	border-color: #4f8800 #437400 #2d5e00;
	color: var(--text-color-white);
	background: #4D8500;
	background: -webkit-linear-gradient(top, #569400 0,#487c00 40%,#477a00 100%);
	background: linear-gradient(to bottom, #569400 0,#487c00 40%,#477a00 100%);
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: subpixel-antialiased;
	line-height: 145%;
	padding: 13px 15px;
	height: 48px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	display: block;
	text-decoration: none !important;
}

.Area52_Forum div h2
{
	padding-left: 0 !important;
}

.AC_MESSAGES ul,
.Area52_Forum ul
{
	display: none;
}

.AC_MESSAGES h2,
.Area52_Forum h2 a
{
	font-weight: normal;
	font-size: 14px;
}

/*Fix for CTA-button - Widen it*/

#mc-main-content > div.area52 > div.Area52_TryButton > p
{
	padding: 0;
}

div.Area52_TryButton a
{
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding: 6px 12px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #2D7048 !important;
	color: var(--text-color-white) !important;
	transition: background-color .1s ease-in;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	border-radius: 5em;
	border: 1px solid transparent;
	line-height: 1.5;
}

div.Area52_TryButton a:focus
{
	text-decoration: none !important;
	background-color: #254934 !important;
}

div.Area52_TryButton a:hover
{
	text-decoration: none !important;
	background-color: #316245 !important;
}

ul.navigation li > a:hover
{
	text-decoration: none !important;
	border-bottom: 4px solid #ffffff;
}

ul.navigation li:nth-child(6) > a:hover
{
	cursor: default;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownHead a:hover
{
	color: var(--text-color-neutral-hover);
	text-decoration: none;
}

.MiniTOC-tiles > p:nth-child(n) > a:hover
{
	background: var(--background-color-purple-hover);
	background-repeat: no-repeat;
	background-position: -9999px -9999px;
}

div.Area52_TryButton p
{
	margin: 0 !important;
}

div.Area52_TryButton + div
{
	border-top: 1px solid #e7e7e7 !important;
}

/*----COLORS AND FONTS----*/
/*Color of background*/

.main-section
{
	background-color: var(--background-color-vanilla);
}

/*Background color of TOC*/

.sidenav-container
{
	background-color: var(--background-color-light);
	padding-bottom: 20px;
	border-radius: 12px;
}

/* Expanded section of TOC */

.is-accordion-submenu-parent.tree-node-selected
{
	background-color: var(--background-color-vanilla);
	border-radius: 12px;
}

/*setting overflow to parent for making rounded corners possible for above*/

ul.menu,
ul.menu ul,
ul.menu li
{
	overflow: auto;
}

/*Set font and color of base fonts*/

body,
li,
h1,
h2,
h3,
span.gui	/*a,*/
{
	font-family: Open sans;
	color: var(--text-color-neutral);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

span.gui
{
	font-weight: bold;
}

/*styling for text as code*/

span.span_7
{
	font: courier;
	font-family: 'Courier New';
}

/*end - styling for text as code*/

body
{
	font-size: 14px;
	background-color: var(--background-color-light);
}

MCXref xref,
.xref,
.MCXref,
MCXref xref,
MCXref xref:visited,
a,
#resultList h3.title a,
#resultList h3.title a:visited
{
	text-decoration: underline !important;
	color: var(--link-color-blue);
	text-decoration-color: #116FAE50 !important;
}

MCXref xref:hover,
a:hover
{
	text-decoration: underline !important;
}

h1,
h2,
h3,
h4
{
	font-family: Open sans;
	font-weight: normal;
	font-size: 6.4rem;
	margin-top: .7em;
	line-height: 1.2em;
	color: var(--text-color-neutral);
}

h1
{
	font-size: 32px;
	border-bottom: 0;
}

h2
{
	font-size: 28px;
	margin-bottom: 8px;
}

h3
{
	font-size: 24px;
	margin-bottom: 8px;
}

h4
{
	font-size: 20px;
	margin-bottom: 8px;
}

/* Special style for flexbox links, is based on a H4 but enables the WHOLE flexbox to be clickable when used --> see class ".h4-link-in-flexbox a" */

.h4-link-in-flexbox
{
	font-size: 20px;
	padding-bottom: 40px;
}

H1.rubrik_Gettingstarted
{
	font-size: 32px;
}

H1.rubrik_Release_notes
{
	font-size: 32px;
	text-align: center;
	margin: 0 0 10px 0;
	width: auto;
	padding: 16px;
	margin-bottom: 0px;
}

p.underrubrik_release_notes
{
	color: var(--text-color-neutral);
	text-align: center;
	padding-bottom: 15px;
}

p.underrubrik_release_notes > a
{
	color: var(--text-color-neutral);
}

ul.navigation a
{
	color: var(--text-color-white);
}

.main-section .sideContent ul.menu li a:hover,
.main-section .content .menutablet ul.menu li a:hover
{
	background-color: var(--background-color-purple-hover);
	color: var(--text-color-neutral);
	text-decoration: none !important;
	border-radius: 12px;
}

p,
ol,
ul
{
	margin-top: 0;
	margin-bottom: 1em;
}

ol
{
	list-style-position: inside;
	padding-left: 0;
}

ol > li
{
	/*hanging indent*/
	margin-left: 1em;
	list-style-position: outside;
}

/*increased hanging indent for dropdows in dropdowns*/

#mc-main-content > .MCDropDown > .MCDropDownBody > .MCDropDown > .MCDropDownBody > ol > li
{
	margin-left: 2em;
	list-style-position: outside;
}

ul
{
	padding-left: 17px;
}

p,
li
{
	line-height: 1.45;
}

li
{
	margin: 0;
	margin-bottom: 0.5em;
}

/*Search*/

p.Searchword
{
	margin-top: 1em;
	margin-bottom: 1em;
	color: #c8c8c8;
	font-style: italic;
}

/*Highlight of matching searchwords in topic*/

span.SearchHighlight,
div mark
{
	background-color: var(--highlight-color);
}

/*----ELEMENTS AND TABLES----*/
/* Container for flexboxes */

div.flex-tiles-container
{
	position: relative;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 100%;
}

/* Flexboxes column layouts */

div.flex-tiles-item-1col
{
	flex: 1 0 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-1col-pop
{
	flex: 1 0 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col
{
	flex: 1 0 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col-pop
{
	flex: 1 0 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-3col
{
	flex: 1 0 31%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-3col-pop
{
	flex: 1 0 31%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-4col
{
	flex: 1 0 23%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-4col-pop
{
	flex: 1 0 23%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-vanilla);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

/* Flexboxes column layouts, white */

div.flex-tiles-item-1col-white
{
	flex: 1 0 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-1col-white-pop
{
	flex: 1 0 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col-white
{
	flex: 1 0 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col-white-pop
{
	flex: 1 0 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-3col-white
{
	flex: 1 0 31%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-3col-white-pop
{
	flex: 1 0 31%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-4col-white
{
	flex: 1 0 23%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-4col-white-pop
{
	flex: 1 0 23%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 15px 10px 16px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

/*Apply pop-effect on flex boxes ending with "-pop"*/

div.flex-tiles-container > [class$="-pop"]:hover
{
	background: var(--background-color-purple-hover);
}

/*Special class for home.htm, Search bar*/

.HomePage #contentBody .search .search-field
{
	border-width: 1px;
	border-style: solid;
	border-color: #2D7048;
	border-radius: 12px;
	height: 48px;
	padding-right: 55px;
	font-size: 18px;
	line-height: 28px;
	color: #252626;
}

.HomePage #contentBody .search
{
	width: 80%;
}

/*Special class for home.htm, Plceholder text*/

.HomePage #contentBody .search .search-field::placeholder
{
	color: #b9bec1;
	opacity: 1;
}

/*Hide search bar in navigation area when on HomePage*/

.HomePage .title-bar-container.sticky-container .nav-search-wrapper .search-bar.search-bar-container.needs-pie
{
	display: none;
}

.HomePage .sideContent,
.HomePage .sidenav-wrapper
{
	display: none;
}

.HomePage #contentBody .search .search-submit
{
	background: #2D7048;
	border-width: 1px;
	border-style: solid;
	border-color: #2D7048;
	height: 48px;
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	border-radius: 0 12px 12px 0;
}

.HomePage #contentBody .search .search-submit:before
{
	background: url('../images/css/global-css-search-large.svg') no-repeat center center transparent;
	width: 20px;
	height: 20px;
	left: 13px;
	top: 13px;
	content: '';
	position: absolute;
}

.HomePage #contentBody .search .search-submit:hover
{
	background: #316245;
}

.HomePage #contentBody .search .search-submit:active
{
	background: #254934;
}

/*Special class for home.htm, to get the whole div:s clickable*/

.HomePage div.flex-tiles-container div.flex-tiles-item-3col-white-pop h2 a
{
	text-decoration: none !important;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 20px;
	padding-top: 20px;
	color: var(--text-color-neutral);
}

/*Special class for home.htm, to style the boxes*/

.HomePage div.flex-tiles-container div.flex-tiles-item-3col-white-pop
{
	min-height: 80px;
	padding-top: 28px;
}

.HomePage .navigation-wrapper
{
	display: none;
}

/* First heading in flexbox no padding */

div.flex-tiles-container > h1,
h2,
h3,
h4:first-child
{
	padding-top: 0px !important;
}

/*H4-class below is for links inside flexboxes and makes the whole div clickable*/

.h4-link-in-flexbox a
{
	text-decoration: none !important;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: end;
	justify-content: center;
	padding-bottom: 12px;
	padding-top: 6px;
	color: var(--text-color-neutral);
}

/* < 992px wide or less, go from three/four columns to two columns */

@media screen and (max-width: 992px)
{
	div.flex-tiles-item-3col,
	div.flex-tiles-item-3col-white-pop
	{
		flex: 1 0 48%;
	}

	div.flex-tiles-item-4col
	{
		flex: 1 0 48%;
	}
}

/* < 600px wide or less, display a single column for three or four cols layout */

@media screen and (max-width: 600px)
{
	div.flex-tiles-item-3col
	{
		flex: 1 0 98%;
	}

	div.flex-tiles-item-4col
	{
		flex: 1 0 98%;
	}
}

/* Icons in boxes centered and with minimal margins */

p.tile-pictogram
{
	text-align: center;
	line-height: normal;
	margin-bottom: 0px;
}

p.tile-title
{
	text-align: center;
	/*font-size: 1.4em;*/
	margin-bottom: unset;
}

p.tile-subtitle
{
	text-align: center;
	font-size: 0.9em;
}

p.tile-button
{
	margin-right: 8px;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 35px;
}

/* Flat white 100% col */

div.white-tile-1col
{
	flex: 0 0 98%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 12x;
	-webkit-border-radius: 12px;
	border-radius: 10px;
	padding: 30px 30px 16px 30px;
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

/*Tiles for mini-toc proxys*/

.MiniTOC-tiles
{
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	width: 100%;
	border-top-width: 0;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

.MiniTOC-tiles > p
{
	flex: 0 0 32%;
	float: left;
	-moz-box-sizing: border-box;
	background: var(--background-color-light);
	border: 1px solid #d3d3d3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	padding: 24px;
}

.MiniTOC-tiles > p:nth-child(n) > a
{
	font-size: 16px;
	text-decoration: none !important;
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 12px;
	padding-top: 12px;
	padding-left: 0;
	color: var(--text-color-neutral);
	background-position: -9999px -9999px;
}

div.MCMiniTocBox_MiniTOC-tiles_0
{
	border-top-width: 0px;
}

/* MiniTOC - <992px wide or less, go from three/four columns to two columns */

@media screen and (max-width: 992px)
{
	.MiniTOC-tiles > p
	{
		flex: 0 0 49%;
	}
}

/* MiniTOC - <600px wide or less, display a single column for three or four cols layout */

@media screen and (max-width: 600px)
{
	.MiniTOC-tiles > p
	{
		flex: 0 0 100%;
	}
}

span.circle
{
	font-size: 20px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	padding: 8px;
	background: var(--background-color-purple);
	border: 1px solid #fff;
	color: var(--text-color-white);
	text-align: center;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	z-index: 2;
}

span.circle_big
{
	font-size: 36px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 8px;
	background: var(--background-color-purple);
	border: 1px solid #fff;
	color: var(--text-color-white);
	text-align: center;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}

div.corner
{
	font-size: 36px;
	width: 0;
	height: 0;
	border-top: 110px solid #48237d;
	border-right: 110px solid transparent;
	color: var(--text-color-white);
	text-align: center;
	font-weight: bold;
	justify-content: left;
	position: absolute;
	left: 0;
	top: 0;
}

div.cornertext
{
	font-size: 36px;
	color: var(--text-color-white);
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-200%) translateX(100%);
}

/*Style for tags in Release notes*/

span.release_note_tag
{
	margin-bottom: 1em;
	border: solid 1px #dfdfdf;
	font-size: 8pt;
	padding: 6px;
	border-radius: 6px;
	background: var(--background-color-vanilla);
	margin-top: 1em;
	color: var(--text-color-neutral);
	font-weight: 600;
}

div.infobox-white
{
	padding: 20px 20px 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: var(--background-color-light);
}

/*CHM*/

p.Meddelanderubrik_masterpage_CHM
{
	color: #0974b3;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 10pt;
}

p.Meddelandetext_masterpage_CHM
{
	font-size: 8pt;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0;
	font-weight: normal;
	margin-bottom: 4px;
}

table.Meddelandetabell_masterpage_CHM
{
	font-size: 12px;
	color: #505050;
	padding: 0px 10px 0px 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #c0c0c0;
}

p.see_also
{
	margin-top: 0;
	margin-bottom: 1em;
}

table.see_also
{
	margin-top: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: auto;
}

/* Dropdown styles for Flare versions > 2019 r2 build 7283, Old classes kept for backward compatibility PK191216 */

.row > #mc-main-content > .MCDropDown > .MCDropDownHead,
h2.see_also
{
	background: var(--background-color-light);
	text-decoration: none;
	padding: 8px 5px 10px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	font-size: 15px;
	font-weight: normal;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownHead img
{
	display: none;
}

/*Dropdown head, 1st level*/

.row > #mc-main-content > .MCDropDown .MCDropDownHead a
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px !important;
	position: relative;
	background: none !important;
	display: table;
	color: var(--text-color-neutral);
	text-decoration: none !important;
}

.row > #mc-main-content > .MCDropDown .MCDropDownHead a:empty
{
	padding-top: 0;
	padding-bottom: 0;
}

.row > #mc-main-content > .MCDropDown .MCDropDownHead a
{
	
}

/*Dropdown head, 2nd level*/

.row > #mc-main-content .MCDropDown .MCDropDown .MCDropDownHead a
{
	text-decoration: underline !important;
}

/*Dropdown body, distance to body text*/

.MCDropDown_Open .MCDropDownBody
{
	padding-top: 6px;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-menu_arrow.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	left: -12px;
	top: -3px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: .72;
	text-decoration: none !important;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownHead a:empty:before
{
	display: none;
}

.row > #mc-main-content > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before
{
	/*top: -3px!important;*/
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.row > #mc-main-content > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before
{
	top: -3px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.row > #mc-main-content > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead img
{
	display: none;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-menu_arrow.svg');
	background-size: 32px 32px;
	/*background-position: 14px -12px;*/
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	content: '';
	position: absolute;
	left: -9px;
	top: -4px !important;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: .72;
}

.row > #mc-main-content > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownHead a:before
{
	top: -6px !important;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.row > #mc-main-content > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownBody .MCDropDown.MCDropDown_Closed a:before
{
	/*top: 10px !important;*/
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.row > #mc-main-content > .MCDropDown > .MCDropDownBody,
table.see_also,
h2.see_also + table
{
	margin-left: 8px;
	margin-right: 8px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: 0;
}

/* END Dropdown styles for Flare versions > 2019 r2 build 7283 */

.dropDownfielddescription
{
	margin-top: 2em;
}

h2.see_also
{
	margin-top: 1em;
	margin-bottom: 0;
}

.dropDowndropDownfielddescription > .dropDownHead,
h2.see_also
{
	font-size: 20px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.dropDowndropDownfielddescription .dropDownHead a:before
{
	top: 0px !important;
}

.dropDownfielddescription + h2.see_also
{
	margin-top: 0.5em;
}

.MCDropDown
{
	margin-bottom: 1em;
	padding-bottom: 0;
}

/*Dropdown inside info- and flexboxes*/

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownHead,
h2.see_also,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownHead,
h2.see_also
{
	background: var(--background-color-light);
	text-decoration: none;
	padding: 8px 5px 10px 15px;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	font-size: 15px;
	font-weight: normal;
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownHead img,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownHead img
{
	display: none;
}

#mc-main-content > div.infobox > .MCDropDown .MCDropDownHead a,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown .MCDropDownHead a
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none !important;
}

#mc-main-content > div.infobox > .MCDropDown .MCDropDownHead a:empty,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown .MCDropDownHead a:empty
{
	padding-top: 0;
	padding-bottom: 0;
}

#mc-main-content > div.infobox > .MCDropDown .MCDropDownHead a,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown .MCDropDownHead a
{
	padding-left: 17px !important;
	position: relative;
	background: none !important;
	display: table;
	color: var(--text-color-neutral);
}

#mc-main-content > div.infobox > .MCDropDown .MCDropDownHead a:hover,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown .MCDropDownHead a:hover
{
	color: var(--text-color-neutral-hover);
	/*text-decoration: none !important;*/
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownHead a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-menu_arrow.svg');
	/*background-size: 62px 8px;*/
	/*background-position: -17px 0;*/
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	left: -9px;
	top: -3px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: .72;
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownHead a:empty:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownHead a:empty:before
{
	display: none;
}

#mc-main-content > div.infobox > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before
{
	top: -3px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#mc-main-content > div.infobox > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before
{
	top: -3px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead img,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead img
{
	display: none;
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-arrow-small.svg');
	background-size: 33px 6px;
	background-position: -13px 0;
	background-repeat: no-repeat;
	width: 8px;
	height: 5px;
	content: '';
	position: absolute;
	left: 5px;
	top: 9px !important;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .72;
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownHead a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownHead a:before
{
	top: 10px !important;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownBody .MCDropDown.MCDropDown_Closed a:before,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownBody .MCDropDown.MCDropDown_Closed a:before
{
	top: 10px !important;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#mc-main-content > div.infobox > .MCDropDown > .MCDropDownBody,
table.see_also,
h2.see_also + table,
#mc-main-content > div.flex-tiles-container > div:nth-child(n) > .MCDropDown > .MCDropDownBody,
table.see_also,
h2.see_also + table
{
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top: 0;
	margin-left: 8px;
	margin-right: 8px;
}

/*End Dropdown inside info- and flexboxes*/

div.SeeAlso
{
	padding: 13px 10px 10px 13px;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-top: none;
	margin-bottom: 2em;
	margin-left: 8px;
	margin-right: 8px;
}

.SeeAlsolinkDoc,
.SeeAlsolinkmovie,
.SeeAlsolinkExternal,
.SeeAlsolinkPdf,
.SeeAlsolinkEducation,
.SeeAlsolinkSync,
.SeeAlsolinkGuide
{
	margin-bottom: 6px;
	display: block;
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	font-weight: normal;
	text-decoration: none;
}

div.SeeAlso > .MCMiniTocBox_0
{
	margin: 0;
	padding-bottom: 0;
}

div.SeeAlso > .MCMiniTocBox_0 > .MiniTOC1_0
{
	margin: 0 0 6px 0 !important;
}

/*Icons for SeeAlso-links*/

.SeeAlsolinkDoc
{
	background-image: url('../images/css/global-css-document-16.png');
}

.dark-mode .SeeAlsolinkDoc
{
	background-image: url('../images/css/global-css-document-16-dark-mode.png') !important;
}

.SeeAlsolinkmovie
{
	background-image: url('../images/css/global-css-video-16.png');
}

.dark-mode .SeeAlsolinkmovie
{
	background-image: url('../images/css/global-css-video-16-dark-mode.png') !important;
}

.SeeAlsolinkExternal
{
	background-image: url('../images/css/global-css-new-window-16.png');
}

.dark-mode .SeeAlsolinkexternal
{
	background-image: url('../images/css/global-css-new-window-16-dark-mode.png') !important;
}

.SeeAlsolinkPdf
{
	background-image: url('../images/css/global-css-pdf-16.png');
}

.dark-mode .SeeAlsolinkpdf
{
	background-image: url('../images/css/global-css-pdf-16-dark-mode.png') !important;
}

.SeeAlsolinkEducation
{
	background-image: url('../images/css/global-css-education-16.png');
}

.dark-mode .SeeAlsolinkEducation
{
	background-image: url('../images/css/global-css-education-16-dark-mode.png') !important;
}

.SeeAlsolinkSync
{
	background-image: url('../images/css/global-css-sync-16.png');
}

.dark-mode .SeeAlsolinkSync
{
	background-image: url('../images/css/global-css-sync-16-dark-mode.png') !important;
}

.SeeAlsolinkGuide
{
	background-image: url('../images/css/global-css-guide-16.png');
}

.dark-mode .SeeAlsolinkGuide
{
	background-image: url('../images/css/global-css-guide-16-dark-mode.png') !important;
}

/*Styling for SeeAlso-lankar END*/
/*Styling for MiniTOC for landningssidor PK180827*/

div.MCMiniTocBox_0
{
	border-top-style: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 1.5em;
}

p.MiniTOC1_0
{
	margin-top: 0;
	margin-bottom: 0 !important;
	margin: 5px 0 0 0 !important;
}

a.MiniTOC1:link
{
	background-image: url('../images/css/global-css-document-16.png');
	background-repeat: no-repeat;
	padding-left: 24px;
	font-weight: normal;
	margin-top: 0 !important;
	margin-bottom: 5px !important;
	text-decoration: underline;
	color: var(--link-color-blue);
}

/*Styling for MiniTOC for landningssidor END */

div.infobox
{
	padding: 20px 20px 10px 20px;
	background-color: var(--background-color-vanilla);
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
}

div.infobox-upsell
{
	padding: 20px;
	padding-left: 100px;
	/* Image width (60px) + 40px of total horizontal padding (2 * 20px) = 100px */
	background-position: 20px 20px;
	/* 20px from the left edge and vertically centered */
	background-repeat: no-repeat;
	background-color: var(--background-color-purple-hover);
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-size: 60px auto;
	min-height: 100px;
	/* Width of the image is explicitly set and height is scaled */
	background-image: url('../images/css/global-css-picto-padlock-unlocked.png');
}

div.infobox-bestdigitalpractise
{
	padding: 20px;
	padding-left: 100px;
	/* Image width (60px) + 40px of total horizontal padding (2 * 20px) = 100px */
	background-position: 20px 20px;
	/* 20px from the left edge and vertically centered */
	background-repeat: no-repeat;
	background-color: var(--background-color-purple-hover);
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-size: 60px auto;
	min-height: 100px;
	/* Width of the image is explicitly set and height is scaled */
	background-image: url('../images/css/global-css-picto-85-best-practice-liten.png');
}

table
{
	margin-top: 0;
	margin-bottom: 1.5em;
	/*width: 100%;*/
}

table td
{
	vertical-align: top;
}

.FilmBoxesClear table
{
	width: 100%;
}

table.tablestriped,
table.tablegrid
{
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 12px;
	overflow: hidden;
}

/*table header*/

table.tablestriped > thead > tr,
table.tablegrid > thead > tr
{
	background: var(--background-color-light);
}

table.tablestriped > thead > tr:first-child > th,
table.tablegrid > thead > tr:first-child > th,
table.tablestriped > thead > tr:first-child > th,
table.tablegrid > thead > tr:first-child > th,
table.tablestriped > thead:first-child > tr:first-child > th,
table.tablegrid > thead:first-child > tr:first-child > th,
table.tablestriped > thead > tr:first-child > td,
table.tablegrid > thead > tr:first-child > td,
table.tablestriped > thead > tr:first-child > td,
table.tablegrid > thead > tr:first-child > td,
table.tablestriped > thead:first-child > tr:first-child > td,
table.tablegrid > thead:first-child > tr:first-child > td
{
	border-top: 0;
}

table > thead > tr > th
{
	text-align: left;
	vertical-align: top;
}

table.tablestriped > thead > tr > th,
table.tablegrid > thead > tr > th
{
	border-left: 1px solid #e7e7e7;
	color: var(--text-color-neutral);
	font-weight: 400;
}

table.tablestriped > thead > tr > th,
table.tablegrid > thead > tr > th,
table.tablestriped > tfoot > tr > th,
table.tablegrid > tfoot > tr > th
{
	border-bottom: 1px solid #d6d6d6;
}

table.tablestriped > thead > tr > th,
table.tablegrid > thead > tr > th,
table.tablestriped > tbody > tr > th,
table.tablegrid > tbody > tr > th,
table.tablestriped > tfoot > tr > th,
table.tablegrid > tfoot > tr > th
{
	line-height: 120%;
	font-weight: 400;
	vertical-align: middle;
}

table.tablestriped > thead > tr > th,
table.tablegrid > thead > tr > th,
table.tablestriped > thead > tr > td,
table.tablegrid > thead > tr > td
{
	padding: 11px 10px 10px;
}

table.tablestriped > thead > tr > th,
table.tablegrid > thead > tr > th
{
	vertical-align: bottom;
	border-bottom: 1px solid #ddd;
}

/*BG color*/

table.tablestriped > tbody
{
	background-color: var(--background-color-light);
}

table.tablegrid > tbody
{
	background-color: var(--background-color-light);
}

table.tablegrid > tfoot,
table.tablestriped > tfoot
{
	background-color: var(--background-color-vanilla);
}

table.tablestriped > tbody > tr > th,
table.tablestriped > tfoot > tr > th,
table.tablestriped > tbody > tr > td,
table.tablestriped > tfoot > tr > td,
table.tablegrid > tbody > tr > th,
table.tablegrid > tfoot > tr > th,
table.tablegrid > tbody > tr > td,
table.tablegrid > tfoot > tr > td
{
	padding: 10px 10px 9px;
}

table.tablestriped > thead > tr > th,
table.tablestriped > tbody > tr > th,
table.tablestriped > tfoot > tr > th,
table.tablegrid > thead > tr > th,
table.tablegrid > tbody > tr > th,
table.tablegrid > tfoot > tr > th
{
	line-height: 120%;
	font-weight: 600;
	vertical-align: middle;
}

table.tablestriped > tbody > tr > th,
table.tablegrid > tbody > tr > th
{
	border-bottom: 0;
	border-top: 0;
}

table.tablestriped > thead > tr > th,
table.tablestriped > thead > tr > td,
table.tablestriped > tbody > tr > th,
table.tablestriped > tbody > tr > td,
table.tablestriped > tfoot > tr > th,
table.tablestriped > tfoot > tr > td
{
	border-left: 1px dotted #d0d0d0;
}

table.tablegrid > tbody > tr > th,
table.tablegrid > tbody > tr > td,
table.tablegrid > tfoot > tr > th,
table.tablegrid > tfoot > tr > td
{
	border-left: 1px solid #ddd;
}

/*every 2nd row color*/

table.tablestriped > tbody > tr:nth-child(2n+1) > td,
table.tablestriped > tbody > tr:nth-child(2n+1) > th
{
	background-color: var(--background-color-vanilla);
}

table.tablegrid > tbody > tr > td,
table.tablegrid > tbody > tr > th
{
	border-bottom: 1px solid #ddd;
}

table.tablestriped > thead > tr > th:first-child,
table.tablestriped > thead > tr > td:first-child,
table.tablestriped > tbody > tr > th:first-child,
table.tablestriped > tbody > tr > td:first-child,
table.tablestriped > tfoot > tr > th:first-child,
table.tablestriped > tfoot > tr > td:first-child,
table.tablegrid > thead > tr > th:first-child,
table.tablegrid > thead > tr > td:first-child,
table.tablegrid > tbody > tr > th:first-child,
table.tablegrid > tbody > tr > td:first-child,
table.tablegrid > tfoot > tr > th:first-child,
table.tablegrid > tfoot > tr > td:first-child
{
	border-left: 0;
}

table.tablestriped > tfoot > tr > td
{
	border-top: 1px solid #ddd;
}

table:not(\00002Estriped):not(\00002Eunderlined) > tfoot > tr > td
{
	font-weight: bold;
}

/**/
/*----TOC AND MENUS----*/

div.spcs_logo
{
	display: block;
}

/* New spcs style-specific, TOC colors*/

ul.sidenav li a.selected,
ul.sidenav li a.selected:hover
{
	border-bottom: none 0px transparent;
	color: var(--text-color-white);
	background: var(--background-color-purple);
	border-radius: 12px;
}

ul.sidenav li a:hover,
ul.sidenav ul > li > a:hover,
ul.sidenav ul ul > li > a:hover,
ul.sidenav ul ul ul > li > a:hover,
ul.sidenav ul ul ul ul > li > a:hover,
ul.sidenav ul ul ul ul ul > li > a:hover,
ul.sidenav ul ul ul ul ul ul > li > a:hover
{
	background-color: var(--background-color-purple-hover);
	color: #252626;
	text-decoration: none !important;
	border-radius: 12px;
}

/*Search icon*/

.row.nav-search .search-submit,
.row.nav-search .search-submit:hover
{
	background-color: transparent;
	opacity: 1;
	background: url('../images/css/global-css-search-icon.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 28px;
}

/*Vertical spacers*/

ul.navigation li > a
{
	padding: 14px 14px 14px 14px;
	line-height: 1.4;
	font-size: 18px;
	border-right: 1px solid #48237D85;
}

ul.navigation li:first-child > a
{
	/*border-left: 1px solid #ffffff80;*/
}

ul.navigation li:nth-child(4) > a
{
	border-right: 0px;
}

ul.navigation li:nth-child(6) > a
{
	font-size: 24px;
	margin-top: -6px;
	margin-bottom: 10px;
	font-weight: normal;
	background-image: url('../images/css/global-css-home.svg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	/* adjust as needed */
}

ul.navigation li > a.selected
{
	border-left: 1px solid #ffffff80;
}

ul.navigation li:nth-child(6) > a.selected
{
	background: transparent;
	border-right: none;
}

ul.navigation li:first-child > a.selected
{
	/*border-left: 1px solid #ffffff80;*/
}

ul.navigation li:last-child
{
	/*display: none;*/
}

ul.navigation > li > ul
{
	right: auto;
	left: 0;
}

ul.navigation li:hover > ul,
ul.navigation > li.has-children:hover:after
{
	visibility: hidden;
	opacity: 0;
}

.row.nav-search
{
	position: absolute;
	right: 0;
	top: 0;
	max-width: 200px !important;
	margin-top: 7px;
	padding-right: 1em;
}

/*move search bar in navigation area to the left*/

.title-bar-container.sticky-container .nav-search-wrapper .search-bar.search-bar-container.needs-pie
{
	right: 40px;
}

.row.nav-search .search-field
{
	height: 50px;
	width: 317px;
	padding-right: 40px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;
	background-color: var(--background-color-purple);
	color: var(--text-color-white);
	border-radius: 32px;
	left: -140px;
}

/*Start TOC arrows*/
/*Line-height for TOC entries*/

ul.sidenav ul > li > a
{
	line-height: inherit;
}

/*Create some space for menu arrows*/

ul.sidenav ul > li > a,
ul.sidenav li a
{
	padding-left: 2em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none !important;
	color: var(--text-color-neutral);
}

/*Set line height for 1st level TOC entries*/

ul.sidenav > li > a
{
	line-height: 28px;
}

/*Set line height for 2nd level TOC entries*/

ul.sidenav > li > li > a
{
	line-height: 20px;
}

.is-accordion-submenu-parent > a span.submenu-toggle-container	/* Size and placement of toc arrow container */
{
	height: 100%;
	left: 2px;
	width: 28px !important;
}

.is-accordion-submenu-parent > a span.submenu-toggle	/* Remove default Flare arrows */
{
	border: none;
}

.is-accordion-submenu-parent > a span.submenu-toggle::before	/* Add image for collapsed menu and rotate it */
{
	display: block;
	background: url('../images/css/global-css-menu_arrow.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	left: -20px;
	top: -13px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.is-accordion-submenu-parent > a [aria-expanded='true'] span.submenu-toggle::before	/* Adds image for expanded menu */
{
	display: block;
	background: url('../images/css/global-css-menu_arrow.svg');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	left: -20px;
	top: -13px;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is-accordion-submenu-parent.tree-node-selected > a[aria-expanded='true'] span.submenu-toggle::before	/* Adds another image for selected, expanded menu */
{
	background: url('../images/css/global-css-menu_arrow_white.svg');
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.is-accordion-submenu-parent.tree-node-selected > a[aria-expanded='false'] span.submenu-toggle::before	/* Adds another image for selected, expanded menu */
{
	background: url('../images/css/global-css-menu_arrow_white.svg');
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.is-accordion-submenu-parent > a[aria-expanded='true'] span.submenu-toggle	/* Stops the icon from flipping upside down when you expand the menu */
{
	-webkit-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle	/* After 2024r2. Keeps the arrow in place*/
{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 64%;
	left: 16px;
}

/*End TOC arrows*/

.navigation-wrapper
{
	justify-content: space-around;
	margin-top: 11px;
}

.title-bar-layout .logo-wrapper
{
	display: flex;
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	/* IE 10 */
	flex: 0 1 auto;
	order: 1;
	min-height: 40px;
	align-self: flex-end;
	justify-content: center;
	flex-basis: auto;
	top: 28px;
	position: absolute;
	margin-left: 2.5em;
}

ul.navigation
{
	/*margin-left: 10px;*/
	padding-left: 0;
	display: inline-block !important;
}

ul.navigation li
{
	float: none;
	display: inline-block !important;
}

/*----BREADCRUMBS----*/

div.MCBreadcrumbsBox_0
{
	border-bottom-color: #dcdcdc !important;
	margin-bottom: 20px;
	font-size: 12px;
	padding-bottom: 15px;
}

.MCBreadcrumbsBox_0,
.MCBreadcrumbsBox_0 span
{
	color: var(--text-color-neutral) !important;
}

.MCBreadcrumbsBox_0 .MCBreadcrumbsDivider
{
	color: var(--text-color-neutral) !important;
}

/*----Hiding and other magic stuff----*/
/*Hide Home and search from side navigation*/

ul.sidenav li a[href*="home.htm"]
{
	display: none !important;
}

/*Hide TOC on searchpage*/

.searchTopic .sideContent,
.searchTopic .sidenav-wrapper
{
	display: none;
}

/*Hide TOC on homepage*/

.HomePage .sideContent,
.HomePage .sidenav-wrapper
{
	display: none;
}

/*Forum widget*/

.AC_MESSAGES #gsfn_list_widget > div,
.Area52_Forum #gsfn_list_widget > div
{
	display: none;
}

/* Show hidden elements when printing from browser */

@media print
{
	/* show dropdown body in in HTML5 and WebHelp (which has random suffix) */

	[class^="MCDropDownBody"]
	{
		display: block !important;
		display: initial !important;
	}

	/* prevent the menu, search bar and the row of buttons from printing */

	nav,
	.sideContent,
	div.MCBreadcrumbsBox_0,
	div.menutablet,
	div.area52,
	#feedback-container
	{
		display: none !important;
	}

	.main-section .row.outer-row .content
	{
		width: 100%;
		padding: 0;
		border: none;
		float: none;
		left: 0;
	}
}

/*END*/
/*----UNKNOWN----*/

.miniTOC
{
	display: none !important;
}

p.masterpage_program_name
{
	display: none;
}

.outer-row
{
	max-width: 100% !important;
}

.off-canvas-wrapper-inner .outer-row
{
	padding-left: 0;
	padding-right: 0;
}

.off-canvas-list
{
	display: none;
}

.inner-wrap .tab-bar
{
	color: var(--text-color-white);
	padding: 0;
	background-image: linear-gradient(90deg, var(--background-color-purple), #8049CC);
	min-height: 96px;
}

.inner-wrap .tab-bar .title-bar-section
{
	width: 100%;
	padding: 0;
	min-height: 1em;
	height: 46px;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding: 0 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 14px;
	margin-top: 14px;
}

.tab-bar-section.middle > div
{
	min-height: 33px;
}

.tab-bar-section a.logo
{
	position: relative;
	margin-top: 9px;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
	display: inline-block;
	text-decoration: None;
	font-weight: 300;
}

/*Hide search in top menu*/

ul.navigation li:nth-child(5)
{
	display: none !important;
}

/*Product name in top menu*/

ul.navigation li:nth-child(6)
{
	float: left;
}

ul.navigation li:nth-child(6) > a
{
	border: none;
	cursor: pointer !important;
	text-decoration: none !important;
}

ul.navigation li:nth-child(4)
{
	
}

nav.tab-bar .menu-icon
{
	display: none !important;
}

.main-section .sideContent,
.main-section .content .menutablet
{
	position: relative;
	left: 0;
	width: 23%;
	top: 0;
	background-color: var(--background-color-light);
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	margin-bottom: 1em;
	float: left;
	left: -10.4%;
}

.main-section .sideContent ul,
.main-section .content .menutablet ul
{
	width: 100%;
	padding: 0;
	background-color: var(--background-color-light);
}

.main-section .sideContent > ul > li a,
.main-section .content .menutablet > ul > li a
{
	line-height: 125%;
	color: var(--text-color-neutral);
}

/*Old indrag?*/

.main-section .sideContent > ul.menu > li:nth-child(4),
.main-section .sideContent > ul.menu > li:nth-child(5),
.main-section .content .menutablet > ul.menu > li:nth-child(4),
.main-section .content .menutablet > ul.menu > li:nth-child(5)
{
	display: none;
}

.main-section .sideContent ul li a,
.main-section .content .menutablet ul li a
{
	text-decoration: none;
	padding: 12px 15px 11px 25px;
}

.main-section .sideContent > ul > li.has-children > ul > li > a:before,
.main-section .content .menutablet > ul > li.has-children > ul > li > a:before
{
	left: 23px;
}

.main-section .sideContent ul li a,
.main-section .content .menutablet ul li a
{
	position: relative;
}

.main-section .sideContent ul li a:after,
.main-section .content .menutablet ul li a:after
{
	display: block;
	/*background: url('../images/css/global-css-arrow-large.svg');*/
	background-size: 62px 8px;
	background-position: -17px 0;
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
	content: '';
	position: absolute;
	left: 8px;
	top: 17px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .72;
}

.main-section .sideContent ul li.has-children > a:after,
.main-section .content .menutablet ul li.has-children > a:after
{
	background-position: -17px 0;
	top: 18px;
	background-repeat: no-repeat;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.main-section .sideContent ul li.has-children > ul li a.selected + ul li a.selected:hover,
.main-section .content .menutablet ul li.has-children > ul li a.selected + ul li a.selected:hover
{
	background-color: var(--background-color-purple-hover) !important;
}

.main-section .sideContent ul li a.selected:hover,
.main-section .content .menutablet ul li a.selected:hover
{
	background-color: var(--background-color-purple) !important;
	color: var(--text-color-white);
}

.main-section .sideContent ul li.has-children a.selected:after,
.main-section .content .menutablet ul li.has-children a.selected:after
{
	content: '';
}

.main-section .sideContent ul li.has-children > ul li a,
.main-section .sideContent ul li.has-children > ul li a.selected + ul li a,
.main-section .content .menutablet ul li.has-children > ul li a,
.main-section .content .menutablet ul li.has-children > ul li a.selected + ul li a
{
	background: none;
	border-top: none;
}

.main-section .sideContent ul li.has-children > ul li a:hover,
.main-section .sideContent ul li.has-children > ul li a.selected + ul li a:hover,
.main-section .content .menutablet ul li.has-children > ul li a:hover,
.main-section .content .menutablet ul li.has-children > ul li a.selected + ul li a:hover
{
	background-color: var(--background-color-purple-hover);
	color: var(--text-color-neutral);
	text-decoration: none !important;
	border-radius: 12px;
}

.main-section .sideContent ul li > ul li.has-children ul,
.main-section .content .menutablet ul li > ul li.has-children ul
{
	background-color: var(--background-color-light) !important;
}

.main-section .sideContent ul li > a.selected,
.main-section .content .menutablet ul li > a.selected
{
	color: var(--text-color-white);
	background: var(--background-color-purple);
	border-radius: 12px;
}

.main-section .sideContent ul:not(.menu) li a.selected,
.main-section .content .menutablet ul:not(.menu) li a.selected
{
	color: var(--text-color-white);
	background: var(--background-color-purple);
	border-radius: 12px;
}

.main-section .sideContent ul:not(.menu) li a.selected:hover,
.main-section .content .menutablet ul:not(.menu) li a.selected:hover
{
	color: var(--text-color-white);
	background: var(--background-color-purple);
	border-radius: 12px;
}

.main-section .sideContent > ul > li > ul > li > a,
.main-section .content .menutablet > ul > li > ul > li > a
{
	padding-left: 40px !important;
}

.main-section .sideContent > ul > li > ul > li > a:after,
.main-section .content .menutablet > ul > li > ul > li > a:after
{
	left: 23px !important;
}

.main-section .sideContent > ul > li > ul > li > ul > li a,
.main-section .content .menutablet > ul > li > ul > li > ul > li a
{
	padding-left: 55px !important;
}

.main-section .sideContent > ul > li > ul > li > ul > li a:after,
.main-section .content .menutablet > ul > li > ul > li > ul > li a:after
{
	left: 38px !important;
}

.main-section .row.outer-row > p
{
	margin: 0;
}

.logoContent
{
	margin: 1em 0;
	text-align: center;
	left: 0;
	position: relative;
	float: right;
	width: 120%;
}

.logoContent:before,
.logoContent:after
{
	content: " ";
	display: table;
}

.logoContent:after
{
	clear: both;
}

.MCDropDown .MCDropDownBody .MCDropDown.MCDropDown_Closed
{
	margin-bottom: .5em;
}

.row > .MCDropDown > .MCDropDownHead,
h2.see_also
{
	background: #fafafa;
	background-image: url('../images/css/global-css-menu_arrow.svg');
	background: var(--background-color-vanilla);
	text-decoration: none;
	padding: 8px 5px 10px 15px;
	border: 1px solid #dcdcdc;
	font-size: 15px;
	font-weight: normal;
}

.row > .MCDropDown > .MCDropDownHead img
{
	display: none;
}

.row > .MCDropDown .MCDropDownHead a
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px !important;
	position: relative;
	background: none !important;
	display: table;
}

.row > .MCDropDown .MCDropDownHead a:empty
{
	padding-top: 0;
	padding-bottom: 0;
}

.row > .MCDropDown > .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-arrow-large.svg');
	background-size: 62px 8px;
	background-position: -17px 0;
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .72;
}

.row > .MCDropDown > .MCDropDownHead a:empty:before
{
	display: none;
}

.MCDropDown_Open .dropDownBody .dropDown span.dropDownHead a
{
	text-decoration: underline;
}

.row > .MCDropDown.MCDropDown_Open > .MCDropDownHead a:before
{
	top: 9px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

table.see_also,
h2.see_also + table
{
	width: 98.3%;
	margin: 0;
}

.row > .MCDropDown > .MCDropDownBody,
table.see_also,
h2.see_also + table
{
	margin-left: 8px;
	margin-right: 8px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

table.see_also td,
h2.see_also + table td
{
	width: 97%;
}

table.see_also td:first-child,
h2.see_also + table td:first-child
{
	width: 3%;
	padding-right: 3px;
}

.row > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead img
{
	display: none;
}

.row > .MCDropDown > .MCDropDownBody .MCDropDown .MCDropDownHead a:before
{
	display: block;
	background: url('../images/css/global-css-arrow-small.svg');
	background-size: 33px 6px;
	background-position: -13px 0;
	background-repeat: no-repeat;
	width: 8px;
	height: 5px;
	content: '';
	position: absolute;
	left: 5px;
	top: 9px !important;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .72;
}

.row > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownHead a:before
{
	top: 10px !important;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.row > .MCDropDown > .MCDropDownBody .MCDropDown.MCDropDown_Open .MCDropDownBody .MCDropDown.MCDropDown_Closed a:before
{
	top: 10px !important;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

.searchTopic h1#results-heading
{
	font-weight: normal;
	color: var(--text-color-neutral);
}

#resultList .url cite
{
	color: var(--text-color-neutral);
}

#resultList .description
{
	font-size: unset;
}

@media only screen and (min-width: 1400px)
{
	.main-section
	{
		min-height: 1100px;
	}
}

div.infobox-purple
{
	padding: 20px 20px 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 12px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: var(--background-color-purple-hover);
}

