@charset "UTF-8";
@font-face {
  font-family: "Rubik";
  src: url("/res/public/fonts/Rubik-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/res/public/fonts/Rubik-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("/res/public/fonts/Rubik-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Rubik";
  src: url("/res/public/fonts/Rubik-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
/*Kendo 20192619 */
.k-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.k-flex {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.k-flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-no-flex {
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
}

.k-no-flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-no-flex-grow {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.k-no-flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.k-align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.k-align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.k-align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.k-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.k-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.k-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.k-align-content-baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.k-align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.k-align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.k-justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.k-justify-content-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.fake {
  color: red;
}

.k-common-test-class {
  opacity: 0;
}

.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.k-no-click {
  pointer-events: none;
}

.k-floatwrap:after, .k-grid-toolbar:after, .k-slider-items:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.k-floatwrap, .k-grid-toolbar, .k-slider-items {
  display: inline-block;
}

.k-floatwrap, .k-grid-toolbar, .k-slider-items {
  display: block;
}

.k-autocomplete, .k-autocomplete.k-state-hover, .k-block, .k-draghandle, .k-dropdown-wrap, .k-dropdown-wrap.k-state-hover, .k-grid-header, .k-grouping-header, .k-header, .k-link.k-state-hover, .k-numeric-wrap, .k-numeric-wrap.k-state-hover, .k-pager-wrap, .k-picker-wrap, .k-picker-wrap.k-state-hover, .k-tabstrip-items .k-item, .k-textbox, .k-textbox:hover, .k-toolbar, .k-tooltip {
  background-repeat: repeat;
  background-position: 0 center;
}

.k-link:hover {
  text-decoration: none;
}

.k-state-highlight > .k-link {
  color: inherit;
}

.k-input[type=text], .k-input[type=number], .k-multiselect .k-input, .k-picker-wrap .k-input, .k-textbox, .k-textbox > input {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block, .k-draghandle, .k-inline-block, .k-widget {
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block, .k-widget {
  line-height: normal;
  outline: 0;
}

.k-list-filter ::-ms-clear, .k-widget .k-input::-ms-clear {
  width: 0;
  height: 0;
}

.k-block, .k-content, .k-grid, .k-header-column-menu, .k-panelbar, .k-slider, .k-splitter, .k-treeview, .k-widget {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.k-block, .k-calendar, .k-grid-header .k-i-link-horizontal, .k-header-column-menu, .k-pager-wrap, .k-slider, .k-splitbar, .k-treeview {
  -webkit-touch-callout: none;
}

.k-header-column-menu {
  color: inhert;
}

.k-block {
  padding: 2px;
}

.k-block > .k-header {
  margin: -2px 0 10px -2px;
  padding: 0.3em 2px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
  position: relative;
}

a.k-button-expand {
  display: block;
}

button.k-button-expand, input[type=submit].k-button-expand, input[type=button].k-button-expand, input[type=reset].k-button-expand {
  width: 100%;
}

.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}

.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

.k-grid-header span.k-link {
  cursor: default;
}

.k-state-disabled, .k-state-disabled .k-draghandle, .k-state-disabled .k-icon, .k-state-disabled .k-link, .k-state-disabled .k-upload-button input {
  cursor: default !important;
  pointer-events: none;
  outline: 0;
}

.k-state-disabled {
  opacity: 0.7;
}

.k-state-disabled > .k-button {
  opacity: 1;
}

@media print {
  .k-state-disabled, .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}
.k-state-error {
  border-style: ridge;
}

.k-state-empty {
  font-style: italic;
}

.k-icon.k-i-none {
  background-image: none !important;
}

.k-image {
  border: 0;
}

.k-widget .k-icon.k-i-collapse, .k-widget .k-icon.k-i-expand {
  cursor: pointer;
}

.k-badge {
  max-width: 100%;
  font-size: 0.7em;
  line-height: 2em;
  margin-left: 6px;
  padding: 0 6px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

html .k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

html .k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

html .k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-inline-block {
  padding: 0 2px;
}

.k-loading, .k-loading-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-icon.k-i-loading {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-icon.k-i-loading::before {
  content: "";
  display: none;
}

.k-loading-image, .k-loading-mask, .k-loading-text {
  position: absolute;
}

.k-loading-mask {
  z-index: 100;
}

.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}

.k-loading-mask .k-loading-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
}

.k-loading-color, .k-loading-image {
  width: 100%;
  height: 100%;
}

.k-loading-image {
  top: 0;
  left: 0;
  z-index: 2;
}

.k-loading-color {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-content-frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.k-pane > .k-splitter-overlay {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}

.k-drag-clue {
  position: absolute;
  z-index: 10003;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  cursor: default;
}

.k-item.k-drag-clue {
  font-size: inherit;
}

.k-drag-status {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}

.k-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}

.k-reorder-cue .k-icon {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 4px;
}

.k-reorder-cue .k-i-arrow-60-down {
  top: -4px;
}

.k-reorder-cue .k-i-arrow-60-up {
  bottom: -4px;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body .k-touch-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 7px;
  }
}
.k-virtual-scrollable-wrap {
  overflow-x: auto;
}

.k-current-time {
  background: red;
  position: absolute;
}

.k-current-time-arrow-down {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid red;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.k-current-time-arrow-left {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid red;
}

.k-current-time-arrow-right {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid red;
  border-right: 4px solid transparent;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  box-sizing: content-box;
}

.k-autocomplete, .k-block, .k-edit-cell .k-widget, .k-grid-edit-row .k-widget, .k-grid-edit-row .text-box, .k-tabstrip > .k-content > .km-scroll-container, .k-textbox, .km-actionsheet > li, .km-shim, div.k-window-content {
  box-sizing: border-box;
}

.input-group .form-control {
  box-sizing: border-box;
}

.form-control.k-widget {
  padding: 0;
}

.km-widget, .km-widget * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.k-radio, input.k-checkbox {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  overflow: hidden;
}

.k-ff .k-radio, .k-ff input.k-checkbox {
  position: absolute;
}

.k-checkbox-label, .k-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 25.2px;
  vertical-align: top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

.k-checkbox-label:before {
  font: 14px WebComponentsIcons, monospace;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  width: 8px;
  height: 8px;
  font-size: 14px;
  text-align: center;
  content: " ";
}

.k-checkbox:checked + .k-checkbox-label:before {
  content: "\e118";
}

.k-checkbox:disabled + .k-checkbox-label {
  cursor: auto;
}

.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-style: solid;
}

.k-radio:checked + .k-radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.k-radio:disabled + .k-radio-label {
  cursor: auto;
}

.k-rtl .k-checkbox-label, .k-rtl .k-radio-label {
  padding-left: 0;
  padding-right: 25.2px;
}

.k-rtl .k-checkbox-label:before, .k-rtl .k-radio-label:before {
  right: 0;
}

.k-rtl .k-radio:checked + .k-radio-label:after {
  right: 3px;
}

input.k-checkbox + label {
  -webkit-user-select: none;
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}

.k-hr {
  margin: 0.5em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  float: none;
  clear: both;
}

.k-icon, .k-tool-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}

.k-column-menu .k-sprite, .k-gantt-views > .k-current-view > .k-link:after, .k-grid-mobile .k-resize-handle-inner:after, .k-grid-mobile .k-resize-handle-inner:before, .k-i-drag-and-drop, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.k-icon:before {
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-button.k-button-icon .k-icon, .k-grid-filter .k-icon, .k-header .k-icon {
  text-indent: -99999px;
  overflow: hidden;
}

.k-button.k-button-icon .k-icon:before, .k-grid-filter .k-icon:before, .k-header .k-icon:before {
  text-indent: 0;
}

.k-sprite {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-list-container .k-footer:after, .k-list-container .k-footer:before {
  content: "";
  display: block;
  overflow: hidden;
}

.k-reorder-cue {
  position: absolute;
}

.k-reorder-cue::after, .k-reorder-cue::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-reorder-cue::before {
  border-bottom-width: 0;
  border-top-color: currentColor;
  top: -4px;
}

.k-reorder-cue::after {
  border-top-width: 0;
  border-bottom-color: currentColor;
  bottom: -4px;
}

.k-flip-h {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-flip-v {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.k-flip-h.k-flip-v {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.k-button {
  margin: 0;
  padding: 4px 8px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 center;
  font: inherit;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative;
}

.k-no-flexbox .k-button {
  display: inline-block;
}

.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

.k-button:focus, .k-button:hover {
  text-decoration: none;
  outline: 0;
}

.k-button .k-text {
  overflow: hidden;
}

.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
  color: inherit;
  -ms-flex-item-align: center;
  align-self: center;
  pointer-events: none;
}

.k-button-icontext {
  overflow: visible;
}

.k-button-icontext .k-icon, .k-button-icontext .k-image, .k-button-icontext .k-sprite {
  margin-right: 3px;
  margin-right: 0.1875em;
  margin-left: -2px;
  margin-left: -0.125em;
}

.k-button.k-state-disabled, .k-button[disabled], .k-state-disabled .k-button {
  cursor: default;
  outline: 0;
  box-shadow: none;
  opacity: 0.6;
}

.k-ie9 .k-button {
  display: inline-block;
}

a.k-button-expand {
  display: block;
}

button.k-button-expand, input[type=submit].k-button-expand, input[type=button].k-button-expand, input[type=reset].k-button-expand {
  width: 100%;
}

.k-button-icon {
  height: calc(1.4285714286em + 10px);
}

.k-split-button-arrow {
  display: inline-block;
}

.k-button-icon, .k-split-button-arrow {
  width: calc(1.4285714286em + 10px);
  padding: 4px 4px;
}

.k-overflow-group .k-button-icon {
  width: auto;
}

.k-button.k-bare, .k-button.k-flat {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}

.k-button.k-bare.k-state-active, .k-button.k-bare.k-state-hover, .k-button.k-bare:active, .k-button.k-bare:hover, .k-button.k-bare:hover.k-state-active, .k-button.k-bare:hover:active, .k-button.k-flat.k-state-active, .k-button.k-flat.k-state-hover, .k-button.k-flat:active, .k-button.k-flat:hover, .k-button.k-flat:hover.k-state-active, .k-button.k-flat:hover:active {
  color: inherit;
}

.k-button.k-bare::before, .k-button.k-flat::before {
  display: block;
}

.k-button.k-bare::after, .k-button.k-flat::after {
  display: block;
}

.k-button.k-bare.k-state-focused::after, .k-button.k-bare:focus::after, .k-button.k-flat.k-state-focused::after, .k-button.k-flat:focus::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: 0.12;
}

.k-button.k-bare.k-state-disabled, .k-button.k-bare[disabled], .k-button.k-flat.k-state-disabled, .k-button.k-flat[disabled], .k-state-disabled .k-button.k-bare, .k-state-disabled .k-button.k-flat {
  pointer-events: none;
}

.k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button.k-state-hover::before, .k-button:hover::before {
  opacity: 0.08;
}

.k-button.k-no-focus:not(.k-state-hover)::before, .k-button.k-no-focus:not(:hover)::before {
  opacity: 0;
}

.k-button.k-state-active::before, .k-button:active::before {
  opacity: 0.16;
}

.k-button.k-state-selected::before {
  opacity: 0.2;
}

.k-button::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-button-group .k-button {
  position: relative;
}

.k-button-group .k-button + .k-button {
  margin-left: -1px;
}

.k-button-group.k-button-group-stretched .k-button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-button-group .k-button.k-state-active, .k-button-group .k-button:active {
  z-index: 2;
}

.k-button-group .k-button.k-state-hover, .k-button-group .k-button:hover {
  z-index: 3;
}

.k-button-group .k-button.k-state-disabled, .k-button-group.k-state-disabled .k-button {
  z-index: auto;
}

.k-button-group .k-button.k-state-focused, .k-button-group .k-button:focus {
  z-index: 4;
}

.k-button-group label input[type=radio], .k-button-group label input[type=checkbox], .k-button-group > input[type=radio], .k-button-group > input[type=checkbox] {
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}

.k-overflow-container .k-overflow-tool-group {
  display: block;
}

.k-rtl .k-button-group .k-button {
  margin-left: 0;
}

.k-rtl .k-button-group .k-button + .k-button {
  margin-right: -1px;
}

.k-no-flexbox .k-button-group {
  display: inline-block;
}

.k-no-flexbox .k-button-group:after {
  content: "";
  display: block;
  clear: both;
}

.k-no-flexbox .k-button-group .k-button {
  display: inline-block;
  vertical-align: top;
}

.k-action-buttons {
  margin: 1em 0 0;
  padding: 6px 8px;
  text-align: right;
  position: relative;
  clear: both;
}

.k-action-buttons .k-button {
  min-width: 75px;
}

.k-action-buttons .k-button + .k-button {
  margin-left: 6px;
}

.k-action-buttons .k-button.k-left {
  float: left;
  margin: 0 0 0 1em;
}

.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  -ms-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-left, .k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

.k-rpanel-left.k-rpanel-expanded, .k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.k-rpanel-left + *, .k-rpanel-right + * {
  overflow: auto;
}

.k-ie9 .k-rpanel-left {
  left: -100%;
}

.k-ie9 .k-rpanel-left.k-rpanel-expanded {
  left: 0;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}

.k-rpanel-toggle {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.k-edit-form {
  margin: 0;
  padding: 0;
}

.k-window > div.k-popup-edit-form {
  padding: 1em 0;
}

.k-grid-edit-row .k-edit-form td {
  border-bottom-width: 0;
}

.k-edit-form-container {
  position: relative;
  width: 400px;
}

.k-edit-form-container .editor-label, .k-edit-label {
  float: left;
  clear: both;
  width: 30%;
  padding: 0.4em 0 1em;
  margin-left: 2%;
  text-align: right;
}

.k-edit-field, .k-edit-form-container .editor-field {
  float: right;
  clear: right;
  width: 60%;
  margin-right: 2%;
  padding: 0 0 0.6em;
}

.k-edit-field > input[type=radio], .k-edit-field > input[type=checkbox] {
  margin-top: 0.4em;
}

.k-edit-form-container .k-button {
  margin: 0 0.16em;
}

.k-edit-field > .k-button:first-child, .k-edit-field > input[type=radio]:first-child, .k-edit-field > input[type=checkbox]:first-child, .k-edit-field > label:first-child > input[type=checkbox] {
  margin-left: 0;
}

.k-edit-form-container .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}

.k-window {
  padding: 0;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: absolute;
  z-index: 10001;
}

.k-window .k-overlay {
  position: absolute;
  opacity: 0;
}

.k-window-sm {
  width: 300px;
}

.k-window-md {
  width: 800px;
}

.k-window-lg {
  width: 1200px;
}

.k-window-titlebar {
  padding: 8px 12px;
  border-width: 0 0 1px;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  min-height: 16px;
}

.k-window-title {
  font-size: 1.2em;
  line-height: 1.25;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
}

.k-window-title::before {
  content: "";
  display: inline-block;
}

.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 4px;
  right: 6px;
}

.k-window-titlebar .k-window-action {
  padding: 2px;
  width: 20px;
  height: 20px;
  border-width: 0;
  box-sizing: content-box;
  opacity: 0.7;
}

.k-window-titlebar .k-window-action:hover {
  opacity: 1;
}

.k-prompt-container, .k-window-content {
  padding: 12px 12px;
  height: 100%;
  overflow: auto;
  position: relative;
  outline: 0;
}

.k-window-content + .k-prompt-container {
  margin-top: -12px;
}

.k-prompt-container .k-textbox {
  width: 100%;
}

.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}

.k-window-content > .km-scroll-container {
  height: 100%;
}

.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  opacity: 0;
  zoom: 1;
}

.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}

.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}

.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}

.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}

.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: se-resize;
}

.k-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}

.k-resize-ne {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: ne-resize;
}

.k-resize-nw {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: nw-resize;
}

.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
}

.k-window-content > .k-action-buttons, .k-window > .k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
}

.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}

.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}

.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}

.k-tabstrip > .k-button.k-bare {
  position: absolute;
  top: 0.27em;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-tabstrip-bottom > .k-button.k-bare {
  top: auto;
  bottom: 0.15em;
}

.k-tabstrip-prev {
  left: 0.4em;
}

.k-tabstrip-next {
  right: 0.4em;
}

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 0;
  vertical-align: top;
}

.k-tabstrip-items > .k-item {
  overflow: hidden;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-top > .k-tabstrip-items .k-item {
  margin: 0 -1px 0 0;
}

.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active, .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}

.k-panelbar .k-tabstrip-items .k-link, .k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: 0.5em 0.92em;
}

.k-panelbar .k-tabstrip-items .k-icon, .k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}

.k-panelbar .k-tabstrip-items .k-item .k-image, .k-panelbar .k-tabstrip-items .k-item .k-sprite, .k-tabstrip-items .k-item .k-image, .k-tabstrip-items .k-item .k-sprite {
  margin: -3px 3px 0 -6px;
  vertical-align: middle;
}

.k-tabstrip-items .k-loading {
  top: 0;
  left: 0;
  height: 0;
  width: 20%;
  position: absolute;
  background: 0 0;
  border-top: 1px solid transparent;
  border-color: inherit;
  transition: width 0.2s linear;
  transition: "width 200ms linear";
  -webkit-animation: k-tab-loader 1s ease-in-out infinite;
  animation: k-tab-loader 1s ease-in-out infinite;
}

.k-tabstrip-items .k-progress {
  -webkit-animation: none;
  animation: none;
}

.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.286em 0.3em;
  padding: 0.92em;
  zoom: 1;
}

.k-tabstrip > .k-content {
  display: none;
  overflow: auto;
}

.k-tabstrip > .k-content.km-scroll-wrapper {
  padding: 0;
}

.k-tabstrip > .k-content > .km-scroll-container {
  padding: 0.3em 0.92em;
}

@-webkit-keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
@keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
.k-tabstrip-left > div.k-content, .k-tabstrip-right > div.k-content {
  margin: 0.286em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item, .k-tabstrip-right > .k-tabstrip-items .k-item {
  display: block;
  margin-bottom: -1px;
}

.k-tabstrip-left > .k-tabstrip-items .k-link, .k-tabstrip-right > .k-tabstrip-items .k-link {
  display: block;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-tab-on-top, .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: 0.25em 0 0.3em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}

.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  border-width: 1px 0 1px 1px;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-tab-on-top {
  margin-right: -1px;
  padding-right: 1px;
}

.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: 0.25em 0.3em 0.3em 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-state-active {
  border-width: 1px 1px 1px 0;
}

.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-left: -1px;
  padding-left: 1px;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 0.3em 0.3em;
}

.k-panelbar .k-tabstrip-bottom > .k-content, .k-tabstrip-bottom > .k-content {
  margin: 0.3em 0.286em 0;
  z-index: 1;
  position: relative;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

.k-tabstrip-bottom > .k-content {
  min-height: 100px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-loading {
  top: auto;
  bottom: 0;
}

.k-panelbar {
  zoom: 1;
}

.k-panel > .k-item, .k-panelbar > .k-item {
  list-style-type: none;
  display: block;
  border-width: 0;
  margin: 0;
  zoom: 1;
  border-radius: 0;
}

.k-panelbar .k-link > .k-image, .k-panelbar .k-link > .k-sprite {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
  color: inherit;
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}

.k-panelbar-collapse.k-icon, .k-panelbar-expand.k-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}

.k-panelbar .k-content, .k-panelbar .k-panel {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-panel > .k-item > .k-link {
  border-bottom: 0;
  font-size: 0.95em;
  line-height: 2.2;
}

.k-panel .k-panel > .k-item > .k-link {
  padding-left: 2em;
}

.k-panelbar .k-i-arrow-end-right .k-link {
  border-bottom: 0;
}

.k-panel .k-panel {
  border-bottom: 0;
}

.k-pager-wrap {
  padding: 0.333em 0.25em;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: default;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-state-selected {
  width: 2em;
  height: 2em;
  margin: 0.08333em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 1.0833em;
  z-index: 1;
}

.k-pager-wrap .k-link > .k-icon, .k-pager-wrap .k-state-selected > .k-icon {
  vertical-align: middle;
}

.k-pager-wrap .k-link:hover, .k-pager-wrap .k-state-selected {
  z-index: 2;
}

.k-pager-wrap .k-link:focus, .k-pager-wrap .k-state-selected {
  text-decoration: none;
  outline: 0;
}

.k-pager-wrap .k-link.k-state-disabled {
  color: inherit;
}

.k-pager-wrap > .k-link {
  border-style: solid;
  border-width: 1px;
}

.k-pager-wrap .k-pager-numbers-wrap {
  width: auto;
  height: auto;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pager-wrap .k-pager-numbers {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-pager-wrap .k-pager-numbers li {
  display: inline-block;
}

.k-pager-wrap .k-pager-numbers .k-current-page {
  display: none;
}

.k-pager-wrap .k-pager-numbers .k-current-page + li {
  margin-left: 0;
}

.k-pager-wrap .k-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1em;
}

.k-pager-wrap .k-pager-input .k-textbox {
  margin: 0 1ex;
  width: 3em;
}

.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
  margin: 0 0.4em 0 0;
  width: 5.2em;
}

.k-pager-wrap .k-pager-refresh {
  -ms-flex-order: 10;
  order: 10;
  border-width: 0;
}

.k-pager-wrap .k-pager-info {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  -ms-flex-order: 9;
  order: 9;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-pager-wrap .k-widget {
  font-size: inherit;
}

.k-pager-wrap[dir=rtl] .k-i-arrow-60-left, .k-pager-wrap[dir=rtl] .k-i-arrow-60-right, .k-pager-wrap[dir=rtl] .k-i-arrow-end-left, .k-pager-wrap[dir=rtl] .k-i-arrow-end-right, .k-rtl .k-pager-wrap .k-i-arrow-60-left, .k-rtl .k-pager-wrap .k-i-arrow-60-right, .k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-arrow-end-right, [dir=rtl] .k-pager-wrap .k-i-arrow-60-left, [dir=rtl] .k-pager-wrap .k-i-arrow-60-right, [dir=rtl] .k-pager-wrap .k-i-arrow-end-left, [dir=rtl] .k-pager-wrap .k-i-arrow-end-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pager-wrap[dir=rtl] .k-pager-sizes .k-dropdown, .k-pager-wrap[dir=rtl] .k-pager-sizes > select, .k-rtl .k-pager-wrap .k-pager-sizes .k-dropdown, .k-rtl .k-pager-wrap .k-pager-sizes > select, [dir=rtl] .k-pager-wrap .k-pager-sizes .k-dropdown, [dir=rtl] .k-pager-wrap .k-pager-sizes > select {
  margin-right: 0;
  margin-left: 2em;
}

.k-pager-wrap.k-pager-lg, .k-pager-wrap.k-pager-md, .k-pager-wrap.k-pager-sm {
  position: relative;
  overflow: visible;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers-wrap, .k-pager-wrap.k-pager-md .k-pager-numbers-wrap, .k-pager-wrap.k-pager-sm .k-pager-numbers-wrap {
  width: calc(4em + 2px);
  height: calc(2em + 2px);
  box-sizing: border-box;
  border-color: inherit;
  margin: 0 0.08333em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers, .k-pager-wrap.k-pager-md .k-pager-numbers, .k-pager-wrap.k-pager-sm .k-pager-numbers {
  position: absolute;
  overflow: hidden;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: auto;
  margin: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  z-index: 3;
  border-radius: 1.0833em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-md .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-sm .k-pager-numbers li:not(.k-current-page) {
  display: none;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-current-page {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link, .k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers .k-link, .k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
  margin: 0;
  border-width: 0;
  width: 4em;
  height: 2em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded {
  border-radius: 3px 3px 1.0833em 1.0833em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0 0 1.0833em 1.0833em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
  border-radius: 0 0 1.0833em 1.0833em;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: inherit;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-state-selected {
  border-radius: 3px;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0;
}

.k-pager-wrap.k-pager-lg[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-lg[dir=rtl] .k-pager-numbers + .k-pager-input, .k-pager-wrap.k-pager-md[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-md[dir=rtl] .k-pager-numbers + .k-pager-input, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input {
  margin-left: 0;
}

.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
  display: none;
}

.k-pager-wrap.k-pager-md .k-pager-refresh, .k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: auto;
}

.k-pager-wrap.k-pager-md[dir=rtl] .k-pager-refresh, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-refresh, .k-rtl .k-pager-wrap.k-pager-md .k-pager-refresh, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-refresh, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-refresh, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: 0;
  margin-right: auto;
}

.k-pager-wrap.k-pager-sm .k-pager-sizes {
  display: none;
}

.k-menu {
  cursor: default;
}

.k-menu .k-link {
  white-space: nowrap;
}

.k-menu .k-item > .k-link {
  color: inherit;
}

.k-menu, .k-menu .k-menu-group, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-menu:after {
  content: "";
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  clear: both;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-popups-wrapper .k-item {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-item div, .k-menu-scroll-wrapper .k-item div, .k-popups-wrapper .k-item div {
  -webkit-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}

.k-menu .k-item .k-item, .k-menu-scroll-wrapper .k-item .k-item, .k-menu-scroll-wrapper.vertical > .k-item, .k-popups-wrapper .k-item .k-item, .k-popups-wrapper.vertical > .k-item, ul.k-menu-vertical > .k-item {
  display: block;
  float: none;
  border-width: 0;
}

.k-menu .k-image, .k-menu .k-item > .k-link > .k-icon, .k-menu .k-sprite, .k-menu-scroll-wrapper .k-image, .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, .k-menu-scroll-wrapper .k-sprite, .k-popups-wrapper .k-image, .k-popups-wrapper .k-item > .k-link > .k-icon, .k-popups-wrapper .k-sprite {
  margin: -2px 4px 0 -4px;
  vertical-align: middle;
}

.k-menu .k-item > .k-link, .k-menu-scroll-wrapper .k-item > .k-link, .k-popups-wrapper .k-item > .k-link {
  display: block;
  padding: 0.5em 1.1em 0.4em;
  line-height: 1.34em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-menu-group, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-menu-group {
  display: none;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  white-space: nowrap;
}

.k-menu .k-menu-group > .k-item, .k-menu-scroll-wrapper .k-menu-group > .k-item, .k-popups-wrapper .k-menu-group > .k-item {
  display: block;
  border-width: 0;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal > .k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal > .k-item, .k-widget.k-menu-horizontal > .k-item {
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  zoom: 1;
  box-sizing: content-box;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link, .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-popups-wrapper.vertical > .k-item > .k-link {
  padding: 0.28em 1.8em 0.38em 0.9em;
}

.k-context-menu.k-menu-horizontal > .k-separator, .k-popups-wrapper.horizontal > .k-separator {
  display: none;
}

.k-context-menu.k-menu-horizontal > .k-item, .k-popups-wrapper.horizontal > .k-item {
  box-sizing: border-box;
}

.k-context-menu.k-menu-horizontal > .k-last, .k-popups-wrapper.horizontal > .k-last {
  border: 0;
}

.k-menu-horizontal > .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-menu-expand-arrow {
  margin: -2px 0 0;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-down, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-down, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-down {
  margin-right: -8px;
}

.k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right, .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0.2rem;
}

.k-menu .k-animation-container, .k-menu-scroll-wrapper .k-animation-container, .k-popups-wrapper .k-animation-container {
  border: 0;
}

.k-menu .k-animation-container, .k-menu .k-menu-group, .k-menu-scroll-wrapper .k-animation-container, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-animation-container, .k-popups-wrapper .k-menu-group {
  position: absolute;
  left: 0;
}

.k-menu .k-animation-container .k-animation-container, .k-menu .k-menu-group .k-menu-group, .k-menu-scroll-wrapper .k-animation-container .k-animation-container, .k-menu-scroll-wrapper .k-menu-group .k-menu-group, .k-menu-scroll-wrapper.vertical .k-animation-container, .k-menu-scroll-wrapper.vertical .k-menu-group, .k-menu-vertical .k-animation-container, .k-menu-vertical .k-menu-group, .k-popups-wrapper .k-animation-container .k-animation-container, .k-popups-wrapper .k-menu-group .k-menu-group, .k-popups-wrapper.vertical .k-animation-container, .k-popups-wrapper.vertical .k-menu-group {
  top: 0;
  left: 0;
}

.k-menu .k-animation-container .k-menu-group, .k-menu-scroll-wrapper .k-animation-container .k-menu-group, .k-popups-wrapper .k-animation-container .k-menu-group {
  top: auto;
  left: auto;
  margin-left: -1px;
}

.k-menu .k-animation-container, .k-menu-scroll-wrapper .k-animation-container, .k-popup .k-animation-container, .k-popups-wrapper .k-animation-container {
  margin-top: -1px;
  padding-left: 1px;
}

.k-ie .k-menu .k-animation-container, .k-ie .k-menu-scroll-wrapper .k-animation-container, .k-ie .k-popup .k-animation-container, .k-ie .k-popups-wrapper .k-animation-container {
  margin-top: -2px;
}

.k-popup .k-animation-container .k-popup {
  margin-left: -1px;
}

.k-menu-scroll-wrapper .k-separator, .k-popups-wrapper .k-separator, ul.k-menu .k-separator {
  padding: 0.25em 0;
  height: 100%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  border-width: 0 1px 0 0;
}

.k-menu .k-menu-group .k-separator, .k-menu-scroll-wrapper.vertical .k-menu-group .k-separator, .k-menu-scroll-wrapper.vertical .k-separator, .k-popups-wrapper.vertical .k-menu-group .k-separator, .k-popups-wrapper.vertical .k-separator, ul.k-menu-vertical .k-separator {
  padding: 0;
  height: 1px;
  width: 100%;
  border-width: 1px 0 0;
}

.k-menu-scroll-wrapper .k-widget.k-menu, .k-popups-wrapper .k-widget.k-menu {
  white-space: nowrap;
  overflow: hidden;
}

.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical, .k-popups-wrapper.vertical .k-menu.k-menu-vertical {
  height: 100%;
  box-sizing: border-box;
}

.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item, .k-popups-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item {
  display: inline-block;
  overflow: hidden;
  float: none;
}

.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical > .k-item, .k-popups-wrapper.vertical .k-menu.k-menu-vertical > .k-item {
  overflow: hidden;
}

.k-menu-scroll-wrapper, .k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.k-menu-scroll-wrapper.vertical, .k-popups-wrapper.vertical {
  height: 100%;
}

.k-menu-scroll-wrapper > .k-animation-container .k-item, .k-popups-wrapper > .k-animation-container .k-item {
  float: none;
}

.k-menu-scroll-wrapper .k-menu-scroll-button, .k-popups-wrapper .k-menu-scroll-button {
  border-radius: 0;
  position: absolute;
  display: none;
}

.k-menu-scroll-wrapper .k-scroll-up, .k-popups-wrapper .k-scroll-up {
  top: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-down, .k-popups-wrapper .k-scroll-down {
  bottom: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-down, .k-menu-scroll-wrapper .k-scroll-up, .k-popups-wrapper .k-scroll-down, .k-popups-wrapper .k-scroll-up {
  width: 100%;
  height: 16px;
  padding: 0 0.7em;
  line-height: 0.2em;
}

.k-menu-scroll-wrapper .k-scroll-left, .k-popups-wrapper .k-scroll-left {
  top: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-right, .k-popups-wrapper .k-scroll-right {
  top: 0;
  right: 0;
}

.k-menu-scroll-wrapper .k-scroll-left, .k-menu-scroll-wrapper .k-scroll-right, .k-popups-wrapper .k-scroll-left, .k-popups-wrapper .k-scroll-right {
  width: 16px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.k-menu-scroll-wrapper .k-scroll-left .k-icon, .k-menu-scroll-wrapper .k-scroll-right .k-icon, .k-popups-wrapper .k-scroll-left .k-icon, .k-popups-wrapper .k-scroll-right .k-icon {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  left: 0;
}

.k-rtl .k-menu .k-item, .k-rtl .k-widget.k-menu-horizontal > .k-item, [dir=rtl] .k-menu .k-item, [dir=rtl] .k-widget.k-menu-horizontal > .k-item {
  border-width: 0 0 0 1px;
}

.k-rtl .k-menu .k-image, .k-rtl .k-menu .k-item > .k-link > .k-icon, .k-rtl .k-menu .k-sprite, .k-rtl .k-menu-scroll-wrapper .k-image, .k-rtl .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, .k-rtl .k-menu-scroll-wrapper .k-sprite, .k-rtl .k-popups-wrapper .k-image, .k-rtl .k-popups-wrapper .k-item > .k-link > .k-icon, .k-rtl .k-popups-wrapper .k-sprite, [dir=rtl] .k-menu .k-image, [dir=rtl] .k-menu .k-item > .k-link > .k-icon, [dir=rtl] .k-menu .k-sprite, [dir=rtl] .k-menu-scroll-wrapper .k-image, [dir=rtl] .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, [dir=rtl] .k-menu-scroll-wrapper .k-sprite, [dir=rtl] .k-popups-wrapper .k-image, [dir=rtl] .k-popups-wrapper .k-item > .k-link > .k-icon, [dir=rtl] .k-popups-wrapper .k-sprite {
  margin-right: -4px;
  margin-left: 4px;
}

.k-rtl .k-menu .k-menu-group > .k-item, .k-rtl .k-menu-scroll-wrapper .k-menu-group > .k-item, .k-rtl .k-popups-wrapper .k-menu-group > .k-item, [dir=rtl] .k-menu .k-menu-group > .k-item, [dir=rtl] .k-menu-scroll-wrapper .k-menu-group > .k-item, [dir=rtl] .k-popups-wrapper .k-menu-group > .k-item {
  border: 0;
}

.k-rtl .k-context-menu.k-menu-vertical > .k-item > .k-link, .k-rtl .k-menu .k-menu-group .k-item > .k-link, .k-rtl .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-rtl .k-popups-wrapper.vertical > .k-item > .k-link, [dir=rtl] .k-context-menu.k-menu-vertical > .k-item > .k-link, [dir=rtl] .k-menu .k-menu-group .k-item > .k-link, [dir=rtl] .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, [dir=rtl] .k-popups-wrapper.vertical > .k-item > .k-link {
  padding: 0.28em 0.9em 0.38em 1.8em;
}

.k-context-menu {
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-grid, .k-listview {
  position: relative;
  zoom: 1;
}

.k-grid table {
  width: 100%;
  margin: 0;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: 0;
}

.k-header.k-drag-clue {
  padding: 0.5em 0.6em 0.4em 0.6em;
  line-height: 1.6;
  overflow: hidden;
}

.k-filter-row th, .k-grid-header th.k-header {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.5em 0.6em 0.4em 0.6em;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.k-grid-header th.k-header {
  vertical-align: bottom;
  cursor: default;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
  display: block;
  width: auto;
}

.k-filtercell > span {
  padding-right: 4.8em;
  position: relative;
  min-height: 2em;
  line-height: 2em;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 2.3em;
}

.k-filter-row .k-dropdown-operator, .k-filtercell > span > .k-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}

.k-filtercell > span > label {
  vertical-align: middle;
}

.k-filter-row label > input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.k-ff .k-grid .k-filter-row .k-i-filter-clear {
  top: 1px;
}

.k-ie10 .k-grid-header a:active {
  background-color: transparent;
}

.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.6em 0.4em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}

.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
}

.k-grid .k-state-hover {
  cursor: pointer;
}

.k-grid-column-resizing, .k-grid-column-resizing .k-button, .k-grid-column-resizing .k-grid-filter, .k-grid-column-resizing .k-grid-toolbar, .k-grid-column-resizing .k-link {
  cursor: col-resize;
}

.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.k-grid .k-grouping-row td, .k-grid .k-hierarchy-cell {
  overflow: visible;
}

.k-grid-edit-row td {
  text-overflow: clip;
}

.k-grid-edit-row .k-textbox, .k-grid-edit-row .text-box {
  margin-top: 0;
  margin-bottom: 0;
}

.k-grid-footer-wrap, .k-grid-header-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px 0 0;
  zoom: 1;
}

div.k-grid-footer, div.k-grid-header {
  padding-right: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  zoom: 1;
}

.k-grid-header-locked > table, .k-grid-header-wrap > table {
  margin-bottom: -1px;
}

.k-grid-content {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  min-height: 0;
}

.k-mobile .k-grid tbody {
  -webkit-backface-visibility: hidden;
}

.k-mobile .k-grid-backface tbody {
  -webkit-backface-visibility: visible;
}

.k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
}

.k-grid-norecords {
  width: 100%;
  height: 100%;
  text-align: center;
}

.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
  margin: 0 auto;
}

.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  top: 50%;
  left: 50%;
  margin-left: -10em;
  margin-top: -2em;
  position: absolute;
}

@media print {
  .k-grid {
    height: auto !important;
  }
  .k-grid-header {
    padding: 0 !important;
  }
  .k-grid-content, .k-grid-header-wrap {
    overflow: visible;
    height: auto !important;
  }
}
.k-grid .k-scrollbar {
  -ms-overflow-style: scrollbar;
}

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid-content table, .k-grid-content-locked > table, .k-grid-footer table, .k-grid-header table {
  table-layout: fixed;
}

.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content, .k-grid-content-locked, .k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.k-grid-content-locked + .k-grid-content, .k-grid-footer-locked + .k-grid-footer-wrap, .k-grid-header-locked + .k-grid-header-wrap {
  display: inline-block;
  vertical-align: top;
}

.k-grid-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
}

.k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
  border-left-width: 0;
}

.k-grid-header th.k-header.k-first {
  border-left-width: 1px;
}

.k-footer-template td {
  border-style: solid;
  border-width: 1px 0 0 1px;
}

.k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}

.k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}

.k-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}

.k-grid-footer td {
  border-top-width: 0;
}

.k-grid-footer > td {
  border-top-width: 1px;
}

.k-grid-pager {
  border-width: 1px 0 0;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
  float: right;
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.2em 0.4em;
  position: relative;
  z-index: 1;
  color: inherit;
}

.k-grid .k-animation-container {
  position: absolute;
}

.k-filter-menu {
  padding: 0.5em;
}

.k-list-filter {
  display: block;
}

form.k-filter-menu .k-textbox, form.k-filter-menu .k-widget {
  display: block;
}

form.k-filter-menu .k-textbox {
  width: 100%;
  margin-bottom: 3px;
}

.k-filter-help-text, .k-filter-menu .k-textbox, .k-filter-menu .k-widget {
  margin: 0.19em 0 0;
}

.k-filter-menu span.k-filter-and {
  width: 6em;
  margin: 0.5em 0 0.5em;
}

.k-filter-menu .k-action-buttons {
  margin: 0;
  padding: 0;
  text-align: initial;
}

.k-filter-menu .k-action-buttons .k-button {
  width: 48%;
  margin: 0.5em 4% 0 0;
  min-width: 0;
}

.k-filter-menu .k-action-buttons .k-button + .k-button {
  margin-right: 0;
}

.k-filter-menu .k-filter-selected-items {
  font-weight: 700;
  margin: 0.5em;
}

.k-multicheck-wrap {
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 300px;
}

.k-multicheck-wrap .k-item {
  line-height: 2.2em;
}

.k-grouping-row .k-icon {
  margin: -3px 4px 0 2px;
}

.k-grouping-row p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 0.6em;
}

.k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grouping-row .k-group-cell, .k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: none;
}

.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}

.k-grid .k-group-col, .k-grid .k-hierarchy-col {
  width: 27px;
}

.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.k-grouping-header {
  line-height: 2;
  position: relative;
  white-space: normal;
}

.k-grouping-dropclue {
  position: absolute;
  top: 3px;
  width: 6px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -165px -148px;
}

.k-grouping-dropclue:after, .k-grouping-dropclue:before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
}

.k-grouping-dropclue:before {
  top: 0;
  border-bottom: 0;
}

.k-grouping-dropclue:after {
  bottom: 0;
  border-top: 0;
}

.k-group-indicator {
  padding: 0.15em 0.15em 0.15em 0.4em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: top;
}

.k-grouping-header .k-group-indicator {
  margin: 0 3px;
}

.k-group-indicator .k-button.k-bare, .k-group-indicator .k-link {
  padding: 0;
  border-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-group-indicator .k-link .k-icon {
  margin-right: 4px;
}

.k-group-indicator .k-button.k-bare {
  margin-left: 8px;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0.5;
}

.k-group-indicator .k-button.k-bare::after, .k-group-indicator .k-button.k-bare::before {
  display: none;
}

.k-group-indicator .k-button.k-bare:hover {
  opacity: 1;
}

.k-no-flexbox .k-group-indicator {
  display: inline-block;
}

.k-no-flexbox .k-group-indicator .k-button, .k-no-flexbox .k-group-indicator .k-link {
  display: inline-block;
  vertical-align: middle;
}

.k-dirty-cell:before {
  content: " ";
  display: inline-block;
  width: 0;
  float: left;
}

.k-dirty-cell {
  position: relative;
}

.k-dirty-cell.k-edit-cell {
  position: static;
}

.k-dirty-cell .k-dirty {
  margin: 0;
  top: 0;
  left: 0;
}

.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: red transparent transparent red;
  margin: -0.45em 0 0 -0.6em;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}

.k-grid-toolbar, .k-grouping-header {
  margin: 0;
  padding: 0.22em 0.2em 0.28em;
  cursor: default;
}

.k-grid .k-edit-container {
  padding: 0;
}

.k-grid .field-validation-error {
  display: block;
}

.k-grid .input-validation-error {
  border-style: ridge;
  border-color: red;
  background-color: pink;
}

.k-grid-toolbar .k-button {
  vertical-align: middle;
}

.k-grid-actions {
  display: inline-block;
}

.k-grid .k-button {
  margin: 0.16em;
}

.k-grid tbody .k-button {
  min-width: 64px;
}

.k-grid tbody button.k-button {
  min-width: 78px;
}

html body .k-grid tbody .k-button-icon {
  width: auto;
  min-width: 0;
}

.k-detail-row {
  position: relative;
}

.k-grid .k-detail-cell {
  overflow: visible;
}

.k-grid .k-edit-cell {
  padding: 0 0.3em;
  white-space: nowrap;
}

.k-grid .k-edit-cell .k-tooltip {
  white-space: normal;
}

.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget, .k-grid-edit-row > td > .text-box {
  width: 100%;
}

html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
  width: auto;
  max-width: 300px;
}

.k-edit-cell input[type=checkbox] {
  margin-left: 0.6em;
}

.k-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaa;
}

.k-grid-header .k-resize-handle, .k-grid > .k-resize-handle {
  position: absolute;
  height: 25px;
  cursor: col-resize;
  z-index: 2;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color, .k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-ie9 .k-column-menu {
  width: 160px;
}

.k-column-menu {
  min-width: 160px;
}

.k-column-menu .k-sprite {
  margin-right: 10px;
}

.k-column-menu > .k-menu {
  border-width: 0;
}

.k-column-menu .k-calendar .k-link {
  white-space: normal;
}

.k-columns-item .k-group {
  max-height: 200px;
  overflow: auto;
}

.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}

.k-pdf-export-shadow .k-grid, .k-pdf-export-shadow .k-grid-content, .k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}

.k-pdf-export-shadow .k-grid-content-locked + .k-grid-content, .k-pdf-export-shadow .k-grid-footer-locked + .k-grid-footer-wrap, .k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap {
  width: auto !important;
}

.k-pdf-export-shadow .k-grid-header, .k-pdf-export-shadow .k-grid[data-role=grid] .k-grid-footer {
  padding: 0 !important;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.k-loading-pdf-mask .k-loading-color {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-pdf-export .k-loading-pdf-mask {
  display: none;
}

.k-pdf-export .k-grid-filter {
  text-decoration: none;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

.k-autofitting td, .k-autofitting th.k-header {
  white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
  display: none !important;
}

.k-grid input.k-checkbox + label.k-checkbox-label {
  cursor: default;
  outline: 0;
}

.k-grid .k-checkbox-label.k-no-text {
  padding: 0;
}

.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label, .k-grid .k-edit-cell input[type=checkbox] {
  margin-left: 0.3em;
}

.k-grid .k-grouping-row td {
  border-bottom-width: 0;
}

.k-grid .k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grid .k-grouping-row + tr td.k-group-cell {
  border-top-width: 0;
}

.k-grid .k-group-cell {
  border-bottom-width: 0;
  border-top-width: 0;
}

.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
  position: absolute;
  margin-left: 1px;
  margin-top: 0.8em;
  width: 14px;
  height: 14px;
  z-index: 1;
}

.k-window .k-popup-edit-form .k-edit-field input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}

.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.5em;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm {
  margin-left: 7px;
}

.k-grid-header .k-sort-order {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 1px;
  margin-left: -1px;
  vertical-align: text-top;
  font-size: 12px;
}

.k-grid-header .k-link .k-icon.k-i-sort-asc-sm, .k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
  margin-top: 1px;
  vertical-align: text-top;
}

.k-treelist .k-status {
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
}

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist.k-treelist-dragging, .k-treelist.k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-treelist .k-i-arrow-45-down-right, .k-treelist .k-i-arrow-60-right {
  cursor: pointer;
}

.k-treelist .k-i-arrow-45-down-right {
  margin-top: -0.5em;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 0.5em;
}

.k-gantt {
  white-space: nowrap;
  position: relative;
}

.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-gantt .k-gantt-layout th {
  vertical-align: bottom;
}

.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}

.k-gantt-timeline > .k-timeline, .k-gantt-treelist > .k-treelist {
  border-width: 0;
  height: 100%;
}

.k-gantt-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 2.4em;
  padding: 0.5em;
}

.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}

.k-gantt-actions, .k-gantt-toolbar > ul {
  float: left;
  margin-right: 0.6em;
}

.k-gantt-actions > .k-button {
  margin-right: 0.5em;
  vertical-align: top;
}

.k-gantt-toolbar > .k-gantt-views {
  float: right;
  margin-right: 0;
}

.k-gantt-toolbar > .k-gantt-views > li.k-current-view {
  display: none;
}

.k-gantt-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-gantt-toolbar > ul > li:first-child + li {
  border-left-width: 1px;
}

.k-gantt-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-gantt-toolbar li:first-child + li, .k-gantt-toolbar li:first-child + li > .k-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-gantt-toolbar li:last-child, .k-gantt-toolbar li:last-child > .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-gantt-toolbar li.k-button {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt-treelist .k-grid-header tr {
  height: 5em;
}

.k-gantt .k-treelist .k-grid-header {
  padding: 0 !important;
}

.k-gantt .k-treelist .k-grid-content {
  overflow-y: hidden;
  overflow-x: scroll;
}

.k-treelist-group > tr > span {
  font-weight: 700;
}

.k-treelist-group .k-widget {
  font-weight: 400;
}

.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}

.k-gantt-tasks {
  position: relative;
}

.k-gantt .k-grid-content tr, .k-gantt-rows tr, .k-gantt-tasks tr {
  height: 2.3em;
}

.k-gantt .k-gantt-tasks td:after {
  content: " ";
}

.k-gantt-timeline {
  background: 0 0;
}

.k-gantt-columns, .k-gantt-dependencies, .k-gantt-rows {
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-tables {
  position: relative;
}

.k-gantt .k-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt .k-gantt-timeline th {
  text-align: center;
}

.k-gantt .k-gantt-timeline tr:first-child th {
  border-bottom-width: 1px;
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-summary-complete:after, .k-task-summary-complete:before, .k-task-summary:after, .k-task-summary:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
}

.k-task-summary-complete:before, .k-task-summary:before {
  left: 0;
  border-left-color: inherit;
}

.k-task-summary-complete:after, .k-task-summary:after {
  right: 0;
  border-right-color: inherit;
}

.k-line-h, .k-line-v {
  position: absolute;
}

.k-line-h {
  height: 2px;
}

.k-line-v {
  width: 2px;
}

.k-arrow-e, .k-arrow-w {
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
}

.k-arrow-e {
  right: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.k-arrow-w {
  left: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-gantt .k-gantt-tasks .k-button-icon, .k-gantt .k-gantt-treelist .k-button {
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  margin-top: 4px;
}

.k-gantt .k-gantt-treelist .k-button {
  margin-top: -4px;
  margin-bottom: -2px;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  padding-left: 2px;
  padding-right: 2px;
}

.k-gantt .k-gantt-tasks .k-button .k-icon, .k-gantt .k-gantt-treelist .k-button .k-icon {
  vertical-align: text-top;
}

.k-rel .k-button-icon {
  position: absolute;
  left: 200px;
}

.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}

.k-task-wrap {
  position: absolute;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}

.k-line.k-state-selected, .k-task-wrap:hover {
  z-index: 3;
}

.k-milestone-wrap {
  margin: 0 -13px 0 -27px;
}

.k-task-content {
  position: relative;
  z-index: 2;
}

.k-task-complete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}

.k-task-dot {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
}

.k-task-dot.k-state-hover {
  background-color: transparent;
}

.k-task-single + .k-task-dot, .k-task-single + .k-task-dot + .k-task-dot {
  top: 0.2em;
}

.k-task-wrap-active .k-task-dot, .k-task-wrap:hover .k-task-dot {
  display: block;
}

.k-task-dot:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 16px;
}

.k-task-dot:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 4px;
}

.k-task-dot.k-state-hover:after, .k-task-dot:hover:after, .k-task-wrap-active .k-task-dot:after {
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-single {
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
  cursor: default;
  min-height: 1.3em;
  white-space: nowrap;
}

.k-task-template {
  padding: 0.2em 1.4em 0.2em 0.6em;
  line-height: normal;
}

.k-task-actions, .k-task-content > .k-link {
  position: absolute;
  top: 0;
  right: 4px;
  white-space: nowrap;
}

.k-task-actions {
  z-index: 1;
}

.k-task-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-task-actions:first-child {
  margin-top: 3px;
}

.k-task-actions:first-child > .k-link {
  display: inline-block;
}

.k-task-delete {
  display: none;
}

.k-task-wrap-active .k-task-delete, .k-task-wrap:hover .k-task-delete {
  display: inline-block;
}

.k-task-single .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  height: auto;
}

.k-task-single:hover .k-resize-handle, .k-task-wrap-active .k-resize-handle {
  visibility: visible;
}

.k-task-single .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-task-content > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-e:after, .k-task-content > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-task-content > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-task-draghandle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 18px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}

.k-task-wrap-active .k-task-draghandle, .k-task-wrap:hover .k-task-draghandle {
  display: block;
}

.k-dependency-hint {
  z-index: 4;
}

.k-gantt-rowheight .k-task-dot, .k-gantt-rowheight .k-task-milestone, .k-gantt-rowheight .k-task-single + .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot, .k-gantt-rowheight .k-task-summary {
  top: 50%;
}

.k-gantt-rowheight .k-task-milestone, .k-gantt-rowheight .k-task-summary {
  margin-top: -6px;
}

.k-gantt-rowheight .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  margin-top: -11px;
}

.k-gantt-rowheight .k-task-single {
  height: calc(100% - 2px);
}

.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}

.k-gantt-rowheight .k-task-content {
  height: 100%;
}

.k-gantt-rowheight .k-task-content > .k-resize-e:after, .k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}

.k-task-details {
  padding: 0.4em;
  text-align: left;
  white-space: nowrap;
}

.k-task-details > strong {
  font-size: 120%;
  display: block;
}

.k-task-pct {
  margin: 0.5em 0 0.1em;
  font-size: 170%;
}

.k-task-details > ul {
  line-height: 1.2;
}

.k-resources-wrap {
  position: absolute;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-resources-wrap .k-resource {
  margin: 0 5px;
}

.k-gantt-edit-form > .k-edit-form-container {
  width: 430px;
}

.k-gantt-edit-form > .k-resources-form-container {
  width: 506px;
}

.k-resources-form-container > .k-grid {
  margin: 0 0.9em;
}

.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox, .k-gantt-edit-form > .k-edit-form-container .k-textbox {
  width: 15em;
}

.k-gantt-edit-form .k-edit-buttons .k-gantt-delete {
  float: left;
}

.k-pdf-export-shadow .k-gantt {
  float: left;
}

.k-pdf-export-shadow .k-gantt, .k-pdf-export-shadow .k-gantt .k-grid-content, .k-pdf-export-shadow .k-gantt-timeline {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-treelist {
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}

.k-pdf-export-shadow .k-gantt .k-splitbar, .k-pdf-export-shadow .k-pdf-export {
  display: none;
}

button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-gantt-toolbar > ul.k-gantt-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views {
    right: auto;
    left: 6px;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li:not(.k-current-view) {
    display: none;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link:after {
    content: "\e006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li, .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }
  .k-gantt-create span + span, .k-gantt-pdf span + span {
    display: none;
  }
  .k-gantt-create .k-icon, .k-gantt-pdf .k-icon {
    margin: 0;
  }
  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }
  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }
  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }
  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}
.k-pivot {
  position: relative;
}

.k-pivot-toolbar {
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-pivot .k-pivot-toolbar {
  padding: 0.6em;
}

.k-pivot-toolbar .k-button {
  margin-right: 0.4em;
  line-height: 1.2em;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  padding: 0.3em 5em 0.3em 0.3em;
  cursor: move;
}

.k-field-actions {
  position: absolute;
  right: 2px;
  top: 3px;
  cursor: pointer;
}

.k-pivot .k-grid td {
  white-space: nowrap;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

.k-pivot-layout > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}

.k-pivot td {
  vertical-align: top;
}

.k-pivot-rowheaders > .k-grid, .k-pivot-table > .k-grid {
  border-width: 0;
}

.k-pivot-rowheaders > .k-grid td:first-child, .k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-header.k-alt, td.k-alt {
  font-weight: 700;
}

.k-header.k-alt {
  background-image: none;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-fieldselector .k-edit-buttons {
  bottom: auto;
}

.k-fieldselector .k-edit-label {
  width: 16%;
}

.k-fieldselector .k-edit-field {
  width: 77%;
}

.k-fieldselector .k-edit-field > .k-textbox, .k-fieldselector .k-edit-field > .k-widget {
  width: 99%;
}

.k-fieldselector .k-edit-buttons > input, .k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: 0.4em;
}

.k-fieldselector p {
  margin: 0 0 0.2em 0.5em;
  text-transform: uppercase;
}

.k-fieldselector p .k-icon {
  margin: 0 5px 0 0;
}

.k-fieldselector .k-columns {
  border-style: solid;
  border-width: 0;
}

.k-fieldselector .k-columns > div {
  overflow: auto;
  padding: 0.6em;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: left;
  width: 45%;
}

.k-fieldselector .k-columns > div:first-child {
  border-width: 0;
  margin-right: -1px;
}

.k-fieldselector .k-columns > div + div {
  float: right;
  border-width: 0;
}

.k-fieldselector div.k-treeview {
  border-width: 0;
  margin-right: -1px;
  padding-left: 4px;
  overflow: visible;
}

.k-fieldselector .k-list-container {
  margin-left: 0.5em;
  margin-bottom: 1em;
  padding: 0.2em 0 0;
  border-style: solid;
  border-width: 1px;
}

.k-fieldselector .k-list {
  padding-bottom: 2em;
}

.k-fieldselector .k-list li.k-item {
  padding: 0.3em 3.3em 0.3em 0.3em;
  margin: 0 0.2em 0.2em;
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  min-height: 1em;
}

.k-i-kpi-trend-decrease, .k-i-kpi-trend-equal, .k-i-kpi-trend-increase {
  color: #858585;
}

.k-i-kpi-status-hold {
  color: #f9ce1d;
}

.k-i-kpi-status-deny {
  color: #f44336;
}

.k-i-kpi-status-open {
  color: #4caf50;
}

.k-pdf-export-shadow .k-pivot .k-grid-content {
  overflow: visible !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content, .k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid {
  height: 100% !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-header {
  padding-right: 0 !important;
}

.k-pdf-export-shadow .k-pivot {
  width: auto !important;
  height: auto !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content > table, .k-pdf-export-shadow .k-pivot .k-grid-header-wrap > table {
  width: 100% !important;
  height: auto !important;
}

.k-pivot .k-field-actions .k-icon {
  pointer-events: all;
}

div.k-treeview {
  border-width: 0;
  background: 0 0;
  overflow: auto;
  white-space: nowrap;
}

.k-treeview .k-item {
  display: block;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 16px;
}

.k-treeview .k-content, .k-treeview .k-item > .k-group, .k-treeview > .k-group {
  margin: 0;
  padding: 0;
  background: 0 0;
  list-style-type: none;
  position: relative;
}

.k-treeview .k-checkbox, .k-treeview .k-icon, .k-treeview .k-image, .k-treeview .k-in, .k-treeview .k-sprite {
  display: inline-block;
  vertical-align: top;
}

.k-checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.k-treeview .k-checkbox {
  margin-top: 0.2em;
}

.k-treeview .k-checkbox-label {
  padding-left: calc(14px + 0.7ex);
}

.k-treeview .k-icon, .k-treeview .k-in {
  vertical-align: middle;
}

.k-treeview .k-request-retry {
  vertical-align: baseline;
}

.k-treeview .k-i-collapse, .k-treeview .k-i-expand, .k-treeview .k-i-minus, .k-treeview .k-i-plus {
  margin-left: -16px;
  cursor: pointer;
}

.k-treeview .k-i-collapse {
  margin-top: -4px;
}

.k-treeview .k-image, .k-treeview .k-sprite {
  margin-right: 3px;
}

.k-treeview .k-in {
  margin: 1px 0 1px 0.16666em;
  padding: 1px 0.3333em 1px 0.25em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}

.k-treeview span.k-in {
  cursor: default;
}

.k-treeview .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-treeview .k-state-hover {
  cursor: pointer;
}

.k-rtl .k-treeview .k-i-collapse, .k-rtl .k-treeview .k-i-expand {
  margin-left: 0;
  margin-right: -16px;
}

.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
  background-image: none;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
  position: relative;
  display: inline-block;
  width: 12.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}

.k-autocomplete > .k-i-close, .k-dropdown-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close {
  font-size: 100%;
  display: none;
  position: absolute;
  cursor: pointer;
}

.k-autocomplete > .k-i-close {
  right: calc(1em - 8px);
}

.k-multiselect-wrap > .k-i-close {
  right: calc(1em - 7px);
}

.k-autocomplete > .k-i-close, .k-dropdown-wrap > .k-i-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-dropdown-wrap > .k-i-close {
  right: calc(3em - 8px);
}

.k-dropdowntree > .k-multiselect-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close {
  top: calc(1.00357143em - 7px);
}

.k-dropdown-wrap .k-readonly, .k-multiselect-wrap .k-readonly {
  opacity: 0.5;
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-dropdown-wrap.k-state-focused > .k-i-close, .k-dropdown-wrap.k-state-hover > .k-i-close, .k-multiselect-wrap.k-state-focused > .k-i-close, .k-multiselect-wrap.k-state-hover > .k-i-close {
  display: inline-block;
  outline: 0;
}

.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close, .k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close {
  display: inline-block;
  outline: 0;
}

.k-autocomplete > .k-hidden, .k-dropdown-wrap .k-hidden, .k-multiselect-wrap .k-hidden {
  display: none !important;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-numerictextbox, .k-selectbox, .k-timepicker, .k-toolbar .k-split-button {
  white-space: nowrap;
}

.k-filter-menu .k-autocomplete, .k-filter-menu .k-combobox, .k-filter-menu .k-datepicker, .k-filter-menu .k-datetimepicker, .k-filter-menu .k-dropdown, .k-filter-menu .k-dropdowntree, .k-filter-menu .k-numerictextbox, .k-filter-menu .k-textbox, .k-filter-menu .k-timepicker {
  width: 13.2em;
}

.k-colorpicker, .k-toolbar .k-split-button {
  width: auto;
}

.k-datetimepicker {
  width: 15em;
}

.k-autocomplete, .k-numeric-wrap, .k-picker-wrap {
  position: relative;
  cursor: default;
}

.k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap {
  display: block;
}

.k-list-scroller {
  position: relative;
  overflow: auto;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.k-list-container.k-popup-dropdowntree {
  padding: 0;
}

.k-list-container.k-popup-dropdowntree .k-check-all {
  margin: 10px 10px 0;
}

.k-list-container.k-popup-dropdowntree .k-treeview {
  box-sizing: border-box;
  padding: 10px;
}

.k-autocomplete.k-state-border-down, .k-list-container.k-state-border-down, .k-numeric-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down {
  border-bottom-width: 0;
  padding-bottom: 1px;
}

.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}

.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textbox {
  border-width: 1px;
  border-style: solid;
}

.k-dropdown-wrap {
  position: relative;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
  padding-right: 2em;
}

.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}

.k-numeric-wrap.k-expand-padding .k-i-warning {
  right: 0;
}

.k-autocomplete, .k-textbox {
  padding: 0;
}

.k-textbox.k-space-left {
  padding-left: 2em;
}

.k-textbox.k-space-right {
  padding-right: 2em;
}

.k-picker-wrap .k-input {
  margin: 0;
}

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}

.k-space-left .k-icon {
  left: 3px;
}

.k-space-right .k-icon {
  right: 3px;
}

span.k-textbox:after {
  content: " ";
  display: block;
  height: 0.4px;
  overflow: hidden;
}

.k-autocomplete, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
  transition: box-shadow 0.15s ease-out;
  transition: "box-shadow .15s ease-out";
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-textbox > input {
  width: 100%;
  box-sizing: border-box;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input {
  font-family: inherit;
  border-width: 0;
  outline: 0;
}

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
  color: inherit;
  background: 0 0;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.k-combobox .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: inherit;
}

span.k-datetimepicker .k-select, span.k-datetimepicker .k-select + .k-select {
  right: 0;
}

.k-autocomplete .k-input, .k-textbox > input {
  display: block;
  width: 100%;
}

.k-dropdown-wrap .k-select, .k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
  line-height: 1.65em;
  padding: 0.17857143em 0;
  text-indent: 0.571em;
  border: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-dropdown-wrap .k-input:before {
  content: "";
  display: inline-block;
  width: 0;
}

.k-ie .k-autocomplete .k-input {
  height: 1.65em;
}

.k-ie .k-combobox .k-input, .k-ie .k-numeric-wrap .k-input, .k-ie .k-picker-wrap .k-input, .k-ie .k-textbox > input {
  height: 2em;
}

.k-ie input.k-textbox {
  height: calc(2em + 2px);
}

.k-webkit .k-combobox .k-dropdown-wrap:before, .k-webkit .k-numeric-wrap:before, .k-webkit .k-picker-wrap:before {
  padding-bottom: 0.38em;
}

.km.root .k-combobox .k-dropdown-wrap:before, .km.root .k-numeric-wrap:before, .km.root .k-picker-wrap:before {
  content: none;
}

.k-combobox .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
  display: inline;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  line-height: 2em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: 2em;
  height: 100%;
}

.k-numeric-wrap .k-select {
  padding: 0;
}

body .k-datetimepicker .k-select {
  border-radius: 0;
}

.k-combobox .k-select, .k-dropdown, .k-dropdowntree .k-dropdown-wrap, .k-selectbox .k-icon {
  cursor: pointer;
}

.k-popup {
  border-style: solid;
  border-width: 1px;
}

.k-list-optionlabel, .k-popup .k-item {
  cursor: default;
}

.k-popup .k-calendar {
  border: 0;
}

.k-list {
  height: auto;
}

.k-nodata {
  min-height: 138px;
  width: 100%;
  display: table;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: lighter;
}

.k-nodata > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}

.k-fieldselector .k-list .k-item, .k-item.k-drag-clue, .k-list-optionlabel, .k-listbox .k-item, .k-popup .k-list .k-item, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  padding: 1px 5px 1px 5px;
  line-height: 1.8em;
  min-height: 1.8em;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 4px;
}

.k-popup .k-list .k-item > .k-group {
  top: -1px;
}

.k-group-header + div > .k-list > .k-item.k-first:before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  padding-right: 22px;
}

.k-overflow-container .k-item {
  padding: 1px;
}

.k-overflow-container .k-button.k-state-disabled, .k-overflow-container .k-button.k-state-disabled:hover, .k-overflow-container > .k-state-disabled .k-button, .k-overflow-container > .k-state-disabled .k-button:hover {
  border-color: transparent;
  background: 0 0;
}

.k-fieldselector .k-list .k-item, .k-list-optionlabel.k-state-focused, .k-list-optionlabel.k-state-selected, .k-listbox .k-item, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-selected, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-selected {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
}

.k-list-filter {
  position: relative;
  margin-bottom: 2px;
}

.k-list-filter > .k-textbox {
  padding-right: 20px;
  width: 100%;
}

.k-list-filter > .k-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.km-root .k-list-filter > .k-textbox {
  padding-left: 0;
  padding-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-multiselect {
  display: block;
  width: auto;
}

.k-multiselect-wrap {
  border-radius: 4px;
  padding-right: 22px;
}

.k-multiselect-wrap .k-input {
  min-width: 25px;
  min-height: 1.65em;
  padding: 0.17857143em;
  text-indent: 0.571em;
  background-color: transparent;
  border: 0;
  margin: 0;
  float: left;
}

.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}

.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: 0.1em 1.6em 0.1em 0.4em;
  line-height: 1.5em;
  min-height: calc(1.7em + 2px);
  float: left;
  position: relative;
}

.k-autocomplete .k-i-loading, .k-multiselect .k-i-loading {
  position: absolute;
  top: auto;
  right: 0.4em;
  bottom: 0.4em;
}

.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.03em 0.2em;
}

.k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-dropdown-wrap .k-input, .k-dropdowntree-clearable .k-multiselect-wrap, .k-multiselect-clearable .k-multiselect-wrap {
  padding-right: 2em;
}

.k-datetimepicker .k-picker-wrap {
  padding-right: 4em;
}

.k-datetimepicker .k-select {
  width: 4em;
}

.k-datetimepicker .k-select .k-link {
  display: inline-block;
  width: 50%;
}

.k-datetimepicker .k-link {
  color: inherit;
}

.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}

.k-picker-wrap .k-icon {
  cursor: pointer;
}

.k-datepicker, .k-datetimepicker, .k-textbox, .k-timepicker {
  display: inline-block;
  vertical-align: middle;
}

.k-time-popup .k-item {
  padding: 1px 3px;
}

.k-input {
  font-size: inherit;
  padding: 0.25em 0;
}

.k-input, .k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.k-textbox {
  outline: 0;
}

input.k-textbox, textarea.k-textbox {
  padding: 0.17857143em 0;
}

input.k-textbox {
  line-height: 1.65em;
  text-indent: 0.571em;
}

.k-ie input.k-textbox {
  text-indent: 0.2855em;
}

textarea.k-textbox {
  height: auto;
}

span.k-numerictextbox {
  background-color: transparent;
}

.k-numerictextbox .k-input {
  margin: 0;
}

.k-numerictextbox .k-link {
  color: inherit;
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
  overflow: hidden;
}

.k-numerictextbox .k-icon {
  display: block;
  margin: auto;
  height: 100%;
}

.k-numerictextbox .k-i-arrow-60-up {
  top: 0;
}

.k-numerictextbox .k-i-arrow-60-down {
  bottom: 0;
}

.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.k-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.k-rtl .k-multiselect-wrap {
  padding-right: 0;
  padding-left: 22px;
}

.k-maskedtextbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-width: 0;
}

.k-maskedtextbox ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  width: 2em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-maskedtextbox.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-dateinput {
  position: relative;
  display: inline-block;
  border-width: 0;
}

.k-dateinput.k-widget {
  background-color: transparent;
}

.k-dateinput ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.k-dateinput .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-datepicker .k-picker-wrap .k-i-warning, .k-datetimepicker .k-picker-wrap .k-i-warning, .k-timepicker .k-picker-wrap .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning, .k-datetimepicker .k-picker-wrap.k-state-invalid .k-i-warning, .k-timepicker .k-picker-wrap.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-listbox {
  box-sizing: border-box;
  height: 200px;
}

.k-listbox.k-widget {
  background-color: transparent;
}

.k-listbox .k-list-scroller {
  height: 100%;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-listbox .k-list-scroller li {
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.k-listbox .k-listbox-toolbar {
  box-sizing: border-box;
}

.k-listbox.k-listbox-toolbar-top {
  padding: 15px 0 1.42857143em;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-top: -15px;
  margin-bottom: 5px;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li {
  display: inline-block;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li {
  margin-left: 5px;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li {
  margin-top: 5px;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: right;
  margin-left: 5px;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child) {
  margin-bottom: 5px;
}

.k-listbox.k-listbox-toolbar-bottom {
  padding: 15px 0 1.45em;
}

.k-listbox.k-listbox-toolbar-bottom .k-list-scroller {
  margin-top: -15px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 5px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li {
  display: inline-block;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
  margin-left: 5px;
}

.k-listbox .k-ghost {
  opacity: 0.5;
}

.k-rtl .k-combobox-clearable .k-input, .k-rtl .k-dropdown-wrap, .k-rtl .k-dropdowntree-clearable .k-dropdown-wrap .k-input, .k-rtl .k-dropdowntree-clearable .k-multiselect-wrap, .k-rtl .k-multiselect-clearable .k-multiselect-wrap, .k-rtl .k-numeric-wrap, .k-rtl .k-picker-wrap {
  padding-right: 0;
  padding-left: 2em;
}

.k-rtl .k-dropdown-wrap > .k-i-close {
  left: calc(3em - 8px);
}

.k-rtl .k-autocomplete > .k-i-close {
  left: calc(1em - 8px);
}

.k-rtl .k-multiselect-wrap > .k-i-close {
  left: calc(1em - 7px);
}

.k-rtl .k-numeric-wrap.k-state-invalid.k-expand-padding .k-i-warning {
  left: 0;
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}

.k-multiple-selection .k-in.k-state-selected {
  border-color: transparent;
  color: inherit;
  background: 0 0;
}

.k-popup-flush, .k-popup-flush.k-list-container {
  padding: 0;
}

.k-dropdowngrid-popup {
  overflow: hidden;
}

.k-dropdowngrid-popup .k-footer, .k-dropdowngrid-popup .k-grid-header, .k-dropdowngrid-popup .k-group-header, .k-dropdowngrid-popup .k-list-scroller, .k-dropdowngrid-popup .k-virtual-content {
  line-height: 1.42857143;
}

.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0;
}

.k-dropdowngrid-popup .k-grid-header table {
  margin: 0 0 -1px 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
}

.k-grid-list {
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
  display: table;
}

.k-grid-list > .k-item {
  box-sizing: border-box;
  display: table-row;
  position: relative;
}

.k-grid-list > .k-item > .k-cell, .k-grid-list > .k-item > .k-group, .k-grid-list > .k-item > .k-spacer-group {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.k-grid-list.k-virtual-list > .k-item > .k-cell, .k-grid-list.k-virtual-list > .k-item > .k-group, .k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
  display: inline-block;
}

.k-dropdowngrid-popup .k-grid-header .k-header, .k-grid-list > .k-item > .k-cell {
  border-width: 0 0 1px 1px;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header .k-header {
  padding: 6px 8px;
}

.k-grid-list > .k-item > .k-cell {
  padding: 6px 8px;
}

.k-dropdowngrid-popup .k-grid-header .k-header:first-child, .k-grid-list > .k-item > .k-cell:first-child {
  border-left-width: 0;
}

div.k-dropdowngrid-popup .k-group-header {
  margin: 0;
  padding: 6px 8px;
  min-height: auto;
  text-align: left;
}

.k-grid-list > .k-item > .k-group-cell, .k-grid-list > .k-item > .k-spacer-cell {
  padding-left: 0;
  padding-right: 0;
  width: 0;
  border-left-width: 0;
  border-right-width: 0;
  overflow: visible;
  position: relative;
}

.k-grid-list > .k-item > .k-group-cell > span {
  padding: 0 4px;
  font-size: 0.875em;
  position: absolute;
  top: 0;
  right: 0;
}

.k-grid-list > .k-item:last-child > .k-cell, .k-grid-list > .k-item:last-child > .k-group-cell, .k-grid-list > .k-item:last-child > .k-spacer-cell {
  border-bottom-width: 0;
}

.k-dropdowngrid-popup .k-footer {
  padding: 6px 8px;
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.k-rtl .k-grid-list > .k-item > .k-cell {
  border-left-width: 1px;
  border-right-width: 1px;
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-cell:first-child {
  border-right-width: 0;
}

.k-rtl div.k-dropdowngrid-popup .k-group-header {
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0;
}

.k-textbox-container {
  position: relative;
  padding-top: 1.2375em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12.4em;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.k-textbox-container > .k-label {
  pointer-events: none;
  position: absolute;
  line-height: 1.65em;
  cursor: text;
  top: calc(1.41607143em + 1px);
  left: 1px;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.k-textbox-container > .k-textarea, .k-textbox-container > .k-textbox, .k-textbox-container > .k-widget {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.k-textbox-container.k-state-empty > .k-label {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.k-textbox-container.k-state-focused {
  box-shadow: none;
}

.k-textbox-container.k-state-focused > .k-label, .k-textbox-container > .k-label {
  -webkit-transform: translate(0, -0.1339285725em) translate(-1px, -1.2375em) translate(-12.5%, -9.375%) scale(0.75);
  -ms-transform: translate(0, -0.1339285725em) translate(-1px, -1.2375em) translate(-12.5%, -9.375%) scale(0.75);
  transform: translate(0, -0.1339285725em) translate(-1px, -1.2375em) translate(-12.5%, -9.375%) scale(0.75);
}

.k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir=rtl] > .k-label {
  left: auto;
  right: 1px;
}

.k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir=rtl].k-state-empty > .k-label {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.k-rtl .k-textbox-container.k-state-focused > .k-label, .k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir=rtl].k-state-focused > .k-label, .k-textbox-container[dir=rtl] > .k-label {
  -webkit-transform: translate(0, -0.1339285725em) translate(1px, -1.2375em) translate(12.5%, -9.375%) scale(0.75);
  -ms-transform: translate(0, -0.1339285725em) translate(1px, -1.2375em) translate(12.5%, -9.375%) scale(0.75);
  transform: translate(0, -0.1339285725em) translate(1px, -1.2375em) translate(12.5%, -9.375%) scale(0.75);
}

.k-colorpicker .k-picker-wrap {
  line-height: 2.00714286em;
}

.k-colorpicker .k-selected-color {
  vertical-align: top;
  display: inline-block;
  height: 2em;
  width: 2em;
}

.k-colorpicker .k-selected-color .k-i-line {
  font-size: 2em;
  color: #FF525E;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.k-colorpicker .k-selected-color .k-i-line:before {
  content: "\e510";
}

.k-colorpicker .k-tool-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -ms-high-contrast-adjust: none;
}

.k-colorpicker .k-tool-icon .k-selected-color {
  display: block;
  height: 3px;
  width: 16px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 0 !important;
}

.k-colorpicker .k-select {
  cursor: pointer;
}

.k-colorpicker .k-picker-wrap .k-icon {
  overflow: visible;
}

.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 265px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: none;
}

.k-flatcolorpicker .k-selected-color {
  background-image: url(textures/transtexture.png);
  background-position: 50% 50%;
  text-align: right;
}

.k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
  padding: 0.75em 0.1em 0.65em 0.65em;
  border: 0;
  margin: 0;
  width: 82%;
}

.k-flatcolorpicker .k-selected-color .k-color-input {
  background-color: #fff;
  display: inline-block;
  width: 84%;
  text-align: left;
}

.k-flatcolorpicker .k-selected-color .k-clear-color {
  padding: 0.4em;
  line-height: 0;
}

.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before {
  color: #000;
  opacity: 0.8;
}

.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active, .k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover {
  opacity: 1;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active {
  color: inherit;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color:active {
  color: #000;
  opacity: 1;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color, .k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color {
  background-image: none;
}

.k-flatcolorpicker .k-clear-color-container {
  text-align: left;
}

.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #eee;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #444;
  background: 0 0;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus, .k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover {
  background: 0 0;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
}

.k-flatcolorpicker .k-hsv-rectangle.k-dragging, .k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
  cursor: none;
}

.k-flatcolorpicker .k-slider-horizontal {
  height: 20px;
  width: 90%;
  margin: 0 5%;
}

.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}

.k-flatcolorpicker .k-hue-slider, .k-flatcolorpicker .k-transparency-slider {
  display: block;
}

.k-flatcolorpicker .k-hue-slider .k-slider-selection, .k-flatcolorpicker .k-transparency-slider .k-slider-selection {
  background: 0 0;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
  background: 0 0;
  border: 3px solid #eee;
  margin-top: 1px;
  height: 8px;
  width: 8px;
  box-shadow: 0 1px 4px #444;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle:focus, .k-flatcolorpicker .k-hue-slider .k-draghandle:hover, .k-flatcolorpicker .k-transparency-slider .k-draghandle:focus, .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  background: 0 0;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
  border-width: 2px;
  padding: 1px;
}

.k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: linear-gradient(to right, red 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
}

.k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background-image: url(textures/transparency.png);
  background-size: 100% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.k-flatcolorpicker .k-controls {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}

.k-flatcolorpicker .k-controls .k-button {
  width: 6em;
}

.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  height: 180px;
  margin-bottom: 5px;
}

.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}

.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}

.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-colorpalette .k-item.k-state-selected, .k-colorpalette .k-item.k-state-selected:hover {
  z-index: 100;
  background: 0 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  position: relative;
}

.k-colorpalette .k-item:hover {
  z-index: 101;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}

.k-editor-inline {
  padding: 0.3em 0.5em;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
  transition: border-color 0.5s;
}

.k-editor-inline.k-editor {
  border: 1px solid transparent;
}

.k-editortoolbar-dragHandle {
  cursor: move;
  padding-left: 0;
  padding-right: 3px;
  box-shadow: none !important;
}

.k-editor-widget > .k-window-content {
  overflow: hidden;
}

.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}

.k-editor-toolbar {
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
}

.k-editor-toolbar li {
  display: inline-block;
  vertical-align: middle;
}

.k-edge .k-editor-toolbar, .k-ff .k-editor-toolbar, .k-ie9 .k-editor-toolbar, .k-webkit .k-editor-toolbar {
  padding: 0;
}

.k-editor-toolbar li {
  display: inline-block;
  padding: 0.1em 0;
}

.k-editor-toolbar .k-editor-widget, .k-editor-toolbar > li {
  margin-right: 6px;
}

.k-group-start.k-group-end .k-editor-widget {
  margin-right: 0;
}

.k-editor-toolbar .k-editor-dropdown {
  position: relative;
}

.k-select-overlay {
  -webkit-appearance: none;
  opacity: 0;
  z-index: 11000;
  top: 0;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  margin: -4px 0 0;
}

.k-editor-toolbar .k-separator {
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 0.3em 0 0.1em;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}

.k-editor-toolbar .k-break {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.k-editor-toolbar .k-colorpicker, .k-editor-toolbar .k-combobox, .k-editor-toolbar .k-dropdown, .k-editor-toolbar .k-selectbox {
  vertical-align: middle;
}

.k-button-group .k-tool {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.k-button-group .k-tool-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -ms-high-contrast-adjust: none;
}

.k-editor-toolbar .k-tool-icon.k-icon {
  top: auto;
  font-size: 16px;
}

.k-fontName {
  width: 110px;
}

.k-fontSize {
  width: 124px;
}

.k-formatBlock {
  width: 147px;
}

.k-editortoolbar-dragHandle {
  float: left;
  margin: 1px 0 0;
}

.k-editor-toolbar .k-button-group {
  padding: 1px;
}

.k-editor .k-editor-toolbar .k-row-break {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.k-editor-toolbar .k-i-login {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}

.k-button-group .k-tool.k-state-hover, .k-button-group .k-tool:focus {
  position: relative;
  z-index: 1;
}

.k-rtl .k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
}

.k-button-group .k-tool.k-group-end {
  border-right-width: 1px;
}

.k-rtl .k-button-group .k-tool.k-group-end {
  border-left-width: 1px;
}

.k-editor-toolbar .k-button-group .k-state-disabled, .k-editor-toolbar .k-button-group.k-state-disabled {
  display: none !important;
}

.k-editor-toolbar .k-button-group .k-state-active, .k-editor-toolbar .k-button-group .k-state-hover {
  vertical-align: middle;
}

.k-editor-toolbar .k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  outline: 0;
}

.k-editor.k-resizable .k-editable-area {
  padding-bottom: 16px;
}

.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

.k-editor .k-editable-area .k-content {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}

a.k-tool {
  color: inherit;
  outline: 0;
}

.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
}

.k-editor .k-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}

.k-editor .k-raw-content, .k-editor-dialog .k-editor-textarea {
  font-size: inherit;
  font-family: consolas, "courier new", monospace;
}

.k-editor-dialog {
  padding: 1em;
  width: 400px;
}

.k-editor-dialog .k-edit-label {
  width: 25%;
}

.k-editor-dialog .k-edit-field {
  width: 66%;
}

.k-editor-dialog .k-edit-field .k-textbox {
  width: 96%;
}

.k-viewhtml-dialog {
  width: auto;
}

.k-filebrowser-dialog {
  width: auto;
  min-width: 350px;
}

.k-filebrowser-dialog .k-filebrowser {
  margin: 0 1em 0;
}

.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}

.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}

.k-filebrowser-dialog .k-edit-field .k-textbox {
  width: 70%;
}

#k-editor-image-height, #k-editor-image-width {
  width: 5em;
}

.k-editor-dialog .k-button {
  display: inline-block;
}

.k-editor-dialog .k-editor-textarea {
  width: 600px;
  height: 350px;
  padding: 0.2em 0.2em 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}

.k-button-wrapper .k-link:hover {
  text-decoration: underline;
}

.k-ct-popup {
  width: 180.4px;
  padding: 0.65em 0.5em 0.5em;
}

.k-ct-popup .k-status {
  margin: 0.3em 0;
}

.k-ct-popup .k-ct-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  pointer-events: all;
  -ms-high-contrast-adjust: none;
}

.k-editor .k-resize-handle {
  position: absolute;
  padding: 2px 0;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}

.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.k-editor .k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}

.k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
}

.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}

.k-editor-overflow-popup .k-tool.k-state-disabled {
  display: none;
}

.k-editor-toolbar .k-tool-text {
  display: none;
}

.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 100;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
  cursor: e-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
  cursor: n-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
  cursor: s-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
  cursor: se-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west {
  cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #00b0ff;
  display: none;
  opacity: 0.8;
}

.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}

.k-editor-inline .k-table, .k-editor-inline .k-table td {
  outline: 0;
  border: 1px dotted #ccc;
}

.k-editor-inline .k-table td {
  min-width: 1px;
  padding: 0.2em 0.3em;
}

.k-table.k-table-resizing {
  opacity: 0.6;
}

.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #00b0ff;
  opacity: 0.8;
}

.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}

.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button {
  margin-right: 0.5em;
}

.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  overflow: hidden;
  min-width: 325px;
  width: 24em;
  padding: 1em 0;
}

.k-editor-dialog .k-edit-form-container {
  width: auto;
}

.k-editor-dialog .k-tabstrip {
  margin: -1.333em 0 0;
}

.k-editor-dialog .k-root-tabs {
  margin: -1em -1em -1.5em;
  padding: 0.5em 1em 0;
  border-width: 0;
}

.k-editor-dialog ul.k-tabstrip-items {
  padding: 0.5em 1em 0;
  border-width: 0 0 1px;
  border-style: solid;
}

.k-editor-dialog ul.k-tabstrip-items .k-loading {
  border-top-width: 0;
}

.k-editor-dialog .k-tabstrip:focus {
  box-shadow: none;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  overflow: hidden;
  min-height: 440px;
  height: 35em;
  margin: 0;
  padding: 1em 0.5em 0;
  border-width: 0;
}

.k-editor-dialog .k-edit-field .k-numerictextbox {
  width: 10.6em;
  margin: 0 0.35714285em 0 0;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: 4em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown, .k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox {
  width: 15em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
  width: 5.35714285em;
}

.k-editor-dialog textarea.k-textbox {
  height: 14.28571428em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  width: 4em;
}

.k-popup.k-list-container.k-align {
  padding: 0;
  text-align: center;
}

.k-align-group {
  vertical-align: text-top;
}

.k-popup.k-align .k-list .k-item {
  display: inline-block;
  width: 2.57142857em;
  height: 2.57142857em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.k-popup.k-align .k-list .k-icon {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
}

.k-popup.k-align .k-list .k-item:last-child {
  width: auto;
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
}

.k-popup.k-align .k-list .k-item:before {
  width: 2.57142857em;
  height: 2.57142857em;
  line-height: 2.57142857em;
}

.k-animation-container .k-editor-toolbar {
  text-align: center;
  line-height: 1.3em;
}

.k-animation-container .k-editor-toolbar .k-tool {
  display: inline-block;
  height: 24px;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 0.85em;
  color: inherit;
}

.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert {
  width: 24px;
  height: 24px;
}

.k-animation-container .k-editor-toolbar .k-tool-text {
  display: inline;
  vertical-align: sub;
  padding: 0 0 0 0.5em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 1em 0.8em;
  margin: 0.5em 0 0;
}

.k-notification {
  border-width: 1px;
  border-style: solid;
  cursor: default;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}

.k-notification > .k-notification-wrap {
  padding: 0.6em 0.5em;
}

.k-notification-closable > .k-notification-wrap {
  padding-right: 20px;
}

.k-notification .k-notification-content {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.k-notification-wrap > .k-i-error, .k-notification-wrap > .k-i-info, .k-notification-wrap > .k-i-success, .k-notification-wrap > .k-i-warning {
  margin-right: 4px;
  vertical-align: text-bottom;
}

.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.k-notification-closable .k-notification-wrap > .k-i-close {
  display: block;
}

.k-rtl .k-notification-closable .k-notification-wrap, .k-rtl.k-notification-closable .k-notification-wrap {
  padding-right: 0.5em;
  padding-left: 20px;
}

.k-rtl .k-notification-wrap > .k-i-error, .k-rtl .k-notification-wrap > .k-i-info, .k-rtl .k-notification-wrap > .k-i-success, .k-rtl .k-notification-wrap > .k-i-warning {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-notification-wrap > .k-i-close {
  right: auto;
  left: 4px;
}

.k-progressbar {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.k-progressbar {
  border-radius: 4px;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 1.9em;
}

.k-progressbar-vertical {
  width: 1.9em;
  height: 27em;
}

.k-progressbar > .k-state-selected {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.k-progressbar-horizontal > .k-state-selected, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  left: -1px;
  right: auto;
  top: -1px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected, .k-rtl .k-progressbar-horizontal > .k-state-selected {
  left: auto;
  right: -1px;
  border-radius: 0 4px 4px 0;
}

.k-progressbar-vertical > .k-state-selected {
  left: -1px;
  bottom: -1px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  bottom: auto;
  top: -1px;
  border-radius: 4px 4px 0 0;
}

.k-progressbar > .k-state-selected.k-complete, .k-rtl .k-progressbar > .k-state-selected.k-complete {
  border-radius: 4px;
}

.k-progressbar > .k-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  white-space: nowrap;
}

.k-progressbar-horizontal .k-item {
  display: inline-block;
  height: 100%;
  border-style: solid;
  margin-left: -1px;
}

.k-progressbar-horizontal .k-item.k-first {
  margin-left: 0;
}

.k-progressbar-horizontal .k-item.k-last {
  border-right-width: 0;
}

.k-progressbar-horizontal .k-item, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
  border-width: 1px 0 1px 1px;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-item, .k-rtl .k-progressbar-horizontal .k-item {
  border-width: 1px 0 1px 1px;
}

.k-progressbar-horizontal .k-first, .k-rtl .k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal .k-first {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-last, .k-rtl .k-progressbar-horizontal .k-first {
  border-right-width: 1px;
}

.k-progressbar-horizontal .k-last.k-state-selected {
  border-right-width: 1px;
}

.k-progressbar-vertical .k-item {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin-top: -1px;
}

.k-progressbar-vertical .k-item.k-first {
  margin-top: 0;
}

.k-progressbar-vertical li.k-item.k-last {
  border-bottom-width: 0;
}

.k-progressbar-vertical .k-first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-progressbar-vertical .k-last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-item {
  border-width: 0 1px 1px 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-first {
  border-top-width: 1px;
}

.k-progress-status-wrap {
  position: absolute;
  top: -1px;
  border: 1px solid transparent;
  line-height: 2em;
  width: 100%;
  height: 100%;
}

.k-progress-status-wrap, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
  left: -1px;
  right: auto;
  text-align: right;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap, .k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
  left: auto;
  right: -1px;
  text-align: left;
}

.k-progressbar-vertical .k-progress-status-wrap {
  top: auto;
  bottom: -1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
  bottom: auto;
  top: -1px;
}

.k-progress-status {
  display: inline-block;
  padding: 0 0.5em;
  min-width: 10px;
  white-space: nowrap;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  position: absolute;
  bottom: 0;
  left: 0;
}

.k-progressbar-vertical .k-progress-status {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  -webkit-transform: rotate(90deg) translateX(-100%);
  -ms-transform: rotate(90deg) translateX(-100%);
  transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-slider-vertical {
  width: 26px;
  height: 200px;
}

.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  height: 26px;
}

.k-slider-wrap {
  width: 100%;
  height: 100%;
}

.k-grid .k-slider .k-button, .k-slider .k-button {
  position: absolute;
  top: 0;
  width: 24px;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.k-state-disabled .k-slider-wrap {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-state-disabled .k-slider-wrap .k-slider-items {
  color: #333;
}

.k-slider .k-button-decrease {
  left: 0;
}

.k-grid .k-slider-vertical .k-button-decrease, .k-slider-vertical .k-button-decrease {
  top: auto;
  bottom: 0;
}

.k-slider .k-button-increase {
  right: 0;
}

.k-slider .k-icon, .k-slider .k-tick, .k-slider-track {
  cursor: pointer;
}

.k-slider-selection, .k-slider-track {
  position: absolute;
  margin: 0;
  padding: 0;
}

.k-slider-horizontal .k-slider-selection, .k-slider-horizontal .k-slider-track {
  top: 50%;
  left: 0;
  height: 8px;
  margin-top: -4px;
  background-repeat: repeat-x;
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 34px;
}

.k-slider-vertical .k-slider-selection, .k-slider-vertical .k-slider-track {
  left: 50%;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  background-repeat: repeat-y;
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 34px;
}

.k-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: 0;
}

.k-slider-horizontal .k-draghandle {
  top: -4px;
  width: 13px;
  height: 14px;
}

.k-slider-vertical .k-draghandle {
  left: -4px;
  width: 14px;
  height: 13px;
}

.k-slider-buttons .k-slider-items {
  margin-left: 34px;
}

.k-slider-horizontal .k-slider-items {
  height: 100%;
}

.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  padding-top: 0;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 35px;
}

.k-slider .k-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
}

.k-slider-horizontal .k-tick {
  background-position: center -92px;
}

.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}

.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}

.k-slider-vertical .k-tick {
  background-position: -92px center;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -122px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -152px center;
}

.k-slider-vertical .k-tick-large {
  background-position: -2px center;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -32px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -62px center;
}

.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}

.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}

.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}

.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}

.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}

.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}

.k-slider-vertical .k-first {
  background-position: -92px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}

.k-slider-vertical .k-last {
  background-position: -92px 0;
}

.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}

.k-slider-vertical .k-tick {
  text-align: right;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}

.k-slider .k-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.92em;
}

.k-slider-horizontal .k-label {
  left: 0;
  width: 100%;
  line-height: 1;
}

.k-slider-horizontal .k-first .k-label {
  left: -50%;
}

.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}

.k-slider-horizontal .k-label {
  bottom: -1.2em;
}

.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}

.k-slider-vertical .k-label {
  left: 120%;
  display: block;
  text-align: left;
}

.k-slider-vertical .k-last .k-label {
  top: -0.5em;
}

.k-slider-vertical .k-first .k-label {
  bottom: -0.5em;
}

.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}

.k-slider-tooltip {
  top: -4444px;
}

.k-scheduler .k-link {
  color: inherit;
}

.k-scheduler-footer, .k-scheduler-toolbar {
  border-style: solid;
}

.k-scheduler-footer, .k-scheduler-toolbar {
  line-height: 28px;
  padding: 6px;
}

.k-scheduler-toolbar {
  position: relative;
  border-width: 0 0 1px;
}

.k-edit-field.k-scheduler-toolbar {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.k-scheduler-header {
  text-align: center;
}

.k-scheduler-header .k-link {
  color: inherit;
}

.k-scheduler-footer {
  border-width: 1px 0 0;
}

.k-scheduler-toolbar > ul {
  float: right;
}

.k-scheduler-toolbar > ul:first-child {
  float: left;
}

.k-scheduler-toolbar > .k-scheduler-tools {
  float: left;
  margin-bottom: 0.5em;
}

.k-scheduler-tools + .k-scheduler-navigation {
  float: left;
  clear: left;
}

.k-scheduler-footer > ul > li, .k-scheduler-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-scheduler .k-scheduler-toolbar .k-nav-current, .k-scheduler .k-scheduler-toolbar .k-scheduler-tools > li {
  border-width: 0;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li, .k-scheduler-toolbar > ul > li:first-child {
  border-left-width: 1px;
}

.k-scheduler div.k-scheduler-footer ul li {
  margin-right: 0.6em;
  border-width: 1px;
}

.k-scheduler-footer .k-link, .k-scheduler-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar .k-nav-prev .k-link {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.k-scheduler-toolbar .k-nav-current .k-link {
  padding: 0;
}

.k-scheduler-toolbar .k-nav-current {
  margin: 0 1.1em;
}

.k-scheduler .k-nav-current > .k-state-active, .k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current {
  background: 0 0;
}

.k-scheduler-footer .k-icon, .k-scheduler-toolbar .k-i-calendar {
  margin: -2px 6px 0 0;
}

.k-scheduler-header, .k-scheduler-header-wrap {
  overflow: hidden;
}

.k-scheduler-header-wrap {
  position: relative;
  border-style: solid;
  border-width: 0;
}

.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 1px;
}

.k-scheduler-content, .k-scheduler-times {
  position: relative;
}

.k-scheduler-times {
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}

.k-scheduler-content {
  overflow: auto;
}

.k-scheduler-layout, .k-scheduler-table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}

.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}

.k-safari .k-scheduler-layout > tbody > tr > td + td {
  width: 100%;
}

.k-scheduler-table {
  table-layout: fixed;
  max-width: none;
}

.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
  height: 100%;
}

.k-scheduler-table td, .k-scheduler-table th {
  height: 1.5em;
  padding: 0.334em 0.5em;
  font-size: 100%;
}

.k-scheduler .k-scheduler-table td, .k-scheduler .k-scheduler-table th {
  box-sizing: content-box;
}

.k-scheduler-dayview div:not(.k-scheduler-header) .k-today:not(.k-nonwork-hour):not(.k-state-selected), .k-scheduler-timelineview .k-today:not(.k-nonwork-hour) {
  background-color: transparent;
}

.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-hidden > div {
  width: 0 !important;
  overflow: hidden !important;
}

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times {
  margin-right: 1px;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times .k-hidden {
  height: auto;
}

.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right;
}

.k-scheduler-table td, .k-slot-cell {
  vertical-align: top;
}

.k-scheduler-layout tr + tr .k-scheduler-times th:last-child {
  vertical-align: top;
}

.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-header th, .k-scheduler-table td {
  border-style: solid;
  border-width: 0 0 1px 1px;
}

.k-scheduler-header th:first-child, .k-scheduler-table td:first-child {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td, .k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th, .k-scheduler-table > tbody > tr > .k-last {
  border-bottom-width: 0;
}

.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table > tbody > tr > td.k-last, .k-scrollbar-h .k-scheduler-content .k-scheduler-table > tbody > tr:last-child > td, .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 1px;
}

.k-scheduler-times th {
  text-align: right;
  padding-right: 0.6em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-scheduler-layout tr + tr .k-scheduler-times th {
  border-bottom-color: transparent;
}

.k-scheduler-layout tr + tr .k-scheduler-times th.k-scheduler-times-all-day, .k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell {
  border-bottom-color: inherit;
}

.k-scheduler .k-middle-row td {
  border-bottom-style: dotted;
}

.k-scheduler-now-arrow, .k-scheduler-now-line {
  position: absolute;
}

.k-scheduler-now-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  left: 0;
}

.k-scheduler-now-line {
  left: 5px;
  right: 0;
  height: 1px;
}

.k-task {
  position: relative;
}

div.k-more-events {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
}

.k-more-events > span {
  display: block;
  margin-top: -0.6em;
}

.k-event, .k-more-events {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
}

.k-event {
  cursor: default;
  min-height: 1.3em;
}

.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: -moz-grabbing;
}

.k-scheduler-header .k-event {
  white-space: nowrap;
}

.k-event-template {
  padding: 0.3em 1.4em 0.3em 0.6em;
}

.k-event-time {
  display: none;
  padding-bottom: 0;
  font-size: 0.9em;
}

.k-event-drag-hint .k-event-time {
  display: block;
}

.k-event-actions, .k-event > .k-link, .k-task > .k-link {
  position: absolute;
  top: 3px;
  right: 4px;
  white-space: nowrap;
}

.k-event-actions {
  z-index: 1;
}

.k-scheduler-agendaview .k-task > .k-link {
  top: 0;
  right: 0;
}

.k-event-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-event-actions:first-child {
  margin-top: 3px;
}

.k-event-actions:first-child > .k-link {
  display: inline-block;
}

.k-event-delete {
  display: none;
}

.k-event:hover .k-event-delete, tr:hover > td > .k-task .k-event-delete {
  display: inline-block;
}

.k-event .k-event-bottom-actions, .k-event .k-event-top-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}

.k-event .k-resize-handle, .k-scheduler-mobile .k-event:hover .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}

.k-event-active .k-resize-handle, .k-event:hover .k-resize-handle, .k-scheduler-mobile .k-event-active:hover .k-resize-handle {
  visibility: visible;
}

.k-event .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-scheduler-mobile .k-event .k-resize-handle:after {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.k-event > .k-resize-n {
  top: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-s {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-n:after, .k-event > .k-resize-s:after {
  top: 1px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 1px;
}

.k-event > .k-resize-s:after {
  top: auto;
  bottom: 1px;
}

.k-event > .k-resize-e:after, .k-event > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-event > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-scheduler-mobile .k-event > .k-resize-n, .k-scheduler-mobile .k-event > .k-resize-s {
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e, .k-scheduler-mobile .k-event > .k-resize-w {
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-n:after, .k-scheduler-mobile .k-event > .k-resize-s:after {
  top: 0;
  margin-left: -3em;
  width: 4em;
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  bottom: 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after, .k-scheduler-mobile .k-event > .k-resize-w:after {
  left: 0;
  margin-top: -0.7em;
  height: 1.4em;
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  right: 0;
}

.k-scheduler-mobile .k-event > .k-resize-n:after {
  border-radius: 0 0 4px 4px;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  border-radius: 4px 4px 0 0;
}

.k-scheduler-mobile .k-event > .k-resize-w:after {
  border-radius: 0 4px 4px 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  border-radius: 4px 0 0 4px;
}

.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}

.k-scheduler-marquee.k-first:before, .k-scheduler-marquee.k-last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}

div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}

.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: 0.3em;
  left: 0.8em;
  font-size: 0.8em;
}

.k-scheduler-marquee .k-label-bottom {
  position: absolute;
  bottom: 0.3em;
  right: 0.81em;
  font-size: 0.8em;
}

.k-scheduler-quickedit .k-textbox {
  width: 200px;
}

.k-tooltip-bottom {
  text-align: left;
}

.k-tooltip-bottom .k-button {
  float: left;
  margin-right: 0.3em;
}

.k-tooltip-bottom .k-quickedit-details {
  float: right;
  margin-right: 0;
}

.k-scheduler-agendaview .k-scheduler-table td, .k-scheduler-agendaview .k-scheduler-table th {
  text-align: left;
}

.k-scheduler-groupcolumn, .k-scheduler-times .k-slot-cell {
  width: 6em;
}

.k-scheduler-datecolumn {
  width: 12em;
}

.k-scheduler-timecolumn {
  width: 11em;
}

.k-scheduler-timecolumn > div {
  position: relative;
  vertical-align: top;
}

.k-webkit .k-scheduler-timecolumn > div > .k-icon {
  vertical-align: top;
}

.k-scheduler-timecolumn > div > .k-i-arrow-60-right {
  position: absolute;
  right: -4px;
}

.k-scheduler-timecolumn .k-i-arrow-60-left {
  margin-left: -4px;
}

.k-scheduler-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.k-scheduler-agendaday {
  float: left;
  margin: 0 0.2em 0 0;
  font-size: 3em;
  font-weight: 400;
}

.k-scheduler-agendaweek {
  display: block;
  margin: 0.4em 0 0;
  font-size: 1.1em;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: 0.8em;
}

.k-scheduler-timecolumn {
  white-space: nowrap;
}

.k-scheduler-edit-form .k-edit-form-container, .k-scheduler-timezones .k-edit-form-container {
  width: 520px;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-textbox[name=title], .k-scheduler-edit-form textarea.k-textbox {
  width: 100%;
}

.k-scheduler-edit-form textarea.k-textbox {
  min-height: 4em;
  resize: vertical;
}

.k-scheduler-edit-form > .k-edit-box:first-child .k-datetimepicker {
  margin-right: 1em;
}

.k-edit-box {
  float: left;
}

.k-edit-box + .k-edit-box {
  float: right;
}

.k-scheduler-edit-form label + input {
  margin-left: 1em;
}

.k-edit-field > ul.k-reset > li {
  margin: 0.2em 0 0.4em;
  line-height: 2.4;
}

.k-edit-field > ul.k-reset.k-toolbar > li {
  margin: 0;
}

.k-edit-field > ul.k-reset .k-widget {
  margin-left: 0.8em;
}

.k-edit-field span.k-recur-interval, .k-edit-field > ul.k-reset .k-numerictextbox {
  width: 5em;
}

.k-edit-field > ul.k-reset .k-datepicker, .k-edit-field > ul.k-reset .k-dropdown, div[name=recurrenceRule] > .k-dropdown {
  width: 9em;
}

.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete, .k-scheduler-edit-form .k-edit-buttons .k-scheduler-resetSeries {
  float: left;
}

.k-popup-message {
  margin: 0;
  padding: 1em 0 2em;
  text-align: center;
}

.k-scheduler-timezones .k-dropdown:first-child {
  width: 100%;
}

.k-scheduler-timezones .k-dropdown + .k-dropdown {
  margin: 0.5em 0 0.7em;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
  display: none;
}

.k-scheduler-toolbar .k-nav-current .k-lg-date-format, .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
  display: inline-block;
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  display: none;
}

.k-scheduler-refresh {
  float: right;
  padding: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline-block;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
    text-align: right;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    content: "\e006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-i-calendar {
    display: inline-block;
  }
  .k-scheduler-timecolumn {
    width: 5em;
  }
  .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }
  .k-scheduler-datecolumn > div, .k-scheduler-timecolumn > div {
    white-space: normal;
  }
}
.k-scheduler-pdf-export {
  overflow: hidden;
}

.k-pdf-export-shadow .k-scheduler, .k-scheduler-pdf-export .k-scheduler-content, .k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table, .k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table {
  width: 100% !important;
}

.k-tooltip {
  position: absolute;
  z-index: 12000;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 6px;
  background-repeat: repeat-x;
  min-width: 20px;
  text-align: center;
}

.k-tooltip-button {
  text-align: right;
  height: 0;
}

.k-tooltip-content {
  height: 100%;
}

.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}

span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}

.k-invalid-msg {
  display: none;
}

.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}

.k-callout-n {
  top: -12px;
  left: 50%;
  margin-left: -6px;
}

.k-callout-w {
  top: 50%;
  left: -12px;
  margin-top: -6px;
}

.k-callout-s {
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
}

.k-callout-e {
  top: 50%;
  right: -12px;
  margin-top: -6px;
}

.k-slider-tooltip .k-callout-n, .k-slider-tooltip .k-callout-s {
  margin-left: -6px;
}

.k-slider-tooltip .k-callout-e, .k-slider-tooltip .k-callout-w {
  margin-top: -6px;
}

.k-tooltip-validation .k-i-warning {
  vertical-align: text-top;
  margin-right: 3px;
}

.k-tooltip-validation {
  z-index: 9999;
}

.k-toolbar {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 0.28571428em 0;
  overflow: hidden;
  min-height: 2.4375em;
  box-sizing: border-box;
}

.k-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-overflow-container .k-button .k-sprite, .k-toolbar .k-button .k-sprite {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -5px;
}

.k-toolbar .k-input:before {
  content: " ";
  display: inline-block;
  width: 0;
}

.k-toolbar .k-combobox .k-dropdown-wrap:before, .k-toolbar .k-numeric-wrap:before, .k-toolbar .k-picker-wrap:before {
  display: none;
}

.k-overflow-container .k-sprite {
  margin-left: -4px;
}

.k-toolbar-resizable {
  white-space: nowrap;
}

.k-toolbar-resizable {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-toolbar > .k-align-left {
  float: none;
}

.k-toolbar > .k-align-right {
  float: right;
}

.k-toolbar > * {
  display: inline-block;
  vertical-align: middle;
}

.k-toolbar > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-toolbar .k-spacer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-toolbar .k-separator {
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 1px;
  line-height: 2.1428571429em;
}

.k-toolbar .k-button-group {
  list-style-type: none;
}

.k-toolbar .k-button-group > li {
  display: inline-block;
}

.k-toolbar .k-button-group .k-button {
  margin-left: -1px;
  margin-right: 0;
  border-radius: 0;
}

.k-toolbar .k-button, .k-toolbar .k-button-group, .k-toolbar .k-separator, .k-toolbar .k-split-button, .k-toolbar .k-widget, .k-toolbar label, .k-toolbar span:not(.k-maskedtextbox) .k-textbox {
  margin: 0 0.2em;
  vertical-align: middle;
}

.k-toolbar label {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-toolbar .k-split-button {
  padding-left: 0;
  border: 1px solid transparent;
}

.k-toolbar .k-split-button .k-button {
  margin: -1px 0 -1px -1px;
}

.k-toolbar .k-split-button .k-split-button-arrow {
  margin: -1px;
}

.k-toolbar .k-button-group .k-group-start {
  margin-left: 0;
  margin-right: 0;
}

.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}

.k-toolbar .k-overflow-anchor {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 2.8571428571em;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

.k-toolbar .k-overflow-anchor > .k-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px;
}

.k-overflow-container .k-button-group .k-button {
  margin: 0;
}

.k-overflow-container .k-item {
  float: none;
  border: 0;
}

.k-overflow-container .k-separator {
  border-width: 0 0 1px;
  border-style: solid;
  height: 1px;
  line-height: 0;
  font-size: 0;
  padding: 0;
}

.k-overflow-container .k-overflow-button, .k-split-container .k-button {
  text-align: left;
  display: block;
  background: 0 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-split-container {
  margin-top: -1px;
}

.k-overflow-container .k-button-group > li {
  display: block;
}

.k-overflow-container .k-overflow-group {
  display: block;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  margin: 1px 0;
}

.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-overflow-container .k-overflow-group + .k-overflow-group, .k-overflow-container .k-separator + .k-overflow-group, .k-overflow-container .k-toolbar-first-visible {
  border-top: 0;
  margin-top: 0;
  padding-top: 1px;
}

.k-overflow-container .k-overflow-group + .k-separator {
  display: none;
}

.k-overflow-container .k-toolbar-last-visible {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.k-splitter {
  position: relative;
  height: 300px;
}

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane {
  overflow: hidden;
}

.k-splitter .k-scrollable {
  overflow: auto;
}

.k-splitter .k-pane-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.k-ghost-splitbar, .k-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-splitter .k-ghost-splitbar-horizontal, .k-splitter .k-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-ghost-splitbar-vertical, .k-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}

.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}

.k-splitbar-draggable-vertical {
  cursor: n-resize;
}

.k-splitbar .k-resize-handle {
  display: none;
}

.k-restricted-size-horizontal, .k-restricted-size-vertical {
  background-color: red;
}

.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.k-splitbar-horizontal .k-i-arrow-60-right {
  margin-left: -2px;
}

.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
}

.k-splitbar-horizontal .k-i-arrow-60-left {
  margin-left: -3px;
}

.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
}

.k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
}

.k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
}

.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up {
  margin-left: -17px;
}

.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down {
  margin-left: 23px;
}

.k-i-arrow-60-down, .k-i-arrow-60-left, .k-i-arrow-60-right, .k-i-arrow-60-up {
  cursor: pointer;
}

.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 20px;
  margin-top: -10px;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-vertical .k-icon {
  position: absolute;
  left: 50%;
}

.k-splitbar-draggable-horizontal .k-resize-handle, .k-splitbar-draggable-vertical .k-resize-handle {
  display: inline-block;
  border-radius: 1px;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
  width: 3px;
  height: 16px;
  margin-left: 1px;
}

.k-splitbar-draggable-vertical .k-resize-handle {
  width: 16px;
  height: 3px;
  margin-top: 1px;
}

.k-splitbar .k-i-arrow-60-down, .k-splitbar .k-i-arrow-60-left, .k-splitbar .k-i-arrow-60-right, .k-splitbar .k-i-arrow-60-up {
  font-size: 10px;
}

.k-splitter-resizing {
  overflow: hidden;
}

.k-rtl .k-splitbar-horizontal .k-resize-handle {
  margin-right: 1px;
}

.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
  margin-right: -3px;
}

.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
  margin-right: -2px;
}

.k-rtl .k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
  margin-left: -17px;
}

.k-rtl .k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
  margin-left: 23px;
}

html .k-upload {
  position: relative;
}

.k-dropzone em, .k-upload-button {
  vertical-align: middle;
}

.k-dropzone, .k-file {
  position: relative;
}

.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: 0.8em;
  background-color: transparent;
}

.k-dropzone em {
  display: none;
  margin-left: 0.6em;
}

.k-dropzone-active em {
  display: inline-block;
}

.k-dropzone-active .k-upload-status {
  display: none;
}

.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.k-upload .k-upload-button {
  min-width: 7.167em;
  margin-right: 1.6em;
}

.k-upload-sync .k-upload-button {
  margin: 0.8em;
}

.k-upload-button input {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.k-upload-files {
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
  padding-bottom: 5px;
}

.k-upload-files .k-button {
  padding: 0;
}

.k-upload-status .k-i-warning {
  display: none;
}

.k-upload-status-total .k-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}

.k-dropzone .k-upload-status-total {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-ie .k-dropzone .k-upload-status-total {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-upload .k-clear-selected, .k-upload .k-upload-selected {
  display: inline-block;
  width: 50%;
  margin: 0;
  line-height: 1em;
  padding: 1.214em 0;
  border: 0;
}

.k-upload .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}

.k-upload .k-clear-selected {
  border-radius: 0 0 0 4px;
}

.k-upload .k-upload-selected {
  border-radius: 0 0 4px 0;
}

.k-upload-files ~ .k-clear-selected, .k-upload-files ~ .k-upload-selected {
  margin-top: -5px;
}

.k-upload .k-fail {
  background-position: -161px -111px;
}

.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.65em 0.17em 0.65em 1em;
  white-space: nowrap;
}

.k-file .k-upload-action {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin-right: 3px;
}

.k-file .k-icon {
  display: inline-block;
  position: relative;
}

.k-file-extension-wrapper, .k-file-invalid-extension-wrapper, .k-file-name-size-wrapper, .k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  display: inline-block;
}

.k-file-extension-wrapper, .k-file-invalid-extension-wrapper, .k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  position: relative;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  vertical-align: top;
  font-size: 0.57em;
  text-transform: uppercase;
}

.k-file-invalid-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}

.k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}

.k-file-state {
  visibility: hidden;
}

.k-file-name-size-wrapper {
  vertical-align: middle;
  margin-left: 1em;
  max-width: calc(100% - 24px - 7em);
}

.k-file-extension-wrapper:before, .k-file-invalid-extension-wrapper:before, .k-multiple-files-extension-wrapper:after, .k-multiple-files-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:after, .k-multiple-files-invalid-extension-wrapper:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
}

.k-file-extension-wrapper:before, .k-file-invalid-extension-wrapper:before, .k-multiple-files-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}

.k-multiple-files-extension-wrapper:after, .k-multiple-files-invalid-extension-wrapper:after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}

.k-file-extension, .k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}

.k-file-extension {
  margin-left: 0.4em;
  margin-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.k-file-invalid-icon {
  margin-left: 5px;
}

.k-file-information, .k-file-name, .k-file-size, .k-file-validation-message {
  display: block;
}

.k-file-name {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-file-information, .k-file-size, .k-file-validation-message {
  font-size: 0.78em;
  line-height: 1.5em;
}

.k-file-information, .k-file-validation-message {
  line-height: 1.5em;
}

.k-file-size {
  line-height: 1.2em;
}

.k-upload-files .k-upload-status {
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 1em;
  opacity: 0.65;
}

.k-button.k-upload-action.k-state-active:hover, .k-button.k-upload-action:active:hover, .k-button.k-upload-action:hover, .k-upload-action {
  color: inherit;
  background: 0 0;
  border: 0;
}

.k-upload-action {
  opacity: 0.6;
}

.k-upload-action:hover {
  opacity: 1;
}

.k-upload-action .k-icon {
  vertical-align: top;
}

.k-file .k-upload-status .k-button, .k-file .k-upload-status > .k-icon {
  vertical-align: middle;
  border-radius: 50%;
}

.k-dropzone .k-upload-status {
  position: static;
  margin-left: 10px;
}

.k-upload-pct {
  margin-right: 0.75em;
}

.k-ie9 .k-upload-status-total {
  top: 1.5em;
}

.k-ie9 .k-upload-status-total > .k-icon {
  margin-top: -3px;
}

.k-upload-action {
  line-height: normal;
}

.k-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.k-file-invalid > .k-progress {
  width: 100%;
}

.k-upload-selected {
  min-width: 7.167em;
  margin: 0.25em 0 0;
  box-sizing: content-box;
}

.k-upload-cancel, .k-upload-selected {
  margin-bottom: 0.8em;
}

.k-upload-selected {
  margin-left: 0.8em;
  margin-right: 0.2em;
}

.k-rtl .k-file-extension-wrapper {
  margin-left: 14px;
}

.k-mediaplayer {
  position: relative;
}

.k-mediaplayer > iframe, .k-mediaplayer > video {
  vertical-align: top;
}

.k-mediaplayer .k-mediaplayer-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.k-mediaplayer-titlebar {
  padding: 8px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0));
}

.k-mediaplayer-toolbar-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar {
  padding: 2px;
  border-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.k-mediaplayer-toolbar > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-mediaplayer-toolbar > * + * {
  margin-left: 5px;
}

.k-mediaplayer-toolbar .k-toolbar-spacer {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.k-mediaplayer-toolbar .k-align-right > * + * {
  margin-left: 5px;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality {
  width: auto;
  padding: 0;
  background: none transparent;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap {
  border: 0 none;
  box-shadow: none;
  padding: 0;
  background: none transparent;
  color: inherit;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input {
  display: none;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select {
  position: relative;
  width: auto;
  min-height: 0;
  line-height: inherit;
}

.k-mediaplayer-quality-wrap, .k-mediaplayer-volume-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-quality-list {
  width: 80px !important;
  margin-left: -32px !important;
}

.k-slider.k-mediaplayer-seekbar {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 0;
}

.k-slider.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
  border-radius: 0;
}

.k-slider.k-mediaplayer-seekbar .k-slider-selection {
  border-radius: 0;
}

.k-slider.k-mediaplayer-seekbar .k-draghandle {
  opacity: 0;
  transition: 0.2s opacity;
}

.k-slider.k-mediaplayer-seekbar .k-draghandle.k-state-selected, .k-slider.k-mediaplayer-seekbar:hover .k-draghandle {
  opacity: 1;
}

.k-mediaplayer-fullscreen {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-align-right > * {
  display: inline-block;
  vertical-align: middle;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-bare.k-button {
  height: auto;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-toolbar-spacer {
  display: none;
}

.k-toolbar-wrap {
  float: left;
}

.k-toolbar-wrap .k-dropzone em, .k-toolbar-wrap .k-upload-files {
  display: none;
}

.k-toolbar-wrap .k-dropzone {
  border: 0;
  padding: 0;
}

.k-toolbar-wrap .k-dropzone-active {
  text-align: center;
}

.k-toolbar-wrap .k-dropzone-active em {
  display: inline;
  margin: 0;
  font-size: 5em;
  font-style: normal;
}

.k-toolbar-wrap .k-dropzone-active .k-upload-button {
  display: none;
}

.k-filebrowser-dropzone {
  z-index: 10010;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: fixed;
}

.k-search-wrap {
  position: relative;
  float: right;
  width: 20%;
  padding: 0;
}

.k-search-wrap label {
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 20px;
  font-style: italic;
}

.k-search-wrap input.k-input {
  padding-left: 0;
  padding-right: 0;
}

.k-search-wrap .k-search {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: 0;
  margin-top: -8px;
}

.k-breadcrumbs {
  position: relative;
  float: left;
  width: 79%;
}

.k-breadcrumbs-wrap {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  padding-left: 5px;
  line-height: 18px;
}

.k-breadcrumbs > .k-input {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  border: 0;
}

.k-breadcrumbs .k-link, .k-breadcrumbs-wrap .k-icon {
  margin-top: 0;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}

.k-breadcrumbs .k-link:hover {
  text-decoration: underline;
}

.k-filebrowser .k-tile .k-file, .k-filebrowser .k-tile .k-folder, .k-filebrowser .k-tile .k-i-file, .k-filebrowser .k-tile .k-i-folder {
  font-size: 5em;
}

.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left {
  text-decoration: none;
  cursor: default;
}

.k-filebrowser .k-filebrowser-toolbar {
  border-style: solid;
  border-width: 1px;
  margin: 8px 0 0;
  padding: 0.25em;
  line-height: 23px;
  white-space: nowrap;
}

.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled {
  display: none;
}

.k-filebrowser .k-tiles-arrange {
  float: right;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 5.3em;
}

.k-filebrowser .k-upload {
  float: left;
  z-index: 10010;
  border-width: 0;
  background-color: transparent;
}

.k-filebrowser .k-upload .k-upload-status {
  display: none;
}

.k-filebrowser .k-upload .k-upload-button {
  width: auto;
  margin-left: 0;
}

.k-tiles {
  clear: both;
  height: 390px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  margin: 0 0 1.4em;
  padding: 9px;
  overflow: auto;
  line-height: 1.2;
}

.k-tile {
  float: left;
  width: 223px;
  height: 88px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin: 1px;
  padding: 0 0 4px;
  background-position: 0 100px;
  background-repeat: repeat-x;
  cursor: pointer;
}

.k-tiles li.k-state-hover, .k-tiles li.k-state-selected {
  background-position: 0 center;
}

.k-filebrowser .k-thumb {
  float: left;
  display: inline;
  width: 80px;
  height: 80px;
  margin: 4px 10px 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-filebrowser .k-file, .k-filebrowser .k-i-file {
  width: 80px;
  height: 80px;
}

.k-filebrowser .k-image {
  margin: 2px 0 0 2px;
}

.k-filebrowser .k-folder, .k-filebrowser .k-i-folder {
  width: 80px;
  height: 80px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}

.k-filebrowser .k-loading {
  margin: 35px 0 0 33px;
}

.k-tile input, .k-tile strong {
  margin: 10px 0 4px;
  font-weight: 400;
}

.k-tile strong {
  float: left;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-tile input {
  width: 100px;
}

.k-tile input, .k-tile strong {
  display: block;
}

.k-tile .k-filesize {
  display: inline-block;
}

.k-filebrowser .k-form-text-row {
  text-align: right;
}

.k-filebrowser .k-form-text-row label {
  width: 14%;
}

.k-filebrowser .k-form-text-row input {
  width: 80%;
}

.k-tile-empty {
  margin: 160px 0 0;
}

.k-tile-empty .k-dialog-upload {
  font-weight: 700;
  font-size: 120%;
}

.k-tile-empty strong {
  display: block;
  margin: 0 0 0.2em;
  font-size: 3em;
  font-weight: 400;
}

.k-tile-empty, .k-tile-empty .k-button-wrapper {
  text-align: center;
}

.k-chart, .k-gauge, .k-sparkline, .k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-chart, .k-stockchart {
  height: 400px;
}

.k-chart > canvas {
  vertical-align: top;
}

.k-stockchart, div.k-chart, div.k-gauge, span.k-sparkline {
  background-color: transparent;
}

.k-gauge {
  text-align: left;
  position: relative;
}

.k-arcgauge {
  display: inline-block;
}

.k-arcgauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
}

.k-baseline-marker {
  zoom: 1;
}

.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 12000;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}

.k-chart-tooltip-inverse {
  color: #000;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}

.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 0.1em 0.2em;
}

.k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
}

.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}

.k-selection {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-bottom: 0;
  height: 100%;
}

.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.01);
  filter: alpha(opacity=1);
}

.k-handle {
  background: #d2d2d2;
  width: 7px;
  height: 26px;
  cursor: e-resize;
  z-index: 1;
  border-radius: 6px;
  position: absolute;
}

.k-handle div {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.k-left-handle {
  left: -4px;
}

.k-right-handle {
  right: -4px;
}

.k-left-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 30px 0 0;
}

.k-left-handle.k-handle-active div {
  margin-left: -40px;
  padding-right: 55px;
}

.k-right-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 0 0 30px;
}

.k-right-handle.k-handle-active div {
  padding-left: 55px;
}

.k-mask {
  position: absolute;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.k-border {
  background: #d2d2d2;
  width: 1px;
  height: 100%;
  position: absolute;
}

.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #d2d2d2;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.k-sparkline, .k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

.k-sparkline span {
  height: 100%;
  width: 100%;
}

.k-diagram, .k-map {
  height: 600px;
}

.k-diagram .km-scroll-wrapper, .k-map .km-scroll-wrapper {
  padding-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-diagram .km-scroll-container, .k-diagram .km-scroll-wrapper, .k-map .km-scroll-container, .k-map .km-scroll-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-diagram .k-layer, .k-map .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.k-diagram .km-touch-scrollbar, .k-map .km-touch-scrollbar {
  display: none;
}

.k-map .k-marker {
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  position: absolute;
  cursor: pointer;
  overflow: visible;
}

.k-map .k-pos-top {
  top: 0;
}

.k-map .k-pos-bottom {
  bottom: 0;
}

.k-map .k-pos-left {
  left: 0;
}

.k-map .k-pos-right {
  right: 0;
}

.k-map-controls {
  position: absolute;
}

.k-map-controls.k-pos-left .k-widget:first-child {
  margin-right: 0;
}

.k-map-controls.k-pos-right .k-widget:first-child {
  margin-left: 0;
}

.k-navigator {
  width: 50px;
  height: 50px;
  margin: 20px;
  border-radius: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator > button {
  border-color: transparent;
  background: 0 0;
}

div.k-navigator > .k-button {
  margin: 0;
  padding: 0;
  line-height: 10px;
  border-radius: 16px;
  position: absolute;
  font-size: 1px;
  line-height: 1px;
}

div.k-navigator .k-navigator-n, div.k-navigator .k-navigator-up {
  top: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-e, div.k-navigator .k-navigator-right {
  right: 2px;
  top: 50%;
  margin-top: -9px;
}

div.k-navigator .k-navigator-down, div.k-navigator .k-navigator-s {
  bottom: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-left, div.k-navigator .k-navigator-w {
  left: 2px;
  top: 50%;
  margin-top: -9px;
}

.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}

.k-zoom-control {
  margin: 14px;
  vertical-align: middle;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-button-wrap {
  border-radius: 4px;
  display: inline-block;
}

.k-button-wrap .k-button {
  position: relative;
  padding: 4px;
  line-height: 16px;
}

.k-button-wrap .k-button .k-icon {
  vertical-align: top;
}

.k-buttons-horizontal :first-child {
  border-radius: 4px 0 0 4px;
}

.k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: -1px;
}

.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.k-button-wrap .k-button:hover {
  z-index: 1;
}

.k-buttons-vertical .k-button {
  display: block;
}

.k-buttons-vertical :first-child {
  border-radius: 4px 4px 0 0;
}

.k-buttons-vertical .k-zoom-out {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.k-zoom-text {
  margin: 0;
  width: 4.3em;
  vertical-align: top;
}

.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 4px 4px 0;
}

.k-rtl .k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}

.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -1px;
}

.k-diagram {
  height: 600px;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-canvas-container {
  width: 100%;
  height: 100%;
}

.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  overflow: hidden;
  height: 400px;
}

.k-treemap-tile {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}

.k-treemap-tile.k-leaf {
  padding: 0.6em;
}

.k-treemap-wrap.k-last > .k-treemap-tile {
  padding: 0.3em;
}

.k-treemap-tile.k-state-hover {
  z-index: 2;
  background-image: none;
}

.k-treemap > .k-treemap-tile {
  position: relative;
  height: 100%;
}

.k-treemap-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.42em;
  height: 2.42em;
  padding: 0 0.6em;
  white-space: nowrap;
}

.k-treemap-wrap .k-treemap-title {
  border-width: 0 0 1px;
  border-style: solid;
}

.k-treemap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-treemap-title + .k-treemap-wrap {
  top: 2.42em;
}

.k-treemap-title-vertical {
  box-sizing: border-box;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.42em;
  line-height: 2.42em;
  overflow: hidden;
  padding: 0.6em 0;
  white-space: nowrap;
}

.k-treemap-title-vertical > div {
  position: absolute;
  top: 0;
  right: 1.23em;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.k-treemap-title-vertical + .k-treemap-wrap {
  left: 2.42em;
}

.k-pane, .k-pane-wrapper, .k-root {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.k-pane-wrapper {
  position: relative;
  font-size: 14px;
}

.k-pane-wrapper .k-pane {
  font-family: sans-serif;
  overflow-x: hidden;
}

.k-pane-wrapper .k-view {
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
}

.k-pane-wrapper .k-content {
  min-height: 1px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}

.k-pane-wrapper .k-grid-column-menu > .k-header, .k-pane-wrapper .k-grid-edit-form > .k-header, .k-pane-wrapper .k-grid-filter-menu > .k-header, .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3em 0.6em;
  width: auto;
  line-height: 2em;
}

.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done .k-icon {
  font-size: 1.5em;
}

.k-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}

.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer, .k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar {
  line-height: 2em;
}

.k-pane-wrapper > div.k-pane {
  box-shadow: none;
  font-weight: 400;
}

.k-pane-wrapper .k-grid-column-menu .k-content, .k-pane-wrapper .k-grid-edit-form .k-content, .k-pane-wrapper .k-grid-filter-menu .k-content, .k-pane-wrapper .k-popup-edit-form .k-content {
  overflow-y: auto;
}

.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
  margin: 1em;
  font-weight: 400;
}

.k-pane-wrapper .k-grid-edit-form .k-edit-form-container, .k-pane-wrapper .k-grid-edit-form .k-popup-edit-form {
  width: auto;
}

.k-grid-mobile {
  border-width: 0;
}

.k-grid-mobile .k-resize-handle-inner::before {
  content: "\e01e";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.2em;
}

.k-grid-mobile .k-edit-cell > input, .k-grid-mobile .k-edit-cell > select, .k-grid-mobile .k-grid-edit-row > td > input, .k-grid-mobile .k-grid-edit-row > td > select {
  width: 100%;
  box-sizing: border-box;
}

.k-grid-mobile .k-header a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
  width: 100%;
  margin: -1px 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
  white-space: nowrap;
}

.k-scheduler-mobile {
  border-width: 0;
}

.k-scheduler-mobile th {
  font-weight: 400;
}

.k-scheduler-mobile .k-scheduler-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button {
  padding: 4px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button span {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-i-calendar {
  display: inline-block;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current, .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next, .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev {
  border: 0;
  background: 0 0;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
  font-size: 9px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-scheduler-mobile .k-scheduler-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
  height: 40px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
  vertical-align: top;
  text-align: center;
}

.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-times table tr:first-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header table:not(.k-scheduler-header-all-day) tr:last-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
  width: 1%;
}

.k-scheduler-mobile .k-mobile-header .k-scheduler-table td, .k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
  height: 1.5em;
}

.k-scheduler-mobile .k-time-period, .k-scheduler-mobile .k-time-text {
  display: block;
  line-height: 1;
}

.k-scheduler-mobile .k-time-period {
  font-size: 0.7em;
}

.k-scheduler-mobile .k-scheduler-table td, .k-scheduler-mobile .k-scheduler-table th {
  height: 2em;
  vertical-align: middle;
}

.k-scheduler-mobile .k-scheduler-times th {
  font-size: 1em;
}

.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-task {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
  border-radius: 50%;
}

.k-scheduler-mobile .k-task .k-i-reload {
  font-size: 1em;
  margin-right: 0.5em;
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn {
  vertical-align: top;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 0;
}

.k-pane-wrapper .k-pane * {
  background-clip: border-box;
}

.k-pane-wrapper .k-mobile-list, .k-pane-wrapper .k-mobile-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  background: 0 0;
}

.k-pane-wrapper .k-mobile-list.k-column-menu > ul > li, .k-pane-wrapper .k-mobile-list.k-column-menu > ul > li > ul, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li > ul {
  margin: 1em 0;
}

.k-pane-wrapper .k-mobile-list.k-column-menu > ul > li .k-filter-help-text, .k-pane-wrapper .k-mobile-list.k-column-menu > ul > li .k-list-title, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li .k-filter-help-text, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li .k-list-title {
  display: block;
  padding: 1em 1em 0 1em;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form > ul {
  margin-top: 1em;
}

.k-pane-wrapper .k-mobile-list.k-scheduler-edit-form .k-content > ul {
  margin: 1em 0;
}

.k-pane-wrapper .k-mobile-list .k-item > * {
  line-height: normal;
}

.k-pane-wrapper .k-mobile-list .k-item, .k-pane-wrapper .k-mobile-list .k-item > .k-label, .k-pane-wrapper .k-mobile-list .k-item > .k-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style-type: none;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.6em;
  overflow: visible;
  text-decoration: none;
}

.k-pane-wrapper .k-mobile-list .k-item > .k-label, .k-pane-wrapper .k-mobile-list .k-item > .k-link {
  padding: 0.5em 1em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.k-pane-wrapper .k-mobile-list .k-item .k-filter-input-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-and-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-or-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-operator-text, .k-pane-wrapper .k-mobile-list .k-item .k-item-title {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-pane-wrapper .k-mobile-list .k-item.k-recur-view {
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-label, .k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before {
  content: "\e014";
  position: absolute;
  right: 0.5em;
  font: 1.5em/1 WebComponentsIcons;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item {
  padding: 0.5em 1em;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item .k-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0;
  pointer-events: none;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label > input, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label > select, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link > input, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link > select {
  min-width: 50%;
  max-width: 50%;
  font-size: 100%;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label .k-check, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label .k-radio-label, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link .k-check, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link .k-radio-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after {
  top: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right {
  border: 0;
  padding: 0 10px;
  background: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > input {
  width: 100%;
  height: 2em;
  padding: 1px 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 1em;
  border-width: 1px;
  border-style: solid;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom {
  right: 15px;
  z-index: 2;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-filter-tools {
  margin: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div, .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-mobiletimezoneeditor {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 100%;
  text-align: end;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-mobiletimezoneeditor, .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div input:not([type=checkbox]), .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div select {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 100%;
  max-width: 100%;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap {
  display: -ms-flexbox;
  display: flex;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap .k-recur-editor-text {
  margin-left: 0.5em;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap input:not([type=checkbox]), .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap select {
  min-width: 50%;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-tooltip-validation {
  top: 100%;
  left: 0;
}

.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap {
  max-height: none;
}

.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-label, .k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-link, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-label, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-link {
  white-space: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-pane-wrapper .k-mobile-list .k-state-disabled {
  opacity: 1;
}

.k-pane-wrapper .k-mobile-list .k-state-disabled > * {
  opacity: 0.7;
}

.k-check[type=checkbox], .k-check[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.k-pane-wrapper .k-mobile-list .k-label .k-check, .k-pane-wrapper .k-mobile-list .k-link .k-check {
  border-width: 1px;
  border-style: solid;
  font-size: inherit;
  outline: 0;
  width: 13px;
  height: 13px;
  margin: 0.26em 1em 0.26em 0;
}

.k-ie .k-pane-wrapper .k-label .k-check, .k-ie .k-pane-wrapper .k-link .k-check {
  text-indent: -9999px;
  width: 1.01em;
  height: 1em;
}

.k-ie .k-pane-wrapper .k-grid .k-icon {
  text-indent: 0;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
  display: none;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-current-page .k-link {
  line-height: 0.9em;
}

.km-scroll-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-collapse: separate;
  -webkit-transform: translatez(0);
}

.k-widget .km-scroll-wrapper {
  position: relative;
  padding-bottom: 0;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: 0.3em;
  width: 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s linear;
  transition: "opacity 0.3s linear";
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 2px;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}

.k-pane-wrapper[dir=rtl] .k-grid-column-menu > .k-header, .k-pane-wrapper[dir=rtl] .k-grid-edit-form > .k-header, .k-pane-wrapper[dir=rtl] .k-grid-filter-menu > .k-header, .k-pane-wrapper[dir=rtl] .k-scheduler-edit-form > .k-header, .k-rtl .k-pane-wrapper .k-grid-column-menu > .k-header, .k-rtl .k-pane-wrapper .k-grid-edit-form > .k-header, .k-rtl .k-pane-wrapper .k-grid-filter-menu > .k-header, .k-rtl .k-pane-wrapper .k-scheduler-edit-form > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-column-menu > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-edit-form > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-filter-menu > .k-header, [dir=rtl] .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-pane-wrapper[dir=rtl] .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before, .k-rtl .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before, [dir=rtl] .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before {
  content: "\e016";
  right: auto;
  left: 0.5em;
}

.k-pane-wrapper[dir=rtl] .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom, .k-rtl .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom, [dir=rtl] .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom {
  left: 15px;
  right: auto;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
  border: 0;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-task .k-i-reload, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
  margin-left: 0.5em;
  margin-right: 0;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, [dir=rtl] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-fx-end .k-fx-current, .k-fx-end .k-fx-next {
  transition: all 350ms ease-out;
}

.k-fx {
  position: relative;
}

.k-fx .k-fx-current {
  z-index: 0;
}

.k-fx .k-fx-next {
  z-index: 1;
}

.k-fx-hidden, .k-fx-hidden * {
  visibility: hidden !important;
}

.k-fx-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}

.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  transition: all 350ms ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-virtual-wrap {
  position: relative;
}

.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.k-virtual-list > .k-virtual-content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.k-virtual-option-label {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.k-virtual-wrap > .k-virtual-header {
  text-align: right;
}

.k-popup .k-item.k-first {
  position: relative;
}

.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

.k-popup .k-list .k-item > .k-group, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  text-transform: uppercase;
  font-size: 0.857em;
}

.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  line-height: 1.8;
}

.k-popup .k-state-hover > .k-group {
  right: -1px;
}

.k-group-header + .k-list > .k-item.k-first, .k-static-header + .k-list > .k-item.k-first, .k-virtual-item.k-first {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  text-align: right;
}

@font-face {
  font-family: WebComponentsIcons;
  src: url(/res/use/fonts/glyphs/WebComponentsIcons.eot?gedxeo);
  src: url(/res/use/fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format("embedded-opentype"), url(/res/use/fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format("truetype"), url(/res/use/fonts/glyphs/WebComponentsIcons.woff?gedxeo) format("woff"), url(/res/use/fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.k-i-arrow-45-up-right:before {
  content: "\e000";
}

.k-i-collapse-ne:before {
  content: "\e000";
}

.k-i-resize-ne:before {
  content: "\e000";
}

.k-i-arrow-45-down-right:before {
  content: "\e001";
}

.k-i-collapse-se:before {
  content: "\e001";
}

.k-i-collapse:before {
  content: "\e001";
}

.k-i-resize-se:before {
  content: "\e001";
}

.k-i-arrow-45-down-left:before {
  content: "\e002";
}

.k-i-collapse-sw:before {
  content: "\e002";
}

.k-i-resize-sw:before {
  content: "\e002";
}

.k-i-arrow-45-up-left:before {
  content: "\e003";
}

.k-i-collapse-nw:before {
  content: "\e003";
}

.k-i-resize-new:before {
  content: "\e003";
}

.k-i-arrow-60-up:before {
  content: "\e004";
}

.k-i-arrow-n:before {
  content: "\e004";
}

.k-i-kpi-trend-increase:before {
  content: "\e004";
}

.k-i-arrow-60-right:before {
  content: "\e005";
}

.k-i-arrow-e:before {
  content: "\e005";
}

.k-i-expand:before {
  content: "\e005";
}

.k-i-arrow-60-down:before {
  content: "\e006";
}

.k-i-arrow-s:before {
  content: "\e006";
}

.k-i-kpi-trend-decrease:before {
  content: "\e006";
}

.k-i-arrow-60-left:before {
  content: "\e007";
}

.k-i-arrow-w:before {
  content: "\e007";
}

.k-i-arrow-end-up:before {
  content: "\e008";
}

.k-i-seek-n:before {
  content: "\e008";
}

.k-i-arrow-end-right:before {
  content: "\e009";
}

.k-i-seek-e:before {
  content: "\e009";
}

.k-i-arrow-end-down:before {
  content: "\e00a";
}

.k-i-seek-s:before {
  content: "\e00a";
}

.k-i-arrow-end-left:before {
  content: "\e00b";
}

.k-i-seek-w:before {
  content: "\e00b";
}

.k-i-arrow-double-60-up:before {
  content: "\e00c";
}

.k-i-arrow-seek-up:before {
  content: "\e00c";
}

.k-i-arrow-double-60-right:before {
  content: "\e00d";
}

.k-i-arrow-seek-right:before {
  content: "\e00d";
}

.k-i-forward-sm:before {
  content: "\e00d";
}

.k-i-arrow-double-60-down:before {
  content: "\e00e";
}

.k-i-arrow-seek-down:before {
  content: "\e00e";
}

.k-i-arrow-double-60-left:before {
  content: "\e00f";
}

.k-i-arrow-seek-left:before {
  content: "\e00f";
}

.k-i-rewind-sm:before {
  content: "\e00f";
}

.k-i-arrows-kpi:before {
  content: "\e010";
}

.k-i-kpi:before {
  content: "\e010";
}

.k-i-arrows-no-change:before {
  content: "\e011";
}

.k-i-arrow-overflow-down:before {
  content: "\e012";
}

.k-i-arrow-chevron-up:before {
  content: "\e013";
}

.k-i-arrow-chevron-right:before {
  content: "\e014";
}

.k-i-arrow-chevron-down:before {
  content: "\e015";
}

.k-i-arrow-chevron-left:before {
  content: "\e016";
}

.k-i-arrow-up:before {
  content: "\e017";
}

.k-i-arrow-right:before {
  content: "\e018";
}

.k-i-arrow-down:before {
  content: "\e019";
}

.k-i-arrow-left:before {
  content: "\e01a";
}

.k-i-arrow-drill:before {
  content: "\e01b";
}

.k-i-arrow-parent:before {
  content: "\e01c";
}

.k-i-arrow-root:before {
  content: "\e01d";
}

.k-i-arrows-resizing:before {
  content: "\e01e";
}

.k-i-arrows-dimensions:before {
  content: "\e01f";
}

.k-i-arrows-swap:before {
  content: "\e020";
}

.k-i-drag-and-drop:before {
  content: "\e021";
}

.k-i-categorize:before {
  content: "\e022";
}

.k-i-grid:before {
  content: "\e023";
}

.k-i-grid-layout:before {
  content: "\e024";
}

.k-i-group:before {
  content: "\e025";
}

.k-i-ungroup:before {
  content: "\e026";
}

.k-i-handler-drag:before {
  content: "\e027";
}

.k-i-layout:before {
  content: "\e028";
}

.k-i-layout-1-by-4:before {
  content: "\e029";
}

.k-i-layout-2-by-2:before {
  content: "\e02a";
}

.k-i-layout-side-by-side:before {
  content: "\e02b";
}

.k-i-layout-stacked:before {
  content: "\e02c";
}

.k-i-columns:before {
  content: "\e02d";
}

.k-i-rows:before {
  content: "\e02e";
}

.k-i-reorder:before {
  content: "\e02f";
}

.k-i-menu:before {
  content: "\e030";
}

.k-i-more-vertical:before {
  content: "\e031";
}

.k-i-more-horizontal:before {
  content: "\e032";
}

.k-i-undo:before {
  content: "\e100";
}

.k-i-redo:before {
  content: "\e101";
}

.k-i-reset:before {
  content: "\e102";
}

.k-i-reload:before {
  content: "\e103";
}

.k-i-refresh:before {
  content: "\e103";
}

.k-i-recurrence:before {
  content: "\e103";
}

.k-i-non-recurrence:before {
  content: "\e104";
}

.k-i-reset-sm:before {
  content: "\e105";
}

.k-i-reload-sm:before {
  content: "\e106";
}

.k-i-refresh-sm:before {
  content: "\e106";
}

.k-i-recurrence-sm:before {
  content: "\e106";
}

.k-i-clock:before {
  content: "\e107";
}

.k-i-calendar:before {
  content: "\e108";
}

.k-i-save:before {
  content: "\e109";
}

.k-i-floppy:before {
  content: "\e109";
}

.k-i-print:before {
  content: "\e10a";
}

.k-i-printer:before {
  content: "\e10a";
}

.k-i-edit:before {
  content: "\e10b";
}

.k-i-pencil:before {
  content: "\e10b";
}

.k-i-delete:before {
  content: "\e10c";
}

.k-i-trash:before {
  content: "\e10c";
}

.k-i-attachment:before {
  content: "\e10d";
}

.k-i-clip:before {
  content: "\e10d";
}

.k-i-attachment-45:before {
  content: "\e10e";
}

.k-i-clip-45:before {
  content: "\e10e";
}

.k-i-link-horizontal:before {
  content: "\e10f";
}

.k-i-hyperlink:before {
  content: "\e10f";
}

.k-i-unlink-horizontal:before {
  content: "\e110";
}

.k-i-hyperlink-remove:before {
  content: "\e110";
}

.k-i-link-vertical:before {
  content: "\e111";
}

.k-i-unlink-vertical:before {
  content: "\e112";
}

.k-i-lock:before {
  content: "\e113";
}

.k-i-unlock:before {
  content: "\e114";
}

.k-i-cancel:before {
  content: "\e115";
}

.k-i-cancel-outline:before {
  content: "\e116";
}

.k-i-cancel-circle:before {
  content: "\e117";
}

.k-i-check:before {
  content: "\e118";
}

.k-i-checkmark:before {
  content: "\e118";
}

.k-i-tick:before {
  content: "\e118";
}

.k-i-check-outline:before {
  content: "\e119";
}

.k-i-checkmark-outline:before {
  content: "\e119";
}

.k-i-success:before {
  content: "\e119";
}

.k-i-check-circle:before {
  content: "\e11a";
}

.k-i-checkmark-circle:before {
  content: "\e11a";
}

.k-i-close:before {
  content: "\e11b";
}

.k-i-x:before {
  content: "\e11b";
}

.k-i-close-outline:before {
  content: "\e11c";
}

.k-i-x-outline:before {
  content: "\e11c";
}

.k-i-error:before {
  content: "\e11c";
}

.k-i-close-circle:before {
  content: "\e11d";
}

.k-i-x-circle:before {
  content: "\e11d";
}

.k-i-plus:before {
  content: "\e11e";
}

.k-i-add:before {
  content: "\e11e";
}

.k-i-plus-outline:before {
  content: "\e11f";
}

.k-i-plus-circle:before {
  content: "\e120";
}

.k-i-minus:before {
  content: "\e121";
}

.k-i-kpi-trend-equal:before {
  content: "\e121";
}

.k-i-minus-outline:before {
  content: "\e122";
}

.k-i-minus-circle:before {
  content: "\e123";
}

.k-i-sort-asc:before {
  content: "\e124";
}

.k-i-sort-desc:before {
  content: "\e125";
}

.k-i-unsort:before {
  content: "\e126";
}

.k-i-sort-clear:before {
  content: "\e126";
}

.k-i-sort-asc-sm:before {
  content: "\e127";
}

.k-i-sort-desc-sm:before {
  content: "\e128";
}

.k-i-filter:before {
  content: "\e129";
}

.k-i-filter-clear:before {
  content: "\e12a";
}

.k-i-filter-sm:before {
  content: "\e12b";
}

.k-i-filter-sort-asc-sm:before {
  content: "\e12c";
}

.k-i-filter-sort-desc-sm:before {
  content: "\e12d";
}

.k-i-filter-add-expression:before {
  content: "\e12e";
}

.k-i-filter-add-group:before {
  content: "\e12f";
}

.k-i-login:before {
  content: "\e130";
}

.k-i-logout:before {
  content: "\e131";
}

.k-i-download:before {
  content: "\e132";
}

.k-i-upload:before {
  content: "\e133";
}

.k-i-hyperlink-open:before {
  content: "\e134";
}

.k-i-hyperlink-open-sm:before {
  content: "\e135";
}

.k-i-launch:before {
  content: "\e136";
}

.k-i-window:before {
  content: "\e137";
}

.k-i-window-maximize:before {
  content: "\e137";
}

.k-i-windows:before {
  content: "\e138";
}

.k-i-window-restore:before {
  content: "\e138";
}

.k-i-tiles:before {
  content: "\e138";
}

.k-i-window-minimize:before {
  content: "\e139";
}

.k-i-gear:before {
  content: "\e13a";
}

.k-i-cog:before {
  content: "\e13a";
}

.k-i-custom:before {
  content: "\e13a";
}

.k-i-gears:before {
  content: "\e13b";
}

.k-i-cogs:before {
  content: "\e13b";
}

.k-i-wrench:before {
  content: "\e13c";
}

.k-i-settings:before {
  content: "\e13c";
}

.k-i-preview:before {
  content: "\e13d";
}

.k-i-eye:before {
  content: "\e13d";
}

.k-i-zoom:before {
  content: "\e13e";
}

.k-i-search:before {
  content: "\e13e";
}

.k-i-zoom-in:before {
  content: "\e13f";
}

.k-i-zoom-out:before {
  content: "\e140";
}

.k-i-pan:before {
  content: "\e141";
}

.k-i-move:before {
  content: "\e141";
}

.k-i-calculator:before {
  content: "\e142";
}

.k-i-cart:before {
  content: "\e143";
}

.k-i-shopping-cart:before {
  content: "\e143";
}

.k-i-connector:before {
  content: "\e144";
}

.k-i-plus-sm:before {
  content: "\e145";
}

.k-i-minus-sm:before {
  content: "\e146";
}

.k-i-kpi-status-deny:before {
  content: "\e147";
}

.k-i-kpi-status-hold:before {
  content: "\e148";
}

.k-i-kpi-status-open:before {
  content: "\e149";
}

.k-i-play:before {
  content: "\e200";
}

.k-i-pause:before {
  content: "\e201";
}

.k-i-stop:before {
  content: "\e202";
}

.k-i-rewind:before {
  content: "\e203";
}

.k-i-forward:before {
  content: "\e204";
}

.k-i-volume-down:before {
  content: "\e205";
}

.k-i-volume-up:before {
  content: "\e206";
}

.k-i-volume-off:before {
  content: "\e207";
}

.k-i-hd:before {
  content: "\e208";
}

.k-i-subtitles:before {
  content: "\e209";
}

.k-i-playlist:before {
  content: "\e20a";
}

.k-i-audio:before {
  content: "\e20b";
}

.k-i-play-sm:before {
  content: "\e20c";
}

.k-i-pause-sm:before {
  content: "\e20d";
}

.k-i-stop-sm:before {
  content: "\e20e";
}

.k-i-heart-outline:before {
  content: "\e300";
}

.k-i-fav-outline:before {
  content: "\e300";
}

.k-i-favorite-outline:before {
  content: "\e300";
}

.k-i-heart:before {
  content: "\e301";
}

.k-i-fav:before {
  content: "\e301";
}

.k-i-favorite:before {
  content: "\e301";
}

.k-i-star-outline:before {
  content: "\e302";
}

.k-i-bookmark-outline:before {
  content: "\e302";
}

.k-i-star:before {
  content: "\e303";
}

.k-i-bookmark:before {
  content: "\e303";
}

.k-i-checkbox:before {
  content: "\e304";
}

.k-i-shape-rect:before {
  content: "\e304";
}

.k-i-checkbox-checked:before {
  content: "\e305";
}

.k-i-tri-state-indeterminate:before {
  content: "\e306";
}

.k-i-tri-state-null:before {
  content: "\e307";
}

.k-i-circle:before {
  content: "\e308";
}

.k-i-radiobutton:before {
  content: "\e309";
}

.k-i-shape-circle:before {
  content: "\e309";
}

.k-i-radiobutton-checked:before {
  content: "\e30a";
}

.k-i-notification:before {
  content: "\e400";
}

.k-i-bell:before {
  content: "\e400";
}

.k-i-information:before {
  content: "\e401";
}

.k-i-info:before {
  content: "\e401";
}

.k-i-note:before {
  content: "\e401";
}

.k-i-question:before {
  content: "\e402";
}

.k-i-help:before {
  content: "\e402";
}

.k-i-warning:before {
  content: "\e403";
}

.k-i-exception:before {
  content: "\e403";
}

.k-i-photo-camera:before {
  content: "\e500";
}

.k-i-image:before {
  content: "\e501";
}

.k-i-photo:before {
  content: "\e501";
}

.k-i-image-export:before {
  content: "\e502";
}

.k-i-photo-export:before {
  content: "\e502";
}

.k-i-zoom-actual-size:before {
  content: "\e503";
}

.k-i-zoom-best-fit:before {
  content: "\e504";
}

.k-i-image-resize:before {
  content: "\e505";
}

.k-i-crop:before {
  content: "\e506";
}

.k-i-mirror:before {
  content: "\e507";
}

.k-i-flip-horizontal:before {
  content: "\e508";
}

.k-i-flip-vertical:before {
  content: "\e509";
}

.k-i-rotate:before {
  content: "\e50a";
}

.k-i-rotate-right:before {
  content: "\e50b";
}

.k-i-rotate-left:before {
  content: "\e50c";
}

.k-i-brush:before {
  content: "\e50d";
}

.k-i-palette:before {
  content: "\e50e";
}

.k-i-paint:before {
  content: "\e50f";
}

.k-i-droplet:before {
  content: "\e50f";
}

.k-i-background:before {
  content: "\e50f";
}

.k-i-line:before {
  content: "\e510";
}

.k-i-shape-line:before {
  content: "\e510";
}

.k-i-brightness-contrast:before {
  content: "\e511";
}

.k-i-saturation:before {
  content: "\e512";
}

.k-i-invert-colors:before {
  content: "\e513";
}

.k-i-transperancy:before {
  content: "\e514";
}

.k-i-opacity:before {
  content: "\e514";
}

.k-i-greyscale:before {
  content: "\e515";
}

.k-i-blur:before {
  content: "\e516";
}

.k-i-sharpen:before {
  content: "\e517";
}

.k-i-shape:before {
  content: "\e518";
}

.k-i-round-corners:before {
  content: "\e519";
}

.k-i-front-element:before {
  content: "\e51a";
}

.k-i-back-element:before {
  content: "\e51b";
}

.k-i-forward-element:before {
  content: "\e51c";
}

.k-i-backward-element:before {
  content: "\e51d";
}

.k-i-align-left-element:before {
  content: "\e51e";
}

.k-i-align-center-element:before {
  content: "\e51f";
}

.k-i-align-right-element:before {
  content: "\e520";
}

.k-i-align-top-element:before {
  content: "\e521";
}

.k-i-align-middle-element:before {
  content: "\e522";
}

.k-i-align-bottom-element:before {
  content: "\e523";
}

.k-i-thumbnails-up:before {
  content: "\e524";
}

.k-i-thumbnails-right:before {
  content: "\e525";
}

.k-i-thumbnails-down:before {
  content: "\e526";
}

.k-i-thumbnails-left:before {
  content: "\e527";
}

.k-i-full-screen:before {
  content: "\e528";
}

.k-i-fullscreen:before {
  content: "\e528";
}

.k-i-full-screen-exit:before {
  content: "\e529";
}

.k-i-fullscreen-exit:before {
  content: "\e529";
}

.k-i-reset-color:before {
  content: "\e52a";
}

.k-i-paint-remove:before {
  content: "\e52a";
}

.k-i-background-remove:before {
  content: "\e52a";
}

.k-i-page-properties:before {
  content: "\e600";
}

.k-i-bold:before {
  content: "\e601";
}

.k-i-italic:before {
  content: "\e602";
}

.k-i-underline:before {
  content: "\e603";
}

.k-i-font-family:before {
  content: "\e604";
}

.k-i-foreground-color:before {
  content: "\e605";
}

.k-i-convert-lowercase:before {
  content: "\e606";
}

.k-i-convert-uppercase:before {
  content: "\e607";
}

.k-i-strikethrough:before {
  content: "\e608";
}

.k-i-sub-script:before {
  content: "\e609";
}

.k-i-sup-script:before {
  content: "\e60a";
}

.k-i-div:before {
  content: "\e60b";
}

.k-i-all:before {
  content: "\e60c";
}

.k-i-h1:before {
  content: "\e60d";
}

.k-i-h2:before {
  content: "\e60e";
}

.k-i-h3:before {
  content: "\e60f";
}

.k-i-h4:before {
  content: "\e610";
}

.k-i-h5:before {
  content: "\e611";
}

.k-i-h6:before {
  content: "\e612";
}

.k-i-list-ordered:before {
  content: "\e613";
}

.k-i-list-numbered:before {
  content: "\e613";
}

.k-i-list-unordered:before {
  content: "\e614";
}

.k-i-list-bulleted:before {
  content: "\e614";
}

.k-i-indent-increase:before {
  content: "\e615";
}

.k-i-indent:before {
  content: "\e615";
}

.k-i-indent-decrease:before {
  content: "\e616";
}

.k-i-outdent:before {
  content: "\e616";
}

.k-i-insert-n::before {
  content: "\e617";
}

.k-i-insert-up:before {
  content: "\e617";
}

.k-i-insert-top:before {
  content: "\e617";
}

.k-i-insert-m:before {
  content: "\e618";
}

.k-i-insert-middle:before {
  content: "\e618";
}

.k-i-insert-s:before {
  content: "\e619";
}

.k-i-insert-down:before {
  content: "\e619";
}

.k-i-insert-bottom:before {
  content: "\e619";
}

.k-i-align-top:before {
  content: "\e61a";
}

.k-i-align-middle:before {
  content: "\e61b";
}

.k-i-align-bottom:before {
  content: "\e61c";
}

.k-i-align-left:before {
  content: "\e61d";
}

.k-i-align-center:before {
  content: "\e61e";
}

.k-i-align-right:before {
  content: "\e61f";
}

.k-i-align-justify:before {
  content: "\e620";
}

.k-i-align-remove:before {
  content: "\e621";
}

.k-i-text-wrap:before {
  content: "\e622";
}

.k-i-rule-horizontal:before {
  content: "\e623";
}

.k-i-table-align-top-left:before {
  content: "\e624";
}

.k-i-table-align-top-center:before {
  content: "\e625";
}

.k-i-table-align-top-right:before {
  content: "\e626";
}

.k-i-table-align-middle-left:before {
  content: "\e627";
}

.k-i-table-align-middle-center:before {
  content: "\e628";
}

.k-i-table-align-middle-right:before {
  content: "\e629";
}

.k-i-table-align-bottom-left:before {
  content: "\e62a";
}

.k-i-table-align-bottom-center:before {
  content: "\e62b";
}

.k-i-table-align-bottom-right:before {
  content: "\e62c";
}

.k-i-table-align-remove:before {
  content: "\e62d";
}

.k-i-borders-all:before {
  content: "\e62e";
}

.k-i-all-borders:before {
  content: "\e62e";
}

.k-i-borders-outside:before {
  content: "\e62f";
}

.k-i-outside-borders:before {
  content: "\e62f";
}

.k-i-borders-inside:before {
  content: "\e630";
}

.k-i-inside-borders:before {
  content: "\e630";
}

.k-i-borders-inside-horizontal:before {
  content: "\e631";
}

.k-i-inside-horizontal-borders:before {
  content: "\e631";
}

.k-i-borders-inside-vertical:before {
  content: "\e632";
}

.k-i-inside-vertical-borders:before {
  content: "\e632";
}

.k-i-border-top:before {
  content: "\e633";
}

.k-i-top-border:before {
  content: "\e633";
}

.k-i-border-bottom:before {
  content: "\e634";
}

.k-i-bottom-border:before {
  content: "\e634";
}

.k-i-border-left:before {
  content: "\e635";
}

.k-i-left-border:before {
  content: "\e635";
}

.k-i-border-right:before {
  content: "\e636";
}

.k-i-right-border:before {
  content: "\e636";
}

.k-i-border-no:before {
  content: "\e637";
}

.k-i-no-borders:before {
  content: "\e637";
}

.k-i-borders-show-hide:before {
  content: "\e638";
}

.k-i-form:before {
  content: "\e639";
}

.k-i-border:before {
  content: "\e639";
}

.k-i-form-element:before {
  content: "\e63a";
}

.k-i-code-snippet:before {
  content: "\e63b";
}

.k-i-select-all:before {
  content: "\e63c";
}

.k-i-button:before {
  content: "\e63d";
}

.k-i-select-box:before {
  content: "\e63e";
}

.k-i-calendar-date:before {
  content: "\e63f";
}

.k-i-group-box:before {
  content: "\e640";
}

.k-i-textarea:before {
  content: "\e641";
}

.k-i-textbox:before {
  content: "\e642";
}

.k-i-textbox-hidden:before {
  content: "\e643";
}

.k-i-password:before {
  content: "\e644";
}

.k-i-paragraph-add:before {
  content: "\e645";
}

.k-i-edit-tools:before {
  content: "\e646";
}

.k-i-template-manager:before {
  content: "\e647";
}

.k-i-change-manually:before {
  content: "\e648";
}

.k-i-track-changes:before {
  content: "\e649";
}

.k-i-track-changes-enable:before {
  content: "\e64a";
}

.k-i-track-changes-accept:before {
  content: "\e64b";
}

.k-i-track-changes-accept-all:before {
  content: "\e64c";
}

.k-i-track-changes-reject:before {
  content: "\e64d";
}

.k-i-track-changes-reject-all:before {
  content: "\e64e";
}

.k-i-document-manager:before {
  content: "\e64f";
}

.k-i-custom-icon:before {
  content: "\e650";
}

.k-i-dictionary-add:before {
  content: "\e651";
}

.k-i-image-light-dialog:before {
  content: "\e652";
}

.k-i-image-insert:before {
  content: "\e652";
}

.k-i-image-edit:before {
  content: "\e653";
}

.k-i-image-map-editor:before {
  content: "\e654";
}

.k-i-comment:before {
  content: "\e655";
}

.k-i-comment-remove:before {
  content: "\e656";
}

.k-i-comments-remove-all:before {
  content: "\e657";
}

.k-i-silverlight:before {
  content: "\e658";
}

.k-i-media-manager:before {
  content: "\e659";
}

.k-i-video-external:before {
  content: "\e65a";
}

.k-i-flash-manager:before {
  content: "\e65b";
}

.k-i-find-and-replace:before {
  content: "\e65c";
}

.k-i-find:before {
  content: "\e65c";
}

.k-i-copy:before {
  content: "\e65d";
}

.k-i-files:before {
  content: "\e65d";
}

.k-i-cut:before {
  content: "\e65e";
}

.k-i-paste:before {
  content: "\e65f";
}

.k-i-paste-as-html:before {
  content: "\e660";
}

.k-i-paste-from-word:before {
  content: "\e661";
}

.k-i-paste-from-word-strip-file:before {
  content: "\e662";
}

.k-i-paste-html:before {
  content: "\e663";
}

.k-i-paste-markdown:before {
  content: "\e664";
}

.k-i-paste-plain-text:before {
  content: "\e665";
}

.k-i-apply-format:before {
  content: "\e666";
}

.k-i-clear-css:before {
  content: "\e667";
}

.k-i-copy-format:before {
  content: "\e668";
}

.k-i-strip-all-formating:before {
  content: "\e669";
}

.k-i-strip-css-format:before {
  content: "\e66a";
}

.k-i-strip-font-elements:before {
  content: "\e66b";
}

.k-i-strip-span-elements:before {
  content: "\e66c";
}

.k-i-strip-word-formatting:before {
  content: "\e66d";
}

.k-i-format-code-block:before {
  content: "\e66e";
}

.k-i-style-builder:before {
  content: "\e66f";
}

.k-i-module-manager:before {
  content: "\e670";
}

.k-i-hyperlink-light-dialog:before {
  content: "\e671";
}

.k-i-hyperlink-insert:before {
  content: "\e671";
}

.k-i-hyperlink-globe:before {
  content: "\e672";
}

.k-i-hyperlink-globe-remove:before {
  content: "\e673";
}

.k-i-hyperlink-email:before {
  content: "\e674";
}

.k-i-anchor:before {
  content: "\e675";
}

.k-i-table-light-dialog:before {
  content: "\e676";
}

.k-i-table-insert:before {
  content: "\e676";
}

.k-i-table:before {
  content: "\e677";
}

.k-i-table-properties:before {
  content: "\e678";
}

.k-i-table-wizard:before {
  content: "\e678";
}

.k-i-table-cell:before {
  content: "\e679";
}

.k-i-table-cell-properties:before {
  content: "\e67a";
}

.k-i-table-column-insert-left:before {
  content: "\e67b";
}

.k-i-table-column-insert-right:before {
  content: "\e67c";
}

.k-i-table-row-insert-above:before {
  content: "\e67d";
}

.k-i-table-row-insert-below:before {
  content: "\e67e";
}

.k-i-table-column-delete:before {
  content: "\e67f";
}

.k-i-table-row-delete:before {
  content: "\e680";
}

.k-i-table-cell-delete:before {
  content: "\e681";
}

.k-i-table-delete:before {
  content: "\e682";
}

.k-i-cells-merge:before {
  content: "\e683";
}

.k-i-cells-merge-horizontally:before {
  content: "\e684";
}

.k-i-cells-merge-vertically:before {
  content: "\e685";
}

.k-i-cell-split-horizontally:before {
  content: "\e686";
}

.k-i-cell-split-vertically:before {
  content: "\e687";
}

.k-i-table-unmerge:before {
  content: "\e688";
}

.k-i-pane-freeze:before {
  content: "\e689";
}

.k-i-row-freeze:before {
  content: "\e68a";
}

.k-i-column-freeze:before {
  content: "\e68b";
}

.k-i-toolbar-float:before {
  content: "\e68c";
}

.k-i-spell-checker:before {
  content: "\e68d";
}

.k-i-validation-xhtml:before {
  content: "\e68e";
}

.k-i-validation-data:before {
  content: "\e68f";
}

.k-i-toggle-full-screen-mode:before {
  content: "\e690";
}

.k-i-formula-fx:before {
  content: "\e691";
}

.k-i-sum:before {
  content: "\e692";
}

.k-i-symbol:before {
  content: "\e693";
}

.k-i-dollar:before {
  content: "\e694";
}

.k-i-currency:before {
  content: "\e694";
}

.k-i-percent:before {
  content: "\e695";
}

.k-i-custom-format:before {
  content: "\e696";
}

.k-i-decimal-increase:before {
  content: "\e697";
}

.k-i-decimal-decrease:before {
  content: "\e698";
}

.k-i-font-size:before {
  content: "\e699";
}

.k-i-image-absolute-position:before {
  content: "\e69a";
}

.k-i-globe-outline:before {
  content: "\e700";
}

.k-i-globe:before {
  content: "\e701";
}

.k-i-marker-pin:before {
  content: "\e702";
}

.k-i-marker-pin-target:before {
  content: "\e703";
}

.k-i-pin:before {
  content: "\e704";
}

.k-i-unpin:before {
  content: "\e705";
}

.k-i-share:before {
  content: "\e800";
}

.k-i-user:before {
  content: "\e801";
}

.k-i-inbox:before {
  content: "\e802";
}

.k-i-blogger:before {
  content: "\e803";
}

.k-i-blogger-box:before {
  content: "\e804";
}

.k-i-delicious:before {
  content: "\e805";
}

.k-i-delicious-box:before {
  content: "\e806";
}

.k-i-digg:before {
  content: "\e807";
}

.k-i-digg-box:before {
  content: "\e808";
}

.k-i-email:before {
  content: "\e809";
}

.k-i-envelop:before {
  content: "\e809";
}

.k-i-letter:before {
  content: "\e809";
}

.k-i-email-box:before {
  content: "\e80a";
}

.k-i-envelop-box:before {
  content: "\e80a";
}

.k-i-letter-box:before {
  content: "\e80a";
}

.k-i-facebook:before {
  content: "\e80b";
}

.k-i-facebook-box:before {
  content: "\e80c";
}

.k-i-google:before {
  content: "\e80d";
}

.k-i-google-box:before {
  content: "\e80e";
}

.k-i-google-plus:before {
  content: "\e80f";
}

.k-i-google-plus-box:before {
  content: "\e810";
}

.k-i-linkedin:before {
  content: "\e811";
}

.k-i-linkedin-box:before {
  content: "\e812";
}

.k-i-myspace:before {
  content: "\e813";
}

.k-i-myspace-box:before {
  content: "\e814";
}

.k-i-pinterest:before {
  content: "\e815";
}

.k-i-pinterest-box:before {
  content: "\e816";
}

.k-i-reddit:before {
  content: "\e817";
}

.k-i-reddit-box:before {
  content: "\e818";
}

.k-i-stumble-upon:before {
  content: "\e819";
}

.k-i-stumble-upon-box:before {
  content: "\e81a";
}

.k-i-tell-a-friend:before {
  content: "\e81b";
}

.k-i-tell-a-friend-box:before {
  content: "\e81c";
}

.k-i-tumblr:before {
  content: "\e81d";
}

.k-i-tumblr-box:before {
  content: "\e81e";
}

.k-i-twitter:before {
  content: "\e81f";
}

.k-i-twitter-box:before {
  content: "\e820";
}

.k-i-yammer:before {
  content: "\e821";
}

.k-i-yammer-box:before {
  content: "\e822";
}

.k-i-behance:before {
  content: "\e823";
}

.k-i-behance-box:before {
  content: "\e824";
}

.k-i-dribbble:before {
  content: "\e825";
}

.k-i-dribbble-box:before {
  content: "\e826";
}

.k-i-rss:before {
  content: "\e827";
}

.k-i-rss-box:before {
  content: "\e828";
}

.k-i-vimeo:before {
  content: "\e829";
}

.k-i-vimeo-box:before {
  content: "\e82a";
}

.k-i-youtube:before {
  content: "\e82b";
}

.k-i-youtube-box:before {
  content: "\e82c";
}

.k-i-folder:before {
  content: "\e900";
}

.k-i-folder-open:before {
  content: "\e901";
}

.k-i-folder-add:before {
  content: "\e902";
}

.k-i-folder-up:before {
  content: "\e903";
}

.k-i-folder-more:before {
  content: "\e904";
}

.k-i-fields-more:before {
  content: "\e904";
}

.k-i-aggregate-fields:before {
  content: "\e905";
}

.k-i-file:before {
  content: "\e906";
}

.k-i-file-vertical:before {
  content: "\e906";
}

.k-i-file-add:before {
  content: "\e907";
}

.k-i-file-txt:before {
  content: "\e908";
}

.k-i-txt:before {
  content: "\e908";
}

.k-i-file-csv:before {
  content: "\e909";
}

.k-i-csv:before {
  content: "\e909";
}

.k-i-file-excel:before {
  content: "\e90a";
}

.k-i-file-xls:before {
  content: "\e90a";
}

.k-i-excel:before {
  content: "\e90a";
}

.k-i-xls:before {
  content: "\e90a";
}

.k-i-file-word:before {
  content: "\e90b";
}

.k-i-file-doc:before {
  content: "\e90b";
}

.k-i-word:before {
  content: "\e90b";
}

.k-i-doc:before {
  content: "\e90b";
}

.k-i-file-mdb:before {
  content: "\e90c";
}

.k-i-mdb:before {
  content: "\e90c";
}

.k-i-file-ppt:before {
  content: "\e90d";
}

.k-i-ppt:before {
  content: "\e90d";
}

.k-i-file-pdf:before {
  content: "\e90e";
}

.k-i-pdf:before {
  content: "\e90e";
}

.k-i-file-psd:before {
  content: "\e90f";
}

.k-i-psd:before {
  content: "\e90f";
}

.k-i-file-flash:before {
  content: "\e910";
}

.k-i-flash:before {
  content: "\e910";
}

.k-i-file-config:before {
  content: "\e911";
}

.k-i-config:before {
  content: "\e911";
}

.k-i-file-ascx:before {
  content: "\e912";
}

.k-i-ascx:before {
  content: "\e912";
}

.k-i-file-bac:before {
  content: "\e913";
}

.k-i-bac:before {
  content: "\e913";
}

.k-i-file-zip:before {
  content: "\e914";
}

.k-i-zip:before {
  content: "\e914";
}

.k-i-film:before {
  content: "\e915";
}

.k-i-css3:before {
  content: "\e916";
}

.k-i-html5:before {
  content: "\e917";
}

.k-i-html:before {
  content: "\e918";
}

.k-i-source-code:before {
  content: "\e918";
}

.k-i-view-source:before {
  content: "\e918";
}

.k-i-css:before {
  content: "\e919";
}

.k-i-js:before {
  content: "\e91a";
}

.k-i-exe:before {
  content: "\e91b";
}

.k-i-csproj:before {
  content: "\e91c";
}

.k-i-vbproj:before {
  content: "\e91d";
}

.k-i-cs:before {
  content: "\e91e";
}

.k-i-vb:before {
  content: "\e91f";
}

.k-i-sln:before {
  content: "\e920";
}

.k-i-cloud:before {
  content: "\e921";
}

.k-i-file-horizontal:before {
  content: "\e922";
}

.k-i-page-portrait::before {
  content: "\e906";
}

.k-i-page-landscape::before {
  content: "\e922";
}

.k-rtl .k-i-collapse, .k-rtl .k-i-expand, .k-rtl .k-i-indent-decrease, .k-rtl .k-i-indent-increase {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}

.k-spreadsheet .k-spreadsheet-pane {
  padding-right: 1px;
  position: absolute;
  border-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
}

.k-spreadsheet .k-spreadsheet-pane.k-top {
  border-top-width: 0;
}

.k-spreadsheet .k-spreadsheet-pane.k-left {
  border-left-width: 0;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell {
  position: absolute;
  white-space: pre;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1px 3px;
  background-clip: padding-box;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell.k-spreadsheet-has-comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 3px;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell-comment {
  position: absolute;
  white-space: pre-wrap;
  text-align: left;
  border-width: 1px;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-haxis, .k-spreadsheet .k-spreadsheet-vaxis {
  position: absolute;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-vaxis {
  top: 0;
  border-width: 0 0 0 1px;
}

.k-spreadsheet .k-spreadsheet-haxis {
  left: 0;
  border-width: 1px 0 0;
}

.k-spreadsheet .k-filter-range, .k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet .k-spreadsheet-active-cell {
  position: absolute;
  outline-color: transparent !important;
  box-sizing: border-box;
  z-index: 10;
}

.k-spreadsheet .k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  position: relative;
  display: table;
  width: 100%;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar, .k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  display: table-cell;
  vertical-align: middle;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  position: relative;
  vertical-align: top;
  border-width: 0 1px 0 0;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox {
  width: 9.5em;
  border-radius: 0;
  border-color: transparent;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
  border-radius: 0;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
  border-width: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input {
  border-radius: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select {
  border-radius: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar {
  width: 100%;
  padding-left: 31px;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e691";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 24px;
  margin-left: -24px;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:before {
  content: "{";
  font-weight: 700;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:after {
  content: "}";
  font-weight: 700;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input {
  overflow: hidden;
  text-indent: 0.571em;
  border: 0;
  margin: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down {
  padding-bottom: 0;
}

.k-spreadsheet .k-spreadsheet-formula-input {
  outline: 0;
  border-width: 0;
  height: 26px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: pre;
  padding: 3px 0.5em;
}

.k-spreadsheet .k-spreadsheet-cell-editor {
  position: absolute;
  display: none;
  padding: 0 3px;
  line-height: 20px;
  z-index: 2000;
  overflow: hidden;
}

.k-spreadsheet > .k-spreadsheet-view {
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

.k-spreadsheet > .k-spreadsheet-view .k-state-disabled {
  pointer-events: auto;
}

.k-spreadsheet .k-tabstrip-wrapper {
  position: relative;
  line-height: 1.7em;
}

.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items {
  padding: 0.3em 0 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0.3em 0.3em 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button {
  padding: 0.3em;
  line-height: 1.4em;
  height: auto;
}

.k-spreadsheet .k-filter-wrapper, .k-spreadsheet .k-merged-cells-wrapper, .k-spreadsheet .k-selection-wrapper, .k-spreadsheet .k-spreadsheet-row-header {
  position: relative;
}

.k-spreadsheet .k-spreadsheet-column-header {
  position: absolute;
}

.k-spreadsheet .k-filter-wrapper {
  pointer-events: none;
  z-index: 50;
}

.k-spreadsheet .k-spreadsheet-sheets-bar {
  border-width: 1px 0 0;
}

.k-spreadsheet .k-vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-spreadsheet .k-vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-spreadsheet .k-dirty {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
}

.k-spreadsheet .k-single-selection {
  cursor: crosshair;
}

.k-spreadsheet .k-single-selection::after {
  content: " ";
  height: 6px;
  width: 6px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-right: -4px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}

.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after {
  display: none;
}

.k-spreadsheet .k-auto-fill, .k-spreadsheet .k-auto-fill-bl-hint, .k-spreadsheet .k-auto-fill-br-hint, .k-spreadsheet .k-auto-fill-punch, .k-spreadsheet .k-auto-fill-tr-hint {
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}

.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}

.k-spreadsheet .k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-spreadsheet .k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}

.k-spreadsheet-names-popup .k-item {
  position: relative;
}

.k-spreadsheet-names-popup .k-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  cursor: pointer;
}

.k-spreadsheet-names-popup .k-icon:hover {
  opacity: 1;
}

.k-horizontal-resize {
  cursor: col-resize;
}

.k-vertical-resize {
  cursor: row-resize;
}

.k-merged-cells-wrapper, .k-selection-wrapper, .k-spreadsheet-active-cell, .k-spreadsheet-data {
  cursor: cell;
}

.k-horizontal-resize .k-merged-cells-wrapper, .k-horizontal-resize .k-selection-wrapper, .k-horizontal-resize .k-spreadsheet-active-cell, .k-horizontal-resize .k-spreadsheet-data {
  cursor: col-resize;
}

.k-vertical-resize .k-merged-cells-wrapper, .k-vertical-resize .k-selection-wrapper, .k-vertical-resize .k-spreadsheet-active-cell, .k-vertical-resize .k-spreadsheet-data {
  cursor: row-resize;
}

.k-spreadsheet .k-colorpicker .k-tool-icon {
  overflow: visible;
}

.k-button.k-custom-color, .k-button.k-reset-color {
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  text-align: left;
  line-height: 2em;
}

.k-spreadsheet-colorpicker .k-colorpalette {
  border: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 0.4em;
}

.k-spreadsheet-filter {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}

.k-spreadsheet-sample {
  float: right;
}

.k-spreadsheet-clipboard, .k-spreadsheet-clipboard-paste {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px;
  height: 1px;
  box-sizing: border-box;
}

textarea.k-spreadsheet-clipboard {
  position: fixed;
}

.k-spreadsheet-top-corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  border-width: 0 1px 1px 0;
  border-style: solid;
}

.k-spreadsheet-top-corner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 6px;
  border-style: solid;
}

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

.k-spreadsheet-fixed-container {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.k-spreadsheet-view-size {
  position: relative;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header {
  text-align: center;
  z-index: 100;
}

.k-spreadsheet-column-header .k-spreadsheet-cell, .k-spreadsheet-row-header .k-spreadsheet-cell {
  border-style: solid;
  border-width: 0 1px 1px 0;
}

div.k-spreadsheet-window {
  padding: 1.167em 0.75em 0.75em;
}

.k-spreadsheet-window .k-edit-form-container {
  width: 100%;
}

.k-spreadsheet-window .k-root-tabs {
  border-width: 0;
  margin: -1em -1em 0;
  padding: 0.5em 1em 0;
}

.k-spreadsheet-window .k-root-tabs .k-loading {
  display: none;
}

.k-spreadsheet-window .k-list-wrapper {
  padding: 0.15em 0;
  height: 190px;
}

.k-spreadsheet-window .k-list .k-item {
  border-radius: 0;
  padding: 0.5em 0.6em 0.4em 0.6em;
  cursor: pointer;
  line-height: 1.1em;
}

.k-spreadsheet-window .k-format-filter {
  width: 100%;
}

.k-spreadsheet-window .k-format-filter + .k-group-header + .k-list-wrapper {
  margin-top: 1em;
}

.k-spreadsheet-window .k-action-buttons {
  top: 10px;
  padding: 10px;
  margin-bottom: calc(10px - 1em);
}

.k-spreadsheet-window .k-edit-label {
  width: 25%;
  margin: 0 0 0 0.75em;
}

.k-spreadsheet-window .k-edit-field {
  width: 67%;
  margin: 0 0.917em 0 0;
}

.k-spreadsheet-window .k-edit-field > .k-radio-label {
  margin-right: 1.25em;
  vertical-align: baseline;
}

.k-spreadsheet-window .k-edit-field > .k-radio-label:after, .k-spreadsheet-window .k-edit-field > .k-radio-label:before {
  margin-top: -1px;
}

.k-spreadsheet-window .k-edit-field, .k-spreadsheet-window .k-edit-label {
  padding: 0;
  line-height: 3em;
}

.k-spreadsheet-window .k-edit-field .k-dropdown, .k-spreadsheet-window .k-edit-field .k-textbox {
  width: 100%;
}

.k-spreadsheet-window .k-export-config .k-hr {
  margin-left: 15px;
  margin-right: 15px;
}

.k-spreadsheet-window .k-export-config .k-edit-field {
  width: 40%;
  float: left;
  margin-left: 30px;
}

.k-spreadsheet-window .k-edit-field > input[type=radio] {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
}

.k-spreadsheet-window .k-page-orientation {
  position: absolute;
  right: 2em;
  top: 25%;
}

.k-spreadsheet-window .k-page-orientation .k-icon {
  font-size: 6em;
}

.k-spreadsheet-window .k-export-config:after, .k-spreadsheet-window > div:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  font-weight: 700;
  text-align: center;
  font-size: 1.16em;
  line-height: 3.64em;
  margin: 0 -0.863em 0.72em;
  border-style: solid;
  border-width: 1px 0;
}

.k-spreadsheet-border-palette {
  width: 153px;
}

.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button {
  box-sizing: border-box;
  width: 20%;
}

.k-spreadsheet-border-palette .k-colorpalette {
  vertical-align: bottom;
}

.k-spreadsheet-popup .k-separator {
  width: 1px;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-popup .k-colorpalette {
  vertical-align: top;
}

.k-spreadsheet-popup .k-button.k-button-icon {
  padding: 0.6em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-popup .k-button.k-button-icontext {
  display: block;
  text-align: left;
  text-transform: initial;
  padding: 0.3em 1.5em 0.3em 0.9em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-filter-menu {
  width: 280px;
}

.k-spreadsheet-filter-menu > .k-menu {
  border-width: 0;
}

.k-spreadsheet-filter-menu > .k-menu .k-link {
  padding-left: 26px;
}

.k-spreadsheet-filter-menu > .k-menu .k-link .k-icon {
  margin-left: -26px;
  width: 26px;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
  border-width: 1px;
  border-style: solid;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  overflow: visible;
  padding: 6px 7px;
}

.k-spreadsheet-filter-menu .k-details {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 4px 0;
}

.k-spreadsheet-filter-menu .k-details-summary {
  cursor: pointer;
  line-height: 26px;
}

.k-spreadsheet-filter-menu .k-details-summary .k-icon {
  margin: 0 5px;
}

.k-spreadsheet-filter-menu .k-details-content {
  padding: 0 8px 0 26px;
}

.k-spreadsheet-filter-menu .k-details-content > .k-textbox, .k-spreadsheet-filter-menu .k-details-content > .k-widget {
  width: 100%;
  margin-bottom: 3px;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-image: none;
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: 75px;
  margin: 8px 0;
}

.k-spreadsheet-filter-menu .k-action-buttons {
  border-top-width: 0;
  margin: 8px;
  padding: 0;
  position: static;
}

.k-resize-handle, .k-resize-hint {
  position: absolute;
  z-index: 200;
}

.k-resize-hint-handle {
  width: 100%;
  height: 20px;
}

.k-resize-hint-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.k-resize-hint-vertical .k-resize-hint-handle {
  height: 100%;
  width: 20px;
  float: left;
}

.k-resize-hint-vertical .k-resize-hint-marker {
  height: 2px;
  width: 100%;
}

.k-button.k-spreadsheet-sheets-bar-add, .k-spreadsheet-quick-access-toolbar .k-button {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-tabstrip {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.k-spreadsheet-tabstrip > .k-content {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin: 0;
  padding: 0;
}

.k-spreadsheet-tabstrip .k-loading {
  display: none;
}

.k-spreadsheet-toolbar.k-toolbar {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor + * {
  margin-left: 0.3em;
}

.k-spreadsheet-toolbar.k-toolbar > .k-button-group {
  border-width: 0;
}

.k-spreadsheet-toolbar .k-button, .k-spreadsheet-toolbar > .k-button-group, .k-spreadsheet-toolbar > .k-widget, .k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) {
  margin: 0;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-toolbar > .k-widget[data-property=fontSize] {
  width: 75px;
}

.k-spreadsheet-toolbar > .k-widget[data-property=format] {
  width: 100px;
}

.k-spreadsheet-toolbar > .k-widget[data-property=fontFamily] {
  width: 130px;
}

.k-spreadsheet-toolbar > .k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input {
  background-color: transparent;
  box-shadow: none;
}

.k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select {
  border-color: transparent;
}

.k-spreadsheet-toolbar [data-tool=alignment], .k-spreadsheet-toolbar [data-tool=backgroundColor], .k-spreadsheet-toolbar [data-tool=borders], .k-spreadsheet-toolbar [data-tool=freeze], .k-spreadsheet-toolbar [data-tool=merge], .k-spreadsheet-toolbar [data-tool=textColor] {
  width: auto;
}

.k-spreadsheet-toolbar .k-separator {
  margin: 0 3px;
  width: 0;
  overflow: hidden;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point {
  text-decoration: underline;
}

.k-spreadsheet-formula-input > .k-series-a, .k-spreadsheet-formula-input > .k-series-b, .k-spreadsheet-formula-input > .k-series-c, .k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}

.k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-formula-list {
  min-width: 100px;
}

.k-spreadsheet-formula-list .k-item {
  padding: 0 0.3em;
  box-shadow: none;
}

.k-spreadsheet-sheets-bar {
  position: relative;
}

.k-button.k-spreadsheet-sheets-bar-add {
  position: absolute;
  bottom: 0.2em;
  left: 0.4em;
  z-index: 1;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove {
  padding: 0;
  margin: 0.5em 0.5em 0.5em -0.5em;
  vertical-align: middle;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon {
  padding: 2px;
  line-height: normal;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon {
  margin: 0;
}

.k-spreadsheet-sheets-items-hint {
  margin-top: 0.1em;
  background: 0 0 !important;
  border-width: 0 !important;
}

.k-spreadsheet-editor-button {
  position: absolute;
  width: 20px;
  z-index: 10;
  margin-left: 2px;
  padding: 0 !important;
}

.k-spreadsheet-editor-button.k-spreadsheet-last-column {
  margin-left: -21px;
}

.k-spreadsheet-editor-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hint-wrapper {
  margin-top: 1em;
}

.k-edit-form-container > div:after {
  display: block;
  content: "";
  clear: both;
}

.k-spreadsheet-filter-menu .k-i-arrow-45-down-right {
  cursor: pointer;
}

.k-spreadsheet-import-errors .k--header-message {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
}

.k-spreadsheet-import-errors .k--errors {
  max-height: 350px;
  overflow: auto;
}

.k-spreadsheet-import-errors .k--errors table {
  border-collapse: collapse;
  font-size: 90%;
}

.k-spreadsheet-import-errors .k--errors table td, .k-spreadsheet-import-errors .k--errors table th {
  padding: 2px 4px;
  border-bottom: 1px solid #bbb;
}

.k-spreadsheet-import-errors .k--errors table th {
  text-align: left;
  border-bottom: 1px solid #000;
}

.k-spreadsheet-insert-image-dialog {
  margin: 0 1em;
  border-style: dashed;
  border-width: 2px;
}

.k-spreadsheet-insert-image-dialog label {
  position: relative;
  display: block;
  width: 355px;
  height: 200px;
  padding: 10px;
  background-image: url(textures/image-default.png);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

.k-spreadsheet-insert-image-dialog label div {
  position: relative;
  top: 75%;
  padding: 10px;
  text-align: center;
  pointer-events: none;
}

.k-spreadsheet-insert-image-dialog label input {
  display: none;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
  background-size: auto 90%;
  background-position: 50% 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
  opacity: 1;
  top: 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
  opacity: 0;
}

.k-spreadsheet-drawing {
  position: absolute;
  box-sizing: border-box;
  z-index: 101;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-style: solid;
  outline-width: 2px;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: move;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
  left: 50%;
  top: 0;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
  left: 100%;
  top: 0;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
  left: 0;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
  left: 0;
  top: 0;
  cursor: nwse-resize;
}

.k-dialog {
  min-width: 90px;
  min-height: 3em;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}

.k-dialog.k-dialog-centered {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.k-dialog-titlebar {
  padding: 12px;
}

.k-dialog-title {
  font-size: 1.4em;
}

.k-dialog-titlebar .k-dialog-actions {
  top: 9px;
}

.k-dialog-titleless .k-dialog-titlebar .k-dialog-close {
  position: absolute;
  top: 4px;
  right: 6px;
}

.k-dialog .k-content {
  padding: 21px 12px;
  height: auto;
}

.k-dialog.k-dialog-titleless .k-content {
  padding: 2.4em;
}

.k-dialog-buttongroup {
  margin: 0;
  padding: 12px 12px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-dialog-buttongroup .k-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.k-dialog-buttongroup .k-button + .k-button {
  margin-left: 0.5em;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched {
  padding: 0;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
  border-width: 1px 0 0 1px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-radius: 0;
  border-left-width: 0;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-radius: 0;
  border-right-width: 0;
}

.k-no-flexbox .k-dialog-buttongroup {
  display: block;
  text-align: right;
}

.k-no-flexbox .k-rtl .k-dialog-button-group {
  text-align: left;
}

.k-dialog.k-alert .k-dialog-titlebar, .k-dialog.k-confirm .k-dialog-titlebar, .k-dialog.k-prompt .k-dialog-titlebar {
  border-width: 0;
  color: inherit;
  background: 0 0;
}

.k-dialog.k-alert .k-dialog-content, .k-dialog.k-confirm .k-dialog-content, .k-dialog.k-prompt .k-dialog-content {
  padding: 24px 24px;
}

.k-dialog.k-prompt .k-dialog-content, .k-dialog.k-prompt .k-prompt-container {
  padding: 12px 24px;
}

.k-card {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.k-card.k-card-flat {
  box-shadow: none;
}

.k-card-header {
  padding: 4px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  overflow: hidden;
}

.k-card > .k-card-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-header:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-header > h1, .k-card-header > h2, .k-card-header > h3, .k-card-header > h4, .k-card-header > h5, .k-card-header > h6 {
  margin: 0;
}

.k-card-body {
  padding: 8px 8px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.k-card > .k-card-body:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-body:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-body p {
  margin: 0 0 8px;
}

.k-card-body > .k-last, .k-card-body > :last-child {
  margin-bottom: 0;
}

.k-card-image {
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.k-card > .k-card-image:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-image:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-image > img {
  border: 0;
  max-width: 100%;
}

.k-card-title {
  margin: 0 0 8px;
}

.k-card-subtitle {
  margin: 0 0 8px;
}

.k-card-title + .k-card-subtitle {
  margin-top: -6px;
}

.k-card > .k-hr {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: inherit;
}

.k-card-actions {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.k-card > .k-card-actions:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-actions:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card > .k-card-actions {
  border-top-width: 1px;
  border-color: inherit;
}

.k-card-actions > .k-button.k-flat:first-child {
  margin-left: -8px;
}

.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-action > .k-button {
  border-radius: 0;
  padding: 12px 8px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-actions-vertical {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-card-actions-vertical .k-card-action + .k-card-action {
  border-top-width: 1px;
}

.k-card-actions-stretched {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-card-actions-stretched .k-card-action + .k-card-action {
  border-left-width: 1px;
}

.k-card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-list .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-list .k-card + .k-card {
  margin-top: 16px;
}

.k-card-deck {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck .k-card + .k-card {
  margin-left: 16px;
}

.k-card-deck-scrollwrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

.k-card-deck-scrollwrap > .k-button {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
}

.k-card-deck-scrollwrap > .k-button:first-child {
  left: -1px;
}

.k-card-deck-scrollwrap > .k-button:last-child {
  right: -1px;
}

.k-card-deck-scrollwrap > .k-card-deck {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card > .k-card-header {
  border-radius: 0;
}

.k-card-group .k-card + .k-card {
  margin-left: -1px;
}

.k-card-group .k-card.k-first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.k-card-group .k-card.k-first > .k-card-header {
  border-top-left-radius: 4px;
}

.k-card-group .k-card.k-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-card-group .k-card.k-last > .k-card-header {
  border-top-right-radius: 4px;
}

.k-card-group .k-card.k-only {
  border-radius: 4px;
}

.k-card-group .k-card.k-only > .k-card-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-rtl .k-card-deck .k-card + .k-card, [dir=rtl] .k-card-deck .k-card + .k-card {
  margin-left: 0;
  margin-right: 16px;
}

.k-ie11 .k-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-hidden {
  display: none !important;
}

.k-chat {
  height: 600px;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}

.k-chat .k-message-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.k-chat .k-message-list-content {
  padding: 16px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.k-chat .k-message-list-content > * + * {
  margin-top: 16px;
}

.k-chat .k-message-group {
  max-width: 80%;
  background: 0 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.k-chat .k-message-group:not(.k-alt) {
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 8px;
  left: 100%;
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
  left: 0;
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.k-chat .k-message-group.k-alt {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.k-chat .k-message-group.k-alt .k-message-time {
  margin-right: 8px;
  right: 100%;
}

.k-chat .k-message-group.k-alt .k-message-status {
  right: 0;
}

.k-chat .k-message-group.k-alt .k-first .k-bubble, .k-chat .k-message-group.k-alt .k-only .k-bubble {
  border-bottom-right-radius: 2px;
}

.k-chat .k-message-group.k-alt .k-last .k-bubble, .k-chat .k-message-group.k-alt .k-middle .k-bubble {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-chat .k-message {
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  transition: margin 0.2s ease-in-out;
}

.k-chat .k-message-status, .k-chat .k-message-time {
  font-size: smaller;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
}

.k-chat .k-message-time {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.k-chat .k-message-status {
  margin-top: 2px;
  height: 0;
  overflow: hidden;
  top: 100%;
  transition: height 0.2s ease-in-out;
}

.k-chat .k-bubble {
  border-radius: 12px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 18px;
  word-wrap: break-word;
}

.k-chat .k-message.k-state-selected {
  margin-bottom: 16px;
  border: 0;
  color: inherit;
  background: 0 0;
}

.k-chat .k-message.k-state-selected .k-message-time {
  opacity: 1;
}

.k-chat .k-message.k-state-selected .k-message-status {
  height: 1.2em;
}

.k-chat .k-message-error, .k-chat .k-message-sending {
  margin-bottom: 16px;
}

.k-chat .k-message-error .k-message-status, .k-chat .k-message-sending .k-message-status {
  height: 1.2em;
}

.k-avatar {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.k-message-group:not(.k-alt) > .k-avatar {
  left: 0;
  bottom: 0;
}

.k-message-group.k-alt > .k-avatar {
  right: 0;
  bottom: 0;
}

.k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 40px;
}

.k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 40px;
}

.k-author {
  margin: 0;
  font-size: smaller;
  line-height: normal;
}

.k-chat .k-author {
  margin: 0;
}

.k-timestamp {
  font-size: smaller;
  line-height: normal;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-quick-replies {
  display: block;
  max-width: 100%;
}

.k-quick-reply {
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.k-message-box {
  padding: 10px 16px;
  border-width: 1px 0 0;
  border-style: solid;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-message-box .k-input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  background: 0 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-message-box .k-button {
  padding: 0;
}

.k-message-box .k-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: inline-block;
}

.k-message-box .k-button::after, .k-message-box .k-button::before {
  display: none;
}

.k-chat .k-card-list {
  margin: 2px 0 0;
}

.k-chat .k-card-deck {
  max-width: calc(100% + 32px);
  box-sizing: border-box;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 16px;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card, .k-chat .k-card-deck .k-card-wrap {
  width: 200px;
}

.k-card-deck-scrollwrap {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: content-box;
}

.k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.k-chat .k-card-deck .k-card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap .k-card + .k-card {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card-wrap.k-state-selected {
  background: 0 0;
}

.k-typing-indicator {
  padding: 0;
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  background-color: currentColor;
}

.k-typing-indicator span + span {
  margin-left: 5px;
}

@-webkit-keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
@keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
.k-chat .k-toolbar-box {
  width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-toolbar-box .k-button-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 16px;
}

.k-chat .k-toolbar-box .k-button-list:after {
  content: "";
  padding-right: 16px;
}

.k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-chat .k-toolbar-box .k-scroll-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-chat .k-toolbar-box .k-scroll-button-left {
  left: 0;
}

.k-chat .k-toolbar-box .k-scroll-button-right {
  right: 0;
}

.k-chat .k-toolbar-box .k-button {
  border-width: 0;
  color: inherit;
  background: 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: none;
}

.k-rtl .k-message-group:not(.k-alt), [dir=rtl] .k-message-group:not(.k-alt) {
  text-align: right;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-time, [dir=rtl] .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 0;
  margin-right: 8px;
  left: auto;
  right: 100%;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-status, [dir=rtl] .k-message-group:not(.k-alt) .k-message-status {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt, [dir=rtl] .k-message-group.k-alt {
  text-align: left;
}

.k-rtl .k-message-group.k-alt .k-message-time, [dir=rtl] .k-message-group.k-alt .k-message-time {
  margin-right: 0;
  margin-left: 8px;
  right: auto;
  left: 100%;
}

.k-rtl .k-message-group.k-alt .k-message-status, [dir=rtl] .k-message-group.k-alt .k-message-status {
  right: auto;
  left: 0;
}

.k-rtl .k-message-group:not(.k-alt) > .k-avatar, [dir=rtl] .k-message-group:not(.k-alt) > .k-avatar {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt > .k-avatar, [dir=rtl] .k-message-group.k-alt > .k-avatar {
  right: auto;
  left: 0;
}

.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 0;
  padding-right: 40px;
}

.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 0;
  padding-left: 40px;
}

.k-rtl .k-message-box .k-button svg, [dir=rtl] .k-message-box .k-button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.k-rtl .k-quick-reply, [dir=rtl] .k-quick-reply {
  margin-right: 0;
  margin-left: 8px;
}

.k-calendar {
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857143;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.k-calendar .k-link {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.k-calendar .k-action-link {
  text-decoration: underline;
}

.k-calendar .k-state-focused, .k-calendar .k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-calendar table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-width: 0;
  outline: 0;
  table-layout: fixed;
  float: left;
}

.k-calendar td, .k-calendar th {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  background: 0 0;
  font-weight: 400;
  cursor: default;
}

.k-calendar .k-header {
  padding: 2px 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  position: relative;
  z-index: 1;
}

.k-calendar .k-header .k-link {
  padding: 4px 4px;
  border-width: 0;
  border-style: solid;
  border-radius: 4px;
  display: inline-block;
}

.k-calendar .k-nav-next, .k-calendar .k-nav-prev {
  width: 1.42857143em;
  height: 1.42857143em;
  box-sizing: content-box;
  position: absolute;
  top: 2px;
}

.k-calendar .k-nav-next .k-icon, .k-calendar .k-nav-prev .k-icon {
  vertical-align: text-top;
}

.k-calendar .k-nav-prev {
  left: 2px;
}

.k-calendar .k-nav-next {
  right: 2px;
}

.k-calendar .k-nav-fast {
  margin: auto;
  width: 75%;
  box-sizing: border-box;
}

.k-calendar .k-footer {
  text-align: center;
  position: relative;
  clear: both;
}

.k-calendar .k-footer > .k-state-disabled, .k-calendar .k-nav-today {
  padding: 0.5em;
  border-width: 0;
  border-radius: 0;
  display: block;
}

.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}

.k-calendar .k-calendar-view {
  width: 17em;
  height: 17em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.k-calendar.k-week-number .k-calendar-view {
  width: 19.42857143em;
}

.k-calendar .k-content {
  width: 100%;
  background-color: transparent;
}

.k-calendar .k-content th {
  padding: 0.25em 2px;
  border-bottom-width: 1px;
  box-sizing: border-box;
}

.k-calendar .k-content td {
  border-radius: 4px;
}

.k-calendar .k-content td.k-alt {
  width: 2.42857143em;
  border-radius: 0;
}

.k-calendar .k-content .k-link {
  margin: auto;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 1.42857143;
  display: block;
}

.k-calendar .k-month .k-link {
  width: 2.42857143em;
  height: 2.42857143em;
}

.k-calendar .k-month th {
  height: 2.42857143em;
}

.k-calendar .k-year .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.28571429em;
}

.k-calendar .k-decade .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.28571429em;
}

.k-calendar .k-century .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.64285714em;
  white-space: normal;
}

.k-calendar .k-animation-container .k-content {
  height: 100%;
}

.k-week-number {
  width: 19.42857143em;
}

.k-calendar-range {
  width: auto;
  text-align: left;
  line-height: 1.42857143;
}

.k-calendar-range .k-calendar-header {
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-calendar-range .k-calendar-header .k-button {
  white-space: nowrap;
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}

.k-calendar-range .k-calendar-header .k-button.k-state-active, .k-calendar-range .k-calendar-header .k-button.k-state-hover, .k-calendar-range .k-calendar-header .k-button:active, .k-calendar-range .k-calendar-header .k-button:hover, .k-calendar-range .k-calendar-header .k-button:hover.k-state-active, .k-calendar-range .k-calendar-header .k-button:hover:active {
  color: inherit;
}

.k-calendar-range .k-calendar-header .k-button::before {
  display: block;
}

.k-calendar-range .k-calendar-header .k-button::after {
  display: block;
}

.k-calendar-range .k-calendar-header .k-button.k-state-focused::after, .k-calendar-range .k-calendar-header .k-button:focus::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: 0.12;
}

.k-calendar-range .k-calendar-header .k-button.k-state-disabled, .k-calendar-range .k-calendar-header .k-button[disabled], .k-state-disabled .k-calendar-range .k-calendar-header .k-button {
  pointer-events: none;
}

.k-calendar-range .k-calendar-nav {
  display: inline-block;
  white-space: nowrap;
}

.k-calendar-range .k-calendar-view {
  height: auto;
  width: auto;
  min-height: 17em;
  text-align: center;
  white-space: nowrap;
}

.k-animation-container-sm .k-calendar-range .k-calendar-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-calendar-range.k-week-number .k-calendar-view {
  width: auto;
}

.k-calendar-range .k-content {
  padding: 0 16px 8px;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-table;
  vertical-align: top;
  float: none;
  color: inherit;
  background-color: transparent;
}

.k-calendar-range .k-content td, .k-calendar-range .k-content th {
  padding: 0;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  text-align: inherit;
  vertical-align: middle;
}

.k-calendar-range .k-content th {
  padding: 0.5em 0;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.5;
}

.k-calendar-range .k-content td {
  border-radius: 4px;
}

.k-calendar-range .k-content td.k-alt {
  opacity: 0.5;
}

.k-calendar-range .k-content .k-link {
  padding: 0.5em 0.5em;
  min-height: 0;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: inherit;
}

.k-calendar-range .k-content .k-meta-header, .k-calendar-range .k-content .k-month-header {
  margin: 0 16px;
  padding: 0.5em 8px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.5;
}

.k-calendar-range .k-content td.k-range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.k-calendar-range .k-content td.k-range-mid {
  border-radius: 0;
}

.k-calendar-range .k-content td.k-range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.k-calendar-range .k-content td.k-range-split-end, .k-calendar-range .k-content td.k-range-split-start {
  position: relative;
}

.k-calendar-range .k-content td.k-range-split-end::after, .k-calendar-range .k-content td.k-range-split-start::after {
  content: "";
  width: 5px;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
}

.k-calendar-range .k-content td.k-range-split-start::after {
  right: auto;
  left: -5px;
}

.k-calendar-range .k-content td.k-range-split-end::after {
  right: -5px;
  left: auto;
}

.k-calendar-range .k-content td.k-weekend {
  background-color: transparent;
}

.k-calendar-range .k-state-selected {
  color: inherit;
  background: 0 0;
  border-color: transparent;
}

.k-calendar-range .k-state-focused, .k-calendar-range .k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-calendar-range td.k-state-disabled {
  opacity: 0.5;
}

.k-calendar-range td.k-state-disabled .k-link {
  color: inherit;
}

.k-calendar-range .k-footer .k-nav-today {
  padding: 8px 16px;
  width: auto;
  height: auto;
  display: block;
}

.k-widget.k-daterangepicker {
  border: 0;
  box-shadow: none;
}

.k-calendar-monthview .k-content .k-link {
  width: 2.42857143em;
}

.k-calendar-monthview .k-content tbody tr {
  height: 2.42857143em;
}

.k-calendar-yearview .k-content {
  margin: 0 -1px;
}

.k-calendar-yearview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}

.k-calendar-decadeview .k-content {
  margin: 0 -1px;
}

.k-calendar-decadeview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}

.k-calendar-centuryview .k-content {
  margin: 0 -1px;
}

.k-calendar-centuryview .k-content .k-link {
  padding: 0.5em 0.5em;
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.625;
  white-space: normal;
}

.k-rtl .k-calendar-range {
  text-align: right;
}

.k-rtl .k-calendar-range .k-calendar-nav {
  float: left;
}

.k-pdf-viewer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.k-pdf-viewer .k-toolbar {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
}

.k-pdf-viewer .k-toolbar .k-pager-wrap {
  padding: 0;
  color: inherit;
  background: 0 0;
}

.k-pdf-viewer .k-list-scroller {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pdf-viewer .k-pager-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
}

.k-pdf-viewer .k-page {
  margin: 30px auto;
}

.k-pdf-viewer .k-page canvas {
  direction: ltr;
}

.k-pdf-viewer-window {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pdf-viewer-window .k-edit-field .k-file-format, .k-pdf-viewer-window .k-edit-field .k-textbox {
  width: 100%;
}

.k-pdf-viewer-window .k-action-buttons {
  top: 10px;
  padding: 10px;
  margin-bottom: calc(10px - 1em);
}

.k-scrollview {
  position: relative;
  overflow: hidden;
  outline: 0;
  display: block;
}

ul.k-scrollview-wrap {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

ul.k-scrollview-wrap img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.k-scrollview-wrap > li {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

div.k-scrollview-wrap {
  white-space: nowrap;
}

div.k-scrollview-wrap > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}

.k-scrollview-nav-wrap {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 20px;
  overflow: hidden;
}

.k-scrollview-nav {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  list-style: none;
  pointer-events: initial;
}

.k-scrollview-nav > li.k-link {
  margin: 0 20px;
  padding: 0;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}

.k-scrollview-nav > li.k-link::before {
  content: "";
  width: 28px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-scrollview-next, .k-scrollview-prev {
  display: table;
  position: absolute;
  padding: 0;
  height: 60%;
  top: 20%;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

.k-scrollview-prev {
  left: 0;
}

.k-scrollview-next {
  right: 0;
}

.k-scrollview-next span, .k-scrollview-prev span {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 4.5em;
  font-weight: 400;
  position: static;
}

.k-scrollview-elements {
  width: 100%;
}

.k-scrollview-animation {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.k-i-arrowhead-e::before {
  content: "\e014";
}

.k-i-arrowhead-w::before {
  content: "\e016";
}

@supports (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: auto;
  }
}
@supports not (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: none;
  }
}
.k-switch {
  border-radius: 5em;
  cursor: pointer;
  width: 5em;
  background: 0 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.k-switch [type=checkbox] {
  display: none;
}

.k-switch, .k-switch-container, .k-switch-handle {
  box-sizing: border-box;
}

.k-switch-container {
  border-radius: 5em;
  padding: 2px 2px;
  border-width: 1px;
  border-style: solid;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  outline: 0;
  transition: background-color 0.2s ease-out 0s;
}

.k-switch-handle {
  border-radius: 5em;
  width: 2em;
  height: 2em;
  border-width: 1px;
  border-style: solid;
  background-position: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left 0.2s ease-out 0s;
}

.k-ie11 .k-switch-handle {
  display: block;
}

.k-switch-on .k-switch-handle {
  left: calc(100% - 2em);
}

.k-edge .k-switch-on .k-switch-handle, .k-ie .k-switch-on .k-switch-handle {
  left: 100%;
  margin-left: -2em;
}

.k-switch-off .k-switch-handle {
  left: 0;
}

.k-switch-label-off, .k-switch-label-on {
  display: inline;
  width: calc(100% - 2em - 12px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  line-height: 2em;
  overflow: hidden;
}

.k-switch-label-on {
  text-align: left;
  left: 7px;
}

.k-switch-label-off {
  text-align: right;
  right: 7px;
}

.k-rtl .k-switch.k-switch-on .k-switch-handle, .k-switch[dir=rtl].k-switch-on .k-switch-handle {
  left: 0;
}

.k-rtl .k-switch.k-switch-off .k-switch-handle, .k-switch[dir=rtl].k-switch-off .k-switch-handle {
  left: calc(100% - 2em);
}

.k-rtl .k-switch .k-switch-label-on, .k-switch[dir=rtl] .k-switch-label-on {
  text-align: right;
  left: initial;
  right: 7px;
}

.k-rtl .k-switch .k-switch-label-off, .k-switch[dir=rtl] .k-switch-label-off {
  text-align: left;
  left: 7px;
  right: initial;
}

.k-drawer-container {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  transition: all 0.3s ease-out;
}

.k-drawer-container, .k-drawer-container .k-drawer-items {
  overflow-y: auto;
  scrollbar-width: thin;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar, .k-drawer-container::-webkit-scrollbar {
  width: 7px;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb, .k-drawer-container::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.k-drawer-container .k-drawer-items {
  padding: 0;
  transition: all 0.3s ease-out;
  overflow-x: hidden;
}

.k-drawer-container .k-drawer-items ul {
  padding: 0;
  margin: 0;
}

.k-drawer-container .k-drawer-items .k-drawer-item {
  display: block;
  list-style: none;
  line-height: 1.5;
  font-size: 16px;
  padding: 8px 8px;
}

.k-drawer-container .k-drawer-items .k-drawer-item.k-drawer-separator {
  padding: 0;
  height: 1px;
}

.k-drawer-container .k-drawer-items .k-icon {
  display: inline-block;
  font-size: 18px;
  margin: 0 8px;
}

.k-drawer-container .k-drawer-items .k-item-text {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}

.k-drawer-container.k-drawer-expanded {
  border-right-width: 1px;
}

.k-drawer-wrapper {
  overflow-x: hidden;
}

.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-container {
  border-right-width: 1px;
  width: auto;
}

.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-items {
  overflow-y: visible;
  overflow-x: initial;
  width: 50px;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container {
  position: fixed;
  left: 0;
  right: auto;
  height: 100%;
  z-index: 10002;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-items {
  max-width: 80vw;
}

.k-drawer-wrapper.k-drawer-push {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.k-drawer-wrapper.k-drawer-push .k-drawer-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-drawer-wrapper.k-drawer-push .k-drawer-container {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-drawer-wrapper .k-overlay {
  display: none;
}

.k-drawer-wrapper.k-drawer-right.k-drawer-overlay .k-drawer-container {
  left: auto;
  right: 0;
}

.k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container {
  -ms-flex-order: 1;
  order: 1;
}

.k-drawer-wrapper.k-drawer-right .k-drawer-container.k-drawer-expanded, .k-drawer-wrapper.k-drawer-right.k-drawer-mini-mode .k-drawer-container {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container, [dir=rtl] .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container {
  -ms-flex-order: 1;
  order: 1;
}

.k-rtl .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container, [dir=rtl] .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container {
  -ms-flex-order: 0;
  order: 0;
}

@font-face {
  font-family: "DejaVu Sans";
  src: url(/res/use/fonts/DejaVu/DejaVuSans.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-BoldOblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  src: url(/res/use/fonts/DejaVu/DejaVuSerif.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-Italic.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf?v=1.1) format("truetype");
}
.kendo-pdf-hide-pseudo-elements:after, .kendo-pdf-hide-pseudo-elements:before {
  display: none !important;
}

.k-pdf-export sub, .k-pdf-export sup {
  display: inline-block;
}

.k-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.k-flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.k-flex {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.k-flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-no-flex {
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
}

.k-no-flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-flex-grow {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.k-no-flex-grow {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.k-flex-shrink {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.k-no-flex-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.k-align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.k-align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.k-align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.k-align-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.k-align-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.k-align-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.k-align-content-baseline {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}

.k-align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.k-align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.k-align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.k-justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.k-justify-content-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.fake {
  color: red;
}

.k-common-test-class {
  opacity: 0;
}

.k-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.k-no-click {
  pointer-events: none;
}

.k-floatwrap:after, .k-grid-toolbar:after, .k-slider-items:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.k-floatwrap, .k-grid-toolbar, .k-slider-items {
  display: inline-block;
}

.k-floatwrap, .k-grid-toolbar, .k-slider-items {
  display: block;
}

.k-autocomplete, .k-autocomplete.k-state-hover, .k-block, .k-draghandle, .k-dropdown-wrap, .k-dropdown-wrap.k-state-hover, .k-grid-header, .k-grouping-header, .k-header, .k-link.k-state-hover, .k-numeric-wrap, .k-numeric-wrap.k-state-hover, .k-pager-wrap, .k-picker-wrap, .k-picker-wrap.k-state-hover, .k-tabstrip-items .k-item, .k-textbox, .k-textbox:hover, .k-toolbar, .k-tooltip {
  background-repeat: repeat;
  background-position: 0 center;
}

.k-link:hover {
  text-decoration: none;
}

.k-state-highlight > .k-link {
  color: inherit;
}

.k-input[type=text], .k-input[type=number], .k-multiselect .k-input, .k-picker-wrap .k-input, .k-textbox, .k-textbox > input {
  font-size: 100%;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block, .k-draghandle, .k-inline-block, .k-widget {
  border-style: solid;
  border-width: 1px;
  -webkit-appearance: none;
}

.k-block, .k-widget {
  line-height: normal;
  outline: 0;
}

.k-list-filter ::-ms-clear, .k-widget .k-input::-ms-clear {
  width: 0;
  height: 0;
}

.k-block, .k-content, .k-grid, .k-header-column-menu, .k-panelbar, .k-slider, .k-splitter, .k-treeview, .k-widget {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.k-block, .k-calendar, .k-grid-header .k-i-link-horizontal, .k-header-column-menu, .k-pager-wrap, .k-slider, .k-splitbar, .k-treeview {
  -webkit-touch-callout: none;
}

.k-header-column-menu {
  color: inhert;
}

.k-block {
  padding: 2px;
}

.k-block > .k-header {
  margin: -2px 0 10px -2px;
  padding: 0.3em 2px;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.2em;
  white-space: nowrap;
  min-height: 16px;
  position: relative;
}

a.k-button-expand {
  display: block;
}

button.k-button-expand, input[type=submit].k-button-expand, input[type=button].k-button-expand, input[type=reset].k-button-expand {
  width: 100%;
}

.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}

.k-link {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
}

.k-grid-header span.k-link {
  cursor: default;
}

.k-state-disabled, .k-state-disabled .k-draghandle, .k-state-disabled .k-icon, .k-state-disabled .k-link, .k-state-disabled .k-upload-button input {
  cursor: default !important;
  pointer-events: none;
  outline: 0;
}

.k-state-disabled {
  opacity: 0.7;
}

.k-state-disabled > .k-button {
  opacity: 1;
}

@media print {
  .k-state-disabled, .k-state-disabled .k-input {
    opacity: 1 !important;
  }
}
.k-state-error {
  border-style: ridge;
}

.k-state-empty {
  font-style: italic;
}

.k-icon.k-i-none {
  background-image: none !important;
}

.k-image {
  border: 0;
}

.k-widget .k-icon.k-i-collapse, .k-widget .k-icon.k-i-expand {
  cursor: pointer;
}

.k-badge {
  max-width: 100%;
  font-size: 0.7em;
  line-height: 2em;
  margin-left: 6px;
  padding: 0 6px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

html .k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

html .k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

html .k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-inline-block {
  padding: 0 2px;
}

.k-loading, .k-loading-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-icon.k-i-loading {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-icon.k-i-loading::before {
  content: "";
  display: none;
}

.k-loading-image, .k-loading-mask, .k-loading-text {
  position: absolute;
}

.k-loading-mask {
  z-index: 100;
}

.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}

.k-loading-mask .k-loading-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
}

.k-loading-color, .k-loading-image {
  width: 100%;
  height: 100%;
}

.k-loading-image {
  top: 0;
  left: 0;
  z-index: 2;
}

.k-loading-color {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-content-frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.k-pane > .k-splitter-overlay {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
}

.k-drag-clue {
  position: absolute;
  z-index: 10003;
  border-style: solid;
  border-width: 1px;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  white-space: nowrap;
  cursor: default;
}

.k-item.k-drag-clue {
  font-size: inherit;
}

.k-drag-status {
  margin-top: -3px;
  margin-right: 4px;
  vertical-align: middle;
}

.k-reorder-cue {
  position: absolute;
  width: 1px;
  overflow: visible;
}

.k-reorder-cue .k-icon {
  position: absolute;
  left: -4px;
  width: 8px;
  height: 4px;
}

.k-reorder-cue .k-i-arrow-60-down {
  top: -4px;
}

.k-reorder-cue .k-i-arrow-60-up {
  bottom: -4px;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body .k-touch-scrollbar {
    height: 12px;
    width: 12px;
    border-radius: 7px;
  }
}
.k-virtual-scrollable-wrap {
  overflow-x: auto;
}

.k-current-time {
  background: red;
  position: absolute;
}

.k-current-time-arrow-down {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid red;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.k-current-time-arrow-left {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid red;
}

.k-current-time-arrow-right {
  width: 0;
  height: 0;
  background: 0 0;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid red;
  border-right: 4px solid transparent;
}

.k-animation-container, .k-animation-container *, .k-animation-container :after, .k-block .k-header, .k-dialog .k-window-content, .k-list-container, .k-widget, .k-widget *, .k-widget :before {
  box-sizing: content-box;
}

.k-autocomplete, .k-block, .k-edit-cell .k-widget, .k-grid-edit-row .k-widget, .k-grid-edit-row .text-box, .k-tabstrip > .k-content > .km-scroll-container, .k-textbox, .km-actionsheet > li, .km-shim, div.k-window-content {
  box-sizing: border-box;
}

.input-group .form-control {
  box-sizing: border-box;
}

.form-control.k-widget {
  padding: 0;
}

.km-widget, .km-widget * {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.k-radio, input.k-checkbox {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  -webkit-appearance: none;
  overflow: hidden;
}

.k-ff .k-radio, .k-ff input.k-checkbox {
  position: absolute;
}

.k-checkbox-label, .k-radio-label {
  display: inline-block;
  position: relative;
  padding-left: 28.8px;
  vertical-align: top;
  line-height: 16px;
  cursor: pointer;
  border-style: solid;
  border-width: 0;
}

.k-checkbox-label:before {
  font: 16px WebComponentsIcons, monospace;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  width: 8px;
  height: 8px;
  font-size: 16px;
  text-align: center;
  content: " ";
}

.k-checkbox:checked + .k-checkbox-label:before {
  content: "\e118";
}

.k-checkbox:disabled + .k-checkbox-label {
  cursor: auto;
}

.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-style: solid;
}

.k-radio:checked + .k-radio-label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
}

.k-radio:disabled + .k-radio-label {
  cursor: auto;
}

.k-rtl .k-checkbox-label, .k-rtl .k-radio-label {
  padding-left: 0;
  padding-right: 25.2px;
}

.k-rtl .k-checkbox-label:before, .k-rtl .k-radio-label:before {
  right: 0;
}

.k-rtl .k-radio:checked + .k-radio-label:after {
  right: 3px;
}

input.k-checkbox + label {
  -webkit-user-select: none;
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}

.k-hr {
  margin: 0.5em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  float: none;
  clear: both;
}

.k-icon, .k-tool-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
}

.k-column-menu .k-sprite, .k-gantt-views > .k-current-view > .k-link:after, .k-grid-mobile .k-resize-handle-inner:after, .k-grid-mobile .k-resize-handle-inner:before, .k-i-drag-and-drop, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.k-icon:before {
  margin: auto;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-button.k-button-icon .k-icon, .k-grid-filter .k-icon, .k-header .k-icon {
  text-indent: -99999px;
  overflow: hidden;
}

.k-button.k-button-icon .k-icon:before, .k-grid-filter .k-icon:before, .k-header .k-icon:before {
  text-indent: 0;
}

.k-sprite {
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-list-container .k-footer:after, .k-list-container .k-footer:before {
  content: "";
  display: block;
  overflow: hidden;
}

.k-reorder-cue {
  position: absolute;
}

.k-reorder-cue::after, .k-reorder-cue::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.k-reorder-cue::before {
  border-bottom-width: 0;
  border-top-color: currentColor;
  top: -4px;
}

.k-reorder-cue::after {
  border-top-width: 0;
  border-bottom-color: currentColor;
  bottom: -4px;
}

.k-flip-h {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-flip-v {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.k-flip-h.k-flip-v {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.k-button {
  margin: 0;
  padding: 8px 14px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-repeat: repeat-x;
  background-position: 0 center;
  font: inherit;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  position: relative;
}

.k-no-flexbox .k-button {
  display: inline-block;
}

.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

.k-button:focus, .k-button:hover {
  text-decoration: none;
  outline: 0;
}

.k-button .k-text {
  overflow: hidden;
}

.k-button .k-icon, .k-button .k-image, .k-button .k-sprite {
  color: inherit;
  -ms-flex-item-align: center;
  align-self: center;
  pointer-events: none;
}

.k-button-icontext {
  overflow: visible;
}

.k-button-icontext .k-icon, .k-button-icontext .k-image, .k-button-icontext .k-sprite {
  margin-right: 3px;
  margin-right: 0.1875em;
  margin-left: -2px;
  margin-left: -0.125em;
}

.k-button.k-state-disabled, .k-button[disabled], .k-state-disabled .k-button {
  cursor: default;
  outline: 0;
  box-shadow: none;
  opacity: 0.6;
}

.k-ie9 .k-button {
  display: inline-block;
}

a.k-button-expand {
  display: block;
}

button.k-button-expand, input[type=submit].k-button-expand, input[type=button].k-button-expand, input[type=reset].k-button-expand {
  width: 100%;
}

.k-button-icon {
  height: calc(1.4285714286em + 18px);
}

.k-split-button-arrow {
  display: inline-block;
}

.k-button-icon, .k-split-button-arrow {
  width: calc(1.4285714286em + 18px);
  padding: 8px 7px;
}

.k-overflow-group .k-button-icon {
  width: auto;
}

.k-button.k-bare, .k-button.k-flat {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}

.k-button.k-bare.k-state-active, .k-button.k-bare.k-state-hover, .k-button.k-bare:active, .k-button.k-bare:hover, .k-button.k-bare:hover.k-state-active, .k-button.k-bare:hover:active, .k-button.k-flat.k-state-active, .k-button.k-flat.k-state-hover, .k-button.k-flat:active, .k-button.k-flat:hover, .k-button.k-flat:hover.k-state-active, .k-button.k-flat:hover:active {
  color: inherit;
}

.k-button.k-bare::before, .k-button.k-flat::before {
  display: block;
}

.k-button.k-bare::after, .k-button.k-flat::after {
  display: block;
}

.k-button.k-bare.k-state-focused::after, .k-button.k-bare:focus::after, .k-button.k-flat.k-state-focused::after, .k-button.k-flat:focus::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: 0.12;
}

.k-button.k-bare.k-state-disabled, .k-button.k-bare[disabled], .k-button.k-flat.k-state-disabled, .k-button.k-flat[disabled], .k-state-disabled .k-button.k-bare, .k-state-disabled .k-button.k-flat {
  pointer-events: none;
}

.k-button::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button.k-state-hover::before, .k-button:hover::before {
  opacity: 0.08;
}

.k-button.k-no-focus:not(.k-state-hover)::before, .k-button.k-no-focus:not(:hover)::before {
  opacity: 0;
}

.k-button.k-state-active::before, .k-button:active::before {
  opacity: 0.16;
}

.k-button.k-state-selected::before {
  opacity: 0.2;
}

.k-button::after {
  border-radius: inherit;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  transition: opacity 0.2s ease-in-out;
}

.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  list-style: none;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-button-group .k-button {
  position: relative;
}

.k-button-group .k-button + .k-button {
  margin-left: -1px;
}

.k-button-group.k-button-group-stretched .k-button {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-button-group .k-button.k-state-active, .k-button-group .k-button:active {
  z-index: 2;
}

.k-button-group .k-button.k-state-hover, .k-button-group .k-button:hover {
  z-index: 3;
}

.k-button-group .k-button.k-state-disabled, .k-button-group.k-state-disabled .k-button {
  z-index: auto;
}

.k-button-group .k-button.k-state-focused, .k-button-group .k-button:focus {
  z-index: 4;
}

.k-button-group label input[type=radio], .k-button-group label input[type=checkbox], .k-button-group > input[type=radio], .k-button-group > input[type=checkbox] {
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}

.k-overflow-container .k-overflow-tool-group {
  display: block;
}

.k-rtl .k-button-group .k-button {
  margin-left: 0;
}

.k-rtl .k-button-group .k-button + .k-button {
  margin-right: -1px;
}

.k-no-flexbox .k-button-group {
  display: inline-block;
}

.k-no-flexbox .k-button-group:after {
  content: "";
  display: block;
  clear: both;
}

.k-no-flexbox .k-button-group .k-button {
  display: inline-block;
  vertical-align: top;
}

.k-action-buttons {
  margin: 1em 0 0;
  padding: 6px 8px;
  text-align: right;
  position: relative;
  clear: both;
}

.k-action-buttons .k-button {
  min-width: 75px;
}

.k-action-buttons .k-button + .k-button {
  margin-left: 6px;
}

.k-action-buttons .k-button.k-left {
  float: left;
  margin: 0 0 0 1em;
}

.k-rpanel-left {
  -webkit-transform: translateX(-100%) translateZ(0);
  -ms-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  -webkit-transform: translateX(100%) translateZ(0);
  -ms-transform: translateX(100%) translateZ(0);
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-left, .k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

.k-rpanel-left.k-rpanel-expanded, .k-rpanel-right.k-rpanel-expanded {
  -webkit-transform: translateX(0) translateZ(0);
  -ms-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
}

.k-rpanel-left + *, .k-rpanel-right + * {
  overflow: auto;
}

.k-ie9 .k-rpanel-left {
  left: -100%;
}

.k-ie9 .k-rpanel-left.k-rpanel-expanded {
  left: 0;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}

.k-rpanel-toggle {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.k-edit-form {
  margin: 0;
  padding: 0;
}

.k-window > div.k-popup-edit-form {
  padding: 1em 0;
}

.k-grid-edit-row .k-edit-form td {
  border-bottom-width: 0;
}

.k-edit-form-container {
  position: relative;
  width: 400px;
}

.k-edit-form-container .editor-label, .k-edit-label {
  float: left;
  clear: both;
  width: 30%;
  padding: 0.4em 0 1em;
  margin-left: 2%;
  text-align: right;
}

.k-edit-field, .k-edit-form-container .editor-field {
  float: right;
  clear: right;
  width: 60%;
  margin-right: 2%;
  padding: 0 0 0.6em;
}

.k-edit-field > input[type=radio], .k-edit-field > input[type=checkbox] {
  margin-top: 0.4em;
}

.k-edit-form-container .k-button {
  margin: 0 0.16em;
}

.k-edit-field > .k-button:first-child, .k-edit-field > input[type=radio]:first-child, .k-edit-field > input[type=checkbox]:first-child, .k-edit-field > label:first-child > input[type=checkbox] {
  margin-left: 0;
}

.k-edit-form-container .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}

.k-window {
  padding: 0;
  border-width: 0;
  border-style: solid;
  display: inline-block;
  position: absolute;
  z-index: 10001;
}

.k-window .k-overlay {
  position: absolute;
  opacity: 0;
}

.k-window-sm {
  width: 300px;
}

.k-window-md {
  width: 800px;
}

.k-window-lg {
  width: 1200px;
}

.k-window-titlebar {
  padding: 8px 16px;
  border-width: 0;
  border-style: none;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  min-height: 16px;
}

.k-window-title {
  font-size: 1.2em;
  line-height: 1.25;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
}

.k-window-title::before {
  content: "";
  display: inline-block;
}

.k-window-titlebar .k-window-actions {
  position: absolute;
  top: 4px;
  right: 8px;
}

.k-window-titlebar .k-window-action {
  padding: 2px;
  width: 20px;
  height: 20px;
  border-width: 0;
  box-sizing: content-box;
  opacity: 0.7;
}

.k-window-titlebar .k-window-action:hover {
  opacity: 1;
}

.k-prompt-container, .k-window-content {
  padding: 16px 16px;
  height: 100%;
  overflow: auto;
  position: relative;
  outline: 0;
}

.k-window-content + .k-prompt-container {
  margin-top: -16px;
}

.k-prompt-container .k-textbox {
  width: 100%;
}

.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}

.k-window-content > .km-scroll-container {
  height: 100%;
}

.k-window > .k-resize-handle {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-size: 0;
  line-height: 6px;
  opacity: 0;
  zoom: 1;
}

.k-resize-n {
  top: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: n-resize;
}

.k-resize-e {
  top: 0;
  right: -3px;
  width: 6px;
  height: 100%;
  cursor: e-resize;
}

.k-resize-s {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 6px;
  cursor: s-resize;
}

.k-resize-w {
  top: 0;
  left: -3px;
  width: 6px;
  height: 100%;
  cursor: w-resize;
}

.k-resize-se {
  bottom: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: se-resize;
}

.k-resize-sw {
  bottom: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: sw-resize;
}

.k-resize-ne {
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  cursor: ne-resize;
}

.k-resize-nw {
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  cursor: nw-resize;
}

.k-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
}

.k-window-content > .k-action-buttons, .k-window > .k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
}

.k-tabstrip {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
}

.k-tabstrip-items {
  padding: 0.3em 0.3em 0;
}

.k-tabstrip-scrollable .k-tabstrip-items {
  white-space: nowrap;
  overflow: hidden;
}

.k-tabstrip > .k-button.k-bare {
  position: absolute;
  top: 0.27em;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-tabstrip-bottom > .k-button.k-bare {
  top: auto;
  bottom: 0.15em;
}

.k-tabstrip-prev {
  left: 0.4em;
}

.k-tabstrip-next {
  right: 0.4em;
}

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-item {
  list-style-type: none;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 0;
  vertical-align: top;
}

.k-tabstrip-items > .k-item {
  overflow: hidden;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-top > .k-tabstrip-items .k-item {
  margin: 0 -1px 0 0;
}

.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-state-active, .k-tabstrip-top > .k-tabstrip-items .k-state-active {
  border-bottom-width: 1px;
  margin-bottom: -1px;
  padding-bottom: 0;
}

.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}

.k-panelbar .k-tabstrip-items .k-link, .k-tabstrip-items .k-link {
  display: inline-block;
  border-bottom-width: 0;
  padding: 0.5em 0.92em;
}

.k-panelbar .k-tabstrip-items .k-icon, .k-tabstrip-items .k-icon {
  margin: -1px 4px 0 -3px;
  vertical-align: top;
}

.k-panelbar .k-tabstrip-items .k-item .k-image, .k-panelbar .k-tabstrip-items .k-item .k-sprite, .k-tabstrip-items .k-item .k-image, .k-tabstrip-items .k-item .k-sprite {
  margin: -3px 3px 0 -6px;
  vertical-align: middle;
}

.k-tabstrip-items .k-loading {
  top: 0;
  left: 0;
  height: 0;
  width: 20%;
  position: absolute;
  background: 0 0;
  border-top: 1px solid transparent;
  border-color: inherit;
  transition: width 0.2s linear;
  transition: "width 200ms linear";
  -webkit-animation: k-tab-loader 1s ease-in-out infinite;
  animation: k-tab-loader 1s ease-in-out infinite;
}

.k-tabstrip-items .k-progress {
  -webkit-animation: none;
  animation: none;
}

.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  -webkit-animation: none;
  animation: none;
}

.k-panelbar .k-tabstrip > .k-content, .k-tabstrip > .k-content {
  position: static;
  border-style: solid;
  border-width: 1px;
  margin: 0 0.286em 0.3em;
  padding: 0.92em;
  zoom: 1;
}

.k-tabstrip > .k-content {
  display: none;
  overflow: auto;
}

.k-tabstrip > .k-content.km-scroll-wrapper {
  padding: 0;
}

.k-tabstrip > .k-content > .km-scroll-container {
  padding: 0.3em 0.92em;
}

@-webkit-keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
@keyframes k-tab-loader {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
.k-tabstrip-left > div.k-content, .k-tabstrip-right > div.k-content {
  margin: 0.286em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item, .k-tabstrip-right > .k-tabstrip-items .k-item {
  display: block;
  margin-bottom: -1px;
}

.k-tabstrip-left > .k-tabstrip-items .k-link, .k-tabstrip-right > .k-tabstrip-items .k-link {
  display: block;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-tab-on-top, .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
  padding-bottom: 0;
}

.k-tabstrip-left > .k-tabstrip-items {
  float: left;
  padding: 0.25em 0 0.3em 0.3em;
}

.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-width: 1px 0 1px 1px;
  border-radius: 3px 0 0 3px;
}

.k-tabstrip-left > .k-tabstrip-items .k-state-active {
  border-width: 1px 0 1px 1px;
}

.k-panelbar .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-tab-on-top {
  margin-right: -1px;
  padding-right: 1px;
}

.k-tabstrip-right > .k-tabstrip-items {
  float: right;
  padding: 0.25em 0.3em 0.3em 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-width: 1px 1px 1px 0;
  border-radius: 0 3px 3px 0;
}

.k-tabstrip-right > .k-tabstrip-items .k-state-active {
  border-width: 1px 1px 1px 0;
}

.k-panelbar .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-state-active, .k-tabstrip-right > .k-tabstrip-items .k-tab-on-top {
  margin-left: -1px;
  padding-left: 1px;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  margin-top: -1px;
  padding: 0 0.3em 0.3em;
}

.k-panelbar .k-tabstrip-bottom > .k-content, .k-tabstrip-bottom > .k-content {
  margin: 0.3em 0.286em 0;
  z-index: 1;
  position: relative;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}

.k-tabstrip-bottom > .k-content {
  min-height: 100px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-loading {
  top: auto;
  bottom: 0;
}

.k-panelbar {
  zoom: 1;
}

.k-panel > .k-item, .k-panelbar > .k-item {
  list-style-type: none;
  display: block;
  border-width: 0;
  margin: 0;
  zoom: 1;
  border-radius: 0;
}

.k-panelbar .k-link > .k-image, .k-panelbar .k-link > .k-sprite {
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

.k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
  color: inherit;
  display: block;
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0 1em;
  line-height: 2.34em;
  text-decoration: none;
  zoom: 1;
}

.k-panelbar-collapse.k-icon, .k-panelbar-expand.k-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -8px;
}

.k-panelbar .k-content, .k-panelbar .k-panel {
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-panel > .k-item > .k-link {
  border-bottom: 0;
  font-size: 0.95em;
  line-height: 2.2;
}

.k-panel .k-panel > .k-item > .k-link {
  padding-left: 2em;
}

.k-panelbar .k-i-arrow-end-right .k-link {
  border-bottom: 0;
}

.k-panel .k-panel {
  border-bottom: 0;
}

.k-pager-wrap {
  padding: 0.333em 0.25em;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: default;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-pager-wrap .k-link, .k-pager-wrap .k-state-selected {
  width: 2.429em;
  height: 2.429em;
  margin: 0.08333em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  z-index: 1;
}

.k-pager-wrap .k-link > .k-icon, .k-pager-wrap .k-state-selected > .k-icon {
  vertical-align: middle;
}

.k-pager-wrap .k-link:hover, .k-pager-wrap .k-state-selected {
  z-index: 2;
}

.k-pager-wrap .k-link:focus, .k-pager-wrap .k-state-selected {
  text-decoration: none;
  outline: 0;
}

.k-pager-wrap .k-link.k-state-disabled {
  color: inherit;
}

.k-pager-wrap > .k-link {
  border-style: solid;
  border-width: 1px;
}

.k-pager-wrap .k-pager-numbers-wrap {
  width: auto;
  height: auto;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pager-wrap .k-pager-numbers {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-pager-wrap .k-pager-numbers li {
  display: inline-block;
}

.k-pager-wrap .k-pager-numbers .k-current-page {
  display: none;
}

.k-pager-wrap .k-pager-numbers .k-current-page + li {
  margin-left: 0;
}

.k-pager-wrap .k-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1em;
}

.k-pager-wrap .k-pager-input .k-textbox {
  margin: 0 1ex;
  width: 3em;
}

.k-pager-wrap .k-pager-sizes .k-dropdown, .k-pager-wrap .k-pager-sizes > select {
  margin: 0 0.4em 0 0;
  width: 5.2em;
}

.k-pager-wrap .k-pager-refresh {
  -ms-flex-order: 10;
  order: 10;
  border-width: 0;
}

.k-pager-wrap .k-pager-info {
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  -ms-flex-order: 9;
  order: 9;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-pager-wrap .k-widget {
  font-size: inherit;
}

.k-pager-wrap[dir=rtl] .k-i-arrow-60-left, .k-pager-wrap[dir=rtl] .k-i-arrow-60-right, .k-pager-wrap[dir=rtl] .k-i-arrow-end-left, .k-pager-wrap[dir=rtl] .k-i-arrow-end-right, .k-rtl .k-pager-wrap .k-i-arrow-60-left, .k-rtl .k-pager-wrap .k-i-arrow-60-right, .k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-arrow-end-right, [dir=rtl] .k-pager-wrap .k-i-arrow-60-left, [dir=rtl] .k-pager-wrap .k-i-arrow-60-right, [dir=rtl] .k-pager-wrap .k-i-arrow-end-left, [dir=rtl] .k-pager-wrap .k-i-arrow-end-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pager-wrap[dir=rtl] .k-pager-sizes .k-dropdown, .k-pager-wrap[dir=rtl] .k-pager-sizes > select, .k-rtl .k-pager-wrap .k-pager-sizes .k-dropdown, .k-rtl .k-pager-wrap .k-pager-sizes > select, [dir=rtl] .k-pager-wrap .k-pager-sizes .k-dropdown, [dir=rtl] .k-pager-wrap .k-pager-sizes > select {
  margin-right: 0;
  margin-left: 2em;
}

.k-pager-wrap.k-pager-lg, .k-pager-wrap.k-pager-md, .k-pager-wrap.k-pager-sm {
  position: relative;
  overflow: visible;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers-wrap, .k-pager-wrap.k-pager-md .k-pager-numbers-wrap, .k-pager-wrap.k-pager-sm .k-pager-numbers-wrap {
  width: calc(4.858em + 2px);
  height: calc(2.429em + 2px);
  box-sizing: border-box;
  border-color: inherit;
  margin: 0 0.08333em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers, .k-pager-wrap.k-pager-md .k-pager-numbers, .k-pager-wrap.k-pager-sm .k-pager-numbers {
  position: absolute;
  overflow: hidden;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: auto;
  margin: 0;
  bottom: 0;
  border-style: solid;
  border-width: 1px;
  border-color: inherit;
  z-index: 3;
  border-radius: 2px;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-md .k-pager-numbers li:not(.k-current-page), .k-pager-wrap.k-pager-sm .k-pager-numbers li:not(.k-current-page) {
  display: none;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-current-page {
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link, .k-pager-wrap.k-pager-lg .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers .k-link, .k-pager-wrap.k-pager-md .k-pager-numbers .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-link, .k-pager-wrap.k-pager-sm .k-pager-numbers .k-state-selected {
  margin: 0;
  border-width: 0;
  width: 4.858em;
  height: 2.429em;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded {
  border-radius: 2px 2px 2px 2px;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0 0 2px 2px;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded li, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded li {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-current-page, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-current-page {
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: inherit;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-state-selected, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-state-selected, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-link, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-state-selected {
  border-radius: 2px;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded .k-pager-nav, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded .k-pager-nav {
  border-radius: 0;
}

.k-pager-wrap.k-pager-lg[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-lg[dir=rtl] .k-pager-numbers + .k-pager-input, .k-pager-wrap.k-pager-md[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-md[dir=rtl] .k-pager-numbers + .k-pager-input, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-numbers + .k-link, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-lg .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-numbers + .k-pager-input, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-link, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-numbers + .k-pager-input {
  margin-left: 0;
}

.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
  display: none;
}

.k-pager-wrap.k-pager-md .k-pager-refresh, .k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: auto;
}

.k-pager-wrap.k-pager-md[dir=rtl] .k-pager-refresh, .k-pager-wrap.k-pager-sm[dir=rtl] .k-pager-refresh, .k-rtl .k-pager-wrap.k-pager-md .k-pager-refresh, .k-rtl .k-pager-wrap.k-pager-sm .k-pager-refresh, [dir=rtl] .k-pager-wrap.k-pager-md .k-pager-refresh, [dir=rtl] .k-pager-wrap.k-pager-sm .k-pager-refresh {
  margin-left: 0;
  margin-right: auto;
}

.k-pager-wrap.k-pager-sm .k-pager-sizes {
  display: none;
}

.k-menu {
  cursor: default;
}

.k-menu .k-link {
  white-space: nowrap;
}

.k-menu .k-item > .k-link {
  color: inherit;
}

.k-menu, .k-menu .k-menu-group, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-menu-group {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.k-menu:after {
  content: "";
  display: block;
  width: 99%;
  height: 0;
  float: inherit;
  clear: both;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-popups-wrapper .k-item {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-item div, .k-menu-scroll-wrapper .k-item div, .k-popups-wrapper .k-item div {
  -webkit-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}

.k-menu .k-item .k-item, .k-menu-scroll-wrapper .k-item .k-item, .k-menu-scroll-wrapper.vertical > .k-item, .k-popups-wrapper .k-item .k-item, .k-popups-wrapper.vertical > .k-item, ul.k-menu-vertical > .k-item {
  display: block;
  float: none;
  border-width: 0;
}

.k-menu .k-image, .k-menu .k-item > .k-link > .k-icon, .k-menu .k-sprite, .k-menu-scroll-wrapper .k-image, .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, .k-menu-scroll-wrapper .k-sprite, .k-popups-wrapper .k-image, .k-popups-wrapper .k-item > .k-link > .k-icon, .k-popups-wrapper .k-sprite {
  margin: -2px 4px 0 -4px;
  vertical-align: middle;
}

.k-menu .k-item > .k-link, .k-menu-scroll-wrapper .k-item > .k-link, .k-popups-wrapper .k-item > .k-link {
  display: block;
  padding: 1.071em;
  line-height: 1.34em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-menu .k-menu-group, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-menu-group {
  display: none;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  white-space: nowrap;
}

.k-menu .k-menu-group > .k-item, .k-menu-scroll-wrapper .k-menu-group > .k-item, .k-popups-wrapper .k-menu-group > .k-item {
  display: block;
  border-width: 0;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal > .k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal > .k-item, .k-widget.k-menu-horizontal > .k-item {
  position: relative;
  float: left;
  border-style: solid;
  border-width: 0 1px 0 0;
  vertical-align: top;
  zoom: 1;
  box-sizing: content-box;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link, .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-popups-wrapper.vertical > .k-item > .k-link {
  padding: 0.28em 1.8em 0.38em 0.9em;
}

.k-context-menu.k-menu-horizontal > .k-separator, .k-popups-wrapper.horizontal > .k-separator {
  display: none;
}

.k-context-menu.k-menu-horizontal > .k-item, .k-popups-wrapper.horizontal > .k-item {
  box-sizing: border-box;
}

.k-context-menu.k-menu-horizontal > .k-last, .k-popups-wrapper.horizontal > .k-last {
  border: 0;
}

.k-menu-horizontal > .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-menu-expand-arrow {
  margin: -2px 0 0;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-down, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-down, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-down {
  margin-right: -8px;
}

.k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right, .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0.2rem;
}

.k-menu .k-animation-container, .k-menu-scroll-wrapper .k-animation-container, .k-popups-wrapper .k-animation-container {
  border: 0;
}

.k-menu .k-animation-container, .k-menu .k-menu-group, .k-menu-scroll-wrapper .k-animation-container, .k-menu-scroll-wrapper .k-menu-group, .k-popups-wrapper .k-animation-container, .k-popups-wrapper .k-menu-group {
  position: absolute;
  left: 0;
}

.k-menu .k-animation-container .k-animation-container, .k-menu .k-menu-group .k-menu-group, .k-menu-scroll-wrapper .k-animation-container .k-animation-container, .k-menu-scroll-wrapper .k-menu-group .k-menu-group, .k-menu-scroll-wrapper.vertical .k-animation-container, .k-menu-scroll-wrapper.vertical .k-menu-group, .k-menu-vertical .k-animation-container, .k-menu-vertical .k-menu-group, .k-popups-wrapper .k-animation-container .k-animation-container, .k-popups-wrapper .k-menu-group .k-menu-group, .k-popups-wrapper.vertical .k-animation-container, .k-popups-wrapper.vertical .k-menu-group {
  top: 0;
  left: 0;
}

.k-menu .k-animation-container .k-menu-group, .k-menu-scroll-wrapper .k-animation-container .k-menu-group, .k-popups-wrapper .k-animation-container .k-menu-group {
  top: auto;
  left: auto;
  margin-left: -1px;
}

.k-menu .k-animation-container, .k-menu-scroll-wrapper .k-animation-container, .k-popup .k-animation-container, .k-popups-wrapper .k-animation-container {
  margin-top: -1px;
  padding-left: 1px;
}

.k-ie .k-menu .k-animation-container, .k-ie .k-menu-scroll-wrapper .k-animation-container, .k-ie .k-popup .k-animation-container, .k-ie .k-popups-wrapper .k-animation-container {
  margin-top: -2px;
}

.k-popup .k-animation-container .k-popup {
  margin-left: -1px;
}

.k-menu-scroll-wrapper .k-separator, .k-popups-wrapper .k-separator, ul.k-menu .k-separator {
  padding: 0.25em 0;
  height: 100%;
  width: 1px;
  font-size: 0;
  line-height: 0;
  border-width: 0 1px 0 0;
}

.k-menu .k-menu-group .k-separator, .k-menu-scroll-wrapper.vertical .k-menu-group .k-separator, .k-menu-scroll-wrapper.vertical .k-separator, .k-popups-wrapper.vertical .k-menu-group .k-separator, .k-popups-wrapper.vertical .k-separator, ul.k-menu-vertical .k-separator {
  padding: 0;
  height: 1px;
  width: 100%;
  border-width: 1px 0 0;
}

.k-menu-scroll-wrapper .k-widget.k-menu, .k-popups-wrapper .k-widget.k-menu {
  white-space: nowrap;
  overflow: hidden;
}

.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical, .k-popups-wrapper.vertical .k-menu.k-menu-vertical {
  height: 100%;
  box-sizing: border-box;
}

.k-menu-scroll-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item, .k-popups-wrapper.horizontal .k-menu.k-menu-horizontal > .k-item {
  display: inline-block;
  overflow: hidden;
  float: none;
}

.k-menu-scroll-wrapper.vertical .k-menu.k-menu-vertical > .k-item, .k-popups-wrapper.vertical .k-menu.k-menu-vertical > .k-item {
  overflow: hidden;
}

.k-menu-scroll-wrapper, .k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.k-menu-scroll-wrapper.vertical, .k-popups-wrapper.vertical {
  height: 100%;
}

.k-menu-scroll-wrapper > .k-animation-container .k-item, .k-popups-wrapper > .k-animation-container .k-item {
  float: none;
}

.k-menu-scroll-wrapper .k-menu-scroll-button, .k-popups-wrapper .k-menu-scroll-button {
  border-radius: 0;
  position: absolute;
  display: none;
}

.k-menu-scroll-wrapper .k-scroll-up, .k-popups-wrapper .k-scroll-up {
  top: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-down, .k-popups-wrapper .k-scroll-down {
  bottom: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-down, .k-menu-scroll-wrapper .k-scroll-up, .k-popups-wrapper .k-scroll-down, .k-popups-wrapper .k-scroll-up {
  width: 100%;
  height: 16px;
  padding: 0 0.7em;
  line-height: 0.2em;
}

.k-menu-scroll-wrapper .k-scroll-left, .k-popups-wrapper .k-scroll-left {
  top: 0;
  left: 0;
}

.k-menu-scroll-wrapper .k-scroll-right, .k-popups-wrapper .k-scroll-right {
  top: 0;
  right: 0;
}

.k-menu-scroll-wrapper .k-scroll-left, .k-menu-scroll-wrapper .k-scroll-right, .k-popups-wrapper .k-scroll-left, .k-popups-wrapper .k-scroll-right {
  width: 16px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.k-menu-scroll-wrapper .k-scroll-left .k-icon, .k-menu-scroll-wrapper .k-scroll-right .k-icon, .k-popups-wrapper .k-scroll-left .k-icon, .k-popups-wrapper .k-scroll-right .k-icon {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  left: 0;
}

.k-rtl .k-menu .k-item, .k-rtl .k-widget.k-menu-horizontal > .k-item, [dir=rtl] .k-menu .k-item, [dir=rtl] .k-widget.k-menu-horizontal > .k-item {
  border-width: 0 0 0 1px;
}

.k-rtl .k-menu .k-image, .k-rtl .k-menu .k-item > .k-link > .k-icon, .k-rtl .k-menu .k-sprite, .k-rtl .k-menu-scroll-wrapper .k-image, .k-rtl .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, .k-rtl .k-menu-scroll-wrapper .k-sprite, .k-rtl .k-popups-wrapper .k-image, .k-rtl .k-popups-wrapper .k-item > .k-link > .k-icon, .k-rtl .k-popups-wrapper .k-sprite, [dir=rtl] .k-menu .k-image, [dir=rtl] .k-menu .k-item > .k-link > .k-icon, [dir=rtl] .k-menu .k-sprite, [dir=rtl] .k-menu-scroll-wrapper .k-image, [dir=rtl] .k-menu-scroll-wrapper .k-item > .k-link > .k-icon, [dir=rtl] .k-menu-scroll-wrapper .k-sprite, [dir=rtl] .k-popups-wrapper .k-image, [dir=rtl] .k-popups-wrapper .k-item > .k-link > .k-icon, [dir=rtl] .k-popups-wrapper .k-sprite {
  margin-right: -4px;
  margin-left: 4px;
}

.k-rtl .k-menu .k-menu-group > .k-item, .k-rtl .k-menu-scroll-wrapper .k-menu-group > .k-item, .k-rtl .k-popups-wrapper .k-menu-group > .k-item, [dir=rtl] .k-menu .k-menu-group > .k-item, [dir=rtl] .k-menu-scroll-wrapper .k-menu-group > .k-item, [dir=rtl] .k-popups-wrapper .k-menu-group > .k-item {
  border: 0;
}

.k-rtl .k-context-menu.k-menu-vertical > .k-item > .k-link, .k-rtl .k-menu .k-menu-group .k-item > .k-link, .k-rtl .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-rtl .k-popups-wrapper.vertical > .k-item > .k-link, [dir=rtl] .k-context-menu.k-menu-vertical > .k-item > .k-link, [dir=rtl] .k-menu .k-menu-group .k-item > .k-link, [dir=rtl] .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, [dir=rtl] .k-popups-wrapper.vertical > .k-item > .k-link {
  padding: 0.28em 0.9em 0.38em 1.8em;
}

.k-context-menu {
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-grid, .k-listview {
  position: relative;
  zoom: 1;
}

.k-grid table {
  width: 100%;
  margin: 0;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: 0;
}

.k-header.k-drag-clue {
  padding: 0.786em 0.6em;
  line-height: 1.6;
  overflow: hidden;
}

.k-filter-row th, .k-grid-header th.k-header {
  overflow: hidden;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding: 0.786em 0.6em;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}

.k-grid-header th.k-header {
  vertical-align: bottom;
  cursor: default;
}

.k-filtercell, .k-filtercell .k-widget, .k-filtercell > span {
  display: block;
  width: auto;
}

.k-filtercell > span {
  padding-right: 4.8em;
  position: relative;
  min-height: 2em;
  line-height: 2em;
}

.k-filtercell > .k-operator-hidden {
  padding-right: 2.3em;
}

.k-filter-row .k-dropdown-operator, .k-filtercell > span > .k-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.k-filter-row .k-dropdown-operator {
  width: 2.1em;
  right: 2.5em;
}

.k-filtercell > span > label {
  vertical-align: middle;
}

.k-filter-row label > input[type=radio] {
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.k-ff .k-grid .k-filter-row .k-i-filter-clear {
  top: 1px;
}

.k-ie10 .k-grid-header a:active {
  background-color: transparent;
}

.k-grid-header th.k-header > .k-link {
  display: block;
  min-height: 18px;
  line-height: 18px;
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.6em 0.4em 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid-header th.k-with-icon .k-link {
  margin-right: 18px;
}

.k-grid-header th > .k-link > .k-icon {
  vertical-align: text-top;
}

.k-grid .k-state-hover {
  cursor: pointer;
}

.k-grid-column-resizing, .k-grid-column-resizing .k-button, .k-grid-column-resizing .k-grid-filter, .k-grid-column-resizing .k-grid-toolbar, .k-grid-column-resizing .k-link {
  cursor: col-resize;
}

.k-grid td {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.k-grid .k-grouping-row td, .k-grid .k-hierarchy-cell {
  overflow: visible;
}

.k-grid-edit-row td {
  text-overflow: clip;
}

.k-grid-edit-row .k-textbox, .k-grid-edit-row .text-box {
  margin-top: 0;
  margin-bottom: 0;
}

.k-grid-footer-wrap, .k-grid-header-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-style: solid;
  border-width: 0 1px 0 0;
  zoom: 1;
}

div.k-grid-footer, div.k-grid-header {
  padding-right: 17px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  zoom: 1;
}

.k-grid-header-locked > table, .k-grid-header-wrap > table {
  margin-bottom: -1px;
}

.k-grid-content {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  zoom: 1;
  min-height: 0;
}

.k-mobile .k-grid tbody {
  -webkit-backface-visibility: hidden;
}

.k-mobile .k-grid-backface tbody {
  -webkit-backface-visibility: visible;
}

.k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
}

.k-grid-norecords {
  width: 100%;
  height: 100%;
  text-align: center;
}

.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  vertical-align: middle;
  margin: 0 auto;
}

.k-grid-content > .k-grid-norecords > .k-grid-norecords-template {
  top: 50%;
  left: 50%;
  margin-left: -10em;
  margin-top: -2em;
  position: absolute;
}

@media print {
  .k-grid {
    height: auto !important;
  }
  .k-grid-header {
    padding: 0 !important;
  }
  .k-grid-content, .k-grid-header-wrap {
    overflow: visible;
    height: auto !important;
  }
}
.k-grid .k-scrollbar {
  -ms-overflow-style: scrollbar;
}

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid-content table, .k-grid-content-locked > table, .k-grid-footer table, .k-grid-header table {
  table-layout: fixed;
}

.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content, .k-grid-content-locked, .k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked, .k-grid-footer-locked, .k-grid-header-locked {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.k-grid-content-locked + .k-grid-content, .k-grid-footer-locked + .k-grid-footer-wrap, .k-grid-header-locked + .k-grid-header-wrap {
  display: inline-block;
  vertical-align: top;
}

.k-grid-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
}

.k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
  border-left-width: 0;
}

.k-grid-header th.k-header.k-first {
  border-left-width: 1px;
}

.k-footer-template td {
  border-style: solid;
  border-width: 1px 0 0 1px;
}

.k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}

.k-group-footer .k-group-cell + td {
  border-left-width: 1px;
}

.k-grid-footer {
  border-style: solid;
  border-width: 1px 0 0;
}

.k-grid-footer td {
  border-top-width: 0;
}

.k-grid-footer > td {
  border-top-width: 1px;
}

.k-grid-pager {
  border-width: 1px 0 0;
}

.k-header > .k-grid-filter, .k-header > .k-header-column-menu {
  float: right;
  margin: -0.5em -0.6em -0.4em 0;
  padding: 0.5em 0.2em 0.4em;
  position: relative;
  z-index: 1;
  color: inherit;
}

.k-grid .k-animation-container {
  position: absolute;
}

.k-filter-menu {
  padding: 0.5em;
}

.k-list-filter {
  display: block;
}

form.k-filter-menu .k-textbox, form.k-filter-menu .k-widget {
  display: block;
}

form.k-filter-menu .k-textbox {
  width: 100%;
  margin-bottom: 3px;
}

.k-filter-help-text, .k-filter-menu .k-textbox, .k-filter-menu .k-widget {
  margin: 0.19em 0 0;
}

.k-filter-menu span.k-filter-and {
  width: 6em;
  margin: 0.5em 0 0.5em;
}

.k-filter-menu .k-action-buttons {
  margin: 0;
  padding: 0;
  text-align: initial;
}

.k-filter-menu .k-action-buttons .k-button {
  width: 48%;
  margin: 0.5em 4% 0 0;
  min-width: 0;
}

.k-filter-menu .k-action-buttons .k-button + .k-button {
  margin-right: 0;
}

.k-filter-menu .k-filter-selected-items {
  font-weight: 700;
  margin: 0.5em;
}

.k-multicheck-wrap {
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
  max-height: 300px;
}

.k-multicheck-wrap .k-item {
  line-height: 2.2em;
}

.k-grouping-row .k-icon {
  margin: -3px 4px 0 2px;
}

.k-grouping-row p {
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.6em;
  padding: 0 0.6em;
}

.k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grouping-row .k-group-cell, .k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: none;
}

.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}

.k-grid .k-group-col, .k-grid .k-hierarchy-col {
  width: 27px;
}

.k-grouping-header {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.k-grouping-header {
  line-height: 2;
  position: relative;
  white-space: normal;
}

.k-grouping-dropclue {
  position: absolute;
  top: 3px;
  width: 6px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: -165px -148px;
}

.k-grouping-dropclue:after, .k-grouping-dropclue:before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
}

.k-grouping-dropclue:before {
  top: 0;
  border-bottom: 0;
}

.k-grouping-dropclue:after {
  bottom: 0;
  border-top: 0;
}

.k-group-indicator {
  padding: 0.15em 0.15em 0.15em 0.4em;
  border-width: 1px;
  border-style: solid;
  line-height: 1.5em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: top;
}

.k-grouping-header .k-group-indicator {
  margin: 0 3px;
}

.k-group-indicator .k-button.k-bare, .k-group-indicator .k-link {
  padding: 0;
  border-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-group-indicator .k-link .k-icon {
  margin-right: 4px;
}

.k-group-indicator .k-button.k-bare {
  margin-left: 8px;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0.5;
}

.k-group-indicator .k-button.k-bare::after, .k-group-indicator .k-button.k-bare::before {
  display: none;
}

.k-group-indicator .k-button.k-bare:hover {
  opacity: 1;
}

.k-no-flexbox .k-group-indicator {
  display: inline-block;
}

.k-no-flexbox .k-group-indicator .k-button, .k-no-flexbox .k-group-indicator .k-link {
  display: inline-block;
  vertical-align: middle;
}

.k-dirty-cell:before {
  content: " ";
  display: inline-block;
  width: 0;
  float: left;
}

.k-dirty-cell {
  position: relative;
}

.k-dirty-cell.k-edit-cell {
  position: static;
}

.k-dirty-cell .k-dirty {
  margin: 0;
  top: 0;
  left: 0;
}

.k-dirty {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: red transparent transparent red;
  margin: -0.45em 0 0 -0.6em;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}

.k-grid-toolbar, .k-grouping-header {
  margin: 0;
  padding: 0.429em 0.2em 0.429em 1em;
  cursor: default;
}

.k-grid .k-edit-container {
  padding: 0;
}

.k-grid .field-validation-error {
  display: block;
}

.k-grid .input-validation-error {
  border-style: ridge;
  border-color: red;
  background-color: pink;
}

.k-grid-toolbar .k-button {
  vertical-align: middle;
}

.k-grid-actions {
  display: inline-block;
}

.k-grid .k-button {
  margin: 0.16em;
}

.k-grid tbody .k-button {
  min-width: 64px;
}

.k-grid tbody button.k-button {
  min-width: 78px;
}

html body .k-grid tbody .k-button-icon {
  width: auto;
  min-width: 0;
}

.k-detail-row {
  position: relative;
}

.k-grid .k-detail-cell {
  overflow: visible;
}

.k-grid .k-edit-cell {
  padding: 0 0.3em;
  white-space: nowrap;
}

.k-grid .k-edit-cell .k-tooltip {
  white-space: normal;
}

.k-edit-cell > .k-textbox, .k-edit-cell > .k-widget, .k-grid-edit-row > td > .k-textbox, .k-grid-edit-row > td > .k-widget, .k-grid-edit-row > td > .text-box {
  width: 100%;
}

html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
  width: auto;
  max-width: 300px;
}

.k-edit-cell input[type=checkbox] {
  margin-left: 0.6em;
}

.k-grid-resize-indicator {
  position: absolute;
  width: 2px;
  background-color: #aaa;
}

.k-grid-header .k-resize-handle, .k-grid > .k-resize-handle {
  position: absolute;
  height: 25px;
  cursor: col-resize;
  z-index: 2;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color, .k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-ie9 .k-column-menu {
  width: 160px;
}

.k-column-menu {
  min-width: 160px;
}

.k-column-menu .k-sprite {
  margin-right: 10px;
}

.k-column-menu > .k-menu {
  border-width: 0;
}

.k-column-menu .k-calendar .k-link {
  white-space: normal;
}

.k-columns-item .k-group {
  max-height: 200px;
  overflow: auto;
}

.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}

.k-pdf-export-shadow .k-grid, .k-pdf-export-shadow .k-grid-content, .k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}

.k-pdf-export-shadow .k-grid-content-locked + .k-grid-content, .k-pdf-export-shadow .k-grid-footer-locked + .k-grid-footer-wrap, .k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap {
  width: auto !important;
}

.k-pdf-export-shadow .k-grid-header, .k-pdf-export-shadow .k-grid[data-role=grid] .k-grid-footer {
  padding: 0 !important;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.k-loading-pdf-mask .k-loading-color {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-pdf-export .k-loading-pdf-mask {
  display: none;
}

.k-pdf-export .k-grid-filter {
  text-decoration: none;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

.k-autofitting td, .k-autofitting th.k-header {
  white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
  display: none !important;
}

.k-grid input.k-checkbox + label.k-checkbox-label {
  cursor: default;
  outline: 0;
}

.k-grid .k-checkbox-label.k-no-text {
  padding: 0;
}

.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label, .k-grid .k-edit-cell input[type=checkbox] {
  margin-left: 0.3em;
}

.k-grid .k-grouping-row td {
  border-bottom-width: 0;
}

.k-grid .k-grouping-row + tr td {
  border-top-width: 1px;
}

.k-grid .k-grouping-row + tr td.k-group-cell {
  border-top-width: 0;
}

.k-grid .k-group-cell {
  border-bottom-width: 0;
  border-top-width: 0;
}

.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
  position: absolute;
  margin-left: 1px;
  margin-top: 0.8em;
  width: 14px;
  height: 14px;
  z-index: 1;
}

.k-window .k-popup-edit-form .k-edit-field input.k-checkbox + label.k-checkbox-label {
  cursor: default;
}

.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.5em;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm {
  margin-left: 7px;
}

.k-grid-header .k-sort-order {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-top: 1px;
  margin-left: -1px;
  vertical-align: text-top;
  font-size: 12px;
}

.k-grid-header .k-link .k-icon.k-i-sort-asc-sm, .k-grid-header .k-link .k-icon.k-i-sort-desc-sm {
  margin-top: 1px;
  vertical-align: text-top;
}

.k-treelist .k-status {
  padding: 0.4em 0.6em;
  line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
}

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist.k-treelist-dragging, .k-treelist.k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-treelist .k-i-arrow-45-down-right, .k-treelist .k-i-arrow-60-right {
  cursor: pointer;
}

.k-treelist .k-i-arrow-45-down-right {
  margin-top: -0.5em;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 0.5em;
}

.k-gantt {
  white-space: nowrap;
  position: relative;
}

.k-gantt-layout {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
}

.k-gantt .k-splitbar {
  position: relative;
  cursor: e-resize;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-gantt .k-gantt-layout th {
  vertical-align: bottom;
}

.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.k-gantt .k-grid .k-edit-cell {
  vertical-align: middle;
}

.k-gantt-timeline > .k-timeline, .k-gantt-treelist > .k-treelist {
  border-width: 0;
  height: 100%;
}

.k-gantt-toolbar {
  border-style: solid;
  border-width: 0 0 1px;
  line-height: 2.4em;
  padding: 0.5em;
}

.k-gantt-layout + .k-gantt-toolbar {
  border-width: 1px 0 0;
}

.k-gantt-actions, .k-gantt-toolbar > ul {
  float: left;
  margin-right: 0.6em;
}

.k-gantt-actions > .k-button {
  margin-right: 0.5em;
  vertical-align: top;
}

.k-gantt-toolbar > .k-gantt-views {
  float: right;
  margin-right: 0;
}

.k-gantt-toolbar > .k-gantt-views > li.k-current-view {
  display: none;
}

.k-gantt-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-gantt-toolbar > ul > li:first-child + li {
  border-left-width: 1px;
}

.k-gantt-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-gantt-toolbar li:first-child + li, .k-gantt-toolbar li:first-child + li > .k-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-gantt-toolbar li:last-child, .k-gantt-toolbar li:last-child > .k-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-gantt-toolbar li.k-button {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt-treelist .k-grid-header tr {
  height: 5em;
}

.k-gantt .k-treelist .k-grid-header {
  padding: 0 !important;
}

.k-gantt .k-treelist .k-grid-content {
  overflow-y: hidden;
  overflow-x: scroll;
}

.k-treelist-group > tr > span {
  font-weight: 700;
}

.k-treelist-group .k-widget {
  font-weight: 400;
}

.k-gantt-timeline .k-grid-header tr {
  height: 2.5em;
}

.k-gantt-tasks {
  position: relative;
}

.k-gantt .k-grid-content tr, .k-gantt-rows tr, .k-gantt-tasks tr {
  height: 2.3em;
}

.k-gantt .k-gantt-tasks td:after {
  content: " ";
}

.k-gantt-timeline {
  background: 0 0;
}

.k-gantt-columns, .k-gantt-dependencies, .k-gantt-rows {
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-tables {
  position: relative;
}

.k-gantt .k-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt .k-gantt-timeline th {
  text-align: center;
}

.k-gantt .k-gantt-timeline tr:first-child th {
  border-bottom-width: 1px;
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-summary-complete:after, .k-task-summary-complete:before, .k-task-summary:after, .k-task-summary:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
}

.k-task-summary-complete:before, .k-task-summary:before {
  left: 0;
  border-left-color: inherit;
}

.k-task-summary-complete:after, .k-task-summary:after {
  right: 0;
  border-right-color: inherit;
}

.k-line-h, .k-line-v {
  position: absolute;
}

.k-line-h {
  height: 2px;
}

.k-line-v {
  width: 2px;
}

.k-arrow-e, .k-arrow-w {
  position: absolute;
  top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
}

.k-arrow-e {
  right: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.k-arrow-w {
  left: -6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.k-task-milestone {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.k-gantt .k-gantt-tasks .k-button-icon, .k-gantt .k-gantt-treelist .k-button {
  padding-top: 0;
  padding-bottom: 0;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  margin-top: 4px;
}

.k-gantt .k-gantt-treelist .k-button {
  margin-top: -4px;
  margin-bottom: -2px;
}

.k-gantt .k-gantt-tasks .k-button-icon {
  padding-left: 2px;
  padding-right: 2px;
}

.k-gantt .k-gantt-tasks .k-button .k-icon, .k-gantt .k-gantt-treelist .k-button .k-icon {
  vertical-align: text-top;
}

.k-rel .k-button-icon {
  position: absolute;
  left: 200px;
}

.k-rel {
  position: relative;
  height: 0;
  top: -0.3em;
}

.k-task-wrap {
  position: absolute;
  padding: 0 23px 5px;
  margin: -1px -23px 0;
  z-index: 2;
}

.k-line.k-state-selected, .k-task-wrap:hover {
  z-index: 3;
}

.k-milestone-wrap {
  margin: 0 -13px 0 -27px;
}

.k-task-content {
  position: relative;
  z-index: 2;
}

.k-task-complete {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  z-index: 1;
}

.k-task-dot {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: none;
  cursor: pointer;
}

.k-task-dot.k-state-hover {
  background-color: transparent;
}

.k-task-single + .k-task-dot, .k-task-single + .k-task-dot + .k-task-dot {
  top: 0.2em;
}

.k-task-wrap-active .k-task-dot, .k-task-wrap:hover .k-task-dot {
  display: block;
}

.k-task-dot:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 16px;
}

.k-task-dot:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-left: 4px;
}

.k-task-dot.k-state-hover:after, .k-task-dot:hover:after, .k-task-wrap-active .k-task-dot:after {
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-single {
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
  cursor: default;
  min-height: 1.3em;
  white-space: nowrap;
}

.k-task-template {
  padding: 0.2em 1.4em 0.2em 0.6em;
  line-height: normal;
}

.k-task-actions, .k-task-content > .k-link {
  position: absolute;
  top: 0;
  right: 4px;
  white-space: nowrap;
}

.k-task-actions {
  z-index: 1;
}

.k-task-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-task-actions:first-child {
  margin-top: 3px;
}

.k-task-actions:first-child > .k-link {
  display: inline-block;
}

.k-task-delete {
  display: none;
}

.k-task-wrap-active .k-task-delete, .k-task-wrap:hover .k-task-delete {
  display: inline-block;
}

.k-task-single .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
  height: auto;
}

.k-task-single:hover .k-resize-handle, .k-task-wrap-active .k-resize-handle {
  visibility: visible;
}

.k-task-single .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-task-content > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-task-content > .k-resize-e:after, .k-task-content > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-task-content > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-task-draghandle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  margin: 0 18px;
  border-width: 5px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
  cursor: e-resize;
}

.k-task-wrap-active .k-task-draghandle, .k-task-wrap:hover .k-task-draghandle {
  display: block;
}

.k-dependency-hint {
  z-index: 4;
}

.k-gantt-rowheight .k-task-dot, .k-gantt-rowheight .k-task-milestone, .k-gantt-rowheight .k-task-single + .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot, .k-gantt-rowheight .k-task-summary {
  top: 50%;
}

.k-gantt-rowheight .k-task-milestone, .k-gantt-rowheight .k-task-summary {
  margin-top: -6px;
}

.k-gantt-rowheight .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot, .k-gantt-rowheight .k-task-single + .k-task-dot + .k-task-dot {
  margin-top: -11px;
}

.k-gantt-rowheight .k-task-single {
  height: calc(100% - 2px);
}

.k-ie .k-gantt-rowheight .k-task-single {
  height: 99%;
}

.k-gantt-rowheight .k-task-content {
  height: 100%;
}

.k-gantt-rowheight .k-task-content > .k-resize-e:after, .k-gantt-rowheight .k-task-content > .k-resize-w:after {
  top: 0;
  margin-top: 0;
  height: 100%;
}

.k-task-details {
  padding: 0.4em;
  text-align: left;
  white-space: nowrap;
}

.k-task-details > strong {
  font-size: 120%;
  display: block;
}

.k-task-pct {
  margin: 0.5em 0 0.1em;
  font-size: 170%;
}

.k-task-details > ul {
  line-height: 1.2;
}

.k-resources-wrap {
  position: absolute;
  z-index: 2;
  zoom: 1;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-resources-wrap .k-resource {
  margin: 0 5px;
}

.k-gantt-edit-form > .k-edit-form-container {
  width: 430px;
}

.k-gantt-edit-form > .k-resources-form-container {
  width: 506px;
}

.k-resources-form-container > .k-grid {
  margin: 0 0.9em;
}

.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox, .k-gantt-edit-form > .k-edit-form-container .k-textbox {
  width: 15em;
}

.k-gantt-edit-form .k-edit-buttons .k-gantt-delete {
  float: left;
}

.k-pdf-export-shadow .k-gantt {
  float: left;
}

.k-pdf-export-shadow .k-gantt, .k-pdf-export-shadow .k-gantt .k-grid-content, .k-pdf-export-shadow .k-gantt-timeline {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-treelist {
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-timeline .k-grid-header {
  padding: 0 !important;
}

.k-pdf-export-shadow .k-gantt .k-splitbar, .k-pdf-export-shadow .k-pdf-export {
  display: none;
}

button.k-gantt-toggle {
  display: none;
  float: left;
  margin-right: 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-gantt-toolbar > ul.k-gantt-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views {
    right: auto;
    left: 6px;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li:not(.k-current-view) {
    display: none;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    display: block;
    border-width: 1px;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view {
    text-align: left;
    padding-left: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views > li.k-current-view > .k-link:after {
    content: "\e006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li, .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-gantt-toolbar > ul.k-gantt-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  button.k-gantt-toggle {
    display: inline-block;
  }
  .k-gantt-create span + span, .k-gantt-pdf span + span {
    display: none;
  }
  .k-gantt-create .k-icon, .k-gantt-pdf .k-icon {
    margin: 0;
  }
  .k-gantt .k-splitbar {
    display: none;
    width: 0;
    border-width: 0;
  }
  .k-gantt .k-gantt-treelist {
    display: none;
    max-width: 0;
  }
  .k-gantt .k-treelist .k-grid-content {
    overflow-y: scroll;
  }
  .k-gantt .k-gantt-timeline {
    width: 100%;
  }
}
.k-pivot {
  position: relative;
}

.k-pivot-toolbar {
  padding: 0.2em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-pivot .k-pivot-toolbar {
  padding: 0.6em;
}

.k-pivot-toolbar .k-button {
  margin-right: 0.4em;
  line-height: 1.2em;
  font-size: 0.9em;
  text-align: left;
  position: relative;
  padding: 0.3em 5em 0.3em 0.3em;
  cursor: move;
}

.k-field-actions {
  position: absolute;
  right: 2px;
  top: 3px;
  cursor: pointer;
}

.k-pivot .k-grid td {
  white-space: nowrap;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

.k-pivot-layout > tbody > tr > td {
  vertical-align: top;
  padding: 0;
}

.k-pivot td {
  vertical-align: top;
}

.k-pivot-rowheaders > .k-grid, .k-pivot-table > .k-grid {
  border-width: 0;
}

.k-pivot-rowheaders > .k-grid td:first-child, .k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-header.k-alt, td.k-alt {
  font-weight: 700;
}

.k-header.k-alt {
  background-image: none;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-fieldselector .k-edit-buttons {
  bottom: auto;
}

.k-fieldselector .k-edit-label {
  width: 16%;
}

.k-fieldselector .k-edit-field {
  width: 77%;
}

.k-fieldselector .k-edit-field > .k-textbox, .k-fieldselector .k-edit-field > .k-widget {
  width: 99%;
}

.k-fieldselector .k-edit-buttons > input, .k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: 0.4em;
}

.k-fieldselector p {
  margin: 0 0 0.2em 0.5em;
  text-transform: uppercase;
}

.k-fieldselector p .k-icon {
  margin: 0 5px 0 0;
}

.k-fieldselector .k-columns {
  border-style: solid;
  border-width: 0;
}

.k-fieldselector .k-columns > div {
  overflow: auto;
  padding: 0.6em;
  border-style: solid;
  border-width: 0 0 0 1px;
  float: left;
  width: 45%;
}

.k-fieldselector .k-columns > div:first-child {
  border-width: 0;
  margin-right: -1px;
}

.k-fieldselector .k-columns > div + div {
  float: right;
  border-width: 0;
}

.k-fieldselector div.k-treeview {
  border-width: 0;
  margin-right: -1px;
  padding-left: 4px;
  overflow: visible;
}

.k-fieldselector .k-list-container {
  margin-left: 0.5em;
  margin-bottom: 1em;
  padding: 0.2em 0 0;
  border-style: solid;
  border-width: 1px;
}

.k-fieldselector .k-list {
  padding-bottom: 2em;
}

.k-fieldselector .k-list li.k-item {
  padding: 0.3em 3.3em 0.3em 0.3em;
  margin: 0 0.2em 0.2em;
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  min-height: 1em;
}

.k-i-kpi-trend-decrease, .k-i-kpi-trend-equal, .k-i-kpi-trend-increase {
  color: #858585;
}

.k-i-kpi-status-hold {
  color: #f9ce1d;
}

.k-i-kpi-status-deny {
  color: #f44336;
}

.k-i-kpi-status-open {
  color: #4caf50;
}

.k-pdf-export-shadow .k-pivot .k-grid-content {
  overflow: visible !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content, .k-pdf-export-shadow .k-pivot .k-pivot-rowheaders .k-grid {
  height: 100% !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-header {
  padding-right: 0 !important;
}

.k-pdf-export-shadow .k-pivot {
  width: auto !important;
  height: auto !important;
}

.k-pdf-export-shadow .k-pivot .k-grid-content > table, .k-pdf-export-shadow .k-pivot .k-grid-header-wrap > table {
  width: 100% !important;
  height: auto !important;
}

.k-pivot .k-field-actions .k-icon {
  pointer-events: all;
}

div.k-treeview {
  border-width: 0;
  background: 0 0;
  overflow: auto;
  white-space: nowrap;
}

.k-treeview .k-item {
  display: block;
  border-width: 0;
  margin: 0;
  padding: 0 0 0 16px;
}

.k-treeview .k-content, .k-treeview .k-item > .k-group, .k-treeview > .k-group {
  margin: 0;
  padding: 0;
  background: 0 0;
  list-style-type: none;
  position: relative;
}

.k-treeview .k-checkbox, .k-treeview .k-icon, .k-treeview .k-image, .k-treeview .k-in, .k-treeview .k-sprite {
  display: inline-block;
  vertical-align: top;
}

.k-checkbox-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.k-treeview .k-checkbox {
  margin-top: 0.2em;
}

.k-treeview .k-checkbox-label {
  padding-left: calc(16px + 0.7ex);
}

.k-treeview .k-icon, .k-treeview .k-in {
  vertical-align: middle;
}

.k-treeview .k-request-retry {
  vertical-align: baseline;
}

.k-treeview .k-i-collapse, .k-treeview .k-i-expand, .k-treeview .k-i-minus, .k-treeview .k-i-plus {
  margin-left: -16px;
  cursor: pointer;
}

.k-treeview .k-i-collapse {
  margin-top: -4px;
}

.k-treeview .k-image, .k-treeview .k-sprite {
  margin-right: 3px;
}

.k-treeview .k-in {
  margin: 1px 0 1px 0.3333em;
  padding: 0.429em 0.6667em 0.429em 0.5833em;
  line-height: 1.3333em;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}

.k-treeview span.k-in {
  cursor: default;
}

.k-treeview .k-i-drag-and-drop {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-treeview .k-state-hover {
  cursor: pointer;
}

.k-rtl .k-treeview .k-i-collapse, .k-rtl .k-treeview .k-i-expand {
  margin-left: 0;
  margin-right: -16px;
}

.k-toolbar .k-split-button, span.k-colorpicker, span.k-combobox, span.k-datepicker, span.k-datetimepicker, span.k-dropdown, span.k-dropdowntree, span.k-numerictextbox, span.k-timepicker {
  background-image: none;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
  position: relative;
  display: inline-block;
  width: 12.4em;
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}

.k-autocomplete > .k-i-close, .k-dropdown-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close {
  font-size: 100%;
  display: none;
  position: absolute;
  cursor: pointer;
}

.k-autocomplete > .k-i-close {
  right: calc(1.210714285em - 8px);
}

.k-multiselect-wrap > .k-i-close {
  right: calc(1.210714285em - 7px);
}

.k-autocomplete > .k-i-close, .k-dropdown-wrap > .k-i-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-dropdown-wrap > .k-i-close {
  right: calc(3.67142857em - 8px);
}

.k-dropdowntree > .k-multiselect-wrap > .k-i-close, .k-multiselect-wrap > .k-i-close {
  top: calc(1.214285715em - 7px);
}

.k-dropdown-wrap .k-readonly, .k-multiselect-wrap .k-readonly {
  opacity: 0.5;
}

.k-autocomplete.k-state-focused > .k-i-close, .k-autocomplete.k-state-hover > .k-i-close, .k-dropdown-wrap.k-state-focused > .k-i-close, .k-dropdown-wrap.k-state-hover > .k-i-close, .k-multiselect-wrap.k-state-focused > .k-i-close, .k-multiselect-wrap.k-state-hover > .k-i-close {
  display: inline-block;
  outline: 0;
}

.k-multiselect.k-state-focused > .k-multiselect-wrap > .k-i-close, .k-multiselect.k-state-hover > .k-multiselect-wrap > .k-i-close {
  display: inline-block;
  outline: 0;
}

.k-autocomplete > .k-hidden, .k-dropdown-wrap .k-hidden, .k-multiselect-wrap .k-hidden {
  display: none !important;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-numerictextbox, .k-selectbox, .k-timepicker, .k-toolbar .k-split-button {
  white-space: nowrap;
}

.k-filter-menu .k-autocomplete, .k-filter-menu .k-combobox, .k-filter-menu .k-datepicker, .k-filter-menu .k-datetimepicker, .k-filter-menu .k-dropdown, .k-filter-menu .k-dropdowntree, .k-filter-menu .k-numerictextbox, .k-filter-menu .k-textbox, .k-filter-menu .k-timepicker {
  width: 13.2em;
}

.k-colorpicker, .k-toolbar .k-split-button {
  width: auto;
}

.k-datetimepicker {
  width: 15em;
}

.k-autocomplete, .k-numeric-wrap, .k-picker-wrap {
  position: relative;
  cursor: default;
}

.k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap {
  display: block;
}

.k-list-scroller {
  position: relative;
  overflow: auto;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.k-list-container.k-popup-dropdowntree {
  padding: 0;
}

.k-list-container.k-popup-dropdowntree .k-check-all {
  margin: 10px 10px 0;
}

.k-list-container.k-popup-dropdowntree .k-treeview {
  box-sizing: border-box;
  padding: 10px;
}

.k-autocomplete.k-state-border-down, .k-list-container.k-state-border-down, .k-numeric-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down {
  border-bottom-width: 0;
  padding-bottom: 1px;
}

.k-list-container .km-scroll-container {
  padding-bottom: 6px;
}

.k-autocomplete, .k-dropdown-wrap, .k-multiselect-wrap, .k-numeric-wrap, .k-picker-wrap, .k-textbox {
  border-width: 1px;
  border-style: solid;
}

.k-dropdown-wrap {
  position: relative;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
  padding-right: 2.42142857em;
}

.k-numeric-wrap.k-expand-padding {
  padding-right: 0;
}

.k-numeric-wrap.k-expand-padding .k-i-warning {
  right: 0;
}

.k-autocomplete, .k-textbox {
  padding: 0;
}

.k-textbox.k-space-left {
  padding-left: 2em;
}

.k-textbox.k-space-right {
  padding-right: 2em;
}

.k-picker-wrap .k-input {
  margin: 0;
}

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}

.k-space-left .k-icon {
  left: 3px;
}

.k-space-right .k-icon {
  right: 3px;
}

span.k-textbox:after {
  content: " ";
  display: block;
  height: 0.4px;
  overflow: hidden;
}

.k-autocomplete, .k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
  transition: box-shadow 0.15s ease-out;
  transition: "box-shadow .15s ease-out";
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-textbox > input {
  width: 100%;
  box-sizing: border-box;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input {
  font-family: inherit;
  border-width: 0;
  outline: 0;
}

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
  color: inherit;
  background: 0 0;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.k-combobox .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: inherit;
}

span.k-datetimepicker .k-select, span.k-datetimepicker .k-select + .k-select {
  right: 0;
}

.k-autocomplete .k-input, .k-textbox > input {
  display: block;
  width: 100%;
}

.k-dropdown-wrap .k-select, .k-selectbox .k-select {
  overflow: hidden;
  border: 0;
  text-decoration: none;
  color: inherit;
}

.k-dropdown .k-input, .k-dropdowntree .k-dropdown-wrap .k-input, .k-selectbox .k-input {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-multiselect-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
  line-height: 2.07142857em;
  padding: 0.17857143em 0;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-dropdown-wrap .k-input:before {
  content: "";
  display: inline-block;
  width: 0;
}

.k-ie .k-autocomplete .k-input {
  height: 2.07142857em;
}

.k-ie .k-combobox .k-input, .k-ie .k-numeric-wrap .k-input, .k-ie .k-picker-wrap .k-input, .k-ie .k-textbox > input {
  height: 2.42142857em;
}

.k-ie input.k-textbox {
  height: calc(2.42142857em + 2px);
}

.k-webkit .k-combobox .k-dropdown-wrap:before, .k-webkit .k-numeric-wrap:before, .k-webkit .k-picker-wrap:before {
  padding-bottom: 0.38em;
}

.km.root .k-combobox .k-dropdown-wrap:before, .km.root .k-numeric-wrap:before, .km.root .k-picker-wrap:before {
  content: none;
}

.k-combobox .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
  display: inline;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  line-height: 2.42142857em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  text-align: center;
  width: 2.42142857em;
  height: 100%;
}

.k-numeric-wrap .k-select {
  padding: 0;
}

body .k-datetimepicker .k-select {
  border-radius: 0;
}

.k-combobox .k-select, .k-dropdown, .k-dropdowntree .k-dropdown-wrap, .k-selectbox .k-icon {
  cursor: pointer;
}

.k-popup {
  border-style: solid;
  border-width: 1px;
}

.k-list-optionlabel, .k-popup .k-item {
  cursor: default;
}

.k-popup .k-calendar {
  border: 0;
}

.k-list {
  height: auto;
}

.k-nodata {
  min-height: 138px;
  width: 100%;
  display: table;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: lighter;
}

.k-nodata > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 11px;
}

.k-fieldselector .k-list .k-item, .k-item.k-drag-clue, .k-list-optionlabel, .k-listbox .k-item, .k-popup .k-list .k-item, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  padding: 1px 5px 1px 5px;
  line-height: 1.8em;
  min-height: 1.8em;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 4px;
}

.k-popup .k-list .k-item > .k-group {
  top: -1px;
}

.k-group-header + div > .k-list > .k-item.k-first:before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  padding-right: 22px;
}

.k-overflow-container .k-item {
  padding: 1px;
}

.k-overflow-container .k-button.k-state-disabled, .k-overflow-container .k-button.k-state-disabled:hover, .k-overflow-container > .k-state-disabled .k-button, .k-overflow-container > .k-state-disabled .k-button:hover {
  border-color: transparent;
  background: 0 0;
}

.k-fieldselector .k-list .k-item, .k-list-optionlabel.k-state-focused, .k-list-optionlabel.k-state-selected, .k-listbox .k-item, .k-overflow-container .k-state-focused, .k-overflow-container .k-state-hover, .k-overflow-container .k-state-selected, .k-popup .k-list .k-state-focused, .k-popup .k-list .k-state-hover, .k-popup .k-list .k-state-selected {
  padding: 0 4px;
  border-width: 1px;
  border-style: solid;
}

.k-list-filter {
  position: relative;
  margin-bottom: 2px;
}

.k-list-filter > .k-textbox {
  padding-right: 20px;
  width: 100%;
}

.k-list-filter > .k-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.km-root .k-list-filter > .k-textbox {
  padding-left: 0;
  padding-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-multiselect {
  display: block;
  width: auto;
}

.k-multiselect-wrap {
  border-radius: 4px;
  padding-right: 22px;
}

.k-multiselect-wrap .k-input {
  min-width: 25px;
  min-height: 2.07142857em;
  padding: 0.17857143em;
  text-indent: 0.8em;
  background-color: transparent;
  border: 0;
  margin: 0;
  float: left;
}

.k-multiselect-wrap .k-input::-ms-clear {
  display: none;
}

.k-multiselect-wrap li {
  margin: 1px 0 1px 1px;
  padding: 0.1em 1.6em 0.1em 0.4em;
  line-height: 1.92142857em;
  min-height: calc(2.12142857em + 2px);
  float: left;
  position: relative;
}

.k-autocomplete .k-i-loading, .k-multiselect .k-i-loading {
  position: absolute;
  top: auto;
  right: 0.4em;
  bottom: 0.4em;
}

.k-multiselect-wrap .k-select {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.03em 0.2em;
}

.k-autocomplete-clearable .k-input, .k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-input, .k-multiselect-clearable .k-input {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-combobox-clearable .k-input, .k-dropdowntree-clearable .k-dropdown-wrap .k-input, .k-dropdowntree-clearable .k-multiselect-wrap, .k-multiselect-clearable .k-multiselect-wrap {
  padding-right: 2.42142857em;
}

.k-datetimepicker .k-picker-wrap {
  padding-right: 4em;
}

.k-datetimepicker .k-select {
  width: 4em;
}

.k-datetimepicker .k-select .k-link {
  display: inline-block;
  width: 50%;
}

.k-datetimepicker .k-link {
  color: inherit;
}

.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 2px;
}

.k-picker-wrap .k-icon {
  cursor: pointer;
}

.k-datepicker, .k-datetimepicker, .k-textbox, .k-timepicker {
  display: inline-block;
  vertical-align: middle;
}

.k-time-popup .k-item {
  padding: 1px 3px;
}

.k-input {
  font-size: inherit;
  padding: 0.25em 0;
}

.k-input, .k-textbox > input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.k-textbox {
  outline: 0;
}

input.k-textbox, textarea.k-textbox {
  padding: 0.17857143em 0;
}

input.k-textbox {
  line-height: 2.07142857em;
  text-indent: 0.8em;
}

.k-ie input.k-textbox {
  text-indent: 0.4em;
}

textarea.k-textbox {
  height: auto;
}

span.k-numerictextbox {
  background-color: transparent;
}

.k-numerictextbox .k-input {
  margin: 0;
}

.k-numerictextbox .k-link {
  color: inherit;
  display: block;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  border-width: 0;
  padding: 0;
  overflow: hidden;
}

.k-numerictextbox .k-icon {
  display: block;
  margin: auto;
  height: 100%;
}

.k-numerictextbox .k-i-arrow-60-up {
  top: 0;
}

.k-numerictextbox .k-i-arrow-60-down {
  bottom: 0;
}

.k-numeric-wrap .k-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.k-disabled-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.k-rtl .k-multiselect-wrap {
  padding-right: 0;
  padding-left: 22px;
}

.k-maskedtextbox {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border-width: 0;
}

.k-maskedtextbox ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  width: 2em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-maskedtextbox.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-dateinput {
  position: relative;
  display: inline-block;
  border-width: 0;
}

.k-dateinput.k-widget {
  background-color: transparent;
}

.k-dateinput ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.k-dateinput .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-datepicker .k-picker-wrap .k-i-warning, .k-datetimepicker .k-picker-wrap .k-i-warning, .k-timepicker .k-picker-wrap .k-i-warning {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
}

.k-datepicker .k-picker-wrap.k-state-invalid .k-i-warning, .k-datetimepicker .k-picker-wrap.k-state-invalid .k-i-warning, .k-timepicker .k-picker-wrap.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-listbox {
  box-sizing: border-box;
  height: 200px;
}

.k-listbox.k-widget {
  background-color: transparent;
}

.k-listbox .k-list-scroller {
  height: 100%;
  overflow: auto;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-listbox .k-list-scroller li {
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.k-listbox .k-listbox-toolbar {
  box-sizing: border-box;
}

.k-listbox.k-listbox-toolbar-top {
  padding: 15px 0 1.42857143em;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-top: -15px;
  margin-bottom: 5px;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li {
  display: inline-block;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li {
  margin-left: 5px;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li {
  margin-top: 5px;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: right;
  margin-left: 5px;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li:not(:last-child) {
  margin-bottom: 5px;
}

.k-listbox.k-listbox-toolbar-bottom {
  padding: 15px 0 1.45em;
}

.k-listbox.k-listbox-toolbar-bottom .k-list-scroller {
  margin-top: -15px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 5px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li {
  display: inline-block;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
  margin-left: 5px;
}

.k-listbox .k-ghost {
  opacity: 0.5;
}

.k-rtl .k-combobox-clearable .k-input, .k-rtl .k-dropdown-wrap, .k-rtl .k-dropdowntree-clearable .k-dropdown-wrap .k-input, .k-rtl .k-dropdowntree-clearable .k-multiselect-wrap, .k-rtl .k-multiselect-clearable .k-multiselect-wrap, .k-rtl .k-numeric-wrap, .k-rtl .k-picker-wrap {
  padding-right: 0;
  padding-left: 2.42142857em;
}

.k-rtl .k-dropdown-wrap > .k-i-close {
  left: calc(3.67142857em - 8px);
}

.k-rtl .k-autocomplete > .k-i-close {
  left: calc(1.210714285em - 8px);
}

.k-rtl .k-multiselect-wrap > .k-i-close {
  left: calc(1.210714285em - 7px);
}

.k-rtl .k-numeric-wrap.k-state-invalid.k-expand-padding .k-i-warning {
  left: 0;
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  float: left;
  margin-right: 5px;
  margin-left: 0;
}

.k-multiple-selection .k-in.k-state-selected {
  border-color: transparent;
  color: inherit;
  background: 0 0;
}

.k-popup-flush, .k-popup-flush.k-list-container {
  padding: 0;
}

.k-dropdowngrid-popup {
  overflow: hidden;
}

.k-dropdowngrid-popup .k-footer, .k-dropdowngrid-popup .k-grid-header, .k-dropdowngrid-popup .k-group-header, .k-dropdowngrid-popup .k-list-scroller, .k-dropdowngrid-popup .k-virtual-content {
  line-height: 1.42857143;
}

.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0;
}

.k-dropdowngrid-popup .k-grid-header table {
  margin: 0 0 -1px 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
}

.k-grid-list {
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: 0;
  display: table;
}

.k-grid-list > .k-item {
  box-sizing: border-box;
  display: table-row;
  position: relative;
}

.k-grid-list > .k-item > .k-cell, .k-grid-list > .k-item > .k-group, .k-grid-list > .k-item > .k-spacer-group {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.k-grid-list.k-virtual-list > .k-item > .k-cell, .k-grid-list.k-virtual-list > .k-item > .k-group, .k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
  display: inline-block;
}

.k-dropdowngrid-popup .k-grid-header .k-header, .k-grid-list > .k-item > .k-cell {
  border-width: 0 0 1px 1px;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header .k-header {
  padding: 8px 16px;
}

.k-grid-list > .k-item > .k-cell {
  padding: 8px 16px;
}

.k-dropdowngrid-popup .k-grid-header .k-header:first-child, .k-grid-list > .k-item > .k-cell:first-child {
  border-left-width: 0;
}

div.k-dropdowngrid-popup .k-group-header {
  margin: 0;
  padding: 8px 16px;
  min-height: auto;
  text-align: left;
}

.k-grid-list > .k-item > .k-group-cell, .k-grid-list > .k-item > .k-spacer-cell {
  padding-left: 0;
  padding-right: 0;
  width: 0;
  border-left-width: 0;
  border-right-width: 0;
  overflow: visible;
  position: relative;
}

.k-grid-list > .k-item > .k-group-cell > span {
  padding: 0 8px;
  font-size: 0.875em;
  position: absolute;
  top: 0;
  right: 0;
}

.k-grid-list > .k-item:last-child > .k-cell, .k-grid-list > .k-item:last-child > .k-group-cell, .k-grid-list > .k-item:last-child > .k-spacer-cell {
  border-bottom-width: 0;
}

.k-dropdowngrid-popup .k-footer {
  padding: 8px 16px;
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.k-rtl .k-grid-list > .k-item > .k-cell {
  border-left-width: 1px;
  border-right-width: 1px;
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-cell:first-child {
  border-right-width: 0;
}

.k-rtl div.k-dropdowngrid-popup .k-group-header {
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0;
}

.k-textbox-container {
  position: relative;
  padding-top: 1.5535714275em;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 12.4em;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.k-textbox-container > .k-label {
  pointer-events: none;
  position: absolute;
  line-height: 2.07142857em;
  cursor: text;
  top: calc(1.7321428575em + 1px);
  left: 1px;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.k-textbox-container > .k-textarea, .k-textbox-container > .k-textbox, .k-textbox-container > .k-widget {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.k-textbox-container.k-state-empty > .k-label {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.k-textbox-container.k-state-focused {
  box-shadow: none;
}

.k-textbox-container.k-state-focused > .k-label, .k-textbox-container > .k-label {
  -webkit-transform: translate(0, -0.1339285725em) translate(-1px, -1.5535714275em) translate(-12.5%, -9.375%) scale(0.75);
  -ms-transform: translate(0, -0.1339285725em) translate(-1px, -1.5535714275em) translate(-12.5%, -9.375%) scale(0.75);
  transform: translate(0, -0.1339285725em) translate(-1px, -1.5535714275em) translate(-12.5%, -9.375%) scale(0.75);
}

.k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir=rtl] > .k-label {
  left: auto;
  right: 1px;
}

.k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir=rtl].k-state-empty > .k-label {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.k-rtl .k-textbox-container.k-state-focused > .k-label, .k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir=rtl].k-state-focused > .k-label, .k-textbox-container[dir=rtl] > .k-label {
  -webkit-transform: translate(0, -0.1339285725em) translate(1px, -1.5535714275em) translate(12.5%, -9.375%) scale(0.75);
  -ms-transform: translate(0, -0.1339285725em) translate(1px, -1.5535714275em) translate(12.5%, -9.375%) scale(0.75);
  transform: translate(0, -0.1339285725em) translate(1px, -1.5535714275em) translate(12.5%, -9.375%) scale(0.75);
}

.k-colorpicker .k-picker-wrap {
  line-height: 2.42857143em;
}

.k-colorpicker .k-selected-color {
  vertical-align: top;
  display: inline-block;
  height: 2.42142857em;
  width: 2.42142857em;
}

.k-colorpicker .k-selected-color .k-i-line {
  font-size: 2em;
  color: #FF525E;
  display: inline-block;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.k-colorpicker .k-selected-color .k-i-line:before {
  content: "\e510";
}

.k-colorpicker .k-tool-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 3px 2px;
  margin-right: 3px;
  margin-left: 2px;
  margin-bottom: 3px;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  -ms-high-contrast-adjust: none;
}

.k-colorpicker .k-tool-icon .k-selected-color {
  display: block;
  height: 3px;
  width: 16px;
  position: absolute;
  left: 3px;
  bottom: -3px;
  border-radius: 0 !important;
}

.k-colorpicker .k-select {
  cursor: pointer;
}

.k-colorpicker .k-picker-wrap .k-icon {
  overflow: visible;
}

.k-flatcolorpicker {
  position: relative;
  display: inline-block;
  width: 265px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: none;
}

.k-flatcolorpicker .k-selected-color {
  background-image: url(textures/transtexture.png);
  background-position: 50% 50%;
  text-align: right;
}

.k-flatcolorpicker .k-selected-color input.k-color-value {
  font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
  padding: 0.75em 0.1em 0.65em 0.65em;
  border: 0;
  margin: 0;
  width: 82%;
}

.k-flatcolorpicker .k-selected-color .k-color-input {
  background-color: #fff;
  display: inline-block;
  width: 84%;
  text-align: left;
}

.k-flatcolorpicker .k-selected-color .k-clear-color {
  padding: 0.4em;
  line-height: 0;
}

.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:before {
  color: #000;
  opacity: 0.8;
}

.k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:active, .k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color:hover {
  opacity: 1;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color.k-state-focused:active {
  color: inherit;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color:active {
  color: #000;
  opacity: 1;
}

.k-flatcolorpicker .k-clear-color-container .k-clear-color .k-i-reset-color, .k-flatcolorpicker .k-selected-color .k-clear-color .k-i-reset-color {
  background-image: none;
}

.k-flatcolorpicker .k-clear-color-container {
  text-align: left;
}

.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #eee;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0 1px 2px #444;
  background: 0 0;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle:focus, .k-flatcolorpicker .k-hsv-rectangle .k-draghandle:hover {
  background: 0 0;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
}

.k-flatcolorpicker .k-hsv-rectangle.k-dragging, .k-flatcolorpicker .k-hsv-rectangle.k-dragging * {
  cursor: none;
}

.k-flatcolorpicker .k-slider-horizontal {
  height: 20px;
  width: 90%;
  margin: 0 5%;
}

.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #999;
}

.k-flatcolorpicker .k-hue-slider, .k-flatcolorpicker .k-transparency-slider {
  display: block;
}

.k-flatcolorpicker .k-hue-slider .k-slider-selection, .k-flatcolorpicker .k-transparency-slider .k-slider-selection {
  background: 0 0;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
  background: 0 0;
  border: 3px solid #eee;
  margin-top: 1px;
  height: 8px;
  width: 8px;
  box-shadow: 0 1px 4px #444;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle:focus, .k-flatcolorpicker .k-hue-slider .k-draghandle:hover, .k-flatcolorpicker .k-transparency-slider .k-draghandle:focus, .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  background: 0 0;
  border-color: #fff;
  box-shadow: 0 1px 5px #000;
  border-width: 2px;
  padding: 1px;
}

.k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: linear-gradient(to right, red 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%);
}

.k-flatcolorpicker .k-transparency-slider .k-slider-track {
  background-image: url(textures/transparency.png);
  background-size: 100% auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.k-flatcolorpicker .k-controls {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 90%;
}

.k-flatcolorpicker .k-controls .k-button {
  width: 6em;
}

.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
  height: 180px;
  margin-bottom: 5px;
}

.k-ie9 .k-flatcolorpicker .k-hue-slider .k-slider-track {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE2JSIgc3RvcC1jb2xvcj0iI2ZmZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iIzAwZmYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg0JSIgc3RvcC1jb2xvcj0iI2ZmMDBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-ie9 .k-flatcolorpicker .k-hsv-gradient {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}

.k-colorpalette {
  position: relative;
  line-height: 0;
  border-width: 0;
  display: inline-block;
}

.k-colorpalette .k-palette {
  border-collapse: collapse;
  position: relative;
  width: 100%;
  height: 100%;
}

.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
}

.k-colorpalette .k-item.k-state-selected, .k-colorpalette .k-item.k-state-selected:hover {
  z-index: 100;
  background: 0 0;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
  position: relative;
}

.k-colorpalette .k-item:hover {
  z-index: 101;
  position: relative;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

table.k-editor {
  width: 100%;
  height: 250px;
  table-layout: fixed;
  border-style: solid;
  border-width: 1px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 100%;
  vertical-align: top;
  position: relative;
}

.k-editor-inline {
  padding: 0.3em 0.5em;
  word-wrap: break-word;
  overflow: auto;
  position: relative;
  transition: border-color 0.5s;
}

.k-editor-inline.k-editor {
  border: 1px solid transparent;
}

.k-editortoolbar-dragHandle {
  cursor: move;
  padding-left: 0;
  padding-right: 3px;
  box-shadow: none !important;
}

.k-editor-widget > .k-window-content {
  overflow: hidden;
}

.k-editor .k-editor-toolbar-wrap {
  border: 0;
  padding: 0;
}

.k-editor-toolbar {
  margin: 0;
  padding: 0.1em 0;
  list-style-type: none;
  line-height: 1.3em;
  cursor: default;
  word-wrap: break-word;
}

.k-editor-toolbar li {
  display: inline-block;
  vertical-align: middle;
}

.k-edge .k-editor-toolbar, .k-ff .k-editor-toolbar, .k-ie9 .k-editor-toolbar, .k-webkit .k-editor-toolbar {
  padding: 0;
}

.k-editor-toolbar li {
  display: inline-block;
  padding: 0.1em 0;
}

.k-editor-toolbar .k-editor-widget, .k-editor-toolbar > li {
  margin-right: 6px;
}

.k-group-start.k-group-end .k-editor-widget {
  margin-right: 0;
}

.k-editor-toolbar .k-editor-dropdown {
  position: relative;
}

.k-select-overlay {
  -webkit-appearance: none;
  opacity: 0;
  z-index: 11000;
  top: 0;
  left: 0;
  position: absolute;
  height: 26px;
  width: 100%;
  margin: -4px 0 0;
}

.k-editor-toolbar .k-separator {
  position: relative;
  top: 1px;
  border-style: solid;
  border-width: 0 1px 0 0;
  margin: 0 0.3em 0 0.1em;
  padding: 0 0 0 1px;
  font-size: 1.3em;
}

.k-editor-toolbar .k-break {
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
}

.k-editor-toolbar .k-colorpicker, .k-editor-toolbar .k-combobox, .k-editor-toolbar .k-dropdown, .k-editor-toolbar .k-selectbox {
  vertical-align: middle;
}

.k-button-group .k-tool {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.k-button-group .k-tool-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  -ms-high-contrast-adjust: none;
}

.k-editor-toolbar .k-tool-icon.k-icon {
  top: auto;
  font-size: 16px;
}

.k-fontName {
  width: 110px;
}

.k-fontSize {
  width: 124px;
}

.k-formatBlock {
  width: 147px;
}

.k-editortoolbar-dragHandle {
  float: left;
  margin: 1px 0 0;
}

.k-editor-toolbar .k-button-group {
  padding: 1px;
}

.k-editor .k-editor-toolbar .k-row-break {
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.k-editor-toolbar .k-i-login {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
  margin-right: -1px;
}

.k-button-group .k-tool.k-state-hover, .k-button-group .k-tool:focus {
  position: relative;
  z-index: 1;
}

.k-rtl .k-button-group .k-tool {
  border-style: solid;
  border-width: 1px;
}

.k-button-group .k-tool.k-group-end {
  border-right-width: 1px;
}

.k-rtl .k-button-group .k-tool.k-group-end {
  border-left-width: 1px;
}

.k-editor-toolbar .k-button-group .k-state-disabled, .k-editor-toolbar .k-button-group.k-state-disabled {
  display: none !important;
}

.k-editor-toolbar .k-button-group .k-state-active, .k-editor-toolbar .k-button-group .k-state-hover {
  vertical-align: middle;
}

.k-editor-toolbar .k-button-group .k-state-disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.k-editor .k-editable-area {
  width: 100%;
  height: 100%;
  outline: 0;
}

.k-editor.k-resizable .k-editable-area {
  padding-bottom: 16px;
}

.k-editor .k-content {
  display: block;
  width: 100%;
  height: 100%;
  border-width: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

.k-editor .k-editable-area .k-content {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
}

a.k-tool {
  color: inherit;
  outline: 0;
}

.k-editor iframe.k-content {
  display: inline;
  vertical-align: top;
}

.k-editor .k-raw-content {
  border: 0;
  margin: 0;
  padding: 0;
}

.k-editor .k-raw-content, .k-editor-dialog .k-editor-textarea {
  font-size: inherit;
  font-family: consolas, "courier new", monospace;
}

.k-editor-dialog {
  padding: 1em;
  width: 400px;
}

.k-editor-dialog .k-edit-label {
  width: 25%;
}

.k-editor-dialog .k-edit-field {
  width: 66%;
}

.k-editor-dialog .k-edit-field .k-textbox {
  width: 96%;
}

.k-viewhtml-dialog {
  width: auto;
}

.k-filebrowser-dialog {
  width: auto;
  min-width: 350px;
}

.k-filebrowser-dialog .k-filebrowser {
  margin: 0 1em 0;
}

.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}

.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}

.k-filebrowser-dialog .k-edit-field .k-textbox {
  width: 70%;
}

#k-editor-image-height, #k-editor-image-width {
  width: 5em;
}

.k-editor-dialog .k-button {
  display: inline-block;
}

.k-editor-dialog .k-editor-textarea {
  width: 600px;
  height: 350px;
  padding: 0.2em 0.2em 0.2em 0.4em;
  border-width: 1px;
  border-style: solid;
  overflow: auto;
}

.k-button-wrapper .k-link:hover {
  text-decoration: underline;
}

.k-ct-popup {
  width: 180.4px;
  padding: 0.65em 0.5em 0.5em;
}

.k-ct-popup .k-status {
  margin: 0.3em 0;
}

.k-ct-popup .k-ct-cell {
  border-width: 1px;
  border-style: solid;
  width: 18px;
  height: 18px;
  margin: 1px;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  pointer-events: all;
  -ms-high-contrast-adjust: none;
}

.k-editor .k-resize-handle {
  position: absolute;
  padding: 2px 0;
  right: 0;
  bottom: 0;
  cursor: se-resize;
}

.k-editor .k-overlay {
  position: absolute;
  background-color: #fff;
  opacity: 0;
}

.k-editor .k-toolbar-resizable {
  min-height: 2.4375em;
  position: relative;
}

.k-overflow-tools {
  position: absolute;
  right: 0;
  top: 0;
}

.k-editor-overflow-popup .k-tool {
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  text-decoration: initial;
  border: 0;
  padding-right: 0.5em;
  margin: 0;
  padding: 0 6px;
}

.k-editor-overflow-popup .k-tool.k-state-disabled {
  display: none;
}

.k-editor-toolbar .k-tool-text {
  display: none;
}

.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #000;
  z-index: 100;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
  cursor: e-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
  cursor: n-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
  cursor: s-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
  cursor: se-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west {
  cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #00b0ff;
  display: none;
  opacity: 0.8;
}

.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}

.k-editor-inline .k-table, .k-editor-inline .k-table td {
  outline: 0;
  border: 1px dotted #ccc;
}

.k-editor-inline .k-table td {
  min-width: 1px;
  padding: 0.2em 0.3em;
}

.k-table.k-table-resizing {
  opacity: 0.6;
}

.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  background-color: #00b0ff;
  opacity: 0.8;
}

.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons {
  clear: both;
  text-align: right;
  border-width: 1px 0 0;
  border-style: solid;
  position: relative;
  bottom: -1em;
  padding: 0.6em;
}

.k-editor-dialog.k-viewhtml-dialog .k-edit-buttons .k-button {
  margin-right: 0.5em;
}

.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  overflow: hidden;
  min-width: 325px;
  width: 24em;
  padding: 1em 0;
}

.k-editor-dialog .k-edit-form-container {
  width: auto;
}

.k-editor-dialog .k-tabstrip {
  margin: -1.333em 0 0;
}

.k-editor-dialog .k-root-tabs {
  margin: -1em -1em -1.5em;
  padding: 0.5em 1em 0;
  border-width: 0;
}

.k-editor-dialog ul.k-tabstrip-items {
  padding: 0.5em 1em 0;
  border-width: 0 0 1px;
  border-style: solid;
}

.k-editor-dialog ul.k-tabstrip-items .k-loading {
  border-top-width: 0;
}

.k-editor-dialog .k-tabstrip:focus {
  box-shadow: none;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  overflow: hidden;
  min-height: 440px;
  height: 35em;
  margin: 0;
  padding: 1em 0.5em 0;
  border-width: 0;
}

.k-editor-dialog .k-edit-field .k-numerictextbox {
  width: 10.6em;
  margin: 0 0.35714285em 0 0;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: 4em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown, .k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox {
  width: 15em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown {
  width: 5.35714285em;
}

.k-editor-dialog textarea.k-textbox {
  height: 14.28571428em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  width: 4em;
}

.k-popup.k-list-container.k-align {
  padding: 0;
  text-align: center;
}

.k-align-group {
  vertical-align: text-top;
}

.k-popup.k-align .k-list .k-item {
  display: inline-block;
  width: 2.57142857em;
  height: 2.57142857em;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.k-popup.k-align .k-list .k-icon {
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
}

.k-popup.k-align .k-list .k-item:last-child {
  width: auto;
  display: block;
  border-width: 1px 0 0;
  border-style: solid;
}

.k-popup.k-align .k-list .k-item:before {
  width: 2.57142857em;
  height: 2.57142857em;
  line-height: 2.57142857em;
}

.k-animation-container .k-editor-toolbar {
  text-align: center;
  line-height: 1.3em;
}

.k-animation-container .k-editor-toolbar .k-tool {
  display: inline-block;
  height: 24px;
  padding: 0 0.5em;
  text-decoration: none;
  font-size: 0.85em;
  color: inherit;
}

.k-animation-container .k-editor-toolbar .k-i-table-wizard-insert {
  width: 24px;
  height: 24px;
}

.k-animation-container .k-editor-toolbar .k-tool-text {
  display: inline;
  vertical-align: sub;
  padding: 0 0 0 0.5em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 1em 0.8em;
  margin: 0.5em 0 0;
}

.k-notification {
  border-width: 1px;
  border-style: solid;
  cursor: default;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
}

.k-notification > .k-notification-wrap {
  padding: 1.786em 1.786em;
}

.k-notification-closable > .k-notification-wrap {
  padding-right: 1.786em;
}

.k-notification .k-notification-content {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.k-notification-wrap > .k-i-error, .k-notification-wrap > .k-i-info, .k-notification-wrap > .k-i-success, .k-notification-wrap > .k-i-warning {
  margin-right: 4px;
  vertical-align: text-bottom;
}

.k-notification-wrap > .k-i-close {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.k-notification-closable .k-notification-wrap > .k-i-close {
  display: block;
}

.k-rtl .k-notification-closable .k-notification-wrap, .k-rtl.k-notification-closable .k-notification-wrap {
  padding-right: 1.786em;
  padding-left: 1.786em;
}

.k-rtl .k-notification-wrap > .k-i-error, .k-rtl .k-notification-wrap > .k-i-info, .k-rtl .k-notification-wrap > .k-i-success, .k-rtl .k-notification-wrap > .k-i-warning {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-notification-wrap > .k-i-close {
  right: auto;
  left: 4px;
}

.k-progressbar {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.k-progressbar {
  border-radius: 4px;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 1.9em;
}

.k-progressbar-vertical {
  width: 1.9em;
  height: 27em;
}

.k-progressbar > .k-state-selected {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.k-progressbar-horizontal > .k-state-selected, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  left: -1px;
  right: auto;
  top: -1px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected, .k-rtl .k-progressbar-horizontal > .k-state-selected {
  left: auto;
  right: -1px;
  border-radius: 0 4px 4px 0;
}

.k-progressbar-vertical > .k-state-selected {
  left: -1px;
  bottom: -1px;
  width: 100%;
  border-radius: 0 0 4px 4px;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  bottom: auto;
  top: -1px;
  border-radius: 4px 4px 0 0;
}

.k-progressbar > .k-state-selected.k-complete, .k-rtl .k-progressbar > .k-state-selected.k-complete {
  border-radius: 4px;
}

.k-progressbar > .k-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  white-space: nowrap;
}

.k-progressbar-horizontal .k-item {
  display: inline-block;
  height: 100%;
  border-style: solid;
  margin-left: -1px;
}

.k-progressbar-horizontal .k-item.k-first {
  margin-left: 0;
}

.k-progressbar-horizontal .k-item.k-last {
  border-right-width: 0;
}

.k-progressbar-horizontal .k-item, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-item {
  border-width: 1px 0 1px 1px;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-item, .k-rtl .k-progressbar-horizontal .k-item {
  border-width: 1px 0 1px 1px;
}

.k-progressbar-horizontal .k-first, .k-rtl .k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-last {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}

.k-progressbar-horizontal .k-last, .k-rtl .k-progressbar-horizontal .k-first {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-last, .k-rtl .k-progressbar-horizontal .k-first {
  border-right-width: 1px;
}

.k-progressbar-horizontal .k-last.k-state-selected {
  border-right-width: 1px;
}

.k-progressbar-vertical .k-item {
  width: 100%;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  margin-top: -1px;
}

.k-progressbar-vertical .k-item.k-first {
  margin-top: 0;
}

.k-progressbar-vertical li.k-item.k-last {
  border-bottom-width: 0;
}

.k-progressbar-vertical .k-first {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-progressbar-vertical .k-last {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-width: 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-item {
  border-width: 0 1px 1px 1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-first {
  border-top-width: 1px;
}

.k-progress-status-wrap {
  position: absolute;
  top: -1px;
  border: 1px solid transparent;
  line-height: 2em;
  width: 100%;
  height: 100%;
}

.k-progress-status-wrap, .k-rtl .k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap {
  left: -1px;
  right: auto;
  text-align: right;
}

.k-progressbar-horizontal.k-progressbar-reverse .k-progress-status-wrap, .k-rtl .k-progressbar-horizontal .k-progress-status-wrap {
  left: auto;
  right: -1px;
  text-align: left;
}

.k-progressbar-vertical .k-progress-status-wrap {
  top: auto;
  bottom: -1px;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status-wrap {
  bottom: auto;
  top: -1px;
}

.k-progress-status {
  display: inline-block;
  padding: 0 0.5em;
  min-width: 10px;
  white-space: nowrap;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  position: absolute;
  bottom: 0;
  left: 0;
}

.k-progressbar-vertical .k-progress-status {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.k-progressbar-vertical.k-progressbar-reverse .k-progress-status {
  -webkit-transform: rotate(90deg) translateX(-100%);
  -ms-transform: rotate(90deg) translateX(-100%);
  transform: rotate(90deg) translateX(-100%);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

div.k-slider {
  position: relative;
  border-width: 0;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-slider-vertical {
  width: 26px;
  height: 200px;
}

.k-slider-horizontal {
  display: inline-block;
  width: 200px;
  height: 26px;
}

.k-slider-wrap {
  width: 100%;
  height: 100%;
}

.k-grid .k-slider .k-button, .k-slider .k-button {
  position: absolute;
  top: 0;
  width: 24px;
  min-width: 0;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: 0;
}

.k-state-disabled .k-slider-wrap {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.k-state-disabled .k-slider-wrap .k-slider-items {
  color: #333;
}

.k-slider .k-button-decrease {
  left: 0;
}

.k-grid .k-slider-vertical .k-button-decrease, .k-slider-vertical .k-button-decrease {
  top: auto;
  bottom: 0;
}

.k-slider .k-button-increase {
  right: 0;
}

.k-slider .k-icon, .k-slider .k-tick, .k-slider-track {
  cursor: pointer;
}

.k-slider-selection, .k-slider-track {
  position: absolute;
  margin: 0;
  padding: 0;
}

.k-slider-horizontal .k-slider-selection, .k-slider-horizontal .k-slider-track {
  top: 50%;
  left: 0;
  height: 8px;
  margin-top: -4px;
  background-repeat: repeat-x;
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 34px;
}

.k-slider-vertical .k-slider-selection, .k-slider-vertical .k-slider-track {
  left: 50%;
  bottom: 0;
  width: 8px;
  margin-left: -4px;
  background-repeat: repeat-y;
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 34px;
}

.k-draghandle {
  position: absolute;
  background-repeat: no-repeat;
  background-color: transparent;
  text-indent: -3333px;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: 0;
}

.k-slider-horizontal .k-draghandle {
  top: -4px;
  width: 13px;
  height: 14px;
}

.k-slider-vertical .k-draghandle {
  left: -4px;
  width: 14px;
  height: 13px;
}

.k-slider-buttons .k-slider-items {
  margin-left: 34px;
}

.k-slider-horizontal .k-slider-items {
  height: 100%;
}

.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  padding-top: 0;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 35px;
}

.k-slider .k-tick {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
}

.k-slider-horizontal .k-tick {
  background-position: center -92px;
}

.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}

.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}

.k-slider-vertical .k-tick {
  background-position: -92px center;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -122px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -152px center;
}

.k-slider-vertical .k-tick-large {
  background-position: -2px center;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -32px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -62px center;
}

.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}

.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}

.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}

.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}

.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}

.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}

.k-slider-vertical .k-first {
  background-position: -92px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}

.k-slider-vertical .k-last {
  background-position: -92px 0;
}

.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}

.k-slider-vertical .k-tick {
  text-align: right;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}

.k-slider .k-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.92em;
}

.k-slider-horizontal .k-label {
  left: 0;
  width: 100%;
  line-height: 1;
}

.k-slider-horizontal .k-first .k-label {
  left: -50%;
}

.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}

.k-slider-horizontal .k-label {
  bottom: -1.2em;
}

.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}

.k-slider-vertical .k-label {
  left: 120%;
  display: block;
  text-align: left;
}

.k-slider-vertical .k-last .k-label {
  top: -0.5em;
}

.k-slider-vertical .k-first .k-label {
  bottom: -0.5em;
}

.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}

.k-slider-tooltip {
  top: -4444px;
}

.k-scheduler .k-link {
  color: inherit;
}

.k-scheduler-footer, .k-scheduler-toolbar {
  border-style: solid;
}

.k-scheduler-footer, .k-scheduler-toolbar {
  line-height: 28px;
  padding: 6px;
}

.k-scheduler-toolbar {
  position: relative;
  border-width: 0 0 1px;
}

.k-edit-field.k-scheduler-toolbar {
  border-width: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.k-scheduler-header {
  text-align: center;
}

.k-scheduler-header .k-link {
  color: inherit;
}

.k-scheduler-footer {
  border-width: 1px 0 0;
}

.k-scheduler-toolbar > ul {
  float: right;
}

.k-scheduler-toolbar > ul:first-child {
  float: left;
}

.k-scheduler-toolbar > .k-scheduler-tools {
  float: left;
  margin-bottom: 0.5em;
}

.k-scheduler-tools + .k-scheduler-navigation {
  float: left;
  clear: left;
}

.k-scheduler-footer > ul > li, .k-scheduler-toolbar > ul > li {
  display: inline-block;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}

.k-scheduler .k-scheduler-toolbar .k-nav-current, .k-scheduler .k-scheduler-toolbar .k-scheduler-tools > li {
  border-width: 0;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li:first-child + li, .k-scheduler-toolbar > ul > li:first-child {
  border-left-width: 1px;
}

.k-scheduler div.k-scheduler-footer ul li {
  margin-right: 0.6em;
  border-width: 1px;
}

.k-scheduler-footer .k-link, .k-scheduler-toolbar .k-link {
  display: inline-block;
  padding: 0 1.1em;
}

.k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar .k-nav-prev .k-link {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.k-scheduler-toolbar .k-nav-current .k-link {
  padding: 0;
}

.k-scheduler-toolbar .k-nav-current {
  margin: 0 1.1em;
}

.k-scheduler .k-nav-current > .k-state-active, .k-scheduler div.k-scheduler-toolbar > ul > li.k-nav-current {
  background: 0 0;
}

.k-scheduler-footer .k-icon, .k-scheduler-toolbar .k-i-calendar {
  margin: -2px 6px 0 0;
}

.k-scheduler-header, .k-scheduler-header-wrap {
  overflow: hidden;
}

.k-scheduler-header-wrap {
  position: relative;
  border-style: solid;
  border-width: 0;
}

.k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 1px;
}

.k-scheduler-content, .k-scheduler-times {
  position: relative;
}

.k-scheduler-times {
  overflow: hidden;
  border-style: solid;
  border-width: 0;
}

.k-scheduler-content {
  overflow: auto;
}

.k-scheduler-layout, .k-scheduler-table {
  border-spacing: 0;
  width: 100%;
  margin: 0;
  border-collapse: separate;
}

.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}

.k-safari .k-scheduler-layout > tbody > tr > td + td {
  width: 100%;
}

.k-scheduler-table {
  table-layout: fixed;
  max-width: none;
}

.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-monthview .k-scheduler-content .k-scheduler-table {
  height: 100%;
}

.k-scheduler-table td, .k-scheduler-table th {
  height: 1.5em;
  padding: 0.334em 0.5em;
  font-size: 100%;
}

.k-scheduler .k-scheduler-table td, .k-scheduler .k-scheduler-table th {
  box-sizing: content-box;
}

.k-scheduler-dayview div:not(.k-scheduler-header) .k-today:not(.k-nonwork-hour):not(.k-state-selected), .k-scheduler-timelineview .k-today:not(.k-nonwork-hour) {
  background-color: transparent;
}

.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-hidden > div {
  width: 0 !important;
  overflow: hidden !important;
}

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times {
  margin-right: 1px;
}

.k-scheduler-monthview > tbody > tr:first-child .k-scheduler-times .k-hidden {
  height: auto;
}

.k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right;
}

.k-scheduler-table td, .k-slot-cell {
  vertical-align: top;
}

.k-scheduler-layout tr + tr .k-scheduler-times th:last-child {
  vertical-align: top;
}

.k-scheduler-header th {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-header th, .k-scheduler-table td {
  border-style: solid;
  border-width: 0 0 1px 1px;
}

.k-scheduler-header th:first-child, .k-scheduler-table td:first-child {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-layout tr + tr .k-scheduler-table > tbody > tr:last-child > td, .k-scheduler-layout tr + tr .k-scheduler-times tr:last-child > th, .k-scheduler-table > tbody > tr > .k-last {
  border-bottom-width: 0;
}

.k-scheduler-agendaview.k-scrollbar-h .k-scheduler-table > tbody > tr > td.k-last, .k-scrollbar-h .k-scheduler-content .k-scheduler-table > tbody > tr:last-child > td, .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 1px;
}

.k-scheduler-times th {
  text-align: right;
  padding-right: 0.6em;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-scheduler-layout tr + tr .k-scheduler-times th {
  border-bottom-color: transparent;
}

.k-scheduler-layout tr + tr .k-scheduler-times th.k-scheduler-times-all-day, .k-scheduler-layout tr + tr .k-scheduler-times th.k-slot-cell {
  border-bottom-color: inherit;
}

.k-scheduler .k-middle-row td {
  border-bottom-style: dotted;
}

.k-scheduler-now-arrow, .k-scheduler-now-line {
  position: absolute;
}

.k-scheduler-now-arrow {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  left: 0;
}

.k-scheduler-now-line {
  left: 5px;
  right: 0;
  height: 1px;
}

.k-task {
  position: relative;
}

div.k-more-events {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
}

.k-more-events > span {
  display: block;
  margin-top: -0.6em;
}

.k-event, .k-more-events {
  position: absolute;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  overflow: hidden;
}

.k-event {
  cursor: default;
  min-height: 1.3em;
}

.k-event-drag-hint {
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: -moz-grabbing;
}

.k-scheduler-header .k-event {
  white-space: nowrap;
}

.k-event-template {
  padding: 0.3em 1.4em 0.3em 0.6em;
}

.k-event-time {
  display: none;
  padding-bottom: 0;
  font-size: 0.9em;
}

.k-event-drag-hint .k-event-time {
  display: block;
}

.k-event-actions, .k-event > .k-link, .k-task > .k-link {
  position: absolute;
  top: 3px;
  right: 4px;
  white-space: nowrap;
}

.k-event-actions {
  z-index: 1;
}

.k-scheduler-agendaview .k-task > .k-link {
  top: 0;
  right: 0;
}

.k-event-actions:first-child {
  position: static;
  float: left;
  margin: 4px 2px 0 4px;
}

.k-webkit .k-event-actions:first-child {
  margin-top: 3px;
}

.k-event-actions:first-child > .k-link {
  display: inline-block;
}

.k-event-delete {
  display: none;
}

.k-event:hover .k-event-delete, tr:hover > td > .k-task .k-event-delete {
  display: inline-block;
}

.k-event .k-event-bottom-actions, .k-event .k-event-top-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}

.k-event .k-resize-handle, .k-scheduler-mobile .k-event:hover .k-resize-handle {
  position: absolute;
  visibility: hidden;
  z-index: 2;
}

.k-event-active .k-resize-handle, .k-event:hover .k-resize-handle, .k-scheduler-mobile .k-event-active:hover .k-resize-handle {
  visibility: visible;
}

.k-event .k-resize-handle:after {
  content: "";
  position: absolute;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.k-scheduler-mobile .k-event .k-resize-handle:after {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.k-event > .k-resize-n {
  top: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-s {
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.4em;
}

.k-event > .k-resize-e {
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-w {
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.4em;
}

.k-event > .k-resize-n:after, .k-event > .k-resize-s:after {
  top: 1px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
  height: 1px;
}

.k-event > .k-resize-s:after {
  top: auto;
  bottom: 1px;
}

.k-event > .k-resize-e:after, .k-event > .k-resize-w:after {
  left: 1px;
  top: 50%;
  margin-top: -0.7em;
  height: 1.4em;
  width: 1px;
}

.k-event > .k-resize-e:after {
  left: auto;
  right: 1px;
}

.k-scheduler-mobile .k-event > .k-resize-n, .k-scheduler-mobile .k-event > .k-resize-s {
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e, .k-scheduler-mobile .k-event > .k-resize-w {
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-n:after, .k-scheduler-mobile .k-event > .k-resize-s:after {
  top: 0;
  margin-left: -3em;
  width: 4em;
  height: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  bottom: 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after, .k-scheduler-mobile .k-event > .k-resize-w:after {
  left: 0;
  margin-top: -0.7em;
  height: 1.4em;
  width: 0.6em;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  right: 0;
}

.k-scheduler-mobile .k-event > .k-resize-n:after {
  border-radius: 0 0 4px 4px;
}

.k-scheduler-mobile .k-event > .k-resize-s:after {
  border-radius: 4px 4px 0 0;
}

.k-scheduler-mobile .k-event > .k-resize-w:after {
  border-radius: 0 4px 4px 0;
}

.k-scheduler-mobile .k-event > .k-resize-e:after {
  border-radius: 4px 0 0 4px;
}

.k-scheduler-marquee {
  border-style: solid;
  border-width: 0;
}

.k-scheduler-marquee.k-first:before, .k-scheduler-marquee.k-last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
}

div.k-scheduler-marquee:before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

div.k-scheduler-marquee:after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
}

.k-scheduler-marquee .k-label-top {
  position: absolute;
  top: 0.3em;
  left: 0.8em;
  font-size: 0.8em;
}

.k-scheduler-marquee .k-label-bottom {
  position: absolute;
  bottom: 0.3em;
  right: 0.81em;
  font-size: 0.8em;
}

.k-scheduler-quickedit .k-textbox {
  width: 200px;
}

.k-tooltip-bottom {
  text-align: left;
}

.k-tooltip-bottom .k-button {
  float: left;
  margin-right: 0.3em;
}

.k-tooltip-bottom .k-quickedit-details {
  float: right;
  margin-right: 0;
}

.k-scheduler-agendaview .k-scheduler-table td, .k-scheduler-agendaview .k-scheduler-table th {
  text-align: left;
}

.k-scheduler-groupcolumn, .k-scheduler-times .k-slot-cell {
  width: 6em;
}

.k-scheduler-datecolumn {
  width: 12em;
}

.k-scheduler-timecolumn {
  width: 11em;
}

.k-scheduler-timecolumn > div {
  position: relative;
  vertical-align: top;
}

.k-webkit .k-scheduler-timecolumn > div > .k-icon {
  vertical-align: top;
}

.k-scheduler-timecolumn > div > .k-i-arrow-60-right {
  position: absolute;
  right: -4px;
}

.k-scheduler-timecolumn .k-i-arrow-60-left {
  margin-left: -4px;
}

.k-scheduler-mark {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}

.k-scheduler-agendaday {
  float: left;
  margin: 0 0.2em 0 0;
  font-size: 3em;
  font-weight: 400;
}

.k-scheduler-agendaweek {
  display: block;
  margin: 0.4em 0 0;
  font-size: 1.1em;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: 0.8em;
}

.k-scheduler-timecolumn {
  white-space: nowrap;
}

.k-scheduler-edit-form .k-edit-form-container, .k-scheduler-timezones .k-edit-form-container {
  width: 520px;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-textbox[name=title], .k-scheduler-edit-form textarea.k-textbox {
  width: 100%;
}

.k-scheduler-edit-form textarea.k-textbox {
  min-height: 4em;
  resize: vertical;
}

.k-scheduler-edit-form > .k-edit-box:first-child .k-datetimepicker {
  margin-right: 1em;
}

.k-edit-box {
  float: left;
}

.k-edit-box + .k-edit-box {
  float: right;
}

.k-scheduler-edit-form label + input {
  margin-left: 1em;
}

.k-edit-field > ul.k-reset > li {
  margin: 0.2em 0 0.4em;
  line-height: 2.4;
}

.k-edit-field > ul.k-reset.k-toolbar > li {
  margin: 0;
}

.k-edit-field > ul.k-reset .k-widget {
  margin-left: 0.8em;
}

.k-edit-field span.k-recur-interval, .k-edit-field > ul.k-reset .k-numerictextbox {
  width: 5em;
}

.k-edit-field > ul.k-reset .k-datepicker, .k-edit-field > ul.k-reset .k-dropdown, div[name=recurrenceRule] > .k-dropdown {
  width: 9em;
}

.k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete, .k-scheduler-edit-form .k-edit-buttons .k-scheduler-resetSeries {
  float: left;
}

.k-popup-message {
  margin: 0;
  padding: 1em 0 2em;
  text-align: center;
}

.k-scheduler-timezones .k-dropdown:first-child {
  width: 100%;
}

.k-scheduler-timezones .k-dropdown + .k-dropdown {
  margin: 0.5em 0 0.7em;
}

.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
  display: none;
}

.k-scheduler-toolbar .k-nav-current .k-lg-date-format, .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
  display: inline-block;
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  display: none;
}

.k-scheduler-refresh {
  float: right;
  padding: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 10000;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views {
    right: auto;
    left: 6px;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li:not(.k-current-view) {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: inline-block;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    display: block;
    border-width: 1px;
    text-align: right;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    display: block;
    position: relative;
    padding-right: 2.5em;
    padding-left: 1em;
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    padding-left: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
    content: "\e006";
    position: absolute;
    top: 50%;
    right: 0.6em;
    margin-top: -0.5em;
    line-height: 1em;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li:first-child + li {
    display: block;
    border: 0;
    border-radius: 0;
  }
  .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border: 1px solid #c5c5c5;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-sm-date-format {
    display: none;
  }
  .k-scheduler:not(.k-scheduler-mobile) .k-scheduler-toolbar li.k-nav-current .k-i-calendar {
    display: inline-block;
  }
  .k-scheduler-timecolumn {
    width: 5em;
  }
  .k-scheduler-datecolumn {
    width: 6em;
    overflow: hidden;
  }
  .k-scheduler-datecolumn > div, .k-scheduler-timecolumn > div {
    white-space: normal;
  }
}
.k-scheduler-pdf-export {
  overflow: hidden;
}

.k-pdf-export-shadow .k-scheduler, .k-scheduler-pdf-export .k-scheduler-content, .k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table, .k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table {
  width: 100% !important;
}

.k-tooltip {
  position: absolute;
  z-index: 12000;
  border-style: solid;
  border-width: 0;
  padding: 5px 5px 5px 6px;
  background-repeat: repeat-x;
  min-width: 20px;
  text-align: center;
}

.k-tooltip-button {
  text-align: right;
  height: 0;
}

.k-tooltip-content {
  height: 100%;
}

.k-tooltip-closable .k-tooltip-content {
  padding-right: 20px;
}

span.k-tooltip {
  position: static;
  display: inline-block;
  border-width: 1px;
  padding: 2px 5px 1px 6px;
}

.k-invalid-msg {
  display: none;
}

.k-callout {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  border-color: transparent;
}

.k-callout-n {
  top: -12px;
  left: 50%;
  margin-left: -6px;
}

.k-callout-w {
  top: 50%;
  left: -12px;
  margin-top: -6px;
}

.k-callout-s {
  left: 50%;
  bottom: -12px;
  margin-left: -6px;
}

.k-callout-e {
  top: 50%;
  right: -12px;
  margin-top: -6px;
}

.k-slider-tooltip .k-callout-n, .k-slider-tooltip .k-callout-s {
  margin-left: -6px;
}

.k-slider-tooltip .k-callout-e, .k-slider-tooltip .k-callout-w {
  margin-top: -6px;
}

.k-tooltip-validation .k-i-warning {
  vertical-align: text-top;
  margin-right: 3px;
}

.k-tooltip-validation {
  z-index: 9999;
}

.k-toolbar {
  position: relative;
  display: block;
  vertical-align: middle;
  padding: 0.28571428em 0;
  overflow: hidden;
  min-height: 2.4375em;
  box-sizing: border-box;
}

.k-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-overflow-container .k-button .k-sprite, .k-toolbar .k-button .k-sprite {
  vertical-align: middle;
  margin-top: -7px;
  margin-bottom: -5px;
}

.k-toolbar .k-input:before {
  content: " ";
  display: inline-block;
  width: 0;
}

.k-toolbar .k-combobox .k-dropdown-wrap:before, .k-toolbar .k-numeric-wrap:before, .k-toolbar .k-picker-wrap:before {
  display: none;
}

.k-overflow-container .k-sprite {
  margin-left: -4px;
}

.k-toolbar-resizable {
  white-space: nowrap;
}

.k-toolbar-resizable {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-toolbar > .k-align-left {
  float: none;
}

.k-toolbar > .k-align-right {
  float: right;
}

.k-toolbar > * {
  display: inline-block;
  vertical-align: middle;
}

.k-toolbar > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
  vertical-align: middle;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-toolbar .k-spacer {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-toolbar .k-separator {
  border-width: 0 0 0 1px;
  border-style: solid;
  width: 1px;
  line-height: 2.1428571429em;
}

.k-toolbar .k-button-group {
  list-style-type: none;
}

.k-toolbar .k-button-group > li {
  display: inline-block;
}

.k-toolbar .k-button-group .k-button {
  margin-left: -1px;
  margin-right: 0;
  border-radius: 0;
}

.k-toolbar .k-button, .k-toolbar .k-button-group, .k-toolbar .k-separator, .k-toolbar .k-split-button, .k-toolbar .k-widget, .k-toolbar label, .k-toolbar span:not(.k-maskedtextbox) .k-textbox {
  margin: 0 0.2em;
  vertical-align: middle;
}

.k-toolbar label {
  -ms-flex-item-align: center;
  align-self: center;
}

.k-toolbar .k-split-button {
  padding-left: 0;
  border: 1px solid transparent;
}

.k-toolbar .k-split-button .k-button {
  margin: -1px 0 -1px -1px;
}

.k-toolbar .k-split-button .k-split-button-arrow {
  margin: -1px;
}

.k-toolbar .k-button-group .k-group-start {
  margin-left: 0;
  margin-right: 0;
}

.k-toolbar .k-button-icontext {
  padding-right: 0.8em;
}

.k-toolbar .k-overflow-anchor {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 2.8571428571em;
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

.k-toolbar .k-overflow-anchor > .k-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px;
}

.k-overflow-container .k-button-group .k-button {
  margin: 0;
}

.k-overflow-container .k-item {
  float: none;
  border: 0;
}

.k-overflow-container .k-separator {
  border-width: 0 0 1px;
  border-style: solid;
  height: 1px;
  line-height: 0;
  font-size: 0;
  padding: 0;
}

.k-overflow-container .k-overflow-button, .k-split-container .k-button {
  text-align: left;
  display: block;
  background: 0 0;
  border-color: transparent;
  white-space: nowrap;
}

.k-split-container {
  margin-top: -1px;
}

.k-overflow-container .k-button-group > li {
  display: block;
}

.k-overflow-container .k-overflow-group {
  display: block;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  margin: 1px 0;
}

.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-overflow-container .k-overflow-group + .k-overflow-group, .k-overflow-container .k-separator + .k-overflow-group, .k-overflow-container .k-toolbar-first-visible {
  border-top: 0;
  margin-top: 0;
  padding-top: 1px;
}

.k-overflow-container .k-overflow-group + .k-separator {
  display: none;
}

.k-overflow-container .k-toolbar-last-visible {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 1px;
}

.k-splitter {
  position: relative;
  height: 300px;
}

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane {
  overflow: hidden;
}

.k-splitter .k-scrollable {
  overflow: auto;
}

.k-splitter .k-pane-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.k-ghost-splitbar, .k-splitbar {
  position: absolute;
  border-style: solid;
  font-size: 0;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-splitter .k-ghost-splitbar-horizontal, .k-splitter .k-splitbar-horizontal {
  top: 0;
  width: 5px;
  border-width: 0 1px;
  background-repeat: repeat-y;
}

.k-ghost-splitbar-vertical, .k-splitbar-vertical {
  left: 0;
  height: 5px;
  border-width: 1px 0;
  background-repeat: repeat-x;
}

.k-splitbar-draggable-horizontal {
  cursor: w-resize;
}

.k-splitbar-draggable-vertical {
  cursor: n-resize;
}

.k-splitbar .k-resize-handle {
  display: none;
}

.k-restricted-size-horizontal, .k-restricted-size-vertical {
  background-color: red;
}

.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.k-splitbar-horizontal .k-i-arrow-60-right {
  margin-left: -2px;
}

.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
}

.k-splitbar-horizontal .k-i-arrow-60-left {
  margin-left: -3px;
}

.k-splitbar-horizontal.k-splitbar-draggable-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
}

.k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
}

.k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
}

.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-up {
  margin-left: -17px;
}

.k-splitbar-vertical.k-splitbar-draggable-vertical .k-i-arrow-60-down {
  margin-left: 23px;
}

.k-i-arrow-60-down, .k-i-arrow-60-left, .k-i-arrow-60-right, .k-i-arrow-60-up {
  cursor: pointer;
}

.k-splitbar-horizontal .k-icon {
  position: absolute;
  top: 50%;
  width: 7px;
  height: 20px;
  margin-top: -10px;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-vertical .k-icon {
  position: absolute;
  left: 50%;
}

.k-splitbar-draggable-horizontal .k-resize-handle, .k-splitbar-draggable-vertical .k-resize-handle {
  display: inline-block;
  border-radius: 1px;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
  width: 3px;
  height: 16px;
  margin-left: 1px;
}

.k-splitbar-draggable-vertical .k-resize-handle {
  width: 16px;
  height: 3px;
  margin-top: 1px;
}

.k-splitbar .k-i-arrow-60-down, .k-splitbar .k-i-arrow-60-left, .k-splitbar .k-i-arrow-60-right, .k-splitbar .k-i-arrow-60-up {
  font-size: 10px;
}

.k-splitter-resizing {
  overflow: hidden;
}

.k-rtl .k-splitbar-horizontal .k-resize-handle {
  margin-right: 1px;
}

.k-rtl .k-splitbar-horizontal .k-i-arrow-60-right {
  margin-top: 13px;
  margin-right: -3px;
}

.k-rtl .k-splitbar-horizontal .k-i-arrow-60-left {
  margin-top: -28px;
  margin-right: -2px;
}

.k-rtl .k-splitbar-vertical .k-i-arrow-60-up {
  margin-top: -2px;
  margin-left: -17px;
}

.k-rtl .k-splitbar-vertical .k-i-arrow-60-down {
  margin-top: -2px;
  margin-left: 23px;
}

html .k-upload {
  position: relative;
}

.k-dropzone em, .k-upload-button {
  vertical-align: middle;
}

.k-dropzone, .k-file {
  position: relative;
}

.k-dropzone {
  border-style: solid;
  border-width: 0;
  padding: 0.8em;
  background-color: transparent;
}

.k-dropzone em {
  display: none;
  margin-left: 0.6em;
}

.k-dropzone-active em {
  display: inline-block;
}

.k-dropzone-active .k-upload-status {
  display: none;
}

.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.k-upload .k-upload-button {
  min-width: 7.167em;
  margin-right: 1.6em;
}

.k-upload-sync .k-upload-button {
  margin: 0.8em;
}

.k-upload-button input {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font: 170px monospace !important;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.k-upload-files {
  line-height: 2.66;
  border-style: solid;
  border-width: 1px 0 0;
  padding-bottom: 5px;
}

.k-upload-files .k-button {
  padding: 0;
}

.k-upload-status .k-i-warning {
  display: none;
}

.k-upload-status-total .k-icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
}

.k-dropzone .k-upload-status-total {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-ie .k-dropzone .k-upload-status-total {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-upload .k-clear-selected, .k-upload .k-upload-selected {
  display: inline-block;
  width: 50%;
  margin: 0;
  line-height: 1em;
  padding: 1.214em 0;
  border: 0;
}

.k-upload .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}

.k-upload .k-clear-selected {
  border-radius: 0 0 0 4px;
}

.k-upload .k-upload-selected {
  border-radius: 0 0 4px 0;
}

.k-upload-files ~ .k-clear-selected, .k-upload-files ~ .k-upload-selected {
  margin-top: -5px;
}

.k-upload .k-fail {
  background-position: -161px -111px;
}

.k-file {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 0.65em 0.17em 0.65em 1em;
  white-space: nowrap;
}

.k-file .k-upload-action {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin-right: 3px;
}

.k-file .k-icon {
  display: inline-block;
  position: relative;
}

.k-file-extension-wrapper, .k-file-invalid-extension-wrapper, .k-file-name-size-wrapper, .k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  display: inline-block;
}

.k-file-extension-wrapper, .k-file-invalid-extension-wrapper, .k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  position: relative;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  vertical-align: top;
  font-size: 0.57em;
  text-transform: uppercase;
}

.k-file-invalid-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}

.k-multiple-files-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}

.k-file-state {
  visibility: hidden;
}

.k-file-name-size-wrapper {
  vertical-align: middle;
  margin-left: 1em;
  max-width: calc(100% - 24px - 7em);
}

.k-file-extension-wrapper:before, .k-file-invalid-extension-wrapper:before, .k-multiple-files-extension-wrapper:after, .k-multiple-files-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:after, .k-multiple-files-invalid-extension-wrapper:before {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
}

.k-file-extension-wrapper:before, .k-file-invalid-extension-wrapper:before, .k-multiple-files-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}

.k-multiple-files-extension-wrapper:after, .k-multiple-files-invalid-extension-wrapper:after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}

.k-file-extension, .k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}

.k-file-extension {
  margin-left: 0.4em;
  margin-bottom: 0.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.k-file-invalid-icon {
  margin-left: 5px;
}

.k-file-information, .k-file-name, .k-file-size, .k-file-validation-message {
  display: block;
}

.k-file-name {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-file-information, .k-file-size, .k-file-validation-message {
  font-size: 0.78em;
  line-height: 1.5em;
}

.k-file-information, .k-file-validation-message {
  line-height: 1.5em;
}

.k-file-size {
  line-height: 1.2em;
}

.k-upload-files .k-upload-status {
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 1em;
  opacity: 0.65;
}

.k-button.k-upload-action.k-state-active:hover, .k-button.k-upload-action:active:hover, .k-button.k-upload-action:hover, .k-upload-action {
  color: inherit;
  background: 0 0;
  border: 0;
}

.k-upload-action {
  opacity: 0.6;
}

.k-upload-action:hover {
  opacity: 1;
}

.k-upload-action .k-icon {
  vertical-align: top;
}

.k-file .k-upload-status .k-button, .k-file .k-upload-status > .k-icon {
  vertical-align: middle;
  border-radius: 50%;
}

.k-dropzone .k-upload-status {
  position: static;
  margin-left: 10px;
}

.k-upload-pct {
  margin-right: 0.75em;
}

.k-ie9 .k-upload-status-total {
  top: 1.5em;
}

.k-ie9 .k-upload-status-total > .k-icon {
  margin-top: -3px;
}

.k-upload-action {
  line-height: normal;
}

.k-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}

.k-file-invalid > .k-progress {
  width: 100%;
}

.k-upload-selected {
  min-width: 7.167em;
  margin: 0.25em 0 0;
  box-sizing: content-box;
}

.k-upload-cancel, .k-upload-selected {
  margin-bottom: 0.8em;
}

.k-upload-selected {
  margin-left: 0.8em;
  margin-right: 0.2em;
}

.k-rtl .k-file-extension-wrapper {
  margin-left: 14px;
}

.k-mediaplayer {
  position: relative;
}

.k-mediaplayer > iframe, .k-mediaplayer > video {
  vertical-align: top;
}

.k-mediaplayer .k-mediaplayer-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.k-mediaplayer-titlebar {
  padding: 8px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0));
}

.k-mediaplayer-toolbar-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar {
  padding: 2px;
  border-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.k-mediaplayer-toolbar > * {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.k-mediaplayer-toolbar > * + * {
  margin-left: 5px;
}

.k-mediaplayer-toolbar .k-toolbar-spacer {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.k-mediaplayer-toolbar .k-align-right > * + * {
  margin-left: 5px;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality {
  width: auto;
  padding: 0;
  background: none transparent;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-dropdown-wrap {
  border: 0 none;
  box-shadow: none;
  padding: 0;
  background: none transparent;
  color: inherit;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-input {
  display: none;
}

.k-mediaplayer-toolbar .k-mediaplayer-quality .k-select {
  position: relative;
  width: auto;
  min-height: 0;
  line-height: inherit;
}

.k-mediaplayer-quality-wrap, .k-mediaplayer-volume-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-quality-list {
  width: 80px !important;
  margin-left: -32px !important;
}

.k-slider.k-mediaplayer-seekbar {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 0;
}

.k-slider.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
  border-radius: 0;
}

.k-slider.k-mediaplayer-seekbar .k-slider-selection {
  border-radius: 0;
}

.k-slider.k-mediaplayer-seekbar .k-draghandle {
  opacity: 0;
  transition: 0.2s opacity;
}

.k-slider.k-mediaplayer-seekbar .k-draghandle.k-state-selected, .k-slider.k-mediaplayer-seekbar:hover .k-draghandle {
  opacity: 1;
}

.k-mediaplayer-fullscreen {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-align-right > * {
  display: inline-block;
  vertical-align: middle;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-bare.k-button {
  height: auto;
}

.k-no-flexbox .k-mediaplayer-toolbar .k-toolbar-spacer {
  display: none;
}

.k-toolbar-wrap {
  float: left;
}

.k-toolbar-wrap .k-dropzone em, .k-toolbar-wrap .k-upload-files {
  display: none;
}

.k-toolbar-wrap .k-dropzone {
  border: 0;
  padding: 0;
}

.k-toolbar-wrap .k-dropzone-active {
  text-align: center;
}

.k-toolbar-wrap .k-dropzone-active em {
  display: inline;
  margin: 0;
  font-size: 5em;
  font-style: normal;
}

.k-toolbar-wrap .k-dropzone-active .k-upload-button {
  display: none;
}

.k-filebrowser-dropzone {
  z-index: 10010;
  filter: alpha(opacity=40);
  opacity: 0.4;
  position: fixed;
}

.k-search-wrap {
  position: relative;
  float: right;
  width: 20%;
  padding: 0;
}

.k-search-wrap label {
  position: absolute;
  top: 0;
  left: 4px;
  line-height: 20px;
  font-style: italic;
}

.k-search-wrap input.k-input {
  padding-left: 0;
  padding-right: 0;
}

.k-search-wrap .k-search {
  position: absolute;
  top: 50%;
  right: 2px;
  margin: 0;
  margin-top: -8px;
}

.k-breadcrumbs {
  position: relative;
  float: left;
  width: 79%;
}

.k-breadcrumbs-wrap {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  padding-left: 5px;
  line-height: 18px;
}

.k-breadcrumbs > .k-input {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
  border: 0;
}

.k-breadcrumbs .k-link, .k-breadcrumbs-wrap .k-icon {
  margin-top: 0;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}

.k-breadcrumbs .k-link:hover {
  text-decoration: underline;
}

.k-filebrowser .k-tile .k-file, .k-filebrowser .k-tile .k-folder, .k-filebrowser .k-tile .k-i-file, .k-filebrowser .k-tile .k-i-folder {
  font-size: 5em;
}

.k-filebrowser .k-breadcrumbs .k-i-arrow-end-left {
  text-decoration: none;
  cursor: default;
}

.k-filebrowser .k-filebrowser-toolbar {
  border-style: solid;
  border-width: 1px;
  margin: 8px 0 0;
  padding: 0.25em;
  line-height: 23px;
  white-space: nowrap;
}

.k-filebrowser .k-filebrowser-toolbar .k-button.k-state-disabled {
  display: none;
}

.k-filebrowser .k-tiles-arrange {
  float: right;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 5.3em;
}

.k-filebrowser .k-upload {
  float: left;
  z-index: 10010;
  border-width: 0;
  background-color: transparent;
}

.k-filebrowser .k-upload .k-upload-status {
  display: none;
}

.k-filebrowser .k-upload .k-upload-button {
  width: auto;
  margin-left: 0;
}

.k-tiles {
  clear: both;
  height: 390px;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
  margin: 0 0 1.4em;
  padding: 9px;
  overflow: auto;
  line-height: 1.2;
}

.k-tile {
  float: left;
  width: 223px;
  height: 88px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin: 1px;
  padding: 0 0 4px;
  background-position: 0 100px;
  background-repeat: repeat-x;
  cursor: pointer;
}

.k-tiles li.k-state-hover, .k-tiles li.k-state-selected {
  background-position: 0 center;
}

.k-filebrowser .k-thumb {
  float: left;
  display: inline;
  width: 80px;
  height: 80px;
  margin: 4px 10px 0 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-filebrowser .k-file, .k-filebrowser .k-i-file {
  width: 80px;
  height: 80px;
}

.k-filebrowser .k-image {
  margin: 2px 0 0 2px;
}

.k-filebrowser .k-folder, .k-filebrowser .k-i-folder {
  width: 80px;
  height: 80px;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}

.k-filebrowser .k-loading {
  margin: 35px 0 0 33px;
}

.k-tile input, .k-tile strong {
  margin: 10px 0 4px;
  font-weight: 400;
}

.k-tile strong {
  float: left;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-tile input {
  width: 100px;
}

.k-tile input, .k-tile strong {
  display: block;
}

.k-tile .k-filesize {
  display: inline-block;
}

.k-filebrowser .k-form-text-row {
  text-align: right;
}

.k-filebrowser .k-form-text-row label {
  width: 14%;
}

.k-filebrowser .k-form-text-row input {
  width: 80%;
}

.k-tile-empty {
  margin: 160px 0 0;
}

.k-tile-empty .k-dialog-upload {
  font-weight: 700;
  font-size: 120%;
}

.k-tile-empty strong {
  display: block;
  margin: 0 0 0.2em;
  font-size: 3em;
  font-weight: 400;
}

.k-tile-empty, .k-tile-empty .k-button-wrapper {
  text-align: center;
}

.k-chart, .k-gauge, .k-sparkline, .k-stockchart {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-chart, .k-stockchart {
  height: 400px;
}

.k-chart > canvas {
  vertical-align: top;
}

.k-stockchart, div.k-chart, div.k-gauge, span.k-sparkline {
  background-color: transparent;
}

.k-gauge {
  text-align: left;
  position: relative;
}

.k-arcgauge {
  display: inline-block;
}

.k-arcgauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
}

.k-baseline-marker {
  zoom: 1;
}

.k-chart-tooltip {
  border-radius: 4px;
  padding: 6px;
  white-space: nowrap;
  z-index: 12000;
  line-height: normal;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/P//vwMDFQELEP8beQb+HTWQYgP/DHoD/466cAR4edRAyg38P6hLbIAAAwCnWhhVsxvdCAAAAABJRU5ErkJggg==);
  color: #fff;
}

.k-chart-tooltip-inverse {
  color: #000;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}

.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 0.1em 0.2em;
}

.k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
}

.k-selector {
  position: absolute;
  -webkit-transform: translateZ(0);
}

.k-selection {
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  border-bottom: 0;
  height: 100%;
}

.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.01);
  filter: alpha(opacity=1);
}

.k-handle {
  background: #d2d2d2;
  width: 7px;
  height: 26px;
  cursor: e-resize;
  z-index: 1;
  border-radius: 6px;
  position: absolute;
}

.k-handle div {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.k-left-handle {
  left: -4px;
}

.k-right-handle {
  right: -4px;
}

.k-left-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 30px 0 0;
}

.k-left-handle.k-handle-active div {
  margin-left: -40px;
  padding-right: 55px;
}

.k-right-handle div {
  margin: -20px 0 0 -15px;
  padding: 40px 0 0 30px;
}

.k-right-handle.k-handle-active div {
  padding-left: 55px;
}

.k-mask {
  position: absolute;
  height: 100%;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.k-border {
  background: #d2d2d2;
  width: 1px;
  height: 100%;
  position: absolute;
}

.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  position: absolute;
  height: 4px;
  border-radius: 4px;
  background: #d2d2d2;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background: #fff;
}

.k-sparkline, .k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

.k-sparkline span {
  height: 100%;
  width: 100%;
}

.k-diagram, .k-map {
  height: 600px;
}

.k-diagram .km-scroll-wrapper, .k-map .km-scroll-wrapper {
  padding-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.k-diagram .km-scroll-container, .k-diagram .km-scroll-wrapper, .k-map .km-scroll-container, .k-map .km-scroll-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-diagram .k-layer, .k-map .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.k-diagram .km-touch-scrollbar, .k-map .km-touch-scrollbar {
  display: none;
}

.k-map .k-marker {
  width: 28px;
  height: 40px;
  margin: -40px 0 0 -14px;
  position: absolute;
  cursor: pointer;
  overflow: visible;
}

.k-map .k-pos-top {
  top: 0;
}

.k-map .k-pos-bottom {
  bottom: 0;
}

.k-map .k-pos-left {
  left: 0;
}

.k-map .k-pos-right {
  right: 0;
}

.k-map-controls {
  position: absolute;
}

.k-map-controls.k-pos-left .k-widget:first-child {
  margin-right: 0;
}

.k-map-controls.k-pos-right .k-widget:first-child {
  margin-left: 0;
}

.k-navigator {
  width: 50px;
  height: 50px;
  margin: 20px;
  border-radius: 80px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator > button {
  border-color: transparent;
  background: 0 0;
}

div.k-navigator > .k-button {
  margin: 0;
  padding: 0;
  line-height: 10px;
  border-radius: 16px;
  position: absolute;
  font-size: 1px;
  line-height: 1px;
}

div.k-navigator .k-navigator-n, div.k-navigator .k-navigator-up {
  top: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-e, div.k-navigator .k-navigator-right {
  right: 2px;
  top: 50%;
  margin-top: -9px;
}

div.k-navigator .k-navigator-down, div.k-navigator .k-navigator-s {
  bottom: 2px;
  left: 50%;
  margin-left: -9px;
}

div.k-navigator .k-navigator-left, div.k-navigator .k-navigator-w {
  left: 2px;
  top: 50%;
  margin-top: -9px;
}

.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  padding: 2px 4px;
  z-index: 1000;
}

.k-zoom-control {
  margin: 14px;
  vertical-align: middle;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-button-wrap {
  border-radius: 4px;
  display: inline-block;
}

.k-button-wrap .k-button {
  position: relative;
  padding: 4px;
  line-height: 16px;
}

.k-button-wrap .k-button .k-icon {
  vertical-align: top;
}

.k-buttons-horizontal :first-child {
  border-radius: 4px 0 0 4px;
}

.k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: -1px;
}

.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.k-button-wrap .k-button:hover {
  z-index: 1;
}

.k-buttons-vertical .k-button {
  display: block;
}

.k-buttons-vertical :first-child {
  border-radius: 4px 4px 0 0;
}

.k-buttons-vertical .k-zoom-out {
  border-radius: 0 0 4px 4px;
  margin-top: -1px;
}

.k-zoom-text {
  margin: 0;
  width: 4.3em;
  vertical-align: top;
}

.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 4px 4px 0;
}

.k-rtl .k-buttons-horizontal :first-child + .k-zoom-in {
  border-radius: 0;
  margin-left: 0;
  margin-right: -1px;
}

.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 4px 0 0 4px;
  margin-left: 0;
  margin-right: -1px;
}

.k-diagram {
  height: 600px;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-canvas-container {
  width: 100%;
  height: 100%;
}

.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  overflow: hidden;
  height: 400px;
}

.k-treemap-tile {
  box-sizing: border-box;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}

.k-treemap-tile.k-leaf {
  padding: 0.6em;
}

.k-treemap-wrap.k-last > .k-treemap-tile {
  padding: 0.3em;
}

.k-treemap-tile.k-state-hover {
  z-index: 2;
  background-image: none;
}

.k-treemap > .k-treemap-tile {
  position: relative;
  height: 100%;
}

.k-treemap-title {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.42em;
  height: 2.42em;
  padding: 0 0.6em;
  white-space: nowrap;
}

.k-treemap-wrap .k-treemap-title {
  border-width: 0 0 1px;
  border-style: solid;
}

.k-treemap-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-treemap-title + .k-treemap-wrap {
  top: 2.42em;
}

.k-treemap-title-vertical {
  box-sizing: border-box;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.42em;
  line-height: 2.42em;
  overflow: hidden;
  padding: 0.6em 0;
  white-space: nowrap;
}

.k-treemap-title-vertical > div {
  position: absolute;
  top: 0;
  right: 1.23em;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.k-treemap-title-vertical + .k-treemap-wrap {
  left: 2.42em;
}

.k-pane, .k-pane-wrapper, .k-root {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.k-pane-wrapper {
  position: relative;
  font-size: 14px;
}

.k-pane-wrapper .k-pane {
  font-family: sans-serif;
  overflow-x: hidden;
}

.k-pane-wrapper .k-view {
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
}

.k-pane-wrapper .k-content {
  min-height: 1px;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}

.k-pane-wrapper .k-grid-column-menu > .k-header, .k-pane-wrapper .k-grid-edit-form > .k-header, .k-pane-wrapper .k-grid-filter-menu > .k-header, .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.3em 0.6em;
  width: auto;
  line-height: 2em;
}

.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done .k-icon, .k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel .k-icon, .k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done .k-icon {
  font-size: 1.5em;
}

.k-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}

.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer, .k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar {
  line-height: 2em;
}

.k-pane-wrapper > div.k-pane {
  box-shadow: none;
  font-weight: 400;
}

.k-pane-wrapper .k-grid-column-menu .k-content, .k-pane-wrapper .k-grid-edit-form .k-content, .k-pane-wrapper .k-grid-filter-menu .k-content, .k-pane-wrapper .k-popup-edit-form .k-content {
  overflow-y: auto;
}

.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container, .k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container, .k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
  margin: 1em;
  font-weight: 400;
}

.k-pane-wrapper .k-grid-edit-form .k-edit-form-container, .k-pane-wrapper .k-grid-edit-form .k-popup-edit-form {
  width: auto;
}

.k-grid-mobile {
  border-width: 0;
}

.k-grid-mobile .k-resize-handle-inner::before {
  content: "\e01e";
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.2em;
}

.k-grid-mobile .k-edit-cell > input, .k-grid-mobile .k-edit-cell > select, .k-grid-mobile .k-grid-edit-row > td > input, .k-grid-mobile .k-grid-edit-row > td > select {
  width: 100%;
  box-sizing: border-box;
}

.k-grid-mobile .k-header a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
  width: 100%;
  margin: -1px 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
  white-space: nowrap;
}

.k-scheduler-mobile {
  border-width: 0;
}

.k-scheduler-mobile th {
  font-weight: 400;
}

.k-scheduler-mobile .k-scheduler-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button {
  padding: 4px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools .k-button span {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-i-calendar {
  display: inline-block;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current, .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-next, .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-prev {
  border: 0;
  background: 0 0;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
  font-size: 9px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-scheduler-mobile .k-scheduler-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
  height: 40px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
  vertical-align: top;
  text-align: center;
}

.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
  position: static;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-times table tr:first-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header table:not(.k-scheduler-header-all-day) tr:last-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
  width: 1%;
}

.k-scheduler-mobile .k-mobile-header .k-scheduler-table td, .k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
  height: 1.5em;
}

.k-scheduler-mobile .k-time-period, .k-scheduler-mobile .k-time-text {
  display: block;
  line-height: 1;
}

.k-scheduler-mobile .k-time-period {
  font-size: 0.7em;
}

.k-scheduler-mobile .k-scheduler-table td, .k-scheduler-mobile .k-scheduler-table th {
  height: 2em;
  vertical-align: middle;
}

.k-scheduler-mobile .k-scheduler-times th {
  font-size: 1em;
}

.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-scheduler-mobile .k-task {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
  border-radius: 50%;
}

.k-scheduler-mobile .k-task .k-i-reload {
  font-size: 1em;
  margin-right: 0.5em;
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn {
  vertical-align: top;
}

.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text, .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text {
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
}

.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 0;
}

.k-pane-wrapper .k-pane * {
  background-clip: border-box;
}

.k-pane-wrapper .k-mobile-list, .k-pane-wrapper .k-mobile-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-radius: 0;
  background: 0 0;
}

.k-pane-wrapper .k-mobile-list.k-column-menu > ul > li, .k-pane-wrapper .k-mobile-list.k-column-menu > ul > li > ul, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li > ul {
  margin: 1em 0;
}

.k-pane-wrapper .k-mobile-list.k-column-menu > ul > li .k-filter-help-text, .k-pane-wrapper .k-mobile-list.k-column-menu > ul > li .k-list-title, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li .k-filter-help-text, .k-pane-wrapper .k-mobile-list.k-filter-menu > ul > li .k-list-title {
  display: block;
  padding: 1em 1em 0 1em;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form > ul {
  margin-top: 1em;
}

.k-pane-wrapper .k-mobile-list.k-scheduler-edit-form .k-content > ul {
  margin: 1em 0;
}

.k-pane-wrapper .k-mobile-list .k-item > * {
  line-height: normal;
}

.k-pane-wrapper .k-mobile-list .k-item, .k-pane-wrapper .k-mobile-list .k-item > .k-label, .k-pane-wrapper .k-mobile-list .k-item > .k-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style-type: none;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.6em;
  overflow: visible;
  text-decoration: none;
}

.k-pane-wrapper .k-mobile-list .k-item > .k-label, .k-pane-wrapper .k-mobile-list .k-item > .k-link {
  padding: 0.5em 1em;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.k-pane-wrapper .k-mobile-list .k-item .k-filter-input-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-and-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-logic-or-text, .k-pane-wrapper .k-mobile-list .k-item .k-filter-operator-text, .k-pane-wrapper .k-mobile-list .k-item .k-item-title {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-pane-wrapper .k-mobile-list .k-item.k-recur-view {
  -ms-flex-align: normal;
  align-items: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-label, .k-pane-wrapper .k-mobile-list.k-column-menu .k-item .k-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before {
  content: "\e014";
  position: absolute;
  right: 0.5em;
  font: 1.5em/1 WebComponentsIcons;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item {
  padding: 0.5em 1em;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-column-menu .k-columns-item .k-item .k-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0;
  pointer-events: none;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label > input, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label > select, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link > input, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link > select {
  min-width: 50%;
  max-width: 50%;
  font-size: 100%;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label .k-check, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-label .k-radio-label, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link .k-check, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item > .k-link .k-radio-label {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after, .k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-item .k-radio-label::after {
  top: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right {
  border: 0;
  padding: 0 10px;
  background: 0;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > input {
  width: 100%;
  height: 2em;
  padding: 1px 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 1em;
  border-width: 1px;
  border-style: solid;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom {
  right: 15px;
  z-index: 2;
}

.k-pane-wrapper .k-mobile-list.k-filter-menu .k-filter-tools {
  margin: 1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div, .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-mobiletimezoneeditor {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 100%;
  text-align: end;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-mobiletimezoneeditor, .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div input:not([type=checkbox]), .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div select {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 100%;
  max-width: 100%;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap {
  display: -ms-flexbox;
  display: flex;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap .k-recur-editor-text {
  margin-left: 0.5em;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap input:not([type=checkbox]), .k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div.k-recur-editor-wrap select {
  min-width: 50%;
}

.k-pane-wrapper .k-mobile-list.k-popup-edit-form .k-item > .k-label > div .k-tooltip-validation {
  top: 100%;
  left: 0;
}

.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap {
  max-height: none;
}

.k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-label, .k-pane-wrapper .k-mobile-list .k-multicheck-bool-wrap .k-item .k-link, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-label, .k-pane-wrapper .k-mobile-list .k-multicheck-wrap .k-item .k-link {
  white-space: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-pane-wrapper .k-mobile-list .k-state-disabled {
  opacity: 1;
}

.k-pane-wrapper .k-mobile-list .k-state-disabled > * {
  opacity: 0.7;
}

.k-check[type=checkbox], .k-check[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

.k-pane-wrapper .k-mobile-list .k-label .k-check, .k-pane-wrapper .k-mobile-list .k-link .k-check {
  border-width: 1px;
  border-style: solid;
  font-size: inherit;
  outline: 0;
  width: 13px;
  height: 13px;
  margin: 0.26em 1em 0.26em 0;
}

.k-ie .k-pane-wrapper .k-label .k-check, .k-ie .k-pane-wrapper .k-link .k-check {
  text-indent: -9999px;
  width: 1.01em;
  height: 1em;
}

.k-ie .k-pane-wrapper .k-grid .k-icon {
  text-indent: 0;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm {
  -ms-flex-pack: center;
  justify-content: center;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
  display: none;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-current-page .k-link {
  line-height: 0.9em;
}

.km-scroll-container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-collapse: separate;
  -webkit-transform: translatez(0);
}

.k-widget .km-scroll-wrapper {
  position: relative;
  padding-bottom: 0;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: 0.3em;
  width: 0.3em;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s linear;
  transition: "opacity 0.3s linear";
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 2px;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 2px;
  bottom: 2px;
}

.k-pane-wrapper[dir=rtl] .k-grid-column-menu > .k-header, .k-pane-wrapper[dir=rtl] .k-grid-edit-form > .k-header, .k-pane-wrapper[dir=rtl] .k-grid-filter-menu > .k-header, .k-pane-wrapper[dir=rtl] .k-scheduler-edit-form > .k-header, .k-rtl .k-pane-wrapper .k-grid-column-menu > .k-header, .k-rtl .k-pane-wrapper .k-grid-edit-form > .k-header, .k-rtl .k-pane-wrapper .k-grid-filter-menu > .k-header, .k-rtl .k-pane-wrapper .k-scheduler-edit-form > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-column-menu > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-edit-form > .k-header, [dir=rtl] .k-pane-wrapper .k-grid-filter-menu > .k-header, [dir=rtl] .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.k-pane-wrapper[dir=rtl] .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before, .k-rtl .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before, [dir=rtl] .k-pane-wrapper .k-mobile-list.k-column-menu .k-item.k-filter-item .k-filterable::before {
  content: "\e016";
  right: auto;
  left: 0.5em;
}

.k-pane-wrapper[dir=rtl] .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom, .k-rtl .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom, [dir=rtl] .k-pane-wrapper .k-mobile-list.k-filter-menu .k-space-right > .k-i-zoom {
  left: 15px;
  right: auto;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
  border: 0;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-pane-wrapper[dir=rtl] .k-scheduler-mobile .k-task .k-i-reload, .k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, [dir=rtl] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
  margin-left: 0.5em;
  margin-right: 0;
}

.k-pane-wrapper[dir=rtl] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, [dir=rtl] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-fx-end .k-fx-current, .k-fx-end .k-fx-next {
  transition: all 350ms ease-out;
}

.k-fx {
  position: relative;
}

.k-fx .k-fx-current {
  z-index: 0;
}

.k-fx .k-fx-next {
  z-index: 1;
}

.k-fx-hidden, .k-fx-hidden * {
  visibility: hidden !important;
}

.k-fx-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}

.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  transition: all 350ms ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-virtual-wrap {
  position: relative;
}

.k-virtual-wrap .k-list.k-virtual-list {
  height: auto;
}

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.k-virtual-list > .k-virtual-content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.k-virtual-option-label {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.k-virtual-wrap > .k-virtual-header {
  text-align: right;
}

.k-popup .k-item.k-first {
  position: relative;
}

.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
}

.k-popup .k-list .k-item > .k-group, .k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  text-transform: uppercase;
  font-size: 0.857em;
}

.k-popup .k-list .k-item > .k-group {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em;
  line-height: 1.8;
}

.k-popup .k-state-hover > .k-group {
  right: -1px;
}

.k-group-header + .k-list > .k-item.k-first, .k-static-header + .k-list > .k-item.k-first, .k-virtual-item.k-first {
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 0;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  text-align: right;
}

@font-face {
  font-family: WebComponentsIcons;
  src: url(/res/use/fonts/glyphs/WebComponentsIcons.eot?gedxeo);
  src: url(/res/use/fonts/glyphs/WebComponentsIcons.eot?gedxeo#iefix) format("embedded-opentype"), url(/res/use/fonts/glyphs/WebComponentsIcons.ttf?gedxeo) format("truetype"), url(/res/use/fonts/glyphs/WebComponentsIcons.woff?gedxeo) format("woff"), url(/res/use/fonts/glyphs/WebComponentsIcons.svg?gedxeo#WebComponentsIcons) format("svg");
  font-weight: 400;
  font-style: normal;
}
.k-i-arrow-45-up-right:before {
  content: "\e000";
}

.k-i-collapse-ne:before {
  content: "\e000";
}

.k-i-resize-ne:before {
  content: "\e000";
}

.k-i-arrow-45-down-right:before {
  content: "\e001";
}

.k-i-collapse-se:before {
  content: "\e001";
}

.k-i-collapse:before {
  content: "\e001";
}

.k-i-resize-se:before {
  content: "\e001";
}

.k-i-arrow-45-down-left:before {
  content: "\e002";
}

.k-i-collapse-sw:before {
  content: "\e002";
}

.k-i-resize-sw:before {
  content: "\e002";
}

.k-i-arrow-45-up-left:before {
  content: "\e003";
}

.k-i-collapse-nw:before {
  content: "\e003";
}

.k-i-resize-new:before {
  content: "\e003";
}

.k-i-arrow-60-up:before {
  content: "\e004";
}

.k-i-arrow-n:before {
  content: "\e004";
}

.k-i-kpi-trend-increase:before {
  content: "\e004";
}

.k-i-arrow-60-right:before {
  content: "\e005";
}

.k-i-arrow-e:before {
  content: "\e005";
}

.k-i-expand:before {
  content: "\e005";
}

.k-i-arrow-60-down:before {
  content: "\e006";
}

.k-i-arrow-s:before {
  content: "\e006";
}

.k-i-kpi-trend-decrease:before {
  content: "\e006";
}

.k-i-arrow-60-left:before {
  content: "\e007";
}

.k-i-arrow-w:before {
  content: "\e007";
}

.k-i-arrow-end-up:before {
  content: "\e008";
}

.k-i-seek-n:before {
  content: "\e008";
}

.k-i-arrow-end-right:before {
  content: "\e009";
}

.k-i-seek-e:before {
  content: "\e009";
}

.k-i-arrow-end-down:before {
  content: "\e00a";
}

.k-i-seek-s:before {
  content: "\e00a";
}

.k-i-arrow-end-left:before {
  content: "\e00b";
}

.k-i-seek-w:before {
  content: "\e00b";
}

.k-i-arrow-double-60-up:before {
  content: "\e00c";
}

.k-i-arrow-seek-up:before {
  content: "\e00c";
}

.k-i-arrow-double-60-right:before {
  content: "\e00d";
}

.k-i-arrow-seek-right:before {
  content: "\e00d";
}

.k-i-forward-sm:before {
  content: "\e00d";
}

.k-i-arrow-double-60-down:before {
  content: "\e00e";
}

.k-i-arrow-seek-down:before {
  content: "\e00e";
}

.k-i-arrow-double-60-left:before {
  content: "\e00f";
}

.k-i-arrow-seek-left:before {
  content: "\e00f";
}

.k-i-rewind-sm:before {
  content: "\e00f";
}

.k-i-arrows-kpi:before {
  content: "\e010";
}

.k-i-kpi:before {
  content: "\e010";
}

.k-i-arrows-no-change:before {
  content: "\e011";
}

.k-i-arrow-overflow-down:before {
  content: "\e012";
}

.k-i-arrow-chevron-up:before {
  content: "\e013";
}

.k-i-arrow-chevron-right:before {
  content: "\e014";
}

.k-i-arrow-chevron-down:before {
  content: "\e015";
}

.k-i-arrow-chevron-left:before {
  content: "\e016";
}

.k-i-arrow-up:before {
  content: "\e017";
}

.k-i-arrow-right:before {
  content: "\e018";
}

.k-i-arrow-down:before {
  content: "\e019";
}

.k-i-arrow-left:before {
  content: "\e01a";
}

.k-i-arrow-drill:before {
  content: "\e01b";
}

.k-i-arrow-parent:before {
  content: "\e01c";
}

.k-i-arrow-root:before {
  content: "\e01d";
}

.k-i-arrows-resizing:before {
  content: "\e01e";
}

.k-i-arrows-dimensions:before {
  content: "\e01f";
}

.k-i-arrows-swap:before {
  content: "\e020";
}

.k-i-drag-and-drop:before {
  content: "\e021";
}

.k-i-categorize:before {
  content: "\e022";
}

.k-i-grid:before {
  content: "\e023";
}

.k-i-grid-layout:before {
  content: "\e024";
}

.k-i-group:before {
  content: "\e025";
}

.k-i-ungroup:before {
  content: "\e026";
}

.k-i-handler-drag:before {
  content: "\e027";
}

.k-i-layout:before {
  content: "\e028";
}

.k-i-layout-1-by-4:before {
  content: "\e029";
}

.k-i-layout-2-by-2:before {
  content: "\e02a";
}

.k-i-layout-side-by-side:before {
  content: "\e02b";
}

.k-i-layout-stacked:before {
  content: "\e02c";
}

.k-i-columns:before {
  content: "\e02d";
}

.k-i-rows:before {
  content: "\e02e";
}

.k-i-reorder:before {
  content: "\e02f";
}

.k-i-menu:before {
  content: "\e030";
}

.k-i-more-vertical:before {
  content: "\e031";
}

.k-i-more-horizontal:before {
  content: "\e032";
}

.k-i-undo:before {
  content: "\e100";
}

.k-i-redo:before {
  content: "\e101";
}

.k-i-reset:before {
  content: "\e102";
}

.k-i-reload:before {
  content: "\e103";
}

.k-i-refresh:before {
  content: "\e103";
}

.k-i-recurrence:before {
  content: "\e103";
}

.k-i-non-recurrence:before {
  content: "\e104";
}

.k-i-reset-sm:before {
  content: "\e105";
}

.k-i-reload-sm:before {
  content: "\e106";
}

.k-i-refresh-sm:before {
  content: "\e106";
}

.k-i-recurrence-sm:before {
  content: "\e106";
}

.k-i-clock:before {
  content: "\e107";
}

.k-i-calendar:before {
  content: "\e108";
}

.k-i-save:before {
  content: "\e109";
}

.k-i-floppy:before {
  content: "\e109";
}

.k-i-print:before {
  content: "\e10a";
}

.k-i-printer:before {
  content: "\e10a";
}

.k-i-edit:before {
  content: "\e10b";
}

.k-i-pencil:before {
  content: "\e10b";
}

.k-i-delete:before {
  content: "\e10c";
}

.k-i-trash:before {
  content: "\e10c";
}

.k-i-attachment:before {
  content: "\e10d";
}

.k-i-clip:before {
  content: "\e10d";
}

.k-i-attachment-45:before {
  content: "\e10e";
}

.k-i-clip-45:before {
  content: "\e10e";
}

.k-i-link-horizontal:before {
  content: "\e10f";
}

.k-i-hyperlink:before {
  content: "\e10f";
}

.k-i-unlink-horizontal:before {
  content: "\e110";
}

.k-i-hyperlink-remove:before {
  content: "\e110";
}

.k-i-link-vertical:before {
  content: "\e111";
}

.k-i-unlink-vertical:before {
  content: "\e112";
}

.k-i-lock:before {
  content: "\e113";
}

.k-i-unlock:before {
  content: "\e114";
}

.k-i-cancel:before {
  content: "\e115";
}

.k-i-cancel-outline:before {
  content: "\e116";
}

.k-i-cancel-circle:before {
  content: "\e117";
}

.k-i-check:before {
  content: "\e118";
}

.k-i-checkmark:before {
  content: "\e118";
}

.k-i-tick:before {
  content: "\e118";
}

.k-i-check-outline:before {
  content: "\e119";
}

.k-i-checkmark-outline:before {
  content: "\e119";
}

.k-i-success:before {
  content: "\e119";
}

.k-i-check-circle:before {
  content: "\e11a";
}

.k-i-checkmark-circle:before {
  content: "\e11a";
}

.k-i-close:before {
  content: "\e11b";
}

.k-i-x:before {
  content: "\e11b";
}

.k-i-close-outline:before {
  content: "\e11c";
}

.k-i-x-outline:before {
  content: "\e11c";
}

.k-i-error:before {
  content: "\e11c";
}

.k-i-close-circle:before {
  content: "\e11d";
}

.k-i-x-circle:before {
  content: "\e11d";
}

.k-i-plus:before {
  content: "\e11e";
}

.k-i-add:before {
  content: "\e11e";
}

.k-i-plus-outline:before {
  content: "\e11f";
}

.k-i-plus-circle:before {
  content: "\e120";
}

.k-i-minus:before {
  content: "\e121";
}

.k-i-kpi-trend-equal:before {
  content: "\e121";
}

.k-i-minus-outline:before {
  content: "\e122";
}

.k-i-minus-circle:before {
  content: "\e123";
}

.k-i-sort-asc:before {
  content: "\e124";
}

.k-i-sort-desc:before {
  content: "\e125";
}

.k-i-unsort:before {
  content: "\e126";
}

.k-i-sort-clear:before {
  content: "\e126";
}

.k-i-sort-asc-sm:before {
  content: "\e127";
}

.k-i-sort-desc-sm:before {
  content: "\e128";
}

.k-i-filter:before {
  content: "\e129";
}

.k-i-filter-clear:before {
  content: "\e12a";
}

.k-i-filter-sm:before {
  content: "\e12b";
}

.k-i-filter-sort-asc-sm:before {
  content: "\e12c";
}

.k-i-filter-sort-desc-sm:before {
  content: "\e12d";
}

.k-i-filter-add-expression:before {
  content: "\e12e";
}

.k-i-filter-add-group:before {
  content: "\e12f";
}

.k-i-login:before {
  content: "\e130";
}

.k-i-logout:before {
  content: "\e131";
}

.k-i-download:before {
  content: "\e132";
}

.k-i-upload:before {
  content: "\e133";
}

.k-i-hyperlink-open:before {
  content: "\e134";
}

.k-i-hyperlink-open-sm:before {
  content: "\e135";
}

.k-i-launch:before {
  content: "\e136";
}

.k-i-window:before {
  content: "\e137";
}

.k-i-window-maximize:before {
  content: "\e137";
}

.k-i-windows:before {
  content: "\e138";
}

.k-i-window-restore:before {
  content: "\e138";
}

.k-i-tiles:before {
  content: "\e138";
}

.k-i-window-minimize:before {
  content: "\e139";
}

.k-i-gear:before {
  content: "\e13a";
}

.k-i-cog:before {
  content: "\e13a";
}

.k-i-custom:before {
  content: "\e13a";
}

.k-i-gears:before {
  content: "\e13b";
}

.k-i-cogs:before {
  content: "\e13b";
}

.k-i-wrench:before {
  content: "\e13c";
}

.k-i-settings:before {
  content: "\e13c";
}

.k-i-preview:before {
  content: "\e13d";
}

.k-i-eye:before {
  content: "\e13d";
}

.k-i-zoom:before {
  content: "\e13e";
}

.k-i-search:before {
  content: "\e13e";
}

.k-i-zoom-in:before {
  content: "\e13f";
}

.k-i-zoom-out:before {
  content: "\e140";
}

.k-i-pan:before {
  content: "\e141";
}

.k-i-move:before {
  content: "\e141";
}

.k-i-calculator:before {
  content: "\e142";
}

.k-i-cart:before {
  content: "\e143";
}

.k-i-shopping-cart:before {
  content: "\e143";
}

.k-i-connector:before {
  content: "\e144";
}

.k-i-plus-sm:before {
  content: "\e145";
}

.k-i-minus-sm:before {
  content: "\e146";
}

.k-i-kpi-status-deny:before {
  content: "\e147";
}

.k-i-kpi-status-hold:before {
  content: "\e148";
}

.k-i-kpi-status-open:before {
  content: "\e149";
}

.k-i-play:before {
  content: "\e200";
}

.k-i-pause:before {
  content: "\e201";
}

.k-i-stop:before {
  content: "\e202";
}

.k-i-rewind:before {
  content: "\e203";
}

.k-i-forward:before {
  content: "\e204";
}

.k-i-volume-down:before {
  content: "\e205";
}

.k-i-volume-up:before {
  content: "\e206";
}

.k-i-volume-off:before {
  content: "\e207";
}

.k-i-hd:before {
  content: "\e208";
}

.k-i-subtitles:before {
  content: "\e209";
}

.k-i-playlist:before {
  content: "\e20a";
}

.k-i-audio:before {
  content: "\e20b";
}

.k-i-play-sm:before {
  content: "\e20c";
}

.k-i-pause-sm:before {
  content: "\e20d";
}

.k-i-stop-sm:before {
  content: "\e20e";
}

.k-i-heart-outline:before {
  content: "\e300";
}

.k-i-fav-outline:before {
  content: "\e300";
}

.k-i-favorite-outline:before {
  content: "\e300";
}

.k-i-heart:before {
  content: "\e301";
}

.k-i-fav:before {
  content: "\e301";
}

.k-i-favorite:before {
  content: "\e301";
}

.k-i-star-outline:before {
  content: "\e302";
}

.k-i-bookmark-outline:before {
  content: "\e302";
}

.k-i-star:before {
  content: "\e303";
}

.k-i-bookmark:before {
  content: "\e303";
}

.k-i-checkbox:before {
  content: "\e304";
}

.k-i-shape-rect:before {
  content: "\e304";
}

.k-i-checkbox-checked:before {
  content: "\e305";
}

.k-i-tri-state-indeterminate:before {
  content: "\e306";
}

.k-i-tri-state-null:before {
  content: "\e307";
}

.k-i-circle:before {
  content: "\e308";
}

.k-i-radiobutton:before {
  content: "\e309";
}

.k-i-shape-circle:before {
  content: "\e309";
}

.k-i-radiobutton-checked:before {
  content: "\e30a";
}

.k-i-notification:before {
  content: "\e400";
}

.k-i-bell:before {
  content: "\e400";
}

.k-i-information:before {
  content: "\e401";
}

.k-i-info:before {
  content: "\e401";
}

.k-i-note:before {
  content: "\e401";
}

.k-i-question:before {
  content: "\e402";
}

.k-i-help:before {
  content: "\e402";
}

.k-i-warning:before {
  content: "\e403";
}

.k-i-exception:before {
  content: "\e403";
}

.k-i-photo-camera:before {
  content: "\e500";
}

.k-i-image:before {
  content: "\e501";
}

.k-i-photo:before {
  content: "\e501";
}

.k-i-image-export:before {
  content: "\e502";
}

.k-i-photo-export:before {
  content: "\e502";
}

.k-i-zoom-actual-size:before {
  content: "\e503";
}

.k-i-zoom-best-fit:before {
  content: "\e504";
}

.k-i-image-resize:before {
  content: "\e505";
}

.k-i-crop:before {
  content: "\e506";
}

.k-i-mirror:before {
  content: "\e507";
}

.k-i-flip-horizontal:before {
  content: "\e508";
}

.k-i-flip-vertical:before {
  content: "\e509";
}

.k-i-rotate:before {
  content: "\e50a";
}

.k-i-rotate-right:before {
  content: "\e50b";
}

.k-i-rotate-left:before {
  content: "\e50c";
}

.k-i-brush:before {
  content: "\e50d";
}

.k-i-palette:before {
  content: "\e50e";
}

.k-i-paint:before {
  content: "\e50f";
}

.k-i-droplet:before {
  content: "\e50f";
}

.k-i-background:before {
  content: "\e50f";
}

.k-i-line:before {
  content: "\e510";
}

.k-i-shape-line:before {
  content: "\e510";
}

.k-i-brightness-contrast:before {
  content: "\e511";
}

.k-i-saturation:before {
  content: "\e512";
}

.k-i-invert-colors:before {
  content: "\e513";
}

.k-i-transperancy:before {
  content: "\e514";
}

.k-i-opacity:before {
  content: "\e514";
}

.k-i-greyscale:before {
  content: "\e515";
}

.k-i-blur:before {
  content: "\e516";
}

.k-i-sharpen:before {
  content: "\e517";
}

.k-i-shape:before {
  content: "\e518";
}

.k-i-round-corners:before {
  content: "\e519";
}

.k-i-front-element:before {
  content: "\e51a";
}

.k-i-back-element:before {
  content: "\e51b";
}

.k-i-forward-element:before {
  content: "\e51c";
}

.k-i-backward-element:before {
  content: "\e51d";
}

.k-i-align-left-element:before {
  content: "\e51e";
}

.k-i-align-center-element:before {
  content: "\e51f";
}

.k-i-align-right-element:before {
  content: "\e520";
}

.k-i-align-top-element:before {
  content: "\e521";
}

.k-i-align-middle-element:before {
  content: "\e522";
}

.k-i-align-bottom-element:before {
  content: "\e523";
}

.k-i-thumbnails-up:before {
  content: "\e524";
}

.k-i-thumbnails-right:before {
  content: "\e525";
}

.k-i-thumbnails-down:before {
  content: "\e526";
}

.k-i-thumbnails-left:before {
  content: "\e527";
}

.k-i-full-screen:before {
  content: "\e528";
}

.k-i-fullscreen:before {
  content: "\e528";
}

.k-i-full-screen-exit:before {
  content: "\e529";
}

.k-i-fullscreen-exit:before {
  content: "\e529";
}

.k-i-reset-color:before {
  content: "\e52a";
}

.k-i-paint-remove:before {
  content: "\e52a";
}

.k-i-background-remove:before {
  content: "\e52a";
}

.k-i-page-properties:before {
  content: "\e600";
}

.k-i-bold:before {
  content: "\e601";
}

.k-i-italic:before {
  content: "\e602";
}

.k-i-underline:before {
  content: "\e603";
}

.k-i-font-family:before {
  content: "\e604";
}

.k-i-foreground-color:before {
  content: "\e605";
}

.k-i-convert-lowercase:before {
  content: "\e606";
}

.k-i-convert-uppercase:before {
  content: "\e607";
}

.k-i-strikethrough:before {
  content: "\e608";
}

.k-i-sub-script:before {
  content: "\e609";
}

.k-i-sup-script:before {
  content: "\e60a";
}

.k-i-div:before {
  content: "\e60b";
}

.k-i-all:before {
  content: "\e60c";
}

.k-i-h1:before {
  content: "\e60d";
}

.k-i-h2:before {
  content: "\e60e";
}

.k-i-h3:before {
  content: "\e60f";
}

.k-i-h4:before {
  content: "\e610";
}

.k-i-h5:before {
  content: "\e611";
}

.k-i-h6:before {
  content: "\e612";
}

.k-i-list-ordered:before {
  content: "\e613";
}

.k-i-list-numbered:before {
  content: "\e613";
}

.k-i-list-unordered:before {
  content: "\e614";
}

.k-i-list-bulleted:before {
  content: "\e614";
}

.k-i-indent-increase:before {
  content: "\e615";
}

.k-i-indent:before {
  content: "\e615";
}

.k-i-indent-decrease:before {
  content: "\e616";
}

.k-i-outdent:before {
  content: "\e616";
}

.k-i-insert-n::before {
  content: "\e617";
}

.k-i-insert-up:before {
  content: "\e617";
}

.k-i-insert-top:before {
  content: "\e617";
}

.k-i-insert-m:before {
  content: "\e618";
}

.k-i-insert-middle:before {
  content: "\e618";
}

.k-i-insert-s:before {
  content: "\e619";
}

.k-i-insert-down:before {
  content: "\e619";
}

.k-i-insert-bottom:before {
  content: "\e619";
}

.k-i-align-top:before {
  content: "\e61a";
}

.k-i-align-middle:before {
  content: "\e61b";
}

.k-i-align-bottom:before {
  content: "\e61c";
}

.k-i-align-left:before {
  content: "\e61d";
}

.k-i-align-center:before {
  content: "\e61e";
}

.k-i-align-right:before {
  content: "\e61f";
}

.k-i-align-justify:before {
  content: "\e620";
}

.k-i-align-remove:before {
  content: "\e621";
}

.k-i-text-wrap:before {
  content: "\e622";
}

.k-i-rule-horizontal:before {
  content: "\e623";
}

.k-i-table-align-top-left:before {
  content: "\e624";
}

.k-i-table-align-top-center:before {
  content: "\e625";
}

.k-i-table-align-top-right:before {
  content: "\e626";
}

.k-i-table-align-middle-left:before {
  content: "\e627";
}

.k-i-table-align-middle-center:before {
  content: "\e628";
}

.k-i-table-align-middle-right:before {
  content: "\e629";
}

.k-i-table-align-bottom-left:before {
  content: "\e62a";
}

.k-i-table-align-bottom-center:before {
  content: "\e62b";
}

.k-i-table-align-bottom-right:before {
  content: "\e62c";
}

.k-i-table-align-remove:before {
  content: "\e62d";
}

.k-i-borders-all:before {
  content: "\e62e";
}

.k-i-all-borders:before {
  content: "\e62e";
}

.k-i-borders-outside:before {
  content: "\e62f";
}

.k-i-outside-borders:before {
  content: "\e62f";
}

.k-i-borders-inside:before {
  content: "\e630";
}

.k-i-inside-borders:before {
  content: "\e630";
}

.k-i-borders-inside-horizontal:before {
  content: "\e631";
}

.k-i-inside-horizontal-borders:before {
  content: "\e631";
}

.k-i-borders-inside-vertical:before {
  content: "\e632";
}

.k-i-inside-vertical-borders:before {
  content: "\e632";
}

.k-i-border-top:before {
  content: "\e633";
}

.k-i-top-border:before {
  content: "\e633";
}

.k-i-border-bottom:before {
  content: "\e634";
}

.k-i-bottom-border:before {
  content: "\e634";
}

.k-i-border-left:before {
  content: "\e635";
}

.k-i-left-border:before {
  content: "\e635";
}

.k-i-border-right:before {
  content: "\e636";
}

.k-i-right-border:before {
  content: "\e636";
}

.k-i-border-no:before {
  content: "\e637";
}

.k-i-no-borders:before {
  content: "\e637";
}

.k-i-borders-show-hide:before {
  content: "\e638";
}

.k-i-form:before {
  content: "\e639";
}

.k-i-border:before {
  content: "\e639";
}

.k-i-form-element:before {
  content: "\e63a";
}

.k-i-code-snippet:before {
  content: "\e63b";
}

.k-i-select-all:before {
  content: "\e63c";
}

.k-i-button:before {
  content: "\e63d";
}

.k-i-select-box:before {
  content: "\e63e";
}

.k-i-calendar-date:before {
  content: "\e63f";
}

.k-i-group-box:before {
  content: "\e640";
}

.k-i-textarea:before {
  content: "\e641";
}

.k-i-textbox:before {
  content: "\e642";
}

.k-i-textbox-hidden:before {
  content: "\e643";
}

.k-i-password:before {
  content: "\e644";
}

.k-i-paragraph-add:before {
  content: "\e645";
}

.k-i-edit-tools:before {
  content: "\e646";
}

.k-i-template-manager:before {
  content: "\e647";
}

.k-i-change-manually:before {
  content: "\e648";
}

.k-i-track-changes:before {
  content: "\e649";
}

.k-i-track-changes-enable:before {
  content: "\e64a";
}

.k-i-track-changes-accept:before {
  content: "\e64b";
}

.k-i-track-changes-accept-all:before {
  content: "\e64c";
}

.k-i-track-changes-reject:before {
  content: "\e64d";
}

.k-i-track-changes-reject-all:before {
  content: "\e64e";
}

.k-i-document-manager:before {
  content: "\e64f";
}

.k-i-custom-icon:before {
  content: "\e650";
}

.k-i-dictionary-add:before {
  content: "\e651";
}

.k-i-image-light-dialog:before {
  content: "\e652";
}

.k-i-image-insert:before {
  content: "\e652";
}

.k-i-image-edit:before {
  content: "\e653";
}

.k-i-image-map-editor:before {
  content: "\e654";
}

.k-i-comment:before {
  content: "\e655";
}

.k-i-comment-remove:before {
  content: "\e656";
}

.k-i-comments-remove-all:before {
  content: "\e657";
}

.k-i-silverlight:before {
  content: "\e658";
}

.k-i-media-manager:before {
  content: "\e659";
}

.k-i-video-external:before {
  content: "\e65a";
}

.k-i-flash-manager:before {
  content: "\e65b";
}

.k-i-find-and-replace:before {
  content: "\e65c";
}

.k-i-find:before {
  content: "\e65c";
}

.k-i-copy:before {
  content: "\e65d";
}

.k-i-files:before {
  content: "\e65d";
}

.k-i-cut:before {
  content: "\e65e";
}

.k-i-paste:before {
  content: "\e65f";
}

.k-i-paste-as-html:before {
  content: "\e660";
}

.k-i-paste-from-word:before {
  content: "\e661";
}

.k-i-paste-from-word-strip-file:before {
  content: "\e662";
}

.k-i-paste-html:before {
  content: "\e663";
}

.k-i-paste-markdown:before {
  content: "\e664";
}

.k-i-paste-plain-text:before {
  content: "\e665";
}

.k-i-apply-format:before {
  content: "\e666";
}

.k-i-clear-css:before {
  content: "\e667";
}

.k-i-copy-format:before {
  content: "\e668";
}

.k-i-strip-all-formating:before {
  content: "\e669";
}

.k-i-strip-css-format:before {
  content: "\e66a";
}

.k-i-strip-font-elements:before {
  content: "\e66b";
}

.k-i-strip-span-elements:before {
  content: "\e66c";
}

.k-i-strip-word-formatting:before {
  content: "\e66d";
}

.k-i-format-code-block:before {
  content: "\e66e";
}

.k-i-style-builder:before {
  content: "\e66f";
}

.k-i-module-manager:before {
  content: "\e670";
}

.k-i-hyperlink-light-dialog:before {
  content: "\e671";
}

.k-i-hyperlink-insert:before {
  content: "\e671";
}

.k-i-hyperlink-globe:before {
  content: "\e672";
}

.k-i-hyperlink-globe-remove:before {
  content: "\e673";
}

.k-i-hyperlink-email:before {
  content: "\e674";
}

.k-i-anchor:before {
  content: "\e675";
}

.k-i-table-light-dialog:before {
  content: "\e676";
}

.k-i-table-insert:before {
  content: "\e676";
}

.k-i-table:before {
  content: "\e677";
}

.k-i-table-properties:before {
  content: "\e678";
}

.k-i-table-wizard:before {
  content: "\e678";
}

.k-i-table-cell:before {
  content: "\e679";
}

.k-i-table-cell-properties:before {
  content: "\e67a";
}

.k-i-table-column-insert-left:before {
  content: "\e67b";
}

.k-i-table-column-insert-right:before {
  content: "\e67c";
}

.k-i-table-row-insert-above:before {
  content: "\e67d";
}

.k-i-table-row-insert-below:before {
  content: "\e67e";
}

.k-i-table-column-delete:before {
  content: "\e67f";
}

.k-i-table-row-delete:before {
  content: "\e680";
}

.k-i-table-cell-delete:before {
  content: "\e681";
}

.k-i-table-delete:before {
  content: "\e682";
}

.k-i-cells-merge:before {
  content: "\e683";
}

.k-i-cells-merge-horizontally:before {
  content: "\e684";
}

.k-i-cells-merge-vertically:before {
  content: "\e685";
}

.k-i-cell-split-horizontally:before {
  content: "\e686";
}

.k-i-cell-split-vertically:before {
  content: "\e687";
}

.k-i-table-unmerge:before {
  content: "\e688";
}

.k-i-pane-freeze:before {
  content: "\e689";
}

.k-i-row-freeze:before {
  content: "\e68a";
}

.k-i-column-freeze:before {
  content: "\e68b";
}

.k-i-toolbar-float:before {
  content: "\e68c";
}

.k-i-spell-checker:before {
  content: "\e68d";
}

.k-i-validation-xhtml:before {
  content: "\e68e";
}

.k-i-validation-data:before {
  content: "\e68f";
}

.k-i-toggle-full-screen-mode:before {
  content: "\e690";
}

.k-i-formula-fx:before {
  content: "\e691";
}

.k-i-sum:before {
  content: "\e692";
}

.k-i-symbol:before {
  content: "\e693";
}

.k-i-dollar:before {
  content: "\e694";
}

.k-i-currency:before {
  content: "\e694";
}

.k-i-percent:before {
  content: "\e695";
}

.k-i-custom-format:before {
  content: "\e696";
}

.k-i-decimal-increase:before {
  content: "\e697";
}

.k-i-decimal-decrease:before {
  content: "\e698";
}

.k-i-font-size:before {
  content: "\e699";
}

.k-i-image-absolute-position:before {
  content: "\e69a";
}

.k-i-globe-outline:before {
  content: "\e700";
}

.k-i-globe:before {
  content: "\e701";
}

.k-i-marker-pin:before {
  content: "\e702";
}

.k-i-marker-pin-target:before {
  content: "\e703";
}

.k-i-pin:before {
  content: "\e704";
}

.k-i-unpin:before {
  content: "\e705";
}

.k-i-share:before {
  content: "\e800";
}

.k-i-user:before {
  content: "\e801";
}

.k-i-inbox:before {
  content: "\e802";
}

.k-i-blogger:before {
  content: "\e803";
}

.k-i-blogger-box:before {
  content: "\e804";
}

.k-i-delicious:before {
  content: "\e805";
}

.k-i-delicious-box:before {
  content: "\e806";
}

.k-i-digg:before {
  content: "\e807";
}

.k-i-digg-box:before {
  content: "\e808";
}

.k-i-email:before {
  content: "\e809";
}

.k-i-envelop:before {
  content: "\e809";
}

.k-i-letter:before {
  content: "\e809";
}

.k-i-email-box:before {
  content: "\e80a";
}

.k-i-envelop-box:before {
  content: "\e80a";
}

.k-i-letter-box:before {
  content: "\e80a";
}

.k-i-facebook:before {
  content: "\e80b";
}

.k-i-facebook-box:before {
  content: "\e80c";
}

.k-i-google:before {
  content: "\e80d";
}

.k-i-google-box:before {
  content: "\e80e";
}

.k-i-google-plus:before {
  content: "\e80f";
}

.k-i-google-plus-box:before {
  content: "\e810";
}

.k-i-linkedin:before {
  content: "\e811";
}

.k-i-linkedin-box:before {
  content: "\e812";
}

.k-i-myspace:before {
  content: "\e813";
}

.k-i-myspace-box:before {
  content: "\e814";
}

.k-i-pinterest:before {
  content: "\e815";
}

.k-i-pinterest-box:before {
  content: "\e816";
}

.k-i-reddit:before {
  content: "\e817";
}

.k-i-reddit-box:before {
  content: "\e818";
}

.k-i-stumble-upon:before {
  content: "\e819";
}

.k-i-stumble-upon-box:before {
  content: "\e81a";
}

.k-i-tell-a-friend:before {
  content: "\e81b";
}

.k-i-tell-a-friend-box:before {
  content: "\e81c";
}

.k-i-tumblr:before {
  content: "\e81d";
}

.k-i-tumblr-box:before {
  content: "\e81e";
}

.k-i-twitter:before {
  content: "\e81f";
}

.k-i-twitter-box:before {
  content: "\e820";
}

.k-i-yammer:before {
  content: "\e821";
}

.k-i-yammer-box:before {
  content: "\e822";
}

.k-i-behance:before {
  content: "\e823";
}

.k-i-behance-box:before {
  content: "\e824";
}

.k-i-dribbble:before {
  content: "\e825";
}

.k-i-dribbble-box:before {
  content: "\e826";
}

.k-i-rss:before {
  content: "\e827";
}

.k-i-rss-box:before {
  content: "\e828";
}

.k-i-vimeo:before {
  content: "\e829";
}

.k-i-vimeo-box:before {
  content: "\e82a";
}

.k-i-youtube:before {
  content: "\e82b";
}

.k-i-youtube-box:before {
  content: "\e82c";
}

.k-i-folder:before {
  content: "\e900";
}

.k-i-folder-open:before {
  content: "\e901";
}

.k-i-folder-add:before {
  content: "\e902";
}

.k-i-folder-up:before {
  content: "\e903";
}

.k-i-folder-more:before {
  content: "\e904";
}

.k-i-fields-more:before {
  content: "\e904";
}

.k-i-aggregate-fields:before {
  content: "\e905";
}

.k-i-file:before {
  content: "\e906";
}

.k-i-file-vertical:before {
  content: "\e906";
}

.k-i-file-add:before {
  content: "\e907";
}

.k-i-file-txt:before {
  content: "\e908";
}

.k-i-txt:before {
  content: "\e908";
}

.k-i-file-csv:before {
  content: "\e909";
}

.k-i-csv:before {
  content: "\e909";
}

.k-i-file-excel:before {
  content: "\e90a";
}

.k-i-file-xls:before {
  content: "\e90a";
}

.k-i-excel:before {
  content: "\e90a";
}

.k-i-xls:before {
  content: "\e90a";
}

.k-i-file-word:before {
  content: "\e90b";
}

.k-i-file-doc:before {
  content: "\e90b";
}

.k-i-word:before {
  content: "\e90b";
}

.k-i-doc:before {
  content: "\e90b";
}

.k-i-file-mdb:before {
  content: "\e90c";
}

.k-i-mdb:before {
  content: "\e90c";
}

.k-i-file-ppt:before {
  content: "\e90d";
}

.k-i-ppt:before {
  content: "\e90d";
}

.k-i-file-pdf:before {
  content: "\e90e";
}

.k-i-pdf:before {
  content: "\e90e";
}

.k-i-file-psd:before {
  content: "\e90f";
}

.k-i-psd:before {
  content: "\e90f";
}

.k-i-file-flash:before {
  content: "\e910";
}

.k-i-flash:before {
  content: "\e910";
}

.k-i-file-config:before {
  content: "\e911";
}

.k-i-config:before {
  content: "\e911";
}

.k-i-file-ascx:before {
  content: "\e912";
}

.k-i-ascx:before {
  content: "\e912";
}

.k-i-file-bac:before {
  content: "\e913";
}

.k-i-bac:before {
  content: "\e913";
}

.k-i-file-zip:before {
  content: "\e914";
}

.k-i-zip:before {
  content: "\e914";
}

.k-i-film:before {
  content: "\e915";
}

.k-i-css3:before {
  content: "\e916";
}

.k-i-html5:before {
  content: "\e917";
}

.k-i-html:before {
  content: "\e918";
}

.k-i-source-code:before {
  content: "\e918";
}

.k-i-view-source:before {
  content: "\e918";
}

.k-i-css:before {
  content: "\e919";
}

.k-i-js:before {
  content: "\e91a";
}

.k-i-exe:before {
  content: "\e91b";
}

.k-i-csproj:before {
  content: "\e91c";
}

.k-i-vbproj:before {
  content: "\e91d";
}

.k-i-cs:before {
  content: "\e91e";
}

.k-i-vb:before {
  content: "\e91f";
}

.k-i-sln:before {
  content: "\e920";
}

.k-i-cloud:before {
  content: "\e921";
}

.k-i-file-horizontal:before {
  content: "\e922";
}

.k-i-page-portrait::before {
  content: "\e906";
}

.k-i-page-landscape::before {
  content: "\e922";
}

.k-rtl .k-i-collapse, .k-rtl .k-i-expand, .k-rtl .k-i-indent-decrease, .k-rtl .k-i-indent-increase {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  cursor: default;
}

.k-spreadsheet .k-spreadsheet-pane {
  padding-right: 1px;
  position: absolute;
  border-width: 1px;
  border-bottom-width: 0;
  border-right-width: 0;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
}

.k-spreadsheet .k-spreadsheet-pane.k-top {
  border-top-width: 0;
}

.k-spreadsheet .k-spreadsheet-pane.k-left {
  border-left-width: 0;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell {
  position: absolute;
  white-space: pre;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1px 3px;
  background-clip: padding-box;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell.k-spreadsheet-has-comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 3px;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-pane .k-spreadsheet-cell-comment {
  position: absolute;
  white-space: pre-wrap;
  text-align: left;
  border-width: 1px;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-haxis, .k-spreadsheet .k-spreadsheet-vaxis {
  position: absolute;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-vaxis {
  top: 0;
  border-width: 0 0 0 1px;
}

.k-spreadsheet .k-spreadsheet-haxis {
  left: 0;
  border-width: 1px 0 0;
}

.k-spreadsheet .k-filter-range, .k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet .k-spreadsheet-active-cell {
  position: absolute;
  outline-color: transparent !important;
  box-sizing: border-box;
  z-index: 10;
}

.k-spreadsheet .k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  position: relative;
  display: table;
  width: 100%;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar, .k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  display: table-cell;
  vertical-align: middle;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  position: relative;
  vertical-align: top;
  border-width: 0 1px 0 0;
  border-style: solid;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox {
  width: 9.5em;
  border-radius: 0;
  border-color: transparent;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
  border-radius: 0;
  border-color: transparent;
  background-image: none;
  box-shadow: none;
  border-width: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-input {
  border-radius: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap .k-select {
  border-radius: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar {
  width: 100%;
  padding-left: 31px;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  font: 16px/1 WebComponentsIcons;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e691";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 1px 0 0;
  border-style: solid;
  width: 24px;
  margin-left: -24px;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:before {
  content: "{";
  font-weight: 700;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula:after {
  content: "}";
  font-weight: 700;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-input {
  overflow: hidden;
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-state-border-down {
  padding-bottom: 0;
}

.k-spreadsheet .k-spreadsheet-formula-input {
  outline: 0;
  border-width: 0;
  height: 26px;
  line-height: 20px;
  width: 100%;
  box-sizing: border-box;
  white-space: pre;
  padding: 3px 0.5em;
}

.k-spreadsheet .k-spreadsheet-cell-editor {
  position: absolute;
  display: none;
  padding: 0 3px;
  line-height: 20px;
  z-index: 2000;
  overflow: hidden;
}

.k-spreadsheet > .k-spreadsheet-view {
  position: relative;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
}

.k-spreadsheet > .k-spreadsheet-view .k-state-disabled {
  pointer-events: auto;
}

.k-spreadsheet .k-tabstrip-wrapper {
  position: relative;
  line-height: 1.7em;
}

.k-spreadsheet .k-tabstrip-wrapper .k-tabstrip-items {
  padding: 0 0 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0 0 0;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button {
  padding: 0.3em;
  line-height: 1.4em;
  height: auto;
}

.k-spreadsheet .k-filter-wrapper, .k-spreadsheet .k-merged-cells-wrapper, .k-spreadsheet .k-selection-wrapper, .k-spreadsheet .k-spreadsheet-row-header {
  position: relative;
}

.k-spreadsheet .k-spreadsheet-column-header {
  position: absolute;
}

.k-spreadsheet .k-filter-wrapper {
  pointer-events: none;
  z-index: 50;
}

.k-spreadsheet .k-spreadsheet-sheets-bar {
  border-width: 1px 0 0;
}

.k-spreadsheet .k-vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-spreadsheet .k-vertical-align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.k-spreadsheet .k-dirty {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
}

.k-spreadsheet .k-single-selection {
  cursor: crosshair;
}

.k-spreadsheet .k-single-selection::after {
  content: " ";
  height: 6px;
  width: 6px;
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-right: -4px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}

.k-spreadsheet .k-spreadsheet-edit-container .k-single-selection::after {
  display: none;
}

.k-spreadsheet .k-auto-fill, .k-spreadsheet .k-auto-fill-bl-hint, .k-spreadsheet .k-auto-fill-br-hint, .k-spreadsheet .k-auto-fill-punch, .k-spreadsheet .k-auto-fill-tr-hint {
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}

.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}

.k-spreadsheet .k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-spreadsheet .k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}

.k-spreadsheet-names-popup .k-item {
  position: relative;
}

.k-spreadsheet-names-popup .k-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7;
  cursor: pointer;
}

.k-spreadsheet-names-popup .k-icon:hover {
  opacity: 1;
}

.k-horizontal-resize {
  cursor: col-resize;
}

.k-vertical-resize {
  cursor: row-resize;
}

.k-merged-cells-wrapper, .k-selection-wrapper, .k-spreadsheet-active-cell, .k-spreadsheet-data {
  cursor: cell;
}

.k-horizontal-resize .k-merged-cells-wrapper, .k-horizontal-resize .k-selection-wrapper, .k-horizontal-resize .k-spreadsheet-active-cell, .k-horizontal-resize .k-spreadsheet-data {
  cursor: col-resize;
}

.k-vertical-resize .k-merged-cells-wrapper, .k-vertical-resize .k-selection-wrapper, .k-vertical-resize .k-spreadsheet-active-cell, .k-vertical-resize .k-spreadsheet-data {
  cursor: row-resize;
}

.k-spreadsheet .k-colorpicker .k-tool-icon {
  overflow: visible;
}

.k-button.k-custom-color, .k-button.k-reset-color {
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  text-align: left;
  line-height: 2em;
}

.k-spreadsheet-colorpicker .k-colorpalette {
  border: 1px solid #dbdbdb;
  border-left: none;
  border-right: none;
  padding: 0.4em;
}

.k-spreadsheet-filter {
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}

.k-spreadsheet-sample {
  float: right;
}

.k-spreadsheet-clipboard, .k-spreadsheet-clipboard-paste {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: 0;
  width: 1px;
  height: 1px;
  box-sizing: border-box;
}

textarea.k-spreadsheet-clipboard {
  position: fixed;
}

.k-spreadsheet-top-corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  border-width: 0 1px 1px 0;
  border-style: solid;
}

.k-spreadsheet-top-corner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 6px;
  border-style: solid;
}

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

.k-spreadsheet-fixed-container {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.k-spreadsheet-view-size {
  position: relative;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header {
  text-align: center;
  z-index: 100;
}

.k-spreadsheet-column-header .k-spreadsheet-cell, .k-spreadsheet-row-header .k-spreadsheet-cell {
  border-style: solid;
  border-width: 0 1px 1px 0;
}

div.k-spreadsheet-window {
  padding: 1.167em 0.75em 0.75em;
}

.k-spreadsheet-window .k-edit-form-container {
  width: 100%;
}

.k-spreadsheet-window .k-root-tabs {
  border-width: 0;
  margin: -1em -1em 0;
  padding: 0.5em 1em 0;
}

.k-spreadsheet-window .k-root-tabs .k-loading {
  display: none;
}

.k-spreadsheet-window .k-list-wrapper {
  padding: 0.15em 0;
  height: 190px;
}

.k-spreadsheet-window .k-list .k-item {
  border-radius: 0;
  padding: 0.5em 0.6em 0.4em 0.6em;
  cursor: pointer;
  line-height: 1.1em;
}

.k-spreadsheet-window .k-format-filter {
  width: 100%;
}

.k-spreadsheet-window .k-format-filter + .k-group-header + .k-list-wrapper {
  margin-top: 1em;
}

.k-spreadsheet-window .k-action-buttons {
  top: 10px;
  padding: 10px;
  margin-bottom: calc(10px - 1em);
}

.k-spreadsheet-window .k-edit-label {
  width: 25%;
  margin: 0 0 0 0.75em;
}

.k-spreadsheet-window .k-edit-field {
  width: 67%;
  margin: 0 0.917em 0 0;
}

.k-spreadsheet-window .k-edit-field > .k-radio-label {
  margin-right: 1.25em;
  vertical-align: baseline;
}

.k-spreadsheet-window .k-edit-field > .k-radio-label:after, .k-spreadsheet-window .k-edit-field > .k-radio-label:before {
  margin-top: -1px;
}

.k-spreadsheet-window .k-edit-field, .k-spreadsheet-window .k-edit-label {
  padding: 0;
  line-height: 3em;
}

.k-spreadsheet-window .k-edit-field .k-dropdown, .k-spreadsheet-window .k-edit-field .k-textbox {
  width: 100%;
}

.k-spreadsheet-window .k-export-config .k-hr {
  margin-left: 15px;
  margin-right: 15px;
}

.k-spreadsheet-window .k-export-config .k-edit-field {
  width: 40%;
  float: left;
  margin-left: 30px;
}

.k-spreadsheet-window .k-edit-field > input[type=radio] {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
}

.k-spreadsheet-window .k-page-orientation {
  position: absolute;
  right: 2em;
  top: 25%;
}

.k-spreadsheet-window .k-page-orientation .k-icon {
  font-size: 6em;
}

.k-spreadsheet-window .k-export-config:after, .k-spreadsheet-window > div:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  font-weight: 700;
  text-align: center;
  font-size: 1.16em;
  line-height: 3.64em;
  margin: 0 -0.863em 0.72em;
  border-style: solid;
  border-width: 1px 0;
}

.k-spreadsheet-border-palette {
  width: 153px;
}

.k-spreadsheet-border-palette .k-spreadsheet-border-type-palette .k-button {
  box-sizing: border-box;
  width: 20%;
}

.k-spreadsheet-border-palette .k-colorpalette {
  vertical-align: bottom;
}

.k-spreadsheet-popup .k-separator {
  width: 1px;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-popup .k-colorpalette {
  vertical-align: top;
}

.k-spreadsheet-popup .k-button.k-button-icon {
  padding: 0.6em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-popup .k-button.k-button-icontext {
  display: block;
  text-align: left;
  text-transform: initial;
  padding: 0.6em 1.2em 0.6em 1em;
  border-width: 0;
  border-radius: 0;
}

.k-spreadsheet-filter-menu {
  width: 280px;
}

.k-spreadsheet-filter-menu > .k-menu {
  border-width: 0;
}

.k-spreadsheet-filter-menu > .k-menu .k-link {
  padding-left: 26px;
}

.k-spreadsheet-filter-menu > .k-menu .k-link .k-icon {
  margin-left: -26px;
  width: 26px;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  overflow-y: scroll;
  overflow-x: auto;
  border-width: 1px;
  border-style: solid;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  overflow: visible;
  padding: 6px 7px;
}

.k-spreadsheet-filter-menu .k-details {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 4px 0;
}

.k-spreadsheet-filter-menu .k-details-summary {
  cursor: pointer;
  line-height: 26px;
}

.k-spreadsheet-filter-menu .k-details-summary .k-icon {
  margin: 0 5px;
}

.k-spreadsheet-filter-menu .k-details-content {
  padding: 0 8px 0 26px;
}

.k-spreadsheet-filter-menu .k-details-content > .k-textbox, .k-spreadsheet-filter-menu .k-details-content > .k-widget {
  width: 100%;
  margin-bottom: 3px;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-image: none;
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: 75px;
  margin: 8px 0;
}

.k-spreadsheet-filter-menu .k-action-buttons {
  border-top-width: 0;
  margin: 8px;
  padding: 0;
  position: static;
}

.k-resize-handle, .k-resize-hint {
  position: absolute;
  z-index: 200;
}

.k-resize-hint-handle {
  width: 100%;
  height: 20px;
}

.k-resize-hint-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
}

.k-resize-hint-vertical .k-resize-hint-handle {
  height: 100%;
  width: 20px;
  float: left;
}

.k-resize-hint-vertical .k-resize-hint-marker {
  height: 2px;
  width: 100%;
}

.k-button.k-spreadsheet-sheets-bar-add, .k-spreadsheet-quick-access-toolbar .k-button {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-tabstrip {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.k-spreadsheet-tabstrip > .k-content {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  margin: 0;
  padding: 0;
}

.k-spreadsheet-tabstrip .k-loading {
  display: none;
}

.k-spreadsheet-toolbar.k-toolbar {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-spreadsheet-toolbar.k-toolbar .k-overflow-anchor + * {
  margin-left: 0;
}

.k-spreadsheet-toolbar.k-toolbar > .k-button-group {
  border-width: 0;
}

.k-spreadsheet-toolbar .k-button, .k-spreadsheet-toolbar > .k-button-group, .k-spreadsheet-toolbar > .k-widget, .k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) {
  margin: 0;
  border-color: transparent;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-toolbar > .k-widget[data-property=fontSize] {
  width: 75px;
}

.k-spreadsheet-toolbar > .k-widget[data-property=format] {
  width: 100px;
}

.k-spreadsheet-toolbar > .k-widget[data-property=fontFamily] {
  width: 130px;
}

.k-spreadsheet-toolbar > .k-combobox .k-state-default:not(.k-state-hover):not(.k-state-active) .k-input {
  background-color: transparent;
  box-shadow: none;
}

.k-spreadsheet-toolbar > .k-widget .k-state-default:not(.k-state-hover):not(.k-state-active) .k-select {
  border-color: transparent;
}

.k-spreadsheet-toolbar [data-tool=alignment], .k-spreadsheet-toolbar [data-tool=backgroundColor], .k-spreadsheet-toolbar [data-tool=borders], .k-spreadsheet-toolbar [data-tool=freeze], .k-spreadsheet-toolbar [data-tool=merge], .k-spreadsheet-toolbar [data-tool=textColor] {
  width: auto;
}

.k-spreadsheet-toolbar .k-separator {
  margin: 0 3px;
  width: 0;
  overflow: hidden;
  height: 1.8em;
  vertical-align: middle;
  display: inline-block;
}

.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point, .k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point {
  text-decoration: underline;
}

.k-spreadsheet-formula-input > .k-series-a, .k-spreadsheet-formula-input > .k-series-b, .k-spreadsheet-formula-input > .k-series-c, .k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}

.k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-formula-list {
  min-width: 100px;
}

.k-spreadsheet-formula-list .k-item {
  padding: 0 0.3em;
  box-shadow: none;
}

.k-spreadsheet-sheets-bar {
  position: relative;
}

.k-button.k-spreadsheet-sheets-bar-add {
  position: absolute;
  bottom: 0.2em;
  left: 0.4em;
  z-index: 1;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove {
  padding: 0;
  margin: 0.5em 0.5em 0.5em -0.5em;
  vertical-align: middle;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-button-icon {
  padding: 2px;
  line-height: normal;
}

.k-spreadsheet-sheets-bar .k-spreadsheet-sheets-remove .k-icon {
  margin: 0;
}

.k-spreadsheet-sheets-items-hint {
  margin-top: 0.1em;
  background: 0 0 !important;
  border-width: 0 !important;
}

.k-spreadsheet-editor-button {
  position: absolute;
  width: 20px;
  z-index: 10;
  margin-left: 2px;
  padding: 0 !important;
}

.k-spreadsheet-editor-button.k-spreadsheet-last-column {
  margin-left: -21px;
}

.k-spreadsheet-editor-button span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hint-wrapper {
  margin-top: 1em;
}

.k-edit-form-container > div:after {
  display: block;
  content: "";
  clear: both;
}

.k-spreadsheet-filter-menu .k-i-arrow-45-down-right {
  cursor: pointer;
}

.k-spreadsheet-import-errors .k--header-message {
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
  margin-bottom: 5px;
}

.k-spreadsheet-import-errors .k--errors {
  max-height: 350px;
  overflow: auto;
}

.k-spreadsheet-import-errors .k--errors table {
  border-collapse: collapse;
  font-size: 90%;
}

.k-spreadsheet-import-errors .k--errors table td, .k-spreadsheet-import-errors .k--errors table th {
  padding: 2px 4px;
  border-bottom: 1px solid #bbb;
}

.k-spreadsheet-import-errors .k--errors table th {
  text-align: left;
  border-bottom: 1px solid #000;
}

.k-spreadsheet-insert-image-dialog {
  margin: 0 1em;
  border-style: dashed;
  border-width: 2px;
}

.k-spreadsheet-insert-image-dialog label {
  position: relative;
  display: block;
  width: 355px;
  height: 200px;
  padding: 10px;
  background-image: url(textures/image-default.png);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

.k-spreadsheet-insert-image-dialog label div {
  position: relative;
  top: 75%;
  padding: 10px;
  text-align: center;
  pointer-events: none;
}

.k-spreadsheet-insert-image-dialog label input {
  display: none;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
  background-size: auto 90%;
  background-position: 50% 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
  opacity: 1;
  top: 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
  opacity: 0;
}

.k-spreadsheet-drawing {
  position: absolute;
  box-sizing: border-box;
  z-index: 101;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-style: solid;
  outline-width: 2px;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: move;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
  left: 50%;
  top: 0;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
  left: 100%;
  top: 0;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
  left: 0;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
  left: 0;
  top: 0;
  cursor: nwse-resize;
}

.k-dialog {
  min-width: 90px;
  min-height: 3em;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden;
}

.k-dialog.k-dialog-centered {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.k-dialog-titlebar {
  padding: 12px;
}

.k-dialog-title {
  font-size: 1.4em;
}

.k-dialog-titlebar .k-dialog-actions {
  top: 9px;
}

.k-dialog-titleless .k-dialog-titlebar .k-dialog-close {
  position: absolute;
  top: 4px;
  right: 8px;
}

.k-dialog .k-content {
  padding: 28px 16px;
  height: auto;
}

.k-dialog.k-dialog-titleless .k-content {
  padding: 2.4em;
}

.k-dialog-buttongroup {
  margin: 0;
  padding: 16px 16px;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.k-dialog-buttongroup .k-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.k-dialog-buttongroup .k-button + .k-button {
  margin-left: 0.5em;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched {
  padding: 0;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  margin: 0;
  border-radius: 0;
  border-bottom: 0;
  border-width: 1px 0 0 1px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  white-space: nowrap;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-radius: 0;
  border-left-width: 0;
}

.k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-radius: 0;
  border-right-width: 0;
}

.k-no-flexbox .k-dialog-buttongroup {
  display: block;
  text-align: right;
}

.k-no-flexbox .k-rtl .k-dialog-button-group {
  text-align: left;
}

.k-dialog.k-alert .k-dialog-titlebar, .k-dialog.k-confirm .k-dialog-titlebar, .k-dialog.k-prompt .k-dialog-titlebar {
  border-width: 0;
  color: inherit;
  background: 0 0;
}

.k-dialog.k-alert .k-dialog-content, .k-dialog.k-confirm .k-dialog-content, .k-dialog.k-prompt .k-dialog-content {
  padding: 32px 32px;
}

.k-dialog.k-prompt .k-dialog-content, .k-dialog.k-prompt .k-prompt-container {
  padding: 16px 32px;
}

.k-card {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.k-card.k-card-flat {
  box-shadow: none;
}

.k-card-header {
  padding: 4px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  overflow: hidden;
}

.k-card > .k-card-header:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-header:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-header > h1, .k-card-header > h2, .k-card-header > h3, .k-card-header > h4, .k-card-header > h5, .k-card-header > h6 {
  margin: 0;
}

.k-card-body {
  padding: 8px 8px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.k-card > .k-card-body:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-body:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-body p {
  margin: 0 0 8px;
}

.k-card-body > .k-last, .k-card-body > :last-child {
  margin-bottom: 0;
}

.k-card-image {
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.k-card > .k-card-image:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-image:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card-image > img {
  border: 0;
  max-width: 100%;
}

.k-card-title {
  margin: 0 0 8px;
}

.k-card-subtitle {
  margin: 0 0 8px;
}

.k-card-title + .k-card-subtitle {
  margin-top: -6px;
}

.k-card > .k-hr {
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: inherit;
}

.k-card-actions {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.k-card > .k-card-actions:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-card > .k-card-actions:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.k-card > .k-card-actions {
  border-top-width: 1px;
  border-color: inherit;
}

.k-card-actions > .k-button.k-flat:first-child {
  margin-left: -8px;
}

.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-action > .k-button {
  border-radius: 0;
  padding: 12px 8px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-actions-vertical {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-card-actions-vertical .k-card-action + .k-card-action {
  border-top-width: 1px;
}

.k-card-actions-stretched {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-card-actions-stretched .k-card-action + .k-card-action {
  border-left-width: 1px;
}

.k-card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-list .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-list .k-card + .k-card {
  margin-top: 16px;
}

.k-card-deck {
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-deck .k-card + .k-card {
  margin-left: 16px;
}

.k-card-deck-scrollwrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
}

.k-card-deck-scrollwrap > .k-button {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
}

.k-card-deck-scrollwrap > .k-button:first-child {
  left: -1px;
}

.k-card-deck-scrollwrap > .k-button:last-child {
  right: -1px;
}

.k-card-deck-scrollwrap > .k-card-deck {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card {
  border-radius: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-card-group .k-card > .k-card-header {
  border-radius: 0;
}

.k-card-group .k-card + .k-card {
  margin-left: -1px;
}

.k-card-group .k-card.k-first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.k-card-group .k-card.k-first > .k-card-header {
  border-top-left-radius: 4px;
}

.k-card-group .k-card.k-last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.k-card-group .k-card.k-last > .k-card-header {
  border-top-right-radius: 4px;
}

.k-card-group .k-card.k-only {
  border-radius: 4px;
}

.k-card-group .k-card.k-only > .k-card-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.k-rtl .k-card-deck .k-card + .k-card, [dir=rtl] .k-card-deck .k-card + .k-card {
  margin-left: 0;
  margin-right: 16px;
}

.k-ie11 .k-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-hidden {
  display: none !important;
}

.k-chat {
  height: 600px;
  max-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}

.k-chat .k-message-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.k-chat .k-message-list-content {
  padding: 16px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.k-chat .k-message-list-content > * + * {
  margin-top: 16px;
}

.k-chat .k-message-group {
  max-width: 80%;
  background: 0 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.k-chat .k-message-group:not(.k-alt) {
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 8px;
  left: 100%;
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
  left: 0;
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble, .k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.k-chat .k-message-group.k-alt {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.k-chat .k-message-group.k-alt .k-message-time {
  margin-right: 8px;
  right: 100%;
}

.k-chat .k-message-group.k-alt .k-message-status {
  right: 0;
}

.k-chat .k-message-group.k-alt .k-first .k-bubble, .k-chat .k-message-group.k-alt .k-only .k-bubble {
  border-bottom-right-radius: 2px;
}

.k-chat .k-message-group.k-alt .k-last .k-bubble, .k-chat .k-message-group.k-alt .k-middle .k-bubble {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-chat .k-message {
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  transition: margin 0.2s ease-in-out;
}

.k-chat .k-message-status, .k-chat .k-message-time {
  font-size: smaller;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
}

.k-chat .k-message-time {
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
}

.k-chat .k-message-status {
  margin-top: 2px;
  height: 0;
  overflow: hidden;
  top: 100%;
  transition: height 0.2s ease-in-out;
}

.k-chat .k-bubble {
  border-radius: 12px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 18px;
  word-wrap: break-word;
}

.k-chat .k-message.k-state-selected {
  margin-bottom: 16px;
  border: 0;
  color: inherit;
  background: 0 0;
}

.k-chat .k-message.k-state-selected .k-message-time {
  opacity: 1;
}

.k-chat .k-message.k-state-selected .k-message-status {
  height: 1.2em;
}

.k-chat .k-message-error, .k-chat .k-message-sending {
  margin-bottom: 16px;
}

.k-chat .k-message-error .k-message-status, .k-chat .k-message-sending .k-message-status {
  height: 1.2em;
}

.k-avatar {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
}

.k-message-group:not(.k-alt) > .k-avatar {
  left: 0;
  bottom: 0;
}

.k-message-group.k-alt > .k-avatar {
  right: 0;
  bottom: 0;
}

.k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 40px;
}

.k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 40px;
}

.k-author {
  margin: 0;
  font-size: smaller;
  line-height: normal;
}

.k-chat .k-author {
  margin: 0;
}

.k-timestamp {
  font-size: smaller;
  line-height: normal;
  text-align: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-quick-replies {
  display: block;
  max-width: 100%;
}

.k-quick-reply {
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition-property: color, background-color, border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.k-message-box {
  padding: 10px 16px;
  border-width: 1px 0 0;
  border-style: solid;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-message-box .k-input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  background: 0 0;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-message-box .k-button {
  padding: 0;
}

.k-message-box .k-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: inline-block;
}

.k-message-box .k-button::after, .k-message-box .k-button::before {
  display: none;
}

.k-chat .k-card-list {
  margin: 2px 0 0;
}

.k-chat .k-card-deck {
  max-width: calc(100% + 32px);
  box-sizing: border-box;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 16px;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card, .k-chat .k-card-deck .k-card-wrap {
  width: 200px;
}

.k-card-deck-scrollwrap {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: content-box;
}

.k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.k-chat .k-card-deck .k-card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap .k-card {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap .k-card + .k-card {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card-wrap.k-state-selected {
  background: 0 0;
}

.k-typing-indicator {
  padding: 0;
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.k-typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
  background-color: currentColor;
}

.k-typing-indicator span + span {
  margin-left: 5px;
}

@-webkit-keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
@keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}
.k-chat .k-toolbar-box {
  width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-chat .k-toolbar-box .k-button-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 16px;
}

.k-chat .k-toolbar-box .k-button-list:after {
  content: "";
  padding-right: 16px;
}

.k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-chat .k-toolbar-box .k-scroll-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.k-chat .k-toolbar-box .k-scroll-button-left {
  left: 0;
}

.k-chat .k-toolbar-box .k-scroll-button-right {
  right: 0;
}

.k-chat .k-toolbar-box .k-button {
  border-width: 0;
  color: inherit;
  background: 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: none;
}

.k-rtl .k-message-group:not(.k-alt), [dir=rtl] .k-message-group:not(.k-alt) {
  text-align: right;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-time, [dir=rtl] .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 0;
  margin-right: 8px;
  left: auto;
  right: 100%;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-status, [dir=rtl] .k-message-group:not(.k-alt) .k-message-status {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt, [dir=rtl] .k-message-group.k-alt {
  text-align: left;
}

.k-rtl .k-message-group.k-alt .k-message-time, [dir=rtl] .k-message-group.k-alt .k-message-time {
  margin-right: 0;
  margin-left: 8px;
  right: auto;
  left: 100%;
}

.k-rtl .k-message-group.k-alt .k-message-status, [dir=rtl] .k-message-group.k-alt .k-message-status {
  right: auto;
  left: 0;
}

.k-rtl .k-message-group:not(.k-alt) > .k-avatar, [dir=rtl] .k-message-group:not(.k-alt) > .k-avatar {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt > .k-avatar, [dir=rtl] .k-message-group.k-alt > .k-avatar {
  right: auto;
  left: 0;
}

.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 0;
  padding-right: 40px;
}

.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar), [dir=rtl] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 0;
  padding-left: 40px;
}

.k-rtl .k-message-box .k-button svg, [dir=rtl] .k-message-box .k-button svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.k-rtl .k-quick-reply, [dir=rtl] .k-quick-reply {
  margin-right: 0;
  margin-left: 8px;
}

.k-calendar {
  padding: 0 0;
  border-width: 1px;
  border-style: solid;
  line-height: 1.42857143;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.k-calendar .k-link {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

.k-calendar .k-action-link {
  text-decoration: underline;
}

.k-calendar .k-state-focused, .k-calendar .k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-calendar table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border-width: 0;
  outline: 0;
  table-layout: fixed;
  float: left;
}

.k-calendar td, .k-calendar th {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  color: inherit;
  background: 0 0;
  font-weight: 400;
  cursor: default;
}

.k-calendar .k-header {
  padding: 4px 4px;
  border-bottom-width: 0;
  border-bottom-style: solid;
  text-align: center;
  position: relative;
  z-index: 1;
}

.k-calendar .k-header .k-link {
  padding: 8px 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100px;
  display: inline-block;
}

.k-calendar .k-nav-next, .k-calendar .k-nav-prev {
  width: 1.42857143em;
  height: 1.42857143em;
  box-sizing: content-box;
  position: absolute;
  top: 4px;
}

.k-calendar .k-nav-next .k-icon, .k-calendar .k-nav-prev .k-icon {
  vertical-align: text-top;
}

.k-calendar .k-nav-prev {
  left: 4px;
}

.k-calendar .k-nav-next {
  right: 4px;
}

.k-calendar .k-nav-fast {
  margin: auto;
  width: 75%;
  box-sizing: border-box;
}

.k-calendar .k-footer {
  text-align: center;
  position: relative;
  clear: both;
}

.k-calendar .k-footer > .k-state-disabled, .k-calendar .k-nav-today {
  padding: 0.5em;
  border-width: 0;
  border-radius: 0;
  display: block;
}

.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}

.k-calendar .k-calendar-view {
  width: 19em;
  height: 19em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.k-calendar.k-week-number .k-calendar-view {
  width: 21.71428571em;
}

.k-calendar .k-content {
  width: 100%;
  background-color: transparent;
}

.k-calendar .k-content th {
  padding: 0.325em 2px;
  border-bottom-width: 0;
  box-sizing: border-box;
}

.k-calendar .k-content td {
  border-radius: 100px;
}

.k-calendar .k-content td.k-alt {
  width: 2.71428571em;
  border-radius: 0;
}

.k-calendar .k-content .k-link {
  margin: auto;
  padding: 0.65em 0.65em;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1.42857143;
  display: block;
}

.k-calendar .k-month .k-link {
  width: 2.71428571em;
  height: 2.71428571em;
}

.k-calendar .k-month th {
  height: 2.71428571em;
}

.k-calendar .k-year .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 2.98571429em;
}

.k-calendar .k-decade .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 2.98571429em;
}

.k-calendar .k-century .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.49285714em;
  white-space: normal;
}

.k-calendar .k-animation-container .k-content {
  height: 100%;
}

.k-week-number {
  width: 21.71428571em;
}

.k-calendar-range {
  width: auto;
  text-align: left;
  line-height: 1.42857143;
}

.k-calendar-range .k-calendar-header {
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.k-calendar-range .k-calendar-header .k-button {
  white-space: nowrap;
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}

.k-calendar-range .k-calendar-header .k-button.k-state-active, .k-calendar-range .k-calendar-header .k-button.k-state-hover, .k-calendar-range .k-calendar-header .k-button:active, .k-calendar-range .k-calendar-header .k-button:hover, .k-calendar-range .k-calendar-header .k-button:hover.k-state-active, .k-calendar-range .k-calendar-header .k-button:hover:active {
  color: inherit;
}

.k-calendar-range .k-calendar-header .k-button::before {
  display: block;
}

.k-calendar-range .k-calendar-header .k-button::after {
  display: block;
}

.k-calendar-range .k-calendar-header .k-button.k-state-focused::after, .k-calendar-range .k-calendar-header .k-button:focus::after {
  box-shadow: inset 0 0 0 2px currentColor;
  opacity: 0.12;
}

.k-calendar-range .k-calendar-header .k-button.k-state-disabled, .k-calendar-range .k-calendar-header .k-button[disabled], .k-state-disabled .k-calendar-range .k-calendar-header .k-button {
  pointer-events: none;
}

.k-calendar-range .k-calendar-nav {
  display: inline-block;
  white-space: nowrap;
}

.k-calendar-range .k-calendar-view {
  height: auto;
  width: auto;
  min-height: 19em;
  text-align: center;
  white-space: nowrap;
}

.k-animation-container-sm .k-calendar-range .k-calendar-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-calendar-range.k-week-number .k-calendar-view {
  width: auto;
}

.k-calendar-range .k-content {
  padding: 0 16px 8px;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-table;
  vertical-align: top;
  float: none;
  color: inherit;
  background-color: transparent;
}

.k-calendar-range .k-content td, .k-calendar-range .k-content th {
  padding: 0;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  text-align: inherit;
  vertical-align: middle;
}

.k-calendar-range .k-content th {
  padding: 0.5em 0;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  opacity: 0.5;
}

.k-calendar-range .k-content td {
  border-radius: 100px;
}

.k-calendar-range .k-content td.k-alt {
  opacity: 0.5;
}

.k-calendar-range .k-content .k-link {
  padding: 0.65em 0.65em;
  min-height: 0;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: inherit;
}

.k-calendar-range .k-content .k-meta-header, .k-calendar-range .k-content .k-month-header {
  margin: 0 16px;
  padding: 0.5em 14px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
  opacity: 0.5;
}

.k-calendar-range .k-content td.k-range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.k-calendar-range .k-content td.k-range-mid {
  border-radius: 0;
}

.k-calendar-range .k-content td.k-range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.k-calendar-range .k-content td.k-range-split-end, .k-calendar-range .k-content td.k-range-split-start {
  position: relative;
}

.k-calendar-range .k-content td.k-range-split-end::after, .k-calendar-range .k-content td.k-range-split-start::after {
  content: "";
  width: 5px;
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
}

.k-calendar-range .k-content td.k-range-split-start::after {
  right: auto;
  left: -5px;
}

.k-calendar-range .k-content td.k-range-split-end::after {
  right: -5px;
  left: auto;
}

.k-calendar-range .k-content td.k-weekend {
  background-color: transparent;
}

.k-calendar-range .k-state-selected {
  color: inherit;
  background: 0 0;
  border-color: transparent;
}

.k-calendar-range .k-state-focused, .k-calendar-range .k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-calendar-range td.k-state-disabled {
  opacity: 0.5;
}

.k-calendar-range td.k-state-disabled .k-link {
  color: inherit;
}

.k-calendar-range .k-footer .k-nav-today {
  padding: 8px 16px;
  width: auto;
  height: auto;
  display: block;
}

.k-widget.k-daterangepicker {
  border: 0;
  box-shadow: none;
}

.k-calendar-monthview .k-content .k-link {
  width: 2.71428571em;
}

.k-calendar-monthview .k-content tbody tr {
  height: 2.71428571em;
}

.k-calendar-yearview .k-content {
  margin: 0 -1px;
}

.k-calendar-yearview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}

.k-calendar-decadeview .k-content {
  margin: 0 -1px;
}

.k-calendar-decadeview .k-content .k-link {
  width: 4.28571429em;
  height: 4.28571429em;
  line-height: 3.25;
}

.k-calendar-centuryview .k-content {
  margin: 0 -1px;
}

.k-calendar-centuryview .k-content .k-link {
  padding: 0.65em 0.65em;
  width: 4.28571429em;
  height: 4.28571429em;
  text-align: left;
  line-height: 1.625;
  white-space: normal;
}

.k-rtl .k-calendar-range {
  text-align: right;
}

.k-rtl .k-calendar-range .k-calendar-nav {
  float: left;
}

.k-pdf-viewer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.k-pdf-viewer .k-toolbar {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: inherit;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 2;
}

.k-pdf-viewer .k-toolbar .k-pager-wrap {
  padding: 0;
  color: inherit;
  background: 0 0;
}

.k-pdf-viewer .k-list-scroller {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pdf-viewer .k-pager-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  align-items: center;
  min-height: auto;
}

.k-pdf-viewer .k-page {
  margin: 30px auto;
}

.k-pdf-viewer .k-page canvas {
  direction: ltr;
}

.k-pdf-viewer-window {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-pdf-viewer-window .k-edit-field .k-file-format, .k-pdf-viewer-window .k-edit-field .k-textbox {
  width: 100%;
}

.k-pdf-viewer-window .k-action-buttons {
  top: 10px;
  padding: 10px;
  margin-bottom: calc(10px - 1em);
}

.k-scrollview {
  position: relative;
  overflow: hidden;
  outline: 0;
  display: block;
}

ul.k-scrollview-wrap {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}

ul.k-scrollview-wrap img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.k-scrollview-wrap > li {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

div.k-scrollview-wrap {
  white-space: nowrap;
}

div.k-scrollview-wrap > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}

.k-scrollview-nav-wrap {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 18px;
  overflow: hidden;
}

.k-scrollview-nav {
  margin: 0;
  padding: 5px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  list-style: none;
  pointer-events: initial;
}

.k-scrollview-nav > li.k-link {
  margin: 0 20px;
  padding: 0;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  vertical-align: top;
  display: inline-block;
  position: relative;
  border-width: 0;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}

.k-scrollview-nav > li.k-link::before {
  content: "";
  width: 28px;
  height: 18px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.k-scrollview-next, .k-scrollview-prev {
  display: table;
  position: absolute;
  padding: 0;
  height: 60%;
  top: 20%;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

.k-scrollview-prev {
  left: 0;
}

.k-scrollview-next {
  right: 0;
}

.k-scrollview-next span, .k-scrollview-prev span {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 4.5em;
  font-weight: 400;
  position: static;
}

.k-scrollview-elements {
  width: 100%;
}

.k-scrollview-animation {
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.k-i-arrowhead-e::before {
  content: "\e014";
}

.k-i-arrowhead-w::before {
  content: "\e016";
}

@supports (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: auto;
  }
}
@supports not (-webkit-user-select: none) {
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: none;
  }
}
.k-switch {
  border-radius: 5.4em;
  cursor: pointer;
  width: 5.4em;
  background: 0 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  font-size: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.k-switch [type=checkbox] {
  display: none;
}

.k-switch, .k-switch-container, .k-switch-handle {
  box-sizing: border-box;
}

.k-switch-container {
  border-radius: 5.4em;
  padding: 0 0;
  border-width: 0;
  border-style: solid;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  outline: 0;
  transition: background-color 0.2s ease-out 0s;
}

.k-switch-handle {
  border-radius: 5.4em;
  width: 3em;
  height: 3em;
  border-width: 0;
  border-style: solid;
  background-position: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left 0.2s ease-out 0s;
}

.k-ie11 .k-switch-handle {
  display: block;
}

.k-switch-on .k-switch-handle {
  left: calc(100% - 3em);
}

.k-edge .k-switch-on .k-switch-handle, .k-ie .k-switch-on .k-switch-handle {
  left: 100%;
  margin-left: -3em;
}

.k-switch-off .k-switch-handle {
  left: 0;
}

.k-switch-label-off, .k-switch-label-on {
  display: none;
  width: calc(100% - 3em - 10px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  line-height: 3em;
  overflow: hidden;
}

.k-switch-label-on {
  text-align: left;
  left: 8px;
}

.k-switch-label-off {
  text-align: right;
  right: 8px;
}

.k-switch {
  overflow: visible;
}

.k-switch .k-switch-container {
  height: 1.6em;
}

.k-switch .k-switch-handle {
  top: -0.7em;
}

.k-rtl .k-switch.k-switch-on .k-switch-handle, .k-switch[dir=rtl].k-switch-on .k-switch-handle {
  left: 0;
}

.k-rtl .k-switch.k-switch-off .k-switch-handle, .k-switch[dir=rtl].k-switch-off .k-switch-handle {
  left: calc(100% - 3em);
}

.k-rtl .k-switch .k-switch-label-on, .k-switch[dir=rtl] .k-switch-label-on {
  text-align: right;
  left: initial;
  right: 8px;
}

.k-rtl .k-switch .k-switch-label-off, .k-switch[dir=rtl] .k-switch-label-off {
  text-align: left;
  left: 8px;
  right: initial;
}

.k-drawer-container {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 0;
  transition: all 0.3s ease-out;
}

.k-drawer-container, .k-drawer-container .k-drawer-items {
  overflow-y: auto;
  scrollbar-width: thin;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar, .k-drawer-container::-webkit-scrollbar {
  width: 7px;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb, .k-drawer-container::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.k-drawer-container .k-drawer-items {
  padding: 0;
  transition: all 0.3s ease-out;
  overflow-x: hidden;
}

.k-drawer-container .k-drawer-items ul {
  padding: 0;
  margin: 0;
}

.k-drawer-container .k-drawer-items .k-drawer-item {
  display: block;
  list-style: none;
  line-height: 1.5;
  font-size: 16px;
  padding: 8px 8px;
}

.k-drawer-container .k-drawer-items .k-drawer-item.k-drawer-separator {
  padding: 0;
  height: 1px;
}

.k-drawer-container .k-drawer-items .k-icon {
  display: inline-block;
  font-size: 18px;
  margin: 0 8px;
}

.k-drawer-container .k-drawer-items .k-item-text {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}

.k-drawer-container.k-drawer-expanded {
  border-right-width: 1px;
}

.k-drawer-wrapper {
  overflow-x: hidden;
}

.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-container {
  border-right-width: 1px;
  width: auto;
}

.k-drawer-wrapper.k-drawer-mini-mode .k-drawer-items {
  overflow-y: visible;
  overflow-x: initial;
  width: 50px;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-container {
  position: fixed;
  left: 0;
  right: auto;
  height: 100%;
  z-index: 10002;
}

.k-drawer-wrapper.k-drawer-overlay .k-drawer-items {
  max-width: 80vw;
}

.k-drawer-wrapper.k-drawer-push {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.k-drawer-wrapper.k-drawer-push .k-drawer-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.k-drawer-wrapper.k-drawer-push .k-drawer-container {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.k-drawer-wrapper .k-overlay {
  display: none;
}

.k-drawer-wrapper.k-drawer-right.k-drawer-overlay .k-drawer-container {
  left: auto;
  right: 0;
}

.k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container {
  -ms-flex-order: 1;
  order: 1;
}

.k-drawer-wrapper.k-drawer-right .k-drawer-container.k-drawer-expanded, .k-drawer-wrapper.k-drawer-right.k-drawer-mini-mode .k-drawer-container {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container, [dir=rtl] .k-drawer-wrapper.k-drawer-left.k-drawer-push .k-drawer-container {
  -ms-flex-order: 1;
  order: 1;
}

.k-rtl .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container, [dir=rtl] .k-drawer-wrapper.k-drawer-right.k-drawer-push .k-drawer-container {
  -ms-flex-order: 0;
  order: 0;
}

@font-face {
  font-family: "DejaVu Sans";
  src: url(/res/use/fonts/DejaVu/DejaVuSans.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Sans";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSans-BoldOblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  src: url(/res/use/fonts/DejaVu/DejaVuSerif.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-Italic.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Serif";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSerif-BoldItalic.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: 700;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-Bold.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-Oblique.ttf?v=1.1) format("truetype");
}
@font-face {
  font-family: "DejaVu Mono";
  font-weight: 700;
  font-style: italic;
  src: url(/res/use/fonts/DejaVu/DejaVuSansMono-BoldOblique.ttf?v=1.1) format("truetype");
}
.kendo-pdf-hide-pseudo-elements:after, .kendo-pdf-hide-pseudo-elements:before {
  display: none !important;
}

.k-pdf-export sub, .k-pdf-export sup {
  display: inline-block;
}

.k-button {
  line-height: 1.42857143;
  padding: 8px 14px;
}

.k-button-icon, .k-split-button-arrow {
  padding: 8px 7px;
  height: calc(1.28571428em + 18px);
  width: calc(1.28571428em + 18px);
}

.k-widget.k-tabstrip {
  background-image: none;
  border-style: none;
  box-shadow: none;
}

.k-tabstrip .k-tabstrip-items {
  padding: 0;
}

.k-tabstrip > .k-button.k-bare {
  top: 0.3em;
}

.k-panelbar .k-tabstrip > div.k-content, .k-tabstrip > div.k-content {
  margin: 0;
}

.k-panel > .k-item > .k-link, .k-panelbar > .k-item > .k-link {
  line-height: 3.5em;
}

.k-tabstrip > .k-tabstrip-items > .k-item {
  text-transform: uppercase;
  border-width: 0;
  border-style: solid;
  padding: 0;
}

.k-tabstrip-left > .k-tabstrip-items .k-loading, .k-tabstrip-right > .k-tabstrip-items .k-loading {
  display: none;
}

.k-tabstrip-top > .k-tabstrip-items .k-state-active, .k-tabstrip-top > .k-tabstrip-items .k-tab-on-top {
  margin-bottom: -1px;
}

.k-tabstrip-top > .k-tabstrip-items > .k-item {
  border-bottom-width: 2px;
}

.k-tabstrip-left > .k-tabstrip-items .k-state-active, .k-tabstrip-left > .k-tabstrip-items .k-tab-on-top {
  margin-right: -2px;
}

.k-tabstrip-left > .k-tabstrip-items > .k-item {
  border-right-width: 2px;
}

.k-tabstrip-right > .k-tabstrip-items > .k-item {
  border-left-width: 2px;
}

.k-tabstrip-bottom > .k-tabstrip-items > .k-item {
  border-top-width: 2px;
}

.k-tabstrip .k-tabstrip-items .k-link {
  padding: 1.071em;
}

.k-slider-track {
  border-width: 1px;
  border-style: solid;
}

.k-grouping-dropclue {
  margin-top: 10px;
}

.k-filter-row th, .k-grid-header th.k-header {
  padding: 0.786em 0.6em;
}

.k-grid-header th.k-header {
  padding-left: 1.286em;
}

.k-rtl .k-grid-header th.k-header {
  padding-right: 1.286em;
}

.k-filtercell > span {
  padding-right: 5.714em;
}

.k-filtercell > span > .k-button {
  padding-left: 0.714em;
  padding-right: 0.714em;
  line-height: 1.286em;
  margin: 0;
}

.k-filter-row .k-dropdown-operator {
  width: 2.714em;
  right: 2.857em;
}

.k-filter-menu {
  padding: 0.5em 0.5em 0;
}

.k-filter-menu .k-action-buttons .k-button {
  margin: 0;
  width: 50%;
  border-radius: 0;
}

.k-filter-menu .k-primary {
  float: right;
}

.k-filter-menu > div > div:last-child {
  margin: 0.5em -0.5em 0;
  border-top-width: 1px;
  border-top-style: solid;
}

.k-filter-menu .k-primary {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-grouping-header .k-group-indicator {
  padding: 0.5em 0.15em 0.429em 0.4em;
}

.k-grid .k-grouping-row td {
  padding: 0.6em 0.6em 0.643em;
}

.k-grouping-header .k-button, .k-grouping-header a {
  vertical-align: baseline;
}

.k-grid td {
  padding: 0.929em 1.286em;
}

.k-grid-header th.k-header > .k-link {
  padding: 0;
  margin: 0;
  min-height: 16px;
  line-height: inherit;
}

.k-grouping-header {
  line-height: 2.6;
}

.k-grid-content tr:last-child > td, .k-grid-content-locked tr:last-child > td {
  border-bottom-width: 0;
}

.k-grid tr td, .k-pivot-layout .k-grid tr td {
  border-bottom-width: 1px;
  border-style: solid;
}

.k-grouping-row + tr td {
  border-top-width: 0;
}

.k-grid-content table tr:first-child td, .k-grid-content-locked table tr:first-child td {
  border-top: 0;
}

.k-grid-content tr td {
  border-left-width: 0;
}

.k-pager-numbers .k-state-selected {
  line-height: 2.429em;
  cursor: pointer;
}

.k-pager-numbers .k-link, .k-pager-numbers .k-state-selected {
  border-width: 2px 0 0;
  padding-top: 0.7em;
}

.k-pager-wrap {
  line-height: 1.286em;
  padding: 0.429em 0 0.429em 0.25em;
}

.k-pager-numbers .k-link, .k-pager-wrap > .k-link {
  height: 2.429em;
  line-height: 2.429em;
}

.k-pager-sizes, .k-pager-wrap .k-link {
  padding: 0;
  min-width: 2.429em;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
  margin-top: -0.45em;
  padding-top: 0.5em;
  min-width: 2.429em;
}

.k-pager-wrap .k-pager-numbers.k-state-expanded .k-state-selected {
  margin-top: 0;
  padding-top: 0;
}

.k-pager-wrap input.k-textbox {
  height: 2.571em;
}

.k-pager-info {
  padding: 0.714em 1.333em 0.643em 1.333em;
}

.k-pager-wrap .k-pager-refresh {
  margin-right: 1.214em;
}

.k-pager-wrap .k-dropdown {
  width: 5.2em;
}

.k-combobox > .k-dropdown-wrap > .k-i-close {
  right: calc(3.67142857em - 8px);
}

.k-combobox-clearable .k-input {
  padding-right: 2.5em;
}

.k-autocomplete .k-i-loading, .k-multiselect .k-i-loading {
  bottom: 10px;
}

.k-dropdown-wrap, .k-numeric-wrap, .k-picker-wrap {
  padding: 0 2.42857142em 0 0;
}

.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  width: 2.42857142em;
}

.k-datetimepicker {
  width: 19.5em;
}

.k-datetimepicker .k-select {
  width: 5em;
}

.k-datetimepicker .k-picker-wrap {
  padding-right: 5em;
}

.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 6px;
}

.k-popup.k-list-container {
  padding: 0.286em 0;
}

.k-popup.k-list-container.k-popup-dropdowntree {
  padding: 0.286em;
}

.k-popup.k-list-container.k-popup-flush {
  padding: 0;
}

.k-popup.k-calendar-container {
  padding: 0;
}

.k-fieldselector .k-list .k-item, .k-popup .k-list .k-item, .k-popup > .k-group-header {
  min-height: 2.143em;
  line-height: 2.143em;
}

.k-popup .k-list .k-item {
  padding: 1px 11px;
}

.k-list-filter > .k-icon {
  right: 7px;
}

.k-rtl .k-list-filter > .k-icon {
  left: 7px;
  right: auto;
}

.k-fieldselector .k-pivot-configurator-settings li.k-item {
  padding-right: 3.8em;
}

.k-button {
  text-transform: uppercase;
}

.k-popup.k-calendar-container {
  padding: 0;
  border: 0;
}

.k-multiselect-wrap li {
  border-radius: 1.071em;
  margin: 3px 0 3px 3px;
  padding: 0 1.6em 0 0.857em;
  line-height: 1.85742857em;
  min-height: calc(2.42842857em - 6px);
}

.k-multiselect-wrap li span {
  margin-right: 0.4em;
}

.k-multiselect-wrap li span.k-icon {
  margin: 0;
}

.k-multiselect-wrap .k-select {
  padding-top: 0;
}

.k-numeric-wrap .k-select {
  vertical-align: baseline;
}

.k-numerictextbox .k-link {
  display: block;
  height: 1.21271429em;
}

.k-numerictextbox .k-link .k-i-arrow-60-up {
  vertical-align: bottom;
}

.k-numerictextbox .k-link .k-i-arrow-60-down {
  vertical-align: top;
}

.k-menu .k-item, .k-menu.k-header, .k-widget.k-menu-horizontal > .k-item {
  border-width: 0;
}

.k-popup.k-context-menu {
  border-width: 1px;
  border-style: solid;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link {
  padding: 0.5em 4.929em 0.5em 1.714em;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-right {
  right: 1.071em;
}

.k-menu .k-item > .k-link > .k-i-arrow-60-left {
  right: auto;
  left: 1.071em;
}

.k-menu .k-animation-container .k-menu-group {
  padding: 1.143em 0;
}

.k-column-menu .k-menu .k-animation-container .k-menu-group {
  padding: 0;
}

.k-column-menu .k-menu-vertical .k-separator {
  height: 0;
}

table.k-editor {
  border-spacing: 0;
}

.k-editor.k-resizable .k-editable-area {
  padding-bottom: 20px;
}

.k-editor .k-editable-area .k-content {
  border-width: 1px 0 0;
}

.k-editor .k-editor-toolbar-wrap {
  padding-left: 10px;
}

.k-toolbar {
  padding: 0.42857143em;
}

.k-toolbar .k-button {
  padding: 14px 8px;
  border-radius: 0;
}

.k-toolbar .k-button, .k-toolbar .k-split-button {
  margin-top: calc(-0.42857143em - 1px);
  margin-bottom: calc(-0.42857143em - 1px);
}

.k-toolbar .k-split-button .k-button {
  margin-top: 0;
  margin-bottom: 0;
}

.k-toolbar .k-button-icon, .k-toolbar .k-split-button-arrow {
  height: calc(1.28571428em + 30px);
}

.k-toolbar .k-button-icon {
  width: calc(1.28571428em + 30px);
}

.k-toolbar .k-overflow-anchor + .k-button, .k-toolbar > .k-button:first-child:not(.k-overflow-anchor) {
  margin-left: -0.42857143em;
}

.k-toolbar .k-button-group .k-button {
  margin-left: 0;
}

.k-toolbar .k-input {
  text-indent: 0.8em;
  border: 0;
  margin: 0;
}

.k-toolbar .k-overflow-anchor {
  border-width: 1px;
  width: 3.42em;
  padding: 0;
  margin: 0;
}

.k-overflow-container .k-overflow-button, .k-split-container .k-button {
  font-size: 1.2em;
}

.k-button-group .k-tool {
  margin: 6px 0;
}

.k-editor-toolbar li.k-overflow-tools, .k-editor-toolbar li.k-tool-group {
  padding: 0;
  box-shadow: none;
}

.k-editor-toolbar .k-button-group .k-tool {
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: 0;
}

.k-editor-toolbar .k-button-group .k-tool.k-group-end, .k-editor-toolbar .k-tool {
  border-width: 0;
}

.k-editor-toolbar .k-state-selected {
  font-weight: 700;
}

.k-filebrowser .k-filebrowser-toolbar {
  display: -ms-flexbox;
  display: flex;
}

.k-filebrowser .k-toolbar-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.k-filebrowser .k-upload .k-upload-button {
  vertical-align: bottom;
}

.k-filebrowser .k-search-wrap .k-search {
  right: 4px;
}

.k-filebrowser .k-search-wrap {
  padding: 2px 0.3em;
}

.k-filebrowser .k-tiles-arrange {
  margin-left: auto;
}

.k-filebrowser .k-tiles-arrange .k-dropdown {
  width: 80px;
}

.k-draghandle {
  border-width: 2px;
}

span.k-tooltip {
  padding: 9px 17px;
}

div.editorToolbarWindow.k-window-content {
  padding: 0;
}

.editorToolbarWindow .k-editortoolbar-dragHandle {
  line-height: 30px;
}

.k-file {
  padding: 0.643em 0.17em 0.643em 1em;
}

.k-scheduler-table td, .k-scheduler-table th {
  height: 1.643em;
}

.k-gantt-treelist .k-grid-header tr {
  height: 5.714em;
}

.k-gantt-timeline .k-grid-header tr {
  height: 2.857em;
}

.k-gantt .k-task-summary-complete:after, .k-gantt .k-task-summary-complete:before, .k-gantt .k-task-summary:after, .k-gantt .k-task-summary:before {
  border-width: 0;
}

.k-gantt .k-task {
  border-width: 0;
}

.k-gantt .k-task-actions {
  line-height: 2.429em;
}

.k-gantt .k-task-single {
  margin-top: -0.429em;
}

.k-gantt .k-task-template {
  padding: 0.643em 1.4em 0.643em 0.6em;
}

.k-gantt .k-task-milestone {
  width: 17px;
  height: 17px;
}

.k-gantt .k-task-draghandle {
  margin: 0 23px;
  border-width: 8px;
  border-radius: 0 50% 50% 50%;
  border-style: solid;
  bottom: -11px;
}

.k-gantt .k-gantt-timeline th {
  text-align: left;
}

.k-gantt .k-grid-content tr, .k-gantt-rows tr, .k-gantt-tasks tr {
  height: 3.5em;
}

.k-gantt-edit-form > .k-edit-form-container .k-numerictextbox, .k-gantt-edit-form > .k-edit-form-container .k-textbox {
  width: 19.5em;
}

.k-slider-track {
  border-width: 0;
}

.k-slider-horizontal .k-slider-selection, .k-slider-horizontal .k-slider-track {
  height: 2px;
  margin-top: -1px;
}

.k-slider-vertical .k-slider-selection, .k-slider-vertical .k-slider-track {
  width: 2px;
  margin-left: -1px;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle, .k-slider-horizontal .k-draghandle, .k-slider-vertical .k-draghandle {
  width: 6px;
  height: 6px;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle {
  margin-top: -1px;
}

.k-colorpicker .k-picker-wrap {
  line-height: 2.42857143em;
}

.k-colorpicker .k-selected-color {
  height: 2.42857142em;
  width: 2.42857142em;
}

.k-colorpicker .k-selected-color .k-i-line {
  line-height: 2.42857142em;
  font-size: 2.42857142em;
}

.k-draghandle.k-state-selected, .k-draghandle.k-state-selected:link, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
  width: 10px;
  height: 10px;
}

.k-draghandle.k-state-focused.k-state-selected {
  margin-left: -2px;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected, .k-slider-horizontal .k-draghandle.k-state-selected {
  top: -6px;
}

.k-slider-vertical .k-draghandle.k-state-selected {
  left: -4px;
}

.k-panelbar-collapse, .k-panelbar-expand {
  right: 16px;
}

.k-header.k-grid-toolbar {
  border-color: #3343a4;
}

.k-grid-toolbar, .k-grouping-header {
  padding: 0.429em;
}

.k-grouping-header {
  padding-left: 1.286em;
}

.k-grid .k-icon {
  opacity: 0.45;
}

.k-grid-filter .k-icon {
  opacity: 0.7;
}

.k-grid td.k-group-cell, .k-grid th.k-group-cell {
  text-overflow: clip;
}

form.k-filter-menu .k-textbox {
  margin-bottom: 7px;
}

.k-gantt-toolbar, .k-scheduler-footer .k-scheduler-fullday, .k-scheduler-toolbar .k-nav-today, .k-scheduler-toolbar .k-scheduler-views {
  text-transform: uppercase;
}

.k-scheduler-footer .k-icon.k-i-clock {
  display: none;
}

.k-gantt-toolbar > ul > li, .k-scheduler-toolbar > ul > li {
  border-width: 0 0 2px 0;
}

.k-gantt-toggle, .k-gantt-toolbar li .k-link, .k-scheduler-toolbar li .k-link {
  vertical-align: middle;
  line-height: 46px;
}

.k-gantt-toggle {
  padding: 0;
}

.k-gantt-actions {
  vertical-align: middle;
  line-height: 48px;
}

.k-gantt-actions > .k-button {
  vertical-align: middle;
}

.k-gantt-toolbar, .k-scheduler-footer, .k-scheduler-toolbar {
  line-height: 44px;
  vertical-align: middle;
}

.k-scheduler-footer {
  padding: 0;
}

.k-popup-edit-form .k-primary {
  float: right;
}

.k-popup-edit-form:after {
  content: " ";
  display: block;
  clear: both;
}

.k-gantt-toolbar, .k-scheduler-toolbar {
  padding: 0 1.286em;
}

.k-scheduler-navigation {
  margin-left: -0.786em;
}

.k-drag-clue {
  font-size: 1em;
  padding: 0.65em 1em;
}

.k-splitbar-horizontal-hover .k-resize-handle {
  background-position: -165px -6px;
}

.k-splitbar-vertical-hover .k-resize-handle {
  background-position: -38px -309px;
}

.k-splitbar-horizontal.k-state-focused .k-resize-handle {
  background-position: -181px -6px;
}

.k-splitbar-vertical.k-state-focused .k-resize-handle {
  background-position: -70px -309px;
}

.k-grid-header .k-grid-filter, .k-grid-header .k-header-column-menu {
  padding: 0.714em;
  margin: -0.786em -0.6em -0.786em 0;
}

.k-checkbox-label, .k-checkbox-wrapper, .k-radio-label {
  line-height: 18px;
}

.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-width: 2px;
}

.k-checkbox + .k-checkbox-label:before {
  z-index: 1;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
  width: 10px;
  height: 10px;
  border-width: 0;
  margin-left: 0;
  top: 5px;
  left: 5px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 2;
}

.k-radio:checked + .k-radio-label:after {
  top: 4px;
  left: 4px;
}

.k-rtl .k-widget .k-dropdown-wrap, .k-rtl .k-widget .k-numeric-wrap, .k-rtl .k-widget .k-picker-wrap, [dir=rtl] .k-widget .k-dropdown-wrap, [dir=rtl] .k-widget .k-numeric-wrap, [dir=rtl] .k-widget .k-picker-wrap {
  padding-left: 2.5em;
}

.k-rtl .k-widget.k-autocomplete > .k-i-close, .k-rtl .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close, [dir=rtl] .k-widget.k-autocomplete > .k-i-close, [dir=rtl] .k-widget.k-multiselect > .k-multiselect-wrap > .k-i-close {
  right: initial;
  margin-right: 0;
}

.k-rtl .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close, [dir=rtl] .k-widget.k-combobox > .k-dropdown-wrap > .k-i-close {
  left: calc(3.67142857em - 8px);
  right: initial;
}

.k-rtl .k-widget.k-datetimepicker .k-picker-wrap, [dir=rtl] .k-widget.k-datetimepicker .k-picker-wrap {
  padding-left: 5em;
}

.k-rtl .k-widget.k-datetimepicker .k-picker-wrap .k-icon, [dir=rtl] .k-widget.k-datetimepicker .k-picker-wrap .k-icon {
  margin: 0 6px;
}

.k-rtl .k-menu .k-item, .k-rtl .k-widget.k-menu-horizontal > .k-item, [dir=rtl] .k-menu .k-item, [dir=rtl] .k-widget.k-menu-horizontal > .k-item {
  border-width: 0;
}

.k-rtl .k-context-menu.k-menu-vertical > .k-item > .k-link, .k-rtl .k-menu .k-menu-group .k-item > .k-link, [dir=rtl] .k-context-menu.k-menu-vertical > .k-item > .k-link, [dir=rtl] .k-menu .k-menu-group .k-item > .k-link {
  padding: 0.5em 1.714em 0.5em 4.929em;
}

.k-rtl .k-menu .k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-rtl .k-menu.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, [dir=rtl] .k-menu .k-menu-group .k-item > .k-link > .k-menu-expand-arrow, [dir=rtl] .k-menu.k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow {
  right: auto;
  left: 1.071em;
}

.k-spreadsheet .k-spreadsheet-action-bar {
  font-size: 14px;
}

.k-spreadsheet-window .k-edit-field, .k-spreadsheet-window .k-edit-label {
  padding: 0;
  line-height: 4em;
}

.k-spreadsheet-window .k-edit-label > label {
  vertical-align: middle;
}

.k-spreadsheet-window .k-edit-field .k-radio-label {
  padding-left: 1.75em;
}

.k-spreadsheet-window .k-edit-field > .k-radio-label:after, .k-spreadsheet-window .k-edit-field > .k-radio-label:before {
  margin-top: -2px;
}

div.k-spreadsheet-window {
  padding: 1em;
}

.k-editor-dialog.k-editor-table-wizard-dialog.k-window-content {
  min-width: 325px;
  width: 25.8em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-content {
  min-height: 510px;
  height: 42em;
}

.k-edit-form-container .editor-label, .k-edit-label {
  padding: 0.8em 0 1em;
}

.k-edit-form-container {
  width: 410px;
}

.k-editor-dialog .k-root-tabs {
  padding: 0 1em;
}

.k-editor-dialog ul.k-tabstrip-items {
  padding: 0;
  border: 0;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align {
  min-width: 59px;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-dropdown, .k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-textbox {
  width: 15.74em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-dropdown.k-align, .k-editor-dialog.k-editor-table-wizard-dialog .k-edit-field .k-numerictextbox + .k-dropdown {
  width: 4.7em;
}

.k-animation-container .k-popup.k-align .k-list .k-icon {
  line-height: 1.4em;
}

.k-animation-container .k-popup.k-align .k-list .k-i-align-remove {
  line-height: 1.6em;
}

.k-editor-dialog.k-editor-table-wizard-dialog .k-edit-buttons {
  padding: 0.6em 1.3em;
}

.k-grid .k-edit-cell input.k-checkbox + label.k-checkbox-label {
  margin-left: 1em;
}

.k-rtl .k-combobox-clearable .k-input, [dir=rtl] .k-combobox-clearable .k-input {
  padding-left: 2.5em;
}

.k-rtl .k-toolbar .k-overflow-anchor + .k-button, .k-rtl .k-toolbar > .k-button:first-child:not(.k-overflow-anchor), [dir=rtl] .k-toolbar .k-overflow-anchor + .k-button, [dir=rtl] .k-toolbar > .k-button:first-child:not(.k-overflow-anchor) {
  margin-right: -0.42857143em;
  margin-right: 0.2em;
}

.k-rtl .k-gantt .k-task-template, [dir=rtl] .k-gantt .k-task-template {
  padding: 0.643em 0.6em 0.643em 1.4em;
}

.k-rtl .k-gantt .k-task-draghandle, [dir=rtl] .k-gantt .k-task-draghandle {
  border-radius: 50% 0 50% 50%;
}

.k-rtl .k-popup-edit-form .k-primary, [dir=rtl] .k-popup-edit-form .k-primary {
  float: left;
}

.k-rtl .k-radio:checked + .k-radio-label:after, [dir=rtl] .k-radio:checked + .k-radio-label:after {
  right: 4px;
}

.k-theme-test-class, .ktb-theme-id-material {
  opacity: 0;
}

.ktb-var-accent {
  color: #3f51b5;
}

.ktb-var-base {
  color: #fff;
}

.ktb-var-background {
  color: #fff;
}

.ktb-var-border-radius {
  border-radius: 2px;
}

.ktb-var-normal-background {
  color: #fff;
}

.ktb-var-normal-gradient {
  background-image: none;
}

.ktb-var-normal-text-color {
  color: #444;
}

.ktb-var-hover-background {
  color: #ebebeb;
}

.ktb-var-hover-gradient {
  background-image: none;
}

.ktb-var-hover-text-color {
  color: #444;
}

.ktb-var-selected-background {
  color: #00b0ff;
}

.ktb-var-selected-gradient {
  background-image: none;
}

.ktb-var-selected-text-color {
  color: #3f51b5;
}

.ktb-var-error {
  color: #ffcdd2;
}

.ktb-var-warning {
  color: #fdefba;
}

.ktb-var-success {
  color: #c8e6c9;
}

.ktb-var-info {
  color: #bbdefb;
}

.ktb-var-series-a {
  color: #3f51b5;
}

.ktb-var-series-b {
  color: #03a9f4;
}

.ktb-var-series-c {
  color: #4caf50;
}

.ktb-var-series-d {
  color: #f9ce1d;
}

.ktb-var-series-e {
  color: #ff9800;
}

.ktb-var-series-f {
  color: #ff5722;
}

.k-grid-norecords-template {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

.k-button {
  border-radius: 2px;
  border-color: #f5f5f5;
  color: #444;
  background-color: #f5f5f5;
  background-position: 50% 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.k-button.k-state-default {
  border-color: #f5f5f5;
}

.k-button.k-state-hover, .k-button:hover {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-button.k-state-active, .k-button:active {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.k-button.k-state-active:hover {
  color: #fff;
  border-color: #5e6cbf;
  background-color: #5e6cbf;
}

.k-button:focus:active {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.k-button.k-state-focused, .k-button.k-state-focused.k-state-disabled, .k-button:focus, .k-button:focus:hover, .k-state-disabled .k-button.k-state-focused {
  border-color: #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-button.k-state-disabled, .k-button.k-state-disabled:active, .k-button.k-state-disabled:focus, .k-button.k-state-disabled:hover, .k-button[disabled], .k-button[disabled]:active, .k-button[disabled]:focus, .k-button[disabled]:hover, .k-state-disabled .k-button, .k-state-disabled .k-button:active, .k-state-disabled .k-button:focus, .k-state-disabled .k-button:hover {
  color: #444;
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: none;
  background-image: none;
}

.k-primary {
  color: #fff;
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.k-primary.k-state-default {
  border-color: #3f51b5;
}

.k-primary.k-state-hover, .k-primary:hover {
  color: #fff;
  border-color: #5e6cbf;
  background-color: #5e6cbf;
}

.k-primary.k-state-active, .k-primary:active {
  color: #fff;
  border-color: #273895;
  background-color: #273895;
}

.k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.k-primary.k-state-focused, .k-primary.k-state-focused.k-state-disabled, .k-primary:focus, .k-primary:focus:hover, .k-state-disabled .k-primary.k-state-focused {
  border-color: #273895;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-primary.k-state-disabled, .k-primary.k-state-disabled:hover, .k-primary[disabled], .k-primary[disabled]:hover, .k-state-disabled .k-primary, .k-state-disabled .k-primary:hover {
  color: #fff;
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: none;
}

.k-button-group {
  border-radius: 2px;
}

.k-button-group .k-button {
  border-radius: 0;
}

.k-button-group .k-button:first-child, .k-button-group .k-group-start {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-button-group .k-button:last-child, .k-button-group .k-group-end {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-button-group .k-button:first-child:last-child, .k-button-group .k-group-start.k-group-end {
  border-radius: 2px;
}

.k-rtl .k-button-group .k-button {
  border-radius: 0;
}

.k-rtl .k-button-group .k-button:first-child, .k-rtl .k-button-group .k-group-start {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-rtl .k-button-group .k-button:last-child, .k-rtl .k-button-group .k-group-end {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-rtl .k-button-group .k-button:first-child:last-child, .k-rtl .k-button-group .k-group-start.k-group-end {
  border-radius: 2px;
}

.k-split-button {
  border-radius: 2px;
}

.k-split-button.k-state-border-down > .k-button, .k-split-button.k-state-border-up > .k-button {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: none;
}

.k-split-button:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-split-button:focus > .k-button {
  background: 0 0;
  border-color: #ccc;
}

.k-split-button:focus:not(.k-state-disabled) > .k-button:hover, .k-split-button:focus:not(.k-state-disabled) > .k-state-active {
  color: #444;
  background-color: #ebebeb;
  border-color: #ccc;
  box-shadow: none;
}

.k-split-button.k-state-disabled {
  color: #999;
  background: #fafafa;
  background-image: none;
}

.k-edit-buttons {
  border-color: #e6e6e6;
  background: #3f51b5;
}

.k-button.k-bare.k-primary, .k-button.k-bare.k-primary.k-state-active, .k-button.k-bare.k-primary.k-state-hover, .k-button.k-bare.k-primary:active, .k-button.k-bare.k-primary:hover, .k-button.k-bare.k-primary:hover.k-state-active, .k-button.k-bare.k-primary:hover:active, .k-button.k-flat.k-primary, .k-button.k-flat.k-primary.k-state-active, .k-button.k-flat.k-primary.k-state-hover, .k-button.k-flat.k-primary:active, .k-button.k-flat.k-primary:hover, .k-button.k-flat.k-primary:hover.k-state-active, .k-button.k-flat.k-primary:hover:active {
  color: #3f51b5;
}

.k-card {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-card-header {
  border-color: #e6e6e6;
  color: #fff;
  background-color: #3f51b5;
}

.k-card-actions {
  border-color: #e6e6e6;
}

.k-chat {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-chat .k-timestamp {
  text-transform: uppercase;
  opacity: 0.7;
}

.k-chat .k-author {
  font-weight: 700;
}

.k-chat .k-bubble {
  border-color: #f5f5f5;
  color: #444;
  background-color: #f5f5f5;
  transition: box-shadow 0.2s ease-in-out;
  -ms-flex-order: -1;
  order: -1;
}

.k-chat .k-alt .k-bubble {
  border-color: #3f51b5;
  color: #fff;
  background-color: #3f51b5;
}

.k-chat .k-quick-reply {
  border-color: #3f51b5;
  color: #3f51b5;
  background-color: transparent;
}

.k-chat .k-quick-reply:hover {
  border-color: #3f51b5;
  color: #fff;
  background-color: #3f51b5;
}

.k-chat .k-message-box {
  border-color: inherit;
  color: #444;
  background-color: #fff;
}

.k-chat .k-message-box .k-button:hover {
  color: #3f51b5;
}

.k-chat .k-toolbar-box {
  border-color: inherit;
  color: #444;
  background-color: #f5f5f5;
}

.k-chat .k-toolbar-box .k-button:hover {
  color: #3f51b5;
  background: 0 0;
}

.k-chat .k-toolbar-box .k-scroll-button {
  background-color: #fff;
  box-shadow: 0 0 20px 5px #fff;
}

.k-chat .k-toolbar-box .k-scroll-button:hover {
  background-color: #fff;
}

.k-calendar {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-calendar > .k-header {
  border-color: #e6e6e6;
  color: #fff;
  background-color: #3f51b5;
  background-image: none;
}

.k-calendar > .k-header .k-link.k-state-hover {
  color: inherit;
  background-color: #324191;
  box-shadow: none;
}

.k-calendar > .k-header .k-nav-fast {
  border-radius: 0;
}

.k-calendar th {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-calendar .k-alt {
  border-color: #e6e6e6;
  color: #444;
  background-color: #f5f5f5;
}

.k-calendar .k-weekend {
  background-color: transparent;
}

.k-calendar .k-other-month {
  color: #999;
  background-color: transparent;
}

.k-calendar .k-out-of-range {
  pointer-events: none;
  visibility: hidden;
}

.k-calendar .k-today .k-link {
  color: #3f51b5;
  box-shadow: inset 0 0 0 1px #3f51b5;
}

.k-calendar td.k-state-hover .k-link {
  border-color: #ebebeb;
  color: #444;
  background-color: #ebebeb;
  background-image: none;
}

.k-calendar td.k-state-selected .k-link {
  border-color: #3f51b5;
  color: #fff;
  background-color: #3f51b5;
  background-image: none;
}

.k-calendar td.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px grey;
}

.k-calendar .k-footer .k-nav-today {
  color: #3f51b5;
}

.k-calendar .k-footer .k-nav-today:hover {
  color: #3a4aa6;
}

.k-calendar-range {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-calendar-range th {
  color: inherit;
  background-color: transparent;
  text-transform: uppercase;
}

.k-calendar-range td.k-state-hover .k-link {
  border-color: #ebebeb;
  color: #444;
  background-color: #ebebeb;
}

.k-calendar-range td.k-state-selected .k-link {
  border-color: #3f51b5;
  color: #fff;
  background-color: #3f51b5;
}

.k-calendar-range td.k-state-focused .k-link {
  box-shadow: inset 0 0 0 1px grey;
}

.k-calendar-range td.k-range-end, .k-calendar-range td.k-range-mid, .k-calendar-range td.k-range-start {
  background-image: linear-gradient(transparent 1px, rgba(63, 81, 181, 0.3) 1px, rgba(63, 81, 181, 0.3) calc(100% - 1px), transparent calc(100% - 1px));
}

.k-edge .k-calendar-range td.k-range-end, .k-edge .k-calendar-range td.k-range-mid, .k-edge .k-calendar-range td.k-range-start, .k-ie .k-calendar-range td.k-range-end, .k-ie .k-calendar-range td.k-range-mid, .k-ie .k-calendar-range td.k-range-start {
  background-image: none;
  background-color: rgba(63, 81, 181, 0.3);
}

.k-calendar-range td.k-range-split-start::after {
  background-image: linear-gradient(to left, rgba(63, 81, 181, 0.3), transparent);
}

.k-calendar-range td.k-range-split-end::after {
  background-image: linear-gradient(to right, rgba(63, 81, 181, 0.3), transparent);
}

.k-calendar-range .k-footer .k-nav-today {
  color: #3f51b5;
  background: 0 0;
}

.k-pdf-viewer .k-toolbar .k-icon, .k-pdf-viewer .k-toolbar .k-pager-input {
  color: #444;
}

.k-pdf-viewer .k-canvas {
  background-color: #fff;
}

.k-pdf-viewer .k-page {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
  box-shadow: 0 0 15px #e6e6e6;
}

.k-scrollview-nav > li.k-link {
  border-color: #f5f5f5;
  background-color: #f5f5f5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.k-scrollview-nav > li.k-link.k-primary {
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-scrollview-elements {
  color: #3f51b5;
}

.k-scrollview-next, .k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
  -webkit-tap-highlight-color: transparent;
}

.k-scrollview-next:hover, .k-scrollview-prev:hover {
  color: #3f51b5;
  opacity: 1;
}

.k-scrollview-next:hover span::before, .k-scrollview-prev:hover span::before {
  background-color: transparent;
}

.k-switch-handle {
  background-clip: border-box;
}

.k-switch-on .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #98a2db;
}

.k-switch-on .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #3f51b5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.k-switch-on.k-state-focused .k-switch-container, .k-switch-on:focus .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #98a2db;
}

.k-switch-on.k-state-focused .k-switch-handle, .k-switch-on:focus .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #2e3b84;
}

.k-switch-on.k-state-hover .k-switch-container, .k-switch-on:hover .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #8591d5;
}

.k-switch-on.k-state-hover .k-switch-handle, .k-switch-on:hover .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #5c6cc6;
}

.k-switch-on .k-switch-label-off {
  color: transparent;
}

.k-switch-off .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #f5f5f5;
}

.k-switch-off .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.k-switch-off.k-state-focused .k-switch-container, .k-switch-off:focus .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #ebebeb;
}

.k-switch-off.k-state-focused .k-switch-handle, .k-switch-off:focus .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #ebebeb;
}

.k-switch-off.k-state-hover .k-switch-container, .k-switch-off:hover .k-switch-container {
  border-color: transparent;
  color: #fff;
  background-color: #ebebeb;
}

.k-switch-off.k-state-hover .k-switch-handle, .k-switch-off:hover .k-switch-handle {
  border-color: transparent;
  color: #fff;
  background-color: #ebebeb;
}

.k-switch-off .k-switch-label-on {
  color: transparent;
}

.k-switch {
  background-color: transparent;
  box-shadow: none;
}

.k-switch.k-state-focused .k-switch-container, .k-switch:focus .k-switch-container {
  outline: 0;
}

.k-switch.k-state-disabled {
  cursor: default;
}

.k-switch[aria-readonly=true] {
  pointer-events: none;
}

.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-position: 50% 50%;
  background-color: #fff;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #444;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm, .k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm, .k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order {
  color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-grid-filter.k-state-active, .k-pane-wrapper .k-pane .k-grid-mobile .k-header-column-menu.k-state-active {
  color: #fff;
  background-color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: #fff;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #fff;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
  color: inherit;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period {
  color: #d0d0d0;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times {
  background-color: #fff;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
  background-color: #fafafa;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation, .k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools > li {
  background-color: inherit;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-header, .k-pane-wrapper .k-pane .k-grid-edit-form .k-header, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
  background-color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-header, .k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link, .k-pane-wrapper .k-pane .k-grid-edit-form .k-header, .k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
  color: #fff;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-item, .k-pane-wrapper .k-pane .k-grid-column-menu .k-link, .k-pane-wrapper .k-pane .k-grid-edit-form .k-item, .k-pane-wrapper .k-pane .k-grid-edit-form .k-link, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-item, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-link, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
  color: #444;
}

.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear, .k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all, .k-pane-wrapper .k-pane .k-grid-edit-form .k-clear, .k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all {
  color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-column-menu .k-state-selected .k-link {
  color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-filter-menu .k-check, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check {
  color: #3f51b5;
  border-color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-filter-menu .k-check.k-state-focused, .k-pane-wrapper .k-pane .k-filter-menu .k-check:focus, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check.k-state-focused, .k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check:focus {
  border-color: #273895;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-pane-wrapper .k-pane .k-mobile-list .k-item {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}

.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-edit-label.k-check:active, .k-pane-wrapper .k-pane .k-mobile-list .k-item .k-recur-view .k-check:active, .k-pane-wrapper .k-pane .k-mobile-list .k-item > .k-label:active, .k-pane-wrapper .k-pane .k-mobile-list .k-item > .k-link:active {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-state-selected {
  background-color: #fff;
  border-top-color: #fff;
}

.k-pane-wrapper .k-pane .k-mobile-list .k-item.k-clear-wrap, .k-pane-wrapper .k-pane .k-mobile-list .k-item:first-child {
  box-shadow: inset 0 1px 0 #e7e7e7;
}

.k-pane-wrapper .k-pane .k-mobile-list.k-filter-menu .k-space-right > input {
  background: #fff;
  border-color: #dbdbdb;
}

.k-pane-wrapper .k-pane .k-mobile-list.k-filter-menu .k-space-right > input:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked {
  opacity: 0.7;
  font-family: WebComponentsIcons;
}

.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked::before {
  content: "\e118";
}

.k-pane-wrapper .k-pane .k-mobile-list .k-filter-help-text, .k-pane-wrapper .k-pane .k-mobile-list .k-filter-selected-items, .k-pane-wrapper .k-pane .k-mobile-list .k-list-title {
  color: #444;
}

.k-drawer-container {
  background-color: #fff;
  color: #444;
  border-color: #e6e6e6;
}

.k-drawer-container, .k-drawer-container .k-drawer-items {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar-track, .k-drawer-container::-webkit-scrollbar-track {
  background: #dedede;
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb, .k-drawer-container::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}

.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb:hover, .k-drawer-container::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}

.k-drawer-items .k-drawer-item {
  color: #444;
}

.k-drawer-items .k-drawer-item.k-state-hover, .k-drawer-items .k-drawer-item:hover {
  color: #444;
  background-color: #ebebeb;
  background-image: none;
  cursor: pointer;
}

.k-drawer-items .k-drawer-item.k-state-focused, .k-drawer-items .k-drawer-item:focus {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px grey;
}

.k-drawer-items .k-drawer-item.k-state-focused.k-state-hover, .k-drawer-items .k-drawer-item.k-state-focused:hover, .k-drawer-items .k-drawer-item:focus.k-state-hover, .k-drawer-items .k-drawer-item:focus:hover {
  color: #444;
  background-color: #ebebeb;
}

.k-drawer-items .k-drawer-item.k-state-selected {
  color: #3f51b5;
  background-color: #fff;
}

.k-drawer-items .k-drawer-item.k-state-selected.k-state-hover, .k-drawer-items .k-drawer-item.k-state-selected:hover {
  color: #3f51b5;
  background-color: #ebebeb;
}

.k-drawer-items .k-drawer-item.k-drawer-separator {
  background-color: #e6e6e6;
}

.k-in, .k-item, .k-window-action {
  border-color: transparent;
}

.k-header .k-window-actions .k-link {
  color: inherit;
}

a.k-icon {
  color: #444;
}

a.k-icon:hover {
  color: #444;
}

.k-button-icon .k-icon {
  opacity: 0.8;
}

.k-button-icon:hover .k-icon {
  opacity: 1;
}

.k-state-disabled .k-button-icon .k-icon, .k-state-disabled.k-button-icon .k-icon {
  opacity: 0.8;
}

.k-splitbar .k-resize-handle {
  background-color: #444;
}

.k-block, .k-widget {
  background-color: #fff;
}

.k-autocomplete, .k-block, .k-content, .k-dropdown-wrap, .k-dropzone-active, .k-editable-area, .k-filter-row > th, .k-footer-template td, .k-grid td, .k-grid td.k-state-selected, .k-grid-content-locked, .k-grid-footer, .k-grid-footer-locked, .k-grid-footer-wrap, .k-grid-header, .k-grid-header-locked, .k-grid-header-wrap, .k-group, .k-group-footer td, .k-grouping-header, .k-grouping-header .k-group-indicator, .k-header, .k-input, .k-pager-refresh, .k-pager-wrap, .k-pager-wrap .k-link, .k-panel > .k-item > .k-link, .k-panelbar .k-content, .k-panelbar .k-panel, .k-panelbar > .k-item > .k-link, .k-popup.k-align .k-list .k-item:last-child, .k-separator, .k-slider-track, .k-splitbar, .k-state-default, .k-state-default .k-select, .k-state-disabled, .k-textbox, .k-textbox > input, .k-tiles, .k-tooltip, .k-treemap-tile, .k-upload-files, .k-widget {
  border-color: #e6e6e6;
}

.k-dropzone-hovered, .k-footer-template td, .k-grid-footer, .k-group, .k-group-footer td, .k-grouping-header, .k-pager-wrap, .k-popup, .k-widget .k-status {
  background-color: #3f51b5;
}

.k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
  background-color: #3f51b5;
}

.k-list-container {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.k-content, .k-panel > li.k-item, .k-panelbar > li.k-item, .k-tiles {
  background-color: #fff;
}

.k-alt, .k-pivot-layout > tbody > tr:first-child > td:first-child, .k-resource.k-alt, .k-separator {
  background-color: #f2f2f2;
}

.k-header.k-alt, .k-pivot-rowheaders .k-alt .k-alt {
  background-color: #dedede;
}

.k-autocomplete.k-header, .k-dropdown-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-textbox {
  border-color: #e6e6e6;
  background-color: #fff;
}

.k-autocomplete .k-input, .k-autocomplete.k-state-focused .k-input, .k-dropdown-wrap .k-input, .k-dropdown-wrap.k-state-focused .k-input, .k-numeric-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-focused .k-input, .k-textbox > input {
  border-color: #e6e6e6;
}

.k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
  background: 0 0;
}

.k-input, .k-multiselect-wrap, .k-textbox > input, input.k-textbox, input.k-textbox:hover, textarea.k-textbox, textarea.k-textbox:hover {
  background-color: #fff;
  color: #444;
}

.k-input[readonly] {
  background-color: #fff;
  color: #444;
}

.k-block, .k-content, .k-dropdown .k-input, .k-popup, .k-widget {
  color: #444;
}

.k-inverse {
  color: #fff;
}

.k-block {
  color: #fff;
}

.k-link, .k-nav-current.k-state-hover .k-link {
  color: #428bca;
}

.k-tabstrip-items .k-link {
  color: #444;
}

.k-grid-header .k-header > .k-link, .k-header, .k-treemap-title {
  color: #fff;
}

.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header, .k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item, .k-textbox {
  background-position: 50% 50%;
  background-color: #3f51b5;
}

.k-widget.k-tooltip {
  background-image: none;
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-treemap-tile {
  background-color: #3f51b5;
}

.k-hr {
  border-color: #e6e6e6;
}

.k-column-menu .k-state-active .k-sprite, .k-column-menu .k-state-hover .k-sprite, .k-icon:hover, .k-pager-numbers .k-current-page .k-link:hover:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after, .k-state-focused .k-icon, .k-state-hover .k-icon, .k-state-selected .k-icon {
  opacity: 1;
}

.k-column-menu .k-sprite, .k-pager-numbers .k-current-page .k-link:after, .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after, .k-state-disabled .k-icon {
  opacity: 0.7;
}

.k-i-loading {
  background-image: url(Material/loading.gif);
}

.k-loading-image {
  background-image: url(Material/loading-image.gif);
}

.k-loading-color {
  background-color: #ebebeb;
}

.k-draghandle {
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: none;
}

.k-draghandle:hover {
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
}

.k-badge {
  background-color: #3f51b5;
  color: #fff;
  border-radius: 1px;
}

.k-scheduler {
  color: #fff;
  background-color: #fff;
}

.k-scheduler-layout {
  color: #444;
}

.k-scheduler-datecolumn, .k-scheduler-groupcolumn {
  background-color: #fff;
  color: #444;
}

.k-scheduler-header th, .k-scheduler-header-wrap, .k-scheduler-table td, .k-scheduler-times, .k-scheduler-times th, .k-scheduler-times tr {
  border-color: #e6e6e6;
}

.k-scheduler-dayview .k-today.k-nonwork-hour, .k-scheduler-table .k-nonwork-hour, .k-scheduler-timelineview .k-today.k-nonwork-hour {
  background-color: #fafafa;
}

.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}

.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}

.k-scheduler-table .k-today, .k-today > .k-scheduler-datecolumn, .k-today > .k-scheduler-groupcolumn {
  background-color: #f5f5f5;
}

.k-scheduler-header .k-today {
  background: 0 0;
}

table:not(.k-scheduler-dayview) .k-scheduler-header-wrap .k-today {
  color: #3f51b5;
}

.k-scheduler-now-arrow {
  border-left-color: #eed3d7;
}

.k-scheduler-now-line {
  background-color: #eed3d7;
}

.k-event, .k-task-complete {
  border-color: #606fc7;
  background: #606fc7 0 -257px none repeat-x;
  color: #fff;
}

.k-event-inverse {
  color: #444;
}

.k-event.k-state-selected {
  background-position: 0 0;
  box-shadow: 0 0 0 2px #444;
}

.k-event .k-resize-handle:after, .k-task-single .k-resize-handle:after {
  background-color: #fff;
}

.k-scheduler-marquee:after, .k-scheduler-marquee:before {
  border-color: #fff;
}

.k-panelbar .k-content, .k-panelbar .k-item, .k-panelbar .k-panel {
  background-color: #fff;
  color: #444;
  border-color: #e6e6e6;
}

.k-panelbar > .k-item > .k-link {
  color: #444;
}

.k-panelbar > .k-item > .k-link {
  border-color: #e6e6e6;
}

.k-panel > li.k-item {
  background-color: #fff;
}

.k-active-filter, .k-state-active, .k-state-active:hover, .k-tabstrip .k-state-active {
  background-color: #fff;
  border-color: #ccc;
  color: #444;
}

.k-fieldselector .k-list-container {
  background-color: #fff;
}

.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}

.k-state-highlight {
  background: #fff;
  color: #444;
}

.k-grouping-row .k-state-focused, .k-state-focused {
  border-color: #67afe9;
}

.k-button.k-bare {
  position: relative;
}

.k-button.k-bare:before {
  content: "";
  background-color: currentcolor;
  opacity: 0.12;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: none;
}

.k-button.k-bare.k-state-focused:before, .k-button.k-bare:focus:before {
  display: block;
}

.k-mediaplayer-toolbar .k-button.k-bare.k-state-active, .k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover, .k-mediaplayer-toolbar .k-button.k-bare:active {
  color: #3f51b5;
}

.k-mediaplayer-toolbar .k-button.k-bare.k-state-active:before, .k-mediaplayer-toolbar .k-button.k-bare.k-state-active:hover:before, .k-mediaplayer-toolbar .k-button.k-bare:active:before {
  opacity: 0.24;
}

.k-slider.k-mediaplayer-seekbar {
  top: -14px;
}

.k-quality-list {
  margin-left: -25px !important;
}

.k-window-titlebar .k-link {
  border-radius: 2px;
}

.k-calendar-container.k-group {
  border-color: rgba(0, 0, 0, 0.2);
}

.k-drag-clue.k-state-selected, .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
  color: #3f51b5;
  background-color: #fff;
  border-color: #fff;
}

.k-group-header + .k-list > .k-item.k-first, .k-static-header + .k-list > .k-item.k-first, .k-virtual-item.k-first {
  border-top-color: #ebebeb;
}

.k-group-header + div > .k-list > .k-item.k-first:before {
  border-top-color: #ebebeb;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  background: #ebebeb;
  color: #3f51b5;
}

.k-popup .k-list .k-item > .k-group {
  background: #ebebeb;
  color: #3f51b5;
  border-bottom-left-radius: 1px;
}

.k-marquee-text {
  color: #3f51b5;
}

.k-list > .k-state-focused, .k-listview > .k-state-focused, .k-listview > .k-state-focused.k-state-selected, .k-state-focused, td.k-state-focused {
  box-shadow: inset 0 0 0 1px grey;
}

.k-menu .k-item.k-state-default.k-state-focused {
  box-shadow: inset 0 0 0 1px #b3b3b3;
}

.k-list > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
  box-shadow: none;
}

.k-list-optionlabel.k-state-selected.k-state-focused {
  box-shadow: none;
}

.k-panelbar .k-group .k-item > .k-state-selected, .k-panelbar > .k-item > .k-state-selected, .k-state-selected > .k-link {
  color: #3f51b5;
}

.k-dropdown .k-state-focused, .k-filebrowser-dropzone, .k-list > .k-state-hover, .k-pager-wrap .k-link:hover, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover, .k-splitbar-horizontal-hover, .k-splitbar-vertical-hover, .k-state-hover {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-state-focused > .k-select, .k-state-hover > .k-select {
  border-color: #ebebeb;
}

.k-draghandle:hover, .k-listbox .k-item:hover:not(.k-state-disabled), .k-other-month.k-state-hover .k-link, .k-pager-wrap .k-link:hover, .k-state-hover, .k-textbox:hover, div.k-filebrowser-dropzone em {
  background-image: none;
}

.k-pager-wrap {
  background-color: #3f51b5;
  color: #fff;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers, .k-pager-wrap.k-pager-md .k-pager-numbers, .k-pager-wrap.k-pager-sm .k-pager-numbers {
  border: 0;
  background-color: #f5f5f5;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-lg .k-pager-numbers:hover, .k-pager-wrap.k-pager-md .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-md .k-pager-numbers:hover, .k-pager-wrap.k-pager-sm .k-pager-numbers.k-state-expanded, .k-pager-wrap.k-pager-sm .k-pager-numbers:hover {
  background-color: #fff;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

.k-autocomplete.k-state-active, .k-dropdown-wrap.k-state-active, .k-numeric-wrap.k-state-active, .k-panelbar > .k-item > .k-state-focused, .k-picker-wrap.k-state-active, .k-state-active, .k-state-active:hover, .k-state-active > .k-link {
  background-image: none;
}

.k-draghandle.k-state-selected:hover, .k-state-selected {
  background-image: none;
}

.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}

.k-other-month.k-state-hover .k-link, .k-state-hover > .k-link, div.k-filebrowser-dropzone em {
  color: #444;
}

.k-autocomplete.k-state-focused, .k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-focused, .k-picker-wrap.k-state-hover {
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #ebebeb;
}

.k-dropdown .k-state-focused .k-input {
  color: #444;
}

.k-dropdown .k-state-hover .k-input {
  color: #444;
}

.k-state-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.k-state-disabled {
  opacity: 0.6;
}

.k-loading-mask.k-state-selected, .k-tile-empty.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}

.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-link, .k-tile-empty strong {
  color: #999;
}

.k-file .k-upload-status {
  color: #444;
}

.k-progressbar-indeterminate {
  background: url(Material/indeterminate.gif);
}

.k-progressbar-indeterminate .k-progress-status-wrap, .k-progressbar-indeterminate .k-state-selected {
  display: none;
}

.k-slider-track {
  background-color: #e6e6e6;
}

.k-slider-selection {
  background-color: #fff;
}

.k-slider-horizontal .k-tick {
  background-image: url(Material/slider-h.gif);
}

.k-slider-vertical .k-tick {
  background-image: url(Material/slider-v.gif);
}

.k-chart-crosshair-tooltip, .k-chart-shared-tooltip, .k-widget.k-tooltip {
  border-color: rgba(100, 100, 100, 0.9);
  background-color: rgba(100, 100, 100, 0.9);
  color: #fff;
}

.k-widget.k-tooltip-validation {
  border-color: #fdefba;
  background-color: #fdefba;
  color: #816704;
}

.input-append .k-tooltip-validation, .input-prepend .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}

.k-callout-n {
  border-bottom-color: rgba(100, 100, 100, 0.9);
}

.k-callout-w {
  border-right-color: rgba(100, 100, 100, 0.9);
}

.k-callout-s {
  border-top-color: rgba(100, 100, 100, 0.9);
}

.k-callout-e {
  border-left-color: rgba(100, 100, 100, 0.9);
}

.k-tooltip-validation .k-callout-n {
  border-bottom-color: #fdefba;
}

.k-tooltip-validation .k-callout-w {
  border-right-color: #fdefba;
}

.k-tooltip-validation .k-callout-s {
  border-top-color: #fdefba;
}

.k-tooltip-validation .k-callout-e {
  border-left-color: #fdefba;
}

.k-splitbar {
  background-color: #fafafa;
}

.k-restricted-size-horizontal, .k-restricted-size-vertical {
  background-color: #b94a48;
}

.k-file {
  background-color: #fff;
  border-color: #e6e6e6;
}

.k-file-progress {
  color: #2b98f3;
}

.k-file-progress .k-progress {
  background-color: #bbdefb;
}

.k-file-success .k-file-name, .k-file-success .k-upload-pct {
  color: #5fb662;
}

.k-file-success .k-progress {
  background-color: #c8e6c9;
}

.k-file-error {
  color: #ff3448;
}

.k-file-error .k-file-extension-wrapper, .k-file-error .k-multiple-files-extension-wrapper {
  color: #ff3448;
  border-color: #ff3448;
}

.k-file-error .k-file-extension-wrapper:before, .k-file-error .k-multiple-files-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #ff3448 #ff3448;
}

.k-file-error .k-progress {
  background-color: #ffcdd2;
}

.k-file-extension-wrapper, .k-multiple-files-extension-wrapper {
  color: #999;
  border-color: #999;
}

.k-file-invalid .k-file-name-invalid {
  color: #ff3448;
}

.k-file-invalid-extension-wrapper, .k-multiple-files-invalid-extension-wrapper {
  color: #ff3448;
  border-color: #ff3448;
}

.k-file-extension-wrapper:before, .k-multiple-files-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #999 #999;
}

.k-file-invalid-extension-wrapper:before, .k-multiple-files-invalid-extension-wrapper:before {
  background-color: #fff;
  border-color: transparent transparent #ff3448 #ff3448;
}

.k-multiple-files-extension-wrapper:after {
  border-top-color: #999;
  border-left-color: #999;
}

.k-multiple-files-invalid-extension-wrapper:after {
  border-top-color: #ff3448;
  border-left-color: #ff3448;
}

.k-file-information, .k-file-size, .k-file-validation-message {
  color: #999;
}

.k-upload .k-upload-selected {
  color: #3f51b5;
  border-color: #e6e6e6;
}

.k-upload .k-upload-selected:hover {
  color: #fff;
  background-color: #3f51b5;
}

.k-tile {
  border-color: #fff;
}

.k-textbox:hover, .k-tiles li.k-state-hover {
  border-color: #ebebeb;
}

.k-tiles li.k-state-selected {
  border-color: #fff;
}

.k-leaf, .k-leaf.k-state-hover {
  color: #fff;
}

.k-leaf.k-inverse, .k-leaf.k-inverse.k-state-hover {
  color: #000;
}

.k-slider, .k-treeview, .k-upload {
  box-shadow: none;
}

.k-state-hover {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-textbox:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-state-selected {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.k-state-active {
  box-shadow: none;
}

.k-grid td.k-state-selected.k-state-focused {
  background-color: #fff;
}

.k-autocomplete.k-state-border-down, .k-autocomplete.k-state-border-up, .k-datepicker-calendar, .k-dropdown-wrap.k-state-active, .k-filebrowser .k-image, .k-grid .k-filter-options, .k-menu .k-menu-group, .k-multiselect-wrap.k-state-focused, .k-picker-wrap.k-state-active, .k-popup, .k-state-focused > .k-multiselect-wrap, .k-time-popup, .k-tooltip {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-calendar-container.k-popup {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.k-treemap-tile.k-state-hover {
  box-shadow: inset 0 0 0 3px #e6e6e6;
}

.k-window {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
  background-color: #fff;
}

.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
}

.k-window-maximized .k-window-content, .k-window-maximized .k-window-titlebar, .k-window.k-window-maximized {
  border-radius: 0;
}

.k-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-inset {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.k-editor-inline ::selection {
  background-color: #3f51b5;
  text-shadow: none;
  color: #fff;
}

.k-editor-inline ::-moz-selection {
  background-color: #3f51b5;
  text-shadow: none;
  color: #fff;
}

.k-notification {
  border-radius: 2px;
}

.k-notification-info {
  background-color: #bbdefb;
  color: #2b98f3;
  border-color: #bbdefb;
}

.k-notification-success {
  background-color: #c8e6c9;
  color: #5fb662;
  border-color: #c8e6c9;
}

.k-notification-warning {
  background-color: #fdefba;
  color: #f8c70d;
  border-color: #fdefba;
}

.k-notification-error {
  background-color: #ffcdd2;
  color: #ff3448;
  border-color: #ffcdd2;
}

.k-gantt .k-treelist {
  background: #f2f2f2;
}

.k-gantt .k-treelist .k-alt {
  background-color: #d9d9d9;
}

.k-gantt .k-treelist tr:hover {
  background-color: #ebebeb;
}

.k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected > td, .k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td {
  background-color: #fff;
}

.k-gantt .k-treelist .k-alt.k-state-selected:hover, .k-gantt .k-treelist .k-alt.k-state-selected:hover td {
  background-color: #00a2eb;
}

.k-task-dot:after {
  background-color: #444;
  border-color: #444;
}

.k-task-dot:hover:after {
  background-color: #fff;
}

.k-task-summary {
  border-color: #98a2db;
  background: #98a2db;
}

.k-task-milestone, .k-task-summary-complete {
  border-color: #444;
  background: #444;
}

.k-state-selected.k-task-summary {
  border-color: #98a2db;
  background: #98a2db;
}

.k-state-selected .k-task-summary-complete, .k-state-selected.k-task-milestone {
  border-color: #fff;
  background: #fff;
}

.k-task-single {
  background-color: #7a87d1;
  border-color: #606fc7;
  color: #fff;
}

.k-state-selected.k-task-single {
  border-color: #fff;
}

.k-line {
  background-color: #444;
  color: #444;
}

.k-state-selected.k-line {
  background-color: #fff;
  color: #fff;
}

.k-resource {
  background-color: #fff;
}

.k-autocomplete, .k-block, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-action, .k-window-titleless .k-window-content {
  border-radius: 2px;
}

.k-toolbar .k-split-button .k-button {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-tool.k-group-start, .k-rtl .k-toolbar .k-button-group .k-group-start, .k-rtl .k-toolbar .k-split-button .k-button {
  border-radius: 0 2px 2px 0;
}

.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 2px 2px 0;
}

.k-rtl .k-tool.k-group-end, .k-rtl .k-toolbar .k-button-group .k-group-end, .k-rtl .k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 2px 0 0 2px;
}

.k-autocomplete.k-state-border-up, .k-calendar-container.k-state-border-up, .k-dropdown-wrap.k-state-border-up, .k-filter-menu, .k-list-container.k-state-border-up, .k-multiselect.k-state-border-up, .k-numeric-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up, .k-window-content {
  border-radius: 0 0 2px 2px;
}

.k-autocomplete.k-state-border-up .k-input, .k-dropdown-wrap.k-state-border-up .k-input, .k-numeric-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-input, .k-picker-wrap.k-state-border-up .k-selected-color {
  border-radius: 0 0 0 2px;
}

.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 2px 2px;
}

.k-autocomplete.k-state-border-down, .k-block > .k-header, .k-calendar-container.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-list-container.k-state-border-down, .k-multiselect.k-state-border-down, .k-numeric-wrap.k-state-border-down, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap.k-state-border-down, .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-window-titlebar {
  border-radius: 2px 2px 0 0;
}

.k-split-button.k-state-border-down > .k-button {
  border-radius: 2px 0 0 0;
}

.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 2px;
}

.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 2px 0 0;
}

.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 2px 0;
}

.k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input {
  border-radius: 1px 0 0 1px;
}

.k-rtl .k-dropdown-wrap .k-input, .k-rtl .k-numeric-wrap .k-input, .k-rtl .k-picker-wrap .k-input {
  border-radius: 0 1px 1px 0;
}

.k-numeric-wrap .k-link {
  border-radius: 0 1px 0 0;
}

.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 1px 0;
}

.k-colorpicker .k-selected-color {
  border-radius: 1px 0 0 1px;
}

.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 1px 1px 0;
}

.k-autocomplete.k-state-border-down .k-input {
  border-radius: 2px 2px 0 0;
}

.k-dropdown-wrap.k-state-border-down .k-input, .k-numeric-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-input, .k-picker-wrap.k-state-border-down .k-selected-color {
  border-radius: 2px 0 0 0;
}

.k-numeric-wrap .k-link.k-state-selected {
  background-color: #ebebeb;
}

.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 1px 1px 0 0;
}

.k-datetimepicker .k-select + .k-select, .k-dropdown-wrap .k-select, .k-list-container.k-state-border-right, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
  border-radius: 0 2px 2px 0;
}

.k-rtl .k-datetimepicker .k-select + .k-select, .k-rtl .k-dropdown-wrap .k-select, .k-rtl .k-list-container.k-state-border-right, .k-rtl .k-numeric-wrap .k-select, .k-rtl .k-picker-wrap .k-select {
  border-radius: 2px 0 0 2px;
}

.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 2px;
}

.k-autocomplete .k-input, .k-multiselect-wrap, .k-textbox > input {
  border-radius: 1px;
}

.k-dropzone, .k-fieldselector .k-list .k-item, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-hover, .k-list .k-state-selected, .k-list-optionlabel, .k-listbox .k-item {
  border-radius: 1px;
}

.k-grid .k-slider .k-button, .k-slider .k-button {
  border-radius: 13px;
}

.k-draghandle {
  border-radius: 13px;
}

.k-scheduler-toolbar > ul li:first-child, .k-scheduler-toolbar > ul li:first-child .k-link, .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li, .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-scheduler-toolbar > ul li:first-child, .k-rtl .k-scheduler-toolbar > ul li:first-child .k-link, .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li, .k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 0 2px 2px 0;
}

.k-edit-field > .k-scheduler-navigation {
  border-radius: 2px;
}

.k-scheduler-toolbar .k-nav-next, .k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar ul + ul li:last-child, .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-rtl .k-scheduler-toolbar .k-nav-next, .k-rtl .k-scheduler-toolbar .k-nav-next .k-link, .k-rtl .k-scheduler-toolbar ul + ul li:last-child, .k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 2px 0 0 2px;
}

.k-scheduler div.k-scheduler-footer .k-link, .k-scheduler div.k-scheduler-footer ul li {
  border-radius: 2px;
}

.k-event, .k-event .k-link, .k-more-events, .k-task-complete, .k-task-single {
  border-radius: 1px;
}

.k-scheduler-mobile .k-event {
  border-radius: 0;
}

.k-autocomplete, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default {
  background-position: 50% 50%;
  color: #444;
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
}

.k-multiselect-wrap {
  border-color: #f0f0f0;
}

.k-multiselect-wrap.k-state-hover, .k-state-hover > .k-multiselect-wrap {
  border-color: #f5f5f5;
  background-color: #fff;
  color: #444;
}

.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused {
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-multiselect-wrap.k-state-focused, .k-state-focused > .k-multiselect-wrap {
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-list-container {
  color: #444;
}

.k-nodata {
  color: #999;
}

.k-dropdown .k-input, .k-dropdown .k-state-focused .k-input, .k-menu .k-popup {
  color: #444;
}

.k-state-default > .k-select {
  border-color: #f0f0f0;
}

.k-state-focused > .k-select {
  border-color: #f5f5f5;
}

.k-state-hover > .k-select {
  border-color: #f5f5f5;
}

.k-tabstrip:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-tabstrip-items .k-item .k-link {
  color: #fff;
}

.k-panelbar .k-group > li > .k-link.k-state-hover, .k-panelbar > li.k-state-hover > .k-link, .k-tabstrip-items .k-state-hover .k-link {
  color: #444;
}

.k-panelbar > li > .k-state-focused.k-state-hover {
  background: #ebebeb;
  box-shadow: none;
}

.k-panelbar .k-tabstrip-items .k-state-default, .k-tabstrip-items .k-state-default {
  border-color: transparent;
}

.k-tabstrip-items .k-state-hover {
  border-color: #ebebeb;
}

.k-tabstrip .k-content.k-state-active {
  background-color: #fff;
  color: #444;
}

.k-menu .k-item, .k-menu.k-header {
  border-color: #e6e6e6;
}

.k-column-menu, .k-column-menu .k-item, .k-overflow-container .k-overflow-group {
  border-color: #e6e6e6;
}

.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
}

.k-overflow-container .k-overflow-group + .k-overflow-group, .k-toolbar-first-visible.k-overflow-group {
  box-shadow: 0 1px 0 #fff;
}

.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #fff;
}

.k-column-menu .k-separator {
  border-color: #e6e6e6;
  background-color: transparent;
}

.k-menu .k-group {
  border-color: rgba(0, 0, 0, 0.2);
}

.k-grid-filter.k-state-active {
  background-color: #fff;
}

.k-grid-footer td, .k-group-footer td, .k-grouping-row td {
  color: #fff;
  border-color: #e6e6e6;
  font-weight: 700;
}

.k-grouping-header {
  color: #fff;
}

.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-header, .k-grid-header-wrap, .k-grouping-header .k-group-indicator, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
  border-color: #e6e6e6;
}

.k-button-group {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.k-button-group.k-state-disabled {
  box-shadow: none;
}

.k-button-group .k-button {
  box-shadow: none;
}

.k-button-group .k-button.k-state-active {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.k-button-group .k-button.k-state-focused, .k-button-group .k-button:focus {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}

.k-button-group .k-button.k-state-disabled.k-state-focused, .k-button-group .k-button.k-state-disabled:focus, .k-state-disabled.k-button-group .k-button.k-state-focused, .k-state-disabled.k-button-group .k-button:focus {
  color: #999;
  border-color: #ebebeb;
  background-color: #ebebeb;
  box-shadow: none;
}

.k-pager-numbers .k-link, .k-treeview .k-in {
  border-color: transparent;
}

.k-grid .k-hierarchy-cell .k-icon, .k-scheduler-table .k-icon, .k-treeview .k-icon {
  background-color: transparent;
  border-radius: 2px;
}

.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}

.k-checkbox-label:before {
  border-color: #7f7f7f;
  background: #fff;
  border-radius: 1px;
}

.k-checkbox-label:hover:before, .k-checkbox:checked + .k-checkbox-label:hover:before, .k-checkbox:checked:hover + .k-checkbox-label:before, .k-checkbox:hover + .k-checkbox-label:before {
  border-color: #7f7f7f;
  box-shadow: none;
}

.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #fff;
}

.k-checkbox-label:active:before, .k-checkbox:active + .k-checkbox-label:before {
  box-shadow: none;
  border-color: #919cd9;
}

.k-checkbox:checked + .k-checkbox-label:active:before, .k-checkbox:checked:active + .k-checkbox-label:before {
  box-shadow: none;
  border-color: #919cd9;
}

.k-checkbox:disabled + .k-checkbox-label {
  color: #999;
}

.k-checkbox:disabled + .k-checkbox-label:hover:before {
  box-shadow: none;
}

.k-checkbox:checked:disabled + .k-checkbox-label:active:before, .k-checkbox:checked:disabled + .k-checkbox-label:before, .k-checkbox:checked:disabled + .k-checkbox-label:hover:before, .k-checkbox:disabled + .k-checkbox-label:before {
  color: #999;
  background: #f5f5f5;
  border-color: #bfbfbf;
  border-radius: 1px;
}

.k-checkbox:focus + .k-checkbox-label:before, .k-checkbox:focus + .k-checkbox-label:hover:before {
  border-color: #919cd9;
  box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #3f51b5;
  background-image: none;
  border-color: #3f51b5;
  border-radius: 0;
}

.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-checkbox-label:before {
  background: 0 0;
}

.k-checkbox + .k-checkbox-label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 0 transparent;
  transition: box-shadow 0.3s;
}

.k-checkbox:focus + .k-checkbox-label:before {
  border-color: #7f7f7f;
}

.k-checkbox:checked + .k-checkbox-label:before, .k-checkbox:checked + .k-checkbox-label:hover:before, .k-checkbox:checked:hover + .k-checkbox-label:before {
  border-color: #3f51b5;
}

.k-checkbox:focus + .k-checkbox-label:after {
  box-shadow: 0 0 0 12px rgba(127, 127, 127, 0.2);
  background: rgba(127, 127, 127, 0.2);
}

.k-checkbox + .k-checkbox-label:active:after, .k-checkbox:active + .k-checkbox-label:after {
  box-shadow: 0 0 0 12px rgba(145, 156, 217, 0.4);
  background: rgba(145, 156, 217, 0.4);
}

.k-checkbox:checked + .k-checkbox-label:active:after, .k-checkbox:checked + .k-checkbox-label:focus:after, .k-checkbox:checked:active + .k-checkbox-label:after, .k-checkbox:checked:focus + .k-checkbox-label:after {
  box-shadow: 0 0 0 12px rgba(145, 156, 217, 0.4);
  background: rgba(145, 156, 217, 0.4);
}

.k-checkbox:disabled + .k-checkbox-label:active:after {
  box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-color: #3f51b5;
}

.k-radio-label:before {
  border-color: #7f7f7f;
  border-radius: 50%;
  background-color: #fff;
  border-width: 2px;
}

.k-radio-label:hover:before, .k-radio:checked + .k-radio-label:hover:before {
  border-color: #7f7f7f;
  box-shadow: none;
}

.k-radio:checked + .k-radio-label:after {
  background-color: #3f51b5;
  border-radius: 50%;
}

.k-radio-label:active:before {
  border-color: #6b7acb;
  box-shadow: 0 0 2px 0 #6b7acb;
}

.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 2px 0 #6b7acb;
  border-color: #6b7acb;
}

.k-radio:disabled + .k-radio-label {
  color: #bfbfbf;
}

.k-radio:disabled + .k-radio-label:active:before, .k-radio:disabled + .k-radio-label:before, .k-radio:disabled + .k-radio-label:hover:after, .k-radio:disabled + .k-radio-label:hover:before {
  background: #fff;
  border-color: #bfbfbf;
  box-shadow: none;
}

.k-radio:disabled:checked + .k-radio-label:after {
  background-color: #3f51b5;
  opacity: 0.5;
}

.k-radio:focus + .k-radio-label:before {
  border-color: #6b7acb;
  box-shadow: 0 0 2px 0 #6b7acb;
}

.k-radio:checked + .k-radio-label:before, .k-radio:checked + .k-radio-label:hover:before {
  border-color: #3f51b5;
}

.k-radio + .k-radio-label:active:before {
  border-color: #7f7f7f;
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}

.k-radio:checked + .k-radio-label:active:before {
  box-shadow: 0 0 0 12px rgba(63, 81, 181, 0.3);
}

.k-radio:focus + .k-radio-label:before {
  border-color: #7f7f7f;
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}

.k-radio:disabled:checked + .k-radio-label:before, .k-radio:disabled:checked + .k-radio-label:hover:before {
  border-color: #bfbfbf;
}

.k-radio:disabled:checked + .k-radio-label:active:before {
  box-shadow: none;
}

.k-button:hover .k-tool-icon, .k-field-actions .k-icon, .k-gantt-toolbar .k-icon, .k-grid-toolbar .k-button:hover > .k-i-file-excel, .k-grid-toolbar .k-button:hover > .k-i-file-pdf, .k-grid-toolbar .k-i-file-excel, .k-grid-toolbar .k-i-file-pdf, .k-grid-toolbar .k-icon, .k-grouping-header .k-button-icon:hover > .k-icon.k-i-delete, .k-grouping-header .k-i-arrow-60-down, .k-grouping-header .k-i-arrow-60-up, .k-grouping-header .k-i-delete, .k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-down, .k-grouping-header .k-link:hover > .k-icon.k-i-arrow-60-up, .k-notification .k-icon, .k-pivot-configurator-settings .k-icon:hover, .k-scheduler-content .k-icon, .k-scheduler-footer .k-icon, .k-scheduler-toolbar .k-icon, .k-splitbar.k-splitbar-horizontal-hover .k-icon, .k-splitbar.k-splitbar-vertical-hover .k-icon, .k-state-focused .k-tool-icon, .k-state-hover .k-tool-icon, .k-state-selected .k-tool-icon, .k-textbox:hover > .k-icon, .k-tool-icon:hover, .k-window-titlebar .k-icon, div.k-splitbar.k-state-focused .k-icon {
  opacity: 1;
}

.k-pivot-configurator-settings .k-icon, .k-splitbar .k-icon {
  opacity: 0.7;
}

.k-pager-wrap .k-link.k-state-disabled .k-icon {
  opacity: 0.25;
}

.k-button, .k-header {
  font-weight: 500;
}

.k-dropdown .k-state-default {
  border-color: #f5f5f5;
  background-position: 50% 50%;
  background-color: #f5f5f5;
}

.k-dropdown, span.k-colorpicker {
  background-color: #f5f5f5;
}

.k-textbox {
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.k-combobox, .k-combobox .k-input, .k-datepicker, .k-datepicker .k-input, .k-datetimepicker, .k-datetimepicker .k-input, .k-timepicker, .k-timepicker .k-input {
  background-color: #fafafa;
}

.k-picker-wrap.k-state-default > .k-select {
  border-color: #fafafa;
}

.k-autocomplete.k-state-active .k-input, .k-numeric-wrap.k-state-active .k-input, .k-picker-wrap.k-state-active .k-input {
  background-color: #fff;
}

.k-picker-wrap.k-state-focused > .k-select, .k-picker-wrap.k-state-hover > .k-select {
  border-color: #fff;
}

.k-picker-wrap.k-state-focused .k-input, .k-picker-wrap.k-state-hover .k-input {
  background-color: #fff;
}

.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover {
  background-color: #fff;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-dateinput.k-state-disabled > .k-textbox:hover, .k-maskedtextbox.k-state-disabled > .k-textbox:hover {
  border-color: #f0f0f0;
  box-shadow: none;
}

.k-autocomplete.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-textbox:focus {
  background-color: #ebebeb;
  background-image: none;
  background-position: 50% 50%;
  border-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-numeric-wrap.k-state-focused > .k-select {
  background-color: #ebebeb;
}

.k-autocomplete.k-state-active, .k-dropdown-wrap.k-state-active, .k-multiselect.k-header.k-state-active, .k-numeric-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-textbox:focus {
  background-color: #fff;
  background-image: none;
  background-position: 50% 50%;
  border-color: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-autocomplete.k-state-disabled, .k-dropdown-wrap.k-state-disabled, .k-multiselect.k-header.k-state-disabled, .k-numeric-wrap.k-state-disabled, .k-numeric-wrap.k-state-disabled .k-input, .k-numeric-wrap.k-state-disabled .k-select, .k-picker-wrap.k-state-disabled {
  background-color: #fafafa;
}

.k-numeric-wrap.k-state-disabled .k-select {
  border-color: #fafafa;
}

.k-numerictextbox .k-select {
  background-color: #fff;
  border-color: #fff;
}

.k-list > .k-state-selected.k-state-focused {
  box-shadow: none;
  color: #3f51b5;
}

.k-list > .k-state-selected {
  box-shadow: none;
}

.k-list > .k-state-focused {
  border-color: transparent;
  box-shadow: none;
}

.k-list > .k-state-hover, .k-list > .k-state-selected.k-state-hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-list-container {
  border-color: #ebebeb;
}

.k-grid td.k-state-focused.k-state-selected {
  box-shadow: inset 0 0 0 1px grey;
}

.k-window-titlebar .k-link {
  box-shadow: none;
}

.k-window-titlebar .k-state-hover {
  background-color: #5c6dc4;
  border-color: #5c6dc4;
}

.k-tabstrip > .k-tabstrip-items > .k-item {
  border-radius: 0;
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
  background-color: #3f51b5;
  background-image: none;
  border-bottom-color: #00b0ff;
}

.k-tabstrip .k-content.k-state-active {
  border-color: transparent;
}

.k-tabstrip-items .k-item.k-state-hover {
  background: #5c6dc4;
  border-color: #5c6dc4;
}

.k-tabstrip-items .k-state-hover .k-link {
  color: #fff;
}

.k-flatcolorpicker.k-group, .k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
  color: #444;
  background-color: #fff;
}

.k-menu .k-group, .k-popup.k-context-menu.k-group {
  border-color: #e6e6e6;
}

.k-menu .k-item, .k-menu.k-header, .k-widget.k-menu-horizontal > .k-item {
  box-shadow: none;
}

.k-menu .k-state-active, .k-popup.k-context-menu.k-group .k-state-hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-gantt-toolbar .k-button, .k-gantt > .k-header .k-link, .k-gantt > .k-header li, .k-grid .k-header .k-button, .k-scheduler .k-header .k-button, .k-scheduler .k-header .k-link, .k-scheduler .k-header li {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  box-shadow: none;
}

.k-gantt .k-gantt-toolbar .k-button:hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover, .k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-hover .k-link, .k-grid .k-header .k-button:hover, .k-scheduler .k-header .k-button:hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-hover .k-link {
  background-color: #5c6dc4;
  border-color: #5c6dc4;
}

.k-gantt-toolbar .k-button, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-scheduler-toolbar ul li.k-state-hover {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.k-gantt .k-gantt-toolbar .k-button:active {
  background: #fff;
  box-shadow: none;
}

.k-gantt .k-gantt-toolbar .k-gantt-views li.k-state-selected.k-state-hover, .k-gantt-toolbar > .k-gantt-views > li.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-scheduler-views li.k-state-selected.k-state-hover, .k-scheduler-toolbar > .k-scheduler-views > li.k-state-selected {
  border-bottom-color: #00b0ff;
}

.k-scheduler-mark {
  border-radius: 50%;
}

.k-grid .k-alt {
  background-color: #fff;
}

.k-grid .k-state-selected:hover .k-group-cell, .k-grouping-row td, .k-resize-handle-inner, td.k-group-cell {
  color: #444;
  background-color: #f2f2f2;
}

.k-grouping-header .k-group-indicator, .k-pivot-toolbar .k-button {
  color: #fff;
  background-color: #32408f;
  border-color: #32408f;
  box-shadow: none;
}

.k-grid-footer, .k-grid-footer td, .k-grid-header, .k-grid-header .k-header, .k-pager-numbers .k-state-selected, .k-pager-wrap {
  color: #444;
  background-color: #fafafa;
}

.k-header.k-scheduler-footer .k-header, .k-header.k-scheduler-footer ul.k-header li .k-link {
  color: #00b0ff;
  background-color: #fafafa;
}

.k-header.k-scheduler-footer ul.k-header li {
  background-color: #fafafa;
  border-color: #fafafa;
}

.k-gantt-toolbar .k-state-default, .k-grid .k-grouping-header, .k-grid-footer td, .k-grid-header, .k-grid-header-wrap, .k-group-footer td, .k-grouping-row td, .k-header, .k-pager-wrap, .k-pager-wrap .k-link, .k-pager-wrap .k-textbox {
  border-color: #e6e6e6;
}

.k-fieldselector .k-item.k-header, .k-footer-template td, .k-group-footer td {
  color: #444;
  background-color: #f2f2f2;
}

.k-grid .k-grouping-header {
  color: rgba(255, 255, 255, 0.5);
}

.k-pager-wrap {
  color: #444;
}

.k-grouping-header .k-link, .k-grouping-header .k-link:link {
  color: #fff;
}

.k-gantt .k-treelist .k-alt.k-state-selected, .k-gantt .k-treelist .k-alt.k-state-selected > td, .k-gantt .k-treelist .k-state-selected, .k-gantt .k-treelist .k-state-selected td, .k-grid td.k-state-selected, .k-grid td.k-state-selected.k-state-focused, .k-grid tr.k-state-selected, .k-listview > .k-state-selected, .k-marquee-color, .k-scheduler .k-today.k-state-selected, .k-scheduler-layout .k-state-selected, .k-state-selected.k-line {
  background-color: #00b0ff;
}

.k-state-selected.k-line {
  color: #00b0ff;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected, .k-listview > .k-state-selected, .k-state-selected .k-progress-status {
  color: #fff;
}

.k-grid tr:hover {
  background-color: #ebebeb;
}

.k-grid .k-filter-row:hover, .k-pivot-rowheaders .k-grid tr:hover {
  background: 0 0;
}

.k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
  border-color: #008dcc;
}

.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
  background-color: #00a2eb;
}

.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
  color: #999;
}

.k-gantt .k-task-draghandle {
  border-color: #00b0ff;
}

.k-grid-pager .k-link, .k-grid-pager .k-link:link {
  color: #444;
}

.k-pager-numbers .k-link, .k-pager-wrap > .k-link {
  border-radius: 0;
}

.k-pager-numbers .k-state-selected {
  border-color: #3f51b5 transparent transparent;
  border-radius: 0;
  box-shadow: none;
  color: #3f51b5;
}

.k-pager-wrap .k-link {
  border-color: #fafafa;
  cursor: pointer;
}

.k-pager-wrap .k-link:hover {
  background-color: transparent;
  border-color: transparent;
}

.k-gantt-toolbar li:first-child, .k-gantt-toolbar li:first-child > .k-link, .k-gantt-toolbar li:last-child, .k-gantt-toolbar li:last-child > .k-link, .k-scheduler-toolbar .k-nav-next, .k-scheduler-toolbar .k-nav-next .k-link, .k-scheduler-toolbar ul + ul li:last-child, .k-scheduler-toolbar ul + ul li:last-child .k-link, .k-scheduler-toolbar > ul li:first-child, .k-scheduler-toolbar > ul li:first-child .k-link {
  border-radius: 0;
}

.k-grid, .k-notification, .k-panelbar, .k-popup .k-autocomplete.k-state-focused, .k-popup .k-autocomplete.k-state-hover, .k-popup .k-dropdown-wrap.k-state-focused, .k-popup .k-dropdown-wrap.k-state-hover, .k-popup .k-multiselect.k-header.k-state-focused, .k-popup .k-numeric-wrap.k-state-focused, .k-popup .k-numeric-wrap.k-state-hover, .k-popup .k-picker-wrap.k-state-focused, .k-popup .k-picker-wrap.k-state-hover, .k-popup .k-textbox:focus, .k-popup .k-textbox:hover {
  box-shadow: none;
}

.k-panel > li.k-item, .k-panelbar, .k-panelbar .k-content, .k-panelbar .k-header, .k-panelbar .k-state-selected {
  background-color: #fafafa;
}

.k-panelbar .k-grid-toolbar {
  background-color: #3f51b5;
}

.k-panelbar > li > .k-state-hover {
  background-color: #ebebeb;
}

.k-panelbar .k-content, .k-panelbar .k-item, .k-panelbar .k-panel, .k-panelbar.k-header, .k-panelbar > .k-item > .k-link {
  border-color: #e6e6e6;
}

.k-splitbar {
  border-color: #f5f5f5;
}

.k-splitbar.k-state-focused {
  background-color: #3f51b5;
  border-color: #3f51b5;
  box-shadow: none;
}

.k-upload {
  color: #444;
  background-color: #fff;
}

.k-upload-files .k-button {
  box-shadow: none;
}

.k-state-selected .k-task-summary-complete, .k-state-selected.k-task-milestone, .k-task-milestone, .k-task-summary-complete {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.k-task-single {
  background-color: #66d0ff;
}

.k-task-complete {
  background: #00b0ff 0 -257px none repeat-x;
}

.k-treelist .k-alt.k-state-selected, .k-treelist .k-alt.k-state-selected > td, .k-treelist .k-state-selected, .k-treelist .k-state-selected td {
  background-color: #00b0ff;
  border-color: #00b0ff;
}

.k-gantt-toolbar .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-gantt-toolbar .k-button:focus:not(.k-state-disabled):not([disabled]), .k-group-indicator .k-button, .k-group-indicator .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-group-indicator .k-button:focus:not(.k-state-disabled):not([disabled]), .k-multiselect .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}

.k-multiselect:not(.k-state-disabled) .k-button:active:hover {
  color: #444;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.k-multiselect-wrap > ul > .k-button {
  box-shadow: none;
}

.k-filebrowser .k-header {
  color: #444;
}

.k-panelbar > li > .k-state-focused, .k-treeview .k-state-focused, .k-treeview .k-state-selected {
  box-shadow: none;
}

.k-panelbar > li > .k-state-focused, .k-treeview .k-state-focused {
  background-color: #ebebeb;
}

.k-progressbar {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.k-progressbar .k-item, .k-progressbar .k-item.k-state-selected {
  border-color: #fff;
}

.k-progressbar .k-state-selected {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.k-widget.k-tooltip-validation {
  box-shadow: none;
}

.k-grid.k-alt {
  background-color: #fafafa;
}

.k-gantt .k-header.k-nonwork-hour, .k-gantt .k-treelist .k-alt {
  background-color: #f2f2f2;
}

.k-list > .k-state-focused, .k-list > .k-state-hover {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-slider-track {
  background-color: #e6e6e6;
  box-shadow: none;
}

.k-slider-selection {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.k-slider .k-button, .k-slider .k-button.k-state-hover, .k-slider .k-button:active, .k-slider .k-button:active:hover, .k-slider .k-button:focus {
  background: 0 0;
  border: none;
  box-shadow: none;
}

.k-draghandle, .k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  box-shadow: none;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle, .k-flatcolorpicker .k-transparency-slider .k-draghandle {
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: none;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle:hover, .k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
}

.k-draghandle.k-state-selected, .k-draghandle.k-state-selected:hover, .k-draghandle.k-state-selected:link, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-selected, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-selected {
  background-color: #ccc;
  border-color: #ccc;
}

.k-draghandle.k-state-focused, .k-draghandle.k-state-focused:link, .k-flatcolorpicker .k-hue-slider .k-draghandle.k-state-focused, .k-flatcolorpicker .k-transparency-slider .k-draghandle.k-state-focused {
  box-shadow: none;
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-edit-buttons {
  background-color: #fafafa;
}

.k-popup .k-button, .k-popup .k-button:active:hover {
  box-shadow: none;
}

.k-edit-form-container .k-button, .k-edit-form-container .k-primary:active, .k-popup .k-button, .k-popup .k-primary:active, .k-popup .k-primary:active:hover {
  color: #444;
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: none;
}

.k-edit-form-container .k-primary, .k-popup .k-primary {
  color: #00b0ff;
  background-color: #fafafa;
  border-color: #fafafa;
}

.k-filter-menu .k-button, .k-overflow-container .k-button, .k-split-wrapper .k-button {
  background: 0 0;
  border-color: transparent;
}

.k-overflow-container .k-button, .k-split-wrapper .k-button {
  text-transform: none;
}

.k-overflow-container .k-button:hover, .k-split-wrapper .k-button:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-split-wrapper .k-button:focus, .k-split-wrapper .k-button:focus:not(.k-state-disabled):not([disabled]) {
  color: #3f51b5;
  box-shadow: none;
}

.k-overflow-container .k-button.k-state-disabled, .k-overflow-container .k-state-disabled > .k-button {
  color: #999;
  border-color: transparent;
  background-color: transparent;
}

.k-overflow-container .k-button:focus {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.k-overflow-container .k-button.k-state-disabled:focus, .k-overflow-container .k-state-disabled > .k-button:focus {
  color: #999;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.k-overflow-container .k-separator {
  border-color: #e6e6e6;
}

.k-filter-menu .k-button {
  background: 0 0;
  border-color: transparent;
}

.k-filter-menu .k-primary {
  border-left-color: #f0f0f0;
}

.k-filter-menu > div > div:last-child {
  border-color: #f0f0f0;
}

.k-edit-form-container .k-button:focus:active:not(.k-state-disabled):not([disabled]), .k-popup .k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  box-shadow: none;
}

.k-edit-form-container .k-scheduler-delete {
  color: #00b0ff;
}

div.k-scheduler-marquee:after, div.k-scheduler-marquee:before {
  border-color: #00b0ff;
}

.k-popup.k-context-menu {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-drag-clue {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
  box-shadow: inset 0 0 0 1px grey;
}

.k-popup > .k-group-header, .k-popup > .k-virtual-wrap > .k-group-header {
  color: #444;
}

.k-popup .k-item > .k-group {
  color: #444;
}

@media only screen and (max-width: 1024px) {
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views {
    top: 0;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view, .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    background-position: 50% 50%;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 1px 1px 0 0;
  }
  .k-edge .k-scheduler-toolbar > ul li:first-child, .k-edge .k-scheduler-toolbar > ul li:first-child .k-link, .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li, .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li .k-link, .k-ff .k-scheduler-toolbar > ul li:first-child, .k-ff .k-scheduler-toolbar > ul li:first-child .k-link, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link, .k-ie .k-scheduler-toolbar > ul li:first-child, .k-ie .k-scheduler-toolbar > ul li:first-child .k-link, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li .k-link, .k-safari .k-scheduler-toolbar > ul li:first-child, .k-safari .k-scheduler-toolbar > ul li:first-child .k-link, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li .k-link, .k-webkit .k-scheduler-toolbar > ul li:first-child, .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child, .k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li:last-child, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 1px 1px;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: transparent;
    background-image: none;
    background-color: transparent;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link, .k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: #fff;
    min-width: 20px;
  }
  .k-edge .k-scheduler-views > li.k-state-selected > .k-link:after, .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after, .k-ie .k-scheduler-views > li.k-state-selected > .k-link:after, .k-safari .k-scheduler-views > li.k-state-selected > .k-link:after, .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded, .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded, .k-ie .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded, .k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded, .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-image: none;
    background-color: #3f51b5;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-edge .k-gantt-toolbar > ul.k-gantt-views, .k-ff .k-gantt-toolbar > ul.k-gantt-views, .k-ie .k-gantt-toolbar > ul.k-gantt-views, .k-safari .k-gantt-toolbar > ul.k-gantt-views, .k-webkit .k-gantt-toolbar > ul.k-gantt-views {
    top: 0;
  }
}
.k-chart .k-mask {
  background-color: #fff;
  filter: alpha(opacity=68);
  opacity: 0.68;
}

.k-chart .k-selection {
  border-color: #e5e5e5;
}

.k-chart .k-handle {
  width: 15px;
  height: 15px;
  background-color: #3f51b5;
  border-radius: 10px;
}

.k-chart .k-left-handle {
  left: -8px;
}

.k-chart .k-right-handle {
  right: -8px;
}

.k-chart .k-handle:hover {
  background-color: #00b0ff;
  border-color: #00b0ff;
}

.k-chart .k-navigator-hint .k-tooltip {
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #242424;
}

.k-chart .k-navigator-hint .k-scroll {
  background: #3f51b5;
  height: 4px;
}

.k-chart-tooltip {
  background-image: none;
}

.k-map .k-marker {
  font-size: 28px;
  color: #3f51b5;
}

.k-map .k-attribution {
  color: #666;
}

.k-map .k-shadow {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.k-map .k-zoom-control {
  border-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.k-map .k-map-controls .k-button {
  box-shadow: none;
}

.k-map .k-map-controls .k-button:active, .k-map .k-map-controls .k-button:focus, .k-map .k-map-controls .k-button:focus:active {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
}

.k-buttons-horizontal .k-zoom-out {
  border-radius: 0 2px 2px 0;
}

.k-buttons-horizontal :first-child {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-buttons-horizontal .k-zoom-out {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-buttons-horizontal :first-child {
  border-radius: 0 2px 2px 0;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header {
  background-color: #fff;
}

.k-spreadsheet-column-header, .k-spreadsheet-row-header, .k-spreadsheet-top-corner {
  background-color: #fff;
  background-image: none;
  color: #000;
  border-color: #ccc;
}

.k-spreadsheet-top-corner {
  border-color: #ccc;
}

.k-spreadsheet-top-corner:after {
  border-color: transparent #ccc #ccc transparent;
}

.k-spreadsheet-pane {
  border-color: #ccc;
}

.k-spreadsheet-pane .k-spreadsheet-haxis, .k-spreadsheet-pane .k-spreadsheet-vaxis {
  border-color: #e6e6e6;
}

.k-spreadsheet-pane .k-spreadsheet-column-header, .k-spreadsheet-pane .k-spreadsheet-row-header {
  border-color: #ccc;
}

.k-spreadsheet-pane .k-spreadsheet-merged-cell {
  background-color: #fff;
}

.k-spreadsheet-pane .k-selection-full, .k-spreadsheet-pane .k-selection-partial {
  border-color: rgba(0, 176, 255, 0.2);
  background-color: rgba(0, 176, 255, 0.2);
}

.k-spreadsheet-pane .k-filter-range {
  border-color: #00b0ff;
}

.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full, .k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-partial {
  border-bottom-color: #00b0ff;
}

.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full, .k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial {
  border-right-color: #00b0ff;
}

.k-auto-fill, .k-spreadsheet-selection {
  border-color: #00b0ff;
  box-shadow: inset 0 0 0 1px #00b0ff;
}

.k-auto-fill-wrapper .k-tooltip {
  background: #fff;
}

.k-spreadsheet-selection {
  background-color: rgba(0, 176, 255, 0.2);
}

.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #00b0ff;
  background-color: #fff;
}

.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #00b0ff, inset -1px 0 0 1px #00b0ff;
}

.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #00b0ff, inset 0 -1px 0 1px #00b0ff;
}

.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #00b0ff, inset -1px -1px 0 1px #00b0ff;
}

.k-spreadsheet-active-cell.k-single {
  color: #444;
  background-color: #fff;
}

.k-spreadsheet .k-spreadsheet-action-bar {
  background-color: #fff;
  border-color: #e6e6e6;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
  border-color: #ccc;
}

.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
  border-color: #ccc;
}

.k-spreadsheet .k-spreadsheet-formula-input {
  background-color: #fff;
  color: #444;
}

.k-spreadsheet .k-resize-handle, .k-spreadsheet .k-resize-hint-handle, .k-spreadsheet .k-resize-hint-marker {
  background-color: #00b0ff;
}

.k-spreadsheet .k-resize-hint-vertical .k-resize-hint-handle, .k-spreadsheet .k-resize-hint-vertical .k-resize-hint-marker {
  background-color: #00b0ff;
}

.k-spreadsheet .k-single-selection::after {
  background-color: #00b0ff;
  border-color: #fff;
}

.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
  background-color: rgba(0, 176, 255, 0.5);
}

.k-spreadsheet .k-spreadsheet-cell-comment {
  color: #fff;
  background-color: rgba(100, 100, 100, 0.9);
  border-color: rgba(100, 100, 100, 0.9);
}

.k-spreadsheet .k-spreadsheet-has-comment:after {
  border-color: #00b0ff #00b0ff transparent transparent;
}

.k-spreadsheet .k-dirty {
  border-color: #ff3448 transparent transparent #ff3448;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  border-color: #e6e6e6;
}

.k-spreadsheet-filter {
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.k-spreadsheet-filter.k-state-active {
  color: #3f51b5;
  background-color: #00b0ff;
}

.k-spreadsheet-filter:hover {
  color: #444;
  background: #ebebeb;
  border-color: #d7d7d7;
}

.k-action-window .k-action-buttons {
  border-color: #e6e6e6;
  background: #3f51b5;
}

.k-spreadsheet-sample {
  color: #919191;
}

.k-state-selected .k-spreadsheet-sample {
  color: inherit;
}

.k-spreadsheet-window .k-list {
  border-color: #e6e6e6;
  border-radius: 2px;
}

.k-spreadsheet-toolbar.k-toolbar .k-button-group .k-button:not(.k-toggle-button) {
  border-radius: 2px;
}

.k-spreadsheet-toolbar > .k-button, .k-spreadsheet-toolbar > .k-button-group, .k-spreadsheet-toolbar > .k-widget {
  border-radius: 2px;
}

.k-spreadsheet-toolbar > .k-separator {
  border-color: #e6e6e6;
}

.k-spreadsheet-toolbar .k-overflow-anchor {
  border-radius: 0;
}

.k-spreadsheet-popup {
  border-radius: 2px;
}

.k-spreadsheet-popup .k-separator {
  background-color: #e6e6e6;
}

.k-spreadsheet-popup .k-button {
  background-color: transparent;
}

.k-spreadsheet-popup .k-button:hover {
  background-color: #ebebeb;
}

.k-spreadsheet-popup .k-state-active {
  background-color: #00b0ff;
  color: #fff;
}

.k-spreadsheet-popup .k-state-active:hover {
  background-color: #008dcc;
}

.k-spreadsheet-filter-menu .k-details {
  border-color: #e6e6e6;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-color: #fff;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 2px 0 0 2px;
}

.k-syntax-ref {
  color: #f82;
}

.k-syntax-num {
  color: #09f;
}

.k-syntax-func {
  font-weight: 700;
}

.k-syntax-str {
  color: #38b714;
}

.k-syntax-error {
  color: red;
}

.k-syntax-bool {
  color: #a9169c;
}

.k-syntax-startexp {
  font-weight: 700;
}

.k-syntax-paren-match {
  background-color: #caf200;
}

.k-series-a {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.15);
}

.k-series-b {
  border-color: #03a9f4;
  background-color: rgba(3, 169, 244, 0.15);
}

.k-series-c {
  border-color: #4caf50;
  background-color: rgba(76, 175, 80, 0.15);
}

.k-series-d {
  border-color: #f9ce1d;
  background-color: rgba(249, 206, 29, 0.15);
}

.k-series-e {
  border-color: #ff9800;
  background-color: rgba(255, 152, 0, 0.15);
}

.k-series-f {
  border-color: #ff5722;
  background-color: rgba(255, 87, 34, 0.15);
}

.k-spreadsheet-sheets-remove:hover .k-icon {
  color: #c22;
}

.k-spreadsheet-formula-list .k-state-focused {
  background-color: #00b0ff;
  color: #3f51b5;
}

.k-spreadsheet-insert-image-dialog {
  border-color: #e6e6e6;
  border-radius: 2px;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div {
  color: #fff;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #00b0ff;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #fff;
  background-color: #00b0ff;
  border-radius: 50%;
}

.k-spreadsheet-drawing-anchor-cell {
  background: rgba(0, 176, 255, 0.2);
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #00b0ff transparent transparent #00b0ff;
}

.k-rtl .k-spreadsheet .k-dirty {
  border-color: #ff3448 #ff3448 transparent transparent;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button, .k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  line-height: 2.6em;
  height: calc(3.1em + 2px);
  width: 3em;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button:hover, .k-spreadsheet .k-spreadsheet-sheets-bar .k-button:hover {
  background-color: #324191;
  border-color: #324191;
}

.k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
  right: 0;
  bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 2.2em;
}

.k-spreadsheet .k-spreadsheet-sheets-remove {
  margin: 0 0 0 -1em;
}

.k-spreadsheet-sheets-items .k-state-default .k-link, .k-spreadsheet-tabstrip .k-state-default .k-link {
  color: #9fa8da;
}

.k-spreadsheet-sheets-items .k-item.k-state-active, .k-spreadsheet-sheets-items .k-item.k-state-focused, .k-spreadsheet-sheets-items .k-item.k-state-hover, .k-spreadsheet-tabstrip .k-item.k-state-active, .k-spreadsheet-tabstrip .k-item.k-state-focused, .k-spreadsheet-tabstrip .k-item.k-state-hover {
  background-color: transparent;
}

.k-spreadsheet-sheets-items .k-item.k-state-active .k-link, .k-spreadsheet-sheets-items .k-item.k-state-focused .k-link, .k-spreadsheet-sheets-items .k-item.k-state-hover .k-link, .k-spreadsheet-tabstrip .k-item.k-state-active .k-link, .k-spreadsheet-tabstrip .k-item.k-state-focused .k-link, .k-spreadsheet-tabstrip .k-item.k-state-hover .k-link {
  color: #fff;
}

.k-spreadsheet-sheets-items .k-state-active .k-link, .k-spreadsheet-tabstrip .k-state-active .k-link {
  color: #fff;
}

.k-rtl .k-grid .k-checkbox + .k-checkbox-label:active:after, .k-rtl .k-grid .k-checkbox:active + .k-checkbox-label:after, .k-rtl .k-grid .k-checkbox:checked + .k-checkbox-label:active:after, .k-rtl .k-grid .k-checkbox:checked:active + .k-checkbox-label:after, .k-rtl .k-grid .k-checkbox:focus + .k-checkbox-label:after {
  left: auto;
  right: 1px;
}

.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
  margin-top: 0.8em;
}

.k-dialog .k-content {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-dialog.k-dialog-titleless .k-content {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.k-dialog .k-window-titlebar {
  border-width: 0;
  color: #444;
}

.k-dialog > .k-header {
  background: 0 0;
}

.k-dialog.k-alert .k-window-titlebar, .k-dialog.k-confirm .k-window-titlebar, .k-dialog.k-prompt .k-window-titlebar {
  border-bottom: none;
}

.k-dialog.k-alert .k-window-titlebar .k-dialog-title, .k-dialog.k-confirm .k-window-titlebar .k-dialog-title, .k-dialog.k-prompt .k-window-titlebar .k-dialog-title {
  color: #444;
}

.k-dialog a.k-dialog-action.k-dialog-close.k-button.k-bare:before {
  content: normal;
}

.k-dialog .k-dialog-buttongroup .k-button {
  box-shadow: none;
}

.k-dialog .k-dialog-buttongroup .k-button:active, .k-dialog .k-dialog-buttongroup .k-button:focus, .k-dialog .k-dialog-buttongroup .k-button:focus:active {
  box-shadow: none;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  padding: 15px 15px;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  border-top: solid 1px #e6e6e6;
  background: #fafafa;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  background: 0 0;
  border: none;
  margin: 0;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button.k-primary {
  color: #00b0ff;
}

.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched {
  -ms-flex-direction: column;
  flex-direction: column;
}

.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 7.5px 7.5px;
}

.k-dialog.k-window-md .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  padding: 10.5px 10.5px;
}

.k-rtl .k-filter-row th:first-child, .k-rtl .k-grid tbody td:first-child, .k-rtl .k-grid tfoot td:first-child, .k-rtl .k-grid-header .k-header:first-child {
  border-left-width: 0;
}

.k-rtl .k-dialog a.k-dialog-action.k-dialog-close {
  left: 0;
}

.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:first-child {
  border-bottom-right-radius: 2px;
}

.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button:last-child {
  border-bottom-left-radius: 2px;
}

.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
  text-align: left;
}

.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button {
  margin-left: 0;
  margin-right: 0.5em;
}

.k-rtl .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal .k-button:first-child {
  margin-right: 0;
}

.k-numeric-wrap .k-i-warning {
  color: #ff3448;
  position: absolute;
  top: 0;
  right: 2.2em;
  width: 2.2em;
}

.k-numeric-wrap.k-state-invalid {
  border-color: #ff3448;
}

.k-numeric-wrap.k-state-invalid input {
  color: #ff3448;
}

.k-rtl .k-numeric-wrap.k-state-invalid .k-i-warning {
  right: auto;
  left: 1.9em;
}

.k-maskedtextbox.k-state-invalid .k-textbox {
  border-color: #ff3448;
  color: #ff3448;
}

.k-maskedtextbox.k-state-invalid .k-i-warning {
  color: #ff3448;
}

.k-dateinput.k-state-invalid .k-textbox {
  color: #ff3448;
  border-color: #ff3448;
}

.k-dateinput.k-state-invalid .k-i-warning {
  margin-left: 0;
  margin-right: 0.7em;
  color: #ff3448;
}

.k-rtl .k-dateinput .k-i-warning {
  margin-right: 0;
  margin-left: 0.7em;
}

.k-datepicker .k-picker-wrap.k-state-invalid, .k-timepicker .k-picker-wrap.k-state-invalid {
  border-color: #ff3448;
}

.k-datepicker .k-picker-wrap.k-state-invalid .k-input, .k-timepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #ff3448;
}

.k-datepicker .k-picker-wrap .k-i-warning, .k-timepicker .k-picker-wrap .k-i-warning {
  color: #ff3448;
  margin-left: 0;
  margin-right: 2.8em;
}

.k-rtl .k-datepicker .k-picker-wrap .k-i-warning, .k-rtl .k-timepicker .k-picker-wrap .k-i-warning {
  margin-right: 0;
  margin-left: 2.8em;
}

.k-datetimepicker .k-picker-wrap.k-state-invalid {
  border-color: #ff3448;
}

.k-datetimepicker .k-picker-wrap.k-state-invalid .k-input {
  color: #ff3448;
}

.k-datetimepicker .k-picker-wrap .k-i-warning {
  color: #ff3448;
  margin-left: 0;
  margin-right: 5.6em;
}

.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning {
  margin-right: 0;
  margin-left: 5.6em;
}

.k-listbox .k-list-scroller {
  border-color: #e6e6e6;
  background-color: #fff;
}

.k-listbox .k-item.k-state-selected, .k-listbox .k-item:hover:not(.k-state-disabled) {
  background-color: #ebebeb;
  border-color: transparent;
}

.k-listbox .k-button.k-state-disabled:hover .k-icon {
  opacity: 0.7;
}

.k-listbox .k-drop-hint {
  height: 0;
  border-top: 1px solid #3f51b5;
}

.k-item.k-state-selected.k-drag-clue {
  border-color: transparent;
  background-color: #ebebeb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
  color: #3f51b5;
  opacity: 1;
  margin-bottom: -1px;
}

.k-menu-scroll-button {
  border-width: 0;
  box-shadow: none;
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-menu-scroll-wrapper.horizontal .k-scroll-left {
  border-right-width: 1px;
}

.k-menu-scroll-wrapper.horizontal .k-scroll-right {
  border-left-width: 1px;
}

.k-menu-scroll-wrapper.vertical .k-scroll-up {
  border-bottom-width: 1px;
}

.k-menu-scroll-wrapper.vertical .k-scroll-down {
  border-top-width: 1px;
}

.k-toolbar {
  color: #444;
  border-color: #e6e6e6;
  background-color: #f5f5f5;
}

.k-toolbar .k-button {
  border-radius: 0;
}

.k-toolbar .k-button, .k-toolbar .k-button-group {
  box-shadow: none;
}

.k-toolbar .k-overflow-anchor {
  border-color: #e6e6e6;
  border-left-color: transparent;
}

.k-toolbar .k-overflow-anchor:hover {
  border-color: #e6e6e6;
}

.k-toolbar .k-overflow-anchor.k-state-border-down, .k-toolbar .k-overflow-anchor:active {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.k-toolbar .k-split-button:focus {
  box-shadow: none;
  background: #ebebeb;
}

.k-toolbar .k-split-button:focus .k-split-button-arrow {
  border-left-color: #dbdbdb;
}

.k-mediaplayer-toolbar {
  background: rgba(250, 250, 250, 0.85);
}

.k-editor .k-tool {
  color: inherit;
}

.k-tool {
  border-color: transparent;
}

.k-tool {
  text-align: center;
  vertical-align: middle;
}

.k-editor .k-tool:focus {
  outline: 0;
  border-color: #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus, .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused {
    border-color: #fff;
  }
}
.k-editor-toolbar {
  color: #444;
}

table.k-editor {
  border-color: #e6e6e6;
}

.editorToolbarWindow.k-header, .k-editor.k-header, .k-filebrowser .k-header {
  color: #444;
  background-color: #f2f2f2;
  box-shadow: none;
}

.k-editor-toolbar .k-tool, .k-group-start.k-group-end.k-tool {
  border-color: #f2f2f2;
}

.k-editor-toolbar .k-dropdown {
  box-shadow: none;
}

.k-editor-toolbar .k-dropdown-wrap.k-state-default, .k-toolbar .k-dropdown-wrap.k-state-default {
  border-color: #f2f2f2;
}

.k-editor-toolbar .k-button-group .k-button.k-state-active, .k-editor-toolbar .k-dropdown-wrap.k-state-hover, .k-editor-toolbar .k-tool.k-state-hover, .k-editor-toolbar .k-tool.k-state-selected, .k-toolbar .k-button-group .k-button.k-state-active, .k-toolbar .k-dropdown-wrap.k-state-hover, .k-toolbar .k-tool.k-state-hover, .k-toolbar .k-tool.k-state-selected {
  box-shadow: none;
}

.k-editor .k-tool.k-state-hover, .k-editor .k-tool:hover {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.k-editor .k-tool.k-state-selected, .k-editor .k-tool:active {
  color: #000;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.k-dropdowngrid-popup {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-dropdowngrid-popup .k-header {
  border-color: #e6e6e6;
  color: #999;
  background-color: #fafafa;
}

.k-dropdowngrid-popup .k-group-header {
  border-color: #e6e6e6;
  color: #999;
  background-color: #fafafa;
}

.k-dropdowngrid-popup .k-cell {
  border-color: #e6e6e6;
}

.k-dropdowngrid-popup .k-item:nth-child(2n) {
  background-color: #f2f2f2;
}

.k-dropdowngrid-popup .k-footer {
  border-color: #e6e6e6;
  color: #999;
  background-color: #fafafa;
}

.k-dropdowngrid-popup .k-item.k-state-hover {
  border-color: #e6e6e6;
  color: #444;
  background-color: #ebebeb;
}

.k-dropdowngrid-popup .k-item.k-state-selected {
  border-color: #e6e6e6;
  color: #fff;
  background-color: #00b0ff;
}

.k-dropdowngrid-popup .k-group-cell span {
  background-color: #444;
  color: #fff;
}

.k-grid-list > .k-item.k-last > .k-cell, .k-grid-list > .k-item.k-last > .k-group-cell, .k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: #444;
}

.k-calendar .k-footer, .k-calendar .k-header {
  text-transform: uppercase;
}

@-ms-viewport {
  width: device-width;
  user-zoom: fixed;
  max-zoom: 1;
  min-zoom: 1;
}
@media (orientation: landscape) {
  .km-tablet .km-on-ios.km-horizontal.km-web:not(.km-ios-chrome) {
    position: fixed;
    bottom: 0;
  }
}
.km-root {
  font-size: 0.92em;
}

.km-root.km-retina input, .km-root.km-retina select, .km-root.km-retina textarea {
  font-size: 1em;
}

.km-root a:not(.k-button) {
  color: inherit;
}

.km-tablet {
  font-size: 1em;
}

.km-root :focus {
  outline-width: 0;
}

.km-pane, .km-pane-wrapper, .km-root {
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
  -ms-content-zooming: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

.km-pane-wrapper {
  position: absolute;
}

.km-pane, .km-shim {
  font-family: sans-serif;
}

.km-pane {
  overflow-x: hidden;
  position: relative;
}

.km-vertical .km-collapsible-pane {
  position: absolute;
  z-index: 2 !important;
  transition: -webkit-transform 350ms ease-out;
  transition: transform 350ms ease-out;
  transition: transform 350ms ease-out, -webkit-transform 350ms ease-out;
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.km-vertical .km-expanded-splitview .km-collapsible-pane {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.km-expanded-pane-shim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.km-expanded-splitview .km-expanded-pane-shim {
  display: block;
  z-index: 1;
}

.km-root > * {
  margin: 0;
  padding: 0;
}

.km-root * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.km-content {
  display: block;
}

.km-split-content, .km-view {
  top: 0;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  vertical-align: top;
}

.k-ff .km-pane, .k-ff .km-view {
  overflow: hidden;
}

.k-ff18 .km-pane, .k-ff18 .km-view, .k-ff19 .km-pane, .k-ff19 .km-view, .k-ff20 .km-pane, .k-ff20 .km-view, .k-ff21 .km-pane, .k-ff21 .km-view {
  position: relative;
}

.k-ff .km-view {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.km-content {
  min-height: 1px;
  -ms-flex: 1;
  flex: 1;
  flex-align: stretch;
  width: auto;
  overflow: hidden;
  position: relative;
}

.km-content h1, .km-content h2, .km-content h3, .km-content h4, .km-content h5, .km-content h6, .km-content p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.km-footer, .km-header {
  display: block;
  display: -moz-box;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.km-header {
  padding: 0;
}

.km-footer {
  background: #1a1a1a;
}

[data-role=layout] {
  display: none;
}

.km-drawer, [data-role=view], kendo-mobile-drawer, kendo-mobile-split-view, kendo-mobile-view {
  visibility: hidden;
}

.k-view, .km-view {
  visibility: visible;
}

.km-footer, .km-header {
  position: relative;
  z-index: 1;
}

@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  .km-view {
    display: table;
  }
  .km-content, .km-footer, .km-header {
    display: table-row;
  }
  .km-footer, .km-header {
    height: 1px;
  }
}
.km-blackberry li.km-actionsheet-cancel > a, .km-button, .km-buttongroup, .km-navbar, .km-root .k-toolbar, .km-tabstrip {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-origin: border-box;
  position: relative;
  display: inline-block;
  padding: 0.4em 0.7em;
  margin: 0.1rem;
  overflow: visible;
  text-decoration: none;
}

.km-navbar, .km-root .k-toolbar, .km-tabstrip {
  display: block;
  padding: 0.8em;
  margin: 0;
  width: 100%;
  border-width: 0;
  box-sizing: border-box;
}

.km-native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x pan-y;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-snap-type: proximity;
}

.km-default-content {
  padding: 1em;
}

.km-shim {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  box-sizing: border-box;
}

.km-root .km-shim {
  position: absolute;
}

.km-shim:before {
  content: " ";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.km-shim .k-animation-container {
  box-shadow: none;
  border: 0;
  width: auto;
}

.km-loader {
  top: 50%;
  left: 50%;
  width: 180px;
  height: 130px;
  z-index: 100000;
  padding: 30px 30px;
  position: absolute;
  margin-top: -70px;
  margin-left: -90px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}

.km-loader h1 {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.km-load-more .km-icon, .km-loader .km-loading, .km-scroller-refresh .km-icon {
  -webkit-animation: km-spin 1s infinite linear;
  animation: km-spin 1s infinite linear;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.km-load-more .km-icon:after, .km-loader .km-loading:after {
  color: #ccc;
}

.km-loading-left, .km-loading-right {
  display: none;
}

@-webkit-keyframes km-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes km-ios-spin1 {
  from {
    -webkit-transform: rotate(-135deg);
  }
  to {
    -webkit-transform: rotate(225deg);
  }
}
@keyframes km-ios-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes km-ios-spin1 {
  from {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  to {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
.km-stretched-view {
  display: -ms-flexbox;
  display: flex;
}

.km-stretched-view > * {
  width: 100%;
}

.km-stretched-view > .km-pane-wrapper {
  position: static;
}

.km-stretched-view > .km-pane-wrapper > .km-pane {
  position: static;
}

.km-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 100000;
}

.km-root.km-native-scrolling, .km-root.km-native-scrolling .km-splitview .km-pane, .km-root.km-native-scrolling .km-view {
  min-height: 100%;
  height: auto;
  -webkit-transform: none;
  overflow-x: visible;
}

.km-native-scrolling, .km-native-scrolling .km-pane, .km-native-scrolling .km-view {
  -ms-touch-action: auto;
}

.km-native-scrolling .km-pane, .km-native-scrolling .km-view {
  display: block;
}

.km-native-scrolling .km-content {
  -ms-flex: auto;
}

.km-native-scrolling .km-blackberry .km-content {
  min-height: auto;
}

.km-native-scrolling .km-splitview {
  position: absolute;
}

.km-native-scrolling .km-header {
  position: fixed;
  top: 0;
}

.km-native-scrolling .km-android .km-header {
  top: auto;
  bottom: 0;
}

.km-native-scrolling .km-footer {
  position: fixed;
  bottom: 0;
}

.km-native-scrolling .km-android .km-footer {
  top: 0;
  bottom: auto;
}

.km-native-scrolling .km-badge {
  z-index: auto;
}

.km-native-scrolling .km-popup.km-pane .km-footer, .km-native-scrolling .km-popup.km-pane .km-header, .km-native-scrolling .km-splitview .km-footer, .km-native-scrolling .km-splitview .km-header {
  position: absolute;
}

.km-native-scrolling .km-modalview .km-footer, .km-native-scrolling .km-modalview .km-header {
  position: relative;
}

.km-native-scrolling .km-content {
  width: 100%;
}

.km-native-scrolling .km-popup-overlay, .km-native-scrolling .km-shim {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto !important;
}

.km-native-scrolling .km-drawer {
  position: fixed;
  top: 0;
  height: 100% !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

.km-native-scrolling > .km-pane > .km-loader {
  position: fixed;
}

.km-native-scrolling .km-footer, .km-native-scrolling .km-header {
  z-index: 2;
}

.km-state-disabled {
  opacity: 0.5;
}

.km-badge, .km-detail {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  height: 2em;
  font-size: 0.6rem;
  text-shadow: none;
}

.km-badge {
  top: -1em;
  right: -1em;
  line-height: 2em;
  margin-left: 0.5em;
  min-width: 0.9em;
  padding: 0 0.55em;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.km-tabstrip .km-badge {
  top: -0.2em;
  right: auto;
  margin-left: -1em;
}

.km-detail {
  position: absolute;
  float: right;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.7rem;
  width: 1.3rem;
  height: 1.3rem;
  font-size: 1rem;
  box-sizing: border-box;
}

.km-widget .km-detaildisclose {
  font-size: 0.8em;
}

.k-ff .km-detail {
  width: 1rem;
  height: 1rem;
}

.km-detail .km-text {
  display: none;
}

.km-detail .km-icon, .km-widget .km-contactadd:after, .km-widget .km-contactadd:before, .km-widget .km-detaildisclose:after, .km-widget .km-detaildisclose:before, .km-widget .km-rowdelete:after, .km-widget .km-rowdelete:before, .km-widget .km-rowinsert:after, .km-widget .km-rowinsert:before {
  left: 0.15em;
  top: 0.15em;
  line-height: 1em;
  font-size: 1em;
  position: absolute;
}

.km-widget .km-detaildisclose:after {
  left: 0.1em;
  top: 0.25em;
  text-align: center;
  font-weight: 700;
}

.km-button {
  cursor: pointer;
  outline: 0;
  text-align: center;
}

button.km-button {
  display: inline-block;
  font: inherit;
}

.km-button:hover {
  text-decoration: none;
}

.km-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.km-android .km-state-disabled .km-button, .km-blackberry .km-state-disabled .km-button, .km-ios .km-state-disabled .km-button, .km-meego .km-state-disabled .km-button {
  color: #aaa;
  text-shadow: none;
}

.km-root .km-pane .k-button:active, .km-root .km-pane .k-button:focus, .km-root .km-pane .k-button:focus:active {
  box-shadow: none;
}

.km-buttongroup {
  padding: 0.4rem 0.7rem;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
  margin: 0.5em auto;
}

.km-widget.km-buttongroup {
  padding: 0;
  border-color: transparent;
  background: 0 0;
  white-space: nowrap;
  display: table;
}

.km-buttongroup > .km-button {
  display: table-cell;
}

.km-buttongroup .km-badge {
  z-index: 1;
}

.km-widget.km-buttongroup .km-button {
  margin: 0;
  border-width: 1px 0 1px 1px;
  padding: 0.48em 0.9em 0.44em;
}

.km-tablet .km-buttongroup .km-button {
  padding: 0.4em 0.8em 0.34em;
}

.km-widget.km-navbar .km-buttongroup {
  font-size: 0.95rem;
  line-height: 1em;
  margin: 0 0 0.2em;
  display: inline-block;
  height: 1.5em;
  top: -2px;
}

.k-toolbar .km-buttongroup {
  margin: 0;
  display: inline-block;
}

.km-tablet .km-navbar .km-buttongroup {
  top: -1px;
}

.km-widget.km-navbar .km-buttongroup > .km-button {
  font-size: 1em;
  min-width: 4rem;
  text-align: center;
}

.km-tablet .km-navbar .km-buttongroup > .km-button {
  min-width: 6rem;
}

.km-view .km-buttongroup .km-button:last-child {
  border-right-width: 1px;
}

.km-ios .km-buttongroup .km-button {
  font-size: 1.2em;
  font-weight: 700;
}

.km-hide-title {
  display: none;
}

.km-show-title:after {
  display: block;
  content: " ";
  height: 0;
}

.km-fill-title:after {
  height: auto;
}

.km-footer .km-show-title:after {
  display: inline-block;
}

.km-dialog-title, .km-view-title {
  position: relative;
  visibility: visible;
  text-align: center;
  font-size: 1.4em;
  line-height: 2.3em;
  margin-left: auto;
  margin-right: auto;
}

.km-dialog-title:before, .km-view-title:before {
  content: "";
  display: inline-block;
  width: 0;
}

.km-horizontal .km-view-title {
  line-height: 2em;
}

.km-navbar, .km-root .k-toolbar {
  padding: 0;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  display: block;
  border-width: 0 0 1px 0;
  background-color: #fff;
}

.k-ff .km-navbar, .k-ff.km-root .k-toolbar {
  overflow: visible;
}

.km-navbar .km-button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.km-navbar .km-no-title {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.km-horizontal .km-navbar .km-button {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.km-horizontal .km-navbar .km-no-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.km-tablet.km-root .km-no-title {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.km-tablet .km-navbar .km-button {
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
}

.km-root .km-pane .km-navbar .km-no-title {
  visibility: visible;
  line-height: 0;
}

.km-on-ios.km-black-translucent-status-bar.km-app .km-header .km-navbar {
  padding-top: 1.4em;
  background-clip: border-box;
}

.km-on-ios.km-ios5.km-cordova .km-header .km-navbar, .km-on-ios.km-ios6.km-cordova .km-header .km-navbar {
  padding-top: 0;
}

.km-leftitem, .km-rightitem {
  z-index: 1;
  position: absolute;
  right: 0.5em;
}

.km-popup .km-rightitem {
  right: 0;
}

.km-leftitem {
  left: 0.5em;
  right: auto;
}

.km-popup .km-leftitem {
  left: 0;
}

.km-leftitem, .km-rightitem {
  height: 100%;
}

.km-on-ios.km-black-translucent-status-bar.km-app .km-leftitem, .km-on-ios.km-black-translucent-status-bar.km-app .km-rightitem {
  height: auto;
}

.km-leftitem > *, .km-rightitem > * {
  display: inline-block;
  vertical-align: middle;
}

.km-leftitem:before, .km-rightitem:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.km-tabstrip {
  padding: 0.4rem 0.7rem;
}

.km-horizontal .km-tabstrip {
  padding: 0.2rem 0.7rem;
}

.km-tabstrip {
  flex-align: start;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-box-pack: start;
  padding: 0;
  text-align: center;
  word-spacing: -1em;
}

.km-tabstrip .km-button {
  word-spacing: normal;
  box-shadow: none;
  vertical-align: bottom;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .km-tabstrip {
    word-spacing: normal;
    width: 100%;
  }
}
.km-tabstrip .km-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #a8a8a8;
  padding: 0.4em 0.8em;
  border-width: 0;
  border-color: transparent;
  background: 0 0;
  margin: 0;
  text-align: center;
}

.km-tabstrip .km-button:first-child {
  border-left: 0;
}

.km-tabstrip .km-button:last-child {
  border-right: 0;
}

.km-switch input[type=checkbox] {
  display: none;
}

.km-checkbox, .km-switch {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  width: 6.4rem;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
}

.km-slider-wrapper, .km-switch-wrapper {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.km-slider-background, .km-switch-background {
  display: block;
  margin: 0 1px 1px -5em;
  height: 100%;
  width: 200%;
}

.km-switch-container {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: 0 0;
  box-sizing: border-box;
}

.km-checkbox {
  width: 1.8rem;
  height: 1.8rem;
}

.km-checkbox-checked:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}

.km-switch-handle {
  top: 0;
  left: 0;
  width: 2.72em;
  height: 100%;
  display: inline-block;
  margin: -1px 0 0 -1px;
  background-color: #000;
}

.km-switch-label-off, .km-switch-label-on {
  display: block;
  width: 130%;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}

.km-switch-label-off {
  left: 104%;
}

.km-switch-label-on {
  left: -134%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.km-list .km-switch {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -1rem;
}

.km-listview-link:after {
  width: 0.5rem;
  height: 0.5rem;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  margin-left: -0.2rem;
  border-style: solid;
  border-width: 0.24rem 0.24rem 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.km-listview-wrapper > ul:not(.km-listview) {
  margin: 0 auto;
}

.km-list, .km-listview {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.km-listgroupinset, .km-listinset {
  margin: 1em;
}

.k-ff .km-listgroupinset:after, .k-ff .km-listinset:after {
  display: block;
  height: 0;
  content: " ";
}

.km-listgroupinset .km-list, .km-listinset {
  overflow: hidden;
}

.km-listview .km-switch {
  margin-top: -0.95rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
}

.km-listview .km-list {
  text-indent: 0;
}

.km-list > li, .km-widget .km-listview-label, .km-widget .km-listview-link {
  margin: 0;
  display: block;
  position: relative;
  list-style-type: none;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.5em 0.7em;
}

.km-list > li {
  line-height: 1.6em;
  overflow: hidden;
}

.km-virtual-list {
  position: relative;
  width: 100%;
  -webkit-transform: translateZ(0);
}

.km-virtual-list > li {
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
}

.km-widget .km-list .km-load-more, .km-widget.km-list .km-load-more {
  border-bottom: 0;
}

.km-list > li > * {
  line-height: normal;
}

.km-group-title {
  display: block;
  font-weight: 700;
  padding: 0.2em 0;
  text-indent: 0.8em;
}

.km-listgroupinset .km-group-title {
  margin-top: 0.65em;
  line-height: 2em;
}

.km-list:not(.km-virtual-list) > li:first-child {
  border-top-width: 0;
}

.km-list:not(.km-virtual-list) > li:last-child {
  border-bottom-width: 0;
}

.km-widget .km-listview-label, .km-widget .km-listview-link {
  line-height: inherit;
  text-decoration: none;
  margin: -0.5em -0.7em;
}

.km-listview-label:after, .km-listview-link:after {
  border-color: #777;
  content: " ";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -0.32rem;
}

.km-filter-form {
  width: 100%;
  padding: 0.5em 0;
  border: 1px solid transparent;
  border-width: 1px 0;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.km-filter-wrap {
  position: relative;
  margin: 0 0.7em;
  padding: 0.2em 0.4em;
  border: 1px solid transparent;
}

.km-widget .km-filter-wrap:before {
  display: inline-block;
  vertical-align: middle;
  content: "\e0e9";
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  margin-right: -1em;
  color: inherit;
}

.km-tablet .km-filter-wrap {
  max-width: 24em;
  margin: 0 auto;
}

.km-filter-wrap > input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.km-filter-wrap input {
  width: 100%;
  box-sizing: border-box;
  border: 0;
  background: 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  vertical-align: middle;
  padding: 0 1.4em;
}

.km-filter-reset {
  display: inline-block;
  margin-left: -1.6em;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  height: 100%;
}

.km-filter-reset .km-clear {
  font-size: 1.6em;
  width: 1em;
  height: 1em;
  display: block;
}

.km-filter-reset > .km-text {
  position: absolute;
  top: -3333px;
  left: -3333px;
}

.km-load-more {
  display: block;
  padding: 0.3em 0 1.2em;
  height: 3.2em;
  text-align: center;
}

.km-list .km-listview-item-badge.km-badge, .km-list .km-listview-link > .km-badge {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 4em;
}

.km-scrollview {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.km-scrollview > div > * {
  -webkit-transform: translatez(0);
}

.km-scrollview > div > [data-role=page] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}

.km-scrollview .km-virtual-page {
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}

.k-ff18 .km-scrollview > div, .k-ff19 .km-scrollview > div, .k-ff20 .km-scrollview > div, .k-ff21 .km-scrollview > div {
  width: 0;
}

.km-pages {
  text-align: center;
  margin: 0;
  padding: 0.6em 0 0;
  height: 1.5em;
}

.km-pages li {
  display: inline-block;
  width: 0.5em;
  height: 0.55em;
  margin: 0 0.3em;
}

.km-item label.km-item-checked:after, .km-item label:before {
  position: absolute;
  content: " ";
  display: block;
  top: 50%;
  left: 0.6em;
  width: 36px;
  height: 36px;
  margin-top: -18px;
}

.km-widget .k-slider {
  line-height: 0.6em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.km-widget .k-slider-horizontal {
  width: 50%;
  height: 0.6em;
  line-height: 0.6em;
}

.km-list .k-slider {
  position: absolute;
  right: 0;
  margin-top: -0.5em;
  top: 50%;
}

.km-root .k-slider-track {
  left: 1em !important;
  right: 1em;
  height: 100%;
  display: block;
  position: absolute;
  border: 0.5em solid transparent;
  border-width: 0.5em 0;
}

.km-widget .k-slider-horizontal .k-slider-track {
  width: auto !important;
}

.km-widget .k-slider .k-slider-track {
  background-clip: padding-box;
}

.km-widget .k-slider-selection, .km-widget .k-slider-track {
  margin-top: 0;
  border-radius: 5px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}

.km-widget .k-slider-horizontal .k-slider-selection {
  top: 0;
  height: 100%;
}

.km-widget .k-slider-items {
  margin: 0;
}

.km-widget .k-slider .k-draghandle {
  text-indent: -3333px;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  display: block;
  position: absolute;
}

.km-widget .k-slider-vertical .k-draghandle {
  left: -5px;
}

.km-widget .k-slider-tooltip {
  display: none;
}

.km-dialog {
  position: absolute;
  min-width: 19em;
  max-width: 25em;
  overflow: hidden;
}

.km-dialog-title {
  position: static;
  float: none;
  height: 2.6em;
  margin-top: -2.6em;
  font-size: 1.22em;
  line-height: 3em;
}

.km-dialog:before {
  content: " ";
  display: block;
  overflow: visible;
  width: 100%;
  height: 3em;
  opacity: 0.2;
}

.km-dialog-content {
  font-weight: 400;
  min-height: 2em;
  text-align: center;
}

.km-dialog .km-button {
  display: block;
  margin: 0.4em;
  font-size: 1.3em;
  text-align: center;
  padding: 0.44em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.km-list .k-dropdown, .km-list input[type=color], .km-list input[type=date], .km-list input[type=datetime-local], .km-list input[type=datetime], .km-list input[type=email], .km-list input[type=file], .km-list input[type=month], .km-list input[type=number], .km-list input[type=password], .km-list input[type=search], .km-list input[type=tel], .km-list input[type=text]:not(.k-input), .km-list input[type=time], .km-list input[type=url], .km-list input[type=week], .km-list select:not([multiple]), .km-list textarea {
  width: 50%;
  box-sizing: border-box;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  line-height: normal;
  z-index: 1;
  right: 0;
  margin-top: -1em;
}

.km-widget .k-slider .k-button, .km-widget .k-slider .k-label, .km-widget .k-slider .k-tick {
  display: none;
}

.km-list textarea {
  position: relative;
  width: calc(50% + 0.7em);
  margin-right: -0.7em;
}

.km-list input, .km-list input[type=checkbox], .km-list input[type=radio], .km-list select, .km-list textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.km-list input[type=checkbox], .km-list input[type=radio] {
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.5em;
  background: 0 0;
}

.km-widget input, .km-widget textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.km-widget input[readonly], .km-widget input[type=image], .km-widget select:not([multiple]) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.km-list textarea {
  top: 0;
}

.km-list .k-dropdown {
  line-height: 1.4em;
}

.km-list .k-dropdown, .km-list .k-dropdown .k-input {
  background-color: transparent;
}

.km-list .k-dropdown-wrap {
  display: inline-block;
}

.km-list .k-dropdown ~ .km-listview-link:after, .km-list .km-listview-label:after, .km-list input ~ .km-listview-link:after, .km-list select ~ .km-listview-link:after, .km-list textarea ~ .km-listview-link:after {
  display: none;
}

.km-list .k-dropdown .k-select, .km-list .k-dropdown select {
  display: none;
}

.km-widget .km-list textarea {
  position: relative;
  float: right;
  margin-top: 0;
  font-family: inherit;
}

.km-listview-label input[type=checkbox], .km-listview-label input[type=radio] {
  border: 0;
  font-size: inherit;
  width: 1em;
  height: 0.9em;
}

.km-list label.km-required:after {
  content: "*";
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.km-list .km-label-above {
  width: 100%;
  display: block;
}

.km-list .km-icon-label:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  font: 1em/1em "Kendo UI";
  margin-right: 0.89em;
}

.km-list .km-label-above .k-dropdown, .km-list .km-label-above input[type=color], .km-list .km-label-above input[type=date], .km-list .km-label-above input[type=datetime-local], .km-list .km-label-above input[type=datetime], .km-list .km-label-above input[type=email], .km-list .km-label-above input[type=file], .km-list .km-label-above input[type=month], .km-list .km-label-above input[type=number], .km-list .km-label-above input[type=password], .km-list .km-label-above input[type=search], .km-list .km-label-above input[type=tel], .km-list .km-label-above input[type=text]:not(.k-input), .km-list .km-label-above input[type=time], .km-list .km-label-above input[type=url], .km-list .km-label-above input[type=week], .km-list .km-label-above select:not([multiple]), .km-list .km-label-above textarea {
  width: 100%;
  right: 0;
  padding-left: 0;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.km-list fieldset .k-dropdown-wrap, .km-list fieldset input[type=color], .km-list fieldset input[type=date], .km-list fieldset input[type=datetime-local], .km-list fieldset input[type=datetime], .km-list fieldset input[type=email], .km-list fieldset input[type=month], .km-list fieldset input[type=number], .km-list fieldset input[type=password], .km-list fieldset input[type=search], .km-list fieldset input[type=tel], .km-list fieldset input[type=text]:not(.k-input), .km-list fieldset input[type=time], .km-list fieldset input[type=url], .km-list fieldset input[type=week], .km-list fieldset select:not([multiple]), .km-list textarea {
  width: 100%;
  position: relative;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  right: auto;
}

.km-list fieldset textarea {
  width: 100%;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  margin-right: 0;
  padding-left: 0;
}

.km-list .km-legend-button {
  display: block;
  text-decoration: none;
}

.km-list .km-inline-field {
  display: inline-block;
  position: relative;
  width: calc(50% - 1.61em);
  overflow: hidden;
  white-space: nowrap;
}

.km-list .km-inline-field .k-dropdown, .km-list .km-inline-field input[type=color], .km-list .km-inline-field input[type=date], .km-list .km-inline-field input[type=datetime-local], .km-list .km-inline-field input[type=datetime], .km-list .km-inline-field input[type=email], .km-list .km-inline-field input[type=file], .km-list .km-inline-field input[type=month], .km-list .km-inline-field input[type=number], .km-list .km-inline-field input[type=password], .km-list .km-inline-field input[type=search], .km-list .km-inline-field input[type=tel], .km-list .km-inline-field input[type=text]:not(.k-input), .km-list .km-inline-field input[type=time], .km-list .km-inline-field input[type=url], .km-list .km-inline-field input[type=week], .km-list .km-inline-field select:not([multiple]), .km-list .km-inline-field textarea {
  position: absolute;
  width: 100%;
  left: 0;
}

.km-list .km-full-width-slider {
  position: relative;
  width: auto;
  display: block;
}

.km-root input.km-checkbox, .km-root input.km-radio {
  display: inline;
  opacity: 0;
  width: 0;
  margin: 0;
  height: 0;
}

.km-root .km-checkbox-label, .km-root .km-radio-label {
  display: block;
  position: relative;
  vertical-align: middle;
}

.km-root .km-checkbox-label:after, .km-root .km-checkbox-label:before {
  content: "";
  position: absolute;
  top: 0;
}

.km-root input.km-checkbox:checked + .km-checkbox-label:after {
  content: "\e227";
  font-family: "Kendo UI";
}

.km-root .km-radio-label {
  position: relative;
  vertical-align: middle;
}

.km-root .km-radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.km-root input.km-radio:checked + .km-radio-label:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0.25rem;
  border-radius: 50%;
}

.km-root .km-invalid-msg {
  font-size: 1.2rem;
  position: static;
  display: inline-block;
  border-width: 1px;
  padding-top: 12px;
  padding-bottom: 11px;
  width: 100%;
  text-align: center;
}

.km-root .km-icon-label.k-i-arrow-e:before {
  content: "\e000";
}

.km-root .km-icon-label.k-i-arrow-n:before {
  content: "\e001";
}

.km-root .km-icon-label.k-i-arrow-s:before {
  content: "\e002";
}

.km-root .km-icon-label.k-i-arrow-w:before {
  content: "\e003";
}

.km-root .km-icon-label.k-i-arrow-ne:before {
  content: "\e004";
}

.km-root .km-icon-label.k-i-arrow-nw:before {
  content: "\e005";
}

.km-root .km-icon-label.k-i-arrow-se:before {
  content: "\e006";
}

.km-root .km-icon-label.k-i-arrow-sw:before {
  content: "\e007";
}

.km-root .km-icon-label.k-i-seek-e:before {
  content: "\e008";
}

.km-root .km-icon-label.k-i-seek-n:before {
  content: "\e009";
}

.km-root .km-icon-label.k-i-seek-s:before {
  content: "\e00a";
}

.km-root .km-icon-label.k-i-seek-w:before {
  content: "\e00b";
}

.km-root .km-icon-label.k-i-sarrow-e:before, .km-root .km-icon-label.k-si-arrow-e:before {
  content: "\e00c";
}

.km-root .km-icon-label.k-i-sarrow-n:before, .km-root .km-icon-label.k-si-arrow-n:before {
  content: "\e00d";
}

.km-root .km-icon-label.k-i-sarrow-s:before, .km-root .km-icon-label.k-si-arrow-s:before {
  content: "\e00e";
}

.km-root .km-icon-label.k-i-sarrow-w:before, .km-root .km-icon-label.k-si-arrow-w:before {
  content: "\e00f";
}

.km-root .km-icon-label.k-i-arrowhead-e:before {
  content: "\e010";
}

.km-root .km-icon-label.k-i-arrowhead-n:before {
  content: "\e011";
}

.km-root .km-icon-label.k-i-arrowhead-s:before {
  content: "\e012";
}

.km-root .km-icon-label.k-i-arrowhead-w:before {
  content: "\e013";
}

.km-root .km-icon-label.k-i-arrowhead-ew:before {
  content: "\e014";
}

.km-root .km-icon-label.k-i-arrowhead-ns:before {
  content: "\e015";
}

.km-root .km-icon-label.k-i-move:before {
  content: "\e016";
}

.km-root .km-icon-label.k-i-resize:before {
  content: "\e017";
}

.km-root .km-icon-label.k-i-resize-45:before {
  content: "\e018";
}

.km-root .km-icon-label.k-i-resize-135:before {
  content: "\e019";
}

.km-root .km-icon-label.k-i-resize-h:before {
  content: "\e01a";
}

.km-root .km-icon-label.k-i-resize-v:before {
  content: "\e01b";
}

.km-root .km-icon-label.k-i-refresh:before {
  content: "\e01c";
}

.km-root .km-icon-label.k-i-refresh-rev:before {
  content: "\e01d";
}

.km-root .km-icon-label.k-i-srefresh:before, .km-root .km-icon-label.k-si-refresh:before {
  content: "\e01e";
}

.km-root .km-icon-label.k-i-srefresh-rev:before, .km-root .km-icon-label.k-si-refresh-rev:before {
  content: "\e01f";
}

.km-root .km-icon-label.k-i-turn-en:before {
  content: "\e020";
}

.km-root .km-icon-label.k-i-turn-es:before {
  content: "\e021";
}

.km-root .km-icon-label.k-i-turn-ne:before {
  content: "\e022";
}

.km-root .km-icon-label.k-i-turn-nw:before {
  content: "\e023";
}

.km-root .km-icon-label.k-i-turn-se:before {
  content: "\e024";
}

.km-root .km-icon-label.k-i-turn-sw:before {
  content: "\e025";
}

.km-root .km-icon-label.k-i-turn-wn:before {
  content: "\e026";
}

.km-root .km-icon-label.k-i-turn-ws:before {
  content: "\e027";
}

.km-root .km-icon-label.k-i-uturn-e:before {
  content: "\e028";
}

.km-root .km-icon-label.k-i-uturn-e-rev:before {
  content: "\e029";
}

.km-root .km-icon-label.k-i-uturn-n:before {
  content: "\e02a";
}

.km-root .km-icon-label.k-i-uturn-n-rev:before {
  content: "\e02b";
}

.km-root .km-icon-label.k-i-uturn-s:before {
  content: "\e02c";
}

.km-root .km-icon-label.k-i-uturn-s-rev:before {
  content: "\e02d";
}

.km-root .km-icon-label.k-i-uturn-w:before {
  content: "\e02e";
}

.km-root .km-icon-label.k-i-uturn-w-rev:before {
  content: "\e02f";
}

.km-root .km-icon-label.k-i-tick-sign:before {
  content: "\e030";
}

.km-root .km-icon-label.k-i-close-sign:before {
  content: "\e031";
}

.km-root .km-icon-label.k-i-plus-sign:before {
  content: "\e032";
}

.km-root .km-icon-label.k-i-minus-sign:before {
  content: "\e033";
}

.km-root .km-icon-label.k-i-splus-sign:before, .km-root .km-icon-label.k-si-plus-sign:before {
  content: "\e034";
}

.km-root .km-icon-label.k-i-sminus-sign:before, .km-root .km-icon-label.k-si-minus-sign:before {
  content: "\e035";
}

.km-root .km-icon-label.k-i-cancel:before {
  content: "\e036";
}

.km-root .km-icon-label.k-i-tick:before {
  content: "\e037";
}

.km-root .km-icon-label.k-i-close:before {
  content: "\e038";
}

.km-root .km-icon-label.k-i-plus:before {
  content: "\e039";
}

.km-root .km-icon-label.k-i-minus:before {
  content: "\e03a";
}

.km-root .km-icon-label.k-i-splus:before, .km-root .km-icon-label.k-si-plus:before {
  content: "\e03b";
}

.km-root .km-icon-label.k-i-sminus:before, .km-root .km-icon-label.k-si-minus:before {
  content: "\e03c";
}

.km-root .km-icon-label.k-i-stop:before {
  content: "\e03d";
}

.km-root .km-icon-label.k-i-pause:before {
  content: "\e03e";
}

.km-root .km-icon-label.k-i-eject:before {
  content: "\e03f";
}

.km-root .km-icon-label.k-i-volume-off:before {
  content: "\e040";
}

.km-root .km-icon-label.k-i-volume-low:before {
  content: "\e041";
}

.km-root .km-icon-label.k-i-volume-high:before {
  content: "\e042";
}

.km-root .km-icon-label.k-i-earphones:before {
  content: "\e043";
}

.km-root .km-icon-label.k-i-heart:before {
  content: "\e044";
}

.km-root .km-icon-label.k-i-heart-empty:before {
  content: "\e045";
}

.km-root .km-icon-label.k-i-heart-half:before {
  content: "\e046";
}

.km-root .km-icon-label.k-i-star:before {
  content: "\e047";
}

.km-root .km-icon-label.k-i-star-empty:before {
  content: "\e048";
}

.km-root .km-icon-label.k-i-star-half:before {
  content: "\e049";
}

.km-root .km-icon-label.k-i-star-half-empty:before {
  content: "\e04a";
}

.km-root .km-icon-label.k-i-chart-column:before {
  content: "\e04b";
}

.km-root .km-icon-label.k-i-chart-bar:before {
  content: "\e04c";
}

.km-root .km-icon-label.k-i-chart-pie:before {
  content: "\e04d";
}

.km-root .km-icon-label.k-i-chart-donut:before {
  content: "\e04e";
}

.km-root .km-icon-label.k-i-chart-line:before {
  content: "\e04f";
}

.km-root .km-icon-label.k-i-chart-area:before {
  content: "\e050";
}

.km-root .km-icon-label.k-i-chart-donut:before {
  content: "\e051";
}

.km-root .km-icon-label.k-i-align-left:before {
  content: "\e052";
}

.km-root .km-icon-label.k-i-align-center:before {
  content: "\e053";
}

.km-root .km-icon-label.k-i-align-right:before {
  content: "\e054";
}

.km-root .km-icon-label.k-i-align-justify:before {
  content: "\e055";
}

.km-root .km-icon-label.k-i-align-clear:before {
  content: "\e056";
}

.km-root .km-icon-label.k-i-bold:before {
  content: "\e057";
}

.km-root .km-icon-label.k-i-bold-sans:before {
  content: "\e058";
}

.km-root .km-icon-label.k-i-italic:before {
  content: "\e059";
}

.km-root .km-icon-label.k-i-italic-sans:before {
  content: "\e05a";
}

.km-root .km-icon-label.k-i-underline:before {
  content: "\e05b";
}

.km-root .km-icon-label.k-i-underline-sans:before {
  content: "\e05c";
}

.km-root .km-icon-label.k-i-strikethrough:before {
  content: "\e05d";
}

.km-root .km-icon-label.k-i-strikethrough-sans:before {
  content: "\e05e";
}

.km-root .km-icon-label.k-i-font-a:before {
  content: "\e05f";
}

.km-root .km-icon-label.k-i-font-a-sans:before {
  content: "\e060";
}

.km-root .km-icon-label.k-i-font-t:before {
  content: "\e061";
}

.km-root .km-icon-label.k-i-font-t-sans:before {
  content: "\e062";
}

.km-root .km-icon-label.k-i-brightness:before {
  content: "\e063";
}

.km-root .km-icon-label.k-i-brightness-contrast:before {
  content: "\e064";
}

.km-root .km-icon-label.k-i-contrast:before {
  content: "\e065";
}

.km-root .km-icon-label.k-i-crop:before {
  content: "\e066";
}

.km-root .km-icon-label.k-i-mirror:before {
  content: "\e067";
}

.km-root .km-icon-label.k-i-flip-h:before {
  content: "\e068";
}

.km-root .km-icon-label.k-i-flip-v:before {
  content: "\e069";
}

.km-root .km-icon-label.k-i-rotate:before {
  content: "\e06a";
}

.km-root .km-icon-label.k-i-rotate-rev:before {
  content: "\e06b";
}

.km-root .km-icon-label.k-i-filter:before {
  content: "\e06c";
}

.km-root .km-icon-label.k-i-filter-clear:before {
  content: "\e06d";
}

.km-root .km-icon-label.k-i-sort-asc:before {
  content: "\e06e";
}

.km-root .km-icon-label.k-i-sort-desc:before {
  content: "\e06f";
}

.km-root .km-icon-label.k-i-sort-clear:before {
  content: "\e070";
}

.km-root .km-icon-label.k-i-indent:before {
  content: "\e071";
}

.km-root .km-icon-label.k-i-outdent:before {
  content: "\e072";
}

.km-root .km-icon-label.k-i-hyperlink:before {
  content: "\e073";
}

.km-root .km-icon-label.k-i-hyperlink-clear:before {
  content: "\e074";
}

.km-root .km-icon-label.k-i-hyperlink-ext:before {
  content: "\e075";
}

.km-root .km-icon-label.k-si-hyperlink-ext:before {
  content: "\e076";
}

.km-root .km-icon-label.k-i-ul:before {
  content: "\e077";
}

.km-root .km-icon-label.k-si-ul:before {
  content: "\e078";
}

.km-root .km-icon-label.k-i-paint:before {
  content: "\e079";
}

.km-root .km-icon-label.k-i-paste:before {
  content: "\e07a";
}

.km-root .km-icon-label.k-i-pencil:before {
  content: "\e07b";
}

.km-root .km-icon-label.k-i-image:before {
  content: "\e07c";
}

.km-root .km-icon-label.k-i-image-add:before {
  content: "\e07d";
}

.km-root .km-icon-label.k-i-print:before {
  content: "\e07e";
}

.km-root .km-icon-label.k-i-zoom:before {
  content: "\e07f";
}

.km-root .km-icon-label.k-i-zoom-in:before {
  content: "\e080";
}

.km-root .km-icon-label.k-i-zoom-out:before {
  content: "\e081";
}

.km-root .km-icon-label.k-i-asterisk:before {
  content: "\e082";
}

.km-root .km-icon-label.k-i-clip:before {
  content: "\e083";
}

.km-root .km-icon-label.k-i-clip-45:before {
  content: "\e084";
}

.km-root .km-icon-label.k-i-qrcode:before {
  content: "\e085";
}

.km-root .km-icon-label.k-i-book:before {
  content: "\e086";
}

.km-root .km-icon-label.k-i-bookmark:before {
  content: "\e087";
}

.km-root .km-icon-label.k-i-briefcase:before {
  content: "\e088";
}

.km-root .km-icon-label.k-i-calendar:before {
  content: "\e089";
}

.km-root .km-icon-label.k-i-camera-still:before {
  content: "\e08a";
}

.km-root .km-icon-label.k-i-camera-video:before {
  content: "\e08b";
}

.km-root .km-icon-label.k-i-certificate:before {
  content: "\e08c";
}

.km-root .km-icon-label.k-i-clock:before {
  content: "\e08d";
}

.km-root .km-icon-label.k-i-cloud:before {
  content: "\e08e";
}

.km-root .km-icon-label.k-i-collapse:before {
  content: "\e08f";
}

.km-root .km-icon-label.k-i-columns:before {
  content: "\e090";
}

.km-root .km-icon-label.k-i-comment:before {
  content: "\e091";
}

.km-root .km-icon-label.k-i-comment-empty:before {
  content: "\e092";
}

.km-root .km-icon-label.k-i-comments:before {
  content: "\e093";
}

.km-root .km-icon-label.k-i-comments-empty:before {
  content: "\e094";
}

.km-root .km-icon-label.k-i-credit-card:before {
  content: "\e095";
}

.km-root .km-icon-label.k-i-download:before {
  content: "\e096";
}

.km-root .km-icon-label.k-i-draghandle:before {
  content: "\e097";
}

.km-root .km-icon-label.k-si-draghandle:before {
  content: "\e098";
}

.km-root .km-icon-label.k-i-envelop:before {
  content: "\e099";
}

.km-root .km-icon-label.k-i-envelop-open:before {
  content: "\e09a";
}

.km-root .km-icon-label.k-i-eye:before {
  content: "\e09b";
}

.km-root .km-icon-label.k-i-file:before {
  content: "\e09c";
}

.km-root .km-icon-label.k-i-file-add:before {
  content: "\e09d";
}

.km-root .km-icon-label.k-i-film:before {
  content: "\e09e";
}

.km-root .km-icon-label.k-i-flag:before {
  content: "\e09f";
}

.km-root .km-icon-label.k-i-folder-add:before {
  content: "\e0a0";
}

.km-root .km-icon-label.k-i-folder:before {
  content: "\e0a1";
}

.km-root .km-icon-label.k-i-folder-open:before {
  content: "\e0a2";
}

.km-root .km-icon-label.k-i-folder-up:before {
  content: "\e0a3";
}

.km-root .km-icon-label.k-i-gear:before {
  content: "\e0a4";
}

.km-root .km-icon-label.k-si-gear:before {
  content: "\e0a5";
}

.km-root .km-icon-label.k-i-transmit:before {
  content: "\e0a6";
}

.km-root .km-icon-label.k-i-beer:before {
  content: "\e0a7";
}

.km-root .km-icon-label.k-i-cocktail:before {
  content: "\e0a8";
}

.km-root .km-icon-label.k-i-coffee:before {
  content: "\e0a9";
}

.km-root .km-icon-label.k-i-wine:before {
  content: "\e0aa";
}

.km-root .km-icon-label.k-i-grid:before {
  content: "\e0ab";
}

.km-root .km-icon-label.k-i-thumbs:before {
  content: "\e0ac";
}

.km-root .km-icon-label.k-i-split-h:before {
  content: "\e0ad";
}

.km-root .km-icon-label.k-i-split-v:before {
  content: "\e0ae";
}

.km-root .km-icon-label.k-i-home:before {
  content: "\e0af";
}

.km-root .km-icon-label.k-i-inbox:before {
  content: "\e0b0";
}

.km-root .km-icon-label.k-i-key:before {
  content: "\e0b1";
}

.km-root .km-icon-label.k-i-login:before {
  content: "\e0b2";
}

.km-root .km-icon-label.k-i-logout:before {
  content: "\e0b3";
}

.km-root .km-icon-label.k-i-place:before {
  content: "\e0b4";
}

.km-root .km-icon-label.k-i-megaphone:before {
  content: "\e0b5";
}

.km-root .km-icon-label.k-i-note:before {
  content: "\e0b6";
}

.km-root .km-icon-label.k-i-pin:before {
  content: "\e0b7";
}

.km-root .km-icon-label.k-i-unpin:before {
  content: "\e0b8";
}

.km-root .km-icon-label.k-i-power:before {
  content: "\e0b9";
}

.km-root .km-icon-label.k-i-progress-bars:before {
  content: "\e0ba";
}

.km-root .km-icon-label.k-i-road:before {
  content: "\e0bb";
}

.km-root .km-icon-label.k-i-rss:before {
  content: "\e0bc";
}

.km-root .km-icon-label.k-i-floppy:before {
  content: "\e0bd";
}

.km-root .km-icon-label.k-i-sitemap:before {
  content: "\e0be";
}

.km-root .km-icon-label.k-i-tag-45:before {
  content: "\e0bf";
}

.km-root .km-icon-label.k-i-tag-h:before {
  content: "\e0c0";
}

.km-root .km-icon-label.k-i-thunderbolt:before {
  content: "\e0c1";
}

.km-root .km-icon-label.k-i-tooltip:before {
  content: "\e0c2";
}

.km-root .km-icon-label.k-i-trash:before {
  content: "\e0c3";
}

.km-root .km-icon-label.k-i-trophy:before {
  content: "\e0c4";
}

.km-root .km-icon-label.k-i-ungroup:before {
  content: "\e0c5";
}

.km-root .km-icon-label.k-i-upload:before {
  content: "\e0c6";
}

.km-root .km-icon-label.k-i-window:before {
  content: "\e0c7";
}

.km-root .km-icon-label.k-i-tiles:before {
  content: "\e0c8";
}

.km-root .km-icon-label.k-i-wrench:before {
  content: "\e0c9";
}

.km-root .km-icon-label.k-i-action:before {
  content: "\e0ca";
}

.km-root .km-icon-label.k-i-add:before {
  content: "\e0cb";
}

.km-root .km-icon-label.k-i-add-inv:before {
  content: "\e0cc";
}

.km-root .km-icon-label.k-i-armchair:before {
  content: "\e0cd";
}

.km-root .km-icon-label.k-i-battery:before {
  content: "\e0ce";
}

.km-root .km-icon-label.k-i-book-open:before {
  content: "\e0cf";
}

.km-root .km-icon-label.k-i-camera:before {
  content: "\e0d0";
}

.km-root .km-icon-label.k-i-cart:before {
  content: "\e0d1";
}

.km-root .km-icon-label.k-i-time:before {
  content: "\e0d2";
}

.km-root .km-icon-label.k-i-coffee-card:before {
  content: "\e0d3";
}

.km-root .km-icon-label.k-i-download-arrow:before {
  content: "\e0d4";
}

.km-root .km-icon-label.k-i-edit:before {
  content: "\e0d5";
}

.km-root .km-icon-label.k-i-faves:before {
  content: "\e0d6";
}

.km-root .km-icon-label.k-i-star:before {
  content: "\e0d7";
}

.km-root .km-icon-label.k-i-featured:before {
  content: "\e0d8";
}

.km-root .km-icon-label.k-i-forward:before {
  content: "\e0d9";
}

.km-root .km-icon-label.k-i-cog:before {
  content: "\e0da";
}

.km-root .km-icon-label.k-i-globe:before {
  content: "\e0db";
}

.km-root .km-icon-label.k-i-globe-inv:before {
  content: "\e0dc";
}

.km-root .km-icon-label.k-i-house:before {
  content: "\e0dd";
}

.km-root .km-icon-label.k-i-info:before {
  content: "\e0de";
}

.km-root .km-icon-label.k-i-share:before {
  content: "\e0df";
}

.km-root .km-icon-label.k-i-more-h:before {
  content: "\e0e0";
}

.km-root .km-icon-label.k-i-more-v:before {
  content: "\e0e1";
}

.km-root .km-icon-label.k-i-next:before {
  content: "\e0e2";
}

.km-root .km-icon-label.k-i-pause-a:before {
  content: "\e0e3";
}

.km-root .km-icon-label.k-i-user:before {
  content: "\e0e4";
}

.km-root .km-icon-label.k-i-play-a:before {
  content: "\e0e5";
}

.km-root .km-icon-label.k-i-refresh-a:before {
  content: "\e0e6";
}

.km-root .km-icon-label.k-i-reset:before {
  content: "\e0e7";
}

.km-root .km-icon-label.k-i-rewind:before {
  content: "\e0e8";
}

.km-root .km-icon-label.k-i-search-a:before {
  content: "\e0e9";
}

.km-root .km-icon-label.k-i-stop-a:before {
  content: "\e0ea";
}

.km-root .km-icon-label.k-i-tiles-a:before {
  content: "\e0eb";
}

.km-root .km-icon-label.k-i-trash-a:before {
  content: "\e0ec";
}

.km-root .km-icon-label.k-i-undo:before {
  content: "\e0ed";
}

.km-root .km-icon-label.k-i-redo:before {
  content: "\e0ee";
}

.km-root .km-icon-label.k-i-volume-a:before {
  content: "\e0ef";
}

.km-root .km-icon-label.k-i-wifi:before {
  content: "\e0f0";
}

.km-root .km-icon-label.k-i-more-lines:before {
  content: "\e0f1";
}

.km-root .km-icon-label.k-i-pull-to-ref:before {
  content: "\e0f2";
}

.km-root .km-icon-label.k-i-loading-android:before {
  content: "\e0f3";
}

.km-root .km-icon-label.k-i-loading-blackberry:before {
  content: "\e0f4";
}

.km-root .km-icon-label.k-i-loading-meego:before {
  content: "\e0f5";
}

.km-root .km-icon-label.k-i-loading-custom:before {
  content: "\e0f6";
}

.km-root .km-icon-label.k-i-loading-ios:before {
  content: "\e0f7";
}

.km-root .km-icon-label.k-i-bug:before {
  content: "\e0f8";
}

.km-root .km-icon-label.k-i-info:before {
  content: "\e0f9";
}

.km-root .km-icon-label.k-i-warning:before {
  content: "\e0fa";
}

.km-root .km-icon-label.k-i-question:before {
  content: "\e0fb";
}

.km-root .km-icon-label.k-i-insert-n:before {
  content: "\e0fc";
}

.km-root .km-icon-label.k-i-insert-m:before {
  content: "\e0fd";
}

.km-root .km-icon-label.k-i-insert-s:before {
  content: "\e0fe";
}

.km-root .km-icon-label.k-i-lock:before {
  content: "\e0ff";
}

.km-root .km-icon-label.k-i-unlock:before {
  content: "\e100";
}

.km-root .km-icon-label.k-i-phone:before {
  content: "\e101";
}

.km-root .km-icon-label.k-i-tablet:before {
  content: "\e102";
}

.km-root .km-icon-label.k-i-ol:before {
  content: "\e103";
}

.km-root .km-icon-label.k-i-barcode:before {
  content: "\e104";
}

.km-root .km-icon-label.k-i-html5:before {
  content: "\e105";
}

.km-root .km-icon-label.k-i-css3:before {
  content: "\e106";
}

.km-root .km-icon-label.k-i-kendoui:before {
  content: "\e107";
}

.km-root .km-icon-label.k-i-telerik:before {
  content: "\e108";
}

.km-root .km-icon-label.k-i-icenium:before {
  content: "\e109";
}

.km-root .km-icon-label.k-i-sitefinity:before {
  content: "\e10a";
}

.km-root .km-icon-label.k-i-twitter:before {
  content: "\e10b";
}

.km-root .km-icon-label.k-i-linkedin:before {
  content: "\e10c";
}

.km-root .km-icon-label.k-i-facebook:before {
  content: "\e10d";
}

.km-root .km-icon-label.k-i-pinterest:before {
  content: "\e10e";
}

.km-root .km-icon-label.k-i-youtube:before {
  content: "\e10f";
}

.km-root .km-icon-label.k-i-vimeo:before {
  content: "\e110";
}

.km-root .km-icon-label.k-i-behance:before {
  content: "\e111";
}

.km-root .km-icon-label.k-i-dribbble:before {
  content: "\e112";
}

.km-root .km-icon-label.k-i-googleplus:before {
  content: "\e113";
}

.km-root .km-icon-label.k-i-minimize:before {
  content: "\e114";
}

.km-root .km-icon-label.k-i-html:before {
  content: "\e115";
}

.km-root .km-icon-label.k-i-group:before {
  content: "\e116";
}

.km-root .km-icon-label.k-i-subscript:before {
  content: "\e117";
}

.km-root .km-icon-label.k-i-superscript:before {
  content: "\e118";
}

.km-root .km-icon-label.k-i-drophere:before {
  content: "\e119";
}

.km-root .km-popup .k-item, .km-widget.km-actionsheet > li {
  list-style-type: none;
  padding: inherit 1em;
  border-bottom: 1px solid #555;
  box-sizing: border-box;
}

.km-widget.km-actionsheet > li {
  line-height: 2em;
  border-bottom: 0;
}

.km-widget.km-actionsheet > li > a {
  line-height: 1.5em;
  text-align: left;
  background: 0 0;
}

.km-root .km-popup .k-list, .km-widget.km-actionsheet {
  padding: 0;
  margin: 0;
}

.km-root .km-popup .k-item:last-child, .km-widget.km-actionsheet > li:last-child {
  border: 0;
}

.km-widget.km-actionsheet-wrapper {
  width: 100%;
  box-shadow: none;
  border: 0;
}

.km-actionsheet-root.km-shim .k-animation-container {
  width: 100% !important;
  height: 100% !important;
}

.km-tablet .km-pane div.km-actionsheet-phone {
  background: 0 0;
}

.km-tablet .km-actionsheet-phone li.km-actionsheet-title, .km-tablet div.km-actionsheet-phone li.km-actionsheet-cancel {
  display: block;
}

.km-popover-root .km-popup-wrapper {
  position: relative !important;
}

.km-modalview-wrapper, .km-popup-wrapper {
  z-index: 10001;
  position: relative;
  background: 0 0;
  border: 0;
  box-shadow: none;
}

.km-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
}

.km-popup-arrow, .km-popup-arrow:after, .km-popup-arrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  z-index: 2;
}

.km-left .km-popup-arrow, .km-right .km-popup-arrow {
  margin-top: -8px;
}

.km-down .km-popup-arrow, .km-up .km-popup-arrow {
  margin-left: -8px;
}

.km-popup-arrow:after, .km-popup-arrow:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
}

.km-up .km-popup-arrow {
  top: auto;
  bottom: 0;
}

.km-left .km-popup-arrow {
  left: auto;
  right: 0;
}

.km-popup.km-pane {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100px;
  background: 0 0;
}

.km-popover-root .km-view {
  position: relative;
}

.km-popover-root .km-content {
  -ms-flex: auto;
}

.km-drawer {
  top: 0;
  left: auto;
  width: 250px;
}

.km-drawer .km-footer, .km-drawer .km-header {
  z-index: 0;
}

.km-left-drawer {
  left: 0;
}

.km-right-drawer {
  right: 0;
}

.km-modalview-root {
  text-align: center;
}

.km-modalview-root > .k-animation-container {
  text-align: left;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}

.km-modalview, .km-modalview-wrapper:before {
  overflow: hidden;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  max-height: 100%;
}

.km-modalview .km-content {
  box-flex: 1;
}

.km-auto-height .km-content {
  -ms-flex: auto;
}

.km-native-scrolling .km-view.km-modalview {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.km-modalview-root:before, .km-modalview-wrapper:before {
  vertical-align: middle;
  height: 100%;
  margin-left: -1px;
  content: " ";
  width: 0;
  display: inline-block;
}

.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
}

.km-scroller-pull .km-template {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}

.km-load-more .km-icon, .km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.km-widget .km-scroller-release .km-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.km-widget .km-scroller-refresh .km-icon {
  transition: none;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: 0.4em;
  width: 0.4em;
  background-color: #333;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.3s linear;
}

.km-vertical-scrollbar {
  height: 100%;
  right: 2px;
  top: 0;
}

.km-horizontal-scrollbar {
  width: 100%;
  left: 0;
  bottom: 2px;
}

.km-scroll-container, .km-scrollview {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
  -webkit-margin-collapse: separate;
  margin-collapse: separate;
}

.km-scroll-wrapper {
  position: relative;
}

.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

div.km-splitview > .km-content, kendo-mobile-split-view.km-splitview > .km-content {
  -ms-flex-direction: row;
  flex-direction: row;
}

div.km-split-vertical > .km-content, kendo-mobile-split-view.km-split-vertical > .km-content {
  -ms-flex-direction: column;
  flex-direction: column;
}

div.km-split-content > .km-pane {
  -ms-flex: 2;
  flex: 2;
  width: auto;
  height: auto;
}

div.km-split-content > .km-pane:first-child {
  -ms-flex: 1;
  flex: 1;
}

div.km-split-horizontal > .km-content > .km-pane {
  top: 0;
  bottom: 0;
}

.km-split-vertical > .km-content > .km-pane > .km-view {
  display: -webkit-box;
}

.k-fx-end .k-fx-current, .k-fx-end .k-fx-next {
  transition: all 350ms ease-out;
}

.k-fx {
  position: relative;
}

.k-fx .k-fx-current {
  z-index: 0;
}

.k-fx .k-fx-next {
  z-index: 1;
}

.k-fx-hidden, .k-fx-hidden * {
  visibility: hidden !important;
}

.k-fx-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next, .k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}

.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-end .k-fx-current .km-content, .k-fx-slide.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-end .k-fx-current .km-header, .k-fx-slide.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-content, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  transition: all 350ms ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-start .k-fx-next .km-header {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer, .k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content, .k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
}

.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next, .k-fx.k-fx-overlay.k-fx-start .k-fx-next {
  will-change: transform;
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current, .k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  -webkit-transform: translatex(100%);
  -ms-transform: translatex(100%);
  transform: translatex(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  -webkit-transform: translatex(-100%);
  -ms-transform: translatex(-100%);
  transform: translatex(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  -webkit-transform: translatey(100%);
  -ms-transform: translatey(100%);
  transform: translatey(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  -webkit-transform: translatey(-100%);
  -ms-transform: translatey(-100%);
  transform: translatey(-100%);
}

.km-on-wp .km-filter-reset, .km-on-wp .km-footer, .km-on-wp .km-header, .km-on-wp .km-scroll-container, .km-on-wp .km-shim .k-animation-container, .km-on-wp .km-slider, .km-on-wp .km-switch, .km-on-wp .km-view {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.km-blackberry, .km-ios, .km-on-android.km-4 .k-slider, .km-on-blackberry .km-actionsheet-wrapper, .km-on-blackberry .km-content, .km-on-blackberry .km-footer, .km-on-blackberry .km-header, .km-on-blackberry .km-icon, .km-on-blackberry .km-popup .k-item, .km-on-blackberry .km-switch, .km-on-blackberry .km-view, .km-on-ios .km-filter-reset, .km-on-ios .km-footer, .km-on-ios .km-group-title, .km-on-ios .km-header, .km-on-ios .km-scroll-container, .km-on-ios .km-shim .k-animation-container, .km-on-ios .km-slider, .km-on-ios .km-switch, .km-on-ios .km-view {
  -webkit-transform: translatez(0);
}

.km-android.km-4.km-on-android .km-switch-wrapper, .km-on-android.km-4 .km-content, .km-on-android.km-4 .km-listview-wrapper, .km-on-android.km-4 .km-scroll-container, .km-on-android.km-4 .km-switch, .km-on-android.km-4 .km-switch-handle, .km-on-meego .km-content, .km-on-meego .km-footer, .km-on-meego .km-header, .km-on-meego .km-icon, .km-on-meego .km-switch, .km-on-meego .km-switch-handle, .km-on-meego .km-switch-wrapper {
  -webkit-transform: translatez(0);
  -webkit-backface-visibility: hidden;
}

.km-android4.km-ios-chrome .km-listview-wrapper {
  -webkit-transform: none;
}

.km-native-scrolling .km-drawer, .km-native-scrolling .km-footer, .km-native-scrolling .km-header, .km-native-scrolling .km-popup-overlay, .km-native-scrolling .km-shim, .km-native-scrolling > .km-pane > .km-loader, .km-on-android.km-4 .km-scroller-pull .km-icon {
  -webkit-backface-visibility: hidden;
}

.km-on-android.km-4 input {
  -webkit-user-modify: read-write-plaintext-only;
}

.km-meego .km-view .km-absolute, .km-wp .km-view .km-absolute {
  position: absolute;
}

.km-widget {
  font-size: 1em;
}

.km-root .km-filter-reset, .km-root .km-group-title, .km-root .km-pane, .km-root .km-shim .k-animation-container, .km-root .km-slider, .km-root .km-switch, .km-root .km-view {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.km-widget, .km-widget * {
  box-sizing: border-box;
  background-clip: border-box;
}

.km-navbar, .km-tabstrip, .km-tabstrip .km-button, .km-toolbar {
  border-radius: 0;
}

.km-touch-scrollbar {
  border: 0;
  box-sizing: border-box;
  border-radius: 1em;
}

.km-popup .k-popup {
  font-size: 1em !important;
}

.km-popup-wrapper.k-popup {
  box-shadow: none;
  background: 0 0;
}

.km-actionsheet > li > a, .km-popup .k-item {
  text-decoration: none;
  padding: 0.5em 0 0.5em 0.6em;
  border: 0;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  box-sizing: border-box;
}

.km-actionsheet-wrapper, .km-popup .k-list-container {
  bottom: 0;
  border: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
  box-sizing: border-box;
}

.km-popup {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
}

.km-popup .k-list-container {
  width: 100% !important;
  height: auto !important;
  max-height: 80%;
}

.km-shim .k-animation-container {
  left: 0;
  top: auto;
  bottom: 0;
}

.km-loader:before, .km-scroller-pull, .km-scroller-refresh.km-load-more {
  border-radius: 20em;
  overflow: visible;
}

.km-loader:before {
  content: " ";
  display: block;
  position: absolute;
  margin-top: -2em;
  margin-left: -2em;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  border-radius: 5em;
}

.km-loader {
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.km-loader h1 {
  display: none;
  font-size: 1em;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 55%;
}

.km-load-more.km-scroller-refresh .km-icon, .km-loader .km-loading-left, .km-loader .km-loading-right, .km-loading, .km-scroller-pull.km-scroller-refresh .km-icon, .km-scroller-refresh .km-loading-left, .km-scroller-refresh .km-loading-right {
  font-size: 1em;
  display: block;
  width: 0.36em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.8em;
  margin-top: -0.5em;
  border-radius: 1em;
  -webkit-animation: km-webload 0.6s infinite linear;
  animation: km-webload 0.6s infinite linear;
  background-clip: padding-box;
}

.km-load-more.km-scroller-refresh .km-icon, .km-scroller-pull.km-scroller-refresh .km-icon, .km-scroller-refresh .km-loading-left, .km-scroller-refresh .km-loading-right {
  height: 0.6em;
  margin-top: -0.3em;
  margin-left: -0.6em;
  width: 0.25em;
  -webkit-animation: km-webrefresh 0.6s infinite linear;
  animation: km-webrefresh 0.6s infinite linear;
}

.km-root .km-loading-left {
  margin-left: -0.2em;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.km-root .km-loading-right {
  margin-left: 0.42em;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@keyframes km-webload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@-webkit-keyframes km-webload {
  0% {
    height: 1em;
    margin-top: -0.5em;
  }
  33% {
    height: 2em;
    margin-top: -1em;
  }
  66% {
    height: 1em;
    margin-top: -0.5em;
  }
}
@keyframes km-webrefresh {
  0% {
    height: 0.6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: 0.6em;
    margin-top: -0.3em;
  }
}
@-webkit-keyframes km-webrefresh {
  0% {
    height: 0.6em;
    margin-top: -0.3em;
  }
  33% {
    height: 1.2em;
    margin-top: -0.6em;
  }
  66% {
    height: 0.6em;
    margin-top: -0.3em;
  }
}
.km-button .km-icon, .km-detail .km-icon, .km-ios .km-button .km-icon, .km-list .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin-left: -0.3em;
  margin-right: 0.3em;
  vertical-align: baseline;
  display: inline-block;
  background-size: auto 100%;
}

html .km-widget .km-view .km-notext {
  margin-left: 0;
  margin-right: 0;
}

.km-buttongroup .km-button .km-icon {
  width: 1em;
  height: 1em;
  font-size: 1em;
  margin: 0.05em 0.16em 0 0;
}

.km-tabstrip .km-button .km-icon {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
}

.km-tabstrip .km-button .km-icon, .km-tabstrip .km-image {
  margin: 0 auto 0.1em;
  display: inline-block;
}

.km-tabstrip .km-text {
  display: block;
}

.km-phone .km-tabstrip .km-icon {
  height: 2.2rem;
  width: 2.2rem;
  font-size: 2.2rem;
}

.km-phone .km-horizontal .km-tabstrip .km-icon {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}

@font-face {
  font-family: "Kendo UI";
  src: url(/res/use/img/kendoui.woff?v=1.1) format("woff"), url(/res/use/img/kendoui.ttf?v=1.1) format("truetype"), url(/res/use/img/kendoui.svg#kendoui) format("svg");
}
body:before {
  font-family: "Kendo UI";
  content: " ";
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}

.km-root .km-pane .km-view .km-icon {
  -webkit-background-clip: text;
  background-size: 0 0;
}

.km-icon {
  position: relative;
}

.km-contactadd:after, .km-contactadd:before, .km-detaildisclose:after, .km-detaildisclose:before, .km-filter-wrap:before, .km-icon:after, .km-icon:before, .km-loading:after, .km-rowdelete:after, .km-rowdelete:before, .km-rowinsert:after, .km-rowinsert:before {
  position: relative;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  vertical-align: middle;
  background-size: auto;
  font: 1em/1em "Kendo UI";
}

.km-contactadd:before, .km-detaildisclose:before, .km-icon:before, .km-rowdelete:before, .km-rowinsert:before {
  position: absolute;
  margin-top: 1px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}

.km-state-active .km-contactadd:before, .km-state-active .km-detaildisclose:before, .km-state-active .km-icon:before, .km-state-active .km-rowdelete:before, .km-state-active .km-rowinsert:before {
  display: block;
}

.km-ios7 .km-detaildisclose:after {
  font-family: serif;
}

.km-ios7 .km-contactadd:before, .km-ios7 .km-detaildisclose:before, .km-ios7 .km-icon:before, .km-ios7 .km-rowdelete:before, .km-ios7 .km-rowinsert:before {
  display: none;
}

.k-safari .km-blackberry:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after, .k-safari .km-ios:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after, .k-webkit .km-blackberry:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after, .k-webkit .km-ios:not(.km-android):not(.km-blackberry6):not(.km-blackberry7) .km-icon:after {
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-color: currentcolor;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.km-root .km-pane.km-on-blackberry.km-blackberry6 .km-view .km-icon:after, .km-root .km-pane.km-on-blackberry.km-blackberry7 .km-view .km-icon:after, .km-root .km-pane.km-pane.km-on-android .km-view .km-icon:after, .km-root .km-pane.km-pane.km-on-meego .km-view .km-icon:after {
  background: 0 0;
  -webkit-text-fill-color: inherit;
}

.km-contactadd:after, .km-contactadd:before, .km-rowinsert:after, .km-rowinsert:before {
  content: "\e039";
}

.km-rowdelete:after, .km-rowdelete:before {
  content: "\e03a";
}

.km-detaildisclose:after, .km-detaildisclose:before {
  content: "\e0e2";
}

.km-action:after, .km-action:before {
  content: "\e0ca";
}

.km-add:after, .km-add:before {
  content: "\e0cb";
}

.km-arrow-n:after, .km-arrow-n:before {
  content: "\e001";
}

.km-arrow-s:after, .km-arrow-s:before {
  content: "\e002";
}

.km-battery:after, .km-battery:before {
  content: "\e0ce";
}

.km-bookmarks:after, .km-bookmarks:before {
  content: "\e0cf";
}

.km-camera:after, .km-camera:before {
  content: "\e0d0";
}

.km-cart:after, .km-cart:before {
  content: "\e0d1";
}

.km-compose:after, .km-compose:before, .km-edit:after, .km-edit:before {
  content: "\e0d5";
}

.km-contacts:after, .km-contacts:before {
  content: "\e0e4";
}

.km-delete:after, .km-delete:before, .km-trash:after, .km-trash:before {
  content: "\e0ec";
}

.km-details:after, .km-details:before {
  content: "\e0e2";
}

.km-download:after, .km-download:before, .km-downloads:after, .km-downloads:before {
  content: "\e0d4";
}

.km-fastforward:after, .km-fastforward:before {
  content: "\e0d9";
}

.km-favorites:after, .km-favorites:before, .km-toprated:after, .km-toprated:before {
  content: "\e0d7";
}

.km-featured:after, .km-featured:before {
  content: "\e0d8";
}

.km-globe:after, .km-globe:before {
  content: "\e0dc";
}

.km-history:after, .km-history:before {
  content: "\e0e7";
}

.km-home:after, .km-home:before {
  content: "\e0dd";
}

.km-about:after, .km-about:before, .km-info:after, .km-info:before {
  content: "\e0de";
}

.km-minus:after, .km-minus:before {
  content: "\e033";
}

.km-more:after, .km-more:before {
  content: "\e0e0";
}

.km-mostrecent:after, .km-mostrecent:before {
  content: "\e0cc";
}

.km-mostviewed:after, .km-mostviewed:before {
  content: "\e0d6";
}

.km-organize:after, .km-organize:before {
  content: "\e0eb";
}

.km-pause:after, .km-pause:before {
  content: "\e0e3";
}

.km-play:after, .km-play:before {
  content: "\e0e5";
}

.km-plus:after, .km-plus:before {
  content: "\e032";
}

.km-recents:after, .km-recents:before {
  content: "\e0d2";
}

.km-refresh:after, .km-refresh:before {
  content: "\e0e6";
}

.km-reply:after, .km-reply:before {
  content: "\e0ed";
}

.km-rewind:after, .km-rewind:before {
  content: "\e0e8";
}

.km-search:after, .km-search:before {
  content: "\e0e9";
}

.km-settings:after, .km-settings:before {
  content: "\e0da";
}

.km-share:after, .km-share:before {
  content: "\e0df";
}

.km-sounds:after, .km-sounds:before, .km-volume:after, .km-volume:before {
  content: "\e0ef";
}

.km-stop:after, .km-stop:before {
  content: "\e0ea";
}

.km-wifi:after, .km-wifi:before {
  content: "\e0f0";
}

.km-drawer-icon:after, .km-drawer-icon:before, .km-hamburger:after, .km-hamburger:before {
  content: "\e105";
}

.km-root .km-pane .km-icon.km-check {
  -webkit-background-clip: initial;
}

.km-root .km-pane .km-check:checked:after, .km-widget .km-check:checked:after {
  content: "\e227";
}

.km-android .km-more:after, .km-android .km-more:before {
  content: "\e0e1";
}

.km-meego .km-more:after, .km-meego .km-more:before {
  content: "\e0f1";
}

.km-wp .km-load-more .km-icon:after, .km-wp .km-loading:after, .km-wp .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}

.km-meego .km-load-more .km-icon:after, .km-meego .km-loading:after, .km-meego .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}

.km-android .km-load-more .km-icon:after, .km-root .km-android .km-loading:after, .km-root .km-android .km-scroller-refresh .km-icon:after {
  content: "\e0f6";
}

.km-scroller-pull .km-icon:after {
  content: "\e0f2";
}

.km-icon.km-phone:after, .km-ios7 .km-state-active .km-phone:after {
  content: "\e326";
}

.km-ios7 .km-detaildisclose:after {
  content: "i";
}

.km-ios7 .km-action:after {
  content: "\e1ff";
}

.km-ios7 .km-add:after {
  content: "\e200";
}

.km-ios7 .km-mostrecent:after {
  content: "\e201";
}

.km-ios7 .km-battery:after {
  content: "\e203";
}

.km-ios7 .km-bookmarks:after {
  content: "\e204";
}

.km-ios7 .km-camera:after {
  content: "\e205";
}

.km-ios7 .km-cart:after {
  content: "\e206";
}

.km-ios7 .km-recents:after {
  content: "\e207";
}

.km-ios7 .km-download:after, .km-ios7 .km-downloads:after {
  content: "\e209";
}

.km-ios7 .km-edit:after {
  content: "\e20a";
}

.km-ios7 .km-mostviewed:after {
  content: "\e20b";
}

.km-ios7 .km-favorites:after, .km-ios7 .km-toprated:after {
  content: "\e20c";
}

.km-ios7 .km-featured:after {
  content: "\e20d";
}

.km-ios7 .km-fastforward:after {
  content: "\e20e";
}

.km-ios7 .km-settings:after {
  content: "\e20f";
}

.km-ios7 .km-globe:after {
  content: "\e211";
}

.km-ios7 .km-home:after {
  content: "\e212";
}

.km-ios7 .km-about:after, .km-ios7 .km-info:after {
  content: "\e213";
}

.km-ios7 .km-share:after {
  content: "\e214";
}

.km-ios7 .km-more:after {
  content: "\e215";
}

.km-ios7 .km-details:after {
  content: "\e217";
}

.km-ios7 .km-pause:after {
  content: "\e218";
}

.km-ios7 .km-contacts:after {
  content: "\e219";
}

.km-ios7 .km-play:after {
  content: "\e21a";
}

.km-ios7 .km-refresh:after {
  content: "\e21b";
}

.km-ios7 .km-history:after {
  content: "\e21c";
}

.km-ios7 .km-rewind:after {
  content: "\e21d";
}

.km-ios7 .km-search:after {
  content: "\e21e";
}

.km-ios7 .km-stop:after {
  content: "\e21f";
}

.km-ios7 .km-organize:after {
  content: "\e220";
}

.km-ios7 .km-delete:after, .km-ios7 .km-trash:after {
  content: "\e221";
}

.km-ios7 .km-reply:after {
  content: "\e222";
}

.km-ios7 .km-forward:after {
  content: "\e223";
}

.km-ios7 .km-sounds:after, .km-ios7 .km-volume:after {
  content: "\e224";
}

.km-ios7 .km-wifi:after {
  content: "\e225";
}

.km-ios7 .km-phone:after {
  content: "\e226";
}

.km-ios7 .km-state-active .km-action:after {
  content: "\e2ff";
}

.km-ios7 .km-state-active .km-add:after {
  content: "\e300";
}

.km-ios7 .km-state-active .km-mostrecent:after {
  content: "\e301";
}

.km-ios7 .km-state-active .km-battery:after {
  content: "\e303";
}

.km-ios7 .km-state-active .km-bookmarks:after {
  content: "\e304";
}

.km-ios7 .km-state-active .km-camera:after {
  content: "\e305";
}

.km-ios7 .km-state-active .km-cart:after {
  content: "\e306";
}

.km-ios7 .km-state-active .km-recents:after {
  content: "\e307";
}

.km-ios7 .km-state-active .km-download:after, .km-ios7 .km-state-active .km-downloads:after {
  content: "\e309";
}

.km-ios7 .km-state-active .km-edit:after {
  content: "\e30a";
}

.km-ios7 .km-state-active .km-mostviewed:after {
  content: "\e30b";
}

.km-ios7 .km-state-active .km-favorites:after, .km-ios7 .km-state-active .km-toprated:after {
  content: "\e30c";
}

.km-ios7 .km-state-active .km-featured:after {
  content: "\e30d";
}

.km-ios7 .km-state-active .km-fastforward:after {
  content: "\e30e";
}

.km-ios7 .km-state-active .km-settings:after {
  content: "\e30f";
}

.km-ios7 .km-state-active .km-globe:after {
  content: "\e311";
}

.km-ios7 .km-state-active .km-home:after {
  content: "\e312";
}

.km-ios7 .km-state-active .km-about:after, .km-ios7 .km-state-active .km-info:after {
  content: "\e313";
}

.km-ios7 .km-state-active .km-share:after {
  content: "\e314";
}

.km-ios7 .km-state-active .km-more:after {
  content: "\e315";
}

.km-ios7 .km-state-active .km-details:after {
  content: "\e317";
}

.km-ios7 .km-state-active .km-pause:after {
  content: "\e318";
}

.km-ios7 .km-state-active .km-contacts:after {
  content: "\e319";
}

.km-ios7 .km-state-active .km-play:after {
  content: "\e31a";
}

.km-ios7 .km-state-active .km-refresh:after {
  content: "\e31b";
}

.km-ios7 .km-state-active .km-history:after {
  content: "\e31c";
}

.km-ios7 .km-state-active .km-rewind:after {
  content: "\e31d";
}

.km-ios7 .km-state-active .km-search:after {
  content: "\e31e";
}

.km-ios7 .km-state-active .km-stop:after {
  content: "\e31f";
}

.km-ios7 .km-state-active .km-organize:after {
  content: "\e320";
}

.km-ios7 .km-state-active .km-delete:after, .km-ios7 .km-state-active .km-trash:after {
  content: "\e321";
}

.km-ios7 .km-state-active .km-reply:after {
  content: "\e322";
}

.km-ios7 .km-state-active .km-forward:after {
  content: "\e323";
}

.km-ios7 .km-state-active .km-sounds:after, .km-ios7 .km-state-active .km-volume:after {
  content: "\e324";
}

.km-ios7 .km-state-active .km-wifi:after {
  content: "\e325";
}

.km-arrowdown:after, .km-arrowdown:before {
  content: "\e002";
}

.km-wp .km-scroller-pull .km-icon:after {
  content: "\e0d4";
}

.km-on-wp.km-app .km-filter-wrap:before, .km-on-wp.km-app .km-icon:after, .km-on-wp.km-app .km-state-active .km-icon:after {
  color: transparent;
  background-image: url(/res/use/img/wp8_icons.png);
  background-size: auto 100%;
  height: 1em;
  margin-top: 0;
  vertical-align: middle;
}

.km-wp-light.km-app .km-filter-wrap:before, .km-wp-light.km-app .km-icon:after {
  background-image: url(/res/use/img/wp8_inverseicons.png);
}

.km-on-wp.km-app .km-icon {
  line-height: 1em;
}

.km-on-wp.km-app .km-icon:before {
  display: none;
}

.km-on-wp.km-app .km-action:after {
  background-position-x: 20%;
}

.km-on-wp.km-app .km-add:after, .km-on-wp.km-app .km-filter-reset .km-clear:after {
  background-position-x: 22%;
}

.km-on-wp.km-app .km-battery:after {
  background-position-x: 24%;
}

.km-on-wp.km-app .km-bookmarks:after {
  background-position-x: 26%;
}

.km-on-wp.km-app .km-camera:after {
  background-position-x: 28%;
}

.km-on-wp.km-app .km-cart:after {
  background-position-x: 30%;
}

.km-on-wp.km-app .km-compose:after, .km-on-wp.km-app .km-edit:after {
  background-position-x: 32%;
}

.km-on-wp.km-app .km-contacts:after {
  background-position-x: 34%;
}

.km-on-wp.km-app .km-delete:after, .km-on-wp.km-app .km-trash:after {
  background-position-x: 36%;
}

.km-on-wp.km-app .km-details:after {
  background-position-x: 38%;
}

.km-on-wp.km-app .km-download:after, .km-on-wp.km-app .km-downloads:after {
  background-position-x: 40%;
}

.km-on-wp.km-app .km-fastforward:after {
  background-position-x: 42%;
}

.km-on-wp.km-app .km-favorites:after, .km-on-wp.km-app .km-toprated:after {
  background-position-x: 44%;
}

.km-on-wp.km-app .km-featured:after {
  background-position-x: 46%;
}

.km-on-wp.km-app .km-globe:after {
  background-position-x: 48%;
}

.km-on-wp.km-app .km-history:after {
  background-position-x: 50%;
}

.km-on-wp.km-app .km-home:after {
  background-position-x: 52%;
}

.km-on-wp.km-app .km-about:after, .km-on-wp.km-app .km-info:after {
  background-position-x: 54%;
}

.km-on-wp.km-app .km-more:after {
  background-position-x: 56%;
}

.km-on-wp.km-app .km-mostrecent:after {
  background-position-x: 58%;
}

.km-on-wp.km-app .km-mostviewed:after {
  background-position-x: 60%;
}

.km-on-wp.km-app .km-organize:after {
  background-position-x: 62%;
}

.km-on-wp.km-app .km-pause:after {
  background-position-x: 64%;
}

.km-on-wp.km-app .km-play:after {
  background-position-x: 66%;
}

.km-on-wp.km-app .km-recents:after {
  background-position-x: 68%;
}

.km-on-wp.km-app .km-refresh:after {
  background-position-x: 70%;
}

.km-on-wp.km-app .km-reply:after {
  background-position-x: 72%;
}

.km-on-wp.km-app .km-rewind:after {
  background-position-x: 74%;
}

.km-on-wp.km-app .km-filter-wrap:before, .km-on-wp.km-app .km-search:after {
  background-position-x: 76%;
}

.km-on-wp.km-app .km-settings:after {
  background-position-x: 78%;
}

.km-on-wp.km-app .km-share:after {
  background-position-x: 80%;
}

.km-on-wp.km-app .km-sounds:after, .km-on-wp.km-app .km-volume:after {
  background-position-x: 82%;
}

.km-on-wp.km-app .km-stop:after {
  background-position-x: 84%;
}

.km-on-wp.km-app .km-wifi:after {
  background-position-x: 86%;
}

.km-on-wp.km-app.km-android .km-more:after {
  background-position-x: 88%;
}

.km-on-wp.km-app.km-meego .km-more:after {
  background-position-x: 90%;
}

.km-on-wp.km-app.km-meego .km-load-more .km-icon:after, .km-on-wp.km-app.km-meego .km-loading:after, .km-on-wp.km-app.km-meego .km-scroller-refresh .km-icon:after {
  background-position-x: 94%;
}

.km-on-wp.km-app .km-scroller-pull .km-icon:after {
  background-position-x: 100%;
}

.km-on-wp.km-app .km-filter-wrap:before {
  display: inline-block;
  content: " ";
}

.km-on-wp.km-app .km-filter-reset .km-clear:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.km-list .km-icon-label.k-i-arrow-e:before {
  content: "\e000";
}

.km-list .km-icon-label.k-i-arrow-n:before {
  content: "\e001";
}

.km-list .km-icon-label.k-i-arrow-s:before {
  content: "\e002";
}

.km-list .km-icon-label.k-i-arrow-w:before {
  content: "\e003";
}

.km-list .km-icon-label.k-i-arrow-ne:before {
  content: "\e004";
}

.km-list .km-icon-label.k-i-arrow-nw:before {
  content: "\e005";
}

.km-list .km-icon-label.k-i-arrow-se:before {
  content: "\e006";
}

.km-list .km-icon-label.k-i-arrow-sw:before {
  content: "\e007";
}

.km-list .km-icon-label.k-i-seek-e:before {
  content: "\e008";
}

.km-list .km-icon-label.k-i-seek-n:before {
  content: "\e009";
}

.km-list .km-icon-label.k-i-seek-s:before {
  content: "\e00a";
}

.km-list .km-icon-label.k-i-seek-w:before {
  content: "\e00b";
}

.km-list .km-icon-label.k-i-sarrow-e:before, .km-list .km-icon-label.k-si-arrow-e:before {
  content: "\e00c";
}

.km-list .km-icon-label.k-i-sarrow-n:before, .km-list .km-icon-label.k-si-arrow-n:before {
  content: "\e00d";
}

.km-list .km-icon-label.k-i-sarrow-s:before, .km-list .km-icon-label.k-si-arrow-s:before {
  content: "\e00e";
}

.km-list .km-icon-label.k-i-sarrow-w:before, .km-list .km-icon-label.k-si-arrow-w:before {
  content: "\e00f";
}

.km-list .km-icon-label.k-i-arrowhead-e:before {
  content: "\e010";
}

.km-list .km-icon-label.k-i-arrowhead-n:before {
  content: "\e011";
}

.km-list .km-icon-label.k-i-arrowhead-s:before {
  content: "\e012";
}

.km-list .km-icon-label.k-i-arrowhead-w:before {
  content: "\e013";
}

.km-list .km-icon-label.k-i-arrowhead-ew:before {
  content: "\e014";
}

.km-list .km-icon-label.k-i-arrowhead-ns:before {
  content: "\e015";
}

.km-list .km-icon-label.k-i-move:before {
  content: "\e016";
}

.km-list .km-icon-label.k-i-resize:before {
  content: "\e017";
}

.km-list .km-icon-label.k-i-resize-45:before {
  content: "\e018";
}

.km-list .km-icon-label.k-i-resize-135:before {
  content: "\e019";
}

.km-list .km-icon-label.k-i-resize-h:before {
  content: "\e01a";
}

.km-list .km-icon-label.k-i-resize-v:before {
  content: "\e01b";
}

.km-list .km-icon-label.k-i-refresh:before {
  content: "\e01c";
}

.km-list .km-icon-label.k-i-refresh-rev:before {
  content: "\e01d";
}

.km-list .km-icon-label.k-i-srefresh:before, .km-list .km-icon-label.k-si-refresh:before {
  content: "\e01e";
}

.km-list .km-icon-label.k-s-srefresh-rev:before, .km-list .km-icon-label.k-si-refresh-rev:before {
  content: "\e01f";
}

.km-list .km-icon-label.k-i-turn-en:before {
  content: "\e020";
}

.km-list .km-icon-label.k-i-turn-es:before {
  content: "\e021";
}

.km-list .km-icon-label.k-i-turn-ne:before {
  content: "\e022";
}

.km-list .km-icon-label.k-i-turn-nw:before {
  content: "\e023";
}

.km-list .km-icon-label.k-i-turn-se:before {
  content: "\e024";
}

.km-list .km-icon-label.k-i-turn-sw:before {
  content: "\e025";
}

.km-list .km-icon-label.k-i-turn-wn:before {
  content: "\e026";
}

.km-list .km-icon-label.k-i-turn-ws:before {
  content: "\e027";
}

.km-list .km-icon-label.k-i-uturn-e:before {
  content: "\e028";
}

.km-list .km-icon-label.k-i-uturn-e-rev:before {
  content: "\e029";
}

.km-list .km-icon-label.k-i-uturn-n:before {
  content: "\e02a";
}

.km-list .km-icon-label.k-i-uturn-n-rev:before {
  content: "\e02b";
}

.km-list .km-icon-label.k-i-uturn-s:before {
  content: "\e02c";
}

.km-list .km-icon-label.k-i-uturn-s-rev:before {
  content: "\e02d";
}

.km-list .km-icon-label.k-i-uturn-w:before {
  content: "\e02e";
}

.km-list .km-icon-label.k-i-uturn-w-rev:before {
  content: "\e02f";
}

.km-list .km-icon-label.k-i-tick-sign:before {
  content: "\e030";
}

.km-list .km-icon-label.k-i-close-sign:before {
  content: "\e031";
}

.km-list .km-icon-label.k-i-plus-sign:before {
  content: "\e032";
}

.km-list .km-icon-label.k-i-minus-sign:before {
  content: "\e033";
}

.km-list .km-icon-label.k-i-splus-sign:before, .km-list .km-icon-label.k-si-plus-sign:before {
  content: "\e034";
}

.km-list .km-icon-label.k-i-sminus-sign:before, .km-list .km-icon-label.k-si-minus-sign:before {
  content: "\e035";
}

.km-list .km-icon-label.k-i-cancel:before {
  content: "\e036";
}

.km-list .km-icon-label.k-i-tick:before {
  content: "\e037";
}

.km-list .km-icon-label.k-i-close:before {
  content: "\e038";
}

.km-list .km-icon-label.k-i-plus:before {
  content: "\e039";
}

.km-list .km-icon-label.k-i-minus:before {
  content: "\e03a";
}

.km-list .km-icon-label.k-i-splus:before, .km-list .km-icon-label.k-si-plus:before {
  content: "\e03b";
}

.km-list .km-icon-label.k-i-sminus:before, .km-list .km-icon-label.k-si-minus:before {
  content: "\e03c";
}

.km-list .km-icon-label.k-i-stop:before {
  content: "\e03d";
}

.km-list .km-icon-label.k-i-pause:before {
  content: "\e03e";
}

.km-list .km-icon-label.k-i-eject:before {
  content: "\e03f";
}

.km-list .km-icon-label.k-i-volume-off:before {
  content: "\e040";
}

.km-list .km-icon-label.k-i-volume-low:before {
  content: "\e041";
}

.km-list .km-icon-label.k-i-volume-high:before {
  content: "\e042";
}

.km-list .km-icon-label.k-i-earphones:before {
  content: "\e043";
}

.km-list .km-icon-label.k-i-heart:before {
  content: "\e044";
}

.km-list .km-icon-label.k-i-heart-empty:before {
  content: "\e045";
}

.km-list .km-icon-label.k-i-heart-half:before {
  content: "\e046";
}

.km-list .km-icon-label.k-i-star:before {
  content: "\e047";
}

.km-list .km-icon-label.k-i-star-empty:before {
  content: "\e048";
}

.km-list .km-icon-label.k-i-star-half:before {
  content: "\e049";
}

.km-list .km-icon-label.k-i-star-half-empty:before {
  content: "\e04a";
}

.km-list .km-icon-label.k-i-chart-column:before {
  content: "\e04b";
}

.km-list .km-icon-label.k-i-chart-bar:before {
  content: "\e04c";
}

.km-list .km-icon-label.k-i-chart-pie:before {
  content: "\e04d";
}

.km-list .km-icon-label.k-i-chart-donut:before {
  content: "\e04e";
}

.km-list .km-icon-label.k-i-chart-line:before {
  content: "\e04f";
}

.km-list .km-icon-label.k-i-chart-area:before {
  content: "\e050";
}

.km-list .km-icon-label.k-i-chart-donut:before {
  content: "\e051";
}

.km-list .km-icon-label.k-i-align-left:before {
  content: "\e052";
}

.km-list .km-icon-label.k-i-align-center:before {
  content: "\e053";
}

.km-list .km-icon-label.k-i-align-right:before {
  content: "\e054";
}

.km-list .km-icon-label.k-i-align-justify:before {
  content: "\e055";
}

.km-list .km-icon-label.k-i-align-clear:before {
  content: "\e056";
}

.km-list .km-icon-label.k-i-bold:before {
  content: "\e057";
}

.km-list .km-icon-label.k-i-bold-sans:before {
  content: "\e058";
}

.km-list .km-icon-label.k-i-italic:before {
  content: "\e059";
}

.km-list .km-icon-label.k-i-italic-sans:before {
  content: "\e05a";
}

.km-list .km-icon-label.k-i-underline:before {
  content: "\e05b";
}

.km-list .km-icon-label.k-i-underline-sans:before {
  content: "\e05c";
}

.km-list .km-icon-label.k-i-strikethrough:before {
  content: "\e05d";
}

.km-list .km-icon-label.k-i-strikethrough-sans:before {
  content: "\e05e";
}

.km-list .km-icon-label.k-i-font-a:before {
  content: "\e05f";
}

.km-list .km-icon-label.k-i-font-a-sans:before {
  content: "\e060";
}

.km-list .km-icon-label.k-i-font-t:before {
  content: "\e061";
}

.km-list .km-icon-label.k-i-font-t-sans:before {
  content: "\e062";
}

.km-list .km-icon-label.k-i-brightness:before {
  content: "\e063";
}

.km-list .km-icon-label.k-i-brightness-contrast:before {
  content: "\e064";
}

.km-list .km-icon-label.k-i-contrast:before {
  content: "\e065";
}

.km-list .km-icon-label.k-i-crop:before {
  content: "\e066";
}

.km-list .km-icon-label.k-i-mirror:before {
  content: "\e067";
}

.km-list .km-icon-label.k-i-flip-h:before {
  content: "\e068";
}

.km-list .km-icon-label.k-i-flip-v:before {
  content: "\e069";
}

.km-list .km-icon-label.k-i-rotate:before {
  content: "\e06a";
}

.km-list .km-icon-label.k-i-rotate-rev:before {
  content: "\e06b";
}

.km-list .km-icon-label.k-i-filter:before {
  content: "\e06c";
}

.km-list .km-icon-label.k-i-filter-clear:before {
  content: "\e06d";
}

.km-list .km-icon-label.k-i-sort-asc:before {
  content: "\e06e";
}

.km-list .km-icon-label.k-i-sort-desc:before {
  content: "\e06f";
}

.km-list .km-icon-label.k-i-sort-clear:before {
  content: "\e070";
}

.km-list .km-icon-label.k-i-indent:before {
  content: "\e071";
}

.km-list .km-icon-label.k-i-outdent:before {
  content: "\e072";
}

.km-list .km-icon-label.k-i-hyperlink:before {
  content: "\e073";
}

.km-list .km-icon-label.k-i-hyperlink-clear:before {
  content: "\e074";
}

.km-list .km-icon-label.k-i-hyperlink-ext:before {
  content: "\e075";
}

.km-list .km-icon-label.k-si-hyperlink-ext:before {
  content: "\e076";
}

.km-list .km-icon-label.k-i-ul:before {
  content: "\e077";
}

.km-list .km-icon-label.k-si-ul:before {
  content: "\e078";
}

.km-list .km-icon-label.k-i-paint:before {
  content: "\e079";
}

.km-list .km-icon-label.k-i-paste:before {
  content: "\e07a";
}

.km-list .km-icon-label.k-i-pencil:before {
  content: "\e07b";
}

.km-list .km-icon-label.k-i-image:before {
  content: "\e07c";
}

.km-list .km-icon-label.k-i-image-add:before {
  content: "\e07d";
}

.km-list .km-icon-label.k-i-print:before {
  content: "\e07e";
}

.km-list .km-icon-label.k-i-zoom:before {
  content: "\e07f";
}

.km-list .km-icon-label.k-i-zoom-in:before {
  content: "\e080";
}

.km-list .km-icon-label.k-i-zoom-out:before {
  content: "\e081";
}

.km-list .km-icon-label.k-i-asterisk:before {
  content: "\e082";
}

.km-list .km-icon-label.k-i-clip:before {
  content: "\e083";
}

.km-list .km-icon-label.k-i-clip-45:before {
  content: "\e084";
}

.km-list .km-icon-label.k-i-qrcode:before {
  content: "\e085";
}

.km-list .km-icon-label.k-i-book:before {
  content: "\e086";
}

.km-list .km-icon-label.k-i-bookmark:before {
  content: "\e087";
}

.km-list .km-icon-label.k-i-briefcase:before {
  content: "\e088";
}

.km-list .km-icon-label.k-i-calendar:before {
  content: "\e089";
}

.km-list .km-icon-label.k-i-camera-still:before {
  content: "\e08a";
}

.km-list .km-icon-label.k-i-camera-video:before {
  content: "\e08b";
}

.km-list .km-icon-label.k-i-certificate:before {
  content: "\e08c";
}

.km-list .km-icon-label.k-i-clock:before {
  content: "\e08d";
}

.km-list .km-icon-label.k-i-cloud:before {
  content: "\e08e";
}

.km-list .km-icon-label.k-i-collapse:before {
  content: "\e08f";
}

.km-list .km-icon-label.k-i-columns:before {
  content: "\e090";
}

.km-list .km-icon-label.k-i-comment:before {
  content: "\e091";
}

.km-list .km-icon-label.k-i-comment-empty:before {
  content: "\e092";
}

.km-list .km-icon-label.k-i-comments:before {
  content: "\e093";
}

.km-list .km-icon-label.k-i-comments-empty:before {
  content: "\e094";
}

.km-list .km-icon-label.k-i-credit-card:before {
  content: "\e095";
}

.km-list .km-icon-label.k-i-download:before {
  content: "\e096";
}

.km-list .km-icon-label.k-i-draghandle:before {
  content: "\e097";
}

.km-list .km-icon-label.k-si-draghandle:before {
  content: "\e098";
}

.km-list .km-icon-label.k-i-envelop:before {
  content: "\e099";
}

.km-list .km-icon-label.k-i-envelop-open:before {
  content: "\e09a";
}

.km-list .km-icon-label.k-i-eye:before {
  content: "\e09b";
}

.km-list .km-icon-label.k-i-file:before {
  content: "\e09c";
}

.km-list .km-icon-label.k-i-file-add:before {
  content: "\e09d";
}

.km-list .km-icon-label.k-i-film:before {
  content: "\e09e";
}

.km-list .km-icon-label.k-i-flag:before {
  content: "\e09f";
}

.km-list .km-icon-label.k-i-folder-add:before {
  content: "\e0a0";
}

.km-list .km-icon-label.k-i-folder:before {
  content: "\e0a1";
}

.km-list .km-icon-label.k-i-folder-open:before {
  content: "\e0a2";
}

.km-list .km-icon-label.k-i-folder-up:before {
  content: "\e0a3";
}

.km-list .km-icon-label.k-i-gear:before {
  content: "\e0a4";
}

.km-list .km-icon-label.k-si-gear:before {
  content: "\e0a5";
}

.km-list .km-icon-label.k-i-transmit:before {
  content: "\e0a6";
}

.km-list .km-icon-label.k-i-beer:before {
  content: "\e0a7";
}

.km-list .km-icon-label.k-i-cocktail:before {
  content: "\e0a8";
}

.km-list .km-icon-label.k-i-coffee:before {
  content: "\e0a9";
}

.km-list .km-icon-label.k-i-wine:before {
  content: "\e0aa";
}

.km-list .km-icon-label.k-i-grid:before {
  content: "\e0ab";
}

.km-list .km-icon-label.k-i-thumbs:before {
  content: "\e0ac";
}

.km-list .km-icon-label.k-i-split-h:before {
  content: "\e0ad";
}

.km-list .km-icon-label.k-i-split-v:before {
  content: "\e0ae";
}

.km-list .km-icon-label.k-i-home:before {
  content: "\e0af";
}

.km-list .km-icon-label.k-i-inbox:before {
  content: "\e0b0";
}

.km-list .km-icon-label.k-i-key:before {
  content: "\e0b1";
}

.km-list .km-icon-label.k-i-login:before {
  content: "\e0b2";
}

.km-list .km-icon-label.k-i-logout:before {
  content: "\e0b3";
}

.km-list .km-icon-label.k-i-place:before {
  content: "\e0b4";
}

.km-list .km-icon-label.k-i-megaphone:before {
  content: "\e0b5";
}

.km-list .km-icon-label.k-i-note:before {
  content: "\e0b6";
}

.km-list .km-icon-label.k-i-pin:before {
  content: "\e0b7";
}

.km-list .km-icon-label.k-i-unpin:before {
  content: "\e0b8";
}

.km-list .km-icon-label.k-i-power:before {
  content: "\e0b9";
}

.km-list .km-icon-label.k-i-progress-bars:before {
  content: "\e0ba";
}

.km-list .km-icon-label.k-i-road:before {
  content: "\e0bb";
}

.km-list .km-icon-label.k-i-rss:before {
  content: "\e0bc";
}

.km-list .km-icon-label.k-i-floppy:before {
  content: "\e0bd";
}

.km-list .km-icon-label.k-i-sitemap:before {
  content: "\e0be";
}

.km-list .km-icon-label.k-i-tag-45:before {
  content: "\e0bf";
}

.km-list .km-icon-label.k-i-tag-h:before {
  content: "\e0c0";
}

.km-list .km-icon-label.k-i-thunderbolt:before {
  content: "\e0c1";
}

.km-list .km-icon-label.k-i-tooltip:before {
  content: "\e0c2";
}

.km-list .km-icon-label.k-i-trash:before {
  content: "\e0c3";
}

.km-list .km-icon-label.k-i-trophy:before {
  content: "\e0c4";
}

.km-list .km-icon-label.k-i-ungroup:before {
  content: "\e0c5";
}

.km-list .km-icon-label.k-i-upload:before {
  content: "\e0c6";
}

.km-list .km-icon-label.k-i-window:before {
  content: "\e0c7";
}

.km-list .km-icon-label.k-i-tiles:before {
  content: "\e0c8";
}

.km-list .km-icon-label.k-i-wrench:before {
  content: "\e0c9";
}

.km-list .km-icon-label.k-i-action:before {
  content: "\e0ca";
}

.km-list .km-icon-label.k-i-add:before {
  content: "\e0cb";
}

.km-list .km-icon-label.k-i-add-inv:before {
  content: "\e0cc";
}

.km-list .km-icon-label.k-i-armchair:before {
  content: "\e0cd";
}

.km-list .km-icon-label.k-i-battery:before {
  content: "\e0ce";
}

.km-list .km-icon-label.k-i-book-open:before {
  content: "\e0cf";
}

.km-list .km-icon-label.k-i-camera:before {
  content: "\e0d0";
}

.km-list .km-icon-label.k-i-cart:before {
  content: "\e0d1";
}

.km-list .km-icon-label.k-i-time:before {
  content: "\e0d2";
}

.km-list .km-icon-label.k-i-coffee-card:before {
  content: "\e0d3";
}

.km-list .km-icon-label.k-i-download-arrow:before {
  content: "\e0d4";
}

.km-list .km-icon-label.k-i-edit:before {
  content: "\e0d5";
}

.km-list .km-icon-label.k-i-faves:before {
  content: "\e0d6";
}

.km-list .km-icon-label.k-i-star:before {
  content: "\e0d7";
}

.km-list .km-icon-label.k-i-featured:before {
  content: "\e0d8";
}

.km-list .km-icon-label.k-i-forward:before {
  content: "\e0d9";
}

.km-list .km-icon-label.k-i-cog:before {
  content: "\e0da";
}

.km-list .km-icon-label.k-i-globe:before {
  content: "\e0db";
}

.km-list .km-icon-label.k-i-globe-inv:before {
  content: "\e0dc";
}

.km-list .km-icon-label.k-i-house:before {
  content: "\e0dd";
}

.km-list .km-icon-label.k-i-info:before {
  content: "\e0de";
}

.km-list .km-icon-label.k-i-share:before {
  content: "\e0df";
}

.km-list .km-icon-label.k-i-more-h:before {
  content: "\e0e0";
}

.km-list .km-icon-label.k-i-more-v:before {
  content: "\e0e1";
}

.km-list .km-icon-label.k-i-next:before {
  content: "\e0e2";
}

.km-list .km-icon-label.k-i-pause-a:before {
  content: "\e0e3";
}

.km-list .km-icon-label.k-i-user:before {
  content: "\e0e4";
}

.km-list .km-icon-label.k-i-play-a:before {
  content: "\e0e5";
}

.km-list .km-icon-label.k-i-refresh-a:before {
  content: "\e0e6";
}

.km-list .km-icon-label.k-i-reset:before {
  content: "\e0e7";
}

.km-list .km-icon-label.k-i-rewind:before {
  content: "\e0e8";
}

.km-list .km-icon-label.k-i-search-a:before {
  content: "\e0e9";
}

.km-list .km-icon-label.k-i-stop-a:before {
  content: "\e0ea";
}

.km-list .km-icon-label.k-i-tiles-a:before {
  content: "\e0eb";
}

.km-list .km-icon-label.k-i-trash-a:before {
  content: "\e0ec";
}

.km-list .km-icon-label.k-i-undo:before {
  content: "\e0ed";
}

.km-list .km-icon-label.k-i-redo:before {
  content: "\e0ee";
}

.km-list .km-icon-label.k-i-volume-a:before {
  content: "\e0ef";
}

.km-list .km-icon-label.k-i-wifi:before {
  content: "\e0f0";
}

.km-list .km-icon-label.k-i-more-lines:before {
  content: "\e0f1";
}

.km-list .km-icon-label.k-i-pull-to-ref:before {
  content: "\e0f2";
}

.km-list .km-icon-label.k-i-loading-android:before {
  content: "\e0f3";
}

.km-list .km-icon-label.k-i-loading-blackberry:before {
  content: "\e0f4";
}

.km-list .km-icon-label.k-i-loading-meego:before {
  content: "\e0f5";
}

.km-list .km-icon-label.k-i-loading-custom:before {
  content: "\e0f6";
}

.km-list .km-icon-label.k-i-loading-ios:before {
  content: "\e0f7";
}

.km-list .km-icon-label.k-i-bug:before {
  content: "\e0f8";
}

.km-list .km-icon-label.k-i-info:before {
  content: "\e0f9";
}

.km-list .km-icon-label.k-i-warning:before {
  content: "\e0fa";
}

.km-list .km-icon-label.k-i-question:before {
  content: "\e0fb";
}

.km-list .km-icon-label.k-i-insert-n:before {
  content: "\e0fc";
}

.km-list .km-icon-label.k-i-insert-m:before {
  content: "\e0fd";
}

.km-list .km-icon-label.k-i-insert-s:before {
  content: "\e0fe";
}

.km-list .km-icon-label.k-i-lock:before {
  content: "\e0ff";
}

.km-list .km-icon-label.k-i-unlock:before {
  content: "\e100";
}

.km-list .km-icon-label.k-i-phone:before {
  content: "\e101";
}

.km-list .km-icon-label.k-i-tablet:before {
  content: "\e102";
}

.km-list .km-icon-label.k-i-ol:before {
  content: "\e103";
}

.km-list .km-icon-label.k-i-barcode:before {
  content: "\e104";
}

.km-list .km-icon-label.k-i-html5:before {
  content: "\e105";
}

.km-list .km-icon-label.k-i-css3:before {
  content: "\e106";
}

.km-list .km-icon-label.k-i-kendoui:before {
  content: "\e107";
}

.km-list .km-icon-label.k-i-telerik:before {
  content: "\e108";
}

.km-list .km-icon-label.k-i-icenium:before {
  content: "\e109";
}

.km-list .km-icon-label.k-i-sitefinity:before {
  content: "\e10a";
}

.km-list .km-icon-label.k-i-twitter:before {
  content: "\e10b";
}

.km-list .km-icon-label.k-i-linkedin:before {
  content: "\e10c";
}

.km-list .km-icon-label.k-i-facebook:before {
  content: "\e10d";
}

.km-list .km-icon-label.k-i-pinterest:before {
  content: "\e10e";
}

.km-list .km-icon-label.k-i-youtube:before {
  content: "\e10f";
}

.km-list .km-icon-label.k-i-vimeo:before {
  content: "\e110";
}

.km-list .km-icon-label.k-i-behance:before {
  content: "\e111";
}

.km-list .km-icon-label.k-i-dribbble:before {
  content: "\e112";
}

.km-list .km-icon-label.k-i-googleplus:before {
  content: "\e113";
}

.km-list .km-icon-label.k-i-minimize:before {
  content: "\e114";
}

.km-list .km-icon-label.k-i-html:before {
  content: "\e115";
}

.km-list .km-icon-label.k-i-group:before {
  content: "\e116";
}

.km-list .km-icon-label.k-i-subscript:before {
  content: "\e117";
}

.km-list .km-icon-label.k-i-superscript:before {
  content: "\e118";
}

.km-list .km-icon-label.k-i-drophere:before {
  content: "\e119";
}

.km-button {
  margin: 0;
  padding: 0.3em 0.8em;
  border-width: 1px;
  border-style: solid;
}

.km-button:hover {
  text-decoration: none;
}

.km-badge {
  border: 0;
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 5em;
}

.km-detail {
  border-radius: 5em;
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  border-width: 1px;
  border-style: solid;
}

.km-detaildisclose {
  min-width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}

.km-detaildisclose:after, .km-detaildisclose:before {
  left: 0.1em;
  top: 0.35em;
}

.km-detail .km-icon:before {
  display: none;
}

.km-buttongroup {
  vertical-align: middle;
  background: 0 0;
  padding: 0;
  margin: 0;
}

.km-buttongroup > * {
  padding: 0.36em 0.8em;
}

.km-buttongroup > :not(:first-child):not(:last-child) {
  border-radius: 0;
}

.km-widget.km-buttongroup > .km-state-active, .km-widget.km-buttongroup > :last-child {
  border-right-width: 1px;
}

.km-widget.km-buttongroup > .km-state-active + * {
  border-left-width: 0;
}

.km-navbar {
  border-width: 1px;
  border-style: solid;
}

.km-header .km-navbar {
  border-width: 0 0 1px;
}

.km-footer .km-navbar {
  border-width: 1px 0 0;
}

.km-tabstrip {
  padding: 0;
  display: table;
  table-layout: fixed;
}

.km-tabstrip .km-button {
  font-size: 0.7em;
  display: table-cell;
  border: 0;
}

.km-tabstrip .km-icon:before {
  display: none;
}

.km-switch {
  width: 4.2em;
  height: 1.9em;
  line-height: 1.76em;
  overflow: hidden;
  vertical-align: middle;
}

.km-switch-wrapper {
  overflow: hidden;
}

.km-switch-background {
  width: 118%;
  position: relative;
  left: -95%;
  margin-left: 0;
  background: currentcolor;
}

.km-switch .km-switch-background {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.km-switch-container {
  padding: 1px 0 1px 1px;
  border-width: 0;
}

.km-switch-handle {
  width: 1.6em;
  margin: 0 4px 0 0;
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 1px 0 1px currentcolor, 0 -1px 0 1px currentcolor;
}

.km-switch-label-off {
  left: 101%;
}

.km-switch-label-on {
  left: -171%;
}

.km-switch-label-off, .km-switch-label-on {
  text-shadow: none;
  width: 170%;
  font-size: 1em;
  line-height: 1.76em;
  vertical-align: middle;
  top: -2px;
}

.km-switch-container, .km-switch-wrapper {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  background-clip: content-box;
}

.km-list > li {
  border-style: solid;
  border-width: 0 0 1px 0;
}

.km-listgroupinset .km-list > li:first-child, .km-listinset > li:first-child {
  border-style: solid;
  border-width: 1px;
}

.km-listgroupinset .km-list > li, .km-listinset > li {
  border-width: 0 1px 1px 1px;
}

.km-listgroupinset .km-list > li:last-child, .km-listinset > li:last-child {
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.km-listgroupinset .km-list > li:first-child:last-child, .km-listinset > li:first-child:last-child {
  border-width: 1px;
}

.km-listview-link:after {
  border-color: currentcolor;
  border-width: 0.2rem 0.2rem 0 0;
}

.km-pane:not(.km-on-android) .km-listview-link:after {
  width: 0.66rem;
  height: 0.64rem;
  border-width: 0;
  box-shadow: inset -0.2rem 0.2rem 0;
}

.km-listgroupinset li:first-child > .km-listview-label, .km-listgroupinset li:first-child > .km-listview-link, .km-listinset li:first-child > .km-listview-label, .km-listinset li:first-child > .km-listview-link {
  border-radius: 2px 2px 0 0;
}

.km-listgroupinset li:last-child > .km-listview-label, .km-listgroupinset li:last-child > .km-listview-link, .km-listinset li:last-child > .km-listview-label, .km-listinset li:last-child > .km-listview-link {
  border-radius: 0 0 2px 2px;
}

.km-listgroupinset li:first-child:last-child > .km-listview-label, .km-listgroupinset li:first-child:last-child > .km-listview-link, .km-listinset li:first-child:last-child > .km-listview-label, .km-listinset li:first-child:last-child > .km-listview-link {
  border-radius: 2px;
}

.km-group-title {
  border-style: solid;
  border-width: 1px 0;
}

.km-scroll-header .km-group-title {
  border-width: 0 0 1px;
}

.km-listgroupinset .km-group-title {
  border: 0;
  background: 0 0;
}

.km-listview .km-switch {
  margin-top: -0.9rem;
}

.km-listview-wrapper form .km-filter-wrap > input {
  font-size: 1.2em;
  padding: 0.3em 1.8em;
}

.km-widget .km-filter-wrap:before {
  margin: 0.05em -1.2em 0 0.2em;
}

.km-filter-reset {
  margin: 0.05em 0 0 -2em;
}

.km-filter-reset .km-clear:after {
  content: "\e038";
}

.km-filter-wrap > input {
  border-width: 1px;
  border-style: solid;
}

.km-load-more {
  height: 3.4em;
}

.km-load-more .km-button {
  margin: 0 0.8em;
  display: block;
}

.km-scroller-refresh.km-load-more {
  padding: 0;
  position: relative;
  margin: auto;
}

.km-scroller-pull, .km-scroller-refresh.km-load-more {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  top: 0.25em;
  white-space: nowrap;
}

.km-scroller-pull {
  left: 50%;
  margin: 0 0 0 -90px;
}

.km-scroller-pull .km-template {
  position: absolute;
  line-height: 2em;
  font-size: 1.2em;
  min-width: 0;
  top: 0;
  left: 3em;
}

.km-scroller-pull .km-icon {
  margin-right: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

.km-scroller-pull .km-icon:after {
  content: "\e012";
  margin-left: -3px;
}

.km-scroller-refresh .km-icon:after {
  display: none;
}

.km-scroller-refresh .km-loading-left {
  margin-left: -0.18em;
}

.km-scroller-refresh .km-loading-right {
  margin-left: 0.28em;
}

.km-pages {
  padding-top: 0.5em;
}

.km-pages li {
  border-radius: 1em;
}

.km-list .k-dropdown-wrap, .km-list input[type=color], .km-list input[type=date], .km-list input[type=datetime-local], .km-list input[type=datetime], .km-list input[type=email], .km-list input[type=month], .km-list input[type=number], .km-list input[type=password], .km-list input[type=search], .km-list input[type=tel], .km-list input[type=text]:not(.k-input), .km-list input[type=time], .km-list input[type=url], .km-list input[type=week], .km-list select:not([multiple]), .km-list textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.1rem;
  min-width: 6em;
  border: 0;
  padding: 0.4em;
  outline: 0;
  background: 0 0;
}

.km-list .k-dropdown-wrap {
  padding: 0.2em;
}

.km-list .k-dropdown {
  margin-top: -1.05em;
  font-weight: 400;
}

.km-list .k-dropdown, .km-list input[type=color], .km-list input[type=date], .km-list input[type=datetime-local], .km-list input[type=datetime], .km-list input[type=month], .km-list input[type=time], .km-list input[type=week] {
  text-align: left;
}

.km-list .k-dropdown .k-dropdown-wrap {
  display: block;
  border-radius: 0;
  background: 0 0;
  box-shadow: none;
}

.km-listview-label input[type=checkbox] {
  margin-top: -0.7em;
}

.km-listview-label input[type=checkbox], .km-listview-label input[type=radio] {
  border-width: 1px;
  border-style: solid;
  width: 1.4em;
  height: 1.4em;
}

.km-listview-label input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  border-radius: 1em;
}

.km-listview-label input[type=checkbox]:after {
  content: " ";
  display: block;
  width: 90%;
  height: 76%;
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  -webkit-transform-origin: 10% 50%;
  -ms-transform-origin: 10% 50%;
  transform-origin: 10% 50%;
}

.km-listview-label input[type=checkbox]:checked:after {
  font-size: 1.4em;
}

.km-listview-label input[type=radio]:after {
  color: transparent;
}

.km-actionsheet > li > a {
  font-size: 1.4em;
  font-weight: 400;
  text-align: center;
}

.km-actionsheet {
  max-height: 80%;
}

.km-actionsheet > li > a {
  display: block;
}

.km-actionsheet > li:last-child > a {
  border: 0;
}

.km-popup li.km-actionsheet-title, .km-shim li.km-actionsheet-title {
  display: none;
}

.km-popup-wrapper {
  padding: 15px;
}

.km-popover-root .km-popup {
  border: 5px solid transparent;
}

.km-popover-root .km-popup .km-navbar, .km-popover-root .km-popup .km-tabstrip, .km-popover-root .km-popup .km-toolbar, .km-popover-root .km-popup .km-view {
  background: 0 0;
}

.km-popover-root .km-popup .km-header {
  padding: 0 5px;
  margin: -5px -5px 2px;
  -webkit-margin-collapse: separate;
}

.km-popup-arrow:after, .km-popup-arrow:before {
  border-style: solid;
  border-width: 0 15px 15px;
}

.km-down .km-popup-arrow:before {
  margin-top: -1px;
}

.km-up .km-popup-arrow:after, .km-up .km-popup-arrow:before {
  border-width: 15px 15px 0 15px;
}

.km-left .km-popup-arrow:after, .km-left .km-popup-arrow:before {
  border-width: 15px 0 15px 15px;
}

.km-right .km-popup-arrow:after, .km-right .km-popup-arrow:before {
  border-width: 15px 15px 15px 0;
}

.km-buttongroup > :first-child {
  border-radius: 3px 0 0 3px;
}

.km-buttongroup > :last-child {
  border-radius: 0 3px 3px 0;
}

.km-listgroupinset .km-list > li:first-child, .km-listinset > li:first-child, .km-popover-root .km-popup .km-header {
  border-radius: 3px 3px 0 0;
}

.km-listgroupinset .km-list > li:last-child, .km-listinset > li:last-child {
  border-radius: 0 0 3px 3px;
}

.km-actionsheet-wrapper.km-popup, .km-button, .km-filter-wrap > input, .km-listgroupinset .km-list > li:first-child:last-child, .km-listinset > li:first-child:last-child, .km-listview-label input[type=checkbox], .km-listview-label input[type=radio], .km-popover-root .km-popup, .km-switch-handle {
  border-radius: 3px;
}

.km-switch-background, .km-switch-container, .km-switch-wrapper {
  border-radius: 4px;
}

.km-actionsheet-wrapper.km-popup {
  padding: 3px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.km-content, .km-popover-root .km-content .km-widget, .km-widget {
  color: #444;
  background: #fff;
}

.km-navbar {
  color: #fff;
  background: #3f51b5;
}

.km-view {
  background: 0 0;
}

.km-navbar {
  border-color: rgba(68, 68, 68, 0.2);
}

.km-button {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(68, 68, 68, 0.2);
}

.km-state-active[style*=background] {
  box-shadow: inset 0 0 0 1000px rgba(128, 128, 128, 0.4);
}

.km-detail {
  color: #444;
  border-color: rgba(68, 68, 68, 0.2);
  background-color: #fff;
}

.km-detail:active, .km-state-active .km-detail {
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.2);
}

.km-switch-wrapper {
  background-color: #bababa;
}

.km-switch-background {
  background-image: none;
  background-image: none, linear-gradient(to bottom, #bababa, #bababa);
  background-position: 4.3em 0;
  background-repeat: no-repeat;
  background-color: currentcolor;
}

.km-switch-handle {
  background: #fff;
}

.km-switch-off .km-switch-handle {
  box-shadow: 0 1px 0 1px #bababa, 0 -1px 0 1px #bababa;
}

.km-switch-background, .km-switch-container, .km-switch-wrapper {
  border-radius: 4px;
}

.km-switch-handle {
  border-radius: 3px;
}

.km-switch-container, .km-switch-wrapper {
  border-color: #e6e6e6;
}

.km-list > li {
  background: #f2f2f2;
  border-color: rgba(68, 68, 68, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.km-listgroupinset .km-list > li:first-child, .km-listinset > li:first-child {
  border-color: rgba(68, 68, 68, 0.2);
}

.km-listgroupinset .km-list > li:last-child, .km-listinset > li:last-child {
  border-color: rgba(68, 68, 68, 0.2);
}

.km-listview-link:after {
  color: #919191;
}

.km-group-title {
  background: #fff;
  border-color: rgba(68, 68, 68, 0.2);
}

.km-pages li {
  background: rgba(68, 68, 68, 0.2);
}

.km-filter-reset .km-clear, .km-filter-wrap:before {
  color: #444;
}

.km-filter-wrap > input {
  color: #444;
  border-color: rgba(68, 68, 68, 0.2);
}

.km-filter-wrap > input:focus {
  border-color: #000;
}

.km-list .k-dropdown-wrap, .km-list input[type=color], .km-list input[type=date], .km-list input[type=datetime-local], .km-list input[type=datetime], .km-list input[type=email], .km-list input[type=month], .km-list input[type=number], .km-list input[type=password], .km-list input[type=search], .km-list input[type=tel], .km-list input[type=text]:not(.k-input), .km-list input[type=time], .km-list input[type=url], .km-list input[type=week], .km-list select:not([multiple]), .km-list textarea {
  color: #444;
}

.km-list .k-dropdown-wrap .k-input {
  color: #444;
}

.km-list select:not([multiple]) option {
  color: #333;
}

.km-list .km-state-active input[type=color], .km-list .km-state-active input[type=date], .km-list .km-state-active input[type=datetime-local], .km-list .km-state-active input[type=datetime], .km-list .km-state-active input[type=email], .km-list .km-state-active input[type=month], .km-list .km-state-active input[type=number], .km-list .km-state-active input[type=password], .km-list .km-state-active input[type=search], .km-list .km-state-active input[type=tel], .km-list .km-state-active input[type=text]:not(.k-input), .km-list .km-state-active input[type=time], .km-list .km-state-active input[type=url], .km-list .km-state-active input[type=week], .km-list .km-state-active select:not([multiple]), .km-list .km-state-active textarea {
  color: #fff;
}

.km-listview-label input[type=checkbox], .km-listview-label input[type=radio] {
  border-color: rgba(68, 68, 68, 0.2);
  background: #fff;
}

.km-listview-label input[type=checkbox]:checked:after {
  color: #eee;
}

.km-shim {
  background: rgba(0, 0, 0, 0.4);
}

.km-popup .k-item, .km-widget.km-actionsheet-wrapper, .km-widget.km-actionsheet > li > a {
  background: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.km-actionsheet-cancel > a {
  color: #bababa;
  box-shadow: inset 0 0 300px rgba(128, 128, 128, 0.3);
}

.km-popup {
  background: rgba(0, 0, 0, 0.4);
}

.km-actionsheet-wrapper, .km-popup .k-list-container {
  background: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(255, 255, 255, 0.2);
}

.km-popup.km-pane {
  border-color: #fff;
  background-color: #fff;
}

.km-popup-arrow:after, .km-popup-arrow:before {
  border-color: rgba(0, 0, 0, 0.5) transparent;
}

.km-popup-arrow:after {
  border-color: #fff transparent;
}

.km-left .km-popup-arrow:after, .km-right .km-popup-arrow:after {
  border-color: transparent #fff;
}

.km-down .km-popup-arrow:after {
  border-color: #fff transparent;
}

.km-loader {
  background: rgba(0, 0, 0, 0.05);
}

.km-loader h1 {
  color: #444;
}

.km-tabstrip {
  background: #fff;
}

.km-actionsheet > li > a, .km-actionsheet > li > a:active, .km-actionsheet > li > a:hover, .km-badge, .km-popover-root .km-widget, .km-popup .k-item, .km-popup .k-state-focused, .km-popup .k-state-hover, .km-popup .k-state-selected, .km-rowdelete, .km-rowinsert, .km-scroller-pull .km-icon, .km-state-active .km-listview-link:after, .km-switch-label-off, .km-switch-label-on, .km-tabstrip .km-button, .km-tabstrip .km-state-active, html .km-state-active, li.km-state-active .km-listview-label, li.km-state-active .km-listview-link {
  color: #3f51b5;
}

.km-filter-wrap > input, .km-loader > :not(h1), .km-root .km-scroller-refresh span:not(.km-template) {
  background-color: #3f51b5;
}

.km-switch-handle.km-state-active {
  background-color: #fff;
}

.km-switch-background, .km-switch-handle {
  color: #fff;
}

.km-actionsheet > li > a:active, .km-actionsheet > li > a:hover, .km-listview-label input[type=checkbox]:checked, .km-listview-label input[type=radio]:checked, .km-loader:before, .km-pages .km-current-page, .km-popup .k-state-focused, .km-popup .k-state-hover, .km-popup .k-state-selected, .km-rowinsert, .km-scroller-pull, .km-scroller-refresh.km-load-more, .km-state-active, .km-tabstrip .km-state-active, .km-touch-scrollbar, li.km-state-active .km-listview-label, li.km-state-active .km-listview-link {
  background: #fff;
}

.km-filter-wrap > input:focus {
  border-color: #fff;
}

.km-badge, .km-rowdelete {
  background: #da2228;
}

/* Waves */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/*Font Awesome */
@font-face {
  font-family: "FontAwesome";
  src: url("/res/public/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/res/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/res/public/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/res/public/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/res/public/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/res/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*Kube */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, embed, object, iframe, audio, video, canvas, progress, meter, output, textarea {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

blockquote, q {
  quotes: none;
}

blockquote p:before, blockquote p:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

thead th, thead td {
  font-weight: bold;
  vertical-align: bottom;
}

a img, th img, td img {
  vertical-align: top;
}

button, input, select, textarea {
  margin: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

button {
  width: auto;
  overflow: visible;
}

input[type=reset], input[type=submit], input[type=file], input[type=radio], input[type=checkbox], select, button {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  font-size: 110%;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}

img, video, audio, embed, object {
  max-width: 100%;
}

img, video, embed, object {
  height: auto;
}

embed, object {
  height: 100%;
}

img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

body {
  font-family: Arial, sans-serif;
  font-size: 0.9375em;
  line-height: 1.65em;
  background: #ffffff;
  color: #222222;
}

a {
  color: #134da5;
}

a:focus, a:hover {
  color: #de2c3b;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin: 0 0 0.5em 0;
}

h1, .h1, h2, .h2 {
  line-height: 1.1;
}

h3, .h3, h4, .h4 {
  line-height: 1.3;
}

h1, .h1 {
  font-size: 2.25em;
}

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 0.7em;
}

h3, .h3 {
  font-size: 1.3125em;
}

h4, .h4 {
  font-size: 1.125em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.75em;
  text-transform: uppercase;
}

.lead {
  font-size: 1.3125em;
  line-height: 1.5;
  margin-bottom: 1.1em;
}

p, ul, ol, dl, dd, dt, blockquote, td, th {
  line-height: 1.65em;
}

ul, ol, ul ul, ol ol, ul ol, ol ul {
  margin: 0 0 0 3.3em;
}

ul li, ol li {
  text-align: left;
}

ol ol li {
  list-style-type: lower-alpha;
}

ol ol ol li {
  list-style-type: lower-roman;
}

p, ul, ol, dl, blockquote, hr, pre, table, form, fieldset, figure, address {
  margin-bottom: 1.65em;
}

blockquote {
  position: relative;
  font-style: italic;
  font-size: 1.125em;
  margin-left: 2.475em;
  padding-left: 1.65em;
  border-left: 2px solid #cccccc;
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote small, cite {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

small, blockquote cite {
  font-size: 12.75px;
  line-height: 1;
}

address {
  font-style: normal;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.65em;
}

s, del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #0f0f0f;
  cursor: help;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sub, sup {
  font-size: 11.25px;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

figcaption {
  margin: 0.3em 0;
  font-size: 12.75px;
  font-style: italic;
}

ins, u {
  text-decoration: underline;
}

mark {
  background-color: #ffc800;
  color: #0f0f0f;
  text-decoration: none;
}

pre, code, kbd, samp, var, output {
  font-size: 90%;
  font-style: normal;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
  margin-top: 1.65em;
  font-size: 100%;
  line-height: 1.5;
  color: #222222;
  overflow: auto;
}

code, samp, kbd {
  padding: 3px 6px 2px 6px;
  display: inline-block;
  line-height: 1;
  border-radius: 2px;
}

code {
  background: #f4f4f4;
  border: 1px solid #d4d4d4;
}

pre code {
  font-size: 100%;
  border: none;
  padding: 0;
  background: none;
  line-height: 1.65em;
}

var {
  color: rgba(0, 0, 0, 0.5);
}

samp {
  background: #d3e3fb;
  border: 1px solid #b2cef8;
}

kbd {
  background: #0f0f0f;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}

button:active, button:focus {
  outline: none;
}

textarea, select {
  font-family: Arial, sans-serif;
  font-size: 1em;
  box-shadow: none;
}

textarea, select[multiple], select[multiple=multiple] {
  padding: 0.3em 0.35em;
  line-height: 1.35em;
  width: 100%;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=phone], input[type=tel], input[type=number], input[type=datetime], input[type=date], input[type=month], input[type=color], input[type=time], input[type=search], input[type=datetime-local] {
  font-family: Arial, sans-serif;
  font-size: 1em;
  box-shadow: none;
  padding: 0.3em 0.35em;
  line-height: 1.65em;
  border-radius: 0;
  outline: none;
}

select[multiple], select[multiple=multiple], textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=phone], input[type=tel], input[type=number], input[type=datetime], input[type=date], input[type=month], input[type=color], input[type=time], input[type=search], input[type=datetime-local] {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
}

textarea[disabled], input[type=text][disabled], input[type=password][disabled], input[type=email][disabled], input[type=url][disabled], input[type=phone][disabled], input[type=tel][disabled], input[type=number][disabled], input[type=datetime][disabled], input[type=date][disabled], input[type=month][disabled], input[type=color][disabled], input[type=time][disabled], input[type=search][disabled], input[type=datetime-local][disabled] {
  resize: none;
  color: rgba(0, 0, 0, 0.8);
}

select[disabled], input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: default;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=range] {
  position: relative;
  top: 3px;
}

select {
  margin-bottom: 0 !important;
}

fieldset {
  padding: 1.65em;
  margin-bottom: 1.65em;
  border: 1px solid #cccccc;
}

fieldset *:last-child {
  margin-bottom: 0 !important;
}

legend {
  font-weight: bold;
  padding: 0 1em;
  margin-left: -1em;
}

table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
}

table caption {
  text-transform: uppercase;
  padding: 0 1.1em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
}

table th, table td {
  border-bottom: 1px solid #eeeeee;
  padding: 0.825em 1.1em;
}

table tfoot th, table tfoot td {
  color: rgba(0, 0, 0, 0.4);
}

.units-container:after, .units-row:after {
  content: "";
  display: table;
  clear: both;
}

.units-container:after, .units-row:after {
  content: "";
  display: table;
  clear: both;
}

.units-container {
  padding-top: 1px;
  margin-top: -1px;
}

.units-row {
  margin-bottom: 1.65em;
}

.width-100, .unit-100 {
  width: 100%;
}

.width-90, .unit-90 {
  width: 90%;
}

.width-80, .unit-80 {
  width: 80%;
}

.width-75, .unit-75 {
  width: 75%;
}

.width-70, .unit-70 {
  width: 70%;
}

.width-66, .unit-66 {
  width: 66.6%;
}

.width-65, .unit-65 {
  width: 65%;
}

.width-60, .unit-60 {
  width: 60%;
}

.width-50, .unit-50 {
  width: 50%;
}

.width-40, .unit-40 {
  width: 40%;
}

.width-35, .unit-35 {
  width: 35%;
}

.width-33, .unit-33 {
  width: 33.3%;
}

.width-30, .unit-30 {
  width: 30%;
}

.width-25, .unit-25 {
  width: 25%;
}

.width-20, .unit-20 {
  width: 20%;
}

.width-10, .unit-10 {
  width: 10%;
}

.units-row .unit-90, .units-row .unit-80, .units-row .unit-75, .units-row .unit-70, .units-row .unit-66, .units-row .unit-65, .units-row .unit-60, .units-row .unit-50, .units-row .unit-40, .units-row .unit-35, .units-row .unit-33, .units-row .unit-30, .units-row .unit-25, .units-row .unit-20, .units-row .unit-10 {
  float: left;
  margin-left: 3%;
}

.units-row .unit-90:first-child, .units-row .unit-80:first-child, .units-row .unit-75:first-child, .units-row .unit-70:first-child, .units-row .unit-66:first-child, .units-row .unit-65:first-child, .units-row .unit-60:first-child, .units-row .unit-50:first-child, .units-row .unit-40:first-child, .units-row .unit-35:first-child, .units-row .unit-33:first-child, .units-row .unit-30:first-child, .units-row .unit-25:first-child, .units-row .unit-20:first-child, .units-row .unit-10:first-child {
  margin-left: 0;
}

.units-row .unit-90 {
  width: 89.7%;
}

.units-row .unit-80 {
  width: 79.4%;
}

.units-row .unit-75 {
  width: 74.25%;
}

.units-row .unit-70 {
  width: 69.1%;
}

.units-row .unit-66 {
  width: 65.6666666667%;
}

.units-row .unit-65 {
  width: 65.6666666667%;
}

.units-row .unit-60 {
  width: 58.8%;
}

.units-row .unit-50 {
  width: 48.5%;
}

.units-row .unit-40 {
  width: 38.2%;
}

.units-row .unit-35 {
  width: 31.3333333333%;
}

.units-row .unit-33 {
  width: 31.3333333333%;
}

.units-row .unit-30 {
  width: 27.9%;
}

.units-row .unit-25 {
  width: 22.75%;
}

.units-row .unit-20 {
  width: 17.6%;
}

.units-row .unit-10 {
  width: 7.3%;
}

.unit-push-90, .unit-push-80, .unit-push-75, .unit-push-70, .unit-push-66, .unit-push-65, .unit-push-60, .unit-push-50, .unit-push-40, .unit-push-35, .unit-push-33, .unit-push-30, .unit-push-25, .unit-push-20, .unit-push-10 {
  position: relative;
}

.unit-push-90 {
  left: 92.7%;
}

.unit-push-80 {
  left: 82.4%;
}

.unit-push-75 {
  left: 77.25%;
}

.unit-push-70 {
  left: 72.1%;
}

.unit-push-66 {
  left: 68.6666666667%;
}

.unit-push-65 {
  left: 68.6666666667%;
}

.unit-push-60 {
  left: 61.8%;
}

.unit-push-50 {
  left: 51.5%;
}

.unit-push-40 {
  left: 41.2%;
}

.unit-push-35 {
  left: 34.3333333333%;
}

.unit-push-33 {
  left: 34.3333333333%;
}

.unit-push-30 {
  left: 30.9%;
}

.unit-push-25 {
  left: 25.75%;
}

.unit-push-20 {
  left: 20.6%;
}

.unit-push-10 {
  left: 10.3%;
}

.units-row .unit-push-right {
  float: right;
}

.units-row .unit-role-right {
  margin-left: 3%;
  float: right;
}

.units-row .unit-role-left {
  margin-left: 0;
}

.centered, .unit-centered {
  float: none !important;
  margin: 0 auto !important;
}

.unit-padding {
  padding: 1.65em;
}

.units-padding .unit-100, .units-padding .unit-90, .units-padding .unit-80, .units-padding .unit-75, .units-padding .unit-70, .units-padding .unit-66, .units-padding .unit-65, .units-padding .unit-60, .units-padding .unit-50, .units-padding .unit-40, .units-padding .unit-35, .units-padding .unit-33, .units-padding .unit-30, .units-padding .unit-25, .units-padding .unit-20, .units-padding .unit-10 {
  padding: 1.65em;
}

.units-split .unit-90, .units-split .unit-80, .units-split .unit-75, .units-split .unit-70, .units-split .unit-66, .units-split .unit-65, .units-split .unit-60, .units-split .unit-50, .units-split .unit-40, .units-split .unit-35, .units-split .unit-33, .units-split .unit-30, .units-split .unit-25, .units-split .unit-20, .units-split .unit-10 {
  margin-left: 0;
}

.units-split .unit-90 {
  width: 90%;
}

.units-split .unit-80 {
  width: 80%;
}

.units-split .unit-75 {
  width: 75%;
}

.units-split .unit-70 {
  width: 70%;
}

.units-split .unit-66 {
  width: 66.6%;
}

.units-split .unit-65 {
  width: 65%;
}

.units-split .unit-60 {
  width: 60%;
}

.units-split .unit-50 {
  width: 50%;
}

.units-split .unit-40 {
  width: 40%;
}

.units-split .unit-35 {
  width: 35%;
}

.units-split .unit-33 {
  width: 33.3%;
}

.units-split .unit-30 {
  width: 30%;
}

.units-split .unit-25 {
  width: 25%;
}

.units-split .unit-20 {
  width: 20%;
}

.units-split .unit-10 {
  width: 10%;
}

.blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6 {
  padding-left: 0;
  list-style: none;
  margin-left: -3%;
}

.blocks-2:after, .blocks-3:after, .blocks-4:after, .blocks-5:after, .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}

.blocks-2:after, .blocks-3:after, .blocks-4:after, .blocks-5:after, .blocks-6:after {
  content: "";
  display: table;
  clear: both;
}

.blocks-2 > li, .blocks-3 > li, .blocks-4 > li, .blocks-5 > li, .blocks-6 > li {
  height: auto;
  float: left;
  margin-bottom: 1.65em;
  margin-left: 3%;
}

.blocks-2 > li ul, .blocks-3 > li ul, .blocks-4 > li ul, .blocks-5 > li ul, .blocks-6 > li ul {
  list-style-type: disc;
}

.blocks-2 > li ul ul, .blocks-3 > li ul ul, .blocks-4 > li ul ul, .blocks-5 > li ul ul, .blocks-6 > li ul ul {
  list-style-type: circle;
}

.blocks-2 > li li, .blocks-3 > li li, .blocks-4 > li li, .blocks-5 > li li, .blocks-6 > li li {
  float: none;
  margin: 0;
}

.blocks-2 > li {
  width: 47%;
}

.blocks-3 > li {
  width: 30.3333333333%;
}

.blocks-4 > li {
  width: 22%;
}

.blocks-5 > li {
  width: 17%;
}

.blocks-6 > li {
  width: 13.6666666667%;
}

.block-first {
  clear: both;
}

table.table-bordered td, table.table-bordered th {
  border: 1px solid #eeeeee;
}

table.table-simple td, table.table-simple th, table.table-simple caption {
  border: none;
  padding-left: 0;
}

table.table-flat td, table.table-flat th, table.table-flat caption {
  border: none;
  padding: 0;
}

table.table-stroked td, table.table-stroked th {
  border-bottom: 1px solid #eeeeee;
}

table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}

table.table-hovered tbody tr:hover td {
  background-color: #f4f4f4;
}

.table-container {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.65em;
}

.table-container table {
  margin-bottom: 0;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.forms .btn, .forms input[type=submit].btn, .forms button, .forms input[type=submit], .forms input[type=reset] {
  padding: 0.3625em 1.3em;
}

.forms .btn-outline {
  padding: 0.3em 1.3em;
}

.forms .btn-outline.bold {
  padding: 0.2375em 1.3em;
}

.forms label {
  display: block;
  margin-bottom: 1.1em;
}

.forms input[type=text], .forms input[type=password], .forms input[type=email], .forms input[type=url], .forms input[type=phone], .forms input[type=tel], .forms input[type=number], .forms input[type=datetime], .forms input[type=date], .forms input[type=month], .forms input[type=color], .forms input[type=time], .forms input[type=search], .forms input[type=range], .forms input[type=file], .forms input[type=datetime-local], .forms textarea, .forms select {
  display: block;
}

.forms-inline input[type=text], .forms-inline-list input[type=text], .forms-inline input[type=password], .forms-inline-list input[type=password], .forms-inline input[type=email], .forms-inline-list input[type=email], .forms-inline input[type=url], .forms-inline-list input[type=url], .forms-inline input[type=phone], .forms-inline-list input[type=phone], .forms-inline input[type=tel], .forms-inline-list input[type=tel], .forms-inline input[type=number], .forms-inline-list input[type=number], .forms-inline input[type=datetime], .forms-inline-list input[type=datetime], .forms-inline input[type=date], .forms-inline-list input[type=date], .forms-inline input[type=month], .forms-inline-list input[type=month], .forms-inline input[type=color], .forms-inline-list input[type=color], .forms-inline input[type=time], .forms-inline-list input[type=time], .forms-inline input[type=search], .forms-inline-list input[type=search], .forms-inline input[type=range], .forms-inline-list input[type=range], .forms-inline input[type=file], .forms-inline-list input[type=file], .forms-inline input[type=datetime-local], .forms-inline-list input[type=datetime-local], .forms-inline textarea, .forms-inline-list textarea, .forms-inline select, .forms-inline-list select {
  display: inline-block;
}

.forms-list, .forms-inline, .forms-inline-list {
  margin: 0;
  padding: 0;
  margin-bottom: 1.1em;
  list-style: none;
}

.forms-list label, .forms-inline label, .forms-inline-list li, .forms-inline-list li label {
  display: inline-block;
  margin-bottom: 0;
}

.forms-inline-list li label {
  margin-right: 0.825em;
}

.forms-inline-list li {
  margin-bottom: 3px;
}

.forms-list li {
  margin-bottom: 6px;
}

.forms-desc {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.75px;
  line-height: 1.4em;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=phone], input[type=tel], input[type=number], input[type=datetime], input[type=date], input[type=month], input[type=color], input[type=time], input[type=search], input[type=datetime-local], textarea {
  -moz-transition: border ease 0.5s;
  transition: border ease 0.5s;
}

.error, .success {
  font-weight: normal;
  font-size: 12.75px;
}

input.input-error, textarea.input-error, select.input-error, .input-error {
  border-color: #de2c3b;
  box-shadow: 0 0 0 2px rgba(222, 44, 59, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-success, textarea.input-success, select.input-success, .input-success {
  border-color: #2c9f42;
  box-shadow: 0 0 0 2px rgba(44, 159, 66, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-gray, textarea.input-gray, select.input-gray, .input-gray {
  border-color: #b3b6b7;
  box-shadow: 0 0 0 2px rgba(179, 182, 183, 0.4), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, input[type=phone]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=month]:focus, input[type=color]:focus, input[type=time]:focus, input[type=search]:focus, input[type=datetime-local]:focus, textarea:focus {
  outline: none;
  border-color: #2575ed;
  box-shadow: 0 0 0 2px rgba(37, 117, 237, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input.input-search, input[type=search] {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-bottom: 0;
  border-radius: 15px;
}

input.input-on-black {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.35);
}

input.input-on-black::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input.input-on-black::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

input.input-on-black:focus, input.input-on-black.active {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: none;
}

input.input-on-black:focus::-webkit-input-placeholder, input.input-on-black.active::-webkit-input-placeholder {
  color: #aaa;
}

input.input-on-black:focus::-moz-placeholder, input.input-on-black.active::-moz-placeholder {
  color: #aaa;
}

input.input-big {
  font-size: 18px;
}

input.input-small {
  font-size: 12.75px;
}

input.input-smaller {
  font-size: 11.25px;
}

.input-groups {
  display: table !important;
}

.input-groups input {
  width: 100%;
}

.input-groups input, .input-groups .input-append, .input-groups .input-prepend, .input-groups .btn-append {
  display: table-cell !important;
}

.input-groups .btn-append, .input-groups .input-append, .input-groups .input-prepend {
  width: 1%;
  vertical-align: middle;
}

.input-groups .input-append, .input-groups .input-prepend {
  background-color: #f4f4f4;
  border: 1px solid #d4d4d4;
  margin: 0;
  padding: 0.45em 0.75em 0.15em 0.75em;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.65em;
  font-size: 12.75px;
  white-space: nowrap;
}

.input-groups .input-prepend {
  border-right: none;
}

.input-groups .input-append {
  position: relative;
  z-index: 1;
  border-left: none;
}

.input-groups .btn-append .btn {
  display: block;
  height: auto;
  border-radius: 0 2px 2px 0;
}

.navbar {
  font-size: 105%;
  margin-bottom: 1.65em;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

.navbar.navbar-left {
  float: left;
}

.navbar.navbar-right {
  float: right;
}

.navbar ul {
  list-style: none;
  margin: 0;
}

.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}

.navbar ul:after {
  content: "";
  display: table;
  clear: both;
}

.navbar li {
  float: left;
  margin-right: 1.65em;
}

.navbar.navbar-right li {
  margin-right: 0;
  margin-left: 1.65em;
}

.navbar a, .navbar span {
  display: block;
  text-decoration: none;
}

.navbar a:hover {
  color: #de2c3b;
  text-decoration: underline;
}

.navbar li.active a, .navbar span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}

.navigation-toggle {
  display: none;
  text-transform: uppercase;
  position: relative;
  color: #0f0f0f;
  background-color: #ffffff;
}

.navigation-toggle:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  content: "☰";
  font-size: 24px;
  line-height: 1;
}

.navigation-toggle.navigation-toggle-black {
  background-color: #0f0f0f;
  color: #ffffff;
}

.navigation-toggle.navigation-toggle-show {
  margin-bottom: 1.65em;
}

.navigation-toggle span {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding: 10px 20px 10px 40px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}

.navbar-pills a, .navbar-pills span {
  padding: 0.825em 1.65em;
}

.navbar-pills a:hover {
  color: #0f0f0f;
  background: #eee;
}

.navbar-pills li.active a, .navbar-pills span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
  background: #eee;
}

.navbar-pills li {
  margin-right: 1px;
}

.navbar-pills.navbar-right li {
  margin-left: 1px;
}

.nav-fullwidth ul {
  width: 100%;
}

.nav-fullwidth li {
  float: none !important;
  margin: 0;
  display: table-cell;
  width: 1%;
  text-align: center;
}

.nav-fullwidth li a, .nav-fullwidth li span {
  display: block;
}

.nav {
  margin-bottom: 1.65em;
}

.nav ul {
  list-style: none;
  margin: 0;
}

.nav ul li ul {
  margin-left: 2em;
  font-size: 0.95em;
}

.nav a, .nav span {
  display: block;
  padding: 0.5em 0;
}

.nav a {
  color: #0f0f0f;
  text-decoration: none;
}

.nav a:hover {
  color: #de2c3b;
  text-decoration: underline;
}

.nav li.active a, .nav span {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}

.nav i.fa {
  width: 1.65em;
}

.nav-stacked li {
  margin-bottom: 1px;
}

.nav-stacked a, .nav-stacked span {
  padding: 0.6em 0.7em;
}

.nav-stacked a {
  background: #f6f6f6;
}

.nav-stacked a:hover {
  color: #000;
  background: #eee;
}

.nav-stacked li.active a, .nav-stacked span {
  background: #ffffff;
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
}

.nav-stats li {
  position: relative;
}

.nav-stats a, .nav-stats span {
  padding-right: 50px;
}

.nav-stats sup, .nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}

.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}

.nav-stats .badge {
  margin-top: -8px;
}

.nav-tabs {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 1.65em;
}

.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}

.nav-tabs ul {
  list-style: none;
  margin: 0;
}

.nav-tabs li {
  float: left;
  margin-right: 2px;
}

.nav-tabs a, .nav-tabs span {
  display: block;
  line-height: 1;
  padding: 0.825em 1.65em;
  border: 1px solid transparent;
}

.nav-tabs a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.nav-tabs a:focus, .nav-tabs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
  background-color: #eee;
}

.nav-tabs li.active a, .nav-tabs span {
  color: #0f0f0f;
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  bottom: -1px;
  cursor: default;
  text-decoration: none;
}

.breadcrumbs {
  margin-bottom: 1.65em;
}

.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
  list-style: none;
  margin: 0;
}

.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs ul:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs li {
  float: left;
  margin-right: 5px;
}

.breadcrumbs li + li:before {
  content: " > ";
  color: #aaa;
  font-size: 12px;
  margin: 0 7px 0 5px;
  position: relative;
  top: -1px;
}

.breadcrumbs.breadcrumbs-path li + li:before {
  content: " / ";
  top: 0;
}

.breadcrumbs a {
  color: #0f0f0f;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #0f0f0f;
  text-decoration: underline;
}

.breadcrumbs li.active a, .breadcrumbs span, .breadcrumbs li.active a:hover {
  text-decoration: none;
  cursor: text;
  color: rgba(0, 0, 0, 0.4);
}

.pagination {
  position: relative;
  left: -9px;
  margin-left: 0;
  list-style: none;
}

.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.pagination:after {
  content: "";
  display: table;
  clear: both;
}

.pagination li {
  float: left;
  margin-right: 2px;
}

.pagination a, .pagination span {
  display: block;
  padding: 7px 9px;
  line-height: 1;
  border-radius: 2px;
  color: #0f0f0f;
  text-decoration: none;
}

.pagination span, .pagination li.active a, .pagination li.active a:hover {
  color: #ffffff;
  background-color: #0f0f0f;
  cursor: text;
}

.pagination a:focus, .pagination a:hover {
  text-decoration: none;
  background-color: #0f0f0f;
  color: #fff;
}

.btn, input[type=submit].btn {
  display: inline-block;
  vertical-align: top;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.65em;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  padding: 0.55em 2.5em;
  color: #222222;
  background: #e0e3e5;
}

.btn:hover, input[type=submit].btn:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #b3b6b7;
}

.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn-big, input[type=submit].btn-big {
  font-size: 18px;
}

.btn-small, input[type=submit].btn-small {
  font-size: 12.75px;
}

.btn-smaller, input[type=submit].btn-smaller {
  font-size: 11.25px;
  vertical-align: baseline;
}

.btn-round {
  border-radius: 15px;
}

.btn-outline, input[type=submit].btn-outline {
  background: none;
  padding: 0.4875em 2.5em;
  border: 1px solid #0f0f0f;
}

.btn-outline:hover, input[type=submit].btn-outline:hover {
  border-color: #b3b6b7;
}

.btn-outline.btn-active {
  padding: 0.55em 2.5em;
}

.btn-outline.bold {
  border-width: 2px;
  padding: 0.425em 2.5em;
}

.btn-active, .btn[disabled], .btn-disabled {
  background: none;
  background: #b3b6b7;
  color: rgba(0, 0, 0, 0.5);
}

.btn-active:hover, .btn[disabled]:hover, .btn-disabled:hover {
  color: rgba(0, 0, 0, 0.5);
  background: #b3b6b7;
}

.btn-active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset;
}

.btn-outline.btn[disabled], .btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-outline.btn-active {
  background: none;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.btn[disabled], .btn-disabled {
  cursor: default;
  box-shadow: none;
}

.btn-blue, input[type=submit].btn-blue {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}

.btn-blue:hover, input[type=submit].btn-blue:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #1a52a5;
}

.btn-blue.btn-active, input[type=submit].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-blue.btn-active, input[type=submit].btn-blue.btn-active, .btn-blue.btn-disabled, input[type=submit].btn-blue.btn-disabled, .btn-blue.btn[disabled], input[type=submit].btn-blue.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #1a52a5;
}

.btn-blue.btn-active:hover, input[type=submit].btn-blue.btn-active:hover, .btn-blue.btn-disabled:hover, input[type=submit].btn-blue.btn-disabled:hover, .btn-blue.btn[disabled]:hover, input[type=submit].btn-blue.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-blue.btn-outline, input[type=submit].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}

.btn-blue.btn-outline:hover, input[type=submit].btn-blue.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}

.btn-blue.btn-outline.btn[disabled], input[type=submit].btn-blue.btn-outline.btn[disabled], .btn-blue.btn-outline.btn-disabled, input[type=submit].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37, 117, 237, 0.4);
  border: 1px solid rgba(37, 117, 237, 0.3);
}

.btn-blue.btn-outline.btn-active, input[type=submit].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37, 117, 237, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26, 82, 165, 0.6) inset;
}

.btn-blue:hover, input[type=submit].btn-blue:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #1a52a5;
}

.btn-blue.btn-active, input[type=submit].btn-blue.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-blue.btn-active, input[type=submit].btn-blue.btn-active, .btn-blue.btn-disabled, input[type=submit].btn-blue.btn-disabled, .btn-blue.btn[disabled], input[type=submit].btn-blue.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #1a52a5;
}

.btn-blue.btn-active:hover, input[type=submit].btn-blue.btn-active:hover, .btn-blue.btn-disabled:hover, input[type=submit].btn-blue.btn-disabled:hover, .btn-blue.btn[disabled]:hover, input[type=submit].btn-blue.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-blue.btn-outline, input[type=submit].btn-blue.btn-outline {
  background: none;
  border-color: #2575ed;
  color: #2575ed;
}

.btn-blue.btn-outline:hover, input[type=submit].btn-blue.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2575ed;
}

.btn-blue.btn-outline.btn[disabled], input[type=submit].btn-blue.btn-outline.btn[disabled], .btn-blue.btn-outline.btn-disabled, input[type=submit].btn-blue.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(37, 117, 237, 0.4);
  border: 1px solid rgba(37, 117, 237, 0.3);
}

.btn-blue.btn-outline.btn-active, input[type=submit].btn-blue.btn-outline.btn-active {
  background: none;
  color: rgba(37, 117, 237, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(26, 82, 165, 0.6) inset;
}

.btn-red, input[type=submit].btn-red {
  color: rgba(255, 255, 255, 0.9);
  background: #de2c3b;
}

.btn-red:hover, input[type=submit].btn-red:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #b2232f;
}

.btn-red.btn-active, input[type=submit].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-red.btn-active, input[type=submit].btn-red.btn-active, .btn-red.btn-disabled, input[type=submit].btn-red.btn-disabled, .btn-red.btn[disabled], input[type=submit].btn-red.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #b2232f;
}

.btn-red.btn-active:hover, input[type=submit].btn-red.btn-active:hover, .btn-red.btn-disabled:hover, input[type=submit].btn-red.btn-disabled:hover, .btn-red.btn[disabled]:hover, input[type=submit].btn-red.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-red.btn-outline, input[type=submit].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}

.btn-red.btn-outline:hover, input[type=submit].btn-red.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #de2c3b;
}

.btn-red.btn-outline.btn[disabled], input[type=submit].btn-red.btn-outline.btn[disabled], .btn-red.btn-outline.btn-disabled, input[type=submit].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222, 44, 59, 0.4);
  border: 1px solid rgba(222, 44, 59, 0.3);
}

.btn-red.btn-outline.btn-active, input[type=submit].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222, 44, 59, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178, 35, 47, 0.6) inset;
}

.btn-red:hover, input[type=submit].btn-red:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #b2232f;
}

.btn-red.btn-active, input[type=submit].btn-red.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-red.btn-active, input[type=submit].btn-red.btn-active, .btn-red.btn-disabled, input[type=submit].btn-red.btn-disabled, .btn-red.btn[disabled], input[type=submit].btn-red.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #b2232f;
}

.btn-red.btn-active:hover, input[type=submit].btn-red.btn-active:hover, .btn-red.btn-disabled:hover, input[type=submit].btn-red.btn-disabled:hover, .btn-red.btn[disabled]:hover, input[type=submit].btn-red.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-red.btn-outline, input[type=submit].btn-red.btn-outline {
  background: none;
  border-color: #de2c3b;
  color: #de2c3b;
}

.btn-red.btn-outline:hover, input[type=submit].btn-red.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #de2c3b;
}

.btn-red.btn-outline.btn[disabled], input[type=submit].btn-red.btn-outline.btn[disabled], .btn-red.btn-outline.btn-disabled, input[type=submit].btn-red.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(222, 44, 59, 0.4);
  border: 1px solid rgba(222, 44, 59, 0.3);
}

.btn-red.btn-outline.btn-active, input[type=submit].btn-red.btn-outline.btn-active {
  background: none;
  color: rgba(222, 44, 59, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(178, 35, 47, 0.6) inset;
}

.btn-green, input[type=submit].btn-green {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}

.btn-green:hover, input[type=submit].btn-green:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #237f35;
}

.btn-green.btn-active, input[type=submit].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-green.btn-active, input[type=submit].btn-green.btn-active, .btn-green.btn-disabled, input[type=submit].btn-green.btn-disabled, .btn-green.btn[disabled], input[type=submit].btn-green.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #237f35;
}

.btn-green.btn-active:hover, input[type=submit].btn-green.btn-active:hover, .btn-green.btn-disabled:hover, input[type=submit].btn-green.btn-disabled:hover, .btn-green.btn[disabled]:hover, input[type=submit].btn-green.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-green.btn-outline, input[type=submit].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}

.btn-green.btn-outline:hover, input[type=submit].btn-green.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}

.btn-green.btn-outline.btn[disabled], input[type=submit].btn-green.btn-outline.btn[disabled], .btn-green.btn-outline.btn-disabled, input[type=submit].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44, 159, 66, 0.4);
  border: 1px solid rgba(44, 159, 66, 0.3);
}

.btn-green.btn-outline.btn-active, input[type=submit].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44, 159, 66, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35, 127, 53, 0.6) inset;
}

.btn-green:hover, input[type=submit].btn-green:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #237f35;
}

.btn-green.btn-active, input[type=submit].btn-green.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-green.btn-active, input[type=submit].btn-green.btn-active, .btn-green.btn-disabled, input[type=submit].btn-green.btn-disabled, .btn-green.btn[disabled], input[type=submit].btn-green.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #237f35;
}

.btn-green.btn-active:hover, input[type=submit].btn-green.btn-active:hover, .btn-green.btn-disabled:hover, input[type=submit].btn-green.btn-disabled:hover, .btn-green.btn[disabled]:hover, input[type=submit].btn-green.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-green.btn-outline, input[type=submit].btn-green.btn-outline {
  background: none;
  border-color: #2c9f42;
  color: #2c9f42;
}

.btn-green.btn-outline:hover, input[type=submit].btn-green.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #2c9f42;
}

.btn-green.btn-outline.btn[disabled], input[type=submit].btn-green.btn-outline.btn[disabled], .btn-green.btn-outline.btn-disabled, input[type=submit].btn-green.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(44, 159, 66, 0.4);
  border: 1px solid rgba(44, 159, 66, 0.3);
}

.btn-green.btn-outline.btn-active, input[type=submit].btn-green.btn-outline.btn-active {
  background: none;
  color: rgba(44, 159, 66, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(35, 127, 53, 0.6) inset;
}

.btn-black, input[type=submit].btn-black {
  color: rgba(255, 255, 255, 0.9);
  background: #0f0f0f;
}

.btn-black:hover, input[type=submit].btn-black:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #363738;
}

.btn-black.btn-active, input[type=submit].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) inset;
}

.btn-black.btn-active, input[type=submit].btn-black.btn-active, .btn-black.btn-disabled, input[type=submit].btn-black.btn-disabled, .btn-black.btn[disabled], input[type=submit].btn-black.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #363738;
}

.btn-black.btn-active:hover, input[type=submit].btn-black.btn-active:hover, .btn-black.btn-disabled:hover, input[type=submit].btn-black.btn-disabled:hover, .btn-black.btn[disabled]:hover, input[type=submit].btn-black.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-black.btn-outline, input[type=submit].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}

.btn-black.btn-outline:hover, input[type=submit].btn-black.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #0f0f0f;
}

.btn-black.btn-outline.btn[disabled], input[type=submit].btn-black.btn-outline.btn[disabled], .btn-black.btn-outline.btn-disabled, input[type=submit].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15, 15, 15, 0.4);
  border: 1px solid rgba(15, 15, 15, 0.3);
}

.btn-black.btn-outline.btn-active, input[type=submit].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15, 15, 15, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54, 55, 56, 0.6) inset;
}

.btn-black:hover, input[type=submit].btn-black:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #363738;
}

.btn-black.btn-active, input[type=submit].btn-black.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) inset;
}

.btn-black.btn-active, input[type=submit].btn-black.btn-active, .btn-black.btn-disabled, input[type=submit].btn-black.btn-disabled, .btn-black.btn[disabled], input[type=submit].btn-black.btn[disabled] {
  color: rgba(255, 255, 255, 0.5);
  background: #363738;
}

.btn-black.btn-active:hover, input[type=submit].btn-black.btn-active:hover, .btn-black.btn-disabled:hover, input[type=submit].btn-black.btn-disabled:hover, .btn-black.btn[disabled]:hover, input[type=submit].btn-black.btn[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
}

.btn-black.btn-outline, input[type=submit].btn-black.btn-outline {
  background: none;
  border-color: #0f0f0f;
  color: #0f0f0f;
}

.btn-black.btn-outline:hover, input[type=submit].btn-black.btn-outline:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #0f0f0f;
}

.btn-black.btn-outline.btn[disabled], input[type=submit].btn-black.btn-outline.btn[disabled], .btn-black.btn-outline.btn-disabled, input[type=submit].btn-black.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(15, 15, 15, 0.4);
  border: 1px solid rgba(15, 15, 15, 0.3);
}

.btn-black.btn-outline.btn-active, input[type=submit].btn-black.btn-outline.btn-active {
  background: none;
  color: rgba(15, 15, 15, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(54, 55, 56, 0.6) inset;
}

.btn-yellow, input[type=submit].btn-yellow {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}

.btn-yellow:hover, input[type=submit].btn-yellow:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #cca000;
}

.btn-yellow.btn-active, input[type=submit].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-yellow.btn-active, input[type=submit].btn-yellow.btn-active, .btn-yellow.btn-disabled, input[type=submit].btn-yellow.btn-disabled, .btn-yellow.btn[disabled], input[type=submit].btn-yellow.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #cca000;
}

.btn-yellow.btn-active:hover, input[type=submit].btn-yellow.btn-active:hover, .btn-yellow.btn-disabled:hover, input[type=submit].btn-yellow.btn-disabled:hover, .btn-yellow.btn[disabled]:hover, input[type=submit].btn-yellow.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn-yellow.btn-outline, input[type=submit].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}

.btn-yellow.btn-outline:hover, input[type=submit].btn-yellow.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}

.btn-yellow.btn-outline.btn[disabled], input[type=submit].btn-yellow.btn-outline.btn[disabled], .btn-yellow.btn-outline.btn-disabled, input[type=submit].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 200, 0, 0.4);
  border: 1px solid rgba(255, 200, 0, 0.3);
}

.btn-yellow.btn-outline.btn-active, input[type=submit].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255, 200, 0, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204, 160, 0, 0.6) inset;
}

.btn-yellow:hover, input[type=submit].btn-yellow:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #cca000;
}

.btn-yellow.btn-active, input[type=submit].btn-yellow.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.btn-yellow.btn-active, input[type=submit].btn-yellow.btn-active, .btn-yellow.btn-disabled, input[type=submit].btn-yellow.btn-disabled, .btn-yellow.btn[disabled], input[type=submit].btn-yellow.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #cca000;
}

.btn-yellow.btn-active:hover, input[type=submit].btn-yellow.btn-active:hover, .btn-yellow.btn-disabled:hover, input[type=submit].btn-yellow.btn-disabled:hover, .btn-yellow.btn[disabled]:hover, input[type=submit].btn-yellow.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn-yellow.btn-outline, input[type=submit].btn-yellow.btn-outline {
  background: none;
  border-color: #ffc800;
  color: #ffc800;
}

.btn-yellow.btn-outline:hover, input[type=submit].btn-yellow.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffc800;
}

.btn-yellow.btn-outline.btn[disabled], input[type=submit].btn-yellow.btn-outline.btn[disabled], .btn-yellow.btn-outline.btn-disabled, input[type=submit].btn-yellow.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 200, 0, 0.4);
  border: 1px solid rgba(255, 200, 0, 0.3);
}

.btn-yellow.btn-outline.btn-active, input[type=submit].btn-yellow.btn-outline.btn-active {
  background: none;
  color: rgba(255, 200, 0, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(204, 160, 0, 0.6) inset;
}

.btn-white, input[type=submit].btn-white {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}

.btn-white:hover, input[type=submit].btn-white:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #ededed;
}

.btn-white.btn-active, input[type=submit].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.btn-white.btn-active, input[type=submit].btn-white.btn-active, .btn-white.btn-disabled, input[type=submit].btn-white.btn-disabled, .btn-white.btn[disabled], input[type=submit].btn-white.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #ededed;
}

.btn-white.btn-active:hover, input[type=submit].btn-white.btn-active:hover, .btn-white.btn-disabled:hover, input[type=submit].btn-white.btn-disabled:hover, .btn-white.btn[disabled]:hover, input[type=submit].btn-white.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn-white.btn-outline, input[type=submit].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white.btn-outline:hover, input[type=submit].btn-white.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}

.btn-white.btn-outline.btn[disabled], input[type=submit].btn-white.btn-outline.btn[disabled], .btn-white.btn-outline.btn-disabled, input[type=submit].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-white.btn-outline.btn-active, input[type=submit].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237, 237, 237, 0.6) inset;
}

.btn-white:hover, input[type=submit].btn-white:hover {
  color: rgba(0, 0, 0, 0.6);
  background: #ededed;
}

.btn-white.btn-active, input[type=submit].btn-white.btn-active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.btn-white.btn-active, input[type=submit].btn-white.btn-active, .btn-white.btn-disabled, input[type=submit].btn-white.btn-disabled, .btn-white.btn[disabled], input[type=submit].btn-white.btn[disabled] {
  color: rgba(0, 0, 0, 0.5);
  background: #ededed;
}

.btn-white.btn-active:hover, input[type=submit].btn-white.btn-active:hover, .btn-white.btn-disabled:hover, input[type=submit].btn-white.btn-disabled:hover, .btn-white.btn[disabled]:hover, input[type=submit].btn-white.btn[disabled]:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn-white.btn-outline, input[type=submit].btn-white.btn-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-white.btn-outline:hover, input[type=submit].btn-white.btn-outline:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #ffffff;
}

.btn-white.btn-outline.btn[disabled], input[type=submit].btn-white.btn-outline.btn[disabled], .btn-white.btn-outline.btn-disabled, input[type=submit].btn-white.btn-outline.btn-disabled {
  background: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-white.btn-outline.btn-active, input[type=submit].btn-white.btn-outline.btn-active {
  background: none;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  box-shadow: 0 1px 3px rgba(237, 237, 237, 0.6) inset;
}

.btn-white.btn-outline.btn-active {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.4875em 2.5em;
}

.btn-single, .btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}

.btn-single:after, .btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.btn-single:after, .btn-group:after {
  content: "";
  display: table;
  clear: both;
}

.btn-single > .btn, .btn-single > input, .btn-group > .btn, .btn-group > input {
  float: left;
  border-radius: 0;
  margin-left: -1px;
}

.btn-single > .btn {
  border-radius: 2px;
}

.btn-group > .btn:first-child {
  border-radius: 2px 0 0 2px;
}

.btn-group > .btn:last-child {
  border-radius: 0 2px 2px 0;
}

.btn-group > .btn.btn-round:first-child, .btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}

.btn-group > .btn.btn-round:last-child, .btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}

.tools-alert {
  padding: 12px 15px;
  background: #f7f8f8;
  color: #0f0f0f;
  margin-bottom: 1.65em;
}

.tools-message {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 10px;
  right: 10px;
  max-width: 350px;
  line-height: 1.5;
  font-size: 95%;
  padding: 12px 15px;
  color: #0f0f0f;
  background: #e0e3e5;
}

.tools-message ul {
  margin: 0;
  list-style: none;
}

.tools-message-black, .tools-message-blue, .tools-message-red, .tools-message-green {
  color: rgba(255, 255, 255, 0.95);
}

.tools-message-black {
  background: #0f0f0f;
}

.tools-message-blue {
  background: #2575ed;
}

.tools-message-red {
  background: #de2c3b;
}

.tools-message-yellow {
  background: #ffc800;
}

.tools-message-green {
  background: #2c9f42;
}

.tools-alert-black {
  background: #dadada;
}

.tools-alert-blue {
  background: #d3e3fb;
}

.tools-alert-red {
  background: #f8d5d8;
}

.tools-alert-yellow {
  background: #fff4cc;
}

.tools-alert-green {
  background: #d5ecd9;
}

.label, .badge {
  background: #e0e3e5;
  font-size: 12.75px;
  display: inline-block;
  line-height: 1;
  padding: 4px 7px 3px 7px;
  color: #0f0f0f;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.label-outline {
  background: none;
  border: 1px solid #0f0f0f;
  padding: 3px 6px 2px 6px;
}

.badge {
  border-radius: 15px;
}

.badge-small {
  font-size: 11.25px;
  padding: 3px 5px;
}

.label-black, .label-blue, .label-red, .label-green, .badge-black, .badge-blue, .badge-red, .badge-green {
  color: #ffffff;
}

.label-black, .badge-black {
  background: #0f0f0f;
}

.label-blue, .badge-blue {
  background: #2575ed;
}

.label-red, .badge-red {
  background: #de2c3b;
}

.label-green, .badge-green {
  background: #2c9f42;
}

.label-yellow, .badge-yellow {
  background: #ffc800;
}

.label-white, .badge-white {
  background: #ffffff;
}

.label-black.label-outline, .label-blue.label-outline, .label-red.label-outline, .label-green.label-outline, .label-yellow.label-outline, .label-white.label-outline {
  background: none;
  color: #0f0f0f;
}

.label-blue.label-outline {
  border-color: #2575ed;
  color: #2575ed;
}

.label-red.label-outline {
  border-color: #de2c3b;
  color: #de2c3b;
}

.label-green.label-outline {
  border-color: #2c9f42;
  color: #2c9f42;
}

.label-yellow.label-outline {
  border-color: #ffc800;
  color: #ffc800;
}

.label-white.label-outline {
  border-color: #ffffff;
  color: #ffffff;
}

#tools-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}

#tools-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1a52a5;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.accordion-title {
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2px;
  padding: 12px 50px 12px 18px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9375em;
  line-height: 1, 4em;
  background: #f7f8f8;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-title.accordion-title-opened {
  margin-bottom: 0;
  font-weight: bold;
  background: #f0f1f2;
}

.accordion-title a, .accordion-title:hover {
  color: #000;
  text-decoration: none;
}

.accordion-panel {
  padding: 1.65em;
  margin-bottom: 10px;
}

.accordion-toggle {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.accordion-toggle-closed {
  background: #000;
  width: 1px;
  height: 15px;
  margin-left: 1px;
}

.accordion-toggle-closed:before {
  position: absolute;
  top: 7px;
  left: -7px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}

.accordion-toggle-opened:before {
  position: absolute;
  top: 7px;
  left: -8px;
  content: "";
  width: 15px;
  height: 1px;
  background: #000;
}

.filterbox {
  position: relative;
}

.filterbox input {
  padding-right: 30px;
}

.filterbox span {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 1px;
  width: 26px;
  height: 100%;
  cursor: pointer;
}

.filterbox span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  margin-left: 8px;
  margin-top: -21px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid rgba(0, 0, 0, 0.6);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.filterbox-list {
  z-index: 1000;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}

.filterbox-list li {
  padding: 4px 10px;
  color: #000;
  cursor: pointer;
}

.filterbox-list li:hover {
  background: #f0f1f2;
}

.filterbox-list li.active {
  background: #2575ed;
  color: #fff;
}

.tooltip {
  position: absolute;
  z-index: 10000;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
  font-size: 12.75px;
  line-height: 1.5em;
  max-width: 250px;
  background: #0f0f0f;
}

.tooltip-theme-red {
  background: #de2c3b;
}

.tooltip-theme-blue {
  background: #2575ed;
}

.tooltip-theme-green {
  background: #2c9f42;
}

.tooltip-theme-yellow {
  background: #ffc800;
}

.tooltip-theme-white {
  background: #ffffff;
}

.tooltip-theme-yellow, .tooltip-theme-white {
  color: #000;
}

.dropdown {
  display: none;
  position: absolute;
  z-index: 102;
  top: 0;
  right: 0;
  width: 250px;
  color: #0f0f0f;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  overflow: auto;
}

.dropdown section {
  max-height: 250px;
  overflow: auto;
  padding: 20px;
}

.dropdown footer {
  padding: 20px;
}

ul.dropdown {
  max-height: 300px;
  list-style: none;
  margin: 0;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
}

ul.dropdown a {
  display: block;
  padding: 7px 15px;
  text-decoration: none;
  color: #0f0f0f;
}

ul.dropdown a:hover {
  background: #eee;
}

ul.dropdown li.divider {
  border-bottom: 1px solid #e2e2e2;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.caret.caret-up {
  border-top: 0;
  border-bottom: 4px solid;
}

.livesearch-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.livesearch-box input {
  padding-left: 30px;
}

.livesearch-box .close {
  position: absolute;
  top: 0.2em;
  right: 5px;
  z-index: 2;
  padding: 4px 6px;
  line-height: 1;
  font-size: 20px;
  cursor: pointer;
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.livesearch-box .close:before {
  content: "×";
}

.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.livesearch-box .close:before {
  content: "×";
}

.livesearch-box .close:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.livesearch-icon {
  position: absolute;
  top: 53%;
  left: 10px;
  z-index: 2;
}

.livesearch-icon:before, .livesearch-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
  background: rgba(0, 0, 0, 0.5);
}

.livesearch-icon:before {
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: transparent;
  border-radius: 12px;
}

.livesearch-icon:after {
  left: 10px;
  width: 2px;
  height: 7px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.tools-droparea {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}

.tools-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}

.tools-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}

.tools-droparea-placeholder {
  text-align: center;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}

.tools-droparea-placeholder input[type=file] {
  display: inline-block;
}

.autocomplete {
  position: absolute;
  z-index: 1000;
  left: 0;
  display: none;
  margin: 0;
  list-style: none;
  background: #fff;
  width: 250px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow: auto;
}

.autocomplete a {
  padding: 4px 10px;
  color: #000;
  display: block;
  text-decoration: none;
}

.autocomplete a:hover {
  background: #f0f1f2;
}

.autocomplete a.active {
  background: #2575ed;
  color: #fff;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  z-index: 100;
}

.modal-blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 101;
}

.modal {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}

.modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}

.modal section {
  padding: 30px 40px 50px 40px;
}

.modal footer button {
  width: 100%;
  border-radius: 0;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
}

.modal-close:hover {
  color: #000;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none;
}

.highlight {
  background-color: #f7f3e2;
}

.big {
  font-size: 18px;
}

.small {
  font-size: 12.75px;
}

.smaller {
  font-size: 11.25px;
}

.nowrap, .nowrap td {
  white-space: nowrap;
}

.req, .required {
  font-weight: normal;
  color: #de2c3b;
}

.error {
  color: #de2c3b;
}

.success {
  color: #2c9f42;
}

.text-centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

.last {
  margin-right: 0 !important;
}

.pause {
  margin-bottom: 0.825em !important;
}

.end {
  margin-bottom: 0 !important;
}

.normal {
  font-weight: normal;
}

.light {
  font-weight: 300;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.left {
  float: left;
}

.right {
  float: right;
}

.upper {
  text-transform: uppercase;
}

.list-flat {
  margin-left: 0;
  list-style: none;
}

.color-black {
  color: #0f0f0f;
}

.color-white {
  color: #ffffff;
}

.color-gray-10 {
  color: rgba(0, 0, 0, 0.1);
}

.color-gray-20 {
  color: rgba(0, 0, 0, 0.2);
}

.color-gray-30 {
  color: rgba(0, 0, 0, 0.3);
}

.color-gray-40 {
  color: rgba(0, 0, 0, 0.4);
}

.color-gray-50 {
  color: rgba(0, 0, 0, 0.5);
}

.color-gray-60 {
  color: rgba(0, 0, 0, 0.6);
}

.color-gray-70 {
  color: rgba(0, 0, 0, 0.7);
}

.color-gray-80 {
  color: rgba(0, 0, 0, 0.8);
}

.color-gray-90 {
  color: rgba(0, 0, 0, 0.9);
}

.color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}

.color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}

.color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}

.color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}

.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}

.color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}

.color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1.65em;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .left, .right {
    float: none;
  }
  .hide-on-mobile {
    display: none;
  }
}
.str {
  color: #dd1144;
}

.kwd {
  color: #333333;
}

.com {
  color: #999988;
}

.typ {
  color: #445588;
}

.lit {
  color: #445588;
}

.pun {
  color: #888;
}

.opn {
  color: #333333;
}

.clo {
  color: #333333;
}

.tag {
  color: #367ac3;
}

.atn {
  color: #51a7c9;
}

.atv {
  color: #709c1a;
}

.dec {
  color: #666;
}

.var {
  color: teal;
}

.fun {
  color: #990000;
}

.linenums ol li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
}

.linenums ol li:after {
  content: counter(list);
  position: absolute;
  left: -3.3em;
  border-right: 1px solid #e5e5e5;
  padding-right: 9px;
  width: 2.45em;
  text-align: right;
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    width: 100%;
  }
  .units-row .unit-90, .units-row .unit-80, .units-row .unit-75, .units-row .unit-70, .units-row .unit-66, .units-row .unit-65, .units-row .unit-60, .units-row .unit-50, .units-row .unit-40, .units-row .unit-35, .units-row .unit-33, .units-row .unit-30, .units-row .unit-25, .units-row .unit-20, .units-row .unit-10 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .unit-push-90, .unit-push-80, .unit-push-75, .unit-push-70, .unit-push-66, .unit-push-65, .unit-push-60, .unit-push-50, .unit-push-40, .unit-push-35, .unit-push-33, .unit-push-30, .unit-push-25, .unit-push-20, .unit-push-10 {
    left: 0;
  }
  .units-row .unit-push-right {
    float: none;
  }
  .units-mobile-50 .unit-90, .units-mobile-50 .unit-80, .units-mobile-50 .unit-75, .units-mobile-50 .unit-70, .units-mobile-50 .unit-66, .units-mobile-50 .unit-65, .units-mobile-50 .unit-60, .units-mobile-50 .unit-40, .units-mobile-50 .unit-30, .units-mobile-50 .unit-35, .units-mobile-50 .unit-33, .units-mobile-50 .unit-25, .units-mobile-50 .unit-20, .units-mobile-50 .unit-10 {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }
  .units-mobile-50 .unit-90:first-child, .units-mobile-50 .unit-80:first-child, .units-mobile-50 .unit-75:first-child, .units-mobile-50 .unit-70:first-child, .units-mobile-50 .unit-66:first-child, .units-mobile-50 .unit-65:first-child, .units-mobile-50 .unit-60:first-child, .units-mobile-50 .unit-40:first-child, .units-mobile-50 .unit-35:first-child, .units-mobile-50 .unit-30:first-child, .units-mobile-50 .unit-33:first-child, .units-mobile-50 .unit-25:first-child, .units-mobile-50 .unit-20:first-child, .units-mobile-50 .unit-10:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blocks-2, .blocks-3, .blocks-4, .blocks-5, .blocks-6 {
    margin-left: 0;
    margin-bottom: 1.65em;
  }
  .blocks-2 > li, .blocks-3 > li, .blocks-4 > li, .blocks-5 > li, .blocks-6 > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .blocks-mobile-50 > li, .blocks-mobile-33 > li {
    float: left;
    margin-left: 3%;
  }
  .blocks-mobile-33, .blocks-mobile-50 {
    margin-left: -3%;
  }
  .blocks-mobile-50 > li {
    width: 47%;
  }
  .blocks-mobile-33 > li {
    width: 30.3333333333%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.125;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.5em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.75em;
  }
  .lead {
    font-size: 1.2em;
  }
  ul, ol, ul ul, ol ol, ul ol, ol ul {
    margin-left: 1.65em;
  }
  blockquote {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar.navbar-left, .navbar.navbar-right, .navbar li, .navbar.navbar-left li, .navbar.navbar-right li {
    float: none;
    text-align: left;
    width: auto;
  }
  .navbar li, .navbar.navbar-right li {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-fullwidth ul, .nav-fullwidth li {
    width: auto;
  }
  .nav-fullwidth li {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .forms-list label {
    display: inline-block;
  }
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 12pt;
  }
  .h1, h1 {
    font-size: 36pt;
  }
  .h2, h2 {
    font-size: 24pt;
  }
  .h3, h3 {
    font-size: 18pt;
  }
  .h4, h4 {
    font-size: 14pt;
  }
  .h5, h5 {
    font-size: 12pt;
  }
  .h6, h6 {
    font-size: 12pt;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    page-break-inside: avoid;
  }
  blockquote {
    border: none;
    font-style: italic;
  }
  img {
    max-width: 100% !important;
  }
  select {
    background: #fff !important;
  }
}
/*! jQuery UI - v1.12.1 - 2016-09-14 */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ccc;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* Spectrum */
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat, .sp-top {
  position: relative;
}

.sp-container, .sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-top {
  width: 100%;
  display: inline-block;
}

.sp-alpha-handle, .sp-color, .sp-dragger, .sp-hue, .sp-sat, .sp-slider, .sp-top-inner, .sp-val {
  position: absolute;
}

.sp-top-inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: 1px solid #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

.sp-alpha, .sp-alpha-handle, .sp-clear, .sp-container, .sp-container button, .sp-container.sp-dragging .sp-input, .sp-dragger, .sp-preview, .sp-replacer, .sp-slider {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

.sp-container.sp-buttons-disabled .sp-button-container, .sp-container.sp-input-disabled .sp-input-container, .sp-container.sp-palette-buttons-disabled .sp-palette-button-container, .sp-initial-disabled .sp-initial, .sp-palette-disabled .sp-palette-container, .sp-palette-only .sp-picker-container {
  display: none;
}

.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#FFFFFFFF", endColorstr="#00CC9A81");
}

.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00CC9A81", endColorstr="#FF000000");
}

.sp-hue {
  background: -moz-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -ms-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -o-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.17, #ff0), color-stop(0.33, #0f0), color-stop(0.5, #0ff), color-stop(0.67, #00f), color-stop(0.83, #f0f), to(red));
  background: -webkit-linear-gradient(top, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
  background: linear-gradient(to bottom, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red 100%);
}

.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ffff00");
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00", endColorstr="#00ff00");
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ff00", endColorstr="#00ffff");
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffff", endColorstr="#0000ff");
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000ff", endColorstr="#ff00ff");
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff", endColorstr="#ff0000");
}

.sp-hidden {
  display: none !important;
}

.sp-cf:after, .sp-cf:before {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  top: 0;
  left: 0;
}

.sp-slider {
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: #fff;
  opacity: 0.8;
}

.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: 1px solid #f0c49B;
  padding: 0;
}

.sp-clear, .sp-color, .sp-container, .sp-container button, .sp-container input, .sp-hue {
  font: 400 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-clear, .sp-color, .sp-hue {
  border: 1px solid #666;
}

.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container, .sp-input {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  background: 0 0;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-palette-container, .sp-picker-container {
  float: left;
  position: relative;
  padding: 10px 10px 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
}

.sp-palette .sp-thumb-el.sp-thumb-active, .sp-palette .sp-thumb-el:hover {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

.sp-initial {
  float: left;
  border: 1px solid #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

.sp-button-container, .sp-palette-button-container {
  float: right;
}

.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: 1px solid #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

.sp-replacer.sp-active, .sp-replacer:hover {
  border-color: #F0C49B;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  width: 25px;
  height: 20px;
  border: 1px solid #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: 1px solid #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

.sp-container button {
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #ccc);
  background-image: -moz-linear-gradient(top, #eee, #ccc);
  background-image: -ms-linear-gradient(top, #eee, #ccc);
  background-image: -o-linear-gradient(top, #eee, #ccc);
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

.sp-container button:hover {
  background-color: #ccc;
  background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  background-image: -moz-linear-gradient(top, #ccc, #bbb);
  background-image: -ms-linear-gradient(top, #ccc, #bbb);
  background-image: -o-linear-gradient(top, #ccc, #bbb);
  background-image: linear-gradient(to bottom, #ccc, #bbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ccc;
}

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0 5px 0 0;
  padding: 2px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span.sp-thumb-active, .sp-palette span:hover {
  border-color: #000;
}

.sp-alpha, .sp-preview, .sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-alpha-inner, .sp-preview-inner, .sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/*Chosen */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 35px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  display: none;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/res/use/img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/res/use/img/chosen-sprite.png) no-repeat 0 8px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/res/use/img/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/res/use/img/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/res/use/img/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/*# sourceMappingURL=common.css.map */
