/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.tds-shell-masthead {
  background-color: #fff;
  z-index: 1;
  block-size: var(--tds-shell-header-height);
  justify-content: space-between;
  align-items: center;
  align-content: center;
  inline-size: calc(100vw - (100vw - 100%));
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.tds-site-header {
  position: sticky !important;
  top: 0;
  background-color: #fff;
  inline-size: max-content;
  padding-inline-start: 24px;
}

.tds-site-nav-items {
  background-color: #fff;
}

.tds-layout-aside .toggle,
.tds-layout-aside .no-toggle {
  position: absolute;
}
.tds-layout-aside a {
  box-shadow: none !important;
  display: inline-block;
  vertical-align: top;
  margin-left: 35px;
}
.tds-layout-aside .child {
  margin-left: 1rem;
  margin-top: 0.5rem;
}
.tds-layout-aside .active {
  font-weight: bold;
  text-decoration: none;
}
.tds-layout-aside .toggle {
  display: inline-block !important;
  color: black;
  height: 2rem;
}
.tds-layout-aside .toggle,
.tds-layout-aside .no-toggle {
  width: 35px;
  display: inline-block;
}

/* .tds-shell-content { */
/*     h1 { */
/* 	margin-bottom: 40px; */
/*     } */
/*     h2 { */
/* 	margin-bottom: 16px; */
/* 	margin-top: 44px; */
/*     } */
/* } */
.note,
.p,
.context,
.shortdesc,
.dd,
.dt {
  max-width: 75ch;
}

img {
  max-width: 100%;
}

.fig {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

abbr[title] {
  text-decoration: none !important;
}

table {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.warning-wrapper,
.caution-wrapper {
  display: table;
  align-items: stretch;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.warning-wrapper .warning-icon-wrapper,
.warning-wrapper .warning-body,
.warning-wrapper .caution-icon-wrapper,
.warning-wrapper .caution-body,
.caution-wrapper .warning-icon-wrapper,
.caution-wrapper .warning-body,
.caution-wrapper .caution-icon-wrapper,
.caution-wrapper .caution-body {
  display: table-cell;
}
.warning-wrapper .warning-icon-wrapper,
.warning-wrapper .caution-icon-wrapper,
.caution-wrapper .warning-icon-wrapper,
.caution-wrapper .caution-icon-wrapper {
  vertical-align: top;
  padding-top: 0.25rem;
  width: 50px;
}
.warning-wrapper .warning-icon-wrapper .warning-icon,
.warning-wrapper .warning-icon-wrapper .caution-icon,
.warning-wrapper .caution-icon-wrapper .warning-icon,
.warning-wrapper .caution-icon-wrapper .caution-icon,
.caution-wrapper .warning-icon-wrapper .warning-icon,
.caution-wrapper .warning-icon-wrapper .caution-icon,
.caution-wrapper .caution-icon-wrapper .warning-icon,
.caution-wrapper .caution-icon-wrapper .caution-icon {
  width: 30px;
}
.warning-wrapper .warning-body .warning,
.warning-wrapper .warning-body .caution,
.warning-wrapper .caution-body .warning,
.warning-wrapper .caution-body .caution,
.caution-wrapper .warning-body .warning,
.caution-wrapper .warning-body .caution,
.caution-wrapper .caution-body .warning,
.caution-wrapper .caution-body .caution {
  margin-bottom: 0em;
  margin-top: 0em;
}
.warning-wrapper .warning-body .warning .note__title,
.warning-wrapper .warning-body .caution .note__title,
.warning-wrapper .caution-body .warning .note__title,
.warning-wrapper .caution-body .caution .note__title,
.caution-wrapper .warning-body .warning .note__title,
.caution-wrapper .warning-body .caution .note__title,
.caution-wrapper .caution-body .warning .note__title,
.caution-wrapper .caution-body .caution .note__title {
  text-transform: uppercase;
  font-weight: bold;
}

.admonishment-title {
  text-transform: uppercase;
}

.tds-search-container--align_right tds--padding {
  padding-inline-end: 24px;
}

.tds-search--result-open .tds-search-input {
  border-radius: var(--tds-border-radius--forms) var(--tds-border-radius--forms) 0 0;
  -webkit-border-after: 0;
  border-block-end: 0;
  border-color: var(--tds-color--grey50);
}

.tds-search-result-list {
  border: none !important;
}

.tds-search-result-list.active {
  border: 1px solid var(--tds-color--grey50) !important;
}

.tds-shell-footer {
  background-color: #fff;
}

.search-result-rel-url {
  display: none;
}

.no-toggle {
  width: 35px;
  height: 28px;
}

.tds-site-logo,
.tds-search-container--align_right {
  background-color: #fff;
}

@media (max-width: 599px) {
  .tds-shell {
    --tds-shell-header-height: 100px;
  }
  .tds-shell-masthead {
    flex-flow: column !important;
  }
  .tds-site-logo {
    width: 100vw;
  }
  .tds-site-logo-link {
    padding: 0 !important;
  }
  .tds-site-header .tds-align--center,
.tds-site-header .tds-align--start {
    padding-inline-start: 0 !important;
  }
  .tds-search-container--align_right {
    width: calc(100% - 24px);
    padding-block-end: 8px;
    padding-inline-end: 24px;
  }
  .search-results-wrap {
    width: calc(100% - 24px);
  }
  .page-header {
    width: 100%;
  }
  .tds-layout {
    margin-top: 0rem;
  }
  .tds-layout-aside {
    margin-top: 2rem;
    border-top: 1px var(--tds-color--grey50) solid;
    position: inherit;
    top: none;
    height: 100%;
    overflow-y: none;
  }
  .tds-layout-aside .side-nav {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  #main-content {
    margin-top: 3.5em;
  }
}
@media (min-width: 600px) {
  .tds-search-container--align_right {
    padding-inline-end: var(--tds-size--3x);
  }
}
@media (min-width: 600px) {
  .tds-site-header {
    padding: 0px;
  }
  .tds-site-logo {
    width: inherit;
  }
  .tds-search-container--align_right {
    width: inherit;
  }
  .search-input-wrap,
.search-results-wrap {
    width: 300px;
  }
  .tds-layout {
    margin-top: 0rem;
  }
  .tds-layout-aside {
    margin-top: 0rem;
    position: sticky;
    top: var(--tds-shell-header-height);
    height: calc(100vh - (var(--tds-shell-header-height) + var(--tds-shell-footer-height)));
    overflow-y: auto;
  }
  .tds-layout-aside .side-nav {
    margin-top: 3rem;
  }
}
@media (min-width: 900px) {
  .tds-site-header {
    padding: 0px;
  }
  .tds-site-logo {
    width: inherit;
  }
  .tds-search-container--align_right {
    width: inherit;
  }
  .search-input-wrap,
.search-results-wrap {
    width: 450px;
  }
  .tds-layout {
    margin-top: 0rem;
  }
  .tds-layout-aside {
    margin-top: 0rem;
    position: sticky;
    top: var(--tds-shell-header-height);
    height: calc(100vh - (var(--tds-shell-header-height) + var(--tds-shell-footer-height)));
    overflow-y: auto;
  }
  .tds-layout-aside .side-nav {
    margin-top: 3rem;
  }
}
.cover-logo-image,
.front-cover-title,
.front-cover-subtitle {
  visibility: hidden;
  display: none;
}

.cover-image {
  width: 70%;
  max-width: 70%;
  max-height: 70%;
}

/* .body { */
/*     ol.tds-list--ordered { */
/* 	list-style: none !important; */
/* 	counter-reset: callout-counter; */
/* 	padding-left: 3rem; */
/*     } */
/*     ol li.tds-list-item { */
/* 	counter-increment: callout-counter; */
/* 	margin: 0 0 0.5rem 0; */
/* 	position: relative; */
/* 	--size: 2rem; */
/* 	min-height: var(--size); */
/* 	max-width: 75ch; */
/*     } */
/*     ol li.tds-list-item::before { */
/* 	content: counter(callout-counter); */
/* 	background: #006699; */
/* 	font-size: 1rem; */
/* 	--size: 2rem; */
/* 	left: calc(-1 * var(--size) - 10px); */
/* 	line-height: var(--size); */
/* 	width: var(--size); */
/* 	height: var(--size); */
/* 	border-radius: 50%; */
/* 	display: inline-block; */
/* 	line-height: 2rem; */
/* 	color: white; */
/* 	text-align: center; */
/* 	margin-right: 0.5rem; */
/* 	position: absolute; */
/*     } */
/* } */
.p {
  padding-block-start: 14px;
  display: block;
}

.p::empty {
  display: none;
}

.tds-status_msg-header > h6 {
  text-transform: uppercase;
}

.related-links,
.familylinks {
  margin-top: 2rem;
}

h2 > .uicontrol:first-of-type {
  display: block;
  font-size: var(--tds-font-size--40);
  letter-spacing: -0.4px;
  font-family: var(--tds-font-combined--light);
  line-height: var(--tds-line-height--unitless);
}

h2 > .uicontrol {
  display: block;
}

.date-modified {
  margin-top: 3rem;
  margin-bottom: -2rem;
}

.step::marker {
  font-weight: bold;
}

.step {
  margin-bottom: 1rem;
}

.related-links > .ullinks > .ulchildlink,
.related-links > .ollinks > .olchildlink {
  display: inline-block !important;
  width: 40% !important;
  margin: 2.5%;
  padding: 2.5%;
  text-align: center;
  border: 1px solid var(--tds-color--grey60);
  border-radius: 10px;
}

.olchildlink > a,
.ulchildlink > a {
  text-decoration: none;
  box-shadow: none;
  --tds-link--box-shadow--hover: none;
}
.olchildlink > a .image,
.ulchildlink > a .image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.image-zoom,
.image-zoom:hover {
  box-shadow: 0 0 0 transparent !important;
}

.torque-image {
  display: inline;
  width: 35px;
  margin-right: 5px;
}

.torque-caption {
  display: inline;
}

.menucascade,
.uicontrol {
  font-weight: bold;
}

.familylinks {
  display: none;
}

.dl {
  border: 1px solid lightgray;
  border-radius: 10px;
  margin-bottom: 1.33333333em;
  max-width: 75ch;
}

.dlentry {
  display: flex;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid lightgray;
}

.dlentry:last-of-type {
  border-bottom: none;
}

.dt-wrap,
.dd-wrap {
  padding: 0.5em;
}

.dt > .image {
  margin-left: 0;
  display: block;
  margin: 0 auto;
}

img.mfp-img {
  background-color: #fff;
}

.mfp-close {
  color: #000 !important;
}

.changes::before {
  content: "Revision History: ";
  display: block;
}

.torque-calc-image > img {
  max-height: 270px;
}

.torque-calc-image > figcaption {
  text-align: center;
}

.torque-smaller-images {
  justify-content: space-between !important;
}

.torque-flex {
  display: flex;
  align-items: flex-end;
}

*:target {
  background-color: rgb(255, 255, 115);
}

.steps,
.substeps {
  margin-top: 1rem;
}

ol[type=a] {
  list-style-type: lower-alpha !important;
}

.horzlayout {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 1rem 1.5rem;
}

@media (max-width: 1249px) {
  .horzlayout {
    flex-direction: column;
    border: 1px solid var(--tds-color--grey50);
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1250px) {
  .horzlayout {
    flex-direction: row;
    border-bottom: 1px solid var(--tds-color--grey50);
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.b + .tds-list {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

:root {
  --tds-table-padding--vertical: var(--tds-size--2x);
  --tds-table-padding--horizontal: var(--tds-size--2x);
  --tds-table-border_width: 1px;
  --tds-table-border_color: var(--tds-color--grey50);
  --tds-table-header-font_size: var(--tds-font-size--30);
  --tds-table-border_spacing: 0;
  --tds-table-row-highlight: var(--tds-color--grey70);
  --tds-table-stripe_color: var(--tds-color--grey60);
  --tds-table-header_color: var(--tds-color--grey20);
  --tds-table-caption-background-color: transparent;
  --tds-table-caption-top: 0;
}

.table {
  inline-size: 100%;
  border-spacing: var(--tds-table-border_spacing);
  text-align: start;
  font-size: var(--tds-font-size--30);
  border-collapse: collapse;
}

.tds-table--data {
  font-variant-numeric: tabular-nums;
}

.frame-all th,
.frame-all td {
  border: var(--tds-table-border_width) solid var(--tds-table-border_color);
}

caption {
  background-color: var(--tds-table-caption-background-color);
}

.row td,
.row th {
  padding-block-start: var(--tds-table-padding--vertical);
  padding-block-end: var(--tds-table-padding--vertical);
  vertical-align: top;
  text-align: start;
  font-size: var(--tds-table-header-font_size);
}

.tds-table-row p {
  margin: 0;
}

.tds-table-col--selected,
.tds-table-row--selected th,
.tds-table-row--selected td {
  background-color: var(--tds-table-row-highlight);
}

th.align-left,
td.align-left,
.entry:not(align-center):not(align-right) {
  padding-inline-start: var(--tds-table-padding--horizontal);
  padding-inline-end: var(--tds-table-padding--horizontal);
}

th.align-center,
td.align-center {
  text-align: center;
}

.tds-table--thead_border .tds-table-head th {
  border-block-end-width: var(--tds-table-border_width);
  border-block-end-style: solid;
  border-block-end-color: --tds-table-border_color;
}

.tds-scrim--black .tds-table th,
.tds-scrim--black .tds-table td {
  --tds-table-border_color: var(--tds-color--grey10);
  --tds-table-stripe_color: var(--tds-color--grey10);
  --tds-table-row-highlight: var(--tds-color--grey10);
  --tds-table-header_color: var(--tds-color--grey70);
  background-color: var(--tds-color--grey15);
  color: var(--tds-color--white);
}

.tds-scrim--light .tds-table-col--selected,
.tds-scrim--light .tds-table-row--selected th,
.tds-scrim--light .tds-table-row--selected td {
  --tds-table-row-highlight: var(--tds-color--grey60);
}

.tds-table-head .tds-table-row th {
  font-weight: 500;
  font-family: var(--tds-font-combined--medium);
  color: var(--tds-table-header_color);
}

.tds-table--hoverable .tds-table-body .tds-table-row:hover th,
.tds-table--hoverable .tds-table-body .tds-table-row:hover td {
  background-color: var(--tds-table-row-highlight);
}

.tds-scrim--light .tds-table--hoverable .tds-table-body .tds-table-row:hover th,
.tds-scrim--light .tds-table--hoverable .tds-table-body .tds-table-row:hover td {
  --tds-table-row-highlight: var(--tds-color--grey60);
}

/* Zebra stripes */
.green {
  background-color: rgba(0, 255, 0, 0.25) !important;
}

.red {
  background-color: rgba(255, 0, 0, 0.25) !important;
}

.blue {
  background-color: rgba(0, 0, 255, 0.25) !important;
}

.yellow {
  background-color: rgba(255, 255, 0, 0.25) !important;
}

@media (min-width: 600px) {
  .search-results {
    position: absolute;
    background-color: var(--tds-color-white);
    right: 0;
    top: 65px;
    z-index: 1;
    border: 1px solid var(--tds-color--grey50);
    padding: 5px;
    border-radius: 5px;
  }
  .search-results .title,
.search-results .kw {
    display: block;
  }
  .search-results .title {
    font-weight: bold;
  }
}
@media (max-width: 600px) {
  .search-results {
    top: 120px !important;
    background-color: var(--tds-color-white);
    z-index: 1;
    padding: 5px;
    border: 1px solid var(--tds-color--grey50);
    border-radius: 5px;
  }
  .search-results .title,
.search-results .kw {
    display: block;
  }
  .search-results .title {
    font-weight: bold;
  }
}
@media (max-width: 599px) {
  .tds-site-nav-items {
    padding-right: 15px;
    padding-left: 15px;
  }
  .tds-site-nav-items .tds-btn {
    width: 50px;
  }
}
@media (min-width: 600px) {
  .tds-site-nav-items {
    padding-right: 35px;
  }
}
.tds-site-nav-items button {
  --tds-btn--border-color: var(--tds-color--grey70);
  color: var(--tds-color--grey30);
}

:lang(en) .date-modified::before {
  content: "Last modified: ";
}

[dir=rtl] .side-nav .tds-list-item a {
  padding-right: 35px !important;
}

.green {
  background-color: rgba(0, 255, 0, 0.25) !important;
}

.red {
  background-color: rgba(255, 0, 0, 0.25) !important;
}

.blue {
  background-color: rgba(0, 0, 255, 0.25) !important;
}

.yellow {
  background-color: rgba(255, 255, 0, 0.25) !important;
}

.shortdesc .correction-code::after, .shortdesc .frt::after, .shortdesc .note::after {
  content: "\a";
  white-space: pre;
}
.shortdesc .frt::before {
  content: "FRT ";
}
.shortdesc .note {
  display: block;
  margin-top: 0.75em;
}

.context {
  margin-top: 1.25em;
}

@media print {
  .tds-shell-masthead, .tds-layout-aside, .tds-shell-footer, .related-links {
    display: none;
    visibility: hidden;
  }
  .date-modified {
    margin-top: 0;
  }
  .tds-layout-main {
    width: 100vw;
    grid-area: unset !important;
  }
}
.expand, .expanded {
  margin-left: 0.5em;
}

.expand.tds-icon-trigger--small, .expanded.tds-icon-trigger--small {
  --tds-icon-trigger--padding-inline-start: 0;
  min-block-size: calc(var(--tds-size--2x) + 10px);
}

.procFetch {
  list-style: none;
  background-color: #e8f6e9;
  clear: both;
  padding: 5px;
}

.procFetch .procFetch {
  background-color: #d0eed2;
}

.procFetch .procFetch .procFetch {
  background-color: #b9e5bc;
}

.procFetch .procFetch .procFetch .procFetch {
  background-color: #a1dca5;
}

.procFetch .procFetch .procFetch .procFetch .procFetch {
  background-color: #8ad48f;
}

.procFetch .procFetch .procFetch .procFetch .procFetch .procFetch {
  background-color: #72cb78;
}

.procFetch .procFetch .procFetch .procFetch .procFetch .procFetch .procFetch {
  background-color: #5bc362;
}

.procFetch .procFetch .procFetch .procFetch .procFetch .procFetch .procFetch .procFetch {
  background-color: #43ba4b;
}

.closeAll {
  margin-right: 2em;
}

/*# sourceMappingURL=custom.css.map */
