﻿
form {
    text-align: left;
}

.btnDelete {
    background-image: url(/static/icons/delete_20.png);
    width: 20px;
    height: 20px;
}

.invoiceForm {
    padding: 2rem 1rem;
    /* background-color: var(--background); */
    /* border: 0px solid var(--tspBlue1);*/
    border-width: 0px 2px;
}

    .invoiceForm hr {
        border-top: 1px solid var(--tspBlue1);
    }

th[data="itemDate"] {
    width: 135px;
}

th[data="itemUnitPrice"],
th[data="itemQty"],
th[data="itemVat"] {
  width: 130px;
}

th[data="itemDesc"] {
}


.invoiceTable {
  background-color: white;
  padding: 0 1rem 1rem;
}

    .invoiceTable th {
        padding: 16px 3px 12px 6px;
    }

    .invoiceTable tbody td:last-child {
        width: 35px;
        padding-left: 7px;
    }

.invoiceTable .anfoldDatePicker .datewrapper input {
    line-height: 26px;
}

.invoiceTable .anfoldDatePicker .datewrapper {
    background: none;
    height: 35px;
    border: 0px;
}

div.anfoldDatePicker {
    border: 1px solid #ced4da;
}