/*<meta />*/

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

@import "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:hover[class*=MCTextPopupHotSpot]
{
	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;
	line-height: 1.6em;
	margin-bottom: 2em;
}

th.nostyle
{
	border: none;
	color: #041E47;
	background: #ffffff;
	padding: 0 1em;
}


td.nostyle
{
	border: none;
	color: #415465;
	background: #ffffff;
	padding: 0 1em;
}

/* 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,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20803.47%20177.26%22%3E%3Ctitle%3ETenableLogo_White_RGB%3C/title%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M155.43%2027.53c.5%201.84%202.31%208.59%204%2015L173%2093.17c1.72%206.41%203.53%2013.16%204%2015a8.64%208.64%200%200%201-2.08%207.77l-11%2011-37.07%2037.08-11%2011a8.63%208.63%200%200%201-7.76%202.07l-15-4-50.57-13.63-15-4a8%208%200%200%201-3.54-2.14%208.13%208.13%200%200%201-2.15-3.55c-.49-1.83-2.31-8.59-4-15L4.27%2084.09c-1.71-6.4-3.52-13.15-4-15l1.94-.53%201.95-.52c.49%201.85%202.3%208.6%204%2015l13.57%2050.66c1.72%206.39%203.53%2013.15%204%2015a4.35%204.35%200%200%200%201.11%201.74%204.24%204.24%200%200%200%201.73%201.1l15%204%2050.66%2013.57%2015%204a4.77%204.77%200%200%200%203.87-1l11-11%2037.07-37.08%2011-11a4.81%204.81%200%200%200%201-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%204.13%200%200%200-1.09-1.74%204.06%204.06%200%200%200-1.74-1.1l-15-4L83.06%208.11l-15-4a4.81%204.81%200%200%200-3.88%201l-11%2011L16.13%2053.2l-11%2011a4.79%204.79%200%200%200-1%203.87l-1.95.52-1.91.51a8.56%208.56%200%200%201%202-7.76l11-11%2037.09-37.06%2011-11A8.56%208.56%200%200%201%2069.12.2l15%204%2050.65%2013.58%2015%204a8.12%208.12%200%200%201%203.5%202.21%208%208%200%200%201%202.14%203.54z%22/%3E%3Cpath%20d%3D%22M91.95%2014.08l11.09%206.4%2037.42%2021.6%2011.09%206.4a7.11%207.11%200%200%201%203.32%205.74v68.8a7.11%207.11%200%200%201-3.32%205.73l-11.08%206.4-37.44%2021.61-11.09%206.4a6.64%206.64%200%200%201-3.31.82%206.71%206.71%200%200%201-3.32-.82l-11.04-6.37-37.47-21.62-11.08-6.4.82-1.43.83-1.44%2011.08%206.41%2037.44%2021.62%2011.09%206.4a3.55%203.55%200%200%200%201.66.37%203.47%203.47%200%200%200%201.65-.37l11.09-6.4%2037.44-21.62%2011.09-6.41a4%204%200%200%200%201.66-2.86V54.23a4%204%200%200%200-1.65-2.87c-1.37-.78-6.36-3.67-11.09-6.4l-37.46-21.62-11.1-6.4a3.42%203.42%200%200%200-1.65-.37%203.32%203.32%200%200%200-1.65.37l-11.08%206.4-37.44%2021.6-11.08%206.4a4%204%200%200%200-1.66%202.87v68.8a4%204%200%200%200%201.66%202.86l-.83%201.44-.82%201.43a7.05%207.05%200%200%201-3.31-5.73V54.2a7.06%207.06%200%200%201%203.31-5.74l11.09-6.4%2037.46-21.59%2011-6.39a6.72%206.72%200%200%201%203.32-.82%206.61%206.61%200%200%201%203.31.82z%22/%3E%3Cpath%20d%3D%22M43.8%2039.14l11-3%2037.16-10%2011-3a6.35%206.35%200%200%201%205.7%201.52l8.06%208.06%2027.21%2027.2%208.06%208.06a6.32%206.32%200%200%201%201.52%205.7c-.36%201.36-1.69%206.31-2.94%2011l-10%2037.17c-1.26%204.7-2.58%209.65-3%2011a5.9%205.9%200%200%201-1.57%202.6%206%206%200%200%201-2.6%201.58l-11%202.95-37.17%2010-11%202.95-.31-1.3-.38-1.43%2011-2.94%2037.18-10%2011-3a3.21%203.21%200%200%200%201.27-.81%203.12%203.12%200%200%200%20.8-1.27l3-11%2010-37.18c1.26-4.7%202.58-9.65%202.95-11a3.5%203.5%200%200%200-.76-2.84l-8.06-8.06-27.2-27.2-8.06-8.06a3.54%203.54%200%200%200-2.84-.76l-11%203-37.16%2010-11%203a3%203%200%200%200-1.27.8%203%203%200%200%200-.81%201.28c-.37%201.35-1.7%206.31-3%2011l-10%2037.16c-1.26%204.7-2.58%209.66-2.94%2011a3.53%203.53%200%200%200%20.76%202.85l8.06%208.06%2027.2%2027.2%208.06%208.06a3.54%203.54%200%200%200%202.84.76l.38%201.43.39%201.42a6.28%206.28%200%200%201-5.69-1.52l-8.07-8.06-27.2-27.21-8.1-8.13a6.29%206.29%200%200%201-1.53-5.69c.37-1.36%201.7-6.3%203-11l10-37.16%202.95-11a6%206%200%200%201%201.58-2.6%205.88%205.88%200%200%201%202.6-1.57z%22/%3E%3Cpath%20d%3D%22M34%20143.27a77.27%2077.27%200%201%201%20109.27%200%2077.26%2077.26%200%200%201-109.27%200zm106.72-2.39a73.57%2073.57%200%201%200-104.2.16%2073.68%2073.68%200%200%200%20104.2-.17z%22/%3E%3Cpath%20d%3D%22M91.09%2032.69l8.18%204.74%2027.72%2016%208.28%204.74a5.26%205.26%200%200%201%202.46%204.25v50.97a5.25%205.25%200%200%201-2.46%204.24l-8.21%204.75-27.73%2016-8.21%204.74a4.9%204.9%200%200%201-2.46.61%205%205%200%200%201-2.46-.61l-8.21-4.74-27.72-16-8.24-4.75.61-1.06.62-1.06%208.21%204.74%2027.73%2016%208.21%204.74a2.56%202.56%200%200%200%201.22.27%202.52%202.52%200%200%200%201.22-.27l8.21-4.74%2027.72-16%208.21-4.74a2.91%202.91%200%200%200%201.23-2.11V62.42A2.94%202.94%200%200%200%20134%2060.3l-8.22-4.74-27.72-16-8.21-4.74a2.57%202.57%200%200%200-1.22-.28%202.46%202.46%200%200%200-1.22.28l-8.22%204.73-27.73%2016-8.19%204.75a2.94%202.94%200%200%200-1.23%202.12v50.97a2.92%202.92%200%200%200%201.23%202.12l-.62%201.06-.62%201.06a5.21%205.21%200%200%201-2.45-4.24V62.42a5.23%205.23%200%200%201%202.45-4.25l8.24-4.74%2027.73-16%208.21-4.74a5%205%200%200%201%202.46-.6%204.89%204.89%200%200%201%202.46.6z%22/%3E%3Cpath%20d%3D%22M48.17%20128.37a57.22%2057.22%200%201%201%2080.93%200%2057.22%2057.22%200%200%201-80.93%200zm79-1.77a54.48%2054.48%200%201%200-77.17.12%2054.57%2054.57%200%200%200%2077.21-.09z%22/%3E%3C/g%3E%3Cg%20fill%3D%22%23ffffff%22%3E%3Cpath%20d%3D%22M208.27%20122.44v-48.4h-15.4V52.63h15.4V27.18h24.49v25.45h18.89v21.4h-18.87v41.85c0%206%203.09%2010.41%208.48%2010.41%203.67%200%207.13-1.35%208.48-2.89l5.21%2018.7c-3.66%203.28-10.22%206-20.44%206-17.15-.01-26.24-8.88-26.24-25.66zM257.27%2099.11c0-27%2020.05-48.78%2048.2-48.78%2028%200%2046.67%2020.82%2046.67%2051.1v5.78h-69.22c1.73%2011.38%2011%2020.83%2026.81%2020.83%207.9%200%2018.7-3.28%2024.68-9.07l11%2016.2c-9.26%208.48-23.91%2012.92-38.38%2012.92-28.35%200-49.76-19.09-49.76-48.98zm48.2-28.73c-15.23%200-21.79%2010.6-22.75%2019.86h45.9c-.77-8.87-6.94-19.86-23.14-19.86zM424.19%20145.78V89.47c0-12.92-6.75-17.35-17.16-17.35-9.65%200-17%205.4-21.21%2010.8v62.86h-24.5V52.63h24.49v12c6-6.94%2017.55-14.27%2032.59-14.27%2020.63%200%2030.47%2011.57%2030.47%2029.7v65.75zM518.64%20145.78v-9.83c-6.37%207.68-17.37%2012.14-29.5%2012.14-14.85%200-32.21-10-32.21-30.85%200-22%2017.36-30.08%2032.21-30.08%2012.53%200%2023.33%204.05%2029.5%2011.38V86.77c0-9.45-8.1-15.62-20.43-15.62-9.83%200-19.09%203.86-26.81%2011l-9.64-17.17c11.38-10.22%2026-14.65%2040.69-14.65%2021.4%200%2040.88%208.48%2040.88%2035.29v60.16zm0-22.37v-11.57c-4-5.4-11.76-8.29-19.66-8.29-9.64%200-17.55%205.2-17.55%2014.08s7.91%2013.89%2017.55%2013.89c7.9-.01%2015.62-2.71%2019.66-8.11zM553.82%20145.78V17.16h24.45v47.47a35.33%2035.33%200%200%201%2028.77-14.3c23.72%200%2041.27%2018.51%2041.27%2048.78%200%2031.24-17.74%2049-41.27%2049-11.18%200-21.4-5-28.73-14.27v12zm45.7-19.48c14.07%200%2023.52-11%2023.52-27.19%200-16-9.45-27-23.52-27-8.11%200-17%204.63-21.22%2010.8v33c4.25%205.96%2013.12%2010.39%2021.22%2010.39zM656.57%20145.78V17.16h24.49v128.62zM690.27%2099.11c0-27%2020.05-48.78%2048.2-48.78%2028%200%2046.67%2020.82%2046.67%2051.1v5.78H715.9c1.74%2011.38%2011%2020.83%2026.8%2020.83%207.91%200%2018.71-3.28%2024.69-9.07l11%2016.2c-9.25%208.48-23.91%2012.92-38.37%2012.92-28.36%200-49.75-19.09-49.75-48.98zm48.2-28.73c-15.23%200-21.79%2010.6-22.75%2019.86h45.89c-.78-8.87-6.96-19.86-23.16-19.86zM787.88%2041.29v9.7h-1.4v-9.7h-3.1v-1.3h7.6v1.3zm14.2%209.7v-9.1l-3.75%209.1h-.4l-3.75-9.1v9.1h-1.4v-11h2.15l3.2%208%203.2-8h2.15v11z%22/%3E%3C/g%3E%3C/svg%3E") !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:first-child.hover-first::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:first-child.selected-first::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) /* , only screen and (max-height: 700px) */
{
  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;
  }
}

/* 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-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;
}

MadCap|dropDownHead.h2closed
{
	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;
}

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,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201800%20390%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1747.93%20107.91a15.72%2015.72%200%20015.92%205.75%2015.34%2015.34%200%20012.15%207.94%2015.15%2015.15%200%2001-2.15%207.9%2015.57%2015.57%200%2001-5.92%205.69%2016.78%2016.78%200%2001-8.33%202.09%2016.34%2016.34%200%2001-8.17-2.09%2015.53%2015.53%200%2001-5.88-5.69%2015.06%2015.06%200%2001-2.16-7.9%2015.25%2015.25%200%20012.16-7.94%2015.68%2015.68%200%20015.88-5.75%2016.16%2016.16%200%20018.17-2.12%2016.6%2016.6%200%20018.33%202.12zm-1.68%2024.73a11.68%2011.68%200%20004.57-4.52%2012.92%2012.92%200%20001.64-6.52%2013.12%2013.12%200%2000-1.64-6.56%2011.83%2011.83%200%2000-4.57-4.58%2013.21%2013.21%200%2000-6.65-1.66%2012.81%2012.81%200%2000-6.5%201.66%2011.93%2011.93%200%2000-4.53%204.58%2013.12%2013.12%200%2000-1.64%206.56%2012.92%2012.92%200%20001.64%206.52%2011.78%2011.78%200%20004.53%204.52%2013%2013%200%20006.5%201.63%2013.4%2013.4%200%20006.65-1.63zm-.8-11.63a6.79%206.79%200%2001-3%201.75l4.76%207.08h-4.31l-3.93-6.52h-1.54v6.52h-3.66v-17h5q7.85%200%207.85%205.17a4.09%204.09%200%2001-1.17%202.99zm-8-.4h1.93c2.32%200%203.47-.86%203.47-2.58a2.1%202.1%200%2000-.87-1.88%205%205%200%2000-2.73-.58h-1.8zM594%20159.12a5.27%205.27%200%2001-3.82%201.52h-45.84c-1.51%200-2.25.72-2.25%202.16v104.12q0%2016.43%207.41%2023.77t23.59%207.31h13.48a5.34%205.34%200%20013.82%201.52%204.93%204.93%200%20011.57%203.67v32.4q0%204.77-5.39%205.62l-23.36.43q-35.51%200-53-11.66t-18-44.07V162.8a2%202%200%2000-2.24-2.16h-25.6a5.27%205.27%200%2001-3.82-1.52%204.86%204.86%200%2001-1.57-3.67v-30.24a4.93%204.93%200%20011.57-3.68%205.34%205.34%200%20013.82-1.51H490c1.49%200%202.24-.71%202.24-2.16V67.31a4.89%204.89%200%20011.57-3.67%205.3%205.3%200%20013.82-1.51h39.07a5.31%205.31%200%20013.82%201.51%204.93%204.93%200%20011.57%203.67v50.55c0%201.45.74%202.16%202.25%202.16h45.82a5.34%205.34%200%20013.82%201.51%204.93%204.93%200%20011.57%203.68v30.24a4.86%204.86%200%2001-1.55%203.67zM800.05%20229.77l-.44%2013.39q0%205.19-5.4%205.19H653.59c-1.5%200-2.24.72-2.24%202.16q1.35%2014.25%204%2019.44%2010.79%2031.11%2052.57%2031.54%2030.54%200%2048.52-24.2a5.32%205.32%200%20014.56-2.59%204.36%204.36%200%20013.14%201.3L792%20298q4%203%201.35%206.92-13.94%2019-37.07%2029.38t-51.47%2010.4q-35%200-59.53-15.13a87.74%2087.74%200%2001-35.71-42.34q-10.35-23.33-10.34-64.81%200-25%205.39-40.61%209-30.24%2033.92-47.75t60-17.49q88.5%200%2099.74%2089a149.2%20149.2%200%20011.77%2024.2zm-129.16-62q-11%208-15.5%2022.25-2.7%207.35-3.59%2019c-.61%201.44%200%202.16%201.79%202.16h91.21A2%202%200%2000747%20209q-.9-10.8-2.69-16.42-4.05-15.56-16-24.2t-29.88-8.64q-16.53.03-27.54%208.03zM988%20137.3q21.78%2020.74%2021.79%2056.61v141.71a4.9%204.9%200%2001-1.57%203.67%205.3%205.3%200%2001-3.82%201.52h-41.31a5.23%205.23%200%2001-3.82-1.52%204.84%204.84%200%2001-1.58-3.67V204.28q0-19.87-11.68-32.19t-31-12.32q-19.32%200-31.22%2012.1t-11.9%2032v131.75a4.87%204.87%200%2001-1.58%203.67%205.27%205.27%200%2001-3.82%201.52h-41.33a5.27%205.27%200%2001-3.82-1.52%204.86%204.86%200%2001-1.57-3.67V125.21a4.93%204.93%200%20011.57-3.68%205.34%205.34%200%20013.82-1.51h41.33a5.34%205.34%200%20013.82%201.51%204.94%204.94%200%20011.58%203.68V139a1.71%201.71%200%2000.89%201.73c.6.29%201.05%200%201.35-.86q18.42-23.34%2055.71-23.33%2036.39.03%2058.16%2020.76zM1180.66%20126.07q21.57%209.51%2033.25%2026.14a64.26%2064.26%200%200111.68%2037.79v145.6a4.87%204.87%200%2001-1.58%203.67%205.26%205.26%200%2001-3.81%201.52h-41.34a5.23%205.23%200%2001-3.81-1.52%204.84%204.84%200%2001-1.58-3.67v-13.8c0-.87-.3-1.37-.9-1.52a1.91%201.91%200%2000-1.79.65q-22%2023.34-63.8%2023.33-33.69%200-55.48-16.41T1029.71%20279q0-33.69%2024.48-52.49t69-18.8h48.07c1.49%200%202.24-.71%202.24-2.16V195.2q0-16.84-10.33-26.14t-31-9.29q-17.09%200-27.63%205.84t-13.25%2016.2c-.9%203.45-3%204.9-6.29%204.32l-43.58-5.19a9.87%209.87%200%2001-3.82-1.51%202.41%202.41%200%2001-1.12-2.81q3.58-26.34%2029.42-43.2t64.92-16.85q28.28%200%2049.84%209.5zm-24.61%20167.21q15.72-11.23%2015.72-28.52v-20.3a2%202%200%2000-2.24-2.16h-37.74q-23.82%200-37.51%208.64t-13.71%2024.63q0%2013.83%2010.56%2021.38t27.18%207.56q22.01%200%2037.74-11.23zM1447.08%20229.77q0%2030.67-8.54%2054-9.88%2028.53-31.9%2044.51t-53.91%2016q-31.45%200-51.66-22.9c-.61-.86-1.2-1.14-1.8-.86a1.72%201.72%200%2000-.9%201.73v13.39a4.9%204.9%200%2001-1.57%203.67%205.28%205.28%200%2001-3.82%201.52h-41.33a5.27%205.27%200%2001-3.82-1.52%204.86%204.86%200%2001-1.57-3.67V43.55a4.93%204.93%200%20011.57-3.68%205.34%205.34%200%20013.82-1.51H1293a5.36%205.36%200%20013.82%201.51%205%205%200%20011.57%203.68v93.75a1.71%201.71%200%2000.9%201.73%201.5%201.5%200%20001.8-.43q19.31-22%2051.21-22%2033.24%200%2055%2016t32.12%2044.51a174.35%20174.35%200%20017.66%2052.66zm-53.46.86q0-33.7-13.48-52.71-12.14-18.15-35.94-18.15-22%200-33.7%2019-11.24%2017.73-11.23%2051.42%200%2033.27%2010.33%2050.12%2011.69%2020.74%2035.05%2020.74a46.09%2046.09%200%200022.46-5.4%2040.49%2040.49%200%200015.72-15.34q10.79-18.14%2010.79-49.68zM1468.59%20339.63A4.9%204.9%200%20011467%20336V43.88a4.89%204.89%200%20011.57-3.67%205.31%205.31%200%20013.82-1.52h41.33a5.31%205.31%200%20013.82%201.52%204.89%204.89%200%20011.57%203.67V336a4.9%204.9%200%2001-1.57%203.68%205.3%205.3%200%2001-3.82%201.51h-41.33a5.3%205.3%200%2001-3.8-1.56z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1740.1%20229.43l-.45%2013.4c0%203.46-1.79%205.18-5.39%205.18h-140.62a2%202%200%2000-2.24%202.16q1.33%2014.27%204%2019.45%2010.79%2031.11%2052.56%2031.54%2030.55%200%2048.52-24.2a5.32%205.32%200%20014.5-2.59%204.38%204.38%200%20013.14%201.3l27.86%2022q4%203%201.34%206.91-13.92%2019-37.06%2029.38t-51.44%2010.38q-35%200-59.53-15.13a87.76%2087.76%200%2001-35.72-42.34q-10.33-23.34-10.33-64.81%200-25.05%205.39-40.61%209-30.24%2033.92-47.75t60-17.5q88.5%200%2099.73%2089a148%20148%200%20011.82%2024.23zm-129.16-62q-11%208-15.5%2022.26-2.7%207.35-3.6%2019-.9%202.16%201.8%202.16h91.2q2.25%200%202.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%208zM432%20215.85L380%2061.57a32.84%2032.84%200%2000-24.81-21.72L193.07%208.21a32.93%2032.93%200%2000-30.76%2010.36l-110%20123.27a32.86%2032.86%200%2000-6.61%2032.31l52%20154.28a32.87%2032.87%200%200024.81%2021.73l162.15%2031.63a32%2032%200%20006.22.6%2033%2033%200%200024.54-11l110-123.27a32.89%2032.89%200%20006.58-32.27zM369.21%2065.22l34.17%20101.46L330.75%2052.1a29.14%2029.14%200%2000-5.65-6.5l27.9%205.45a21.43%2021.43%200%200116.21%2014.17zM315.68%20332.8l-63.3%203.2%20102.39-59.27.46-.29-24.65%2046.82a17.9%2017.9%200%2001-14.9%209.54zm-159.1-1l-35.76-56.42a24.5%2024.5%200%20002.1%201.38l103.21%2059.74c.48.28%201%20.54%201.46.78l-55%202.79a17.91%2017.91%200%2001-16.01-8.28zM162%2057.2l63.31-3.2-102.39%2059.25c-.15.09-.3.2-.46.29l24.65-46.82A17.92%2017.92%200%2001162%2057.2zm159.1%201l35.76%2056.41a23.19%2023.19%200%2000-2.11-1.38L251.56%2053.51c-.48-.28-1-.54-1.46-.78l55-2.79a17.89%2017.89%200%200116.01%208.28zM356%20254.79a14%2014%200%2001-7%2012.08l-103.16%2059.74a14%2014%200%2001-14%200l-103.2-59.74a14%2014%200%2001-7-12.08V135.22a14%2014%200%20017-12.09l103.21-59.74a14%2014%200%200114%200l103.21%2059.74a14%2014%200%20017%2012.09zm-245.31%204.61l-30-47.29a17.91%2017.91%200%2001-.69-17.89l30.26-57.49v118.06a25.26%2025.26%200%2000.43%204.61zM367%20130.6l30%2047.3a17.89%2017.89%200%2001.72%2017.88l-30.26%2057.5V135.22a24.44%2024.44%200%2000-.46-4.62zM170.83%2026.17a21.43%2021.43%200%200120-6.76l101.3%2019.76-130.7%206.63a29.09%2029.09%200%2000-10.33%202.48zm-110%20123.27l72.73-81.51L69.9%20188.9a29.21%2029.21%200%2000-3.28%2011.58l-10.09-30a21.42%2021.42%200%20014.31-21.04zm47.64%20175.35L74.31%20223.32l72.63%20114.58a29.36%2029.36%200%20005.64%206.5l-27.93-5.4a21.42%2021.42%200%2001-16.17-14.21zm198.38%2039a21.48%2021.48%200%2001-20.05%206.75l-101.23-19.7%20130.69-6.63a29.32%2029.32%200%200010.33-2.49zm110-123.28l-72.73%2081.52%2063.67-121a29.17%2029.17%200%20003.28-11.58l10.09%2030a21.41%2021.41%200%2001-4.31%2021.11z%22%2F%3E%3C%2Fsvg%3E");
  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;
}

