/* Colors */
/* tv-header */
/* tv-footer */
.k-grid {
  border: none;
}
.k-grid .k-toolbar.k-grid-toolbar {
  border-bottom-width: 2px;
  border-color: #cccccc;
}
.k-grid th {
  padding: 11px 0 11px 12px;
  border: none;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}
.k-grid th div.th-rightmost {
  padding-right: 1em;
}
.k-grid td {
  border: none;
  border-bottom: 1px solid #cccccc;
}

.k-grid-header,
.k-grid-header .k-grid-header-sticky {
  background: #eeeeee;
  color: #666666;
  border: none;
  border-bottom: 2px solid #cccccc;
}
.k-grid-header .k-grid-header-wrap,
.k-grid-header .k-grid-header-sticky .k-grid-header-wrap {
  border: none;
}

.k-listview-scroll {
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  overflow: auto;
  margin-bottom: 10px;
  border: 1px solid #ccc !important;
  padding: 10px;
}

.k-listview-content {
  width: 240px;
  border-radius: 0.25rem;
}

.telerik-loader-parent {
  position: relative;
}

.k-pager .k-pager-sizes .k-dropdown-list,
.k-pager .k-pager-sizes .k-dropdown,
.k-pager .k-pager-sizes .k-dropdownlist,
.k-pager .k-pager-sizes > select {
  width: 6rem;
}

.k-radio:checked, .k-radio.k-checked {
  border-color: #008200;
  background-color: #008200;
}

.k-switch-on .k-switch-track {
  border-color: #008200;
  background-color: #008200;
}

.k-grid {
  border: none;
}
.k-grid th.k-table-th,
.k-grid th.k-table-th.k-grid-content-sticky {
  padding: 11px 0 11px 12px;
  border: none;
  font-weight: bold;
  font-size: 0.6em;
  text-transform: uppercase;
}
.k-grid td.k-table-td, .k-grid td.k-table-td.k-grid-content-sticky {
  border: none;
  border-bottom: 1px solid #cccccc;
}

.k-table-thead {
  background: #eeeeee;
  color: #666666;
  border: none;
  border-bottom: 2px solid #cccccc;
}
.k-table-thead .k-grid-header-wrap {
  border: none;
}

.tv-tg-model-background {
  background: #F3F6F9 !important;
}

.k-drawer-wrapper {
  transition-duration: 100ms !important;
  height: 100%;
}

/* TODO: Remove this when global CSS settings are done. */
.k-window .k-button-solid-primary {
  border-color: #006400;
  background-color: #006400;
}

.k-window .k-button-solid-primary:focus {
  border-color: #006400;
  box-shadow: 0 0 0 0.25rem rgba(0, 100, 0, 0.25);
}

.k-menu-popup {
  max-height: 300px;
}

/*# sourceMappingURL=telerikStyles.css.map */
