/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* Font Import */

@import url('fontawesome/css/all.min.css');

@import url('fontawesome/css/sharp-light.min.css');

@font-face 
{
	font-family: 'MesloLGM NF';
	src: url(Meslo-LGM-NF.ttf);
}

/* CSS Variables */

:root
{
	--mainFontColor: #555;
	--linkColor: #1a6aff;
	--brandGray: #5b5b5b;
	--brandSilver: #b2b2b2;
	--brandBlack: #231f20;
}

/* Standard elements */

html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	color: #555;
}

body
{
	font-family: Roboto, Helvetica, sans-serif;
	font-size: 14px;
	hyphens: none;
	mc-hyphenate: never;
}

a
{
	color: #1a6aff;
	text-decoration: underline;
}

a:hover
{
	text-decoration-thickness: 2px;
}

ul.sidenav li a:hover
{
	background-color: inherit !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
}

.miniToc > p > a:hover
{
	text-decoration-thickness: 2px !important;
}

.box-main
{
	display: flex;
	flex-flow: column;
	height: 100%;
	position: relative;
}

.box-header
{
	flex: 0 1 auto;
}

.box-content
{
	flex: 1 1 auto;
}

.box-footer
{
	flex: 0 1 2.5rem;
}

#footer
{
	width: 100%;
	height: 2.5rem;
	/* footer height */
}

.copyright
{
	text-align: center;
	font-size: 9pt;
	padding-left: 78px;
	line-height: 20px;
}

.copyright::before
{
	content: '';
	width: 105px;
	height: 20px;
	background-image: url('../images/cc-logo-32.png');
	background-repeat: no-repeat;
	background-size: auto 20px;
	display: inline-block;
	margin: 0 7px 0 0;
	border-right: 1px solid black;
}

.copyright-text
{
	vertical-align: middle;
	margin: 0;
	padding: 0;
	bottom: 8px;
	display: inline-block;
	position: relative;
}

/* Headers */

h1,
h2,
h3,
h4,
h5,
h6
{
	
}

h1
{
	font-weight: bold;
	font-size: 20pt;
	mc-heading-level: 1;
	/* mc-auto-number-format: 'GH:{chapnum}'; */
}

h1,
h2,
h3
{
	/* mc-auto-number-position: outside-tail; */
}

h2
{
	font-weight: normal;
	font-size: 16pt;
	padding-top: 5pt;
	mc-heading-level: 2;
	/* mc-auto-number-format: 'CH:{chapnum}.{n+}'; */
}

h3
{
	font-weight: normal;
	font-size: 14pt;
	mc-heading-level: 3;
	/* mc-auto-number-format: 'CH:{chapnum}.{n}.{n+}'; */
}

/* Title Page */

.title-page h1,
.title-page h2,
.title-page h3
{
	color: black;
}

table.AutoNumber_h1 > tbody > tr > td:nth-last-child(2),
table.AutoNumber_h2 > tbody > tr > td:nth-last-child(2),
table.AutoNumber_h3 > tbody > tr > td:nth-last-child(2)
{
	text-align: right;
}

/* Online (HTML) numbered headings */

.no-numbering
{
	mc-auto-number-format: '{ }';
}

.chapter
{
	/* mc-auto-number-format: 'GH:{chapnum} - '; */
	mc-heading-level: 1;
}

/* Images */

img
{
	border: 1px solid darkgray;
	margin: 10px;
	max-width: 6in;
	max-height: 6in;
	/* width: auto; */
	/* height: auto; */
	mc-thumbnail: popup;
	mc-thumbnail-max-height: 6in;
	/* mc-thumbnail-max-width: 6in; */
}

.MCPopupFullImage
{
	max-width: inherit;
	max-height: inherit;
}

img.simple
{
	mc-thumbnail: none;
	border: none;
	width: 100%;
}

.scaled-75-percent
{
	transform: scale(0.75);
}

.scaled-50-percent
{
	transform: scale(0.5);
}

.scaled-33-percent
{
	transform: scale(0.33);
}

.scaled-25-percent
{
	transform: scale(0.25);
}

img.MCPopupThumbnail
{
	border-radius: 0 !important;
	max-width: 6in;
}

td > img
{
	margin: 0;
	border: none;
}

img.no-border
{
	border: none;
}

img.inline-text
{
	vertical-align: baseline;
	border: none;
	padding: 0;
	margin: 0 0.5em;
	max-width: 1.5em;
	max-height: 1.5em;
}

/* Lists */

ol ol
{
	list-style-type: lower-alpha;
}

ol ol ol
{
	list-style-type: lower-roman;
}

li
{
	margin: 0.8em auto;
}

/* Class-based styling */

div.note,
div.important
{
	background-size: 36px;
	background-position: 9px 17px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 2em 20px;
	padding-left: 60px;
	page-break-inside: avoid;
	margin-top: 10px;
	margin-bottom: 20px;
	border-left: solid 6px;
}

div.important
{
	background-color: whitesmoke;
	background-image: url('important.png');
	border-color: darkred;
}

div.note
{
	background-color: whitesmoke;
	background-image: url('note.png');
	border-color: #1a6aff;
}

div.important > p:first-child
{
	display: block;
	mc-auto-number-format: '{b}IMPORTANT: {/b}';
}

div.note > p:first-child
{
	display: block;
	mc-auto-number-format: '{b}NOTE: {/b}';
}

div.note p,
div.important p
{
	margin: 0;
}

sup
{
	color: var(--primaryColor);
}

/* Table Styles */

table.basic-table
{
	border-collapse: collapse;
	margin-top: 25px;
	margin-bottom: 25px;
	border: #ccc 1px solid;
}

table.basic-table > thead > tr > th
{
	padding: 10px;
	text-align: left;
	background-color: #19224a;
	color: white;
	white-space: nowrap;
}

table.basic-table > tbody > tr > td:first-child
{
	font-weight: bold;
	/* white-space: nowrap; */
}

/* table.basic-table > tbody > tr > td:first-child,
table.basic-table > thead > tr > th:first-child, */

table.first-col-nowrap > thead > tr > th:first-child,
table.first-col-nowrap > tbody > tr > td:first-child,
table.second-col-nowrap > tbody > tr > th:nth-child(2),
table.second-col-nowrap > tbody > tr > td:nth-child(2) table.third-col-nowrap > tbody > tr > th:nth-child(3),
table.third-col-nowrap > tbody > tr > td:nth-child(3)
{
	white-space: nowrap;
}

table.basic-table > tbody > tr > td
{
	padding: 6px;
	text-align: left;
}

table.basic-table > tbody > tr > td p
{
	padding: 0;
	font-size: 10pt;
}

table.basic-table > tbody > tr > td
{
	border: #ccc 1px solid;
}

table.basic-table > tbody > tr:nth-child(even)
{
	background-color: whitesmoke;
}

table.invisible
{
	border: none;
}

table.invisible > tbody > tr > td
{
	padding: 0.5em;
}

/* Inline 'icon' styles */

.icon-html,
.icon-html a
{
	color: #e34c26;
	font-size: 18pt;
}

.icon-pdf,
.icon-pdf a
{
	color: darkred;
	font-size: 18pt;
}

.icon-fsf
{
	color: #1a6aff;
	padding: 0 0.25em;
	border: none !important;
	display: inline-block;
	vertical-align: baseline;
	height: 1em;
}

.icon-fsf-signout::before
{
	content: '\f08b';
	font-family: 'Font Awesome 6 Sharp';
	font-style: normal;
	font-weight: 300;
	font-display: block;
}

/* Workload Wizard */

.wl-jobs-wiz-image
{
	background-position-x: left;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	width: 48px;
	min-width: 48px;
	height: 48px;
	min-height: 48px;
	border: 1px solid #bbb !important;
	border-radius: 4px;
	mc-thumbnail: none;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}

/* Code blocks */

pre,
p.code
{
	font-family: 'MesloLGM Nerd Font', 'Courier New', Courier, monospace;
	white-space: pre;
	font-size: 10pt;
	margin: 3em;
}

/* -- XRef -- */

a.xref
{
	color: #1a6aff !important;
}

MadCap|codeSnippet
{
	margin-top: 3em;
	margin-bottom: 3em;
	border: none;
}

MadCap|codeSnippetBody
{
	background-color: whitesmoke;
	padding: 10px;
	font-size: 10pt;
	font-family: 'MesloLGM Nerd Font', 'Courier New', Courier, monospace;
	line-height: 1.2em;
}

MadCap|codeSnippetCaption
{
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	clear: none;
}

pre span.codeSnippetLineNumbers
{
	color: grey;
	margin-left: 1em;
}

MadCap|codeSnippetCopyButton
{
	font-size: 9pt;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	mc-label: 'Copy';
}

.body-container
{
	padding-left: 2em;
	padding-right: 2em;
}

div.breadcrumbs
{
	font-size: 11pt;
}

nav.sidenav-wrapper
{
	width: 20%;
}

nav.sidenav-wrapper li.tree-node-selected > a
{
	font-weight: bold;
}

nav.sidenav-wrapper li.tree-node-selected
{
	border-left: #1a6aff solid 3px;
}

nav.title-bar
{
	background: linear-gradient(90deg, #19224A 0, #222E61 25%, #23346A 65%, #146693 90%, #088cb2 100%) !important;
}

.title-bar-layout a.logo
{
	width: 10em !important;
}

/* Skin-specific styles */

#skin-heading-title
{
	color: whitesmoke;
	font-size: 28px;
	line-height: 28px;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 19px;
	padding-right: 16px;
	border-left: 1px white solid;
	vertical-align: middle;
	box-sizing: border-box;
	margin-left: 10px;
	mc-auto-number-format: '';
}

.skin-heading-title-product
{
	display: inline-block;
}

.skin-heading-title-version
{
	padding-left: 10px;
	display: inline-block;
}

nav.sidenav-wrapper
{
	background: whitesmoke !important;
}

ul.sidenav li a
{
	color: #555;
	border-bottom-color: #ccc;
}

nav.title-bar .logo-wrapper
{
	min-height: 32px;
}

nav.title-bar .logo
{
	min-height: 32px;
	max-height: 32px;
	margin-left: 20px;
	background-size: contain;
	background-position-x: left;
	background-repeat: no-repeat;
	background-image: url('../images/opentext-logo.svg');
}

a.MCBreadcrumbsLink
{
	text-decoration: none;
}

a.MCBreadcrumbsLink:hover
{
	text-decoration: underline;
}

div.topicToolbarProxy.mc-component
{
	position: unset;
	top: unset;
	right: unset;
	z-index: 999;
}

/* Remove border from 'transparent' logo image,
   since background image is used for logo class instead...
 */

div.logo-wrapper > a.logo > img
{
	border: 0 transparent;
}

/* "Special" MadCap Flare selectors */
/* -- Mini TOC -- */

.miniToc
{
	border-top: 1px solid #ccc !important;
}

.miniToc > p > a
{
	color: #1a6aff !important;
	font-weight: normal !important;
	text-decoration: underline !important;
}

/* -- Breadcrumbs -- */

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
}

MadCap|topicToolbarProxy
{
	display: block;
}

MadCap|xref
{
	text-decoration: underline;
	mc-format: '{paratext}';
}

MadCap|xref.subtitle
{
	mc-format: '{title} - {paratext}';
}

@media print
{
	/* Set height back to "default" to prevent issues with page layouts (footers, headers) in PDF */

	html,
	body
	{
		height: initial;
	}

	img
	{
		max-width: 100%;
	}

	MadCap|xref
	{
		font-style: italic;
		mc-format: '{paratext} (page {page})';
	}

	/* Print (PDF) Numbered Headings */

	.not-in-toc,
	h4,
	h5,
	h6
	{
		mc-heading-level: 0;
	}

	.no-numbering
	{
		mc-auto-number-format: '{ }';
	}

	h1
	{
		mc-heading-level: 1;
		mc-auto-number-format: 'GH:{chapnum} - ';
	}

	h1.title-page,
	#coverpage-title
	{
		font-size: 24pt;
		line-height: 32pt;
		vertical-align: middle;
		color: #5b5b5b;
		text-decoration: none;
		mc-auto-number-format: '';
	}

	h2.title-page
	{
		font-size: 18pt;
		line-height: 24pt;
		color: #5b5b5b;
		text-decoration: none;
		mc-auto-number-format: '';
	}

	table.AutoNumber_h1 > tbody > tr > td:nth-last-child(2)
	{
		text-align: right;
	}

	h2
	{
		mc-heading-level: 2;
		mc-auto-number-format: 'CH:{chapnum}.{n+} - ';
	}

	h3
	{
		mc-heading-level: 3;
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} - ';
	}

	h1,
	h2,
	h3
	{
		mc-auto-number-position: inside-head;
	}

	/* Custom Query artifacts */

	.cq-reference-item
	{
		mc-auto-number-format: '{ }';
		page-break-before: always;
	}

	.cq-reference-item:first-of-type
	{
		page-break-before: avoid;
	}

	.no-page-break-before
	{
		page-break-before: avoid;
	}

	.page-break-before
	{
		page-break-before: always;
	}

	.appendix h1
	{
		mc-auto-number-format: 'Appendix {chapnum} - ';
	}

	.appendix h2
	{
		mc-auto-number-format: 'CH:{chapnum}.{n+} - ';
	}

	.appendix h3
	{
		mc-auto-number-format: 'CH:{chapnum}.{n}.{n+} - ';
	}

	/* .appendix h1, */

	.appendix h4,
	.appendix h5,
	.appendix h6
	{
		mc-auto-number-format: '';
	}

	div.important,
	div.note
	{
		padding: 16px 20px;
		padding-left: 60px;
	}

	.wl-jobs-wiz-image
	{
		margin-right: 58px;
		vertical-align: middle;
		margin-bottom: 10px;
	}

	.wl-jobs-wiz-text
	{
		padding-left: 10px;
		vertical-align: middle;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 767px)
{
	img
	{
		mc-thumbnail: popup;
		mc-thumbnail-max-height: 3in;
		mc-thumbnail-max-width: auto;
	}

	nav.title-bar .logo-wrapper
	{
		min-height: 30px;
	}

	nav.title-bar .logo
	{
		min-height: 30px;
		max-height: 30px;
		max-width: 30px;
		margin-right: 10px;
		background-size: contain;
		background-position-x: left;
	}

	.title-bar-layout nav.title-bar .menu-icon
	{
		top: 20%;
	}

	div.topicToolbarProxy.mc-component
	{
		position: absolute;
		top: 2px;
		right: 25px;
	}

	div.breadcrumbs
	{
		display: none;
		visibility: hidden;
	}

	.copyright
	{
		text-align: center;
		font-size: 9pt;
		line-height: 12px;
		padding-left: 0;
	}

	.copyright::before
	{
		content: '';
		width: 100%;
		height: 20px;
		background-image: url('../images/cc-logo-32.png');
		background-repeat: no-repeat;
		background-position-x: calc(50%);
		background-size: auto 16px;
		display: inline-block;
		position: relative;
		top: -7px;
		border: none;
	}

	.copyright-text
	{
		vertical-align: middle;
		margin: 0;
		padding: 0;
		bottom: 8px;
		display: inline-block;
		position: relative;
	}

	off-canvas-wrapper-inner.is-open-right
	{
		right: 300px;
	}

	off-canvas.position-right.is-open
	{
		width: 300px;
	}
}

