@vitrosoftware/common-ui-ts 1.1.253 → 1.1.255
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/css/std/controls/date-picker/date-picker.css +231 -12
- package/css/std/controls/field-iterator/field-iterator.css +11 -0
- package/css/std/controls/table-view/table-view-custom-date-edit.css +18 -0
- package/dist/index.css +274 -44
- package/dist/index.js +378 -116
- package/dist/index.js.map +1 -1
- package/dist/src/constants/Attribute.d.ts +1 -0
- package/dist/src/constants/HtmlElement.d.ts +4 -0
- package/dist/src/controls/DatePicker/DatePicker.d.ts +7 -4
- package/dist/src/controls/DatePicker/DatePickerConstants.d.ts +7 -0
- package/dist/src/controls/DatePicker/services/DatePickerService.d.ts +6 -0
- package/dist/src/controls/ExpandControlGroup/ExpandControlGroup.d.ts +2 -0
- package/dist/src/controls/FieldIterator/FieldIterator.d.ts +3 -0
- package/dist/src/controls/FieldIterator/FieldIteratorGroup.d.ts +19 -0
- package/dist/src/controls/FieldIterator/models/FieldIteratorGroup.d.ts +6 -0
- package/dist/src/controls/TableView/TableViewConstants.d.ts +2 -1
- package/dist/src/controls/TimePicker/TimePicker.d.ts +1 -1
- package/dist/src/controls/TimePicker/TimePickerConstants.d.ts +3 -0
- package/dist/src/controls/TimePicker/services/TimePickerService.d.ts +3 -0
- package/dist/src/controls/TimePicker/services/impl/TimePickerServiceImpl.d.ts +5 -0
- package/dist/src/models.d.ts +3 -0
- package/dist/src/services.d.ts +3 -0
- package/lib/kendo/kendo.messages.ru-RU.min.js +15 -6
- package/lib/third-party.js +15 -6
- package/lib/xeokit/xeokit-sdk-2.6.10.es.js +72 -0
- package/package.json +1 -1
- package/src/controls/BimViewer/js/bim-viewer-models.js +29 -0
- package/src/controls/BimViewer/js/bim-viewer.js +61 -3
- package/src/controls/DxfViewer/js/dxf-viewer.js +15 -15
- package/src/controls/PdfViewer/js/pdf-viewer.js +1 -1
package/dist/index.css
CHANGED
|
@@ -3283,6 +3283,38 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
3283
3283
|
._expand-control-group_vitro-display-none_Zs_5rQL {
|
|
3284
3284
|
display: none !important;
|
|
3285
3285
|
}
|
|
3286
|
+
._label_vitro-label_it8WNUE {
|
|
3287
|
+
width: 100%;
|
|
3288
|
+
max-width: unset;
|
|
3289
|
+
background-color: #F7F9FC;
|
|
3290
|
+
font-family: 'InterMedium';
|
|
3291
|
+
font-size: 14px;
|
|
3292
|
+
line-height: 16px;
|
|
3293
|
+
padding: 12px 8px;
|
|
3294
|
+
margin-bottom: 12px;
|
|
3295
|
+
display: flex;
|
|
3296
|
+
align-items: center;
|
|
3297
|
+
flex-shrink: 0;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
|
+
._label_vitro-label_it8WNUE,
|
|
3301
|
+
._label_vitro-inline-label_1TMnPWg {
|
|
3302
|
+
font-size: inherit;
|
|
3303
|
+
margin-left: 0;
|
|
3304
|
+
display: inline-block;
|
|
3305
|
+
white-space: nowrap;
|
|
3306
|
+
text-overflow: ellipsis;
|
|
3307
|
+
overflow: hidden;
|
|
3308
|
+
}
|
|
3309
|
+
|
|
3310
|
+
._label_vitro-inline-label_1TMnPWg {
|
|
3311
|
+
max-width: calc(100% - 20px);
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
._label_vitro-required_2-bSGif {
|
|
3315
|
+
color: #D13438;
|
|
3316
|
+
margin-left: 2px;
|
|
3317
|
+
}
|
|
3286
3318
|
._field-iterator_vitro-field-iterator_2zUPyUF {
|
|
3287
3319
|
padding-top: 10px;
|
|
3288
3320
|
display: flex;
|
|
@@ -3359,6 +3391,17 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
3359
3391
|
gap: 22px 16px;
|
|
3360
3392
|
display: flex;
|
|
3361
3393
|
flex-direction: column;
|
|
3394
|
+
}
|
|
3395
|
+
|
|
3396
|
+
._field-iterator_vitro-field-iterator-group_3J2NfZZ .vitro-content {
|
|
3397
|
+
display: flex;
|
|
3398
|
+
flex-wrap: wrap;
|
|
3399
|
+
grid-gap: 22px 16px;
|
|
3400
|
+
align-content: flex-start;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
._field-iterator_vitro-label_390kxdf {
|
|
3404
|
+
margin: 0;
|
|
3362
3405
|
}
|
|
3363
3406
|
._issue-tile_vitro-issue-tile_2D7E9Y- {
|
|
3364
3407
|
cursor: pointer;
|
|
@@ -3809,38 +3852,6 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
3809
3852
|
._search-dialog_vitro-settings-dialog-mobile_1vwSHz5 ._search-dialog_vitro-filter-container_MNoN_7M .vitro-block > div > div {
|
|
3810
3853
|
margin-top: 0;
|
|
3811
3854
|
}
|
|
3812
|
-
._label_vitro-label_it8WNUE {
|
|
3813
|
-
width: 100%;
|
|
3814
|
-
max-width: unset;
|
|
3815
|
-
background-color: #F7F9FC;
|
|
3816
|
-
font-family: 'InterMedium';
|
|
3817
|
-
font-size: 14px;
|
|
3818
|
-
line-height: 16px;
|
|
3819
|
-
padding: 12px 8px;
|
|
3820
|
-
margin-bottom: 12px;
|
|
3821
|
-
display: flex;
|
|
3822
|
-
align-items: center;
|
|
3823
|
-
flex-shrink: 0;
|
|
3824
|
-
}
|
|
3825
|
-
|
|
3826
|
-
._label_vitro-label_it8WNUE,
|
|
3827
|
-
._label_vitro-inline-label_1TMnPWg {
|
|
3828
|
-
font-size: inherit;
|
|
3829
|
-
margin-left: 0;
|
|
3830
|
-
display: inline-block;
|
|
3831
|
-
white-space: nowrap;
|
|
3832
|
-
text-overflow: ellipsis;
|
|
3833
|
-
overflow: hidden;
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
._label_vitro-inline-label_1TMnPWg {
|
|
3837
|
-
max-width: calc(100% - 20px);
|
|
3838
|
-
}
|
|
3839
|
-
|
|
3840
|
-
._label_vitro-required_2-bSGif {
|
|
3841
|
-
color: #D13438;
|
|
3842
|
-
margin-left: 2px;
|
|
3843
|
-
}
|
|
3844
3855
|
._list_vitro-list_2cs4WZE {
|
|
3845
3856
|
width: 100%;
|
|
3846
3857
|
list-style-type: none;
|
|
@@ -4995,16 +5006,16 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
4995
5006
|
display: none;
|
|
4996
5007
|
}
|
|
4997
5008
|
|
|
4998
|
-
.k-datepicker
|
|
5009
|
+
.k-datepicker,
|
|
5010
|
+
.k-datetimepicker {
|
|
4999
5011
|
width: 100% !important;
|
|
5000
5012
|
}
|
|
5001
5013
|
|
|
5002
5014
|
._date-picker_vitro-calendar-container_-q52RLa {
|
|
5003
5015
|
width: 280px;
|
|
5004
|
-
height:
|
|
5016
|
+
height: 326px;
|
|
5005
5017
|
box-shadow: none !important;
|
|
5006
5018
|
background-color: transparent;
|
|
5007
|
-
border-radius: 4px;
|
|
5008
5019
|
padding: 4px 0;
|
|
5009
5020
|
border: none;
|
|
5010
5021
|
}
|
|
@@ -5012,6 +5023,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5012
5023
|
._date-picker_vitro-calendar-container_-q52RLa > div {
|
|
5013
5024
|
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
|
|
5014
5025
|
background-color: #fff;
|
|
5026
|
+
border-radius: 4px;
|
|
5015
5027
|
}
|
|
5016
5028
|
|
|
5017
5029
|
.k-calendar {
|
|
@@ -5043,7 +5055,8 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5043
5055
|
border-color: #D13438 !important;
|
|
5044
5056
|
}
|
|
5045
5057
|
|
|
5046
|
-
.k-i-calendar
|
|
5058
|
+
.k-i-calendar,
|
|
5059
|
+
.k-datetimepicker .k-i-clock {
|
|
5047
5060
|
height: 20px !important;
|
|
5048
5061
|
width: 20px !important;
|
|
5049
5062
|
display: flex !important;
|
|
@@ -5051,7 +5064,8 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5051
5064
|
justify-content: center;
|
|
5052
5065
|
}
|
|
5053
5066
|
|
|
5054
|
-
.k-i-calendar::before
|
|
5067
|
+
.k-i-calendar::before,
|
|
5068
|
+
.k-datetimepicker .k-i-clock::before {
|
|
5055
5069
|
content: '' !important;
|
|
5056
5070
|
display: inline-block;
|
|
5057
5071
|
height: 18px;
|
|
@@ -5093,7 +5107,7 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5093
5107
|
height: 24px !important;
|
|
5094
5108
|
width: 24px !important;
|
|
5095
5109
|
border-radius: 2px;
|
|
5096
|
-
color: #222D44
|
|
5110
|
+
color: #222D44;
|
|
5097
5111
|
opacity: 1 !important;
|
|
5098
5112
|
}
|
|
5099
5113
|
|
|
@@ -5134,9 +5148,9 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5134
5148
|
color: #fff !important;
|
|
5135
5149
|
}
|
|
5136
5150
|
|
|
5137
|
-
.k-state-hover .k-link {
|
|
5138
|
-
background-color: #DCEEFF
|
|
5139
|
-
border-radius: 2px
|
|
5151
|
+
.k-calendar .k-state-hover .k-link {
|
|
5152
|
+
background-color: #DCEEFF;
|
|
5153
|
+
border-radius: 2px;
|
|
5140
5154
|
}
|
|
5141
5155
|
|
|
5142
5156
|
.k-header {
|
|
@@ -5162,26 +5176,41 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5162
5176
|
background: #fff !important;
|
|
5163
5177
|
}
|
|
5164
5178
|
|
|
5165
|
-
.k-
|
|
5179
|
+
.k-prev-view:hover,
|
|
5180
|
+
.k-next-view:hover {
|
|
5181
|
+
color: transparent !important;
|
|
5182
|
+
}
|
|
5183
|
+
|
|
5184
|
+
.k-nav-prev span,
|
|
5185
|
+
.k-prev-view span {
|
|
5166
5186
|
background-repeat: no-repeat;
|
|
5167
5187
|
background-position: center;
|
|
5168
5188
|
background-size: 100%;
|
|
5169
5189
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-left-grey.svg');
|
|
5170
5190
|
width: 22px;
|
|
5171
5191
|
height: 22px;
|
|
5192
|
+
flex-shrink: 0;
|
|
5172
5193
|
}
|
|
5173
5194
|
|
|
5174
|
-
.k-nav-next span
|
|
5195
|
+
.k-nav-next span,
|
|
5196
|
+
.k-next-view span {
|
|
5175
5197
|
background-repeat: no-repeat;
|
|
5176
5198
|
background-position: center;
|
|
5177
5199
|
background-size: 100%;
|
|
5178
5200
|
background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/date-picker/img/collapse-right-grey.svg');
|
|
5179
5201
|
width: 22px;
|
|
5180
5202
|
height: 22px;
|
|
5203
|
+
flex-shrink: 0;
|
|
5181
5204
|
}
|
|
5182
5205
|
|
|
5183
5206
|
.k-nav-prev span::before,
|
|
5184
|
-
.k-nav-next span::before
|
|
5207
|
+
.k-nav-next span::before,
|
|
5208
|
+
.k-prev-view span::before,
|
|
5209
|
+
.k-next-view span::before,
|
|
5210
|
+
.k-nav-prev::before,
|
|
5211
|
+
.k-nav-next::before,
|
|
5212
|
+
.k-prev-view::before,
|
|
5213
|
+
.k-next-view::before {
|
|
5185
5214
|
display: none;
|
|
5186
5215
|
}
|
|
5187
5216
|
|
|
@@ -5201,6 +5230,207 @@ div._component-loader_vitro-component-loader_3J3a2or {
|
|
|
5201
5230
|
height: unset !important;
|
|
5202
5231
|
width: unset !important;
|
|
5203
5232
|
padding: 10px 0 !important;
|
|
5233
|
+
}
|
|
5234
|
+
|
|
5235
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar .k-state-focused .k-link,
|
|
5236
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar .k-state-focused.k-state-hover .k-link {
|
|
5237
|
+
background: #347FDE;
|
|
5238
|
+
color: #fff !important;
|
|
5239
|
+
box-shadow: none;
|
|
5240
|
+
}
|
|
5241
|
+
|
|
5242
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar .k-link {
|
|
5243
|
+
color: #222D44;
|
|
5244
|
+
}
|
|
5245
|
+
|
|
5246
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar-header {
|
|
5247
|
+
height: 40px;
|
|
5248
|
+
}
|
|
5249
|
+
|
|
5250
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-footer {
|
|
5251
|
+
display: none;
|
|
5252
|
+
}
|
|
5253
|
+
|
|
5254
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-wrap {
|
|
5255
|
+
width: 280px;
|
|
5256
|
+
}
|
|
5257
|
+
|
|
5258
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-calendar-wrap,
|
|
5259
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-time-wrap {
|
|
5260
|
+
flex: 0 0 100%;
|
|
5261
|
+
}
|
|
5262
|
+
|
|
5263
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-today,
|
|
5264
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-nav-today {
|
|
5265
|
+
color: #347FDE !important;
|
|
5266
|
+
font-size: 14px;
|
|
5267
|
+
line-height: 21px;
|
|
5268
|
+
}
|
|
5269
|
+
|
|
5270
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-buttongroup .k-button {
|
|
5271
|
+
font-family: 'InterRegular';
|
|
5272
|
+
color: #4A556C;
|
|
5273
|
+
font-size: 14px;
|
|
5274
|
+
line-height: 150%;
|
|
5275
|
+
padding: 0 12px 15px;
|
|
5276
|
+
overflow: hidden;
|
|
5277
|
+
text-overflow: ellipsis;
|
|
5278
|
+
background: #fff;
|
|
5279
|
+
box-shadow: none;
|
|
5280
|
+
border: none;
|
|
5281
|
+
border-bottom: 1px solid #E4E6EC;
|
|
5282
|
+
}
|
|
5283
|
+
|
|
5284
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-buttongroup .k-button.k-state-active {
|
|
5285
|
+
color: #3274E0;
|
|
5286
|
+
background-color: #fff;
|
|
5287
|
+
background-image: none;
|
|
5288
|
+
box-shadow: none;
|
|
5289
|
+
border: none;
|
|
5290
|
+
border-bottom: 2px solid #3274E0;
|
|
5291
|
+
padding: 0 12px 15px;
|
|
5292
|
+
}
|
|
5293
|
+
|
|
5294
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-datetime-buttongroup {
|
|
5295
|
+
padding: 16px 16px 0 16px;
|
|
5296
|
+
}
|
|
5297
|
+
|
|
5298
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-picker-wrap > .k-select {
|
|
5299
|
+
background: transparent !important;
|
|
5300
|
+
margin-right: 16px;
|
|
5301
|
+
width: 20px;
|
|
5302
|
+
height: 20px;
|
|
5303
|
+
align-self: center;
|
|
5304
|
+
}
|
|
5305
|
+
|
|
5306
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-picker-wrap.k-state-focused,
|
|
5307
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-picker-wrap.k-state-active {
|
|
5308
|
+
box-shadow: none !important;
|
|
5309
|
+
}
|
|
5310
|
+
|
|
5311
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar-header .k-title {
|
|
5312
|
+
color: #222D44;
|
|
5313
|
+
font-weight: unset;
|
|
5314
|
+
font-size: 14px;
|
|
5315
|
+
padding: 0 8px;
|
|
5316
|
+
}
|
|
5317
|
+
|
|
5318
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-calendar-header .k-title::before {
|
|
5319
|
+
display: none;
|
|
5320
|
+
}
|
|
5321
|
+
|
|
5322
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-header .k-title {
|
|
5323
|
+
font-weight: unset;
|
|
5324
|
+
font-family: 'InterMedium';
|
|
5325
|
+
font-size: 18px;
|
|
5326
|
+
line-height: 27px;
|
|
5327
|
+
color: #222D44;
|
|
5328
|
+
}
|
|
5329
|
+
|
|
5330
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-container .k-item:hover {
|
|
5331
|
+
font-family: 'InterMedium';
|
|
5332
|
+
}
|
|
5333
|
+
|
|
5334
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-highlight {
|
|
5335
|
+
border-color: #C0CAD5;
|
|
5336
|
+
}
|
|
5337
|
+
|
|
5338
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list::after,
|
|
5339
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list::before {
|
|
5340
|
+
box-shadow: 0 12px 30px 60px #fff;
|
|
5341
|
+
}
|
|
5342
|
+
|
|
5343
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-wrapper.k-state-focused {
|
|
5344
|
+
background-color: #DCEEFF;
|
|
5345
|
+
font-family: 'InterMedium';
|
|
5346
|
+
}
|
|
5347
|
+
|
|
5348
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-wrapper.k-state-focused::before,
|
|
5349
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-wrapper.k-state-focused::after {
|
|
5350
|
+
display: none;
|
|
5351
|
+
}
|
|
5352
|
+
|
|
5353
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-wrapper {
|
|
5354
|
+
background-color: #FFF;
|
|
5355
|
+
width: 85px;
|
|
5356
|
+
height: 182px;
|
|
5357
|
+
margin-top: 1px;
|
|
5358
|
+
}
|
|
5359
|
+
|
|
5360
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-wrapper .k-title {
|
|
5361
|
+
font-family: 'InterRegular';
|
|
5362
|
+
color: #222D44;
|
|
5363
|
+
background-color: #FFF !important;
|
|
5364
|
+
font-size: 12px;
|
|
5365
|
+
line-height: 16px;
|
|
5366
|
+
display: flex;
|
|
5367
|
+
align-items: center;
|
|
5368
|
+
justify-content: center;
|
|
5369
|
+
height: 36px;
|
|
5370
|
+
opacity: 1 !important;
|
|
5371
|
+
}
|
|
5372
|
+
|
|
5373
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-list-container {
|
|
5374
|
+
justify-content: center;
|
|
5375
|
+
}
|
|
5376
|
+
|
|
5377
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-header {
|
|
5378
|
+
height: 40px;
|
|
5379
|
+
padding: 8px 24px;
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-footer {
|
|
5383
|
+
border-top: 1px solid #E4E6EC;
|
|
5384
|
+
margin-top: 0 !important;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-now {
|
|
5388
|
+
border-radius: 4px !important;
|
|
5389
|
+
color: #347FDE !important;
|
|
5390
|
+
font-size: 14px !important;
|
|
5391
|
+
line-height: 21px;
|
|
5392
|
+
outline: none !important;
|
|
5393
|
+
}
|
|
5394
|
+
|
|
5395
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-now:hover::before {
|
|
5396
|
+
display: none;
|
|
5397
|
+
}
|
|
5398
|
+
|
|
5399
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-action-buttons .k-button {
|
|
5400
|
+
background: #fff;
|
|
5401
|
+
border-bottom-left-radius: 4px;
|
|
5402
|
+
font-size: 14px;
|
|
5403
|
+
line-height: 21px;
|
|
5404
|
+
padding: 8px !important;
|
|
5405
|
+
font-family: 'InterMedium';
|
|
5406
|
+
color: #222D44;
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5409
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-action-buttons .k-primary {
|
|
5410
|
+
background: #347FDE;
|
|
5411
|
+
border-bottom-left-radius: 0 !important;
|
|
5412
|
+
border-bottom-right-radius: 4px !important;
|
|
5413
|
+
color: white !important;
|
|
5414
|
+
}
|
|
5415
|
+
|
|
5416
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-action-buttons .k-primary:hover {
|
|
5417
|
+
background: #3274E0;
|
|
5418
|
+
border-color: #3274E0;
|
|
5419
|
+
}
|
|
5420
|
+
|
|
5421
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-time-cancel:hover {
|
|
5422
|
+
background: #F3F8FF !important;
|
|
5423
|
+
background-image: none;
|
|
5424
|
+
}
|
|
5425
|
+
|
|
5426
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-item {
|
|
5427
|
+
width: 85px;
|
|
5428
|
+
}
|
|
5429
|
+
|
|
5430
|
+
._date-picker_vitro-calendar-container_-q52RLa .k-item span {
|
|
5431
|
+
color: #222D44;
|
|
5432
|
+
font-size: 14px;
|
|
5433
|
+
line-height: 21px;
|
|
5204
5434
|
}
|
|
5205
5435
|
._checkbox_vitro-control_DfB5DDM {
|
|
5206
5436
|
width: 100%;
|