/* Paginator */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.pagination li {
    margin: 0 0.5rem;
}
.disabled-li {
    cursor: not-allowed;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

.nav-link {
    color: #dedede;
}

.nav-link.active:not(:hover) {
    color: #0d91fd;
}

/* Extra small Bootstrap button */
.btn-group-xs > .btn,
.btn-xs {
    padding: 0.25rem 0.4rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

body {
    padding-top: 59px;
}

/* Search */

.results {
    position: absolute;
    width: 100%;
    max-height: 14em;
    overflow-y: auto;
}

/* Flash */

.message {
    padding: 10px 40px;
    margin: 5px 5px;
    border-radius: 5px;
    border: #000000 solid 2px;
    width: fit-content;
    position: fixed;
    bottom: 0;
    left: 0;
}
.success {
    border-color: #0f9530;
    background-color: #95cfa2;
}
.error {
    border-color: #af2121;
    background-color: #da6e6e;
}

a.navbar-brand {
    font-family: 'Raleway', sans-serif;
}

[v-cloak] {
    display: none;
}
