﻿/* Kendo UI Specific Styles */

.k-grid tr.archived-grid-row {
	border: 1px solid #ffccba !important;
	background-color: rgba(255,193,7,.25) !important;
	/*border-color:  !important;*/
}

.k-grid tr td {
	vertical-align: top;
}

	.k-grid tr td a {
		text-decoration: underline;
		color: #1c7394;
	}

		.k-grid tr td a:hover {
			text-decoration: underline;
			color: #2084a9;
		}

.k-grid tr.archived-grid-row {
	border: 1px solid #ffccba !important;
	background-color: rgba(255,193,7,.25) !important;
	/*border-color:  !important;*/
}

.k-grid tr.active-grid-row {
	border: 1px solid #009688 !important;
	background-color: rgba(0,150,136,.25) !important;
	/*border-color:  !important;*/
}

.k-grid-header .k-header {
	overflow: visible !important;
	white-space: normal !important;
	vertical-align: text-top !important;
}

.k-grid-toolbar > a.btn {
	color: #fff !important;
	text-decoration: none;
}

.k-grid a.btn {
	color: #fff !important;
	text-decoration: none;
}

	.k-grid a.btn:hover {
		text-decoration: none;
		/*color: #2084a9;*/
	}

div.k-grid-norecords {
	display: block;
}