tr.HeaderRowStyle th {
	color: white;
	background-color: rgb(0, 150, 200);
}

.HeaderRowStyle {
	color: White;
	background-color: rgb(0,150, 200);
}

	.HeaderRowStyle a {
		color: white !important;
	}

.RowStyle {
	color: black;
	background-color: #f7f7f7;
}

.AlternatingRowStyle {
	color: black;
	background-color: #e4e4e4;
}

.SelectedRowStyle {
	background-color: darkgray;
	color: black;
}

.PagerStyle {
	background-color: #0596c6;
}

	/* page numbers */
	.PagerStyle a {
		color: white !important;
	}

	/* current page number */
	.PagerStyle span {
		color: white !important;
		text-decoration: underline;
		font-weight: bolder;
	}

table.InsSimpleGrid,
table.InsSimpleGrid tbody {
	border-radius: 4px;
	border-collapse: separate !important;
	border: solid 1px rgb(223,223,223);
	overflow: hidden;
}

table.InsSimpleGrid {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

	table.InsSimpleGrid tr {
		border-radius: 4px;
	}

tr.InsSimpleGridHeaderRow,
tr.InsSimpleGridHeaderRow th {
	background-color: var(--tertiary-color) !important;
	color: white;
	font: 500 1em 'Work Sans Semibold','Roboto Regular',Helvetica,'Droid Sans',Tahoma,Geneva,sans-serif;
}

tr.InsSimpleGridRow td,
tr.InsSimpleGridAlternatingRow td,
tr.InsSimpleGridSelectedRow td {
	padding: 10px 10px 9px 10px;
}

tr.InsSimpleGridSelectedRow {
	background-color: rgba(76, 158, 110, 0.3);
	color: black;
}

	tr.InsSimpleGridSelectedRow a {
		color: var(--primary-color-dark);
		font-family: var(--font-family-regular-text-bold);
	}

tr.InsSimpleGridHeaderRow th {
	padding: 5px 10px;
}

tr.InsSimpleGridHeaderRow a {
	color: white;
	text-decoration: underline;
}

tr.InsSimpleGridHeaderRow th,
tr.InsSimpleGridRow,
tr.InsSimpleGridRow td,
tr.InsSimpleGridAlternatingRow td {
	border-color: var(--border-color);
}

	tr.InsSimpleGridHeaderRow th a {
		color: white;
		font-family: var(--font-family-regular-text-bold);
	}

tr.InsSimpleGridRow {
	font-size: 14px;
}

.inssimplegridview-imagebutton, .hover-button {
	font-size: 14px;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	text-decoration: underline;
	font-family: var(--font-family-regular-text-bold);
	color: var(--primary-color); /* Change the color to your preference */
	background-image: none;
}
