﻿body {
}

.underDiscountDisable
{
    cursor: default;
    pointer-events: none;
    background-image: none;    
    background-color: #f2f2f2;
    border-color: Gray;
}

.underDiscountPayment
{
    cursor: default;    
    background-image: none;
    background-color: red;
    border-color: red;
}

.receivePaymentDialog
{
    background:#E2F1FD;
}

.buttonCenter
{
    vertical-align:middle;
    margin-top:0px;
}

.invoiceDetailGridHeight {
    width:100%;
    height:291px;
    overflow:auto;
}