<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* Metric fonts */
:lang(en), /* english */
:lang(de), /* german */
:lang(fr), /* french */
:lang(es), /* spanish */
:lang(it), /* italian */
:lang(pt), /* portuguese */
:lang(tr), /* turkish */
:lang(hu), /* hungarian */
:lang(cs), /* czech */
:lang(da), /* danish */
:lang(nb), /* norwegian */
:lang(hr), /* croatian */
:lang(nl), /* dutch */
:lang(fi), /* finnish */
:lang(id), /* indonesian */
:lang(pl), /* polish */
:lang(sk), /* slovakian */
:lang(sl), /* slovenian */
:lang(sv)  /* swedish */ {
	font-family: "Metric", Arial, sans-serif;
}
/* Arial fonts */
:lang(en-x-Arial), /* arial-branded english (RFC5646 2.2.7) */
:lang(kk), /* kazakh */
:lang(ru), /* russia */
:lang(uk), /* ukrainian */
:lang(ar), /* arabic */
:lang(el), /* greek */
:lang(he)  /* hebrew */ {
	font-family: Arial, "Arial Unicode MS", sans-serif;
}
:lang(zh) /* chinese simplified */ {
	font-family: Arial, "SimHei", "Arial Unicode MS", sans-serif;
}
:lang(zh-cn) /* chinese simplified */ {
	font-family: Arial, "SimHei", "Arial Unicode MS", sans-serif;
}
:lang(zh-tw) /* chinese traditional */ {
	font-family: Arial, "Microsoft JhengHei", "Arial Unicode MS", sans-serif;
}
:lang(ja)     /* japanese */ {
	font-family: Arial, "MS Gothic", "Arial Unicode MS", sans-serif;
}
:lang(ko) /* korean */ {
	font-family: Arial, Dotum, "Arial Unicode MS", sans-serif;
}
:lang(th) /* thai */ {
	font-family: Arial, "AngsanaUPC", "Arial Unicode MS", sans-serif;
}
/* Monospace fonts */
code[class], code:not([class]), code[class] *, code:not([class]) *,
kbd[class], kbd:not([class]), kbd[class] *, kbd:not([class]) *,
pre[class], pre:not([class]), pre[class] *, pre:not([class]) *,
samp[class], samp:not([class]), samp[class] *, samp:not([class]) * {
    font-family: monospace;
}
.apiname, .apiname *,
.codeblock, .codeblock *,
.codeph, .codeph *,
.filepath, .filepath *,
.numcharref, .numcharref *,
.parameterentity, .parameterentity *,
.textentity, .textentity *,
.xmlatt, .xmlatt *,
.xmlelement, .xmlelement *,
.xmlnsname, .xmlnsname *,
.xmlpi, .xmlpi *,
.text-monospace, .text-monospace *,
.tt, .tt * {
    font-family: monospace;
}



html {
	font-size: unset;
}

body {
	font-size: 1rem;
	line-height: 1.125;
}



/* block elements inside topic content (main or article) */

.nested1, .nested2, .nested3, .nested4 { /* nested topic container */
    margin-top: 1.875rem; /* 30px */
}

.wh_topic_content { /* content container followed by related links */
    margin-bottom: 1.875rem; /* 30px */
}

.topictitle1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .833em;
}

.topictitle2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: .833em;
}

.topictitle3, .topictitle4, .topictitle5 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: .833em;
}

.wh_topic_content .shortdesc {
    margin-top: .75em; /* 12px */
    margin-bottom: .75em;
}

.wh_child_links::before {
	content: var(--txt-subtopics); /* ver() is not supported by PDF Chemistry, but child link is disabled for PDF currently */
	font-weight: 700;
	display: block;
}

li.link.ulchildlink, li.linklist {
	margin: .5em 0;
}

div.wh_related_links {
	margin-top: 30px;
}

p, .p {
    margin-top: .75em; /* 12px */
    margin-bottom: .75em;
}

.sectiontitle {
    margin-bottom: .625em; /* 10px - Narrower than topic titles (20px), broader than admon title (6px) */
}

.sectiontitle.tasklabel,
.sectiontitle.troubleshootinglabel {
	padding-left: 0em;
}

.hpe-img-break {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* code treatment */

pre {
    margin-left: 0px;
    font-size: 0.6875rem; /* 11px - 127 half-width chars in 700px line*/
}

code {
    color: inherit;
}

.codeblock {
	position: relative;
}

.codeblock .copyTooltip {
	background-size: 14px;
	height: 28px;
    margin-top: -5px;
    right: 0px;
}

/* ul/ol treatment */

ul.ul, ol.ol {	
   padding-left: 0px;	
   margin-left: 1em;
}

li.li {	
   padding-left: .25em;
}

/* Same as ul default - Is this normalizer purpose? */
ul.ul {	
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}

ul ul.ul {	
    list-style-type: circle;
}

ul ul ul.ul {	
    list-style-type: "-";
}

/* table treatment */

.table {
    width: 100%;
    font-size: .8125rem; /* 13px - Workaround until HPESC determines Desigin System table style */
}

/* right side of wide tables were getting chopped off by container */
.tablenoborder, .simpletable-container {
    overflow-x: visible; /* overflow-x is not supported by PDF Chemistry, but not needed unless enabling scroll bar */
}

.table td, .table th {
    border: 1px solid #e0e0e0;
    padding: .25rem; /* 4px */
}

/* Footnote block style */
.fn.fn_table a.fn, .fn.fn_endnotes a.fn, .fn.fn_table span.fn, .fn.fn_endnotes span.fn {
    position: absolute;
}

.fn_table, .fn_endnotes {
    margin-left: 1.125em; /* 18px */
    font-size: .8125rem; /* 13px - Workaround until HPESC determines Desigin System table style */
}

.fn .p {
    margin: 0;
}

/* topic specific inline elements */

/* Footnote inline style */
.fn_table a.fn sup, .fn_endnotes a.fn sup, .fn_table span.fn sup, .fn_endnotes span.fn sup {
    font-size: .75em;
    position: relative;
    top: -.5em;
    left: -1.25em;
}

.filepath {
    color: inherit !important;
    font-size: 87.5%; /* 14px - The same as code font-size that commons.css sets */
}

pre .filepath {
    font-size: inherit
}

/* MTS-3616 allow inline elements to wrap */
.codeph, .ph.msgph, .ph.filepath 
{
  white-space: normal;
  word-wrap: break-word; /* break-word is not supported by PDF Chemistry, no alternative for inline elements */
  word-break: break-all; /* break-all is not supported by PDF Chemistry, no alternative for inline elements */
}

/* place a github icon next to a github url */
a[hpe-custom="github"] { 
  background: transparent url("../images/GitHub-Mark-32px.png") no-repeat left center; 
  margin-left: .2em;
  padding-left: 1.2em; 
  background-size: 1em 1em; 
}

kbd {
    color: inherit;
    background-color: inherit; /* This needs to be consistent with HPESC, but is configured differently because Oxygen default background color is inconsistent */
    padding: 0rem 0rem;
    font-weight: 700;
}


/* formatting tweeks when printing */
@media print {
	@page {
        margin-top: 2cm;
        margin-bottom: 2cm;
        margin-left: 58px; /* (816-700)/2 cf. 816px@US-Latter-Width */
        margin-right: 58px;
    }
    body {
        background-color: transparent;
	}
	#wh_topic_body {
        flex: 0 0 100%;
        max-width: 100%;
    }
    pre, .codeblock {
        word-break: break-all;
    }
    .table {
        overflow-wrap: break-word;
    }
}
</pre></body></html>