a.logo {
    color: #fff;
    margin: 0 10px 0 0;
}

    a.logo:hover {
        text-decoration: none;
    }

.TextArea {
    max-height: calc(100vh - 224px);
    display: flex;
    flex-direction: column;
}

    .TextArea textarea {
        display: block;
        max-width: 100%;
        max-height: 100%;
        flex: 1 1 100%;
    }

.table-wrap {
    overflow: auto;
}

.status-list .d-inline-block img {
    display: block;
}

.status-list .nav-link {
    padding: .3rem 0;
}

.books_list {
    margin-bottom: 2em;
}

.book_item {
    margin-bottom: 1em;
}

.book_item_link {
    display: block;
    text-decoration: none;
    text-align: center;
}

.book_item_image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: solid 1px #b2b2b2;
    display: block;
    padding-top: 140%;
    position: relative;
}

    .book_item_image img {
        position: absolute;
        clip: rect(0,0,0,0);
        opacity: 0;
    }

.book_item_title {
    box-sizing: content-box;
    display: block;
    font-size: 1em;
    line-height: 1.0em;
    margin: 10px 0;
    max-height: 4.1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search_form {
    margin-bottom: 2em;
}

    .search_form .form-group {
        position: relative;
    }

    .search_form .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 100%;
        background: none;
        display: flex;
        align-items: center;
    }

[dir="rtl"] .search_form .btn-search {
    right: auto;
    left: 0;
}

.search_form .btn-search.focus,
.search_form .btn-search:focus {
    outline: none;
    box-shadow: none;
}

.search_form .form-control {
    padding-right: 55px;
}

[dir="rtl"] .search_form .form-control {
    padding-right: .75rem;
    padding-left: 55px;
}

.load_more .btn {
    line-height: 2em;
}

    .load_more .btn .spinner-border {
        display: none;
    }

    .load_more .btn.is-active .spinner-border {
        display: inline-block;
        vertical-align: middle;
    }

.direct-link-header {
    margin: 10px 0;
    text-align: initial;
}

.navbar-brand {
    margin-right: 0;
    width: 100%;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
}

.brand-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    background-color: transparent;
}

    .brand-logo img {
        max-height: 50px;
        margin-left: 10px;
    }

    .brand-logo:hover {
        text-decoration: none;
        color: #ffffff;
    }

.brand-header {
    text-align: right;
    font-size: 28px;
    white-space: normal;
    overflow: hidden;
}

@media only screen and (max-width: 480px) {
    .brand-header {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .brand-header {
        font-size: 14px;
    }
}