﻿.k-theme-test-class,
.ktb-theme-id-bootstrap {
	opacity: 0;
}

.ktb-var-accent {
	color: #2c8ef8;
}

.ktb-var-base {
	color: #ffffff;
}

.ktb-var-background {
	color: #ffffff;
}

.ktb-var-border-radius {
	border-radius: 2px;
}

.ktb-var-normal-background {
	color: #ffffff;
}

.ktb-var-normal-gradient {
	background-image: none;
}

.ktb-var-normal-text-color {
	color: #444444;
}

.ktb-var-hover-background {
	color: #ebebeb;
}

.ktb-var-hover-gradient {
	background-image: none;
}

.ktb-var-hover-text-color {
	color: #444444;
}

.ktb-var-selected-background {
	color: #00b0ff;
}

.ktb-var-selected-gradient {
	background-image: none;
}

.ktb-var-selected-text-color {
	color: #2c8ef8;
}

.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: #2c8ef8;
}

.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: #ffffff;
	border: 1px solid #dee2e6;
}

.k-button {
	border-radius: 2px;
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
	background-position: 50% 50%;
}

	.k-button.k-default {
		border-color: #dee2e6;
	}

	.k-button:hover,
	.k-button.k-hover {
		color: #444444;
		border-color: #c2c2c2;
		background-color: #ffffff;
	}

	.k-button:active,
	.k-button.k-active {
		color: #444444;
		background-color: #ffffff;
		border-color: #c2c2c2;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

		.k-button.k-active:hover {
			color: #ffffff;
			border-color: #293475;
			background-color: #344397;
		}

	.k-button:focus:active {
		box-shadow: 0 0 7px 0 #6b7acb, inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.k-button:focus,
	.k-button:focus:hover,
	.k-button.k-focused,
	.k-button.k-focused.k-disabled,
	.k-disabled .k-button.k-focused {
		border-color: #5c6fda;
	}

	.k-button[disabled],
	.k-disabled .k-button,
	.k-button.k-disabled,
	.k-button[disabled]:hover,
	.k-disabled .k-button:hover,
	.k-button.k-disabled:hover,
	.k-button[disabled]:focus,
	.k-disabled .k-button:focus,
	.k-button.k-disabled:focus,
	.k-button[disabled]:active,
	.k-disabled .k-button:active,
	.k-button.k-disabled:active {
		color: #444444;
		border-color: #dee2e6;
		background-color: #ffffff;
		box-shadow: none;
		background-image: none;
	}

.k-primary {
	color: #ffffff;
	border-color: #3849a2;
	background-color: #2c8ef8;
}

	.k-primary.k-default {
		border-color: #3849a2;
	}

	.k-primary:hover,
	.k-primary.k-hover {
		color: #ffffff;
		border-color: #293475;
		background-color: #344397;
	}

	.k-primary:active,
	.k-primary.k-active {
		color: #ffffff;
		border-color: #293475;
		background-color: #344397;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.k-primary:focus:active:not(.k-disabled):not([disabled]) {
		box-shadow: 0 0 3px 0 #1839f1, inset 0 3px 5px rgba(0, 0, 0, 0.125);
	}

	.k-primary:focus,
	.k-primary:focus:hover,
	.k-primary.k-focused,
	.k-primary.k-focused.k-disabled,
	.k-disabled .k-primary.k-focused {
		border-color: #c5e3fc;
		box-shadow: 0 0 3px 0 #1839f1;
	}

	.k-primary[disabled],
	.k-disabled .k-primary,
	.k-primary.k-disabled,
	.k-primary[disabled]:hover,
	.k-disabled .k-primary:hover,
	.k-primary.k-disabled:hover {
		color: #ffffff;
		border-color: #3849a2;
		background-color: #2c8ef8;
		box-shadow: none;
	}

.k-button-group {
	border-radius: 2px;
}

	.k-button-group .k-button {
		border-radius: 0;
	}

		.k-button-group .k-group-start,
		.k-button-group .k-button:first-child {
			border-top-left-radius: 2px;
			border-bottom-left-radius: 2px;
		}

		.k-button-group .k-group-end,
		.k-button-group .k-button:last-child {
			border-top-right-radius: 2px;
			border-bottom-right-radius: 2px;
		}

		.k-button-group .k-group-start.k-group-end,
		.k-button-group .k-button:first-child:last-child {
			border-radius: 2px;
		}

.k-rtl .k-button-group .k-button {
	border-radius: 0;
}

	.k-rtl .k-button-group .k-group-start,
	.k-rtl .k-button-group .k-button:first-child {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}

	.k-rtl .k-button-group .k-group-end,
	.k-rtl .k-button-group .k-button:last-child {
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}

	.k-rtl .k-button-group .k-group-start.k-group-end,
	.k-rtl .k-button-group .k-button:first-child:last-child {
		border-radius: 2px;
	}

.k-split-button {
	border-radius: 2px;
}

	.k-split-button.k-border-down > .k-button,
	.k-split-button.k-border-up > .k-button {
		color: #444444;
		background-color: #ffffff;
		border-color: #c2c2c2;
		box-shadow: none;
	}

	.k-split-button:focus {
		border-color: #5c6fda;
		outline: none;
	}

		.k-split-button:focus > .k-button {
			background: transparent;
			border-color: #5c6fda;
		}

		.k-split-button:focus:not(.k-disabled) > .k-active,
		.k-split-button:focus:not(.k-disabled) > .k-button:hover {
			color: #444444;
			background-color: #ffffff;
			border-color: #5c6fda;
			box-shadow: none;
		}

	.k-split-button.k-disabled {
		color: #b5b5b5;
		background: #ffffff;
		background-image: none;
	}

.k-edit-buttons {
	border-color: #dee2e6;
	background: #ffffff;
}

.k-scheduler-edit-form .k-edit-form-container {
	width: 520px;
}

.k-edit-form-container .k-edit-buttons {
	clear: both;
	text-align: right;
	border-width: 1px 0 0;
	border-style: solid;
	bottom: -1em;
	padding: 0.6em;
}


	.k-edit-form-container .k-edit-buttons .k-button-solid-primary {
		border-color: var(--kendo-color-primary, #2c8ef8);
		color: var(--kendo-color-on-primary, #ffffff);
		background-color: var(--kendo-color-primary, #2c8ef8);
		background-image: none;
	}



.k-button.k-flat.k-primary,
.k-button.k-bare.k-primary,
.k-button.k-flat.k-primary:hover,
.k-button.k-bare.k-primary:hover,
.k-button.k-flat.k-primary.k-hover,
.k-button.k-bare.k-primary.k-hover,
.k-button.k-flat.k-primary:active,
.k-button.k-bare.k-primary:active,
.k-button.k-flat.k-primary.k-active,
.k-button.k-bare.k-primary.k-active,
.k-button.k-flat.k-primary:hover:active,
.k-button.k-bare.k-primary:hover:active,
.k-button.k-flat.k-primary:hover.k-active,
.k-button.k-bare.k-primary:hover.k-active {
	color: #2c8ef8;
}

.k-card {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

.k-card-header {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

.k-card-actions {
	border-color: #dee2e6;
}

.k-chat {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

	.k-chat .k-timestamp {
		text-transform: uppercase;
		opacity: 0.7;
	}

	.k-chat .k-author {
		font-weight: bold;
	}

	.k-chat .k-bubble {
		border-color: #ffffff;
		color: #444444;
		background-color: #ffffff;
		transition: box-shadow 0.2s ease-in-out;
		order: -1;
	}

	.k-chat .k-alt .k-bubble {
		border-color: #2c8ef8;
		color: #ffffff;
		background-color: #2c8ef8;
	}

	.k-chat .k-quick-reply {
		border-color: #2c8ef8;
		color: #2c8ef8;
		background-color: transparent;
	}

		.k-chat .k-quick-reply:hover {
			border-color: #2c8ef8;
			color: #ffffff;
			background-color: #2c8ef8;
		}

	.k-chat .k-message-box {
		border-color: inherit;
		color: #444444;
		background-color: #ffffff;
	}

		.k-chat .k-message-box .k-button:hover {
			color: #2c8ef8;
		}

	.k-chat .k-toolbar-box {
		border-color: inherit;
		color: #444444;
		background-color: #ffffff;
	}

		.k-chat .k-toolbar-box .k-button:hover {
			color: #2c8ef8;
			background: none;
		}

		.k-chat .k-toolbar-box .k-scroll-button {
			background-color: #ffffff;
			box-shadow: 0 0 20px 5px #ffffff;
		}

			.k-chat .k-toolbar-box .k-scroll-button:hover {
				background-color: #ffffff;
			}

.k-calendar {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

	.k-calendar > .k-header {
		border-color: #dee2e6;
		color: #444444;
		background-color: #f5f5f5;
		background-image: none;
	}

	.k-calendar th {
		border-color: #dee2e6;
		color: #444444;
		background-color: #f5f5f5;
	}

	.k-calendar .k-alt {
		border-color: #dee2e6;
		color: #444444;
		background-color: #f5f5f5;
	}

	.k-calendar .k-weekend {
		background-color: transparent;
	}

	.k-calendar .k-other-month {
		color: #b5b5b5;
		background-color: transparent;
	}

	.k-calendar .k-out-of-range {
		pointer-events: none;
		visibility: hidden;
	}

	.k-calendar .k-today .k-link {
		color: #2c8ef8;
		box-shadow: none;
	}

	.k-calendar td.k-hover .k-link {
		color: #fff;
		background-color: #2c8ef8;
		background-image: none;
	}

	.k-calendar td.k-selected .k-link {
		color: #fff;
		background-color: #2c8ef8;
		background-image: none;
	}

	.k-calendar td.k-focused .k-link {
		box-shadow: none;
	}

	.k-calendar .k-footer .k-nav-today {
		color: #2c8ef8;
	}

		.k-calendar .k-footer .k-nav-today:hover {
			color: #3a4aa6;
		}

.k-calendar-range {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

	.k-calendar-range th {
		color: inherit;
		background-color: transparent;
		text-transform: uppercase;
	}

	.k-calendar-range td.k-hover .k-link {
		border-color: #c2c2c2;
		color: #444444;
		background-color: #ffffff;
	}

	.k-calendar-range td.k-selected .k-link {
		border-color: #2c8ef8;
		color: #2c8ef8;
		background-color: #2c8ef8;
	}

	.k-calendar-range td.k-focused .k-link {
		box-shadow: inset 0 0 7px 0 #6b7acb;
	}

	.k-calendar-range td.k-range-start,
	.k-calendar-range td.k-range-mid,
	.k-calendar-range td.k-range-end {
		background-image: linear-gradient( transparent 1px, rgba(63, 81, 181, 0.3) 1px, rgba(63, 81, 181, 0.3) calc(100% - 1px), transparent calc(100% - 1px) );
	}

.k-ie .k-calendar-range td.k-range-start,
.k-ie .k-calendar-range td.k-range-mid,
.k-ie .k-calendar-range td.k-range-end,
.k-edge .k-calendar-range td.k-range-start,
.k-edge .k-calendar-range td.k-range-mid,
.k-edge .k-calendar-range td.k-range-end {
	background-image: none;
	background-color: rgba(63, 81, 181, 0.3);
}

.k-calendar-range td.k-range-split-start::after {
	background-image: linear-gradient( to left, rgba(63, 81, 181, 0.3), transparent );
}

.k-calendar-range td.k-range-split-end::after {
	background-image: linear-gradient( to right, rgba(63, 81, 181, 0.3), transparent );
}

.k-calendar-range .k-footer .k-nav-today {
	color: #2c8ef8;
	background: none;
}

.k-pdf-viewer .k-toolbar .k-icon,
.k-pdf-viewer .k-toolbar .k-pager-input {
	color: #444444;
}

.k-pdf-viewer .k-canvas {
	background-color: #ffffff;
}

.k-pdf-viewer .k-page {
	border-color: #dee2e6;
	color: #444444;
	background-color: white;
	box-shadow: 0 0 15px #dee2e6;
}

.k-scrollview-nav > li.k-link {
	border-color: #dee2e6;
	background-color: #ffffff;
	background-clip: padding-box;
}

	.k-scrollview-nav > li.k-link.k-primary {
		border-color: #3849a2;
		background-color: #2c8ef8;
	}

.k-scrollview-elements {
	color: #2c8ef8;
}

.k-scrollview-next,
.k-scrollview-prev {
	color: inherit;
	background: rgba(0, 0, 0, 0);
	text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
	opacity: 0.7;
	outline-width: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	.k-scrollview-next:hover,
	.k-scrollview-prev:hover {
		color: #2c8ef8;
		opacity: 1;
	}

		.k-scrollview-next:hover span::before,
		.k-scrollview-prev:hover span::before {
			background-color: transparent;
		}

.k-switch-container {
	box-shadow: inset 0 0 0 1px #dee2e6;
}

.k-switch-handle {
	background-clip: border-box;
}

.k-switch-on .k-switch-container {
	border-color: #dee2e6;
	color: #ffffff;
	background-color: #2c8ef8;
}

.k-switch-on .k-switch-handle {
	border-color: #dee2e6;
	color: #ffffff;
	background-color: #ffffff;
}

.k-switch-on:focus,
.k-switch-on.k-focused {
}

	.k-switch-on:focus .k-switch-container,
	.k-switch-on.k-focused .k-switch-container {
		border-color: #dee2e6;
		color: #ffffff;
		background-color: #344397;
	}

	.k-switch-on:focus .k-switch-handle,
	.k-switch-on.k-focused .k-switch-handle {
		border-color: #5c6fda;
		color: #ffffff;
		background-color: #ffffff;
	}

.k-switch-on:hover .k-switch-container,
.k-switch-on.k-hover .k-switch-container {
	border-color: #c2c2c2;
	color: #ffffff;
	background-color: #344397;
}

.k-switch-on:hover .k-switch-handle,
.k-switch-on.k-hover .k-switch-handle {
	border-color: #c2c2c2;
	color: #ffffff;
	background-color: #ffffff;
}

.k-switch-on .k-switch-label-off {
	color: transparent;
}

.k-switch-off .k-switch-container {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

.k-switch-off .k-switch-handle {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

.k-switch-off:focus,
.k-switch-off.k-focused {
}

	.k-switch-off:focus .k-switch-container,
	.k-switch-off.k-focused .k-switch-container {
		border-color: #dee2e6;
		color: #444444;
		background-color: #ffffff;
	}

	.k-switch-off:focus .k-switch-handle,
	.k-switch-off.k-focused .k-switch-handle {
		border-color: #5c6fda;
		color: #444444;
		background-color: #ffffff;
	}

.k-switch-off:hover .k-switch-container,
.k-switch-off.k-hover .k-switch-container {
	border-color: #c2c2c2;
	color: #444444;
	background-color: #ffffff;
}

.k-switch-off:hover .k-switch-handle,
.k-switch-off.k-hover .k-switch-handle {
	border-color: #c2c2c2;
	color: #444444;
	background-color: #ffffff;
}

.k-switch-off .k-switch-label-on {
	color: transparent;
}

.k-switch {
	background-color: transparent;
	box-shadow: none;
}

	.k-switch:focus .k-switch-container,
	.k-switch.k-focused .k-switch-container {
		outline: none;
		box-shadow: inset 0 0 0 1px #5c6fda;
	}

	.k-switch:hover .k-switch-container,
	.k-switch.k-hover .k-switch-container {
		box-shadow: inset 0 0 0 1px #c2c2c2;
	}

	.k-switch.k-disabled {
		cursor: default;
	}

		.k-switch.k-disabled:focus,
		.k-switch.k-disabled.k-focused {
			box-shadow: inset 0 0 0 1px #dee2e6;
		}

	.k-switch[aria-readonly="true"] {
		pointer-events: none;
	}

.k-pane-wrapper .k-pane > .k-view > .k-content {
	background-position: 50% 50%;
	background-color: #ffffff;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
	border-left-color: #444444;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-sort-order,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-asc-sm,
.k-pane-wrapper .k-pane .k-grid-mobile .k-sorted .k-i-sort-desc-sm {
	color: #2c8ef8;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-grid-filter.k-active,
.k-pane-wrapper .k-pane .k-grid-mobile .k-header-column-menu.k-active {
	color: #ffffff;
	background-color: #2c8ef8;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
	background-color: #ffffff;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
	color: #2c8ef8;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
	color: inherit;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
	color: #d0d0d0;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
	background-color: #ffffff;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
	background-color: #ffffff;
}

.k-pane-wrapper
.k-pane
.k-scheduler-mobile
.k-scheduler-toolbar
.k-scheduler-tools > li,
.k-pane-wrapper
.k-pane
.k-scheduler-mobile
.k-scheduler-toolbar
.k-scheduler-navigation {
	background-color: inherit;
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
	background-color: #2c8ef8;
}

	.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
	.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
	.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
	.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header,
	.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,
	.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,
	.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,
	.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
		color: #2c8ef8;
	}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
	color: #444444;
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
	color: #2c8ef8;
}

.k-pane-wrapper .k-pane .k-column-menu .k-selected .k-link {
	color: #2c8ef8;
}

.k-pane-wrapper .k-pane .k-filter-menu .k-check,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check {
	color: #2c8ef8;
	border-color: #2c8ef8;
}

	.k-pane-wrapper .k-pane .k-filter-menu .k-check:focus,
	.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check:focus,
	.k-pane-wrapper .k-pane .k-filter-menu .k-check.k-focused,
	.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check.k-focused {
		border-color: #c5e3fc;
		box-shadow: 0 0 3px 0 #1839f1;
	}

.k-pane-wrapper .k-pane .k-mobile-list .k-item {
	background-color: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}

	.k-pane-wrapper .k-pane .k-mobile-list .k-item > .k-link:active,
	.k-pane-wrapper .k-pane .k-mobile-list .k-item > .k-label:active,
	.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-edit-label.k-check:active,
	.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-recur-view .k-check:active {
		color: #444444;
		background-color: #ffffff;
		border-color: #c2c2c2;
	}

	.k-pane-wrapper .k-pane .k-mobile-list .k-item .k-selected {
		background-color: #2c8ef8;
		border-top-color: #2c8ef8;
	}

	.k-pane-wrapper .k-pane .k-mobile-list .k-item:first-child,
	.k-pane-wrapper .k-pane .k-mobile-list .k-item.k-clear-wrap {
		box-shadow: inset 0 1px 0 #e6e6e6;
	}

.k-pane-wrapper .k-pane .k-mobile-list.k-filter-menu .k-space-right > input {
	background: #ffffff;
	border-color: #dbdbdb;
}

	.k-pane-wrapper
	.k-pane
	.k-mobile-list.k-filter-menu
	.k-space-right > input:focus {
	}

.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked {
	opacity: 1;
	font-family: "WebComponentsIcons";
}

	.k-pane-wrapper .k-pane .k-mobile-list .k-check:checked::before {
		content: "\e118";
	}

.k-pane-wrapper .k-pane .k-mobile-list .k-list-title,
.k-pane-wrapper .k-pane .k-mobile-list .k-filter-help-text,
.k-pane-wrapper .k-pane .k-mobile-list .k-filter-selected-items {
	color: #444444;
}

.k-drawer-container {
	background-color: #ffffff;
	color: #444444;
	border-color: #dee2e6;
}

	.k-drawer-container,
	.k-drawer-container .k-drawer-items {
		/* Scrollbar styles for Chrome, Safari and Opera */
		/* Scrollbar styles for Mozilla */
		scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
	}

		.k-drawer-container::-webkit-scrollbar-track,
		.k-drawer-container .k-drawer-items::-webkit-scrollbar-track {
			background: #dedede;
		}

		.k-drawer-container::-webkit-scrollbar-thumb,
		.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb {
			background: rgba(156, 156, 156, 0.7);
		}

			.k-drawer-container::-webkit-scrollbar-thumb:hover,
			.k-drawer-container .k-drawer-items::-webkit-scrollbar-thumb:hover {
				background: #9c9c9c;
			}

.k-drawer-items .k-drawer-item {
	color: #444444;
}

	.k-drawer-items .k-drawer-item:hover,
	.k-drawer-items .k-drawer-item.k-hover {
		color: #444444;
		background-color: #ebebeb;
		background-image: none;
		cursor: pointer;
	}

	.k-drawer-items .k-drawer-item:focus,
	.k-drawer-items .k-drawer-item.k-focused {
		background-color: #ffffff;
		box-shadow: inset 0 0 7px 0 #6b7acb;
	}

		.k-drawer-items .k-drawer-item:focus:hover,
		.k-drawer-items .k-drawer-item.k-focused:hover,
		.k-drawer-items .k-drawer-item:focus.k-hover,
		.k-drawer-items .k-drawer-item.k-focused.k-hover {
			color: #444444;
			background-color: #ebebeb;
		}

	.k-drawer-items .k-drawer-item.k-selected {
		color: #2c8ef8;
		background-color: #00b0ff;
	}

		.k-drawer-items .k-drawer-item.k-selected:hover,
		.k-drawer-items .k-drawer-item.k-selected.k-hover {
			color: #2c8ef8;
			background-color: #009ee6;
		}

	.k-drawer-items .k-drawer-item.k-drawer-separator {
		background-color: #dee2e6;
	}

.k-in,
.k-item {
	border-color: transparent;
}

.k-splitbar .k-resize-handle {
	background-color: #444444;
}

.k-block,
.k-upload
/*.k-widget*/ {
	background-color: #ffffff;
}

.k-block,
/*.k-widget,*/
.k-upload,
.k-input,
.k-textbox,
.k-textarea,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-default,
.k-default .k-select,
.k-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-selected,
.k-grid-footer-wrap,
.k-pager,
.k-pager .k-button,
/*.k-pager-wrap,
.k-pager-wrap .k-link,*/
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-tooltip,
.k-button-group .k-tool,
.k-popup.k-align .k-list .k-item:last-child,
.k-upload-files {
	border-color: #dee2e6;
}

.k-group,
.k-grouping-header,
.k-pager,
/*.k-pager-wrap,*/
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
/*	.k-widget .k-status,*/
.k-dropzone-hovered,
.k-popup {
	background-color: #ffffff;
}

.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner,
.k-grid .k-selected:hover .k-group-cell {
	background-color: #ffffff;
}

.k-list-container {
	border-color: rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
}

.k-content,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
	background-color: #ffffff;
}

.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
	background-color: #ffffff;
}

.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
	background-color: #ebebeb;
}

.k-textbox,
.k-textarea,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-active,
.k-picker-wrap.k-active,
.k-numeric-wrap.k-active {
	border-color: #dee2e6;
	background-color: #ffffff;
}

.k-maskedtextbox.k-disabled > .k-textbox:hover,
.k-dateinput.k-disabled > .k-textbox:hover {
	border-color: #dee2e6;
}

.k-textbox > input,
.k-textarea > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-focused .k-input,
.k-dropdown-wrap.k-focused .k-input,
.k-picker-wrap.k-focused .k-input,
.k-numeric-wrap.k-focused .k-input {
	border-color: #dee2e6;
}


input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
	background: none;
}

	.k-input,
	input.k-textbox,
	textarea.k-textbox,
	input.k-textbox:hover,
	textarea.k-textbox:hover,
	.k-textbox > input,
	.k-multiselect-wrap {
		background-color: #ffffff;
		color: #444444;
	}

		.k-input[readonly] {
			background-color: #ffffff;
			color: #444444;
		}

.k-block,
/*.k-widget,*/
.k-popup,
.k-upload,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
	color: #444444;
}

.k-inverse {
	color: #ffffff;
}

.k-block {
	color: #444444;
}

.k-link,
.k-nav-current.k-hover .k-link {
	color: #2c8ef8;
}

.k-tabstrip-items .k-link,
.k-panelbar > li > .k-link {
	color: #444444;
}

.k-header,
.k-treemap-title,
.k-grid-header .k-table-th > .k-link
/*.k-grid-header .k-header > .k-link*/ {
	color: #444444;
}

.k-table-thead, .k-table-header, .k-table-group-sticky-header {
	background-color: inherit;
}

.k-grid .k-table-alt-row {
	background-color: inherit;
}


.k-grid-header .k-link:link,
.k-grid-header .k-link:visited,
.k-grid-header .k-nav-current.k-hover .k-link,
.k-grouping-header .k-link,
.k-grid-header .k-link {
	color: #6c757d;
}



.k-grid-header th.k-header > .k-link {
	display: block;
	min-height: 18px;
	line-height: 18px;
	margin: -0.5em -0.6em -0.4em 0;
	padding: 0.5em 0.6em 0.4em 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.k-grid-header th.k-with-icon .k-link {
	margin-right: 18px;
}

.k-grid-header th > .k-link > .k-icon {
	vertical-align: text-top;
}

.k-grid .k-hover {
	cursor: pointer;
}


.k-grid a:not(.btn) {
	color: #2c8ef8;
	text-decoration: none;
	background-color: transparent;
}

.k-grid a.btn {
	color: #ffff;
}

.k-grid a:hover {
	color: #0768d1;
	text-decoration: none;
}

.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager,
/*.k-pager-wrap,*/
.k-textbox,
.k-textarea,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item {
	background-position: 50% 50%;
	background-color: inherit;
}

/*.k-widget*/ .k-tooltip {
	background-image: none;
}

.k-block,
.k-treemap-tile {
	background-color: #ffffff;
}

thead.k-grid-header,
thead.k-grid-header tr:first-child {
	background: transparent;
}

.k-mediaplayer-toolbar {
	background-color: rgba(255, 255, 255, 0.85);
}

.k-hr {
	border-color: #dee2e6;
}

.k-badge {
	background-color: #2c8ef8;
	color: #ffffff;
	border-radius: 1px;
}

.k-tool {
	border-color: transparent;
}


/*.k-loading-image {*/
/*	background-image: url("/lib/kendo/css/Bootstrap/loading_2x.gif");*/
/*color: #2c8ef8;
	bouncing-loader
}*/

/*.k-i-loading {
	background-image: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/loading.gif");
}

.k-loading-image {
	background-image: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/loading-image.gif");
}

.k-loading-color {
	background-color: #ffffff;
}*/

.k-draghandle {
	border-color: #ffffff;
	background-color: #ffffff;
	box-shadow: 0 0 0 1px #c4c4c4;
}

	.k-draghandle:hover {
		border-color: #c2c2c2;
		background-color: #ffffff;
		box-shadow: none;
	}

.k-scheduler {
	color: #ffffff;
	background-color: #ffffff;
}

.k-scheduler-layout {
	color: #444444;
}

.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
	background-color: #ffffff;
	color: #444444;
}

.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
	border-color: #e6e6e6;
}

.k-nonwork-hour,
.k-scheduler-dayview .k-today.k-nonwork-hour,
.k-scheduler-timelineview .k-today.k-nonwork-hour {
	background-color: #ffffff;
}

.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: #ffffff;
}

.k-scheduler-now-arrow {
	border-left-color: #dbdbdb;
}

.k-scheduler-now-line {
	background-color: #dbdbdb;
}

.k-event,
.k-task-complete {
	border-color: #334293;
	background: #334293 0 -257px none repeat-x;
	color: #ffffff;
}

.k-event-inverse {
	color: #444444;
}

.k-event.k-selected {
	background-position: 0 0;
	box-shadow: 0 0 0 2px #444444;
}

.k-event .k-resize-handle:after,
.k-task-single .k-resize-handle:after {
	background-color: #ffffff;
}

.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
	border-color: #2c8ef8;
}

.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
	background-color: #ffffff;
	color: #444444;
	border-color: #dee2e6;
}

.k-panelbar > li > .k-link {
	color: #444444;
}

.k-panelbar > .k-item > .k-link {
	border-color: #dee2e6;
}

.k-panel > li.k-item {
	background-color: #ffffff;
}

.k-active,
.k-active:hover,
.k-active-filter {
	background-color: #ffffff;
	border-color: #dee2e6;
	color: #444444;
}

.k-fieldselector .k-list-container {
	background-color: #ffffff;
}

.k-menu .k-hover > .k-active {
	background-color: transparent;
}

.k-highlight {
	background: #ffffff;
	color: #444444;
}

.k-focused,
.k-grouping-row .k-focused {
	border-color: #6b7acb;
}

.k-mediaplayer-toolbar .k-button.k-bare:active,
.k-mediaplayer-toolbar .k-button.k-bare.k-active,
.k-mediaplayer-toolbar .k-button.k-bare.k-active:hover {
	color: #2c8ef8;
}

.k-calendar-container.k-group {
	border-color: rgba(0, 0, 0, 0.2);
}

.k-virtual-item.k-first,
.k-group-header + .k-list > .k-item.k-first,
.k-static-header + .k-list > .k-item.k-first {
	border-top-color: #c2c2c2;
}

.k-group-header + div > .k-list > .k-item.k-first:before {
	border-top-color: #c2c2c2;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
	background: #c2c2c2;
	color: #2c8ef8;
}

.k-popup .k-list .k-item > .k-group {
	background: #c2c2c2;
	color: #2c8ef8;
	border-bottom-left-radius: 1px;
}

.k-marquee-text {
	color: #2c8ef8;
}

.k-focused,
.k-list > .k-focused,
.k-listview > .k-focused,
.k-grid-header th.k-focused,
td.k-focused {
	box-shadow: inset 0 0 7px 0 #6b7acb;
}

.k-popup .k-list .k-focused {
	border-radius: 0;
}

.k-focused.k-selected,
.k-list > .k-focused.k-selected,
.k-listview > .k-focused.k-selected,
td.k-focused.k-selected {
	box-shadow: none;
}

.k-list-optionlabel.k-selected.k-focused {
	box-shadow: none;
}

.k-selected > .k-link,
.k-panelbar > li > .k-selected,
.k-panelbar > li.k-default > .k-link.k-selected {
	color: #2c8ef8;
}

.k-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover,
.k-list > .k-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-hover,
/*.k-pager-wrap .k-link:hover,*/
.k-pager .k-button:hover,
.k-pager .k-button:focus,
.k-dropdown .k-focused,
.k-filebrowser-dropzone,
.k-listbox .k-item:hover:not(.k-disabled) {
	color: #444444;
	background-color: #ffffff;
	border-color: #c2c2c2;
}

/*.k-pager-wrap .k-link.k-disabled:hover*/
.k-pager .k-button.k-disabled:hover,
.k-pager .k-button.k-disabled:focus {
	background-color: #ffffff;
}

.k-hover > .k-select,
.k-focused > .k-select {
	border-color: #c2c2c2;
}

.k-textbox:hover,
.k-textarea:hover,
.k-hover,
/*.k-pager-wrap .k-link:hover,*/
.k-pager .k-button:hover,
.k-other-month.k-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover,
.k-listbox .k-item:hover {
	background-image: none;
}




.k-autocomplete.k-active,
.k-picker-wrap.k-active,
.k-numeric-wrap.k-active,
.k-dropdown-wrap.k-active,
.k-active,
.k-active:hover,
.k-active > .k-link,
.k-panelbar > .k-item > .k-focused {
	background-image: none;
}

.k-selected,
.k-draghandle.k-selected:hover {
	background-image: none;
}

.k-draghandle.k-selected:hover {
	background-position: 50% 50%;
}

.k-hover > .k-link,
.k-other-month.k-hover .k-link,
div.k-filebrowser-dropzone em {
	color: #444444;
}

.k-autocomplete.k-hover,
.k-autocomplete.k-focused,
.k-picker-wrap.k-hover,
.k-picker-wrap.k-focused,
.k-numeric-wrap.k-hover,
.k-numeric-wrap.k-focused,
.k-dropdown-wrap.k-hover,
.k-dropdown-wrap.k-focused {
	background-color: #ffffff;
	background-image: none;
	background-position: 50% 50%;
	border-color: #c2c2c2;
}

.k-dropdown .k-focused .k-input {
	color: #444444;
}

.k-dropdown .k-hover .k-input {
	color: #444444;
}

.k-error {
	border-color: #dbdbdb;
	background-color: #f7f7f7;
	color: #7c7c7c;
}

.k-ie11 .k-select,
.k-edge .k-select,
.k-ie11 .k-popup-edit-form,
.k-edge .k-popup-edit-form {
	opacity: 0.9;
}

.k-tile-empty.k-selected,
.k-loading-mask.k-selected {
	border-width: 0;
	background-image: none;
	background-color: transparent;
}

.k-disabled,
.k-disabled .k-link,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
	color: #b5b5b5;
}

.k-dropzone.k-upload-dropzone {
	border-style: solid;
	border-width: 0;
	padding: 0.8em;
	background-color: transparent;
}

.k-upload .k-dropzone.k-hover, .k-upload .k-upload-dropzone.k-hover {
	background-color: transparent;
}

.k-dropzone .k-upload-button {
	display: none;
}


.k-upload.k-upload-async {
	border: 0;
}

.k-dropzone-hint {
	display: none;
}


.k-progressbar-indeterminate {
	background: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/indeterminate.gif");
}

	.k-progressbar-indeterminate .k-progress-status-wrap,
	.k-progressbar-indeterminate .k-selected {
		display: none;
	}

.k-slider-track {
	background-color: #dee2e6;
}

.k-slider-selection {
	background-color: #2c8ef8;
}

.k-slider-horizontal .k-tick {
	background-image: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/slider-h.gif");
}

.k-slider-vertical .k-tick {
	background-image: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/slider-v.gif");
}

/*.k-widget*/ .k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff;
}

/*.k-widget*/ .k-tooltip-validation {
	border-color: #fdefba;
	background-color: #fdefba;
	color: #816704;
}

.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
	font-size: 12px;
	position: relative;
	top: 3px;
}

.k-callout-n {
	border-bottom-color: #000000;
}

.k-callout-w {
	border-right-color: #000000;
}

.k-callout-s {
	border-top-color: #000000;
}

.k-callout-e {
	border-left-color: #000000;
}

.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: #ffffff;
}

.k-restricted-size-vertical,
.k-restricted-size-horizontal {
	background-color: #7c7c7c;
}

.k-file {
	background-color: #ffffff;
	border-color: #e6e6e6;
}

.k-file-progress {
	color: #0a63ad;
}

	.k-file-progress .k-progress {
		background-color: #0a63ad;
	}

.k-file-success .k-file-name,
.k-file-success .k-upload-pct {
	color: #377839;
}

.k-file-success .k-progress {
	background-color: #377839;
}

.k-file-error {
	color: #cd0015;
}

	.k-file-error .k-file-extension-wrapper,
	.k-file-error .k-multiple-files-extension-wrapper {
		color: #cd0015;
		border-color: #cd0015;
	}

		.k-file-error .k-file-extension-wrapper:before,
		.k-file-error .k-multiple-files-extension-wrapper:before {
			background-color: #ffffff;
			border-color: transparent transparent #cd0015 #cd0015;
		}

	.k-file-error .k-progress {
		background-color: #cd0015;
	}

.k-file-extension-wrapper,
.k-multiple-files-extension-wrapper {
	color: #b5b5b5;
	border-color: #b5b5b5;
}

.k-file-invalid .k-file-name-invalid {
	color: #cd0015;
}

.k-file-invalid-extension-wrapper,
.k-multiple-files-invalid-extension-wrapper {
	color: #cd0015;
	border-color: #cd0015;
}

.k-file-extension-wrapper:before,
.k-multiple-files-extension-wrapper:before {
	background-color: #ffffff;
	border-color: transparent transparent #b5b5b5 #b5b5b5;
}

.k-file-invalid-extension-wrapper:before,
.k-multiple-files-invalid-extension-wrapper:before {
	background-color: #ffffff;
	border-color: transparent transparent #cd0015 #cd0015;
}

.k-multiple-files-extension-wrapper:after {
	border-top-color: #b5b5b5;
	border-left-color: #b5b5b5;
}

.k-multiple-files-invalid-extension-wrapper:after {
	border-top-color: #cd0015;
	border-left-color: #cd0015;
}

.k-file-size,
.k-file-information,
.k-file-validation-message {
	color: #b5b5b5;
}

.k-upload .k-upload-selected {
	color: #2c8ef8;
	border-color: #dee2e6;
}

	.k-upload .k-upload-selected:hover {
		color: #2c8ef8;
		background-color: #00b0ff;
	}

.k-tile {
	border-color: #ffffff;
}

.k-textbox:hover,
.k-textarea:hover,
.k-tiles li.k-hover {
	border-color: #c2c2c2;
}

.k-tiles li.k-selected {
	border-color: #2c8ef8;
}

.k-leaf,
.k-leaf.k-hover {
	color: #fff;
}

	.k-leaf.k-inverse,
	.k-leaf.k-inverse.k-hover {
		color: #000;
	}

.k-widget {
	box-shadow: none;
}

.k-calendar-container > .k-calendar {
	box-shadow: none;
}

.k-slider,
.k-treeview,
.k-upload {
	box-shadow: none;
}

.k-hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.k-autocomplete.k-focused,
.k-dropdown-wrap.k-focused,
.k-picker-wrap.k-focused,
.k-numeric-wrap.k-focused {
}

.k-selected {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.k-active {
	box-shadow: none;
}

.k-grid td.k-selected.k-focused {
	background-color: #4558be;
}

.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-border-down,
.k-autocomplete.k-border-up,
.k-dropdown-wrap.k-active,
.k-picker-wrap.k-active,
.k-multiselect.k-focused,
.k-filebrowser .k-image,
.k-tooltip {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.k-treemap-tile.k-hover {
	box-shadow: inset 0 0 0 3px #dee2e6;
}

.k-window {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.2);
}

	.k-window.k-focused {
		border-color: rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.2);
	}

	.k-window.k-window-maximized,
	.k-window-maximized .k-window-titlebar,
	.k-window-maximized .k-window-content {
		border-radius: 0;
	}

.k-window-titlebar-action {
	color: inherit;
}


.k-shadow {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

/* Exemple pour tous les wrappers « k-picker » */
.k-picker:focus,
.k-input-solid:focus,
.k-input-solid.k-focus,
.k-picker.k-focus,
.k-picker .k-input:focus {
	/* changer la bordure */
	border: 1px solid #dee2e6;
	/* ou via variable bootstrap si tu utilises directement */
	/* box-shadow modifier ou supprimer */
	box-shadow: none;
	/* ou si tu veux pas d’ombre */
	/* box‐shadow: none; */
}


.k-inset {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.k-editor-inline ::selection {
	background-color: #2c8ef8;
	text-shadow: none;
	color: #fff;
}

.k-editor-inline ::-moz-selection {
	background-color: #2c8ef8;
	text-shadow: none;
	color: #fff;
}

.k-notification {
	border-radius: 2px;
}

.k-notification-info {
	background-color: #bbdefb;
	color: #0a63ad;
	border-color: #8bc7f8;
}

.k-notification-success {
	background-color: #c8e6c9;
	color: #377839;
	border-color: #a5d6a7;
}

.k-notification-warning {
	background-color: #fdefba;
	color: #b38f05;
	border-color: #fce488;
}

.k-notification-error {
	background-color: #ffcdd2;
	color: #cd0015;
	border-color: #ff9aa4;
}

.k-gantt .k-treelist {
	background: #ffffff;
}

	.k-gantt .k-treelist .k-alt {
		background-color: #e6e6e6;
	}

	.k-gantt .k-treelist tr:hover {
		background-color: #ebebeb;
	}

	.k-gantt .k-treelist .k-selected,
	.k-gantt .k-treelist .k-selected td,
	.k-gantt .k-treelist .k-alt.k-selected,
	.k-gantt .k-treelist .k-alt.k-selected > td {
		background-color: #2c8ef8;
	}

.k-task-dot:after {
	background-color: #444444;
	border-color: #444444;
}

.k-task-dot:hover:after {
	background-color: #ffffff;
}

.k-task-summary {
	border-color: #848484;
	background: #848484;
}

.k-task-milestone,
.k-task-summary-complete {
	border-color: #444444;
	background: #444444;
}

.k-selected.k-task-summary {
	border-color: #98a2db;
	background: #98a2db;
}

.k-selected.k-task-milestone,
.k-selected .k-task-summary-complete {
	border-color: #2c8ef8;
	background: #2c8ef8;
}

.k-task-single {
	background-color: #3c4ead;
	border-color: #334293;
	color: #ffffff;
}

.k-selected.k-task-single {
	border-color: #2c8ef8;
}

.k-line {
	background-color: #444444;
	color: #444444;
}

.k-selected.k-line {
	background-color: #2c8ef8;
	color: #2c8ef8;
}

.k-resource {
	background-color: #ffffff;
}

.k-block,
.k-textbox,
.k-textarea,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-list-container,
.k-calendar-container,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload,
.k-split-button {
	border-radius: 0.25rem;
}

.k-tool {
	text-align: center;
	vertical-align: middle;
}

	.k-tool.k-group-start,
	.k-toolbar .k-split-button .k-button,
	.k-toolbar .k-button-group .k-group-start {
		border-radius: 2px 0 0 2px;
	}

.k-rtl .k-tool.k-group-start,
.k-rtl .k-toolbar .k-split-button .k-button,
.k-rtl .k-toolbar .k-button-group .k-group-start {
	border-radius: 0 2px 2px 0;
}

.k-toolbar .k-button-group > .k-group-end {
	border-radius: 2px;
}

.k-tool.k-group-end,
.k-toolbar .k-button-group .k-button + .k-group-end,
.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-overflow-container .k-button-group .k-button {
	border-radius: 2px;
}

.k-overflow-container .k-separator {
	border-color: #dee2e6;
}

.k-group-start.k-group-end.k-tool {
	border-radius: 2px;
}

.k-calendar-container.k-border-up,
.k-list-container.k-border-up,
.k-autocomplete.k-border-up,
.k-multiselect.k-border-up,
.k-dropdown-wrap.k-border-up,
.k-picker-wrap.k-border-up,
.k-numeric-wrap.k-border-up,
.k-window-content,
.k-filter-menu {
	border-radius: 0 0 2px 2px;
}

	.k-autocomplete.k-border-up .k-input,
	.k-dropdown-wrap.k-border-up .k-input,
	.k-picker-wrap.k-border-up .k-input,
	.k-picker-wrap.k-border-up .k-selected-color,
	.k-numeric-wrap.k-border-up .k-input {
		border-radius: 0 0 0 2px;
	}

	.k-multiselect.k-border-up .k-multiselect-wrap {
		border-radius: 0 0 2px 2px;
	}

.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-border-down,
.k-list-container.k-border-down,
.k-autocomplete.k-border-down,
.k-multiselect.k-border-down,
.k-dropdown-wrap.k-border-down,
.k-picker-wrap.k-border-down,
.k-numeric-wrap.k-border-down {
	border-radius: 2px 2px 0 0;
}

.k-split-button.k-border-down > .k-button {
	border-radius: 2px 0 0 0;
}

.k-split-button.k-border-up > .k-button {
	border-radius: 0 0 0 2px;
}

.k-split-button.k-border-down > .k-split-button-arrow {
	border-radius: 0 2px 0 0;
}

.k-split-button.k-border-up > .k-split-button-arrow {
	border-radius: 0 0 2px 0;
}

.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
	border-radius: 1px 0 0 1px;
}

.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
	border-radius: 0 1px 1px 0;
}

.k-numerictextbox .k-link {
	height: calc(2.2125rem / 2);
}

.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-border-down .k-input {
	border-radius: 2px 2px 0 0;
}

.k-dropdown-wrap.k-border-down .k-input,
.k-picker-wrap.k-border-down .k-input,
.k-picker-wrap.k-border-down .k-selected-color,
.k-numeric-wrap.k-border-down .k-input {
	border-radius: 2px 0 0 0;
}

.k-numeric-wrap .k-link.k-selected {
	background-color: #ffffff;
}

.k-multiselect.k-border-down .k-multiselect-wrap {
	border-radius: 1px 1px 0 0;
}

.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-border-right {
	border-radius: 0 2px 2px 0;
}

.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-border-right {
	border-radius: 2px 0 0 2px;
}

.k-numeric-wrap.k-expand-padding .k-input {
	border-radius: 2px;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
	border-radius: 1px;
}

.k-list .k-hover,
.k-list .k-focused,
.k-list .k-highlight,
.k-list .k-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone,
.k-listbox .k-item {
	border-radius: 1px;
}

.k-slider .k-button,
.k-grid .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,
.k-gantt-toolbar > ul.k-gantt-views li:first-child + li,
.k-gantt-toolbar > ul.k-gantt-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
.k-rtl
.k-gantt-toolbar > ul.k-gantt-views
li:first-child + li,
.k-rtl .k-gantt-toolbar > ul.k-gantt-views li:first-child + li .k-link {
	border-radius: 0 2px 2px 0;
}

.k-edit-field > .k-scheduler-navigation {
	border-radius: 2px;
}

.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link,
.k-gantt-toolbar ul.k-gantt-views li:last-child,
.k-gantt-toolbar ul.k-gantt-views 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 ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link,
.k-rtl .k-gantt-toolbar ul.k-gantt-views li:last-child,
.k-rtl .k-gantt-toolbar ul.k-gantt-views li:last-child .k-link {
	border-radius: 2px 0 0 2px;
}

.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
	border-radius: 2px;
}

.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
	border-radius: 1px;
}

.k-scheduler-mobile .k-event {
	border-radius: 0px;
}

.k-autocomplete,
.k-picker-wrap.k-default,
.k-numeric-wrap.k-default,
.k-dropdown-wrap.k-default {
	background-position: 50% 50%;
	background-color: #ffffff;
	border-color: #dee2e6;
}

	.k-autocomplete.k-hover,
	.k-picker-wrap.k-hover,
	.k-numeric-wrap.k-hover,
	.k-dropdown-wrap.k-hover {
		background-color: #ffffff;
		background-image: none;
		background-position: 50% 50%;
		border-color: #c2c2c2;
	}

.k-multiselect-wrap {
	border-color: #dee2e6;
}

	.k-multiselect-wrap.k-hover,
	.k-hover > .k-multiselect-wrap {
		border-color: #c2c2c2;
		background-color: #ffffff;
		color: #ffffff;
	}

		.k-multiselect-wrap.k-hover .k-clear-value,
		.k-hover > .k-multiselect-wrap .k-clear-value {
			color: #444444;
		}

.k-autocomplete.k-focused,
.k-picker-wrap.k-focused,
.k-numeric-wrap.k-focused,
.k-dropdown-wrap.k-focused {
	background-color: #ffffff;
	background-image: none;
	background-position: 50% 50%;
	border-color: #c1c9d0;
}

.k-multiselect-wrap.k-focused,
.k-focused > .k-multiselect-wrap {
	border-color: #6b7acb;
}

.k-list-container {
	color: #6c757d;
}

.k-nodata {
	color: #b5b5b5;
}

.k-dropdown .k-input,
.k-dropdown .k-focused .k-input,
.k-menu .k-popup {
	color: #6c757d;
	text-indent: 0;
	padding: 0 0 0 0.9rem;
	line-height: calc(2.2125rem + 2px);
}

.k-default > .k-select {
	border-color: #dee2e6;
	line-height: 2.2125rem;
}

.k-hover > .k-select {
	border-color: #c2c2c2;
}

.k-focused > .k-select {
	border-color: #c1c9d0;
}

.k-tabstrip:focus {
}

.k-tabstrip-items .k-default .k-link,
.k-panelbar > li.k-default > .k-link {
	color: #2c8ef8;
}

	.k-tabstrip-items .k-hover .k-link,
	.k-panelbar > li.k-hover > .k-link,
	.k-panelbar > li.k-default > .k-link.k-hover {
		color: #444444;
	}

.k-panelbar > .k-focused.k-hover {
	background: #ffffff;
	box-shadow: none;
}

.k-tabstrip-items .k-item {
	border-color: transparent;
}

.k-tabstrip-items .k-hover {
	border-color: #c2c2c2;
}

.k-tabstrip-items .k-active,
.k-panelbar .k-tabstrip-items .k-active {
	background-color: #ffffff;
	background-image: none;
	border-color: #dee2e6;
}

.k-tabstrip-top > .k-tabstrip-items .k-active,
.k-panelbar .k-tabstrip-top > .k-tabstrip-items .k-active {
	border-bottom-color: #ffffff;
}

.k-tabstrip .k-content.k-active {
	background-color: #ffffff;
	color: #444444;
}

.k-menu.k-header,
.k-menu .k-item {
	border-color: #dee2e6;
}

.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
	border-color: #dee2e6;
}

.k-overflow-container .k-overflow-group {
	box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}

	.k-toolbar-first-visible.k-overflow-group,
	.k-overflow-container .k-overflow-group + .k-overflow-group {
		box-shadow: 0 1px 0 #ffffff;
	}

.k-toolbar-last-visible.k-overflow-group {
	box-shadow: inset 0 1px 0 #ffffff;
}

.k-toolbar:not(.k-spreadsheet-toolbar) .k-button-group .k-button:focus,
.k-toolbar:not(.k-spreadsheet-toolbar) .k-button.k-disabled:focus {
	border-color: #5c6fda;
}

.k-column-menu .k-separator {
	border-color: #dee2e6;
	background-color: transparent;
}

.k-menu .k-group {
	border-color: rgba(0, 0, 0, 0.2);
}


.k-grid-filter.k-active {
	background-color: #ffffff;
}

.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
	color: #444444;
	border-color: #dee2e6;
	font-weight: bold;
}

.k-grouping-header {
	color: #444444;
}

.k-grid tr:hover {
	background-color: #ebebeb;
}

.k-grid .k-filter-row:hover,
.k-pivot-rowheaders .k-grid tr:hover {
	background: none;
}

.k-grid td.k-focused {
	box-shadow: inset 0 0 0 1px inset 0 0 7px 0 #6b7acb;
}

.k-grid tr.k-focused:hover td {
	background-color: #c6cbeb;
}

.k-grid td.k-selected:hover,
.k-grid tr.k-selected:hover td {
	background-color: #36459b;
}

	.k-grid tr:hover .k-focused.k-selected,
	.k-grid tr.k-selected:hover td.k-focused {
		box-shadow: inset 0 0 7px 0 #171e44;
	}

.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
/*.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,*/
.k-pager,
.k-pager .k-textbox,
.k-pager .k-button,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-default {
	border-color: #dee2e6;
}

.k-pager-numbers .k-link,
.k-treeview .k-in {
	border-color: transparent;
}

.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
	background-color: transparent;
	border-radius: 2px;
}

.k-scheduler-table .k-hover .k-icon {
	background-color: transparent;
}

.k-editor .k-tool:focus {
	outline: 0;
	border-color: #5c6fda;
}

/* ✅ Base du carré */
/*.k-checkbox + .k-checkbox-label:before {
	content: "";
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.4rem;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	transition: border-color 0.2s;
}*/

/* 🎯 Hover */
/*.k-checkbox:hover + .k-checkbox-label:before {
	border-color: #c2c2c2;
}*/

/* ☑️ État coché : coche bleue, fond blanc */
/*.k-checkbox:checked + .k-checkbox-label:before {
	content: "✔";
	color: #0d6efd;
	font-size: 14px;
	text-align: center;
	line-height: 1.25rem;
	border-color: #dee2e6;
	background: #fff;
}*/


.k-checkbox:checked::before {
	mask: none !important;
	background: none !important;
	content: "✔";
	font-family: "WebComponentsIcons" !important;
	font-size: 14px;
	color: inherit; /* couleur de ta coche */
	text-align: center;
	display: block;
	line-height: 1.25rem;
}

/* 🚫 Désactivé */
/*.k-checkbox:disabled + .k-checkbox-label {
	color: #b5b5b5;
	cursor: not-allowed;
}

	.k-checkbox:disabled + .k-checkbox-label:before {
		border-color: #dee2e6;
		background: #f8f9fa;
		color: #b5b5b5;
	}*/

/* 🚫 Focus (pas de halo) */
/*.k-checkbox:focus + .k-checkbox-label:before {
	box-shadow: none;
	border-color: #6b7acb;
}*/

/* ➖ Indeterminate (état intermédiaire) */
/*.k-checkbox:indeterminate + .k-checkbox-label:before {
	content: "–";
	color: #0d6efd;
	font-size: 16px;
	text-align: center;
	line-height: 1.25rem;
	background: #fff;
	border-color: #6b7acb;
}*/

.k-checkbox:focus,
.k-checkbox.k-focus {
	box-shadow: none !important; /* pas de contour noir */
	outline: none !important;
}



.k-radio-label:before {
	border-color: #dee2e6;
	border-radius: 50%;
	background-color: #ffffff;
	border-width: 1px;
}

.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
	border-color: #c2c2c2;
	box-shadow: none;
}

.k-radio:checked + .k-radio-label:after {
	background-color: #2c8ef8;
	border-radius: 50%;
}

.k-radio-label:active:before {
	border-color: #6b7acb;
	box-shadow: 0 0 2px 0 #6b7acb;
}

.k-radio:checked + .k-radio-label:active:before {
	box-shadow: 0 0 2px 0 #6b7acb;
	border-color: #6b7acb;
}

.k-radio:disabled + .k-radio-label {
	color: #e6e6e6;
}

	.k-radio:disabled + .k-radio-label:before,
	.k-radio:disabled + .k-radio-label:active:before,
	.k-radio:disabled + .k-radio-label:hover:after,
	.k-radio:disabled + .k-radio-label:hover:before {
		background: #ffffff;
		border-color: #dee2e6;
		box-shadow: none;
	}

.k-radio:disabled:checked + .k-radio-label:after {
	background-color: #2c8ef8;
	opacity: 0.5;
}

.k-radio:focus + .k-radio-label:before {
	border-color: #6b7acb;
	box-shadow: 0 0 2px 0 #6b7acb;
}

@media screen and (-ms-high-contrast: active) {
	.k-editor-toolbar-wrap .k-dropdown-wrap.k-focused,
	.k-editor-toolbar-wrap .k-button-group .k-tool:focus {
		border-color: #fff;
	}
}

@media only screen and (max-width: 1024px) {
	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
		background-position: 50% 50%;
		background-color: #ffffff;
		border-color: #dee2e6;
	}

	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
		border-radius: 2px;
	}

	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li {
		border-radius: 0;
	}

		.k-webkit
		.k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li.k-current-view,
		.k-ff
		.k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li.k-current-view,
		.k-ie11
		.k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li.k-current-view,
		.k-edge
		.k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li.k-current-view,
		.k-safari
		.k-scheduler-toolbar > ul.k-scheduler-views.k-expanded > li.k-current-view {
			border-radius: 1px 1px 0 0;
		}

	.k-webkit .k-scheduler-toolbar > ul li:first-child,
	.k-ff .k-scheduler-toolbar > ul li:first-child,
	.k-ie11 .k-scheduler-toolbar > ul li:first-child,
	.k-edge .k-scheduler-toolbar > ul li:first-child,
	.k-safari .k-scheduler-toolbar > ul li:first-child,
	.k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
	.k-ff .k-scheduler-toolbar > ul li:first-child .k-link,
	.k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
	.k-edge .k-scheduler-toolbar > ul li:first-child .k-link,
	.k-safari .k-scheduler-toolbar > ul li:first-child .k-link,
	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views li,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views li,
	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
		border-radius: 0;
	}

		.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
		.k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
		.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
		.k-edge .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
		.k-safari .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
		.k-webkit .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-link,
		.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
		.k-edge .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-link {
			border-radius: 0 0 1px 1px;
		}

	.k-webkit
	.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-edge .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 {
		border-color: #c2c2c2;
		background-image: none;
		background-color: #ffffff;
	}

	.k-webkit
	.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 > .k-link,
	.k-ie11
	.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
	.k-edge
	.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 > .k-link {
		color: #444444;
		min-width: 75px;
	}

	.k-webkit
	.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:hover > .k-link,
	.k-ie11
	.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:hover > .k-link,
	.k-safari
	.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
		color: #444444;
	}

	.k-webkit .k-scheduler-views > li.k-selected > .k-link:after,
	.k-ff .k-scheduler-views > li.k-selected > .k-link:after,
	.k-ie11 .k-scheduler-views > li.k-selected > .k-link:after,
	.k-edge .k-scheduler-views > li.k-selected > .k-link:after,
	.k-safari .k-scheduler-views > li.k-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-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded {
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #dee2e6;
		background-color: #ffffff;
		border-radius: 2px 2px 0 0;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	}

	.k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-edge .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded,
	.k-safari .k-scheduler-toolbar > ul.k-scheduler-views.k-expanded {
		border-width: 1px;
		background-image: none;
		border-radius: 2px;
	}
}

.k-grid,
.k-scheduler,
.k-menu,
.k-editor {
	border-radius: 2px;
}

	.k-grid > .k-grouping-header,
	.k-grid-header:first-child,
	.k-grid-toolbar:first-child,
	.k-scheduler > .k-scheduler-toolbar:first-child {
		border-radius: 1px 1px 0 0;
	}

		.k-grid-header:first-child th.k-header:first-child,
		thead.k-grid-header th.k-header:first-child,
		.k-rtl thead.k-grid-header th.k-header:last-child {
			border-radius: 1px 0 0 0;
		}

.k-rtl .k-grid-header:first-child th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:first-child,
thead.k-grid-header th.k-header:last-child {
	border-radius: 0 1px 0 0;
}

.k-grid-pager,
.k-scheduler-footer {
	border-radius: 0 0 1px 1px;
}

.k-menu > .k-first {
	border-radius: 1px 0 0 1px;
}

.k-rtl .k-menu > .k-first {
	border-radius: 0 1px 1px 0;
}

/*.k-widget*/ .k-treeview {
	color: #2c8ef8;
}

	.k-treeview .k-in.k-hover {
		color: #2c8ef8;
	}

	.k-treeview .k-selected,
	.k-draghandle.k-selected {
		box-shadow: none;
	}

.k-tabstrip-items .k-hover .k-link {
	color: #2c8ef8;
}

.k-tabstrip-items .k-active .k-link {
	color: #444444;
}

.k-tabstrip-items .k-active .k-link {
	color: #444444;
}

.k-tabstrip-items .k-item {
	background: transparent;
}

	.k-tabstrip-items .k-item.k-active {
		background: #ffffff;
	}

	.k-tabstrip-items .k-item.k-hover {
		background: #ffffff;
	}

.k-tabstrip-items .k-focused {
	border-color: #6b7acb;
}

.k-tabstrip-items .k-default.k-hover {
	border-color: #ffffff;
}

.k-multiselect .k-button {
	color: #ffffff;
	border-color: #3849a2;
	background-color: #2c8ef8;
}

	.k-multiselect .k-button.k-hover {
		border-color: #293475;
		background-color: #344397;
	}

	.k-multiselect .k-button:active {
		color: #ffffff;
		box-shadow: inset 0 0 10px 3px #344397;
	}

.k-multiselect.k-disabled .k-button {
	color: #ffffff;
	background-color: #7684cf;
	border-color: #6f7dcd;
	box-shadow: none;
}

.k-list > .k-hover {
	background-color: #2c8ef8;
	color: #fff;
}

.k-scheduler-toolbar > ul > li {
	background-color: #ffffff;
	border-color: #dee2e6;
}

.k-menu .k-group {
	background: #ffffff;
}

.k-menu .k-default .k-border-down {
	background-color: #fcfcfc;
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.k-menu .k-item > .k-border-right,
.k-menu .k-item > .k-border-left {
	background-color: #2c8ef8;
	color: #2c8ef8;
}

.k-menu .k-selected > .k-link {
	color: #2c8ef8;
	background-color: #2c8ef8;
	border-color: #2c8ef8;
	background-image: none;
}

.k-menu .k-link.k-active,
.k-menu .k-hover > .k-link,
.k-menu .k-menu-scroll-button:hover {
	color: #444444;
	background-color: #ffffff;
	border-color: #c2c2c2;
	background-image: none;
}

.k-menu .k-hover .k-link.k-active {
	background-color: #ededed;
}

.k-slider-track {
	background-color: #ffffff;
	border-color: #dee2e6;
	border-radius: 0;
}

.k-slider-selection {
	background-color: #ffffff;
	border-radius: 0;
}

.k-slider-horizontal .k-tick {
	background-image: url("https://kendo.cdn.telerik.com/2019.2.619/styles/Bootstrap/slider-h.gif");
}

.k-draghandle.k-selected,
.k-draghandle.k-selected:link,
.k-draghandle.k-selected:hover {
	background-color: #dee2e6;
	border-color: #dee2e6;
}

.k-draghandle.k-focused,
.k-draghandle.k-focused:link,
.k-slider-buttons .k-button:focus,
.k-slider-buttons .k-button:active {
	border-color: #6b7acb;
	background-color: #ffffff;
}

.k-autocomplete,
.k-picker-wrap.k-default,
.k-numeric-wrap.k-default,
.k-multiselect-wrap {
	height: calc(2.2125rem);
	border: none;
}

.k-dropdown-wrap.k-default {
	height: calc(2.2125rem);
	border: none;
}

.k-grid .k-dropdown-wrap.k-default {
	border: 1px solid #dee2e6;
	border-radius: calc(2.2125rem / 2);
}

/*.k-widget*/
.k-autocomplete,
/*.k-widget*/ .k-combobox,
/*.k-widget*/ .k-dropdown,
/*.k-widget*/ .k-datepicker,
. /*k-widget*/ .k-datetimepicker,
/*.k-widget*/ .k-timepicker,
/*.k-widget*/ .k-numerictextbox,
/*.k-widget*/ .k-multiselect,
/*.k-widget*/ .k-menu,
/*.k-widget*/ .k-progressbar,
.k-upload,
.k-progressbar > .k-selected {
	box-shadow: none;
}

	.k-autocomplete .k-input,
	.k-combobox .k-default .k-input,
	.k-picker-wrap.k-default .k-input,
	.k-numeric-wrap.k-default .k-input,
	.k-multiselect-wrap,
	.k-slider-track,
	.k-slider-selection,
	.k-progress-status-wrap {
		box-shadow: none;
		height: 2.2125rem;
	}

	.k-textbox:focus,
	.k-textarea:focus,
	.k-autocomplete.k-focused,
	.k-picker-wrap.k-focused,
	.k-numeric-wrap.k-focused,
	.k-dropdown-wrap.k-focused,
	.k-multiselect.k-header.k-focused {
		background-color: #ffffff;
		background-image: none;
		background-position: 50% 50%;
		border-color: #c1c9d0;
	}

.k-multiselect-wrap.k-focused,
.k-focused > .k-multiselect-wrap {
	border-color: #c1c9d0;
}

.k-textbox:hover,
.k-textarea:hover,
.k-autocomplete.k-hover,
.k-picker-wrap.k-hover,
.k-numeric-wrap.k-hover,
.k-dropdown-wrap.k-hover {
	background-color: #ffffff;
	background-image: none;
	background-position: 50% 50%;
	border-color: #c2c2c2;
}

.k-autocomplete.k-border-down,
.k-dropdown-wrap.k-active,
.k-picker-wrap.k-active,
.k-numeric-wrap.k-active,
.k-pager-numbers.k-expanded .k-current-page .k-link {
	border-color: #dee2e6;
	background-color: #ffffff;
}

.k-grid-filter.k-active {
	border-color: #c2c2c2;
	background-color: #ffffff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.k-picker-wrap.k-active.k-border-down,
.k-dropdown-wrap.k-active.k-border-down,
.k-numeric-wrap .k-link.k-selected,
.k-pager-numbers.k-expanded .k-current-page .k-link {
	box-shadow: none;
}

.k-picker-wrap.k-focused > .k-select,
.k-picker-wrap.k-active > .k-select,
.k-dropdown-wrap.k-focused > .k-select,
.k-dropdown-wrap.k-active > .k-select {
	border-color: #dee2e6;
}

.k-panelbar > .k-item > .k-link {
	border-color: #dee2e6;
}

.k-panelbar > li.k-default > .k-link {
	color: #444444;
}

.k-panelbar > .k-focused {
	box-shadow: inset 0 0 7px 0 #6b7acb;
}

.k-panelbar .k-item .k-link.k-selected,
.k-panelbar > li > .k-link.k-selected {
	color: #2c8ef8;
}

.k-panelbar .k-link.k-selected.k-hover {
	color: #444444;
}

td.k-focused.k-selected,
.k-selected td.k-focused,
.k-listview > .k-focused.k-selected {
	box-shadow: inset 0 0 10px 3px #344397;
}

.k-panelbar > .k-focused.k-hover {
	background: #ffffff;
	box-shadow: none;
}

.k-panelbar > li .k-selected.k-hover {
	box-shadow: none;
}


.k-grid tr td {
	border-style: solid;
	border-color: #dee2e6;
}








.k-pager-nav.k-pager-first {
	border-radius: 2px 0 0 2px;
}

.k-rtl .k-pager-nav.k-pager-first {
	border-radius: 0 2px 2px 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dee2e6;
	margin-right: 6px;
}

.k-dropzone .k-upload-status {
	color: #444444;
}

.k-file .k-upload-status {
	color: #444444;
}

.k-menu .k-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-border-down,
.k-autocomplete.k-border-up,
.k-dropdown-wrap.k-active,
.k-picker-wrap.k-active,
.k-multiselect.k-focused,
.k-filebrowser .k-image,
.k-tooltip {
	box-shadow: none;
}

.k-window {
	border-color: #dee2e6;
}

.k-focused {
	box-shadow: none;
}

.k-list > .k-focused {
	box-shadow: none;
}

.k-popup {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.k-tooltip {
	box-shadow: none;
}

.k-list-container {
	border-color: #dee2e6;
}

.k-flatcolorpicker .k-hue-slider .k-draghandle {
	box-shadow: 0 0 0 1px #c4c4c4;
	background: transparent;
	border: 5px solid #ffffff;
}

	.k-flatcolorpicker .k-hue-slider .k-draghandle:hover,
	.k-flatcolorpicker .k-hue-slider .k-draghandle:focus {
		border-color: #ffffff;
		box-shadow: 0 0 8px 0 rgba(102, 175, 233, 0.75);
		border-width: 5px;
		padding: 0;
	}


.k-editor-toolbar .k-tool {
	color: #444444;
	background-color: #ffffff;
	border-color: #dee2e6;
}

	.k-editor-toolbar .k-tool.k-hover {
		color: #444444;
		border-color: #c2c2c2;
		background-color: #ffffff;
	}

.k-editor-toolbar .k-selected {
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
	background-color: #ffffff;
	border-color: #c2c2c2;
}

.k-editor-toolbar .k-button-group .k-tool-icon {
	border-color: #dee2e6;
}

.k-splitbar,
.k-splitbar:hover {
	border-color: transparent;
}

.k-pager-nav.k-pager-first + .k-link {
	border: none;
}

.k-chart .k-selection {
	border-color: #cccccc;
	transition: box-shadow 0.2s linear, border-color 0.2s linear;
}

	.k-chart .k-selection:hover {
		border-color: #9e9e9e;
	}

.k-chart .k-handle {
	background-color: #ffffff;
	width: 15px;
	height: 15px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

	.k-chart .k-handle:hover {
		background-color: #ffffff;
		border-color: #cccccc;
		box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
	}

.k-chart .k-left-handle {
	left: -8px;
}

.k-chart .k-right-handle {
	right: -8px;
}

.k-chart .k-navigator-hint .k-tooltip {
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
	background: #ffffff;
	color: #676767;
}

.k-chart .k-navigator-hint .k-scroll {
	background: rgba(0, 124, 204, 0.7);
	height: 4px;
}

.k-chart .k-tooltip,
.k-sparkline .k-tooltip,
.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
	background-image: none;
}

.k-map .k-marker {
	font-size: 28px;
	color: #2c8ef8;
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
	background-color: #ffffff;
}

.k-spreadsheet-top-corner,
.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
	border-color: #cccccc;
}

.k-spreadsheet-top-corner {
	border-color: #cccccc;
}

	.k-spreadsheet-top-corner:after {
		border-color: transparent #cccccc #cccccc transparent;
	}

.k-spreadsheet-pane {
	border-color: #cccccc;
}

	.k-spreadsheet-pane .k-spreadsheet-vaxis,
	.k-spreadsheet-pane .k-spreadsheet-haxis {
		border-color: #e6e6e6;
	}

	.k-spreadsheet-pane .k-spreadsheet-column-header,
	.k-spreadsheet-pane .k-spreadsheet-row-header {
		border-color: #cccccc;
	}

	.k-spreadsheet-pane .k-spreadsheet-merged-cell {
		background-color: #ffffff;
	}

	.k-spreadsheet-pane .k-selection-partial,
	.k-spreadsheet-pane .k-selection-full {
		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-partial,
	.k-spreadsheet-pane .k-spreadsheet-column-header .k-selection-full {
		border-bottom-color: #00b0ff;
	}

	.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-partial,
	.k-spreadsheet-pane .k-spreadsheet-row-header .k-selection-full {
		border-right-color: #00b0ff;
	}

.k-auto-fill,
.k-spreadsheet-selection {
	border-color: #00b0ff;
	box-shadow: inset 0 0 0 1px #00b0ff;
}

.k-auto-fill-wrapper .k-tooltip {
	background: #ffffff;
}

.k-spreadsheet-selection {
	background-color: rgba(0, 176, 255, 0.2);
}

.k-spreadsheet-active-cell {
	box-shadow: inset 0 0 0 1px #00b0ff;
	background-color: #ffffff;
}

	.k-spreadsheet-active-cell.k-right {
		box-shadow: inset 0 0 0 1px #00b0ff, inset -1px 0 0 1px #00b0ff;
	}

	.k-spreadsheet-active-cell.k-bottom {
		box-shadow: inset 0 0 0 1px #00b0ff, inset 0 -1px 0 1px #00b0ff;
	}

		.k-spreadsheet-active-cell.k-bottom.k-right {
			box-shadow: inset 0 0 0 1px #00b0ff, inset -1px -1px 0 1px #00b0ff;
		}

	.k-spreadsheet-active-cell.k-single {
		color: #444444;
		background-color: #ffffff;
	}

.k-spreadsheet .k-spreadsheet-action-bar {
	background-color: #ffffff;
	border-color: #dee2e6;
}

	.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-name-editor {
		border-color: #cccccc;
	}

	.k-spreadsheet .k-spreadsheet-action-bar .k-spreadsheet-formula-bar::before {
		border-color: #cccccc;
	}

.k-spreadsheet .k-spreadsheet-formula-input {
	background-color: #ffffff;
	color: #444444;
}

.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: #ffffff;
}

.k-spreadsheet .k-auto-fill-punch {
	background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-single-selection.k-dim-auto-fill-handle::after {
	background-color: rgba(0, 176, 255, 0.5);
}

.k-spreadsheet .k-spreadsheet-cell-comment {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.k-spreadsheet .k-spreadsheet-has-comment:after {
	border-color: #00b0ff #00b0ff transparent transparent;
}

.k-spreadsheet .k-dirty {
	border-color: #cd0015 transparent transparent #cd0015;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
	border-color: #dee2e6;
}

.k-spreadsheet-filter {
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: inset 0 0 0 1px #e6e6e6;
}

	.k-spreadsheet-filter.k-active {
		color: #2c8ef8;
		background-color: #00b0ff;
	}

	.k-spreadsheet-filter:hover {
		color: #444444;
		background: #ebebeb;
		border-color: #d7d7d7;
	}

.k-action-window .k-action-buttons {
	border-color: #dee2e6;
	background: #ffffff;
}

.k-spreadsheet-sample {
	color: #919191;
}

.k-selected .k-spreadsheet-sample {
	color: inherit;
}

.k-spreadsheet-window .k-list {
	border-color: #dee2e6;
	border-radius: 2px;
}

.k-spreadsheet-toolbar.k-toolbar
.k-button-group
.k-button:not(.k-toggle-button) {
	border-radius: 2px;
}

/*.k-spreadsheet-toolbar > .k-widget,*/
.k-spreadsheet-toolbar > .k-button,
.k-spreadsheet-toolbar > .k-button-group {
	border-radius: 2px;
}

.k-spreadsheet-toolbar > .k-separator {
	border-color: #dee2e6;
}

.k-spreadsheet-toolbar .k-overflow-anchor {
	border-radius: 0;
}

.k-spreadsheet-popup {
	border-radius: 2px;
}

	.k-spreadsheet-popup .k-separator {
		background-color: #dee2e6;
	}

	.k-spreadsheet-popup .k-button {
		background-color: transparent;
	}

		.k-spreadsheet-popup .k-button:hover {
			background-color: #ebebeb;
		}

	.k-spreadsheet-popup .k-active {
		background-color: #00b0ff;
		color: #ffffff;
	}

		.k-spreadsheet-popup .k-active:hover {
			background-color: #008dcc;
		}

.k-spreadsheet-filter-menu .k-details {
	border-color: #dee2e6;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
	background-color: #ffffff;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
	background-color: #ffffff;
	border-color: #dee2e6;
	border-radius: 2px 0 0 2px;
}

.k-syntax-ref {
	color: #ff8822;
}

.k-syntax-num {
	color: #0099ff;
}

.k-syntax-func {
	font-weight: bold;
}

.k-syntax-str {
	color: #38b714;
}

.k-syntax-error {
	color: red;
}

.k-syntax-bool {
	color: #a9169c;
}

.k-syntax-startexp {
	font-weight: bold;
}

.k-syntax-paren-match {
	background-color: #caf200;
}

.k-series-a {
	border-color: #2c8ef8;
	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: #cc2222;
}

.k-spreadsheet-formula-list .k-focused {
	background-color: #00b0ff;
	color: #2c8ef8;
}

.k-spreadsheet-insert-image-dialog {
	border-color: #dee2e6;
	border-radius: 2px;
}

	.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover,
	.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hovered {
		box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
		border-radius: 2px;
	}

		.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
		.k-spreadsheet-insert-image-dialog
		.k-spreadsheet-has-image.k-hovered
		div {
			color: #fff;
		}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
	outline-color: #00b0ff;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
	border-color: #fff;
	background-color: #00b0ff;
	border-radius: 50%;
}

.k-spreadsheet-drawing-anchor-cell {
	background: rgba(0, 176, 255, 0.2);
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after {
	border-color: #00b0ff transparent transparent #00b0ff;
}

.k-rtl .k-spreadsheet .k-dirty {
	border-color: #cd0015 #cd0015 transparent transparent;
}

/*.k-spreadsheet .k-widget[data-property="fontSize"] {
	width: 70px;
}

.k-spreadsheet .k-widget[data-property="format"] {
	width: 100px;
}

.k-spreadsheet .k-widget[data-property="fontFamily"] {
	width: 130px;
}*/

.k-spreadsheet-name-editor .k-select {
	background-color: #ffffff;
}

.k-window .k-popup-edit-form .k-edit-field input.k-checkbox {
	margin-top: 1.1em;
}

.k-window .k-popup-edit-form .k-edit-field label.k-checkbox-label {
	margin-top: 0.7em;
}

.k-dialog .k-window-titlebar {
	background: none;
	border-color: #ffffff;
}

.k-dialog a.k-dialog-action.k-dialog-close {
	cursor: pointer;
	z-index: 10000;
}

.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-dialog-buttongroup.k-dialog-button-layout-stretched .k-button {
	padding: 12px 12px;
	border-color: #ffffff;
}

.k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
	border-top: 1px solid #ffffff;
	border-radius: 2px;
}

.k-dialog.k-window-sm .k-dialog-buttongroup.k-dialog-button-layout-stretched {
	flex-direction: column;
}

	.k-dialog.k-window-sm
	.k-dialog-buttongroup.k-dialog-button-layout-stretched
	.k-button {
		flex: 0 0 auto;
		padding: 6px 6px;
	}

.k-dialog.k-window-md
.k-dialog-buttongroup.k-dialog-button-layout-stretched
.k-button {
	padding: 8.4px 8.4px;
}

.k-rtl .k-dialog a.k-dialog-action.k-dialog-close {
	left: 0.5em;
}

.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-editor-dialog .k-tabstrip-items {
	border-color: #dee2e6;
}

.k-numeric-wrap .k-i-warning {
	color: #cd0015;
	position: absolute;
	top: 0;
	right: 1.9em;
	width: 1.9em;
}

.k-numeric-wrap.k-invalid {
	border-color: #cd0015;
}

	.k-numeric-wrap.k-invalid .k-select {
		border-color: #cd0015;
	}

	.k-numeric-wrap.k-invalid input {
		color: #cd0015;
	}

.k-rtl .k-numeric-wrap.k-invalid .k-i-warning {
	right: auto;
	left: 1.9em;
}

.k-maskedtextbox.k-invalid .k-textbox {
	border-color: #cd0015;
	color: #cd0015;
}

.k-maskedtextbox.k-invalid .k-i-warning {
	color: #cd0015;
}

.k-dateinput.k-invalid .k-textbox {
	color: #cd0015;
	border-color: #cd0015;
}

.k-dateinput.k-invalid .k-i-warning {
	margin-left: 0;
	margin-right: 0.7em;
	color: #cd0015;
}

.k-rtl .k-dateinput .k-i-warning {
	margin-right: 0;
	margin-left: 0.7em;
}

.k-datepicker .k-picker-wrap.k-invalid,
.k-timepicker .k-picker-wrap.k-invalid {
	border-color: #cd0015;
}

	.k-datepicker .k-picker-wrap.k-invalid .k-input,
	.k-timepicker .k-picker-wrap.k-invalid .k-input {
		color: #cd0015;
	}

.k-datepicker .k-picker-wrap .k-i-warning,
.k-timepicker .k-picker-wrap .k-i-warning {
	color: #cd0015;
	margin-left: 0;
	margin-right: 2.1em;
}

.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.1em;
}

.k-datetimepicker .k-picker-wrap.k-invalid {
	border-color: #cd0015;
}

	.k-datetimepicker .k-picker-wrap.k-invalid .k-input {
		color: #cd0015;
	}

.k-datetimepicker .k-picker-wrap .k-i-warning {
	color: #cd0015;
	margin-left: 0;
	margin-right: 4.3em;
}

.k-rtl .k-datetimepicker .k-picker-wrap .k-icon.k-i-warning {
	margin-right: 0;
	margin-left: 4.3em;
}

.k-listbox .k-list-scroller {
	padding: 2px;
	border-color: #dee2e6;
	background-color: #ffffff;
}

.k-listbox .k-item:hover {
	border-color: transparent;
}

.k-listbox .k-item.k-focused {
	border-radius: 2px;
	box-shadow: inset 0 0 2px 0 #2c8ef8, inset 0 0 7px 0 #6b7acb;
}

.k-listbox .k-drop-hint {
	height: 0;
	border-top: 1px solid #2c8ef8;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
	color: #2c8ef8;
}

.k-menu-scroll-button {
	border-color: #dee2e6;
	color: #444444;
	background-position: 50% 50%;
	background-color: #ffffff;
}

.k-multicheck-wrap .k-item .k-label {
	font-weight: 400;
	margin-bottom: 0;
}

.k-dropdowngrid-popup {
	border-color: #dee2e6;
	color: #444444;
	background-color: #ffffff;
}

	.k-dropdowngrid-popup .k-header {
		border-color: #dee2e6;
		color: #444444;
		background-color: #ffffff;
	}

	.k-dropdowngrid-popup .k-group-header {
		border-color: #dee2e6;
		color: #444444;
		background-color: #ffffff;
	}

	.k-dropdowngrid-popup .k-cell {
		border-color: #dee2e6;
	}

	.k-dropdowngrid-popup .k-item:nth-child(2n) {
		background-color: #ffffff;
	}

	.k-dropdowngrid-popup .k-footer {
		border-color: #dee2e6;
		color: #444444;
		background-color: #ffffff;
	}

	.k-dropdowngrid-popup .k-item.k-hover {
		border-color: #dee2e6;
		color: #444444;
		background-color: #ebebeb;
	}

	.k-dropdowngrid-popup .k-item.k-selected {
		border-color: #dee2e6;
		color: #2c8ef8;
		background-color: #2c8ef8;
	}

	.k-dropdowngrid-popup .k-group-cell span {
		background-color: #444444;
		color: #ffffff;
	}

.k-grid-list > .k-item.k-last > .k-cell,
.k-grid-list > .k-item.k-last > .k-group-cell,
.k-grid-list > .k-item.k-last > .k-spacer-cell {
	border-bottom-color: #444444;
}

.k-animation-container,
/*.k-widget,
.k-widget *,*/
.k-animation-container *,
/*.k-widget *:before,*/
.k-animation-container *:after,
.k-block .k-header,
.k-list-container,
.k-dialog .k-window-content {
	box-sizing: border-box;
}


.k-grid {
	border: none;
}

.k-grid-toolbar {
	border: none;
	justify-content: right;
	padding: unset;
}

/*.k-grouping-header {
	display: inline-flex;
	align-items: center;
	width: 75%; 
}

.k-grid-toolbar {
	position: absolute;
	right: 0;
	top: -0.5rem;
}*/




.k-group-cell.k-table-group-td.k-table-td {
	background-color: transparent !important;
	border: none; /* optionnel si tu veux un rendu plus clean */
}

.k-grid .k-grid-md .k-grouping-header,
.k-grid-md .k-grouping-header,
.k-grouping-header > .k-grouping-drop-container {
	padding: unset;
}



.k-grid-header {
	/*	padding: 0.95em 0 !important;*/
	background-color: #f1f3fa;
	border-color: #e3eaef;
}

	.k-grid-header th.k-table-th,
	.k-filter-row th {
		border: none;
		font-weight: 700;
		color: #6c757d;
		padding-top: 0.4em;
		padding-bottom: 0;
	}

.k-filtercell > .k-operator-hidden {
	padding-right: 0;
}

.k-grid td,
.k-grid .k-table-td {
	border: none;
	border-top: 1px solid #e3eaef;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.95rem;
}

.k-grid-header-wrap,
.k-grid-footer-wrap {
	border: none;
}

.k-grid-content tr {
	border-width: 1px 0;
}

.k-grid tr:hover {
	background-color: transparent;
}

/* Boutons dans la grille */
.k-grid .k-button:not(.k-toolbar-overflow-button) {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	border-radius: 0.15rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Exceptions : boutons du pager */
.k-grid .k-pager .k-button, .k-grid-header .k-table-thead .k-input-button.k-button {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
	border-radius: inherit;
}
/* Affichage du contenu sans scroll vertical forcé */
.k-grid-content {
	overflow-y: visible;
}

.k-grid table {
	border-collapse: collapse;
}
/* Pager */
.k-pager {
	background-color: #ffffff;
	color: #6c757d;
	padding: 2em 0.25em;
}

	.k-pager .k-button {
		margin: 0;
		background: #ffffff;
		border: none;
		color: #6c757d;
	}

	.k-pager .k-label {
		margin: 0 2em;
	}

	.k-pager .k-pager-sizes .k-dropdown, .k-pager .k-pager-sizes > select {
		margin: 0 0.625em 0 0;
	}

.k-pager-md .k-pager-sizes .k-dropdown-list,
.k-pager-md .k-pager-sizes .k-dropdown,
.k-pager-md .k-pager-sizes .k-dropdownlist,
.k-pager-md .k-pager-sizes > select {
	width: 7em;
}


.k-pager .k-pager-numbers {
	padding: 0 10px;
}

.k-pager .k-button, .k-pager-numbers-wrap .k-button, .k-pager-sizes .k-button, .k-pager-numbers .k-button-text {
	border-radius: 0;
	color: #313a46;
}

.k-pager .k-pager-refresh {
	background: #ffffff;
}

.k-pager .k-pager-nav.k-pager-last {
	border-radius: 0 2px 2px 0;
	border-right-color: #dee2e6;
}

.k-rtl .k-pager .k-pager-nav.k-pager-last {
	border-radius: 2px 0 0 2px;
	border-right-width: 0;
}

.k-pager-numbers .k-button, .k-pager-numbers .k-selected {
	margin-right: 0;
}

	.k-pager-numbers .k-button.k-selected {
		background-color: #2c8ef8 !important;
		border: none;
		border-radius: 50%;
	}

		.k-pager-numbers .k-button.k-selected > .k-button-text {
			color: #fff !important;
		}

.k-pager-numbers .k-button-flat {
	background-color: inherit;
}

.k-pager .k-button:hover, .k-grid-header .k-table-thead .k-input-button.k-button:hover {
	color: #2c8ef8;
	border-color: #dee2e6;
	background: #ffffff;
}

.k-scheduler .k-event > div {
	position: static !important;
}

.k-input-solid:focus-within,
.k-button-solid-base:focus,
.k-button-solid-base.k-focus {
	box-shadow: inherit;
}

.k-picker-solid.k-invalid:focus,
.k-picker-solid.k-invalid.k-focus,
.k-picker-solid.k-invalid:focus-within {
	box-shadow: inherit;
}

.k-picker-solid:hover, .k-picker-solid.k-hover {
	border-color: var(--kendo-color-border-alt, rgba(33, 37, 41, 0.2));
	background-color: var(--kendo-color-surface-alt, #ffffff);
	background-image: none
}


.k-list-item:hover, .k-list-optionlabel:hover, .k-list-custom-value:hover, .k-list-item.k-hover, .k-hover.k-list-optionlabel, .k-hover.k-list-custom-value {
	color: var(--kendo-color-on-primary, #ffffff);
	background-color: var(--kendo-color-primary, #2c8ef8)
}

.k-list-item:focus, .k-list-optionlabel:focus, .k-list-custom-value:focus, .k-list-item.k-focus, .k-focus.k-list-optionlabel, .k-focus.k-list-custom-value {
	box-shadow: none /* 0 0 0 3px color-mix(in srgb, var(--kendo-color-on-app-surface, #343a40) 15%, transparent)*/
}

.k-input-solid.k-invalid:focus, .k-input-solid.k-invalid.k-focus {
	box-shadow: none
}


.k-input.k-input-solid,
.k-picker.k-picker-solid {
	display: flex;
	padding: unset;
	/*	height: auto;*/
	margin: unset;
}

span.k-input-solid > .k-input-inner {
	border: 0;
}

.k-list-item.k-selected, .k-selected.k-list-optionlabel, .k-selected.k-list-custom-value {
	color: var(--kendo-color-on-primary, #ffffff);
	background-color: var(--kendo-color-primary-hover, #0b5ed7)
}

	.k-list-item.k-selected:hover, .k-selected.k-list-optionlabel:hover, .k-selected.k-list-custom-value:hover, .k-list-item.k-selected.k-hover, .k-selected.k-hover.k-list-optionlabel, .k-selected.k-hover.k-list-custom-value {
		color: var(--kendo-color-on-primary, #ffffff);
		background-color: var(--kendo-color-primary-hover, #0b5ed7)
	}


.k-input-md, .k-picker-md {
	font-size: var(--kendo-font-size, inherit);
	line-height: var(--kendo-line-height, normal);
}


/* On cible le conteneur de l'animation de la liste */
/*.k-child-animation-container,
.k-animation-container {
	min-width: 150px !important;*/ /* Largeur minimum pour que le texte soit lisible */
/*width: auto !important;
}*/

/* On s'assure que la liste interne prend toute la place du conteneur */
.k-child-animation-container .k-list-container {
	width: 100% !important;
	border-radius: 4px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.k-scheduler-nonwork, .k-scheduler .k-nonwork-hour {
	background-color: inherit;
}


.k-pager-md .k-pager-sizes .k-dropdown-list,
.k-pager-md .k-pager-sizes .k-dropdown,
.k-pager-md .k-pager-sizes .k-dropdownlist,
.k-pager-md .k-pager-sizes > select {
}

/*.k-checkbox:checked,
.k-checkbox.k-checked {
	background-color: transparent !important;*/ /* pas de fond */
/*border-color: var(--kendo-color-border, #6c757d) !important;*/ /* gris neutre */
/*color: var(--kendo-color-primary, #0d6efd) !important;*/ /* coche bleue visible */
/*}*/

