/* start nll style */
html, body {
  padding: 0;
  margin: 0;
  color: #212121;
}

h2 {
  font-size: 500;
  border-bottom: 1px solid lightgrey;
}

h3 {
  border-bottom: 1px dashed lightgray;
  font-weight: 500;
  margin-top: 20px;
}

h4, h5 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}

h5 {
  font-size: 1.1em;
}

pre {
    border-radius: 4px; 
    font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
    background-color: #f3f3f3;
    font-size: 96%;
    border: 1px solid #dcdcde;
}

pre span {
  color:#212121;
}

code {
  font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace);
  background-color: #f3f3f3;
  color: #212121 !important;
  border-radius: 2px;
}

.lang-json pre span {
  color: green !important;
}

.lang-json pre {
  padding-top: 14px;
  padding-bottom: 0px;
  color: green !important;
}

.lang-json {
  padding-bottom: 0px !important;
}

.lang-html pre {
  padding-top: 14px;
  padding-bottom: 0px;
}

.lang-html {
  padding-bottom: 0px !important;
}

table.regular tr {
  font-family: "Public Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: 0.95em;*/
}

table.regular th {
  font-weight: 600;
}

td {
  vertical-align: top;
  color: #333333 !important;
}

#ig-viewer table.regular td, #ig-viewer table.regular th, #preview-content table.regular td {
  font-size: 0.95em;
  line-height: 1.5;
}

body {
    counter-reset: h2;
    line-height: 1.5;
}

h2 {
    counter-reset: h3;
}

h3 {
    counter-reset: h4;
}

h4 {
  counter-reset: h5;
}

h5 {
  counter-reset: h6;
}


h2:before {
    counter-increment: h2;
    content: counter(h2) ". ";
    padding-right: 5px;
}

h3:before {
    counter-increment: h3;
    content: counter(h2) "." counter(h3) ". " 
}

h4:before {
    counter-increment: h4;
    content: counter(h2) "." counter(h3) "." counter(h4) ". "
}

h5:before {
    counter-increment: h5;
    content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) ". "
}

blockquote {
  background-color: #fffdf6;
  font-size: 13px;
  border-left-color: #FFD32C;
  border-bottom: 1px solid #FFD32C;
  border-top: 1px solid #FFD32C;
  border-right: 1px solid #FFD32C;
  border-radius: 4px;
  font-family: "Public Sans";
  padding-left: 10px;
}

p, li {
  font-family: "Public Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

li {
  margin-bottom: 3px;
}

a {
  color: #6e0e50;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}
/* slut nll custom style */

html, body {
  padding: 0;
  margin: 0; }

#ig-viewer {
  position: relative;
  height: 100%; }
  #ig-viewer .ig-view-content {
    overflow: hidden;
    min-height: 100%;
    position: relative;
    height: auto !important;
    margin-bottom: -155px;
    padding-bottom: 155px; }
    #ig-viewer .ig-view-content #ig-view-treetable {
      min-height: 100%;
      width: 70%;
      margin: 0 auto; }
      #ig-viewer .ig-view-content #ig-view-treetable .segment-default-header {
        margin-bottom: 0;
        padding-left: 10px; }
      #ig-viewer .ig-view-content #ig-view-treetable .container-fluid {
        padding: 0;
        width: 100%; }
        #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel {
          width: 100%;
          height: 100%;
          position: relative;
          display: table;
          border-top: 1px solid #e6e6e6; }
          #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .tree-panel {
            width: 300px;
            height: 100%;
            float: left;
            padding: 10px;
            overflow: hidden;
            position: relative; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .tree-panel .treenode a {
              color: black;
              cursor: pointer;
              text-decoration: none;
              text-overflow: ellipsis;
              overflow: hidden; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .tree-panel .ui-resizable-handle {
              right: 0; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .tree-panel table {
              width: 100%; }
              #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .tree-panel table td:first-child {
                min-width: 170px;
                max-width: 300px;
                text-overflow: ellipsis;
                overflow: hidden; }
          #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .preview-panel {
            width: 40%;
            height: 100%;
            float: right;
            padding: 30px 45px;
            position: relative;
            border-left: 1px solid #e6e6e6; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .preview-panel table {
              width: 100%;
              overflow: auto;
              display: block; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .preview-panel .preview-bar {
              overflow: auto; }
            #ig-viewer .ig-view-content #ig-view-treetable .container-fluid #guide-panel .preview-panel.full-width {
              width: auto;
              overflow: hidden;
              float: none; }
  #ig-viewer .ig-view-footer {
    background-color: #636363;
    color: #E0E0E0;
    height: 155px;
    position: relative;
    padding-top: 40px; }


.dynamic {
    display: none;
    background-color: transparent;
    color: transparent;
    padding: 5px;
    text-align: center;
    height: 30px;
}

    .dynamic.versions-banner.not-latest {
        background-color: #f0ad4e;
        color: #fff;
    }

    .dynamic.versions-banner.latest {
        background-color: #5cb85c;
        color: #fff;
    }
