﻿.DataGrid {
	color: #000000;
	border: 1px solid #d0e1f1;
	/*background-color: #ffffff;*/
	font-family: "Inter", sans-serif;
	text-align: left;
	border-bottom-width: 0;
	border-right-width: 0;
}
	.DataGrid tr:first-child .Header {
		background: #cde5ff;
		color: #3c3c3c;
		font-weight: bold;
		font-family: "Inter", sans-serif;
		font-size: 13px !important;
		border-radius: 0px;
		padding: 8px;
	}

	.DataGrid .Footer {
		background: #cde5ff;
		color: #3c3c3c;
		font-weight: bold;
		font-family: "Inter", sans-serif;
	}
.DataGrid .Item
{
	color: #000000;
}
	.DataGrid td {
		border: 1px solid #d0e1f1;
		border-left-width: 0;
		border-top-width: 0;
		font-size: 13.5px;
		color: #000000;
		font-family: "Inter", sans-serif;
		padding: 7px;
	}

	.DataGrid tr:hover {
		background-color: #e2f3e0;
	}
	.DataGrid th {
		font-size: 11px;
		background-color: #FFBB84;
		color: Black;
		letter-spacing: 0.03em;
		border: 1px solid #F0F0F0;
		border-left-width: 0;
		font-family: "Inter", sans-serif;
		border-top-width: 0;
		text-align: center;
		font-weight: normal;
		font-weight: bold;
		padding: 5px;
	}
.DataGrid caption
{
	font-size: 11px;
	color:White;
	font-weight:bold;
	background:  #787878;
	text-align:left;
	padding:5px;
}


.GridViewScrollHeader TH, .GridViewScrollHeader TD {
	padding: 10px;
	font-weight: normal;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F4F4F4;
	color: #999999;
	text-align: left;
	vertical-align: bottom;
}

.GridViewScrollItem TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #FFFFFF;
	color: #444444;
}

.GridViewScrollItemFreeze TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #FAFAFA;
	color: #444444;
}

.GridViewScrollFooterFreeze TD {
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #F4F4F4;
	color: #444444;
}

