@charset "utf-8";
/* CSS Document */
tr.payment_orders_table_header {
    background: #39b8d3 none repeat scroll 0 0;
    color: #fff;
}
.payment_orders_table_header td {
    padding: 10px !important;
}
.deposit_orders_table td {
    border: 1px solid #ececec;
    padding: 6px;
}
.payment_orders_table_header th {
    padding: 10px !important;
	
}
.deposit_breakdown {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 12px;
}
tr.orderQuickViewTotalRemainingdepositpayment.remaining_amount {
    color: #fff;
}
td.orderQuickViewPriceColumn.remaining_value {
    background: #666 none repeat scroll 0 0;
    color: #ffc545;
}
td.installment_row {
    background: #888 none repeat scroll 0 0;
    color: #fff;
}
.remaining_value {
    background: #777 none repeat scroll 0 0;
    color: #fff;
}
.remaining {
    background: #ececec none repeat scroll 0 0;
    color: #111;
    font-weight: 300;
    padding: 8px !important;
}
.paid_installment_value {
    background: #444 none repeat scroll 0 0;
    color: #fff;
}
tr.orderQuickViewTotalRemainingdepositpayment {
    background: #39b8d3 none repeat scroll 0 0;
    color: #fff;
}
.items_main {
}
.deposit_edit_main {
    background: #d7dde5 none repeat scroll 0 0;
}
.btn_continue {
    background: #acc900 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    padding: 14px 30px;
    text-align: center;
}
.deposit_edit_main .datepicker {
    border: 1px solid #ccc;
    padding: 4px;
}
.deposit_orders_table{
}
