/*!
 * This file is part of the DITA Open Toolkit project. 
 *
 * Copyright 2004, 2005 IBM Corporation
 *
 * See the accompanying LICENSE file for applicable license.
 */
 /* GE Addition: footnotes */
 .fn {
    font-size: .85em;
    margin-bottom: 1.15em;
    line-height: 1.5em;
    margin-left: 1em;
 }
 div.fn > a {
    margin-left: -1em;
    padding-right: .4em;
 }
 /* GE Addition: spacing after body, before footnotes */
 div.body {
     margin-bottom: 24px;
 }
 /* GE Addition: glossSurfaceForm, glossAcronym, .glossterm*/
 .glossSurfaceForm::before {
	 content: "Full Form: ";
	 font-weight: bold;
 }
 .glossAcronym.sectiontitle {
	 font-size: inherit;
	 font-weight: normal;
 }
 .glossAcronym.sectiontitle::before {
	 content: "Abbreviation: ";
	 font-weight: bold;
 }
 .glossterm {
	 font-weight: bold;
 }
 /* GE Addition: olchildlinks use by WH in sequence-based @collection-type lists. */
 ol.olchildlinks li {
	 list-style: decimal !important;
 }
/* GE Addition: div for media, added top margin to allow space for figure caption */
.embed-responsive {
    background-color: #000;
    margin-top: 10px;
}	

.hazardstatement td,
.hazardstatement th {
  padding: 0.5rem;
}

.hazardstatement th {
  text-align: center;
  text-transform: uppercase;
}

.hazardstatement--caution {
  background-color: #fdefc6;
}

.hazardstatement--danger {
  background-color: #ffcdd8;
  color: #fff;
}

.hazardstatement--warning {
  background-color: #ffcdd8;
}

.hazardstatement--attention, .hazardstatement--fastpath, .hazardstatement--important, .hazardstatement--note, .hazardstatement--notice, .hazardstatement--other, .hazardstatement--remember, .hazardstatement--restriction, .hazardstatement--tip {
  background-color: #fdefc6;
  font-style: italic;
}



.codeph, .msgph {
  font-family: SourceCodePro;
  color: #c17804;
  background-color: inherit;
  font-size: 100%;
}

.kwd {
  font-weight: bold;
}

.parmname {
  font-weight: bold;
  font-family: SourceCodePro;
}

pre, code {
    font-family: SourceCodePro;
    font-size: inherit;
    color: #000000;
    background-color: #f3f4f6;
}
.\-.topic\/lq.lq {
    font-family: Inter;
    border-left: 2px solid #7baacf;
    margin-bottom: 1em;
    margin-left: .5em;
    margin-top: 1em;
    padding-left: .5em;
}

.\+.topic\/pre.sw-d\/msgblock.pre.msgblock {
    font-family: SourceCodePro;
    font-size: .9em;
    background-color: #f3f4f6;
    color: #000000;
}
.\+.topic\/pre.pr-d\/codeblock.pre.codeblock {
    font-family: SourceCodePro;
    font-size: .9em;
    background-color: #f3f4f6;
    color: #000000;
}

.\+.topic\/ph.sw-d\/userinput.ph.userinput {
    font-family: SourceCodePro;
    font-size: inherit;
    background-color: inherit;
    color: inherit;
    padding: .2rem .4rem;
    padding-top: 0.2rem;
    padding-right: 0.4rem;
    padding-bottom: 0.2rem;
 }
.var {
  font-style: italic;
  font-family: SourceCodePro;
}

.filepath {
  font-family: SourceCodePro;
  color: #c17804;
}

.tasklabel {
  font-size: 100%;
  margin-bottom: 1em;
  margin-top: 1em;
}

.screen {
  background-color: #ccc;
  border: outset;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 5px;
  white-space: pre;
}

.wintitle {
  font-weight: 700;
}

.numcharref {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.parameterentity {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.textentity {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.xmlatt {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.xmlelement {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.xmlnsname {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.xmlpi {
  color: #4c4e80;
  font-family: SourceCodePro;
}

.frame-top {
  border-top: solid 1px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.frame-bottom {
  border-top: 0;
  border-right: 0;
  border-bottom: solid 1px;
  border-left: 0;
}

.frame-topbot {
  border-top: solid 1px;
  border-right: 0;
  border-bottom: solid 1px;
  border-left: 0;
}

.frame-all {
  border: solid 1px;
}

.frame-sides {
  border-top: 0;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: 0;
}

.frame-none {
  border: 0;
}

.scale-50 {
  font-size: 50%;
}

.scale-60 {
  font-size: 60%;
}

.scale-70 {
  font-size: 70%;
}

.scale-80 {
  font-size: 80%;
}

.scale-90 {
  font-size: 90%;
}

.scale-100 {
  font-size: 100%;
}

.scale-110 {
  font-size: 110%;
}

.scale-120 {
  font-size: 120%;
}

.scale-140 {
  font-size: 140%;
}

.scale-160 {
  font-size: 160%;
}

.scale-180 {
  font-size: 180%;
}

.scale-200 {
  font-size: 200%;
}

.expanse-page, .expanse-spread {
  width: 100%;
}

.fig {
  /* Default of italics to set apart figure captions */
  /* Use @frame to create frames on figures */
  margin-bottom: 20px;
}
/* changed margin-top to 0 on 2022-08-26 */
/* added margin-bottom 30px on 2022-08-26 */
.fignone {
	margin-top: 0px;
	margin-bottom: 30px;
}
/* GE Addition, figcap, tablecap */
.figcap {
  font-style: italic;
  font-size: 90%;
  /* removed margin-top: 40px; rmoved margin-bottom: -5px; on 2022-08-26 */
  
}
.tablecap {
  font-style: italic;
  font-size: 90%;
}
.figdesc {
  font-style: normal;
}

.figborder {
  border-color: #CFCFD2;
  border-style: solid;
  border-width: 2px;
  margin-top: 1em;
  padding-left: 3px;
  padding-right: 3px;
}

.figsides {
  border-color: #CFCFD2;
  border-left: 2px solid;
  border-right: 2px solid;
  margin-top: 1em;
  padding-left: 3px;
  padding-right: 3px;
}

.figtop {
  border-color: #CFCFD2;
  border-top: 2px solid;
  margin-top: 1em;
}

.figbottom {
  border-bottom: 2px solid;
  border-color: #CFCFD2;
}

.figtopbot {
  border-bottom: 2px solid;
  border-color: #CFCFD2;
  border-top: 2px solid;
  margin-top: 1em;
}

/* Align images based on @align on topic/image */
div.imageleft {
  text-align: left;
}

div.imagecenter {
  text-align: center;
}

div.imageright {
  text-align: right;
}

div.imagejustify {
  text-align: justify;
}

/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 {
  font-size: 1.31em;
  margin-bottom: 0.1em;
  margin-top: 0;
}
/* 2022-09-16 Mod, Glenn Emerson, added font-weight: bold; */
.topictitle2 {
  font-size: 1.24em;
  margin-bottom: 0.45em;
  margin-top: 1pc;
  font-weight: bold;
}

.topictitle3 {
  font-size: 1.18em;
  font-weight: bold;
  margin-bottom: 0.17em;
  margin-top: 1pc;
}

.topictitle4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.83em;
}

.topictitle5 {
  font-size: 1.1em;
  font-weight: bold;
}

.topictitle6 {
  font-size: 1.1em;
  font-style: italic;
}
/* 2022-09-16 mod GE: reduced font-size from 1.7em */
.sectiontitle {
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em;
}

.section {
  margin-bottom: 1em;
  margin-top: 1em;
}

.example {
  margin-bottom: 1em;
  margin-top: 1em;
}

.indexterm {
  background-color: #fdf;
  border: 1pt #000 solid;
  margin: 1pt;
}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks {
  list-style-type: none;
}

.ulchildlink {
  margin-bottom: 1em;
  margin-top: 1em;
}

.olchildlink {
  margin-bottom: 1em;
  margin-top: 1em;
}

.linklist {
  margin-bottom: 1em;
}

ul.linklist {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}

li.linklist {
  margin-top: 0;
  margin-bottom: 0;
}

.linklistwithchild {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.sublinklist {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

.relconcepts {
  margin-bottom: 1em;
  margin-top: 1em;
}

.reltasks {
  margin-bottom: 1em;
  margin-top: 1em;
}

.relref {
  margin-bottom: 1em;
  margin-top: 1em;
}

.relinfo {
  margin-bottom: 1em;
  margin-top: 1em;
}

.breadcrumb {
  font-size: smaller;
  margin-bottom: 1em;
}

/* Simple lists do not get a bullet */
ul.simple {
  list-style-type: none;
}

/* Default of bold for definition list terms */
.dlterm {
  font-weight: bold;
}

/* Use CSS to expand lists with @compact="no" */
.dltermexpand {
  font-weight: bold;
  margin-top: 1em;
}

*[compact="yes"] > li {
  margin-top: 0;
}

*[compact="no"] > li {
  margin-top: 0.53em;
}

.liexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}

.sliexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}

.dlexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}

.ddexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}

.stepexpand {
  margin-bottom: 1em;
  margin-top: 1em;
}

.substepexpand {
  margin-bottom: 1em;
  /* margin-top: 1em; */
}

dt.prereq {
  margin-left: 20px;
}

/* All note formats have the same default presentation */
/* GE addition: padding, background-color */
.note, .note_remember {
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #d9fefa;
  padding: 5px;
}
.note_important, .note_attention, .note_alert, .note_caution, .note_restriction {
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #fdefc6;
  padding: 5px;
}
.note_tip, .note_fastpath {
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #E1FCDD;
  padding: 5px;
}
.note_danger, .note_warning {
  margin-bottom: 1em;
  margin-top: 1em;
  background-color: #ffcdd8;
  padding: 5px;
}
.note .notetitle, .note .notelisttitle,
.note .note__title {
  font-weight: bold;
}

/* Various basic phrase styles */
.bold {
  font-weight: bold;
}

.bolditalic {
  font-style: italic;
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underlined {
  text-decoration: underline;
}

.uicontrol {
  font-weight: bold;
}

.defkwd {
  font-weight: bold;
  text-decoration: underline;
}

.shortcut {
  text-decoration: underline;
}

.menucascade > abbr {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

table .desc {
  display: block;
  font-style: italic;
}

.cellrowborder {
  border-bottom: solid 1px;
  border-left: 0;
  border-right: solid 1px;
  border-top: 0;
}

.row-nocellborder {
  border-bottom: solid 1px;
  border-left: 0;
  border-top: 0;
}

.cell-norowborder {
  border-left: 0;
  border-right: solid 1px;
  border-top: 0;
}

.nocellnorowborder {
  border: 0;
}
/* GE Addition */
.thead {
	background-color: #a8fcf2;
}

.sthead {
	background-color: #a8fcf2;
}

.firstcol {
  font-weight: bold;
  background-color: #d9fefa;
}
.keycol {
	font-weight: bold;
	background-color: #d9fefa;
}
/* GE Addition for rowheader in CALS */
th.entry {
	background-color: #a8fcf2;
}
/* GE Addition for keycol in simpletable */
th.stentry {
	background-color: #a8fcf2;
}
.table--pgwide-1 {
  width: 100%;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.align-char {
  text-align: start;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-middle {
  vertical-align: middle;
}

.colsep-0 {
  border-right: 0;
}

.colsep-1 {
  border-right: 1px solid;
}

.rowsep-0 {
  border-bottom: 0;
}

.rowsep-1 {
  border-bottom: 1px solid;
}

.stentry {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.stentry:last-child {
  border-right: 0;
}

.strow:last-child .stentry {
  border-bottom: 0;
}

/* Add space for top level topics */
.nested0 {
  margin-top: 1em;
}

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {
  margin-top: 1em;
}
