.bg-bt-gray {
    background: #f2f4f8;
    border-top: 1px solid #ddd;
}
.bg-bt-gray .container.ac-layout {
    max-width: 1000px;
    padding-bottom: 50px;
}
.bg-bt-gray .container.ac-layout .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .info-page .content {
    padding: 30px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .head {
    text-align: center;
    padding-bottom: 30px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .head h1 {
    margin: 0 0 5px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .head .status {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 2px;
    background: #27ae60;
    color: #fff;
    font-size: 12px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box {
    background: #f2f4f8;
    border-radius: 5px;
    padding: 20px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row .col-md-6 .p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row .col-md-6 .m-t-30 {
    margin-top: 30px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row table {
    width: 100%;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row table td {
    padding: 0 0 7px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row table .paid td.text-right {
    color: #27ae60;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row table .due td {
    border-top: 1px solid #ddd;
    padding-top: 7px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .g-box .row table .due td.text-right {
    color: red;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .m-t-30 {
    margin-top: 30px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .table-order-products {
    margin-bottom: 20px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .table-bordered {
    width: 100%;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .text-right {
    text-align: right;
    padding-right: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-8 .ws-box .text-right .st-outline {
    background: none;
    color: #3749bb;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .content {
    padding: 30px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .order-details-history {
    height: 100%;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .m-b-15 {
    margin-bottom: 15px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories {
    border-left: 2px solid #ddd;
    padding-left: 20px;
    margin-left: 4px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history {
    margin-bottom: 20px;
    position: relative;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #ef4a23;
    background: #fff;
    left: -26px;
    top: 6px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history h5 {
    margin-bottom: 4px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history p {
    margin-bottom: 0px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history span {
    display: inline-block;
    margin-top: 5px;
}
.bg-bt-gray .container.ac-layout .row .col-md-4 .ws-box .histories .history .fade {
    color: #666666;
    font-size: 13px;
}
.bg-bt-gray .st-outline {
    background: none;
    color: #3749bb;
}
.bg-bt-gray .p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.order-details .table-order-products thead td {
    border-bottom: 1px solid #eee;
    background: #fff;
}

.order-details .table-order-products td {
    padding-left: 0;
}

.table-bordered thead td {
    padding: 14px 10px;
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    background: #f5f7f9;
}

.order-details .table-order-products td {
    padding-left: 0;
}

.table-bordered tbody td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
}

.order-details .table-order-products img {
    height: 50px;
}

.info-page .content img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}