.k-textbox > input,
.k-autocomplete .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input,
.k-dropdown-wrap .k-input,
.k-selectbox .k-input {
  border: 0 none;
  height: 19px;
  line-height: 19px;
  margin: 0;
  padding: 0;
  text-indent: 4px;
  font-size: smaller;
}
.k-grid th.k-header,
.k-grid-header {
  background: #c8c8c8;
}
.k-grid th.k-header,
.k-grid th.k-header .k-link {
  color: #333333;
  font-size: 12px;
  text-align: center;
}
.k-grid th.k-header:hover,
.k-grid th.k-header .k-link:hover {
  color: #111111;
}
.k-grid {
  border: none;
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
}
.k-grid table {
  background-color: white;
}
.k-grid table tr > td {
  text-align: center;
}
.k-grid > .k-toolbar {
  border: none;
  background: none;
}
.k-grid > .k-toolbar > .k-button {
  border-radius: 0px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #032960;
  border: none;
  background-image: none;
  color: #FFFFFF;
  -webkit-text-shadow: none;
  text-shadow: none;
  float: right;
  text-decoration: none;
}
.k-grid > .k-toolbar > .k-button:hover {
  background-color: #2daae2;
  color: #FFFFFF;
  text-decoration: none;
}
.k-grid > table {
  border: solid 1px #888888;
}
.k-grid input {
  height: auto !important;
}
.k-grid-content > table > tbody > tr {
  background: #f5f3f4;
}
.k-grid-content > table > tbody > .k-alt {
  background: #dedede;
}
/*selection*/
.k-grid table tr.k-state-selected {
  background: #333;
  color: #fff;
}
.controls .k-datepicker {
  display: block;
}
