﻿.k-grid tbody tr td {
  white-space: nowrap;
  padding: 0.2em 0.3em;
  line-height: 1.4em;
}
.k-grid tbody tr td.kgrid-wrap-cells {
  white-space: normal;
}
.k-grid .k-grid-header th.k-header {
  padding: 0.3em 0.4em 0.3em 0.4em;
}
.k-grid .k-filter-row th {
  padding: 0.2em 0.3em 0.2em 0.4em;
}
.k-grid .k-grouping-header,
.k-grid-toolbar {
  padding: 0.1em 0.1em 0.1em 0.3em;
}
.k-grid .k-grid-header,
.k-grid-footer {
  padding: 0 !important;
}
.k-grid .k-grid-content {
  overflow-y: visible;
}
.combobox-header-bottom {
  text-align: right;
  padding-right: 5px;
}
.k-header-column-menu {
  visibility: collapse;
  width: 0;
  height: 0;
}
.k-grid .k-button .k-icon {
  vertical-align: sub;
}
.k-grid tbody .k-button {
  min-width: 0;
}
tr.k-footer-template {
  text-align: right;
}
div.k-grid.hide-selection td.k-state-selected,
div.k-grid.hide-selection tr.k-state-selected {
  background: inherit;
  color: inherit;
}
.k-grid-command-offlimit {
  color: darkgrey;
}
span.k-select.k-i-loading {
  background-image: none !important;
}
span.k-select.k-i-loading span.k-icon {
  background-image: url(../Content/kendo/2017.3.1018/Silver/loading.gif);
}
.ktb-var-normal-text-color {
  color: green;
}
.k-button-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.k-button-primary:hover,
.k-button-primary:focus {
  background-color: #265a88;
  color: #fff;
}
.k-button-primary.k-state-disabled,
.k-button-primary.k-state-disabled:hover {
  background-color: #265a88;
  background-image: none;
  color: #fff;
}
.k-button-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.k-button-success:hover,
.k-button-success:focus {
  background-color: #419641;
  color: #fff;
}
.k-button-success.k-state-disabled,
.k-button-success.k-state-disabled:hover {
  background-color: #419641;
  background-image: none;
  color: #fff;
}
.k-button-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #e38d13;
}
.k-button-warning:hover,
.k-button-warning:focus {
  background-color: #eb9316;
  color: #fff;
}
.k-button-warning.k-state-disabled,
.k-button-warning.k-state-disabled:hover {
  background-color: #eb9316;
  background-image: none;
  color: #fff;
}
.k-button-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #c72332;
}
.k-button-danger:hover,
.k-button-danger:focus {
  background-color: #c72332;
  color: #fff;
}
.k-button-danger.k-state-disabled,
.k-button-danger.k-state-disabled:hover {
  background-color: #c72332;
  background-image: none;
  color: #fff;
}
div.k-upload .k-toolbar {
  padding: 0;
}
div.k-upload .k-toolbar .file-checkbox-all {
  vertical-align: text-top;
  margin-left: 1px;
}
div.k-dropzone {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.k-dropzone strong.k-upload-status {
  order: 1;
  display: block;
  position: static;
  font-size: 1.6em;
  transform: none;
  color: green;
}
div.k-dropzone strong.k-upload-status .k-icon {
  font-size: inherit;
  margin-top: -5px;
  color: green;
}
div.k-dropzone .k-button.k-upload-button {
  order: 2;
}
div.k-dropzone em {
  visibility: visible;
  order: 3;
  color: #515967;
  margin-top: 10px;
}
.k-dropzone-active.k-dropzone-hovered {
  background-color: #fafafa;
}
span.k-file-name {
  max-width: 30em;
}
li.k-file {
  /*& strong.k-upload-status {
        top: auto;
    }*/
  padding: 0.1em;
}
li.k-file .file-password {
  position: absolute;
  right: 60px;
}
li.k-file .file-message {
  position: absolute;
  right: 60px;
}
li.k-file .file-checkbox {
  vertical-align: text-bottom;
}
.k-pager-wrap .k-dropdown {
  width: 4.7em;
}
.toolbar .k-button {
  display: inline-block;
}
td .k-button {
  display: inline-block;
}
.k-grid .k-hierarchy-col {
  width: 35px;
  text-align: center;
}
.k-grid .k-hierarchy-cell {
  text-align: center;
}
.k-grid .k-hierarchy-cell .k-icon {
  font-size: 25px;
}
.k-notification-wrap > .k-i-info,
.k-notification-wrap > .k-i-error {
  vertical-align: text-bottom;
  margin-right: 4px;
}
.k-spreadsheet-sheets-bar-add.k-button.k-button-icon {
  visibility: collapse;
}
.k-link.k-spreadsheet-sheets-remove {
  visibility: collapse;
  width: 0px;
}
.k-widget.k-tooltip-validation {
  position: relative;
}