.k-grid {
  font-size: 11px;
  font-family: var(--font-regular);
}
.k-grid-content {
  min-height: 400px;
  overflow-y: hidden;
}
.k-grid-header {
  padding-right: 0px !important;
}
.k-grid-norecords-template {
  margin-left: -10em !important;
  margin-top: -2em !important;
  position: absolute !important;
}
.k-grid td {
  border-bottom: none !important;
  border-top: none !important;
}
.k-grid td:hover {
  text-overflow: unset;
  cursor: default;
}
.k-filter-row th,
.k-grid-header th.k-header,
.k-grid td {
  padding: 0.5em;
  text-align: center;
}
td.k-sorted {
  background-color: #6ac259;
  color: white;
  font-weight: bold;
  border-left: 1px solid #5da94f !important;
  border-right: 1px solid #5da94f !important;
}
.k-alt td.k-sorted {
  background-color: #68bd58;
}
.align-left {
  text-align: left !important;
  min-width: 100px;
}
.align-top {
  vertical-align: top !important;
}
.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm {
  display: none;
}
.k-grid tr.k-alt {
  background-color: #f8f9f9;
}
.k-grid tr:hover > td,
.k-grid tr.k-alt:hover > td {
  background-color: #eaeaea;
}
.k-grid tr:hover > td.k-sorted,
.k-grid tr.k-alt:hover > td.k-sorted {
  background-color: #5da94f;
}
.k-grid tr.k-state-hover {
  background-color: #ebebeb !important;
}
.k-grid .k-grid-header .k-header {
  background-color: #1493ff;
  color: white !important;
  text-transform: uppercase;
  font-family: var(--font-medium);
  font-weight: bold;
  border: 1px solid #3e9ff4;
}
.k-grid-header .k-header,
.k-grid-header .k-header .k-link,
.k-grid-header .k-link,
.k-grid-header .k-link:link {
  color: #555555;
}
.k-grid .k-cell-inner > .k-link {
  display: block !important;
}
.k-grid .k-grouping-header {
  color: #444444;
  background-color: white;
}
.k-grouping-header .k-group-indicator {
  background-color: #1493ff;
  border: 1px solid #3e9ff4;
  margin: 1px 5px 1px 0px;
}
.k-loading-color {
  background-color: rgba(235, 235, 235, 0.4);
}
.k-loading-image {
  background-image: url(/assets/images/spinner.gif);
  background-size: 250px;
}
.k-dropdown .k-state-default {
  border-color: #eceef0;
}
.k-dropdown-wrap,
.k-picker-wrap {
  border: 1px solid #eceef0;
}
.k-i-loading {
  background-image: url(/assets/images/spinner.gif);
  background-size: 50px;
}
.k-button-group {
  box-shadow: none;
  border: 1px solid #eceef0;
}
.k-button-group .k-button {
  text-transform: none;
  line-height: normal;
  border-left: 1px solid #eceef0;
}
.k-button-group .k-button:first-child {
  border-left: none;
}
.k-button-group .k-button.k-state-focused.k-state-active,
.k-button-group .k-button:focus.k-state-active,
.k-button-group .k-button.k-state-active {
  background-color: var(--theme-color) !important;
  color: white !important;
  border-color: var(--theme-color) !important;
}
.k-button-group:hover {
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -webkit-transition: "box-shadow .15s ease-out";
  transition: "box-shadow .15s ease-out";
}
.k-button-group .k-button.k-state-disabled,
.k-button-group .k-button[disabled],
.k-state-disabled .k-button-group .k-button {
  border-left: 1px solid #eceef0;
}
.kendo-fixed-header {
  top: 0;
  position: fixed;
  width: auto;
  z-index: 1;
}
.k-grid {
  border-color: transparent !important;
}
.k-grid td {
  border-color: transparent !important;
}
.k-grid .k-grid-content-locked {
  border-color: transparent !important;
  border-right: none !important;
}
.k-grid .k-grid-header {
  background: white !important;
  background-color: white !important;
  border-bottom: 1px solid #dddddd;
}
.k-grid .k-grid-header .k-grid-header-locked {
  border-color: transparent !important;
}
.k-grid .k-grid-header .k-grid-header-wrap {
  border-color: transparent !important;
}
.k-grid .k-grid-header tr,
.k-grid .k-grid-header th {
  background: white !important;
  background-color: white !important;
}
.k-grid .k-grid-header tr:hover,
.k-grid .k-grid-header th:hover {
  background: white !important;
  background-color: white !important;
}
.k-grid .k-grid-header .k-header {
  background-color: white !important;
  border-color: transparent !important;
  color: #555555 !important;
}
.k-grid .k-grid-header .k-header[data-colspan] {
  border-bottom: 1px solid rgba(221, 221, 221, 0.75) !important;
  border-left: 10px solid white;
  border-right: 10px solid white;
}
.k-grid .k-grid-header .k-header:hover {
  background: transparent !important;
  background-color: white !important;
}
.k-grid .k-grid-header .k-header a {
  color: #555555 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-red {
  color: #df515c !important;
}
.k-grid .k-grid-header .k-header.k-header-group-red a {
  color: #df515c !important;
}
.k-grid .k-grid-header .k-header.k-header-group-green {
  color: #179b72 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-green a {
  color: #179b72 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-blue {
  color: #1b7dd0 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-blue a {
  color: #1b7dd0 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-aqua {
  color: #159d99 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-aqua a {
  color: #159d99 !important;
}
.k-grid .k-grid-header .k-header.k-header-group-orange {
  color: orange !important;
}
.k-grid .k-grid-header .k-header.k-header-group-orange a {
  color: orange !important;
}
.k-header.k-grid-toolbar {
  background: white;
  padding: 0px;
  border-color: white;
  margin: -1px;
  padding-right: 2px;
}
.k-grid-header-wrap.k-auto-scrollable {
  overflow-x: auto;
}
.k-grid ::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  border-radius: 5px;
  cursor: pointer;
}
.k-grid ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  cursor: pointer;
}
.k-dialog {
  font-size: 13px;
}
.k-dialog .k-dialog-buttongroup .k-button {
  border: 1px solid #d0d0d0;
}
.k-dialog .k-dialog-buttongroup .k-button.k-primary:focus {
  background-color: #3f51b5;
  color: white;
}
.k-dialog .k-dialog-buttongroup .k-button:hover {
  border: 1px solid #888888;
}
input.k-textbox {
  line-height: 2.07142857em;
  text-indent: 0.8em;
  border-color: #f0f0f0;
  border-width: 1px;
  border-style: solid;
}
