@progress/kendo-theme-default 5.4.2-dev.6 → 5.5.1-dev.1

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