/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.range-slider-value {
    float: left;
    BACKGROUND-COLOR: #fff;
    padding: 5px;
    margin-right: 10px;
    margin-top: -4px;
    border: 1px solid #E6E6E6;
}

.mailtlp_table_style.split{
    display:flex;
    justify-content:space-between;
}
.mailtlp_table_style.split span.order_time:before {
    content: 'Order Date:';
}
.mailtlp_table_style.normal table.order-info-split-table {
    display:flex;
}

.mailtlp_table_style.normal table.order-info-split-table span.order-date-label {
    display:none;
}
.mailtlp_table_style.normal h2.orderDetails {
    display:none;
}
div#body_content_inner .order_item.show_image .dummy-product-image{
    display: block;
}
img.dummy-product-image {
    display: none;
}
tr.order_item.show-image img.dummy-product-image {
    display:block;
}
.email-spacing-wrap.note-check-below {
    display: none;
}
.note_check tr.note-check {
    display:none;
}

.preview-order-div{
    display: flex;
    flex-direction: column;
}

.note_check .note-check-below{
    display: block;
    order: 2;
    margin-top: 30px;
    margin-bottom: 0px !important;
}

