/* --- Search Results --- */
table.search-results ul {
    list-style: none;
    padding-left: 0;
}
table.search-results li strong {
    background: #ebf2f9;
    color: #000;
    font-weight: bold;
}

.application-icon {
    vertical-align: text-bottom;
    margin-right: 3px;
    width: 16px;
    height: 16px;
}
h2 > .application-icon {
    padding-bottom: 3px;
}
.selected-groups {
    padding-top: 5px;
}
#applicationsTable td {
    vertical-align: middle;
}

pre.default-font {
    font-family: inherit;
}

/* Profile page */
.account-settings {
    max-width: 800px;
}

.avatar-panel {
    border-left: 1px solid #CCC;
    width: 148px;
}

#stacktrace {
    white-space:pre;
}

#test-connection-spinner,
#test-group-search-spinner,
#test-user-search-spinner {
    display: inline-block;
    padding-left: 15px;
    padding-bottom: 5px;
}

#cancel-edit-password {
    margin-left: 0px;
}

.aui-message .aui-message-wrapped-body {
    word-wrap: break-word;
}

table#directoriesTable td {
    vertical-align: middle;
}

/* Cluster info page */
table#cluster-information-table .actions {
    display: none;
}

/* AUI overrides */

.aui-page-panel .aui-page-panel-nav {
  background: white;
}

.aui-tabs.horizontal-tabs > .tabs-pane {
    padding-top: 20px;
}

form.aui .buttons-container {
    padding-top: 20px;
}

form.aui h3 {
    margin-bottom: 10px;
}

.aui-navgroup-vertical .aui-nav>li>a, .aui-nav-vertical>li>a {
    padding: 11px 10px;
}

.aui-progress-tracker-step > a,
.aui-progress-tracker-step > span {
    padding-top: 0;
    margin-top: 25px;
}

.aui-progress-tracker-step > a::before,
.aui-progress-tracker-step > span::before,
.aui-progress-tracker-step + .aui-progress-tracker-step > a::after,
.aui-progress-tracker-step + .aui-progress-tracker-step > span::after {
    top: -19px;
}

.aui-progress-tracker-step > a:focus {
    outline: 2px solid #0052cc;
    border-radius: 3px;
}

/* User profile menu in navbar */
ul.user-profile-nav {
    height: 40px;
}

ul.user-profile-nav li.user-dropdown, ul.user-profile-nav li.user-dropdown a.aui-dropdown2-trigger {
    height: 100%;
}

ul.user-profile-nav li.user-dropdown a.aui-dropdown2-trigger {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.banner {
    padding-bottom: 10px;
    padding-top: 10px;
}

.banner::after {
    top: 10px;
}

form.aui.multi-tab-form .buttons-container {
    padding-left: 155px;
}

.aui-icon-small.starttls-warning-icon {
    height: 23px;
    width: 23px;
    color: #FFC400;
}

.aui-icon-small.starttls-warning-icon::before {
    font-size: 23px;
}

.aui-message img.notification-icon {
    margin-right: -4px;
}

/* Hidden styles for the drag and drop trigger */

.versions-table__drag-trigger {
    position: absolute;
    inset: 0;
    width: 100%;
    left: 0;
    top: 0;
}

.m-sortable-table .aui-restfultable-order {
    position: relative;
}

.m-sortable-table .aui-restfultable-draghandle {
    position: relative;
    z-index: 2;
}

.aui-header .aui-header-logo-crowd .aui-header-logo-device {
    --atl-theme-header-logo-width: 88px;
    --atl-theme-header-logo-image: url('./images/logo/crowd.svg');
}

html[data-color-mode="light"][data-theme~="light:light"] .aui-header .aui-header-logo-crowd .aui-header-logo-device,
html[data-color-mode="dark"][data-theme~="dark:light"] .aui-header .aui-header-logo-crowd .aui-header-logo-device {
    --atl-theme-header-logo-image: url('./images/logo/crowd-light.svg');
}

html[data-color-mode="light"][data-theme~="light:dark"] .aui-header .aui-header-logo-crowd .aui-header-logo-device,
html[data-color-mode="dark"][data-theme~="dark:dark"] .aui-header .aui-header-logo-crowd .aui-header-logo-device {
    --atl-theme-header-logo-image: url('./images/logo/crowd-dark.svg');
}

#footer-logo > a {
    background-image: url("./images/logo/atlassian-logo-neutral.svg")
}

#footer-logo > a:hover {
    background-image: url("./images/logo/atlassian-logo.svg")
}

#footer-logo a {
    display:block;
    height:26px;
    margin:0 auto;
    text-align:left;
    text-indent:-9999em;
    width:127px;
    background-size: contain;
    background-repeat: no-repeat;
}

#footer-logo {
    position: relative;
    bottom: -21px;
}

#entity-details .search-result-name {
    vertical-align: middle;
}

form.aui:not(.aui-legacy-forms) .checkbox input.checkbox-overridden-globally:checked + .aui-form-glyph::before {
    background: var(--aui-form-glyph-disabled-fill-color);
    border-color: var(--aui-form-glyph-disabled-fill-color);
    color: var(--aui-form-glyph-disabled-icon-color);
}

form.aui:not(.aui-legacy-forms) .checkbox input.checkbox-overridden-globally:not(:checked) + .aui-form-glyph::before {
    background: var(--aui-form-glyph-disabled-fill-color);
    border-color: var(--aui-form-glyph-disabled-fill-color);
    color: var(--aui-form-glyph-disabled-icon-color);
}

form.aui:not(.aui-legacy-forms) .checkbox input.checkbox-overridden-globally ~ label {
    color: var(--aui-form-disabled-field-label-color);
}