﻿.grdLocalHeader {
    height: 30px;
}

table.dataTable thead th {
    text-align: center;
    white-space: nowrap;
}

th select {
    display: block;
}
tr{
    text-align:left;
}
/* Custom CSS to center the GridView and add space between header and table */
.center-gridview {
    margin: 0 auto;
    width: 50px; /* Set the desired width */
    margin-top: 50px; /* Adjust the value for space between header and table */
}
    /* Apply margin to GridView header cells to create space */
    .center-gridview th {
        padding-top: 30px; /* Adjust the top padding for space */
        padding-bottom: 10px; /* Adjust the bottom padding for space */
    }

.highlighted-row {
    background-color: purple; /* Dark silver color */
    color: orangered; /* White text color */
}

.minimized {
    display: none;
}

tr.group,
tr.group:hover {
    background-color: #C9C9D9 !important;
}

th select {
    font-size: x-small;
}

div.dt-container .dt-search {
    font-size: small;
}


div.dt-container div.dt-layout-cell.dt-start {
    font-size: small;
}

div.dt-container div.dt-layout-row {
    border: #abadb9 1px solid;
}

/*    .table-responsive {
        border: #abadb9 2px solid;
    }*/

.table-responsive thead {
    background-image: linear-gradient(0, #9C9AB7, #EEEDF3);
    /*        background-color: #C9C9D9;*/
    font-size: small;
}
