.no-link {
  text-decoration: none;
  color: rgba(0,0,0,.55);
}


.layout-body {
  display: flex;
  height: calc(100% - 108px)
}

.layout-body > :first-child {
  /* side bar */
  flex: none;
  height: 100%;
  background-color: #eee;
  overflow-y: auto;
}
.layout-body > :last-child {
  /* main section */
  flex: 1;
  position: relative;
  height: 100%;
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

.layout-tabs > li {
  border-radius: 0 !important;
  flex: 1;
}
.layout-tabs > li > a {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  height: 56px;
  padding-top: 9px;
  border: #adb5bd 1px solid !important;
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.layout-tab-active {
  font-weight: 600;
  background-color: #dee2e6 !important
}
.layout-section {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  padding: 0 32px;
}
.layout-button-group {
  flex: none;
  padding-left: 32px;
  display: flex;
  gap: 12px;
}


.sidebar-item-1 {
  padding-bottom: 8px;
  font-size: 0.875em;
}
.sidebar-item-2 {
  padding-left: 24px;
  font-size: 0.875em;
}
.sidebar-item-3 {
  padding-left: 48px;
}
.sidebar-item-4 {
  padding-left: 72px;
}
.sidebar-item-5 {
  height: 28px;
  padding-left: 96px;
}
.sidebar-item-input {
  padding-left: 48px;
}
.sidebar-resize-width-bar {
  width: 4px;
  cursor: col-resize;
}
.sidebar-resize-width-bar:hover {
  background-color: #ced4da;
}
.sidebar-resize-height-bar {
  height: 4px;
  cursor: row-resize;
}
.sidebar-resize-height-bar:hover {
  background-color: #ced4da;
}
.list-group-item {
  padding-top: 0;
  background-color: transparent;
  border: none;
}
.has-arrow {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.has-arrow > div {
  width: 8px;
  height: 8px;
  border-right: 2px solid #6c757d;
  border-bottom: 2px solid #6c757d;
}
.has-arrow[aria-expanded="true"] > div {
  transform: rotate(-135deg);
}
.has-arrow[aria-expanded="false"] > div {
  transform: rotate(45deg);
}

.menu-item {
  padding: 16px;
}

.btn-action {
  width: 108px;
}

.label-input-row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex: 1;
}

.jobitemEditor-option-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

[onclick] {
  cursor: pointer;
}