@progress/kendo-theme-classic 5.5.0 → 5.5.1-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css CHANGED
@@ -6559,32 +6559,23 @@ kendo-sortable {
6559
6559
  }
6560
6560
 
6561
6561
  .k-user-select-none {
6562
- -webkit-user-select: none !important;
6563
- -ms-user-select: none !important;
6564
- user-select: none !important;
6562
+ user-select: none !important;
6565
6563
  }
6566
6564
 
6567
6565
  .k-user-select-auto {
6568
- -webkit-user-select: auto !important;
6569
- -ms-user-select: auto !important;
6570
- user-select: auto !important;
6566
+ user-select: auto !important;
6571
6567
  }
6572
6568
 
6573
6569
  .k-user-select-text {
6574
- -webkit-user-select: text !important;
6575
- -ms-user-select: text !important;
6576
- user-select: text !important;
6570
+ user-select: text !important;
6577
6571
  }
6578
6572
 
6579
6573
  .k-user-select-all {
6580
- -webkit-user-select: all !important;
6581
- user-select: all !important;
6574
+ user-select: all !important;
6582
6575
  }
6583
6576
 
6584
6577
  .k-user-select-contain {
6585
- -webkit-user-select: contain !important;
6586
- -ms-user-select: element !important;
6587
- user-select: contain !important;
6578
+ user-select: contain !important;
6588
6579
  }
6589
6580
 
6590
6581
  .k-cursor-auto {
@@ -11334,6 +11325,7 @@ kendo-sortable {
11334
11325
 
11335
11326
  .k-list-sm {
11336
11327
  font-size: 14px;
11328
+ line-height: 1.4285714286;
11337
11329
  }
11338
11330
 
11339
11331
  .k-list-sm .k-list-group-sticky-header {
@@ -11350,6 +11342,7 @@ kendo-sortable {
11350
11342
 
11351
11343
  .k-list-md {
11352
11344
  font-size: 14px;
11345
+ line-height: 1.4285714286;
11353
11346
  }
11354
11347
 
11355
11348
  .k-list-md .k-list-group-sticky-header {
@@ -11365,7 +11358,8 @@ kendo-sortable {
11365
11358
  }
11366
11359
 
11367
11360
  .k-list-lg {
11368
- font-size: 14px;
11361
+ font-size: 16px;
11362
+ line-height: 1.5;
11369
11363
  }
11370
11364
 
11371
11365
  .k-list-lg .k-list-group-sticky-header {
@@ -11373,7 +11367,7 @@ kendo-sortable {
11373
11367
  }
11374
11368
 
11375
11369
  .k-list-lg .k-list-item, .k-list-lg .k-list-optionlabel {
11376
- padding: 6px 8px;
11370
+ padding: 8px 12px;
11377
11371
  }
11378
11372
 
11379
11373
  .k-list-lg .k-list-group-item {
@@ -11871,18 +11865,18 @@ a.k-badge:hover,
11871
11865
  }
11872
11866
 
11873
11867
  .k-badge-circle.k-badge-sm {
11874
- width: calc(1em + 6px);
11875
- height: calc(1em + 6px);
11868
+ width: calc( 1em + 4px + 2px);
11869
+ height: calc( 1em + 4px + 2px);
11876
11870
  }
11877
11871
 
11878
11872
  .k-badge-circle.k-badge-md {
11879
- width: calc(1em + 10px);
11880
- height: calc(1em + 10px);
11873
+ width: calc( 1em + 8px + 2px);
11874
+ height: calc( 1em + 8px + 2px);
11881
11875
  }
11882
11876
 
11883
11877
  .k-badge-circle.k-badge-lg {
11884
- width: calc(1em + 14px);
11885
- height: calc(1em + 14px);
11878
+ width: calc( 1em + 12px + 2px);
11879
+ height: calc( 1em + 12px + 2px);
11886
11880
  }
11887
11881
 
11888
11882
  .k-badge-dot {
@@ -12134,9 +12128,7 @@ kendo-badge-container {
12134
12128
  justify-content: center;
12135
12129
  gap: 4px;
12136
12130
  vertical-align: middle;
12137
- -webkit-user-select: none;
12138
- -ms-user-select: none;
12139
- user-select: none;
12131
+ user-select: none;
12140
12132
  cursor: pointer;
12141
12133
  outline: none;
12142
12134
  -webkit-appearance: none;
@@ -12190,43 +12182,43 @@ kendo-badge-container {
12190
12182
  line-height: 1.4285714286;
12191
12183
  }
12192
12184
 
12193
- .k-button-md {
12194
- padding: 4px 8px;
12195
- font-size: 14px;
12196
- line-height: 1.4285714286;
12185
+ .k-button-sm.k-icon-button {
12186
+ padding: 2px;
12197
12187
  }
12198
12188
 
12199
- .k-button-lg {
12200
- padding: 6px 8px;
12201
- font-size: 14px;
12202
- line-height: 1.4285714286;
12189
+ .k-button-sm.k-icon-button > .k-button-icon {
12190
+ min-width: calc( 14px * 1.4285714286);
12191
+ min-height: calc( 14px * 1.4285714286);
12203
12192
  }
12204
12193
 
12205
- .k-icon-button.k-button-sm {
12206
- padding: 2px;
12194
+ .k-button-md {
12195
+ padding: 4px 8px;
12196
+ font-size: 14px;
12197
+ line-height: 1.4285714286;
12207
12198
  }
12208
12199
 
12209
- .k-icon-button.k-button-sm > .k-button-icon {
12210
- min-width: 20.0000000004px;
12211
- min-height: 20.0000000004px;
12200
+ .k-button-md.k-icon-button {
12201
+ padding: 4px;
12212
12202
  }
12213
12203
 
12214
- .k-icon-button.k-button-md {
12215
- padding: 4px;
12204
+ .k-button-md.k-icon-button > .k-button-icon {
12205
+ min-width: calc( 14px * 1.4285714286);
12206
+ min-height: calc( 14px * 1.4285714286);
12216
12207
  }
12217
12208
 
12218
- .k-icon-button.k-button-md > .k-button-icon {
12219
- min-width: 20.0000000004px;
12220
- min-height: 20.0000000004px;
12209
+ .k-button-lg {
12210
+ padding: 8px 12px;
12211
+ font-size: 16px;
12212
+ line-height: 1.5;
12221
12213
  }
12222
12214
 
12223
- .k-icon-button.k-button-lg {
12224
- padding: 6px;
12215
+ .k-button-lg.k-icon-button {
12216
+ padding: 8px;
12225
12217
  }
12226
12218
 
12227
- .k-icon-button.k-button-lg > .k-button-icon {
12228
- min-width: 20.0000000004px;
12229
- min-height: 20.0000000004px;
12219
+ .k-button-lg.k-icon-button > .k-button-icon {
12220
+ min-width: calc( 16px * 1.5);
12221
+ min-height: calc( 16px * 1.5);
12230
12222
  }
12231
12223
 
12232
12224
  .k-button-square {
@@ -13424,20 +13416,11 @@ kendo-badge-container {
13424
13416
  margin: 0;
13425
13417
  }
13426
13418
 
13427
- .k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
13428
- color: #646464;
13429
- opacity: 1;
13430
- -ms-user-select: none;
13431
- user-select: none;
13432
- }
13433
-
13434
13419
  .k-input::placeholder,
13435
13420
  .k-picker::placeholder {
13436
13421
  color: #646464;
13437
13422
  opacity: 1;
13438
- -webkit-user-select: none;
13439
- -ms-user-select: none;
13440
- user-select: none;
13423
+ user-select: none;
13441
13424
  }
13442
13425
 
13443
13426
  .k-input:-ms-input-placeholder,
@@ -13486,8 +13469,7 @@ textarea.k-textarea[disabled] {
13486
13469
 
13487
13470
  select.k-picker {
13488
13471
  padding: 4px 8px;
13489
- -webkit-appearance: auto;
13490
- appearance: auto;
13472
+ appearance: auto;
13491
13473
  }
13492
13474
 
13493
13475
  select.k-picker:disabled, select.k-picker[disabled] {
@@ -13528,19 +13510,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
13528
13510
  display: none;
13529
13511
  }
13530
13512
 
13531
- .k-input-inner:-ms-input-placeholder {
13532
- color: #646464;
13533
- opacity: 1;
13534
- -ms-user-select: none;
13535
- user-select: none;
13536
- }
13537
-
13538
13513
  .k-input-inner::placeholder {
13539
13514
  color: #646464;
13540
13515
  opacity: 1;
13541
- -webkit-user-select: none;
13542
- -ms-user-select: none;
13543
- user-select: none;
13516
+ user-select: none;
13544
13517
  }
13545
13518
 
13546
13519
  .k-input-inner:-ms-input-placeholder {
@@ -13792,14 +13765,14 @@ textarea.k-input-inner {
13792
13765
  .k-picker-sm .k-clear-value,
13793
13766
  .k-picker-sm .k-input-prefix > .k-icon,
13794
13767
  .k-picker-sm .k-input-suffix > .k-icon {
13795
- width: 20px;
13796
- height: 20px;
13768
+ width: calc( 16px + 4px);
13769
+ height: calc( 16px + 4px);
13797
13770
  }
13798
13771
 
13799
13772
  .k-input-sm.k-icon-picker .k-input-inner,
13800
13773
  .k-picker-sm.k-icon-picker .k-input-inner {
13801
- width: 1.4285714286em;
13802
- height: 1.4285714286em;
13774
+ width: calc( 1.4285714286em);
13775
+ height: calc( 1.4285714286em);
13803
13776
  padding: 2px;
13804
13777
  box-sizing: content-box;
13805
13778
  }
@@ -13855,14 +13828,14 @@ textarea.k-input-inner {
13855
13828
  .k-picker-md .k-clear-value,
13856
13829
  .k-picker-md .k-input-prefix > .k-icon,
13857
13830
  .k-picker-md .k-input-suffix > .k-icon {
13858
- width: 24px;
13859
- height: 24px;
13831
+ width: calc( 16px + 8px);
13832
+ height: calc( 16px + 8px);
13860
13833
  }
13861
13834
 
13862
13835
  .k-input-md.k-icon-picker .k-input-inner,
13863
13836
  .k-picker-md.k-icon-picker .k-input-inner {
13864
- width: 1.4285714286em;
13865
- height: 1.4285714286em;
13837
+ width: calc( 1.4285714286em);
13838
+ height: calc( 1.4285714286em);
13866
13839
  padding: 4px;
13867
13840
  box-sizing: content-box;
13868
13841
  }
@@ -13873,15 +13846,15 @@ textarea.k-input-inner {
13873
13846
 
13874
13847
  .k-input-lg,
13875
13848
  .k-picker-lg {
13876
- font-size: 14px;
13877
- line-height: 1.4285714286;
13849
+ font-size: 16px;
13850
+ line-height: 1.5;
13878
13851
  }
13879
13852
 
13880
13853
  .k-input-lg .k-input-values,
13881
13854
  .k-picker-lg .k-input-values {
13882
13855
  width: 100%;
13883
- padding: 3px;
13884
- gap: 3px;
13856
+ padding: 4px;
13857
+ gap: 4px;
13885
13858
  cursor: text;
13886
13859
  }
13887
13860
 
@@ -13889,12 +13862,12 @@ textarea.k-input-inner {
13889
13862
  .k-input-lg .k-input-values > .k-input-inner,
13890
13863
  .k-picker-lg .k-input-values > .k-searchbar,
13891
13864
  .k-picker-lg .k-input-values > .k-input-inner {
13892
- margin: -3px;
13865
+ margin: -4px;
13893
13866
  }
13894
13867
 
13895
13868
  .k-input-lg .k-input-inner,
13896
13869
  .k-picker-lg .k-input-inner {
13897
- padding: 6px 8px;
13870
+ padding: 8px 12px;
13898
13871
  }
13899
13872
 
13900
13873
  .k-input-lg .k-input-button,
@@ -13903,7 +13876,7 @@ textarea.k-input-inner {
13903
13876
  .k-picker-lg .k-input-button,
13904
13877
  .k-picker-lg .k-spinner-increase,
13905
13878
  .k-picker-lg .k-spinner-decrease {
13906
- padding: 6px 6px;
13879
+ padding: 8px 8px;
13907
13880
  }
13908
13881
 
13909
13882
  .k-input-lg .k-input-icon,
@@ -13918,20 +13891,20 @@ textarea.k-input-inner {
13918
13891
  .k-picker-lg .k-clear-value,
13919
13892
  .k-picker-lg .k-input-prefix > .k-icon,
13920
13893
  .k-picker-lg .k-input-suffix > .k-icon {
13921
- width: 28px;
13922
- height: 28px;
13894
+ width: calc( 16px + 16px);
13895
+ height: calc( 16px + 16px);
13923
13896
  }
13924
13897
 
13925
13898
  .k-input-lg.k-icon-picker .k-input-inner,
13926
13899
  .k-picker-lg.k-icon-picker .k-input-inner {
13927
- width: 1.4285714286em;
13928
- height: 1.4285714286em;
13929
- padding: 6px;
13900
+ width: calc( 1.5em);
13901
+ height: calc( 1.5em);
13902
+ padding: 8px;
13930
13903
  box-sizing: content-box;
13931
13904
  }
13932
13905
 
13933
13906
  .k-dropdown-operator.k-picker-lg .k-input-button {
13934
- padding: 6px;
13907
+ padding: 8px;
13935
13908
  }
13936
13909
 
13937
13910
  .k-input > kendo-popup,
@@ -14141,7 +14114,7 @@ textarea.k-input-inner {
14141
14114
  }
14142
14115
 
14143
14116
  .k-floating-label-container {
14144
- padding-top: 20.0000000004px;
14117
+ padding-top: calc( 1.4285714286 * 14px);
14145
14118
  box-sizing: border-box;
14146
14119
  display: inline-flex;
14147
14120
  vertical-align: middle;
@@ -14163,8 +14136,8 @@ textarea.k-input-inner {
14163
14136
  white-space: nowrap;
14164
14137
  text-overflow: ellipsis;
14165
14138
  position: absolute;
14166
- top: 25.0000000004px;
14167
- left: 9px;
14139
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14140
+ left: calc( 8px + 1px);
14168
14141
  overflow: hidden;
14169
14142
  cursor: text;
14170
14143
  transform-origin: left center;
@@ -14177,8 +14150,8 @@ textarea.k-input-inner {
14177
14150
  }
14178
14151
 
14179
14152
  .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
14180
- top: 25.0000000004px;
14181
- left: 9px;
14153
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14154
+ left: calc( 8px + 1px);
14182
14155
  transform: scale(1);
14183
14156
  pointer-events: none;
14184
14157
  }
@@ -14197,10 +14170,6 @@ textarea.k-input-inner {
14197
14170
  transform: scale(1);
14198
14171
  }
14199
14172
 
14200
- .k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
14201
- color: transparent;
14202
- }
14203
-
14204
14173
  .k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
14205
14174
  .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
14206
14175
  color: transparent;
@@ -14216,7 +14185,7 @@ textarea.k-input-inner {
14216
14185
  .k-rtl .k-floating-label-container.k-state-empty > .k-label,
14217
14186
  .k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
14218
14187
  left: auto;
14219
- right: 9px;
14188
+ right: calc( 8px + 1px);
14220
14189
  }
14221
14190
 
14222
14191
  [dir="rtl"] .k-floating-label-container > .k-label,
@@ -14807,9 +14776,7 @@ textarea.k-input-inner {
14807
14776
  position: relative;
14808
14777
  overflow: hidden;
14809
14778
  cursor: pointer;
14810
- -webkit-user-select: none;
14811
- -ms-user-select: none;
14812
- user-select: none;
14779
+ user-select: none;
14813
14780
  }
14814
14781
 
14815
14782
  .k-chip *,
@@ -15198,7 +15165,7 @@ textarea.k-input-inner {
15198
15165
  }
15199
15166
 
15200
15167
  .k-icon-color-preview .k-color-preview-mask {
15201
- width: 14px;
15168
+ width: calc( 16px - 2px);
15202
15169
  height: 2px;
15203
15170
  }
15204
15171
 
@@ -15361,32 +15328,32 @@ textarea.k-input-inner {
15361
15328
  top: 100%;
15362
15329
  left: 0;
15363
15330
  animation: spinner-3-segment 2s ease infinite;
15364
- animation-delay: -0.6666666667s;
15331
+ animation-delay: calc( -2s / 3);
15365
15332
  }
15366
15333
 
15367
15334
  .k-loader-spinner-3 .k-loader-segment:nth-child(3) {
15368
15335
  top: 100%;
15369
15336
  left: 100%;
15370
15337
  animation: spinner-3-segment 2s ease infinite;
15371
- animation-delay: -1.3333333333s;
15338
+ animation-delay: calc( -4s / 3);
15372
15339
  }
15373
15340
 
15374
15341
  .k-loader-spinner-3.k-loader-sm .k-loader-canvas {
15375
15342
  margin: 2px;
15376
- width: 12px;
15377
- height: 9.8564064608px;
15343
+ width: calc( 16px - 4px);
15344
+ height: calc( 13.8564064608px - 4px);
15378
15345
  }
15379
15346
 
15380
15347
  .k-loader-spinner-3.k-loader-md .k-loader-canvas {
15381
15348
  margin: 4px;
15382
- width: 24px;
15383
- height: 19.7128129216px;
15349
+ width: calc( 32px - 8px);
15350
+ height: calc( 27.7128129216px - 8px);
15384
15351
  }
15385
15352
 
15386
15353
  .k-loader-spinner-3.k-loader-lg .k-loader-canvas {
15387
15354
  margin: 8px;
15388
- width: 48px;
15389
- height: 39.4256258432px;
15355
+ width: calc( 64px - 16px);
15356
+ height: calc( 55.4256258432px - 16px);
15390
15357
  }
15391
15358
 
15392
15359
  @keyframes spinner-4-segment-1 {
@@ -15766,9 +15733,7 @@ textarea.k-input-inner {
15766
15733
  flex-flow: column nowrap;
15767
15734
  flex: none;
15768
15735
  position: relative;
15769
- -webkit-user-select: none;
15770
- -ms-user-select: none;
15771
- user-select: none;
15736
+ user-select: none;
15772
15737
  }
15773
15738
 
15774
15739
  .k-menu-item-content {
@@ -15832,12 +15797,12 @@ textarea.k-input-inner {
15832
15797
 
15833
15798
  .k-menu-vertical > .k-menu-item > .k-menu-link {
15834
15799
  padding: 4px 8px;
15835
- padding-right: 32px;
15800
+ padding-right: calc( 16px + 16px);
15836
15801
  }
15837
15802
 
15838
15803
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
15839
15804
  margin-inline-start: 8px;
15840
- margin-inline-end: -28px;
15805
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15841
15806
  }
15842
15807
 
15843
15808
  .k-menu-vertical > .k-separator {
@@ -15901,12 +15866,12 @@ textarea.k-input-inner {
15901
15866
 
15902
15867
  .k-menu-group-sm .k-menu-link {
15903
15868
  padding: 2px 8px;
15904
- padding-inline-end: 32px;
15869
+ padding-inline-end: calc( 16px + 16px);
15905
15870
  }
15906
15871
 
15907
15872
  .k-menu-group-sm .k-menu-expand-arrow {
15908
15873
  margin-inline-start: 8px;
15909
- margin-inline-end: -28px;
15874
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15910
15875
  }
15911
15876
 
15912
15877
  .k-menu-group-md {
@@ -15921,12 +15886,12 @@ textarea.k-input-inner {
15921
15886
 
15922
15887
  .k-menu-group-md .k-menu-link {
15923
15888
  padding: 4px 8px;
15924
- padding-inline-end: 32px;
15889
+ padding-inline-end: calc( 16px + 16px);
15925
15890
  }
15926
15891
 
15927
15892
  .k-menu-group-md .k-menu-expand-arrow {
15928
15893
  margin-inline-start: 8px;
15929
- margin-inline-end: -28px;
15894
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15930
15895
  }
15931
15896
 
15932
15897
  .k-menu-group-lg {
@@ -15941,12 +15906,12 @@ textarea.k-input-inner {
15941
15906
 
15942
15907
  .k-menu-group-lg .k-menu-link {
15943
15908
  padding: 6px 8px;
15944
- padding-inline-end: 32px;
15909
+ padding-inline-end: calc( 16px + 16px);
15945
15910
  }
15946
15911
 
15947
15912
  .k-menu-group-lg .k-menu-expand-arrow {
15948
15913
  margin-inline-start: 8px;
15949
- margin-inline-end: -28px;
15914
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15950
15915
  }
15951
15916
 
15952
15917
  .k-popups-wrapper {
@@ -16045,13 +16010,13 @@ textarea.k-input-inner {
16045
16010
  .k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
16046
16011
  [dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
16047
16012
  padding-right: 8px;
16048
- padding-left: 32px;
16013
+ padding-left: calc( 16px + 16px);
16049
16014
  }
16050
16015
 
16051
16016
  .k-rtl .k-menu-group .k-menu-link,
16052
16017
  [dir="rtl"] .k-menu-group .k-menu-link {
16053
16018
  padding-right: 8px;
16054
- padding-left: 32px;
16019
+ padding-left: calc( 16px + 16px);
16055
16020
  }
16056
16021
 
16057
16022
  .k-menu:not(.k-context-menu) {
@@ -16147,7 +16112,7 @@ textarea.k-input-inner {
16147
16112
 
16148
16113
  .k-toolbar::before {
16149
16114
  content: "";
16150
- height: calc(1.4285714286em + 10px);
16115
+ height: calc( 1.4285714286em + 8px + 2px);
16151
16116
  margin-inline-start: -8px;
16152
16117
  }
16153
16118
 
@@ -16563,7 +16528,8 @@ kendo-label > .k-label {
16563
16528
 
16564
16529
  .k-form .k-multiselect,
16565
16530
  .k-form .k-floating-label-container,
16566
- .k-form .k-daterangepicker .k-dateinput {
16531
+ .k-form .k-daterangepicker .k-dateinput,
16532
+ .k-form .k-signature {
16567
16533
  display: inline-flex;
16568
16534
  width: 100%;
16569
16535
  }
@@ -16622,7 +16588,7 @@ kendo-label > .k-label {
16622
16588
  }
16623
16589
 
16624
16590
  .k-form-horizontal .k-form-field-wrap {
16625
- max-width: calc(75% - 10px);
16591
+ max-width: calc( ( 100% - 25% ) - 10px);
16626
16592
  flex: 1 1 auto;
16627
16593
  }
16628
16594
 
@@ -16689,7 +16655,7 @@ kendo-label > .k-label {
16689
16655
  width: 25%;
16690
16656
  text-align: right;
16691
16657
  line-height: 1.4285714286;
16692
- padding: 5px 0;
16658
+ padding: calc( 4px + 1px) 0;
16693
16659
  padding-right: 12px;
16694
16660
  align-self: center;
16695
16661
  }
@@ -16738,7 +16704,7 @@ kendo-label > .k-label {
16738
16704
 
16739
16705
  .k-edit-label {
16740
16706
  margin: 0 0 1em 0;
16741
- padding: 5px 0;
16707
+ padding: calc( 4px + 1px) 0;
16742
16708
  width: 30%;
16743
16709
  line-height: 1.4285714286;
16744
16710
  text-align: right;
@@ -16755,7 +16721,7 @@ kendo-label > .k-label {
16755
16721
  }
16756
16722
 
16757
16723
  .k-edit-field.k-no-editor {
16758
- padding: 5px 0;
16724
+ padding: calc( 4px + 1px) 0;
16759
16725
  }
16760
16726
 
16761
16727
  .k-edit-field > .k-widget {
@@ -16978,7 +16944,7 @@ kendo-label > .k-label {
16978
16944
  }
16979
16945
 
16980
16946
  .k-validator-tooltip {
16981
- margin-top: 6px;
16947
+ margin-top: calc( 6px + 0px);
16982
16948
  width: auto;
16983
16949
  white-space: normal;
16984
16950
  display: flex;
@@ -17006,7 +16972,7 @@ kendo-label > .k-label {
17006
16972
  }
17007
16973
 
17008
16974
  .k-split-button .k-split-button-arrow.k-button-lg {
17009
- padding: 6px 6px;
16975
+ padding: 8px 8px;
17010
16976
  }
17011
16977
 
17012
16978
  .k-split-button .k-split-button-arrow .k-button-icon {
@@ -17257,7 +17223,7 @@ kendo-label > .k-label {
17257
17223
  }
17258
17224
 
17259
17225
  .k-progressbar-horizontal {
17260
- width: 27em;
17226
+ width: 100%;
17261
17227
  height: 22px;
17262
17228
  grid-template-columns: 1fr;
17263
17229
  grid-template-rows: 100%;
@@ -17270,13 +17236,13 @@ kendo-label > .k-label {
17270
17236
  .k-progressbar-horizontal > .k-state-selected,
17271
17237
  .k-progressbar-horizontal > .k-selected {
17272
17238
  width: 0;
17273
- width: calc(var( --kendo-progressbar-progress, 0 )*1%);
17239
+ width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17274
17240
  flex-direction: row;
17275
17241
  }
17276
17242
 
17277
17243
  .k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
17278
17244
  .k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
17279
- width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17245
+ width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17280
17246
  }
17281
17247
 
17282
17248
  .k-progressbar-horizontal > ul {
@@ -17307,14 +17273,13 @@ kendo-label > .k-label {
17307
17273
  }
17308
17274
 
17309
17275
  .k-progressbar-vertical .k-progress-status {
17310
- -ms-writing-mode: tb-lr;
17311
- writing-mode: vertical-lr;
17276
+ writing-mode: vertical-lr;
17312
17277
  }
17313
17278
 
17314
17279
  .k-progressbar-vertical > .k-state-selected,
17315
17280
  .k-progressbar-vertical > .k-selected {
17316
17281
  height: 0;
17317
- height: calc(var( --kendo-progressbar-progress, 0 )*1%);
17282
+ height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17318
17283
  flex-direction: column-reverse;
17319
17284
  align-self: flex-end;
17320
17285
  align-items: flex-end;
@@ -17322,7 +17287,7 @@ kendo-label > .k-label {
17322
17287
 
17323
17288
  .k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
17324
17289
  .k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
17325
- height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17290
+ height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17326
17291
  }
17327
17292
 
17328
17293
  .k-progressbar-vertical > ul {
@@ -17400,6 +17365,45 @@ kendo-label > .k-label {
17400
17365
  -ms-grid-row-align: start;
17401
17366
  }
17402
17367
 
17368
+ .k-circular-progressbar {
17369
+ display: inline-block;
17370
+ text-align: left;
17371
+ position: relative;
17372
+ }
17373
+
17374
+ .k-circular-progressbar-surface {
17375
+ height: 100%;
17376
+ }
17377
+
17378
+ .k-circular-progressbar-surface > div {
17379
+ width: 100%;
17380
+ height: 100%;
17381
+ }
17382
+
17383
+ .k-circular-progressbar-surface svg {
17384
+ width: 100%;
17385
+ height: 100%;
17386
+ }
17387
+
17388
+ .k-circular-progressbar-scale {
17389
+ fill: none;
17390
+ }
17391
+
17392
+ .k-circular-progressbar-arc {
17393
+ transform-box: fill-box;
17394
+ transform-origin: center center;
17395
+ transform: rotate(-90deg);
17396
+ stroke-linecap: round;
17397
+ fill: none;
17398
+ }
17399
+
17400
+ .k-circular-progressbar-label {
17401
+ position: absolute;
17402
+ text-align: center;
17403
+ padding: 0;
17404
+ margin: 0;
17405
+ }
17406
+
17403
17407
  @keyframes progressbar-indeterminate-animation {
17404
17408
  from {
17405
17409
  background-position: 0 0;
@@ -17435,6 +17439,15 @@ kendo-label > .k-label {
17435
17439
  animation: progressbar-indeterminate-animation 1s linear infinite;
17436
17440
  }
17437
17441
 
17442
+ .k-circular-progressbar-scale {
17443
+ stroke: #ebebeb;
17444
+ }
17445
+
17446
+ .k-circular-progressbar-arc {
17447
+ stroke: #f35800;
17448
+ transition: stroke .5s ease;
17449
+ }
17450
+
17438
17451
  .k-radio {
17439
17452
  border-radius: 50%;
17440
17453
  margin: 0;
@@ -17742,7 +17755,7 @@ kendo-label > .k-label {
17742
17755
  .k-slider {
17743
17756
  width: min-content;
17744
17757
  height: min-content;
17745
- gap: 7px;
17758
+ gap: calc( 14px / 2);
17746
17759
  }
17747
17760
 
17748
17761
  .k-slider .k-button {
@@ -17765,9 +17778,7 @@ kendo-label > .k-label {
17765
17778
  display: flex;
17766
17779
  flex-flow: inherit;
17767
17780
  justify-content: space-between;
17768
- -webkit-user-select: none;
17769
- -ms-user-select: none;
17770
- user-select: none;
17781
+ user-select: none;
17771
17782
  }
17772
17783
 
17773
17784
  .k-slider .k-slider-track-wrap .k-tick {
@@ -17807,31 +17818,31 @@ kendo-label > .k-label {
17807
17818
  }
17808
17819
 
17809
17820
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17810
- width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17811
- left: calc(var(--kendo-slider-start, 0)*1%);
17821
+ width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17822
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17812
17823
  }
17813
17824
 
17814
17825
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17815
- left: calc(var(--kendo-slider-start, 0)*1%);
17826
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17816
17827
  }
17817
17828
 
17818
17829
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17819
- left: calc(var(--kendo-slider-end, 0)*1%);
17830
+ left: calc( var(--kendo-slider-end, 0) * 1%);
17820
17831
  }
17821
17832
 
17822
17833
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17823
17834
  left: unset;
17824
- right: calc(var(--kendo-slider-start, 0)*1%);
17835
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17825
17836
  }
17826
17837
 
17827
17838
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17828
17839
  left: unset;
17829
- right: calc(var(--kendo-slider-start, 0)*1%);
17840
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17830
17841
  }
17831
17842
 
17832
17843
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17833
17844
  left: unset;
17834
- right: calc(var(--kendo-slider-end, 0)*1%);
17845
+ right: calc( var(--kendo-slider-end, 0) * 1%);
17835
17846
  }
17836
17847
 
17837
17848
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
@@ -17862,16 +17873,16 @@ kendo-label > .k-label {
17862
17873
  }
17863
17874
 
17864
17875
  .k-slider-vertical .k-slider-track-wrap .k-slider-selection {
17865
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17866
- height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17876
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17877
+ height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17867
17878
  }
17868
17879
 
17869
17880
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
17870
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17881
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17871
17882
  }
17872
17883
 
17873
17884
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
17874
- bottom: calc(var(--kendo-slider-end, 0)*1%);
17885
+ bottom: calc( var(--kendo-slider-end, 0) * 1%);
17875
17886
  }
17876
17887
 
17877
17888
  .k-slider-vertical {
@@ -18190,13 +18201,13 @@ kendo-label > .k-label {
18190
18201
  }
18191
18202
 
18192
18203
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
18193
- padding-left: 7px;
18194
- padding-right: 7px;
18204
+ padding-left: calc( 14px / 2);
18205
+ padding-right: calc( 14px / 2);
18195
18206
  }
18196
18207
 
18197
18208
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
18198
- padding-top: 7px;
18199
- padding-bottom: 7px;
18209
+ padding-top: calc( 14px / 2);
18210
+ padding-bottom: calc( 14px / 2);
18200
18211
  }
18201
18212
 
18202
18213
  .k-slider {
@@ -18250,6 +18261,8 @@ kendo-label > .k-label {
18250
18261
  }
18251
18262
 
18252
18263
  .k-calendar {
18264
+ inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
18265
+ block-size: var(--INTERNAL--kendo-calendar-height, min-content);
18253
18266
  border-width: 1px;
18254
18267
  border-style: solid;
18255
18268
  box-sizing: border-box;
@@ -18261,9 +18274,7 @@ kendo-label > .k-label {
18261
18274
  overflow: hidden;
18262
18275
  display: inline-flex;
18263
18276
  flex-flow: column nowrap;
18264
- -webkit-user-select: none;
18265
- -ms-user-select: none;
18266
- user-select: none;
18277
+ user-select: none;
18267
18278
  -webkit-touch-callout: none;
18268
18279
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18269
18280
  }
@@ -18272,14 +18283,8 @@ kendo-label > .k-label {
18272
18283
  border: 0;
18273
18284
  }
18274
18285
 
18275
- .k-calendar .k-link {
18276
- white-space: normal;
18277
- position: relative;
18278
- overflow: hidden;
18279
- }
18280
-
18281
18286
  .k-calendar-table {
18282
- margin: 0;
18287
+ margin: 0 auto;
18283
18288
  border-width: 0;
18284
18289
  border-color: inherit;
18285
18290
  border-spacing: 0;
@@ -18287,8 +18292,7 @@ kendo-label > .k-label {
18287
18292
  table-layout: fixed;
18288
18293
  text-align: center;
18289
18294
  outline: 0;
18290
- display: inline-table;
18291
- vertical-align: top;
18295
+ display: table;
18292
18296
  position: relative;
18293
18297
  z-index: 1;
18294
18298
  }
@@ -18327,9 +18331,28 @@ kendo-label > .k-label {
18327
18331
 
18328
18332
  .k-calendar-td {
18329
18333
  border-radius: 4px;
18334
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18335
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18330
18336
  border-color: transparent;
18331
18337
  }
18332
18338
 
18339
+ .k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
18340
+ border-radius: 4px;
18341
+ padding: 4px 4px;
18342
+ padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 4px);
18343
+ padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 4px);
18344
+ width: 100%;
18345
+ height: 100%;
18346
+ box-sizing: border-box;
18347
+ display: flex;
18348
+ flex-direction: row;
18349
+ align-items: center;
18350
+ justify-content: center;
18351
+ white-space: normal;
18352
+ position: relative;
18353
+ overflow: hidden;
18354
+ }
18355
+
18333
18356
  .k-calendar .k-header {
18334
18357
  padding: 4px 4px;
18335
18358
  border-bottom-width: 1px;
@@ -18382,6 +18405,7 @@ kendo-label > .k-label {
18382
18405
  margin: auto;
18383
18406
  padding: 0 4px;
18384
18407
  width: 224px;
18408
+ inline-size: var(--INTERNAL--kendo-calendar-view-width, 224px);
18385
18409
  min-height: 224px;
18386
18410
  box-sizing: content-box;
18387
18411
  gap: 16px;
@@ -18390,58 +18414,45 @@ kendo-label > .k-label {
18390
18414
  overflow: hidden;
18391
18415
  }
18392
18416
 
18393
- .k-calendar-view .k-link {
18394
- border-radius: 4px;
18395
- padding: 4px 4px;
18396
- box-sizing: border-box;
18397
- display: flex;
18398
- flex-direction: row;
18399
- align-items: center;
18400
- justify-content: center;
18401
- }
18402
-
18403
18417
  .k-week-number .k-calendar-view {
18404
18418
  width: 256px;
18405
18419
  }
18406
18420
 
18421
+ .k-month-calendar .k-calendar-td,
18407
18422
  .k-calendar-monthview .k-calendar-td {
18408
18423
  width: 32px;
18409
18424
  height: 32px;
18425
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
18426
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 32px);
18410
18427
  }
18411
18428
 
18412
- .k-calendar-monthview .k-link {
18413
- width: 32px;
18414
- height: 32px;
18415
- }
18416
-
18429
+ .k-year-calendar .k-calendar-td,
18417
18430
  .k-calendar-yearview .k-calendar-td {
18418
- width: auto;
18419
- height: auto;
18420
- }
18421
-
18422
- .k-calendar-yearview .k-link {
18423
18431
  width: 56px;
18424
18432
  height: 56px;
18433
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18434
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18425
18435
  }
18426
18436
 
18437
+ .k-decade-calendar .k-calendar-td,
18427
18438
  .k-calendar-decadeview .k-calendar-td {
18428
- width: auto;
18429
- height: auto;
18430
- }
18431
-
18432
- .k-calendar-decadeview .k-link {
18433
18439
  width: 56px;
18434
18440
  height: 56px;
18441
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18442
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18435
18443
  }
18436
18444
 
18445
+ .k-century-calendar .k-calendar-td,
18437
18446
  .k-calendar-centuryview .k-calendar-td {
18438
- width: auto;
18439
- height: auto;
18447
+ width: 56px;
18448
+ height: 56px;
18449
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18450
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 56px);
18440
18451
  }
18441
18452
 
18453
+ .k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
18454
+ .k-calendar-centuryview .k-calendar-cell-inner,
18442
18455
  .k-calendar-centuryview .k-link {
18443
- width: 56px;
18444
- height: 56px;
18445
18456
  text-align: left;
18446
18457
  }
18447
18458
 
@@ -18479,6 +18490,90 @@ kendo-label > .k-label {
18479
18490
  right: 0;
18480
18491
  }
18481
18492
 
18493
+ .k-calendar-sm {
18494
+ --INTERNAL--kendo-calendar-view-width: 224px;
18495
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 2px );
18496
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 2px );
18497
+ font-size: 14px;
18498
+ line-height: 1.4285714286;
18499
+ }
18500
+
18501
+ .k-calendar-sm.k-month-calendar,
18502
+ .k-calendar-sm .k-calendar-monthview {
18503
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 28px );
18504
+ }
18505
+
18506
+ .k-calendar-sm.k-year-calendar,
18507
+ .k-calendar-sm .k-calendar-yearview {
18508
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 49px );
18509
+ }
18510
+
18511
+ .k-calendar-sm.k-decade-calendar,
18512
+ .k-calendar-sm .k-calendar-decadeview {
18513
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 49px );
18514
+ }
18515
+
18516
+ .k-calendar-sm.k-century-calendar,
18517
+ .k-calendar-sm .k-calendar-centuryview {
18518
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 49px );
18519
+ }
18520
+
18521
+ .k-calendar-md {
18522
+ --INTERNAL--kendo-calendar-view-width: 256px;
18523
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 4px );
18524
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 4px );
18525
+ font-size: 14px;
18526
+ line-height: 1.4285714286;
18527
+ }
18528
+
18529
+ .k-calendar-md.k-month-calendar,
18530
+ .k-calendar-md .k-calendar-monthview {
18531
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 32px );
18532
+ }
18533
+
18534
+ .k-calendar-md.k-year-calendar,
18535
+ .k-calendar-md .k-calendar-yearview {
18536
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 56px );
18537
+ }
18538
+
18539
+ .k-calendar-md.k-decade-calendar,
18540
+ .k-calendar-md .k-calendar-decadeview {
18541
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 56px );
18542
+ }
18543
+
18544
+ .k-calendar-md.k-century-calendar,
18545
+ .k-calendar-md .k-calendar-centuryview {
18546
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 56px );
18547
+ }
18548
+
18549
+ .k-calendar-lg {
18550
+ --INTERNAL--kendo-calendar-view-width: 320px;
18551
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 8px );
18552
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 8px );
18553
+ font-size: 16px;
18554
+ line-height: 1.5;
18555
+ }
18556
+
18557
+ .k-calendar-lg.k-month-calendar,
18558
+ .k-calendar-lg .k-calendar-monthview {
18559
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
18560
+ }
18561
+
18562
+ .k-calendar-lg.k-year-calendar,
18563
+ .k-calendar-lg .k-calendar-yearview {
18564
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 70px );
18565
+ }
18566
+
18567
+ .k-calendar-lg.k-decade-calendar,
18568
+ .k-calendar-lg .k-calendar-decadeview {
18569
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 70px );
18570
+ }
18571
+
18572
+ .k-calendar-lg.k-century-calendar,
18573
+ .k-calendar-lg .k-calendar-centuryview {
18574
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 70px );
18575
+ }
18576
+
18482
18577
  .k-calendar-infinite {
18483
18578
  box-sizing: content-box;
18484
18579
  display: inline-flex;
@@ -18610,6 +18705,10 @@ kendo-label > .k-label {
18610
18705
  display: none;
18611
18706
  }
18612
18707
 
18708
+ .k-calendar-range .k-calendar-view:focus {
18709
+ outline: 0;
18710
+ }
18711
+
18613
18712
  .k-calendar-range .k-range-start {
18614
18713
  border-color: inherit;
18615
18714
  border-top-right-radius: 0;
@@ -18684,7 +18783,7 @@ kendo-label > .k-label {
18684
18783
  color: #f35800;
18685
18784
  }
18686
18785
 
18687
- .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-state-focus, .k-calendar .k-nav-today.k-focus {
18786
+ .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus {
18688
18787
  color: #cc4a00;
18689
18788
  }
18690
18789
 
@@ -18709,45 +18808,49 @@ kendo-label > .k-label {
18709
18808
  visibility: hidden;
18710
18809
  }
18711
18810
 
18712
- .k-calendar .k-calendar-td:hover .k-link,
18713
- .k-calendar .k-calendar-td.k-state-hover .k-link,
18714
- .k-calendar .k-calendar-td.k-hover .k-link {
18811
+ .k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
18812
+ .k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
18813
+ .k-calendar .k-calendar-td.k-hover .k-link,
18814
+ .k-calendar .k-calendar-td.k-state-hover .k-calendar-cell-inner,
18815
+ .k-calendar .k-calendar-td.k-state-hover .k-link {
18715
18816
  border-color: #bababa;
18716
18817
  color: #272727;
18717
18818
  background-color: #dddddd;
18718
18819
  }
18719
18820
 
18720
- .k-calendar .k-calendar-td.k-state-selected .k-link,
18721
- .k-calendar .k-calendar-td.k-selected .k-link {
18821
+ .k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link,
18822
+ .k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
18823
+ .k-calendar .k-calendar-td.k-state-selected .k-link {
18722
18824
  border-color: #cc4a00;
18723
18825
  color: white;
18724
18826
  background-color: #f35800;
18725
18827
  }
18726
18828
 
18727
- .k-calendar .k-calendar-td.k-state-selected:hover .k-link,
18728
- .k-calendar .k-calendar-td.k-selected:hover .k-link,
18729
- .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
18829
+ .k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
18830
+ .k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
18730
18831
  .k-calendar .k-calendar-td.k-selected.k-hover .k-link,
18731
- .k-calendar .k-calendar-td.k-selected:hover .k-link,
18732
- .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
18832
+ .k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
18833
+ .k-calendar .k-calendar-td.k-state-selected:hover .k-link {
18733
18834
  border-color: #cc4a00;
18734
18835
  color: white;
18735
18836
  background-color: #e05100;
18736
18837
  }
18737
18838
 
18738
- .k-calendar .k-calendar-td.k-state-focused .k-link,
18839
+ .k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
18840
+ .k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
18739
18841
  .k-calendar .k-calendar-td.k-focus .k-link,
18842
+ .k-calendar .k-calendar-td.k-state-focus .k-calendar-cell-inner,
18740
18843
  .k-calendar .k-calendar-td.k-state-focus .k-link,
18741
- .k-calendar .k-calendar-td.k-focus .k-link {
18844
+ .k-calendar .k-calendar-td.k-state-focused .k-calendar-cell-inner,
18845
+ .k-calendar .k-calendar-td.k-state-focused .k-link {
18742
18846
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
18743
18847
  }
18744
18848
 
18745
- .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link,
18746
- .k-calendar .k-calendar-td.k-selected.k-focused .k-link,
18747
- .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link,
18849
+ .k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
18850
+ .k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
18748
18851
  .k-calendar .k-calendar-td.k-selected.k-focus .k-link,
18749
- .k-calendar .k-calendar-td.k-selected:focus .k-link,
18750
- .k-calendar .k-calendar-td.k-selected.k-focus .k-link {
18852
+ .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner,
18853
+ .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
18751
18854
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
18752
18855
  }
18753
18856
 
@@ -18758,8 +18861,8 @@ kendo-label > .k-label {
18758
18861
  }
18759
18862
 
18760
18863
  .k-calendar .k-calendar-navigation li:hover,
18761
- .k-calendar .k-calendar-navigation li.k-state-hover,
18762
- .k-calendar .k-calendar-navigation li.k-hover {
18864
+ .k-calendar .k-calendar-navigation li.k-hover,
18865
+ .k-calendar .k-calendar-navigation li.k-state-hover {
18763
18866
  color: #cc4a00;
18764
18867
  }
18765
18868
 
@@ -18786,13 +18889,6 @@ kendo-label > .k-label {
18786
18889
  .k-calendar .k-range-start,
18787
18890
  .k-calendar .k-range-end,
18788
18891
  .k-calendar .k-range-mid {
18789
- background-image: linear-gradient(transparent 1px, rgba(243, 88, 0, 0.25) 1px, rgba(243, 88, 0, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
18790
- }
18791
-
18792
- .k-ie .k-calendar .k-range-start, .k-ie
18793
- .k-calendar .k-range-end, .k-ie
18794
- .k-calendar .k-range-mid {
18795
- background-image: none;
18796
18892
  background-color: rgba(243, 88, 0, 0.25);
18797
18893
  }
18798
18894
 
@@ -18801,15 +18897,19 @@ kendo-label > .k-label {
18801
18897
  background-color: transparent;
18802
18898
  }
18803
18899
 
18804
- .k-calendar .k-range-start .k-link,
18900
+ .k-calendar .k-range-start .k-calendar-cell-inner, .k-calendar .k-range-start .k-link,
18901
+ .k-calendar .k-range-end .k-calendar-cell-inner,
18805
18902
  .k-calendar .k-range-end .k-link {
18806
18903
  background-color: #f35800;
18807
18904
  }
18808
18905
 
18906
+ .k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
18907
+ .k-calendar .k-range-start.k-state-active .k-calendar-cell-inner,
18809
18908
  .k-calendar .k-range-start.k-state-active .k-link,
18810
- .k-calendar .k-range-start.k-active .k-link,
18811
- .k-calendar .k-range-end.k-state-active .k-link,
18812
- .k-calendar .k-range-end.k-active .k-link {
18909
+ .k-calendar .k-range-end.k-active .k-calendar-cell-inner,
18910
+ .k-calendar .k-range-end.k-active .k-link,
18911
+ .k-calendar .k-range-end.k-state-active .k-calendar-cell-inner,
18912
+ .k-calendar .k-range-end.k-state-active .k-link {
18813
18913
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
18814
18914
  }
18815
18915
 
@@ -18823,8 +18923,8 @@ kendo-label > .k-label {
18823
18923
  content: "";
18824
18924
  display: block;
18825
18925
  position: absolute;
18826
- top: 1px;
18827
- bottom: 1px;
18926
+ top: 0;
18927
+ bottom: 0;
18828
18928
  width: 5px;
18829
18929
  }
18830
18930
 
@@ -18852,9 +18952,7 @@ kendo-label > .k-label {
18852
18952
  overflow: hidden;
18853
18953
  display: flex;
18854
18954
  flex-flow: column nowrap;
18855
- -webkit-user-select: none;
18856
- -ms-user-select: none;
18857
- user-select: none;
18955
+ user-select: none;
18858
18956
  -webkit-touch-callout: none;
18859
18957
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18860
18958
  }
@@ -18898,12 +18996,12 @@ kendo-label > .k-label {
18898
18996
  .k-time-highlight,
18899
18997
  .k-time-list-highlight {
18900
18998
  width: 100%;
18901
- height: 28px;
18999
+ height: calc( 20px + 8px);
18902
19000
  border-width: 1px 0px;
18903
19001
  border-style: solid;
18904
19002
  box-sizing: border-box;
18905
19003
  position: absolute;
18906
- top: calc(50% + 9px);
19004
+ top: calc( 50% + 9px);
18907
19005
  left: 0;
18908
19006
  right: 0;
18909
19007
  transform: translateY(-50%);
@@ -18939,7 +19037,7 @@ kendo-label > .k-label {
18939
19037
  width: 100%;
18940
19038
  left: 0;
18941
19039
  pointer-events: none;
18942
- height: calc(50% - 14px);
19040
+ height: calc( 50% - calc( 20px + 8px)/2);
18943
19041
  box-sizing: border-box;
18944
19042
  border-width: 0;
18945
19043
  border-style: solid;
@@ -19029,14 +19127,71 @@ kendo-label > .k-label {
19029
19127
 
19030
19128
  .k-time-separator {
19031
19129
  width: 0;
19032
- height: 28px;
19130
+ height: calc( 20px + 8px);
19033
19131
  align-self: center;
19034
19132
  display: inline-flex;
19035
19133
  justify-content: center;
19036
19134
  align-items: center;
19037
19135
  position: relative;
19038
19136
  z-index: 11;
19039
- top: 9px;
19137
+ top: calc( 9px);
19138
+ }
19139
+
19140
+ .k-timeselector-sm {
19141
+ font-size: 14px;
19142
+ line-height: 1.4285714286;
19143
+ }
19144
+
19145
+ .k-timeselector-sm .k-time-highlight,
19146
+ .k-timeselector-sm .k-time-list-highlight {
19147
+ height: calc( 20px + 4px);
19148
+ }
19149
+
19150
+ .k-timeselector-sm .k-time-separator {
19151
+ height: calc( 20px + 4px);
19152
+ }
19153
+
19154
+ .k-timeselector-sm .k-time-list-item,
19155
+ .k-timeselector-sm .k-time-list .k-item {
19156
+ padding: 2px 8px;
19157
+ }
19158
+
19159
+ .k-timeselector-md {
19160
+ font-size: 14px;
19161
+ line-height: 1.4285714286;
19162
+ }
19163
+
19164
+ .k-timeselector-md .k-time-highlight,
19165
+ .k-timeselector-md .k-time-list-highlight {
19166
+ height: calc( 20px + 8px);
19167
+ }
19168
+
19169
+ .k-timeselector-md .k-time-separator {
19170
+ height: calc( 20px + 8px);
19171
+ }
19172
+
19173
+ .k-timeselector-md .k-time-list-item,
19174
+ .k-timeselector-md .k-time-list .k-item {
19175
+ padding: 4px 8px;
19176
+ }
19177
+
19178
+ .k-timeselector-lg {
19179
+ font-size: 16px;
19180
+ line-height: 1.5;
19181
+ }
19182
+
19183
+ .k-timeselector-lg .k-time-highlight,
19184
+ .k-timeselector-lg .k-time-list-highlight {
19185
+ height: calc( 24px + 16px);
19186
+ }
19187
+
19188
+ .k-timeselector-lg .k-time-separator {
19189
+ height: calc( 24px + 16px);
19190
+ }
19191
+
19192
+ .k-timeselector-lg .k-time-list-item,
19193
+ .k-timeselector-lg .k-time-list .k-item {
19194
+ padding: 8px 12px;
19040
19195
  }
19041
19196
 
19042
19197
  .k-timeselector {
@@ -19234,9 +19389,7 @@ kendo-label > .k-label {
19234
19389
  border-radius: 4px;
19235
19390
  position: relative;
19236
19391
  flex: 1 1 auto;
19237
- -webkit-user-select: none;
19238
- -ms-user-select: none;
19239
- user-select: none;
19392
+ user-select: none;
19240
19393
  -ms-touch-action: pinch-zoom double-tap-zoom;
19241
19394
  }
19242
19395
 
@@ -19482,7 +19635,7 @@ kendo-label > .k-label {
19482
19635
  }
19483
19636
 
19484
19637
  .k-coloreditor-views {
19485
- min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
19638
+ min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
19486
19639
  padding: 12px 12px;
19487
19640
  gap: 12px;
19488
19641
  }
@@ -19530,7 +19683,7 @@ kendo-label > .k-label {
19530
19683
  }
19531
19684
 
19532
19685
  .k-datetime-wrap {
19533
- width: 288px;
19686
+ width: calc( 256px + 32px);
19534
19687
  overflow: hidden;
19535
19688
  }
19536
19689
 
@@ -19547,7 +19700,7 @@ kendo-label > .k-label {
19547
19700
  .k-datetime-calendar-wrap,
19548
19701
  .k-datetime-time-wrap {
19549
19702
  text-align: center;
19550
- flex: 0 0 288px;
19703
+ flex: 0 0 calc( 256px + 32px);
19551
19704
  }
19552
19705
 
19553
19706
  .k-date-tab .k-datetime-selector {
@@ -19781,12 +19934,12 @@ kendo-label > .k-label {
19781
19934
  }
19782
19935
 
19783
19936
  .k-treeview-lg {
19784
- font-size: 14px;
19785
- line-height: 1.4285714286;
19937
+ font-size: 16px;
19938
+ line-height: 1.5;
19786
19939
  }
19787
19940
 
19788
19941
  .k-treeview-lg .k-treeview-leaf {
19789
- padding: 6px 8px;
19942
+ padding: 8px 12px;
19790
19943
  }
19791
19944
 
19792
19945
  .k-treeview {
@@ -19967,9 +20120,7 @@ kendo-label > .k-label {
19967
20120
  line-height: 1;
19968
20121
  position: relative;
19969
20122
  cursor: pointer;
19970
- -webkit-user-select: none;
19971
- -ms-user-select: none;
19972
- user-select: none;
20123
+ user-select: none;
19973
20124
  -webkit-touch-callout: none;
19974
20125
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19975
20126
  }
@@ -20054,11 +20205,11 @@ kendo-label > .k-label {
20054
20205
  }
20055
20206
 
20056
20207
  .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20057
- left: calc(100% - 13px);
20208
+ left: calc( 100% - 10px - 3px);
20058
20209
  }
20059
20210
 
20060
20211
  .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20061
- left: 13px;
20212
+ left: calc( 10px + 3px);
20062
20213
  }
20063
20214
 
20064
20215
  .k-switch-sm[dir="rtl"] .k-switch-label-on,
@@ -20078,13 +20229,13 @@ kendo-label > .k-label {
20078
20229
  .k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20079
20230
  [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
20080
20231
  .k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20081
- left: 13px;
20232
+ left: calc( 10px + 3px);
20082
20233
  }
20083
20234
 
20084
20235
  .k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20085
20236
  [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
20086
20237
  .k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20087
- left: calc(100% - 13px);
20238
+ left: calc( 100% - 10px - 3px);
20088
20239
  }
20089
20240
 
20090
20241
  .k-switch-md {
@@ -20112,11 +20263,11 @@ kendo-label > .k-label {
20112
20263
  }
20113
20264
 
20114
20265
  .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20115
- left: calc(100% - 15px);
20266
+ left: calc( 100% - 12px - 3px);
20116
20267
  }
20117
20268
 
20118
20269
  .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20119
- left: 15px;
20270
+ left: calc( 12px + 3px);
20120
20271
  }
20121
20272
 
20122
20273
  .k-switch-md[dir="rtl"] .k-switch-label-on,
@@ -20136,13 +20287,13 @@ kendo-label > .k-label {
20136
20287
  .k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20137
20288
  [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
20138
20289
  .k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20139
- left: 15px;
20290
+ left: calc( 12px + 3px);
20140
20291
  }
20141
20292
 
20142
20293
  .k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20143
20294
  [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
20144
20295
  .k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20145
- left: calc(100% - 15px);
20296
+ left: calc( 100% - 12px - 3px);
20146
20297
  }
20147
20298
 
20148
20299
  .k-switch-lg {
@@ -20170,11 +20321,11 @@ kendo-label > .k-label {
20170
20321
  }
20171
20322
 
20172
20323
  .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20173
- left: calc(100% - 17px);
20324
+ left: calc( 100% - 14px - 3px);
20174
20325
  }
20175
20326
 
20176
20327
  .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20177
- left: 17px;
20328
+ left: calc( 14px + 3px);
20178
20329
  }
20179
20330
 
20180
20331
  .k-switch-lg[dir="rtl"] .k-switch-label-on,
@@ -20194,13 +20345,13 @@ kendo-label > .k-label {
20194
20345
  .k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20195
20346
  [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
20196
20347
  .k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20197
- left: 17px;
20348
+ left: calc( 14px + 3px);
20198
20349
  }
20199
20350
 
20200
20351
  .k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20201
20352
  [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
20202
20353
  .k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20203
- left: calc(100% - 17px);
20354
+ left: calc( 100% - 14px - 3px);
20204
20355
  }
20205
20356
 
20206
20357
  .k-switch[dir="rtl"] .k-switch-thumb,
@@ -20412,7 +20563,7 @@ kendo-label > .k-label {
20412
20563
  }
20413
20564
 
20414
20565
  .k-upload .k-upload-files .k-file {
20415
- padding: 8px 8px 10px;
20566
+ padding: 8px 8px calc(8px + 2px);
20416
20567
  border-width: 0 0 1px;
20417
20568
  border-style: solid;
20418
20569
  outline: none;
@@ -20522,7 +20673,7 @@ kendo-label > .k-label {
20522
20673
 
20523
20674
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
20524
20675
  .k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
20525
- margin-left: calc(24px + 1em);
20676
+ margin-left: calc( 24px + 1em);
20526
20677
  min-height: 38px;
20527
20678
  display: block;
20528
20679
  overflow: hidden;
@@ -20530,7 +20681,7 @@ kendo-label > .k-label {
20530
20681
 
20531
20682
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
20532
20683
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
20533
- margin-left: calc(24px + 1em);
20684
+ margin-left: calc( 24px + 1em);
20534
20685
  }
20535
20686
 
20536
20687
  .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
@@ -20648,7 +20799,7 @@ kendo-label > .k-label {
20648
20799
  height: 2px;
20649
20800
  position: absolute;
20650
20801
  bottom: 4px;
20651
- width: calc(100% - 16px);
20802
+ width: calc(100% - 8px * 2);
20652
20803
  }
20653
20804
 
20654
20805
  .k-upload .k-progressbar .k-progress {
@@ -21594,12 +21745,41 @@ kendo-label > .k-label {
21594
21745
  box-sizing: border-box;
21595
21746
  }
21596
21747
 
21597
- .k-actionsheet-header {
21748
+ .k-actionsheet-fullscreen {
21749
+ max-height: 100%;
21750
+ height: 100%;
21751
+ }
21752
+
21753
+ .k-actionsheet-header, .k-actionsheet-titlebar {
21598
21754
  padding: 8px 16px;
21599
21755
  border-width: 0;
21600
21756
  border-style: solid;
21601
21757
  border-color: transparent;
21602
21758
  box-sizing: border-box;
21759
+ flex: none;
21760
+ }
21761
+
21762
+ .k-actionsheet-titlebar {
21763
+ display: flex;
21764
+ flex-flow: row nowrap;
21765
+ align-items: center;
21766
+ }
21767
+
21768
+ .k-actionsheet-title {
21769
+ flex: 1;
21770
+ }
21771
+
21772
+ .k-actionsheet-actions {
21773
+ flex: none;
21774
+ }
21775
+
21776
+ .k-actionsheet-content {
21777
+ flex: 1;
21778
+ overflow: auto;
21779
+ }
21780
+
21781
+ .k-actionsheet-footer {
21782
+ flex: none;
21603
21783
  }
21604
21784
 
21605
21785
  .k-actionsheet-items {
@@ -21689,6 +21869,33 @@ kendo-label > .k-label {
21689
21869
  transform: none;
21690
21870
  }
21691
21871
 
21872
+ .k-adaptive-actionsheet {
21873
+ max-width: 100%;
21874
+ width: 100%;
21875
+ display: flex;
21876
+ flex-flow: column nowrap;
21877
+ }
21878
+
21879
+ .k-adaptive-actionsheet .k-calendar {
21880
+ margin-inline: auto;
21881
+ border-width: 0;
21882
+ display: flex;
21883
+ }
21884
+
21885
+ .k-adaptive-actionsheet .k-timeselector {
21886
+ height: 100%;
21887
+ border-width: 0;
21888
+ overflow: hidden;
21889
+ }
21890
+
21891
+ .k-adaptive-actionsheet .k-timeselector .k-time-part {
21892
+ display: contents;
21893
+ }
21894
+
21895
+ .k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
21896
+ height: 100%;
21897
+ }
21898
+
21692
21899
  .k-actionsheet {
21693
21900
  border-color: #cacaca;
21694
21901
  color: #272727;
@@ -21780,7 +21987,7 @@ kendo-label > .k-label {
21780
21987
 
21781
21988
  .k-window-actions {
21782
21989
  margin: -5em 0;
21783
- margin-inline-end: -4px;
21990
+ margin-inline-end: calc( 8px - 12px);
21784
21991
  line-height: 1;
21785
21992
  display: flex;
21786
21993
  flex-flow: row nowrap;
@@ -22139,7 +22346,7 @@ kendo-drawer .k-drawer-wrapper {
22139
22346
  }
22140
22347
 
22141
22348
  .k-drawer-mini .k-drawer-wrapper {
22142
- width: 48px;
22349
+ width: calc(4 * 8px + 16px);
22143
22350
  }
22144
22351
 
22145
22352
  .k-rtl.k-drawer-mini .k-drawer-start,
@@ -22420,7 +22627,7 @@ kendo-card-footer {
22420
22627
  }
22421
22628
 
22422
22629
  .k-card > .k-card-inner {
22423
- border-radius: 7px;
22630
+ border-radius: calc( 8px - 1px);
22424
22631
  display: flex;
22425
22632
  flex-direction: inherit;
22426
22633
  overflow: hidden;
@@ -23073,7 +23280,7 @@ kendo-card-footer {
23073
23280
  .k-bottom-nav-item {
23074
23281
  padding: 0 8px;
23075
23282
  min-width: 72px;
23076
- min-height: 48px;
23283
+ min-height: calc( 40px + 16px - 8px);
23077
23284
  border-width: 0;
23078
23285
  border-radius: 4px;
23079
23286
  box-sizing: border-box;
@@ -23603,8 +23810,8 @@ kendo-card-footer {
23603
23810
  }
23604
23811
 
23605
23812
  .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
23606
- min-width: calc(1.4285714286em + 10px);
23607
- height: calc(1.4285714286em + 10px);
23813
+ min-width: calc( 1.4285714286em + 8px + 2px);
23814
+ height: calc( 1.4285714286em + 8px + 2px);
23608
23815
  color: inherit;
23609
23816
  text-align: center;
23610
23817
  display: inline-flex;
@@ -23722,7 +23929,7 @@ kendo-card-footer {
23722
23929
  .k-pager-sm .k-pager-numbers-wrap {
23723
23930
  margin-left: 1em;
23724
23931
  margin-right: 1em;
23725
- height: calc(1.4285714286em + 10px);
23932
+ height: calc( 1.4285714286em + 8px + 2px);
23726
23933
  border-color: inherit;
23727
23934
  }
23728
23935
 
@@ -23897,10 +24104,10 @@ kendo-card-footer {
23897
24104
  pointer-events: none;
23898
24105
  display: none;
23899
24106
  position: absolute;
23900
- top: -4px;
23901
- right: -4px;
23902
- bottom: -4px;
23903
- left: -4px;
24107
+ top: calc( -1 * calc( 1px + 3px));
24108
+ right: calc( -1 * calc( 1px + 3px));
24109
+ bottom: calc( -1 * calc( 1px + 3px));
24110
+ left: calc( -1 * calc( 1px + 3px));
23904
24111
  z-index: 2;
23905
24112
  }
23906
24113
 
@@ -23925,7 +24132,7 @@ kendo-card-footer {
23925
24132
  }
23926
24133
 
23927
24134
  .k-stepper .k-step-label .k-step-text {
23928
- max-width: calc(10em - 20px);
24135
+ max-width: calc(10em - (16px + 4px));
23929
24136
  flex-grow: 1;
23930
24137
  white-space: nowrap;
23931
24138
  text-overflow: ellipsis;
@@ -23986,13 +24193,13 @@ kendo-card-footer {
23986
24193
  }
23987
24194
 
23988
24195
  .k-step-list-horizontal .k-step-indicator + .k-step-label {
23989
- margin-top: 5px;
24196
+ margin-top: calc(8px - 3px);
23990
24197
  }
23991
24198
 
23992
24199
  .k-step-list-horizontal ~ .k-progressbar {
23993
24200
  width: 100%;
23994
24201
  height: 2px;
23995
- top: 17px;
24202
+ top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
23996
24203
  }
23997
24204
 
23998
24205
  .k-step-list-vertical {
@@ -24000,7 +24207,7 @@ kendo-card-footer {
24000
24207
  }
24001
24208
 
24002
24209
  .k-step-list-vertical .k-step {
24003
- min-height: 54px;
24210
+ min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
24004
24211
  }
24005
24212
 
24006
24213
  .k-step-list-vertical .k-step-label {
@@ -24015,7 +24222,7 @@ kendo-card-footer {
24015
24222
  width: 2px;
24016
24223
  height: 100%;
24017
24224
  min-height: 20px;
24018
- left: 17px;
24225
+ left: calc((28px + 2 * 1px + 2 * 2px) / 2);
24019
24226
  }
24020
24227
 
24021
24228
  .k-step-list-vertical .k-step-content {
@@ -24054,7 +24261,7 @@ kendo-card-footer {
24054
24261
  .k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
24055
24262
  .k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
24056
24263
  left: auto;
24057
- right: 17px;
24264
+ right: calc((28px + 2 * 1px + 2 * 2px) / 2);
24058
24265
  }
24059
24266
 
24060
24267
  .k-stepper {
@@ -24541,7 +24748,7 @@ kendo-card-footer {
24541
24748
 
24542
24749
  .k-wizard .k-wizard-step {
24543
24750
  box-sizing: border-box;
24544
- padding: 10px;
24751
+ padding: calc(8px + 2px);
24545
24752
  width: 100%;
24546
24753
  display: flex;
24547
24754
  flex-direction: column;
@@ -24770,9 +24977,7 @@ kendo-card-footer {
24770
24977
  align-items: center;
24771
24978
  align-content: center;
24772
24979
  position: relative;
24773
- -webkit-user-select: none;
24774
- -ms-user-select: none;
24775
- user-select: none;
24980
+ user-select: none;
24776
24981
  cursor: default;
24777
24982
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
24778
24983
  }
@@ -24809,9 +25014,7 @@ kendo-card-footer {
24809
25014
  align-items: center;
24810
25015
  align-content: center;
24811
25016
  position: relative;
24812
- -webkit-user-select: none;
24813
- -ms-user-select: none;
24814
- user-select: none;
25017
+ user-select: none;
24815
25018
  cursor: default;
24816
25019
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
24817
25020
  }
@@ -24849,7 +25052,7 @@ kendo-card-footer {
24849
25052
  .k-panelbar .k-group .k-panelbar-expand,
24850
25053
  .k-panelbar .k-group .k-panelbar-collapse,
24851
25054
  .k-panelbar .k-panelbar-group .k-panelbar-toggle {
24852
- margin-inline-end: 0px;
25055
+ margin-inline-end: calc( 8px - 8px);
24853
25056
  }
24854
25057
 
24855
25058
  .k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
@@ -24893,7 +25096,7 @@ kendo-card-footer {
24893
25096
  .k-ie .k-group .k-panelbar-expand,
24894
25097
  .k-ie .k-group .k-panelbar-collapse,
24895
25098
  .k-ie .k-panelbar-group .k-panelbar-toggle {
24896
- margin-right: 0px;
25099
+ margin-right: calc( 8px - 8px);
24897
25100
  }
24898
25101
 
24899
25102
  .k-rtl .k-ie .k-panelbar-expand,
@@ -24914,7 +25117,7 @@ kendo-card-footer {
24914
25117
  .k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
24915
25118
  .k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
24916
25119
  .k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
24917
- margin-left: 0px;
25120
+ margin-left: calc( 8px - 8px);
24918
25121
  }
24919
25122
 
24920
25123
  .k-panelbar {
@@ -25106,6 +25309,7 @@ kendo-card-footer {
25106
25309
  outline: 0;
25107
25310
  position: absolute;
25108
25311
  -webkit-user-select: none;
25312
+ -moz-user-select: none;
25109
25313
  -ms-user-select: none;
25110
25314
  user-select: none;
25111
25315
  display: flex;
@@ -25357,9 +25561,7 @@ kendo-card-footer {
25357
25561
  .k-pane-wrapper .k-pane {
25358
25562
  width: 100%;
25359
25563
  height: 100%;
25360
- -webkit-user-select: none;
25361
- -ms-user-select: none;
25362
- user-select: none;
25564
+ user-select: none;
25363
25565
  box-sizing: border-box;
25364
25566
  font-family: sans-serif;
25365
25567
  overflow-x: hidden;
@@ -25441,8 +25643,8 @@ kendo-card-footer {
25441
25643
  .k-grid-mobile .k-header a {
25442
25644
  -webkit-touch-callout: none;
25443
25645
  -webkit-user-select: none;
25444
- -ms-user-select: none;
25445
- user-select: none;
25646
+ -moz-user-select: none;
25647
+ user-select: none;
25446
25648
  -webkit-user-drag: none;
25447
25649
  -moz-user-drag: none;
25448
25650
  }
@@ -25641,8 +25843,7 @@ kendo-card-footer {
25641
25843
  .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
25642
25844
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
25643
25845
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
25644
- -ms-writing-mode: tb-lr;
25645
- writing-mode: vertical-lr;
25846
+ writing-mode: vertical-lr;
25646
25847
  transform: rotate(180deg);
25647
25848
  white-space: nowrap;
25648
25849
  }
@@ -26003,7 +26204,7 @@ kendo-card-footer {
26003
26204
  }
26004
26205
 
26005
26206
  .k-grid .k-grouping-row .k-icon {
26006
- margin-left: 0px;
26207
+ margin-left: calc( 8px - 8px);
26007
26208
  margin-right: 8px;
26008
26209
  text-decoration: none;
26009
26210
  }
@@ -26172,7 +26373,7 @@ kendo-card-footer {
26172
26373
  .k-grid[dir="rtl"] .k-grid-header .k-filterable,
26173
26374
  .k-rtl .k-grid .k-grid-header .k-with-icon,
26174
26375
  .k-rtl .k-grid .k-grid-header .k-filterable {
26175
- padding-left: calc(1.4285714286em + 14px);
26376
+ padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26176
26377
  padding-right: 8px;
26177
26378
  }
26178
26379
 
@@ -26228,7 +26429,7 @@ kendo-card-footer {
26228
26429
  .k-grid[dir="rtl"] .k-grouping-row .k-icon,
26229
26430
  .k-rtl .k-grid .k-grouping-row .k-icon {
26230
26431
  margin-left: 8px;
26231
- margin-right: 0px;
26432
+ margin-right: calc( 8px - 8px);
26232
26433
  }
26233
26434
 
26234
26435
  .k-grid[dir="rtl"] .k-column-resizer,
@@ -26304,7 +26505,7 @@ kendo-card-footer {
26304
26505
 
26305
26506
  .k-grouping-header::before {
26306
26507
  content: "";
26307
- height: calc(1.4285714286em + 10px);
26508
+ height: calc( 1.4285714286em + 8px + 2px);
26308
26509
  display: inline-block;
26309
26510
  vertical-align: middle;
26310
26511
  }
@@ -26383,7 +26584,7 @@ kendo-card-footer {
26383
26584
 
26384
26585
  .k-grouping-dropclue {
26385
26586
  width: 12px;
26386
- height: calc(1.4285714286em + 10px);
26587
+ height: calc( 1.4285714286em + 8px + 2px);
26387
26588
  position: absolute;
26388
26589
  top: 3px;
26389
26590
  box-sizing: content-box;
@@ -26408,7 +26609,7 @@ kendo-card-footer {
26408
26609
  width: 2px;
26409
26610
  height: calc(100% - 6px);
26410
26611
  top: 6px;
26411
- left: 5px;
26612
+ left: calc( 6px - 1px);
26412
26613
  }
26413
26614
 
26414
26615
  .k-grid-header-wrap,
@@ -26461,9 +26662,7 @@ div.k-grid-footer {
26461
26662
  }
26462
26663
 
26463
26664
  .k-grid-header.k-grid-draggable-header {
26464
- -webkit-user-select: none;
26465
- -ms-user-select: none;
26466
- user-select: none;
26665
+ user-select: none;
26467
26666
  touch-action: none;
26468
26667
  }
26469
26668
 
@@ -26498,12 +26697,12 @@ div.k-grid-footer {
26498
26697
 
26499
26698
  .k-grid-header .k-with-icon,
26500
26699
  .k-grid-header .k-filterable {
26501
- padding-right: calc(1.4285714286em + 14px);
26700
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26502
26701
  }
26503
26702
 
26504
26703
  .k-ie .k-grid-header .k-with-icon, .k-ie
26505
26704
  .k-grid-header .k-filterable {
26506
- padding-right: calc(1.4285714286em + 14px);
26705
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26507
26706
  }
26508
26707
 
26509
26708
  .k-grid-header .k-header > .k-link:focus {
@@ -26513,8 +26712,8 @@ div.k-grid-footer {
26513
26712
  .k-grid-header .k-grid-filter,
26514
26713
  .k-grid-header .k-header-column-menu {
26515
26714
  padding: 4px;
26516
- width: calc(1.4285714286em + 10px);
26517
- height: calc(1.4285714286em + 10px);
26715
+ width: calc( 1.4285714286em + 8px + 2px);
26716
+ height: calc( 1.4285714286em + 8px + 2px);
26518
26717
  box-sizing: border-box;
26519
26718
  outline: 0;
26520
26719
  line-height: 1.4285714286;
@@ -26524,7 +26723,7 @@ div.k-grid-footer {
26524
26723
  justify-content: center;
26525
26724
  position: absolute;
26526
26725
  right: 4px;
26527
- bottom: 4px;
26726
+ bottom: calc( 8px + 0.7142857143em - calc( 1.4285714286em + 8px)/2);
26528
26727
  z-index: 1;
26529
26728
  }
26530
26729
 
@@ -26535,7 +26734,7 @@ div.k-grid-footer {
26535
26734
 
26536
26735
  .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm {
26537
26736
  vertical-align: text-top;
26538
- margin-left: 7px;
26737
+ margin-inline-start: calc( 8px - 1px);
26539
26738
  }
26540
26739
 
26541
26740
  .k-grid-header .k-sort-order {
@@ -26544,7 +26743,7 @@ div.k-grid-footer {
26544
26743
  height: 16px;
26545
26744
  font-size: 12px;
26546
26745
  margin-top: 2px;
26547
- margin-left: -2px;
26746
+ margin-inline-start: -2px;
26548
26747
  }
26549
26748
 
26550
26749
  .k-column-resizer {
@@ -26942,15 +27141,15 @@ div.k-grid-norecords {
26942
27141
  }
26943
27142
 
26944
27143
  .k-header > .k-cell-inner {
26945
- margin: -8px calc(-1.4285714286em + -2px) -8px -8px;
27144
+ margin: -8px -8px;
26946
27145
  }
26947
27146
 
26948
27147
  .k-filterable > .k-cell-inner {
26949
- margin: -8px calc(-1.4285714286em + -10px) -8px -8px;
27148
+ margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 8px + 2px) + 4px));
26950
27149
  }
26951
27150
 
26952
27151
  .k-filterable > .k-cell-inner .k-link {
26953
- padding-right: 0;
27152
+ padding-inline-end: 0;
26954
27153
  }
26955
27154
 
26956
27155
  .k-cell-inner {
@@ -26987,6 +27186,7 @@ div.k-grid-norecords {
26987
27186
  .k-cell-inner .k-grid-filter,
26988
27187
  .k-cell-inner .k-header-column-menu {
26989
27188
  position: static;
27189
+ margin-inline-end: 4px;
26990
27190
  }
26991
27191
 
26992
27192
  .k-cell-inner .k-grid-filter,
@@ -27265,9 +27465,7 @@ div.k-grid-norecords {
27265
27465
  display: flex;
27266
27466
  flex: 0 0 auto;
27267
27467
  position: relative;
27268
- -webkit-user-select: none;
27269
- -ms-user-select: none;
27270
- user-select: none;
27468
+ user-select: none;
27271
27469
  }
27272
27470
 
27273
27471
  .k-column-menu-group-header-text {
@@ -27285,30 +27483,6 @@ div.k-grid-norecords {
27285
27483
  margin-right: 0;
27286
27484
  }
27287
27485
 
27288
- [dir="rtl"] .k-header > .k-cell-inner,
27289
- .k-rtl .k-header > .k-cell-inner {
27290
- margin-right: -8px;
27291
- margin-left: calc(-1.4285714286em + -2px);
27292
- }
27293
-
27294
- [dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
27295
- .k-rtl .k-header > .k-cell-inner .k-sort-order {
27296
- margin-right: -2px;
27297
- margin-left: 0;
27298
- }
27299
-
27300
- [dir="rtl"] .k-filterable > .k-cell-inner,
27301
- .k-rtl .k-filterable > .k-cell-inner {
27302
- margin-right: -8px;
27303
- margin-left: calc(-1.4285714286em + -10px);
27304
- }
27305
-
27306
- [dir="rtl"] .k-filterable > .k-cell-inner .k-link,
27307
- .k-rtl .k-filterable > .k-cell-inner .k-link {
27308
- padding-right: 8px;
27309
- padding-left: 0;
27310
- }
27311
-
27312
27486
  .k-ie .k-grid-header,
27313
27487
  .k-ie .k-grid-footer {
27314
27488
  padding-right: 17px;
@@ -27383,9 +27557,9 @@ tbody .k-group-cell {
27383
27557
  background-color: whitesmoke;
27384
27558
  }
27385
27559
 
27386
- .k-grid tbody tr:not(.k-detail-row):hover,
27387
- .k-grid tbody tr:not(.k-detail-row).k-state-hover,
27388
- .k-grid tbody tr:not(.k-detail-row).k-hover {
27560
+ .k-grid tbody > tr:not(.k-detail-row):hover,
27561
+ .k-grid tbody > tr:not(.k-detail-row).k-state-hover,
27562
+ .k-grid tbody > tr:not(.k-detail-row).k-hover {
27389
27563
  background-color: #ebebeb;
27390
27564
  }
27391
27565
 
@@ -28140,6 +28314,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28140
28314
  border-color: inherit;
28141
28315
  box-sizing: border-box;
28142
28316
  -webkit-user-select: none;
28317
+ -moz-user-select: none;
28143
28318
  -ms-user-select: none;
28144
28319
  user-select: none;
28145
28320
  position: absolute;
@@ -28463,12 +28638,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28463
28638
 
28464
28639
  .k-spreadsheet-filter-menu > .k-menu .k-link,
28465
28640
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
28466
- padding-left: 24px;
28641
+ padding-left: calc( 16px + 8px);
28467
28642
  }
28468
28643
 
28469
28644
  .k-spreadsheet-filter-menu > .k-menu .k-icon,
28470
28645
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
28471
- margin-left: -20px;
28646
+ margin-left: calc(-1 * ( 16px + 4px ));
28472
28647
  margin-right: 4px;
28473
28648
  }
28474
28649
 
@@ -29134,9 +29309,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29134
29309
  border-style: solid;
29135
29310
  box-sizing: border-box;
29136
29311
  cursor: pointer;
29137
- -webkit-user-select: none;
29138
- -ms-user-select: none;
29139
- user-select: none;
29312
+ user-select: none;
29140
29313
  }
29141
29314
 
29142
29315
  .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
@@ -29147,8 +29320,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29147
29320
 
29148
29321
  .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
29149
29322
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
29150
- -ms-writing-mode: tb-rl;
29151
- writing-mode: vertical-rl;
29323
+ writing-mode: vertical-rl;
29152
29324
  }
29153
29325
 
29154
29326
  .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
@@ -29173,19 +29345,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29173
29345
  }
29174
29346
 
29175
29347
  .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
29176
- right: calc(1.4285714286em + 10px);
29348
+ right: calc( 1.4285714286em + 8px + 2px);
29177
29349
  }
29178
29350
 
29179
29351
  .k-flex-row-reverse .k-pivotgrid-configurator-overlay {
29180
- left: calc(1.4285714286em + 10px);
29352
+ left: calc( 1.4285714286em + 8px + 2px);
29181
29353
  }
29182
29354
 
29183
29355
  .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29184
- bottom: calc(1.4285714286em + 10px);
29356
+ bottom: calc( 1.4285714286em + 8px + 2px);
29185
29357
  }
29186
29358
 
29187
29359
  .k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
29188
- top: calc(1.4285714286em + 10px);
29360
+ top: calc( 1.4285714286em + 8px + 2px);
29189
29361
  }
29190
29362
 
29191
29363
  .k-pivotgrid-configurator-header {
@@ -29946,7 +30118,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29946
30118
  content: "";
29947
30119
  position: absolute;
29948
30120
  width: 1px;
29949
- top: -5px;
30121
+ top: calc(-4px - 1px);
29950
30122
  bottom: 50%;
29951
30123
  left: -8px;
29952
30124
  }
@@ -30133,7 +30305,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30133
30305
  .k-filemanager-preview {
30134
30306
  padding: 48px 16px 16px;
30135
30307
  width: 20%;
30136
- min-height: 304px;
30308
+ min-height: calc( 64px + 192px + 48px);
30137
30309
  border-width: 0;
30138
30310
  border-left-width: 1px;
30139
30311
  border-style: solid;
@@ -30687,8 +30859,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30687
30859
 
30688
30860
  .k-editor-toolbar .k-tool {
30689
30861
  padding: 4px;
30690
- width: calc(1.4285714286em + 10px);
30691
- height: calc(1.4285714286em + 10px);
30862
+ width: calc( 1.4285714286em + 8px + 2px);
30863
+ height: calc( 1.4285714286em + 8px + 2px);
30692
30864
  }
30693
30865
 
30694
30866
  .k-editor-toolbar .k-tool-text {
@@ -30750,9 +30922,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30750
30922
  float: left;
30751
30923
  opacity: 1;
30752
30924
  cursor: text;
30753
- -webkit-user-select: none;
30754
- -ms-user-select: none;
30755
- user-select: none;
30925
+ user-select: none;
30756
30926
  }
30757
30927
 
30758
30928
  td.k-editor-content {
@@ -30862,7 +31032,7 @@ td.k-editor-content {
30862
31032
 
30863
31033
  .k-editor-dialog .k-edit-label {
30864
31034
  width: 30%;
30865
- padding: 5px 0;
31035
+ padding: calc( 4px + 1px) 0;
30866
31036
  }
30867
31037
 
30868
31038
  .k-editor-dialog .k-edit-field {
@@ -31291,7 +31461,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31291
31461
 
31292
31462
  .k-imageeditor-action-pane {
31293
31463
  padding: 32px 16px;
31294
- width: 241px;
31464
+ width: calc(240px + 1px);
31295
31465
  border-width: 0;
31296
31466
  border-left-width: 1px;
31297
31467
  border-style: solid;
@@ -31339,14 +31509,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31339
31509
 
31340
31510
  .k-imageeditor-crop .k-resize-n,
31341
31511
  .k-imageeditor-crop .k-resize-s {
31342
- left: calc(50% - 7.5px);
31512
+ left: calc( 50% - (7.5px));
31343
31513
  width: 15px;
31344
31514
  height: 0;
31345
31515
  }
31346
31516
 
31347
31517
  .k-imageeditor-crop .k-resize-w,
31348
31518
  .k-imageeditor-crop .k-resize-e {
31349
- top: calc(50% - 7.5px);
31519
+ top: calc( 50% - (7.5px));
31350
31520
  width: 0;
31351
31521
  height: 15px;
31352
31522
  }
@@ -31397,7 +31567,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31397
31567
  .k-imageeditor-canvas {
31398
31568
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
31399
31569
  background-repeat: repeat, repeat;
31400
- background-position: 0px 0px, 5px 5px;
31570
+ background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
31401
31571
  transform-origin: 0 0 0;
31402
31572
  background-origin: padding-box, padding-box;
31403
31573
  background-size: 10px 10px, 10px 10px;
@@ -31442,7 +31612,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31442
31612
  }
31443
31613
 
31444
31614
  .k-gantt .k-grid-header tr {
31445
- height: calc(1.4285714286em + 17px);
31615
+ height: calc( 1.4285714286em + 16px + 1px);
31446
31616
  }
31447
31617
 
31448
31618
  .k-gantt .k-grid-header .k-header {
@@ -31454,11 +31624,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31454
31624
  }
31455
31625
 
31456
31626
  .k-gantt .k-grid-content tr {
31457
- height: calc(1.4285714286em + 16px);
31627
+ height: calc( 1.4285714286em + 16px + 0px);
31458
31628
  }
31459
31629
 
31460
31630
  .k-gantt.k-gantt-planned .k-grid-content tr {
31461
- height: calc(2.4285714286em + 16px);
31631
+ height: calc( 2.4285714286em + 16px + 0px);
31462
31632
  }
31463
31633
 
31464
31634
  .k-gantt .k-gantt-layout {
@@ -31625,8 +31795,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31625
31795
  .k-gantt-toolbar .k-gantt-pdf,
31626
31796
  .k-gantt-toolbar .k-gantt-create {
31627
31797
  padding: 4px;
31628
- width: calc(1.4285714286em + 10px);
31629
- height: calc(1.4285714286em + 10px);
31798
+ width: calc( 1.4285714286em + 8px + 2px);
31799
+ height: calc( 1.4285714286em + 8px + 2px);
31630
31800
  }
31631
31801
  .k-gantt-toolbar .k-gantt-pdf .k-button-text,
31632
31802
  .k-gantt-toolbar .k-gantt-create .k-button-text {
@@ -31662,7 +31832,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31662
31832
  }
31663
31833
 
31664
31834
  .k-gantt-treelist .k-grid-header tr {
31665
- height: calc(2.8571428571em + 34px);
31835
+ height: calc( 2.8571428571em + 32px + 2px);
31666
31836
  vertical-align: bottom;
31667
31837
  }
31668
31838
 
@@ -31676,7 +31846,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31676
31846
  }
31677
31847
 
31678
31848
  .k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
31679
- height: calc(1.4285714286em + 17px);
31849
+ height: calc( 1.4285714286em + 16px + 1px);
31680
31850
  }
31681
31851
 
31682
31852
  .k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
@@ -31797,8 +31967,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31797
31967
  }
31798
31968
 
31799
31969
  .k-task-dot {
31800
- width: 16px;
31801
- height: 16px;
31970
+ width: calc( 8px + 8px);
31971
+ height: calc( 8px + 8px);
31802
31972
  line-height: 1;
31803
31973
  cursor: pointer;
31804
31974
  display: none;
@@ -32069,7 +32239,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32069
32239
 
32070
32240
  .k-task-planned .k-task-moment {
32071
32241
  border-width: 2px;
32072
- border-radius: 5px;
32242
+ border-radius: calc( ( 4px + 6px ) / 2);
32073
32243
  border-style: solid;
32074
32244
  height: 6px;
32075
32245
  width: 6px;
@@ -32080,15 +32250,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32080
32250
  }
32081
32251
 
32082
32252
  .k-task-planned .k-task-moment.k-moment-left {
32083
- margin-left: -4px;
32253
+ margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
32084
32254
  }
32085
32255
 
32086
32256
  .k-task-planned:hover .k-task-duration {
32087
- height: 3px;
32257
+ height: calc( 2px + 1px);
32088
32258
  }
32089
32259
 
32090
32260
  .k-milestone-wrap .k-task-moment {
32091
- margin-left: 3px;
32261
+ margin-left: calc( 6px / 2);
32092
32262
  }
32093
32263
 
32094
32264
  .k-planned-tooltip .k-task-content {
@@ -32889,7 +33059,7 @@ kendo-scheduler .k-event > div,
32889
33059
 
32890
33060
  kendo-scheduler .k-event .k-event-template,
32891
33061
  .k-event .k-event-template {
32892
- line-height: 17px;
33062
+ line-height: calc( 25px - (2 * 4px));
32893
33063
  padding: 4px 8px;
32894
33064
  }
32895
33065
 
@@ -33305,12 +33475,12 @@ kendo-scheduler .k-recurrence-editor {
33305
33475
  }
33306
33476
 
33307
33477
  .k-scheduler-yearview .k-day-indicator {
33308
- margin-top: 24px;
33478
+ margin-top: calc( 32px - (4px * 2));
33309
33479
  width: 3px;
33310
33480
  height: 3px;
33311
33481
  border-radius: 50%;
33312
33482
  position: absolute;
33313
- left: calc(50% - 1.5px);
33483
+ left: calc( 50% - (3px / 2));
33314
33484
  }
33315
33485
 
33316
33486
  .k-scheduler-tooltip {
@@ -33867,11 +34037,11 @@ kendo-scheduler .k-recurrence-editor {
33867
34037
  }
33868
34038
 
33869
34039
  .k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
33870
- padding-left: 40px;
34040
+ padding-left: calc( 32px + 8px);
33871
34041
  }
33872
34042
 
33873
34043
  .k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
33874
- padding-right: 40px;
34044
+ padding-right: calc( 32px + 8px);
33875
34045
  }
33876
34046
 
33877
34047
  .k-author {
@@ -33905,9 +34075,7 @@ kendo-scheduler .k-recurrence-editor {
33905
34075
  border-style: solid;
33906
34076
  line-height: 18px;
33907
34077
  cursor: pointer;
33908
- -webkit-user-select: none;
33909
- -ms-user-select: none;
33910
- user-select: none;
34078
+ user-select: none;
33911
34079
  display: inline-block;
33912
34080
  flex: 0 0 auto;
33913
34081
  transition-property: color, background-color, border-color;
@@ -34169,13 +34337,13 @@ kendo-scheduler .k-recurrence-editor {
34169
34337
  .k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
34170
34338
  [dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
34171
34339
  padding-left: 0;
34172
- padding-right: 40px;
34340
+ padding-right: calc( 32px + 8px);
34173
34341
  }
34174
34342
 
34175
34343
  .k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
34176
34344
  [dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
34177
34345
  padding-right: 0;
34178
- padding-left: 40px;
34346
+ padding-left: calc( 32px + 8px);
34179
34347
  }
34180
34348
 
34181
34349
  .k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
@@ -34406,7 +34574,7 @@ kendo-scheduler .k-recurrence-editor {
34406
34574
  border-radius: 4px;
34407
34575
  line-height: 1.4285714286;
34408
34576
  min-width: 80px;
34409
- max-width: 160px;
34577
+ max-width: calc(80px + 2 * 40px);
34410
34578
  position: relative;
34411
34579
  z-index: 1;
34412
34580
  }
@@ -34486,11 +34654,11 @@ kendo-scheduler .k-recurrence-editor {
34486
34654
  }
34487
34655
 
34488
34656
  .k-timeline-vertical {
34489
- padding-left: 127px;
34657
+ padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
34490
34658
  }
34491
34659
 
34492
34660
  .k-timeline-vertical.k-timeline-dates-hidden {
34493
- padding-left: 77px;
34661
+ padding-left: calc(40px + (80px - 6px) / 2);
34494
34662
  }
34495
34663
 
34496
34664
  .k-timeline-vertical::after {
@@ -34533,7 +34701,7 @@ kendo-scheduler .k-recurrence-editor {
34533
34701
 
34534
34702
  .k-timeline-vertical .k-timeline-card .k-card {
34535
34703
  margin-left: 16px;
34536
- min-height: 70px;
34704
+ min-height: calc(2 * (36px - 1px));
34537
34705
  width: 400px;
34538
34706
  max-width: 100%;
34539
34707
  }
@@ -34685,9 +34853,9 @@ kendo-scheduler .k-recurrence-editor {
34685
34853
 
34686
34854
  .k-timeline-horizontal .k-timeline-track-wrap::after {
34687
34855
  top: auto;
34688
- bottom: 18px;
34689
- left: 28px;
34690
- right: 28px;
34856
+ bottom: calc((30px / 2) + 3px);
34857
+ left: calc(30px - 2 * 1px);
34858
+ right: calc(30px - 2 * 1px);
34691
34859
  transform: translateY(-50%);
34692
34860
  height: 6px;
34693
34861
  }
@@ -34704,7 +34872,7 @@ kendo-scheduler .k-recurrence-editor {
34704
34872
  }
34705
34873
 
34706
34874
  .k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
34707
- margin-bottom: 22px;
34875
+ margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
34708
34876
  position: relative;
34709
34877
  min-width: 60px;
34710
34878
  }
@@ -34730,7 +34898,7 @@ kendo-scheduler .k-recurrence-editor {
34730
34898
  height: 30px;
34731
34899
  border-radius: 50%;
34732
34900
  position: absolute;
34733
- bottom: 11px;
34901
+ bottom: calc(6px + 3px + 2 * 1px);
34734
34902
  z-index: 3;
34735
34903
  display: flex;
34736
34904
  align-items: center;
@@ -34751,7 +34919,7 @@ kendo-scheduler .k-recurrence-editor {
34751
34919
  }
34752
34920
 
34753
34921
  .k-timeline-mobile .k-timeline-flag {
34754
- max-width: 112px;
34922
+ max-width: calc(80px + 2 * 16px);
34755
34923
  }
34756
34924
 
34757
34925
  .k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
@@ -34759,11 +34927,11 @@ kendo-scheduler .k-recurrence-editor {
34759
34927
  }
34760
34928
 
34761
34929
  .k-timeline-mobile.k-timeline-vertical {
34762
- padding-left: 103px;
34930
+ padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
34763
34931
  }
34764
34932
 
34765
34933
  .k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
34766
- padding-left: 53px;
34934
+ padding-left: calc(16px + (80px - 6px) / 2);
34767
34935
  }
34768
34936
 
34769
34937
  .k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
@@ -34874,6 +35042,7 @@ kendo-scheduler .k-recurrence-editor {
34874
35042
 
34875
35043
  .k-pdf-viewer .k-list-scroller .k-enable-text-select {
34876
35044
  -webkit-user-select: text;
35045
+ -moz-user-select: text;
34877
35046
  -ms-user-select: text;
34878
35047
  user-select: text;
34879
35048
  cursor: text;
@@ -34973,9 +35142,7 @@ kendo-scheduler .k-recurrence-editor {
34973
35142
 
34974
35143
  .km-scrollview,
34975
35144
  .km-scroll-container {
34976
- -webkit-user-select: none;
34977
- -ms-user-select: none;
34978
- user-select: none;
35145
+ user-select: none;
34979
35146
  border-collapse: separate;
34980
35147
  }
34981
35148
 
@@ -35090,9 +35257,7 @@ kendo-scrollview.k-scrollview,
35090
35257
 
35091
35258
  .k-scrollview-wrap .k-scrollview img,
35092
35259
  .k-scrollview .k-scrollview-wrap img {
35093
- -webkit-user-select: none;
35094
- -ms-user-select: none;
35095
- user-select: none;
35260
+ user-select: none;
35096
35261
  }
35097
35262
 
35098
35263
  .k-scrollview-wrap .k-scrollview > li,
@@ -35114,20 +35279,20 @@ kendo-scrollview.k-scrollview,
35114
35279
  .k-scrollview-wrap.k-scrollview-animate {
35115
35280
  display: flex;
35116
35281
  flex-flow: row nowrap;
35117
- width: calc(var(--kendo-scrollview-views, 1)*100%);
35282
+ width: calc( var(--kendo-scrollview-views, 1) * 100%);
35118
35283
  transition-duration: 0.3s;
35119
35284
  transition-timing-function: ease-in-out;
35120
- transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35285
+ transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35121
35286
  }
35122
35287
 
35123
35288
  .k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
35124
- width: calc(100%/var(--kendo-scrollview-views, 1));
35125
- flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
35289
+ width: calc( 100% / var(--kendo-scrollview-views, 1));
35290
+ flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
35126
35291
  }
35127
35292
 
35128
35293
  [dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
35129
35294
  .k-rtl .k-scrollview-wrap.k-scrollview-animate {
35130
- transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35295
+ transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35131
35296
  }
35132
35297
 
35133
35298
  kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
@@ -35139,7 +35304,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
35139
35304
  left: 0;
35140
35305
  right: 0;
35141
35306
  bottom: 0;
35142
- height: 50px;
35307
+ height: calc( 10px + 0px + 40px);
35143
35308
  text-align: center;
35144
35309
  }
35145
35310
 
@@ -35215,9 +35380,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
35215
35380
  height: 60%;
35216
35381
  top: 20%;
35217
35382
  text-decoration: none;
35218
- -webkit-user-select: none;
35219
- -ms-user-select: none;
35220
- user-select: none;
35383
+ user-select: none;
35221
35384
  cursor: pointer;
35222
35385
  }
35223
35386
 
@@ -35694,11 +35857,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35694
35857
  }
35695
35858
 
35696
35859
  .k-treemap .k-treemap-title + .k-treemap-wrap {
35697
- top: 25.0000000004px;
35860
+ top: calc( 4px + (1.4285714286 * 14px) + 1px);
35698
35861
  }
35699
35862
 
35700
35863
  .k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
35701
- left: 25.0000000004px;
35864
+ left: calc( 4px + (1.4285714286 * 14px) + 1px);
35702
35865
  }
35703
35866
 
35704
35867
  .k-treemap .k-leaf {
@@ -36100,9 +36263,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36100
36263
  .k-map .km-scroll-wrapper {
36101
36264
  width: 100%;
36102
36265
  height: 100%;
36103
- -webkit-user-select: none;
36104
- -ms-user-select: none;
36105
- user-select: none;
36266
+ user-select: none;
36106
36267
  position: absolute;
36107
36268
  }
36108
36269
 
@@ -36143,8 +36304,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36143
36304
 
36144
36305
  .k-navigator {
36145
36306
  margin: 1em;
36146
- width: 52px;
36147
- height: 52px;
36307
+ width: calc( 48px + 4px);
36308
+ height: calc( 48px + 4px);
36148
36309
  border-width: 1px;
36149
36310
  border-style: solid;
36150
36311
  box-sizing: border-box;
@@ -36364,3 +36525,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36364
36525
  .k-orgchart-line-v {
36365
36526
  color: #cacaca;
36366
36527
  }
36528
+
36529
+ .k-signature {
36530
+ width: 250px;
36531
+ height: 84px;
36532
+ position: relative;
36533
+ box-sizing: border-box;
36534
+ display: flex;
36535
+ flex-direction: column;
36536
+ justify-content: space-between;
36537
+ }
36538
+
36539
+ .k-signature.k-signature-maximized {
36540
+ width: 750px;
36541
+ height: 252px;
36542
+ }
36543
+
36544
+ .k-signature.k-signature-maximized > .k-signature-line {
36545
+ border-bottom-width: 3px;
36546
+ }
36547
+
36548
+ .k-signature-actions {
36549
+ display: flex;
36550
+ width: min-content;
36551
+ margin-inline-start: auto;
36552
+ gap: 4px;
36553
+ z-index: 2;
36554
+ }
36555
+
36556
+ .k-signature-canvas {
36557
+ position: absolute;
36558
+ top: 0;
36559
+ left: 0;
36560
+ width: 100%;
36561
+ height: 100%;
36562
+ display: block;
36563
+ z-index: 1;
36564
+ }
36565
+
36566
+ .k-signature-line {
36567
+ position: absolute;
36568
+ z-index: 0;
36569
+ border-bottom-width: 1px;
36570
+ border-bottom-style: dashed;
36571
+ }
36572
+
36573
+ .k-signature-sm {
36574
+ padding: 2px;
36575
+ }
36576
+
36577
+ .k-signature-sm .k-signature-line {
36578
+ width: calc( 100% - 2 * 2px);
36579
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
36580
+ }
36581
+
36582
+ .k-signature-md {
36583
+ padding: 4px;
36584
+ }
36585
+
36586
+ .k-signature-md .k-signature-line {
36587
+ width: calc( 100% - 2 * 4px);
36588
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
36589
+ }
36590
+
36591
+ .k-signature-lg {
36592
+ padding: 6px;
36593
+ }
36594
+
36595
+ .k-signature-lg .k-signature-line {
36596
+ width: calc( 100% - 2 * 6px);
36597
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
36598
+ }
36599
+
36600
+ .k-signature .k-signature-line {
36601
+ border-bottom-color: rgba(36, 152, 188, 0.24);
36602
+ }