.product.pic {
    width: 100px;
    height: 100px;
}

td.middle {
    display: table-cell;
    vertical-align: middle !important;
}

.order_overview {
    text-align: center;
}

.order_overview button {
    margin: 42px auto;
}

.status_order {
    padding-top: 10px;
}

.reasion {
    padding-bottom: 8px;
}

.preview_inventory_check_img {
    width: 50px;
    height: 50px;
}

.preview_product_name {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}

.line-height50 {
    line-height: 50px !important;
}

.display-table {
    display: table;
}

.hanover_option {
    width: 250px;
}

.middle {
    vertical-align: middle;
}

.activity_log_admin, .activity_log_client {
    height: 280px;
    overflow: auto;
    border-left: 1px solid #f0f0f0;
}

/* width */
.custom-bar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.custom-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-bar::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.custom-bar::-webkit-scrollbar-thumb:hover {
    background: #555;
}
