/* Content: */

/* - Topic Variables */
/* - Topic Content */
/* - Topic Text */
/* - Images */
/* - Links */
/* - Notes */
/* - Tables */
/* - Lists */
/* - Steps */
/* - Equations */
/* - Code */
/* - Permalinks */
/* - Non-Relevant Elements */


/*-------------------- Topic Variables --------------------*/

:root {
  /* Indentation for paragraphs */
  --indent1: 35px;
  /* Paragraph spacing */
  --pspace: 17px;
  /* List spacing */
  --lspace: 7px;
}


/*-------------------- Topic Content --------------------*/

*[class~="topic/body"]
/* Main text of topic */
  {
  line-height: 24px;
}

#wh_topic_body {
    padding-left: 3% !important;
    padding-right: 3% !important;
}


/*-------------------- Topic Text --------------------*/

.topictitle1 {
  font-size: 2.75rem !important;
  font-weight: bold !important;
  line-height: 28px !important;
  margin-top: 2.5rem !important;
}

.shortdesc {
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  margin-top: 3.5rem !important;
  margin-bottom: 2.5rem !important;
}

.wh-tooltip .shortdesc {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.sectiontitle {
  width: auto;
  font-size: 1.75rem;
  line-height: 28px;
  border-bottom: 1px solid var(--soft-sand);
  margin-top: 3.5rem !important;
  padding-left: 0px !important;
}

.wh_expand_btn {
    left: -17px;
    margin-right: -10px;
}

.section-title>a>.image {
  display: none;
}

p {
  margin-top: var(--pspace);
  margin-bottom: 0;
}

.uicontrol {
  font-weight: bold;
  font-style: normal;
}

.term {
  font-weight: bold;
  font-style: italic;
}

.cmdname {
  font-weight: normal;
  border: 1px solid var(--light-grey);
  padding-left: 0.15em;
  padding-right: 0.15em;
}

.userinput {
  font-family: monospace;
  color: black;
}

.wintitle {
  font-weight: normal;
  font-style: italic;
}

.filepath {
  color: black !important;
}

.msgph {
  font-family: siemens-font;
}


/*-------------------- Images --------------------*/

img.image:not(img[usemap]):hover
/* Removes some default behaviour from image hover */
  {
  opacity: 1.0 !important;
  cursor: default !important;
}

img[placement="break"] {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 1.3em;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px !important;
}

.taskbody ol img[placement="break"] {
  margin-left: 0 !important;
  margin-top: 1em;
  margin-bottom: 1em;
}


/*-------------------- Links --------------------*/

#wh_topic_body a /* Ref Links */ {
  text-decoration: underline;
  color: var(--interactive-blue);
  font-weight: normal;
}

#wh_topic_body a:hover {
  text-decoration: underline !important;
  color: var(--teal);
}

*[class~="topic/custom-link"] /* Tutorial Download Links */ {
  margin-top: var(--pspace);
}

*[class~="topic/custom-link"] img
  {
  height: 15px;
  width: 15px;
}

.wh_child_links /* Webhelp Child Links (at the end of topic) */ {
  padding-left: 60px;
}


/*-------------------- Notes --------------------*/

.tableNote
  {
  background-image: none !important;
  border: 1px solid var(--deep-blue-60);
  padding: 0px !important;

  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.noteLabel {
  background: var(--deep-blue-80);
  color: white;
  padding-top: 0px !important;
  font-weight: bold;
  padding: 0.5em !important;
  vertical-align: top !important;
}

.noteContent {
  border-right: 1px solid white !important;
}


/*-------------------- Tables --------------------*/

.table--title
  {
  width: auto;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 28px;
  border-bottom: 0 !important;
  margin-top: 3.5rem !important;
}

.table--title-label
  {
  display: none;
}

.tablecap {
  padding-left: 0 !important;
  padding-bottom: 1em !important;
}

.table,
.simpletable {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

.refbody .table,
.refbody .simpletable {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.taskbody ol .table,
.taskbody ol .simpletable {
  margin-left: 0 !important;
  margin-top: 1em;
  margin-bottom: 1em;
}

th {
  background: var(--light-sand)!important;
  border: 1px solid var(--light-sand) !important;
  border-right: 1px solid var(--deep-blue-60) !important;
  border-bottom: 0 !important;
  font-style: normal !important;
  font-weight: bold !important;
  text-align: left !important;
}

th:last-child {
  border-right: 1px solid var(--light-sand) !important;
}

th * {
  font-style: normal !important;
  font-weight: bold !important;
  border: 0 !important;
}

td {
  border: 1px solid var(--deep-blue-60) !important;
}

table dl, table dl>dt {
  margin-top: 0px !important;
}

table td>p:first-child, table td>*[class~="topic/p"] {
  margin-top: 0px !important;
}

.chrow th {
  background: white !important;
  border: 1px solid var(--deep-blue-60) !important;
  vertical-align: top;
}

.ffRefTable {
  margin-left: 0px;
  margin-top: 10px !important;
  margin-bottom: 12px !important;
  width: auto !important;
}

.ffRefTable caption{
  display:none;
}

.ffRefTable col,
.ffRefTable tr {
  border: hidden;
}

.ffRefTable td {
  padding: 0px;
  padding-left: 0;
  min-width: 150px;
}

.ffRefTable ul,
.ffRefTable li {
  margin: 0 !important;
  margin-left: 0 !important;
  padding-inline-start: 18px;
}

.ffRefTable .simple {
  padding-left: 0 !important;
}


/*-------------------- Lists --------------------*/

li {
  margin-top: var(--lspace);
}

li:first-child {
  margin-top: var(--pspace);
  margin-bottom: 0;
}

li p {
  margin-top: 0px;
}

li li:last-child {
  margin-bottom: var(--pspace);
}

#wh_topic_body ul li {
  padding-left: 0px !important;
}

#wh_topic_body ol li {
  padding-left: 5px;
}

*[class~="topic/ul"],
*[class~="topic/ol"] {
  margin-left: var(--indent1);
}

.choices>li
/* Topic choice list icons (triangle) */
  {
  list-style: '\25B8   ';
  color: black;
}

.dlterm
  {
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 0.5rem !important;
  margin-top: var(--pspace);
}

/*.dlterm>.image
  {
  display: none;
}*/

.dlterm>.uicontrol {
  font-weight: bold;
  font-style: normal;
}

.dd {
  margin-top: 0.5rem !important;
  margin-left: 60px !important;
}

dd p {
  margin-top: 1rem !important;
}


/*-------------------- Steps --------------------*/

.stepsection {
  margin-left: 10px;
}

*[class~="task/stepresult"],
*[class~="task/info"] {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.taskbody .substepexpand {
  margin-bottom: 0px !important;
  margin-top: var(--lspace) !important;
}


/*-------------------- Equations --------------------*/

.figcap,
.figtitleprefix
  {
  display: none;
}

.equation-figure {
  margin-top: 17px !important;
  margin-bottom: 5px !important;
}

.equation-figure * {
  margin-top: 0px !important;
}

*[class~="equation-d/equation-inline"] * {
  margin-top: 0px !important;
}

#wh_topic_body>wh_topic_content>main>article>.conbody>div>div>figure>div>.MathJax_Display
  {
  margin-top: auto;
}


/*-------------------- Code --------------------*/

.codeph {
  color: var(--deep-blue) !important;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.codeblock {
  border-radius: 0;
  white-space: pre-line !important;
}


/*-------------------- Permalinks --------------------*/
.permalink
  {
  background:url(../../images/page_link_blue.svg) no-repeat;
  padding:0.3em 0.6em;
  background-size: contain;
  background-position-y: 60%;
  visibility: hidden;
}

h2 .permalink {
  visibility: visible !important;
}

/*-------------------- Non-relevant Elements --------------------*/

.taskbody br, 
.conbody br {
  display: none;
}

