﻿.ABKendoGrid {
}

	/*.ABKendoGrid .k-header, .k-treemap-title, .ABKendoGrid .k-grid-header .k-header > .k-link
	{
		color: #f5fffa !important;
	}

	.ABKendoGrid .k-header, .ABKendoGrid .k-pager-wrap
	{
		background-color: #084E86 !important;
	}
	*/
	.ABKendoGrid .k-rtl .k-grid-header .k-header, .ABKendoGrid .k-grid-header .k-header {
		vertical-align: middle;
	}

		.ABKendoGrid .k-grid-header .k-header[aria-sort="descending"], .ABKendoGrid .k-grid-header .k-header[aria-sort="ascending"],
		.ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="descending"], .ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="ascending"],
		.ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="descending"] .k-grid-filter, .ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="ascending"] .k-grid-filter {
			background-color: black;
		}

	.ABKendoGrid .k-grid-header .k-state-active {
		background-color: #f5f5f5;
	}


	.ABKendoGrid .k-grid-header .k-grid-filter.k-state-active .k-icon {
		background-color: #F7931D;
	}

	.ABKendoGrid .k-grid-header .k-header[aria-sort="descending"] .k-filter, .ABKendoGrid .k-grid-header .k-header[aria-sort="ascending"] .k-filter,
	.ABKendoGrid .k-grid-header .k-header[aria-sort="descending"] .k-i-arrow-n, .ABKendoGrid .k-grid-header .k-header[aria-sort="ascending"] .k-i-arrow-n,
	.ABKendoGrid .k-grid-header .k-header[aria-sort="descending"] .k-i-arrow-s, .ABKendoGrid .k-grid-header .k-header[aria-sort="ascending"] .k-i-arrow-s,
	.ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="descending"] .k-filter, .ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="ascending"] .k-filter {
		background-image: url(whiteSprite.png);
	}

	.ABKendoGrid .k-grid-header .k-header[aria-sort="descending"] .k-link, .ABKendoGrid .k-grid-header .k-header[aria-sort="ascending"] .k-link,
	.ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="descending"] .k-link, .ABKendoGrid .k-grid-header .k-state-active.k-header[aria-sort="ascending"] .k-link {
		color: white;
	}

	.ABKendoGrid .k-pager-wrap ul.k-pager-numbers li a.k-link {
		color: #333;
	}

	.ABKendoGrid .k-pager-wrap ul.k-pager-numbers li span.k-state-selected {
		background-color: #F7931D;
		border-color: #F7931D;
		color: #ffffff;
	}

	.ABKendoGrid .Link , .ABKendoGrid .LinkToOpenItem {
		cursor: pointer !important;
		min-height:20px;
	}
	.ABKendoGrid .CellButton {
		padding: 1px;
	}

/*for the filter pop-up in boolean values*/
form.k-filter-menu div label input[type=radio] {
	margin: 4px;
}

form.k-filter-menu .k-multiselect-wrap {
	margin: 5px;
	width: 150px;
}

form.k-filter-menu .k-list-container .CloseBtn {
	cursor: pointer;
	width: 100%;
	height: 30px;
	margin: 0;
}

.ABKendoGrid .k-grid-header .k-filterable .k-link, .k-rtl .ABKendoGrid .k-grid-header .k-filterable .k-link {
	padding-left: 3px;
	padding-right: 3px;
	max-height: inherit;
}


.ABKendoGrid .k-icon.k-filter {
	/*background-color: #F0F8FF;*/
	border-radius: 30px;
}

.ABKendoGrid .form-control {
	padding: 0px;
}

.ABKendoGrid .k-grid tbody .k-button, .ABKendoGrid .k-ie8 .k-grid tbody button.k-button {
	min-width: 18px;
}

.ABKendoGrid .k-tooltip-validation {
	margin-top: 0 !important;
	display: block;
	position: static;
	padding: 0;
}

.k-rtl .ABKendoGrid .k-pager-info, .k-rtl .k-pager-wrap .k-pager-refresh, .ABKendoGrid .k-pager-info, .k-pager-wrap .k-pager-refresh {
	float: none;
}

.ABKendoGrid .DisplayWrapText {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-break: break-word;
}

.ABKendoGrid :not(.CellWrapTextValue) > .ActivitiesWrapper,
.ABKendoGrid :not(.CellWrapTextValue) > .DescriptionWrapper,
.ABKendoGrid :not(.CellWrapTextValue) > .SubjectWrapper,
.ABKendoGrid :not(.CellWrapTextValue) > .ABKendoGrid .RichTextWrapper 
{
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: inline-block;
}

.ABKendoGrid .ActivitiesWrapper b div {
	display: inline;
}

.ABKendoGrid .k-grid-header table[role="grid"] thead[role="rowgroup"] th[role="columnheader"] {
	text-align: center;
}

.ABKendoGrid .k-grid-header th.k-header > .k-link {
	max-height: inherit;
}
.ABKendoGrid td ol, .ABKendoGrid td ul
{
	list-style-position: inside;
}

.ABKendoGrid td ol
{
	list-style-type: decimal;
}

.ABKendoGrid td ul
{
	list-style-type: disc;
}
.ABKendoGrid .DescriptionWrapper img
{
	visibility: hidden;
	display: none;
}