/* Overrides for telerik components */

.k-grid-table > tbody > tr:nth-of-type(2n+1) th,
.k-grid-table > tbody > tr:nth-of-type(2n+1) td {
  background-color: #ddd !important;
}

.k-grid-table > tbody > tr:nth-of-type(2n) th,
.k-grid-table > tbody > tr:nth-of-type(2n) td {
  background-color: #f8f8f8 !important;
}

.k-column-title, .k-table-td {
  color: #000 !important;
}

.k-column-title {
  padding-right: 8px !important;
}

.k-table-td {
  vertical-align: top !important;
}

.k-datepicker > .k-input-button {
  display: none !important;
}

.k-grid .k-table-td {
   width: auto !important;
 }

.k-dropdown-chevron {
  float: right;
  padding-top: 10px !important;
}