.breadcrumb-bar {
    border-bottom: 1px solid #ccc;
}

table.sortable thead th {
    cursor: pointer;
    user-select: none;
}

table.sortable thead th::before {
    float: right;
    font-family: FontAwesome;
    content: "\f0dc";
}

table.sortable thead th[data-sort=desc]::before {
    content: "\f0d7";
}

table.sortable thead th[data-sort=asc]::before {
    content: "\f0d8";
}

.login-button {
    width: calc(100% * 1 / 3);
    padding: 10px;
}

.padding-left {
    padding-left: 15px;
}

.navigation-item {
    margin: -12px 25px -12px 0;
    padding: 18px;
    font-weight: 500;
}

.navigation-item.darken {
    background-color: lightgrey;
}