/* Some old admin forms have toolbars up top */
.toolbar {
  background-color: var(--ds-background-input, #fefefe);
  border: 1px dotted var(--ds-border-accent-gray, #bbbbbb);
  float: right;
  padding: 3px 5px;
  text-align: right;
  vertical-align: middle;
}
.toolbar .sectionStart {
  margin-left: 16px;
}
.toolbar a {
  text-decoration: none;
}
.toolbar a:hover {
  text-decoration: underline;
}
form.aui select.imagebacked option,
form.aui option.imagebacked {
  background-position: 5px 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  line-height: 20px;
  padding: 5px 5px 5px 26px;
}
form.aui.top-label .ajax_autocomplete > label {
  display: block;
  float: none;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  width: auto;
}
form.aui .icon-required::before {
  text-indent: 0;
}
form.aui div.error {
  clear: both;
  display: block;
  margin: 5px 0 0;
}
form.aui div.description .aui-icon.aui-icon-small {
  margin-top: -2px;
}
/* Used on the admin project select issue type form only */
.tools {
  background-color: var(--ds-background-input, #fefefe);
  border: 1px dotted var(--ds-border-accent-gray, #bbbbbb);
  padding: 3px 5px;
  text-align: left;
  vertical-align: middle;
}
select.imagebacked option,
option.imagebacked,
option.selectall {
  background-position: 1px 2px;
  background-repeat: no-repeat;
  padding: 2px 0 2px 20px;
  vertical-align: middle;
}
option.selectall {
  background-image: url(/s/9pfq6w/10030012/v2fkro/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/table_sql_select_16.png);
  border-bottom: 1px var(--ds-border-brand, #0085eb) dotted;
}
.jiraform {
  border-collapse: collapse;
  font-size: 13px;
  margin-top: 16px;
  width: 100%;
}
.jiraform:first-child {
  margin-top: 0;
}
.jiraform td {
  padding: 0 5px 10px;
}
.jiraform td.formErrors {
  padding-top: 5px;
}
.descriptionrow td.jiraformheader {
  padding-bottom: 14px;
}
.formtitle {
  border-bottom: 1px solid var(--ds-border, #dddddd);
}
.aui-buttons ~ .help-lnk {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
.help-lnk + .formtitle {
  margin-top: 0;
}
.fieldLabelArea,
.fieldLabelAreaTop {
  vertical-align: top;
  text-align: right;
}
.fieldLabelArea {
  width: 180px;
}
.fieldValueArea {
  vertical-align: top;
}
.fieldLabelAreaBulk {
  text-align: left;
}
.buttons-container td {
  border-top: 1px solid var(--ds-border, #dddddd);
  padding-top: 10px;
}
.formtitle + .aui-message,
.module + .buttons-container,
table.aui + .buttons-container {
  margin-top: 16px;
}
.radio[disabled] + label {
  color: var(--ds-text-subtlest, #6b778c);
}
/* // remove border for AUI table and Stepped processes */
table#issuetable + div.buttons-container,
table.aui + div.buttons-container,
.sub-heading {
  color: var(--ds-text-subtlest, #999999);
}
.jiraform .radio {
  margin-right: 5px;
}
.availableActionRow td {
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 3px;
}
.availableActionRow .description {
  clear: left;
}
/* old deprecated classes - will be refactored out */
.redText {
  color: var(--ds-text-danger, #de350b);
}
.greenText {
  color: var(--ds-text-accent-green, #14892c);
}
/* Aim to remove - overrides */
.intform form {
  background-color: var(--ds-surface, #ffffff);
}
.intform form .fieldLabelArea {
  background-color: var(--ds-surface, #ffffff);
  width: 20%;
}
.intform form .fieldValueArea {
  background-color: var(--ds-surface, #ffffff);
  width: 70%;
}
.intform form table.maxWidth.jiraform {
  width: 100%;
}
.aui-popup .intform {
  max-height: 100%;
}
.aui-popup .intform #cancelButton {
  display: none;
}
.intform .jiraformheader {
  padding: 0.5em 1em;
}
.intform .formtitle {
  color: var(--ds-text, #333333);
}
.intform .descriptionrow .jiraformheader {
  background-color: var(--ds-surface, #ffffff);
}
.intform .descriptionrow .desc-wrap,
.intform .jiraformfooter {
  padding: 0.75em 0.5em;
  text-align: left;
}
.intform .descriptionrow .notify {
  background-color: var(--ds-background-accent-magenta-bolder, #ff1493) !important;
}
/* Temp style to highlight old messages that should be updated. Remove before 4.4 JRADEV-4717 */
td.issue-fields-wrap {
  background-color: var(--ds-surface, #ffffff);
  padding: 0;
  width: 100%;
}
td.issue-fields-wrap .tabwrap {
  margin: 1em 0.5em;
}
/* Aim to remove - used in setup steps */
.formOne div {
  margin-bottom: 0.25em;
}
.formOne div .radio {
  position: relative;
  top: 2px;
}
body:first-of-type .formOne div .radio {
  top: 0;
}
/* safari only fix for JRA-17632 */
.field-description {
  margin: 0;
}
.disabled .field-description {
  opacity: 0.25;
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=25)";
}
.field-description p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}
/* Project Import */
#project-import-panel {
  width: 800px;
  margin: 0 auto;
}
#project-import-panel ol {
  margin: 0 auto;
}
#project-import-panel .pb_border {
  margin: 15px 0;
  padding: 5px 0;
  border: none;
}
#project-import-panel .pb_border .pb_description {
  font-weight: normal;
}
.jiraform #projectDetailsTable.grayBox th {
  padding: 5px;
  vertical-align: top;
}
.field_label {
  color: var(--ds-text, #000000);
  font-size: 12px;
  left: 7px;
  position: absolute;
  top: 1px;
}
.field_description {
  font-size: 12px;
  margin: 0 10px 0 10em;
}
.first .field_description {
  margin-top: 5px;
}
.last .field_description {
  margin-bottom: 3px;
}
.first .field_label {
  top: 6px;
}
.last .field_label {
  top: 1px;
}
.only .field_description {
  margin-bottom: 3px;
  margin-top: 5px;
}
.only .field_label {
  top: 6px;
}
.field_error {
  font-size: 11px;
  padding: 0 5px 1px 0;
  position: relative;
}
/* Old Wizards */
.wizard-buttons td {
  text-align: right;
}
.wizard-buttons .wizardInfo {
  float: left;
  text-align: left;
}
.hiddenButton {
  position: absolute;
  margin-left: -999em;
}
.darkFooter {
  background-color: var(--ds-surface, #f0f0f0);
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
  vertical-align: top;
}
.wizardCell {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.wizardRow {
  background-color: var(--ds-surface, #f0f0f0);
  height: 40px;
  padding: 0;
  vertical-align: middle;
}
.wizardTable {
  padding: 0;
}
.wizardTable tbody table td {
  padding: 0 0.462em;
  vertical-align: top;
}
.wizardTable tbody table td:first-child {
  padding-left: 0;
}
/* Project config */
.projectOptions {
  clear: both;
  margin-top: 1.5em;
}
.projectOptions li {
  display: inline;
  background-color: var(--ds-background-input, #f2f2f2);
  margin-right: 1em;
  padding: 0.4em 0.3em;
  border: 1px solid var(--ds-border-accent-gray, #bbbbbb);
}
/* Importers */
.codearea {
  -moz-border-radius: 10px;
  background-color: var(--ds-background-input, #f6f6f6);
  border: 1px dashed var(--ds-border-accent-gray, #bbbbbb);
  margin: 1em auto;
  padding: 0 1em;
  width: 80%;
}
pre.codearea h4 {
  border-bottom: 1px solid var(--ds-border-accent-gray, #bbbbbb);
}
pre.codearea textarea {
  background-color: var(--ds-background-input, #f6f6f6);
  border: none;
  font-family: monospace;
  font-size: 100%;
  height: 300px;
  margin-bottom: 1em;
  width: 100%;
}
/* Misc */
.fieldDescription {
  display: block;
  clear: left;
}
#issuelinks-linktype {
  display: block;
  margin-bottom: 5px;
}
#changeTranslationLocale {
  margin-top: 2em;
}
#changeTranslationLocale .button {
  margin-top: 0;
}
/* Contextual Overrides */
/* Issue Nav */
.iss-nav .formLabel,
.iss-nav .fieldLabelArea,
.iss-nav .fieldLabelAreaTop,
.iss-nav .fieldLabelAreaBulk {
  background-color: var(--ds-surface, #ffffff);
}
.iss-nav .maxWidth {
  width: 100%;
}
.iss-nav .titlerow td {
  padding-left: 0;
}
.iss-nav .formtitle {
  border-bottom: 1px solid var(--ds-border, #dddddd);
  color: var(--ds-text, #222222);
  font-size: 16px;
  margin-top: 5px;
}
.add-group {
  clear: both;
}
/* draggable grabable items */
.ab-drag-wrap {
  clear: both;
  background-color: var(--ds-surface-overlay, #f0f0f0);
  float: left;
  overflow: auto;
  margin-top: 14px;
  padding: 7px;
  min-width: 350px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.ab-drag-wrap .buttons-container {
  margin-top: 8px;
}
.ab-drag-container {
  float: left;
  width: 340px;
  margin-left: 16px;
}
.ab-drag-container:first-child {
  margin-left: 0;
}
.ab-drag-container h4 {
  margin: 7px 0;
}
.ab-items {
  background-color: var(--ds-surface, #ffffff);
  border: 1px solid var(--ds-border-accent-gray, #bbbbbb);
  padding: 7px;
}
.grabable {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 100px;
  padding-bottom: 28px;
}
.grabable li {
  background-color: var(--ds-background-input, #f7f7f7);
  border: 1px solid var(--ds-border, #dddddd);
  cursor: move;
  margin: 3px;
  padding: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.grabable li:hover {
  background-color: var(--ds-surface-hovered, #d8e4f0);
}
/* used in oAuth pages admin and look & feel view */
#userformat .module,
#userformat .mod-header h3,
#userformat .mod-header {
  background-color: transparent;
}
#userformat .mod-header {
  background-image: none;
}
#darktheme-warning {
  margin: 16px 0;
}
#darktheme-warning .title {
  padding-bottom: 10px;
  font-size: 1.2em;
}
html[data-color-mode="light"] #darktheme-warning {
  display: none;
}
#userformat #full_profile_ops .item-details,
.user-details-container #full_profile_ops .item-details {
  list-style-type: disc;
  padding-left: 16px;
}
.user-details-container {
  width: 60%;
  margin-bottom: 2em;
}
/* look and feel edit */
.landf-restore {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--ds-border, #dddddd);
}
/* edit user defaults */
#edit_user_defaults .fieldLabelArea {
  width: 30%;
}
/* integrity checks */
.integrity-checks {
  margin: 6px 0;
}
.integrity-checks p {
  margin-bottom: 0;
  padding-left: 20px;
}
.integrity-checks input {
  margin-right: 3px;
}
/* view logging */
.logging-container {
  margin-bottom: 2em;
}
/* viewgroup.jsp */
.view-group-container .item-details {
  margin-bottom: 1em;
}
.view-group-container h4 {
  margin: 0.5em 0;
}
/* subscribefilter.jsp */
table#filter-subscription-cron {
  border-spacing: 0;
  border-collapse: collapse;
}
table#filter-subscription-cron .fieldLabelArea {
  width: 130px;
}
table#filter-subscription-cron .fieldLabelArea + .fieldValueArea {
  padding-left: 10px;
}
table#filter-subscription-cron .fieldValueArea label + label {
  margin-left: 10px;
}
table#filter-subscription-cron .cron-options-tab-panel {
  padding: 0;
  margin: 0;
}
table#filter-subscription-cron .cron-options-tab-panel > table {
  border-collapse: collapse;
  padding: 0;
}
table#filter-subscription-cron .cron-options-tab-panel td {
  padding: 10px 0 0;
}
table#filter-subscription-cron td {
  padding: 0;
}
/* projectimportselectproject.jsp
***
*** Be good to re-factor the js in this and use proper aui-messages
***
*/
#project_summary {
  margin-bottom: 1em;
}
table.bulk-edit-user-groups thead tr th,
table.bulk-edit-user-groups tr.butt-row td {
  text-align: center;
}
table.bulk-edit-user-groups .field-group {
  width: 90%;
  margin: 0 auto;
}
table.bulk-edit-user-groups .field-group select {
  min-width: 100%;
  margin-bottom: 1em;
}
/* May be able to remove this once updating this form to use AUI Forms */
#filterSearchForm {
  margin-bottom: 0;
}
.filterSearchInput {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.filterSearchInput .fieldLabelArea {
  width: 150px;
}
/* .filterSearchInput .buttons input { margin-left: 157px; } */
.filterSearchInput font {
  font-size: 0.9em !important;
}
.filterSearchInput .fieldDescription {
  font-size: 0.9em;
}
#filter_search_results {
  padding-top: 8px;
}
#filter_search_results .pagination {
  clear: both;
  margin: 0 0 0.714em;
}
#oauth-plugin form.aui fieldset div {
  margin-top: 1em;
}
#oauth-plugin form.aui label {
  display: block;
  font-weight: 700;
}
#oauth-plugin form.aui .description {
  display: block;
  font-size: 11px;
}
#oauth-plugin form.aui label .form-icon {
  display: inline-block;
  width: 16px;
}
#oauth-plugin form.aui label .form-icon span {
  display: none;
}
#oauth-plugin form.aui .field-value {
  margin-bottom: 6px;
}
#oauth-plugin div.content .content {
  margin: 0;
}
#embcwd.list-directories {
  padding: 0;
}
#embcwd.list-directories h3 {
  font-size: 16px;
  margin: 10px 0;
}
#embcwd.list-directories p.description {
  padding: 0;
  margin: 16px 0 0;
}
#embcwd.list-directories p.description:first-child {
  margin-top: 0;
}
#embcwd.list-directories #new-directory {
  margin: 16px 0;
}
.issuepicker {
  border-top: 1px solid var(--ds-border-focused, #2684ff);
}
.multi-picker-pop {
  border-top: 1px solid var(--ds-border, #c1c7d0);
  padding-top: 8px;
}
.overlabel {
  color: var(--ds-text-subtlest, #6b778c);
  display: none;
}
.overlabel-apply {
  color: var(--ds-text-subtlest, #6b778c);
  cursor: text;
  font-style: italic;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  padding: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
form.aui .field-group label.overlabel {
  left: 3px;
  top: 3px;
}
#add-project-fields .sample-project-container {
  max-width: 340px;
}
#add-project-fields input.text[name="key"] {
  width: 125px;
}
#add-project-fields .jira-inline-avatar-picker-trigger {
  cursor: pointer;
}
#edit-project-warning-message {
  margin: 0 0 10px;
}
#project-edit-key {
  width: 125px;
}
#edit-project-key-toggle {
  margin-left: 10px;
}
a.aui-iconised-link div.yad {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#manage-attachments .buttons-container.form-footer {
  border-top: 0;
}
#assign-to-me-trigger {
  display: inline-block;
  margin-left: 10px;
}
.full-width-field ~ #assign-to-me-trigger,
.jira-dialog #assign-to-me-trigger {
  display: table;
  margin-left: 0;
  margin-top: 5px;
}
#issue-filter .date-searcher,
.date-searcher {
  min-width: 370px;
}
#issue-filter .date-searcher .field-group,
.date-searcher .field-group {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ds-text-subtle, #6b778c);
  white-space: nowrap;
}
#issue-filter .date-searcher .field-group[data-date-type=nowOverdue],
.date-searcher .field-group[data-date-type=nowOverdue] {
  margin-bottom: 8px;
}
#issue-filter .date-searcher .field-group .error,
.date-searcher .field-group .error {
  margin-left: 25px;
}
#issue-filter .date-searcher .field-group .js-dp-type-toggle,
.date-searcher .field-group .js-dp-type-toggle {
  margin-left: 0;
  margin-right: 8px;
}
#issue-filter .date-searcher .field-group label,
.date-searcher .field-group label,
#issue-filter .date-searcher .field-group input,
.date-searcher .field-group input,
#issue-filter .date-searcher .field-group select,
.date-searcher .field-group select,
#issue-filter .date-searcher .field-group span.icon-date,
.date-searcher .field-group span.icon-date {
  float: none;
  display: inline-block;
}
#issue-filter .date-searcher .field-group input,
.date-searcher .field-group input,
#issue-filter .date-searcher .field-group select,
.date-searcher .field-group select,
#issue-filter .date-searcher .field-group span.icon-date,
.date-searcher .field-group span.icon-date,
#issue-filter .date-searcher .field-group .helpLink,
.date-searcher .field-group .helpLink {
  margin: 0 1px;
}
#issue-filter .date-searcher .field-group input[type='text'],
.date-searcher .field-group input[type='text'] {
  width: 90px;
}
#issue-filter .date-searcher .field-group label,
.date-searcher .field-group label {
  width: auto;
  margin: 0 3px 0 0;
}
#issue-filter .date-searcher .field-group:last-of-type,
.date-searcher .field-group:last-of-type {
  margin-bottom: 0;
}
#issue-filter .date-searcher ~ .description,
.date-searcher ~ .description {
  padding-top: 5px;
}
.m-datePicker-btn {
  color: inherit;
  background: none;
  cursor: pointer;
}
.selectorform {
  margin-bottom: 16px;
}
#issue-workflow-transition .cf-select,
#create-issue-dialog .cf-select,
#edit-issue-dialog .cf-select,
#issue-create .cf-select,
#issue-edit .cf-select {
  max-width: 100%;
  min-width: 0;
  width: auto;
}
#assign-issue .jira-attachment-field,
#log-work .jira-attachment-field,
#comment-add .jira-attachment-field,
#comment-edit .jira-attachment-field {
  display: none;
}
ul.optionslist {
  margin: 0;
  list-style-position: inside;
}
ul.optionslist > li {
  font-weight: bold;
}
ul.optionslist > li > ul {
  display: block;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.optionslist > li > ul > li {
  display: inline;
}
ul.optionslist > li > ul > li::before {
  content: ", ";
}
ul.optionslist > li > ul > li:first-child::before {
  content: none;
}
#inline-dialog-create_issue_popup .loading * {
  display: none;
}
#inline-dialog-create_issue_popup .loading {
  background: url("/s/9pfq6w/10030012/v2fkro/1.0/_/download/resources/jira.webresources:global-static/../../../images/gadgets/loading.gif") center no-repeat;
  height: 100%;
}
#inline-dialog-create_issue_popup .loading-small * {
  display: none;
}
#inline-dialog-create_issue_popup .loading-small {
  background: url("/s/9pfq6w/10030012/v2fkro/1.0/_/download/resources/jira.webresources:global-static/../../../images/gadgets/loading_100.gif") center no-repeat;
  height: 100%;
}
#inline-dialog-create_issue_popup .message {
  margin: 1em;
}
#inline-dialog-create_issue_popup {
  min-width: 20em;
  z-index: 2000;
}
#inline-dialog-create_issue_popup form.aui fieldset {
  padding: 10px;
}
#inline-dialog-create_issue_popup .button-panel {
  border-top: 1px solid var(--ds-border, #eeeeee);
  clear: both;
  padding: 10px;
  text-align: right;
}
#inline-dialog-create_issue_popup .buttons-container,
#inline-dialog-create_issue_popup form.aui .buttons-container {
  margin-bottom: 0;
  min-height: 0;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: right;
}
#inline-dialog-project-key-help-popup {
  z-index: 3500;
  /* Make sure the popup shows up in front of a dialog */
}
#inline-dialog-project-key-help-popup .project-key-help {
  padding: 10px;
}
#inline-dialog-project-key-help-popup .project-key-help ul {
  margin-top: 6px;
}
/* for share and watchers inline dialogs */
form.aui.recipients-form fieldset {
  padding: 20px 10px 10px;
  margin: 0 auto;
}
form.aui.recipients-form .cancel {
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 101;
}
.recipients .remove-recipient {
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  float: right;
  height: 24px;
  opacity: 0;
  width: 24px;
}
.recipients ol {
  clear: both;
  list-style-type: none;
  margin: 8px 0 0 0;
  overflow: hidden;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 5px;
}
.recipients li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 2px 0;
}
.recipients li::before,
.recipients li::after {
  content: " ";
  display: table;
}
.recipients li::after {
  clear: both;
}
.recipients li:hover {
  background-color: var(--ds-surface-hovered, #ebecf0);
}
.recipients li:hover .remove-recipient {
  opacity: 1;
}
.recipients li .remove-recipient:focus {
  opacity: 1;
}
.recipients .user-hover {
  float: left;
  max-width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recipients img {
  height: 22px;
  margin-right: 4px;
  vertical-align: bottom;
  width: 22px;
  border-radius: 50%;
}
#comment-add-dialog #comment,
#edit-comment #comment {
  max-width: none;
}
.jira-dialog-core #edit-comment .form-body,
.jira-dialog-core #comment-edit .form-body {
  height: 470px;
}
