/** Breadcrumb overrides **************************************/
#breadcrumb {
    margin-bottom: 20px !important;
    text-align: center;
    padding-top: 10px !important;
  }
  
  .breadcrumb a {
      float: left;
      font-size: 11px;
  }
  
  .breadcrumb span {
    color: #fff;
      max-width: 1170px;
      display: inline-block;
  }
  
  @media (max-width: 767px){
      .breadcrumb{
          display: table;
          }
  }
  /** End of Breadcrumb overrides **************************************/
  
  /** REMOVING Hack to fix extra space introduced by special characters - because we think UTF-8 BOM was the issue
  body {
      top: -22px;
  }**************************************/
  
  .footer .container, .ni-wrapper-header .container, .container {
      border: 0;
  }

  .container {
      margin-top: 0;
      margin-bottom: 0;
  }

  .footer .copyright, .footer p {
      color: #fff;
  }
  
  /** Sidebar **************************************/
  #manualinfo {
      position: absolute;
      right: 0;
      top: 50px;
      width: 280px;
      padding: 12px;
      background-color: #f4f4f4;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      z-index: 400;
  }
  #backto span.noindex {
      visibility: collapse;
  }
  
  #backto span.noindex a {
      visibility: visible;
  }
  /** End of Sidebar **************************************/
  
  /** Helper for breadcrumb **************************************/
  .container-fluid {
      width: 100% !important;
  }
  
  #contentbody, .container-fluid > h1, #seeAlsoSection, #styleDivScrolling {
      width: 1170px;
      margin: 0 auto;
  }

    /* Images should stay within the container */
    #contentbody img, #seeAlsoSection img, #styleDivScrolling img {
        max-width: 860px;
    }

    #contentbody img:hover, #seeAlsoSection img:hover, #styleDivScrolling img:hover {
        cursor: pointer;
    }
      
  #contentbody, #styleDivScrolling {
      padding-right: 300px;
      position: relative;
      /* min-height: 300px !important; */
  }
  
  #contentbody #backto {
      position: absolute;
      right: 0;
      width: 280px;
      background-color: #f4f4f4;
      padding: 10px 0;
      border-radius: 8px;
      -webkit-border-radius: 8px;
  }
  
  .container-fluid > h1 {
      margin-bottom: 20px;
  }
  
  h1.heading{
      display: none;
  }
  
  /** Search **************************************/
  form[name=search2] {
    padding: 0px 0 5px 0;
    margin-bottom: 15px;
    position: relative;
} 

form[name=search2] button{
    position:absolute;border:0;background:transparent;right:14px;top:5%
}

form[name=search2] #q {
    height: 43px;
    width: 81%;
}

  
  /** Feedback, thubs up and down **************************************/
  .kbFeedback { margin-top: 50px; margin-bottom: 50px; font-size: 16px; }
  .kbFeedback h4 { font-size: 18px; font-weight: 600; font-family: Roboto Condensed,sans-serif; }
  #message, .ni-confirmation { font-size: 16px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif }
  .kbFeedback .heading_4 { margin: 0 0 20px 0 } 
  .kbFeedback .kbFeedbackContent .iconBox { background-color: #f4f4f4; padding: 20px 10px; cursor: pointer }
  .kbFeedback .kbFeedbackContent .iconBox .icon .fa { font-size: 42px; user-select: none }
  .kbFeedback .kbFeedbackContent .iconBox:hover { background-color: #e7e7e7 }
  .kbFeedback .kbFeedbackContent .iconBox:hover .icon .fa { color: #065fa3 }
  .kbFeedback .kbFeedbackContent .iconBox .paragraph { margin: 0 0 12px 0 }  
  .kbFeedback .kbFeedbackContent .iconBox.selected .icon .fa-thumbs-o-up:before { content: "\f164" }
  .kbFeedback .kbFeedbackContent .iconBox.selected .icon .fa-thumbs-o-down:before { content: "\f165" }
  .kbFeedback .kbFeedbackContent .iconBox.selected { cursor: default; background-color: #e7e7e7}
  .kbFeedback .kbFeedbackContent .iconBox.selected .icon .fa { color: #065fa3 }
  
  .firstTimeVote, .changeVoteText {padding-bottom: 50px; text-align: center;}
  .firstTimeVote > div, .changeVoteText > div {display: inline-block;}
  .firstTimeVote > div > img, .changeVoteText > div > img {padding-right: 15px;}
  .firstTimeVote > div > *, .changeVoteText > div > *  {display: inline-block; vertical-align:middle;}    
  
   /** END OF Feedback, thubs up and down **********************************/
  
  
  
  
  /** P, BR, and H1-6 from help.css **********************************/
  /* The default style of P is red to alert you that you need to apply a style class, such as Body. */
  #contentbody P {
      margin-top: 6.00pt;
      margin-bottom: 6.00pt;
      font-size: 16px;
  }
  
  BR {
      font-size: 4.00pt;
  }
  
  /* Use H1 for all topic headings. */
  H1 {
      margin-top: 3.00pt;
      margin-bottom: 3.00pt;
      font-size: 150%;
      font-weight: bold;
  }
  
  /* Use H2 for second-level headings. */
  H2 {
      margin-top: 9.00pt;
      margin-bottom: 3.00pt;
      font-size: 125%;
      font-weight: bold;
  }
  
  /* Use H3 for third-level headings. */
  H3 {
      margin-top: 6.00pt;
      margin-bottom: 3.00pt;
      font-size: 100%;
      font-weight: bold;
  }
  
  /* Use H4 for fourth-level headings. */
  H4 {
      margin-top: 6.00pt;
      margin-bottom: 3.00pt;
      font-size: 100%;
      font-weight: bold;
  }
  
  /* H5 and H6 have the same definition as H4 because you should not need this level of heading in one topic. If you need to use H5 or H6, consider breaking up your topic into more than one topic. */
  H5 {
      margin-top: 6.00pt;
      margin-bottom: 3.00pt;
      font-size: 100%;
      font-weight: bold;
  }
  
  H6 {
      margin-top: 6.00pt;
      margin-bottom: 3.00pt;
      font-size: 100%;
      font-weight: bold;
  }
  
  /* Use the Monospace format for code or syntax examples. */
.Monospace { font-family: Courier New; font-size: 100%; }

/* Use the Monospace-Bold format for messages and responses that the computer automatically prints to the screen. */
.Monospace-Bold { font-family: Courier New; font-weight: bold; font-size: 100%; }

/* Use the Monospace-Italic format to denote text that is a placeholder for a word or value that the user must supply. */
.Monospace-Italic { font-family: Courier New; font-style: italic; font-size: 100%; }


/* Use the LI style for all list items. */
#contentbody LI {
    margin-top: 3.00pt;
    margin-bottom: 3.00pt;
}

/* Use the OL style for numbered lists. You do not have to type the number for each list item in a numbered list. */
#contentbody OL {
    margin-left: 22.00pt;
    margin-top: 3.00pt;
    margin-bottom: 3.00pt;
    text-indent: 0pt;
    list-style-type: decimal;
}

/* Use the OL style for numbered lists. Nested lists will use the bullet types according to the nesting scheme below */
ol ol {
    list-style-type: lower-alpha
}

ol ol ol {
    list-style-type: decimal
}

ol ol ol ol {
    list-style-type: lower-alpha
}

ol ol ol ol ol {
    list-style-type: decimal
}

ol ol ol ol ol ol {
    list-style-type: lower-alpha
}

ol ol ol ol ol ol ol {
    list-style-type: decimal
}

ol ol ol ol ol ol ol ol {
    list-style-type: lower-alpha
}

/* Use the EquationNum style class for numbered lists of equations. You do not have to type the number for each list item in a numbered list. */
OL.EquationNum {
    margin-left: 36.00pt;
    text-indent: 0pt;
    list-style-type: decimal;
}

/* Use the List-abc style class for lettered lists. You do not have to type the letter for each list item in a lettered list. */
OL.List-abc {
    margin-left: 22.00pt;
    text-indent: 0pt;
    list-style-type: lower-alpha;
}

/* Use the UL style for bulleted lists. You do not have to type the bullet for each list item in a bulleted list. */
#contentbody UL {
    margin-left: 22.00pt;
    text-indent: 0pt;
    margin-top: 3.00pt;
    margin-bottom: 3.00pt;
    list-style-type: disc;
}

/* Use the UL style for bulleted lists. Nested lists will use the bullet types according to the nesting scheme below. NOTE: hyphen.gif required in same directory as minimal.css */
ul ul {
    list-style-image: url(hyphen.gif)
}

ul ul ul {
    list-style-image: none;
    list-style-type: disc
}

ul ul ul ul {
    list-style-image: url(hyphen.gif)
}

ul ul ul ul ul {
    list-style-image: none;
    list-style-type: disc
}

ul ul ul ul ul ul {
    list-style-image: url(hyphen.gif)
}

ul ul ul ul ul ul ul {
    list-style-image: none;
    list-style-type: disc
}

ul ul ul ul ul ul ul ul ul {
    list-style-image: url(hyphen.gif)
}

/* Use the List-Box style class for bulleted lists with boxes instead of bullets. You do not have to type the box for each list item in a box list. NOTE: box.gif required in same directory as minimal.css*/
UL.List-Box {
    list-style-image: url(box.gif);
}

/* Use the List-Diamond style class for bulleted lists with diamonds instead of bullets. You do not have to type the diamond for each list item in a diamond list. NOTE: diamond.gif required in same directory as minimal.css*/
UL.List-Diamond {
    list-style-image: url(diamond.gif);
}

/* Use the List-Hyphen style class for bulleted lists with hyphens instead of bullets. You do not have to type the hyphen for each list item in a hyphen list. NOTE: hyphen.gif required in same directory as minimal.css*/
UL.List-Hyphen {
    list-style-image: url(hyphen.gif);
}

/* Use the List-unsupported style class for bulleted lists with unsupported items. NOTE: unsupport.gif required in same directory as minimal.css */
UL.List-unsupported {
    list-style-image: url(unsupport.gif);
}

/* Use the List-supported style class for bulleted lists with supported items. NOTE: support.gif required in same directory as minimal.css */
UL.List-supported {
    list-style-image: url(support.gif);
}

UL.List-Hyphen-TestStand {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333;
}

/* Tree list */
#contentbody ul.tree, #contentbody ul.tree ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  #contentbody ul.tree ul {
    margin-left: 0px;
  }
  
  #contentbody ul.tree li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
  }

#contentbody ul,#contentbody li, #styleDivScrolling ul, #styleDivScrolling li {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333 !important;
}

/* Bold class */
.Bold {
    font-weight: bold;
}

/* Italic class */
.Italic {
    font-style: italic;
}

/* Use the Platform format to denote a specific platform. */
.Platform {
    color: #0000FF;
    font-weight: bold;
}

/* Use the Symbol format for characters not in the Verdana character set. Use this format sparingly. When possible, you should use the correct ASCII code for the symbol or use a graphic to recreate the symbol. */
.Symbol {
    font-family: Symbol;
}

/* Use the Red-text format to call attention to text that needs  information added or edited by techcomm */
.Red-text {
    color: #FF0000;
}

/* Use the Green-Underline format for the green defintion in the conventions topic */
.Green-Underline {
    color: #007700;
    text-decoration : underline;
}

/* Use the Purple-Underline format for the purple defintion in the conventions topic */
.Purple-Underline {
    color: #7f007f;
    text-decoration : underline;
}

/* Use for text sections and hyphenated words that should not break at line wraps */
.nobreak {
    white-space: nowrap
}


  /*******************************************************
  /* Margins */
  /* Use these styles for block-level elements inside tables cells or list items where you do not want extra padding at the top or bottom of a cell. */
  .noTopMargin {
      margin-top: 0pt;
  }
  
  .noBottomMargin {
      margin-bottom: 0pt;
  }
  
  
  /** END P, BR, and H1-6 from help.css **********************************/

  /* Added extra margin to p and li elements */
  #contentbody p, #seeAlsoSection p, #styleDivScrolling p, 
  #contentbody ul li,
  #seeAlsoSection ul li, #styleDivScrolling ul li, {
      margin: 0 0 10px !important;
  }


  /** Table from help.css **********************************/
  
  
Table {
    margin-bottom: 20px;
}

Table, Table ul, Table ol, Table ul li, Table ol li, table li, Table tbody li, TD.Bordered, TH.Bordered, TD {
    font-size: 16px !important;
}

/* Use the Borderless style class for tables that do not need borders, such as for 2-column or 3-column lists with no headings. */
Table.Borderless {
    border: none;
}

/* Use the Bordered style class for tables that need borders. */
Table.Bordered {
    border-collapse: collapse;
    box-sizing: border-box;    
}

/* Use the TD style for table cells in Borderless or Borderless-Wide tables. */
TD {
    vertical-align: top;
    padding: 3px;
}

/* Use the Bordered style class for table headings and cells in Bordered or Bordered-Wide tables. */
.Bordered {
    border-width: 1pt;
    border-style: solid;
    border-color: #ccc;
}

/* Use the Icon style class for table cells that contain note, caution, warning, or tip icons, or LabVIEW datatype terminals. */
TD.Icon {
    width: 40px;
}

/* Use the TH style for table heading cells in Borderless or Borderless-Wide tables. */
TH {
    font-weight: bold;
    padding: 3px;
}

/* Use the Left-Align style class for table headings and cells that you want to left align instead of center align. */
.Left-Align {
    text-align: left;
}

/* Use the Usage style class for tables that display objects to use for a particular procedure.
Use in conjunction with the Col.Object and Col.Spacer classes */
Table.Usage {
    border: none;
    border-collapse: collapse;
    text-align: center;
}

/* Use the Object class to format columns of a Usage table that contain objects to use.
Alternate with Spacer columns */
Col.Object {
    width: 110px;
    background-color: #f1f1f1;
}

/* Use the Spacer class to format columns that separate Object columns in a Usage table.
Alternate with Object columns */
Col.Spacer {
    width: 15px;
}

/** END Table from help.css **********************************/

/** update named anchor tags to not display as links **/

a[name="details"], a[name="examples"] {
    color: #333;
}
a[name="details"]:hover, a[name="examples"]:hover{
    text-decoration: none;
    color: #333;
}
