/*<meta />*/

/* **************************************
*********** DataTables CSS **************
*************************************** */

@import url('jquery.dataTables.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* **************************************
************* BRAND FONTS ***************
*************************************** */

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Thin.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-ThinItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Light.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-LightItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Regular.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-RegularItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Medium.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-MediumItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Bold.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-BoldItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-BoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-Bold.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face 
{
	font-family: 'Aeonik Pro';
	src: url('fonts/AeonikPro/AeonikPro-BoldItalic.woff2') format('woff2'), url('fonts/AeonikPro/AeonikPro-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

/* *****************************************
************* GENERAL STYLES ***************
***************************************** */

body
{
	font-family: Aeonik Pro, system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #5B6062;
	mc-hyphenate: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
button,
input,
select,
textarea
{
	font-family: Aeonik Pro, system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Aeonik Pro, system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
}

/* Fix for TOC issue introduced in Flare 2025 */

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: rotate(45deg) !important;
}

.is-accordion-submenu-parent > a[aria-expanded='false'] > .submenu-toggle-container > span.submenu-toggle
{
	transform: rotate(-45deg) !important;
}

/* End Fix for TOC issue introduced in Flare 2025 */

a,
a:link,
a:visited,
a:focus,
a:active,
a.Popup,
a.GlossaryPageTerm,
a.glossaryTerm,
a.MCXref
{
	text-decoration: underline;
	color: #5B6062;
	transition: color 0.2s ease;
}

a:not([href])
{
	text-decoration: none;
}

a:hover
{
	color: #1E2426;
	text-decoration: underline;
	text-decoration-color: #1E2426;
	text-decoration-thickness: 2px;
}

a[class*=MCTextPopupHotSpot]:hover
{
	color: #1E2426;
}

a.MCBreadcrumbsLink,
a.MCBreadcrumbsLink:visited,
a.MCBreadcrumbsLink:hover
{
	color: #5B6062;
	font-size: 87.5%;
	text-decoration: underline;
}

h1 label
{
	font-weight: bold;
	color: #041e42;
}

b,
strong
{
	font-weight: 600;
}

h1
{
	border-bottom: 2px solid #D9D9D9;
	color: #1E2426;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-right: 105px;
	margin-top: 2rem;
	padding-bottom: 0.75rem;
	line-height: 1.2;
}

/* Heading styles. This makes creating bookmarks in TOCs easier in Flare. */

p.TOCheader
{
	color: #0079DD;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 20px;
	page-break-before: always;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

h2
{
	font-size: 1.4em;
	font-weight: 700;
	color: #2B2F31;
	margin-bottom: 1rem;
	margin-top: 2rem;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

h3
{
	font-size: 1.2em;
	font-weight: 600;
	color: #44494B;
	margin-bottom: 0.75rem;
	margin-top: 1.75rem;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

h4
{
	font-size: 1.1em;
	font-weight: 600;
	color: #5B6062;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

h5
{
	font-size: 1.0em;
	font-weight: 600;
	color: #5B6062;
	margin-bottom: 0.5rem;
	margin-top: 1.25rem;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

h6
{
	font-size: 1.0em;
	font-weight: 600;
	color: #5B6062;
	margin-bottom: 0.5rem;
	margin-top: 1.25rem;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

p.heading1
{
	border-bottom-color: rgb(218, 223, 225);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	box-sizing: border-box;
	color: rgb(65, 84, 101);
	font-size: 24px;
	font-weight: 700;
	line-height: 26.4px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 105px;
	margin-top: 20px;
	padding-bottom: 9px;
}

p.heading2
{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

p.heading3
{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

p.heading4
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

p.heading5
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

p.heading6
{
	font-size: 1.0em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

/* End Heading Styles */

img
{
	max-width: 100%;
	height: auto;
}

img.Border
{
	border-radius-disabled: 5px;
	border: 1px solid #dadfe1;
	padding: 5px;
}

img.ReduceButtonSize
{
	max-height: 18px;
	max-width: auto;
	vertical-align: text-bottom;
}

img.Thumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 300px;
	border-radius-disabled: 5px;
	border: 1px solid #dadfe1;
	padding: 5px;
}

ol ul
{
	list-style-type: disc;
}

ol ul > ul
{
	list-style-type: circle;
}

li
{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	orphans: 2;
	widows: 2;
}

p
{
	margin-bottom: 1.25em;
	margin-top: 1.25em;
	orphans: 2;
	widows: 2;
	font-size: 16px;
}

span.BreakAll
{
	word-wrap: break-word;
	word-break: break-all;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	width: 100%;
	border: 1px solid #E0E0E0;
}

td
{
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	color: #5B6062;
	padding: 0.5rem 0.75rem;
	text-indent: 0;
	vertical-align: top;
	transition: background-color 0.2s ease;
}

td.Subheading
{
	background: #D9D9D9 !important;
	color: #192124;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.3px;
	padding: 0.5rem 0.75rem;
	border-top: 2px solid #B8B8B8 !important;
	border-bottom: 2px solid #B8B8B8 !important;
	border-left: none !important;
	border-right: none !important;
}

td.BreakAll
{
	word-wrap: break-word;
	word-break: break-all;
}

th
{
	background-color: #192124;
	border: 1px solid #000000;
	border-bottom-style: none;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 600;
	padding: 0.625rem 0.75rem;
	text-align: left;
	vertical-align: middle;
	mc-disable-glossary-terms: true;
}

/* Zebra striping for better readability */

tbody tr:nth-child(even) td
{
	background: #FAFAFA;
}

/* Hover effect for table rows */

tbody tr:hover td
{
	background: #F0F0F0;
}

table.nostyle
{
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	line-height: 1.6em;
	margin-bottom: 2em;
	width: fit-content !important;
	display: inline-table;
	table-layout: auto;
	align-self: flex-start;
}

table.nostyle col
{
	width: auto !important;
}

table.nostyle th.nostyle
{
	border: none;
	color: #041E47;
	background: #ffffff;
	padding: 0 1em;
	width: 1%;
	white-space: nowrap;
}

table.nostyle td.nostyle
{
	border: none;
	color: #415465;
	background: #ffffff;
	padding: 0 1em;
	width: 1%;
	white-space: nowrap;
}

table.nostyle tbody tr:nth-child(even) td.nostyle
{
	background: #ffffff;
}

table.nostyle tbody tr:hover td.nostyle
{
	background: #ffffff;
}

/* Try in Tenable.io Button */

#tenableioButton
{
	display: none;
	background-color: lime;
}

a.tenableioButton
{
	color: #666666;
	font-family: Arial !important;
	font-size: 13.3333px !important;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	text-indent: 0px;
	text-rendering: auto;
	text-shadow: none;
	text-size-adjust: 100%;
	text-transform: none;
	width: 140px !important;
	word-spacing: 0px;
	writing-mode: horizontal-tb;
}

/* Responsive Elements */

@media screen
{
	.boxContainer
	{
		display: flex;
	}

	.leftBox
	{
		display: inline-block;
		margin-right: 5px;
	}

	.rightBox
	{
		display: inline-block;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 767px)
{
	.boxContainer
	{
		display: block;
	}

	.leftBox
	{
		display: block;
		margin-right: initial;
	}

	.rightBox
	{
		display: block;
		margin-left: initial;
	}
}

/* ***************************************************
*** CODE, NOTE, CAUTION, TIP, PERMISSION, VIDEO ******
*************************************************** */

.Code,
.Code p,
code
{
	font-family: Consolas, monospace;
}

div.Code
{
	background-color: #eeeff0;
	border: 1px solid #dddddd;
	color: #415465;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1em;
	display: block;
	overflow: auto;
}

div.Code p
{
	white-space: pre-wrap;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 87.5%;
}

div.Code p.breakAll
{
	word-break: break-all;
}

div.Code div
{
	margin-left: 1em;
}

code
{
	white-space: pre-wrap;
	mc-hyphenate: never;
}

p.Code
{
	white-space: pre-wrap;
}

th > p,
td > p,
div.Note > p,
div.Tip > p,
div.Caution > p,
div.Permission > p,
div.Video > p,
div.License > p
{
	margin-left: 0;
}

th > p:first-child,
td > p:first-child,
div.Note > p:first-child,
div.Tip > p:first-child,
div.Caution > p:first-child,
div.Code > p:first-child,
div.Permission > p:first-child,
div.Video > p:first-child,
div.License > p:first-child
{
	margin-top: 0;
}

th > p:last-child,
td > p:last-child,
div.Note > p:last-child,
div.Tip > p:last-child,
div.Caution > p:last-child,
div.Code > p:last-child,
div.Permission > p:last-child,
div.Video > p:last-child,
div.License > p:last-child
{
	margin-bottom: 0;
}

p.Note,
div.Note
{
	border: none;
	border-left: 5px solid #4EA5FF;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #F5F9FF;
	box-shadow: 0 2px 12px rgba(78, 165, 255, 0.12);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for notes issue in dropdowns, RDC-4385
	z-index: 1;*/
}

p.Tip,
div.Tip
{
	border: none;
	border-left: 5px solid #71FFC6;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #F0FFF9;
	box-shadow: 0 2px 12px rgba(113, 255, 198, 0.12);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for text display issue in dropdowns, RDC-4385
	z-index: 1; */
}

p.Caution,
div.Caution
{
	border: none;
	border-left: 5px solid #FF8837;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #FFF8F5;
	box-shadow: 0 2px 12px rgba(255, 136, 55, 0.12);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for text display issue in dropdowns, RDC-4385
	z-index: 1; */
}

p.Permission,
div.Permission
{
	border: none;
	border-left: 5px solid #E7FF00;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #FEFFF5;
	box-shadow: 0 2px 12px rgba(231, 255, 0, 0.15);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for text display issue in dropdowns, RDC-4385
	z-index: 1; */
}

p.Video,
div.Video
{
	border: none;
	border-left: 5px solid #44494B;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #F5F6F7;
	box-shadow: 0 2px 12px rgba(68, 73, 75, 0.12);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for text display issue in dropdowns, RDC-4385
	z-index: 1; */
}

p.License,
div.License
{
	border: none;
	border-left: 5px solid #E7FF00;
	font-size: 95%;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	position: relative;
	background-color: #FEFFF5;
	box-shadow: 0 2px 12px rgba(231, 255, 0, 0.15);
	color: #1E2426;
	line-height: 1.6;
	border-radius: 4px;
	/* Removing z-index for text display issue in dropdowns, RDC-4385
	z-index: 1; */
}

@media print
{
	p.Note,
	div.Note
	{
		background-color: #F5F9FF;
		border: none;
		border-left: .6em solid #4EA5FF;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}

	p.Tip,
	div.Tip
	{
		background-color: #F0FFF9;
		border: none;
		border-left: .6em solid #71FFC6;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}

	p.Caution,
	div.Caution
	{
		background-color: #FFF8F5;
		border: none;
		border-left: .6em solid #FF8837;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}

	p.Permission,
	div.Permission
	{
		background-color: #FEFFF5;
		border: none;
		border-left: .6em solid #E7FF00;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}

	p.Video,
	div.Video
	{
		background-color: #F5F6F7;
		border: none;
		border-left: .6em solid #44494B;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}

	p.License,
	div.License
	{
		background-color: #FEFFF5;
		border: none;
		border-left: .6em solid #E7FF00;
		border-radius: 4px;
		color: #1E2426;
		font-size: 87.5%;
		margin-bottom: 1em;
		margin-top: 1em;
		padding: .9em;
		position: relative;
	}
}

/* Fixes look of note styles when page printed from browser */

/* *********************************************
**************** TENABLE PDF STYLES ************
********************************************* */

@media TenablePrint
{
	h1
	{
		page-break-before: always;
		margin-right: 0px;
	}

	h1.PrintHeader
	{
		color: #041e42;
		mc-heading-level: 0;
	}

	h1.PrintHeader-2024
	{
		color: #FFFFFF;
		font-size: 34px;
		border-bottom: none;
		margin-left: -5px;
		mc-heading-level: 0;
	}

	p.PrintHeader-2024
	{
		color: #FFFFFF;
	}

	p.Note,
	div.Note
	{
		background-color: #F5F9FF;
		border: none;
		border-left: .6em solid #4EA5FF;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	p.Tip,
	div.Tip
	{
		background-color: #F0FFF9;
		border: none;
		border-left: .6em solid #71FFC6;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	p.Caution,
	div.Caution
	{
		background-color: #FFF8F5;
		border: none;
		border-left: .6em solid #FF8837;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	p.Permission,
	div.Permission
	{
		background-color: #FEFFF5;
		border: none;
		border-left: .6em solid #E7FF00;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	p.Video,
	div.Video
	{
		background-color: #F5F6F7;
		border: none;
		border-left: .6em solid #44494B;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	p.License,
	div.License
	{
		background-color: #FEFFF5;
		border: none;
		border-left: .6em solid #E7FF00;
		border-radius: 4px;
		color: #1E2426;
		padding: .9em;
		margin-bottom: 1em;
		margin-top: 1em;
		line-height: 1.25em;
	}

	div.Note p,
	div.Caution p,
	div.Tip p,
	div.Permission p,
	div.Video p,
	div.License p
	{
		margin-left: 0;
	}

	div.Code *
	{
		mc-hyphenate: always;
		mc-hyphenate-shortest-prefix: 82;
		mc-hyphenate-shortest-suffix: 1;
		mc-hyphenate-shortest-word: 40;
		mc-hyphenate-maximum-adjacent-line-count: 1000;
	}

	td img,
	th img
	{
		max-width: 3in !important;
	}

	td img.Thumbnail,
	th img.Thumbnail
	{
		border-radius-disabled: 5px;
		border: 1px solid #dadfe1;
		padding: 5px;
		margin-bottom: 1em;
		margin-top: 1em;
	}

	MadCap|dropDownHead
	{
		font-size: 1.2em;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: normal;
		margin-bottom: 4px;
		margin-top: 16px;
	}

	MadCap|dropDownHead.list
	{
		font-size: initial;
		/* In the dropDownHead, we need to set the font size back to its default */
	}

	MadCap|dropDownHead.list *
	{
		font-size: 95%;
		/* Then we set the actual text of the head (which is contained by dropDownHotspot) to 95% of the original, i.e. the normal text size for our documentation */
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #dadfe1;
		mc-disabled: true;
	}

	p.MiniTOC1
	{
		mc-pagenum-display: none;
	}

	p.MiniTOC2
	{
		mc-pagenum-display: none;
	}

	p.MiniTOC3
	{
		mc-pagenum-display: none;
	}

	p.MiniTOC4
	{
		mc-pagenum-display: none;
	}

	.MCMiniTocBox_0 td
	{
		background: transparent !important;
		border: 0 !important;
	}
}

/* ****************************************************************
************* MASTER PAGE AND GLOBAL ELEMENT STYLES ***************
**************************************************************** */

/* div.main-section > div[data-mc-content-body="True"]
{
  margin-left: 300px;
  width: calc(100% - 320px);
} */

.body-container
{
	overflow: hidden auto;
	padding-left: .8em;
	padding-right: 1.5em;
}

nav.title-bar
{
	padding-bottom: 0;
}

.logo-wrapper
{
	margin-bottom: 12px;
}

.title-bar-layout .logo-wrapper
{
	position: absolute !important;
	left: 2em !important;
	display: flex !important;
	align-items: center !important;
	min-height: 40px !important;
}

.title-bar-layout a.logo
{
	width: 150px !important;
	height: 36px !important;
	background-image: url('data:image/svg+xml,<svg xmlns%3D"http%3A//www.w3.org/2000/svg" viewBox%3D"0 0 803.47 177.26"><title>TenableLogo_White_RGB</title><g fill%3D"%23ffffff"><path d%3D"M155.43 27.53c.5 1.84 2.31 8.59 4 15L173 93.17c1.72 6.41 3.53 13.16 4 15a8.64 8.64 0 0 1-2.08 7.77l-11 11-37.07 37.08-11 11a8.63 8.63 0 0 1-7.76 2.07l-15-4-50.57-13.63-15-4a8 8 0 0 1-3.54-2.14 8.13 8.13 0 0 1-2.15-3.55c-.49-1.83-2.31-8.59-4-15L4.27 84.09c-1.71-6.4-3.52-13.15-4-15l1.94-.53 1.95-.52c.49 1.85 2.3 8.6 4 15l13.57 50.66c1.72 6.39 3.53 13.15 4 15a4.35 4.35 0 0 0 1.11 1.74 4.24 4.24 0 0 0 1.73 1.1l15 4 50.66 13.57 15 4a4.77 4.77 0 0 0 3.87-1l11-11 37.07-37.08 11-11a4.81 4.81 0 0 0 1-3.87c-.5-1.85-2.3-8.61-4-15l-13.6-50.6c-1.71-6.39-3.52-13.15-4-15a4.13 4.13 0 0 0-1.09-1.74 4.06 4.06 0 0 0-1.74-1.1l-15-4L83.06 8.11l-15-4a4.81 4.81 0 0 0-3.88 1l-11 11L16.13 53.2l-11 11a4.79 4.79 0 0 0-1 3.87l-1.95.52-1.91.51a8.56 8.56 0 0 1 2-7.76l11-11 37.09-37.06 11-11A8.56 8.56 0 0 1 69.12.2l15 4 50.65 13.58 15 4a8.12 8.12 0 0 1 3.5 2.21 8 8 0 0 1 2.14 3.54z"/><path d%3D"M91.95 14.08l11.09 6.4 37.42 21.6 11.09 6.4a7.11 7.11 0 0 1 3.32 5.74v68.8a7.11 7.11 0 0 1-3.32 5.73l-11.08 6.4-37.44 21.61-11.09 6.4a6.64 6.64 0 0 1-3.31.82 6.71 6.71 0 0 1-3.32-.82l-11.04-6.37-37.47-21.62-11.08-6.4.82-1.43.83-1.44 11.08 6.41 37.44 21.62 11.09 6.4a3.55 3.55 0 0 0 1.66.37 3.47 3.47 0 0 0 1.65-.37l11.09-6.4 37.44-21.62 11.09-6.41a4 4 0 0 0 1.66-2.86V54.23a4 4 0 0 0-1.65-2.87c-1.37-.78-6.36-3.67-11.09-6.4l-37.46-21.62-11.1-6.4a3.42 3.42 0 0 0-1.65-.37 3.32 3.32 0 0 0-1.65.37l-11.08 6.4-37.44 21.6-11.08 6.4a4 4 0 0 0-1.66 2.87v68.8a4 4 0 0 0 1.66 2.86l-.83 1.44-.82 1.43a7.05 7.05 0 0 1-3.31-5.73V54.2a7.06 7.06 0 0 1 3.31-5.74l11.09-6.4 37.46-21.59 11-6.39a6.72 6.72 0 0 1 3.32-.82 6.61 6.61 0 0 1 3.31.82z"/><path d%3D"M43.8 39.14l11-3 37.16-10 11-3a6.35 6.35 0 0 1 5.7 1.52l8.06 8.06 27.21 27.2 8.06 8.06a6.32 6.32 0 0 1 1.52 5.7c-.36 1.36-1.69 6.31-2.94 11l-10 37.17c-1.26 4.7-2.58 9.65-3 11a5.9 5.9 0 0 1-1.57 2.6 6 6 0 0 1-2.6 1.58l-11 2.95-37.17 10-11 2.95-.31-1.3-.38-1.43 11-2.94 37.18-10 11-3a3.21 3.21 0 0 0 1.27-.81 3.12 3.12 0 0 0 .8-1.27l3-11 10-37.18c1.26-4.7 2.58-9.65 2.95-11a3.5 3.5 0 0 0-.76-2.84l-8.06-8.06-27.2-27.2-8.06-8.06a3.54 3.54 0 0 0-2.84-.76l-11 3-37.16 10-11 3a3 3 0 0 0-1.27.8 3 3 0 0 0-.81 1.28c-.37 1.35-1.7 6.31-3 11l-10 37.16c-1.26 4.7-2.58 9.66-2.94 11a3.53 3.53 0 0 0 .76 2.85l8.06 8.06 27.2 27.2 8.06 8.06a3.54 3.54 0 0 0 2.84.76l.38 1.43.39 1.42a6.28 6.28 0 0 1-5.69-1.52l-8.07-8.06-27.2-27.21-8.1-8.13a6.29 6.29 0 0 1-1.53-5.69c.37-1.36 1.7-6.3 3-11l10-37.16 2.95-11a6 6 0 0 1 1.58-2.6 5.88 5.88 0 0 1 2.6-1.57z"/><path d%3D"M34 143.27a77.27 77.27 0 1 1 109.27 0 77.26 77.26 0 0 1-109.27 0zm106.72-2.39a73.57 73.57 0 1 0-104.2.16 73.68 73.68 0 0 0 104.2-.17z"/><path d%3D"M91.09 32.69l8.18 4.74 27.72 16 8.28 4.74a5.26 5.26 0 0 1 2.46 4.25v50.97a5.25 5.25 0 0 1-2.46 4.24l-8.21 4.75-27.73 16-8.21 4.74a4.9 4.9 0 0 1-2.46.61 5 5 0 0 1-2.46-.61l-8.21-4.74-27.72-16-8.24-4.75.61-1.06.62-1.06 8.21 4.74 27.73 16 8.21 4.74a2.56 2.56 0 0 0 1.22.27 2.52 2.52 0 0 0 1.22-.27l8.21-4.74 27.72-16 8.21-4.74a2.91 2.91 0 0 0 1.23-2.11V62.42A2.94 2.94 0 0 0 134 60.3l-8.22-4.74-27.72-16-8.21-4.74a2.57 2.57 0 0 0-1.22-.28 2.46 2.46 0 0 0-1.22.28l-8.22 4.73-27.73 16-8.19 4.75a2.94 2.94 0 0 0-1.23 2.12v50.97a2.92 2.92 0 0 0 1.23 2.12l-.62 1.06-.62 1.06a5.21 5.21 0 0 1-2.45-4.24V62.42a5.23 5.23 0 0 1 2.45-4.25l8.24-4.74 27.73-16 8.21-4.74a5 5 0 0 1 2.46-.6 4.89 4.89 0 0 1 2.46.6z"/><path d%3D"M48.17 128.37a57.22 57.22 0 1 1 80.93 0 57.22 57.22 0 0 1-80.93 0zm79-1.77a54.48 54.48 0 1 0-77.17.12 54.57 54.57 0 0 0 77.21-.09z"/></g><g fill%3D"%23ffffff"><path d%3D"M208.27 122.44v-48.4h-15.4V52.63h15.4V27.18h24.49v25.45h18.89v21.4h-18.87v41.85c0 6 3.09 10.41 8.48 10.41 3.67 0 7.13-1.35 8.48-2.89l5.21 18.7c-3.66 3.28-10.22 6-20.44 6-17.15-.01-26.24-8.88-26.24-25.66zM257.27 99.11c0-27 20.05-48.78 48.2-48.78 28 0 46.67 20.82 46.67 51.1v5.78h-69.22c1.73 11.38 11 20.83 26.81 20.83 7.9 0 18.7-3.28 24.68-9.07l11 16.2c-9.26 8.48-23.91 12.92-38.38 12.92-28.35 0-49.76-19.09-49.76-48.98zm48.2-28.73c-15.23 0-21.79 10.6-22.75 19.86h45.9c-.77-8.87-6.94-19.86-23.14-19.86zM424.19 145.78V89.47c0-12.92-6.75-17.35-17.16-17.35-9.65 0-17 5.4-21.21 10.8v62.86h-24.5V52.63h24.49v12c6-6.94 17.55-14.27 32.59-14.27 20.63 0 30.47 11.57 30.47 29.7v65.75zM518.64 145.78v-9.83c-6.37 7.68-17.37 12.14-29.5 12.14-14.85 0-32.21-10-32.21-30.85 0-22 17.36-30.08 32.21-30.08 12.53 0 23.33 4.05 29.5 11.38V86.77c0-9.45-8.1-15.62-20.43-15.62-9.83 0-19.09 3.86-26.81 11l-9.64-17.17c11.38-10.22 26-14.65 40.69-14.65 21.4 0 40.88 8.48 40.88 35.29v60.16zm0-22.37v-11.57c-4-5.4-11.76-8.29-19.66-8.29-9.64 0-17.55 5.2-17.55 14.08s7.91 13.89 17.55 13.89c7.9-.01 15.62-2.71 19.66-8.11zM553.82 145.78V17.16h24.45v47.47a35.33 35.33 0 0 1 28.77-14.3c23.72 0 41.27 18.51 41.27 48.78 0 31.24-17.74 49-41.27 49-11.18 0-21.4-5-28.73-14.27v12zm45.7-19.48c14.07 0 23.52-11 23.52-27.19 0-16-9.45-27-23.52-27-8.11 0-17 4.63-21.22 10.8v33c4.25 5.96 13.12 10.39 21.22 10.39zM656.57 145.78V17.16h24.49v128.62zM690.27 99.11c0-27 20.05-48.78 48.2-48.78 28 0 46.67 20.82 46.67 51.1v5.78H715.9c1.74 11.38 11 20.83 26.8 20.83 7.91 0 18.71-3.28 24.69-9.07l11 16.2c-9.25 8.48-23.91 12.92-38.37 12.92-28.36 0-49.75-19.09-49.75-48.98zm48.2-28.73c-15.23 0-21.79 10.6-22.75 19.86h45.89c-.78-8.87-6.96-19.86-23.16-19.86zM787.88 41.29v9.7h-1.4v-9.7h-3.1v-1.3h7.6v1.3zm14.2 9.7v-9.1l-3.75 9.1h-.4l-3.75-9.1v9.1h-1.4v-11h2.15l3.2 8 3.2-8h2.15v11z"/></g></svg>') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.inline-item
{
	padding-left: .5rem;
	margin-left: .5rem;
	border-left: none;
	display: none;
}

.app-name
{
	color: #8a8a8a !important;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 24px !important;
}

.menu-icon-container
{
	min-height: 20px;
}

ul.sidenav ul > li > a,
ul.sidenav li a
{
	font-family: Aeonik Pro, system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
	font-weight: 400 !important;
	padding: 0.4rem 1rem !important;
	line-height: 1.5;
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
	color: #5B6062;
	text-decoration: none !important;
}

ul.sidenav ul > li > a:hover,
ul.sidenav li a:hover
{
	background-color: #ECECEC;
	color: #192124;
	border-left: 3px solid #D9D9D9;
}

ul.sidenav ul > li > a.selected,
ul.sidenav li a.selected,
ul.sidenav ul ul > li > a.selected,
ul.sidenav ul ul ul > li > a.selected,
ul.sidenav ul ul ul ul > li > a.selected
{
	border-left: 3px solid #E7FF00 !important;
	background-color: #ECECEC !important;
	color: #192124 !important;
}

.is-accordion-submenu-parent > a span.submenu-toggle
{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0.6667rem;
	width: 8px;
	height: 8px;
	border: 0.13rem #72848e;
	border-style: none solid solid none;
}

div#masterFooter
{
	border-top: 3px solid #E6E6E6;
	margin-top: 4em;
	padding: 2em 1.5em;
	background-color: #F2F2F2;
}

div#masterFooter > p
{
	font-size: 0.875rem;
	line-height: 1.6;
	color: #5B6062;
	margin: 0;
}

.search-bar .search-field
{
	outline: 0;
}

#mc-main-content ul.menu
{
	border-left: none !important;
	padding-left: 0 !important;
}

#mc-main-content ul.menu > li:first-child
{
	border-left: none !important;
	position: relative;
}

/* Remove borders from ALL ul containers within the menu */

#mc-main-content ul.menu ul
{
	border-left: none !important;
	border: none !important;
	position: relative;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Use pseudo-element on wrapper li for first item's border - only covers first link height */

#mc-main-content ul.menu > li:first-child
{
	--first-link-height: auto;
}

#mc-main-content ul.menu > li:first-child::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: var(--first-link-height, auto);
	width: 3px;
	background-color: #E0E0E0;
	pointer-events: none;
	z-index: 1;
}

/* All nested list items - h2, h3, h4, etc. */

#mc-main-content ul.menu li li
{
	position: relative;
	border-left: 3px solid #E0E0E0 !important;
	margin: 0;
	padding: 0;
}

/* H3 and deeper - position to overlap parent border */

#mc-main-content ul.menu li li li
{
	margin-left: -3px !important;
}

/* Indent h3 and deeper levels */

#mc-main-content ul.menu li li li > a
{
	padding-left: 1.5rem !important;
}

#mc-main-content ul.menu li li li li > a
{
	padding-left: 2.25rem !important;
}

#mc-main-content ul.menu li li li li li > a
{
	padding-left: 3rem !important;
}

#mc-main-content ul.menu li > a,
ul.menu._Skins_SideMenu.mc-component li > a
{
	color: #5B6062 !important;
	padding: 0.4rem 0.75rem;
	display: block;
	transition: all 0.2s ease;
	font-size: 0.95em;
	line-height: 1.4;
	background-color: transparent !important;
}

#mc-main-content ul.menu li > a:hover,
ul.menu._Skins_SideMenu.mc-component li > a:hover,
ul.menu._Skins_SideMenu.mc-component ul > li > a:hover,
ul.menu._Skins_SideMenu.mc-component ul ul > li > a:hover
{
	color: #192124 !important;
	font-weight: 400 !important;
	text-decoration: none;
	background-color: #ECECEC !important;
}

/* First item link hover */

#mc-main-content ul.menu > li:first-child > a:hover
{
	background-color: #ECECEC !important;
}

/* Class added by JavaScript when hovering first item directly */

#mc-main-content ul.menu > li.hover-first:first-child::before
{
	background-color: #E7FF00 !important;
}

/* Nested items hover - all levels */

#mc-main-content ul.menu li li:hover
{
	border-left-color: #E7FF00 !important;
}

#mc-main-content ul.menu li > a.selected,
ul.menu._Skins_SideMenu.mc-component li > a.selected
{
	color: #192124 !important;
	font-weight: 400 !important;
	background-color: #ECECEC !important;
}

/* First item selected */

#mc-main-content ul.menu > li:first-child > a.selected
{
	background-color: #ECECEC !important;
}

/* Class added by JavaScript when first item is selected */

#mc-main-content ul.menu > li.selected-first:first-child::before
{
	background-color: #E7FF00 !important;
}

/* Nested items selected - all levels, JavaScript adds 'selected-li' class */

#mc-main-content ul.menu li li.selected,
#mc-main-content ul.menu li li.selected-li,
#mc-main-content ul.menu li li[class*="selected"]
{
	border-left-color: #E7FF00 !important;
}

#mc-main-content h2
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 4px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h2.line
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 4px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h2.no-line
{
	border-bottom: none;
	font-weight: normal;
	font-size: 1.4em;
	margin-bottom: 4px;
	padding-bottom: 0;
	margin-right: 0;
	line-height: 1.5;
}

#mc-main-content h3
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h3.no-line
{
	border-bottom: none;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 0;
	line-height: 1.5;
}

#mc-main-content h4
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h4.no-line
{
	border-bottom: none;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 0;
	line-height: 1.5;
}

#mc-main-content h5
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h5.no-line
{
	border-bottom: none;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 0;
	line-height: 1.5;
}

#mc-main-content h6
{
	border-bottom: 1px solid #dadfe1;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 105px;
	line-height: 1.5;
}

#mc-main-content h6.no-line
{
	border-bottom: none;
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 4px;
	margin-top: 16px;
	padding-bottom: 0;
	margin-right: 0;
	line-height: 1.5;
}

@media screen
{
	a[id=tenableLogo]
	{
		background-image: url('images/logo.png') !important;
		background-position: center left !important;
		/* Changed 210px to 0x to hide Tenable company logo for switch to single logo design. */
		width: 0px !important;
	}

	a[class*=logoLeft]
	{
		left: 210px !important;
	}

	.title-bar-layout .logo-wrapper
	{
		min-height: 0px;
	}

	.title-bar-layout a.logo
	{
		width: 150px;
		height: 36px;
		background-size: contain;
	}

	span#backToTop
	{
		display: none;
		height: 40px;
		width: 40px;
		background-image: url('images/backToTop32.png');
		background-color: #1E2426;
		border: 2px solid #E7FF00;
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: scroll-position;
		bottom: 20px;
		right: 20px;
		opacity: 0.9;
		z-index: 100;
		transition: all 0.3s ease;
	}

	span#backToTop:hover
	{
		opacity: 1;
		cursor: pointer;
		background-color: #2B2F31;
		border-color: #E7FF00;
		box-shadow: 0 4px 12px rgba(231, 255, 0, 0.3);
	}

	span#backToTop:active
	{
		box-shadow: 0 2px 8px rgba(231, 255, 0, 0.5);
	}

	div#masterFooter.mpFixed
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin-left: 0px;
	}

	div#remHighlight
	{
		position: absolute;
		height: 24px;
		display: block;
		z-index: 1;
		left: 7px;
		top: 6px;
		border-radius-disabled: 2px;
		padding: 4px;
		background-image: url('images/highlight.png');
		background-repeat: no-repeat;
		background-size: 14px 13px;
		background-position: 4px 6px;
		cursor: pointer;
		min-width: 20px;
		background-color: #fff;
	}

	div#remHiText
	{
		font-size: 12px;
		line-height: 14px;
		margin-left: 20px;
		color: #5B6062;
		transition: color 0.2s ease;
	}

	div#remHighlight:hover div#remHiText
	{
		color: #1E2426;
	}

	input.search-field.remHiVis
	{
		margin-left: 134px;
		width: calc(100% - 134px);
	}

	div.nav-search-wrapper
	{
		padding: 11px 0px;
		background: #1E2426;
		margin: auto -16px;
	}

	/*   div.main-section.menuVisible div#masterFooter.mpFixed
  {
    margin-left: 280px;
  }
  
  div.main-section.helpVisible div#masterFooter.mpFixed
  {
    margin-right: 280px;
  } */

	div#mcTopic
	{
		margin-left: 20px;
		padding-bottom: 10px;
		position: relative;
	}

	/* MadCap|section#mcContentBody */

	section#mcContentBody
	{
		position: relative;
		z-index: 10;
		margin-top: -12px;
	}

	.main-section.helpVisible div#mcTopic
	{
		margin-right: 280px;
	}

	div#sideContent
	{
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: scroll-position;
		padding-right: 20px;
		z-index: 100;
		display: flex;
		flex-direction: column;
		top: 169px;
		bottom: 116px;
		border-left: 1px solid #ccc;
	}

	div#searchContent
	{
		position: fixed;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		will-change: scroll-position;
		padding: 16px 20px;
		z-index: 100;
		display: flex;
		flex-direction: column;
		top: 0px;
		border-left: 1px solid #ccc;
	}

	.main-section.menuVisible div#searchContent
	{
		border-left: none;
	}

	div#sideContent div#contentsLabel
	{
		transform: rotate(90deg);
		position: absolute;
		transform-origin: left top 0;
		left: 18px;
		top: 40px;
		white-space: nowrap;
	}

	.main-section.menuVisible div#sideContent div#contentsLabel
	{
		display: none;
	}

	div#sideContent ul.menu
	{
		display: none;
	}

	div#sideContent div#rvBox
	{
		display: none;
	}

	div#sideContent div.rvDisp
	{
		display: none;
	}

	.main-section.menuVisible div#sideContent div.rvDisp
	{
		display: flex;
		flex: 1;
	}

	.main-section.menuVisible div#sideContent ul.menu
	{
		position: relative;
		z-index: 90;
		overflow-y: auto;
		display: block;
		height: initial;
		max-height: 100%;
		flex: 1;
	}

	.main-section.menuVisible div#sideContent div#rvBox
	{
		display: block;
		border: 1px solid #ccc;
		border-radius-disabled: 3px;
		margin: 0px;
		margin-top: 10px;
		padding: 10px;
		overflow-y: auto;
		width: 100%;
	}

	div#rvBox p.rvControl
	{
		font-weight: bold;
		margin-top: 0px;
	}

	p#rvTopBox
	{
		margin: 0;
		display: none;
	}

	div#rvBox ul.rvControl,
	div#rvBox ul.rvControl li
	{
		padding: 0;
		padding-bottom: 6px;
		margin: 0;
		list-style: none;
	}

	div#rvBox ul.rvControl,
	div#rvBox ul.rvControl li:last-child
	{
		padding-bottom: 0;
	}

	.main-section.menuVisible div#sideContent div#rvBox::-webkit-scrollbar
	{
		width: 12px;
	}

	.main-section.menuVisible div#sideContent div#rvBox::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius-disabled: 10px;
	}

	.main-section.menuVisible div#sideContent div#rvBox::-webkit-scrollbar-thumb
	{
		border-radius-disabled: 10px;
		-webkit-box-shadow: inset 0 0 20px rgba(0, 165, 181, 1);
	}

	.main-section.menuVisible div#sideContent ul.menu::-webkit-scrollbar
	{
		width: 12px;
	}

	.main-section.menuVisible div#sideContent ul.menu::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius-disabled: 10px;
	}

	.main-section.menuVisible div#sideContent ul.menu::-webkit-scrollbar-thumb
	{
		border-radius-disabled: 10px;
		-webkit-box-shadow: inset 0 0 20px rgba(0, 165, 181, 1);
	}

	div#sideContent div.contButton
	{
		position: absolute;
		z-index: 90;
		width: 18px;
		height: 32px;
		cursor: pointer;
		background-image: url('images/openArrow.png');
		background-repeat: no-repeat;
		background-position: center left;
	}

	div#sideContent div#cbRight
	{
		top: 5px;
		right: 3px;
		background-color: white;
	}

	.main-section.menuVisible div#sideContent div.contButton
	{
		background-image: url('images/closeArrow.png');
	}

	div#topSearchHome
	{
		margin: 0px -16px;
		margin-top: -14px;
		padding: 10px 0px;
		padding-top: 2px;
		background-color: #e5e9ed;
	}

	div#topContentHeader
	{
		padding: 8px 0px;
		display: flex;
		justify-content: space-between;
	}

	div#topContentHeader .languageVersionSwitcher
	{
		display: flex;
		max-height: 40px;
	}

	.languageVersionSwitcher > a
	{
		width: 36px;
		padding: 4px;
		margin-left: 1em;
	}

	div#topContent
	{
		display: none;
		position: absolute;
		z-index: 98;
		margin-top: -10px;
	}

	span#cbTop
	{
		display: none;
		height: 16px;
		width: 16px;
		background-image: url('images/topArrow.png');
		background-position: center 7px;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.main-section.menuVisibleMobile span#cbTop
	{
		background-image: url('images/topCloseArrow.png');
	}

	.main-section.menuVisibleMobile div#topContent ul.menu::-webkit-scrollbar
	{
		width: 12px;
	}

	.main-section.menuVisibleMobile div#topContent ul.menu::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius-disabled: 10px;
	}

	.main-section.menuVisibleMobile div#topContent ul.menu::-webkit-scrollbar-thumb
	{
		border-radius-disabled: 10px;
		-webkit-box-shadow: inset 0 0 20px rgba(0, 165, 181, 1);
	}

	.main-section.menuVisibleMobile div#topContent ul.menu
	{
		position: relative;
		z-index: 150;
		overflow-y: auto;
		display: block;
		height: initial;
		max-height: 100%;
	}

	div#usingMobile
	{
		display: none;
	}

	div#helpContentPos
	{
		position: absolute;
		top: 0px;
		right: 0px;
		display: none;
		height: 100%;
	}

	.main-section.helpVisible div#helpContentPos
	{
		display: block;
	}

	span#openHelp
	{
		display: inline-block;
		float: left;
		cursor: pointer;
		height: 18px;
		width: 18px;
		background-image: url('images/openHelp.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		margin-right: 7px;
		margin-top: 2px;
		border-radius-disabled: 100%;
	}

	span.clearHist
	{
		display: inline-block;
		float: left;
		cursor: pointer;
		height: 18px;
		width: 18px;
		background-image: url('images/clearHist.png');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		margin-right: 7px;
		margin-top: 2px;
		border-radius-disabled: 100%;
	}

	table.dataTable
	{
		padding-top: 10px;
	}

	#mcContentHeader > div.rvDisp > span.clearHist
	{
		display: none;
	}

	div#helpContent
	{
		position: absolute;
		right: 0;
		width: 260px;
		border: 1px solid #ccc;
		padding-left: 10px;
		padding-right: 10px;
		border-radius-disabled: 3px;
		background-color: white;
		z-index: 80;
		max-height: 100%;
		overflow-y: auto;
	}

	div#helpContent ul
	{
		padding-left: 20px;
	}

	.main-section.helpVisible div#helpContent::-webkit-scrollbar
	{
		width: 12px;
	}

	.main-section.helpVisible div#helpContent::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius-disabled: 10px;
	}

	.main-section.helpVisible div#helpContent::-webkit-scrollbar-thumb
	{
		border-radius-disabled: 10px;
		-webkit-box-shadow: inset 0 0 20px rgba(0, 165, 181, 1);
	}

	div#helpBtn
	{
		position: absolute;
		z-index: 81;
		width: 32px;
		height: 18px;
		cursor: pointer;
		background-image: url('images/closeHelp.png');
		background-repeat: no-repeat;
		background-position: center left;
		top: -16px;
		right: 5px;
		background-color: white;
	}

	div#pageFade
	{
		position: absolute;
		z-index: 50;
		height: 100%;
		width: 260px;
		display: none;
		cursor: pointer;
		right: 0px;
	}

	.main-section.helpVisible div#pageFade
	{
		display: block;
	}

	.buttons._Skins_TopicToolBar.mc-component
	{
		float: default;
		margin-bottom: 0px;
		margin-right: 0px;
		position: absolute;
		right: 0px;
	}
}

@media only screen and (max-width: 1023px), only screen and (max-height: 500px)
{
	div#usingMobile
	{
		display: block;
	}

	div#usingDesktop
	{
		display: none;
	}

	div#sideContent
	{
		display: none;
	}

	div#mcTopic
	{
		margin-left: auto;
	}

	div.breadcrumbsContainer
	{
		margin-left: 0px !important;
	}

	div#masterFooter.mpFixed
	{
		margin-left: auto;
	}

	.main-section.menuVisible div#masterFooter.mpFixed
	{
		margin-left: auto;
	}

	.main-section.helpVisible div#masterFooter.mpFixed
	{
		margin-right: auto;
	}

	.main-section.menuVisible div#mcTopic
	{
		margin-left: auto;
	}

	span#cbTop
	{
		display: inline-block;
	}

	p#rvTopBox
	{
		display: block;
	}

	.main-section.menuVisibleMobile div#topContent
	{
		display: block;
		bottom: 116px;
		top: 48px;
		width: 260px;
		max-height: 60vh;
	}

	.main-section.menuVisibleMobile div#topContent span.clearHist
	{
		display: inline-block;
	}

	div#helpContentPos
	{
		width: 100%;
		height: 100%;
	}

	div#helpContent
	{
		width: 100%;
		height: auto;
	}

	.main-section.helpVisible div#pageFade
	{
		display: block;
		width: 100%;
		right: initial;
	}

	.main-section.helpVisible div#mcTopic
	{
		margin-right: auto;
	}

	.main-section.menuVisibleMobile div#topContent
	{
		width: 260px !important;
	}

	.main-section.menuVisibleMobile section#mcContentBody
	{
		display: block;
	}
}

@media only screen and (max-width: 767px)
{
	a[class*=logoLeft]
	{
		left: 0px !important;
	}

	a[id=tenableLogo]
	{
		display: none !important;
	}

	.title-bar-layout .logo-wrapper
	{
		min-height: 0px;
	}

	.title-bar-layout a.logo
	{
		width: 100px;
		height: 24px;
		background-size: contain;
	}

	.inline-item
	{
		padding-left: 0.7rem;
		margin-left: 0.7rem;
		border-left: 2px solid #8294a8;
	}

	.app-name
	{
		font-size: 20px !important;
	}

	.menu-icon-container
	{
		min-height: 20px;
	}

	.main-section.menuVisibleMobile div#topContent
	{
		width: calc(100% - 30px) !important;
		z-index: 200;
		margin-top: -10px;
		bottom: 15px;
		right: 15px;
		left: 15px;
	}

	.main-section.menuVisibleMobile div#topContent ul.menu
	{
		display: block;
		width: 100%;
		height: 100%;
	}

	.main-section.menuVisibleMobile div#topContent span.clearHist
	{
		display: inline-block;
	}

	.main-section.menuVisibleMobile section#mcContentBody
	{
		display: none;
	}

	.main-section.menuVisibleMobile div#masterFooter
	{
		display: none;
	}

	div#helpContentPos
	{
		width: 100%;
		height: 100%;
	}

	div#helpContent
	{
		width: 100%;
		height: auto;
	}

	.main-section.helpVisible div#pageFade
	{
		display: block;
		width: 100%;
		right: initial;
	}

	.main-section.helpVisible div#mcTopic
	{
		margin-right: auto;
	}

	div#remHiText
	{
		display: none;
	}

	input.search-field.remHiVis
	{
		margin-left: 35px;
		width: calc(100% - 35px);
	}

	.buttons._Skins_TopicToolBar.mc-component
	{
		display: block;
	}
}

/* , only screen and (max-height: 700px) */
/* Sidenav background styling */

nav.sidenav-wrapper,
.sidenav-wrapper
{
	background-color: #FFFFFF;
	border-right: 1px solid #E0E0E0;
}

.sidenav-container
{
	background-color: #FFFFFF;
}

@media only screen and (max-width: 1279px)
{
	.sidenav-wrapper
	{
		display: block;
	}

	nav.title-bar .menu-icon
	{
		display: none;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 0em;
		padding-right: 0em;
	}

	.sidenav-layout
	{
		display: contents;
		height: inherit;
		max-height: none;
	}

	.nav-search
	{
		margin-left: 5em;
		margin-right: 5em;
	}
}

@media only screen and (max-width: 1079px)
{
	.sidenav-wrapper
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		display: block;
	}

	.off-canvas-wrapper-inner .outer-row
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	.sidenav-layout
	{
		display: block;
		height: inherit;
		max-height: none;
	}

	.nav-search
	{
		margin-left: 4em;
		margin-right: 4em;
	}

	/* Hide navigation menu and search on mobile */

	.navigation-wrapper
	{
		display: none !important;
	}

	.nav-search-wrapper
	{
		display: none !important;
	}

	/* Show logo on mobile */

	.title-bar-layout .logo-wrapper
	{
		display: block !important;
	}
}

/* Rebrand fixes for mobile/tablet issues */
/* Fix 1: Hamburger menu background color - extends to tablet size too (1079px and below where hamburger appears) */

@media only screen and (max-width: 1079px)
{
	.title-bar .menu-icon span
	{
		background-color: #1E2426 !important;
	}
}

/* Fix 3: Mobile arrow fix - simple triangles (doesn't match desktop/tablet style but works) */

@media only screen and (max-width: 767px)
{
	.is-accordion-submenu-parent > a span.submenu-toggle
	{
		border: solid 6px transparent !important;
		border-top-color: #5B6062 !important;
		border-top-style: solid !important;
		border-bottom-width: 0 !important;
	}
}

/* Fix 4: Search pagination links - change from blue to brand colors */

#pagination a
{
	color: #5B6062 !important;
}

#pagination a:hover
{
	color: #1E2426 !important;
}

/* Fix 2: Override tablet logo dimensions that cause double logo appearance (768-1279px range) */

@media only screen and (min-width: 768px) and (max-width: 1279px)
{
	.title-bar-layout .logo-wrapper
	{
		min-height: 60px !important;
		max-height: 60px !important;
		flex-basis: auto !important;
		overflow: hidden !important;
	}

	.title-bar-layout a.logo
	{
		width: 150px !important;
		height: 36px !important;
		max-height: 36px !important;
		background-size: contain !important;
		display: block !important;
		position: relative !important;
		top: auto !important;
		margin: 0 !important;
	}
}

@media print
{
	div#helpContentPos
	{
		display: none !important;
	}

	div#topContent
	{
		display: none !important;
	}

	div#sideContentPos
	{
		display: none !important;
	}

	.main-section
	{
		height: 100% !important;
		overflow: visible !important;
		bottom: initial !important;
		position: initial !important;
		margin: initial !important;
	}

	MadCap|section#mcContentHeader
	{
		display: none !important;
	}

	div.rvDisp
	{
		display: none !important;
	}

	.buttons._Skins_TopicToolBar.mc-component
	{
		display: none !important;
	}
}

/* *********************************************
****************** BUTTONS *********************
********************************************* */

a.tnbButton,
.tnbButton > a
{
	font-weight: normal;
	text-decoration: none;
}

.tnbButton
{
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff !important;
	background-color: #0079DD;
	border: 0;
	border-radius-disabled: 3px;
	white-space: nowrap;
}

.tnbButton:hover,
.tnbButton:active,
.tnbButton.active,
.tnbButton.disabled,
.tnbButton[disabled]
{
	color: rgba(255, 255, 255, 0.75);
	background-color: #007480;
}

.tnbButton:hover
{
	transition: background-position 0.1s linear;
}

.tnbButton:focus
{
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.tnbButton.active,
.tnbButton:active
{
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.tnbButton.disabled,
.tnbButton[disabled]
{
	cursor: default;
	background: #eeeff0;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

/* *********************************************
****************** MADCAP STYLES ***************
********************************************* */

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 87.5%;
	mc-breadcrumbs-prefix: 'Tenable Agent: ';
	mc-breadcrumbs-count: 100;
}

a.MCBreadcrumbsLink
{
	font-size: 100% !important;
}

span.MCBreadcrumbsPrefix
{
	display: none;
}

.breadcrumbs
{
	margin-left: 8px;
	font-size: 100% !important;
}

div.breadcrumbsContainer
{
	display: flex;
	margin-left: 20px;
	font-size: 87.5%;
}

MadCap|dropDown
{
	margin-bottom: 1em;
	margin-top: 1em;
	mc-closed-image: url('images/grayExpand24.png');
	mc-open-image: url('images/grayCollapse24.png');
}

MadCap|dropDownHead
{
	font-weight: inherit;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
	margin-top: 1em;
	mc-disable-glossary-terms: true;
}

MadCap|dropDownHead.3di
{
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1em;
	margin-top: 1em;
	mc-disable-glossary-terms: true;
	/*3di additional styling*/
	background-color: #F2F2F2;
	border-left: 4px solid #E7FF00;
	padding: 12px 16px;
	font-weight: 600;
	color: #1E2426;
	cursor: pointer;
	transition: all 0.2s ease;
}

MadCap|dropDownHead.3di:hover
{
	background-color: #E6E6E6;
	border-left-color: #E7FF00;
}

MadCap|dropDownHead.h2
{
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

MadCap|dropDownHead.h2closed
{
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	mc-next-tag: p;
	mc-next-class: norm;
	mc-disable-glossary-terms: true;
}

MadCap|dropDownHead.list
{
	/* This allows dropDownHead.list to be selected in the Flare XML editor no matter what medium you're viewing */
}

MadCap|dropDownHotspot
{
	transition: color 0.25s;
	color: #415465;
	mc-disable-glossary-terms: true;
}

MadCap|dropDownHotspot:hover
{
	color: #778692;
}

[class*=dropDownHotspot]:active
{
	color: #415465;
}

[class*=dropDownHotspot]:focus
{
	color: #415465;
}

MadCap|dropDown.SecondLevel
{
	color: #415465;
}

MadCap|glossaryProxy
{
	border-top: none;
	color: #415465;
}

MadCap|glossaryTerm
{
	color: #0079DD;
}

/* MadCap|popup
{
	color: #415465;
}

MadCap|popup:focus
{
	color: #415465;
}

MadCap|popup:hover
{
	color: #778692;
}*/

MadCap|popupHead
{
	color: #0079DD;
}

MadCap|popupBody
{
	background-color: white;
	color: #415465;
}

span[class*=MCTextPopupBody]
{
	border: 2px solid #0079DD !important;
	z-index: 2 !important;
}

div[class*=MCPopupContainer]
{
	z-index: 10001 !important;
}

span[class*=displayPopup]
{
	display: block !important;
	opacity: 1 !important;
}

/* https://jira.eng.tenable.com/browse/RDC-7431
a[class*=MCTextPopup_Closed]
{
	background-image: url("images\ExpandingClosed.gif") !important;
}

a[class*=MCTextPopup_Open]
{
	background-image: url("images\ExpandingOpen.gif") !important;
}

a[class*=displayPopup]
{
	background-image: url("images\ExpandingOpen.gif") !important;
	padding-right: 17px !important;
}*/

span[class=MCTextPopupArrow]
{
	border-bottom-color: #0079DD;
}

div.search-filter[class*=open]
{
	background-color: #0079DD !important;
}

MadCap|relationshipsProxy
{
	border-top-color: #dadfe1;
}

MadCap|relationshipsHeading
{
	mc-disable-glossary-terms: true;
}

MadCap|relationshipsHeading.concept
{
	mc-label: 'Related Concepts';
}

MadCap|relationshipsHeading.task
{
	mc-label: 'Related Tasks';
}

MadCap|relationshipsHeading.reference
{
	mc-label: 'Additional Reference';
}

MadCap|relationshipsHeading.related
{
	mc-label: 'Related Information';
}

MadCap|tocProxy
{
	border: none;
	color: #415465;
}

MadCap|miniTocProxy
{
	border: none;
	padding-top: 0em;
}

p.MiniTOC1,
p.MiniTOC2,
p.MiniTOC3,
p.MiniTOC4
{
	color: #5B6062;
	text-decoration: underline;
	/* font-size: 11pt; */
	font-weight: 500;
	font-style: normal;
	display: list-item !important;
	list-style-type: disc;
}

p.MiniTOC1 a,
p.MiniTOC2 a,
p.MiniTOC3 a,
p.MiniTOC4 a,
a.MiniTOC1,
a.MiniTOC2,
a.MiniTOC3,
a.MiniTOC4
{
	color: #5B6062;
	text-decoration: underline;
	font-weight: 500;
}

p.MiniTOC1 a:hover,
p.MiniTOC2 a:hover,
p.MiniTOC3 a:hover,
p.MiniTOC4 a:hover,
a.MiniTOC1:hover,
a.MiniTOC2:hover,
a.MiniTOC3:hover,
a.MiniTOC4:hover
{
	color: #192124;
	text-decoration: underline;
	text-decoration-color: #192124;
	text-decoration-thickness: 2px;
}

.MCMiniTocBox_0 p
{
	color: #415465 !important;
}

p.TOC1,
p.TOC2,
p.TOC3,
p.TOC4,
p.TOC5,
p.TOC6,
p.TOC7,
p.TOC8,
p.TOC9
{
	color: #415465;
	mc-disable-glossary-terms: true;
}

MadCap|xref
{
	mc-format: '{para}';
	text-decoration: underline;
	/* font-size: 11pt; */
	font-style: normal;
	color: #5B6062;
}

MadCap|xref:active
{
	color: #5B6062;
}

MadCap|xref:focus
{
	color: #5B6062;
}

MadCap|xref:hover
{
	color: #192124;
	text-decoration: underline;
	text-decoration-color: #192124;
	text-decoration-thickness: 2px;
}

MadCap|xref:link
{
	color: #5B6062;
}

MadCap|xref:visited
{
	color: #5B6062;
}

ul.navigation > li.has-children:after
{
	content: ' ';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border-bottom-color: #ccc;
}

ul.navigation ul.sub-menu
{
	border: 1px solid #ccc;
	border-radius-disabled: 5px;
}

div.search-filter-content
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.navigation li > a
{
	line-height: 25px;
}

nav.tab-bar
{
	position: fixed;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: scroll-position;
	width: 100%;
	background-color: white;
	z-index: 100;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

body .main-section
{
	height: calc(100% - 123px);
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

div#sideContent a.selected,
nav.tab-bar a.selected
{
	font-weight: bold !important;
}

::-webkit-input-placeholder
{
	/* WebKit, Blink, Edge */
	color: #999 !important;
}

:-moz-placeholder
{
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	opacity: 1;
}

::-moz-placeholder
{
	/* Mozilla Firefox 19+ */
	color: #999 !important;
	opacity: 1;
}

:-ms-input-placeholder
{
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

#resultList h3.title
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 2px;
	margin-top: 0px;
	text-decoration: underline;
	padding-bottom: 0px;
	border: none;
}

#resultList h3.title > a,
#resultList h3.title > a:visited
{
	color: #5B6062;
	transition: color 0.2s ease;
}

#resultList h3.title > a:hover
{
	color: #1E2426;
}

#resultList h3.title a
{
	text-decoration: none;
	font-weight: 500;
}

#resultList h3.title a b
{
	color: #1E2426;
	background-color: #E7FF00;
	padding: 1px 2px;
	font-weight: 600;
}

#resultList .description
{
	font-size: .9em;
	padding-top: 4px;
	padding-bottom: 4px;
}

#resultList .description b
{
	color: #1E2426;
	background-color: #E7FF00;
	padding: 1px 2px;
	font-weight: 600;
}

span.SearchHighlight1
{
	color: #000000;
	background-color: #E7FF00;
}

span.SearchHighlight10
{
	color: #ffffff;
	background-color: #990099;
}

span.SearchHighlight2
{
	color: #000000;
	background-color: #a0ffff;
}

span.SearchHighlight3
{
	color: #000000;
	background-color: #99ff99;
}

span.SearchHighlight4
{
	color: #000000;
	background-color: #ff9999;
}

span.SearchHighlight5
{
	color: #000000;
	background-color: #ff66ff;
}

span.SearchHighlight6
{
	color: #ffffff;
	background-color: #880000;
}

span.SearchHighlight7
{
	color: #ffffff;
	background-color: #00aa00;
}

span.SearchHighlight8
{
	color: #ffffff;
	background-color: #886800;
}

span.SearchHighlight9
{
	color: #ffffff;
	background-color: #004699;
}

div.url cite
{
	color: #415465 !important;
	font-weight: bold;
}

ul.off-canvas-list li a
{
	transition: none;
}

aside.right-off-canvas-menu
{
	transition: none;
}

.inner-wrap
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

div.navigation-wrapper li.has-children li.has-children:hover > a
{
	color: #fff !important;
}

/* @media only screen and (max-width: 500px)
{
  a[class=logo]
  {
    width: 248px !important;
    background-position: center right !important;
  }
} */

/* **************************************************************************
************* The following styles should not appear in Flare ***************
************************************************************************** */

#masterFooter,
#resultList,
.MCBreadcrumbsLink,
a.MCBreadcrumbsLink,
.selected,
a.selected,
.right-off-canvas-menu,
aside.right-off-canvas-menu,
.main-section,
body .main-section,
div.contButton,
.contButton,
div#cbBottom,
#cbBottom,
div#cbRight,
#cbRight,
div#sideContentPos,
#sideContentPos,
div#masterFooter,
#masterFooter,
div#masterFooter.mpFixed,
div.mpFixed,
.mpFixed,
div.navigation-wrapper,
div.search-filter-content,
div.sideContent,
div.url,
h3.title,
li.has-children,
nav.tab-bar,
p.TOC1,
p.TOC2,
p.TOC3,
p.TOC4,
p.TOC5,
p.TOC6,
p.TOC7,
p.TOC8,
p.TOC9,
p.norm,
.inner-wrap,
span#backToTop,
ul.menu,
ul.navigation,
ul.off-canvas-list,
ul.sub-menu
{
	mc-disabled: true;
	mc-hidden: true;
}

/* Recently viewed fix */

div.rvDisp
{
	max-height: 25vh !important;
}

/* UserWay widget position fix */

.uwy .uai
{
	margin-right: 25px;
	margin-bottom: 5px;
}

/* styling for hover over method links */

.methodLinkActive
{
	cursor: pointer;
	display: flex !important;
}

.methodLinkActive:after
{
	font-family: "Font Awesome 5 Free";
	content: "\a0\f13d";
	font-weight: 600 !important;
	font-size: 13px;
	font-style: normal;
	color: #99A4AE;
}

/* Styling for code snippets */

.codeSnippet
{
	background: #f5f5f5;
}

MadCap|codeSnippetBody
{
	background: #f5f5f5;
}

MadCap|codeSnippetBody table td
{
	border-right: solid 1px none;
	border-top: solid 1px none;
	border-bottom: solid 1px none;
	padding: 0.0em;
}

MadCap|codeSnippetBody table
{
	border: none;
}

MadCap|codeSnippetCaption
{
	background: #f5f5f5;
}

/* Styling for horizontal lines */

hr
{
	border: 0;
	height: 0;
	border-top: 1.5px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
}

/* Wiggle fix */

.methodLinkActive span,
.methodLinkActive code,
.methodLinkActive b
{
	display: contents !important;
}

/* CSS to support the version and language switcher */

select
{
	font-family: 'Aeonik Pro', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #5B6062;
	text-rendering: optimizeLegibility;
}

#versions,
#languages
{
	margin: 5px;
	padding: 0px 0px;
	margin-bottom: 10px;
	font-weight: normal;
	display: block;
	border: none;
	background: #fff url('images/chevron-arrow-down.png') no-repeat;
	background-size: 10px;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

/* ====================================================================== */
/* Custom Dropdown Styles for Version/Language Switchers */
/* ====================================================================== */

.custom-dropdown
{
	position: relative;
	display: inline-block;
	margin: 5px;
	margin-bottom: 10px;
}

.custom-dropdown-button
{
	font-family: 'Aeonik Pro', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #5B6062;
	background: transparent;
	border: none;
	padding: 0 28px 0 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.2s ease;
	text-align: left;
	line-height: 1.4;
	position: relative;
	transform: translateY(-2px);
}

.custom-dropdown-button:hover
{
	color: #1E2426;
}

.custom-dropdown-button:focus
{
	outline: none;
}

.custom-dropdown-button-text
{
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.custom-dropdown-icon
{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border: 0.13rem solid #5B6062;
	border-style: none solid solid none;
	transform: rotate(45deg);
	transition: all 0.2s ease;
	pointer-events: none;
}

.custom-dropdown.open .custom-dropdown-icon
{
	border-style: solid none none solid;
	transform: rotate(45deg);
	margin-top: -2px;
}

.custom-dropdown-menu
{
	position: absolute;
	top: 100%;
	right: 0;
	background: white;
	border: 1.5px solid #5B6062;
	margin-top: 2px;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	width: 250px;
}

.custom-dropdown-option
{
	font-family: 'Aeonik Pro', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
	font-size: 14px;
	padding: 10px 12px;
	cursor: pointer;
	color: #1E2426;
	transition: background-color 0.15s ease, color 0.15s ease;
	border-bottom: 1px solid #f0f0f0;
}

.custom-dropdown-option:last-child
{
	border-bottom: none;
}

.custom-dropdown-option:hover
{
	background-color: #F5F5F5;
	color: #1E2426;
}

.custom-dropdown-option.selected
{
	background-color: #F5F5F5;
	color: #1E2426;
	font-weight: 500;
	border-left: 3px solid #5B6062;
	padding-left: 9px;
}

.custom-dropdown-option.selected:hover
{
	background-color: #ECECEC;
}

/* Scrollbar styling for dropdown menu */

.custom-dropdown-menu::-webkit-scrollbar
{
	width: 8px;
}

.custom-dropdown-menu::-webkit-scrollbar-track
{
	background: #f0f0f0;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb
{
	background: #5B6062;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb:hover
{
	background: #44494B;
}

/* Hide custom dropdowns on tablet and mobile */

@media only screen and (max-width: 1279px)
{
	.custom-dropdown
	{
		display: none !important;
	}
}

.main-section.menuVisible div#sideContent div#cbRight
{
	top: 75px;
}

.navigation-wrapper
{
	padding-left: 0;
	margin-bottom: 8px;
	justify-content: center;
	z-index: 100;
	background-color: #1E2426;
	display: flex;
}

/* Hide default logo on desktop, use custom positioning */

@media only screen and (min-width: 1080px)
{
	.title-bar-layout .logo-wrapper
	{
		display: none !important;
	}

	.logo-wrapper-custom
	{
		position: absolute;
		left: 0;
		width: calc(50% - 300px);
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 60px;
		z-index: 1000;
		margin-top: -8px;
	}
}

.headerLogo
{
	display: block;
	width: 150px;
	height: 36px;
	background-image: url('data:image/svg+xml,<svg id%3D"Layer_1" data-name%3D"Layer 1" xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox%3D"0 0 1800 390"><defs><style>.cls-1{fill%3A%23fff}<%2Fstyle><%2Fdefs><path class%3D"cls-1" d%3D"M1747.93 107.91a15.72 15.72 0 015.92 5.75 15.34 15.34 0 012.15 7.94 15.15 15.15 0 01-2.15 7.9 15.57 15.57 0 01-5.92 5.69 16.78 16.78 0 01-8.33 2.09 16.34 16.34 0 01-8.17-2.09 15.53 15.53 0 01-5.88-5.69 15.06 15.06 0 01-2.16-7.9 15.25 15.25 0 012.16-7.94 15.68 15.68 0 015.88-5.75 16.16 16.16 0 018.17-2.12 16.6 16.6 0 018.33 2.12zm-1.68 24.73a11.68 11.68 0 004.57-4.52 12.92 12.92 0 001.64-6.52 13.12 13.12 0 00-1.64-6.56 11.83 11.83 0 00-4.57-4.58 13.21 13.21 0 00-6.65-1.66 12.81 12.81 0 00-6.5 1.66 11.93 11.93 0 00-4.53 4.58 13.12 13.12 0 00-1.64 6.56 12.92 12.92 0 001.64 6.52 11.78 11.78 0 004.53 4.52 13 13 0 006.5 1.63 13.4 13.4 0 006.65-1.63zm-.8-11.63a6.79 6.79 0 01-3 1.75l4.76 7.08h-4.31l-3.93-6.52h-1.54v6.52h-3.66v-17h5q7.85 0 7.85 5.17a4.09 4.09 0 01-1.17 2.99zm-8-.4h1.93c2.32 0 3.47-.86 3.47-2.58a2.1 2.1 0 00-.87-1.88 5 5 0 00-2.73-.58h-1.8zM594 159.12a5.27 5.27 0 01-3.82 1.52h-45.84c-1.51 0-2.25.72-2.25 2.16v104.12q0 16.43 7.41 23.77t23.59 7.31h13.48a5.34 5.34 0 013.82 1.52 4.93 4.93 0 011.57 3.67v32.4q0 4.77-5.39 5.62l-23.36.43q-35.51 0-53-11.66t-18-44.07V162.8a2 2 0 00-2.24-2.16h-25.6a5.27 5.27 0 01-3.82-1.52 4.86 4.86 0 01-1.57-3.67v-30.24a4.93 4.93 0 011.57-3.68 5.34 5.34 0 013.82-1.51H490c1.49 0 2.24-.71 2.24-2.16V67.31a4.89 4.89 0 011.57-3.67 5.3 5.3 0 013.82-1.51h39.07a5.31 5.31 0 013.82 1.51 4.93 4.93 0 011.57 3.67v50.55c0 1.45.74 2.16 2.25 2.16h45.82a5.34 5.34 0 013.82 1.51 4.93 4.93 0 011.57 3.68v30.24a4.86 4.86 0 01-1.55 3.67zM800.05 229.77l-.44 13.39q0 5.19-5.4 5.19H653.59c-1.5 0-2.24.72-2.24 2.16q1.35 14.25 4 19.44 10.79 31.11 52.57 31.54 30.54 0 48.52-24.2a5.32 5.32 0 014.56-2.59 4.36 4.36 0 013.14 1.3L792 298q4 3 1.35 6.92-13.94 19-37.07 29.38t-51.47 10.4q-35 0-59.53-15.13a87.74 87.74 0 01-35.71-42.34q-10.35-23.33-10.34-64.81 0-25 5.39-40.61 9-30.24 33.92-47.75t60-17.49q88.5 0 99.74 89a149.2 149.2 0 011.77 24.2zm-129.16-62q-11 8-15.5 22.25-2.7 7.35-3.59 19c-.61 1.44 0 2.16 1.79 2.16h91.21A2 2 0 00747 209q-.9-10.8-2.69-16.42-4.05-15.56-16-24.2t-29.88-8.64q-16.53.03-27.54 8.03zM988 137.3q21.78 20.74 21.79 56.61v141.71a4.9 4.9 0 01-1.57 3.67 5.3 5.3 0 01-3.82 1.52h-41.31a5.23 5.23 0 01-3.82-1.52 4.84 4.84 0 01-1.58-3.67V204.28q0-19.87-11.68-32.19t-31-12.32q-19.32 0-31.22 12.1t-11.9 32v131.75a4.87 4.87 0 01-1.58 3.67 5.27 5.27 0 01-3.82 1.52h-41.33a5.27 5.27 0 01-3.82-1.52 4.86 4.86 0 01-1.57-3.67V125.21a4.93 4.93 0 011.57-3.68 5.34 5.34 0 013.82-1.51h41.33a5.34 5.34 0 013.82 1.51 4.94 4.94 0 011.58 3.68V139a1.71 1.71 0 00.89 1.73c.6.29 1.05 0 1.35-.86q18.42-23.34 55.71-23.33 36.39.03 58.16 20.76zM1180.66 126.07q21.57 9.51 33.25 26.14a64.26 64.26 0 0111.68 37.79v145.6a4.87 4.87 0 01-1.58 3.67 5.26 5.26 0 01-3.81 1.52h-41.34a5.23 5.23 0 01-3.81-1.52 4.84 4.84 0 01-1.58-3.67v-13.8c0-.87-.3-1.37-.9-1.52a1.91 1.91 0 00-1.79.65q-22 23.34-63.8 23.33-33.69 0-55.48-16.41T1029.71 279q0-33.69 24.48-52.49t69-18.8h48.07c1.49 0 2.24-.71 2.24-2.16V195.2q0-16.84-10.33-26.14t-31-9.29q-17.09 0-27.63 5.84t-13.25 16.2c-.9 3.45-3 4.9-6.29 4.32l-43.58-5.19a9.87 9.87 0 01-3.82-1.51 2.41 2.41 0 01-1.12-2.81q3.58-26.34 29.42-43.2t64.92-16.85q28.28 0 49.84 9.5zm-24.61 167.21q15.72-11.23 15.72-28.52v-20.3a2 2 0 00-2.24-2.16h-37.74q-23.82 0-37.51 8.64t-13.71 24.63q0 13.83 10.56 21.38t27.18 7.56q22.01 0 37.74-11.23zM1447.08 229.77q0 30.67-8.54 54-9.88 28.53-31.9 44.51t-53.91 16q-31.45 0-51.66-22.9c-.61-.86-1.2-1.14-1.8-.86a1.72 1.72 0 00-.9 1.73v13.39a4.9 4.9 0 01-1.57 3.67 5.28 5.28 0 01-3.82 1.52h-41.33a5.27 5.27 0 01-3.82-1.52 4.86 4.86 0 01-1.57-3.67V43.55a4.93 4.93 0 011.57-3.68 5.34 5.34 0 013.82-1.51H1293a5.36 5.36 0 013.82 1.51 5 5 0 011.57 3.68v93.75a1.71 1.71 0 00.9 1.73 1.5 1.5 0 001.8-.43q19.31-22 51.21-22 33.24 0 55 16t32.12 44.51a174.35 174.35 0 017.66 52.66zm-53.46.86q0-33.7-13.48-52.71-12.14-18.15-35.94-18.15-22 0-33.7 19-11.24 17.73-11.23 51.42 0 33.27 10.33 50.12 11.69 20.74 35.05 20.74a46.09 46.09 0 0022.46-5.4 40.49 40.49 0 0015.72-15.34q10.79-18.14 10.79-49.68zM1468.59 339.63A4.9 4.9 0 011467 336V43.88a4.89 4.89 0 011.57-3.67 5.31 5.31 0 013.82-1.52h41.33a5.31 5.31 0 013.82 1.52 4.89 4.89 0 011.57 3.67V336a4.9 4.9 0 01-1.57 3.68 5.3 5.3 0 01-3.82 1.51h-41.33a5.3 5.3 0 01-3.8-1.56z"%2F><path class%3D"cls-1" d%3D"M1740.1 229.43l-.45 13.4c0 3.46-1.79 5.18-5.39 5.18h-140.62a2 2 0 00-2.24 2.16q1.33 14.27 4 19.45 10.79 31.11 52.56 31.54 30.55 0 48.52-24.2a5.32 5.32 0 014.5-2.59 4.38 4.38 0 013.14 1.3l27.86 22q4 3 1.34 6.91-13.92 19-37.06 29.38t-51.44 10.38q-35 0-59.53-15.13a87.76 87.76 0 01-35.72-42.34q-10.33-23.34-10.33-64.81 0-25.05 5.39-40.61 9-30.24 33.92-47.75t60-17.5q88.5 0 99.73 89a148 148 0 011.82 24.23zm-129.16-62q-11 8-15.5 22.26-2.7 7.35-3.6 19-.9 2.16 1.8 2.16h91.2q2.25 0 2.25-2.16-.91-10.8-2.7-16.42-4-15.56-16-24.2t-29.87-8.64q-16.58.01-27.58 8zM432 215.85L380 61.57a32.84 32.84 0 00-24.81-21.72L193.07 8.21a32.93 32.93 0 00-30.76 10.36l-110 123.27a32.86 32.86 0 00-6.61 32.31l52 154.28a32.87 32.87 0 0024.81 21.73l162.15 31.63a32 32 0 006.22.6 33 33 0 0024.54-11l110-123.27a32.89 32.89 0 006.58-32.27zM369.21 65.22l34.17 101.46L330.75 52.1a29.14 29.14 0 00-5.65-6.5l27.9 5.45a21.43 21.43 0 0116.21 14.17zM315.68 332.8l-63.3 3.2 102.39-59.27.46-.29-24.65 46.82a17.9 17.9 0 01-14.9 9.54zm-159.1-1l-35.76-56.42a24.5 24.5 0 002.1 1.38l103.21 59.74c.48.28 1 .54 1.46.78l-55 2.79a17.91 17.91 0 01-16.01-8.28zM162 57.2l63.31-3.2-102.39 59.25c-.15.09-.3.2-.46.29l24.65-46.82A17.92 17.92 0 01162 57.2zm159.1 1l35.76 56.41a23.19 23.19 0 00-2.11-1.38L251.56 53.51c-.48-.28-1-.54-1.46-.78l55-2.79a17.89 17.89 0 0116.01 8.28zM356 254.79a14 14 0 01-7 12.08l-103.16 59.74a14 14 0 01-14 0l-103.2-59.74a14 14 0 01-7-12.08V135.22a14 14 0 017-12.09l103.21-59.74a14 14 0 0114 0l103.21 59.74a14 14 0 017 12.09zm-245.31 4.61l-30-47.29a17.91 17.91 0 01-.69-17.89l30.26-57.49v118.06a25.26 25.26 0 00.43 4.61zM367 130.6l30 47.3a17.89 17.89 0 01.72 17.88l-30.26 57.5V135.22a24.44 24.44 0 00-.46-4.62zM170.83 26.17a21.43 21.43 0 0120-6.76l101.3 19.76-130.7 6.63a29.09 29.09 0 00-10.33 2.48zm-110 123.27l72.73-81.51L69.9 188.9a29.21 29.21 0 00-3.28 11.58l-10.09-30a21.42 21.42 0 014.31-21.04zm47.64 175.35L74.31 223.32l72.63 114.58a29.36 29.36 0 005.64 6.5l-27.93-5.4a21.42 21.42 0 01-16.17-14.21zm198.38 39a21.48 21.48 0 01-20.05 6.75l-101.23-19.7 130.69-6.63a29.32 29.32 0 0010.33-2.49zm110-123.28l-72.73 81.52 63.67-121a29.17 29.17 0 003.28-11.58l10.09 30a21.41 21.41 0 01-4.31 21.11z"%2F><%2Fsvg>');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	overflow: hidden;
}

.navigation-wrapper
{
	position: relative;
	padding-left: 0;
}

nav.title-bar
{
	background-color: #1E2426;
	min-height: 60px;
}

.title-bar-layout
{
	background-color: #1E2426;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.navbar
{
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #1E2426;
}

.navbar a
{
	display: inline-block;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.dropdown
{
	overflow: visible;
	display: inline-block;
	position: relative;
	z-index: 100;
}

.dropdown .dropbtn
{
	font-size: 16px;
	border: none;
	outline: none;
	padding: 14px 16px;
	font-family: inherit;
	margin: 0;
	background-color: #1E2426;
	color: #FFFFFF;
	white-space: nowrap;
	position: relative;
	transition: color 0.3s ease;
	cursor: pointer;
}

.dropdown .dropbtn::after
{
	content: '';
	position: absolute;
	bottom: 8px;
	left: 16px;
	right: 16px;
	height: 1px;
	background-color: #FFFFFF;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.dropdown .dropbtn:hover::after
{
	transform: scaleX(1);
}

.dropbtn i
{
	font-size: 14px;
	color: #FFFFFF !important;
	padding-left: 2px;
}

.dropdown-content
{
	display: none;
	position: absolute;
	background-color: #1E2426;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 100;
}

.dropdown-content a
{
	float: none;
	color: #FFFFFF;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400 !important;
	white-space: nowrap;
	border-left: 3px solid transparent;
	transition: all 0.2s ease;
}

.dropdown-content a:hover
{
	background-color: #44494B;
	border-left: 3px solid #E7FF00;
	padding-left: 20px;
}

.dropdown-content a:hover::after
{
	transform: scaleX(1);
}

.dropdown:hover .dropdown-content
{
	display: block;
}

.dropdown-level-2:hover .dropdown-content-level-2,
.dropdown-level-2:active .dropdown-content-level-2
{
	display: block;
}

.dropbtn-level-2
{
	color: #FFFFFF;
	padding: 12px 24px 12px 16px;
	text-decoration: none;
	text-align: left;
	font-weight: 400 !important;
	cursor: default;
	position: relative;
	font-size: 16px;
	white-space: nowrap;
	border-left: 3px solid transparent;
	transition: all 0.2s ease;
}

.dropbtn-level-2 i
{
	font-size: 14px;
	color: #FFFFFF;
	position: absolute;
	right: 7px;
	top: 16px;
}

.dropdown-level-2:hover .dropbtn-level-2,
.dropdown-level-2:active .dropbtn-level-2
{
	background-color: #44494B;
	border-left: 3px solid #E7FF00;
	padding-left: 20px;
}

.dropdown-content-level-2
{
	display: none;
	position: absolute;
	background-color: #1E2426;
	min-width: max-content;
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	z-index: 101;
	left: 100%;
	top: 0;
	height: auto;
	min-height: 100%;
}

@media only screen and (max-width: 900px)
{
	.dropdown-content-level-2
	{
		position: relative;
		left: 0;
		box-shadow: none;
		padding-left: 30px;
	}

	.dropbtn-level-2 i
	{
		transform: rotate(90deg);
		position: static;
		padding-left: 2px;
	}
}

#mc-main-content ul.menu,
ul.menu._Skins_SideMenu.mc-component
{
	background-color: transparent !important;
	padding: 0;
	padding-left: 1.5em;
	position: relative;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

@media only screen and (max-width: 1079px)
{
	#mc-main-content ul.menu
	{
		display: none;
	}
}

@media only screen and (min-width: 1080px)
{
	#mc-main-content ul.menu
	{
		position: sticky;
		max-width: 20%;
		width: 20%;
		top: 0;
		float: right;
	}

	/* This class should only be included when the right side sticky nav is on the page. */

	.tn-main-content
	{
		width: 80%;
		padding-right: 2%;
	}
}

/*Styles added by 3di can be found below*/
/* Steps for Highlevel descriptions - see https://css-tricks.com/custom-list-number-styling/ */

ol.highlevel
{
	clear: both;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
	counter-reset: hl;
}

.highlevel > li
{
	display: block;
	position: relative;
	margin-left: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.highlevel > li::before
{
	content: counter(hl);
	counter-increment: hl;
	font-size: 3em;
	font-weight: bold;
	color: #415465;
	padding-top: 0;
	margin-left: -70px;
	top: -25px;
	position: absolute;
}

.highlevel > li > p
{
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 12px;
	font-weight: normal;
}

.highlevel > li > p:first-child
{
	font-weight: bold;
}

/*3di screenshot styles*/

img.LargeThumbnail
{
	mc-thumbnail: popup;
	mc-thumbnail-max-height: auto;
	mc-thumbnail-max-width: 700px;
	border-radius-disabled: 5px;
	border: 1px solid #dadfe1;
	padding: 5px;
}

/*end of 3di screenshot styles*/
/*end of 3di styles*/
/***** Start CSS for New and Updated TOC Entries badges. *****/

a.new-toc-item::after
{
	content: "new";
	font-family: 'Aeonik Pro', system-ui, -apple-system, sans-serif !important;
	font-weight: 600 !important;
	margin-left: 10px;
	font-size: 11px;
	color: #475569;
	background-color: #f1f5f9;
	padding: 2px 8px;
	letter-spacing: 0.2px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

a.updated-toc-item::after
{
	content: "updated";
	font-family: 'Aeonik Pro', system-ui, -apple-system, sans-serif !important;
	font-weight: 600 !important;
	margin-left: 10px;
	font-size: 11px;
	color: #475569;
	background-color: #f1f5f9;
	padding: 2px 8px;
	letter-spacing: 0.2px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

/***** End CSS for New and Updated TOC Entries badges. *****/
/***** Start CSS for welcome page buttons. *****/

div.welcomeContainer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: flex-start;
	/*padding: 1.6em;
    border-radius-disabled: .5rem;
	background: #fff;
	width: 95%;
	max-width: 1400px;*/
}

a.welcomeLink
{
	width: 33.33%;
	color: inherit;
	text-decoration: none;
}

div.welcomeBox
{
	background: #E6E6E6;
	border-left: 6px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	color: #192124;
	margin: .5em;
	padding: 0px 12px !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}

div.welcomeBox:hover
{
	background: #1E2426;
	border-left: 6px solid #E7FF00;
	color: #FFFFFF;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), 0 0 20px rgba(231, 255, 0, 0.15);
}

div.welcomeBox:hover .welcome-box-title
{
	color: #E7FF00;
}

div.welcomeBox:hover .welcome-description
{
	color: #FFFFFF;
}

.welcome-box-title
{
	color: #1E2426;
	font-size: 1.3em !important;
	font-weight: 700 !important;
	margin: .5em 0 !important;
	transition: all 0.3s ease;
}

.welcome-description
{
	color: #1E2426;
	font-weight: 400;
	min-height: 76px;
	font-size: 15px;
	line-height: 1.6;
	transition: color 0.3s ease;
}

/***** End CSS for welcome page buttons. *****/
/***** Start CSS for action required and no action required badges. *****/

.badge
{
	display: inline-block;
	padding: 4px 8px;
	border-radius-disabled: 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
	white-space: nowrap;
}

.badge-action-required
{
	background-color: #FEE2E2;
	color: #991B1B;
	border: 1px solid #FCA5A5;
}

.badge-no-action
{
	background-color: #DCFCE7;
	color: #166534;
	border: 1px solid #86EFAC;
}

/***** End CSS for action required and no action required badges. *****/
/* Search Bar Styling - Updated to match Design1 */

div.nav-search-wrapper
{
	padding: 11px 0 !important;
	background: #1E2426 !important;
}

.nav-search
{
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.search-bar.search-bar-container
{
	position: relative;
}

.search-bar .search-field
{
	border-radius-disabled: 0 !important;
	padding: 18px 100px 18px 24px !important;
	height: 45px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	color: #192124 !important;
	background-color: #FFFFFF !important;
	box-shadow: 0 0 0 3px #E7FF00 !important;
}

.search-bar .search-field::placeholder
{
	color: #969696 !important;
}

.search-bar .search-field:focus-visible
{
	outline: none !important;
}

.search-bar .search-submit-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
}

.search-bar .search-submit
{
	width: 56px !important;
	height: 45px !important;
	border-radius-disabled: 0 !important;
	background: transparent url('../Images/SearchIcon.png') no-repeat center center !important;
	cursor: pointer;
}

.search-bar .search-submit:hover,
.search-bar .search-submit:active,
.search-bar .search-submit:focus-visible
{
	background: transparent url('../Images/SearchIcon.png') no-repeat center center !important;
	box-shadow: none !important;
	outline: none !important;
}

.search-bar .search-filter-wrapper
{
	position: absolute;
	top: 12px;
	right: 56px;
}

/* ===== FOOTER STYLES - Design1 Footer ===== */
/* ===== TOGGLER STYLES ===== */

.MCToggler,
a.MCToggler,
.MCToggler_Open,
.MCToggler_Closed,
.MCTogglerHotSpot,
a.MCToggler_Closed.MCTogglerHotSpot,
a.MCToggler_Open.MCTogglerHotSpot
{
	color: #5B6062 !important;
	text-decoration: underline !important;
	transition: color 0.2s ease;
}

.MCToggler:hover,
a.MCToggler:hover,
.MCTogglerHotSpot:hover,
a.MCToggler_Closed.MCTogglerHotSpot:hover,
a.MCToggler_Open.MCTogglerHotSpot:hover
{
	color: #1E2426 !important;
	text-decoration: underline !important;
	text-decoration-color: #1E2426 !important;
	text-decoration-thickness: 2px !important;
}

a.GlossaryPageLink
{
	font-weight: 600;
}

a.GlossaryPageLink:hover
{
	color: #5B6062;
	text-decoration: none;
}

