/* Override screen.css to prevent Covered Topics/Parent Topic from acting like hyperlinks. */
article .related-links strong {
    cursor: inherit;
}

p.small-text {
    font-size: smaller;
}

.dms-versions-body {
    padding: 0;
}

div.dms-versions-header {
    padding: 15px;
    height: 63px;
    background: #00629b;
    color: white;
    font-size: 24px;
}

div.dms-versions-container {
    padding: 0 15px;
}

div.dms-versions-container h2 {
    font-size: 22px;
    color: #6e6d6a;
}

div.dms-versions-container ul {
    padding-left: 20px;
}

div.dms-versions-container li {
    margin: 8px;
}

div.dms-versions-container table {
    margin-top: 2px;
}

div.dms-versions-container table td {
    padding: 2px;
}

div#loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    text-align: center;
    background: white;
    padding: 30px 10px;
    font-size: large;
}

div.loadingSearch {
    text-align: center;
    padding: 30px 10px;
    font-size: larger;
}

li.opening > ul {
    display: none;
}

/* From JS API stylesheet */
div.tmpl-label {
    display: none;
}

/* Hide the last breadcrumb to avoid having to elide it - it appears in the topic title anyway. */
#breadcrumbs a.current-breadcrumb {
    display: none;
}

/* Override breadcrumb size (in screen.css) to accommodate long topic titles. */
@media (min-width: 992px) {
    .btn-breadcrumb > * div {
        max-width: 200px;
    }
}

/* Reduce size of arrows in related links sections. */
@media (min-width: 991px) {
    article .related-links a:before {
        font-size: 10px;
    }
}

/* Prevent table of contents items from jumping right when hovered */
#leftbar nav li {
    position: relative;
}
#leftbar nav li a:hover:before, #leftbar nav li a:focus:before, #leftbar nav li a:active:before {
    content: " ";
    position: absolute;
    background: #737270;
    width: 5px;
    top: 0;
    bottom: 0;
    left: 0;
}
#leftbar nav li a:hover,#leftbar nav li a:focus,#leftbar nav li a:active {
    border-left: 0;
}
#leftbar nav li.current > a {
    border-left: 0;
}

/* Prevent down arrow on currently selected table of contents item from disappearing when hovered */
#leftbar nav li.open.lihover:before {
    color: #00629B;
}

#leftbar nav li.open.lihover.current:before {
    color: #fff;
}

/* Math symbols in Mosel docs */
article i > table td {
    padding: 0;
}

/* Code formatting */
pre, article pre, .code {
    font-family: 'Roboto Mono', Courier, monospace;
}

/* Headers */
article h2 {
    font-size: 1.3em;
}

article h3 {
    font-size: 1.2em;
}

/* Styles from Xpress docs */
.Indented1 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 2.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Indented2 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Indented3 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 7.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Indented4 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Indented5 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 12.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.IndentedRelative {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 2.5em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Level4IX {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 10em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Level5IX {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 12.5em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.NewXMLPage {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Preformatted {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: pre
}

.PreformattedRelative {
    font-family: 'Roboto Mono', monospace;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: pre
}

.SmartList2 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.SmartList3 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.SmartList4 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.SmartList5 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.TableTitle {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.CellBody {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.CellBodyLeft {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.CellHeading {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Chapter {
    margin-bottom: 2pt;
    font-size: 21pt;
    font-style: normal;
    font-weight: 500;
    text-align: left
}

.ChapterLine {
    height: 1px;
    color: #cccccc;
    background-color: #9f9e9b;
}

.FctLine {
    height: 1px;
    color: #cccccc;
    background-color: #9f9e9b;
    margin-top: 0;
}

.MethLine {
    height: 1px;
    color: #cccccc;
    background-color: #9f9e9b;
    margin-top: -4pt;
}

.CommandHidden {
    font-size: 20pt;
    font-style: normal;
    font-weight: bold;
    text-align: left
}

.GroupTitlesIX {
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    margin-left: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Level1IX {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 2.5em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Level2IX {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 5em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.Level3IX {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 7.5em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.RunInSubSubSection {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: 0;
    margin-top: 4pt;
    margin-bottom: 4pt;
    text-align: justify;
    text-indent: 0;
    text-decoration: none
}

.RunInSubSubSectionContent {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none
}

.Section {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    margin-left: 0;
    margin-top: 20pt;
    margin-bottom: 15pt;
    text-align: left;
    text-indent: 0;
    text-decoration: none
}

.Sectiona {
    font-weight: 500;
}

.Sectiona:hover {
    background-color: #f2f2f2;
    font-weight: 500;
}

.SmartList1 {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.SubSection {
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-left: 0;
    margin-top: 15pt;
    margin-bottom: 10pt;
    text-align: left;
    text-indent: 0;
    text-decoration: none
}

.SubSubSection {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-left: 0;
    margin-top: 4pt;
    margin-bottom: 4pt;
    text-align: justify;
    text-indent: 0;
    text-decoration: none
}

.SubSubSubSection {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-left: 0;
    margin-top: 4pt;
    margin-bottom: 4pt;
    text-align: justify;
    text-indent: 0;
    text-decoration: none
}

.Alg {
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    border: none;
}

.AlgLine {
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    border-style: solid;
    border-width: 1pt 0 1pt 0;
    line-height: 1.25;
}

.Biblio {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 32pt;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -32pt;
    text-transform: none;
    vertical-align: baseline
}

.ClassText {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 63pt;
    margin-right: 0;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.DLItem {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 0;
    margin-top: 4pt;
    margin-bottom: 4pt;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal;
}

.DLText {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 28pt;
    margin-top: -4pt;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal;
}

.DLTextV {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-top: -4pt;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal;
}

.Entity {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 18pt;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.EntItem {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 18pt;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.EntLabel {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: 'Roboto Mono', Courier, monospace;
    margin-left: 0;
    margin-right: 5pt;
    margin-top: 0;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal
}

.ErrText {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-left: 42pt;
    margin-top: -4pt;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal;
}

.ErrTextV {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-top: -4pt;
    margin-bottom: 0;
    text-align: justify;
    text-indent: 0;
    text-decoration: none;
    white-space: normal;
}

.ExplText {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 14pt;
    margin-right: 0;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.FctArg {
    font-family: 'Roboto Mono', Courier, monospace;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 18pt;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -18pt;
    text-transform: none;
    vertical-align: baseline
}

.FctCode {
    font-family: 'Roboto Mono', Courier, monospace;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 63pt;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.FctControl {
    font-size: 10pt;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.FctInfo {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 3pt;
    margin-left: 42pt;
    margin-right: 0;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: -14pt;
    text-transform: none;
    vertical-align: baseline
}

.FctItem {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 2pt;
    margin-right: 0;
    margin-top: 12pt;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.FctItemText {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 42pt;
    margin-right: 0;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.FctList {
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    border: none;
}

.FctListTab {
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    border-style: solid;
    border-width: 1pt 0 1pt 0;
}

.FctListTabHeader {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    text-align: justify;
    text-indent: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.FctName {
    margin-bottom: 0;
    margin-left: 2pt;
    font-size: 20pt;
    font-style: normal;
    font-weight: 500;
    text-align: left
}

.FctNameRight {
    margin-bottom: 0;
    font-size: 20pt;
    font-style: normal;
    font-weight: 500;
    text-align: right
}

.FctSynopsis {
    font-family: 'Roboto Mono', Courier, monospace;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 56pt;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -14pt;
    text-transform: none;
    vertical-align: baseline
}

.MethArg {
    font-family: Courier, monospace;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.MethHeader {
    font-size: 18pt;
    font-style: normal;
    font-weight: 300;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0;
    margin-left: 2pt;
    margin-right: 0;
    margin-top: 0;
}

.MethTitle {
    font-size: 16pt;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    text-indent: 0;
    margin-bottom: 0;
    margin-left: 2pt;
    margin-right: 0;
    margin-top: 0;
}

.ParamInfo {
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 3pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: -14pt;
    text-transform: none;
    vertical-align: baseline
}

.ParamItem {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 2pt;
    margin-right: 18pt;
    margin-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.PreCode {
    font-family: 'Roboto Mono', Courier, monospace;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 3pt;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 3pt;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    vertical-align: baseline
}

.TabBorder {
    border-style: solid;
    border-width: 1pt 1pt 1pt 1pt;
}

.TabLine {
    margin-bottom: 0;
    margin-left: 28pt;
    margin-right: 0;
    margin-top: 0;
    border-style: solid;
    border-width: 1pt 0 1pt 0;
}

.CellLine {
    border-style: solid;
    border-width: 1pt 0 1pt 0;
}

.CellColLine {
    border-style: solid;
    border-width: 0 1pt 0 1pt;
}

/* Character Formats */

.Code {
    font-family: 'Roboto Mono', Courier, monospace
}

.CellCode {
    font-family: 'Roboto Mono', Courier, monospace;
    font-size: 11pt;
}

.Strong {
    font-weight: bold
}

.Large {
    font-size: 16pt;
}

/* For outdated documentation warnings */
div#toolbar {
  background-color: white;
}

div.toolbar-buttons {
  flex-grow: 1;
  text-align: right;
}

div.outdated-toast {
  display: none;
  flex-grow: 10;
  background-color: #fffdf2;
  border-radius: .375rem;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

div.outdated-indicator {
  background-color: #ccab00;
  width: .35rem;
  border-radius: .375rem;
  flex-shrink: 0 !important;
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}

div.outdated-message {
  padding: .5rem !important;
}

div#toolbar div.outdated-message a {
    margin: 0;
}
