.select_invoice_popup
{
}

.select_invoice_popup .wrapper
{
    height: 186px;
    overflow-x: hidden;
    overflow-y: auto;
}
.select_invoice_popup tr.selected
{
    background-color: #E2EDF4;
}

.select_invoice_popup tr.selected td
{
    border-top: 1px solid #32AFFC;
    border-bottom: 1px solid #32AFFC;
}

.select_invoice_popup tr.selected td:first-child
{
    border-left: 1px solid #32AFFC;
}

.select_invoice_popup tr.selected td:last-child
{
    border-right: 1px solid #32AFFC;
}

.select_invoice_popup td
{
    cursor: pointer;
}

.select_invoice_popup th:last-child,
.select_invoice_popup td:last-child
{
    text-align: right;
}
