/** 
 * Kendo UI v2018.2.620 (http://www.telerik.com/kendo-ui)                                                                                                                                               
 * Copyright 2018 Telerik EAD. All rights reserved.                                                                                                                                                     
 *                                                                                                                                                                                                      
 * Kendo UI commercial licenses may be obtained at                                                                                                                                                      
 * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete                                                                                                                                  
 * If you do not own a commercial license, this file shall be governed by the trial license terms.                                                                                                      
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       
                                                                                                                                                                                                       

*/
.k-theme-test-class,
.ktb-theme-id-material {
  opacity: 0;
}

.ktb-var-accent {
  color: #0067b1;
}

.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: #0067b1;
}

.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: #0067b1;
}

.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: #fafafa;
  color: #444;
  padding: 6px 6px 5px 6px;
  line-height: 1em;
  background-color: #fafafa;
  background-position: 50% 50%;
  /* -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05); */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05); */
}

.k-button.k-state-hover,
.k-button:hover {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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: #dbdbdb;
  border-color: #dbdbdb;
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-button.k-state-active:hover {
  color: #fff;
  border-color: #0067b1;
  background-color: #0067b1;
}

.k-button:focus:active {
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.k-button.k-state-disabled,
.k-button.k-state-disabled:hover,
.k-button[disabled],
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover {
  color: #999;
  border-color: #fafafa;
  background-color: #fafafa;
  background-image: none;
}

.k-button.k-state-disabled,
.k-button.k-state-disabled:active,
.k-button[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.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: #ebebeb;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-primary {
  color: #fff;
  border-color: #0067b1;
  background-color: #0067b1;
}

.k-primary.k-state-hover,
.k-primary:hover {
  color: #fff;
  border-color: #0067b1;
  background-color: #0067b1;
}

.k-primary.k-state-active,
.k-primary:active {
  color: #fff;
  border-color: #283593;
  background-color: #283593;
}

.k-primary:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.3);
}

.k-primary.k-state-disabled,
.k-primary.k-state-disabled:hover,
.k-primary[disabled],
.k-state-disabled .k-primary,
.k-state-disabled .k-primary:hover {
  color: #999;
  border-color: #fafafa;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-primary.k-state-disabled,
.k-primary[disabled] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-primary.k-state-focused,
.k-primary:focus {
  border-color: #eff8ff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-split-button:focus {
  border-color: #ebebeb;
  outline: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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: #ebebeb;
}

.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: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-split-button.k-state-disabled {
  color: #999;
  background: #fafafa;
  background-image: none;
}

.k-edit-buttons {
  border-color: #e6e6e6;
  background: #0067b1;
}

.k-card {
  border-color: #e6e6e6;
  color: #444;
  background-color: #fff;
}

.k-card-header {
  border-color: #e6e6e6;
  color: #fff;
  background-color: #0067b1;
}

.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 {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  border-color: #fafafa;
  color: #444;
  background-color: #fafafa;
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.k-chat .k-bubble:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.k-chat .k-state-selected .k-bubble {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.k-chat .k-alt .k-bubble {
  border-color: #0067b1;
  color: #fff;
  background-color: #0067b1;
}

.k-chat .k-quick-reply {
  border-color: #0067b1;
  color: #0067b1;
  background-color: transparent;
}

.k-chat .k-quick-reply:hover {
  border-color: #0067b1;
  color: #fff;
  background-color: #0067b1;
}

.k-chat .k-message-box {
  border-color: inherit;
  color: #444;
  background-color: #fff;
}

.k-chat .k-message-box .k-button:hover {
  color: #0067b1;
}

.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-calendar th,
.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-calendar th,
.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: #0067b1;
}

.k-grouping-row td,
.k-resize-handle-inner,
td.k-group-cell {
  background-color: #0067b1;
}

.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:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #0067b1;
}

.k-panelbar > li > .k-link,
.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,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-position: 50% 50%;
  background-color: #e8e8e8;
  color: #444;
}

.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,
html .km-pane-wrapper .k-header {
  background-color: #fafafa;
}

.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-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type='checkbox']:checked,
.k-mobile-list .k-edit-field [type='radio']:checked {
  opacity: 0.7;
}

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type='checkbox']:checked,
.k-mobile-list .k-edit-field [type='radio']:checked {
  background-image: url(Custom/sprite.png);
  border-color: transparent;
}

.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type='checkbox']:checked {
  font-family: WebComponentsIcons;
  background-image: none;
}

.k-mobile-list .k-check:checked:before,
.k-mobile-list .k-edit-field [type='checkbox']:checked:before {
  content: '\e118';
}

.k-i-loading {
  background-image: url(Custom/loading.svg);
}

.k-loading-image {
  background-image: url(Custom/loading-image.svg);
}

.k-loading-color {
  background-color: white;
}

.k-draghandle {
  border-color: #0067b1;
  background-color: #0067b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-draghandle:hover {
  border-color: #0067b1;
  background-color: #0067b1;
  -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
  box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
}

.k-badge {
  background-color: #0067b1;
  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: #6464644d;
}

.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: #0067b1;
}

.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;
  -webkit-box-shadow: 0 0 0 2px #444;
  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 > li > .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: #0067b1;
}

.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-calendar .k-link {
  color: #444;
}

.k-calendar .k-footer {
  padding: 0;
}

.k-calendar .k-footer .k-nav-today {
  color: #444;
  text-decoration: none;
  background-color: #fff;
}

.k-calendar .k-footer .k-nav-today.k-state-hover,
.k-calendar .k-footer .k-nav-today:hover {
  background-color: #fff;
  text-decoration: underline;
}

.k-calendar .k-footer .k-nav-today:active {
  background-color: #fff;
}

.k-calendar .k-link.k-nav-fast {
  color: #444;
}

.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: none;
  background-color: #ebebeb;
  color: #444;
}

.k-calendar .k-link.k-state-hover {
  border-radius: 50%;
}

.k-calendar .k-footer .k-link {
  border-radius: 0;
}

.k-calendar th {
  background-color: #0067b1;
}

.k-window-titlebar .k-link {
  border-radius: 50%;
}

.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: #444;
  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: #0067b1;
}

.k-popup .k-list .k-item > .k-group {
  background: #ebebeb;
  color: #0067b1;
  border-bottom-left-radius: 1px;
}

.k-marquee-text {
  color: #0067b1;
}

.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 {
  -webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: inset 0 0 0 1px grey;
}

.k-menu .k-item.k-state-default.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px #b3b3b3;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-list-optionlabel.k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-panelbar > li.k-state-default > .k-link.k-state-selected,
.k-panelbar > li > .k-state-selected,
.k-state-selected > .k-link {
  color: #444;
}

.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-list > .k-state-hover,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-recur-view .k-check:active,
.k-pager-wrap .k-link:hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-state-hover,
.k-state-hover:hover {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  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-state-hover:hover,
.k-textbox:hover,
div.k-filebrowser-dropzone em {
  background-image: none;
}

.k-pager-wrap {
  background-color: #0067b1;
  color: #fff;
}

.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,
.km-pane-wrapper .k-mobile-list input:not([type='checkbox']):not([type='radio']),
.km-pane-wrapper .k-mobile-list textarea,
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]) {
  color: #444;
}

.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right {
  background: #fff;
  border-color: #e6e6e6;
}

.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input {
  background-color: #fff;
  border-color: #f0f0f0;
}

.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input + .k-i-zoom:before {
  color: #444;
}

.km-pane-wrapper .km-pane .k-mobile-list.k-filter-menu .k-space-right > input:focus {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.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.7;
}

.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(Custom/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(Custom/slider-h.gif);
}

.k-slider-vertical .k-tick {
  background-image: url(Custom/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: #0067b1;
  border-color: #e6e6e6;
}

.k-upload .k-upload-selected:hover {
  color: #fff;
  background-color: #0067b1;
}

.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:hover {
  color: #fff;
}

.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}

.k-slider,
.k-treeview,
.k-upload {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-state-hover {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  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 {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-state-selected {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.k-state-active {
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-calendar-container.k-popup {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.k-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #e6e6e6;
  box-shadow: inset 0 0 0 3px #e6e6e6;
}

.k-window {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 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);
  -webkit-box-shadow: 1px 1px 7px 1px 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 {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.k-editor-inline ::-moz-selection {
  background-color: #0067b1;
  text-shadow: none;
  color: #fff;
}

.k-editor-inline ::selection {
  background-color: #0067b1;
  text-shadow: none;
  color: #fff;
}

.k-editor-inline ::-moz-selection {
  background-color: #0067b1;
  text-shadow: none;
  color: #fff;
}

.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 .k-link,
.k-calendar td,
.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-notification,
.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,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 2px 2px 0;
}

.k-edit-field > .k-scheduler-navigation,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link {
  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-grid-mobile .k-column-active + th.k-header {
  border-left-color: #444;
}

.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.k-ie .km-pane-wrapper .k-widget,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-item,
html .km-pane-wrapper .km-widget {
  color: #444;
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #444;
  }
}

.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
}

.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}

.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #fff;
  border-top-color: #fff;
}

.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}

.km-pane-wrapper .k-mobile-list .k-item:last-child {
  -webkit-box-shadow: inset 0 -1px 0 #e7e7e7;
  box-shadow: inset 0 -1px 0 #e7e7e7;
}

.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  color: #9b9b9b;
}

.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #e7e7e7;
}

.km-pane-wrapper .k-mobile-list .k-edit-field {
  -webkit-box-shadow: 0 1px 1px #e7e7e7;
  box-shadow: 0 1px 1px #e7e7e7;
}

.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type='reset'],
.km-pane-wrapper .k-scheduler-delete {
  color: #fff;
  border-color: #eed3d7;
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.15));
}

.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type='reset']:active,
.km-pane-wrapper .k-scheduler-delete:active {
  background-color: #900;
}

.k-autocomplete.k-state-default,
.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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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 {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.k-panelbar > li.k-state-default > .k-link,
.k-tabstrip-items .k-item .k-link {
  color: #444;
}

.k-panelbar > li.k-state-default > .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;
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 #fff;
  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 {
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}

.k-toolbar-last-visible.k-overflow-group {
  -webkit-box-shadow: inset 0 1px 0 #fff;
  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.k-state-focused,
.k-button:focus {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.k-button.k-state-active,
.k-button:active {
  color: #000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.k-button.k-state-active.k-state-focused,
.k-button.k-state-active:focus,
.k-button:active.k-state-focused,
.k-button:active:focus {
  color: #000;
  border-color: #d1d1d1;
  background: #d1d1d1;
}

.k-state-disabled .k-button,
.k-state-disabled.k-button {
  color: #999;
  border-color: #fafafa;
  background-color: #fafafa;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-state-disabled .k-button:focus,
.k-state-disabled.k-button:focus {
  color: #999;
  border-color: #ebebeb;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-button-group {
  /* -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05); */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, .2), 0 2px 3px rgba(0, 0, 0, .05) */
}

.k-button-group .k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-button-group .k-button.k-state-active {
  color: #000;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.k-button-group .k-button.k-state-focused.k-state-active,
.k-button-group .k-button:focus.k-state-active {
  color: #000;
  border-color: #d1d1d1;
  background: #d1d1d1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-button-group .k-button.k-state-disabled,
.k-button-group .k-button.k-state-disabled.k-state-active,
.k-state-disabled.k-button-group .k-button,
.k-state-disabled.k-button-group .k-button.k-state-active {
  color: #999;
  border-color: #fafafa;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-button-group .k-button.k-state-focused,
.k-button-group .k-button:focus {
  color: #444;
  border-color: #ebebeb;
  background-color: #ebebeb;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  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: 50%;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-checkbox:checked + .k-checkbox-label:before {
  background-color: #0067b1;
  border-color: #0067b1;
  color: #fff;
}

.k-checkbox-label:active:before,
.k-checkbox:active + .k-checkbox-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #919cd9;
}

.k-checkbox:checked + .k-checkbox-label:active:before,
.k-checkbox:checked:active + .k-checkbox-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #919cd9;
}

.k-checkbox:disabled + .k-checkbox-label {
  color: #999;
}

.k-checkbox:disabled + .k-checkbox-label:hover:before {
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:after {
  background-color: #0067b1;
  background-image: none;
  border-color: #0067b1;
  border-radius: 0;
}

.k-checkbox:indeterminate:hover + .k-checkbox-label:after {
  border-color: #0067b1;
  background-color: #0067b1;
}

.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;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-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: #0067b1;
}

.k-checkbox:focus + .k-checkbox-label:after {
  -webkit-box-shadow: 0 0 0 12px rgba(127, 127, 127, 0.2);
  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 {
  -webkit-box-shadow: 0 0 0 12px rgba(145, 156, 217, 0.4);
  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 {
  -webkit-box-shadow: 0 0 0 12px rgba(145, 156, 217, 0.4);
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-checkbox:indeterminate + .k-checkbox-label:before {
  border-color: #0067b1;
}

.k-radio {
  border-radius: 50%;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-radio:checked + .k-radio-label:after {
  background-color: #0067b1;
  border-radius: 50%;
  top: 4px;
  left: 4px;
}

.k-radio-label:active:before {
  border-color: #6b7acb;
  -webkit-box-shadow: 0 0 2px 0 #6b7acb;
  box-shadow: 0 0 2px 0 #6b7acb;
}

.k-radio:checked + .k-radio-label:active:before {
  -webkit-box-shadow: 0 0 2px 0 #6b7acb;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-radio:disabled:checked + .k-radio-label:after {
  background-color: #0067b1;
  opacity: 0.5;
}

.k-radio:focus + .k-radio-label:before {
  border-color: #6b7acb;
  -webkit-box-shadow: 0 0 2px 0 #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: #0067b1;
}

.k-radio + .k-radio-label:active:before {
  border-color: #7f7f7f;
  -webkit-box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
  box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
}

.k-radio:checked + .k-radio-label:active:before {
  -webkit-box-shadow: 0 0 0 12px rgba(63, 81, 181, 0.3);
  box-shadow: 0 0 0 12px rgba(63, 81, 181, 0.3);
}

.k-radio:focus + .k-radio-label:before {
  border-color: #7f7f7f;
  -webkit-box-shadow: 0 0 0 12px rgba(235, 235, 235, 0.3);
  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 {
  -webkit-box-shadow: none;
  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-overflow-container .k-primary,
.k-primary {
  color: #fff;
  border-color: #0067b1;
  background-position: 50% 50%;
  background-color: #0067b1;
}

.k-primary.k-state-active:hover,
.k-primary.k-state-hover,
.k-primary:active:hover,
.k-primary:hover {
  color: #fff;
  border-color: #62b5e5;
  background-color: #62b5e5;
}

.k-primary.k-state-active,
.k-primary.k-state-focused,
.k-primary:active,
.k-primary:focus {
  color: #fff;
  border-color: #283593;
  background-color: #283593;
}

.k-primary.k-state-disabled,
.k-primary.k-state-disabled:active,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary,
.k-state-disabled .k-primary:active,
.k-state-disabled .k-primary:hover {
  color: #999;
  border-color: #fafafa;
  background-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-dropdown .k-state-default {
  border-color: #e4e4e4;
  background-position: 50% 50%;
  background-color: #fafafa;
}

.k-dropdown,
span.k-colorpicker {
  background-color: #fafafa;
}

.k-textbox {
  background-color: #fafafa;
  border-color: #f0f0f0;
}

.k-combobox,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  background-color: #fafafa;
}

.k-picker-wrap.k-state-default > .k-select {
  border-color: #fafafa;
}

.k-datepicker .k-input,
.k-timepicker .k-input {
  background-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;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 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;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
}

.k-list > .k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-list > .k-state-focused {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-list > .k-state-hover,
.k-list > .k-state-selected.k-state-hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #444;
}

.k-list-container {
  border-color: #ebebeb;
}

.k-grid td.k-state-focused.k-state-selected {
  -webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: inset 0 0 0 1px grey;
}

.k-calendar td.k-state-focused,
.k-calendar td.k-state-selected.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: inset 0 0 0 1px grey;
}

.k-calendar td.k-state-selected {
  background-color: #0067b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-calendar td.k-state-selected.k-state-hover {
  background-color: #00a2eb;
}

.k-calendar .k-state-selected > .k-link {
  color: #fff;
}

.k-calendar .k-header .k-link {
  color: #fff;
}

.k-calendar .k-footer {
  border-color: #e6e6e6;
}

.k-calendar td {
  border-radius: 0;
}

.k-calendar .k-content th {
  background-color: #fff;
}

.k-calendar .k-alt {
  border-radius: 0;
  background-color: #f2f2f2;
}

.k-calendar .k-header .k-state-hover {
  background-color: #32408f;
}

.k-calendar .k-footer .k-nav-today {
  color: #0067b1;
}

.k-calendar .k-nav-fast.k-state-hover {
  border-radius: 0;
}

.k-calendar .k-today {
  background-color: #0067b1;
}

.k-calendar .k-today .k-link {
  color: #fff;
}

.k-calendar .k-today.k-state-hover {
  background-color: #32408f;
}

.k-calendar .k-today:active {
  -webkit-box-shadow: inset 0 0 0 1px #2b387c;
  box-shadow: inset 0 0 0 1px #2b387c;
}

.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-window-titlebar .k-state-hover {
  background-color: #0067b1;
  border-color: #0067b1;
}

.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: #e8e8e8;
  background-image: none;
  border-bottom-color: #0067b1;
}

.k-tabstrip .k-content.k-state-active {
  border-color: transparent;
}

.k-tabstrip-items .k-item.k-state-hover {
  background: #0067b1;
  border-color: #0067b1;
}

.k-tabstrip-items .k-item.k-state-hover .k-i-close {
  color: #fff;
}

.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 {
  -webkit-box-shadow: none;
  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,
.km-pane-wrapper .k-header .k-button {
  color: #444;
  background-color: #fafafa;
  border-color: #fafafa;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}

.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,
.km-pane-wrapper .k-header .k-button:hover {
  background-color: #ebebeb;
  border-color: #ebebeb;
}

.km-pane-wrapper .k-header .k-button:active:hover {
  color: #fff;
}

.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: #0067b1;
  border-color: #0067b1;
}

.k-gantt .k-gantt-toolbar .k-button:active {
  background: #fff;
  -webkit-box-shadow: none;
  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: #0067b1;
  border-color: #32408f;
  -webkit-box-shadow: none;
  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,
.km-pane-wrapper .k-grid-header .k-header {
  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: #7b7b7b;
}

.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: #0067b1;
}

.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: #0067b1;
}

.k-grid td.k-state-selected:hover,
.k-grid tr.k-state-selected:hover td {
  background-color: #0067b1;
}

.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: #0067b1 transparent transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0067b1;
}

.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 {
  -webkit-box-shadow: none;
  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: #0067b1;
}

.k-panelbar > li.k-state-default > .k-link {
  color: #444;
}

.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: #fafafa;
}

.k-splitbar.k-state-focused {
  /* background-color: #0067b1; */
  /* border-color: #0067b1; */
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-upload {
  color: #444;
  background-color: #fff;
}

.k-upload-files .k-button {
  -webkit-box-shadow: none;
  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: #0067b1;
  border-color: #0067b1;
}

.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]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-multiselect .k-button:active:hover {
  color: #444;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}

.k-multiselect-wrap > ul > .k-button {
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-panelbar > li > .k-state-focused,
.k-treeview .k-state-focused {
  background-color: #ebebeb;
}

.k-progressbar {
  background-color: #fafafa;
  border-color: #fafafa;
}

.k-progressbar .k-item,
.k-progressbar .k-item.k-state-selected {
  border-color: #fff;
}

.k-progressbar .k-state-selected {
  background-color: #0067b1;
  border-color: #0067b1;
}

.k-widget.k-tooltip-validation {
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-slider-selection {
  background-color: #0067b1;
  border-color: #0067b1;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-draghandle,
.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle,
.k-flatcolorpicker .k-transparency-slider .k-draghandle {
  border-color: #0067b1;
  background-color: #0067b1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
.k-flatcolorpicker .k-transparency-slider .k-draghandle:hover {
  border-color: #0067b1;
  background-color: #0067b1;
  -webkit-box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.3);
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0067b1;
  background-color: #0067b1;
}

.k-edit-buttons {
  background-color: #fafafa;
}

.k-popup .k-button,
.k-popup .k-button:active:hover {
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-edit-form-container .k-primary,
.k-popup .k-primary {
  color: white;
  background-color: #0067b1 !important;
  border-color: #0067b1 !important; /* otherwise button in the powerfilter isn't uniform */
}

.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: #0067b1;
  -webkit-box-shadow: none;
  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]) {
  -webkit-box-shadow: none;
  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;
}

.km-pane-wrapper > .km-pane > .km-view > .km-content {
  color: #0067b1;
  background-color: #fff;
}

.km-pane-wrapper > .km-pane .km-content .k-mobile-list > ul > li > .k-link {
  color: #0067b1;
}

.k-popup.k-context-menu {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-drag-clue {
  color: #444;
  background-color: #ebebeb;
  border-color: #ebebeb;
  -webkit-box-shadow: inset 0 0 0 1px grey;
  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: 370px) {
  .k-edge .k-pager-refresh,
  .k-ff .k-pager-refresh,
  .k-ie11 .k-pager-refresh,
  .k-safari .k-pager-refresh,
  .k-webkit .k-pager-refresh {
    display: none;
  }
}

@media only screen and (max-width: 590px) {
  .k-edge .k-pager-refresh,
  .k-ff .k-pager-refresh,
  .k-ie11 .k-pager-refresh,
  .k-safari .k-pager-refresh,
  .k-webkit .k-pager-refresh {
    margin-right: 0;
  }
}

@media only screen and (max-width: 530px) {
  .k-edge .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-safari .k-pager-sizes,
  .k-webkit .k-pager-sizes {
    display: none;
  }
}

@media only screen and (max-width: 687px) {
  .k-edge .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-safari .k-pager-info,
  .k-webkit .k-pager-info {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .k-scheduler-toolbar > ul.k-scheduler-views {
    right: 13px;
    top: 0;
  }
  .k-edge .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views,
  .k-ie11 .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 {
    right: 13px;
    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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .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;
    text-align: right;
  }
  .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-ie11 .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-ie11 .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-ie11 .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie11 .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie11 .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-ie11 .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-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .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-ie11 .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-ie11 .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: #0067b1;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-edge .k-pager-wrap,
  .k-ff .k-pager-wrap,
  .k-ie11 .k-pager-wrap,
  .k-safari .k-pager-wrap,
  .k-webkit .k-pager-wrap {
    min-height: 2.56em;
  }
  .k-edge .k-pager-input,
  .k-edge .k-pager-wrap .k-pager-nav,
  .k-ff .k-pager-input,
  .k-ff .k-pager-wrap .k-pager-nav,
  .k-ie11 .k-pager-input,
  .k-ie11 .k-pager-wrap .k-pager-nav,
  .k-safari .k-pager-input,
  .k-safari .k-pager-wrap .k-pager-nav,
  .k-webkit .k-pager-input,
  .k-webkit .k-pager-wrap .k-pager-nav {
    display: inline-block;
    vertical-align: top;
  }
  .k-edge .k-grid .k-pager-numbers,
  .k-edge .k-pager-numbers,
  .k-ff .k-grid .k-pager-numbers,
  .k-ff .k-pager-numbers,
  .k-ie11 .k-grid .k-pager-numbers,
  .k-ie11 .k-pager-numbers,
  .k-safari .k-grid .k-pager-numbers,
  .k-safari .k-pager-numbers,
  .k-webkit .k-grid .k-pager-numbers,
  .k-webkit .k-pager-numbers {
    position: absolute;
    left: 5.6em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    overflow: visible;
    height: auto;
  }
  .k-edge .k-grid .k-pager-numbers.k-state-expanded,
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-ff .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-grid .k-pager-numbers.k-state-expanded,
  .k-webkit .k-pager-numbers.k-state-expanded {
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
  }
  .k-edge .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-edge .km-pane-wrapper .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ff .km-pane-wrapper .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-ie11 .km-pane-wrapper .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-safari .km-pane-wrapper .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers,
  .k-webkit .km-pane-wrapper .k-pager-numbers {
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .k-edge .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-edge .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ff .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-ie11 .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-safari .km-pane-wrapper .k-pager-numbers.k-state-expanded,
  .k-webkit .km-pane-wrapper .k-grid .k-pager-numbers.k-state-expanded,
  .k-webkit .km-pane-wrapper .k-pager-numbers.k-state-expanded {
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
  .k-edge .km-pane-wrapper .k-pager-numbers .k-link,
  .k-edge .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-edge .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ff .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ff .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-ie11 .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-link,
  .k-safari .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-safari .km-pane-wrapper .k-pager-wrap > .k-pager-info,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-link,
  .k-webkit .km-pane-wrapper .k-pager-numbers .k-state-selected,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-link,
  .k-webkit .km-pane-wrapper .k-pager-wrap > .k-pager-info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .k-edge .k-rtl .k-grid .k-pager-numbers,
  .k-edge .k-rtl .k-pager-numbers,
  .k-ff .k-rtl .k-grid .k-pager-numbers,
  .k-ff .k-rtl .k-pager-numbers,
  .k-ie11 .k-rtl .k-grid .k-pager-numbers,
  .k-ie11 .k-rtl .k-pager-numbers,
  .k-safari .k-rtl .k-grid .k-pager-numbers,
  .k-safari .k-rtl .k-pager-numbers,
  .k-webkit .k-rtl .k-grid .k-pager-numbers,
  .k-webkit .k-rtl .k-pager-numbers {
    right: 5.6em;
    width: 5.15em;
  }
  .k-edge .k-grid .k-pager-numbers .k-current-page,
  .k-edge .k-pager-numbers .k-current-page,
  .k-ff .k-grid .k-pager-numbers .k-current-page,
  .k-ff .k-pager-numbers .k-current-page,
  .k-ie11 .k-grid .k-pager-numbers .k-current-page,
  .k-ie11 .k-pager-numbers .k-current-page,
  .k-safari .k-grid .k-pager-numbers .k-current-page,
  .k-safari .k-pager-numbers .k-current-page,
  .k-webkit .k-grid .k-pager-numbers .k-current-page,
  .k-webkit .k-pager-numbers .k-current-page {
    display: block;
    border-left: 0;
  }
  .k-edge .k-pager-numbers li:not(.k-current-page),
  .k-ff .k-pager-numbers li:not(.k-current-page),
  .k-ie11 .k-pager-numbers li:not(.k-current-page),
  .k-safari .k-pager-numbers li:not(.k-current-page),
  .k-webkit .k-pager-numbers li:not(.k-current-page) {
    display: none;
  }
  .k-edge .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link,
  .k-safari .k-pager-numbers .k-current-page .k-link,
  .k-webkit .k-pager-numbers .k-current-page .k-link {
    width: 3.8em;
    line-height: 2.564em;
    padding: 0 0.429em 0 0.8em;
    border-radius: 2px;
    background-position: 50% 50%;
    background-color: #fafafa;
    border: 1px solid transparent;
    border-top: 0;
    -webkit-box-shadow: 0 2px 2px 0 #fafafa;
    box-shadow: 0 2px 2px 0 #fafafa;
  }
  .k-edge .k-pager-numbers .k-current-page:hover .k-link,
  .k-ff .k-pager-numbers .k-current-page:hover .k-link,
  .k-ie11 .k-pager-numbers .k-current-page:hover .k-link,
  .k-safari .k-pager-numbers .k-current-page:hover .k-link,
  .k-webkit .k-pager-numbers .k-current-page:hover .k-link {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .k-edge .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-safari .k-pager-numbers .k-current-page .k-link:after,
  .k-webkit .k-pager-numbers .k-current-page .k-link:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 0.6em;
    width: 1.333em;
    height: 1.333em;
    background-position: 0 -30px;
  }
  .k-edge .k-pager-numbers + .k-link,
  .k-ff .k-pager-numbers + .k-link,
  .k-ie11 .k-pager-numbers + .k-link,
  .k-safari .k-pager-numbers + .k-link,
  .k-webkit .k-pager-numbers + .k-link {
    margin-left: 5.4em;
  }
  .k-edge .k-rtl .k-pager-numbers + .k-link,
  .k-ff .k-rtl .k-pager-numbers + .k-link,
  .k-ie11 .k-rtl .k-pager-numbers + .k-link,
  .k-safari .k-rtl .k-pager-numbers + .k-link,
  .k-webkit .k-rtl .k-pager-numbers + .k-link {
    margin-right: 5.4em;
    margin-left: 0;
  }
  .k-edge .k-pager-wrap .k-pager-numbers .k-link,
  .k-edge .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-wrap .k-pager-numbers .k-link,
  .k-ff .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-wrap .k-pager-numbers .k-link,
  .k-ie11 .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-safari .k-pager-wrap .k-pager-numbers .k-link,
  .k-safari .k-pager-wrap .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-wrap .k-pager-numbers .k-link,
  .k-webkit .k-pager-wrap .k-pager-numbers .k-state-selected {
    display: block;
    margin-top: 0;
    margin-right: 0;
    padding: 1px 5px 1px 0.8em;
    text-align: left;
    border-top: 0;
    border-radius: 1px;
  }
  .k-edge .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-ff .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-ie11 .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-safari .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover,
  .k-webkit .k-pager-wrap .k-pager-numbers li:not(.k-current-page) .k-link:hover {
    background-color: #ebebeb;
  }
  .k-edge .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-safari .k-pager-numbers.k-state-expanded,
  .k-webkit .k-pager-numbers.k-state-expanded {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px 0 0;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #ebebeb;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page {
    margin: -2.2em -1px 0;
    padding: 0;
  }
  .k-edge .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ff .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-ie11 .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-safari .k-pager-numbers.k-state-expanded .k-current-page .k-link,
  .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .k-edge .k-pager-numbers.k-state-expanded li,
  .k-ff .k-pager-numbers.k-state-expanded li,
  .k-ie11 .k-pager-numbers.k-state-expanded li,
  .k-safari .k-pager-numbers.k-state-expanded li,
  .k-webkit .k-pager-numbers.k-state-expanded li {
    display: inline-block;
  }
  .k-edge .k-gantt-toolbar > ul.k-gantt-views,
  .k-ff .k-gantt-toolbar > ul.k-gantt-views,
  .k-ie11 .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;
  }
}

@media only screen and (max-width: 755px) {
  .k-edge .k-pager-info,
  .k-ff .k-pager-info,
  .k-ie11 .k-pager-info,
  .k-safari .k-pager-info,
  .k-webkit .k-pager-info {
    display: none;
  }
}

@media only screen and (max-width: 572px) {
  .k-edge .k-pager-sizes,
  .k-ff .k-pager-sizes,
  .k-ie11 .k-pager-sizes,
  .k-safari .k-pager-sizes,
  .k-webkit .k-pager-sizes {
    display: none;
  }
}

.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: #0067b1;
  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;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #242424;
}

.k-chart .k-navigator-hint .k-scroll {
  background: #0067b1;
  height: 4px;
}

.k-chart-tooltip {
  background-image: none;
}

.k-map .k-marker {
  font-size: 28px;
  color: #0067b1;
}

.k-map .k-attribution {
  color: #666;
}

.k-map .k-shadow {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.k-map .k-zoom-control {
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.k-map .k-map-controls .k-button {
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: inset 0 0 0 1px #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 {
  -webkit-box-shadow: inset 0 0 0 1px #00b0ff;
  box-shadow: inset 0 0 0 1px #00b0ff;
  background-color: #fff;
}

.k-spreadsheet-active-cell.k-right {
  -webkit-box-shadow: inset 0 0 0 1px #00b0ff, inset -1px 0 0 1px #00b0ff;
  box-shadow: inset 0 0 0 1px #00b0ff, inset -1px 0 0 1px #00b0ff;
}

.k-spreadsheet-active-cell.k-bottom {
  -webkit-box-shadow: inset 0 0 0 1px #00b0ff, inset 0 -1px 0 1px #00b0ff;
  box-shadow: inset 0 0 0 1px #00b0ff, inset 0 -1px 0 1px #00b0ff;
}

.k-spreadsheet-active-cell.k-bottom.k-right {
  -webkit-box-shadow: inset 0 0 0 1px #00b0ff, inset -1px -1px 0 1px #00b0ff;
  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-format-cells .k-spreadsheet-preview {
  border-color: #e6e6e6;
}

.k-spreadsheet-filter {
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #e6e6e6;
  box-shadow: inset 0 0 0 1px #e6e6e6;
}

.k-spreadsheet-filter.k-state-active {
  color: #0067b1;
  background-color: #00b0ff;
}

.k-spreadsheet-filter:hover {
  color: #444;
  background: #ebebeb;
  border-color: #d7d7d7;
}

.k-action-window .k-action-buttons {
  border-color: #e6e6e6;
  background: #0067b1;
}

.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: #0067b1;
  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: #0067b1;
}

.k-spreadsheet .k-spreadsheet-quick-access-toolbar .k-button,
.k-spreadsheet .k-spreadsheet-sheets-bar .k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-radius: 0;
  line-height: 2.6em;
  height: -webkit-calc(3.1em + 2px);
  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:active,
.k-dialog .k-dialog-buttongroup .k-button:focus,
.k-dialog .k-dialog-buttongroup .k-button:focus:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
  padding: 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-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-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: #0067b1;
  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 #0067b1;
}

.k-item.k-state-selected.k-drag-clue {
  border-color: transparent;
  background-color: #ebebeb;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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: #0067b1;
  opacity: 1;
  margin-bottom: -1px;
}

.k-menu-scroll-button {
  border-width: 0;
  -webkit-box-shadow: none;
  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: #fafafa;
}

.k-toolbar .k-button {
  border-radius: 0;
}

.k-toolbar .k-button,
.k-toolbar .k-button-group {
  -webkit-box-shadow: none;
  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: #dbdbdb;
  border-color: #dbdbdb;
}

.k-toolbar .k-split-button:focus {
  -webkit-box-shadow: none;
  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: #ebebeb;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.k-editor-toolbar .k-tool,
.k-group-start.k-group-end.k-tool {
  border-color: #f2f2f2;
}

.k-editor-toolbar .k-dropdown {
  -webkit-box-shadow: none;
  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 {
  -webkit-box-shadow: none;
  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: #dbdbdb;
  border-color: #dbdbdb;
}

.k-button.k-state-selected {
  background-color: #0067b1;
  border-color: #0067b1;
  color: white;
}

.k-item.k-state-selected {
  background-color: #0067b1;
  color: white;
}

.k-item.k-state-selected .k-link {
  color: white;
}

.k-progress-status-wrap {
  border: 1px solid #bdbdbd;
}

.k-progressbar > div.k-state-selected,
.k-progressbar {
  border-radius: 0;
}

.k-listbox .k-item:hover {
  color: white;
}

.k-drawer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

kendo-drawer .k-drawer-wrapper,
kendo-drawer.k-drawer {
  transition: none;
}

.k-drawer {
  height: 100%;
  border-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.k-drawer-expanded .k-drawer.k-drawer-start,
.k-drawer-left.k-drawer-expanded .k-drawer,
.k-drawer-left.k-drawer-mini .k-drawer,
.k-drawer-mini .k-drawer.k-drawer-start {
  border-right-width: 1px;
}

.k-drawer-expanded .k-drawer.k-drawer-end,
.k-drawer-mini .k-drawer.k-drawer-end,
.k-drawer-right.k-drawer-expanded .k-drawer,
.k-drawer-right.k-drawer-mini .k-drawer {
  border-left-width: 1px;
}

.k-drawer-left .k-drawer,
.k-drawer.k-drawer-start {
  top: 0;
  left: 0;
}

.k-drawer-right .k-drawer,
.k-drawer.k-drawer-end {
  top: 0;
  right: 0;
}

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

.k-drawer-overlay .k-drawer {
  max-width: 80vw;
  position: fixed;
  z-index: 10002;
  border: 0;
}

.k-drawer-overlay .k-overlay {
  display: none;
}

.k-drawer-overlay.k-drawer-expanded .k-overlay {
  display: block;
}

.k-drawer-push {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.k-drawer-push .k-drawer {
  height: auto;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.k-drawer-push .k-drawer.k-drawer-end,
.k-drawer-push.k-drawer-right .k-drawer {
  -ms-flex-order: 1;
  order: 1;
}

.k-drawer-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: all 0.3s ease-in-out;
}

.k-drawer-wrapper::-webkit-scrollbar {
  width: 7px;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.k-drawer-items,
.k-drawer-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.k-drawer-item {
  padding: 8px 8px;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

.k-drawer-item > .k-drawer-link {
  margin: -8px -8px;
  padding: 8px 8px;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.k-drawer-item .k-icon {
  margin: 0 8px;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.k-drawer-item .k-item-text {
  padding: 0 8px;
  display: inline-block;
  white-space: nowrap;
}

.k-drawer-separator {
  padding: 0;
  height: 1px;
}

.k-drawer-mini .k-drawer-wrapper {
  width: 48px;
}

.k-rtl .k-drawer-expanded .k-drawer-start,
.k-rtl .k-drawer-mini .k-drawer-start,
.k-rtl.k-drawer-expanded .k-drawer-start,
.k-rtl.k-drawer-mini .k-drawer-start,
[dir='rtl'] .k-drawer-expanded .k-drawer-start,
[dir='rtl'] .k-drawer-mini .k-drawer-start,
[dir='rtl'].k-drawer-expanded .k-drawer-start,
[dir='rtl'].k-drawer-mini .k-drawer-start {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl .k-drawer-mini .k-drawer-end,
.k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end,
.k-rtl.k-drawer-mini .k-drawer-end,
[dir='rtl'] .k-drawer-mini .k-drawer-end,
[dir='rtl'].k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end,
[dir='rtl'].k-drawer-mini .k-drawer-end {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-rtl .k-drawer-overlay .k-drawer-start,
.k-rtl.k-drawer-overlay .k-drawer-start,
[dir='rtl'] .k-drawer-overlay .k-drawer-start,
[dir='rtl'].k-drawer-overlay .k-drawer-start {
  left: auto;
  right: 0;
}

.k-rtl .k-drawer-overlay .k-drawer-end,
.k-rtl.k-drawer-overlay .k-drawer-end,
[dir='rtl'] .k-drawer-overlay .k-drawer-end,
[dir='rtl'].k-drawer-overlay .k-drawer-end {
  left: 0;
  right: auto;
}

.k-rtl .k-drawer-left.k-drawer-push .k-drawer,
[dir='rtl'] .k-drawer-left.k-drawer-push .k-drawer {
  -ms-flex-order: 1;
  order: 1;
}

.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir='rtl'] .k-drawer-right.k-drawer-push .k-drawer {
  -ms-flex-order: 0;
  order: 0;
}

.k-drawer {
  border-color: rgba(0, 0, 0, 0.08);
  color: #656565;
  background-color: #f6f6f6;
}

.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}

.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}

.k-drawer-item.k-state-hover,
.k-drawer-item:hover {
  color: #656565;
  background-color: #ededed;
}

.k-drawer-item.k-state-focused,
.k-drawer-item:focus {
  background-color: #f6f6f6;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-drawer-item.k-state-focused.k-state-hover,
.k-drawer-item.k-state-focused:hover,
.k-drawer-item:focus.k-state-hover,
.k-drawer-item:focus:hover {
  color: #656565;
  background-color: #ededed;
}

.k-drawer-item.k-state-selected {
  color: #fff;
  background-color: #0067b1;
}

.k-drawer-item.k-state-selected.k-state-hover,
.k-drawer-item.k-state-selected:hover {
  color: #fff;
  background-color: #0067b1;
}

.k-drawer-separator {
  background-color: rgba(0, 0, 0, 0.08);
}
