.lblAccounting {
    font-size: 16px;
    border: 0.7px solid gray;
    text-align: center;
    background-color: royalblue;
    color: white;
}
.txtReadOnlyAccounting {
    font-size: 16px;
    border: 0.7px solid gray;
    text-align: center;
    background-color: seagreen;
    color: black;
}
.txtAccounting {
    font-size: 16px;
    border: 0.7px solid gray;
    text-align: center;
    background-color: lavender;
    color: black;
}
.btnAccounting {
    background-color: lavender;
    margin-top: -9px;
    margin-right: -9px;
    font-size: 12px;
    font-style: italic;
    border: 1px dotted lightblue;
}
.tblTrBody1 {
    width: 100%;
    display: table;
    table-layout: fixed;
    font-size: 16px;
}

.tblTrBody2 {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-bottom: 1px solid gray;
    border: 1px solid gray;
    border-collapse: collapse;
    font-size: 16px;
}

.tblTrHeader {
    background-color: royalblue;
    position: sticky;
    top: 0;
    color: white;
    font-size: 14px;
    display: block;
    height: 27px;
    overflow-y: scroll;
    overflow: auto;
    display: table;
    table-layout: fixed;
    text-align: center;
}


/*=================  Tablet  ==================*/
@media (max-width: 991px) {
}

/*=================  PC  ==================*/

@media (min-width: 992px) {

    .MainGridAccounting {
        background-color: white;
        color: black;
        display: block;
        height: 200px;
        /*max-height: 30vw;*/
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 90vw;
        cursor: pointer;
        /*border-color:gray ;*/
    }

    .txtAccounting2 {
        font-size: 0.95vw;
        border: 0.7px solid gray;
        text-align: center;
        background-color: lavender;
        color: black;
        height:28px
    }

}

/*=================  Large PC  ==================*/

@media (min-width: 1400px) {



    .MainGridAccounting {
        background-color: white;
        color: black;
        display: block;
        height: 100%;
        /*max-height: 30vw;*/
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
        max-width: 100vw;
        cursor: pointer;
        /*border-color:gray ;*/
    }

    .txtAccounting2 {
        font-size: 0.8vw;
        border: 0.7px solid gray;
        text-align: center;
        background-color: lavender;
        color: black;
    }
}
