﻿.ms-bodyareacell {
    height: 800px !important;
}

th {
    width: 150px !important;
    height: 80px !important;
    background-color: #344453 !important;
    color: white;
}



table {
    background-color: white !important;
}

.gridViewHeader {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
    padding: 8px;
}

/* GridView row styles */
.gridViewRow {
    background-color: #fff;
    height: 50px !important;
    padding: 8px;
}

/* GridView alternating row styles */
.gridViewAlternatingRow {
    background-color: #f0f0f0;
    height: 50px !important;
    padding: 8px;
}

/* Pager link styles */
.custom-pager-link {
    padding: 5px;
    margin: 2px;
    text-decoration: none;
    border: 1px solid #ccc;
    color: #333;
    background-color: #eee;
}

/* Highlight the sorted column */
.asc:after {
    content: " ▲";
}

.desc:after {
    content: " ▼";
}

.gridHeader th {
    font-weight: bold; /* Make the header font bold */
    font-size: 10px; /* Set font size to 10px */
    color: white;
}

style attribute {
    color: black;
    border-collapse: collapse;
}


.grid tbody tr td {
    color: black;
    height: 50px;
}

.grid th, .grid td {
    border: none;
}

a, a:link, a:visited, .ms-WPBody a:visited, .ms-WPBody a:link {
    color: #1c97e8;
    text-decoration: none;
}


.grid {
    border-collapse: collapse;
    border: none;
    width: 1000px;
}

.grid tr {
    height: 20px !important;
}

.grid tr:first-child {
    background-color: white;
}

.grid tr:nth-child(odd) {
    background-color: lightgray;
}


/* Your existing styles */
.grid th {
    width: 150px !important;
    height: 40px !important;
    background-color: #344453 !important;
    color: white;
    text-align:center;
}

.grid td {
    height: 30px !important;
    text-align: center;
    border: unset;
}

.dropdowncss {
    width: 250px;
    height: 35px;
}

.emptyDataRow {
    background-color: #fff; /* Set your desired background color */
    text-align: center;
}

.empty-message {
    text-align: center;
    font-style: italic;
    color: gray;
}
