/*livesales page Start*/
/*.livesales .grid-view {
    overflow-y: auto;
    max-height: 450px;
}*/

.livesales {
    width: 98vw;
    position: relative;
    margin-left: -49vw;
    left: 50%;
}

/*-------------------------------*/

/*livesales_products page Start*/
.livesales_products {
    width: 98vw;
    position: relative;
    margin-left: -49vw;
    left: 50%;
    font-size: 12px;
}

.weeklysales td, th {
        border: 1px solid #ddd;
        text-align: left;
        padding: 8px;
        width: 10%;
}

.weeklysales tr:nth-child(even) {
        background-color: #f9f9f9;
}

.weeklysales th {
        color: #337ab7;
}

.weeklysales .soa,.bal {
        font-weight: bold;
}

.weeklysales {
        max-width:100%; 
        overflow-y:auto;
}

/*------------------------------*/

/*Brandfloor page start*/


.brandfloor .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.brandfloor .modal-dialog {
    width: 1150px;
}


/*----------------------------*/

/*debit page start*/

.returns p, .debits p, .advertising p {
    color: #337ab7;
    font-weight: bold;
}


/*------------------------------*/

.supplier-header h4 {
    color: #337ab7;
    font-weight: bold;
}

