.table.table-list > thead + tbody {
    margin-top: -1px
}

@media (max-width:767px) {
    .table.table-list > thead {
        display: none
    }

        .table.table-list > tbody > tr > td,
        .table.table-list > tfoot > tr > td,
        .table.table-list > thead > tr > th {
            display: block;
            text-align: left;
            padding: 4px 8px
        }

    .table.table-list.table-bordered > tbody > tr > td {
        border-width: 0
    }

    .table.table-list.table-bordered > tbody > tr:not(:last-child) > td:last-child {
        border-bottom-width: 1px
    }
}

.check-list {
    list-style: none;
    padding-left: 0
}

    .check-list > li {
        display: block;
        padding: 20px 20px 20px 40px;
        position: relative;
        border: 1px solid #ddd
    }

        .check-list > li:nth-child(even) {
            background-color: #f9f9f9
        }

        .check-list > li + li {
            margin-top: -1px
        }

        .check-list > li.selected {
            outline: 1px solid #19B5FE;
            z-index: 100
        }

        .check-list > li input[type=checkbox] {
            margin-left: -25px;
            float: left
        }

        .check-list > li .thumbnail {
            width: 100px;
            float: left;
            padding: 0;
            border: none;
            border-radius: 0;
            margin: 5px 10px 10px 0
        }

        .check-list > li .callout {
            background: #faf8f0;
            border-left: 3px solid #faebcc;
            padding: 20px
        }


div.pagination > button.disabled, div.pagination-bookmarks > button.disabled {
    cursor: not-allowed;
    pointer-events: none;
}



.transaction-status {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf7f3;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    font-size: 100px !important;
}

.transaction-status-small {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf7f3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 100px !important;
}

/*blackbox*/
@font-face {
    font-family: AvenirHeavy;
    src: url("../font/Avenir-Heavy.ttf");

}

@font-face {

    font-family: AvenirRoman;
    src: url("../font/Avenir-Roman.ttf");

}

@font-face {
    font-family: MontserratRegular;
    src: url("../font/Montserrat-Regular.ttf");
}

.banner {
    background-color: #ecf7f9;
}

.loan {
    background-color: #f1ebe1;
}


.graph {
    background-color: #e9ebf0;
}

/* end of background */

img.Book-cover-Main {
    object-fit: contain;
    border-radius: 10% !important;
}

img.under {
    position: absolute;
    z-index: -1;
}

img.over {
    position: relative;
    z-index: 1;
}

span {
    display:block;
    font-family: AvenirHeavy;
    text-align:center;
    font-size: 1.15em;
    color: #313131;
}

.span-white {
    line-height: 1.2;
    display: block;
    color: #fff;
}

.span-black {
    color: #634e55;
}

.header {
    font-size: 1.25rem;
    color: #fff;
    text-align: left;
}

.header-blue {
    font-size: 1.25rem;
    color: #003ace;
    text-align: center;
}
.header-blue-left {
    font-size: 1.25rem;
    color: #003ace;
    text-align: left;
}

.regularFont {
    font-family: AvenirRoman;
    font-size:1rem;
    color: #fff;
}

.regularFont-blue {
    font-family: AvenirRoman;
    font-size: 1rem;
    color: #003ace;
}

.bookCover {
    width: 135px;
    height: 200px;
    border-radius: 10px;
}

.bookCoverList {
    transform: rotate(-25deg);
}

.bookCoverOverflow {
    overflow: hidden;
}

.over1 {
    position: relative;
    display: inline;
}

.imtip {
    position: absolute;
    bottom: 0;
    right: 0;
}



/*end of blackbox*/
