/*<meta />*/

/*==Topic General Styles==*/

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* VISMA */

@media screen and (max-width: 1400px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 190px !important;
	}
}

@media screen and (min-width: 1400px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 100% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 220px !important;
	}
}

@media screen and (min-width: 1800px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 90% !important;
	}

	.main-section .row.outer-row .area52
	{
		width: 250px !important;
	}
}

@media screen and (min-width: 2000px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 80% !important;
	}
}

@media screen and (min-width: 2300px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 70% !important;
	}
}

@media screen and (min-width: 2600px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 60% !important;
	}
}

@media screen and (min-width: 2950px)
{
	.off-canvas-wrapper-inner .outer-row
	{
		max-width: 50% !important;
	}
}

:root
{
	--Black: #212121;
	--SuccessDefault: #00651D;
	--SuccessIndicator: #0FA71E;
	--SuccessLight: #53CB75;
	--BrandDark: #132A4E;
	--BrandDefault: #114F7E;
	--BrandLight: #C8F1FA;
	--BrandExtraLightOpacity20: rgba(3, 235, 255, 0.2);
	--BrandExtraLightOpacity10: rgba(3, 235, 255, 0.1);
	--BrandExtraLight: #F2F8FA;
	--PurpleDefault: #700064;
	--RedIndicator: #C10D0D;
	--White: #ffffff;
	--Dark: #2a2a2a;
	--Medium: #959FB3;
	--Light: #F9F9F9;
	--NavigationBackground: #ECEFF1;
}

/* CONTENT DIV; NAVIGATION AND OUTER BORDER */
/*Background color in nav menu*/

.sidenav-container
{
	padding-bottom: 20px;
}

.sidenav-wrapper
{
	/*	margin-top: 0 !important;
	margin-right: 8px !important; */
	border-radius: 16px !important;
}

.main-section
{
	padding: 2em;
	background-color: #ECEFF1;
}

.main-section .row.outer-row
{
	/*padding: 0;*/
	position: relative;
}

.main-section .row.outer-row .content
{
	position: relative;
	/*border: 1px solid #e7e7e7;*/
	border-radius: 16px;
	background-color: #fff;
	padding: 2em 3em;
	width: 77%;
	left: -23.5%;
	float: right;
}

.searchTopic .main-section .row.outer-row .content
{
	width: 80%;
	left: 0;
	float: none;
	margin: 0 auto;
}

/* Container for flexboxes */

div.flex-tiles-container
{
	mc-grid-row: true;
	margin-right: auto;
	margin-top: 5%;
}

div.flex-tiles-container::before
{
	content: ' ';
	display: table;
}

div.flex-tiles-container::after
{
	content: ' ';
	display: table;
	clear: both;
}

/* Flexboxes column layouts */

div.flex-tiles-item-1col
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F9F9F9;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 30px 16px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F9F9F9;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 30px 16px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-3col
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F9F9F9;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 10px 16px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-4col
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F9F9F9;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px 10px 16px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	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%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px 16px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	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%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px 16px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-item-2col-blue
{
	flex: 1 0 48%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(3, 235, 255, 0.1);
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px 16px 30px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	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%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px 16px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	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%;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #959FB3;
	-moz-border-radius: 10x;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 10px 16px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	position: relative;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

div.flex-tiles-container > [class^="flex-tiles-item"]:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	background: rgba(3, 235, 255, 0.1);
	transition: .2s all ease-in-out;
	transform: scale(1.01);
}

/* Outer area for additional information */

.main-section .row.outer-row .area52
{
	position: absolute;
	padding: 16px;
	width: 300px;
	right: 0;
	float: right;
	border-radius: 16px;
	margin-right: 2px;
	background: #ffffff;
}

/*.main-section .row.outer-row .area52 > div + div
{
	margin-top: 5px;
}*/

.main-section .row.outer-row .area52 > div
{
	/*	position: relative;
	clear: both; */
	border-bottom: 1px solid #e7e7e7;
}

.main-section .row.outer-row .area52 > div a
{
	text-decoration: none;
	font-size: 16px;
}

.main-section .row.outer-row .area52 > div a:hover
{
	text-decoration: underline;
}

.Area52_TryButton
{
	border-bottom: 0px !important;
	/*ensures that the try button has no line below (defined for other divs in area52*/
}

/*.main-section .row.outer-row .area52 > div p
{
	margin-bottom: .5em;
}*/

/*.main-section .row.outer-row .area52 > div h2
{
	margin-top: 0;
	color: #222;
	font-size: 14px;
	margin-bottom: .5em;
	font-weight: 600;
}*/

.main-section .row.outer-row .area52 > p
{
	padding: 15px 0;
	margin: 0;
}

a.btn
{
	color: #ffffff !important;
	background: #114F7E;
	box-shadow: 0 1px 0 rgba(0,0,0,0.15);
	padding: 8px;
	height: fit-content;
	border-radius: 8px;
	width: 100%;
	display: grid;
	/* necessary for justify content */
	text-align: center;
	justify-content: center;
	/* center the content horizontally */
	align-items: center;
	/* center the content vertically */
}

a.btn:hover
{
	background: #132A4E;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transition: .2s all ease-in-out;
	transform: scale(1.01);
	text-decoration: none !important;
	font-size: 14px;
}

/*
div.Area52_TryButton
{
	margin: 1.5em 0 !important;
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
}
*/

/* END VISMA */
/*COPY FROM HOME STYLESHEET*/

div.home-container	/*container for the home page wrapping; margin is important for wrapping*/
{
	margin-left: 1%;
	margin-right: 1%;
	width: auto;
}

.body-container	/*main container for content hoc*/
{
	padding-top: 0 !important;
	/*Overrides padding set in the skin*/
}

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	/* mc-grid-row: true;
	margin-right: auto;
	margin-top: 5%; */
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);
}

div.home-tiles > div:nth-child(1)
{
	width: 32%;
}

div.home-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 32%;
}

div.home-tiles > div:nth-child(3)
{
	margin-left: 2%;
	width: 32%;
}

div.home-tiles > div:nth-child(4)
{
	width: 23%;
	margin-left: 2%;
}

/*End standard home tiles from original */
/*===================Elements for text contained within each home-tile=*/

p.tile-title
{
	text-align: left;
	font-weight: bold;
	color: #212121;
	font-size: 16px;
}

p.tile-subtitle
{
	text-align: left;
	color: #959FB3;
}

p.tile-content
{
	text-align: left;
	color: #212121;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.footer
{
	margin-left: 2%;
	margin-top: 5%;
}

p.footer
{
	line-height: 13pt;
	color: #2a2a2a;
}

p.title-text	/*To get the title text page a little smaller*/
{
	margin-right: 30%;
	font-size: 16px;
	color: #212121;
}

/*END COPY FROM HOME STYLESHEET*/
/*START BODY AND HEADING STYLES*/

body
{
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #212121;
	background: #F9F9F9;
}

h1
{
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-size: 32px;
	line-height: 150%;
	font-weight: 600;
}

h2
{
	font-size: 24px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 60px;
}

h2#VideoHeading
{
	margin-top: 0.5em;
}

h3
{
	font-size: 18px;
	line-height: 100%;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 35px;
}

h4
{
	font-size: 16px;
	line-height: 100%;
	color: #666666;
	font-weight: 500;
	margin-top: 25px;
	margin-bottom: 8px;
}

/*END BODY AND HEADING STYLES*/
/*== ALL P AND LIST STYLES ==*/

p,
li
{
	line-height: 1.45;
}

ol,
ul
{
	list-style-position: outside;
	padding-left: 20px;
}

p.seealso
{
	padding-top: 20px;
	margin-bottom: 0;
}

p.Note
{
	border-left-width: 2px;
	margin-left: 0;
	border-left-style: dotted;
	padding: 8px;
	background: rgba(3, 235, 255, 0.2);
	border-left-color: #2a2a2a;
}

p.CC5
{
	font-weight: normal;
	border-top: inset 1px #f0f0f5;
	border-top-style: solid;
	border-bottom-style: solid;
	border-radius: 8px;
	padding-left: 80px;
	text-indent: -74px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-width: 2px;
	border: solid 1px #2a2a2a;
	background: rgba(3, 235, 255, 0.2);
	font-size: 12px;
}

p.Tip
{
	margin-left: 0;
	border-left-width: 2px;
	border-left-color: #114F7E;
	border-left-style: dashed;
	padding: 8px;
	padding-left: 6px;
}

p.Other
{
	margin-left: 0;
	padding-left: 8px;
	padding-right: 8px;
	background-color: rgba(3, 235, 255, 0.1);
	/*border: solid 1px var(--Dark);*/
	border-radius: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

p.Section	/*To highlight sections which shall not be standard headings*/
{
	color: #212121;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 8px;
	font-weight: 600;
}

p.Subsection	/*To highlight sections which shall not be standard headings*/
{
	color: #212121;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 8px;
	font-weight: 600;
}

p.TaskHeading	/*Heading for task lists (how to ...)*/
{
	/*	color: var(--Dark); */
	margin-bottom: 8px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
}

p.TaskRefList	/* For reference lists in task files */
{
	margin-top: 0px;
	margin-bottom: 0px;
}

p.MiniTOC1	/*MiniTOC for CSS*/
{
	font-weight: normal;
	margin: 0;
	margin-bottom: 2px;
	margin-top: 2px;
}

/* == ALL IMAGE STYLES ==*/

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
	border: solid 2px #ffffff;
	border-color: #114F7E;
	border-width: 0.5px;
	border-style: solid;
}

img.ReducedSize50
{
	width: 50%;
	mc-thumbnail: none;
	border: solid 2px #ffffff;
	border-width: 0px;
}

img.icon	/* Used to align icons with text */
{
	position: relative;
	top: 8px;
	padding-right: 2px;
	mc-thumbnail: none;
	border: solid 2px transparent;
	border-style: none;
	border-width: 0px;
}

img.aniGIF	/* Used for animated gif's in HOW TO files to set a border around the gif */
{
	/* Vector */
	/* primary/primary */
	background-color: transparent;
	border-style: solid;
	mc-thumbnail: none;
	border: solid 2px rgba(3, 235, 255, 0.1);
	border-width: 0px;
}

/* == END ALL IMAGE STYLES ==*/
/* == START ALL LINK STYLES ==*/

a
{
	color: #114F7E;
}

a:link
{
	text-decoration: none;
	color: #114F7E;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
	color: #114F7E;
}

a.MCBreadcrumbsLink
{
	color: #114F7E;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #4682b4;
}

a.MCBreadcrumbsLink:hover
{
	color: #003a80;
}

a.mc-prev	/*Changes the slide show navigation arrow*/
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-left.png') !important;
	background-position: 0 0 !important;
}

a.mc-next	/*Changes the color of the slide show arrow*/
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-right.png') !important;
	background-position: 0 0 !important;
}

a.MiniTOC1:hover
{
	text-decoration: underline;
}

a.MiniTOC1:link
{
	color: #114F7E;
}

/* == END ALL LINK STYLES ==*/
/* ====== START DIVS AND OTHER CONTAINERS ===*/

.NewsFooter
{
	line-height: 13pt;
	color: #2a2a2a;
	position: fixed;
	bottom: 0;
	font-size: 10px;
}

/*.body-container
{
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
}*/

div.NewsLogo
{
	background-repeat: no-repeat;
	background-position: 30pt;
	background-image: url('../Images/Assets/Icons/MainIcons/Logo.png');
}

/* ====== END DIVS AND OTHER CONTAINERS ===*/
/*==Mad Cap proxy/editor assigned styles==*/

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-style: normal;
	color: #2a2a2a;
	font-size: 12px;
}

MadCap|xref
{
	mc-format: '{para}';
	font-weight: normal;
	color: #114F7E;
}

MadCap|xref:hover
{
	color: #114F7E;
	text-decoration: underline;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.png');
	mc-closed-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.png');
	border: solid 0.5px #959FB3;
	border-radius: 8px;
	padding-bottom: 8px;
	margin-top: 16px;
}

MadCap|dropDownHotspot
{
	color: #114F7E;
	font-weight: normal;
	font-size: 16px;
}

MadCap|dropDownHead
{
	padding-left: 8px;
	padding-right: 8px;
}

MadCap|dropDownBody
{
	margin-left: 32px !important;
	margin-right: 32px !important;
}

MadCap|relatedTopics
{
	color: #4682b4;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #003a80;
	font-family: 'Inter';
}

MadCap|helpControlMenuItem
{
	font-family: 'Inter';
}

/* == Mini-TOC ==  */

MadCap|miniTocProxy
{
	padding-top: 1px;
	margin-top: 10px;
	padding-left: 5px;
	mc-auto-number-format: 'Contains:';
	mc-auto-number-class: miniTocBoxTitle;
	mc-toc-depth: 1;
}

span.miniTocBoxTitle
{
	font-weight: bold;
	color: #212121;
}

div.MCMiniTocBox
{
	mc-auto-number-format: 'Contains:';
	mc-auto-number-class: miniTocBoxTitle;
	border-top: solid 1px #959FB3;
}

/* == for relationship tables == */

MadCap|relationshipsHeading
{
	font-size: 11pt;
	mc-label: 'Related topics';
}

MadCap|relationshipsItem
{
	font-size: 10pt;
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'About';
	font-size: 11pt;
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'Related windows';
	font-size: 11pt;
}

MadCap|relationshipsHeading.task
{
	font-size: 11pt;
	mc-label: 'Related tasks';
}

MadCap|xref:focus
{
	color: #114F7E;
	text-decoration: none;
}

MadCap|relatedTopics:hover
{
	color: #0095db;
}

MadCap|dropDownHotspot:hover
{
	text-decoration: underline;
}

/* == START NAVIGATION - ADJUSTED WITH OWN ICON  ==  */

.is-accordion-submenu-parent > a span.submenu-toggle	/* Removes the default arrow/triangle */
{
	border: none;
}

.is-accordion-submenu-parent > a span.submenu-toggle	/* Same as before. Removes the border that creates the default triangle shape */
{
	border: none;
}

.is-accordion-submenu-parent > a span.submenu-toggle::after	/* Adds a default icon (for when the menu is collapsed). I used a white Spade this time. */
{
	content: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.svg');
	/* The icon */
	color: #114F7E;
	/* The color of the icon */
	font-size: 1.5em;
	/*  The size of the icon */
	position: absolute;
	/* Do not change */
	left: -11px;
	/* The left/right positioning of the icon */
	bottom: -16px;
	/* The top/bottom positioning of the icon */
}

.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'] span.submenu-toggle::after	/* Changes the icon for when the menu is expanded - I used a heart and made it orange. */
{
	content: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.svg');
	color: #114F7E;
}

._Skins_HoC_Side_Navigation .search-bar .search-filter
{
	background-image: url('../Images/Assets/Icons/MainIcons/filter-1.svg') !important;
}

._Skins_HoC_Side_Navigation .search-bar .search-filter.selected
{
	background-image: url('../Images/Assets/Icons/MainIcons/filter-1-filled.svg') !important;
}

._Skins_HoC_Side_Navigation .search-bar.search-bar-container .search-submit
{
	background-image: url('../Images/Assets/Icons/MainIcons/search.svg') !important;
}

@media only screen and (max-width: 1250px)
{
	._Skins_HoC_Side_Navigation nav.title-bar .menu-icon span
	{
		background-image: url('../Images/Assets/Icons/MainIcons/menu.svg') !important;
	}
}

._Skins_HoC_Side_Navigation .title-bar-layout a.logo
{
	background-image: url('../Images/Assets/Icons/MainIcons/favicon_Light_mode.svg') !important;
	background-size: 54px 54px;
}

._Skins_TopicToolBar.mc-component .button.remove-highlight-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/edit.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.expand-all-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/unfold.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.collapse-all-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/unfold.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.select-language-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/globe-border.svg') !important;
}

._Skins_TopicToolBar.mc-component .button.print-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/print.svg') !important;
}

._Skins_CSH_Topic_toolbar.mc-component .button.expand-all-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/unfold.svg') !important;
}

._Skins_CSH_Topic_toolbar.mc-component .button.back-button .button-icon
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-left.svg') !important;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-down.svg') !important;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../Images/Assets/Icons/MainIcons/arrow-expand-up.svg') !important;
}

/* == END NAVIGATION - ADJUSTED WITH OWN ICON  ==  */
/* === Defines color variables === */
/* == Defines the video table with 2:1 format for task files == */

div.video-table
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.video-table::before
{
	content: ' ';
	display: table;
}

div.video-table::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.video-table > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 6.5px;
	padding-right: 6.5px;
}

div.video-table > div:nth-child(1)
{
	margin-left: 0%;
	width: 73%;
}

div.video-table > div:nth-child(2)
{
	width: 23%;
	margin-left: 2%;
}

MadCap|slideshowBullet
{
	background-color: #114F7E;
}

div.two-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.two-tiles::before
{
	content: ' ';
	display: table;
}

div.two-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.two-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.two-tiles > div:nth-child(1)
{
	margin-left: 0%;
	width: 49%;
}

div.two-tiles > div:nth-child(2)
{
	margin-left: 2%;
	width: 49%;
	mc-conditions: 'General.Web output';
}

/* === Defines search highlight colors for several search phrases ==*/

span.SearchHighlight1
{
	color: #ffffff;
	background-color: #00651D;
}

span.SearchHighlight2
{
	background-color: #0FA71E;
	color: #ffffff;
}

span.SearchHighlight3
{
	background-color: #53CB75;
}

div.search-results-flex	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.search-results-flex::before
{
	content: ' ';
	display: table;
}

div.search-results-flex::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.search-results-flex > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.search-results-flex > div:nth-child(1)
{
	margin-left: 0%;
	width: 80%;
}

div.search-results-flex > div:nth-child(2)
{
	margin-left: 2%;
	width: 18%;
}

span.mc-variable.General\00002EPath
{
	color: #959fb3;
}

/*ul.menu li > a:hover */
/* Creates underline link in side navigation */

/*{
	text-decoration: underline;
}*/

/* language menu dropdown hover */

div.toolbar-button-drop-down.select-language-drop-down.needs-pie > ul > li:hover
{
	background: rgba(3, 235, 255, 0.2) !important;
}

span.mc-variable.General\00002EListReference
{
	font-weight: bold;
}

.search-bar input:focus	/*changes the color of the search bar border when the search bar is active */
{
	outline-color: #a6a6a6;
}

/* Background colors of knowledge panels */

.micro-response
{
	background: #FFFFFF !important;
}

#knowledge-panel p.TaskRefList
{
	margin-top: 8px !important;
}

#knowledge-panel h2:first-child
{
	margin-top: 0 !important;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1245px)
{
	div.home-tiles > div:nth-child(1)
	{
		margin-left: 0;
		width: 32%;
	}

	div.home-tiles > div:nth-child(2)
	{
		margin-left: 2%;
		width: 32%;
	}

	div.home-tiles > div:nth-child(3)
	{
		margin-left: 2%;
		width: 32%;
	}

	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	div.main-section .outer-row .content
	{
		width: 100% !important;
		left: auto !important;
	}

	div.video-table > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.video-table > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.two-tiles > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.two-tiles > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.search-results-flex > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.search-results-flex > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-container	/*container for the home page wrapping; margin is important for wrapping*/
	{
		margin-left: 0%;
		margin-right: 0%;
		width: 99%;
	}

	div.home-tiles > div
	{
		margin-top: 2%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.topic-layout
	{
		margin-bottom: 5%;
	}

	div.video-table > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-table > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.two-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.two-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.search-results-flex > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.search-results-flex > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

td
{
	line-height: 15pt;
}

code
{
	color: #a863a5;
}

