.buyitlive-table {
    margin-bottom: 30px;
}
.buyitlive-table th[data-sortable="1"] {
  cursor: pointer;
}
.loading-table {
    display: none;
    clear: both;
    font-size: 22px;
    text-align: center;
    width: 300px;
    padding: 30px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 0 #ccc;
    margin: auto;
    margin-bottom: 30px;
}
.loading-table .dot {
    color: #333;
}
.loading-table .dot.active {
    color: red;
}
.text-center {
    text-align: center !important;
}
.buyitlive-table .multiselector-checkbox {
    cursor: pointer;
}
.buyitlive-table-options {
    width: 100%;
    padding: 15px 15px 5px 15px;
    background: #ccc;
    clear: both;
    float: left;
    margin-left: 0px;
}
.buyitlive-table-options .select-all {
    text-align: left;
    font-size: 14px;
    text-transform: none !important;
    line-height: 40px;
    height: 40px;
}
.buyitlive-table-options .select-action {
    margin-bottom: 10px;
}
.buyitlive-table-options .search-box {
    margin-bottom: 10px;
}
.check-section {
    display: none;
}
.check-section.active {
    display: block;
}
.check-section .modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.check-section .cannot-refund-message,
.check-section .cannot-fulfill-message {
    display: none;
}
.check-section .illegal-refund-message,
.check-section .illegal-fulfill-message,
.check-section .warning-message,
.check-section .cannot-refund-message,
.check-section .cannot-fulfill-message {
    margin: 30px 15px;
}
.check-section .warning-message {
    background: rgb(255, 107, 107);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}
.check-section .btn-modal {
    background: rgb(234, 44, 72);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
}
.check-section .btn-modal-link {
    background: none;
    color: rgb(34, 149, 183);
    font-size: 18px;
    padding: 10px 30px;
}
.check-section .btn-modal-link:hover {
    text-decoration: underline;
}
#legacy-order-table {
    padding-bottom: 20px;
}
#legacy-order-table, #new-order-table {
    float: left;
    font-size: 16px;
    color: #2194B6;
    cursor: pointer;
}
#legacy-order-table:hover, #new-order-table:hover {
    text-decoration: underline;
}
#new-order-table {
    padding-left: 15px;
}
.search-by {
    color: #2194B6;
}
.search-by:hover {
    color: #ea2d49;
    cursor: pointer;
    text-decoration: underline;
}