html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#app {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.form-control {
  border: 1px solid #ccc;
  padding: 3px 3px;
  vertical-align: baseline;
}

.form-control,
.form-check-label,
.btn {
  font-family: "Open Sans", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  font-size: 1em;
}

.form-group {
  display: inline-block;
}

nav {
  width: 100%;
  background: #f1f1f1;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #a2a2a2;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav {
  max-width: 958px;
  width: 80%;
  margin: 0 auto;
  padding: 1.167em 0.16em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

header {
  width: 100%;
  border-bottom: 1px solid #d0d0d0;
}

.container {
  width: 80%;
  max-width: 958px;
  margin: 0 auto;
  padding: 11px 0 10px 0;
}

main {
  padding-bottom: 45px;
  /* Height of the footer */
}

.table {
  width: 100%;
  margin: 12px 0 0 0;
  border: 1px solid;
  border-collapse: collapse;
}

.table th {
  font-weight: bold;
  /* color: #EEEEEE; */
  /* background-color: #006000; */
  padding: 4px 3px 4px 3px;
  border: 1px solid #55513B;
}

.table td {
  padding: 1px 3px 1px 3px;
  border: 1px solid #55513B;
}

a,
.link {
  color: #000;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
.link:hover,
.link:active {
  outline: 0;
  color: #ff8b38;
}

.content-list h2 {
  padding-left: 3em;
}

.content-list h3 {
  padding-left: 6em;
}

footer {
  background: #ff8b38;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  /* Height of the footer */
  font-weight: bold;
  color: white;
  text-align: center;
}

.tree-node {
  cursor: pointer;
  font-size: 11pt;
}

.tree-handle {
  width: 16px;
  height: 16px;
  float: left;
}

.tree-close {
  background: url(/img/f_close.gif) 0 1px no-repeat;
}

.tree-open {
  background: url(/img/f_open.gif) 0 1px no-repeat;
}

.nobull {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 1rem;
}

.ssk.multipane,
.ssk.pane-rs.root {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 239px;
  /* border: 1px solid red; */
  height: inherit;
}

#breadcrumbs {
  padding: 0.5rem 1rem;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}

.layout-v > .multipane-resizer {
  margin: 0 !important;
  left: 0 !important;
  /* reset default styling */
  width: 2px !important;
  background: #ccc;
  height: inherit !important;
}

.layout-h > .multipane-resizer {
  margin: 0 !important;
  left: 0 !important;
  /* reset default styling */
  height: 2px !important;
  background: #ccc;
  width: inherit !important;
}

.ssk .Pane {
  overflow: auto !important;
}

.content-mutipane {
  max-height: 100%;
}

.panel-view {
  padding: 0.5rem;
}

.info {
  font-size: 10pt;
  font-weight: normal;
  /* text-align: justify; */
  white-space: normal;
  margin-top: 3px;
  /* margin-left: 36px; */
  width: auto;
  margin-right: 1em;
  /* border: 1px solid red; */
}

p.info {
  margin: 3px 0 0 0;
}

.node-group {
  font-size: 12pt;
  font-weight: bold;
  padding: 6px 0 3px 3px;
  /* text-align: justify; */
  vertical-align: top;
  /* margin-left: 16px; */
}

.infoLabel {
  font-weight: bold;
  font-style: italic;
  margin: 3px 0 0 0;
  min-width: 100px;
}

.info ul {
  margin: 3px 0 6px 0;
  padding-left: 20px;
}

.node-content {
  display: flex;
  flex-direction: row;
}

.node-code {
  vertical-align: top;
  font-weight: bold;
  padding: 0 3px 0 3px;
  display: inline-block;
  margin-right: 5px;
  height: 1.4em;
}

.chapter-code {
  background-color: black;
  color: white;
}

.node-chapter {
  font-size: 11pt;
  font-weight: bold;
  padding: 6px 0 3px 0;
}

.node-code {
  float: left;
}

.search-bar {
  background: #d9d9d9;
  /* border-top: 1px solid #b8b8b8; */
  padding: 0.5em 1em;
}

.hl {
  background-color: orange;
}

.node-selected {
  background: #f3f3f3;
  border: 1px dashed orange;
}

.btn {
  border: 1px solid orange;
  background-color: orange;
  color: white;
  padding: 3px 0.5rem;
  margin: 0 0.5rem;
}

.btn:hover {
  border: 1px solid #ff8b38;
}

.close-panel {
  float: right;
  position: fixed;
  right: 15px;
}

.ref-link {
  text-decoration: underline;
  white-space: nowrap;
}

.home h1 {
  color: #000;
  margin-bottom: 0.2em;
  /* font-size: 6em; */
  line-height: 1.4;
}

.home h1.title {
  border-left: 5px solid #98897e;
  color: #ff8b38;
  padding-left: 0.25em;
  font-size: 1.8em;
  text-align: left;
  font-weight: bold;
  margin: 0.4em 0;
  font-family: "Raleway", sans-serif;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: -1px;
}

.cover-img {
  float: left;
  max-width: 100px;
}

.toc {
  padding-left: 110px;
}

.adaptControls {
  font-weight: bold;
  font-style: italic;
  margin: 3px 0 0 0;
  font-size: 10pt;
}

.adaptContent {
  margin-top: 3px;
  font-weight: normal;
}

.tree-node-text {
  padding-left: 20px;
}

.btn-search {
  min-width: 100px;
}

.btn .v-spinner {
  display: inline;
  line-height: 1em !important;
  margin-right: 0.5rem;
}

.btn .v-clip {
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  line-height: 1em !important;
  vertical-align: sub;
}

.infoLabelContainer {
  display: flex;
}

.tree-node-selected {
  font-weight: bold;
}

.morph .node-chapter {
  font-weight: normal;
}

.tree-root {
  color: #ff8b38;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.table-align-top,
.table-align-top td {
  vertical-align: top;
}

.text-center {
  text-align: center;
}

.p-0 {
  padding: 0 !important;
}

.sub-table {
  margin: -1px;
  width: calc(100% + 2px);
}

.sub-table,
.sub-table * {
  border: 0 !important;
}

.related-nvd {
  padding: 0 9px 9px 9px;
}

.node-nvd-codes tr td:last-child {
  padding-left: 8px;
}

