﻿/* Grid overrides */

.k-grid {
	border-color: #fff !important;
	padding: 1.75rem 0 0 0;
	height: 75vh !important;
}

.k-detail-row .k-grid {
	height: auto !important;
}

.k-grid th {
	font-weight: bold !important;
}

.k-grid td {
	border-color: #fff !important;
}

.k-grid-header {
	border-color: #fff !important;
	background-color: #fff !important;
}


.k-grid-pager {
	background-color: #fff !important;
}

