/*
* Kendo UI v2014.3.1411 (http://www.telerik.com/kendo-ui)
* Copyright 2015 Telerik AD. All rights reserved.
*
* Kendo UI commercial licenses may be obtained at
* http://www.telerik.com/purchase/license-agreement/kendo-ui-complete
* If you do not own a commercial license, this file shall be governed by the trial license terms.
*/

.k-header {
  font-family: "Segoe UI Semibold", "Segoe UI", "Helvetica Neue", Garuda, Verdana, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: black;
}
.k-grid-header th.k-header,
.k-filter-row th {
  border-left: 0;
  border-right: 1px solid #cccccc;
  border-bottom: 3px solid #cccccc;
}
.k-grid {
  border: 0;
}
.k-grid-header th.k-header,
.k-filter-row th {
  padding-left: 10px;
  padding-right: 10px;
}
.k-grid td {
  line-height: 30px;
  border: 0;
  font-size: 11px;
  padding: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.k-grid table tbody:first-of-type tr:first-child td {
  border-top: 10px solid white;
}
.k-grid .k-grid table tbody:first-of-type tr:first-child td {
  border-top: none;
}
.k-grid table tr td,
.k-grid table tr td .k-grid table tr td {
  background: white;
}
.k-grid table tr:hover td,
.k-grid table tr td .k-grid table tr:hover td {
  background: #daf0fa;
}
.k-grid table tr.k-detail-row:hover td {
  background: white;
}
.k-grid table td.iconlink {
  padding-left: 0;
  padding-right: 0;
}
.k-grid table a.iconlink:hover:not(.disabled) {
  background-color: #c3e7f7;
}
/* subgrid container */

td.k-detail-cell {
  padding-left: 0;
  /* fix offset for subgrids*/
  border-bottom: none;
}
