.container-sub {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.container-sub > h2 {
  padding-bottom: 10px;
}

.container-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}

.container-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.list-item {
  cursor: pointer;
}

.form-group-title {
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  height: 20px;
}

.form-group-title:first-child {
  margin-top: 0;
}

.form-group-title:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #333;
  border-right: 8px solid transparent;
  top: 2px;
  content: '';
  position: absolute;
  margin-left: 15px;
}

/* .b-table-sticky-header {
  overflow-y: scroll;
} */

option:disabled {
  color: #bebebe;
}

.bg-primary {
  background-color: #363062 !important;
}

table > thead > tr > .position-relative {
  position: sticky !important;
}

.b-sidebar {
  width: 380px;
}

.syntaxhl .tag {
  color: rgb(121, 255, 121);
}

.syntaxhl .attribute-name {
  color: #b48;
}

.syntaxhl .content {
  color: rgb(255, 122, 48);
}

