/*<meta />*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Enghouse CSS version Feb2023 */

:root
{
	--vidyoBlue: #007DB8;
	--vidyoBlue_RGB: 0, 141, 208;
	--vidyoBlue_HSL: 199, 100%;
	--vidyoBlueDark: hsl(199deg 100% 36%);
	--vidyoGreen: #8bc334;
	--vidyoOrange: #fbc21e;
	--vidyoBaseTextColor: #222222;
	--codebackground: #f5f5f5;
	--docs-card-bg-c: #ececec;
	--docs-card-border-c: #cfcfcf;
	--docs-card-shadow: 0px 1px 2px rgba(2, 8, 20, .09), 0px 2px 8px rgba(2, 8, 20, .16);
	--alert-border-radius: 5px;
	--alert-shadow: var(--docs-card-shadow);
	--alert-padding: 1.5rem 2rem;
	--alert-caution-color: 246, 146, 64;
	--alert-note-color: 0, 151, 218;
	--table-radius: 5px;
	--table-border-color: #cfcfcf;
	--table-border-color-print: #999999;
	--table-header-bg-color: #7f9399;
}

body
{
	background-color: #ffffff;
	color: var(--vidyoBaseTextColor);
	font-size: 11pt;
	font-family: 'Noto Sans', sans-serif;
	margin-left: 30px;
}

/* Main layout changes */

nav.title-bar
{
	position: relative;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	z-index: 90;
}

nav.title-bar .menu-icon
{
	left: -20px;
	top: 50%;
	background: transparent;
	transform: translateY(-50%);
}

.title-bar-layout .logo-wrapper
{
	min-width: 300px;
}

.title-bar-layout a.logo
{
	margin-left: 60px;
}

ul.topProjectLinks
{
	list-style: none;
	list-style-type: none;
	display: flex;
	padding: 0;
	margin: 0 0 4px 0;
}

ul.topProjectLinks li
{
	display: flex;
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.topProjectLinks li a
{
	padding: 4px 6px;
	margin: 0 4px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	color: white;
	white-space: nowrap;
}

ul.topProjectLinks li a.selected
{
	background: rgba(255,255,255,.15);
}

a:visited
{
	text-decoration: none;
	color: hsl(var(--vidyoBlue_HSL), 40%);
}

ul.topProjectLinks li a:hover
{
	background: rgba(255,255,255,.15);
}

a:hover
{
	text-decoration: underline;
}

.docs-cards li > a:hover
{
	background-image: linear-gradient(rgb(0 0 0/6%) 0 0);
}

.docs-cards li > a:hover
{
	box-shadow: var(--docs-card-shadow);
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

a:active
{
	color: var(--vidyoBlue);
}

.title-bar-section.middle
{
	width: 60px;
	right: auto;
}

.navigation-wrapper
{
	align-self: flex-end;
	justify-content: flex-start;
}

.menu-icon-container
{
	width: 60px;
}

.nav-search
{
	width: auto;
}

.sidenav-wrapper
{
	width: 300px;
	z-index: 10;
}

.is-open-left nav.sidenav-wrapper
{
	display: none;
}

span.submenu-toggle
{
	background: url('data:image/svg+xml;utf8,<svg focusable="false" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"></path></svg>');
	border: none !important;
	width: 24px !important;
	height: 24px !important;
	margin-top: -10px !important;
	transition: all .2s;
}

.submenu-toggle-container[aria-expanded='true'] > span.submenu-toggle,
li.is-accordion-submenu-parent a[aria-expanded='true'] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.is-accordion-submenu-parent > ul[aria-hidden='false'] > li:first-child a span.submenu-toggle-container
{
	display: none;
}

ul.sidenav li a.selected
{
	color: var(--vidyoBlueDark) !important;
}

.body-container
{
	display: flex;
	padding-right: 0px;
}

div[data-mc-content-body]
{
	width: 100%;
}

.off-canvas-wrapper-inner .outer-row
{
	padding-right: 0;
}

div#mc-main-content
{
	max-width: calc(97vw - 600px);
	margin-bottom: calc(50vh - 300px);
	padding-right: 1em;
	min-height: 300px;
}

.isFrontPage div#mc-main-content
{
	max-width: 1200px;
}

.sidenav-wrapper,
.body-container,
#offCanvas
{
	/* Foreground, Background */
	scrollbar-color: hsl(199deg 80% 46%);
}

.sidenav-wrapper::-webkit-scrollbar,
.body-container::-webkit-scrollbar,
#offCanvas::-webkit-scrollbar
{
	width: 12px;
	/* Mostly for vertical scrollbars */
	height: 12px;
	/* Mostly for horizontal scrollbars */
}

.sidenav-wrapper::-webkit-scrollbar-thumb,
.body-container::-webkit-scrollbar-thumb,
#offCanvas::-webkit-scrollbar-thumb
{
	/* Foreground */
	background: hsl(199deg 80% 46%);
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

.sidenav-wrapper::-webkit-scrollbar-track,
.body-container::-webkit-scrollbar-track,
#offCanvas::-webkit-scrollbar-track
{
	/* Background */
	background: #d3d3d3;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.is-open-left .off-canvas-content
{
	box-shadow: inset 4px 4px 10px 4px rgba(10, 10, 10, .5);
}

aside[aria-hidden=true] + .off-canvas-content.inner-wrap
{
	box-shadow: none;
}

.js-off-canvas-exit
{
	background: rgba(254, 254, 254, 0.35);
	box-shadow: none;
}

div.bookmarks
{
	padding-left: 15px;
	position: relative;
}

div.bookmarks a
{
	display: inline-block;
	position: relative;
}

div.bookmarks .active a
{
	font-weight: 600;
}

div.bookmarks::before
{
	content: ' ';
	position: absolute;
	width: 1px;
	border-left: 1px solid #ccc;
	height: calc(100% - 14px);
	left: 0px;
	top: 6px;
}

div.bookmarks a:hover::before,
div.bookmarks .active a::before
{
	border-radius: 50%;
	content: "";
	height: 6px;
	left: -17px;
	position: absolute;
	top: 6px;
	width: 6px;
	background: var(--vidyoBlue);
}

div.bookmarks a::before
{
	border-radius: 50%;
	content: "";
	height: 6px;
	left: -17px;
	position: absolute;
	top: 6px;
	width: 6px;
	background: #ccc;
}

.bookmarkContainer
{
	position: fixed;
	width: 300px;
	right: 12px;
	bottom: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	top: 76px;
	padding-left: 2px;
}

div.bookmarkContainer .title
{
	padding-bottom: 7px;
	position: relative;
}

div.bookmarkContainer .title::after
{
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	content: ' ';
	position: absolute;
	width: 50%;
	height: 1px;
	bottom: -5px;
	left: 0px;
}

.bookmarkContainer .H3 a
{
	padding-left: 14px;
}

code[class*=language-]
{
	min-height: 30px;
}

div.code-toolbar > .toolbar
{
	opacity: 0.4 !important;
	top: 1px !important;
	right: 0 !important;
	text-align: right;
	display: flex;
}

div.code-toolbar:hover > .toolbar
{
	opacity: 1 !important;
}

div.code-toolbar > .toolbar > .toolbar-item
{
	min-height: 25px;
	display: flex !important;
}

.toolbar-item:first-child
{
	order: 2;
	margin: 0 0 0 10px;
}

div.code-toolbar > .toolbar > .toolbar-item > span
{
	background: none !important;
	color: #444 !important;
	border: 1px solid silver !important;
	padding: 5px 10px 5px 10px !important;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3) !important;
	right: 5px !important;
	top: 0px !important;
	position: relative;
	font-size: 13px !important;
	line-height: 13px !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top: 0 !important;
}

div.code-toolbar > .toolbar > .toolbar-item > button
{
	color: #007db8 !important;
	font-size: 12px !important;
	padding: 2px 12px !important;
	background: #f5f2f0;
	background: rgba(234, 234, 234, 1) !important;
	box-shadow: 0 2px 2px 0 rgb(0 125 184);
	border-radius: 3px;
	margin-right: 4px !important;
	margin-top: 4px !important;
	border: 1px solid rgb(0 125 184) !important;
	cursor: pointer;
	z-index: 11;
}

div.code-toolbar > .toolbar > .toolbar-item > button:hover
{
	color: #fff !important;
	background: rgb(0 125 184) !important;
}

.footer
{
	background: #272b2e;
	min-height: 300px;
	margin-left: -1em;
	position: relative;
	z-index: 90;
	padding: 40px;
	color: white;
}

.footer ul
{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer li
{
	list-style: none;
	margin: 0;
	padding: 3px 0;
	display: block;
}

.footer h4,
.footer h5
{
	font-weight: 600;
	text-transform: uppercase !important;
	color: #b6b6b7 !important;
}

.footer a
{
	color: white !important;
}

.footer div.grid-fluid
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
	margin: 0 auto 40px;
	justify-content: center;
}

.footer a.contact-button
{
	display: inline-block;
	color: #242424 !important;
	font-size: 16px;
	background-color: #FBC21E;
	padding: 12px 1em !important;
	margin-top: 20px;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease 0ms;
}

.footer a.contact-button:hover
{
	color: #FBC21E !important;
	background-color: #272b2e;
	border: 2px solid #FBC21E;
}

.footer .terms-and-privacy a
{
	margin-left: 20px;
}

.footer .terms-and-privacy
{
	text-align: center;
	font-size: .9em;
}

/* End Main layout changes*/

h1
{
	font-size: 26pt;
	color: var(--vidyoBlue);
	font-weight: bold;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	margin-bottom: 18pt;
	mc-hyphenate: never;
}

h2
{
	font-weight: 600;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	font-size: 20pt;
	color: var(--vidyoBlue);
	margin-top: 24px;
	margin-bottom: 18px;
	mc-hyphenate: never;
}

h3
{
	font-weight: normal;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	color: var(--vidyoBlue);
	font-size: 16pt;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-hyphenate: never;
}

h4
{
	font-weight: normal;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	font-size: 14pt;
	margin-bottom: 6pt;
	margin-top: 18px;
	mc-hyphenate: never;
}

h5
{
	font-weight: bold;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	font-size: 12pt;
	margin-bottom: 6pt;
	margin-top: 18pt;
	mc-hyphenate: never;
}

h6
{
	font-weight: normal;
	font-style: italic;
	mc-next-class: BodyText;
	mc-next-tag: p;
	page-break-after: avoid;
	font-size: 11pt;
	margin-bottom: 6pt;
	margin-top: 18px;
	mc-hyphenate: never;
}

p
{
	mc-hyphenate: never;
}

p.BodyText
{
	mc-hyphenate: never;
}

p.BodyTextIndented
{
	page-break-before: avoid;
	mc-hyphenate: never;
	margin-left: 19px;
}

p.BodyTextIndented2
{
	page-break-before: avoid;
	mc-hyphenate: never;
	margin-left: 55px;
}

p.Bullet
{
	list-style: disc;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-before: avoid;
	mc-hyphenate: never;
}

li.p-Bullet
{
	list-style: disc;
	mc-hyphenate: never;
	margin-left: -17px;
}

p.BulletIndented
{
	list-style: circle;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-before: avoid;
	mc-hyphenate: never;
}

li.p-BulletIndented
{
	list-style: circle;
	mc-hyphenate: never;
	margin-left: 11px;
}

p.BulletIndented2
{
	list-style: square;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-before: avoid;
	mc-hyphenate: never;
}

li.p-BulletIndented2
{
	list-style: square;
	mc-hyphenate: never;
	margin-left: 27px;
}

p.Code
{
	font-family: "Courier New", monospace;
	font-size: 9pt;
}

p.CodeIndented
{
	font-family: "Courier New", monospace;
	font-size: 9pt;
	margin-left: 22pt;
}

p.CodeIndented2
{
	font-family: "Courier New", monospace;
	font-size: 9pt;
	margin-left: 55pt;
}

p.WebTitle
{
	font-size: 24pt;
	font-weight: normal;
	color: var(--vidyoBlue);
	mc-next-class: BodyText;
	mc-next-tag: p;
	margin-bottom: 1.12em;
	margin-top: 0.6em;
}

p.GraphicParagraph
{
	margin-top: 20pt;
	margin-bottom: 20pt;
}

p.GraphicParagraphIndented
{
	margin-top: 20pt;
	margin-bottom: 20pt;
	margin-left: 28px;
}

p.NumberList
{
	font-size: 10pt;
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style: decimal;
	page-break-before: avoid;
}

li.p-NumberList
{
	list-style: decimal;
	mc-hyphenate: never;
	margin-left: -17px;
}

p.NumberList2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style: lower-alpha;
	page-break-before: avoid;
}

li.p-NumberList2
{
	list-style: lower-alpha;
	mc-hyphenate: never;
	margin-left: 11px;
}

p.TableHeading
{
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	mc-hyphenate: never;
}

p.TableHeadingCenter
{
	text-align: center;
	font-weight: bold;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	mc-hyphenate: never;
}

p.TableNumber
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	list-style: decimal;
	mc-hyphenate: never;
}

li.p-TableNumber
{
	font-size: 10pt;
	list-style: decimal;
	mc-hyphenate: never;
	margin-left: -15px;
}

p.TableText
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	mc-hyphenate: never;
}

p.TableTextCenter
{
	text-align: center;
	margin-top: 3pt;
	margin-bottom: 3pt;
	mc-hyphenate: never;
}

p.BulletTable
{
	list-style: disc;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-before: avoid;
	mc-hyphenate: never;
}

/* Alert sections */

div.BlueBanner,
div.OrangeBanner,
div.RedBanner
{
	border-radius: 5px;
	box-shadow: 0px 1px 2px rgba(2, 8, 20, .09);
	padding: 1.25rem 1.75rem;
	position: relative;
	margin: 10px 10px 10px 10px;
}

div.BlueBanner
{
	background: #e5f4fb;
	border-left: 5px solid #0097da;
}

div.BlueBanner h5
{
	color: #0097da;
	margin: 0;
}

span.Caution
{
	color: #f69240;
	font-weight: bold;
}

div.OrangeBanner
{
	background: #fef4ec;
	border-left: 5px solid #f69240;
}

div.OrangeBanner h5
{
	color: #f69240;
	margin: 0;
}

span.Stop
{
	color: #D52B1E;
	font-weight: bold;
}

div.RedBanner
{
	background: #fadfd7;
	border-left: 5px solid #D52B1E;
}

div.RedBanner h5
{
	color: #D52B1E;
	margin: 0;
}

span.Green
{
	color: var(--vidyoGreen);
	font-weight: normal;
	font-style: normal;
}

li.P-BulletTable
{
	list-style: disc;
	mc-hyphenate: never;
	margin-left: -15px;
}

p.Contents
{
	font-size: 24pt;
	margin-top: 1pt;
	color: #007db8;
	margin-bottom: 9pt;
}

span.expandtext
{
	color: var(--vidyoBlue);
}

a:link,
a.MiniTOC1:link
{
	color: var(--vidyoBlue);
	text-decoration: none;
}

a.glossterm
{
	color: #800000;
	cursor: hand;
	font-style: italic;
	text-decoration: none;
}

span.glosstext
{
	font-style: italic;
	font-weight: normal;
	color: #0000ff;
}

span.CodeText
{
	font-family: "Courier New", monospace;
}

span.Bold
{
	font-weight: bold;
}

span.Emphasis
{
	font-style: italic;
}

span.Note
{
	color: var(--vidyoGreen);
	font-weight: normal;
	font-style: normal;
}

span.Caution
{
	color: #F69240;
	font-weight: normal;
	font-style: normal;
}

span.Stop
{
	color: #D52B1E;
	font-weight: normal;
	font-style: normal;
}

table.Table
{
	width: 99%;
	x-1st-row: 1;
	x-1st-row-name: t1st;
	vertical-align: text-top;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 1;
	x-col-pat-count: 1;
	x-border-spacing: 0px;
	margin-left: 36px;
	margin-bottom: 20px;
	border-collapse: separate;
	overflow: hidden;
}

table.Table td.t1Col
{
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

table.Table tr.t1Row td
{
	vertical-align: text-top;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

table.Table td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.Table tr.t1st td
{
	vertical-align: text-top;
	background-color: #a9d2e0;
	border-bottom-style: Solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-right-style: Solid;
	border-right-width: 1px;
	border-right-color: #999999;
}

table.TableBorderless
{
	width: 90%;
	vertical-align: text-top;
	border-left-style: None;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: None;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 1;
	x-col-pat-count: 1;
	x-border-spacing: 0px;
	margin-left: 36px;
	margin-bottom: 20px;
}

table.TableBorderless td.t1Col
{
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
}

table.TableBorderless tr.t1Row td
{
	vertical-align: text-top;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

table.TableInvis td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.TableInvis
{
	width: 99%;
	vertical-align: text-top;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: None;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 1;
	x-col-pat-count: 1;
	x-border-spacing: 0px;
	margin-left: 36px;
	margin-bottom: 20px;
}

table.TableInvis td.t1Col
{
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
}

table.TableInvis tr.t1Row td
{
	vertical-align: text-top;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

table.TableInvis td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.TableInvisIndent
{
	width: 85%;
	vertical-align: text-top;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: None;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 1;
	x-col-pat-count: 1;
	x-border-spacing: 0px;
	margin-left: 62px;
	margin-bottom: 20px;
}

table.TableInvisIndent td.t1Col
{
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
}

table.TableInvisIndent tr.t1Row td
{
	vertical-align: text-top;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

table.TableInvisIndent td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.TableInvisIndent2
{
	width: 80%;
	vertical-align: text-top;
	border-left-style: Solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
	border-top-style: None;
	border-top-width: 1px;
	border-top-color: #000000;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	x-col-pat-1: 1;
	x-col-pat-1-name: t1Col;
	x-row-pat-1: 1;
	x-row-pat-1-name: t1Row;
	x-row-pat-count: 1;
	x-col-pat-count: 1;
	x-border-spacing: 0px;
	margin-left: 89px;
	margin-bottom: 20px;
}

table.TableInvisIndent2 td.t1Col
{
	border-right-style: None;
	border-right-width: 1px;
	border-right-color: #000000;
}

table.TableInvisIndent2 tr.t1Row td
{
	vertical-align: text-top;
	border-bottom-style: None;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

table.TableInvisIndent2 td
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Home page customizations */

div.MCBreadcrumbsBox_0
{
	min-height: 33px;
	max-width: calc(97vw - 600px);
}

a.MCBreadcrumbsLink
{
	display: inline-block;
	font-weight: normal;
	padding: 4px 8px;
	color: #fff;
	border-radius: 5px;
	/*border: 1px solid rgba(0, 0, 0, 0.15);*/
	background-image: linear-gradient(rgba(var(--vidyoBlue_RGB), 0.8) 0 0);
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: none;
	background-image: linear-gradient(rgba(var(--vidyoBlue_RGB), 1) 0 0);
}

span.MCBreadcrumbsSelf
{
	display: inline-block;
	padding: 3px 6px;
	/*color: white;
	border-radius: 5px;
	background-image: linear-gradient(rgba( var(--vidyoBlue_RGB), .8) 0 0);*/
}

#mc-main-content .nocontent
{
	/*height: 40px;*/
	background-color: transparent;
}

p.IntroText
{
	padding: 0 60px !important;
	line-height: 1.6em;
}

/* PDF links */

.body-container a[href$=".pdf"]::after
{
	/* PDF file */
	width: 16px;
	vertical-align: middle;
	margin: 1px 0 1px 4px;
	padding: 4px 1px 1px 1px;
	background-color: #fff;
	color: #d90101;
	border: 1px solid #d90101;
	border-top-right-radius: 7px;
	box-shadow: 2px 2px #ccc;
	font-size: 7.7px;
	font-weight: 700;
	font-family: sans-serif;
	line-height: 16px;
	text-decoration: none;
	display: inline-block;
	box-sizing: content-box;
	content: 'PDF';
}

.body-container td a[href$=".pdf"]::after
{
	padding: 2px 2px 1px 1px;
}

.docs-cards
{
	grid-gap: 1.35rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	list-style-type: none;
	padding-left: 10px !important;
}

.docs-cards li
{
	display: block;
	font-size: 12px;
	list-style: none;
}

.docs-cards li > a
{
	background-color: var(--docs-card-bg-c);
	border: 1px solid var(--docs-card-border-c);
	border-radius: 12px;
	display: block;
	font-size: .85rem;
	font-weight: 400;
	height: 100%;
	/*overflow: hidden;*/
	transition: box-shadow .15s ease-out, transform .15s ease-out, opacity .15s ease-out;
	width: 100%;
	/*
	justify-content: flex-start;
	flex-direction: column;
	*/
}

.Card-container
{
	padding: 0 1rem 1rem 1rem;
	font-weight: normal;
	color: var(--vidyoBaseTextColor) !important;
	display: block;
}

.Card-icon
{
	margin: 10px 0 0 20px;
	display: block;
}

.Card-icon img
{
	height: 40px;
	width: 40px;
}

.docs-cards li > a:hover .Card-icon img
{
	transform: scale3d(1.1, 1.1, 1.1);
	transition: all .2s ease-in;
}

.docs-cards li .Card-container .Card-header
{
	margin: 10px 0 5px;
	font-size: 1.3em;
}

.docs-cards li .Card-container + *
{
	margin-top: 0;
}

/* End Home page customizations */
/* End Table modifications */

MadCap|expandingBody.expandtext
{
	color: var(--vidyoBlue);
}

MadCap|glossaryTerm.glossterm
{
	color: #800000;
	cursor: hand;
	font-style: italic;
	text-decoration: none;
}

MadCap|expandingBody.glossterm
{
	font-style: italic;
	font-weight: normal;
	color: #0000ff;
}

li
{
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: 0px;
}

p.PrintProduct
{
	font-weight: 400;
	color: #007db8;
	mc-next-tag: p;
	text-align: right;
	font-size: 42pt;
	padding-top: 50pt;
	mc-hyphenate: never;
}

p.PrintTitle
{
	text-align: right;
	color: #007db8;
	font-size: 28pt;
	font-weight: 400;
}

p.PrintVersion
{
	text-align: right;
	font-family: Verdana;
	font-size: 14pt;
	mc-next-tag: p;
	padding-bottom: 265pt;
	color: #808080;
}

p.LegalHeading
{
	font-size: 24pt;
	margin-top: .67em;
}

li.p-LegalNumberList
{
	font-size: 10pt;
	list-style: decimal;
	list-style-type: decimal;
	mc-hyphenate: never;
}

li.p-LegalNumberList2
{
	font-size: 10pt;
	list-style: lower-alpha;
	list-style-type: lower-alpha;
	mc-hyphenate: never;
	margin-left: 15px;
}

p.LegalText
{
	
}

p.LegalTextIndented
{
	margin-left: 36px;
}

ol
{
	margin-left: -4px;
}

ul
{
	margin-left: -4px;
}

table
{
	max-width: 99%;
}

img
{
	max-width: 99%;
}

_generic_#myBtn
{
	
}

MadCap|breadcrumbsProxy
{
	border-bottom-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-size: 9pt;
	mc-breadcrumbs-prefix: ' ';
}

p.TOC1
{
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
}

@media print
{
	/*
	body
	{
		font-family: 'Lato';
	}
*/

	/* New additions - Louis */

	.MCBreadcrumbsLink
	{
		color: #007db8;
	}

	div.bookmarks
	{
		padding-left: 0px;
	}

	div.bookmarks::before
	{
		display: none !important;
		width: 0;
		border: 0;
	}

	#mc-main-content,
	div.MCBreadcrumbsBox_0
	{
		max-width: 100% !important;
	}

	nav.title-bar,
	.bookmarkContainer,
	.footer
	{
		display: none;
	}

	pre code
	{
		display: none;
	}

	/* End New additions - Louis*/

	li
	{
		margin-left: 0px;
	}

	h2
	{
		color: #007db8;
	}

	p.LegalText
	{
		font-size: 6pt;
	}

	p
	{
		
	}

	p.LegalHeading
	{
		font-size: 9pt;
		font-weight: bold;
	}

	li.p-LegalNumberList2
	{
		page-break-before: auto;
		page-break-inside: auto;
	}

	li.p-LegalNumberList
	{
		page-break-before: auto;
		page-break-inside: auto;
	}

	ol
	{
		page-break-before: auto;
		margin-left: 28px;
	}

	ul
	{
		margin-left: 20px;
	}

	p.TableText
	{
		font-size: 9pt;
	}

	p.TableHeading
	{
		font-size: 9pt;
	}

	p.TableHeadingCenter
	{
		font-size: 9pt;
	}

	p.TableNumber
	{
		font-size: 9pt;
	}

	p.TableTextCenter
	{
		font-size: 9pt;
	}

	h1
	{
		border-bottom-style: solid;
		border-bottom-width: 1px;
		mc-auto-number-format: 'CH: {chapnum}: ';
		border-bottom-color: #dcdcdc;
		page-break-before: avoid;
		color: #007db8;
		font-weight: normal;
	}

	p.TOC1
	{
		margin-bottom: 3pt;
		margin-top: 20pt;
		font-weight: normal;
		font-style: normal;
		font-size: 11pt;
	}

	p.TOC2
	{
		margin-top: 1.12pt;
		margin-bottom: 1pt;
	}

	li.p-TableNumber
	{
		font-size: 9pt;
		margin-left: -5px;
	}

	p.NumberList
	{
		font-size: 9pt;
	}

	p.TOC3
	{
		margin-top: 1.12pt;
		margin-bottom: 1pt;
	}

	p.TOC4
	{
		margin-bottom: 0pt;
		margin-top: 0pt;
	}

	img
	{
		
	}

	MadCap|tocProxy
	{
		border-top-color: transparent;
		margin-top: 1.5cm;
		padding-top: 0px;
	}

	p.Contents
	{
		margin-bottom: 1pt;
	}

	p.LegalText
	{
		font-size: 6pt;
		margin-bottom: 0pt;
		margin-top: 0 pt;
	}

	p.LegalTextIndented
	{
		font-size: 6pt;
		margin-top: 0 pt;
		margin-bottom: 0 pt;
		margin-left: 36px;
	}

	p.LegalHeading
	{
		margin-top: 1.12em;
		margin-bottom: 1.12em;
		font-size: 14pt;
		font-weight: inherit;
	}

	li.p-LegalNumberList
	{
		list-style: decimal;
		font-size: 6pt;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	li.p-LegalNumberList2
	{
		list-style: lower-alpha;
		font-size: 6pt;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	p.PageNumber
	{
		font-size: 10pt;
		text-align: right;
	}

	p.PrintVersion
	{
		padding-bottom: 265;
	}

	body
	{
		font-size: 9pt;
		margin-left: 0px;
	}

	p.BodyTextIndented
	{
		margin-left: 24px;
	}

	li.p-BulletIndented
	{
		margin-left: 22px;
	}

	li.p-NumberList
	{
		margin-left: -3px;
	}

	li.P-BulletTable
	{
		margin-left: -5px;
	}

	table.Table
	{
		
	}

	table
	{
		max-width: 99%;
	}

	p.GraphicParagraphIndented
	{
		margin-left: 26px;
	}

	li.p-BulletIndented2
	{
		margin-left: 34px;
	}

	p.CodeIndented2
	{
		margin-left: 55pt;
	}

	p.CodeIndented
	{
		margin-left: 24pt;
	}

	p.Logo_left
	{
		text-align: left;
	}

	h4
	{
		mc-heading-level: 0;
	}

	li.p-Bullet
	{
		margin-left: -3px;
	}

	li.p-NumberList2
	{
		margin-left: 22px;
	}

	p.TOC5
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.TOC6
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
		font-weight: normal;
	}

	h3
	{
		mc-heading-level: 3;
		color: #007db8;
		font-size: 16pt;
	}

	span.Bold
	{
		font-weight: bold;
	}

	span.Note
	{
		font-weight: normal;
		font-style: normal;
	}

	span.Stop
	{
		font-weight: normal;
		font-style: normal;
	}

	span.Green
	{
		font-weight: normal;
		font-style: normal;
	}

	span.Caution
	{
		font-weight: normal;
		font-style: normal;
	}

	span.DRAFT
	{
		font-weight: normal;
		font-style: normal;
	}

	p.TableHeading2
	{
		font-weight: bold;
		font-style: normal;
	}

	p.PrintProduct
	{
		font-weight: 500;
	}
}

p.PageNumber
{
	
}

p.Footer
{
	
}

span.DRAFT
{
	color: #D52B1E;
	font-weight: normal;
	font-style: normal;
}

p.Logo_left
{
	font-size: 10pt;
	text-align: left;
}

p.Logo_right
{
	font-size: 10pt;
	text-align: right;
}

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: solid;
	outline: none;
	color: var(--vidyoBlue);
	cursor: pointer;
	padding: 5px;
	border-radius: 100px;
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: solid;
	outline: none;
	color: var(--vidyoGreen);
	cursor: pointer;
	padding: 5px;
	border-radius: 100px;
	background-color: #ebebeb;
	background-position: center;
	background-repeat: no-repeat;
}

#resultList > li
{
	margin-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

@media only screen and (max-width: 1279px)
{
	div#mc-main-content
	{
		max-width: calc(97vw - 600px);
	}

	nav.title-bar .menu-icon
	{
		right: 0;
	}

	ul.off-canvas-list ul > li > a
	{
		margin-left: 0em;
		background-color: #f5f5f5;
		padding-left: 1.5em;
	}

	ul.off-canvas-list ul ul > li > a
	{
		margin-left: 0em;
		background-color: #f5f5f5;
		padding-left: 2em;
	}

	ul.off-canvas-list ul ul > li > a.selected
	{
		color: #007db8;
	}
}

p.GraphicParagraphIndented2
{
	margin-top: 20pt;
	margin-bottom: 20pt;
	margin-left: 40pt;
}

li.p-NumberList3
{
	list-style: lower-alpha;
	mc-hyphenate: never;
	margin-left: 30pt;
}

p.GraphicParagraphIndented3
{
	margin-top: 20pt;
	margin-bottom: 20pt;
	margin-left: 60pt;
}

@media screen and (max-width: 980px)
{
	nav.title-bar .menu-icon span
	{
		height: 38px;
		width: 38px;
		display: block;
		background: transparent url(../../Skins/Fluid/Stylesheets/Images//Menu.png) no-repeat center center;
		-pie-background: transparent url(../../Skins/Fluid/Stylesheets/Images/Menu.png) no-repeat center center;
	}

	nav.title-bar .menu-icon
	{
		border: none;
		z-index: 100;
		position: absolute;
		background: transparent;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		left: 10px;
		right: 0;
		width: 38px;
		height: 38px;
		transition: all .15s ease-in-out;
	}

	.sidenav-wrapper,
	ul.topProjectLinks
	{
		display: none;
	}

	div#mc-main-content,
	div.MCBreadcrumbsBox_0
	{
		max-width: calc(97vw - 250px);
	}

	.is-open-left div#mc-main-content
	{
		max-width: calc(100vw);
	}

	.bookmarkContainer
	{
		width: 250px;
	}

	.is-open-left .bookmarkContainer
	{
		display: none;
	}

	.footer div.grid-fluid
	{
		grid-template-columns: repeat(2,calc(50% - 12px));
	}

	div#mc-main-content
	{
		margin-bottom: 80px;
	}

	p.IntroText
	{
		padding: 0 20px !important;
		line-height: 1.6em;
	}
}

@media only screen and (max-width: 767px)
{
	.bookmarkContainer
	{
		display: none;
	}

	div#mc-main-content,
	div.MCBreadcrumbsBox_0
	{
		max-width: calc(100vw);
	}

	.footer a.contact-button
	{
		padding: 12px 6px;
	}
}

@media only screen and (max-device-width: 767px)
{
	object
	{
		width: 100%;
	}

	p.Code
	{
		max-width: 5.5cm;
	}
}

div.shadedBackground
{
	background-color: var(--codebackground);
	max-width: 100%;
	background-color: var(--codebackground);
	border: 0.5px solid #DBDBDB;
	color: #444;
	border-radius: 5px;
	padding: 10px;
}

div.shadedBackgroundIndent
{
	background-color: var(--codebackground);
	margin-left: 28pt;
	border: 0.5px solid #DBDBDB;
	color: #444;
	border-radius: 5px;
	padding: 10px;
}

div.shadedBackgroundIndent2
{
	background-color: var(--codebackground);
	margin-left: 40pt;
	border: 0.5px solid #DBDBDB;
	color: #444;
	border-radius: 5px;
	padding: 10px;
}

@media only screen and (max-device-width: 1279px)
{
	div#mc-main-content
	{
		max-width: calc(97vw - 300px);
	}

	.js-off-canvas-exit.is-visible
	{
		border-left: 1px solid var(--vidyoBlue);
		box-shadow: none !important;
	}

	.is-open-left .bookmarkContainer
	{
		display: none;
	}

	.is-open-left div#mc-main-content
	{
		max-width: calc(100vw);
	}

	nav.title-bar .menu-icon
	{
		left: 10px;
	}

	nav.title-bar .menu-icon span
	{
		height: 38px;
		width: 38px;
	}

	.title-bar-layout .logo-wrapper
	{
		margin-left: 20px;
		min-width: 250px;
	}
}

@media only screen and (max-device-width: 767px)
{
	nav.title-bar
	{
		background: hsl(199deg 100% 36%);
		-pie-background: hsl(199deg 100% 36%);
	}

	ul.topProjectLinks
	{
		display: none;
	}

	div#mc-main-content
	{
		max-width: calc(100vw);
	}
}

.topSummary
{
	font: normal;
	border-top-color: var(--vidyoBlue);
	display: inline-block;
}

@media MadCapEditor
{
	MadCap|miniTocProxy.topSummary
	{
		font: normal;
		border-top-color: var(--vidyoBlue);
		display: inline-block;
	}
}

p.TableHeading2
{
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-after: avoid;
	mc-hyphenate: never;
	font-weight: bold;
}

li.Bullet
{
	list-style: disc;
	margin-top: 3pt;
	margin-bottom: 3pt;
	page-break-before: avoid;
	mc-hyphenate: never;
}

