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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/all.css CHANGED
@@ -6559,32 +6559,23 @@ kendo-sortable {
6559
6559
  }
6560
6560
 
6561
6561
  .k-user-select-none {
6562
- -webkit-user-select: none !important;
6563
- -ms-user-select: none !important;
6564
- user-select: none !important;
6562
+ user-select: none !important;
6565
6563
  }
6566
6564
 
6567
6565
  .k-user-select-auto {
6568
- -webkit-user-select: auto !important;
6569
- -ms-user-select: auto !important;
6570
- user-select: auto !important;
6566
+ user-select: auto !important;
6571
6567
  }
6572
6568
 
6573
6569
  .k-user-select-text {
6574
- -webkit-user-select: text !important;
6575
- -ms-user-select: text !important;
6576
- user-select: text !important;
6570
+ user-select: text !important;
6577
6571
  }
6578
6572
 
6579
6573
  .k-user-select-all {
6580
- -webkit-user-select: all !important;
6581
- user-select: all !important;
6574
+ user-select: all !important;
6582
6575
  }
6583
6576
 
6584
6577
  .k-user-select-contain {
6585
- -webkit-user-select: contain !important;
6586
- -ms-user-select: element !important;
6587
- user-select: contain !important;
6578
+ user-select: contain !important;
6588
6579
  }
6589
6580
 
6590
6581
  .k-cursor-auto {
@@ -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 {
@@ -13424,20 +13413,11 @@ kendo-badge-container {
13424
13413
  margin: 0;
13425
13414
  }
13426
13415
 
13427
- .k-input:-ms-input-placeholder, .k-picker:-ms-input-placeholder {
13428
- color: #646464;
13429
- opacity: 1;
13430
- -ms-user-select: none;
13431
- user-select: none;
13432
- }
13433
-
13434
13416
  .k-input::placeholder,
13435
13417
  .k-picker::placeholder {
13436
13418
  color: #646464;
13437
13419
  opacity: 1;
13438
- -webkit-user-select: none;
13439
- -ms-user-select: none;
13440
- user-select: none;
13420
+ user-select: none;
13441
13421
  }
13442
13422
 
13443
13423
  .k-input:-ms-input-placeholder,
@@ -13486,8 +13466,7 @@ textarea.k-textarea[disabled] {
13486
13466
 
13487
13467
  select.k-picker {
13488
13468
  padding: 4px 8px;
13489
- -webkit-appearance: auto;
13490
- appearance: auto;
13469
+ appearance: auto;
13491
13470
  }
13492
13471
 
13493
13472
  select.k-picker:disabled, select.k-picker[disabled] {
@@ -13528,19 +13507,10 @@ select.k-picker:disabled, select.k-picker[disabled] {
13528
13507
  display: none;
13529
13508
  }
13530
13509
 
13531
- .k-input-inner:-ms-input-placeholder {
13532
- color: #646464;
13533
- opacity: 1;
13534
- -ms-user-select: none;
13535
- user-select: none;
13536
- }
13537
-
13538
13510
  .k-input-inner::placeholder {
13539
13511
  color: #646464;
13540
13512
  opacity: 1;
13541
- -webkit-user-select: none;
13542
- -ms-user-select: none;
13543
- user-select: none;
13513
+ user-select: none;
13544
13514
  }
13545
13515
 
13546
13516
  .k-input-inner:-ms-input-placeholder {
@@ -13792,14 +13762,14 @@ textarea.k-input-inner {
13792
13762
  .k-picker-sm .k-clear-value,
13793
13763
  .k-picker-sm .k-input-prefix > .k-icon,
13794
13764
  .k-picker-sm .k-input-suffix > .k-icon {
13795
- width: 20px;
13796
- height: 20px;
13765
+ width: calc( 16px + 4px);
13766
+ height: calc( 16px + 4px);
13797
13767
  }
13798
13768
 
13799
13769
  .k-input-sm.k-icon-picker .k-input-inner,
13800
13770
  .k-picker-sm.k-icon-picker .k-input-inner {
13801
- width: 1.4285714286em;
13802
- height: 1.4285714286em;
13771
+ width: calc( 1.4285714286em);
13772
+ height: calc( 1.4285714286em);
13803
13773
  padding: 2px;
13804
13774
  box-sizing: content-box;
13805
13775
  }
@@ -13855,14 +13825,14 @@ textarea.k-input-inner {
13855
13825
  .k-picker-md .k-clear-value,
13856
13826
  .k-picker-md .k-input-prefix > .k-icon,
13857
13827
  .k-picker-md .k-input-suffix > .k-icon {
13858
- width: 24px;
13859
- height: 24px;
13828
+ width: calc( 16px + 8px);
13829
+ height: calc( 16px + 8px);
13860
13830
  }
13861
13831
 
13862
13832
  .k-input-md.k-icon-picker .k-input-inner,
13863
13833
  .k-picker-md.k-icon-picker .k-input-inner {
13864
- width: 1.4285714286em;
13865
- height: 1.4285714286em;
13834
+ width: calc( 1.4285714286em);
13835
+ height: calc( 1.4285714286em);
13866
13836
  padding: 4px;
13867
13837
  box-sizing: content-box;
13868
13838
  }
@@ -13918,14 +13888,14 @@ textarea.k-input-inner {
13918
13888
  .k-picker-lg .k-clear-value,
13919
13889
  .k-picker-lg .k-input-prefix > .k-icon,
13920
13890
  .k-picker-lg .k-input-suffix > .k-icon {
13921
- width: 28px;
13922
- height: 28px;
13891
+ width: calc( 16px + 12px);
13892
+ height: calc( 16px + 12px);
13923
13893
  }
13924
13894
 
13925
13895
  .k-input-lg.k-icon-picker .k-input-inner,
13926
13896
  .k-picker-lg.k-icon-picker .k-input-inner {
13927
- width: 1.4285714286em;
13928
- height: 1.4285714286em;
13897
+ width: calc( 1.4285714286em);
13898
+ height: calc( 1.4285714286em);
13929
13899
  padding: 6px;
13930
13900
  box-sizing: content-box;
13931
13901
  }
@@ -14141,7 +14111,7 @@ textarea.k-input-inner {
14141
14111
  }
14142
14112
 
14143
14113
  .k-floating-label-container {
14144
- padding-top: 20.0000000004px;
14114
+ padding-top: calc( 1.4285714286 * 14px);
14145
14115
  box-sizing: border-box;
14146
14116
  display: inline-flex;
14147
14117
  vertical-align: middle;
@@ -14163,8 +14133,8 @@ textarea.k-input-inner {
14163
14133
  white-space: nowrap;
14164
14134
  text-overflow: ellipsis;
14165
14135
  position: absolute;
14166
- top: 25.0000000004px;
14167
- left: 9px;
14136
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14137
+ left: calc( 8px + 1px);
14168
14138
  overflow: hidden;
14169
14139
  cursor: text;
14170
14140
  transform-origin: left center;
@@ -14177,8 +14147,8 @@ textarea.k-input-inner {
14177
14147
  }
14178
14148
 
14179
14149
  .k-floating-label-container.k-state-empty > .k-label, .k-floating-label-container.k-empty > .k-label {
14180
- top: 25.0000000004px;
14181
- left: 9px;
14150
+ top: calc( calc( 1.4285714286 * 14px) + 1px + 4px);
14151
+ left: calc( 8px + 1px);
14182
14152
  transform: scale(1);
14183
14153
  pointer-events: none;
14184
14154
  }
@@ -14197,10 +14167,6 @@ textarea.k-input-inner {
14197
14167
  transform: scale(1);
14198
14168
  }
14199
14169
 
14200
- .k-floating-label-container.k-state-empty:not(.k-state-focused) :-ms-input-placeholder, .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) :-ms-input-placeholder {
14201
- color: transparent;
14202
- }
14203
-
14204
14170
  .k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder,
14205
14171
  .k-floating-label-container.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
14206
14172
  color: transparent;
@@ -14216,7 +14182,7 @@ textarea.k-input-inner {
14216
14182
  .k-rtl .k-floating-label-container.k-state-empty > .k-label,
14217
14183
  .k-rtl .k-floating-label-container.k-empty > .k-label, .k-floating-label-container[dir="rtl"].k-state-empty > .k-label, .k-floating-label-container[dir="rtl"].k-empty > .k-label {
14218
14184
  left: auto;
14219
- right: 9px;
14185
+ right: calc( 8px + 1px);
14220
14186
  }
14221
14187
 
14222
14188
  [dir="rtl"] .k-floating-label-container > .k-label,
@@ -14807,9 +14773,7 @@ textarea.k-input-inner {
14807
14773
  position: relative;
14808
14774
  overflow: hidden;
14809
14775
  cursor: pointer;
14810
- -webkit-user-select: none;
14811
- -ms-user-select: none;
14812
- user-select: none;
14776
+ user-select: none;
14813
14777
  }
14814
14778
 
14815
14779
  .k-chip *,
@@ -15198,7 +15162,7 @@ textarea.k-input-inner {
15198
15162
  }
15199
15163
 
15200
15164
  .k-icon-color-preview .k-color-preview-mask {
15201
- width: 14px;
15165
+ width: calc( 16px - 2px);
15202
15166
  height: 2px;
15203
15167
  }
15204
15168
 
@@ -15361,32 +15325,32 @@ textarea.k-input-inner {
15361
15325
  top: 100%;
15362
15326
  left: 0;
15363
15327
  animation: spinner-3-segment 2s ease infinite;
15364
- animation-delay: -0.6666666667s;
15328
+ animation-delay: calc( -2s / 3);
15365
15329
  }
15366
15330
 
15367
15331
  .k-loader-spinner-3 .k-loader-segment:nth-child(3) {
15368
15332
  top: 100%;
15369
15333
  left: 100%;
15370
15334
  animation: spinner-3-segment 2s ease infinite;
15371
- animation-delay: -1.3333333333s;
15335
+ animation-delay: calc( -4s / 3);
15372
15336
  }
15373
15337
 
15374
15338
  .k-loader-spinner-3.k-loader-sm .k-loader-canvas {
15375
15339
  margin: 2px;
15376
- width: 12px;
15377
- height: 9.8564064608px;
15340
+ width: calc( 16px - 4px);
15341
+ height: calc( 13.8564064608px - 4px);
15378
15342
  }
15379
15343
 
15380
15344
  .k-loader-spinner-3.k-loader-md .k-loader-canvas {
15381
15345
  margin: 4px;
15382
- width: 24px;
15383
- height: 19.7128129216px;
15346
+ width: calc( 32px - 8px);
15347
+ height: calc( 27.7128129216px - 8px);
15384
15348
  }
15385
15349
 
15386
15350
  .k-loader-spinner-3.k-loader-lg .k-loader-canvas {
15387
15351
  margin: 8px;
15388
- width: 48px;
15389
- height: 39.4256258432px;
15352
+ width: calc( 64px - 16px);
15353
+ height: calc( 55.4256258432px - 16px);
15390
15354
  }
15391
15355
 
15392
15356
  @keyframes spinner-4-segment-1 {
@@ -15766,9 +15730,7 @@ textarea.k-input-inner {
15766
15730
  flex-flow: column nowrap;
15767
15731
  flex: none;
15768
15732
  position: relative;
15769
- -webkit-user-select: none;
15770
- -ms-user-select: none;
15771
- user-select: none;
15733
+ user-select: none;
15772
15734
  }
15773
15735
 
15774
15736
  .k-menu-item-content {
@@ -15832,12 +15794,12 @@ textarea.k-input-inner {
15832
15794
 
15833
15795
  .k-menu-vertical > .k-menu-item > .k-menu-link {
15834
15796
  padding: 4px 8px;
15835
- padding-right: 32px;
15797
+ padding-right: calc( 16px + 16px);
15836
15798
  }
15837
15799
 
15838
15800
  .k-menu-vertical > .k-menu-item > .k-menu-link > .k-menu-expand-arrow {
15839
15801
  margin-inline-start: 8px;
15840
- margin-inline-end: -28px;
15802
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15841
15803
  }
15842
15804
 
15843
15805
  .k-menu-vertical > .k-separator {
@@ -15901,12 +15863,12 @@ textarea.k-input-inner {
15901
15863
 
15902
15864
  .k-menu-group-sm .k-menu-link {
15903
15865
  padding: 2px 8px;
15904
- padding-inline-end: 32px;
15866
+ padding-inline-end: calc( 16px + 16px);
15905
15867
  }
15906
15868
 
15907
15869
  .k-menu-group-sm .k-menu-expand-arrow {
15908
15870
  margin-inline-start: 8px;
15909
- margin-inline-end: -28px;
15871
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15910
15872
  }
15911
15873
 
15912
15874
  .k-menu-group-md {
@@ -15921,12 +15883,12 @@ textarea.k-input-inner {
15921
15883
 
15922
15884
  .k-menu-group-md .k-menu-link {
15923
15885
  padding: 4px 8px;
15924
- padding-inline-end: 32px;
15886
+ padding-inline-end: calc( 16px + 16px);
15925
15887
  }
15926
15888
 
15927
15889
  .k-menu-group-md .k-menu-expand-arrow {
15928
15890
  margin-inline-start: 8px;
15929
- margin-inline-end: -28px;
15891
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15930
15892
  }
15931
15893
 
15932
15894
  .k-menu-group-lg {
@@ -15941,12 +15903,12 @@ textarea.k-input-inner {
15941
15903
 
15942
15904
  .k-menu-group-lg .k-menu-link {
15943
15905
  padding: 6px 8px;
15944
- padding-inline-end: 32px;
15906
+ padding-inline-end: calc( 16px + 16px);
15945
15907
  }
15946
15908
 
15947
15909
  .k-menu-group-lg .k-menu-expand-arrow {
15948
15910
  margin-inline-start: 8px;
15949
- margin-inline-end: -28px;
15911
+ margin-inline-end: calc( -1 * (calc( 16px + 16px) - 4px));
15950
15912
  }
15951
15913
 
15952
15914
  .k-popups-wrapper {
@@ -16045,13 +16007,13 @@ textarea.k-input-inner {
16045
16007
  .k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
16046
16008
  [dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
16047
16009
  padding-right: 8px;
16048
- padding-left: 32px;
16010
+ padding-left: calc( 16px + 16px);
16049
16011
  }
16050
16012
 
16051
16013
  .k-rtl .k-menu-group .k-menu-link,
16052
16014
  [dir="rtl"] .k-menu-group .k-menu-link {
16053
16015
  padding-right: 8px;
16054
- padding-left: 32px;
16016
+ padding-left: calc( 16px + 16px);
16055
16017
  }
16056
16018
 
16057
16019
  .k-menu:not(.k-context-menu) {
@@ -16147,7 +16109,7 @@ textarea.k-input-inner {
16147
16109
 
16148
16110
  .k-toolbar::before {
16149
16111
  content: "";
16150
- height: calc(1.4285714286em + 10px);
16112
+ height: calc( 1.4285714286em + 8px + 2px);
16151
16113
  margin-inline-start: -8px;
16152
16114
  }
16153
16115
 
@@ -16563,7 +16525,8 @@ kendo-label > .k-label {
16563
16525
 
16564
16526
  .k-form .k-multiselect,
16565
16527
  .k-form .k-floating-label-container,
16566
- .k-form .k-daterangepicker .k-dateinput {
16528
+ .k-form .k-daterangepicker .k-dateinput,
16529
+ .k-form .k-signature {
16567
16530
  display: inline-flex;
16568
16531
  width: 100%;
16569
16532
  }
@@ -16622,7 +16585,7 @@ kendo-label > .k-label {
16622
16585
  }
16623
16586
 
16624
16587
  .k-form-horizontal .k-form-field-wrap {
16625
- max-width: calc(75% - 10px);
16588
+ max-width: calc( ( 100% - 25% ) - 10px);
16626
16589
  flex: 1 1 auto;
16627
16590
  }
16628
16591
 
@@ -16689,7 +16652,7 @@ kendo-label > .k-label {
16689
16652
  width: 25%;
16690
16653
  text-align: right;
16691
16654
  line-height: 1.4285714286;
16692
- padding: 5px 0;
16655
+ padding: calc( 4px + 1px) 0;
16693
16656
  padding-right: 12px;
16694
16657
  align-self: center;
16695
16658
  }
@@ -16738,7 +16701,7 @@ kendo-label > .k-label {
16738
16701
 
16739
16702
  .k-edit-label {
16740
16703
  margin: 0 0 1em 0;
16741
- padding: 5px 0;
16704
+ padding: calc( 4px + 1px) 0;
16742
16705
  width: 30%;
16743
16706
  line-height: 1.4285714286;
16744
16707
  text-align: right;
@@ -16755,7 +16718,7 @@ kendo-label > .k-label {
16755
16718
  }
16756
16719
 
16757
16720
  .k-edit-field.k-no-editor {
16758
- padding: 5px 0;
16721
+ padding: calc( 4px + 1px) 0;
16759
16722
  }
16760
16723
 
16761
16724
  .k-edit-field > .k-widget {
@@ -16978,7 +16941,7 @@ kendo-label > .k-label {
16978
16941
  }
16979
16942
 
16980
16943
  .k-validator-tooltip {
16981
- margin-top: 6px;
16944
+ margin-top: calc( 6px + 0px);
16982
16945
  width: auto;
16983
16946
  white-space: normal;
16984
16947
  display: flex;
@@ -17257,7 +17220,7 @@ kendo-label > .k-label {
17257
17220
  }
17258
17221
 
17259
17222
  .k-progressbar-horizontal {
17260
- width: 27em;
17223
+ width: 100%;
17261
17224
  height: 22px;
17262
17225
  grid-template-columns: 1fr;
17263
17226
  grid-template-rows: 100%;
@@ -17270,13 +17233,13 @@ kendo-label > .k-label {
17270
17233
  .k-progressbar-horizontal > .k-state-selected,
17271
17234
  .k-progressbar-horizontal > .k-selected {
17272
17235
  width: 0;
17273
- width: calc(var( --kendo-progressbar-progress, 0 )*1%);
17236
+ width: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17274
17237
  flex-direction: row;
17275
17238
  }
17276
17239
 
17277
17240
  .k-progressbar-horizontal > .k-state-selected > .k-progress-status-wrap,
17278
17241
  .k-progressbar-horizontal > .k-selected > .k-progress-status-wrap {
17279
- width: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17242
+ width: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17280
17243
  }
17281
17244
 
17282
17245
  .k-progressbar-horizontal > ul {
@@ -17307,14 +17270,13 @@ kendo-label > .k-label {
17307
17270
  }
17308
17271
 
17309
17272
  .k-progressbar-vertical .k-progress-status {
17310
- -ms-writing-mode: tb-lr;
17311
- writing-mode: vertical-lr;
17273
+ writing-mode: vertical-lr;
17312
17274
  }
17313
17275
 
17314
17276
  .k-progressbar-vertical > .k-state-selected,
17315
17277
  .k-progressbar-vertical > .k-selected {
17316
17278
  height: 0;
17317
- height: calc(var( --kendo-progressbar-progress, 0 )*1%);
17279
+ height: calc( var( --kendo-progressbar-progress, 0 ) * 1%);
17318
17280
  flex-direction: column-reverse;
17319
17281
  align-self: flex-end;
17320
17282
  align-items: flex-end;
@@ -17322,7 +17284,7 @@ kendo-label > .k-label {
17322
17284
 
17323
17285
  .k-progressbar-vertical > .k-state-selected > .k-progress-status-wrap,
17324
17286
  .k-progressbar-vertical > .k-selected > .k-progress-status-wrap {
17325
- height: calc(100%*(100/var( --kendo-progressbar-progress, 1 )));
17287
+ height: calc( 100% * ( 100 / var( --kendo-progressbar-progress, 1 ) ));
17326
17288
  }
17327
17289
 
17328
17290
  .k-progressbar-vertical > ul {
@@ -17742,7 +17704,7 @@ kendo-label > .k-label {
17742
17704
  .k-slider {
17743
17705
  width: min-content;
17744
17706
  height: min-content;
17745
- gap: 7px;
17707
+ gap: calc( 14px / 2);
17746
17708
  }
17747
17709
 
17748
17710
  .k-slider .k-button {
@@ -17765,9 +17727,7 @@ kendo-label > .k-label {
17765
17727
  display: flex;
17766
17728
  flex-flow: inherit;
17767
17729
  justify-content: space-between;
17768
- -webkit-user-select: none;
17769
- -ms-user-select: none;
17770
- user-select: none;
17730
+ user-select: none;
17771
17731
  }
17772
17732
 
17773
17733
  .k-slider .k-slider-track-wrap .k-tick {
@@ -17807,31 +17767,31 @@ kendo-label > .k-label {
17807
17767
  }
17808
17768
 
17809
17769
  .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17810
- width: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17811
- left: calc(var(--kendo-slider-start, 0)*1%);
17770
+ width: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17771
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17812
17772
  }
17813
17773
 
17814
17774
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17815
- left: calc(var(--kendo-slider-start, 0)*1%);
17775
+ left: calc( var(--kendo-slider-start, 0) * 1%);
17816
17776
  }
17817
17777
 
17818
17778
  .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17819
- left: calc(var(--kendo-slider-end, 0)*1%);
17779
+ left: calc( var(--kendo-slider-end, 0) * 1%);
17820
17780
  }
17821
17781
 
17822
17782
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-slider-selection {
17823
17783
  left: unset;
17824
- right: calc(var(--kendo-slider-start, 0)*1%);
17784
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17825
17785
  }
17826
17786
 
17827
17787
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-start {
17828
17788
  left: unset;
17829
- right: calc(var(--kendo-slider-start, 0)*1%);
17789
+ right: calc( var(--kendo-slider-start, 0) * 1%);
17830
17790
  }
17831
17791
 
17832
17792
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle-end {
17833
17793
  left: unset;
17834
- right: calc(var(--kendo-slider-end, 0)*1%);
17794
+ right: calc( var(--kendo-slider-end, 0) * 1%);
17835
17795
  }
17836
17796
 
17837
17797
  [dir="rtl"] .k-slider-horizontal .k-slider-track-wrap .k-draghandle {
@@ -17862,16 +17822,16 @@ kendo-label > .k-label {
17862
17822
  }
17863
17823
 
17864
17824
  .k-slider-vertical .k-slider-track-wrap .k-slider-selection {
17865
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17866
- height: calc((var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0))*1%);
17825
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17826
+ height: calc( (var(--kendo-slider-end, 0) - var(--kendo-slider-start, 0)) * 1%);
17867
17827
  }
17868
17828
 
17869
17829
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-start {
17870
- bottom: calc(var(--kendo-slider-start, 0)*1%);
17830
+ bottom: calc( var(--kendo-slider-start, 0) * 1%);
17871
17831
  }
17872
17832
 
17873
17833
  .k-slider-vertical .k-slider-track-wrap .k-draghandle-end {
17874
- bottom: calc(var(--kendo-slider-end, 0)*1%);
17834
+ bottom: calc( var(--kendo-slider-end, 0) * 1%);
17875
17835
  }
17876
17836
 
17877
17837
  .k-slider-vertical {
@@ -18190,13 +18150,13 @@ kendo-label > .k-label {
18190
18150
  }
18191
18151
 
18192
18152
  .k-slider-horizontal .k-slider-wrap:not(.k-slider-buttons) {
18193
- padding-left: 7px;
18194
- padding-right: 7px;
18153
+ padding-left: calc( 14px / 2);
18154
+ padding-right: calc( 14px / 2);
18195
18155
  }
18196
18156
 
18197
18157
  .k-slider-vertical .k-slider-wrap:not(.k-slider-buttons) {
18198
- padding-top: 7px;
18199
- padding-bottom: 7px;
18158
+ padding-top: calc( 14px / 2);
18159
+ padding-bottom: calc( 14px / 2);
18200
18160
  }
18201
18161
 
18202
18162
  .k-slider {
@@ -18261,9 +18221,7 @@ kendo-label > .k-label {
18261
18221
  overflow: hidden;
18262
18222
  display: inline-flex;
18263
18223
  flex-flow: column nowrap;
18264
- -webkit-user-select: none;
18265
- -ms-user-select: none;
18266
- user-select: none;
18224
+ user-select: none;
18267
18225
  -webkit-touch-callout: none;
18268
18226
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18269
18227
  }
@@ -18610,6 +18568,10 @@ kendo-label > .k-label {
18610
18568
  display: none;
18611
18569
  }
18612
18570
 
18571
+ .k-calendar-range .k-calendar-view:focus {
18572
+ outline: 0;
18573
+ }
18574
+
18613
18575
  .k-calendar-range .k-range-start {
18614
18576
  border-color: inherit;
18615
18577
  border-top-right-radius: 0;
@@ -18852,9 +18814,7 @@ kendo-label > .k-label {
18852
18814
  overflow: hidden;
18853
18815
  display: flex;
18854
18816
  flex-flow: column nowrap;
18855
- -webkit-user-select: none;
18856
- -ms-user-select: none;
18857
- user-select: none;
18817
+ user-select: none;
18858
18818
  -webkit-touch-callout: none;
18859
18819
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
18860
18820
  }
@@ -18898,12 +18858,12 @@ kendo-label > .k-label {
18898
18858
  .k-time-highlight,
18899
18859
  .k-time-list-highlight {
18900
18860
  width: 100%;
18901
- height: 28px;
18861
+ height: calc( 20px + 8px);
18902
18862
  border-width: 1px 0px;
18903
18863
  border-style: solid;
18904
18864
  box-sizing: border-box;
18905
18865
  position: absolute;
18906
- top: calc(50% + 9px);
18866
+ top: calc( 50% + 9px);
18907
18867
  left: 0;
18908
18868
  right: 0;
18909
18869
  transform: translateY(-50%);
@@ -18939,7 +18899,7 @@ kendo-label > .k-label {
18939
18899
  width: 100%;
18940
18900
  left: 0;
18941
18901
  pointer-events: none;
18942
- height: calc(50% - 14px);
18902
+ height: calc( 50% - calc( 20px + 8px)/2);
18943
18903
  box-sizing: border-box;
18944
18904
  border-width: 0;
18945
18905
  border-style: solid;
@@ -19029,14 +18989,14 @@ kendo-label > .k-label {
19029
18989
 
19030
18990
  .k-time-separator {
19031
18991
  width: 0;
19032
- height: 28px;
18992
+ height: calc( 20px + 8px);
19033
18993
  align-self: center;
19034
18994
  display: inline-flex;
19035
18995
  justify-content: center;
19036
18996
  align-items: center;
19037
18997
  position: relative;
19038
18998
  z-index: 11;
19039
- top: 9px;
18999
+ top: calc( 9px);
19040
19000
  }
19041
19001
 
19042
19002
  .k-timeselector {
@@ -19234,9 +19194,7 @@ kendo-label > .k-label {
19234
19194
  border-radius: 4px;
19235
19195
  position: relative;
19236
19196
  flex: 1 1 auto;
19237
- -webkit-user-select: none;
19238
- -ms-user-select: none;
19239
- user-select: none;
19197
+ user-select: none;
19240
19198
  -ms-touch-action: pinch-zoom double-tap-zoom;
19241
19199
  }
19242
19200
 
@@ -19482,7 +19440,7 @@ kendo-label > .k-label {
19482
19440
  }
19483
19441
 
19484
19442
  .k-coloreditor-views {
19485
- min-width: calc(var(--kendo-color-preview-width, 24px)*var(--kendo-color-preview-columns, 10));
19443
+ min-width: calc( var(--kendo-color-preview-width, 24px) * var(--kendo-color-preview-columns, 10));
19486
19444
  padding: 12px 12px;
19487
19445
  gap: 12px;
19488
19446
  }
@@ -19530,7 +19488,7 @@ kendo-label > .k-label {
19530
19488
  }
19531
19489
 
19532
19490
  .k-datetime-wrap {
19533
- width: 288px;
19491
+ width: calc( 256px + 32px);
19534
19492
  overflow: hidden;
19535
19493
  }
19536
19494
 
@@ -19547,7 +19505,7 @@ kendo-label > .k-label {
19547
19505
  .k-datetime-calendar-wrap,
19548
19506
  .k-datetime-time-wrap {
19549
19507
  text-align: center;
19550
- flex: 0 0 288px;
19508
+ flex: 0 0 calc( 256px + 32px);
19551
19509
  }
19552
19510
 
19553
19511
  .k-date-tab .k-datetime-selector {
@@ -19967,9 +19925,7 @@ kendo-label > .k-label {
19967
19925
  line-height: 1;
19968
19926
  position: relative;
19969
19927
  cursor: pointer;
19970
- -webkit-user-select: none;
19971
- -ms-user-select: none;
19972
- user-select: none;
19928
+ user-select: none;
19973
19929
  -webkit-touch-callout: none;
19974
19930
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
19975
19931
  }
@@ -20054,11 +20010,11 @@ kendo-label > .k-label {
20054
20010
  }
20055
20011
 
20056
20012
  .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20057
- left: calc(100% - 13px);
20013
+ left: calc( 100% - 10px - 3px);
20058
20014
  }
20059
20015
 
20060
20016
  .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20061
- left: 13px;
20017
+ left: calc( 10px + 3px);
20062
20018
  }
20063
20019
 
20064
20020
  .k-switch-sm[dir="rtl"] .k-switch-label-on,
@@ -20078,13 +20034,13 @@ kendo-label > .k-label {
20078
20034
  .k-switch-sm[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20079
20035
  [dir="rtl"] .k-switch-sm.k-switch-on .k-switch-thumb-wrap,
20080
20036
  .k-rtl .k-switch-sm.k-switch-on .k-switch-thumb-wrap {
20081
- left: 13px;
20037
+ left: calc( 10px + 3px);
20082
20038
  }
20083
20039
 
20084
20040
  .k-switch-sm[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20085
20041
  [dir="rtl"] .k-switch-sm.k-switch-off .k-switch-thumb-wrap,
20086
20042
  .k-rtl .k-switch-sm.k-switch-off .k-switch-thumb-wrap {
20087
- left: calc(100% - 13px);
20043
+ left: calc( 100% - 10px - 3px);
20088
20044
  }
20089
20045
 
20090
20046
  .k-switch-md {
@@ -20112,11 +20068,11 @@ kendo-label > .k-label {
20112
20068
  }
20113
20069
 
20114
20070
  .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20115
- left: calc(100% - 15px);
20071
+ left: calc( 100% - 12px - 3px);
20116
20072
  }
20117
20073
 
20118
20074
  .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20119
- left: 15px;
20075
+ left: calc( 12px + 3px);
20120
20076
  }
20121
20077
 
20122
20078
  .k-switch-md[dir="rtl"] .k-switch-label-on,
@@ -20136,13 +20092,13 @@ kendo-label > .k-label {
20136
20092
  .k-switch-md[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20137
20093
  [dir="rtl"] .k-switch-md.k-switch-on .k-switch-thumb-wrap,
20138
20094
  .k-rtl .k-switch-md.k-switch-on .k-switch-thumb-wrap {
20139
- left: 15px;
20095
+ left: calc( 12px + 3px);
20140
20096
  }
20141
20097
 
20142
20098
  .k-switch-md[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20143
20099
  [dir="rtl"] .k-switch-md.k-switch-off .k-switch-thumb-wrap,
20144
20100
  .k-rtl .k-switch-md.k-switch-off .k-switch-thumb-wrap {
20145
- left: calc(100% - 15px);
20101
+ left: calc( 100% - 12px - 3px);
20146
20102
  }
20147
20103
 
20148
20104
  .k-switch-lg {
@@ -20170,11 +20126,11 @@ kendo-label > .k-label {
20170
20126
  }
20171
20127
 
20172
20128
  .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20173
- left: calc(100% - 17px);
20129
+ left: calc( 100% - 14px - 3px);
20174
20130
  }
20175
20131
 
20176
20132
  .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20177
- left: 17px;
20133
+ left: calc( 14px + 3px);
20178
20134
  }
20179
20135
 
20180
20136
  .k-switch-lg[dir="rtl"] .k-switch-label-on,
@@ -20194,13 +20150,13 @@ kendo-label > .k-label {
20194
20150
  .k-switch-lg[dir="rtl"].k-switch-on .k-switch-thumb-wrap,
20195
20151
  [dir="rtl"] .k-switch-lg.k-switch-on .k-switch-thumb-wrap,
20196
20152
  .k-rtl .k-switch-lg.k-switch-on .k-switch-thumb-wrap {
20197
- left: 17px;
20153
+ left: calc( 14px + 3px);
20198
20154
  }
20199
20155
 
20200
20156
  .k-switch-lg[dir="rtl"].k-switch-off .k-switch-thumb-wrap,
20201
20157
  [dir="rtl"] .k-switch-lg.k-switch-off .k-switch-thumb-wrap,
20202
20158
  .k-rtl .k-switch-lg.k-switch-off .k-switch-thumb-wrap {
20203
- left: calc(100% - 17px);
20159
+ left: calc( 100% - 14px - 3px);
20204
20160
  }
20205
20161
 
20206
20162
  .k-switch[dir="rtl"] .k-switch-thumb,
@@ -20412,7 +20368,7 @@ kendo-label > .k-label {
20412
20368
  }
20413
20369
 
20414
20370
  .k-upload .k-upload-files .k-file {
20415
- padding: 8px 8px 10px;
20371
+ padding: 8px 8px calc(8px + 2px);
20416
20372
  border-width: 0 0 1px;
20417
20373
  border-style: solid;
20418
20374
  outline: none;
@@ -20522,7 +20478,7 @@ kendo-label > .k-label {
20522
20478
 
20523
20479
  .k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
20524
20480
  .k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
20525
- margin-left: calc(24px + 1em);
20481
+ margin-left: calc( 24px + 1em);
20526
20482
  min-height: 38px;
20527
20483
  display: block;
20528
20484
  overflow: hidden;
@@ -20530,7 +20486,7 @@ kendo-label > .k-label {
20530
20486
 
20531
20487
  .k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
20532
20488
  .k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
20533
- margin-left: calc(24px + 1em);
20489
+ margin-left: calc( 24px + 1em);
20534
20490
  }
20535
20491
 
20536
20492
  .k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
@@ -20648,7 +20604,7 @@ kendo-label > .k-label {
20648
20604
  height: 2px;
20649
20605
  position: absolute;
20650
20606
  bottom: 4px;
20651
- width: calc(100% - 16px);
20607
+ width: calc(100% - 8px * 2);
20652
20608
  }
20653
20609
 
20654
20610
  .k-upload .k-progressbar .k-progress {
@@ -21780,7 +21736,7 @@ kendo-label > .k-label {
21780
21736
 
21781
21737
  .k-window-actions {
21782
21738
  margin: -5em 0;
21783
- margin-inline-end: -4px;
21739
+ margin-inline-end: calc( 8px - 12px);
21784
21740
  line-height: 1;
21785
21741
  display: flex;
21786
21742
  flex-flow: row nowrap;
@@ -22139,7 +22095,7 @@ kendo-drawer .k-drawer-wrapper {
22139
22095
  }
22140
22096
 
22141
22097
  .k-drawer-mini .k-drawer-wrapper {
22142
- width: 48px;
22098
+ width: calc(4 * 8px + 16px);
22143
22099
  }
22144
22100
 
22145
22101
  .k-rtl.k-drawer-mini .k-drawer-start,
@@ -22420,7 +22376,7 @@ kendo-card-footer {
22420
22376
  }
22421
22377
 
22422
22378
  .k-card > .k-card-inner {
22423
- border-radius: 7px;
22379
+ border-radius: calc( 8px - 1px);
22424
22380
  display: flex;
22425
22381
  flex-direction: inherit;
22426
22382
  overflow: hidden;
@@ -23073,7 +23029,7 @@ kendo-card-footer {
23073
23029
  .k-bottom-nav-item {
23074
23030
  padding: 0 8px;
23075
23031
  min-width: 72px;
23076
- min-height: 48px;
23032
+ min-height: calc( 40px + 16px - 8px);
23077
23033
  border-width: 0;
23078
23034
  border-radius: 4px;
23079
23035
  box-sizing: border-box;
@@ -23603,8 +23559,8 @@ kendo-card-footer {
23603
23559
  }
23604
23560
 
23605
23561
  .k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
23606
- min-width: calc(1.4285714286em + 10px);
23607
- height: calc(1.4285714286em + 10px);
23562
+ min-width: calc( 1.4285714286em + 8px + 2px);
23563
+ height: calc( 1.4285714286em + 8px + 2px);
23608
23564
  color: inherit;
23609
23565
  text-align: center;
23610
23566
  display: inline-flex;
@@ -23722,7 +23678,7 @@ kendo-card-footer {
23722
23678
  .k-pager-sm .k-pager-numbers-wrap {
23723
23679
  margin-left: 1em;
23724
23680
  margin-right: 1em;
23725
- height: calc(1.4285714286em + 10px);
23681
+ height: calc( 1.4285714286em + 8px + 2px);
23726
23682
  border-color: inherit;
23727
23683
  }
23728
23684
 
@@ -23897,10 +23853,10 @@ kendo-card-footer {
23897
23853
  pointer-events: none;
23898
23854
  display: none;
23899
23855
  position: absolute;
23900
- top: -4px;
23901
- right: -4px;
23902
- bottom: -4px;
23903
- left: -4px;
23856
+ top: calc( -1 * calc( 1px + 3px));
23857
+ right: calc( -1 * calc( 1px + 3px));
23858
+ bottom: calc( -1 * calc( 1px + 3px));
23859
+ left: calc( -1 * calc( 1px + 3px));
23904
23860
  z-index: 2;
23905
23861
  }
23906
23862
 
@@ -23925,7 +23881,7 @@ kendo-card-footer {
23925
23881
  }
23926
23882
 
23927
23883
  .k-stepper .k-step-label .k-step-text {
23928
- max-width: calc(10em - 20px);
23884
+ max-width: calc(10em - (16px + 4px));
23929
23885
  flex-grow: 1;
23930
23886
  white-space: nowrap;
23931
23887
  text-overflow: ellipsis;
@@ -23986,13 +23942,13 @@ kendo-card-footer {
23986
23942
  }
23987
23943
 
23988
23944
  .k-step-list-horizontal .k-step-indicator + .k-step-label {
23989
- margin-top: 5px;
23945
+ margin-top: calc(8px - 3px);
23990
23946
  }
23991
23947
 
23992
23948
  .k-step-list-horizontal ~ .k-progressbar {
23993
23949
  width: 100%;
23994
23950
  height: 2px;
23995
- top: 17px;
23951
+ top: calc(((28px + 2 * 2px) / 2) + 2px / 2);
23996
23952
  }
23997
23953
 
23998
23954
  .k-step-list-vertical {
@@ -24000,7 +23956,7 @@ kendo-card-footer {
24000
23956
  }
24001
23957
 
24002
23958
  .k-step-list-vertical .k-step {
24003
- min-height: 54px;
23959
+ min-height: calc((28px + 2 * 1px + 2 * 2px) + 20px);
24004
23960
  }
24005
23961
 
24006
23962
  .k-step-list-vertical .k-step-label {
@@ -24015,7 +23971,7 @@ kendo-card-footer {
24015
23971
  width: 2px;
24016
23972
  height: 100%;
24017
23973
  min-height: 20px;
24018
- left: 17px;
23974
+ left: calc((28px + 2 * 1px + 2 * 2px) / 2);
24019
23975
  }
24020
23976
 
24021
23977
  .k-step-list-vertical .k-step-content {
@@ -24054,7 +24010,7 @@ kendo-card-footer {
24054
24010
  .k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
24055
24011
  .k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
24056
24012
  left: auto;
24057
- right: 17px;
24013
+ right: calc((28px + 2 * 1px + 2 * 2px) / 2);
24058
24014
  }
24059
24015
 
24060
24016
  .k-stepper {
@@ -24541,7 +24497,7 @@ kendo-card-footer {
24541
24497
 
24542
24498
  .k-wizard .k-wizard-step {
24543
24499
  box-sizing: border-box;
24544
- padding: 10px;
24500
+ padding: calc(8px + 2px);
24545
24501
  width: 100%;
24546
24502
  display: flex;
24547
24503
  flex-direction: column;
@@ -24770,9 +24726,7 @@ kendo-card-footer {
24770
24726
  align-items: center;
24771
24727
  align-content: center;
24772
24728
  position: relative;
24773
- -webkit-user-select: none;
24774
- -ms-user-select: none;
24775
- user-select: none;
24729
+ user-select: none;
24776
24730
  cursor: default;
24777
24731
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
24778
24732
  }
@@ -24809,9 +24763,7 @@ kendo-card-footer {
24809
24763
  align-items: center;
24810
24764
  align-content: center;
24811
24765
  position: relative;
24812
- -webkit-user-select: none;
24813
- -ms-user-select: none;
24814
- user-select: none;
24766
+ user-select: none;
24815
24767
  cursor: default;
24816
24768
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
24817
24769
  }
@@ -24849,7 +24801,7 @@ kendo-card-footer {
24849
24801
  .k-panelbar .k-group .k-panelbar-expand,
24850
24802
  .k-panelbar .k-group .k-panelbar-collapse,
24851
24803
  .k-panelbar .k-panelbar-group .k-panelbar-toggle {
24852
- margin-inline-end: 0px;
24804
+ margin-inline-end: calc( 8px - 8px);
24853
24805
  }
24854
24806
 
24855
24807
  .k-rtl .k-panelbar .k-group > .k-item.k-level-1 .k-link,
@@ -24893,7 +24845,7 @@ kendo-card-footer {
24893
24845
  .k-ie .k-group .k-panelbar-expand,
24894
24846
  .k-ie .k-group .k-panelbar-collapse,
24895
24847
  .k-ie .k-panelbar-group .k-panelbar-toggle {
24896
- margin-right: 0px;
24848
+ margin-right: calc( 8px - 8px);
24897
24849
  }
24898
24850
 
24899
24851
  .k-rtl .k-ie .k-panelbar-expand,
@@ -24914,7 +24866,7 @@ kendo-card-footer {
24914
24866
  .k-ie.k-rtl .k-panelbar-group .k-panelbar-toggle, .k-ie[dir="rtl"] .k-group .k-panelbar-expand,
24915
24867
  .k-ie[dir="rtl"] .k-group .k-panelbar-collapse,
24916
24868
  .k-ie[dir="rtl"] .k-panelbar-group .k-panelbar-toggle {
24917
- margin-left: 0px;
24869
+ margin-left: calc( 8px - 8px);
24918
24870
  }
24919
24871
 
24920
24872
  .k-panelbar {
@@ -25106,6 +25058,7 @@ kendo-card-footer {
25106
25058
  outline: 0;
25107
25059
  position: absolute;
25108
25060
  -webkit-user-select: none;
25061
+ -moz-user-select: none;
25109
25062
  -ms-user-select: none;
25110
25063
  user-select: none;
25111
25064
  display: flex;
@@ -25357,9 +25310,7 @@ kendo-card-footer {
25357
25310
  .k-pane-wrapper .k-pane {
25358
25311
  width: 100%;
25359
25312
  height: 100%;
25360
- -webkit-user-select: none;
25361
- -ms-user-select: none;
25362
- user-select: none;
25313
+ user-select: none;
25363
25314
  box-sizing: border-box;
25364
25315
  font-family: sans-serif;
25365
25316
  overflow-x: hidden;
@@ -25441,8 +25392,8 @@ kendo-card-footer {
25441
25392
  .k-grid-mobile .k-header a {
25442
25393
  -webkit-touch-callout: none;
25443
25394
  -webkit-user-select: none;
25444
- -ms-user-select: none;
25445
- user-select: none;
25395
+ -moz-user-select: none;
25396
+ user-select: none;
25446
25397
  -webkit-user-drag: none;
25447
25398
  -moz-user-drag: none;
25448
25399
  }
@@ -25641,8 +25592,7 @@ kendo-card-footer {
25641
25592
  .k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
25642
25593
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
25643
25594
  .k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
25644
- -ms-writing-mode: tb-lr;
25645
- writing-mode: vertical-lr;
25595
+ writing-mode: vertical-lr;
25646
25596
  transform: rotate(180deg);
25647
25597
  white-space: nowrap;
25648
25598
  }
@@ -26003,7 +25953,7 @@ kendo-card-footer {
26003
25953
  }
26004
25954
 
26005
25955
  .k-grid .k-grouping-row .k-icon {
26006
- margin-left: 0px;
25956
+ margin-left: calc( 8px - 8px);
26007
25957
  margin-right: 8px;
26008
25958
  text-decoration: none;
26009
25959
  }
@@ -26172,7 +26122,7 @@ kendo-card-footer {
26172
26122
  .k-grid[dir="rtl"] .k-grid-header .k-filterable,
26173
26123
  .k-rtl .k-grid .k-grid-header .k-with-icon,
26174
26124
  .k-rtl .k-grid .k-grid-header .k-filterable {
26175
- padding-left: calc(1.4285714286em + 14px);
26125
+ padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26176
26126
  padding-right: 8px;
26177
26127
  }
26178
26128
 
@@ -26228,7 +26178,7 @@ kendo-card-footer {
26228
26178
  .k-grid[dir="rtl"] .k-grouping-row .k-icon,
26229
26179
  .k-rtl .k-grid .k-grouping-row .k-icon {
26230
26180
  margin-left: 8px;
26231
- margin-right: 0px;
26181
+ margin-right: calc( 8px - 8px);
26232
26182
  }
26233
26183
 
26234
26184
  .k-grid[dir="rtl"] .k-column-resizer,
@@ -26304,7 +26254,7 @@ kendo-card-footer {
26304
26254
 
26305
26255
  .k-grouping-header::before {
26306
26256
  content: "";
26307
- height: calc(1.4285714286em + 10px);
26257
+ height: calc( 1.4285714286em + 8px + 2px);
26308
26258
  display: inline-block;
26309
26259
  vertical-align: middle;
26310
26260
  }
@@ -26383,7 +26333,7 @@ kendo-card-footer {
26383
26333
 
26384
26334
  .k-grouping-dropclue {
26385
26335
  width: 12px;
26386
- height: calc(1.4285714286em + 10px);
26336
+ height: calc( 1.4285714286em + 8px + 2px);
26387
26337
  position: absolute;
26388
26338
  top: 3px;
26389
26339
  box-sizing: content-box;
@@ -26408,7 +26358,7 @@ kendo-card-footer {
26408
26358
  width: 2px;
26409
26359
  height: calc(100% - 6px);
26410
26360
  top: 6px;
26411
- left: 5px;
26361
+ left: calc( 6px - 1px);
26412
26362
  }
26413
26363
 
26414
26364
  .k-grid-header-wrap,
@@ -26461,9 +26411,7 @@ div.k-grid-footer {
26461
26411
  }
26462
26412
 
26463
26413
  .k-grid-header.k-grid-draggable-header {
26464
- -webkit-user-select: none;
26465
- -ms-user-select: none;
26466
- user-select: none;
26414
+ user-select: none;
26467
26415
  touch-action: none;
26468
26416
  }
26469
26417
 
@@ -26498,12 +26446,12 @@ div.k-grid-footer {
26498
26446
 
26499
26447
  .k-grid-header .k-with-icon,
26500
26448
  .k-grid-header .k-filterable {
26501
- padding-right: calc(1.4285714286em + 14px);
26449
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26502
26450
  }
26503
26451
 
26504
26452
  .k-ie .k-grid-header .k-with-icon, .k-ie
26505
26453
  .k-grid-header .k-filterable {
26506
- padding-right: calc(1.4285714286em + 14px);
26454
+ padding-right: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
26507
26455
  }
26508
26456
 
26509
26457
  .k-grid-header .k-header > .k-link:focus {
@@ -26513,8 +26461,8 @@ div.k-grid-footer {
26513
26461
  .k-grid-header .k-grid-filter,
26514
26462
  .k-grid-header .k-header-column-menu {
26515
26463
  padding: 4px;
26516
- width: calc(1.4285714286em + 10px);
26517
- height: calc(1.4285714286em + 10px);
26464
+ width: calc( 1.4285714286em + 8px + 2px);
26465
+ height: calc( 1.4285714286em + 8px + 2px);
26518
26466
  box-sizing: border-box;
26519
26467
  outline: 0;
26520
26468
  line-height: 1.4285714286;
@@ -26524,7 +26472,7 @@ div.k-grid-footer {
26524
26472
  justify-content: center;
26525
26473
  position: absolute;
26526
26474
  right: 4px;
26527
- bottom: 4px;
26475
+ bottom: calc( 8px + 0.7142857143em - calc( 1.4285714286em + 8px)/2);
26528
26476
  z-index: 1;
26529
26477
  }
26530
26478
 
@@ -26535,7 +26483,7 @@ div.k-grid-footer {
26535
26483
 
26536
26484
  .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm {
26537
26485
  vertical-align: text-top;
26538
- margin-left: 7px;
26486
+ margin-inline-start: calc( 8px - 1px);
26539
26487
  }
26540
26488
 
26541
26489
  .k-grid-header .k-sort-order {
@@ -26544,7 +26492,7 @@ div.k-grid-footer {
26544
26492
  height: 16px;
26545
26493
  font-size: 12px;
26546
26494
  margin-top: 2px;
26547
- margin-left: -2px;
26495
+ margin-inline-start: -2px;
26548
26496
  }
26549
26497
 
26550
26498
  .k-column-resizer {
@@ -26942,15 +26890,15 @@ div.k-grid-norecords {
26942
26890
  }
26943
26891
 
26944
26892
  .k-header > .k-cell-inner {
26945
- margin: -8px calc(-1.4285714286em + -2px) -8px -8px;
26893
+ margin: -8px -8px;
26946
26894
  }
26947
26895
 
26948
26896
  .k-filterable > .k-cell-inner {
26949
- margin: -8px calc(-1.4285714286em + -10px) -8px -8px;
26897
+ margin-inline-end: calc(-1 * calc( calc( 1.4285714286em + 8px + 2px) + 4px));
26950
26898
  }
26951
26899
 
26952
26900
  .k-filterable > .k-cell-inner .k-link {
26953
- padding-right: 0;
26901
+ padding-inline-end: 0;
26954
26902
  }
26955
26903
 
26956
26904
  .k-cell-inner {
@@ -26987,6 +26935,7 @@ div.k-grid-norecords {
26987
26935
  .k-cell-inner .k-grid-filter,
26988
26936
  .k-cell-inner .k-header-column-menu {
26989
26937
  position: static;
26938
+ margin-inline-end: 4px;
26990
26939
  }
26991
26940
 
26992
26941
  .k-cell-inner .k-grid-filter,
@@ -27265,9 +27214,7 @@ div.k-grid-norecords {
27265
27214
  display: flex;
27266
27215
  flex: 0 0 auto;
27267
27216
  position: relative;
27268
- -webkit-user-select: none;
27269
- -ms-user-select: none;
27270
- user-select: none;
27217
+ user-select: none;
27271
27218
  }
27272
27219
 
27273
27220
  .k-column-menu-group-header-text {
@@ -27285,30 +27232,6 @@ div.k-grid-norecords {
27285
27232
  margin-right: 0;
27286
27233
  }
27287
27234
 
27288
- [dir="rtl"] .k-header > .k-cell-inner,
27289
- .k-rtl .k-header > .k-cell-inner {
27290
- margin-right: -8px;
27291
- margin-left: calc(-1.4285714286em + -2px);
27292
- }
27293
-
27294
- [dir="rtl"] .k-header > .k-cell-inner .k-sort-order,
27295
- .k-rtl .k-header > .k-cell-inner .k-sort-order {
27296
- margin-right: -2px;
27297
- margin-left: 0;
27298
- }
27299
-
27300
- [dir="rtl"] .k-filterable > .k-cell-inner,
27301
- .k-rtl .k-filterable > .k-cell-inner {
27302
- margin-right: -8px;
27303
- margin-left: calc(-1.4285714286em + -10px);
27304
- }
27305
-
27306
- [dir="rtl"] .k-filterable > .k-cell-inner .k-link,
27307
- .k-rtl .k-filterable > .k-cell-inner .k-link {
27308
- padding-right: 8px;
27309
- padding-left: 0;
27310
- }
27311
-
27312
27235
  .k-ie .k-grid-header,
27313
27236
  .k-ie .k-grid-footer {
27314
27237
  padding-right: 17px;
@@ -27383,9 +27306,9 @@ tbody .k-group-cell {
27383
27306
  background-color: whitesmoke;
27384
27307
  }
27385
27308
 
27386
- .k-grid tbody tr:not(.k-detail-row):hover,
27387
- .k-grid tbody tr:not(.k-detail-row).k-state-hover,
27388
- .k-grid tbody tr:not(.k-detail-row).k-hover {
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 {
27389
27312
  background-color: #ebebeb;
27390
27313
  }
27391
27314
 
@@ -28140,6 +28063,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28140
28063
  border-color: inherit;
28141
28064
  box-sizing: border-box;
28142
28065
  -webkit-user-select: none;
28066
+ -moz-user-select: none;
28143
28067
  -ms-user-select: none;
28144
28068
  user-select: none;
28145
28069
  position: absolute;
@@ -28463,12 +28387,12 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28463
28387
 
28464
28388
  .k-spreadsheet-filter-menu > .k-menu .k-link,
28465
28389
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
28466
- padding-left: 24px;
28390
+ padding-left: calc( 16px + 8px);
28467
28391
  }
28468
28392
 
28469
28393
  .k-spreadsheet-filter-menu > .k-menu .k-icon,
28470
28394
  .k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
28471
- margin-left: -20px;
28395
+ margin-left: calc(-1 * ( 16px + 4px ));
28472
28396
  margin-right: 4px;
28473
28397
  }
28474
28398
 
@@ -29134,9 +29058,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29134
29058
  border-style: solid;
29135
29059
  box-sizing: border-box;
29136
29060
  cursor: pointer;
29137
- -webkit-user-select: none;
29138
- -ms-user-select: none;
29139
- user-select: none;
29061
+ user-select: none;
29140
29062
  }
29141
29063
 
29142
29064
  .k-flex-row .k-pivotgrid-configurator-button, .k-d-flex-row .k-pivotgrid-configurator-button,
@@ -29147,8 +29069,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29147
29069
 
29148
29070
  .k-flex-row .k-pivotgrid-configurator-button span, .k-d-flex-row .k-pivotgrid-configurator-button span,
29149
29071
  .k-flex-row-reverse .k-pivotgrid-configurator-button span {
29150
- -ms-writing-mode: tb-rl;
29151
- writing-mode: vertical-rl;
29072
+ writing-mode: vertical-rl;
29152
29073
  }
29153
29074
 
29154
29075
  .k-flex-row .k-pivotgrid-configurator-button .k-icon, .k-d-flex-row .k-pivotgrid-configurator-button .k-icon,
@@ -29173,19 +29094,19 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29173
29094
  }
29174
29095
 
29175
29096
  .k-flex-row .k-pivotgrid-configurator-overlay, .k-d-flex-row .k-pivotgrid-configurator-overlay {
29176
- right: calc(1.4285714286em + 10px);
29097
+ right: calc( 1.4285714286em + 8px + 2px);
29177
29098
  }
29178
29099
 
29179
29100
  .k-flex-row-reverse .k-pivotgrid-configurator-overlay {
29180
- left: calc(1.4285714286em + 10px);
29101
+ left: calc( 1.4285714286em + 8px + 2px);
29181
29102
  }
29182
29103
 
29183
29104
  .k-flex-col .k-pivotgrid-configurator-overlay, .k-d-flex-col .k-pivotgrid-configurator-overlay, .k-flex-column .k-pivotgrid-configurator-overlay {
29184
- bottom: calc(1.4285714286em + 10px);
29105
+ bottom: calc( 1.4285714286em + 8px + 2px);
29185
29106
  }
29186
29107
 
29187
29108
  .k-flex-col-reverse .k-pivotgrid-configurator-overlay, .k-flex-column-reverse .k-pivotgrid-configurator-overlay {
29188
- top: calc(1.4285714286em + 10px);
29109
+ top: calc( 1.4285714286em + 8px + 2px);
29189
29110
  }
29190
29111
 
29191
29112
  .k-pivotgrid-configurator-header {
@@ -29946,7 +29867,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29946
29867
  content: "";
29947
29868
  position: absolute;
29948
29869
  width: 1px;
29949
- top: -5px;
29870
+ top: calc(-4px - 1px);
29950
29871
  bottom: 50%;
29951
29872
  left: -8px;
29952
29873
  }
@@ -30133,7 +30054,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30133
30054
  .k-filemanager-preview {
30134
30055
  padding: 48px 16px 16px;
30135
30056
  width: 20%;
30136
- min-height: 304px;
30057
+ min-height: calc( 64px + 192px + 48px);
30137
30058
  border-width: 0;
30138
30059
  border-left-width: 1px;
30139
30060
  border-style: solid;
@@ -30687,8 +30608,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30687
30608
 
30688
30609
  .k-editor-toolbar .k-tool {
30689
30610
  padding: 4px;
30690
- width: calc(1.4285714286em + 10px);
30691
- height: calc(1.4285714286em + 10px);
30611
+ width: calc( 1.4285714286em + 8px + 2px);
30612
+ height: calc( 1.4285714286em + 8px + 2px);
30692
30613
  }
30693
30614
 
30694
30615
  .k-editor-toolbar .k-tool-text {
@@ -30750,9 +30671,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30750
30671
  float: left;
30751
30672
  opacity: 1;
30752
30673
  cursor: text;
30753
- -webkit-user-select: none;
30754
- -ms-user-select: none;
30755
- user-select: none;
30674
+ user-select: none;
30756
30675
  }
30757
30676
 
30758
30677
  td.k-editor-content {
@@ -30862,7 +30781,7 @@ td.k-editor-content {
30862
30781
 
30863
30782
  .k-editor-dialog .k-edit-label {
30864
30783
  width: 30%;
30865
- padding: 5px 0;
30784
+ padding: calc( 4px + 1px) 0;
30866
30785
  }
30867
30786
 
30868
30787
  .k-editor-dialog .k-edit-field {
@@ -31291,7 +31210,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31291
31210
 
31292
31211
  .k-imageeditor-action-pane {
31293
31212
  padding: 32px 16px;
31294
- width: 241px;
31213
+ width: calc(240px + 1px);
31295
31214
  border-width: 0;
31296
31215
  border-left-width: 1px;
31297
31216
  border-style: solid;
@@ -31339,14 +31258,14 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31339
31258
 
31340
31259
  .k-imageeditor-crop .k-resize-n,
31341
31260
  .k-imageeditor-crop .k-resize-s {
31342
- left: calc(50% - 7.5px);
31261
+ left: calc( 50% - (7.5px));
31343
31262
  width: 15px;
31344
31263
  height: 0;
31345
31264
  }
31346
31265
 
31347
31266
  .k-imageeditor-crop .k-resize-w,
31348
31267
  .k-imageeditor-crop .k-resize-e {
31349
- top: calc(50% - 7.5px);
31268
+ top: calc( 50% - (7.5px));
31350
31269
  width: 0;
31351
31270
  height: 15px;
31352
31271
  }
@@ -31397,7 +31316,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31397
31316
  .k-imageeditor-canvas {
31398
31317
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.09) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.09) 0), white;
31399
31318
  background-repeat: repeat, repeat;
31400
- background-position: 0px 0px, 5px 5px;
31319
+ background-position: 0px 0px, calc(10px / 2) calc(10px / 2);
31401
31320
  transform-origin: 0 0 0;
31402
31321
  background-origin: padding-box, padding-box;
31403
31322
  background-size: 10px 10px, 10px 10px;
@@ -31442,7 +31361,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31442
31361
  }
31443
31362
 
31444
31363
  .k-gantt .k-grid-header tr {
31445
- height: calc(1.4285714286em + 17px);
31364
+ height: calc( 1.4285714286em + 16px + 1px);
31446
31365
  }
31447
31366
 
31448
31367
  .k-gantt .k-grid-header .k-header {
@@ -31454,11 +31373,11 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31454
31373
  }
31455
31374
 
31456
31375
  .k-gantt .k-grid-content tr {
31457
- height: calc(1.4285714286em + 16px);
31376
+ height: calc( 1.4285714286em + 16px + 0px);
31458
31377
  }
31459
31378
 
31460
31379
  .k-gantt.k-gantt-planned .k-grid-content tr {
31461
- height: calc(2.4285714286em + 16px);
31380
+ height: calc( 2.4285714286em + 16px + 0px);
31462
31381
  }
31463
31382
 
31464
31383
  .k-gantt .k-gantt-layout {
@@ -31625,8 +31544,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31625
31544
  .k-gantt-toolbar .k-gantt-pdf,
31626
31545
  .k-gantt-toolbar .k-gantt-create {
31627
31546
  padding: 4px;
31628
- width: calc(1.4285714286em + 10px);
31629
- height: calc(1.4285714286em + 10px);
31547
+ width: calc( 1.4285714286em + 8px + 2px);
31548
+ height: calc( 1.4285714286em + 8px + 2px);
31630
31549
  }
31631
31550
  .k-gantt-toolbar .k-gantt-pdf .k-button-text,
31632
31551
  .k-gantt-toolbar .k-gantt-create .k-button-text {
@@ -31662,7 +31581,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31662
31581
  }
31663
31582
 
31664
31583
  .k-gantt-treelist .k-grid-header tr {
31665
- height: calc(2.8571428571em + 34px);
31584
+ height: calc( 2.8571428571em + 32px + 2px);
31666
31585
  vertical-align: bottom;
31667
31586
  }
31668
31587
 
@@ -31676,7 +31595,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31676
31595
  }
31677
31596
 
31678
31597
  .k-gantt-treelist .k-gantt-treelist-nested-columns .k-grid-header tr {
31679
- height: calc(1.4285714286em + 17px);
31598
+ height: calc( 1.4285714286em + 16px + 1px);
31680
31599
  }
31681
31600
 
31682
31601
  .k-gantt-treelist.k-gantt-treelist-scrollable .k-grid-content {
@@ -31797,8 +31716,8 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31797
31716
  }
31798
31717
 
31799
31718
  .k-task-dot {
31800
- width: 16px;
31801
- height: 16px;
31719
+ width: calc( 8px + 8px);
31720
+ height: calc( 8px + 8px);
31802
31721
  line-height: 1;
31803
31722
  cursor: pointer;
31804
31723
  display: none;
@@ -32069,7 +31988,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32069
31988
 
32070
31989
  .k-task-planned .k-task-moment {
32071
31990
  border-width: 2px;
32072
- border-radius: 5px;
31991
+ border-radius: calc( ( 4px + 6px ) / 2);
32073
31992
  border-style: solid;
32074
31993
  height: 6px;
32075
31994
  width: 6px;
@@ -32080,15 +31999,15 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32080
31999
  }
32081
32000
 
32082
32001
  .k-task-planned .k-task-moment.k-moment-left {
32083
- margin-left: -4px;
32002
+ margin-left: calc( 2px / 2 - calc( ( 4px + 6px ) / 2));
32084
32003
  }
32085
32004
 
32086
32005
  .k-task-planned:hover .k-task-duration {
32087
- height: 3px;
32006
+ height: calc( 2px + 1px);
32088
32007
  }
32089
32008
 
32090
32009
  .k-milestone-wrap .k-task-moment {
32091
- margin-left: 3px;
32010
+ margin-left: calc( 6px / 2);
32092
32011
  }
32093
32012
 
32094
32013
  .k-planned-tooltip .k-task-content {
@@ -32889,7 +32808,7 @@ kendo-scheduler .k-event > div,
32889
32808
 
32890
32809
  kendo-scheduler .k-event .k-event-template,
32891
32810
  .k-event .k-event-template {
32892
- line-height: 17px;
32811
+ line-height: calc( 25px - (2 * 4px));
32893
32812
  padding: 4px 8px;
32894
32813
  }
32895
32814
 
@@ -33305,12 +33224,12 @@ kendo-scheduler .k-recurrence-editor {
33305
33224
  }
33306
33225
 
33307
33226
  .k-scheduler-yearview .k-day-indicator {
33308
- margin-top: 24px;
33227
+ margin-top: calc( 32px - (4px * 2));
33309
33228
  width: 3px;
33310
33229
  height: 3px;
33311
33230
  border-radius: 50%;
33312
33231
  position: absolute;
33313
- left: calc(50% - 1.5px);
33232
+ left: calc( 50% - (3px / 2));
33314
33233
  }
33315
33234
 
33316
33235
  .k-scheduler-tooltip {
@@ -33867,11 +33786,11 @@ kendo-scheduler .k-recurrence-editor {
33867
33786
  }
33868
33787
 
33869
33788
  .k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
33870
- padding-left: 40px;
33789
+ padding-left: calc( 32px + 8px);
33871
33790
  }
33872
33791
 
33873
33792
  .k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
33874
- padding-right: 40px;
33793
+ padding-right: calc( 32px + 8px);
33875
33794
  }
33876
33795
 
33877
33796
  .k-author {
@@ -33905,9 +33824,7 @@ kendo-scheduler .k-recurrence-editor {
33905
33824
  border-style: solid;
33906
33825
  line-height: 18px;
33907
33826
  cursor: pointer;
33908
- -webkit-user-select: none;
33909
- -ms-user-select: none;
33910
- user-select: none;
33827
+ user-select: none;
33911
33828
  display: inline-block;
33912
33829
  flex: 0 0 auto;
33913
33830
  transition-property: color, background-color, border-color;
@@ -34169,13 +34086,13 @@ kendo-scheduler .k-recurrence-editor {
34169
34086
  .k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
34170
34087
  [dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
34171
34088
  padding-left: 0;
34172
- padding-right: 40px;
34089
+ padding-right: calc( 32px + 8px);
34173
34090
  }
34174
34091
 
34175
34092
  .k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
34176
34093
  [dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
34177
34094
  padding-right: 0;
34178
- padding-left: 40px;
34095
+ padding-left: calc( 32px + 8px);
34179
34096
  }
34180
34097
 
34181
34098
  .k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
@@ -34406,7 +34323,7 @@ kendo-scheduler .k-recurrence-editor {
34406
34323
  border-radius: 4px;
34407
34324
  line-height: 1.4285714286;
34408
34325
  min-width: 80px;
34409
- max-width: 160px;
34326
+ max-width: calc(80px + 2 * 40px);
34410
34327
  position: relative;
34411
34328
  z-index: 1;
34412
34329
  }
@@ -34486,11 +34403,11 @@ kendo-scheduler .k-recurrence-editor {
34486
34403
  }
34487
34404
 
34488
34405
  .k-timeline-vertical {
34489
- padding-left: 127px;
34406
+ padding-left: calc(calc(40px + (80px - 6px) / 2) + 50px);
34490
34407
  }
34491
34408
 
34492
34409
  .k-timeline-vertical.k-timeline-dates-hidden {
34493
- padding-left: 77px;
34410
+ padding-left: calc(40px + (80px - 6px) / 2);
34494
34411
  }
34495
34412
 
34496
34413
  .k-timeline-vertical::after {
@@ -34533,7 +34450,7 @@ kendo-scheduler .k-recurrence-editor {
34533
34450
 
34534
34451
  .k-timeline-vertical .k-timeline-card .k-card {
34535
34452
  margin-left: 16px;
34536
- min-height: 70px;
34453
+ min-height: calc(2 * (36px - 1px));
34537
34454
  width: 400px;
34538
34455
  max-width: 100%;
34539
34456
  }
@@ -34685,9 +34602,9 @@ kendo-scheduler .k-recurrence-editor {
34685
34602
 
34686
34603
  .k-timeline-horizontal .k-timeline-track-wrap::after {
34687
34604
  top: auto;
34688
- bottom: 18px;
34689
- left: 28px;
34690
- right: 28px;
34605
+ bottom: calc((30px / 2) + 3px);
34606
+ left: calc(30px - 2 * 1px);
34607
+ right: calc(30px - 2 * 1px);
34691
34608
  transform: translateY(-50%);
34692
34609
  height: 6px;
34693
34610
  }
@@ -34704,7 +34621,7 @@ kendo-scheduler .k-recurrence-editor {
34704
34621
  }
34705
34622
 
34706
34623
  .k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
34707
- margin-bottom: 22px;
34624
+ margin-bottom: calc(6px + 2 * 1px + 4px + 10px);
34708
34625
  position: relative;
34709
34626
  min-width: 60px;
34710
34627
  }
@@ -34730,7 +34647,7 @@ kendo-scheduler .k-recurrence-editor {
34730
34647
  height: 30px;
34731
34648
  border-radius: 50%;
34732
34649
  position: absolute;
34733
- bottom: 11px;
34650
+ bottom: calc(6px + 3px + 2 * 1px);
34734
34651
  z-index: 3;
34735
34652
  display: flex;
34736
34653
  align-items: center;
@@ -34751,7 +34668,7 @@ kendo-scheduler .k-recurrence-editor {
34751
34668
  }
34752
34669
 
34753
34670
  .k-timeline-mobile .k-timeline-flag {
34754
- max-width: 112px;
34671
+ max-width: calc(80px + 2 * 16px);
34755
34672
  }
34756
34673
 
34757
34674
  .k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
@@ -34759,11 +34676,11 @@ kendo-scheduler .k-recurrence-editor {
34759
34676
  }
34760
34677
 
34761
34678
  .k-timeline-mobile.k-timeline-vertical {
34762
- padding-left: 103px;
34679
+ padding-left: calc(calc(16px + (80px - 6px) / 2) + 50px);
34763
34680
  }
34764
34681
 
34765
34682
  .k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
34766
- padding-left: 53px;
34683
+ padding-left: calc(16px + (80px - 6px) / 2);
34767
34684
  }
34768
34685
 
34769
34686
  .k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
@@ -34874,6 +34791,7 @@ kendo-scheduler .k-recurrence-editor {
34874
34791
 
34875
34792
  .k-pdf-viewer .k-list-scroller .k-enable-text-select {
34876
34793
  -webkit-user-select: text;
34794
+ -moz-user-select: text;
34877
34795
  -ms-user-select: text;
34878
34796
  user-select: text;
34879
34797
  cursor: text;
@@ -34973,9 +34891,7 @@ kendo-scheduler .k-recurrence-editor {
34973
34891
 
34974
34892
  .km-scrollview,
34975
34893
  .km-scroll-container {
34976
- -webkit-user-select: none;
34977
- -ms-user-select: none;
34978
- user-select: none;
34894
+ user-select: none;
34979
34895
  border-collapse: separate;
34980
34896
  }
34981
34897
 
@@ -35090,9 +35006,7 @@ kendo-scrollview.k-scrollview,
35090
35006
 
35091
35007
  .k-scrollview-wrap .k-scrollview img,
35092
35008
  .k-scrollview .k-scrollview-wrap img {
35093
- -webkit-user-select: none;
35094
- -ms-user-select: none;
35095
- user-select: none;
35009
+ user-select: none;
35096
35010
  }
35097
35011
 
35098
35012
  .k-scrollview-wrap .k-scrollview > li,
@@ -35114,20 +35028,20 @@ kendo-scrollview.k-scrollview,
35114
35028
  .k-scrollview-wrap.k-scrollview-animate {
35115
35029
  display: flex;
35116
35030
  flex-flow: row nowrap;
35117
- width: calc(var(--kendo-scrollview-views, 1)*100%);
35031
+ width: calc( var(--kendo-scrollview-views, 1) * 100%);
35118
35032
  transition-duration: 0.3s;
35119
35033
  transition-timing-function: ease-in-out;
35120
- transform: translateX(calc(-100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35034
+ transform: translateX(calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35121
35035
  }
35122
35036
 
35123
35037
  .k-scrollview-wrap.k-scrollview-animate .k-scrollview-view {
35124
- width: calc(100%/var(--kendo-scrollview-views, 1));
35125
- flex: 0 0 calc(100%/var(--kendo-scrollview-views, 1));
35038
+ width: calc( 100% / var(--kendo-scrollview-views, 1));
35039
+ flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1));
35126
35040
  }
35127
35041
 
35128
35042
  [dir="rtl"] .k-scrollview-wrap.k-scrollview-animate,
35129
35043
  .k-rtl .k-scrollview-wrap.k-scrollview-animate {
35130
- transform: translateX(calc(100%/var(--kendo-scrollview-views, 1)*(var(--kendo-scrollview-current, 1) - 1)));
35044
+ transform: translateX(calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1)));
35131
35045
  }
35132
35046
 
35133
35047
  kendo-scrollview.k-scrollview-wrap kendo-scrollview-pager,
@@ -35139,7 +35053,7 @@ kendo-scrollview.k-scrollview kendo-scrollview-pager,
35139
35053
  left: 0;
35140
35054
  right: 0;
35141
35055
  bottom: 0;
35142
- height: 50px;
35056
+ height: calc( 10px + 0px + 40px);
35143
35057
  text-align: center;
35144
35058
  }
35145
35059
 
@@ -35215,9 +35129,7 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
35215
35129
  height: 60%;
35216
35130
  top: 20%;
35217
35131
  text-decoration: none;
35218
- -webkit-user-select: none;
35219
- -ms-user-select: none;
35220
- user-select: none;
35132
+ user-select: none;
35221
35133
  cursor: pointer;
35222
35134
  }
35223
35135
 
@@ -35694,11 +35606,11 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
35694
35606
  }
35695
35607
 
35696
35608
  .k-treemap .k-treemap-title + .k-treemap-wrap {
35697
- top: 25.0000000004px;
35609
+ top: calc( 4px + (1.4285714286 * 14px) + 1px);
35698
35610
  }
35699
35611
 
35700
35612
  .k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
35701
- left: 25.0000000004px;
35613
+ left: calc( 4px + (1.4285714286 * 14px) + 1px);
35702
35614
  }
35703
35615
 
35704
35616
  .k-treemap .k-leaf {
@@ -36100,9 +36012,7 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36100
36012
  .k-map .km-scroll-wrapper {
36101
36013
  width: 100%;
36102
36014
  height: 100%;
36103
- -webkit-user-select: none;
36104
- -ms-user-select: none;
36105
- user-select: none;
36015
+ user-select: none;
36106
36016
  position: absolute;
36107
36017
  }
36108
36018
 
@@ -36143,8 +36053,8 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36143
36053
 
36144
36054
  .k-navigator {
36145
36055
  margin: 1em;
36146
- width: 52px;
36147
- height: 52px;
36056
+ width: calc( 48px + 4px);
36057
+ height: calc( 48px + 4px);
36148
36058
  border-width: 1px;
36149
36059
  border-style: solid;
36150
36060
  box-sizing: border-box;
@@ -36364,3 +36274,78 @@ div.k-scrollview.k-scrollview-light .k-scrollview-nav-wrap {
36364
36274
  .k-orgchart-line-v {
36365
36275
  color: #cacaca;
36366
36276
  }
36277
+
36278
+ .k-signature {
36279
+ width: 250px;
36280
+ height: 84px;
36281
+ position: relative;
36282
+ box-sizing: border-box;
36283
+ display: flex;
36284
+ flex-direction: column;
36285
+ justify-content: space-between;
36286
+ }
36287
+
36288
+ .k-signature.k-signature-maximized {
36289
+ width: 750px;
36290
+ height: 252px;
36291
+ }
36292
+
36293
+ .k-signature.k-signature-maximized > .k-signature-line {
36294
+ border-bottom-width: 3px;
36295
+ }
36296
+
36297
+ .k-signature-actions {
36298
+ display: flex;
36299
+ width: min-content;
36300
+ margin-inline-start: auto;
36301
+ gap: 4px;
36302
+ z-index: 2;
36303
+ }
36304
+
36305
+ .k-signature-canvas {
36306
+ position: absolute;
36307
+ top: 0;
36308
+ left: 0;
36309
+ width: 100%;
36310
+ height: 100%;
36311
+ display: block;
36312
+ z-index: 1;
36313
+ }
36314
+
36315
+ .k-signature-line {
36316
+ position: absolute;
36317
+ z-index: 0;
36318
+ border-bottom-width: 1px;
36319
+ border-bottom-style: dashed;
36320
+ }
36321
+
36322
+ .k-signature-sm {
36323
+ padding: 2px;
36324
+ }
36325
+
36326
+ .k-signature-sm .k-signature-line {
36327
+ width: calc( 100% - 2 * 2px);
36328
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 2px);
36329
+ }
36330
+
36331
+ .k-signature-md {
36332
+ padding: 4px;
36333
+ }
36334
+
36335
+ .k-signature-md .k-signature-line {
36336
+ width: calc( 100% - 2 * 4px);
36337
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
36338
+ }
36339
+
36340
+ .k-signature-lg {
36341
+ padding: 6px;
36342
+ }
36343
+
36344
+ .k-signature-lg .k-signature-line {
36345
+ width: calc( 100% - 2 * 6px);
36346
+ bottom: calc( calc( 1.4285714286em + 8px + 2px) + 6px);
36347
+ }
36348
+
36349
+ .k-signature .k-signature-line {
36350
+ border-bottom-color: rgba(36, 152, 188, 0.24);
36351
+ }