/*Start: HyperWorks Landing Page Styles*/
.helpdocs {padding-bottom: 2em;}

.helpdocs h3, 
.productdocs h3{
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
}

.helpdocs .hwhptile {
    margin: auto 1.5em; 
    width: 16%; 
    display: inline-block; 
    vertical-align: top; 
}

.helpdocs .hwhptile img {
    display: block;
    margin: auto;
}

.helpdocs .hwhptile h4, .helpdocs .hwhptile p {
    text-align: center;
}

.productdocs {
    width: 32%; 
    display:inline-block; 
    vertical-align: top;
    padding-left: .5em;
    padding-right: .5em;
}

.productdocs .hwhptile {
    padding: 15px;
    width: 100%;
}
            
.productdocs .hwhptile .prodinfo h4 {
    margin-bottom: 3px;
}
            
.productdocs .hwhptile img, 
.productdocs .hwhptile .prodinfo {
    display: inline-block;
    vertical-align: top;
}
            
.productdocs .hwhptile img {
    width: 15%; 
    padding-right: 1em;
}
            
.productdocs .hwhptile .prodinfo {width: 80%;}
            
.productdocs .hwhptile .prodinfo h4 {margin-top: 0;}
            
            
.helpdocs > a p {color: black;}
            
.helpdocs .hwhptile img {width: 20%;}


/*Start: FN Xref Styles*/

a[href*="fn"] sup {
    font-size: 12px;
}

a[href*="fn"] > sup:before {
    content: "["
}

a[href*="fn"] > sup:after {
    content: "]"
}

a[href*="fn"] {
    padding-right: 5px;
}

/*Start: Footnote Styles*/


.fn {
    display: table-row;
}

.fnNumber {
    padding-right: 3px;
    display: table-cell;
    line-height: 1.618;
    font-size: 1em;
    font-family: "NotoSans", sans-serif;
}

.fnNumber:after {
    content: ".";
}

.fnDesc {
    display: table-cell;
    padding-bottom: 8px;
   
}

/*Start: Outputclass for Advanced short descriptions*/


.ulchildlink .adv_sd {
    display: none;
}

.body .shortdesc .adv_sd {
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

/*Start: Equation Styles*/


.eqn-inline { font-style: italic;}

.eqn-inline .MJXc-display { display: inline; }

.eqn-inline math {display: inline;}

span.eqcap {
    visibility: hidden;
    display: flex;
    flex-direction: row-reverse;
    align-items: right;
}

.eq--title-label {
    visibility: visible;
    font-style: italic;    
    margin-right: 0.1em;    
}

.equation-figure {
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 3em;
}

div.equation-figure, img.equation-figure {
    display: inline-block;
    float: left;
    padding-left: 3em;    
}

.equation-figure .figcap {
    display: inline-block;
    float: right;
    padding-right: 4em;
}

equation-figure > .equation-block {
    margin-left: 0em;
}

math[display="block"] {
    text-align: left;
}

equation-block {
    align-self: center;
}

.equation-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 3em;
}

.eqcap + .equation-block {
    margin-top: -1em;
}

.equation-number {
    order: 1;
}

equation-figure > div:not(.equation-block) > span {
    display: flex;    
    align-items: row;
}

equation-figure > img {
    width: auto;
    object-fit: none;
    align-self:flex-start;
}

equation-figure .MJXc-display {
    display: flex;
    align-self: flex-start;
}


/* Start language-feko-lua outputclass styles */

.language-feko-lua {
  background-color: #fffff0; 
}

/*Special programming element styles for Acu products*/
body.acu .parmname {
    font-family: consolas, "Courier New";
    font-weight: normal;
}

body.acu .option{
    font-family: consolas, "Courier New";
}

/*Special programming element styles for RADIOSS*/
body.rad .varname {
    font-style: normal;
}

/* Start TCL outputclass styles */

.tcl_cmd {

  color: green;
  font-family: consolas, "Courier New";
}

.tcl_output {

  color: blue;
  display: block;
}

/* End Filepath w/outputlcass styles */

.userinput {
    background-color: transparent;
    color: #1D2E38;
}

.cmdname {
    font-family: consolas, "Courier New";
}

/* Start Filepath w/outputlcass styles */


.filepath.file_required {

  font-family: consolas, "Courier New";
  font-weight: bold;
}


.filepath.file_emphasis {

  font-family: consolas, "Courier New";
  font-style: italic;
}


.filepath, span.filepath {
    font-family: consolas, "Courier New";
}

/*MotionSolve Outputclasses*/
.Blue {
    color: #0000ff;
}

.Maroon {
    color: #800000;
}

.Safety {
    color: #ff6600;
}

.Pink {
    color: #ff0188;
}

.Green {
    color: green;
    font-style: italic;
}

.green_noitalic {
    color: green;
}

.Highlight {
    background-color: yellow;
}

.Navy {
    color: #000080;
}

.Dark {
    color: #006400;
}

.red {
	color: red;
}

.Purple {
    color: purple;
}