﻿

.uDataGrid {
    background-color: white;
    margin: 0px 10px 10px 0px;
    min-width: 500px;
    display: table;
    box-sizing: border-box;
    background-color: white;
    margin: 0px 10px 10px 0px;
    min-width: 500px;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 5px;
    margin: -5px; /*Offset border spacing*/
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(100% + 10px); /*Offset border spacing*/
    white-space:pre-wrap;
}

    .uDataGrid thead {
/*        display: table-row-group;*/

    }

    .uDataGrid th {
        border-style: solid;
        padding: 5px;
        border-width: 1px;
        border-style: solid;
        border-bottom-width: 3px;
        vertical-align: middle;
    }

    .uDataGrid tbody tr {
        page-break-inside: avoid;
    }



        .uDataGrid tbody tr:nth-child(even) {
            background: #dee3e8;
        }



    .uDataGrid td {
        padding: 5px;
        margin: 0px;
        border-color: #395b8857;
        border-style: solid;
    }

    .uDataGrid tfoot {
        display: table-row-group;
        /*display: table-row-group;*/
    }

        .uDataGrid tfoot td {
            font-weight: bold;
            border-style: solid;
            border-color: var(--ColorA);
            border-style: solid;
            border-top-width: 3px;
            vertical-align: middle;
        }



/*
.uDataGridCell {
    padding: 5px 10px 5px 3px;
    margin: 0px;
    border-width: 1px;
    border-color: lightslategray;
    border: none;
    border-radius: 3px;
    border-width: 1px;
}
*/

/*.uDataGridHeading 
{
    color: black;
}*/

/*.uDataGridHeading td
{
    border-bottom:solid;
    border-width:1px;
}*/

/*.uDataGridRowA {*/
    /*height: 35px;*/
    /*background-color: #dee3e8;
}

.uDataGridRowB {*/
    /*height: 35px;*/
/*}*/






/*.uDataGridPager
{
   
}

.uDataGridPager input
{
    box-shadow:none;
    margin:0px;
    float:right;
}
    .uDataGridPager span 
    {
        padding: 3px;
        float: right;
    }
*/

/*.uDataGridScrollButton {
    padding: 7px 10px 7px 3px;
    margin: 0px;
    font-weight: bold;
}
*/