::-webkit-scrollbar {
    width: 10px;
}

#top-menu-hamburger .redmine-x-sprint:before {
    content: "\f70c";
}

#top-menu-hamburger .redmine-x-version:before {
    content: "\f02b";
}

#top-menu-hamburger .redmine-x-backlog:before {
    content: "\f0ae";
}

#actionbar .new-timelog {
    display: none;
}

#hide-sidebar {
    padding: 0;
    text-align: center;
    writing-mode: vertical-lr;
    font-size: 13px;
    text-transform: uppercase;
}

.list.projects .project .icon.icon-user {
    display: none;
}

#issue-action-dropdown-trigger {
    margin-right: .5rem;
    background-color: #1985FF !important;
    color: #FFF !important;
    font-family: 'Font Awesome 5 Pro';
}

.agile-board .issue-card div.quick-edit-card,
.controller-agile_versions .issue-card div.quick-edit-card {
    display: none;
}

.issue-card p.project {
    padding: 0;
    text-align: left;
    border: none;
    font-size: 12px;
}

.agile-board .issue-card .info,
.controller-agile_versions .issue-card .info {
    font-size: 12px;
}

.attributes + * + .description {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.issue-action-button {
    background-color: #18957D;
    color: #fff;
    border-color: transparent;
    padding: 0.375rem 1.5rem;
    border-radius: 4px;
}

.issue-action-button.gitlab {
    background-color: #DB3B21;
}

.issue-action-button + .issue-action-button {
    margin-left: 8px;
}

.wiki pre code {
    white-space: pre;
}

.wiki p:last-child {
    margin-bottom: 0;
}

#content .wiki ul > li > ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.cke_dialog_contents_body {
    padding: 10px !important;
}

.cke_dialog_contents_body table tbody td {
    padding: 0 !important;
}