
tr.row-highlight-for-editing {
    background: #fbc2c4 !important;
    color: black !important;
    font-weight: bold !important;
}

span.detail-alarm {
    color: #dd0000 !important;
}

.spinner {
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(255,255,255, 0.75);
    position: absolute;
    z-index: 999999;
    overflow: hidden;
}

.vcenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

div.productSearchContainer {
    position: relative;
    display: inline-block;

}

div.product-matches {
    position: relative;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
}

.product-matches a {
    padding: 7px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

a.product-items {
    display: block;
    color: black;
    font-weight: normal;
}
    a.product-items:hover {
        background: #79D2C0;
        font-weight: bold;
    }

    a.product-items div.brand-model {
        font-weight: bold;
    }

    a.product-items div.description {
        font-weight: normal;
        font-size: .8em;
    }

label.search-report {
    margin-top: 15px;
    margin-left: 15px;
}

* #matchList {
    max-height: 400px !important;
    height: 400px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9999 !important;
    border: 1px solid #ccc;
}

a.product-items *.zeroInventory {
    color: red !important;
}

table#sales-items thead th.padded {
    padding: 10px !important;
    text-align: center;
}
table#sales-items tbody td.padded {
    padding: 5px !important;
}

table#sales-items tbody td {
    background: white !important;
}

.maryed-bold-text {
    font-weight: bold !important;
}
