.k-grid.fixedGridHeight {
  min-height: 500px;
}

.k-grid-content {
  height: 100%;
}

kendo-grid {
  border: 0px solid transparent !important;
}

kendo-grid .k-grid-content {
  border-left: 1px solid #ececec !important;
}

kendo-pager {
  border: 1px solid #E1E1E1 !important;
}

kendo-grid .k-grid-content table {
  margin-left: -1px;
  width: calc(100% + 1px);
}

kendo-grid .k-grid-header {
  background: #04529c !important;
  color: #FFF !important;
}

.k-button.k-primary, 
.k-switch-on .k-switch-handle,
.k-button.add {
  background-color: #0aa718 !important;
  border-color: #0aa718 !important;
  background-image: none !important;
  color: #fff !important;
}

.k-button.k-primary.btn-run {
  background-color: #04529c !important;
  border-color: #04529c !important;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-link:link {
  color: rgba(0,0,0,0.5);
}

.k-pager-numbers .k-link.k-state-selected,
.k-pager-numbers .k-link.k-state-selected:link {
  background: #04529c;
}

.k-button.k-primary:hover, 
.k-switch-on .k-switch-handle:hover,
.k-button.add:hover {
  background-color: #078612 !important;
  border-color: #078612 !important;
  background-image: none !important;
  color: #fff !important;
}

.k-button.k-primary.btn-run:hover {
  background-color: #044685 !important;
  border-color: #044685 !important;
}

.k-pager-numbers .k-link:hover,
.k-pager-numbers .k-link:hover {
  background-color: #043b71;
  color: #FFF;
}

.k-button.delete, 
.k-switch-on .k-switch-handle.delete {
  background: #ff6358 !important;
  border-color: #ff6358 !important;
  color: #FFF !important;
}

.k-button.delete:hover, 
.k-switch-on .k-switch-handle.delete:hover {
  background: #e25248 !important;
  border-color: #e25248 !important;
  color: #FFF !important;
}

.k-button.update, 
.k-switch-on .k-switch-handle.update {
  background: #3093ff !important;
  border-color: #3093ff !important;
  color: #FFF !important;
}

.k-button.update:hover, 
.k-switch-on .k-switch-handle.update:hover {
  background: #04529c !important;
  border-color: #2072e2 !important;
  color: #FFF !important;
}

.dialog-default .k-window>.k-header {
  background: #196bb9 !important;
  color: #FFF !important;    
}

.dialog-nopadding .k-window-content {
  padding: 0px;
}
.k-window {
  box-shadow: 0px 0px 10px #00000033;
}
.dialog-w100 .k-window {
  width: 100%;
}
.dialog-w90 .k-window {
  width: 90%;
}
.dialog-w80 .k-window {
  width: 80%;
}
.dialog-w70 .k-window {
  width: 70%;
}
.dialog-w60 .k-window {
  width: 60%;
}

.k-filtercell {
  width: 100%;
  padding-right: 0px;
}

.k-filtercell .k-filtercell-wrapper {
  padding-right: 0px;
}

.k-filtercell .k-dropdown-operator {
  display: none;
}

.k-filtercell .k-filtercell-wrapper>.k-textbox {
  width: 100%;
  text-align: left;
}

.mdl-textfield kendo-combobox {
  width: 100%;
}

kendo-combobox.k-combobox-clearable input.k-input {
  padding-right: 20px !important;
}

.k-grid.gridRowsSelectable .k-grid-content tr {
  cursor: pointer;
  cursor: hand;
}

.k-grid.gridRowsSelectable .k-grid-content tr:hover td {
  background: rgba(4, 82, 156, 0.10);
}

.k-grid.gridRowsSelectable .k-grid-content tr.k-state-selected td,
.k-grid.gridRowsSelectable .k-grid-content tr.k-state-selected:hover td {
  background: #ffc107 !important;
}

.k-grid-header .k-header .k-link:hover,
.k-grid-header .k-header .k-link:focus,
.k-grid-header .k-header .k-link:active {
  color: #ffc107 !important;
}

np-grid kendo-popup.k-animation-container-fixed {
  position: absolute;
  top: 20px !important;
  right: 20px;
  left: auto !important;
}

np-grid kendo-popup .npGridOptPopup {
  border: 1px solid #03427d;
  background: #04529c;
}

np-grid kendo-popup .npGridOptPopup button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  border-top: 0px;
  background: transparent;
  color: #FFF;
}

np-grid kendo-popup .npGridOptPopup button:hover,
np-grid kendo-popup .npGridOptPopup button:focus,
np-grid kendo-popup .npGridOptPopup button:active {
  background: rgba(0,0,0,0.2);
  color: #FFF;
}

.k-grid-footer {
  background: rgba(0,0,0,0.1);
}

.k-grid-footer td{
  border: 0px;
}

.k-state-selected {
  background: #ffc10757 !important;
}

kendo-dropdownlist[name="season"] > span {
  background: #FFF !important;
}

kendo-dropdownlist[name="season"] > span > span:last-child {
  background: #f6f6f6;
}

kendo-grid:not([ng-reflect-height=""]) .k-grid-aria-root {
  height: 100% !important;
}

kendo-grid:not([ng-reflect-height=""]):not(.gridFiltersRowIsVisible) kendo-grid-list {
  height: calc(100% - 36px) !important;
}

kendo-grid.gridFiltersRowIsVisible:not([ng-reflect-height=""]) kendo-grid-list {
  height: calc(100% - 64px) !important;
}

np-grid .striked td *:not(i) {
  text-decoration: line-through !important;
}

.k-grid td, .k-grid th {
  line-height: 13px;
  font-size: 12px;
}

.k-grid td .HideGridContent, .k-grid th .HideGridContent {
  display: none;
}

.k-grid td img, .k-grid th img {
  max-width: 100%;
}

.k-grid td p, .k-grid th p {
  margin: 0px;
}

.k-grid td img[src*="tyre-labelling"], .k-grid th img[src*="tyre-labelling"] {
  height: 24px;
}