
.floatThead-container thead {
    background: #fff;
}


.sale-invoice {
    background: none;
    border: none;
    color: #de4b39;
    font-weight: bold;
}

.sale-customer-name {
    background: none;
    border: none;
    color: #de4b39;
    font-weight: bold;
}

.sale-customer-lastname {
    background: none;
    border: none;
    color: #de4b39;
    font-weight: bold;
}
.sale-invoice:focus {
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
}