.bordered-table {
    width:100vw;
}
.bordered-table, .bordered-table th, .bordered-table td {
    /*border: 1px solid black;*/
    border: 1px solid #a57f2a;
    border-collapse: collapse;
}
.bordered-table th, .bordered-table thead{
    border: 1px solid #a57f2a;
    background: #d9b866;
    /*font-weight: normal;*/
    color: #454545;
    text-align: center;
}
.bordered-table td {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    word-wrap: normal;
}
.bordered-table td:first-child{
    text-align:left;
}
.bordered-table td:not(:first-child){
    text-align:center;
}
.typeHighlight{
    border: 1px solid #a57f2a;
    background: #d9b866;
    /*font-weight: normal;*/
    color: #454545;
    text-align: left;
}
.rowHighlight{
    color: #000000;
    /*background: #FDFCDA url(overrideGridStyle.css);*/
    background: #FDFCDA;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
}

.sctProfilePlace{
    background: #dbdbdb;
}

.tableScrollBar {
    overflow-x: auto;
    /* overflow-y: auto; */
    display: block;
}
.percent-right{
    text-align:right;
}
.text-center{
    text-align:center;
}
.text-left {
    text-align:left!important;;
}
.tableRowDisplay{
    display:table-column;
}

/* .ui-jqgrid>.ui-jqgrid-view {
    font-size: 14px !important;
} */

@media (min-width: 1201px) {
    #cashPaid.tableScrollBar, #cashReceived.tableScrollBar {
        overflow-x: hidden;
        display:revert;
    }
    #cashPaid td, #cashReceived td, #sctHighCashReceivedTbl td, #sctHighCashPaidTbl td{
        /* white-space: nowrap; */
        word-break: break-all;
    }

    #sctHighCashReceivedTbl.tableScrollBar, #sctHighCashPaidTbl.tableScrollBar{
        overflow-x: hidden;
        display: inline-block;
        /* display:revert; */
    }
}

@media (max-width: 1200px) {
    #cashPaid.tableScrollBar, #cashReceived.tableScrollBar {
        overflow-x: auto;
        display: block;
        width: 100%;
    }

    #cashPaid td, #cashReceived td, #sctHighCashReceivedTbl td, #sctHighCashPaidTbl td {
        white-space: nowrap;
    }

    #sctHighCashReceivedTbl.tableScrollBar, #sctHighCashPaidTbl.tableScrollBar{
        overflow-x: auto;
        display: block;
        width: 100%;
    }
}