#st-edit-column textarea,
#structure textarea,
#st-edit-column input,
#structure input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#st-edit-column,
#st-edit-column input,
#structure,
#structure input {
  font-size: 14px;
  line-height: 18px;
}

#st-edit-column textarea,
#structure textarea {
  outline: none;
}

#st-edit-column .button.first,
#structure .button.first {
  border-bottom-left-radius: 0.25em;
  border-top-left-radius: 0.25em;
  border-left-color: #dddddd;
}

#st-edit-column .button.last,
#structure .button.last {
  border-bottom-right-radius: 0.25em;
  border-top-right-radius: 0.25em;
}

#st-edit-column .button.hover, #st-edit-column .button.on.hover,
#structure .button.hover, #structure .button.on.hover {
  border-color: #aaaaaa !important;
}

#st-edit-column .button.pressed, #st-edit-column .button.hover.pressed, #st-edit-column .button.on.pressed,
#structure .button.pressed, #structure .button.hover.pressed, #structure .button.on.pressed {
  border-color: #777777 !important;
  background-color: #fafafa;
  padding: 1px 0 0 1px;
}

#st-edit-column .button.on,
#structure .button.on {
  background-color: #ffffff;
  border-color: #999999 !important;
}

#st-edit-column .aui-select2-container,
#structure .aui-select2-container {
  background: transparent;
}

.aui-button-split-more {
  overflow: visible; /* for some reason, IE takes overflow:hidden somewhere, probably from parent elements; this causes separator border to disappear */
}

.aui-dropdown2-section .aui-dropdown2-heading.aui-dropdown2-disabled > strong {
  color: #999999;
}

.aui-dropdown2-disabled {
  outline: none;
}

.aui-dropdown2.aui-style-default .alm-dropdown2-checkbox.aui-dropdown2-checkbox.checked:before {
  content: "\e90f";
  font-family: structure;
  font-size: 16px;
  color: #172b4d;
}

.aui-dropdown2.aui-style-default:hover .alm-dropdown2-checkbox.aui-dropdown2-checkbox.checked:not(.aui-dropdown2-disabled):hover:before {
  color: #42526e;;
}

#st-edit-column textarea:focus,
#structure textarea:focus {
  border-color: #98d9ff;
  box-shadow: 0 0 3px #98d9ff;
}

.s-disabled label, form.aui .s-disabled label,
form.aui div.s-disabled.checkbox label,
form.aui div.s-disabled.radio label {
  color: #999;
}

#st-edit-column .aui-button > i,
#structure .aui-button > i {
  cursor: pointer;
}

#st-edit-column .aui-button[disabled] > i, #st-edit-column .aui-button[aria-disabled=true] > i,
#structure .aui-button[disabled] > i, #structure .aui-button[aria-disabled=true] > i {
  cursor: default;
}

.ajs-layer.s-aui-dd .aui-list .aui-list-item {
  font-size: 14px;
}

#st-edit-column textarea.s-input-placeholder,
#structure textarea.s-input-placeholder {
  color: #97a0af;
}

#st-edit-column .st-tb,
#structure .st-tb {
  display: block;
  float: left;
  height: 20px;
  min-width: 20px;
  border: 1px solid #ffffff;
  border-radius: 3px;
}

#st-edit-column .st-tb.s-disabled,
#st-edit-column .st-tb.s-disabled.hover,
#st-edit-column .st-tb.s-disabled.hover.pressed,
#st-edit-column .st-tb.s-disabled.pressed,
#structure .st-tb.s-disabled,
#structure .st-tb.s-disabled.hover,
#structure .st-tb.s-disabled.hover.pressed,
#structure .st-tb.s-disabled.pressed {
  background-color: transparent;
  border-color: #ffffff;
  background: none;
}

#st-edit-column .st-tbi,
#structure .st-tbi {
  position: relative;
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
  float: left;
}

.alm-toggle {
  width: 27px;
  height: 13px;
  background: url("/s/-2rizk2/940000/z9u883/8.2.0/_/download/resources/com.almworks.jira.structure:widget-css/img/btn_toggle.svg") no-repeat 0 0;
}

.alm-toggle:not(.disabled):hover {
  background: url("/s/-2rizk2/940000/z9u883/8.2.0/_/download/resources/com.almworks.jira.structure:widget-css/img/btn_toggle.svg") no-repeat 0 -13px;
}

.alm-toggle.active {
  background: url("/s/-2rizk2/940000/z9u883/8.2.0/_/download/resources/com.almworks.jira.structure:widget-css/img/btn_toggle.svg") no-repeat 0 -26px;
}

.alm-toggle.active:not(.disabled):hover {
  background: url("/s/-2rizk2/940000/z9u883/8.2.0/_/download/resources/com.almworks.jira.structure:widget-css/img/btn_toggle.svg") no-repeat 0 -39px;
}

.alm-toggle.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}