.ep-tickets-table{
    width: 100%;
}
table.ep-order-totals {

    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.ep-used-coupons {
    float: left;
    width: 50%;
    text-align: left;
}
ul.ep_coupon_list {
    margin: 0;
    overflow: hidden;
    zoom: 1;
    clear: both;
}
li.code {
    display: inline-block;
    position: relative;
    padding: 0 0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 #dfdfdf;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
}
.ep-notes-message {
    width: 100%;
}
ul#ep-notes-lists li {
    background: #e5dddd;
    border-radius: 5px;
    padding: 4px 6px;
}
body.wp-admin.post-type-em_booking #ep_booking_general .postbox-header,
body.wp-admin.post-type-em_booking #ep_booking_tickets .postbox-header,
body.wp-admin.post-type-em_booking #ep_tickets_attendies .postbox-header,
body.wp-admin.post-type-em_booking #ep_tickets_booking_fields .postbox-header,
body.wp-admin.post-type-em_booking #ep_transacton_log .postbox-header{
    display: none;
}
body.wp-admin.post-type-em_booking  div#post-body-content {
    display: none;
}

span.ep-booking-status {
    padding: 2px 7px;
    border-radius: 4px;
    background: #ececec;
    display: inline-flex;
    align-items: center;
}
span.ep-booking-status.ep-status-confirmed,
span.ep-booking-status.ep-status-complete,
span.ep-booking-status.ep-status-completed{
    color: #017d5c;
    background: #e5f5f0;
}
span.ep-booking-status.ep-status-pending {
    color: #7d6e01;
    background: #f5f2e5;
}
span.ep-booking-status.ep-status-failed {
    color: red;
    background: #f5f2e5;
}
.ep-status-cancelled {
    background: red;
    border-color: red;
}


/*--- New Ticket---*/

#ep_booking_tickets .inside,
#ep_tickets_attendies .inside,
#ep_tickets_booking_fields .inside {
    margin: 0px;
    padding: 0px;
}

#ep_booking_tickets table.ep-tickets-table{
    border: 0px;
    margin-bottom: 0px;
}

#ep_booking_tickets table.ep-tickets-table thead th:first-child,
#ep_booking_tickets table.ep-tickets-table tbody tr td:first-child{
    padding-left: 2em;
}

#ep_booking_tickets table.ep-tickets-table thead th{

}

.ep-order-totals-items {
    
    /*
    padding: 1.5em 2em;
    background: #f8f8f8;
    line-height: 2em;
    text-align: right;
    float: left;
    width: 100%;
    */
}


.ep-order-totals-items {
    border-bottom: 1px solid #dfdfdf;
    padding: 1.5em 2em;
    background: #f8f8f8;
    line-height: 2em;
    text-align: right;
}

.ep-order-totals-items table.ep-order-totals {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
}


.ep-order-totals-items .ep-order-totals {
    background-color: transparent;
    border: 0px;
}

.ep-order-totals-items .ep-order-totals .ep-ticket-total-amount {
    font-size: 1em!important;
    width: 10em;
    margin: 0 0 0 0.5em;
    box-sizing: border-box;
}

.ep-order-totals-items .ep-order-totals .ep-ticket-total-amount span{
    font-weight: 700;
}

.ep-order-totals-items .ep-order-totals td {
    border: 0px;
    padding: 4px 0px;
}

.ep-booking-transaction-log pre{
    white-space: pre;
    overflow-x: auto;
}