.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #90caf9;
}

.k-dropzone .k-upload-status,
.k-dropzone em,
.k-other-month,
.k-other-month .k-link,
.k-slider .k-draghandle,
.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-link,
.k-tile-empty strong {
  color: #ac0c1b;
}

.k-menu .k-item > .k-link {
  color: #004ba0;
}

.k-menu .k-state-hover .k-state-active {
  background-color: #64b5f6;
}

.k-state-selected {
  background-color: #64b5f6;
}

.k-menu .k-link.k-state-active {
  background-color: #d9d9d9;
  color: #fff;
}

.k-widget.k-tooltip-validation {
  border-color: #ef9a9a;
  background-color: #ef9a9a;
  color: #333333;
}
.k-state-disabled {
  cursor: default !important;
  pointer-events: none;
  outline: 0;
  color: #bbdefb;
}
