﻿.k-grid-content {
  height: auto !important;
  overflow-y: auto !important;
}
div.k-grid-footer, div.k-grid-header {
  padding-right: 0px !important;
}


/* loading kendo images local and LIS compliant */
  .k-slider-horizontal .k-tick {
    background-image: url('Metro/slider-h.gif') !important;
  }
.k-slider-vertical .k-tick {
  background-image: url('Metro/slider-v.gif') !important;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url('Metro/sprite.png') !important;
}
.k-progressbar-indeterminate {
  background: url('Metro/indeterminate.gif') !important;
}
/* endregion */


/* fix show sorting arrow (display icon in front of column caption) */
.k-grid-header .k-cell-inner .k-link:has(.k-sort-icon) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
/* endregion */

/* fix filter row padding */
.k-filtercell > span > .k-button {
  display: none !important;
}

.k-filtercell > span {
  padding-right: 2.5em;
}

.k-filtercell[data-field*=InfoSymbol] > span {
  padding-right: 0em;
}


.k-filter-row th {
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.k-filtercell .k-widget .k-input,
.k-filtercell .k-widget .k-input-inner {
  text-indent: 0.3em;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 0em;
}
/* endregion */


.filterHighlightClass {
  font-weight: bold;
  color: orange;
}

  .filterHighlightClass > div.k-icon.k-i-info {
    color: orange;
  }

  .filterHighlightClass > input.k-textbox {
    color: orange;
  }

.LocalityMap {
  height: 445px;
  width: 100%;
}

.LocalitySearchBox {
  position: absolute; 
  left:15px; 
  top:260px; 
  z-Index: 20000
}

.k-grid tbody .k-grid-delete {
  min-width: 0 !important;
}

  .k-grid tbody .k-grid-delete .k-icon {
    margin: 0 !important;
  }

.k-popup {
  width: auto !important;
}

.k-calendar td.k-focus .k-link, .k-calendar td.k-state-focused .k-link {
  color: #000;
}

.cacheTable td {
  border-bottom: 1px solid #eee;
  height: 28px;
  padding: 0 5px;
}

.k-grid-content-expander {
  position: static !important;
}