/* @2ADG */

/* Dropdown */
.aui-dropdown ol:first-child {
    border: 0;
    padding-top: 0;
}
.aui-dropdown ol {
    padding: 2px;
}

/* Toolbar */
.aui-toolbar {
    padding: 0;
    display: block;
}
.aui-toolbar .toolbar-group {
    margin: 0;
    margin-right: 10px;
    padding: 0;
}

/*
Issue: https://ecosystem.atlassian.net/browse/AUI-3613
Once the issue will be resolved you can remove this workaround.
How to reproduce: https://jira.atlassian.com/browse/FECRU-5805
*/
.aui-toolbar .icon-dropdown:after {
    content: "";
    position: relative;
    display: block;
    top: 1px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #707070;
}

/* Typography */
h4 {
    margin: 0;
}
h5 {
    text-transform: none;
}
h6 {
    font-size: 14px;
}
.toolbar form {
    font-size: 12px;
    line-height: 1;
}
.toolbar form select {
    font-size: inherit;
}
.toolbar .pagination {
    font-size: 12px;
}
/* Review */
.frx-context-info {
    font-size: 12px;
}

.frx-actions-primary div.path {
    padding: 10px;
    padding-bottom: 0;
    line-height: 1;
}
.frx-actions-primary div.path .stats {
    display: inline-block;
}

#snippet-header #reviewHead {
    padding: 5px;
}

#snippet-header #review-waypost {
    background-position: 0 -107px;
}

/* to fix the misalignment in quick search page */
#content-search #column-content,
#managefiles.details {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}

#managefiles.details {
    margin-top: 10px;
}

/* the table header in admin page should have a background color, till we refine the desgin */
#adminpage table.aui:not(.force-aui) > thead {
    background-color: #eee;
}

.aui-theadfixed th,
.aui:not(.force-aui) th {
    font-size: 13px;
    line-height: 1.42857;
}

.aui th input {
    margin-top: 0;
    margin-bottom: 0;
}

table.aui-theadfixed thead th {
    padding: 7px 1em;
}

table.aui-theadfixed thead th a {
    padding: 0;
}


.sidebar-stats table.spark,
.sidebar-stats .sidebar-list {
    font-size: 13px;
}

.group legend {
    white-space: normal;
}

form.aui h2.temp-adg-following-heading
{
    margin-top: 40px;
}


form.aui h3.temp-adg-following-heading {
    margin-top: 30px;
}

/* admin page middle buttons for setting admins */
#adminpage .centertop .middle-actions {
    vertical-align: middle;
}

#adminpage .user-selector-buttons {
    margin-top: 20px;
}

#adminpage form.aui .field-group .aui-lozenge {
    margin-top: 7px;
}

.linked-jira-content .aui-toolbar {
    display: inline-block;
}

.lingo .linked-jira-content ul li {
    line-height: 18px;
}

#comment-search-table {
    border-collapse: separate;
}

.field-buttons-bottom {
    padding-top: 5px;
}

.field-buttons-top {
    padding-bottom: 5px;
}

.dialog-page-body iframe {
    display: block;
}

#adminpage .field-group div > div:first-child + .error {
    clear: none;
}

.aui-badge-subtle.aui-badge {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    padding: 2px 4px 1px 4px;
}

/* to fix the spinner problem for AUI's search box from 5.5 */
.aui-quicksearch.loading:after {
    content: '';
}
