﻿/*<meta />*/

/* This header may be removed before distributing to customers. 

FILE:         _HP_IE_Experience.css
DESCRIPTION:  Cascading Style Sheet for Open Text Fortify software products
MODIFIED:     June 6, 2023
LEVEL         CSS Level 2 (plus support for Madcap Flare Webhelp)
VERSION:      3.44 

*/

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

html.simpleFooter	/*QCCR1K4344*/
{
	mc-disabled: false;
	mc-master-page: url('../MasterPages/_HP_WebHelpMasterPage.flmsp');
}

/* Remove glossary popups from the doc feedback text window */
#hp-feedbackDiv {
	mc-disable-glossary-terms: true;
}

html.simpleFooterBreadCrumbs	/*QCCR1K4344*/
{
	mc-disabled: false;
	mc-master-page: url('../MasterPages/_HP_WebHelpMasterPage_wBreadcrumbs.flmsp');
}

/* Paragraphs */

body
{
	color: #000000;
	font-family:  'MetricNEW Regular', Arial;
	font-size: 1em;
}

p 
{
	font-family: 'MetricNEW Regular', Arial;
} 

ol li {padding-left: 8px;} /*Fortify 5/23/16 */

b
{
	color: #000000; 
	font-family: 'MetricNEW Bold', Arial; 
}

code {
	mc-disable-glossary-terms: true;
}

/* Fortify reduce the excessive space in code examples (the extra space is coming from the <pre> tag */
div.example pre {
	margin-top: 5px;
	margin-bottom: 5px;
}

a > b
{
	color: inherit;
}

/*needed for Flare 9 */

span.dropDownHotspot > b
{
	color: #0079ef;
}

/*span.MCDropDownHotspot  > b {color: #0079ef;}
span.MCDropDownHotSpot_ > b {color: #0079ef;}*/

/* Links */

a,
a.MCXref.xref,
a.MCDropDownHotspot,
a.MCDropDownHotSpot_
{
	color: #0079ef;
	text-decoration: none;
	font-family: 'MetricNEW Medium', Arial;
}

a:link,
a.MCXref.xref:link,
a.MCDropDownHotspot:link,
a.MCDropDownHotSpot_:link
{
	color: #0079ef;
	text-decoration: none;
}

a:visited,
a.MCXref.xref:visited,
a.MCDropDownHotspot:visited,
a.MCDropDownHotSpot_:visited
{
	color: #822980;
	text-decoration: none;
}

a:hover,
a.MCXref.xref:hover,
a.MCDropDownHotspot:hover,
a.MCDropDownHotSpot_:hover
{
	text-decoration: underline;
	font-family: 'MetricNEW Medium', Arial;
}

a.MiniTOC1:link,
a.MiniTOC2:link,
a.MiniTOC3:link,
a.MiniTOC4:link,
a.MiniTOC5:link,
a.MiniTOC6:link,
a.MiniTOC7:link,
a.MiniTOC8:link
{
	color: #0079ef;
	font-family: 'MetricNEW Medium', Arial;
}

a.MiniTOC1:visited,
a.MiniTOC2:visited,
a.MiniTOC3:visited,
a.MiniTOC4:visited,
a.MiniTOC5:visited,
a.MiniTOC6:visited,
a.MiniTOC7:visited,
a.MiniTOC8:visited
{
	color: #822980;
	font-family: 'MetricNEW Medium', Arial;
}

/* popup and dropdown icon  */

a.pop
{
	color: #0079ef;
	text-decoration: none;
}

a.pop:visited
{
	color: #822980;
}

a.MCTopicPopup
{
	background-image: url('./_HP_Experience_popup.png');
	background-position: right;
	padding-right: 14px;
}

a.MCTopicPopupHotSpot
{
	background-image: url('./_HP_Experience_popup.png');
	background-position: right;
	padding-right: 14px;
}

a.Popup
{
	background-image: url('./_HP_Experience_popup.png');
}

/* Rules */

hr
{
	color: #E5E8E8;
	/*QCCR1K4340*/
}

/* Admonitons */
/* indicates deprecation of methods in APIs and command line tools */

div.Admonition_Deprecated
{
	background-color: #E5E8E8;
	border-color: #E5E8E8;
}

div.Admonition_Note,
div.Admonition_Caution,
div.Admonition_Tip,
div.Admonition_Important
{
	background-color: #E5E8E8;
	border-color: #E5E8E8;
	/* karene's additions */
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
}

/* tables */

table
{
	color: #222222;
}

td
{
	color: #222222;
}

th
{
	color: #333333;
	background-color: #E5E8E8;
	border: 1px solid #B9B8BB;
	/*QCCR1K4340*/
	vertical-align: top;
	font-family: 'MetricNEW Bold', Arial; 
}

/* Fortify - just in case there is a p inside the th cell */
th p {
	font-family: 'MetricNEW Bold', Arial; 

} 

table.no_lines,
table.no_lines td
{
	color: #222222;
}

table.no_lines th
{
	color: #333333;
}

caption
{
	color: #222222;
}

/* backgrounds for examples */

div.example
{
	background-color: #E5E8E8;
	border-color: #E5E8E8;
	mc-disable-glossary-terms: true;
	/* karene's additions */
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
}

/* MadCap Flare Styles */

MadCap|breadcrumbsProxy
{
	color: #0079ef;
	border-bottom: 1px solid #E5E8E8;
	/*QCCR1K4340*/
}

MadCap|breadcrumbsProxy:visited
{
	color: #822980;
}

span.MCBreadcrumbsDivider,
span.MCBreadcrumbs
{
	color: #222222;
}

MadCap|conceptLink
{
	color: #0079ef;
	mc-image: url('./_HP_Experience_RelatedTopics.png');
}

MadCap|conceptLink:link
{
	color: #0079ef;
}

MadCap|conceptLink:visited
{
	color: #822980;
}

MadCap|conceptLink.ListFormatHeader
{
	color: #333333;
	text-decoration: none;
}

MadCap|dropDown
{
	mc-closed-image: url('./_HP_Exp_expand.png');
	mc-open-image: url('./_HP_Exp_collapse.png');
	mc-image-position: left;
}

MadCap|dropDownHead
{
	vertical-align: text-top;
}

MadCap|dropDownHotspot
{
	color: #0079ef;
}

MadCap|expanding
{
	mc-closed-image: url('./_HP_Exp_expand.png');
	mc-open-image: url('./_HP_Exp_collapse.png');
	mc-image-position: left;
}

MadCap|glossaryTerm
{
	border: none;
	color: #0079ef;
	font-weight: normal;
	mc-image: url('./_HP_Experience_Glossary.png');
}

MadCap|glossaryTerm.Expanding
{
	color: #0079ef;
}

MadCap|glossaryTerm.Hyperlink
{
	color: #0079ef;
}

MadCap|glossaryTerm.Popup
{
	color: #0079ef;
}

MadCap|helpControlMenu
{
	background-color: #ffffff;
	border: solid 1pt #E5E8E8;
	/*QCCR1K4340, QCCR1K4349*/
}

MadCap|helpControlMenuItem	/*QCCR1K4340, QCCR1K4349*/
{
	background-color: #ffffff;
	background-position: right;
	color: #0079ef;
	margin-bottom: 0em;
	list-style-type: none;
	margin-left: 0.50em;
}

MadCap|helpControlMenuItem.Highlighted
{
	background-color: #E5E8E8;
	/*QCCR1K4340, QCCR1K4349*/
	color: #0079ef;
}

MadCap|keywordLink
{
	color: #0079ef;
	mc-image: url('./_HP_Experience_RelatedTopics.png');
}

MadCap|keywordLink:link
{
	color: #0079ef;
}

MadCap|keywordLink:visited
{
	color: #822980;
}

MadCap|keywordLink.ListFormatHeader
{
	color: #333333;
	mc-help-control-display: list;
	mc-image: none;
	font-weight: bold;
	text-decoration: none;
}

MadCap|miniTocProxy
{
	border-top: solid 0px #ffffff;
}

MadCap|popup
{
	background-color: #ffffff;
	border: 1pt;
	color: #0079ef;
}

MadCap|popup:link
{
	color: #0079ef;
}

MadCap|popup:visited
{
	color: #822980;
}

MadCap|popupBody
{
	background-color: #ffffff;
	margin: 2pt;
	border: solid 1pt #E5E8E8;
	/*QCCR1K4340*/
	border-color: #E5E8E8;
	/*QCCR1K4340*/
}

MadCap|popupHead
{
	background-color: #ffffff;
	background-image: url('./_HP_Experience_popup.png');
	color: #0079ef;
}

MadCap|relatedTopics
{
	color: #0079ef;
	margin: 0em;
	mc-image: url('./_HP_Experience_RelatedTopics.png');
}

MadCap|relatedTopics.ListFormatHeader
{
	color: #333333;
	text-decoration: none;
}

/* controls list bullet colors */

MadCap|relatedTopicsControlList
{
	color: #333333;
}

MadCap|toggler
{
	mc-image-position: left;
	mc-open-image: url('_HP_checked.png');
	/* QCCR1K4320 */
	mc-closed-image: url('_HP_unchecked.png');
	/* QCCR1K4320 */
}

MadCap|toggler:link
{
	color: #0079ef;
}

MadCap|toggler:visited
{
	color: #822980;
}

MadCap|toggler:hover
{
	text-decoration: underline;
}

MadCap|xref
{
	color: #0079ef;
}

MadCap|xref:link
{
	border: none;
	color: #0079ef;
}

MadCap|xref:visited
{
	border: none;
	color: #822980;
}

MadCap|xref.noNum
{
	border: none;
	color: #0079ef;
}

MadCap|xref.noNum:visited
{
	border: none;
	color: #822980;
}

span.MCExpandingHead
{
	color: #0079ef;
}

span.MCPopup > a:link
{
	color: #0079ef;
	background-image: url('./_HP_Experience_popup.png');
	padding-right: 14px;
}

span.MCPopupBody
{
	background-color: #ffffff;
}

span.MCTogglerHotSpot
{
	color: #0079ef;
}

div.MCKLinkBody
{
	border: solid 1px #000000;
}

/* Remove glossary popups from the legal page */
div.frontMatter
{
	mc-disable-glossary-terms: true;
}

/* Remove glossary popups from appearing in the HTML top frame header in Firefox */
#header-title {
	mc-disable-glossary-terms: true;
}

/* These are the same settings as in the imported _HP_IE.css so these are not needed */

@media screen
{
	
	h1
	{
  		font-family: 'MetricNEW Medium', Arial;
	}

	h2
	{
		padding-top: 1em;
  		font-family: 'MetricNEW Medium', Arial;
	} 

	body
	{
		font-family: 'MetricNEW Regular', Arial;
	
	}
	
}



/* Headings */

@media print
{
	body
	{
		font-size: 10pt;
		font-family: 'MetricNEW Regular', Arial;
	}

	h1
	{
		color: #000000;
		font-family: 'MetricNEW Medium', Arial;
	}

	h2
	{
		color: #000000;
		padding-top: 24pt;
		font-family: 'MetricNEW Medium', Arial;
	}

	h2.appendix
	{
		color: #000000;
		/*	margin-left: -14pt; QCCR1K4260 */
		mc-auto-number-format: 'Appendix {chapnum}: ';
		/* Localizable */
		page-break-after: avoid;
		padding-left: 0pt;
	}

	h2.chapternum
	{
		color: #000000;
		/*	margin-left: -14pt; QCCR1K4260 */
		mc-auto-number-format: 'Chapter {chapnum}: ';
		/* Localizable */
		page-break-after: avoid;
		padding-left: 0pt;
	}

	h1.frontMatter
	{
		padding-top: none;
		font-weight: bold;
		font-style: normal;
		font-size: 16pt;
		page-break-before: auto;
		margin-top: 10pt;
		margin-bottom: 5pt;
		mc-heading-level: 0;
		color: #000000;
	}

	h2.frontMatter
	{
		padding-top: none;
		font-weight: bold;
		font-style: normal;
		font-size: 12pt;
		page-break-after: avoid;
		page-break-before: auto;
		margin-top: 10pt;
		margin-bottom: 5pt;
		mc-heading-level: 0;
		color: #000000;
	}
	


	h3
	{
		color: #000000;
		font-family: 'MetricNEW Medium', Arial;
		/*QCCR1K4260 */
		font-size: 20pt;
		font-weight: normal;
		/*QCCR1K4260 */
		font-style: normal;
		page-break-after: avoid;
		/*	margin-left: -14pt; QCCR1K4260 */
		margin-top: 20pt;
		/*QCCR1K4260 */
		margin-bottom: 10pt;
		/*QCCR1K4260 */
	}

	h4
	{
		color: #000000;
		font-family: 'MetricNEW Medium', Arial;
		/*QCCR1K4285   QCCR1K4260*/
		font-size: 17pt;
		font-weight: normal;
		font-style: normal;
		/* font-style: italic; removed for QCCR1K4260 */
		margin-top: 16pt;
		margin-bottom: 10pt;
		/*QCCR1K4260 */
		page-break-after: avoid;
		/*	margin-left: -14pt; QCCR1K4260 */
	}

	h5
	{
		color: #000000;
		font-family: 'MetricNEW Medium', Arial;
		/*QCCR1K4285   QCCR1K4260 & QCCR1K4392*/
		font-size: 15pt;
		font-weight: normal;
		font-style: normal;
		margin-top: 15pt;
		margin-bottom: 10pt;
		/* font-style: italic; removed for QCCR1K4260 */
		page-break-after: avoid;
		/*	margin-left: -14pt; QCCR1K4260 */
	}

	h6
	{
		color: #000000;
		font-family: 'MetricNEW Medium', Arial;
		/*QCCR1K4285   QCCR1K4260 & QCCR1K4392*/
		font-size: 13pt;
		font-weight: normal;
		font-style: normal;
		/* font-style: italic; removed for QCCR1K4260 */
		margin-top: 12pt;
		margin-bottom: 10pt;
		line-height: normal;
		page-break-after: avoid;
		/*	margin-left: -14pt; QCCR1K4260 */
	}

	h1.noTOC,
	h2.noTOC,
	h3.noTOC,
	h4.noTOC,
	h5.noTOC,
	h6.noTOC
	{
		mc-heading-level: 0;
	}

	hr
	{
		color: #E5E8E8;
		/*QCCR1K4340*/
	}

	/* Admonitons */
	/* indicates deprecation of methods in APIs and command line tools */

	div.Admonition_Deprecated
	{
		background-color: #E5E8E8;
		border-color: #E5E8E8;
	}

	div.Admonition_Note,
	div.Admonition_Caution,
	div.Admonition_Tip,
	div.Admonition_Important
	{
		background-color: #E5E8E8;
		border-color: #E5E8E8;
	}

	div.example
	{
		background-color: #E5E8E8;
		border-color: #E5E8E8;
	}

	th
	{
		color: #333333;
		background-color: #E5E8E8;
		border: 1px solid #B9B8BB;
		/*QCCR1K4340*/
		vertical-align: top;
	}

	/* copyright 2013-2023 Open Text or one of its affiliates. */
}