.file-status {
    text-align: center;
    border-radius: .25em;
    cursor: auto;
    color: #fff;
    padding: 3px 5px 3px 5px;
    margin: 1px;
}

.ready {
    background-color: #9ebd2a;
}

.downloaded {
    background-color: #999;
}

.create-error {
    background-color: #c54355;
}

.reserve-bukken {
    width: 20%;
    max-width: 25%;
}

.reserve-user {
    width: 20%;
    max-width: 25%;
}

.reserve-at {
    width: 10%;
    max-width: 10%;
}

.reserve-status {
    width: 12%;
    max-width: 12%;
}

.reserve-scheduled-delete-at {
    width: 14%;
    max-width: 14%;
}

.reserve-btn {
    width: 10%;
    max-width: 10%;
}

.reservation-list-overflow {
    max-width: 0px !important;
    text-align: left !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-file-download-reservation .modal-dialog {
    max-width: 80vw;
}

.close-reservation {
    margin: 20px 20px 0 0;
    font-size: 14px;
    float: right;
}

.page-link-last {
    padding-left: 6px!important;
    padding-right: 6px!important;
}

