﻿.gridview-style {
    width: 100% !important;
    font: 12px / 16px "segoe ui", arial, sans-serif;
    color: black;
}

.gvHeader {
    background: #eee;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid black;
    height: 30px;
}

    .gvHeader th {
        text-align: center !important;
    }

.row {
    width: 100% !important;
    height: 30px;
}

.box {
    border: 1px solid black;
}

.scroll {
    max-height: 300px;
    overflow-y: auto;
}

.altRow {
    background: rgb(242, 242, 242);
    width: 100% !important;
    height: 30px;
}


.gridbox {
    overflow: auto !important;
    width: 100% !important;
    max-height: 300px !important;
    display: block !important;
}

.dataPagerGrid {
    height: 48px;
    background: #eee;
    color: #333;
    min-height: 16px;
    border-top: 1px solid;
    padding: 10px;
}
