/*<meta />*/

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

@font-face 
{
	font-family: 'Montserrat Light';
	src: url(../Fonts/MONTSERRAT-LIGHT.TTF);
}

@font-face 
{
	font-family: 'Montserrat SemiBold';
	src: url(../Fonts/MONTSERRAT-SEMIBOLD.TTF);
}

@font-face 
{
	font-family: 'Montserrat Black';
	src: url(../Fonts/MONTSERRAT-BLACK.TTF);
}

@font-face 
{
	font-family: 'SF Mono';
	src: url(../Fonts/SFMonoRegular.otf);
}

:root
{
	--Brand1: #076685;
	--Brand2: #CDE0E7;
	--Black: #000000;
	--Dark: #45494c;
	--Medium: #b9bec1;
	--Light: #d0d3d5;
	--White: #ffffff;
}

body.light
{
	--text: Dark;
	--background: White;
}

body.dark
{
	--text: White;
	--background: Dark;
}

body
{
	background: White;
	font-family: 'Montserrat Light', Arial, Avenir, Myriad;
	text-align: left;
}

.body-container
{
	padding-left: 1.2em !important;
	padding-top: 2%;
	/* Set the width of the scrollbar to make it less visible */
	scrollbar-width: thin;
	/* Add a smooth transition for the scrollbar */
	transition: 0.5s;
}

.body-container::-webkit-scrollbar
{
	width: 10px;
	/* Set the width of the scrollbar for WebKit browsers (like Chrome and Safari) */
}

.body-container::-webkit-scrollbar-thumb
{
	background-color: #dfdfdf;
	/* Color of the scrollbar thumb */
	border-radius: 30px;
	/* Border radius to make it rounded */
}

.body-container::-webkit-scrollbar-thumb:hover
{
	background-color: #b8b8b8;
	/* Color of the scrollbar thumb on hover */
}

/* Backmatter */

div.GlossaryPageDefinition
{
	font-size: 11pt;
}

div.GlossaryPageHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

div.GlossaryPageTerm
{
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}

MadCap|glossaryProxy
{
	border-top: none;
}

MadCap|indexProxy
{
	border-top: none;
}

p.Index1
{
	font-size: 10pt;
	font-weight: bold;
}

p.Index2
{
	font-size: 10pt;
	font-weight: normal;
}

p.IndexHeading
{
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-color: var(--Medium);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	color: inherit;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 12px;
	padding-right: 10px;
	background-repeat: no-repeat;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	widows: 3;
	orphans: 3;
	font-family: 'Montserrat Light';
	text-align: left;
}

p.table-text
{
	font-size: 12pt;
}

/* Frontmatter */

hr.title-page
{
	border: solid 0px transparent;
	background-color: var(--Light);
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 370px;
}

MadCap|tocProxy
{
	border-top: none;
	margin-right: 0.25in;
	text-align: left;
}

p.created-using-flare
{
	color: var(--Dark);
	font-weight: bold;
	margin-top: 18px;
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}

p.title
{
	font-size: 55pt;
	line-height: 65pt;
	margin-top: 30px;
	mc-hyphenate: never;
}

p.title-page-footer
{
	color: var(--Dark);
	font-size: 9pt;
	frame-break-before: always;
	line-height: 15pt;
	margin-top: 30px;
}

p.title-page-url
{
	color: var(--Dark);
	font-size: 9pt;
	line-height: 15pt;
}

p.TOC1
{
	color: var(--Dark);
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 15px;
	margin-top: 15px;
	page-break-after: avoid;
	font-size: 15pt;
}

p.TOC2
{
	color: var(--Dark);
	font-weight: normal;
	line-height: 21pt;
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 10pt;
	font-size: 13pt;
}

p.TOC3
{
	color: var(--Dark);
	line-height: 21pt;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20pt;
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: #000000;
	font-family: 'Montserrat Black';
	font-style: italic;
	text-transform: uppercase;
	text-align: left;
}

h2
{
	font-weight: bold;
	page-break-before: always;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Montserrat SemiBold';
	font-style: italic;
	letter-spacing: -1px;
	font-size: 19.0pt;
	text-align: left;
}

h3
{
	font-weight: bold;
	color: #000000;
	font-family: 'Montserrat SemiBold';
	text-transform: uppercase;
	font-style: italic;
	padding-top: 12px;
	font-size: 15.0pt;
	text-align: left;
}

h4
{
	font-weight: bold;
	font-family: 'Montserrat SemiBold';
	text-transform: uppercase;
	font-size: 13.0pt;
	text-align: left;
}

h5
{
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Montserrat Light';
	font-size: 12.0pt;
	text-align: left;
}

h6
{
	font-family: 'Montserrat SemiBold', Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8.0pt;
	text-align: left;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--Brand2);
	padding: 2%;
}

div.home-tiles > div:nth-child(1)
{
	width: 48%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 48%;
	margin-left: 4%;
}

div.home-tiles-layout	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

div.quick-links	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero
{
	padding: 5%;
	background-size: cover;
	background-attachment: scroll;
}

div.topic-hero h1
{
	color: var(--White);
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
	font-family: 'Montserrat Light';
	font-size: 10pt;
	border-bottom-color: transparent;
}

/* Links */

a
{
	font-style: normal;
	text-decoration: none;
	color: #0645AD;
}

a:link	/*Color of hyperlinks*/
{
	color: #0645AD;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #0645AD;
}

.dropdown-content a:hover
{
	background-color: #ddd;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	mc-closed-image: url('../Images/plus_1.png');
	mc-open-image: url('../Images/plus_1.png');
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 13pt;
	font-family: 'Montserrat Light';
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: #cc0000;
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: #ad0014;
}

MadCap|codeSnippet
{
	font-size: 9pt;
	background: #f5f5f5;
	background-color: #f5f5f5;
	border: solid 1px #DDD;
}

MadCap|codeSnippetBody
{
	color: #000000;
	MadCap|codeSnippetCopyButton: ;
	padding-right: 3px;
	background-repeat: no-repeat;
	width: 18px;
	float: right;
	height: 18px;
	mc-label: ' ';
	background-image: url('../Images/outline_content_copy_grey_18dp.png');
}

MadCap|codeSnippetCopyButton:hover
{
	background-image: url('../Images/outline_content_copy_black_18dp.png');
	mc-label: 'Copy';
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Page layout */

p.frame-footer-page-number
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

p.frame-footer-text
{
	color: var(--Medium);
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}

/* Master page */

p.footer-sub
{
	color: var(--White);
	font-size: 14pt;
	margin-top: 14px;
}

ul
{
	font-family: 'Montserrat Light';
}

blockquote
{
	font-family: 'Montserrat Light';
	font-style: italic;
}

li
{
	font-family: 'Montserrat Light';
}

p.TOC4
{
	font-size: 11pt;
}

p.TOC5
{
	font-size: 9pt;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.back-to-top > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.back-to-top > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.back-to-top > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.back-to-top > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.back-to-top > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	div.back-to-top > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.back-to-top > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.back-to-top > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.back-to-top > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.back-to-top > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}
}

@media print
{
	body
	{
		font-size: 11pt;
		line-height: 13pt;
		margin: 8px;
	}

	/* Content */

	p
	{
		margin-bottom: 10px;
		margin-top: 10px;
	}

	p.table-text
	{
		font-size: 11pt;
	}

	/* Headings */

	h1
	{
		font-size: 25pt;
		line-height: 27pt;
		margin-bottom: 20px;
	}

	h2
	{
		font-size: 21pt;
		font-weight: normal;
		line-height: 23pt;
		margin-bottom: 18px;
		margin-top: 40px;
	}

	h3
	{
		font-size: 15pt;
		font-weight: bold;
		line-height: 17pt;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

table.MGX_Table_BDS_Attributes
{
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-family: 'Montserrat Light';
	font-style: italic;
	text-align: left;
	float: left;
	border-width: 1px;
	border-style: none;
	border-color: #000000;
	width: 100%;
}

table.MGX_Table_Domain_Concepts
{
	border-collapse: separate;
	border-spacing: 1px 1px;
	font-family: 'Montserrat Light';
	font-style: italic;
	text-align: left;
	float: none;
	border-width: 1px;
	border-style: none;
	border-color: #000000;
	width: 100%;
	content: "";
}

table.noborder
{
	border-collapse: collapse;
}

ol.reltopics-list
{
	padding-left: var(--prefix-size);
	list-style: none;
	--prefix-size: 40px;
	--prefix-fixed-size: false;
	--prefix-gap: 4px;
	--list-indent: 36px;
	--vertical-spacing: 12px;
	counter-reset: item1;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat Light';
}

ol.seealso-list
{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

td.LastColumn
{
	font-size: 9pt;
	font-style: italic;
}

h2.RNVersion
{
	border-bottom: solid 2px #e1001a;
	font-family: 'Montserrat Black';
	font-weight: lighter;
	letter-spacing: 0px;
	padding-top: 12px;
	margin-bottom: 18px;
	font-size: 17pt;
	text-transform: none;
}

p.RNChange
{
	font-family: 'Montserrat SemiBold';
	font-weight: bold;
	font-style: italic;
	font-size: 15pt;
}

p.RNDomain
{
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13pt;
	font-family: 'Montserrat Light';
	color: #d5000a;
}

p.RNConcept
{
	font-family: 'Montserrat SemiBold';
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}

p.Bullets
{
	line-height: 1.5;
	margin-left: 4px;
	--autonumber: autonumber;
	position: relative;
}

p.tip
{
	font-family: 'Montserrat Light';
	font-size: 11pt;
	line-height: 150%;
	margin-bottom: 10pt;
	margin-top: 10pt;
	border-left-width: 2px;
	padding-top: 3px;
	padding-left: 10px;
	border-left: outset 2px #e2001a;
	border-right: outset 2px #e2001a;
	border-radius: 7px;
	padding: 5pt;
	border-top: 2px #e2001a;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom: solid 4px #e2001a;
}

code
{
	background-color: #f5f5f5;
	font-size: 85%;
	border-width: 1px;
	border-radius: 2px;
	border: solid 0px #DDD;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#BTTBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	width: 45px;
	border: none;
	outline: none;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	padding-block: 0px;
	padding-inline: 0px;
	background: transparent;
}

#BTTBtn:hover
{
	
}

.dropdown
{
	position: relative;
	display: inline-block;
}

.dropbtn
{
	padding: 10px;
	border: none;
	cursor: pointer;
	background: url('../Images/version.png') no-repeat center center;
	background-size: cover;
	width: 22px;
	/* Adjust the width and height according to your image size */
	height: 22px;
}

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

.dropdown-content a
{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

/* Begin BUTTONS for Show/Hide ToC  */

button.toggle-toc-on-button .button-icon,
button.toggle-toc-off-button .button-icon
{
	background-size: 22px !important;
}

/* End BUTTONS for Show/Hide ToC  */
/* Custom styling for inline code tags */

code.code-inline
{
	font-family: Consolas, 'SF Mono';
	background-color: #f5f5f5;
	font-size: 85%;
	border-width: 1px;
	border-radius: 2px;
	border: solid 1px #DDD;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Custom styling for scrollbar of side nav and adding resizable side nav*/

.sidenav-wrapper
{
	/* ensure sidenav-wrapper comes before nav-border in sidenav-layout
flex row */
	order: 1;
	width: 20%;
	/* avoid horizontal scrolling on overflow */
	overflow-x: hidden;
	/* Set the width of the scrollbar to make it less visible */
	scrollbar-width: thin;
	/* Add a smooth transition for the scrollbar */
	transition: 0.5s;
}

.sidenav-wrapper::-webkit-scrollbar
{
	width: 7px;
	/* Set the width of the scrollbar for WebKit browsers (like Chrome and Safari) */
}

.sidenav-wrapper::-webkit-scrollbar-thumb
{
	background-color: #e1e1e175;
	/* Color of the scrollbar thumb */
	border-radius: 30px;
	/* Border radius to make it rounded */
}

.sidenav-wrapper::-webkit-scrollbar-thumb:hover
{
	background-color: #dddddd;
	/* Color of the scrollbar thumb on hover */
}

.nav-border
{
	/* resizable nav-border between nav menu and body content added via
nav-resize.js script */
	background-color: #f8f8f8;
	/* ensure nav-border comes between sidenav-wrapper and body-container in
sidenav-layout flex row */
	order: 2;
	/* allow horizontal (east-west) resizing only */
	cursor: ew-resize;
	/* don't allow nav-border to grow or shrink, and make it 3px wide */
	flex: 0 0 2px;
	/* ensure that text isn't selected while the mouse is being dragged */
	user-select: none;
}

.body-container
{
	/* ensure body-container comes after nav-border in sidenav-layout
flex row */
	order: 3;
	padding-bottom: 10px;
}

@media only screen and (max-width: 1279px)
{
	/* hide nav border when nav pane is not displayed */

	.nav-border
	{
		display: none;
	}
}

code.language-json
{
	background-color: none;
	font-size: 85%;
	border-width: 1px;
	border-radius: 2px;
	border: solid 0px #DDD;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.buttons._Skins_Topic_Toolbar.mc-component
{
	position: sticky !important;
	top: 0;
	z-index: 100;
	background-color: #fff;
	border-radius: 3px;
}

/*== Home Page Footer ==*/

div.home-footer
{
	color: #888;
	text-align: center;
	margin-top: 20px;
	bottom: 0px;
	position: absolute;
	width: 100%;
}

p.footer
{
	margin-top: auto;
	margin-bottom: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

div.height-container
{
	padding-top: 0.1px;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 50px;
}

