﻿
.transbutton-container {
    text-align: center;
}

.transbutton {
    padding: 5px 15px;
    border: 1px solid #f09103;
    background-color: #f09103;
    color: white;
    border-radius: 10px;
    margin-top: 5px;
}

#invoiceContainer {
    background: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
}

#receiptContainer {
    background: #cccccc;
    padding: 10px;
    border-radius: 10px;
}
.total-display {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    display: inline;
    margin-right: 25px;
    margin-left: 20px;
    color: red;
}
.search-row th input::placeholder
{
   color:white;
}