﻿.ph-alt-item > td {
    background-color: #fbfdfe
}

.ph-header-row {
    background-color: #ecf0f2
}

.ph-header-bold span {
    font-weight: 700;
}


.product-popup-datagrid-alt-item > td {
    background-color: #f2f5f2
}

.product-popup-datagrid-header-row {
    background-color: #e8ede8
}

.product-popup-datagrid-header-bold span {
    font-weight: bold;
}

.rep-balance-negative > td {
    color: red;
}

.rep-stkcard-in > td {
    background-color: #f4e7fb;
}

.trans-list-grid-row-cancel > td {
    color: red !important;
}

.trans-list-grid-row-approved > td {
    color: green !important;
}

.trans-list-grid-row-refed > td {
    color: #ab0af6 !important;
}

.trans-list-grid-row-ccrem > td {
    color: #c4b32d !important;
}

.gl-balance-header {
    font-weight: bold;
    font-size: medium;
}

.stk-grid {
    max-height: 200px;
}

.stk-grid-h100p {
    height: 100%;
    max-height: 100%;
}

.gridFindProductPane {
    height: calc(100vh - 250px);
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.gridReport {
    height: calc(100vh - 150px);
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.grid_billref {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    width: 100%;
}

.datagrid-comm-bttn {
    background-color: #706233 !important;
}
