/*<meta conditions="import-conditions.core" />*/

@import url('MainStyles.css');

@import url('Variables.css');

@import url('../../Prettify/prettify.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');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*== General ==*/

body
{
	font-family: Arial;
	color: #002b3f;
	font-size: 16px;
	line-height: 1.5;
}

a,
.xref
{
	color: inherit;
}

/*== Other topics header bar ==*/

.title-bar-container
{
	box-shadow: none;
}

.title-bar
{
	box-shadow: 0 -0.06rem 1.06rem -0.12rem rgba(94,113,119,0.29);
}

/*== Other topics main menu ==*/

.navigation-wrapper
{
	align-self: center;
}

#main-nav
{
	color: #002b3f;
	display: flex;
	/*flex-grow: 1; No version*/
	/*justify-content: space-between; No version*/
	justify-content: flex-end;
	/*No version*/
	align-items: center;
	/*padding-left: var(--space-width); No version*/
	max-height: 40px;
	/*Prevents the title bar from growing larger than 80px*/
	line-height: normal;
	/*Prevents a slight difference between other topics and home page*/
}

#main-nav .menu:first-child
{
	/*margin-top: 5px; Aligns version with logo*/
	display: none;
	/*No version*/
}

#main-nav .menu:not(:first-child)
{
	display: flex;
}

#main-nav .menu-text
{
	font-size: 18px;
	font-weight: normal;
}

#main-nav .menu li a
{
	position: relative;
	/*Makes links clickable*/
	color: inherit;
	font-weight: bold;
}

/*#main-nav .menu:not(:first-child) li a::after
{
	content: "";
	background: var(--lime);
	display: block;
	height: 2px;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 2px;
	width: 100%;
	transition: all 0.2s ease;
}

#main-nav .menu:not(:first-child) li a:hover::after
{
	width: 45%;
}*/

/*== Search bar ==*/

.search-bar.search-bar-container .search-submit,
.search-bar.search-bar-container._Skins_Web_DesktopSearch.mc-component .search-submit
{
	background-size: 1.2rem;
}

.search-bar.mc-component[class*='Skins'] .search-field::placeholder
{
	opacity: 70%;
}

.search-bar.mc-component[class*='Skins'] .search-field:focus::placeholder
{
	color: transparent;
}

/*== Sidenav ==*/

.sidenav-wrapper ul ul.is-accordion-submenu	/*Removes the bottom border of the parent element when open*/
{
	margin-top: -1px;
	border-top: 1px solid #F0F2F3;
	position: relative;
}

/*==Body==*/

.body-container
{
	padding-top: 2em;
	padding-left: 3em;
	padding-right: 3em;
}

/*== Breadcrums ==*/

MadCap|breadcrumbsProxy
{
	color: inherit;
	font-size: 14px;
	font-style: italic;
}

div[class^='MCBreadcrumbsBox'] a
{
	text-decoration: none;
}

div[class^='MCBreadcrumbsBox'] a:hover,
div[class^='MCBreadcrumbsBox'] a:active
{
	text-decoration: underline;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: "";
}

span.MCBreadcrumbsDivider:nth-last-of-type(2),
span.MCBreadcrumbsSelf
{
	display: none;
}

/*== Scrollbar ==*/

::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track
{
	background: none;
}

::-webkit-scrollbar-thumb
{
	border-radius: 3px;
	background: #BBC3C7;
}

/*== Text ==*/

h1
{
	font-size: 40px;
	line-height: 1.125;
	font-weight: normal;
	color: inherit;
}

#mc-main-content > h1
{
	border-bottom: 1px solid #DFE6E8;
}

h2,
p.OnTheGoStepTitle
{
	font-size: 27px;
	line-height: 1.07;
	font-weight: normal;
}

h3,
.subheading
{
	font-size: 22px;
	line-height: 1.09;
	font-weight: normal;
}

h4
{
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}

h5
{
	font-size: 18px;
	line-height: 1.16;
	font-weight: normal;
}

h6
{
	font-size: 16px;
	line-height: 1.16;
	font-weight: bold;
}

h2.numbered
{
	mc-auto-number-format: 'H:{n+} ';
}

h3.numbered
{
	mc-auto-number-format: 'H:{n}.{n+} ';
}

p
{
	font-size: 16px;
	line-height: 1.5;
}

p,
ol,
ul,
table,
img,
pre,
div.note,
div.tip,
div.example,
div.warning,
div.action,
div.important,
div.result,
div.codeSnippet
{
	margin: 1.5em 0;
}

div.note > *:nth-child(2),
div.tip > *:nth-child(2),
div.example > *:nth-child(2),
div.warning > *:nth-child(2),
div.action > *:nth-child(2),
div.important > *:nth-child(2),
div.result > *:nth-child(2),
p > img:first-child,
ol > ol:first-child,
ol > ul:first-child,
ul > ol:first-child,
ul > ul:first-child,
li > .MCDropDown_Open .MCDropDownBody > ul:first-child
{
	margin-top: unset;
}

div.note > *:last-child,
div.tip > *:last-child,
div.example > *:last-child,
div.warning > *:last-child,
div.action > *:last-child,
div.important > *:last-child,
div.result > *:last-child,
p > img:last-child,
ol > ol:last-child,
ol > ul:last-child,
ul > ol:last-child,
ul > ul:last-child,
.MCDropDown_Open .MCDropDownBody > *:last-child
{
	margin-bottom: unset;
}

.body-container li,
.body-container li > *
{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/*== Admonitions ==*/

.admonition
{
	font-weight: bold;
	opacity: 80%;
}

pre,
.note,
.tip,
.example,
.warning,
.action,
.important
{
	padding: 1em 0.8em 1em 1.5em;
	margin: 1.5em 0;
	background: #F0F2F3;
}

.note,
.tip,
.example,
.warning,
.action,
.important
{
	border-left-width: 0.25rem;
	border-left-style: solid;
	mc-auto-number-class: admonition;
}

.note
{
	border-left-color: #bdccd4;
	mc-auto-number-format: 'Note\2003';
}

.tip
{
	border-left-color: #72bf00;
	mc-auto-number-format: 'Tip\2003';
}

.example
{
	border-left-color: #006EC2;
	mc-auto-number-format: 'Example\2003';
}

.warning
{
	border-left-color: #D4041D;
	mc-auto-number-format: 'Warning\2003';
}

.action
{
	border-left-color: #03755f;
	mc-auto-number-format: 'Action\2003';
}

.important
{
	border-left-color: #FDCC37;
	mc-auto-number-format: 'Important\2003';
}

.result::before
{
	content: "\00BB\2002";
}

.parentNode
{
	opacity: 0.5;
	font-size: smaller;
}

pre,
code
{
	font-family: Consolas, Monaco, 'Courier New', monospace;
}

pre
{
	line-height: 1.28;
	overflow-x: auto;
}

code
{
	font-size: 0.90em;
	background-color: #DFE6E8;
	padding: .1em .3em;
}

pre code
{
	background-color: inherit;
	padding: unset;
}

/*== 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
{
	padding: unset;
	border: unset;
	font-size: unset;
}

.codeSnippetBody
{
	padding: unset;
}

.codeSnippetCopyButton
{
	top: 1em;
	position: relative;
	font-size: 0.8em;
	background: #72bf00;
	margin-bottom: -2.5em;
	right: 1em;
	text-decoration: none;
	padding: 0.5em 1.5em;
	transition: all 0.2s ease;
}

.codeSnippetCopyButton:hover
{
	color: #72bf00;
	background: #002b3f;
}

.codeSnippetCaption
{
	font-size: 11.5pt;
	text-decoration: none;
	border: 1px solid #DFE6E8;
	padding: 1.1em 5.5em 1.1em 1.5em;
}

.codeSnippetCaption p
{
	margin: unset;
}

.codeSnippetCaption ~ .codeSnippetBody
{
	border: 1px solid #DFE6E8;
	border-top: none;
}

/*== Labels ==*/

.label,
.uicontrol,
.filepath
{
	font-weight: bold;
}

.userinput
{
	font-style: italic;
}

/*== Tables ==*/

th > p
{
	margin: unset;
}

td > *:first-child
{
	margin-top: unset;
}

td > *:last-child
{
	margin-bottom: unset;
}

td > ul,
td > ol
{
	padding-left: unset;
	list-style-position: inside;
}

/*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: 1em;
	height: 1em;
	margin: unset;
}

img.CircleNumbers
{
	width: 1.5em;
	height: 1.5em;
}

img.OnTheGoSteps
{
	height: auto;
	max-width: 100%;
	border: 1px solid #bdccd4;
}

img.fiveCm
{
	height: auto;
	max-width: 360px;
	border: 1px solid #bdccd4;
}

img.eightCm
{
	height: auto;
	max-width: 640px;
	border: 1px solid #bdccd4;
}

img.fullWidth
{
	height: auto;
	max-width: 960px;
	border: 1px solid #bdccd4;
}

img.full	/*Used for DevPortal*/
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 960px;
}

img.large	/*Used for DevPortal*/
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 800px;
}

img.medium	/*Used for DevPortal*/
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 500px;
}

img.small	/*Used for DevPortal*/
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	max-width: 250px;
}

img.MCHelpControl_Image_Icon	/*Related Topics and Keyword Control*/
{
	margin: unset;
}

.text-filter	/*Filter styles*/
{
	background-position-y: 4px;
}

.clearButton	/*Filter styles*/
{
	top: 2px;
}

.clearButton > p	/*Filter styles*/
{
	margin: unset;
}

/*== Landing pages ==*/

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf,
ul.mc-component[class*='LandingPageMenu'] > li.has-children
{
	flex-basis: 30%;
	margin: 0 1.5rem 1.5rem 0;
}

ul.mc-component[class*='LandingPageMenu']
{
	display: flex;
	flex-flow: row wrap;
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf > a,
ul.mc-component[class*='LandingPageMenu'] > li.has-children > a
{
	border: 1px solid #DFE6E8;
	height: 100%;
	padding: 30px;
	background-color: #ffffff;
	font-size: 22px;
	line-height: 1.09;
	font-weight: bold;
}

ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf > a:hover,
ul.mc-component[class*='LandingPageMenu'] > li.has-children > a:hover
{
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
}

ul.mc-component[class*='LandingPageMenu'] .sub-menu
{
	display: none;
	/*Only show 1 TOC level*/
}

/*== Search ==*/

span.SearchHighlight
{
	color: #0B212C;
}

span.SearchHighlight.SearchHighlight1,
span.SearchHighlight.SearchHighlight6
{
	background-color: #32A18C;
}

span.SearchHighlight.SearchHighlight2,
span.SearchHighlight.SearchHighlight7
{
	background-color: #BBC3C7;
}

span.SearchHighlight.SearchHighlight3,
span.SearchHighlight.SearchHighlight8
{
	background-color: #9ED8CC;
}

span.SearchHighlight.SearchHighlight4,
span.SearchHighlight.SearchHighlight9
{
	background-color: #DCE0E2;
}

span.SearchHighlight.SearchHighlight5,
span.SearchHighlight.SearchHighlight10
{
	background-color: #D8EDE9;
}

/*== Madcap ==*/

MadCap|miniTocProxy,
MadCap|relationshipsProxy
{
	border-top-color: #DFE6E8;
}

div[class*='MCMiniTocBox'] p,
MadCap|relationshipsHeading,
MadCap|relationshipsItem
{
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

div[class*='MCRelationshipsProxy'] p
{
	font-size: 16px;
}

div[class*='MCRelationshipsProxy'] p[class*='Heading']:after
{
	content: '\003A';
}

div[class*='MCRelationshipsProxy'] p a
{
	font-size: inherit;
	text-decoration: none;
}

a[class^='MiniTOC']:link
{
	color: inherit;
	font-size: 0.9rem;
}

MadCap|dropDownHotspot,
MadCap|expandingHead
{
	font-style: normal;
	font-weight: bold;
	color: inherit;
}

MadCap|expandingHead
{
	padding-right: 1em;
}

MadCap|expandingBody
{
	color: inherit;
	opacity: 0.8;
	font-style: normal;
}

MadCap|dropDown,
MadCap|expanding
{
	mc-open-image: none;
	/*Prevents misalignment*/
	mc-closed-image: none;
	/*Prevents misalignment*/
	margin: 1.5em 0;
}

.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../../Images/Web/collapse.svg');
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('../../Images/Web/expand.svg');
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage,
.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage,
.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	padding-left: 1.5em;
	background-size: 1.2em;
}

.MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage,
.MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage
{
	background-position: left;
}

.MCDropDownBody
{
	padding: 0 0.8em 1em 1.5em;
	margin-left: unset;
}

li > .MCDropDown
{
	display: inline;
}

li > .MCDropDown .MCDropDownHead
{
	display: inline-block;
}

/*== Madcap Related Topics, Concept and Keyword Control==*/

a.MCHelpControl
{
	text-decoration: underline;
}

.relatedTopics,
.relatedTopics:link,
.keywordLink,
.keywordLink:link,
.conceptLink,
.conceptLink:link
{
	color: inherit;
}

.link-list-popup
{
	color: inherit;
	background-color: #ffffff;
	border: 1px solid #DFE6E8;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.18);
	border-radius: unset;
}

.link-list-popup ul li
{
	color: inherit;
	font-family: inherit;
	font-size: 14px;
}

.link-list-popup ul li:hover
{
	color: unset;
	background-color: unset;
}

/*== madcap proxy assigned styles ==*/

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: inherit;
}

@media only screen and (max-width: 1279px)
{
	/*== Search bar ==*/

	.nav-search
	{
		display: block;
	}

	/*== Main section ==*/

	.main-section	/*Makes the content fit on tablet instead of having a horizontal scroll bar*/
	{
		overflow-y: initial;
	}

	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	/*== Mobile navigation ==*/

	.js-off-canvas-exit
	{
		box-shadow: initial;
		border-right: solid 1px #DFE6E8;
	}

	/*== Landing pages ==*/

	ul.mc-component[class*='LandingPageMenu'] > li.tree-node-leaf,
	ul.mc-component[class*='LandingPageMenu'] > li.has-children
	{
		flex-basis: 45%;
		flex-grow: 1;
	}
}

@media print
{
	img.OnTheGoSteps
	{
		width: 4cm;
	}

	img.fiveCm
	{
		width: 5cm;
		border: 1pt solid #bdccd4;
	}

	img.eightCm
	{
		width: 8cm;
		border: 1pt solid #bdccd4;
	}

	img.fullWidth
	{
		width: 18cm;
		border: 1pt solid #bdccd4;
	}
}

