@progress/kendo-theme-default 5.4.2-dev.5 → 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 (75) hide show
  1. package/dist/all.css +317 -332
  2. package/dist/all.scss +338 -208
  3. package/lib/swatches/default-blue.json +1 -1
  4. package/lib/swatches/default-dataviz-v4.json +1 -1
  5. package/lib/swatches/default-green.json +1 -1
  6. package/lib/swatches/default-main-dark.json +1 -1
  7. package/lib/swatches/default-main.json +1 -1
  8. package/lib/swatches/default-nordic.json +1 -1
  9. package/lib/swatches/default-ocean-blue.json +1 -1
  10. package/lib/swatches/default-orange.json +1 -1
  11. package/lib/swatches/default-purple.json +1 -1
  12. package/lib/swatches/default-turquoise.json +1 -1
  13. package/lib/swatches/default-urban.json +1 -1
  14. package/package.json +7 -10
  15. package/scss/action-sheet/_theme.scss +3 -3
  16. package/scss/adaptive/_theme.scss +2 -2
  17. package/scss/bottom-navigation/_layout.scss +1 -1
  18. package/scss/bottom-navigation/_theme.scss +2 -2
  19. package/scss/breadcrumb/_theme.scss +5 -5
  20. package/scss/calendar/_layout.scss +5 -1
  21. package/scss/chat/_layout.scss +2 -2
  22. package/scss/chat/_theme.scss +2 -2
  23. package/scss/chip/_variables.scss +1 -1
  24. package/scss/colorpalette/_layout.scss +1 -1
  25. package/scss/dataviz/_theme.scss +1 -1
  26. package/scss/drawer/_theme.scss +5 -5
  27. package/scss/editor/_layout.scss +2 -2
  28. package/scss/editor/_theme.scss +3 -3
  29. package/scss/expansion-panel/_theme.scss +3 -3
  30. package/scss/filemanager/_theme.scss +1 -1
  31. package/scss/forms/_layout.scss +2 -1
  32. package/scss/gantt/_layout.scss +3 -3
  33. package/scss/gantt/_theme.scss +7 -7
  34. package/scss/grid/_layout.scss +6 -27
  35. package/scss/grid/_theme.scss +25 -25
  36. package/scss/index.scss +1 -0
  37. package/scss/listview/_theme.scss +2 -2
  38. package/scss/orgchart/_theme.scss +1 -1
  39. package/scss/pager/_layout.scss +3 -3
  40. package/scss/pager/_theme.scss +10 -10
  41. package/scss/panelbar/_theme.scss +14 -14
  42. package/scss/pivotgrid/_theme.scss +1 -1
  43. package/scss/progressbar/_layout.scss +11 -11
  44. package/scss/progressbar/_theme.scss +1 -1
  45. package/scss/progressbar/_variables.scss +1 -0
  46. package/scss/radio/_layout.scss +1 -1
  47. package/scss/radio/_theme.scss +3 -3
  48. package/scss/rating/_theme.scss +5 -5
  49. package/scss/scheduler/_layout.scss +4 -4
  50. package/scss/scheduler/_theme.scss +8 -8
  51. package/scss/scrollview/_theme.scss +4 -4
  52. package/scss/signature/_index.scss +10 -0
  53. package/scss/signature/_layout.scss +63 -0
  54. package/scss/signature/_theme.scss +12 -0
  55. package/scss/signature/_variables.scss +45 -0
  56. package/scss/slider/_layout.scss +1 -1
  57. package/scss/slider/_theme.scss +3 -3
  58. package/scss/splitter/_theme.scss +1 -1
  59. package/scss/spreadsheet/_layout.scss +3 -3
  60. package/scss/spreadsheet/_theme.scss +6 -6
  61. package/scss/stepper/_layout.scss +1 -1
  62. package/scss/stepper/_theme.scss +1 -1
  63. package/scss/tabstrip/_layout.scss +7 -7
  64. package/scss/tabstrip/_theme.scss +5 -5
  65. package/scss/taskboard/_theme.scss +1 -1
  66. package/scss/tilelayout/_theme.scss +1 -1
  67. package/scss/timeline/_theme.scss +2 -2
  68. package/scss/timeselector/_layout.scss +1 -1
  69. package/scss/timeselector/_theme.scss +1 -1
  70. package/scss/treelist/_layout.scss +1 -1
  71. package/scss/upload/_layout.scss +1 -1
  72. package/scss/upload/_theme.scss +2 -2
  73. package/scss/window/_theme.scss +1 -1
  74. package/scss/wizard/_layout.scss +1 -1
  75. package/scss/wizard/_theme.scss +2 -2
package/dist/all.css CHANGED
@@ -6558,32 +6558,23 @@ kendo-sortable {
6558
6558
  }
6559
6559
 
6560
6560
  .k-user-select-none {
6561
- -webkit-user-select: none !important;
6562
- -ms-user-select: none !important;
6563
- user-select: none !important;
6561
+ user-select: none !important;
6564
6562
  }
6565
6563
 
6566
6564
  .k-user-select-auto {
6567
- -webkit-user-select: auto !important;
6568
- -ms-user-select: auto !important;
6569
- user-select: auto !important;
6565
+ user-select: auto !important;
6570
6566
  }
6571
6567
 
6572
6568
  .k-user-select-text {
6573
- -webkit-user-select: text !important;
6574
- -ms-user-select: text !important;
6575
- user-select: text !important;
6569
+ user-select: text !important;
6576
6570
  }
6577
6571
 
6578
6572
  .k-user-select-all {
6579
- -webkit-user-select: all !important;
6580
- user-select: all !important;
6573
+ user-select: all !important;
6581
6574
  }
6582
6575
 
6583
6576
  .k-user-select-contain {
6584
- -webkit-user-select: contain !important;
6585
- -ms-user-select: element !important;
6586
- user-select: contain !important;
6577
+ user-select: contain !important;
6587
6578
  }
6588
6579
 
6589
6580
  .k-cursor-auto {
@@ -11871,18 +11862,18 @@ a.k-badge:hover,
11871
11862
  }
11872
11863
 
11873
11864
  .k-badge-circle.k-badge-sm {
11874
- width: calc(1em + 6px);
11875
- height: calc(1em + 6px);
11865
+ width: calc( 1em + 4px + 2px);
11866
+ height: calc( 1em + 4px + 2px);
11876
11867
  }
11877
11868
 
11878
11869
  .k-badge-circle.k-badge-md {
11879
- width: calc(1em + 10px);
11880
- height: calc(1em + 10px);
11870
+ width: calc( 1em + 8px + 2px);
11871
+ height: calc( 1em + 8px + 2px);
11881
11872
  }
11882
11873
 
11883
11874
  .k-badge-circle.k-badge-lg {
11884
- width: calc(1em + 14px);
11885
- height: calc(1em + 14px);
11875
+ width: calc( 1em + 12px + 2px);
11876
+ height: calc( 1em + 12px + 2px);
11886
11877
  }
11887
11878
 
11888
11879
  .k-badge-dot {
@@ -12134,9 +12125,7 @@ kendo-badge-container {
12134
12125
  justify-content: center;
12135
12126
  gap: 4px;
12136
12127
  vertical-align: middle;
12137
- -webkit-user-select: none;
12138
- -ms-user-select: none;
12139
- user-select: none;
12128
+ user-select: none;
12140
12129
  cursor: pointer;
12141
12130
  outline: none;
12142
12131
  -webkit-appearance: none;
@@ -12207,8 +12196,8 @@ kendo-badge-container {
12207
12196
  }
12208
12197
 
12209
12198
  .k-icon-button.k-button-sm > .k-button-icon {
12210
- min-width: 20.0000000004px;
12211
- min-height: 20.0000000004px;
12199
+ min-width: calc( 14px * 1.4285714286);
12200
+ min-height: calc( 14px * 1.4285714286);
12212
12201
  }
12213
12202
 
12214
12203
  .k-icon-button.k-button-md {
@@ -12216,8 +12205,8 @@ kendo-badge-container {
12216
12205
  }
12217
12206
 
12218
12207
  .k-icon-button.k-button-md > .k-button-icon {
12219
- min-width: 20.0000000004px;
12220
- min-height: 20.0000000004px;
12208
+ min-width: calc( 14px * 1.4285714286);
12209
+ min-height: calc( 14px * 1.4285714286);
12221
12210
  }
12222
12211
 
12223
12212
  .k-icon-button.k-button-lg {
@@ -12225,8 +12214,8 @@ kendo-badge-container {
12225
12214
  }
12226
12215
 
12227
12216
  .k-icon-button.k-button-lg > .k-button-icon {
12228
- min-width: 20.0000000004px;
12229
- min-height: 20.0000000004px;
12217
+ min-width: calc( 14px * 1.4285714286);
12218
+ min-height: calc( 14px * 1.4285714286);
12230
12219
  }
12231
12220
 
12232
12221
  .k-button-square {
@@ -13418,20 +13407,11 @@ kendo-badge-container {
13418
13407
  margin: 0;
13419
13408
  }
13420
13409
 
13421
- .k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
13422
- color: #666666;
13423
- opacity: 1;
13424
- -ms-user-select: none;
13425
- user-select: none;
13426
- }
13427
-
13428
13410
  .k-input::placeholder,
13429
13411
  .k-picker::placeholder {
13430
13412
  color: #666666;
13431
13413
  opacity: 1;
13432
- -webkit-user-select: none;
13433
- -ms-user-select: none;
13434
- user-select: none;
13414
+ user-select: none;
13435
13415
  }
13436
13416
 
13437
13417
  .k-input:-ms-input-placeholder,
@@ -13480,8 +13460,7 @@ textarea.k-textarea[disabled] {
13480
13460
 
13481
13461
  select.k-picker {
13482
13462
  padding: 4px 8px;
13483
- -webkit-appearance: auto;
13484
- appearance: auto;
13463
+ appearance: auto;
13485
13464
  }
13486
13465
 
13487
13466
  select.k-picker:disabled, select.k-picker[disabled] {
@@ -13522,19 +13501,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
13522
13501
  display: none;
13523
13502
  }
13524
13503
 
13525
- .k-input-inner:-ms-input-placeholder {
13526
- color: #666666;
13527
- opacity: 1;
13528
- -ms-user-select: none;
13529
- user-select: none;
13530
- }
13531
-
13532
13504
  .k-input-inner::placeholder {
13533
13505
  color: #666666;
13534
13506
  opacity: 1;
13535
- -webkit-user-select: none;
13536
- -ms-user-select: none;
13537
- user-select: none;
13507
+ user-select: none;
13538
13508
  }
13539
13509
 
13540
13510
  .k-input-inner:-ms-input-placeholder {
@@ -13650,7 +13620,7 @@ textarea.k-input-inner {
13650
13620
  }
13651
13621
 
13652
13622
  .k-input-button {
13653
- width: calc(1.4285714286em + 8px);
13623
+ width: calc( 1.4285714286em + 8px);
13654
13624
  border-width: 0;
13655
13625
  border-inline-start-width: 1px;
13656
13626
  flex: none;
@@ -13673,7 +13643,7 @@ textarea.k-input-inner {
13673
13643
  }
13674
13644
 
13675
13645
  .k-input-spinner {
13676
- width: calc(1.4285714286em + 8px);
13646
+ width: calc( 1.4285714286em + 8px);
13677
13647
  flex: none;
13678
13648
  display: flex;
13679
13649
  flex-flow: column nowrap;
@@ -13786,14 +13756,14 @@ textarea.k-input-inner {
13786
13756
  .k-picker-sm .k-clear-value,
13787
13757
  .k-picker-sm .k-input-prefix > .k-icon,
13788
13758
  .k-picker-sm .k-input-suffix > .k-icon {
13789
- width: 20px;
13790
- height: 20px;
13759
+ width: calc( 16px + 4px);
13760
+ height: calc( 16px + 4px);
13791
13761
  }
13792
13762
 
13793
13763
  .k-input-sm.k-icon-picker .k-input-inner,
13794
13764
  .k-picker-sm.k-icon-picker .k-input-inner {
13795
- width: 1.4285714286em;
13796
- height: 1.4285714286em;
13765
+ width: calc( 1.4285714286em);
13766
+ height: calc( 1.4285714286em);
13797
13767
  padding: 2px;
13798
13768
  box-sizing: content-box;
13799
13769
  }
@@ -13849,14 +13819,14 @@ textarea.k-input-inner {
13849
13819
  .k-picker-md .k-clear-value,
13850
13820
  .k-picker-md .k-input-prefix > .k-icon,
13851
13821
  .k-picker-md .k-input-suffix > .k-icon {
13852
- width: 24px;
13853
- height: 24px;
13822
+ width: calc( 16px + 8px);
13823
+ height: calc( 16px + 8px);
13854
13824
  }
13855
13825
 
13856
13826
  .k-input-md.k-icon-picker .k-input-inner,
13857
13827
  .k-picker-md.k-icon-picker .k-input-inner {
13858
- width: 1.4285714286em;
13859
- height: 1.4285714286em;
13828
+ width: calc( 1.4285714286em);
13829
+ height: calc( 1.4285714286em);
13860
13830
  padding: 4px;
13861
13831
  box-sizing: content-box;
13862
13832
  }
@@ -13912,14 +13882,14 @@ textarea.k-input-inner {
13912
13882
  .k-picker-lg .k-clear-value,
13913
13883
  .k-picker-lg .k-input-prefix > .k-icon,
13914
13884
  .k-picker-lg .k-input-suffix > .k-icon {
13915
- width: 28px;
13916
- height: 28px;
13885
+ width: calc( 16px + 12px);
13886
+ height: calc( 16px + 12px);
13917
13887
  }
13918
13888
 
13919
13889
  .k-input-lg.k-icon-picker .k-input-inner,
13920
13890
  .k-picker-lg.k-icon-picker .k-input-inner {
13921
- width: 1.4285714286em;
13922
- height: 1.4285714286em;
13891
+ width: calc( 1.4285714286em);
13892
+ height: calc( 1.4285714286em);
13923
13893
  padding: 6px;
13924
13894
  box-sizing: content-box;
13925
13895
  }
@@ -14135,7 +14105,7 @@ textarea.k-input-inner {
14135
14105
  }
14136
14106
 
14137
14107
  .k-floating-label-container {
14138
- padding-top: 20.0000000004px;
14108
+ padding-top: calc( 1.4285714286 * 14px);
14139
14109
  box-sizing: border-box;
14140
14110
  display: inline-flex;
14141
14111
  vertical-align: middle;
@@ -14157,8 +14127,8 @@ textarea.k-input-inner {
14157
14127
  white-space: nowrap;
14158
14128
  text-overflow: ellipsis;
14159
14129
  position: absolute;
14160
- top: 25.0000000004px;
14161
- left: 9px;
14130
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14131
+ left: calc( 8px + 1px);
14162
14132
  overflow: hidden;
14163
14133
  cursor: text;
14164
14134
  transform-origin: left center;
@@ -14171,8 +14141,8 @@ textarea.k-input-inner {
14171
14141
  }
14172
14142
 
14173
14143
  .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
14174
- top: 25.0000000004px;
14175
- left: 9px;
14144
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14145
+ left: calc( 8px + 1px);
14176
14146
  transform: scale(1);
14177
14147
  pointer-events: none;
14178
14148
  }
@@ -14191,10 +14161,6 @@ textarea.k-input-inner {
14191
14161
  transform: scale(1);
14192
14162
  }
14193
14163
 
14194
- .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 {
14195
- color: transparent;
14196
- }
14197
-
14198
14164
  .k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
14199
14165
  .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
14200
14166
  color: transparent;
@@ -14210,7 +14176,7 @@ textarea.k-input-inner {
14210
14176
  .k-rtl .k-floating-label-container.k-state-empty > .k-label,
14211
14177
  .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 {
14212
14178
  left: auto;
14213
- right: 9px;
14179
+ right: calc( 8px + 1px);
14214
14180
  }
14215
14181
 
14216
14182
  [dir="rtl"] .k-floating-label-container > .k-label,
@@ -14801,9 +14767,7 @@ textarea.k-input-inner {
14801
14767
  position: relative;
14802
14768
  overflow: hidden;
14803
14769
  cursor: pointer;
14804
- -webkit-user-select: none;
14805
- -ms-user-select: none;
14806
- user-select: none;
14770
+ user-select: none;
14807
14771
  }
14808
14772
 
14809
14773
  .k-chip *,
@@ -15192,7 +15156,7 @@ textarea.k-input-inner {
15192
15156
  }
15193
15157
 
15194
15158
  .k-icon-color-preview .k-color-preview-mask {
15195
- width: 14px;
15159
+ width: calc( 16px - 2px);
15196
15160
  height: 2px;
15197
15161
  }
15198
15162
 
@@ -15355,32 +15319,32 @@ textarea.k-input-inner {
15355
15319
  top: 100%;
15356
15320
  left: 0;
15357
15321
  animation: spinner-3-segment 2s ease infinite;
15358
- animation-delay: -0.6666666667s;
15322
+ animation-delay: calc( -2s / 3);
15359
15323
  }
15360
15324
 
15361
15325
  .k-loader-spinner-3 .k-loader-segment:nth-child(3) {
15362
15326
  top: 100%;
15363
15327
  left: 100%;
15364
15328
  animation: spinner-3-segment 2s ease infinite;
15365
- animation-delay: -1.3333333333s;
15329
+ animation-delay: calc( -4s / 3);
15366
15330
  }
15367
15331
 
15368
15332
  .k-loader-spinner-3.k-loader-sm .k-loader-canvas {
15369
15333
  margin: 2px;
15370
- width: 12px;
15371
- height: 9.8564064608px;
15334
+ width: calc( 16px - 4px);
15335
+ height: calc( 13.8564064608px - 4px);
15372
15336
  }
15373
15337
 
15374
15338
  .k-loader-spinner-3.k-loader-md .k-loader-canvas {
15375
15339
  margin: 4px;
15376
- width: 24px;
15377
- height: 19.7128129216px;
15340
+ width: calc( 32px - 8px);
15341
+ height: calc( 27.7128129216px - 8px);
15378
15342
  }
15379
15343
 
15380
15344
  .k-loader-spinner-3.k-loader-lg .k-loader-canvas {
15381
15345
  margin: 8px;
15382
- width: 48px;
15383
- height: 39.4256258432px;
15346
+ width: calc( 64px - 16px);
15347
+ height: calc( 55.4256258432px - 16px);
15384
15348
  }
15385
15349
 
15386
15350
  @keyframes spinner-4-segment-1 {
@@ -15760,9 +15724,7 @@ textarea.k-input-inner {
15760
15724
  flex-flow: column nowrap;
15761
15725
  flex: none;
15762
15726
  position: relative;
15763
- -webkit-user-select: none;
15764
- -ms-user-select: none;
15765
- user-select: none;
15727
+ user-select: none;
15766
15728
  }
15767
15729
 
15768
15730
  .k-menu-item-content {
@@ -15834,12 +15796,12 @@ textarea.k-input-inner {
15834
15796
 
15835
15797
  .k-menu-vertical > .k-menu-item > .k-menu-link {
15836
15798
  padding: 4px 8px;
15837
- padding-right: 32px;
15799
+ padding-right: calc( 16px + 16px);
15838
15800
  }
15839
15801
 
15840
15802
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
15841
15803
  margin-inline-start: 8px;
15842
- margin-inline-end: -28px;
15804
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15843
15805
  }
15844
15806
 
15845
15807
  .k-menu-vertical > .k-separator {
@@ -15903,12 +15865,12 @@ textarea.k-input-inner {
15903
15865
 
15904
15866
  .k-menu-group-sm .k-menu-link {
15905
15867
  padding: 2px 8px;
15906
- padding-inline-end: 32px;
15868
+ padding-inline-end: calc( 16px + 16px);
15907
15869
  }
15908
15870
 
15909
15871
  .k-menu-group-sm .k-menu-expand-arrow {
15910
15872
  margin-inline-start: 8px;
15911
- margin-inline-end: -28px;
15873
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15912
15874
  }
15913
15875
 
15914
15876
  .k-menu-group-md {
@@ -15923,12 +15885,12 @@ textarea.k-input-inner {
15923
15885
 
15924
15886
  .k-menu-group-md .k-menu-link {
15925
15887
  padding: 4px 8px;
15926
- padding-inline-end: 32px;
15888
+ padding-inline-end: calc( 16px + 16px);
15927
15889
  }
15928
15890
 
15929
15891
  .k-menu-group-md .k-menu-expand-arrow {
15930
15892
  margin-inline-start: 8px;
15931
- margin-inline-end: -28px;
15893
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15932
15894
  }
15933
15895
 
15934
15896
  .k-menu-group-lg {
@@ -15943,12 +15905,12 @@ textarea.k-input-inner {
15943
15905
 
15944
15906
  .k-menu-group-lg .k-menu-link {
15945
15907
  padding: 6px 8px;
15946
- padding-inline-end: 32px;
15908
+ padding-inline-end: calc( 16px + 16px);
15947
15909
  }
15948
15910
 
15949
15911
  .k-menu-group-lg .k-menu-expand-arrow {
15950
15912
  margin-inline-start: 8px;
15951
- margin-inline-end: -28px;
15913
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15952
15914
  }
15953
15915
 
15954
15916
  .k-popups-wrapper {
@@ -16048,13 +16010,13 @@ textarea.k-input-inner {
16048
16010
  .k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
16049
16011
  [dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
16050
16012
  padding-right: 8px;
16051
- padding-left: 32px;
16013
+ padding-left: calc( 16px + 16px);
16052
16014
  }
16053
16015
 
16054
16016
  .k-rtl .k-menu-group .k-menu-link,
16055
16017
  [dir="rtl"] .k-menu-group .k-menu-link {
16056
16018
  padding-right: 8px;
16057
- padding-left: 32px;
16019
+ padding-left: calc( 16px + 16px);
16058
16020
  }
16059
16021
 
16060
16022
  .k-menu:not(.k-context-menu) {
@@ -16145,7 +16107,7 @@ textarea.k-input-inner {
16145
16107
 
16146
16108
  .k-toolbar::before {
16147
16109
  content: "";
16148
- height: calc(1.4285714286em + 10px);
16110
+ height: calc( 1.4285714286em + 8px + 2px);
16149
16111
  margin-inline-start: -8px;
16150
16112
  }
16151
16113
 
@@ -16561,7 +16523,8 @@ kendo-label > .k-label {
16561
16523
 
16562
16524
  .k-form .k-multiselect,
16563
16525
  .k-form .k-floating-label-container,
16564
- .k-form .k-daterangepicker .k-dateinput {
16526
+ .k-form .k-daterangepicker .k-dateinput,
16527
+ .k-form .k-signature {
16565
16528
  display: inline-flex;
16566
16529
  width: 100%;
16567
16530
  }
@@ -16620,7 +16583,7 @@ kendo-label > .k-label {
16620
16583
  }
16621
16584
 
16622
16585
  .k-form-horizontal .k-form-field-wrap {
16623
- max-width: calc(75% - 10px);
16586
+ max-width: calc( ( 100% - 25% ) - 10px);
16624
16587
  flex: 1 1 auto;
16625
16588
  }
16626
16589
 
@@ -16687,7 +16650,7 @@ kendo-label > .k-label {
16687
16650
  width: 25%;
16688
16651
  text-align: right;
16689
16652
  line-height: 1.4285714286;
16690
- padding: 5px 0;
16653
+ padding: calc( 4px + 1px) 0;
16691
16654
  padding-right: 12px;
16692
16655
  align-self: center;
16693
16656
  }
@@ -16736,7 +16699,7 @@ kendo-label > .k-label {
16736
16699
 
16737
16700
  .k-edit-label {
16738
16701
  margin: 0 0 1em 0;
16739
- padding: 5px 0;
16702
+ padding: calc( 4px + 1px) 0;
16740
16703
  width: 30%;
16741
16704
  line-height: 1.4285714286;
16742
16705
  text-align: right;
@@ -16753,7 +16716,7 @@ kendo-label > .k-label {
16753
16716
  }
16754
16717
 
16755
16718
  .k-edit-field.k-no-editor {
16756
- padding: 5px 0;
16719
+ padding: calc( 4px + 1px) 0;
16757
16720
  }
16758
16721
 
16759
16722
  .k-edit-field > .k-widget {
@@ -16976,7 +16939,7 @@ kendo-label > .k-label {
16976
16939
  }
16977
16940
 
16978
16941
  .k-validator-tooltip {
16979
- margin-top: 6px;
16942
+ margin-top: calc( 6px + 0px);
16980
16943
  width: auto;
16981
16944
  white-space: normal;
16982
16945
  display: flex;
@@ -17255,7 +17218,7 @@ kendo-label > .k-label {
17255
17218
  }
17256
17219
 
17257
17220
  .k-progressbar-horizontal {
17258
- width: 27em;
17221
+ width: 100%;
17259
17222
  height: 22px;
17260
17223
  grid-template-columns: 1fr;
17261
17224
  grid-template-rows: 100%;
@@ -17268,13 +17231,13 @@ kendo-label > .k-label {
17268
17231
  .k-progressbar-horizontal > .k-state-selected,
17269
17232
  .k-progressbar-horizontal > .k-selected {
17270
17233
  width: 0;
17271
- width: calc(var( --kendo-progressbar-progress, 0 )*1%);
17234
+ width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17272
17235
  flex-direction: row;
17273
17236
  }
17274
17237
 
17275
17238
  .k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
17276
17239
  .k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
17277
- width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17240
+ width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17278
17241
  }
17279
17242
 
17280
17243
  .k-progressbar-horizontal > ul {
@@ -17305,14 +17268,13 @@ kendo-label > .k-label {
17305
17268
  }
17306
17269
 
17307
17270
  .k-progressbar-vertical .k-progress-status {
17308
- -ms-writing-mode: tb-lr;
17309
- writing-mode: vertical-lr;
17271
+ writing-mode: vertical-lr;
17310
17272
  }
17311
17273
 
17312
17274
  .k-progressbar-vertical > .k-state-selected,
17313
17275
  .k-progressbar-vertical > .k-selected {
17314
17276
  height: 0;
17315
- height: calc(var( --kendo-progressbar-progress, 0 )*1%);
17277
+ height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17316
17278
  flex-direction: column-reverse;
17317
17279
  align-self: flex-end;
17318
17280
  align-items: flex-end;
@@ -17320,7 +17282,7 @@ kendo-label > .k-label {
17320
17282
 
17321
17283
  .k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
17322
17284
  .k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
17323
- height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17285
+ height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17324
17286
  }
17325
17287
 
17326
17288
  .k-progressbar-vertical > ul {
@@ -17740,7 +17702,7 @@ kendo-label > .k-label {
17740
17702
  .k-slider {
17741
17703
  width: min-content;
17742
17704
  height: min-content;
17743
- gap: 7px;
17705
+ gap: calc( 14px / 2);
17744
17706
  }
17745
17707
 
17746
17708
  .k-slider .k-button {
@@ -17763,9 +17725,7 @@ kendo-label > .k-label {
17763
17725
  display: flex;
17764
17726
  flex-flow: inherit;
17765
17727
  justify-content: space-between;
17766
- -webkit-user-select: none;
17767
- -ms-user-select: none;
17768
- user-select: none;
17728
+ user-select: none;
17769
17729
  }
17770
17730
 
17771
17731
  .k-slider .k-slider-track-wrap .k-tick {
@@ -17805,31 +17765,31 @@ kendo-label > .k-label {
17805
17765
  }
17806
17766
 
17807
17767
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17808
- width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17809
- left: calc(var(--kendo-slider-start, 0)*1%);
17768
+ width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17769
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17810
17770
  }
17811
17771
 
17812
17772
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17813
- left: calc(var(--kendo-slider-start, 0)*1%);
17773
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17814
17774
  }
17815
17775
 
17816
17776
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17817
- left: calc(var(--kendo-slider-end, 0)*1%);
17777
+ left: calc( var(--kendo-slider-end, 0) * 1%);
17818
17778
  }
17819
17779
 
17820
17780
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17821
17781
  left: unset;
17822
- right: calc(var(--kendo-slider-start, 0)*1%);
17782
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17823
17783
  }
17824
17784
 
17825
17785
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17826
17786
  left: unset;
17827
- right: calc(var(--kendo-slider-start, 0)*1%);
17787
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17828
17788
  }
17829
17789
 
17830
17790
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17831
17791
  left: unset;
17832
- right: calc(var(--kendo-slider-end, 0)*1%);
17792
+ right: calc( var(--kendo-slider-end, 0) * 1%);
17833
17793
  }
17834
17794
 
17835
17795
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
@@ -17860,16 +17820,16 @@ kendo-label > .k-label {
17860
17820
  }
17861
17821
 
17862
17822
  .k-slider-vertical .k-slider-track-wrap .k-slider-selection {
17863
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17864
- height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17823
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17824
+ height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17865
17825
  }
17866
17826
 
17867
17827
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
17868
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17828
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17869
17829
  }
17870
17830
 
17871
17831
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
17872
- bottom: calc(var(--kendo-slider-end, 0)*1%);
17832
+ bottom: calc( var(--kendo-slider-end, 0) * 1%);
17873
17833
  }
17874
17834
 
17875
17835
  .k-slider-vertical {
@@ -18188,13 +18148,13 @@ kendo-label > .k-label {
18188
18148
  }
18189
18149
 
18190
18150
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
18191
- padding-left: 7px;
18192
- padding-right: 7px;
18151
+ padding-left: calc( 14px / 2);
18152
+ padding-right: calc( 14px / 2);
18193
18153
  }
18194
18154
 
18195
18155
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
18196
- padding-top: 7px;
18197
- padding-bottom: 7px;
18156
+ padding-top: calc( 14px / 2);
18157
+ padding-bottom: calc( 14px / 2);
18198
18158
  }
18199
18159
 
18200
18160
  .k-slider {
@@ -18259,9 +18219,7 @@ kendo-label > .k-label {
18259
18219
  overflow: hidden;
18260
18220
  display: inline-flex;
18261
18221
  flex-flow: column nowrap;
18262
- -webkit-user-select: none;
18263
- -ms-user-select: none;
18264
- user-select: none;
18222
+ user-select: none;
18265
18223
  -webkit-touch-callout: none;
18266
18224
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18267
18225
  }
@@ -18608,6 +18566,10 @@ kendo-label > .k-label {
18608
18566
  display: none;
18609
18567
  }
18610
18568
 
18569
+ .k-calendar-range .k-calendar-view:focus {
18570
+ outline: 0;
18571
+ }
18572
+
18611
18573
  .k-calendar-range .k-range-start {
18612
18574
  border-color: inherit;
18613
18575
  border-top-right-radius: 0;
@@ -18853,9 +18815,7 @@ kendo-label > .k-label {
18853
18815
  overflow: hidden;
18854
18816
  display: flex;
18855
18817
  flex-flow: column nowrap;
18856
- -webkit-user-select: none;
18857
- -ms-user-select: none;
18858
- user-select: none;
18818
+ user-select: none;
18859
18819
  -webkit-touch-callout: none;
18860
18820
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18861
18821
  }
@@ -18899,12 +18859,12 @@ kendo-label > .k-label {
18899
18859
  .k-time-highlight,
18900
18860
  .k-time-list-highlight {
18901
18861
  width: 100%;
18902
- height: 28px;
18862
+ height: calc( 20px + 8px);
18903
18863
  border-width: 1px 0px;
18904
18864
  border-style: solid;
18905
18865
  box-sizing: border-box;
18906
18866
  position: absolute;
18907
- top: calc(50% + 9px);
18867
+ top: calc( 50% + 9px);
18908
18868
  left: 0;
18909
18869
  right: 0;
18910
18870
  transform: translateY(-50%);
@@ -18940,7 +18900,7 @@ kendo-label > .k-label {
18940
18900
  width: 100%;
18941
18901
  left: 0;
18942
18902
  pointer-events: none;
18943
- height: calc(50% - 14px);
18903
+ height: calc( 50% - calc( 20px + 8px)/2);
18944
18904
  box-sizing: border-box;
18945
18905
  border-width: 0;
18946
18906
  border-style: solid;
@@ -19030,14 +18990,14 @@ kendo-label > .k-label {
19030
18990
 
19031
18991
  .k-time-separator {
19032
18992
  width: 0;
19033
- height: 28px;
18993
+ height: calc( 20px + 8px);
19034
18994
  align-self: center;
19035
18995
  display: inline-flex;
19036
18996
  justify-content: center;
19037
18997
  align-items: center;
19038
18998
  position: relative;
19039
18999
  z-index: 11;
19040
- top: 9px;
19000
+ top: calc( 9px);
19041
19001
  }
19042
19002
 
19043
19003
  .k-timeselector {
@@ -19235,9 +19195,7 @@ kendo-label > .k-label {
19235
19195
  border-radius: 4px;
19236
19196
  position: relative;
19237
19197
  flex: 1 1 auto;
19238
- -webkit-user-select: none;
19239
- -ms-user-select: none;
19240
- user-select: none;
19198
+ user-select: none;
19241
19199
  -ms-touch-action: pinch-zoom double-tap-zoom;
19242
19200
  }
19243
19201
 
@@ -19483,7 +19441,7 @@ kendo-label > .k-label {
19483
19441
  }
19484
19442
 
19485
19443
  .k-coloreditor-views {
19486
- min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
19444
+ min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
19487
19445
  padding: 12px 12px;
19488
19446
  gap: 12px;
19489
19447
  }
@@ -19531,7 +19489,7 @@ kendo-label > .k-label {
19531
19489
  }
19532
19490
 
19533
19491
  .k-datetime-wrap {
19534
- width: 288px;
19492
+ width: calc( 256px + 32px);
19535
19493
  overflow: hidden;
19536
19494
  }
19537
19495
 
@@ -19548,7 +19506,7 @@ kendo-label > .k-label {
19548
19506
  .k-datetime-calendar-wrap,
19549
19507
  .k-datetime-time-wrap {
19550
19508
  text-align: center;
19551
- flex: 0 0 288px;
19509
+ flex: 0 0 calc( 256px + 32px);
19552
19510
  }
19553
19511
 
19554
19512
  .k-date-tab .k-datetime-selector {
@@ -19964,9 +19922,7 @@ kendo-label > .k-label {
19964
19922
  line-height: 1;
19965
19923
  position: relative;
19966
19924
  cursor: pointer;
19967
- -webkit-user-select: none;
19968
- -ms-user-select: none;
19969
- user-select: none;
19925
+ user-select: none;
19970
19926
  -webkit-touch-callout: none;
19971
19927
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19972
19928
  }
@@ -20052,11 +20008,11 @@ kendo-label > .k-label {
20052
20008
  }
20053
20009
 
20054
20010
  .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20055
- left: calc(100% - 13px);
20011
+ left: calc( 100% - 13px - 0px);
20056
20012
  }
20057
20013
 
20058
20014
  .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20059
- left: 13px;
20015
+ left: calc( 13px + 0px);
20060
20016
  }
20061
20017
 
20062
20018
  .k-switch-sm[dir="rtl"] .k-switch-label-on,
@@ -20076,13 +20032,13 @@ kendo-label > .k-label {
20076
20032
  .k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20077
20033
  [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
20078
20034
  .k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20079
- left: 13px;
20035
+ left: calc( 13px + 0px);
20080
20036
  }
20081
20037
 
20082
20038
  .k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20083
20039
  [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
20084
20040
  .k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20085
- left: calc(100% - 13px);
20041
+ left: calc( 100% - 13px - 0px);
20086
20042
  }
20087
20043
 
20088
20044
  .k-switch-md {
@@ -20110,11 +20066,11 @@ kendo-label > .k-label {
20110
20066
  }
20111
20067
 
20112
20068
  .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20113
- left: calc(100% - 15px);
20069
+ left: calc( 100% - 15px - 0px);
20114
20070
  }
20115
20071
 
20116
20072
  .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20117
- left: 15px;
20073
+ left: calc( 15px + 0px);
20118
20074
  }
20119
20075
 
20120
20076
  .k-switch-md[dir="rtl"] .k-switch-label-on,
@@ -20134,13 +20090,13 @@ kendo-label > .k-label {
20134
20090
  .k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20135
20091
  [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
20136
20092
  .k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20137
- left: 15px;
20093
+ left: calc( 15px + 0px);
20138
20094
  }
20139
20095
 
20140
20096
  .k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20141
20097
  [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
20142
20098
  .k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20143
- left: calc(100% - 15px);
20099
+ left: calc( 100% - 15px - 0px);
20144
20100
  }
20145
20101
 
20146
20102
  .k-switch-lg {
@@ -20168,11 +20124,11 @@ kendo-label > .k-label {
20168
20124
  }
20169
20125
 
20170
20126
  .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20171
- left: calc(100% - 17px);
20127
+ left: calc( 100% - 17px - 0px);
20172
20128
  }
20173
20129
 
20174
20130
  .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20175
- left: 17px;
20131
+ left: calc( 17px + 0px);
20176
20132
  }
20177
20133
 
20178
20134
  .k-switch-lg[dir="rtl"] .k-switch-label-on,
@@ -20192,13 +20148,13 @@ kendo-label > .k-label {
20192
20148
  .k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20193
20149
  [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
20194
20150
  .k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20195
- left: 17px;
20151
+ left: calc( 17px + 0px);
20196
20152
  }
20197
20153
 
20198
20154
  .k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20199
20155
  [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
20200
20156
  .k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20201
- left: calc(100% - 17px);
20157
+ left: calc( 100% - 17px - 0px);
20202
20158
  }
20203
20159
 
20204
20160
  .k-switch[dir="rtl"] .k-switch-thumb,
@@ -20400,7 +20356,7 @@ kendo-label > .k-label {
20400
20356
  }
20401
20357
 
20402
20358
  .k-upload .k-upload-files .k-file {
20403
- padding: 8px 8px 10px;
20359
+ padding: 8px 8px calc(8px + 2px);
20404
20360
  border-width: 0 0 1px;
20405
20361
  border-style: solid;
20406
20362
  outline: none;
@@ -20510,7 +20466,7 @@ kendo-label > .k-label {
20510
20466
 
20511
20467
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
20512
20468
  .k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
20513
- margin-left: calc(24px + 1em);
20469
+ margin-left: calc( 24px + 1em);
20514
20470
  min-height: 38px;
20515
20471
  display: block;
20516
20472
  overflow: hidden;
@@ -20518,7 +20474,7 @@ kendo-label > .k-label {
20518
20474
 
20519
20475
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
20520
20476
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
20521
- margin-left: calc(24px + 1em);
20477
+ margin-left: calc( 24px + 1em);
20522
20478
  }
20523
20479
 
20524
20480
  .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
@@ -20636,7 +20592,7 @@ kendo-label > .k-label {
20636
20592
  height: 2px;
20637
20593
  position: absolute;
20638
20594
  bottom: 4px;
20639
- width: calc(100% - 16px);
20595
+ width: calc(100% - 8px * 2);
20640
20596
  }
20641
20597
 
20642
20598
  .k-upload .k-progressbar .k-progress {
@@ -21768,7 +21724,7 @@ kendo-label > .k-label {
21768
21724
 
21769
21725
  .k-window-actions {
21770
21726
  margin: -5em 0;
21771
- margin-inline-end: -4px;
21727
+ margin-inline-end: calc( 12px - 16px);
21772
21728
  line-height: 1;
21773
21729
  display: flex;
21774
21730
  flex-flow: row nowrap;
@@ -22132,7 +22088,7 @@ kendo-drawer .k-drawer-wrapper {
22132
22088
  }
22133
22089
 
22134
22090
  .k-drawer-mini .k-drawer-wrapper {
22135
- width: 48px;
22091
+ width: calc(4 * 8px + 16px);
22136
22092
  }
22137
22093
 
22138
22094
  .k-rtl.k-drawer-mini .k-drawer-start,
@@ -22413,7 +22369,7 @@ kendo-card-footer {
22413
22369
  }
22414
22370
 
22415
22371
  .k-card > .k-card-inner {
22416
- border-radius: 5px;
22372
+ border-radius: calc( 6px - 1px);
22417
22373
  display: flex;
22418
22374
  flex-direction: inherit;
22419
22375
  overflow: hidden;
@@ -23078,7 +23034,7 @@ kendo-card-footer {
23078
23034
  .k-bottom-nav-item {
23079
23035
  padding: 0 8px;
23080
23036
  min-width: 72px;
23081
- min-height: 48px;
23037
+ min-height: calc( 40px + 16px - 8px);
23082
23038
  border-width: 0;
23083
23039
  border-radius: 4px;
23084
23040
  box-sizing: border-box;
@@ -23608,8 +23564,8 @@ kendo-card-footer {
23608
23564
  }
23609
23565
 
23610
23566
  .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
23611
- min-width: calc(1.4285714286em + 10px);
23612
- height: calc(1.4285714286em + 10px);
23567
+ min-width: calc( 1.4285714286em + 8px + 2px);
23568
+ height: calc( 1.4285714286em + 8px + 2px);
23613
23569
  color: inherit;
23614
23570
  text-align: center;
23615
23571
  display: inline-flex;
@@ -23727,7 +23683,7 @@ kendo-card-footer {
23727
23683
  .k-pager-sm .k-pager-numbers-wrap {
23728
23684
  margin-left: 1em;
23729
23685
  margin-right: 1em;
23730
- height: calc(1.4285714286em + 10px);
23686
+ height: calc( 1.4285714286em + 8px + 2px);
23731
23687
  border-color: inherit;
23732
23688
  }
23733
23689
 
@@ -23901,10 +23857,10 @@ kendo-card-footer {
23901
23857
  pointer-events: none;
23902
23858
  display: none;
23903
23859
  position: absolute;
23904
- top: -4px;
23905
- right: -4px;
23906
- bottom: -4px;
23907
- left: -4px;
23860
+ top: calc( -1 * calc( 1px + 3px));
23861
+ right: calc( -1 * calc( 1px + 3px));
23862
+ bottom: calc( -1 * calc( 1px + 3px));
23863
+ left: calc( -1 * calc( 1px + 3px));
23908
23864
  z-index: 2;
23909
23865
  }
23910
23866
 
@@ -23929,7 +23885,7 @@ kendo-card-footer {
23929
23885
  }
23930
23886
 
23931
23887
  .k-stepper .k-step-label .k-step-text {
23932
- max-width: calc(10em - 20px);
23888
+ max-width: calc(10em - (16px + 4px));
23933
23889
  flex-grow: 1;
23934
23890
  white-space: nowrap;
23935
23891
  text-overflow: ellipsis;
@@ -23990,13 +23946,13 @@ kendo-card-footer {
23990
23946
  }
23991
23947
 
23992
23948
  .k-step-list-horizontal .k-step-indicator + .k-step-label {
23993
- margin-top: 5px;
23949
+ margin-top: calc(8px - 3px);
23994
23950
  }
23995
23951
 
23996
23952
  .k-step-list-horizontal ~ .k-progressbar {
23997
23953
  width: 100%;
23998
23954
  height: 2px;
23999
- top: 17px;
23955
+ top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
24000
23956
  }
24001
23957
 
24002
23958
  .k-step-list-vertical {
@@ -24004,7 +23960,7 @@ kendo-card-footer {
24004
23960
  }
24005
23961
 
24006
23962
  .k-step-list-vertical .k-step {
24007
- min-height: 54px;
23963
+ min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
24008
23964
  }
24009
23965
 
24010
23966
  .k-step-list-vertical .k-step-label {
@@ -24019,7 +23975,7 @@ kendo-card-footer {
24019
23975
  width: 2px;
24020
23976
  height: 100%;
24021
23977
  min-height: 20px;
24022
- left: 17px;
23978
+ left: calc((28px + 2 * 1px + 2 * 2px) / 2);
24023
23979
  }
24024
23980
 
24025
23981
  .k-step-list-vertical .k-step-content {
@@ -24058,7 +24014,7 @@ kendo-card-footer {
24058
24014
  .k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
24059
24015
  .k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
24060
24016
  left: auto;
24061
- right: 17px;
24017
+ right: calc((28px + 2 * 1px + 2 * 2px) / 2);
24062
24018
  }
24063
24019
 
24064
24020
  .k-stepper {
@@ -24544,7 +24500,7 @@ kendo-card-footer {
24544
24500
 
24545
24501
  .k-wizard .k-wizard-step {
24546
24502
  box-sizing: border-box;
24547
- padding: 10px;
24503
+ padding: calc(8px + 2px);
24548
24504
  width: 100%;
24549
24505
  display: flex;
24550
24506
  flex-direction: column;
@@ -24773,9 +24729,7 @@ kendo-card-footer {
24773
24729
  align-items: center;
24774
24730
  align-content: center;
24775
24731
  position: relative;
24776
- -webkit-user-select: none;
24777
- -ms-user-select: none;
24778
- user-select: none;
24732
+ user-select: none;
24779
24733
  cursor: default;
24780
24734
  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;
24781
24735
  }
@@ -24812,9 +24766,7 @@ kendo-card-footer {
24812
24766
  align-items: center;
24813
24767
  align-content: center;
24814
24768
  position: relative;
24815
- -webkit-user-select: none;
24816
- -ms-user-select: none;
24817
- user-select: none;
24769
+ user-select: none;
24818
24770
  cursor: default;
24819
24771
  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;
24820
24772
  }
@@ -24852,7 +24804,7 @@ kendo-card-footer {
24852
24804
  .k-panelbar .k-group .k-panelbar-expand,
24853
24805
  .k-panelbar .k-group .k-panelbar-collapse,
24854
24806
  .k-panelbar .k-panelbar-group .k-panelbar-toggle {
24855
- margin-inline-end: 0px;
24807
+ margin-inline-end: calc( 16px - 16px);
24856
24808
  }
24857
24809
 
24858
24810
  .k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
@@ -24896,7 +24848,7 @@ kendo-card-footer {
24896
24848
  .k-ie .k-group .k-panelbar-expand,
24897
24849
  .k-ie .k-group .k-panelbar-collapse,
24898
24850
  .k-ie .k-panelbar-group .k-panelbar-toggle {
24899
- margin-right: 0px;
24851
+ margin-right: calc( 16px - 16px);
24900
24852
  }
24901
24853
 
24902
24854
  .k-rtl .k-ie .k-panelbar-expand,
@@ -24917,7 +24869,7 @@ kendo-card-footer {
24917
24869
  .k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
24918
24870
  .k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
24919
24871
  .k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
24920
- margin-left: 0px;
24872
+ margin-left: calc( 16px - 16px);
24921
24873
  }
24922
24874
 
24923
24875
  .k-panelbar {
@@ -25104,6 +25056,7 @@ kendo-card-footer {
25104
25056
  outline: 0;
25105
25057
  position: absolute;
25106
25058
  -webkit-user-select: none;
25059
+ -moz-user-select: none;
25107
25060
  -ms-user-select: none;
25108
25061
  user-select: none;
25109
25062
  display: flex;
@@ -25355,9 +25308,7 @@ kendo-card-footer {
25355
25308
  .k-pane-wrapper .k-pane {
25356
25309
  width: 100%;
25357
25310
  height: 100%;
25358
- -webkit-user-select: none;
25359
- -ms-user-select: none;
25360
- user-select: none;
25311
+ user-select: none;
25361
25312
  box-sizing: border-box;
25362
25313
  font-family: sans-serif;
25363
25314
  overflow-x: hidden;
@@ -25439,8 +25390,8 @@ kendo-card-footer {
25439
25390
  .k-grid-mobile .k-header a {
25440
25391
  -webkit-touch-callout: none;
25441
25392
  -webkit-user-select: none;
25442
- -ms-user-select: none;
25443
- user-select: none;
25393
+ -moz-user-select: none;
25394
+ user-select: none;
25444
25395
  -webkit-user-drag: none;
25445
25396
  -moz-user-drag: none;
25446
25397
  }
@@ -25639,8 +25590,7 @@ kendo-card-footer {
25639
25590
  .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
25640
25591
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
25641
25592
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
25642
- -ms-writing-mode: tb-lr;
25643
- writing-mode: vertical-lr;
25593
+ writing-mode: vertical-lr;
25644
25594
  transform: rotate(180deg);
25645
25595
  white-space: nowrap;
25646
25596
  }
@@ -26001,7 +25951,7 @@ kendo-card-footer {
26001
25951
  }
26002
25952
 
26003
25953
  .k-grid .k-grouping-row .k-icon {
26004
- margin-left: -4px;
25954
+ margin-left: calc( 8px - 12px);
26005
25955
  margin-right: 8px;
26006
25956
  text-decoration: none;
26007
25957
  }
@@ -26170,7 +26120,7 @@ kendo-card-footer {
26170
26120
  .k-grid[dir="rtl"] .k-grid-header .k-filterable,
26171
26121
  .k-rtl .k-grid .k-grid-header .k-with-icon,
26172
26122
  .k-rtl .k-grid .k-grid-header .k-filterable {
26173
- padding-left: calc(1.4285714286em + 14px);
26123
+ padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26174
26124
  padding-right: 12px;
26175
26125
  }
26176
26126
 
@@ -26226,7 +26176,7 @@ kendo-card-footer {
26226
26176
  .k-grid[dir="rtl"] .k-grouping-row .k-icon,
26227
26177
  .k-rtl .k-grid .k-grouping-row .k-icon {
26228
26178
  margin-left: 8px;
26229
- margin-right: -4px;
26179
+ margin-right: calc( 8px - 12px);
26230
26180
  }
26231
26181
 
26232
26182
  .k-grid[dir="rtl"] .k-column-resizer,
@@ -26302,7 +26252,7 @@ kendo-card-footer {
26302
26252
 
26303
26253
  .k-grouping-header::before {
26304
26254
  content: "";
26305
- height: calc(1.4285714286em + 10px);
26255
+ height: calc( 1.4285714286em + 8px + 2px);
26306
26256
  display: inline-block;
26307
26257
  vertical-align: middle;
26308
26258
  }
@@ -26381,7 +26331,7 @@ kendo-card-footer {
26381
26331
 
26382
26332
  .k-grouping-dropclue {
26383
26333
  width: 12px;
26384
- height: calc(1.4285714286em + 10px);
26334
+ height: calc( 1.4285714286em + 8px + 2px);
26385
26335
  position: absolute;
26386
26336
  top: 3px;
26387
26337
  box-sizing: content-box;
@@ -26406,7 +26356,7 @@ kendo-card-footer {
26406
26356
  width: 2px;
26407
26357
  height: calc(100% - 6px);
26408
26358
  top: 6px;
26409
- left: 5px;
26359
+ left: calc( 6px - 1px);
26410
26360
  }
26411
26361
 
26412
26362
  .k-grid-header-wrap,
@@ -26459,9 +26409,7 @@ div.k-grid-footer {
26459
26409
  }
26460
26410
 
26461
26411
  .k-grid-header.k-grid-draggable-header {
26462
- -webkit-user-select: none;
26463
- -ms-user-select: none;
26464
- user-select: none;
26412
+ user-select: none;
26465
26413
  touch-action: none;
26466
26414
  }
26467
26415
 
@@ -26496,12 +26444,12 @@ div.k-grid-footer {
26496
26444
 
26497
26445
  .k-grid-header .k-with-icon,
26498
26446
  .k-grid-header .k-filterable {
26499
- padding-right: calc(1.4285714286em + 14px);
26447
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26500
26448
  }
26501
26449
 
26502
26450
  .k-ie .k-grid-header .k-with-icon, .k-ie
26503
26451
  .k-grid-header .k-filterable {
26504
- padding-right: calc(1.4285714286em + 14px);
26452
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26505
26453
  }
26506
26454
 
26507
26455
  .k-grid-header .k-header > .k-link:focus {
@@ -26511,8 +26459,8 @@ div.k-grid-footer {
26511
26459
  .k-grid-header .k-grid-filter,
26512
26460
  .k-grid-header .k-header-column-menu {
26513
26461
  padding: 4px;
26514
- width: calc(1.4285714286em + 10px);
26515
- height: calc(1.4285714286em + 10px);
26462
+ width: calc( 1.4285714286em + 8px + 2px);
26463
+ height: calc( 1.4285714286em + 8px + 2px);
26516
26464
  box-sizing: border-box;
26517
26465
  outline: 0;
26518
26466
  line-height: 1.4285714286;
@@ -26522,7 +26470,7 @@ div.k-grid-footer {
26522
26470
  justify-content: center;
26523
26471
  position: absolute;
26524
26472
  right: 4px;
26525
- bottom: 4px;
26473
+ bottom: calc( 8px + 0.7142857143em - calc( 1.4285714286em + 8px)/2);
26526
26474
  z-index: 1;
26527
26475
  }
26528
26476
 
@@ -26533,7 +26481,7 @@ div.k-grid-footer {
26533
26481
 
26534
26482
  .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 {
26535
26483
  vertical-align: text-top;
26536
- margin-left: 7px;
26484
+ margin-inline-start: calc( 8px - 1px);
26537
26485
  }
26538
26486
 
26539
26487
  .k-grid-header .k-sort-order {
@@ -26542,7 +26490,7 @@ div.k-grid-footer {
26542
26490
  height: 16px;
26543
26491
  font-size: 12px;
26544
26492
  margin-top: 2px;
26545
- margin-left: -2px;
26493
+ margin-inline-start: -2px;
26546
26494
  }
26547
26495
 
26548
26496
  .k-column-resizer {
@@ -26940,15 +26888,15 @@ div.k-grid-norecords {
26940
26888
  }
26941
26889
 
26942
26890
  .k-header > .k-cell-inner {
26943
- margin: -8px calc(-1.4285714286em - -2px) -8px -12px;
26891
+ margin: -8px -12px;
26944
26892
  }
26945
26893
 
26946
26894
  .k-filterable > .k-cell-inner {
26947
- margin: -8px calc(-1.4285714286em + -10px) -8px -12px;
26895
+ margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 8px + 2px) + 4px));
26948
26896
  }
26949
26897
 
26950
26898
  .k-filterable > .k-cell-inner .k-link {
26951
- padding-right: 0;
26899
+ padding-inline-end: 0;
26952
26900
  }
26953
26901
 
26954
26902
  .k-cell-inner {
@@ -26985,6 +26933,7 @@ div.k-grid-norecords {
26985
26933
  .k-cell-inner .k-grid-filter,
26986
26934
  .k-cell-inner .k-header-column-menu {
26987
26935
  position: static;
26936
+ margin-inline-end: 4px;
26988
26937
  }
26989
26938
 
26990
26939
  .k-cell-inner .k-grid-filter,
@@ -27263,9 +27212,7 @@ div.k-grid-norecords {
27263
27212
  display: flex;
27264
27213
  flex: 0 0 auto;
27265
27214
  position: relative;
27266
- -webkit-user-select: none;
27267
- -ms-user-select: none;
27268
- user-select: none;
27215
+ user-select: none;
27269
27216
  }
27270
27217
 
27271
27218
  .k-column-menu-group-header-text {
@@ -27284,30 +27231,6 @@ div.k-grid-norecords {
27284
27231
  margin-right: 0;
27285
27232
  }
27286
27233
 
27287
- [dir="rtl"] .k-header > .k-cell-inner,
27288
- .k-rtl .k-header > .k-cell-inner {
27289
- margin-right: -12px;
27290
- margin-left: calc(-1.4285714286em - -2px);
27291
- }
27292
-
27293
- [dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
27294
- .k-rtl .k-header > .k-cell-inner .k-sort-order {
27295
- margin-right: -2px;
27296
- margin-left: 0;
27297
- }
27298
-
27299
- [dir="rtl"] .k-filterable > .k-cell-inner,
27300
- .k-rtl .k-filterable > .k-cell-inner {
27301
- margin-right: -12px;
27302
- margin-left: calc(-1.4285714286em + -10px);
27303
- }
27304
-
27305
- [dir="rtl"] .k-filterable > .k-cell-inner .k-link,
27306
- .k-rtl .k-filterable > .k-cell-inner .k-link {
27307
- padding-right: 12px;
27308
- padding-left: 0;
27309
- }
27310
-
27311
27234
  .k-ie .k-grid-header,
27312
27235
  .k-ie .k-grid-footer {
27313
27236
  padding-right: 17px;
@@ -27382,9 +27305,9 @@ tbody .k-group-cell {
27382
27305
  background-color: rgba(0, 0, 0, 0.04);
27383
27306
  }
27384
27307
 
27385
- .k-grid tbody tr:not(.k-detail-row):hover,
27386
- .k-grid tbody tr:not(.k-detail-row).k-state-hover,
27387
- .k-grid tbody tr:not(.k-detail-row).k-hover {
27308
+ .k-grid tbody > tr:not(.k-detail-row):hover,
27309
+ .k-grid tbody > tr:not(.k-detail-row).k-state-hover,
27310
+ .k-grid tbody > tr:not(.k-detail-row).k-hover {
27388
27311
  background-color: #ededed;
27389
27312
  }
27390
27313
 
@@ -28139,6 +28062,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28139
28062
  border-color: inherit;
28140
28063
  box-sizing: border-box;
28141
28064
  -webkit-user-select: none;
28065
+ -moz-user-select: none;
28142
28066
  -ms-user-select: none;
28143
28067
  user-select: none;
28144
28068
  position: absolute;
@@ -28462,12 +28386,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28462
28386
 
28463
28387
  .k-spreadsheet-filter-menu > .k-menu .k-link,
28464
28388
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
28465
- padding-left: 24px;
28389
+ padding-left: calc( 16px + 8px);
28466
28390
  }
28467
28391
 
28468
28392
  .k-spreadsheet-filter-menu > .k-menu .k-icon,
28469
28393
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
28470
- margin-left: -20px;
28394
+ margin-left: calc(-1 * ( 16px + 4px ));
28471
28395
  margin-right: 4px;
28472
28396
  }
28473
28397
 
@@ -29130,9 +29054,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29130
29054
  border-style: solid;
29131
29055
  box-sizing: border-box;
29132
29056
  cursor: pointer;
29133
- -webkit-user-select: none;
29134
- -ms-user-select: none;
29135
- user-select: none;
29057
+ user-select: none;
29136
29058
  }
29137
29059
 
29138
29060
  .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
@@ -29143,8 +29065,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29143
29065
 
29144
29066
  .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
29145
29067
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
29146
- -ms-writing-mode: tb-rl;
29147
- writing-mode: vertical-rl;
29068
+ writing-mode: vertical-rl;
29148
29069
  }
29149
29070
 
29150
29071
  .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
@@ -29169,19 +29090,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29169
29090
  }
29170
29091
 
29171
29092
  .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
29172
- right: calc(1.4285714286em + 10px);
29093
+ right: calc( 1.4285714286em + 8px + 2px);
29173
29094
  }
29174
29095
 
29175
29096
  .k-flex-row-reverse .k-pivotgrid-configurator-overlay {
29176
- left: calc(1.4285714286em + 10px);
29097
+ left: calc( 1.4285714286em + 8px + 2px);
29177
29098
  }
29178
29099
 
29179
29100
  .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29180
- bottom: calc(1.4285714286em + 10px);
29101
+ bottom: calc( 1.4285714286em + 8px + 2px);
29181
29102
  }
29182
29103
 
29183
29104
  .k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
29184
- top: calc(1.4285714286em + 10px);
29105
+ top: calc( 1.4285714286em + 8px + 2px);
29185
29106
  }
29186
29107
 
29187
29108
  .k-pivotgrid-configurator-header {
@@ -29942,7 +29863,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29942
29863
  content: "";
29943
29864
  position: absolute;
29944
29865
  width: 1px;
29945
- top: -5px;
29866
+ top: calc(-4px - 1px);
29946
29867
  bottom: 50%;
29947
29868
  left: -8px;
29948
29869
  }
@@ -30129,7 +30050,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30129
30050
  .k-filemanager-preview {
30130
30051
  padding: 48px 16px 16px;
30131
30052
  width: 20%;
30132
- min-height: 304px;
30053
+ min-height: calc( 64px + 192px + 48px);
30133
30054
  border-width: 0;
30134
30055
  border-left-width: 1px;
30135
30056
  border-style: solid;
@@ -30683,8 +30604,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30683
30604
 
30684
30605
  .k-editor-toolbar .k-tool {
30685
30606
  padding: 4px;
30686
- width: calc(1.4285714286em + 10px);
30687
- height: calc(1.4285714286em + 10px);
30607
+ width: calc( 1.4285714286em + 8px + 2px);
30608
+ height: calc( 1.4285714286em + 8px + 2px);
30688
30609
  }
30689
30610
 
30690
30611
  .k-editor-toolbar .k-tool-text {
@@ -30746,9 +30667,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30746
30667
  float: left;
30747
30668
  opacity: 1;
30748
30669
  cursor: text;
30749
- -webkit-user-select: none;
30750
- -ms-user-select: none;
30751
- user-select: none;
30670
+ user-select: none;
30752
30671
  }
30753
30672
 
30754
30673
  td.k-editor-content {
@@ -30858,7 +30777,7 @@ td.k-editor-content {
30858
30777
 
30859
30778
  .k-editor-dialog .k-edit-label {
30860
30779
  width: 30%;
30861
- padding: 5px 0;
30780
+ padding: calc( 4px + 1px) 0;
30862
30781
  }
30863
30782
 
30864
30783
  .k-editor-dialog .k-edit-field {
@@ -31287,7 +31206,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31287
31206
 
31288
31207
  .k-imageeditor-action-pane {
31289
31208
  padding: 32px 16px;
31290
- width: 241px;
31209
+ width: calc(240px + 1px);
31291
31210
  border-width: 0;
31292
31211
  border-left-width: 1px;
31293
31212
  border-style: solid;
@@ -31335,14 +31254,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31335
31254
 
31336
31255
  .k-imageeditor-crop .k-resize-n,
31337
31256
  .k-imageeditor-crop .k-resize-s {
31338
- left: calc(50% - 7.5px);
31257
+ left: calc( 50% - (7.5px));
31339
31258
  width: 15px;
31340
31259
  height: 0;
31341
31260
  }
31342
31261
 
31343
31262
  .k-imageeditor-crop .k-resize-w,
31344
31263
  .k-imageeditor-crop .k-resize-e {
31345
- top: calc(50% - 7.5px);
31264
+ top: calc( 50% - (7.5px));
31346
31265
  width: 0;
31347
31266
  height: 15px;
31348
31267
  }
@@ -31393,7 +31312,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31393
31312
  .k-imageeditor-canvas {
31394
31313
  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;
31395
31314
  background-repeat: repeat, repeat;
31396
- background-position: 0px 0px, 5px 5px;
31315
+ background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
31397
31316
  transform-origin: 0 0 0;
31398
31317
  background-origin: padding-box, padding-box;
31399
31318
  background-size: 10px 10px, 10px 10px;
@@ -31438,7 +31357,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31438
31357
  }
31439
31358
 
31440
31359
  .k-gantt .k-grid-header tr {
31441
- height: calc(1.4285714286em + 17px);
31360
+ height: calc( 1.4285714286em + 16px + 1px);
31442
31361
  }
31443
31362
 
31444
31363
  .k-gantt .k-grid-header .k-header {
@@ -31450,11 +31369,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31450
31369
  }
31451
31370
 
31452
31371
  .k-gantt .k-grid-content tr {
31453
- height: calc(1.4285714286em + 16px);
31372
+ height: calc( 1.4285714286em + 16px + 0px);
31454
31373
  }
31455
31374
 
31456
31375
  .k-gantt.k-gantt-planned .k-grid-content tr {
31457
- height: calc(2.4285714286em + 16px);
31376
+ height: calc( 2.4285714286em + 16px + 0px);
31458
31377
  }
31459
31378
 
31460
31379
  .k-gantt .k-gantt-layout {
@@ -31621,8 +31540,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31621
31540
  .k-gantt-toolbar .k-gantt-pdf,
31622
31541
  .k-gantt-toolbar .k-gantt-create {
31623
31542
  padding: 4px;
31624
- width: calc(1.4285714286em + 10px);
31625
- height: calc(1.4285714286em + 10px);
31543
+ width: calc( 1.4285714286em + 8px + 2px);
31544
+ height: calc( 1.4285714286em + 8px + 2px);
31626
31545
  }
31627
31546
  .k-gantt-toolbar .k-gantt-pdf .k-button-text,
31628
31547
  .k-gantt-toolbar .k-gantt-create .k-button-text {
@@ -31658,7 +31577,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31658
31577
  }
31659
31578
 
31660
31579
  .k-gantt-treelist .k-grid-header tr {
31661
- height: calc(2.8571428571em + 34px);
31580
+ height: calc( 2.8571428571em + 32px + 2px);
31662
31581
  vertical-align: bottom;
31663
31582
  }
31664
31583
 
@@ -31672,7 +31591,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31672
31591
  }
31673
31592
 
31674
31593
  .k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
31675
- height: calc(1.4285714286em + 17px);
31594
+ height: calc( 1.4285714286em + 16px + 1px);
31676
31595
  }
31677
31596
 
31678
31597
  .k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
@@ -31793,8 +31712,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31793
31712
  }
31794
31713
 
31795
31714
  .k-task-dot {
31796
- width: 16px;
31797
- height: 16px;
31715
+ width: calc( 8px + 8px);
31716
+ height: calc( 8px + 8px);
31798
31717
  line-height: 1;
31799
31718
  cursor: pointer;
31800
31719
  display: none;
@@ -32065,7 +31984,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32065
31984
 
32066
31985
  .k-task-planned .k-task-moment {
32067
31986
  border-width: 2px;
32068
- border-radius: 5px;
31987
+ border-radius: calc( ( 4px + 6px ) / 2);
32069
31988
  border-style: solid;
32070
31989
  height: 6px;
32071
31990
  width: 6px;
@@ -32076,15 +31995,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32076
31995
  }
32077
31996
 
32078
31997
  .k-task-planned .k-task-moment.k-moment-left {
32079
- margin-left: -4px;
31998
+ margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
32080
31999
  }
32081
32000
 
32082
32001
  .k-task-planned:hover .k-task-duration {
32083
- height: 3px;
32002
+ height: calc( 2px + 1px);
32084
32003
  }
32085
32004
 
32086
32005
  .k-milestone-wrap .k-task-moment {
32087
- margin-left: 3px;
32006
+ margin-left: calc( 6px / 2);
32088
32007
  }
32089
32008
 
32090
32009
  .k-planned-tooltip .k-task-content {
@@ -32885,7 +32804,7 @@ kendo-scheduler .k-event > div,
32885
32804
 
32886
32805
  kendo-scheduler .k-event .k-event-template,
32887
32806
  .k-event .k-event-template {
32888
- line-height: 17px;
32807
+ line-height: calc( 25px - (2 * 4px));
32889
32808
  padding: 4px 8px;
32890
32809
  }
32891
32810
 
@@ -33301,12 +33220,12 @@ kendo-scheduler .k-recurrence-editor {
33301
33220
  }
33302
33221
 
33303
33222
  .k-scheduler-yearview .k-day-indicator {
33304
- margin-top: calc(32px - 1em);
33223
+ margin-top: calc( 32px - (0.5em * 2));
33305
33224
  width: 3px;
33306
33225
  height: 3px;
33307
33226
  border-radius: 50%;
33308
33227
  position: absolute;
33309
- left: calc(50% - 1.5px);
33228
+ left: calc( 50% - (3px / 2));
33310
33229
  }
33311
33230
 
33312
33231
  .k-scheduler-tooltip {
@@ -33863,11 +33782,11 @@ kendo-scheduler .k-recurrence-editor {
33863
33782
  }
33864
33783
 
33865
33784
  .k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
33866
- padding-left: 40px;
33785
+ padding-left: calc( 32px + 8px);
33867
33786
  }
33868
33787
 
33869
33788
  .k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
33870
- padding-right: 40px;
33789
+ padding-right: calc( 32px + 8px);
33871
33790
  }
33872
33791
 
33873
33792
  .k-author {
@@ -33901,9 +33820,7 @@ kendo-scheduler .k-recurrence-editor {
33901
33820
  border-style: solid;
33902
33821
  line-height: 18px;
33903
33822
  cursor: pointer;
33904
- -webkit-user-select: none;
33905
- -ms-user-select: none;
33906
- user-select: none;
33823
+ user-select: none;
33907
33824
  display: inline-block;
33908
33825
  flex: 0 0 auto;
33909
33826
  transition-property: color, background-color, border-color;
@@ -34165,13 +34082,13 @@ kendo-scheduler .k-recurrence-editor {
34165
34082
  .k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
34166
34083
  [dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
34167
34084
  padding-left: 0;
34168
- padding-right: 40px;
34085
+ padding-right: calc( 32px + 8px);
34169
34086
  }
34170
34087
 
34171
34088
  .k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
34172
34089
  [dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
34173
34090
  padding-right: 0;
34174
- padding-left: 40px;
34091
+ padding-left: calc( 32px + 8px);
34175
34092
  }
34176
34093
 
34177
34094
  .k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
@@ -34402,7 +34319,7 @@ kendo-scheduler .k-recurrence-editor {
34402
34319
  border-radius: 4px;
34403
34320
  line-height: 1.4285714286;
34404
34321
  min-width: 80px;
34405
- max-width: 160px;
34322
+ max-width: calc(80px + 2 * 40px);
34406
34323
  position: relative;
34407
34324
  z-index: 1;
34408
34325
  }
@@ -34482,11 +34399,11 @@ kendo-scheduler .k-recurrence-editor {
34482
34399
  }
34483
34400
 
34484
34401
  .k-timeline-vertical {
34485
- padding-left: 127px;
34402
+ padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
34486
34403
  }
34487
34404
 
34488
34405
  .k-timeline-vertical.k-timeline-dates-hidden {
34489
- padding-left: 77px;
34406
+ padding-left: calc(40px + (80px - 6px) / 2);
34490
34407
  }
34491
34408
 
34492
34409
  .k-timeline-vertical::after {
@@ -34529,7 +34446,7 @@ kendo-scheduler .k-recurrence-editor {
34529
34446
 
34530
34447
  .k-timeline-vertical .k-timeline-card .k-card {
34531
34448
  margin-left: 16px;
34532
- min-height: 70px;
34449
+ min-height: calc(2 * (36px - 1px));
34533
34450
  width: 400px;
34534
34451
  max-width: 100%;
34535
34452
  }
@@ -34681,9 +34598,9 @@ kendo-scheduler .k-recurrence-editor {
34681
34598
 
34682
34599
  .k-timeline-horizontal .k-timeline-track-wrap::after {
34683
34600
  top: auto;
34684
- bottom: 18px;
34685
- left: 28px;
34686
- right: 28px;
34601
+ bottom: calc((30px / 2) + 3px);
34602
+ left: calc(30px - 2 * 1px);
34603
+ right: calc(30px - 2 * 1px);
34687
34604
  transform: translateY(-50%);
34688
34605
  height: 6px;
34689
34606
  }
@@ -34700,7 +34617,7 @@ kendo-scheduler .k-recurrence-editor {
34700
34617
  }
34701
34618
 
34702
34619
  .k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
34703
- margin-bottom: 22px;
34620
+ margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
34704
34621
  position: relative;
34705
34622
  min-width: 60px;
34706
34623
  }
@@ -34726,7 +34643,7 @@ kendo-scheduler .k-recurrence-editor {
34726
34643
  height: 30px;
34727
34644
  border-radius: 50%;
34728
34645
  position: absolute;
34729
- bottom: 11px;
34646
+ bottom: calc(6px + 3px + 2 * 1px);
34730
34647
  z-index: 3;
34731
34648
  display: flex;
34732
34649
  align-items: center;
@@ -34747,7 +34664,7 @@ kendo-scheduler .k-recurrence-editor {
34747
34664
  }
34748
34665
 
34749
34666
  .k-timeline-mobile .k-timeline-flag {
34750
- max-width: 112px;
34667
+ max-width: calc(80px + 2 * 16px);
34751
34668
  }
34752
34669
 
34753
34670
  .k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
@@ -34755,11 +34672,11 @@ kendo-scheduler .k-recurrence-editor {
34755
34672
  }
34756
34673
 
34757
34674
  .k-timeline-mobile.k-timeline-vertical {
34758
- padding-left: 103px;
34675
+ padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
34759
34676
  }
34760
34677
 
34761
34678
  .k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
34762
- padding-left: 53px;
34679
+ padding-left: calc(16px + (80px - 6px) / 2);
34763
34680
  }
34764
34681
 
34765
34682
  .k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
@@ -34870,6 +34787,7 @@ kendo-scheduler .k-recurrence-editor {
34870
34787
 
34871
34788
  .k-pdf-viewer .k-list-scroller .k-enable-text-select {
34872
34789
  -webkit-user-select: text;
34790
+ -moz-user-select: text;
34873
34791
  -ms-user-select: text;
34874
34792
  user-select: text;
34875
34793
  cursor: text;
@@ -34969,9 +34887,7 @@ kendo-scheduler .k-recurrence-editor {
34969
34887
 
34970
34888
  .km-scrollview,
34971
34889
  .km-scroll-container {
34972
- -webkit-user-select: none;
34973
- -ms-user-select: none;
34974
- user-select: none;
34890
+ user-select: none;
34975
34891
  border-collapse: separate;
34976
34892
  }
34977
34893
 
@@ -35086,9 +35002,7 @@ kendo-scrollview.k-scrollview,
35086
35002
 
35087
35003
  .k-scrollview-wrap .k-scrollview img,
35088
35004
  .k-scrollview .k-scrollview-wrap img {
35089
- -webkit-user-select: none;
35090
- -ms-user-select: none;
35091
- user-select: none;
35005
+ user-select: none;
35092
35006
  }
35093
35007
 
35094
35008
  .k-scrollview-wrap .k-scrollview > li,
@@ -35110,20 +35024,20 @@ kendo-scrollview.k-scrollview,
35110
35024
  .k-scrollview-wrap.k-scrollview-animate {
35111
35025
  display: flex;
35112
35026
  flex-flow: row nowrap;
35113
- width: calc(var(--kendo-scrollview-views, 1)*100%);
35027
+ width: calc( var(--kendo-scrollview-views, 1) * 100%);
35114
35028
  transition-duration: 0.3s;
35115
35029
  transition-timing-function: ease-in-out;
35116
- transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35030
+ transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35117
35031
  }
35118
35032
 
35119
35033
  .k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
35120
- width: calc(100%/var(--kendo-scrollview-views, 1));
35121
- flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
35034
+ width: calc( 100% / var(--kendo-scrollview-views, 1));
35035
+ flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
35122
35036
  }
35123
35037
 
35124
35038
  [dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
35125
35039
  .k-rtl .k-scrollview-wrap.k-scrollview-animate {
35126
- transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35040
+ transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35127
35041
  }
35128
35042
 
35129
35043
  kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
@@ -35135,7 +35049,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
35135
35049
  left: 0;
35136
35050
  right: 0;
35137
35051
  bottom: 0;
35138
- height: 50px;
35052
+ height: calc( 10px + 0px + 40px);
35139
35053
  text-align: center;
35140
35054
  }
35141
35055
 
@@ -35211,9 +35125,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
35211
35125
  height: 60%;
35212
35126
  top: 20%;
35213
35127
  text-decoration: none;
35214
- -webkit-user-select: none;
35215
- -ms-user-select: none;
35216
- user-select: none;
35128
+ user-select: none;
35217
35129
  cursor: pointer;
35218
35130
  }
35219
35131
 
@@ -35690,11 +35602,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35690
35602
  }
35691
35603
 
35692
35604
  .k-treemap .k-treemap-title + .k-treemap-wrap {
35693
- top: 25.0000000004px;
35605
+ top: calc( 4px + (1.4285714286 * 14px) + 1px);
35694
35606
  }
35695
35607
 
35696
35608
  .k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
35697
- left: 25.0000000004px;
35609
+ left: calc( 4px + (1.4285714286 * 14px) + 1px);
35698
35610
  }
35699
35611
 
35700
35612
  .k-treemap .k-leaf {
@@ -36094,9 +36006,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36094
36006
  .k-map .km-scroll-wrapper {
36095
36007
  width: 100%;
36096
36008
  height: 100%;
36097
- -webkit-user-select: none;
36098
- -ms-user-select: none;
36099
- user-select: none;
36009
+ user-select: none;
36100
36010
  position: absolute;
36101
36011
  }
36102
36012
 
@@ -36137,8 +36047,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36137
36047
 
36138
36048
  .k-navigator {
36139
36049
  margin: 1em;
36140
- width: 52px;
36141
- height: 52px;
36050
+ width: calc( 48px + 4px);
36051
+ height: calc( 48px + 4px);
36142
36052
  border-width: 1px;
36143
36053
  border-style: solid;
36144
36054
  box-sizing: border-box;
@@ -36358,3 +36268,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36358
36268
  .k-orgchart-line-v {
36359
36269
  color: rgba(0, 0, 0, 0.08);
36360
36270
  }
36271
+
36272
+ .k-signature {
36273
+ width: 250px;
36274
+ height: 84px;
36275
+ position: relative;
36276
+ box-sizing: border-box;
36277
+ display: flex;
36278
+ flex-direction: column;
36279
+ justify-content: space-between;
36280
+ }
36281
+
36282
+ .k-signature.k-signature-maximized {
36283
+ width: 750px;
36284
+ height: 252px;
36285
+ }
36286
+
36287
+ .k-signature.k-signature-maximized > .k-signature-line {
36288
+ border-bottom-width: 3px;
36289
+ }
36290
+
36291
+ .k-signature-actions {
36292
+ display: flex;
36293
+ width: min-content;
36294
+ margin-inline-start: auto;
36295
+ gap: 4px;
36296
+ z-index: 2;
36297
+ }
36298
+
36299
+ .k-signature-canvas {
36300
+ position: absolute;
36301
+ top: 0;
36302
+ left: 0;
36303
+ width: 100%;
36304
+ height: 100%;
36305
+ display: block;
36306
+ z-index: 1;
36307
+ }
36308
+
36309
+ .k-signature-line {
36310
+ position: absolute;
36311
+ z-index: 0;
36312
+ border-bottom-width: 1px;
36313
+ border-bottom-style: dashed;
36314
+ }
36315
+
36316
+ .k-signature-sm {
36317
+ padding: 2px;
36318
+ }
36319
+
36320
+ .k-signature-sm .k-signature-line {
36321
+ width: calc( 100% - 2 * 2px);
36322
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
36323
+ }
36324
+
36325
+ .k-signature-md {
36326
+ padding: 4px;
36327
+ }
36328
+
36329
+ .k-signature-md .k-signature-line {
36330
+ width: calc( 100% - 2 * 4px);
36331
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
36332
+ }
36333
+
36334
+ .k-signature-lg {
36335
+ padding: 6px;
36336
+ }
36337
+
36338
+ .k-signature-lg .k-signature-line {
36339
+ width: calc( 100% - 2 * 6px);
36340
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
36341
+ }
36342
+
36343
+ .k-signature .k-signature-line {
36344
+ border-bottom-color: rgba(0, 88, 233, 0.24);
36345
+ }