﻿body {
}

.GridHead {
    position: sticky;
    top: 0;
    background-color: #f2f2f2; /* Adjust the background color as needed */
    z-index: 1;
}

    /* Style other header cells if needed */
    .GridHead th {
        /* Add any additional styles for header cells */
    }

.custom-table {
    margin: 0;
    padding: 0;
    width: 60%;
    height: 95%;
    vertical-align: top;
}

.dotted-border {
    border-bottom-style: dotted;
    border-bottom-color: black;
    border-bottom-width: 1px;
}

.gridview-container_1 {
    width: 1200px;
    height: 400px;
    overflow: auto;
}

.top-aligned {
    vertical-align: top;
}

.tableZeroSpacing {
    border-collapse: collapse; /* Equivalent to cellspacing="0" */
    padding: 0; /* Equivalent to cellpadding="0" */
    border: 0; /* Equivalent to border="0" */
    width: 100%; /* Equivalent to width="100%" */
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
