.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;
}