@progress/kendo-theme-material 5.5.0 → 5.5.1-dev.0

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.
Files changed (35) hide show
  1. package/dist/all.css +326 -341
  2. package/dist/all.scss +366 -230
  3. package/lib/swatches/material-aqua-dark.json +1 -1
  4. package/lib/swatches/material-arctic.json +1 -1
  5. package/lib/swatches/material-burnt-teal.json +1 -1
  6. package/lib/swatches/material-dataviz-v4.json +1 -1
  7. package/lib/swatches/material-eggplant.json +1 -1
  8. package/lib/swatches/material-lime-dark.json +1 -1
  9. package/lib/swatches/material-lime.json +1 -1
  10. package/lib/swatches/material-main-dark.json +1 -1
  11. package/lib/swatches/material-main.json +1 -1
  12. package/lib/swatches/material-nova.json +1 -1
  13. package/lib/swatches/material-pacific-dark.json +1 -1
  14. package/lib/swatches/material-pacific.json +1 -1
  15. package/lib/swatches/material-sky-dark.json +1 -1
  16. package/lib/swatches/material-sky.json +1 -1
  17. package/lib/swatches/material-smoke.json +1 -1
  18. package/package.json +8 -11
  19. package/scss/calendar/_theme.scss +2 -2
  20. package/scss/chip/_variables.scss +1 -1
  21. package/scss/drawer/_theme.scss +2 -2
  22. package/scss/editor/_theme.scss +2 -2
  23. package/scss/grid/_theme.scss +13 -13
  24. package/scss/index.scss +1 -0
  25. package/scss/listview/_theme.scss +1 -1
  26. package/scss/progressbar/_theme.scss +1 -1
  27. package/scss/progressbar/_variables.scss +1 -0
  28. package/scss/scheduler/_layout.scss +1 -1
  29. package/scss/signature/_index.scss +10 -0
  30. package/scss/signature/_layout.scss +1 -0
  31. package/scss/signature/_theme.scss +1 -0
  32. package/scss/signature/_variables.scss +45 -0
  33. package/scss/slider/_theme.scss +1 -1
  34. package/scss/spreadsheet/_theme.scss +7 -7
  35. package/scss/timeline/_layout.scss +2 -2
package/dist/all.css CHANGED
@@ -6563,32 +6563,23 @@ kendo-sortable {
6563
6563
  }
6564
6564
 
6565
6565
  .k-user-select-none {
6566
- -webkit-user-select: none !important;
6567
- -ms-user-select: none !important;
6568
- user-select: none !important;
6566
+ user-select: none !important;
6569
6567
  }
6570
6568
 
6571
6569
  .k-user-select-auto {
6572
- -webkit-user-select: auto !important;
6573
- -ms-user-select: auto !important;
6574
- user-select: auto !important;
6570
+ user-select: auto !important;
6575
6571
  }
6576
6572
 
6577
6573
  .k-user-select-text {
6578
- -webkit-user-select: text !important;
6579
- -ms-user-select: text !important;
6580
- user-select: text !important;
6574
+ user-select: text !important;
6581
6575
  }
6582
6576
 
6583
6577
  .k-user-select-all {
6584
- -webkit-user-select: all !important;
6585
- user-select: all !important;
6578
+ user-select: all !important;
6586
6579
  }
6587
6580
 
6588
6581
  .k-user-select-contain {
6589
- -webkit-user-select: contain !important;
6590
- -ms-user-select: element !important;
6591
- user-select: contain !important;
6582
+ user-select: contain !important;
6592
6583
  }
6593
6584
 
6594
6585
  .k-cursor-auto {
@@ -11887,18 +11878,18 @@ a.k-badge:hover,
11887
11878
  }
11888
11879
 
11889
11880
  .k-badge-circle.k-badge-sm {
11890
- width: calc(1em + 6px);
11891
- height: calc(1em + 6px);
11881
+ width: calc( 1em + 4px + 2px);
11882
+ height: calc( 1em + 4px + 2px);
11892
11883
  }
11893
11884
 
11894
11885
  .k-badge-circle.k-badge-md {
11895
- width: calc(1em + 10px);
11896
- height: calc(1em + 10px);
11886
+ width: calc( 1em + 8px + 2px);
11887
+ height: calc( 1em + 8px + 2px);
11897
11888
  }
11898
11889
 
11899
11890
  .k-badge-circle.k-badge-lg {
11900
- width: calc(1em + 14px);
11901
- height: calc(1em + 14px);
11891
+ width: calc( 1em + 12px + 2px);
11892
+ height: calc( 1em + 12px + 2px);
11902
11893
  }
11903
11894
 
11904
11895
  .k-badge-dot {
@@ -12150,9 +12141,7 @@ kendo-badge-container {
12150
12141
  justify-content: center;
12151
12142
  gap: 8px;
12152
12143
  vertical-align: middle;
12153
- -webkit-user-select: none;
12154
- -ms-user-select: none;
12155
- user-select: none;
12144
+ user-select: none;
12156
12145
  cursor: pointer;
12157
12146
  outline: none;
12158
12147
  -webkit-appearance: none;
@@ -12223,8 +12212,8 @@ kendo-badge-container {
12223
12212
  }
12224
12213
 
12225
12214
  .k-icon-button.k-button-sm > .k-button-icon {
12226
- min-width: 20.0000000004px;
12227
- min-height: 20.0000000004px;
12215
+ min-width: calc( 14px * 1.4285714286);
12216
+ min-height: calc( 14px * 1.4285714286);
12228
12217
  }
12229
12218
 
12230
12219
  .k-icon-button.k-button-md {
@@ -12232,8 +12221,8 @@ kendo-badge-container {
12232
12221
  }
12233
12222
 
12234
12223
  .k-icon-button.k-button-md > .k-button-icon {
12235
- min-width: 20.0000000004px;
12236
- min-height: 20.0000000004px;
12224
+ min-width: calc( 14px * 1.4285714286);
12225
+ min-height: calc( 14px * 1.4285714286);
12237
12226
  }
12238
12227
 
12239
12228
  .k-icon-button.k-button-lg {
@@ -12241,8 +12230,8 @@ kendo-badge-container {
12241
12230
  }
12242
12231
 
12243
12232
  .k-icon-button.k-button-lg > .k-button-icon {
12244
- min-width: 20.0000000004px;
12245
- min-height: 20.0000000004px;
12233
+ min-width: calc( 14px * 1.4285714286);
12234
+ min-height: calc( 14px * 1.4285714286);
12246
12235
  }
12247
12236
 
12248
12237
  .k-button-square {
@@ -13797,20 +13786,11 @@ kendo-badge-container {
13797
13786
  margin: 0;
13798
13787
  }
13799
13788
 
13800
- .k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
13801
- color: rgba(0, 0, 0, 0.54);
13802
- opacity: 1;
13803
- -ms-user-select: none;
13804
- user-select: none;
13805
- }
13806
-
13807
13789
  .k-input::placeholder,
13808
13790
  .k-picker::placeholder {
13809
13791
  color: rgba(0, 0, 0, 0.54);
13810
13792
  opacity: 1;
13811
- -webkit-user-select: none;
13812
- -ms-user-select: none;
13813
- user-select: none;
13793
+ user-select: none;
13814
13794
  }
13815
13795
 
13816
13796
  .k-input:-ms-input-placeholder,
@@ -13859,8 +13839,7 @@ textarea.k-textarea[disabled] {
13859
13839
 
13860
13840
  select.k-picker {
13861
13841
  padding: 8px 16px;
13862
- -webkit-appearance: auto;
13863
- appearance: auto;
13842
+ appearance: auto;
13864
13843
  }
13865
13844
 
13866
13845
  select.k-picker:disabled, select.k-picker[disabled] {
@@ -13901,19 +13880,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
13901
13880
  display: none;
13902
13881
  }
13903
13882
 
13904
- .k-input-inner:-ms-input-placeholder {
13905
- color: rgba(0, 0, 0, 0.54);
13906
- opacity: 1;
13907
- -ms-user-select: none;
13908
- user-select: none;
13909
- }
13910
-
13911
13883
  .k-input-inner::placeholder {
13912
13884
  color: rgba(0, 0, 0, 0.54);
13913
13885
  opacity: 1;
13914
- -webkit-user-select: none;
13915
- -ms-user-select: none;
13916
- user-select: none;
13886
+ user-select: none;
13917
13887
  }
13918
13888
 
13919
13889
  .k-input-inner:-ms-input-placeholder {
@@ -14165,14 +14135,14 @@ textarea.k-input-inner {
14165
14135
  .k-picker-sm .k-clear-value,
14166
14136
  .k-picker-sm .k-input-prefix > .k-icon,
14167
14137
  .k-picker-sm .k-input-suffix > .k-icon {
14168
- width: 28px;
14169
- height: 28px;
14138
+ width: calc( 16px + 12px);
14139
+ height: calc( 16px + 12px);
14170
14140
  }
14171
14141
 
14172
14142
  .k-input-sm.k-icon-picker .k-input-inner,
14173
14143
  .k-picker-sm.k-icon-picker .k-input-inner {
14174
- width: 1.25em;
14175
- height: 1.25em;
14144
+ width: calc( 1.25em);
14145
+ height: calc( 1.25em);
14176
14146
  padding: 6px;
14177
14147
  box-sizing: content-box;
14178
14148
  }
@@ -14228,14 +14198,14 @@ textarea.k-input-inner {
14228
14198
  .k-picker-md .k-clear-value,
14229
14199
  .k-picker-md .k-input-prefix > .k-icon,
14230
14200
  .k-picker-md .k-input-suffix > .k-icon {
14231
- width: 32px;
14232
- height: 32px;
14201
+ width: calc( 16px + 16px);
14202
+ height: calc( 16px + 16px);
14233
14203
  }
14234
14204
 
14235
14205
  .k-input-md.k-icon-picker .k-input-inner,
14236
14206
  .k-picker-md.k-icon-picker .k-input-inner {
14237
- width: 1.25em;
14238
- height: 1.25em;
14207
+ width: calc( 1.25em);
14208
+ height: calc( 1.25em);
14239
14209
  padding: 8px;
14240
14210
  box-sizing: content-box;
14241
14211
  }
@@ -14291,14 +14261,14 @@ textarea.k-input-inner {
14291
14261
  .k-picker-lg .k-clear-value,
14292
14262
  .k-picker-lg .k-input-prefix > .k-icon,
14293
14263
  .k-picker-lg .k-input-suffix > .k-icon {
14294
- width: 36px;
14295
- height: 36px;
14264
+ width: calc( 16px + 20px);
14265
+ height: calc( 16px + 20px);
14296
14266
  }
14297
14267
 
14298
14268
  .k-input-lg.k-icon-picker .k-input-inner,
14299
14269
  .k-picker-lg.k-icon-picker .k-input-inner {
14300
- width: 1.25em;
14301
- height: 1.25em;
14270
+ width: calc( 1.25em);
14271
+ height: calc( 1.25em);
14302
14272
  padding: 10px;
14303
14273
  box-sizing: content-box;
14304
14274
  }
@@ -14664,7 +14634,7 @@ textarea.k-input-inner {
14664
14634
  }
14665
14635
 
14666
14636
  .k-floating-label-container {
14667
- padding-top: 20px;
14637
+ padding-top: calc( 1.25 * 16px);
14668
14638
  box-sizing: border-box;
14669
14639
  display: inline-flex;
14670
14640
  vertical-align: middle;
@@ -14686,8 +14656,8 @@ textarea.k-input-inner {
14686
14656
  white-space: nowrap;
14687
14657
  text-overflow: ellipsis;
14688
14658
  position: absolute;
14689
- top: 29px;
14690
- left: 17px;
14659
+ top: calc( calc( 1.25 * 16px) + 1px + 8px);
14660
+ left: calc( 16px + 1px);
14691
14661
  overflow: hidden;
14692
14662
  cursor: text;
14693
14663
  transform-origin: left center;
@@ -14700,8 +14670,8 @@ textarea.k-input-inner {
14700
14670
  }
14701
14671
 
14702
14672
  .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
14703
- top: 29px;
14704
- left: 17px;
14673
+ top: calc( calc( 1.25 * 16px) + 1px + 8px);
14674
+ left: calc( 16px + 1px);
14705
14675
  transform: scale(1);
14706
14676
  pointer-events: none;
14707
14677
  }
@@ -14720,10 +14690,6 @@ textarea.k-input-inner {
14720
14690
  transform: scale(0.75);
14721
14691
  }
14722
14692
 
14723
- .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 {
14724
- color: transparent;
14725
- }
14726
-
14727
14693
  .k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
14728
14694
  .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
14729
14695
  color: transparent;
@@ -14739,7 +14705,7 @@ textarea.k-input-inner {
14739
14705
  .k-rtl .k-floating-label-container.k-state-empty > .k-label,
14740
14706
  .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 {
14741
14707
  left: auto;
14742
- right: 17px;
14708
+ right: calc( 16px + 1px);
14743
14709
  }
14744
14710
 
14745
14711
  [dir="rtl"] .k-floating-label-container > .k-label,
@@ -15353,9 +15319,7 @@ textarea.k-input-inner {
15353
15319
  position: relative;
15354
15320
  overflow: hidden;
15355
15321
  cursor: pointer;
15356
- -webkit-user-select: none;
15357
- -ms-user-select: none;
15358
- user-select: none;
15322
+ user-select: none;
15359
15323
  }
15360
15324
 
15361
15325
  .k-chip *,
@@ -15898,7 +15862,7 @@ textarea.k-input-inner {
15898
15862
  }
15899
15863
 
15900
15864
  .k-icon-color-preview .k-color-preview-mask {
15901
- width: 14px;
15865
+ width: calc( 16px - 2px);
15902
15866
  height: 2px;
15903
15867
  }
15904
15868
 
@@ -16061,32 +16025,32 @@ textarea.k-input-inner {
16061
16025
  top: 100%;
16062
16026
  left: 0;
16063
16027
  animation: spinner-3-segment 2s ease infinite;
16064
- animation-delay: -0.6666666667s;
16028
+ animation-delay: calc( -2s / 3);
16065
16029
  }
16066
16030
 
16067
16031
  .k-loader-spinner-3 .k-loader-segment:nth-child(3) {
16068
16032
  top: 100%;
16069
16033
  left: 100%;
16070
16034
  animation: spinner-3-segment 2s ease infinite;
16071
- animation-delay: -1.3333333333s;
16035
+ animation-delay: calc( -4s / 3);
16072
16036
  }
16073
16037
 
16074
16038
  .k-loader-spinner-3.k-loader-sm .k-loader-canvas {
16075
16039
  margin: 2px;
16076
- width: 12px;
16077
- height: 9.8564064608px;
16040
+ width: calc( 16px - 4px);
16041
+ height: calc( 13.8564064608px - 4px);
16078
16042
  }
16079
16043
 
16080
16044
  .k-loader-spinner-3.k-loader-md .k-loader-canvas {
16081
16045
  margin: 4px;
16082
- width: 24px;
16083
- height: 19.7128129216px;
16046
+ width: calc( 32px - 8px);
16047
+ height: calc( 27.7128129216px - 8px);
16084
16048
  }
16085
16049
 
16086
16050
  .k-loader-spinner-3.k-loader-lg .k-loader-canvas {
16087
16051
  margin: 8px;
16088
- width: 48px;
16089
- height: 39.4256258432px;
16052
+ width: calc( 64px - 16px);
16053
+ height: calc( 55.4256258432px - 16px);
16090
16054
  }
16091
16055
 
16092
16056
  @keyframes spinner-4-segment-1 {
@@ -16466,9 +16430,7 @@ textarea.k-input-inner {
16466
16430
  flex-flow: column nowrap;
16467
16431
  flex: none;
16468
16432
  position: relative;
16469
- -webkit-user-select: none;
16470
- -ms-user-select: none;
16471
- user-select: none;
16433
+ user-select: none;
16472
16434
  }
16473
16435
 
16474
16436
  .k-menu-item-content {
@@ -16540,12 +16502,12 @@ textarea.k-input-inner {
16540
16502
 
16541
16503
  .k-menu-vertical > .k-menu-item > .k-menu-link {
16542
16504
  padding: 8px 16px;
16543
- padding-right: 48px;
16505
+ padding-right: calc( 32px + 16px);
16544
16506
  }
16545
16507
 
16546
16508
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
16547
16509
  margin-inline-start: 16px;
16548
- margin-inline-end: -40px;
16510
+ margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
16549
16511
  }
16550
16512
 
16551
16513
  .k-menu-vertical > .k-separator {
@@ -16609,12 +16571,12 @@ textarea.k-input-inner {
16609
16571
 
16610
16572
  .k-menu-group-sm .k-menu-link {
16611
16573
  padding: 6px 16px;
16612
- padding-inline-end: 48px;
16574
+ padding-inline-end: calc( 32px + 16px);
16613
16575
  }
16614
16576
 
16615
16577
  .k-menu-group-sm .k-menu-expand-arrow {
16616
16578
  margin-inline-start: 16px;
16617
- margin-inline-end: -40px;
16579
+ margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
16618
16580
  }
16619
16581
 
16620
16582
  .k-menu-group-md {
@@ -16629,12 +16591,12 @@ textarea.k-input-inner {
16629
16591
 
16630
16592
  .k-menu-group-md .k-menu-link {
16631
16593
  padding: 8px 16px;
16632
- padding-inline-end: 48px;
16594
+ padding-inline-end: calc( 32px + 16px);
16633
16595
  }
16634
16596
 
16635
16597
  .k-menu-group-md .k-menu-expand-arrow {
16636
16598
  margin-inline-start: 16px;
16637
- margin-inline-end: -40px;
16599
+ margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
16638
16600
  }
16639
16601
 
16640
16602
  .k-menu-group-lg {
@@ -16649,12 +16611,12 @@ textarea.k-input-inner {
16649
16611
 
16650
16612
  .k-menu-group-lg .k-menu-link {
16651
16613
  padding: 10px 16px;
16652
- padding-inline-end: 48px;
16614
+ padding-inline-end: calc( 32px + 16px);
16653
16615
  }
16654
16616
 
16655
16617
  .k-menu-group-lg .k-menu-expand-arrow {
16656
16618
  margin-inline-start: 16px;
16657
- margin-inline-end: -40px;
16619
+ margin-inline-end: calc( -1 * (calc( 32px + 16px) - 8px));
16658
16620
  }
16659
16621
 
16660
16622
  .k-popups-wrapper {
@@ -16754,13 +16716,13 @@ textarea.k-input-inner {
16754
16716
  .k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
16755
16717
  [dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
16756
16718
  padding-right: 16px;
16757
- padding-left: 48px;
16719
+ padding-left: calc( 32px + 16px);
16758
16720
  }
16759
16721
 
16760
16722
  .k-rtl .k-menu-group .k-menu-link,
16761
16723
  [dir="rtl"] .k-menu-group .k-menu-link {
16762
16724
  padding-right: 16px;
16763
- padding-left: 48px;
16725
+ padding-left: calc( 32px + 16px);
16764
16726
  }
16765
16727
 
16766
16728
  .k-menu:not(.k-context-menu) > .k-menu-item {
@@ -16772,11 +16734,11 @@ textarea.k-input-inner {
16772
16734
  }
16773
16735
 
16774
16736
  .k-menu-scroll-wrapper.horizontal .k-menu-scroll-button {
16775
- width: calc(2em + 4px);
16737
+ width: calc( 2em + 4px);
16776
16738
  }
16777
16739
 
16778
16740
  .k-menu-scroll-wrapper.vertical .k-menu-scroll-button {
16779
- height: calc(2em + 4px);
16741
+ height: calc( 2em + 4px);
16780
16742
  }
16781
16743
 
16782
16744
  .k-menu:not(.k-context-menu) {
@@ -16883,7 +16845,7 @@ textarea.k-input-inner {
16883
16845
 
16884
16846
  .k-toolbar::before {
16885
16847
  content: "";
16886
- height: calc(1.4285714286em + 18px);
16848
+ height: calc( 1.4285714286em + 16px + 2px);
16887
16849
  margin-inline-start: -8px;
16888
16850
  }
16889
16851
 
@@ -17350,7 +17312,8 @@ kendo-label > .k-label {
17350
17312
 
17351
17313
  .k-form .k-multiselect,
17352
17314
  .k-form .k-floating-label-container,
17353
- .k-form .k-daterangepicker .k-dateinput {
17315
+ .k-form .k-daterangepicker .k-dateinput,
17316
+ .k-form .k-signature {
17354
17317
  display: inline-flex;
17355
17318
  width: 100%;
17356
17319
  }
@@ -17409,7 +17372,7 @@ kendo-label > .k-label {
17409
17372
  }
17410
17373
 
17411
17374
  .k-form-horizontal .k-form-field-wrap {
17412
- max-width: calc(75% - 10px);
17375
+ max-width: calc( ( 100% - 25% ) - 10px);
17413
17376
  flex: 1 1 auto;
17414
17377
  }
17415
17378
 
@@ -17476,7 +17439,7 @@ kendo-label > .k-label {
17476
17439
  width: 25%;
17477
17440
  text-align: right;
17478
17441
  line-height: 2;
17479
- padding: 5px 0;
17442
+ padding: calc( 4px + 1px) 0;
17480
17443
  padding-right: 24px;
17481
17444
  align-self: center;
17482
17445
  }
@@ -17525,7 +17488,7 @@ kendo-label > .k-label {
17525
17488
 
17526
17489
  .k-edit-label {
17527
17490
  margin: 0 0 1em 0;
17528
- padding: 9px 0;
17491
+ padding: calc( 8px + 1px) 0;
17529
17492
  width: 30%;
17530
17493
  line-height: 2;
17531
17494
  text-align: right;
@@ -17542,7 +17505,7 @@ kendo-label > .k-label {
17542
17505
  }
17543
17506
 
17544
17507
  .k-edit-field.k-no-editor {
17545
- padding: 9px 0;
17508
+ padding: calc( 8px + 1px) 0;
17546
17509
  }
17547
17510
 
17548
17511
  .k-edit-field > .k-widget {
@@ -17798,7 +17761,7 @@ kendo-label > .k-label {
17798
17761
  }
17799
17762
 
17800
17763
  .k-validator-tooltip {
17801
- margin-top: 6px;
17764
+ margin-top: calc( 6px + 0px);
17802
17765
  width: auto;
17803
17766
  white-space: normal;
17804
17767
  display: flex;
@@ -18076,7 +18039,7 @@ kendo-label > .k-label {
18076
18039
  }
18077
18040
 
18078
18041
  .k-progressbar-horizontal {
18079
- width: 27em;
18042
+ width: 100%;
18080
18043
  height: 5px;
18081
18044
  grid-template-columns: 1fr;
18082
18045
  grid-template-rows: 100%;
@@ -18089,13 +18052,13 @@ kendo-label > .k-label {
18089
18052
  .k-progressbar-horizontal > .k-state-selected,
18090
18053
  .k-progressbar-horizontal > .k-selected {
18091
18054
  width: 0;
18092
- width: calc(var( --kendo-progressbar-progress, 0 )*1%);
18055
+ width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
18093
18056
  flex-direction: row;
18094
18057
  }
18095
18058
 
18096
18059
  .k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
18097
18060
  .k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
18098
- width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
18061
+ width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
18099
18062
  }
18100
18063
 
18101
18064
  .k-progressbar-horizontal > ul {
@@ -18126,14 +18089,13 @@ kendo-label > .k-label {
18126
18089
  }
18127
18090
 
18128
18091
  .k-progressbar-vertical .k-progress-status {
18129
- -ms-writing-mode: tb-lr;
18130
- writing-mode: vertical-lr;
18092
+ writing-mode: vertical-lr;
18131
18093
  }
18132
18094
 
18133
18095
  .k-progressbar-vertical > .k-state-selected,
18134
18096
  .k-progressbar-vertical > .k-selected {
18135
18097
  height: 0;
18136
- height: calc(var( --kendo-progressbar-progress, 0 )*1%);
18098
+ height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
18137
18099
  flex-direction: column-reverse;
18138
18100
  align-self: flex-end;
18139
18101
  align-items: flex-end;
@@ -18141,7 +18103,7 @@ kendo-label > .k-label {
18141
18103
 
18142
18104
  .k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
18143
18105
  .k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
18144
- height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
18106
+ height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
18145
18107
  }
18146
18108
 
18147
18109
  .k-progressbar-vertical > ul {
@@ -18686,7 +18648,7 @@ kendo-label > .k-label {
18686
18648
  .k-slider {
18687
18649
  width: min-content;
18688
18650
  height: min-content;
18689
- gap: 7px;
18651
+ gap: calc( 14px / 2);
18690
18652
  }
18691
18653
 
18692
18654
  .k-slider .k-button {
@@ -18709,9 +18671,7 @@ kendo-label > .k-label {
18709
18671
  display: flex;
18710
18672
  flex-flow: inherit;
18711
18673
  justify-content: space-between;
18712
- -webkit-user-select: none;
18713
- -ms-user-select: none;
18714
- user-select: none;
18674
+ user-select: none;
18715
18675
  }
18716
18676
 
18717
18677
  .k-slider .k-slider-track-wrap .k-tick {
@@ -18751,31 +18711,31 @@ kendo-label > .k-label {
18751
18711
  }
18752
18712
 
18753
18713
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
18754
- width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
18755
- left: calc(var(--kendo-slider-start, 0)*1%);
18714
+ width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
18715
+ left: calc( var(--kendo-slider-start, 0) * 1%);
18756
18716
  }
18757
18717
 
18758
18718
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
18759
- left: calc(var(--kendo-slider-start, 0)*1%);
18719
+ left: calc( var(--kendo-slider-start, 0) * 1%);
18760
18720
  }
18761
18721
 
18762
18722
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
18763
- left: calc(var(--kendo-slider-end, 0)*1%);
18723
+ left: calc( var(--kendo-slider-end, 0) * 1%);
18764
18724
  }
18765
18725
 
18766
18726
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
18767
18727
  left: unset;
18768
- right: calc(var(--kendo-slider-start, 0)*1%);
18728
+ right: calc( var(--kendo-slider-start, 0) * 1%);
18769
18729
  }
18770
18730
 
18771
18731
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
18772
18732
  left: unset;
18773
- right: calc(var(--kendo-slider-start, 0)*1%);
18733
+ right: calc( var(--kendo-slider-start, 0) * 1%);
18774
18734
  }
18775
18735
 
18776
18736
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
18777
18737
  left: unset;
18778
- right: calc(var(--kendo-slider-end, 0)*1%);
18738
+ right: calc( var(--kendo-slider-end, 0) * 1%);
18779
18739
  }
18780
18740
 
18781
18741
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
@@ -18806,16 +18766,16 @@ kendo-label > .k-label {
18806
18766
  }
18807
18767
 
18808
18768
  .k-slider-vertical .k-slider-track-wrap .k-slider-selection {
18809
- bottom: calc(var(--kendo-slider-start, 0)*1%);
18810
- height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
18769
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
18770
+ height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
18811
18771
  }
18812
18772
 
18813
18773
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
18814
- bottom: calc(var(--kendo-slider-start, 0)*1%);
18774
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
18815
18775
  }
18816
18776
 
18817
18777
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
18818
- bottom: calc(var(--kendo-slider-end, 0)*1%);
18778
+ bottom: calc( var(--kendo-slider-end, 0) * 1%);
18819
18779
  }
18820
18780
 
18821
18781
  .k-slider-vertical {
@@ -19134,13 +19094,13 @@ kendo-label > .k-label {
19134
19094
  }
19135
19095
 
19136
19096
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
19137
- padding-left: 7px;
19138
- padding-right: 7px;
19097
+ padding-left: calc( 14px / 2);
19098
+ padding-right: calc( 14px / 2);
19139
19099
  }
19140
19100
 
19141
19101
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
19142
- padding-top: 7px;
19143
- padding-bottom: 7px;
19102
+ padding-top: calc( 14px / 2);
19103
+ padding-bottom: calc( 14px / 2);
19144
19104
  }
19145
19105
 
19146
19106
  .k-slider .k-tick {
@@ -19265,9 +19225,7 @@ kendo-label > .k-label {
19265
19225
  overflow: hidden;
19266
19226
  display: inline-flex;
19267
19227
  flex-flow: column nowrap;
19268
- -webkit-user-select: none;
19269
- -ms-user-select: none;
19270
- user-select: none;
19228
+ user-select: none;
19271
19229
  -webkit-touch-callout: none;
19272
19230
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19273
19231
  }
@@ -19614,6 +19572,10 @@ kendo-label > .k-label {
19614
19572
  display: none;
19615
19573
  }
19616
19574
 
19575
+ .k-calendar-range .k-calendar-view:focus {
19576
+ outline: 0;
19577
+ }
19578
+
19617
19579
  .k-calendar-range .k-range-start {
19618
19580
  border-color: inherit;
19619
19581
  border-top-right-radius: 0;
@@ -19876,9 +19838,7 @@ kendo-label > .k-label {
19876
19838
  overflow: hidden;
19877
19839
  display: flex;
19878
19840
  flex-flow: column nowrap;
19879
- -webkit-user-select: none;
19880
- -ms-user-select: none;
19881
- user-select: none;
19841
+ user-select: none;
19882
19842
  -webkit-touch-callout: none;
19883
19843
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19884
19844
  }
@@ -19922,12 +19882,12 @@ kendo-label > .k-label {
19922
19882
  .k-time-highlight,
19923
19883
  .k-time-list-highlight {
19924
19884
  width: 100%;
19925
- height: 36px;
19885
+ height: calc( 20px + 16px);
19926
19886
  border-width: 1px 0px;
19927
19887
  border-style: solid;
19928
19888
  box-sizing: border-box;
19929
19889
  position: absolute;
19930
- top: calc(50% + 9px);
19890
+ top: calc( 50% + 9px);
19931
19891
  left: 0;
19932
19892
  right: 0;
19933
19893
  transform: translateY(-50%);
@@ -19963,7 +19923,7 @@ kendo-label > .k-label {
19963
19923
  width: 100%;
19964
19924
  left: 0;
19965
19925
  pointer-events: none;
19966
- height: calc(50% - 18px);
19926
+ height: calc( 50% - calc( 20px + 16px)/2);
19967
19927
  box-sizing: border-box;
19968
19928
  border-width: 0;
19969
19929
  border-style: solid;
@@ -20053,14 +20013,14 @@ kendo-label > .k-label {
20053
20013
 
20054
20014
  .k-time-separator {
20055
20015
  width: 0;
20056
- height: 36px;
20016
+ height: calc( 20px + 16px);
20057
20017
  align-self: center;
20058
20018
  display: inline-flex;
20059
20019
  justify-content: center;
20060
20020
  align-items: center;
20061
20021
  position: relative;
20062
20022
  z-index: 11;
20063
- top: 9px;
20023
+ top: calc( 9px);
20064
20024
  }
20065
20025
 
20066
20026
  .k-timeselector {
@@ -20259,9 +20219,7 @@ kendo-label > .k-label {
20259
20219
  border-radius: 4px;
20260
20220
  position: relative;
20261
20221
  flex: 1 1 auto;
20262
- -webkit-user-select: none;
20263
- -ms-user-select: none;
20264
- user-select: none;
20222
+ user-select: none;
20265
20223
  -ms-touch-action: pinch-zoom double-tap-zoom;
20266
20224
  }
20267
20225
 
@@ -20508,7 +20466,7 @@ kendo-label > .k-label {
20508
20466
  }
20509
20467
 
20510
20468
  .k-coloreditor-views {
20511
- min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
20469
+ min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
20512
20470
  padding: 12px 12px;
20513
20471
  gap: 12px;
20514
20472
  }
@@ -20557,7 +20515,7 @@ kendo-label > .k-label {
20557
20515
  }
20558
20516
 
20559
20517
  .k-datetime-wrap {
20560
- width: 320px;
20518
+ width: calc( 288px + 32px);
20561
20519
  overflow: hidden;
20562
20520
  }
20563
20521
 
@@ -20574,7 +20532,7 @@ kendo-label > .k-label {
20574
20532
  .k-datetime-calendar-wrap,
20575
20533
  .k-datetime-time-wrap {
20576
20534
  text-align: center;
20577
- flex: 0 0 320px;
20535
+ flex: 0 0 calc( 288px + 32px);
20578
20536
  }
20579
20537
 
20580
20538
  .k-date-tab .k-datetime-selector {
@@ -20994,9 +20952,7 @@ kendo-label > .k-label {
20994
20952
  line-height: 1;
20995
20953
  position: relative;
20996
20954
  cursor: pointer;
20997
- -webkit-user-select: none;
20998
- -ms-user-select: none;
20999
- user-select: none;
20955
+ user-select: none;
21000
20956
  -webkit-touch-callout: none;
21001
20957
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
21002
20958
  }
@@ -21076,11 +21032,11 @@ kendo-label > .k-label {
21076
21032
  }
21077
21033
 
21078
21034
  .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
21079
- left: calc(100% - 6px);
21035
+ left: calc( 100% - 8px - -2px);
21080
21036
  }
21081
21037
 
21082
21038
  .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
21083
- left: 6px;
21039
+ left: calc( 8px + -2px);
21084
21040
  }
21085
21041
 
21086
21042
  .k-switch-sm[dir="rtl"] .k-switch-label-on,
@@ -21100,13 +21056,13 @@ kendo-label > .k-label {
21100
21056
  .k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
21101
21057
  [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
21102
21058
  .k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
21103
- left: 6px;
21059
+ left: calc( 8px + -2px);
21104
21060
  }
21105
21061
 
21106
21062
  .k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
21107
21063
  [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
21108
21064
  .k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
21109
- left: calc(100% - 6px);
21065
+ left: calc( 100% - 8px - -2px);
21110
21066
  }
21111
21067
 
21112
21068
  .k-switch-md {
@@ -21133,11 +21089,11 @@ kendo-label > .k-label {
21133
21089
  }
21134
21090
 
21135
21091
  .k-switch-md.k-switch-on .k-switch-thumb-wrap {
21136
- left: calc(100% - 7px);
21092
+ left: calc( 100% - 10px - -3px);
21137
21093
  }
21138
21094
 
21139
21095
  .k-switch-md.k-switch-off .k-switch-thumb-wrap {
21140
- left: 7px;
21096
+ left: calc( 10px + -3px);
21141
21097
  }
21142
21098
 
21143
21099
  .k-switch-md[dir="rtl"] .k-switch-label-on,
@@ -21157,13 +21113,13 @@ kendo-label > .k-label {
21157
21113
  .k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
21158
21114
  [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
21159
21115
  .k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
21160
- left: 7px;
21116
+ left: calc( 10px + -3px);
21161
21117
  }
21162
21118
 
21163
21119
  .k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
21164
21120
  [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
21165
21121
  .k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
21166
- left: calc(100% - 7px);
21122
+ left: calc( 100% - 10px - -3px);
21167
21123
  }
21168
21124
 
21169
21125
  .k-switch-lg {
@@ -21190,11 +21146,11 @@ kendo-label > .k-label {
21190
21146
  }
21191
21147
 
21192
21148
  .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
21193
- left: calc(100% - 8px);
21149
+ left: calc( 100% - 12px - -4px);
21194
21150
  }
21195
21151
 
21196
21152
  .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
21197
- left: 8px;
21153
+ left: calc( 12px + -4px);
21198
21154
  }
21199
21155
 
21200
21156
  .k-switch-lg[dir="rtl"] .k-switch-label-on,
@@ -21214,13 +21170,13 @@ kendo-label > .k-label {
21214
21170
  .k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
21215
21171
  [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
21216
21172
  .k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
21217
- left: 8px;
21173
+ left: calc( 12px + -4px);
21218
21174
  }
21219
21175
 
21220
21176
  .k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
21221
21177
  [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
21222
21178
  .k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
21223
- left: calc(100% - 8px);
21179
+ left: calc( 100% - 12px - -4px);
21224
21180
  }
21225
21181
 
21226
21182
  .k-switch[dir="rtl"] .k-switch-thumb,
@@ -21443,7 +21399,7 @@ kendo-label > .k-label {
21443
21399
  }
21444
21400
 
21445
21401
  .k-upload .k-upload-files .k-file {
21446
- padding: 16px 16px 18px;
21402
+ padding: 16px 16px calc(16px + 2px);
21447
21403
  border-width: 0 0 1px;
21448
21404
  border-style: solid;
21449
21405
  outline: none;
@@ -21553,7 +21509,7 @@ kendo-label > .k-label {
21553
21509
 
21554
21510
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
21555
21511
  .k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
21556
- margin-left: calc(24px + 1em);
21512
+ margin-left: calc( 24px + 1em);
21557
21513
  min-height: 38px;
21558
21514
  display: block;
21559
21515
  overflow: hidden;
@@ -21561,7 +21517,7 @@ kendo-label > .k-label {
21561
21517
 
21562
21518
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
21563
21519
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
21564
- margin-left: calc(24px + 1em);
21520
+ margin-left: calc( 24px + 1em);
21565
21521
  }
21566
21522
 
21567
21523
  .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
@@ -21679,7 +21635,7 @@ kendo-label > .k-label {
21679
21635
  height: 2px;
21680
21636
  position: absolute;
21681
21637
  bottom: 8px;
21682
- width: calc(100% - 32px);
21638
+ width: calc(100% - 16px * 2);
21683
21639
  }
21684
21640
 
21685
21641
  .k-upload .k-progressbar .k-progress {
@@ -22808,7 +22764,7 @@ kendo-label > .k-label {
22808
22764
 
22809
22765
  .k-window-actions {
22810
22766
  margin: -5em 0;
22811
- margin-inline-end: -8px;
22767
+ margin-inline-end: calc( 16px - 24px);
22812
22768
  line-height: 1;
22813
22769
  display: flex;
22814
22770
  flex-flow: row nowrap;
@@ -23171,7 +23127,7 @@ kendo-drawer .k-drawer-wrapper {
23171
23127
  }
23172
23128
 
23173
23129
  .k-drawer-mini .k-drawer-wrapper {
23174
- width: 48px;
23130
+ width: calc(2 * 16px + 16px);
23175
23131
  }
23176
23132
 
23177
23133
  .k-rtl.k-drawer-mini .k-drawer-start,
@@ -23475,7 +23431,7 @@ kendo-card-footer {
23475
23431
  }
23476
23432
 
23477
23433
  .k-card > .k-card-inner {
23478
- border-radius: 4px;
23434
+ border-radius: calc( 4px - 0px);
23479
23435
  display: flex;
23480
23436
  flex-direction: inherit;
23481
23437
  overflow: hidden;
@@ -24133,7 +24089,7 @@ kendo-card-footer {
24133
24089
  .k-bottom-nav-item {
24134
24090
  padding: 0 8px;
24135
24091
  min-width: 72px;
24136
- min-height: 56px;
24092
+ min-height: calc( 40px + 16px - 0px);
24137
24093
  border-width: 0;
24138
24094
  box-sizing: border-box;
24139
24095
  font: inherit;
@@ -24660,8 +24616,8 @@ kendo-card-footer {
24660
24616
  }
24661
24617
 
24662
24618
  .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
24663
- min-width: calc(1.4285714286em + 18px);
24664
- height: calc(1.4285714286em + 18px);
24619
+ min-width: calc( 1.4285714286em + 16px + 2px);
24620
+ height: calc( 1.4285714286em + 16px + 2px);
24665
24621
  color: inherit;
24666
24622
  text-align: center;
24667
24623
  display: inline-flex;
@@ -24803,7 +24759,7 @@ kendo-card-footer {
24803
24759
  .k-pager-sm .k-pager-numbers-wrap {
24804
24760
  margin-left: 8px;
24805
24761
  margin-right: 8px;
24806
- height: calc(1.4285714286em + 18px);
24762
+ height: calc( 1.4285714286em + 16px + 2px);
24807
24763
  border-color: inherit;
24808
24764
  }
24809
24765
 
@@ -24985,10 +24941,10 @@ kendo-card-footer {
24985
24941
  pointer-events: none;
24986
24942
  display: none;
24987
24943
  position: absolute;
24988
- top: -4px;
24989
- right: -4px;
24990
- bottom: -4px;
24991
- left: -4px;
24944
+ top: calc( -1 * calc( 1px + 3px));
24945
+ right: calc( -1 * calc( 1px + 3px));
24946
+ bottom: calc( -1 * calc( 1px + 3px));
24947
+ left: calc( -1 * calc( 1px + 3px));
24992
24948
  z-index: 2;
24993
24949
  }
24994
24950
 
@@ -25013,7 +24969,7 @@ kendo-card-footer {
25013
24969
  }
25014
24970
 
25015
24971
  .k-stepper .k-step-label .k-step-text {
25016
- max-width: calc(10em - 24px);
24972
+ max-width: calc(10em - (16px + 8px));
25017
24973
  flex-grow: 1;
25018
24974
  white-space: nowrap;
25019
24975
  text-overflow: ellipsis;
@@ -25074,13 +25030,13 @@ kendo-card-footer {
25074
25030
  }
25075
25031
 
25076
25032
  .k-step-list-horizontal .k-step-indicator + .k-step-label {
25077
- margin-top: 5px;
25033
+ margin-top: calc(8px - 3px);
25078
25034
  }
25079
25035
 
25080
25036
  .k-step-list-horizontal ~ .k-progressbar {
25081
25037
  width: 100%;
25082
25038
  height: 2px;
25083
- top: 17px;
25039
+ top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
25084
25040
  }
25085
25041
 
25086
25042
  .k-step-list-vertical {
@@ -25088,7 +25044,7 @@ kendo-card-footer {
25088
25044
  }
25089
25045
 
25090
25046
  .k-step-list-vertical .k-step {
25091
- min-height: 54px;
25047
+ min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
25092
25048
  }
25093
25049
 
25094
25050
  .k-step-list-vertical .k-step-label {
@@ -25103,7 +25059,7 @@ kendo-card-footer {
25103
25059
  width: 2px;
25104
25060
  height: 100%;
25105
25061
  min-height: 20px;
25106
- left: 17px;
25062
+ left: calc((28px + 2 * 1px + 2 * 2px) / 2);
25107
25063
  }
25108
25064
 
25109
25065
  .k-step-list-vertical .k-step-content {
@@ -25142,7 +25098,7 @@ kendo-card-footer {
25142
25098
  .k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
25143
25099
  .k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
25144
25100
  left: auto;
25145
- right: 17px;
25101
+ right: calc((28px + 2 * 1px + 2 * 2px) / 2);
25146
25102
  }
25147
25103
 
25148
25104
  .k-step-current .k-step-label {
@@ -25685,7 +25641,7 @@ kendo-card-footer {
25685
25641
 
25686
25642
  .k-wizard .k-wizard-step {
25687
25643
  box-sizing: border-box;
25688
- padding: 10px;
25644
+ padding: calc(8px + 2px);
25689
25645
  width: 100%;
25690
25646
  display: flex;
25691
25647
  flex-direction: column;
@@ -25915,9 +25871,7 @@ kendo-card-footer {
25915
25871
  align-items: center;
25916
25872
  align-content: center;
25917
25873
  position: relative;
25918
- -webkit-user-select: none;
25919
- -ms-user-select: none;
25920
- user-select: none;
25874
+ user-select: none;
25921
25875
  cursor: default;
25922
25876
  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;
25923
25877
  }
@@ -25954,9 +25908,7 @@ kendo-card-footer {
25954
25908
  align-items: center;
25955
25909
  align-content: center;
25956
25910
  position: relative;
25957
- -webkit-user-select: none;
25958
- -ms-user-select: none;
25959
- user-select: none;
25911
+ user-select: none;
25960
25912
  cursor: default;
25961
25913
  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;
25962
25914
  }
@@ -25994,7 +25946,7 @@ kendo-card-footer {
25994
25946
  .k-panelbar .k-group .k-panelbar-expand,
25995
25947
  .k-panelbar .k-group .k-panelbar-collapse,
25996
25948
  .k-panelbar .k-panelbar-group .k-panelbar-toggle {
25997
- margin-inline-end: 0px;
25949
+ margin-inline-end: calc( 24px - 24px);
25998
25950
  }
25999
25951
 
26000
25952
  .k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
@@ -26038,7 +25990,7 @@ kendo-card-footer {
26038
25990
  .k-ie .k-group .k-panelbar-expand,
26039
25991
  .k-ie .k-group .k-panelbar-collapse,
26040
25992
  .k-ie .k-panelbar-group .k-panelbar-toggle {
26041
- margin-right: 0px;
25993
+ margin-right: calc( 24px - 24px);
26042
25994
  }
26043
25995
 
26044
25996
  .k-rtl .k-ie .k-panelbar-expand,
@@ -26059,7 +26011,7 @@ kendo-card-footer {
26059
26011
  .k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
26060
26012
  .k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
26061
26013
  .k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
26062
- margin-left: 0px;
26014
+ margin-left: calc( 24px - 24px);
26063
26015
  }
26064
26016
 
26065
26017
  .k-panelbar {
@@ -26354,6 +26306,7 @@ kendo-card-footer {
26354
26306
  outline: 0;
26355
26307
  position: absolute;
26356
26308
  -webkit-user-select: none;
26309
+ -moz-user-select: none;
26357
26310
  -ms-user-select: none;
26358
26311
  user-select: none;
26359
26312
  display: flex;
@@ -26605,9 +26558,7 @@ kendo-card-footer {
26605
26558
  .k-pane-wrapper .k-pane {
26606
26559
  width: 100%;
26607
26560
  height: 100%;
26608
- -webkit-user-select: none;
26609
- -ms-user-select: none;
26610
- user-select: none;
26561
+ user-select: none;
26611
26562
  box-sizing: border-box;
26612
26563
  font-family: sans-serif;
26613
26564
  overflow-x: hidden;
@@ -26689,8 +26640,8 @@ kendo-card-footer {
26689
26640
  .k-grid-mobile .k-header a {
26690
26641
  -webkit-touch-callout: none;
26691
26642
  -webkit-user-select: none;
26692
- -ms-user-select: none;
26693
- user-select: none;
26643
+ -moz-user-select: none;
26644
+ user-select: none;
26694
26645
  -webkit-user-drag: none;
26695
26646
  -moz-user-drag: none;
26696
26647
  }
@@ -26889,8 +26840,7 @@ kendo-card-footer {
26889
26840
  .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
26890
26841
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
26891
26842
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
26892
- -ms-writing-mode: tb-lr;
26893
- writing-mode: vertical-lr;
26843
+ writing-mode: vertical-lr;
26894
26844
  transform: rotate(180deg);
26895
26845
  white-space: nowrap;
26896
26846
  }
@@ -27251,7 +27201,7 @@ kendo-card-footer {
27251
27201
  }
27252
27202
 
27253
27203
  .k-grid .k-grouping-row .k-icon {
27254
- margin-left: -16px;
27204
+ margin-left: calc( 8px - 24px);
27255
27205
  margin-right: 8px;
27256
27206
  text-decoration: none;
27257
27207
  }
@@ -27420,7 +27370,7 @@ kendo-card-footer {
27420
27370
  .k-grid[dir="rtl"] .k-grid-header .k-filterable,
27421
27371
  .k-rtl .k-grid .k-grid-header .k-with-icon,
27422
27372
  .k-rtl .k-grid .k-grid-header .k-filterable {
27423
- padding-left: calc(1.4285714286em + 32px);
27373
+ padding-left: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
27424
27374
  padding-right: 24px;
27425
27375
  }
27426
27376
 
@@ -27476,7 +27426,7 @@ kendo-card-footer {
27476
27426
  .k-grid[dir="rtl"] .k-grouping-row .k-icon,
27477
27427
  .k-rtl .k-grid .k-grouping-row .k-icon {
27478
27428
  margin-left: 8px;
27479
- margin-right: -16px;
27429
+ margin-right: calc( 8px - 24px);
27480
27430
  }
27481
27431
 
27482
27432
  .k-grid[dir="rtl"] .k-column-resizer,
@@ -27552,7 +27502,7 @@ kendo-card-footer {
27552
27502
 
27553
27503
  .k-grouping-header::before {
27554
27504
  content: "";
27555
- height: calc(1.4285714286em + 18px);
27505
+ height: calc( 1.4285714286em + 16px + 2px);
27556
27506
  display: inline-block;
27557
27507
  vertical-align: middle;
27558
27508
  }
@@ -27582,7 +27532,7 @@ kendo-card-footer {
27582
27532
  }
27583
27533
 
27584
27534
  .k-group-indicator {
27585
- border-radius: 22px;
27535
+ border-radius: calc( 14px + 8px);
27586
27536
  margin: 0;
27587
27537
  padding: 8px 16px;
27588
27538
  border-width: 1px;
@@ -27631,9 +27581,9 @@ kendo-card-footer {
27631
27581
 
27632
27582
  .k-grouping-dropclue {
27633
27583
  width: 12px;
27634
- height: 36px;
27584
+ height: calc( 28px + 8px);
27635
27585
  position: absolute;
27636
- top: calc(0.7142857143em - 1px);
27586
+ top: calc( ( calc( 1.4285714286em + 16px + 2px) + 16px - calc( 28px + 8px) ) / 2);
27637
27587
  box-sizing: content-box;
27638
27588
  }
27639
27589
 
@@ -27656,7 +27606,7 @@ kendo-card-footer {
27656
27606
  width: 2px;
27657
27607
  height: calc(100% - 6px);
27658
27608
  top: 6px;
27659
- left: 5px;
27609
+ left: calc( 6px - 1px);
27660
27610
  }
27661
27611
 
27662
27612
  .k-grid-header-wrap,
@@ -27710,9 +27660,7 @@ div.k-grid-footer {
27710
27660
  }
27711
27661
 
27712
27662
  .k-grid-header.k-grid-draggable-header {
27713
- -webkit-user-select: none;
27714
- -ms-user-select: none;
27715
- user-select: none;
27663
+ user-select: none;
27716
27664
  touch-action: none;
27717
27665
  }
27718
27666
 
@@ -27747,12 +27695,12 @@ div.k-grid-footer {
27747
27695
 
27748
27696
  .k-grid-header .k-with-icon,
27749
27697
  .k-grid-header .k-filterable {
27750
- padding-right: calc(1.4285714286em + 32px);
27698
+ padding-right: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
27751
27699
  }
27752
27700
 
27753
27701
  .k-ie .k-grid-header .k-with-icon, .k-ie
27754
27702
  .k-grid-header .k-filterable {
27755
- padding-right: calc(1.4285714286em + 32px);
27703
+ padding-right: calc( calc( 1.4285714286em + 16px + 2px) + 14px);
27756
27704
  }
27757
27705
 
27758
27706
  .k-grid-header .k-header > .k-link:focus {
@@ -27762,8 +27710,8 @@ div.k-grid-footer {
27762
27710
  .k-grid-header .k-grid-filter,
27763
27711
  .k-grid-header .k-header-column-menu {
27764
27712
  padding: 8px;
27765
- width: calc(1.4285714286em + 18px);
27766
- height: calc(1.4285714286em + 18px);
27713
+ width: calc( 1.4285714286em + 16px + 2px);
27714
+ height: calc( 1.4285714286em + 16px + 2px);
27767
27715
  box-sizing: border-box;
27768
27716
  outline: 0;
27769
27717
  line-height: 2;
@@ -27773,7 +27721,7 @@ div.k-grid-footer {
27773
27721
  justify-content: center;
27774
27722
  position: absolute;
27775
27723
  right: 14px;
27776
- bottom: calc(8px + 0.2857142857em);
27724
+ bottom: calc( 16px + 1em - calc( 1.4285714286em + 16px)/2);
27777
27725
  z-index: 1;
27778
27726
  }
27779
27727
 
@@ -27784,7 +27732,7 @@ div.k-grid-footer {
27784
27732
 
27785
27733
  .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 {
27786
27734
  vertical-align: text-top;
27787
- margin-left: 4px;
27735
+ margin-inline-start: 4px;
27788
27736
  }
27789
27737
 
27790
27738
  .k-grid-header .k-sort-order {
@@ -27793,7 +27741,7 @@ div.k-grid-footer {
27793
27741
  height: 16px;
27794
27742
  font-size: 12px;
27795
27743
  margin-top: 4px;
27796
- margin-left: -4px;
27744
+ margin-inline-start: -4px;
27797
27745
  }
27798
27746
 
27799
27747
  .k-column-resizer {
@@ -28191,15 +28139,15 @@ div.k-grid-norecords {
28191
28139
  }
28192
28140
 
28193
28141
  .k-header > .k-cell-inner {
28194
- margin: -16px calc(-1.4285714286em - -6px) -16px -24px;
28142
+ margin: -16px -24px;
28195
28143
  }
28196
28144
 
28197
28145
  .k-filterable > .k-cell-inner {
28198
- margin: -16px calc(-1.4285714286em + -18px) -16px -24px;
28146
+ margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 16px + 2px) + 14px));
28199
28147
  }
28200
28148
 
28201
28149
  .k-filterable > .k-cell-inner .k-link {
28202
- padding-right: 0;
28150
+ padding-inline-end: 0;
28203
28151
  }
28204
28152
 
28205
28153
  .k-cell-inner {
@@ -28236,6 +28184,7 @@ div.k-grid-norecords {
28236
28184
  .k-cell-inner .k-grid-filter,
28237
28185
  .k-cell-inner .k-header-column-menu {
28238
28186
  position: static;
28187
+ margin-inline-end: 14px;
28239
28188
  }
28240
28189
 
28241
28190
  .k-cell-inner .k-grid-filter,
@@ -28514,9 +28463,7 @@ div.k-grid-norecords {
28514
28463
  display: flex;
28515
28464
  flex: 0 0 auto;
28516
28465
  position: relative;
28517
- -webkit-user-select: none;
28518
- -ms-user-select: none;
28519
- user-select: none;
28466
+ user-select: none;
28520
28467
  }
28521
28468
 
28522
28469
  .k-column-menu-group-header-text {
@@ -28535,30 +28482,6 @@ div.k-grid-norecords {
28535
28482
  margin-right: 0;
28536
28483
  }
28537
28484
 
28538
- [dir="rtl"] .k-header > .k-cell-inner,
28539
- .k-rtl .k-header > .k-cell-inner {
28540
- margin-right: -24px;
28541
- margin-left: calc(-1.4285714286em - -6px);
28542
- }
28543
-
28544
- [dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
28545
- .k-rtl .k-header > .k-cell-inner .k-sort-order {
28546
- margin-right: -4px;
28547
- margin-left: 0;
28548
- }
28549
-
28550
- [dir="rtl"] .k-filterable > .k-cell-inner,
28551
- .k-rtl .k-filterable > .k-cell-inner {
28552
- margin-right: -24px;
28553
- margin-left: calc(-1.4285714286em + -18px);
28554
- }
28555
-
28556
- [dir="rtl"] .k-filterable > .k-cell-inner .k-link,
28557
- .k-rtl .k-filterable > .k-cell-inner .k-link {
28558
- padding-right: 24px;
28559
- padding-left: 0;
28560
- }
28561
-
28562
28485
  .k-ie .k-grid-header,
28563
28486
  .k-ie .k-grid-footer {
28564
28487
  padding-right: 17px;
@@ -28632,8 +28555,8 @@ div.k-grid-norecords {
28632
28555
 
28633
28556
  .k-grouping-dropclue {
28634
28557
  width: 0;
28635
- height: 36px;
28636
- top: calc(0.7142857143em - 1px);
28558
+ height: calc( 28px + 8px);
28559
+ top: calc( ( calc( 1.4285714286em + 16px + 2px) + 16px - calc( 28px + 8px) ) / 2);
28637
28560
  border-style: solid;
28638
28561
  border-width: 0 2px 0 0;
28639
28562
  }
@@ -28726,9 +28649,9 @@ tbody .k-group-cell {
28726
28649
  background-color: transparent;
28727
28650
  }
28728
28651
 
28729
- .k-grid tbody tr:not(.k-detail-row):hover,
28730
- .k-grid tbody tr:not(.k-detail-row).k-state-hover,
28731
- .k-grid tbody tr:not(.k-detail-row).k-hover {
28652
+ .k-grid tbody > tr:not(.k-detail-row):hover,
28653
+ .k-grid tbody > tr:not(.k-detail-row).k-state-hover,
28654
+ .k-grid tbody > tr:not(.k-detail-row).k-hover {
28732
28655
  background-color: rgba(0, 0, 0, 0.07);
28733
28656
  }
28734
28657
 
@@ -29067,9 +28990,9 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29067
28990
  background-color: transparent;
29068
28991
  }
29069
28992
 
29070
- .k-grid table tr:not(.k-detail-row):hover,
29071
- .k-grid table tr:not(.k-detail-row).k-state-hover,
29072
- .k-grid table tr:not(.k-detail-row).k-hover,
28993
+ .k-grid table > tr:not(.k-detail-row):hover,
28994
+ .k-grid table > tr:not(.k-detail-row).k-state-hover,
28995
+ .k-grid table > tr:not(.k-detail-row).k-hover,
29073
28996
  .k-grid table td.k-state-focused,
29074
28997
  .k-grid table td.k-focus,
29075
28998
  .k-grid table th.k-state-focused,
@@ -29737,6 +29660,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
29737
29660
  border-color: inherit;
29738
29661
  box-sizing: border-box;
29739
29662
  -webkit-user-select: none;
29663
+ -moz-user-select: none;
29740
29664
  -ms-user-select: none;
29741
29665
  user-select: none;
29742
29666
  position: absolute;
@@ -30060,12 +29984,12 @@ thead.k-grid-header > tr:not(:only-child) > th {
30060
29984
 
30061
29985
  .k-spreadsheet-filter-menu > .k-menu .k-link,
30062
29986
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
30063
- padding-left: 24px;
29987
+ padding-left: calc( 16px + 8px);
30064
29988
  }
30065
29989
 
30066
29990
  .k-spreadsheet-filter-menu > .k-menu .k-icon,
30067
29991
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
30068
- margin-left: -20px;
29992
+ margin-left: calc(-1 * ( 16px + 4px ));
30069
29993
  margin-right: 4px;
30070
29994
  }
30071
29995
 
@@ -30792,9 +30716,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
30792
30716
  border-style: solid;
30793
30717
  box-sizing: border-box;
30794
30718
  cursor: pointer;
30795
- -webkit-user-select: none;
30796
- -ms-user-select: none;
30797
- user-select: none;
30719
+ user-select: none;
30798
30720
  }
30799
30721
 
30800
30722
  .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
@@ -30805,8 +30727,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
30805
30727
 
30806
30728
  .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
30807
30729
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
30808
- -ms-writing-mode: tb-rl;
30809
- writing-mode: vertical-rl;
30730
+ writing-mode: vertical-rl;
30810
30731
  }
30811
30732
 
30812
30733
  .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
@@ -30831,19 +30752,19 @@ thead.k-grid-header > tr:not(:only-child) > th {
30831
30752
  }
30832
30753
 
30833
30754
  .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
30834
- right: calc(2em + 10px);
30755
+ right: calc( 2em + 8px + 2px);
30835
30756
  }
30836
30757
 
30837
30758
  .k-flex-row-reverse .k-pivotgrid-configurator-overlay {
30838
- left: calc(2em + 10px);
30759
+ left: calc( 2em + 8px + 2px);
30839
30760
  }
30840
30761
 
30841
30762
  .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
30842
- bottom: calc(2em + 10px);
30763
+ bottom: calc( 2em + 8px + 2px);
30843
30764
  }
30844
30765
 
30845
30766
  .k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
30846
- top: calc(2em + 10px);
30767
+ top: calc( 2em + 8px + 2px);
30847
30768
  }
30848
30769
 
30849
30770
  .k-pivotgrid-configurator-header {
@@ -31639,7 +31560,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31639
31560
  content: "";
31640
31561
  position: absolute;
31641
31562
  width: 1px;
31642
- top: -9px;
31563
+ top: calc(-8px - 1px);
31643
31564
  bottom: 50%;
31644
31565
  left: -8px;
31645
31566
  }
@@ -31826,7 +31747,7 @@ thead.k-grid-header > tr:not(:only-child) > th {
31826
31747
  .k-filemanager-preview {
31827
31748
  padding: 48px 16px 16px;
31828
31749
  width: 20%;
31829
- min-height: 304px;
31750
+ min-height: calc( 64px + 192px + 48px);
31830
31751
  border-width: 0;
31831
31752
  border-left-width: 1px;
31832
31753
  border-style: solid;
@@ -32385,8 +32306,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32385
32306
 
32386
32307
  .k-editor-toolbar .k-tool {
32387
32308
  padding: 8px;
32388
- width: calc(1.4285714286em + 18px);
32389
- height: calc(1.4285714286em + 18px);
32309
+ width: calc( 1.4285714286em + 16px + 2px);
32310
+ height: calc( 1.4285714286em + 16px + 2px);
32390
32311
  }
32391
32312
 
32392
32313
  .k-editor-toolbar .k-tool-text {
@@ -32448,9 +32369,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32448
32369
  float: left;
32449
32370
  opacity: 1;
32450
32371
  cursor: text;
32451
- -webkit-user-select: none;
32452
- -ms-user-select: none;
32453
- user-select: none;
32372
+ user-select: none;
32454
32373
  }
32455
32374
 
32456
32375
  td.k-editor-content {
@@ -32560,7 +32479,7 @@ td.k-editor-content {
32560
32479
 
32561
32480
  .k-editor-dialog .k-edit-label {
32562
32481
  width: 30%;
32563
- padding: 5px 0;
32482
+ padding: calc( 4px + 1px) 0;
32564
32483
  }
32565
32484
 
32566
32485
  .k-editor-dialog .k-edit-field {
@@ -32909,7 +32828,7 @@ td.k-editor-content {
32909
32828
  }
32910
32829
 
32911
32830
  .k-editor-dialog .k-edit-label {
32912
- padding: 3px 0;
32831
+ padding: calc( 4px - 1px) 0;
32913
32832
  margin: 0 0 -.5em;
32914
32833
  width: auto;
32915
32834
  font-size: 12px;
@@ -33030,7 +32949,7 @@ td.k-editor-content {
33030
32949
 
33031
32950
  .k-imageeditor-action-pane {
33032
32951
  padding: 32px 16px;
33033
- width: 241px;
32952
+ width: calc(240px + 1px);
33034
32953
  border-width: 0;
33035
32954
  border-left-width: 1px;
33036
32955
  border-style: solid;
@@ -33078,14 +32997,14 @@ td.k-editor-content {
33078
32997
 
33079
32998
  .k-imageeditor-crop .k-resize-n,
33080
32999
  .k-imageeditor-crop .k-resize-s {
33081
- left: calc(50% - 7.5px);
33000
+ left: calc( 50% - (7.5px));
33082
33001
  width: 15px;
33083
33002
  height: 0;
33084
33003
  }
33085
33004
 
33086
33005
  .k-imageeditor-crop .k-resize-w,
33087
33006
  .k-imageeditor-crop .k-resize-e {
33088
- top: calc(50% - 7.5px);
33007
+ top: calc( 50% - (7.5px));
33089
33008
  width: 0;
33090
33009
  height: 15px;
33091
33010
  }
@@ -33136,7 +33055,7 @@ td.k-editor-content {
33136
33055
  .k-imageeditor-canvas {
33137
33056
  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;
33138
33057
  background-repeat: repeat, repeat;
33139
- background-position: 0px 0px, 5px 5px;
33058
+ background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
33140
33059
  transform-origin: 0 0 0;
33141
33060
  background-origin: padding-box, padding-box;
33142
33061
  background-size: 10px 10px, 10px 10px;
@@ -33181,7 +33100,7 @@ td.k-editor-content {
33181
33100
  }
33182
33101
 
33183
33102
  .k-gantt .k-grid-header tr {
33184
- height: calc(2em + 33px);
33103
+ height: calc( 2em + 32px + 1px);
33185
33104
  }
33186
33105
 
33187
33106
  .k-gantt .k-grid-header .k-header {
@@ -33193,11 +33112,11 @@ td.k-editor-content {
33193
33112
  }
33194
33113
 
33195
33114
  .k-gantt .k-grid-content tr {
33196
- height: calc(2em + 21px);
33115
+ height: calc( 2em + 20px + 1px);
33197
33116
  }
33198
33117
 
33199
33118
  .k-gantt.k-gantt-planned .k-grid-content tr {
33200
- height: calc(3.4em + 21px);
33119
+ height: calc( 3.4em + 20px + 1px);
33201
33120
  }
33202
33121
 
33203
33122
  .k-gantt .k-gantt-layout {
@@ -33364,8 +33283,8 @@ td.k-editor-content {
33364
33283
  .k-gantt-toolbar .k-gantt-pdf,
33365
33284
  .k-gantt-toolbar .k-gantt-create {
33366
33285
  padding: 8px;
33367
- width: calc(1.4285714286em + 18px);
33368
- height: calc(1.4285714286em + 18px);
33286
+ width: calc( 1.4285714286em + 16px + 2px);
33287
+ height: calc( 1.4285714286em + 16px + 2px);
33369
33288
  }
33370
33289
  .k-gantt-toolbar .k-gantt-pdf .k-button-text,
33371
33290
  .k-gantt-toolbar .k-gantt-create .k-button-text {
@@ -33401,7 +33320,7 @@ td.k-editor-content {
33401
33320
  }
33402
33321
 
33403
33322
  .k-gantt-treelist .k-grid-header tr {
33404
- height: calc(4em + 66px);
33323
+ height: calc( 4em + 64px + 2px);
33405
33324
  vertical-align: bottom;
33406
33325
  }
33407
33326
 
@@ -33415,7 +33334,7 @@ td.k-editor-content {
33415
33334
  }
33416
33335
 
33417
33336
  .k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
33418
- height: calc(2em + 33px);
33337
+ height: calc( 2em + 32px + 1px);
33419
33338
  }
33420
33339
 
33421
33340
  .k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
@@ -33536,8 +33455,8 @@ td.k-editor-content {
33536
33455
  }
33537
33456
 
33538
33457
  .k-task-dot {
33539
- width: 16px;
33540
- height: 16px;
33458
+ width: calc( 8px + 8px);
33459
+ height: calc( 8px + 8px);
33541
33460
  line-height: 1;
33542
33461
  cursor: pointer;
33543
33462
  display: none;
@@ -33808,7 +33727,7 @@ td.k-editor-content {
33808
33727
 
33809
33728
  .k-task-planned .k-task-moment {
33810
33729
  border-width: 2px;
33811
- border-radius: 5px;
33730
+ border-radius: calc( ( 4px + 6px ) / 2);
33812
33731
  border-style: solid;
33813
33732
  height: 6px;
33814
33733
  width: 6px;
@@ -33819,15 +33738,15 @@ td.k-editor-content {
33819
33738
  }
33820
33739
 
33821
33740
  .k-task-planned .k-task-moment.k-moment-left {
33822
- margin-left: -4px;
33741
+ margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
33823
33742
  }
33824
33743
 
33825
33744
  .k-task-planned:hover .k-task-duration {
33826
- height: 3px;
33745
+ height: calc( 2px + 1px);
33827
33746
  }
33828
33747
 
33829
33748
  .k-milestone-wrap .k-task-moment {
33830
- margin-left: 3px;
33749
+ margin-left: calc( 3px);
33831
33750
  }
33832
33751
 
33833
33752
  .k-planned-tooltip .k-task-content {
@@ -34640,7 +34559,7 @@ kendo-scheduler .k-event > div,
34640
34559
 
34641
34560
  kendo-scheduler .k-event .k-event-template,
34642
34561
  .k-event .k-event-template {
34643
- line-height: 21px;
34562
+ line-height: calc( 25px - (2 * 2px));
34644
34563
  padding: 4px 16px;
34645
34564
  }
34646
34565
 
@@ -35056,12 +34975,12 @@ kendo-scheduler .k-recurrence-editor {
35056
34975
  }
35057
34976
 
35058
34977
  .k-scheduler-yearview .k-day-indicator {
35059
- margin-top: calc(36px - 1em);
34978
+ margin-top: calc( 36px - (0.5em * 2));
35060
34979
  width: 3px;
35061
34980
  height: 3px;
35062
34981
  border-radius: 50%;
35063
34982
  position: absolute;
35064
- left: calc(50% - 1.5px);
34983
+ left: calc( 50% - (3px / 2));
35065
34984
  }
35066
34985
 
35067
34986
  .k-scheduler-tooltip {
@@ -35314,7 +35233,7 @@ kendo-scheduler .k-event .k-event-actions,
35314
35233
 
35315
35234
  .k-event .k-event-delete .k-icon {
35316
35235
  font-size: 12px;
35317
- padding: 2px;
35236
+ padding: calc( 14px - 12px);
35318
35237
  box-sizing: content-box;
35319
35238
  vertical-align: unset;
35320
35239
  }
@@ -35750,11 +35669,11 @@ kendo-scheduler .k-event .k-event-actions,
35750
35669
  }
35751
35670
 
35752
35671
  .k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
35753
- padding-left: 40px;
35672
+ padding-left: calc( 32px + 8px);
35754
35673
  }
35755
35674
 
35756
35675
  .k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
35757
- padding-right: 40px;
35676
+ padding-right: calc( 32px + 8px);
35758
35677
  }
35759
35678
 
35760
35679
  .k-author {
@@ -35788,9 +35707,7 @@ kendo-scheduler .k-event .k-event-actions,
35788
35707
  border-style: solid;
35789
35708
  line-height: 1.25;
35790
35709
  cursor: pointer;
35791
- -webkit-user-select: none;
35792
- -ms-user-select: none;
35793
- user-select: none;
35710
+ user-select: none;
35794
35711
  display: inline-block;
35795
35712
  flex: 0 0 auto;
35796
35713
  transition-property: color, background-color, border-color;
@@ -36052,13 +35969,13 @@ kendo-scheduler .k-event .k-event-actions,
36052
35969
  .k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
36053
35970
  [dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
36054
35971
  padding-left: 0;
36055
- padding-right: 40px;
35972
+ padding-right: calc( 32px + 8px);
36056
35973
  }
36057
35974
 
36058
35975
  .k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
36059
35976
  [dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
36060
35977
  padding-right: 0;
36061
- padding-left: 40px;
35978
+ padding-left: calc( 32px + 8px);
36062
35979
  }
36063
35980
 
36064
35981
  .k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
@@ -36289,7 +36206,7 @@ kendo-scheduler .k-event .k-event-actions,
36289
36206
  border-radius: 4px;
36290
36207
  line-height: 1.4285714286;
36291
36208
  min-width: 80px;
36292
- max-width: 160px;
36209
+ max-width: calc(80px + 2 * 40px);
36293
36210
  position: relative;
36294
36211
  z-index: 1;
36295
36212
  }
@@ -36369,11 +36286,11 @@ kendo-scheduler .k-event .k-event-actions,
36369
36286
  }
36370
36287
 
36371
36288
  .k-timeline-vertical {
36372
- padding-left: 127px;
36289
+ padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
36373
36290
  }
36374
36291
 
36375
36292
  .k-timeline-vertical.k-timeline-dates-hidden {
36376
- padding-left: 77px;
36293
+ padding-left: calc(40px + (80px - 6px) / 2);
36377
36294
  }
36378
36295
 
36379
36296
  .k-timeline-vertical::after {
@@ -36416,7 +36333,7 @@ kendo-scheduler .k-event .k-event-actions,
36416
36333
 
36417
36334
  .k-timeline-vertical .k-timeline-card .k-card {
36418
36335
  margin-left: 16px;
36419
- min-height: 72px;
36336
+ min-height: calc(2 * (36px - 0px));
36420
36337
  width: 400px;
36421
36338
  max-width: 100%;
36422
36339
  }
@@ -36568,9 +36485,9 @@ kendo-scheduler .k-event .k-event-actions,
36568
36485
 
36569
36486
  .k-timeline-horizontal .k-timeline-track-wrap::after {
36570
36487
  top: auto;
36571
- bottom: 21px;
36572
- left: 34px;
36573
- right: 34px;
36488
+ bottom: calc((36px / 2) + 3px);
36489
+ left: calc(36px - 2 * 1px);
36490
+ right: calc(36px - 2 * 1px);
36574
36491
  transform: translateY(-50%);
36575
36492
  height: 6px;
36576
36493
  }
@@ -36587,7 +36504,7 @@ kendo-scheduler .k-event .k-event-actions,
36587
36504
  }
36588
36505
 
36589
36506
  .k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
36590
- margin-bottom: 22px;
36507
+ margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
36591
36508
  position: relative;
36592
36509
  min-width: 60px;
36593
36510
  }
@@ -36613,7 +36530,7 @@ kendo-scheduler .k-event .k-event-actions,
36613
36530
  height: 36px;
36614
36531
  border-radius: 50%;
36615
36532
  position: absolute;
36616
- bottom: 11px;
36533
+ bottom: calc(6px + 3px + 2 * 1px);
36617
36534
  z-index: 3;
36618
36535
  display: flex;
36619
36536
  align-items: center;
@@ -36634,7 +36551,7 @@ kendo-scheduler .k-event .k-event-actions,
36634
36551
  }
36635
36552
 
36636
36553
  .k-timeline-mobile .k-timeline-flag {
36637
- max-width: 112px;
36554
+ max-width: calc(80px + 2 * 16px);
36638
36555
  }
36639
36556
 
36640
36557
  .k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
@@ -36642,11 +36559,11 @@ kendo-scheduler .k-event .k-event-actions,
36642
36559
  }
36643
36560
 
36644
36561
  .k-timeline-mobile.k-timeline-vertical {
36645
- padding-left: 103px;
36562
+ padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
36646
36563
  }
36647
36564
 
36648
36565
  .k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
36649
- padding-left: 53px;
36566
+ padding-left: calc(16px + (80px - 6px) / 2);
36650
36567
  }
36651
36568
 
36652
36569
  .k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
@@ -36776,6 +36693,7 @@ kendo-scheduler .k-event .k-event-actions,
36776
36693
 
36777
36694
  .k-pdf-viewer .k-list-scroller .k-enable-text-select {
36778
36695
  -webkit-user-select: text;
36696
+ -moz-user-select: text;
36779
36697
  -ms-user-select: text;
36780
36698
  user-select: text;
36781
36699
  cursor: text;
@@ -36879,9 +36797,7 @@ kendo-scheduler .k-event .k-event-actions,
36879
36797
 
36880
36798
  .km-scrollview,
36881
36799
  .km-scroll-container {
36882
- -webkit-user-select: none;
36883
- -ms-user-select: none;
36884
- user-select: none;
36800
+ user-select: none;
36885
36801
  border-collapse: separate;
36886
36802
  }
36887
36803
 
@@ -36996,9 +36912,7 @@ kendo-scrollview.k-scrollview,
36996
36912
 
36997
36913
  .k-scrollview-wrap .k-scrollview img,
36998
36914
  .k-scrollview .k-scrollview-wrap img {
36999
- -webkit-user-select: none;
37000
- -ms-user-select: none;
37001
- user-select: none;
36915
+ user-select: none;
37002
36916
  }
37003
36917
 
37004
36918
  .k-scrollview-wrap .k-scrollview > li,
@@ -37020,20 +36934,20 @@ kendo-scrollview.k-scrollview,
37020
36934
  .k-scrollview-wrap.k-scrollview-animate {
37021
36935
  display: flex;
37022
36936
  flex-flow: row nowrap;
37023
- width: calc(var(--kendo-scrollview-views, 1)*100%);
36937
+ width: calc( var(--kendo-scrollview-views, 1) * 100%);
37024
36938
  transition-duration: 0.3s;
37025
36939
  transition-timing-function: ease-in-out;
37026
- transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
36940
+ transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
37027
36941
  }
37028
36942
 
37029
36943
  .k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
37030
- width: calc(100%/var(--kendo-scrollview-views, 1));
37031
- flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
36944
+ width: calc( 100% / var(--kendo-scrollview-views, 1));
36945
+ flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
37032
36946
  }
37033
36947
 
37034
36948
  [dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
37035
36949
  .k-rtl .k-scrollview-wrap.k-scrollview-animate {
37036
- transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
36950
+ transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
37037
36951
  }
37038
36952
 
37039
36953
  kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
@@ -37045,7 +36959,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
37045
36959
  left: 0;
37046
36960
  right: 0;
37047
36961
  bottom: 0;
37048
- height: 50px;
36962
+ height: calc( 10px + 0px + 40px);
37049
36963
  text-align: center;
37050
36964
  }
37051
36965
 
@@ -37121,9 +37035,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
37121
37035
  height: 60%;
37122
37036
  top: 20%;
37123
37037
  text-decoration: none;
37124
- -webkit-user-select: none;
37125
- -ms-user-select: none;
37126
- user-select: none;
37038
+ user-select: none;
37127
37039
  cursor: pointer;
37128
37040
  }
37129
37041
 
@@ -37600,11 +37512,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
37600
37512
  }
37601
37513
 
37602
37514
  .k-treemap .k-treemap-title + .k-treemap-wrap {
37603
- top: 33px;
37515
+ top: calc( 4px + (2 * 14px) + 1px);
37604
37516
  }
37605
37517
 
37606
37518
  .k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
37607
- left: 33px;
37519
+ left: calc( 4px + (2 * 14px) + 1px);
37608
37520
  }
37609
37521
 
37610
37522
  .k-treemap .k-leaf {
@@ -37999,9 +37911,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
37999
37911
  .k-map .km-scroll-wrapper {
38000
37912
  width: 100%;
38001
37913
  height: 100%;
38002
- -webkit-user-select: none;
38003
- -ms-user-select: none;
38004
- user-select: none;
37914
+ user-select: none;
38005
37915
  position: absolute;
38006
37916
  }
38007
37917
 
@@ -38042,8 +37952,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
38042
37952
 
38043
37953
  .k-navigator {
38044
37954
  margin: 1em;
38045
- width: 52px;
38046
- height: 52px;
37955
+ width: calc( 48px + 4px);
37956
+ height: calc( 48px + 4px);
38047
37957
  border-width: 1px;
38048
37958
  border-style: solid;
38049
37959
  box-sizing: border-box;
@@ -38266,3 +38176,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
38266
38176
  .k-orgchart-line-v {
38267
38177
  color: rgba(0, 0, 0, 0.08);
38268
38178
  }
38179
+
38180
+ .k-signature {
38181
+ width: 246px;
38182
+ height: 108px;
38183
+ position: relative;
38184
+ box-sizing: border-box;
38185
+ display: flex;
38186
+ flex-direction: column;
38187
+ justify-content: space-between;
38188
+ }
38189
+
38190
+ .k-signature.k-signature-maximized {
38191
+ width: 750px;
38192
+ height: 252px;
38193
+ }
38194
+
38195
+ .k-signature.k-signature-maximized > .k-signature-line {
38196
+ border-bottom-width: 3px;
38197
+ }
38198
+
38199
+ .k-signature-actions {
38200
+ display: flex;
38201
+ width: min-content;
38202
+ margin-inline-start: auto;
38203
+ gap: 4px;
38204
+ z-index: 2;
38205
+ }
38206
+
38207
+ .k-signature-canvas {
38208
+ position: absolute;
38209
+ top: 0;
38210
+ left: 0;
38211
+ width: 100%;
38212
+ height: 100%;
38213
+ display: block;
38214
+ z-index: 1;
38215
+ }
38216
+
38217
+ .k-signature-line {
38218
+ position: absolute;
38219
+ z-index: 0;
38220
+ border-bottom-width: 1px;
38221
+ border-bottom-style: dashed;
38222
+ }
38223
+
38224
+ .k-signature-sm {
38225
+ padding: 6px;
38226
+ }
38227
+
38228
+ .k-signature-sm .k-signature-line {
38229
+ width: calc( 100% - 2 * 6px);
38230
+ bottom: calc( calc( 1.4285714286em + 16px + 2px) + 6px);
38231
+ }
38232
+
38233
+ .k-signature-md {
38234
+ padding: 8px;
38235
+ }
38236
+
38237
+ .k-signature-md .k-signature-line {
38238
+ width: calc( 100% - 2 * 8px);
38239
+ bottom: calc( calc( 1.4285714286em + 16px + 2px) + 8px);
38240
+ }
38241
+
38242
+ .k-signature-lg {
38243
+ padding: 10px;
38244
+ }
38245
+
38246
+ .k-signature-lg .k-signature-line {
38247
+ width: calc( 100% - 2 * 10px);
38248
+ bottom: calc( calc( 1.4285714286em + 16px + 2px) + 10px);
38249
+ }
38250
+
38251
+ .k-signature .k-signature-line {
38252
+ border-bottom-color: rgba(0, 88, 233, 0.24);
38253
+ }