/*<meta />*/

@import url('./Header.css');

@import url('./Footer.css');

@import url('./General.css');

@import url('./Tiles.css');

@import url('../tooltipped.css');

@import url('../checkbox_styles.css');

@import url('../radiobutton_styles.css');

@import url('../dropdown_styles.css');

@import url('../tab-pages_styles.css');

@import url('https://productresources.collibra.com/docs/catalog-connectors/Content/Resources/Stylesheets/catalogConnector_styles.css');

@import url('../floating-box_styles.css');

@import url('../filter_styles.css');

@import url('../release-notes_styles.css');

@import url('../promo-bar.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*== Sidenav ==*/

.off-canvas-accordion
{
	mc-hidden: hidden;
	color: var(--navy);
}

.sidenav-wrapper
{
	mc-hidden: hidden;
	background: none;
	border-right: solid 1px var(--cloud);
}

ul.off-canvas-accordion > li.tree-node > ul.is-accordion-submenu	/*Adds extra space for sub-menu*/
{
	mc-hidden: hidden;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: var(--light-cloud);
	border-radius: var(--radius-s);
}

ul.off-canvas-accordion li a	/*Move TOC arrows to the left*/
{
	mc-hidden: hidden;
	padding-left: 2em;
	padding-right: 0.5em !important;
}

ul.off-canvas-accordion .is-accordion-submenu-parent > a span.submenu-toggle-container	/*Move TOC arrows to the left*/
{
	mc-hidden: hidden;
	right: unset;
	left: 0;
}

ul.off-canvas-accordion li.is-accordion-submenu-parent > a span.submenu-toggle,
ul.off-canvas-accordion li.is-accordion-submenu-parent > a[aria-expanded='false'] span.submenu-toggle	/*Change TOC arrows*/
{
	mc-hidden: hidden;
	width: 0.55rem;
	height: 0.55rem;
	border: 0.15rem solid var(--lime);
	border-left: none;
	border-bottom: none;
	transform: rotate(45deg);
	margin-top: -0.30rem;
	border-radius: 2px;
	transition: transform 0.25s ease-out;
}

ul.off-canvas-accordion .submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
ul.off-canvas-accordion .is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle	/*Change TOC arrows direction*/
{
	mc-hidden: hidden;
	transform-origin: 65% 45%;
	-webkit-transform-origin: 65% 45%;
	-moz-transform-origin: 65% 45%;
	-ms-transform-origin: 65% 45%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

ul.sidenav
{
	mc-hidden: hidden;
	padding-bottom: var(--space-height);
}

ul.sidenav li a[href*='http']::after	/*External link for TOC entries*/
{
	mc-hidden: hidden;
	font-family: "FontAwesome";
	content: " \f08e";
	font-size: smaller;
}

ul.sidenav li a[href*='collibra.com']::after	/* Becasue Flare does not understand complex selectors: li a[href*='http']:not([href*='collibra.com'])::after */
{
	mc-hidden: hidden;
	content: none;
}

ul.sidenav ul ul ul ul ul > li > a
{
	mc-hidden: hidden;
	margin-left: 4em;
}

ul.sidenav ul ul ul ul ul ul > li > a
{
	mc-hidden: hidden;
	margin-left: 5em;
}

/*== Breadcrums ==*/

MadCap|breadcrumbsProxy
{
	color: var(--navy);
	font-size: 0.9rem;
	margin-bottom: unset;
	border-bottom-width: 0;
	mc-breadcrumbs-prefix: "";
	mc-breadcrumbs-divider: "\2003\2002";
	mc-breadcrumbs-count: 6;
}

div[class^='MCBreadcrumbsBox'] a
{
	mc-hidden: hidden;
	text-decoration: none;
}

div[class^='MCBreadcrumbsBox'] a:hover,
div[class^='MCBreadcrumbsBox'] a:active
{
	mc-hidden: hidden;
	text-decoration: underline;
}

span.MCBreadcrumbsDivider
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M9.00002 7.27911C8.61002 7.66911 8.61002 8.29911 9.00002 8.68911L12.88 12.5691L9.00002 16.4491C8.61002 16.8391 8.61002 17.4691 9.00002 17.8591C9.39002 18.2491 10.02 18.2491 10.41 17.8591L15 13.2691C15.39 12.8791 15.39 12.2491 15 11.8591L10.41 7.26911C10.03 6.88911 9.39002 6.88911 9.00002 7.27911Z" /></svg>') no-repeat 50% 50%;
	background-color: var(--lime);
}

span.MCBreadcrumbsDivider:nth-last-of-type(2),
span.MCBreadcrumbsSelf:last-of-type
{
	mc-hidden: hidden;
	display: none;
}

/*==Body==*/

.body-container	/* The promo-bar and footer also depend on this padding */
{
	mc-hidden: hidden;
	padding-top: 2rem;
	padding-left: 3rem;
	padding-right: 2rem;
}

.content-wrapper
{
	mc-hidden: hidden;
	display: flex;
	column-gap: var(--space-width);
	width: 100%;
}

#mc-main-content
{
	mc-hidden: hidden;
	min-height: 65vh;
	min-width: 0;
	/* Solves for flexbox minimum size calculation */
	padding-bottom: 6rem;
	/*Makes room for footer*/
	flex: 1;
}

#mc-main-content h1:first-of-type
{
	width: 125%;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid var(--cloud);
}

.content-wrapper:has(.page-toc-wrapper.hidden) #mc-main-content h1:first-of-type
{
	width: unset;
}

#mc-main-content h1:first-of-type .article-meta
{
	mc-hidden: hidden;
	font-size: var(--text-eyebrow);
	color: var(--dark-grey);
	margin-left: auto;
	align-self: flex-end;
}

#mc-main-content h1:first-of-type *:not(.article-meta)
{
	display: contents;
	/*Allows for spaces in anonymous flex items*/
}

@media only screen and (max-width: 1023px)
{
	#mc-main-content
	{
		mc-hidden: hidden;
		padding-bottom: 3rem;
	}

	#mc-main-content h1:first-of-type
	{
		width: unset;
	}
}

.off-canvas-wrapper-inner .outer-row
{
	mc-hidden: hidden;
	width: 100vw;
	max-width: var(--max-width);
}

/*== Toolbar ==*/

div.mc-component[class*='Toolbar'] .button.next-topic-button .button-icon
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><path d="M1.00002 1.27911C0.61002 1.66911 0.61002 2.29911 1.00002 2.68911L4.88002 6.56911L1.00002 10.4491C0.61002 10.8391 0.61002 11.4691 1.00002 11.8591C1.39002 12.2491 2.02002 12.2491 2.41002 11.8591L7.00002 7.26911C7.39002 6.87911 7.39002 6.24911 7.00002 5.85911L2.41002 1.26911C2.03002 0.889114 1.39002 0.889114 1.00002 1.27911Z"/></svg>') no-repeat 50% 50%;
	background-color: var(--navy);
	background-image: none;
	mask-size: 45%;
}

div.mc-component[class*='Toolbar'] .button.previous-topic-button .button-icon
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg"><path d="M7.00002 1.27346C6.61002 0.883457 5.98002 0.883457 5.59002 1.27346L1.00002 5.86346C0.61002 6.25346 0.61002 6.88346 1.00002 7.27346L5.59002 11.8635C5.98002 12.2535 6.61002 12.2535 7.00002 11.8635C7.39002 11.4735 7.39002 10.8435 7.00002 10.4535L3.12002 6.56346L7.00002 2.68346C7.39002 2.29346 7.38002 1.65346 7.00002 1.27346Z"/></svg>') no-repeat 50% 50%;
	background-color: var(--navy);
	background-image: none;
	mask-size: 45%;
}

div.mc-component[class*='Toolbar'] .button.copy-url-button .button-icon
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="20" height="11" viewBox="0 0 20 11" xmlns="http://www.w3.org/2000/svg"><path d="M5 10.5684C3.62 10.5684 2.44 10.0784 1.46 9.10836C0.48 8.13836 0 6.95836 0 5.56836C0 4.17836 0.49 3.00836 1.46 2.02836C2.43 1.05836 3.61 0.568359 5 0.568359H8C8.28 0.568359 8.52 0.668359 8.71 0.858359C8.9 1.04836 9 1.28836 9 1.56836C9 1.84836 8.9 2.08836 8.71 2.27836C8.52 2.46836 8.28 2.56836 8 2.56836H5C4.17 2.56836 3.46 2.85836 2.88 3.44836C2.3 4.03836 2 4.73836 2 5.56836C2 6.39836 2.29 7.10836 2.88 7.68836C3.47 8.26836 4.17 8.56836 5 8.56836H8C8.28 8.56836 8.52 8.66836 8.71 8.85836C8.9 9.04836 9 9.28836 9 9.56836C9 9.84836 8.9 10.0884 8.71 10.2784C8.52 10.4684 8.28 10.5684 8 10.5684H5ZM7 6.56836C6.72 6.56836 6.48 6.46836 6.29 6.27836C6.1 6.08836 6 5.84836 6 5.56836C6 5.28836 6.1 5.04836 6.29 4.85836C6.48 4.66836 6.72 4.56836 7 4.56836H13C13.28 4.56836 13.52 4.66836 13.71 4.85836C13.9 5.04836 14 5.28836 14 5.56836C14 5.84836 13.9 6.08836 13.71 6.27836C13.52 6.46836 13.28 6.56836 13 6.56836H7ZM12 10.5684C11.72 10.5684 11.48 10.4684 11.29 10.2784C11.1 10.0884 11 9.84836 11 9.56836C11 9.28836 11.1 9.04836 11.29 8.85836C11.48 8.66836 11.72 8.56836 12 8.56836H15C15.83 8.56836 16.54 8.27836 17.12 7.68836C17.7 7.09836 18 6.39836 18 5.56836C18 4.73836 17.71 4.02836 17.12 3.44836C16.53 2.86836 15.83 2.56836 15 2.56836H12C11.72 2.56836 11.48 2.46836 11.29 2.27836C11.1 2.08836 11 1.84836 11 1.56836C11 1.28836 11.1 1.04836 11.29 0.858359C11.48 0.668359 11.72 0.568359 12 0.568359H15C16.38 0.568359 17.56 1.05836 18.54 2.02836C19.51 3.00836 20 4.17836 20 5.56836C20 6.95836 19.51 8.12836 18.54 9.10836C17.56 10.0884 16.39 10.5684 15 10.5684H12Z"/></svg>') no-repeat 50% 50%;
	background-color: var(--navy);
	background-image: none;
}

div.mc-component[class*='Toolbar'] .button.print-button .button-icon
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M16.25 8.56836V5.56836H8.25V8.56836H6.25V4.56836C6.25 4.28836 6.35 4.04836 6.54 3.85836C6.73 3.66836 6.97 3.56836 7.25 3.56836H17.25C17.53 3.56836 17.77 3.66836 17.96 3.85836C18.15 4.04836 18.25 4.28836 18.25 4.56836V8.56836H16.25ZM18.25 13.0684C18.53 13.0684 18.77 12.9684 18.96 12.7784C19.15 12.5884 19.25 12.3484 19.25 12.0684C19.25 11.7884 19.15 11.5484 18.96 11.3584C18.77 11.1684 18.53 11.0684 18.25 11.0684C17.97 11.0684 17.73 11.1684 17.54 11.3584C17.35 11.5484 17.25 11.7884 17.25 12.0684C17.25 12.3484 17.35 12.5884 17.54 12.7784C17.73 12.9684 17.97 13.0684 18.25 13.0684ZM8.25 19.5684H16.25V15.5684H8.25V19.5684ZM8.25 21.5684C7.7 21.5684 7.23 21.3684 6.84 20.9784C6.45 20.5884 6.25 20.1184 6.25 19.5684V17.5684H3.25C2.97 17.5684 2.73 17.4684 2.54 17.2784C2.35 17.0884 2.25 16.8484 2.25 16.5684V11.5684C2.25 10.7184 2.54 10.0084 3.13 9.42836C3.71 8.84836 4.42 8.56836 5.25 8.56836H19.25C20.1 8.56836 20.81 8.85836 21.39 9.42836C21.96 9.99836 22.25 10.7184 22.25 11.5684V16.5684C22.25 16.8484 22.15 17.0884 21.96 17.2784C21.77 17.4684 21.53 17.5684 21.25 17.5684H18.25V19.5684C18.25 20.1184 18.05 20.5884 17.66 20.9784C17.27 21.3684 16.8 21.5684 16.25 21.5684H8.25ZM20.25 15.5684V11.5684C20.25 11.2884 20.15 11.0484 19.96 10.8584C19.77 10.6684 19.53 10.5684 19.25 10.5684H5.25C4.97 10.5684 4.73 10.6684 4.54 10.8584C4.35 11.0484 4.25 11.2884 4.25 11.5684V15.5684H6.25V13.5684H18.25V15.5684H20.25Z"/></svg>') no-repeat 50% 50%;
	background-color: var(--navy);
	background-image: none;
	mask-size: 90%;
}

div.mc-component[class*='Toolbar'] .button.expand-all-button .button-icon
{
	mc-hidden: hidden;
	mask: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 14.0684C4.08 14.0684 3.73 13.9184 3.44 13.6284C3.15 13.3384 3 12.9784 3 12.5684C3 12.1584 3.15 11.7984 3.44 11.5084C3.73 11.2184 4.09 11.0684 4.5 11.0684C4.91 11.0684 5.27 11.2184 5.56 11.5084C5.85 11.7984 6 12.1584 6 12.5684C6 12.9784 5.85 13.3384 5.56 13.6284C5.27 13.9184 4.91 14.0684 4.5 14.0684ZM4.5 8.06836C4.08 8.06836 3.73 7.91836 3.44 7.62836C3.15 7.33836 3 6.97836 3 6.56836C3 6.15836 3.15 5.79836 3.44 5.50836C3.73 5.21836 4.09 5.06836 4.5 5.06836C4.91 5.06836 5.27 5.21836 5.56 5.50836C5.85 5.79836 6 6.15836 6 6.56836C6 6.97836 5.85 7.33836 5.56 7.62836C5.27 7.91836 4.91 8.06836 4.5 8.06836ZM4.5 20.0684C4.08 20.0684 3.73 19.9184 3.44 19.6284C3.15 19.3384 3 18.9784 3 18.5684C3 18.1584 3.15 17.7984 3.44 17.5084C3.73 17.2184 4.09 17.0684 4.5 17.0684C4.91 17.0684 5.27 17.2184 5.56 17.5084C5.85 17.7984 6 18.1584 6 18.5684C6 18.9784 5.85 19.3384 5.56 19.6284C5.27 19.9184 4.91 20.0684 4.5 20.0684ZM9 19.5684C8.72 19.5684 8.48 19.4684 8.29 19.2784C8.1 19.0884 8 18.8484 8 18.5684C8 18.2884 8.1 18.0484 8.29 17.8584C8.48 17.6684 8.72 17.5684 9 17.5684H20C20.28 17.5684 20.52 17.6684 20.71 17.8584C20.9 18.0484 21 18.2884 21 18.5684C21 18.8484 20.9 19.0884 20.71 19.2784C20.52 19.4684 20.28 19.5684 20 19.5684H9ZM9 13.5684C8.72 13.5684 8.48 13.4684 8.29 13.2784C8.1 13.0884 8 12.8484 8 12.5684C8 12.2884 8.1 12.0484 8.29 11.8584C8.48 11.6684 8.72 11.5684 9 11.5684H20C20.28 11.5684 20.52 11.6684 20.71 11.8584C20.9 12.0484 21 12.2884 21 12.5684C21 12.8484 20.9 13.0884 20.71 13.2784C20.52 13.4684 20.28 13.5684 20 13.5684H9ZM9 7.56836C8.72 7.56836 8.48 7.46836 8.29 7.27836C8.1 7.08836 8 6.84836 8 6.56836C8 6.28836 8.1 6.04836 8.29 5.85836C8.48 5.66836 8.72 5.56836 9 5.56836H20C20.28 5.56836 20.52 5.66836 20.71 5.85836C20.9 6.04836 21 6.28836 21 6.56836C21 6.84836 20.9 7.08836 20.71 7.27836C20.52 7.46836 20.28 7.56836 20 7.56836H9Z"/></svg>') no-repeat 50% 50%;
	background-color: var(--navy);
	background-image: none;
}

div.mc-component[class*='Toolbar'] .button-icon:hover
{
	mc-hidden: hidden;
	background-color: var(--lime) !important;
}

div.mc-component[class*='Toolbar'] .button[disabled] .button-icon:hover
{
	mc-hidden: hidden;
	background-color: var(--navy) !important;
}

div.mc-component[class*='Toolbar'] .button-separator
{
	mc-hidden: hidden;
	width: 2px;
}

/*== Text ==*/

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: 700;
	color: var(--navy);
}

h1,
h2,
h3,
h4
{
	letter-spacing: var(--letter-spacing-title-l);
}

h5,
h6
{
	letter-spacing: var(--letter-spacing-title-s);
}

h1
{
	font-size: var(--text-h2);
	line-height: var(--line-height-h2);
	margin-top: 0.33em;
}

h2,
p.OnTheGoStepTitle
{
	font-size: var(--text-h3) !important;
	line-height: var(--line-height-h3);
}

h3,
.subheading
{
	font-size: var(--text-h4) !important;
	line-height: var(--line-height-h4);
}

h4
{
	font-size: var(--text-h5) !important;
	line-height: var(--line-height-h5);
	mc-heading-level: 0;
}

h5
{
	font-size: var(--text-h6) !important;
	line-height: var(--line-height-h6);
	mc-heading-level: 0;
}

h6
{
	font-size: var(--text-h7) !important;
	line-height: var(--line-height-h7);
	mc-heading-level: 0;
}

h2.numbered
{
	mc-auto-number-format: 'H:{n+} ';
}

h3.numbered
{
	mc-auto-number-format: 'H:{n}.{n+} ';
}

p
{
	font-size: var(--text-body);
	line-height: var(--line-height-body);
}

p,
ol,
ul,
dl,
table,
img,
pre,
div.note,
div.tip,
div.banyan,
div.example,
div.warning,
div.action,
div.important,
div.result,
div.disclaimer,
div.codeSnippet
{
	margin: var(--margin);
}

@supports (display: inline)	/* Becasue Flare is not a modern tool. */
{
	div#mc-main-content
	{
		:is(div.note, div.tip, div.banyan, div.example, div.warning, div.disclaimer, div.action, div.important, div.result) > *:nth-child(2),
		p > img:first-child,
		:is(ol, ul) > :is(ol:first-child, ul:first-child),
		li > .MCDropDown_Open .MCDropDownBody > ul:first-child
		{
			mc-hidden: hidden;
			margin-top: unset;
		}
		
		:is(div.note, div.tip, div.banyan, div.example, div.warning, div.disclaimer, div.action, div.important, div.result) > *:last-child,
		p > img:last-child,
		:is(ol, ul) > :is(ol:last-child, ul:last-child),
		.MCDropDown_Open .MCDropDownBody > *:last-child
		{
			mc-hidden: hidden;
			margin-bottom: unset;
		}
		
		:is(li, dd),
		li > :is(address, article, aside, blockquote, canvas, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, li, main, nav, noscript, ol, p, pre, section, table, tfoot, ul, video), /*All block elements*/
		dd :is(address, article, aside, blockquote, canvas, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, li, main, nav, noscript, ol, p, pre, section, table, tfoot, ul, video) /*All block elements*/
		{
			mc-hidden: hidden;
			margin-top: var(--list-margin);
			margin-bottom: var(--list-margin);
		}
	}
} 

/*== Anchors ==*/

.anchorjs-link
{
	mc-hidden: hidden;
	color: var(--grey);
	transition: all 0.25s ease;
}

.anchorjs-link:hover
{
	mc-hidden: hidden;
	color: inherit;
}

.anchorjs-link::after
{
	mc-hidden: hidden;
	font-size: 0.9em;
}

@media only screen and (max-width: 1023px)
{
	.anchorjs-link
	{
		mc-hidden: hidden;
		color: inherit;
		opacity: 80%;
	}
}

/*== Admonitions ==*/

.update
{
	font-size: 0;
	/*Hides the date*/
	position: absolute;
	/*Hides the date*/
	mc-auto-number-format: 'Updated: ';
	mc-conditions: 'guides/medium.screen-only';
}

#mc-main-content h1:first-of-type .update
{
	font-size: inherit;
	position: initial;
}

.admonition
{
	mc-hidden: hidden;
	font-weight: 700;
	opacity: 90%;
}

pre,
.note,
.tip,
.banyan,
.example,
.warning,
.action,
.important
{
	padding: var(--padding);
	margin: var(--margin);
	border-radius: var(--radius-s);
	color: var(--navy);
}

.note,
.tip,
.banyan,
.example,
.warning,
.action,
.important
{
	mc-auto-number-class: admonition;
}

pre
{
	border: 1px solid var(--cloud);
	background: var(--grey-eee);
}

.note
{
	mc-auto-number-format: 'Note\2003';
	background: var(--light-cloud);
}

.tip
{
	mc-auto-number-format: 'Tip\2003';
	background: #fff linear-gradient(121.11deg, rgba(114, 191, 0, 0.1) 7.69%, rgba(3, 117, 95, 0.1) 76.35%);
}

.banyan
{
	mc-auto-number-format: 'Important\2003';
	background: #fff linear-gradient(121.11deg, rgba(3, 117, 95, 0.1) 7.69%, rgba(114, 191, 0, 0.1) 76.35%);
}

div#overview > .banyan
{
	mc-hidden: hidden;
	mc-auto-number-format: 'Tip\2003';
	background: #fff linear-gradient(121.11deg, rgba(3, 117, 95, 0.1) 7.69%, rgba(114, 191, 0, 0.1) 76.35%);
}

.example
{
	mc-auto-number-format: 'Example\2003';
	background: #fff linear-gradient(103.77deg, rgba(0, 110, 194, 0.15) 61.72%, rgba(0, 43, 64, 0.15) 95.77%);
}

.warning
{
	mc-auto-number-format: 'Warning\2003';
	background: #fff linear-gradient(103.77deg, rgba(192, 0, 0, 0.13) 61.72%, rgba(96, 0, 0, 0.13) 95.77%);
}

.action
{
	mc-auto-number-format: 'Action\2003';
	background: #fff linear-gradient(121.11deg, rgba(3, 117, 95, 0.1) 7.69%, rgba(114, 191, 0, 0.1) 76.35%);
}

.important
{
	mc-auto-number-format: 'Important\2003';
	background: #fff linear-gradient(121.11deg, rgba(254, 205, 55, 0.3) 7.69%, rgba(244, 136, 28, 0.3) 76.35%);
}

.result::before
{
	content: '';
	padding-right: var(--space-width);
	mask: url('data:image/svg+xml,<svg width="14" height="12" viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg"><path d="M4.57499 5.56816L0.699987 1.66816C0.516654 1.48483 0.420821 1.25566 0.412487 0.980664C0.404154 0.705664 0.499987 0.468164 0.699987 0.268164C0.883321 0.0848307 1.11665 -0.00683594 1.39999 -0.00683594C1.68332 -0.00683594 1.91665 0.0848307 2.09999 0.268164L6.69999 4.86816C6.79999 4.96816 6.87082 5.0765 6.91249 5.19316C6.95415 5.30983 6.97499 5.43483 6.97499 5.56816C6.97499 5.7015 6.95415 5.8265 6.91249 5.94316C6.87082 6.05983 6.79999 6.16816 6.69999 6.26816L2.09999 10.8682C1.91665 11.0515 1.68749 11.1473 1.41249 11.1557C1.13749 11.164 0.899987 11.0682 0.699987 10.8682C0.516654 10.6848 0.424987 10.4515 0.424987 10.1682C0.424987 9.88483 0.516654 9.6515 0.699987 9.46816L4.57499 5.56816ZM11.175 5.56816L7.29999 1.66816C7.11665 1.48483 7.02082 1.25566 7.01249 0.980664C7.00415 0.705664 7.09999 0.468164 7.29999 0.268164C7.48332 0.0848307 7.71665 -0.00683594 7.99999 -0.00683594C8.28332 -0.00683594 8.51665 0.0848307 8.69999 0.268164L13.3 4.86816C13.4 4.96816 13.4708 5.0765 13.5125 5.19316C13.5542 5.30983 13.575 5.43483 13.575 5.56816C13.575 5.7015 13.5542 5.8265 13.5125 5.94316C13.4708 6.05983 13.4 6.16816 13.3 6.26816L8.69999 10.8682C8.51665 11.0515 8.28749 11.1473 8.01249 11.1557C7.73749 11.164 7.49999 11.0682 7.29999 10.8682C7.11665 10.6848 7.02499 10.4515 7.02499 10.1682C7.02499 9.88483 7.11665 9.6515 7.29999 9.46816L11.175 5.56816Z"/></svg>') no-repeat 0% 60%;
	background-color: currentColor;
}

.parentNode
{
	opacity: 0.5;
	font-size: smaller;
}

pre,
code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
	color: var(--navy);
}

pre
{
	line-height: var(--line-height-eyebrow);
	overflow-x: auto;
}

code
{
	font-size: 0.90em;
	background-color: var(--grey-eee);
	padding: .1em .3em;
	border: 1px solid var(--cloud);
	border-radius: var(--radius-xs);
	overflow-wrap: anywhere;
}

pre code
{
	background-color: inherit;
	padding: unset;
	border: none;
}

/*== Legacy Copy button ==*/

.copy
{
	position: relative;
	float: right;
	clear: both;
	cursor: pointer;
	right: 12px;
	top: 36px;
	z-index: 1;
	margin: -1.5em 0;
}

/*== Code snippet ==*/

.codeSnippet
{
	mc-hidden: hidden;
	padding: unset;
	border: unset;
	font-size: unset;
}

.codeSnippetBody
{
	mc-hidden: hidden;
	padding: unset;
}

.codeSnippetCopyButton
{
	mc-hidden: hidden;
	top: 1em;
	position: relative;
	font-size: var(--text-eyebrow);
	font-weight: 700;
	background: var(--lime);
	margin-bottom: -2em;
	right: 1em;
	text-decoration: none;
	padding: 0.3em 1em;
	transition: all 0.25s ease;
	border-radius: var(--radius-xl);
	opacity: 0;
}

.codeSnippet:hover .codeSnippetCopyButton
{
	mc-hidden: hidden;
	opacity: 1;
}

.codeSnippetCopyButton:hover
{
	mc-hidden: hidden;
	color: #FFF;
	background: var(--navy);
}

.codeSnippetCaption
{
	mc-hidden: hidden;
	font-size: 11.5pt;
	text-decoration: none;
	border: 1px solid var(--cloud);
	padding: 1.1em 5.5em 1.1em 1.5em;
}

.codeSnippetCaption p
{
	mc-hidden: hidden;
	margin: unset;
}

.codeSnippetCaption ~ .codeSnippetBody
{
	mc-hidden: hidden;
	border: 1px solid var(--cloud);
	border-top: none;
}

/*== Labels ==*/

.label,
.uicontrol,
.filepath
{
	font-weight: 700;
}

.userinput
{
	font-style: italic;
}

/*== Tables ==*/

table[class*='TableStyle-']
{
	mc-hidden: hidden;
	table-layout: fixed;
}

table[class*='TableStyle-'] tbody tr:not(:last-of-type)
{
	mc-hidden: hidden;
	border-bottom: 1px solid var(--grey-ccc);
}

table[class*='v1'] tbody tr:not(:last-of-type)
{
	mc-hidden: hidden;
	border-bottom: initial;
	/* Becasue Flare cannot handle table[class*='TableStyle-']:not([class*='v1']) tbody tr:not(:last-of-type) */
}

table[class*='TableStyle-'] th,
table[class*='TableStyle-'] td
{
	mc-hidden: hidden;
	overflow-wrap: break-word;
}

table[class*='TableStyle-'] td,
table[class*='TableStyle-'] td .codeSnippetCopyButton
{
	mc-hidden: hidden;
	font-size: 0.9em;
}

table[class*='TableStyle-'] th *:not(code),
table[class*='TableStyle-'] td *:not(code)
{
	mc-hidden: hidden;
	font-size: inherit;
}

th > p
{
	mc-hidden: hidden;
	margin: unset;
}

td > *:first-child
{
	mc-hidden: hidden;
	margin-top: unset;
}

td > *:last-child
{
	mc-hidden: hidden;
	margin-bottom: unset;
}

td > ul,
td > ol
{
	mc-hidden: hidden;
	padding-left: var(--space-height-half);
}

/*table indent styles*/

div.tabel-level1
{
	padding-left: 2em;
}

div.tabel-level2
{
	padding-left: 4em;
}

div.tabel-level3
{
	padding-left: 6em;
}

div.tabel-level4
{
	padding-left: 8em;
}

/*== Images ==*/

img
{
	border: none;
}

img.Button
{
	width: 1.2em;
	height: 1.2em;
	margin: unset;
	vertical-align: text-bottom;
}

img.CircleNumbers
{
	width: 1.5em;
	height: 1.5em;
}

img.fiveCm,
img.eightCm,
img.fullWidth,
img.full,
img.large,
img.medium,
img.small
{
	width: auto;
	height: auto;
	box-shadow: var(--shadow-medium-m);
	border-radius: var(--radius-xs);
}

img.fiveCm
{
	max-width: 360px;
}

img.eightCm
{
	max-width: 640px;
}

img.fullWidth,
img.full	/*Used for DevPortal*/
{
	max-width: 960px;
}

img.large	/*Used for DevPortal*/
{
	max-width: 800px;
}

img.medium	/*Used for DevPortal*/
{
	max-width: 500px;
}

img.small	/*Used for DevPortal*/
{
	max-width: 250px;
}

@supports (max-width: min(250px, 100%))	/* Becasue Flare does not like the display property and prevents the styles from appearing in the style list and does not calculate min(). */
{
	img.fiveCm,
	img.eightCm,
	img.fullWidth,
	img.full,
	img.large,
	img.medium,
	img.small
	{
		display: block;
	}
	
	img.fiveCm
	{
		max-width: min(360px, 100%);
	}
	
	img.eightCm
	{
		max-width: min(640px, 100%);
	}
	
	img.fullWidth,
	img.full /*Used for DevPortal*/
	{
		max-width: min(960px, 100%);
	}
	
	img.large	/*Used for DevPortal*/
	{
		max-width: min(800px, 100%);
	}
	
	img.medium	/*Used for DevPortal*/
	{
		max-width: min(500px, 100%);
	}
	
	img.small	/*Used for DevPortal*/
	{
		max-width: min(250px, 100%);
	}
} 

img.MCHelpControl_Image_Icon	/*Related Topics and Keyword Control*/
{
	mc-hidden: hidden;
	margin: unset;
}

.text-filter	/*Filter styles*/
{
	background-position-y: 4px;
}

.clearButton	/*Filter styles*/
{
	top: 2px;
}

.clearButton > p	/*Filter styles*/
{
	margin: unset;
}

/*== List styles ==*/

ol
{
	list-style-type: decimal;
}

ol li ol,
ul li ol
{
	list-style-type: lower-alpha;
}

ol li ol li ol,
ul li ol li ol,
ul li ul li ol,
ol li ul li ol
{
	list-style-type: lower-roman;
}

ul
{
	list-style-type: disc;
}

ul li ul,
ol li ul
{
	list-style-type: circle;
}

ul li ul li ul,
ol li ul li ul,
ul li ol li ul,
ol li ol li ul
{
	list-style-type: square;
}

dt
{
	font-weight: 700;
	margin-top: var(--list-margin);
}

dd::before
{
	content: '';
	position: absolute;
	margin-left: -1.5em;
	width: .5rem;
	height: .5rem;
	background-color: var(--light-forest);
	border-radius: 50%;
	translate: 0 100%;
}

dl.inline-list
{
	/* Allows you to select the class in Flare */
}

.inline-list dt,
.inline-list dt + dd
{
	display: inline;
}

.inline-list dt::before
{
	content: '';
	display: block;
	margin-top: var(--list-margin);
}

/*== Topic menu ==*/

ul.mc-component[class*='TopicMenu'] > li:first-of-type	/*Hide the title of the topic*/
{
	mc-hidden: hidden;
	display: none;
}

ul.mc-component[class*='TopicMenu'] li a	/*Restrict the clickable area to the text*/
{
	mc-hidden: hidden;
	width: fit-content;
}

/*== Landing pages ==*/

ul.menu.mc-component[class*='LandingPageMenu']
{
	mc-hidden: hidden;
	display: flex;
	flex-flow: row wrap;
	margin: -10px;
	gap: var(--space-width);
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf,
ul.mc-component[class*='LandingPageMenu'] > li.has-children
{
	mc-hidden: hidden;
	flex-basis: 30%;
	margin: unset !important;
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf > a,
ul.mc-component[class*='LandingPageMenu'] > li.has-children > a
{
	mc-hidden: hidden;
	border: 1px solid var(--cloud);
	height: 100%;
	padding: var(--padding);
	background-color: #ffffff;
	font-weight: 700;
	color: var(--navy);
	border-radius: var(--radius-s);
	display: flex;
	justify-content: space-between;
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf > a:hover,
ul.mc-component[class*='LandingPageMenu'] > li.has-children > a:hover
{
	mc-hidden: hidden;
	box-shadow: var(--shadow-light-m);
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf > a::after,
ul.mc-component[class*='LandingPageMenu'] > li.has-children > a::after
{
	mc-hidden: hidden;
	content: '';
	mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="auto" viewBox="0 0 15.869 14"><path d="M15.733 7.45c.013-.019.021-.04.032-.059a.72.72 0 00.042-.08c.011-.026.017-.053.025-.08s.016-.046.021-.071a.8.8 0 000-.317c0-.025-.014-.047-.021-.071s-.014-.054-.025-.08a.822.822 0 00-.042-.08c-.011-.02-.019-.04-.032-.059a.818.818 0 00-.1-.124L9.444.24a.81.81 0 00-1.146 1.146L13.1 6.192H.811a.81.81 0 100 1.621H13.1l-4.806 4.806a.81.81 0 101.146 1.146l6.189-6.189a.815.815 0 00.104-.126z"></path></svg>') no-repeat 0% 50%;
	background-color: var(--lime);
	mask-size: 0.9rem;
	display: block;
	min-width: 1rem;
}

ul.mc-component[class*='LandingPageMenu'] .sub-menu
{
	mc-hidden: hidden;
	display: none;
	/*Only show 1 TOC level*/
}

/*Class to hide ToC entries*/

.hiddenToCEntry
{
	mc-hidden: hidden;
	display: none !important;
}

/*== Madcap ==*/

MadCap|miniTocProxy,
MadCap|relationshipsProxy
{
	mc-hidden: hidden;
	border-top-color: var(--cloud);
}

a[class^='MiniTOC'],
a[class^='MiniTOC']:link
{
	mc-hidden: hidden;
	color: var(--navy);
	font-size: 0.9rem;
}

div[class*='MCMiniTocBox'] p,
MadCap|relationshipsHeading,
MadCap|relationshipsItem
{
	mc-hidden: hidden;
	margin-top: var(--list-margin);
	margin-bottom: var(--list-margin);
}

div[class*='MCRelationshipsProxy'] p
{
	mc-hidden: hidden;
	font-size: var(--text-body);
}

div[class*='MCRelationshipsProxy'] p[class*='Heading']:after
{
	mc-hidden: hidden;
	content: '\003A';
}

div[class*='MCRelationshipsProxy'] p a
{
	mc-hidden: hidden;
	font-size: inherit;
	text-decoration: none;
}

MadCap|dropDownHotspot,
MadCap|expandingHead
{
	mc-hidden: hidden;
	font-style: normal;
}

MadCap|expandingHead,
MadCap|toggler
{
	mc-hidden: hidden;
	color: inherit;
}

/*MadCap|expandingHead
{
	padding-right: 1em;*/

/*	cursor: hand;*/

/*  text-decoration: none;
}*/

MadCap|dropDownHotspot,
MadCap|glossaryTerm
{
	mc-hidden: hidden;
	font-weight: 700;
	color: var(--navy);
}

MadCap|expandingBody
{
	mc-hidden: hidden;
	color: inherit;
	font-style: normal;
}

MadCap|dropDown,
MadCap|expanding,
MadCap|toggler
{
	mc-hidden: hidden;
	mc-open-image: none;
	/*Prevents misalignment*/
	mc-closed-image: none;
	/*Prevents misalignment*/
	margin: var(--margin);
}

MadCap|glossaryTerm
{
	mc-hidden: hidden;
	mc-open-image: none;
	mc-closed-image: none;
}

.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage,
.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.5432C11.8667 15.5432 11.7417 15.5223 11.625 15.4807C11.5084 15.439 11.4 15.3682 11.3 15.2682L6.70005 10.6682C6.51672 10.4848 6.42505 10.2515 6.42505 9.96816C6.42505 9.68483 6.51672 9.4515 6.70005 9.26816C6.88338 9.08483 7.11672 8.99316 7.40005 8.99316C7.68338 8.99316 7.91672 9.08483 8.10005 9.26816L12 13.1682L15.9 9.26816C16.0834 9.08483 16.3167 8.99316 16.6 8.99316C16.8834 8.99316 17.1167 9.08483 17.3 9.26816C17.4834 9.4515 17.575 9.68483 17.575 9.96816C17.575 10.2515 17.4834 10.4848 17.3 10.6682L12.7 15.2682C12.6 15.3682 12.4917 15.439 12.375 15.4807C12.2584 15.5223 12.1334 15.5432 12 15.5432Z" fill="%234B4B4B"/></svg>');
	background-size: 1.5em;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M12 15.5432C11.8667 15.5432 11.7417 15.5223 11.625 15.4807C11.5084 15.439 11.4 15.3682 11.3 15.2682L6.70005 10.6682C6.51672 10.4848 6.42505 10.2515 6.42505 9.96816C6.42505 9.68483 6.51672 9.4515 6.70005 9.26816C6.88338 9.08483 7.11672 8.99316 7.40005 8.99316C7.68338 8.99316 7.91672 9.08483 8.10005 9.26816L12 13.1682L15.9 9.26816C16.0834 9.08483 16.3167 8.99316 16.6 8.99316C16.8834 8.99316 17.1167 9.08483 17.3 9.26816C17.4834 9.4515 17.575 9.68483 17.575 9.96816C17.575 10.2515 17.4834 10.4848 17.3 10.6682L12.7 15.2682C12.6 15.3682 12.4917 15.439 12.375 15.4807C12.2584 15.5223 12.1334 15.5432 12 15.5432Z" fill="%23002B40"/></svg>');
	background-size: 1.5em;
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage,
.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M9.00002 7.27911C8.61002 7.66911 8.61002 8.29911 9.00002 8.68911L12.88 12.5691L9.00002 16.4491C8.61002 16.8391 8.61002 17.4691 9.00002 17.8591C9.39002 18.2491 10.02 18.2491 10.41 17.8591L15 13.2691C15.39 12.8791 15.39 12.2491 15 11.8591L10.41 7.26911C10.03 6.88911 9.39002 6.88911 9.00002 7.27911Z" fill="%234B4B4B"/></svg>');
	background-size: 1.5em;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	background-image: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg"><path d="M9.00002 7.27911C8.61002 7.66911 8.61002 8.29911 9.00002 8.68911L12.88 12.5691L9.00002 16.4491C8.61002 16.8391 8.61002 17.4691 9.00002 17.8591C9.39002 18.2491 10.02 18.2491 10.41 17.8591L15 13.2691C15.39 12.8791 15.39 12.2491 15 11.8591L10.41 7.26911C10.03 6.88911 9.39002 6.88911 9.00002 7.27911Z" fill="%23002B40"/></svg>');
	background-size: 1.5em;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	padding-left: 1.5em;
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage,
.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage,
.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage,
.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	padding-right: 1.5em;
}

.MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage,
.MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage
{
	mc-hidden: hidden;
	background-position: right;
}

.MCDropDownBody
{
	mc-hidden: hidden;
	padding: 0 0.8em 1em 1.5em;
	margin-left: unset;
}

.MCDropDown_Open .MCDropDownBody
{
	mc-hidden: hidden;
	border-bottom: 1px solid var(--cloud);
}

MadCap|popupBody
{
	mc-hidden: hidden;
	color: var(--navy);
	background-color: var(--light-cloud);
	border: solid 1px var(--light-cloud);
	margin: 0px;
	padding: 5px;
	box-shadow: var(--shadow-light-m);
	border-radius: var(--radius-xs);
}

.MCTextPopupArrow
{
	mc-hidden: hidden;
	border-bottom-color: var(--light-cloud);
}

/*== Madcap Related Topics, Concept and Keyword Control==*/

a.MCHelpControl
{
	mc-hidden: hidden;
	text-decoration: underline;
}

.relatedTopics,
.relatedTopics:link,
.keywordLink,
.keywordLink:link,
.conceptLink,
.conceptLink:link
{
	mc-hidden: hidden;
	color: inherit;
}

.link-list-popup
{
	mc-hidden: hidden;
	color: inherit;
	background-color: #ffffff;
	border: 1px solid var(--cloud);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
	border-radius: unset;
}

.link-list-popup ul li
{
	mc-hidden: hidden;
	color: inherit;
	font-family: inherit;
	font-size: var(--text-eyebrow);
}

.link-list-popup ul li:hover
{
	mc-hidden: hidden;
	color: unset;
	background-color: unset;
}

@media only screen and (max-width: 1023px)
{
	/*== Main section ==*/

	.body-container
	{
		mc-hidden: hidden;
		padding-left: 1em;
		padding-right: 1em;
	}

	/*== Landing pages ==*/

	ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf,
	ul.mc-component[class*='LandingPageMenu'] > li.has-children
	{
		mc-hidden: hidden;
		flex-basis: 45%;
		flex-grow: 1;
	}
}

@media print
{
	img.OnTheGoSteps
	{
		width: 4cm;
	}

	img.fiveCm
	{
		width: 5cm;
		border: 1pt solid var(--grey-ccc);
	}

	img.eightCm
	{
		width: 8cm;
		border: 1pt solid var(--grey-ccc);
	}

	img.fullWidth
	{
		width: 18cm;
		border: 1pt solid var(--grey-ccc);
	}
}

@media only screen and (max-width: 700px)
{
	cite
	{
		overflow-wrap: anywhere !important;
	}
}

