@vitrosoftware/common-ui-ts 1.1.97 → 1.1.99

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 (145) hide show
  1. package/css/std/controls/action-handler/action-result-list.css +86 -0
  2. package/css/std/controls/action-handler/confirm-dialog.css +25 -0
  3. package/css/std/controls/action-handler/img/question.svg +39 -8
  4. package/css/std/controls/action-handler/img/save-blue.svg +5 -0
  5. package/css/std/controls/action-handler/result-dialog.css +124 -0
  6. package/css/std/controls/bottom-align-control-group/bottom-align-control-group.css +4 -0
  7. package/css/std/controls/button-cancel/button-cancel.css +12 -0
  8. package/css/std/controls/button-group/button-group.css +1 -0
  9. package/css/std/controls/checkbox/checkbox.css +4 -4
  10. package/css/std/controls/checkbox/img/checkbox-active.svg +4 -0
  11. package/css/std/controls/checkbox/img/checkbox-empty.svg +3 -0
  12. package/css/std/controls/criterion/criterion.css +1 -1
  13. package/css/std/controls/date-picker/date-picker.css +1 -4
  14. package/css/std/controls/dialog/dialog-content.css +12 -0
  15. package/css/std/controls/dialog/dialog-footer.css +52 -4
  16. package/css/std/controls/dialog/dialog-header.css +14 -17
  17. package/css/std/controls/dialog/dialog.css +45 -9
  18. package/css/std/controls/dialog/img/cancel-white.svg +9 -2
  19. package/css/std/controls/dialog/img/collapse-bottom-grey.svg +3 -0
  20. package/css/std/controls/dialog/img/collapse-up-grey.svg +3 -0
  21. package/css/std/controls/expand-collapse-button/expand-collapse-button.css +33 -0
  22. package/css/std/controls/expand-control-group/expand-control-group.css +1 -10
  23. package/css/std/controls/field-iterator/field-iterator.css +4 -0
  24. package/css/std/controls/file-version-select/file-version-select.css +8 -4
  25. package/css/std/controls/flex-box/flex-box.css +4 -0
  26. package/css/std/controls/header/header-nav-bar.css +8 -1
  27. package/css/std/controls/heading/heading.css +49 -0
  28. package/css/std/controls/input/input.css +2 -7
  29. package/css/std/controls/lookup-picker/lookup-picker.css +1 -4
  30. package/css/std/controls/main/main.css +2 -2
  31. package/css/std/controls/pdf-viewer/custom.css +25 -2
  32. package/css/std/controls/pdf-viewer/img/cancel-black.svg +3 -0
  33. package/css/std/controls/pdf-viewer/img/create-issue-black.svg +5 -0
  34. package/css/std/controls/pdf-viewer/img/delete-black.svg +11 -0
  35. package/css/std/controls/pdf-viewer/img/hide-measures.svg +16 -0
  36. package/css/std/controls/pdf-viewer/img/measures-area.svg +17 -0
  37. package/css/std/controls/pdf-viewer/img/measures-area_active.svg +17 -0
  38. package/css/std/controls/pdf-viewer/img/measures-line.svg +8 -0
  39. package/css/std/controls/pdf-viewer/img/measures-line_active.svg +8 -0
  40. package/css/std/controls/pdf-viewer/img/measures-settings.svg +4 -0
  41. package/css/std/controls/pdf-viewer/img/measures-settings_active.svg +4 -0
  42. package/css/std/controls/pdf-viewer/img/measures-toolbar.svg +15 -0
  43. package/css/std/controls/pdf-viewer/img/show-measures.svg +16 -0
  44. package/css/std/controls/pdf-viewer/measure.css +137 -0
  45. package/css/std/controls/pdf-viewer/pdf-viewer-index.css +2570 -236
  46. package/css/std/controls/pdf-viewer/pdf-viewer.css +124 -87
  47. package/css/std/controls/pdf-viewer/viewer.css +158 -147
  48. package/css/std/controls/product-title/product-title.css +1 -0
  49. package/css/std/controls/progress-bar/progress-bar.css +25 -0
  50. package/css/std/controls/scrollbar/scrollbar.css +2 -2
  51. package/css/std/controls/search/checkbox-list.css +3 -9
  52. package/css/std/controls/search/search.css +22 -0
  53. package/css/std/controls/{search/input.css → search-input/search-input.css} +25 -40
  54. package/css/std/controls/search-value-list/search-value-list.css +13 -0
  55. package/css/std/controls/sidebar/sidebar-item.css +9 -28
  56. package/css/std/controls/site-select/img/collapse-bottom-triangle.svg +3 -0
  57. package/css/std/controls/site-select/img/collapse-up-triangle.svg +3 -0
  58. package/css/std/controls/site-select/img/default-site-image.svg +7 -0
  59. package/css/std/controls/site-select/img/dropdown-menu-arrow.svg +1 -0
  60. package/css/std/controls/site-select/img/search-grey.svg +3 -0
  61. package/css/std/controls/site-select/img/search.svg +5 -0
  62. package/css/std/controls/site-select/site-item.css +52 -0
  63. package/css/std/controls/site-select/site-select.css +163 -0
  64. package/css/std/controls/slide-up-panel/slide-up-panel.css +39 -0
  65. package/css/std/controls/star-button/img/star-active.svg +3 -0
  66. package/css/std/controls/star-button/img/star.svg +3 -0
  67. package/css/std/controls/star-button/star-button.css +22 -0
  68. package/css/std/controls/system-exception-dialog/img/error.svg +40 -0
  69. package/css/std/controls/system-exception-dialog/system-exception-dialog.css +119 -0
  70. package/css/std/controls/time-picker/time-picker.css +1 -4
  71. package/css/std/controls/tree-view/tree-view.css +4 -0
  72. package/css/std/controls/uploader/uploader.css +1 -12
  73. package/css/std/controls/view/view.css +8 -1
  74. package/css/std/controls/view-part/view-part.css +0 -5
  75. package/css/third-party/jquery-contextMenu/jquery.contextMenu.min.css +1 -1
  76. package/dist/index.css +1117 -680
  77. package/dist/index.js +1579 -1237
  78. package/dist/index.js.map +1 -1
  79. package/dist/src/constants/KeyCode.d.ts +1 -0
  80. package/dist/src/controls/ActionHandler/ActionHandler.d.ts +15 -11
  81. package/dist/src/controls/ActionHandler/ActionHandlerConstants.d.ts +7 -28
  82. package/dist/src/controls/ActionHandler/ActionHandlerItem.d.ts +6 -0
  83. package/dist/src/controls/ActionHandler/ActionHandlerResult.d.ts +3 -0
  84. package/dist/src/controls/ActionHandler/ActionResultItem.d.ts +11 -0
  85. package/dist/src/controls/ActionHandler/ActionResultList.d.ts +9 -0
  86. package/dist/src/controls/ActionHandler/ConfirmDialog.d.ts +11 -0
  87. package/dist/src/controls/ActionHandler/ResultDialog.d.ts +17 -0
  88. package/dist/src/controls/BottomAlignControlGroup/BottomAlignControlGroup.d.ts +6 -0
  89. package/dist/src/controls/ButtonCancel/ButtonCancel.d.ts +3 -0
  90. package/dist/src/controls/ButtonGroup/ButtonGroup.d.ts +1 -0
  91. package/dist/src/controls/Checkbox/Checkbox.d.ts +4 -3
  92. package/dist/src/controls/Checkbox/CheckboxRef.d.ts +4 -0
  93. package/dist/src/controls/Dialog/Dialog.d.ts +7 -3
  94. package/dist/src/controls/Dialog/DialogComponent.d.ts +1 -0
  95. package/dist/src/controls/Dialog/DialogConstants.d.ts +3 -1
  96. package/dist/src/controls/Dialog/DialogDetailExpandButton.d.ts +6 -0
  97. package/dist/src/controls/Dialog/DialogFooter.d.ts +5 -3
  98. package/dist/src/controls/Dialog/DialogHeader.d.ts +4 -2
  99. package/dist/src/controls/ExpandCollapseButton/ExpandCollapseButton.d.ts +12 -0
  100. package/dist/src/controls/FlexBox/FlexBox.d.ts +7 -0
  101. package/dist/src/controls/Heading/Heading.d.ts +11 -0
  102. package/dist/src/controls/Heading/HeadingConstants.d.ts +7 -0
  103. package/dist/src/controls/Input/Input.d.ts +2 -1
  104. package/dist/src/controls/Input/InputRef.d.ts +5 -0
  105. package/dist/src/controls/ProgressBar/ProgressBar.d.ts +7 -0
  106. package/dist/src/controls/ScrollBar/ScrollBar.d.ts +1 -0
  107. package/dist/src/controls/Search/CheckboxList.d.ts +1 -1
  108. package/dist/src/controls/SearchInput/SearchInput.d.ts +19 -0
  109. package/dist/src/controls/SearchInput/SearchInputConstants.d.ts +4 -0
  110. package/dist/src/controls/SearchValueList/SearchValueList.d.ts +13 -0
  111. package/dist/src/controls/SearchValueList/SearchValueListConstants.d.ts +3 -0
  112. package/dist/src/controls/SiteSelect/SiteItem.d.ts +13 -0
  113. package/dist/src/controls/SiteSelect/SiteSelect.d.ts +12 -0
  114. package/dist/src/controls/SlideUpPanel/SlideUpPanel.d.ts +10 -0
  115. package/dist/src/controls/StarButton/StarButton.d.ts +8 -0
  116. package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialog.d.ts +11 -0
  117. package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialogConstants.d.ts +11 -0
  118. package/dist/src/controls/SystemExceptionDialog/SystemExceptionDialogData.d.ts +7 -0
  119. package/dist/src/controls/TelerikUploader/TelerikUploaderContextImpl.d.ts +2 -1
  120. package/dist/src/controls/TelerikUploader/TelerikUploaderSettings.d.ts +4 -1
  121. package/dist/src/controls/UpdatingPopover/UpdatingPopover.d.ts +2 -0
  122. package/dist/src/index.d.ts +29 -2
  123. package/lib/screen.dpi.detector/screen.dpi.detector.js +92 -0
  124. package/lib/third-party.js +92 -0
  125. package/package.json +1 -1
  126. package/src/controls/BimViewer/js/bim-viewer.js +2 -2
  127. package/src/controls/PdfViewer/js/pdf-viewer.js +1104 -58
  128. package/css/std/controls/action-handler/action-handler-info.css +0 -99
  129. package/css/std/controls/action-handler/action-handler.css +0 -265
  130. package/css/std/controls/action-handler/img/cancel-red-big.svg +0 -5
  131. package/css/std/controls/action-handler/img/progress.svg +0 -1
  132. package/css/std/controls/action-handler/img/warning.svg +0 -10
  133. package/css/std/controls/checkbox/img/checkbox-big-active.svg +0 -4
  134. package/css/std/controls/checkbox/img/checkbox-big-empty.svg +0 -5
  135. package/css/std/controls/dialog/dialog-button-close.css +0 -34
  136. package/css/std/controls/dialog/dialog-button.css +0 -7
  137. package/css/std/controls/expand-control-group/img/collapse-bottom.svg +0 -5
  138. package/css/std/controls/expand-control-group/img/collapse-up.svg +0 -3
  139. package/css/std/controls/pdf-viewer/img/delete-active.svg +0 -11
  140. package/css/std/controls/pdf-viewer/img/delete.svg +0 -11
  141. /package/css/std/controls/{action-handler → expand-collapse-button}/img/collapse-bottom.svg +0 -0
  142. /package/css/std/controls/{action-handler → expand-collapse-button}/img/collapse-up.svg +0 -0
  143. /package/css/std/controls/{search → search-input}/img/cancel-black.svg +0 -0
  144. /package/css/std/controls/{search → search-input}/img/cancel-dark-grey.svg +0 -0
  145. /package/css/std/controls/{search → search-input}/img/search.svg +0 -0
package/dist/index.css CHANGED
@@ -310,12 +310,12 @@ html, body {
310
310
 
311
311
  .ps__thumb-y {
312
312
  width: 4px !important;
313
- right: 3px !important;
313
+ right: 4px !important;
314
314
  }
315
315
 
316
316
  .ps__thumb-x {
317
317
  height: 4px !important;
318
- top: 3px !important;
318
+ top: 4px !important;
319
319
  }
320
320
 
321
321
  .ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus,
@@ -439,6 +439,10 @@ html, body {
439
439
  padding-top: 8px;
440
440
  }
441
441
 
442
+ .ps .jstree-container-ul {
443
+ padding-bottom: 12px;
444
+ }
445
+
442
446
  ._tree-view_vitro-tree-view_3oii-CW {
443
447
  height: 100%;
444
448
  }
@@ -741,6 +745,31 @@ html, body {
741
745
  cursor: pointer;
742
746
  }
743
747
 
748
+ ._progress-bar_vitro-progress-bar_u2VLQeW {
749
+ width: 100%;
750
+ height: 8px;
751
+ background-color: #E9ECEF;
752
+ overflow: hidden;
753
+ border-radius: 4px;
754
+ }
755
+
756
+ ._progress-bar_vitro-bar_7V1N3eH {
757
+ width: 0%;
758
+ height: 100%;
759
+ background: repeating-linear-gradient( 45deg, #3184FD, #3184FD 8px, #0D6EFD 8px, #0D6EFD 16px );
760
+ transition: width 0.3s ease;
761
+ background-size: 46px 46px;
762
+ animation: _progress-bar_progressBar_2l9PJjC 2s linear infinite;
763
+ }
764
+
765
+ @keyframes _progress-bar_progressBar_2l9PJjC {
766
+ from {
767
+ background-position: 46px 0;
768
+ }
769
+ to {
770
+ background-position: 0 0;
771
+ }
772
+ }
744
773
  ._uploader_vitro-uploader_237vX7T {
745
774
  bottom: 24px;
746
775
  right: 24px;
@@ -1074,21 +1103,10 @@ html, body {
1074
1103
  pointer-events: none;
1075
1104
  }
1076
1105
 
1077
- ._uploader_vitro-progress_2NtaSj2 {
1078
- width: 100%;
1079
- background-color: #E9ECEF;
1080
- border-radius: 4px;
1081
- overflow: hidden;
1106
+ ._uploader_vitro-progress-bar_3YXLbbu {
1082
1107
  margin-top: 8px;
1083
1108
  }
1084
1109
 
1085
- ._uploader_vitro-uploader_237vX7T ._uploader_vitro-progress-bar_3YXLbbu {
1086
- width: 0%;
1087
- height: 8px;
1088
- background: repeating-linear-gradient( 45deg, #3184FD, #3184FD 8px, #0D6EFD 8px, #0D6EFD 16px );
1089
- transition: width 1s ease;
1090
- }
1091
-
1092
1110
  .vitro-display-none {
1093
1111
  display: none;
1094
1112
  }
@@ -1178,22 +1196,184 @@ html, body {
1178
1196
  width: 24px;
1179
1197
  height: 24px;
1180
1198
  }
1181
- ._button-group_vitro-button-group_3TLqxjf {
1182
- display: flex;
1183
- justify-content: flex-start;
1184
- width: 100%;
1185
- padding: 0;
1186
- justify-content: flex-end;
1199
+ ._tooltip_vitro-tooltip_JvGPShz {
1200
+ display: none !important;
1201
+ opacity: 1 !important;
1202
+ z-index: 10000 !important;
1187
1203
  }
1188
1204
 
1189
- ._button-group_vitro-button-group_3TLqxjf > button:first-child {
1190
- margin-left: 0px;
1191
- }
1205
+ ._tooltip_vitro-tooltip_JvGPShz[style*='transform'] {
1206
+ display: block !important;
1207
+ }
1208
+
1209
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner {
1210
+ color: #FFF;
1211
+ font-family: 'InterRegular';
1212
+ font-size: 14px;
1213
+ line-height: 21px;
1214
+ padding: 8px 10px;
1215
+ border-radius: 4px;
1216
+ background: #4A556C;
1217
+ box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
1218
+ max-width: 224px;
1219
+ text-align: left;
1220
+ white-space: pre-wrap;
1221
+ }
1222
+
1223
+ ._tooltip_vitro-tooltip_JvGPShz .tooltip-arrow::before {
1224
+ content: '';
1225
+ display: block;
1226
+ width: 16px;
1227
+ height: 13px;
1228
+ border: unset !important;
1229
+ background-size: 100%;
1230
+ background-position: center;
1231
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tooltip/img/tooltip-arrow.svg');
1232
+ }
1233
+
1234
+ ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-top .tooltip-arrow::before {
1235
+ top: -3px;
1236
+ }
1237
+
1238
+ ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-bottom .tooltip-arrow::before {
1239
+ bottom: -3px;
1240
+ transform: rotate(180deg);
1241
+ }
1242
+
1243
+ ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-end .tooltip-arrow::before {
1244
+ right: -3px;
1245
+ transform: rotate(90deg);
1246
+ }
1247
+
1248
+ ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-start .tooltip-arrow::before {
1249
+ left: -3px;
1250
+ transform: rotate(-90deg);
1251
+ }
1192
1252
 
1193
1253
  .vitro-display-none {
1194
1254
  display: none;
1195
1255
  }
1196
1256
 
1257
+ ._image-button_vitro-image-button_34pBVmE,
1258
+ ._image-button_vitro-image-button_34pBVmE:hover,
1259
+ ._image-button_vitro-image-button_34pBVmE:active {
1260
+ width: 20px;
1261
+ height: 20px;
1262
+ flex-shrink: 0;
1263
+ background-position: center;
1264
+ background-size: 100%;
1265
+ background-repeat: no-repeat;
1266
+ border: none;
1267
+ outline: none;
1268
+ background-color: transparent;
1269
+ }
1270
+
1271
+ ._dialog-content_vitro-dialog-content_qQNWu6x {
1272
+ min-width: auto;
1273
+ overflow: hidden;
1274
+ display: flex;
1275
+ flex-direction: column;
1276
+ flex-grow: 1;
1277
+ flex-shrink: 1;
1278
+ padding: 0 24px 16px 24px;
1279
+ }
1280
+
1281
+ ._dialog-content_vitro-dialog-content_qQNWu6x > #TreeView > .ps {
1282
+ padding-top: 12px !important;
1283
+ padding-left: 16px;
1284
+ }
1285
+
1286
+ ._dialog-content_vitro-dialog-content_qQNWu6x > #TreeView {
1287
+ margin-left: -24px;
1288
+ margin-right: -24px;
1289
+ }
1290
+
1291
+ ._dialog-content_vitro-dialog-content_qQNWu6x > div {
1292
+ max-height: 100%;
1293
+ }
1294
+
1295
+ @media (max-width: 800px) {
1296
+ ._dialog-content_vitro-dialog-content_qQNWu6x {
1297
+ padding: 0 16px 16px 16px;
1298
+ }
1299
+ }
1300
+ ._heading_vitro-heading-h1_3SB01Ds {
1301
+ color: #222D44;
1302
+ font-size: 20px;
1303
+ line-height: 24px;
1304
+ font-family: 'InterRegular';
1305
+ font-weight: unset;
1306
+ margin-top: 0;
1307
+ margin-bottom: 0;
1308
+ }
1309
+
1310
+ ._heading_vitro-heading-h2_2W1uEiH {
1311
+ color: #222D44;
1312
+ font-size: 14px;
1313
+ line-height: 16px;
1314
+ font-family: 'InterRegular';
1315
+ font-weight: unset;
1316
+ margin-top: 0;
1317
+ margin-bottom: 0;
1318
+ }
1319
+
1320
+ ._heading_vitro-heading-h3_3H5QlHH {
1321
+ color: #222D44;
1322
+ font-size: 14px;
1323
+ line-height: 16px;
1324
+ font-family: 'InterMedium';
1325
+ font-weight: unset;
1326
+ margin-top: 0;
1327
+ margin-bottom: 0;
1328
+ }
1329
+
1330
+ ._heading_vitro-heading-h4_y-DCkfR {
1331
+ color: #222D44;
1332
+ font-size: 12px;
1333
+ line-height: 16px;
1334
+ font-family: 'InterRegular';
1335
+ font-weight: unset;
1336
+ margin-top: 0;
1337
+ margin-bottom: 0;
1338
+ }
1339
+
1340
+ ._heading_vitro-heading-h5_2MeHzg3 {
1341
+ color: #222D44;
1342
+ font-size: 11px;
1343
+ line-height: 16px;
1344
+ font-family: 'InterRegular';
1345
+ font-weight: unset;
1346
+ margin-top: 0;
1347
+ margin-bottom: 0;
1348
+ }
1349
+ ._dialog-header_vitro-dialog-header_2W3GraU {
1350
+ padding: 20px;
1351
+ background: #fff;
1352
+ border-radius: 4px 4px 0 0;
1353
+ display: flex;
1354
+ align-items: center;
1355
+ }
1356
+
1357
+ ._dialog-header_vitro-subtitle_3mjvJAN {
1358
+ line-height: 150%;
1359
+ }
1360
+
1361
+ ._dialog-header_vitro-image_3TdbvmV {
1362
+ width: 38px;
1363
+ height: 38px;
1364
+ margin-right: 16px;
1365
+ }
1366
+
1367
+ @media (max-width: 800px) {
1368
+ ._dialog-header_vitro-dialog-header_2W3GraU {
1369
+ padding: 12px 16px;
1370
+ }
1371
+
1372
+ ._dialog-header_vitro-dialog-header_2W3GraU h1 {
1373
+ font-size: 16px !important;
1374
+ line-height: 140% !important;
1375
+ }
1376
+ }
1197
1377
  ._button_vitro-button_hVfBuSO {
1198
1378
  font-family: 'InterMedium';
1199
1379
  font-size: 14px;
@@ -1269,375 +1449,447 @@ html, body {
1269
1449
  .vitro-display-none {
1270
1450
  display: none;
1271
1451
  }
1272
- ._action-handler_vitro-action-handler_1wgWRHB > div.popover {
1273
- z-index: 10000;
1274
- max-width: unset !important;
1275
- border: none;
1276
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1277
- }
1452
+ ._button-cancel_vitro-button-cancel_2UT1K9Z {
1453
+ cursor: pointer;
1454
+ background: #fff !important;
1455
+ color: #222D44 !important;
1456
+ border: 1px solid #E4E6EC !important;
1457
+ font-family: 'InterRegular' !important;
1458
+ }
1459
+
1460
+ ._button-cancel_vitro-button-cancel_2UT1K9Z:hover,
1461
+ ._button-cancel_vitro-button-cancel_2UT1K9Z:active {
1462
+ background: #F3F8FF !important;
1463
+ }
1278
1464
 
1279
- ._action-handler_vitro-icon-before_2OomEjN,
1280
- ._action-handler_vitro-icon-progress_2QurHaw,
1281
- ._action-handler_vitro-icon-success_3Pt7XlJ,
1282
- ._action-handler_vitro-icon-error_2elcVFa {
1283
- background-size: 100%;
1284
- background-position: center;
1285
- background-repeat: no-repeat;
1465
+ ._button-group_vitro-button-group_3TLqxjf {
1466
+ display: flex;
1467
+ justify-content: flex-start;
1468
+ width: 100%;
1469
+ padding: 0;
1470
+ justify-content: flex-end;
1471
+ align-items: center;
1472
+ }
1473
+
1474
+ ._button-group_vitro-button-group_3TLqxjf > button:first-child {
1475
+ margin-left: 0px;
1286
1476
  }
1287
1477
 
1288
- ._action-handler_vitro-icon-before_2OomEjN {
1289
- width: 42px;
1290
- height: 42px;
1291
- min-width: 42px;
1292
- margin-right: 16px;
1478
+ ._expand-collapse-button_vitro-expand-collapse-button_2O97Y_w:hover,
1479
+ ._expand-collapse-button_vitro-expand-collapse-button_2O97Y_w:active,
1480
+ ._expand-collapse-button_vitro-expand-collapse-button_2O97Y_w {
1481
+ width: -moz-fit-content;
1482
+ width: fit-content;
1483
+ height: -moz-fit-content;
1484
+ height: fit-content;
1485
+ border: none;
1486
+ outline: none;
1487
+ background-color: transparent;
1488
+ font-size: 14px;
1489
+ line-height: 150%;
1490
+ display: flex;
1491
+ align-items: center;
1492
+ grid-gap: 10px;
1493
+ padding: 0;
1293
1494
  }
1294
1495
 
1295
- ._action-handler_vitro-icon-progress_2QurHaw,
1296
- ._action-handler_vitro-icon-success_3Pt7XlJ,
1297
- ._action-handler_vitro-icon-error_2elcVFa,
1298
- ._action-handler_vitro-icon-warning_3X_YncE {
1496
+ ._expand-collapse-button_vitro-expanded_bPbXQ6M,
1497
+ ._expand-collapse-button_vitro-collapsed_1NqpRKU {
1498
+ flex-shrink: 0;
1299
1499
  width: 24px;
1300
1500
  height: 24px;
1301
- margin-right: 8px;
1302
- }
1303
-
1304
- ._action-handler_vitro-icon-before_2OomEjN {
1305
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/question.svg');
1306
- }
1307
-
1308
- ._action-handler_vitro-icon-progress_2QurHaw {
1309
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/progress.svg');
1310
- }
1311
-
1312
- ._action-handler_vitro-icon-error_2elcVFa {
1313
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/error.svg');
1314
- }
1315
-
1316
- ._action-handler_vitro-icon-success_3Pt7XlJ {
1317
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/success.svg');
1501
+ background-size: 100%;
1502
+ background-repeat: no-repeat;
1503
+ background-position: center;
1318
1504
  }
1319
1505
 
1320
- ._action-handler_vitro-icon-warning_3X_YncE {
1321
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/warning.svg');
1506
+ ._expand-collapse-button_vitro-expanded_bPbXQ6M {
1507
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-collapse-button/img/collapse-up.svg');
1322
1508
  }
1323
1509
 
1324
- ._action-handler_vitro-action-handler_1wgWRHB .popover-body {
1325
- padding: 24px;
1326
- width: 460px;
1327
- height: 170px;
1510
+ ._expand-collapse-button_vitro-collapsed_1NqpRKU {
1511
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-collapse-button/img/collapse-bottom.svg');
1328
1512
  }
1329
1513
 
1330
- ._action-handler_vitro-action-handler_1wgWRHB .popover-body ._action-handler_vitro-content_1UEsgWV {
1514
+ ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
1331
1515
  display: flex;
1332
- flex-direction: column;
1333
- }
1334
-
1335
- ._action-handler_vitro-flex_ryggQ_S {
1336
- display: flex;
1337
- }
1338
-
1339
- .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
1340
- border-bottom-color: rgba(0, 0, 0, 0.12);
1341
- }
1342
-
1343
- ._action-handler_vitro-interface-blur_3p_JKB_ {
1344
- position: absolute;
1345
- z-index: 100000;
1346
- height: 100vh;
1347
- width: 100vw;
1348
- top: 0;
1349
- left: 0;
1350
- }
1351
-
1352
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp, ._action-handler_vitro-action-handler-dialog_1rRT66e {
1353
- z-index: 100000000;
1354
- position: absolute;
1355
- display: flex;
1356
- flex-direction: column;
1357
- justify-content: space-between;
1358
- overflow: hidden;
1359
- }
1360
-
1361
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp {
1362
- top: 0;
1363
- left: 0;
1364
- box-sizing: border-box !important;
1365
- }
1366
-
1367
- ._action-handler_vitro-content-container_DBST6Nz {
1368
- padding: 16px;
1369
- flex: 1 1;
1370
- }
1371
-
1372
- ._action-handler_vitro-confirm_24pI7Nj ._action-handler_vitro-content-container_DBST6Nz {
1373
- padding: 0;
1374
- }
1375
-
1376
- ._action-handler_vitro-content_1UEsgWV {
1377
- width: 100%;
1378
- height: 100%;
1379
- }
1516
+ justify-content: flex-end;
1517
+ width: 100%;
1518
+ height: 88px;
1519
+ margin-top: auto;
1520
+ padding: 24px;
1521
+ background-color: #F8F9FA;
1522
+ border-radius: 0 0 4px 4px;
1523
+ border-top: 1px solid #E4E6EC;
1524
+ }
1525
+
1526
+ ._dialog-footer_vitro-button-group_1HXCUOQ {
1527
+ grid-gap: 12px;
1528
+ }
1529
+
1530
+ ._dialog-footer_vitro-button_3RufMLa {
1531
+ min-width: 139px;
1532
+ height: 40px !important;
1533
+ font-size: 16px;
1534
+ }
1535
+
1536
+ ._dialog-footer_vitro-detail-button_Ue4coux {
1537
+ color: #2A63F6;
1538
+ margin-right: auto;
1539
+ }
1540
+
1541
+ ._dialog-footer_vitro-expand_cSDlKgd,
1542
+ ._dialog-footer_vitro-collapse_21FwaIZ {
1543
+ width: 24px;
1544
+ height: 24px;
1545
+ border-radius: 50%;
1546
+ background-color: #fff;
1547
+ overflow: hidden;
1548
+ box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.12);
1549
+ background-size: 100%;
1550
+ background-repeat: no-repeat;
1551
+ background-position: center;
1552
+ }
1553
+
1554
+ ._dialog-footer_vitro-expand_cSDlKgd {
1555
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dialog/img/collapse-bottom-grey.svg');
1556
+ }
1557
+
1558
+ ._dialog-footer_vitro-collapse_21FwaIZ {
1559
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dialog/img/collapse-up-grey.svg');
1560
+ }
1561
+
1562
+
1563
+ @media (max-width: 800px) {
1564
+ ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
1565
+ justify-content: center !important;
1566
+ }
1567
+
1568
+ ._dialog-footer_vitro-button_3RufMLa {
1569
+ width: 100%;
1570
+ min-width: unset;
1571
+ font-size: 14px;
1572
+ font-family: 'InterRegular';
1573
+ line-height: 16px;
1574
+ }
1575
+
1576
+ ._dialog-footer_vitro-detail-button_Ue4coux {
1577
+ margin-left: 16px;
1578
+ margin-bottom: 16px;
1579
+ }
1580
+ }
1380
1581
 
1381
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp {
1382
- height: 100%;
1383
- width: 100%;
1384
- background: rgba(34, 45, 68, 0.2);
1582
+ ._dialog_vitro-dialog_2NzcRZg {
1583
+ position: fixed;
1584
+ margin: 0 auto;
1585
+ left: 0;
1586
+ right: 0;
1587
+ top: 0;
1588
+ bottom: 0;
1589
+ z-index: 1002;
1590
+ display: flex;
1591
+ align-items: center;
1592
+ justify-content: center;
1593
+ background: rgba(34, 45, 68, 0.2);
1594
+ }
1595
+
1596
+ ._dialog_vitro-dialog_2NzcRZg > div {
1597
+ display: flex;
1598
+ flex-direction: column;
1599
+ border: 1px solid rgba(74, 85, 108, 0.35);
1600
+ background: #fff;
1601
+ position: absolute;
1602
+ overflow: visible;
1603
+ left: 50%;
1604
+ top: 50%;
1605
+ transform: translate(-50%, -50%);
1606
+ opacity: 1;
1607
+ border-radius: 4px;
1608
+ box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
1609
+ min-width: 469px;
1610
+ box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 12px 34px 0 rgba(0, 0, 0, 0.19);
1611
+ }
1612
+
1613
+ ._dialog_vitro-dialog-button-close_2TF5iry,
1614
+ ._dialog_vitro-dialog-button-close_2TF5iry:hover,
1615
+ ._dialog_vitro-dialog-button-close_2TF5iry:active {
1616
+ display: block;
1617
+ position: absolute;
1618
+ border: none;
1619
+ background: 0 0;
1620
+ outline: 0;
1621
+ cursor: pointer;
1622
+ padding: 0;
1623
+ width: 30px;
1624
+ height: 30px;
1625
+ right: -42px;
1626
+ top: 0;
1627
+ background-size: 100%;
1628
+ background-repeat: no-repeat;
1629
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dialog/img/cancel-white.svg');
1630
+ }
1631
+
1632
+ ._dialog_vitro-hidden-content_niGbpGx {
1633
+ max-height: 500px;
1634
+ overflow: hidden;
1635
+ transition: max-height 0.5s ease;
1636
+ }
1637
+
1638
+ ._dialog_vitro-hidden-content_niGbpGx._dialog_vitro-hidden_1kSAyNC {
1639
+ max-height: 0;
1640
+ overflow: hidden;
1641
+ transition: max-height 0.5s ease;
1642
+ }
1643
+
1644
+ @media (max-width: 800px) {
1645
+ ._dialog_vitro-dialog_2NzcRZg {
1646
+ z-index: 10001 !important;
1647
+ }
1648
+
1649
+ ._dialog_vitro-dialog_2NzcRZg > div {
1650
+ min-width: unset;
1651
+ max-width: calc(100% - 16px);
1652
+ }
1653
+
1654
+ ._dialog_vitro-dialog-button-close_2TF5iry {
1655
+ display: none;
1656
+ }
1385
1657
  }
1386
-
1387
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp ._action-handler_vitro-content_1UEsgWV {
1388
- padding: 24px;
1389
- width: 460px;
1390
- height: 170px;
1391
- background: #fff;
1392
- border-radius: 4px;
1393
- border: 1px solid #C0CAD5;
1394
- position: absolute;
1395
- top: calc(50% - 75px);
1396
- left: calc(50% - 230px);
1397
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1658
+ ._confirm-dialog_vitro-confirm-dialog_1r-CtWW {
1659
+ min-width: 469px;
1660
+ max-width: 706px;
1661
+ border: 1px solid rgba(74, 85, 108, 0.35);
1662
+ box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 12px 34px 0 rgba(0, 0, 0, 0.19);
1663
+ }
1664
+
1665
+ ._confirm-dialog_vitro-confirm-dialog_1r-CtWW h1 {
1666
+ font-size: 18px;
1667
+ }
1668
+
1669
+ ._confirm-dialog_vitro-image_3vwBe8E {
1670
+ height: 40px;
1671
+ width: 40px;
1672
+ margin-right: 8px;
1673
+ background-size: 100%;
1674
+ background-repeat: no-repeat;
1675
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/question.svg');
1676
+ }
1677
+
1678
+ ._confirm-dialog_vitro-header_3nRlgzW {
1679
+ height: 88px;
1680
+ padding: 24px 20px;
1681
+ border-bottom: none;
1682
+ }
1683
+ ._action-result-list_vitro-action-result-list_fJtJWdL {
1684
+ width: 100%;
1685
+ padding-left: 12px;
1686
+ }
1687
+
1688
+ ._action-result-list_vitro-scrollbar_1mcualw > div:first-child {
1689
+ padding-right: 16px;
1690
+ }
1691
+
1692
+ ._action-result-list_vitro-result-item_2AUSpie {
1693
+ display: flex;
1694
+ border-top: 1px solid #E4E6EC;
1695
+ padding: 8px 0;
1696
+ }
1697
+
1698
+ ._action-result-list_vitro-result-item_2AUSpie:nth-child(2) {
1699
+ padding-top: 12px;
1700
+ }
1701
+
1702
+ ._action-result-list_vitro-image-container_ModalRS {
1703
+ flex-shrink: 0;
1704
+ margin-right: 8px;
1705
+ height: 24px;
1706
+ width: 24px;
1707
+ }
1708
+
1709
+ ._action-result-list_vitro-image-container_ModalRS img {
1710
+ width: 24px;
1711
+ height: 24px;
1712
+ }
1713
+
1714
+ ._action-result-list_vitro-flex-column_3z0h2Y_ {
1715
+ display: flex;
1716
+ flex-direction: column;
1717
+ flex: 1 1;
1718
+ }
1719
+
1720
+ ._action-result-list_vitro-name_10TEfnU {
1721
+ font-size: 12px;
1722
+ line-height: 16px;
1723
+ }
1724
+
1725
+ ._action-result-list_vitro-error-message_12OqWLU,
1726
+ ._action-result-list_vitro-success-message_1yRyyKc {
1727
+ font-size: 12px;
1728
+ line-height: 16px;
1729
+ margin-top: 8px;
1730
+ }
1731
+
1732
+ ._action-result-list_vitro-error-message_12OqWLU {
1733
+ color: #D13438;
1734
+ }
1735
+
1736
+ ._action-result-list_vitro-success-message_1yRyyKc {
1737
+ color: #198754;
1738
+ }
1739
+
1740
+ ._action-result-list_vitro-image-success_2ovrZNi,
1741
+ ._action-result-list_vitro-image-error_KGQj2dj {
1742
+ margin-left: 4px;
1743
+ flex-shrink: 0;
1744
+ height: 24px;
1745
+ width: 24px;
1746
+ background-size: 100%;
1747
+ background-position: center;
1748
+ background-repeat: no-repeat;
1749
+ }
1750
+
1751
+ ._action-result-list_vitro-image-success_2ovrZNi {
1752
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/success.svg');
1753
+ }
1754
+
1755
+ ._action-result-list_vitro-image-error_KGQj2dj {
1756
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/error.svg');
1757
+ }
1758
+
1759
+ ._action-result-list_vitro-hidden_1_bZmps {
1760
+ max-height: 0;
1761
+ transition: max-height 0.4s ease;
1762
+ }
1763
+
1764
+ ._action-result-list_vitro-visible_2K_m-HH {
1765
+ max-height: 2000px;
1766
+ overflow: hidden;
1767
+ transition: max-height 0.4s ease;
1768
+ }
1769
+ ._result-dialog_vitro-result-dialog_kqxXHts {
1770
+ z-index: 1001;
1771
+ position: fixed;
1398
1772
  display: flex;
1399
1773
  flex-direction: column;
1400
- box-sizing: border-box;
1401
- max-width: 460px;
1402
- }
1403
-
1404
- ._action-handler_vitro-action-handler-dialog_1rRT66e {
1774
+ justify-content: space-between;
1775
+ overflow: hidden;
1405
1776
  height: auto;
1406
- width: 450px;
1777
+ max-height: 74%;
1778
+ width: 400px;
1407
1779
  top: 56px;
1408
- right: 24px;
1780
+ right: 16px;
1409
1781
  overflow: hidden;
1410
1782
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.16), 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
1411
1783
  border-radius: 4px;
1412
1784
  background: #fff;
1413
1785
  }
1414
1786
 
1415
- ._action-handler_vitro-action-handler-dialog_1rRT66e ._action-handler_vitro-flex_ryggQ_S,
1416
- .popover-body ._action-handler_vitro-flex_ryggQ_S {
1417
- overflow: hidden;
1787
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-progress_3WaZ52V {
1788
+ width: 400px;
1418
1789
  }
1419
1790
 
1420
- ._action-handler_vitro-action-handler-dialog_1rRT66e ._action-handler_vitro-flex_ryggQ_S > span {
1421
- font-size: 14px;
1422
- flex: 1 1;
1791
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-success_3UZikJl,
1792
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-error_3-IKuM9 {
1793
+ width: 467px;
1423
1794
  }
1424
1795
 
1425
- ._action-handler_vitro-progress_2RheviN {
1426
- width: 100%;
1427
- background-color: transparent;
1428
- overflow: hidden;
1429
- margin-top: -4px;
1430
- }
1431
-
1432
- ._action-handler_vitro-progress-bar_1dwFpsn {
1433
- width: 1%;
1434
- height: 4px;
1435
- background: #3274E0;
1796
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-success_3UZikJl ._result-dialog_vitro-header_2rBOm3x,
1797
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-error_3-IKuM9 ._result-dialog_vitro-header_2rBOm3x {
1798
+ padding: 12px 16px 12px 12px;
1436
1799
  }
1437
1800
 
1438
- ._action-handler_vitro-flex_ryggQ_S > span {
1439
- color: #222D44;
1440
- font-size: 18px;
1441
- line-height: 150%;
1442
- margin-top: auto;
1443
- padding-bottom: 5px
1801
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-success_3UZikJl {
1802
+ border-left: 4px solid #198754;
1444
1803
  }
1445
1804
 
1446
- ._action-handler_vitro-small_oqifqlS {
1447
- display: inline-block;
1448
- color: #4A556C;
1449
- font-size: 14px;
1450
- line-height: 150% !important;
1451
- padding-left: 59px;
1452
- margin-top: -5px;
1453
- max-width: 100%;
1454
- white-space: nowrap;
1455
- overflow: hidden;
1456
- text-overflow: ellipsis;
1805
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-success_3UZikJl ._result-dialog_vitro-image_19CVcbX {
1806
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/success.svg');
1457
1807
  }
1458
1808
 
1459
- ._action-handler_vitro-button-close_3mRTgQq {
1460
- cursor: pointer;
1461
- width: 24px;
1462
- height: 24px;
1463
- background-size: 100%;
1464
- background-position: center;
1465
- background-repeat: no-repeat;
1466
- margin-left: 10px;
1467
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-red-big.svg');
1809
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-error_3-IKuM9 {
1810
+ border-left: 4px solid #D13438;
1468
1811
  }
1469
-
1470
- ._action-handler_vitro-success_1bfGHQQ ._action-handler_vitro-button-close_3mRTgQq,
1471
- ._action-handler_vitro-warning_2uE9UfG ._action-handler_vitro-button-close_3mRTgQq,
1472
- ._action-handler_vitro-error_1XXlWG- ._action-handler_vitro-button-close_3mRTgQq {
1473
- margin-left: 8px;
1474
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
1812
+
1813
+ ._result-dialog_vitro-result-dialog_kqxXHts._result-dialog_vitro-error_3-IKuM9 ._result-dialog_vitro-image_19CVcbX {
1814
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/error.svg');
1475
1815
  }
1476
1816
 
1477
- ._action-handler_vitro-button-cancel_GE8JsGp {
1478
- cursor: pointer;
1479
- background: #fff !important;
1480
- color: #222D44 !important;
1481
- border: 1px solid #E4E6EC !important;
1482
- margin-right: 12px !important;
1483
- font-family: 'InterRegular' !important;
1817
+ ._result-dialog_vitro-header_2rBOm3x {
1818
+ display: flex;
1819
+ flex-direction: column;
1820
+ padding: 12px 16px;
1484
1821
  }
1485
1822
 
1486
- ._action-handler_vitro-button-cancel_GE8JsGp:hover, ._action-handler_vitro-button-cancel_GE8JsGp:active {
1487
- background: #F3F8FF !important;
1823
+ ._result-dialog_vitro-flex_1CUfSCh {
1824
+ display: flex;
1825
+ align-items: center;
1826
+ grid-gap: 8px;
1488
1827
  }
1489
1828
 
1490
- ._action-handler_vitro-button_1wSNAYT, ._action-handler_vitro-button-cancel_GE8JsGp {
1491
- min-width: 120px !important;
1492
- height: 40px !important;
1493
- font-size: 16px !important;
1829
+ ._result-dialog_vitro-image_19CVcbX {
1830
+ flex-shrink: 0;
1831
+ align-self: flex-start;
1832
+ height: 24px;
1833
+ width: 24px;
1834
+ background-size: 100%;
1835
+ background-repeat: no-repeat;
1836
+ background-position: center;
1494
1837
  }
1495
1838
 
1496
- ._action-handler_vitro-success_1bfGHQQ {
1497
- border-left: 4px solid #198754;
1839
+ ._result-dialog_vitro-result-text_3wNan1D {
1840
+ font-size: 14px;
1841
+ line-height: 150%;
1842
+ white-space: pre-wrap;
1498
1843
  }
1499
1844
 
1500
- ._action-handler_vitro-error_1XXlWG- {
1501
- border-left: 4px solid #D13438;
1845
+ ._result-dialog_vitro-button-group_2cBzj9Q {
1846
+ grid-gap: 8px;
1847
+ width: unset;
1848
+ flex: 1 1;
1849
+ align-self: flex-start;
1502
1850
  }
1503
1851
 
1504
- ._action-handler_vitro-warning_2uE9UfG {
1505
- border-left: 4px solid #F3AD4A;
1852
+ ._result-dialog_vitro-progress-bar_2MazExd {
1853
+ margin-top: 8px;
1854
+ padding-right: 16px;
1506
1855
  }
1507
1856
 
1508
- ._action-handler_vitro-button-collapse-up_2lQ6JWm,
1509
- ._action-handler_vitro-button-collapse-bottom_aocIZUX {
1857
+ ._result-dialog_vitro-button-close_AJxsgiW,
1858
+ ._result-dialog_vitro-button-close_AJxsgiW:hover,
1859
+ ._result-dialog_vitro-button-close_AJxsgiW:active {
1860
+ cursor: pointer;
1510
1861
  width: 24px;
1511
1862
  height: 24px;
1512
1863
  background-size: 100%;
1513
- background-position: center;
1514
1864
  background-repeat: no-repeat;
1515
- cursor: pointer;
1516
- }
1517
-
1518
- ._action-handler_vitro-button-collapse-bottom_aocIZUX {
1519
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-up.svg');
1520
- }
1521
-
1522
- ._action-handler_vitro-button-collapse-up_2lQ6JWm {
1523
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/collapse-bottom.svg');
1865
+ background-position: center;
1866
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
1524
1867
  }
1525
1868
 
1526
- @media (max-width: 800px) {
1527
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp ._action-handler_vitro-content_1UEsgWV {
1528
- width: 100%;
1529
- }
1869
+ ._result-dialog_vitro-save-report-button_28kdZ5l,
1870
+ ._result-dialog_vitro-save-report-button_28kdZ5l:hover,
1871
+ ._result-dialog_vitro-save-report-button_28kdZ5l:active {
1872
+ font-size: 14px;
1873
+ line-height: 150%;
1874
+ color: #3274E0;
1875
+ border: none;
1876
+ outline: none;
1877
+ background-color: #fff;
1878
+ display: flex;
1879
+ align-items: center;
1880
+ padding: 0;
1881
+ margin-left: auto;
1530
1882
  }
1531
1883
 
1532
- @media (max-width: 460px) {
1533
- ._action-handler_vitro-action-handler-dialog-confirm_30dwuBp ._action-handler_vitro-content_1UEsgWV {
1534
- left: auto;
1535
- }
1536
- }
1537
- ._action-handler-info_vitro-info-container_eNvJr3n {
1538
- width: 100%;
1539
- padding-top: 16px;
1540
- margin-top: 16px;
1541
- border-top: 1px solid #E4E6EC;
1542
- }
1543
-
1544
- ._action-handler-info_vitro-action-info_40N4L4N {
1545
- color: #4A556C;
1546
- font-size: 14px;
1547
- line-height: 21px;
1548
- margin-left: 32px;
1549
- }
1550
-
1551
- ._action-handler-info_vitro-item_2pXL5Ks {
1552
- display: flex;
1553
- margin-bottom: 4px;
1554
- height: 32px;
1555
- justify-content: space-between;
1556
- align-items: center;
1557
- }
1558
-
1559
- ._action-handler-info_vitro-item_2pXL5Ks:last-child {
1560
- margin-bottom: 0;
1561
- }
1562
-
1563
- ._action-handler-info_vitro-title_kdIhxqv {
1564
- color: #222D44;
1565
- font-size: 12px;
1566
- line-height: 16px;
1567
- }
1568
-
1569
- ._action-handler-info_vitro-subtitle_29cfoD0 {
1570
- color: #8E98A3;
1571
- font-size: 11px;
1572
- line-height: 16px;
1573
- }
1574
-
1575
- ._action-handler-info_vitro-progress-bar_2IxowO0 {
1576
- width: 32px;
1577
- height: 32px;
1578
- border-radius: 50%;
1579
- display: flex;
1580
- align-items: center;
1581
- justify-content: center;
1582
- background: #3274E0;
1583
- position: relative;
1584
- margin-left: 12px;
1585
- }
1586
-
1587
- ._action-handler-info_vitro-progress-bar_2IxowO0::before {
1588
- content: '';
1589
- display: block;
1590
- width: 28px;
1591
- height: 28px;
1592
- background: #fff;
1593
- border-radius: 50%;
1594
- position: absolute;
1595
- top: calc(50% - 14px);
1596
- left: calc(50% - 14px);
1597
- }
1598
-
1599
- ._action-handler-info_vitro-button-cancel_3eqrIKx {
1600
- cursor: pointer;
1601
- width: 16px;
1602
- height: 16px;
1603
- z-index: 100;
1604
- background-size: 100%;
1605
- background-position: center;
1606
- background-repeat: no-repeat;
1607
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/cancel-dark-grey.svg');
1608
- }
1609
-
1610
- ._action-handler-info_vitro-success_22wks7Q,
1611
- ._action-handler-info_vitro-progress_1pVf3VJ,
1612
- ._action-handler-info_vitro-error_2JNd137,
1613
- ._action-handler-info_vitro-status_3Ey3f6C {
1614
- font-size: 12px;
1615
- line-height: 16px;
1616
- white-space: nowrap;
1617
- display: flex;
1618
- align-items: center;
1619
- }
1620
-
1621
- ._action-handler-info_vitro-success_22wks7Q {
1622
- color: #198754;
1623
- }
1624
-
1625
- ._action-handler-info_vitro-progress_1pVf3VJ {
1626
- color: #2A63F6;
1627
- }
1628
-
1629
- ._action-handler-info_vitro-error_2JNd137 {
1630
- color: #D13438;
1631
- }
1632
-
1633
- ._action-handler-info_vitro-status_3Ey3f6C {
1634
- color: #4A556C;
1635
- }
1636
- ._view-part_vitro-view-part_3j_gZpl {
1637
- margin-left: -16px;
1638
- margin-right: -16px;
1884
+ ._result-dialog_vitro-save-report-image_2fnLBCP {
1885
+ width: 24px;
1886
+ height: 24px;
1887
+ margin-left: 4px;
1888
+ background-size: 100%;
1889
+ background-repeat: no-repeat;
1890
+ background-position: center;
1891
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/action-handler/img/save-blue.svg');
1639
1892
  }
1640
-
1641
1893
  ._view-part_vitro-view-part_3j_gZpl:last-child {
1642
1894
  flex-grow: 1;
1643
1895
  max-height: 100%;
@@ -1916,7 +2168,6 @@ html, body {
1916
2168
 
1917
2169
  ._view_vitro-view_1NKb-kU {
1918
2170
  flex: 1 1;
1919
- padding: 16px;
1920
2171
  overflow: hidden;
1921
2172
  }
1922
2173
 
@@ -1925,6 +2176,14 @@ html, body {
1925
2176
  flex-grow: 1;
1926
2177
  }
1927
2178
 
2179
+ ._view_vitro-tab_2sqf0L9 .nav {
2180
+ padding: 16px 16px 0 16px;
2181
+ }
2182
+
2183
+ ._view_vitro-tab_2sqf0L9 > .vitro-content {
2184
+ overflow: hidden;
2185
+ }
2186
+
1928
2187
  ._label_vitro-label_it8WNUE {
1929
2188
  font-size: inherit;
1930
2189
  margin-left: 0;
@@ -1981,7 +2240,7 @@ html, body {
1981
2240
  }
1982
2241
 
1983
2242
  ._input_vitro-control_1DmPFkF textarea::-webkit-scrollbar-track {
1984
- background: #fff;
2243
+ background: transparent;
1985
2244
  border-radius: 4px;
1986
2245
  }
1987
2246
 
@@ -1996,8 +2255,6 @@ html, body {
1996
2255
 
1997
2256
  ._input_vitro-control_1DmPFkF textarea {
1998
2257
  line-height: 150%;
1999
- scrollbar-color: #E4E6EC #fff;
2000
- scrollbar-width: thin;
2001
2258
  }
2002
2259
 
2003
2260
  ._input_vitro-control_1DmPFkF input::-moz-placeholder, ._input_vitro-control_1DmPFkF textarea::-moz-placeholder {
@@ -2063,7 +2320,7 @@ html, body {
2063
2320
  padding: 0 6px;
2064
2321
  background: transparent;
2065
2322
  background-image: linear-gradient(#fff, #fff);
2066
- background-size: 100% 2px;
2323
+ background-size: 100% 3px;
2067
2324
  background-position: 0 calc(50% + 3px);
2068
2325
  background-repeat: no-repeat;
2069
2326
  z-index: 1;
@@ -2090,9 +2347,6 @@ html, body {
2090
2347
  line-height: 19px;
2091
2348
  margin-top: 2px;
2092
2349
  width: 100%;
2093
- text-overflow: ellipsis;
2094
- white-space: nowrap;
2095
- overflow: hidden;
2096
2350
  }
2097
2351
 
2098
2352
  ._input_vitro-focus_1txynr8 ._input_vitro-error-text_QpZK56k {
@@ -2286,16 +2540,20 @@ html, body {
2286
2540
  cursor: pointer;
2287
2541
  }
2288
2542
 
2289
- ._file-version-select_vitro-file-name_1PtLh8A {
2290
- text-overflow: ellipsis;
2291
- overflow: hidden;
2543
+ ._file-version-select_vitro-file-name_1PtLh8A,
2544
+ ._file-version-select_vitro-file-name-tip_12pxa7I {
2292
2545
  color: #222D44;
2293
2546
  font-size: 14px;
2294
2547
  line-height: 16px;
2295
2548
  white-space: nowrap;
2296
2549
  }
2297
2550
 
2298
- ._file-version-select_vitro-position-absolute_1ENrwLq {
2551
+ ._file-version-select_vitro-file-name_1PtLh8A {
2552
+ text-overflow: ellipsis;
2553
+ overflow: hidden;
2554
+ }
2555
+
2556
+ ._file-version-select_vitro-file-name-tip_12pxa7I {
2299
2557
  position: absolute;
2300
2558
  top: 0;
2301
2559
  left: 0;
@@ -2445,60 +2703,6 @@ html, body {
2445
2703
  ._file-version-select_vitro-active_1PRyjUa:hover {
2446
2704
  background-color: #DCEEFF;
2447
2705
  }
2448
- ._tooltip_vitro-tooltip_JvGPShz {
2449
- display: none !important;
2450
- opacity: 1 !important;
2451
- z-index: 10000 !important;
2452
- }
2453
-
2454
- ._tooltip_vitro-tooltip_JvGPShz[style*='transform'] {
2455
- display: block !important;
2456
- }
2457
-
2458
- ._tooltip_vitro-tooltip_JvGPShz .tooltip-inner {
2459
- color: #FFF;
2460
- font-family: 'InterRegular';
2461
- font-size: 14px;
2462
- line-height: 21px;
2463
- padding: 8px 10px;
2464
- border-radius: 4px;
2465
- background: #4A556C;
2466
- box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
2467
- max-width: 224px;
2468
- text-align: left;
2469
- white-space: pre-wrap;
2470
- }
2471
-
2472
- ._tooltip_vitro-tooltip_JvGPShz .tooltip-arrow::before {
2473
- content: '';
2474
- display: block;
2475
- width: 16px;
2476
- height: 13px;
2477
- border: unset !important;
2478
- background-size: 100%;
2479
- background-position: center;
2480
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/tooltip/img/tooltip-arrow.svg');
2481
- }
2482
-
2483
- ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-top .tooltip-arrow::before {
2484
- top: -3px;
2485
- }
2486
-
2487
- ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-bottom .tooltip-arrow::before {
2488
- bottom: -3px;
2489
- transform: rotate(180deg);
2490
- }
2491
-
2492
- ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-end .tooltip-arrow::before {
2493
- right: -3px;
2494
- transform: rotate(90deg);
2495
- }
2496
-
2497
- ._tooltip_vitro-tooltip_JvGPShz.bs-tooltip-start .tooltip-arrow::before {
2498
- left: -3px;
2499
- transform: rotate(-90deg);
2500
- }
2501
-
2502
2706
  ._login-content_vitro-login-content_2RdLZle {
2503
2707
  height: 100%;
2504
2708
  width: 100%;
@@ -2643,7 +2847,7 @@ html, body {
2643
2847
  ._checkbox_vitro-checkbox-content_2fBG1zl input {
2644
2848
  width: 24px;
2645
2849
  height: 24px;
2646
- margin-right: 6px;
2850
+ margin-right: 4px;
2647
2851
  cursor: pointer;
2648
2852
  -moz-appearance: none;
2649
2853
  appearance: none;
@@ -2656,18 +2860,18 @@ html, body {
2656
2860
  display: block;
2657
2861
  width: 100%;
2658
2862
  height: 100%;
2659
- background: #fff;
2863
+ background: transparent;
2660
2864
  background-size: 100%;
2661
2865
  background-position: center;
2662
2866
  background-repeat: no-repeat;
2663
2867
  }
2664
2868
 
2665
2869
  ._checkbox_vitro-checkbox-content_2fBG1zl input::before {
2666
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-empty.svg');
2870
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-empty.svg');
2667
2871
  }
2668
2872
 
2669
2873
  ._checkbox_vitro-checkbox-content_2fBG1zl input:checked::before {
2670
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-big-active.svg');
2874
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/checkbox/img/checkbox-active.svg');
2671
2875
  }
2672
2876
 
2673
2877
  ._checkbox_vitro-label_qZxCbCP {
@@ -3182,7 +3386,7 @@ html, body {
3182
3386
  padding: 0 6px;
3183
3387
  background: transparent;
3184
3388
  background-image: linear-gradient(#fff, #fff);
3185
- background-size: 100% 2px;
3389
+ background-size: 100% 3px;
3186
3390
  background-position: 0 calc(50% + 3px);
3187
3391
  background-repeat: no-repeat;
3188
3392
  z-index: 1;
@@ -3210,9 +3414,6 @@ html, body {
3210
3414
  line-height: 135%;
3211
3415
  margin-top: 2px;
3212
3416
  width: 100%;
3213
- text-overflow: ellipsis;
3214
- white-space: nowrap;
3215
- overflow: hidden;
3216
3417
  }
3217
3418
 
3218
3419
  ._date-picker_vitro-focus_2cJKcKr ._date-picker_vitro-error-text_15CdrRj {
@@ -3537,7 +3738,7 @@ html, body {
3537
3738
  padding: 0 6px;
3538
3739
  background: transparent;
3539
3740
  background-image: linear-gradient(#fff, #fff);
3540
- background-size: 100% 2px;
3741
+ background-size: 100% 3px;
3541
3742
  background-position: 0 calc(50% + 3px);
3542
3743
  background-repeat: no-repeat;
3543
3744
  z-index: 1;
@@ -3565,9 +3766,6 @@ html, body {
3565
3766
  line-height: 135%;
3566
3767
  margin-top: 2px;
3567
3768
  width: 100%;
3568
- text-overflow: ellipsis;
3569
- white-space: nowrap;
3570
- overflow: hidden;
3571
3769
  }
3572
3770
 
3573
3771
  ._time-picker_vitro-focus_wmhPjvE ._time-picker_vitro-error-text_2BNoBKW {
@@ -3958,7 +4156,7 @@ html, body {
3958
4156
  padding: 0 6px;
3959
4157
  background: transparent;
3960
4158
  background-image: linear-gradient(#fff, #fff);
3961
- background-size: 100% 2px;
4159
+ background-size: 100% 3px;
3962
4160
  background-position: 0 calc(50% + 3px);
3963
4161
  background-repeat: no-repeat;
3964
4162
  z-index: 1;
@@ -3975,9 +4173,6 @@ html, body {
3975
4173
  line-height: 135%;
3976
4174
  margin-top: 2px;
3977
4175
  width: 100%;
3978
- text-overflow: ellipsis;
3979
- white-space: nowrap;
3980
- overflow: hidden;
3981
4176
  }
3982
4177
 
3983
4178
  ._lookup-picker_vitro-focus_2UGpxXD ._lookup-picker_vitro-error-text_273lqvD {
@@ -4548,17 +4743,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4548
4743
  margin-bottom: 0;
4549
4744
  }
4550
4745
 
4551
- ._sidebar-item_vitro-popup-container_2X7SVxe {
4552
- transform: translate3d(0px, 0, 0px) !important;
4553
- height: 100%;
4554
- width: 100%;
4555
- padding: 0 0 56px 0;
4556
- display: flex;
4557
- flex-direction: column;
4558
- background: rgba(34, 45, 68, 0.56);
4559
- z-index: 1;
4560
- }
4561
-
4562
4746
  ._sidebar-item_vitro-scrollbar___xylIx {
4563
4747
  max-height: 292px;
4564
4748
  }
@@ -4581,25 +4765,17 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4581
4765
  padding: 0 24px;
4582
4766
  }
4583
4767
 
4584
- ._sidebar-item_vitro-popup-item-list_JUwcoZB {
4585
- background: #F7F9FC;
4586
- width: 100%;
4587
- border-radius: 8px 8px 0 0;
4588
- padding: 0 0 4px 0;
4589
- margin: auto 0 0 0;
4590
- }
4591
-
4592
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 {
4768
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0 {
4593
4769
  margin-bottom: 8px;
4594
4770
  width: 100% !important;
4595
4771
  }
4596
4772
 
4597
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0:last-child {
4773
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0:last-child {
4598
4774
  margin-bottom: 16px;
4599
4775
  }
4600
4776
 
4601
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a,
4602
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button {
4777
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0 > a,
4778
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0 > button {
4603
4779
  background-color: #fff;
4604
4780
  padding: 12px;
4605
4781
  height: 48px;
@@ -4609,8 +4785,8 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4609
4785
  justify-content: flex-start;
4610
4786
  }
4611
4787
 
4612
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > a::before,
4613
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item_1BR_7F0 > button::before {
4788
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0 > a::before,
4789
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item_1BR_7F0 > button::before {
4614
4790
  content: '';
4615
4791
  display: block;
4616
4792
  flex-shrink: 0;
@@ -4622,15 +4798,15 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4622
4798
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/sidebar/img/list-marker.svg');
4623
4799
  }
4624
4800
 
4625
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY {
4801
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-active_7p5iOhY {
4626
4802
  background-color: #DCEEFF !important;
4627
4803
  }
4628
4804
 
4629
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
4805
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-active_7p5iOhY ._sidebar-item_vitro-item-text_1kK_aIZ {
4630
4806
  font-family: 'InterRegular';
4631
4807
  }
4632
4808
 
4633
- ._sidebar-item_vitro-popup-item-list_JUwcoZB ._sidebar-item_vitro-item-text_1kK_aIZ {
4809
+ ._sidebar-item_vitro-scrollbar___xylIx ._sidebar-item_vitro-item-text_1kK_aIZ {
4634
4810
  font-size: 16px;
4635
4811
  line-height: 24px;
4636
4812
  color: #222D44;
@@ -4646,6 +4822,45 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
4646
4822
  border-radius: 2px;
4647
4823
  margin: 12px auto;
4648
4824
  }
4825
+ ._slide-up-panel_vitro-slide-up-panel_2EOSLHK {
4826
+ transform: translate3d(0px, 0, 0px) !important;
4827
+ height: 100%;
4828
+ width: 100%;
4829
+ display: flex;
4830
+ flex-direction: column;
4831
+ background: rgba(34, 45, 68, 0.56);
4832
+ z-index: 1;
4833
+ }
4834
+
4835
+ ._slide-up-panel_vitro-content_1er6bcv {
4836
+ background: #F7F9FC;
4837
+ width: 100%;
4838
+ border-radius: 8px 8px 0 0;
4839
+ padding-bottom: 66px;
4840
+ margin: auto 0 0 0;
4841
+ max-height: 87%;
4842
+ }
4843
+
4844
+ ._slide-up-panel_vitro-content_1er6bcv {
4845
+ transform: translate(0, 100%);
4846
+ transition: transform 0.3s ease;
4847
+ }
4848
+
4849
+ ._slide-up-panel_vitro-content_1er6bcv._slide-up-panel_vitro-expanded_2f2dYt6 {
4850
+ transform: translate(0, 0);
4851
+ transition: transform 0.3s ease;
4852
+ }
4853
+
4854
+ ._slide-up-panel_vitro-button-close_2iM7SFL {
4855
+ background-color: #8E98A3;
4856
+ width: 32px;
4857
+ height: 4px;
4858
+ display: block;
4859
+ outline: none;
4860
+ border: none;
4861
+ border-radius: 2px;
4862
+ margin: 12px auto;
4863
+ }
4649
4864
  ._sidebar_vitro-sidebar_1IxGYiU {
4650
4865
  height: 100%;
4651
4866
  position: fixed;
@@ -5215,157 +5430,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5215
5430
  ._alert_vitro-alert_3sPAkJb .alert-warning ._alert_vitro-icon_pK385gF {
5216
5431
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/alert/img/warning.svg');
5217
5432
  }
5218
- ._dialog-content_vitro-dialog-content_qQNWu6x {
5219
- min-width: auto;
5220
- overflow: hidden;
5221
- display: flex;
5222
- flex-direction: column;
5223
- flex-grow: 1;
5224
- flex-shrink: 1;
5225
- }
5226
-
5227
- ._dialog-content_vitro-dialog-content_qQNWu6x > #TreeView > .ps {
5228
- padding-top: 12px !important;
5229
- padding-left: 16px;
5230
- }
5231
-
5232
- ._dialog-content_vitro-dialog-content_qQNWu6x > div {
5233
- max-height: 100%;
5234
- }
5235
- ._dialog-header_vitro-dialog-header_2W3GraU {
5236
- padding: 20px 16px;
5237
- border-bottom: 1px solid #E4E6EC;
5238
- background: #fff;
5239
- border-radius: 4px 4px 0 0;
5240
- display: flex;
5241
- align-items: center;
5242
- }
5243
-
5244
- ._dialog-header_vitro-title_2k8SPhE {
5245
- color: #222D44;
5246
- font-size: 20px;
5247
- line-height: 24px;
5248
- font-family: 'InterRegular';
5249
- margin-bottom: 0;
5250
- }
5251
-
5252
- ._dialog-header_vitro-description_Hiq51VI {
5253
- color: #4A556C;
5254
- font-size: 14px;
5255
- line-height: 16px;
5256
- font-family: 'InterRegular';
5257
- margin-top: 7px;
5258
- margin-bottom: 0;
5259
- }
5260
-
5261
- ._dialog-header_vitro-image_3TdbvmV {
5262
- width: 38px;
5263
- height: 38px;
5264
- margin-right: 16px;
5265
- }
5266
- ._dialog-button_vitro-dialog-button_1fQ5l22 {
5267
- margin-left: 12px;
5268
- }
5269
-
5270
- ._dialog-button_vitro-dialog-button_1fQ5l22:disabled {
5271
- background: #E0E0E0;
5272
- }
5273
- ._dialog-button-close_vitro-dialog-button-close_1p27cEz {
5274
- display: block;
5275
- position: absolute;
5276
- border: none;
5277
- background: 0 0;
5278
- outline: 0;
5279
- cursor: pointer;
5280
- padding: 0;
5281
- width: 60px;
5282
- height: 60px;
5283
- right: -64px;
5284
- top: -9px;
5285
- background-size: 100%;
5286
- background-repeat: no-repeat;
5287
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/dialog/img/cancel-white.svg');
5288
- }
5289
-
5290
- ._dialog-button-close_vitro-button-close_2BpzTR0 {
5291
- font-family: 'InterRegular' !important;
5292
- background: #fff !important;
5293
- color: #222D44 !important;
5294
- border: none;
5295
- }
5296
-
5297
- ._dialog-button-close_vitro-button-close_2BpzTR0:hover,
5298
- ._dialog-button-close_vitro-button-close_2BpzTR0:active {
5299
- background: #F3F8FF !important;
5300
- }
5301
-
5302
- @media (max-width: 650px) {
5303
- ._dialog-button-close_vitro-dialog-button-close_1p27cEz {
5304
- display: none;
5305
- }
5306
- }
5307
-
5308
- ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
5309
- display: flex;
5310
- justify-content: flex-end;
5311
- background: #fff;
5312
- width: 100%;
5313
- padding: 16px;
5314
- border-top: 1px solid #E4E6EC;
5315
- margin-top: auto;
5316
- border-radius: 0 0 4px 4px;
5317
- }
5318
-
5319
- @media (max-width: 800px) {
5320
- ._dialog-footer_vitro-dialog-footer_2vUQ3aG {
5321
- justify-content: center !important;
5322
- }
5323
- button {
5324
- width: 100%;
5325
- }
5326
- }
5327
-
5328
- ._dialog_vitro-dialog_2NzcRZg {
5329
- position: fixed;
5330
- margin: 0 auto;
5331
- left: 0;
5332
- right: 0;
5333
- top: 0;
5334
- bottom: 0;
5335
- z-index: 1001;
5336
- display: flex;
5337
- align-items: center;
5338
- justify-content: center;
5339
- background: rgba(34, 45, 68, 0.2);
5340
- }
5341
-
5342
- ._dialog_vitro-dialog_2NzcRZg > div {
5343
- display: flex;
5344
- flex-direction: column;
5345
- border: 1px solid #C0CAD5;
5346
- background: #fff;
5347
- position: absolute;
5348
- overflow: visible;
5349
- left: 50%;
5350
- top: 50%;
5351
- transform: translate(-50%, -50%);
5352
- opacity: 1;
5353
- border-radius: 4px;
5354
- box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.18), 0px 0px 4px 0px rgba(0, 0, 0, 0.14);
5355
- }
5356
-
5357
- @media (max-width: 800px) {
5358
- ._dialog_vitro-dialog_2NzcRZg {
5359
- z-index: 10001 !important;
5360
- }
5361
- ._dialog_vitro-dialog_2NzcRZg > div {
5362
- width: 100% !important;
5363
- height: 100% !important;
5364
- border-radius: 0 !important;
5365
- border: none !important;
5366
- }
5367
- }
5368
-
5369
5433
  ._user-profile_vitro-user-profile_11XpBoQ span {
5370
5434
  margin-right: 10px;
5371
5435
  color: #5F6276;
@@ -5786,7 +5850,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5786
5850
  padding: 0 6px;
5787
5851
  background: transparent;
5788
5852
  background-image: linear-gradient(#fff, #fff);
5789
- background-size: 100% 2px;
5853
+ background-size: 100% 3px;
5790
5854
  background-position: 0 calc(50% + 3px);
5791
5855
  background-repeat: no-repeat;
5792
5856
  z-index: 1;
@@ -5981,7 +6045,11 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5981
6045
  height: 20px;
5982
6046
  width: 20px;
5983
6047
  }
5984
- ._input_vitro-control__btu7j_ {
6048
+ ._flex-box_vitro-flex-box_3jGTD6k {
6049
+ display: flex;
6050
+ align-items: center;
6051
+ }
6052
+ ._search-input_vitro-search-input_3M9i4Gi {
5985
6053
  height: 32px;
5986
6054
  border-radius: 4px;
5987
6055
  border: 1px solid #C0CAD5;
@@ -5990,64 +6058,61 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
5990
6058
  align-items: center;
5991
6059
  }
5992
6060
 
5993
- ._input_vitro-control__btu7j_._input_vitro-active_jxhGdE8 {
6061
+ ._search-input_vitro-search-input_3M9i4Gi.vitro-active {
5994
6062
  border: 1px solid #C0CAD5;
5995
6063
  }
5996
6064
 
5997
- ._input_vitro-control__btu7j_._input_vitro-focus_3tuxmPs {
6065
+ ._search-input_vitro-search-input_3M9i4Gi.vitro-focus {
5998
6066
  border: 1px solid #3274E0;
5999
6067
  }
6000
6068
 
6001
- ._input_vitro-control__btu7j_ input {
6069
+ ._search-input_vitro-search-input_3M9i4Gi input {
6002
6070
  border: none;
6003
6071
  width: 100%;
6072
+ background: transparent;
6004
6073
  }
6005
6074
 
6006
- ._input_vitro-control__btu7j_ input::-moz-placeholder {
6075
+ ._search-input_vitro-search-input_3M9i4Gi input::-moz-placeholder {
6007
6076
  color: #4A556C;
6008
6077
  font-size: 14px;
6009
6078
  line-height: 16px;
6010
6079
  font-weight: 400 !important;
6011
6080
  }
6012
6081
 
6013
- ._input_vitro-control__btu7j_ input::placeholder {
6082
+ ._search-input_vitro-search-input_3M9i4Gi input::placeholder {
6014
6083
  color: #4A556C;
6015
6084
  font-size: 14px;
6016
6085
  line-height: 16px;
6017
6086
  font-weight: 400 !important;
6018
6087
  }
6019
6088
 
6020
- ._input_vitro-button-search_15PeWCS {
6089
+ ._search-input_vitro-search-value-list_1Gqj4bm {
6090
+ flex: 1 1;
6091
+ overflow: hidden;
6092
+ }
6093
+
6094
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search,
6095
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search:hover {
6021
6096
  width: 24px;
6022
6097
  height: 24px;
6023
6098
  border: none;
6024
6099
  outline: none;
6025
6100
  flex-shrink: 0;
6026
- background-color: #fff;
6101
+ background-color: transparent;
6027
6102
  background-size: 100%;
6028
6103
  background-position: center;
6029
6104
  margin-right: 8px;
6030
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/search.svg');
6105
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search-input/img/search.svg');
6031
6106
  }
6032
6107
 
6033
- ._input_vitro-button-search_15PeWCS:hover,
6034
- ._input_vitro-button-search_15PeWCS:active,
6035
- ._input_vitro-button-search_15PeWCS:focus {
6108
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search:hover,
6109
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search:active,
6110
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search:focus {
6036
6111
  background-color: #fff;
6037
6112
  }
6038
6113
 
6039
-
6040
- ._input_vitro-search-value-list_2I_KVY5 {
6041
- display: flex;
6042
- align-items: center;
6043
- flex: 1 1;
6044
- overflow: hidden;
6045
- }
6046
-
6047
- ._input_vitro-button-cancel_YqNZPj-,
6048
- ._input_vitro-button-settings_1w9FwYt,
6049
- ._input_vitro-button-cancel_YqNZPj-:hover,
6050
- ._input_vitro-button-settings_1w9FwYt:hover {
6114
+ ._search-input_vitro-button-cancel_xqdMNLo,
6115
+ ._search-input_vitro-button-cancel_xqdMNLo:hover {
6051
6116
  width: 24px;
6052
6117
  height: 24px;
6053
6118
  flex-shrink: 0;
@@ -6058,25 +6123,13 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6058
6123
  background-color: transparent;
6059
6124
  }
6060
6125
 
6061
- ._input_vitro-button-settings_1w9FwYt {
6062
- border-radius: 4px;
6063
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/search-settings.svg');
6064
- }
6065
-
6066
- ._input_vitro-button-settings_1w9FwYt._input_vitro-active_jxhGdE8,
6067
- ._input_vitro-button-settings_1w9FwYt:hover {
6068
- background-color: #DCEEFF;
6069
- }
6070
-
6071
- ._input_vitro-button-cancel_YqNZPj- {
6072
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/cancel-black.svg');
6126
+ ._search-input_vitro-button-cancel_xqdMNLo {
6127
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search-input/img/cancel-black.svg');
6073
6128
  }
6074
6129
 
6075
- ._input_vitro-search-value_1ZbcNTJ {
6130
+ ._search-input_vitro-search-value_TJm1BCf {
6076
6131
  border-radius: 4px;
6077
6132
  background: #F7F9FC;
6078
- display: flex;
6079
- align-items: center;
6080
6133
  min-width: 0;
6081
6134
  grid-gap: 8px;
6082
6135
  padding: 0 4px;
@@ -6087,31 +6140,31 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6087
6140
  overflow: hidden;
6088
6141
  }
6089
6142
 
6090
- ._input_vitro-search-value_1ZbcNTJ span {
6143
+ ._search-input_vitro-search-value_TJm1BCf span {
6091
6144
  overflow: hidden;
6092
6145
  text-overflow: ellipsis;
6093
6146
  }
6094
6147
 
6095
- ._input_vitro-search-value_1ZbcNTJ ._input_vitro-button-cancel_YqNZPj- {
6148
+ ._search-input_vitro-search-value_TJm1BCf ._search-input_vitro-button-cancel_xqdMNLo {
6096
6149
  margin: 0;
6097
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/cancel-dark-grey.svg');
6150
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search-input/img/cancel-dark-grey.svg');
6098
6151
  }
6099
6152
 
6100
6153
  @media (max-width: 800px) {
6101
- ._input_vitro-control__btu7j_,
6102
- ._input_vitro-control__btu7j_._input_vitro-active_jxhGdE8 {
6154
+ ._search-input_vitro-search-input_3M9i4Gi,
6155
+ ._search-input_vitro-search-input_3M9i4Gi.vitro-active {
6103
6156
  border: none;
6104
6157
  padding: 0;
6105
6158
  }
6106
6159
 
6107
- ._input_vitro-button-search_15PeWCS {
6160
+ ._search-input_vitro-search-input_3M9i4Gi .vitro-button-search {
6108
6161
  margin: 0;
6109
6162
  height: 32px;
6110
6163
  width: 32px;
6111
6164
  border-radius: 4px;
6112
6165
  }
6113
6166
 
6114
- ._input_vitro-active_jxhGdE8._input_vitro-button-search_15PeWCS {
6167
+ .vitro-active.vitro-button-search {
6115
6168
  background-color: #DCEEFF;
6116
6169
  }
6117
6170
  }
@@ -6134,6 +6187,10 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6134
6187
  .vitro-block:nth-child(2) {
6135
6188
  margin-top: 8px;
6136
6189
  }
6190
+
6191
+ .vitro-block:last-child > div > div {
6192
+ margin: 0;
6193
+ }
6137
6194
 
6138
6195
  ._search_vitro-search_QkJksC_ {
6139
6196
  position: relative;
@@ -6226,26 +6283,56 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6226
6283
  background: #F3F8FF !important;
6227
6284
  }
6228
6285
 
6286
+ ._search_vitro-button-settings_oJCn__t,
6287
+ ._search_vitro-button-settings_oJCn__t:hover {
6288
+ width: 24px;
6289
+ height: 24px;
6290
+ flex-shrink: 0;
6291
+ border: none;
6292
+ background-size: 100%;
6293
+ background-position: center;
6294
+ margin-left: 8px;
6295
+ background-color: transparent;
6296
+ }
6297
+
6298
+ ._search_vitro-button-settings_oJCn__t {
6299
+ border-radius: 4px;
6300
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/search/img/search-settings.svg');
6301
+ }
6302
+
6303
+ ._search_vitro-button-settings_oJCn__t._search_vitro-active_1HhQOCR,
6304
+ ._search_vitro-button-settings_oJCn__t:hover {
6305
+ background-color: #DCEEFF;
6306
+ }
6307
+
6229
6308
  @media (max-width: 800px) {
6230
6309
  ._search_vitro-filter_2n-Y-mS {
6231
6310
  width: 100%;
6232
6311
  }
6233
6312
  }
6234
6313
 
6314
+ ._search-value-list_vitro-search-input-container_167CEqB {
6315
+ padding: 12px;
6316
+ }
6317
+
6318
+ ._search-value-list_vitro-empty-placeholder_2f08lDK {
6319
+ align-items: center;
6320
+ color: #c0cad5;
6321
+ display: flex;
6322
+ justify-content: center;
6323
+ text-align: center;
6324
+ width: 100%;
6325
+ padding: 8px 12px;
6326
+ }
6327
+
6235
6328
  ._checkbox-list_vitro-checkbox-list_1iZSkkv {
6236
6329
  border-radius: 4px;
6237
6330
  background: #fff;
6238
- padding: 12px 0 0 12px;
6239
- }
6240
-
6241
- ._checkbox-list_vitro-checkbox-list_1iZSkkv ._checkbox-list_vitro-control_cxgm4cj {
6242
- margin-bottom: 8px;
6243
- margin-right: 12px;
6244
- width: unset !important;
6331
+ max-width: 307px;
6245
6332
  }
6246
6333
 
6247
- ._checkbox-list_vitro-checkbox-list_1iZSkkv ._checkbox-list_vitro-control_cxgm4cj > div {
6248
- width: unset !important;
6334
+ ._checkbox-list_vitro-checkbox-list_1iZSkkv .ps > div:first-child {
6335
+ padding-left: 12px;
6249
6336
  }
6250
6337
 
6251
6338
  ._checkbox-list_vitro-checkbox-list_1iZSkkv ._checkbox-list_vitro-checkbox_1EqsnoQ {
@@ -6485,9 +6572,16 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6485
6572
  }
6486
6573
 
6487
6574
  ._header-nav-bar_vitro-nav-bar_EuyFIk8 {
6488
- padding: 0 16px;
6575
+ padding: 12px 16px;
6489
6576
  width: 100%;
6490
6577
  height: 72px;
6578
+ }
6579
+
6580
+ @media (max-width: 800px) {
6581
+ ._header-nav-bar_vitro-nav-bar_EuyFIk8 {
6582
+ height: unset;
6583
+ min-height: 56px;
6584
+ }
6491
6585
  }
6492
6586
  ._header-nav-service_vitro-nav-service_1-i4GOh {
6493
6587
  height: 34px;
@@ -6520,6 +6614,7 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6520
6614
  @media (max-width: 800px) {
6521
6615
  ._product-title_vitro-product-title_2gZcA5j img {
6522
6616
  margin: 0;
6617
+ max-height: 22px;
6523
6618
  }
6524
6619
 
6525
6620
  ._product-title_vitro-product-title_2gZcA5j {
@@ -6568,8 +6663,8 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6568
6663
  width: calc(100% - 24px);
6569
6664
  margin: 0 auto;
6570
6665
  border-radius: 4px 4px 0px 0px;
6571
- height: calc(100% - 136px);
6572
- padding-bottom: 16px;
6666
+ height: 100%;
6667
+ padding-bottom: 66px;
6573
6668
  }
6574
6669
  }
6575
6670
  #TableViewDetail {
@@ -6599,21 +6694,12 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6599
6694
  position: relative;
6600
6695
  }
6601
6696
 
6602
- ._expand-control-group_vitro-button-collapse_14wEdB1,
6603
- ._expand-control-group_vitro-button-expand_bwV3dXl {
6697
+ ._expand-control-group_vitro-expand-collapse-button_hBX5TTj {
6604
6698
  vertical-align: middle;
6605
6699
  margin-right: 8px;
6606
- margin-top: -2px;
6607
- width: 12px;
6608
- height: 12px;
6609
- }
6610
-
6611
- ._expand-control-group_vitro-button-collapse_14wEdB1 {
6612
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-control-group/img/collapse-up.svg');
6613
- }
6614
-
6615
- ._expand-control-group_vitro-button-expand_bwV3dXl {
6616
- background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/expand-control-group/img/collapse-bottom.svg');
6700
+ margin-top: -2px;
6701
+ width: 12px;
6702
+ height: 12px;
6617
6703
  }
6618
6704
 
6619
6705
  ._expand-control-group_vitro-expand-control-group_1qSUMoN > ._expand-control-group_vitro-content_2UPEUhm {
@@ -6701,20 +6787,6 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6701
6787
  }
6702
6788
 
6703
6789
 
6704
- ._image-button_vitro-image-button_34pBVmE,
6705
- ._image-button_vitro-image-button_34pBVmE:hover,
6706
- ._image-button_vitro-image-button_34pBVmE:active {
6707
- width: 20px;
6708
- height: 20px;
6709
- flex-shrink: 0;
6710
- background-position: center;
6711
- background-size: 100%;
6712
- background-repeat: no-repeat;
6713
- border: none;
6714
- outline: none;
6715
- background-color: transparent;
6716
- }
6717
-
6718
6790
  ._link-input_vitro-link-input_1FBo8kO {
6719
6791
  position: relative;
6720
6792
  }
@@ -6751,4 +6823,369 @@ li:first-child ._command-menu-item_vitro-item_2pVhk23:hover {
6751
6823
  right: 16px;
6752
6824
  top: 10px;
6753
6825
  background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/link-input/img/edit.svg');
6754
- }
6826
+ }
6827
+ ._system-exception-dialog_vitro-system-exception-dialog_2UVdbuB {
6828
+ width: 618px;
6829
+ }
6830
+
6831
+ ._system-exception-dialog_vitro-system-exception-dialog_2UVdbuB h1 {
6832
+ font-size: 18px;
6833
+ line-height: 150%;
6834
+ }
6835
+
6836
+ ._system-exception-dialog_vitro-image_XG5PD8h {
6837
+ flex-shrink: 0;
6838
+ height: 40px;
6839
+ width: 40px;
6840
+ margin-right: 8px;
6841
+ background-size: 100%;
6842
+ background-repeat: no-repeat;
6843
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/system-exception-dialog/img/error.svg');
6844
+ }
6845
+
6846
+ ._system-exception-dialog_vitro-exception_2bLGF01 {
6847
+ max-height: 98px !important;
6848
+ margin-top: 16px;
6849
+ background-color: #F7F9FC;
6850
+ color: #D13438;
6851
+ font-size: 12px;
6852
+ line-height: 18px;
6853
+ border-radius: 4px;
6854
+ border: 1px solid rgba(228, 230, 236, 0.5);
6855
+ width: 100%;
6856
+ display: flex;
6857
+ flex-direction: column;
6858
+ }
6859
+
6860
+ ._system-exception-dialog_vitro-exception_2bLGF01 .ps__rail-x,
6861
+ ._system-exception-dialog_vitro-exception_2bLGF01 .ps__rail-y {
6862
+ background-color: #F7F9FC !important;
6863
+ }
6864
+
6865
+ ._system-exception-dialog_vitro-exception_2bLGF01 .ps__rail-x {
6866
+ border-top: 1px solid #F5F6FA;
6867
+ }
6868
+
6869
+ ._system-exception-dialog_vitro-exception_2bLGF01 .ps__rail-y {
6870
+ border-left: 1px solid #F5F6FA;
6871
+ }
6872
+
6873
+ ._system-exception-dialog_vitro-scrollbar-content_2sob8Xl {
6874
+ padding: 8px 12px;
6875
+ }
6876
+
6877
+ ._system-exception-dialog_vitro-label_1Nbb_It {
6878
+ font-size: 14px;
6879
+ line-height: 150%;
6880
+ color: #222D44;
6881
+ margin-bottom: 4px;
6882
+ white-space: normal;
6883
+ }
6884
+
6885
+ ._system-exception-dialog_vitro-input_262484M {
6886
+ margin: 0;
6887
+ height: 118px;
6888
+ }
6889
+
6890
+ ._system-exception-dialog_vitro-input_262484M textarea {
6891
+ resize: none;
6892
+ height: 100%;
6893
+ font-size: 12px;
6894
+ padding: 8px 12px;
6895
+ }
6896
+
6897
+ ._system-exception-dialog_vitro-flex_EHka5VC {
6898
+ display: flex;
6899
+ align-items: center;
6900
+ white-space: nowrap;
6901
+ }
6902
+
6903
+ ._system-exception-dialog_vitro-flex_EHka5VC span:nth-child(3) {
6904
+ color: #2A63F6;
6905
+ margin-left: 4px;
6906
+ }
6907
+
6908
+ ._system-exception-dialog_vitro-settings-list_6N3QiPa {
6909
+ width: 100%;
6910
+ padding: 0 24px 16px 24px;
6911
+ }
6912
+
6913
+ ._system-exception-dialog_vitro-checkbox_354NjHR {
6914
+ margin-bottom: 0;
6915
+ width: unset;
6916
+ }
6917
+
6918
+ @media (max-width: 800px) {
6919
+ ._system-exception-dialog_vitro-settings-list_6N3QiPa {
6920
+ padding: 0 16px 16px 16px;
6921
+ }
6922
+ }
6923
+
6924
+ @media (max-width: 370px) {
6925
+ ._system-exception-dialog_vitro-flex_EHka5VC span:nth-child(2) {
6926
+ display: none;
6927
+ }
6928
+
6929
+ ._system-exception-dialog_vitro-flex_EHka5VC span:nth-child(3) {
6930
+ color: #222D44;
6931
+ margin: 0;
6932
+ }
6933
+ }
6934
+
6935
+ @media (max-height: 620px) {
6936
+ ._system-exception-dialog_vitro-exception_2bLGF01 {
6937
+ display: none;
6938
+ }
6939
+ }
6940
+
6941
+ @media (max-height: 480px) {
6942
+ ._system-exception-dialog_vitro-input_262484M {
6943
+ height: 72px;
6944
+ }
6945
+ }
6946
+ ._star-button_vitro-star-button_1_mQ_Gq,
6947
+ ._star-button_vitro-star-button_1_mQ_Gq:hover,
6948
+ ._star-button_vitro-star-button_1_mQ_Gq:active {
6949
+ width: 24px;
6950
+ height: 24px;
6951
+ flex-shrink: 0;
6952
+ background-position: center;
6953
+ background-size: 100%;
6954
+ background-repeat: no-repeat;
6955
+ border: none;
6956
+ outline: none;
6957
+ background-color: transparent;
6958
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/star-button/img/star.svg');
6959
+ }
6960
+
6961
+ ._star-button_vitro-star-button_1_mQ_Gq._star-button_vitro-hidden_oRKUkzt {
6962
+ background-image: none;
6963
+ }
6964
+
6965
+ ._star-button_vitro-star-button_1_mQ_Gq._star-button_vitro-active_2UV6u5C {
6966
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/star-button/img/star-active.svg');
6967
+ }
6968
+ ._site-item_vitro-item_1eSpRGl {
6969
+ grid-gap: 8px;
6970
+ padding: 8px 12px;
6971
+ cursor: pointer;
6972
+ }
6973
+
6974
+ ._site-item_vitro-item_1eSpRGl:hover {
6975
+ background-color: #F3F8FF;
6976
+ }
6977
+
6978
+ ._site-item_vitro-item_1eSpRGl._site-item_vitro-active_1d0nDLb {
6979
+ background-color: #DCEEFF;
6980
+ }
6981
+
6982
+ ._site-item_vitro-name_141-LTn {
6983
+ color: #1E1E1E;
6984
+ font-size: 14px;
6985
+ white-space: normal;
6986
+ display: flex;
6987
+ align-items: center;
6988
+ flex-grow: 1;
6989
+ }
6990
+
6991
+ ._site-item_vitro-image_3wrW9q4,
6992
+ ._site-item_vitro-default-image_fcWWNwv {
6993
+ width: 32px;
6994
+ height: 32px;
6995
+ flex-shrink: 0;
6996
+ }
6997
+
6998
+ ._site-item_vitro-default-image_fcWWNwv {
6999
+ background-size: 100%;
7000
+ background-repeat: no-repeat;
7001
+ background-position: center;
7002
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/default-site-image.svg');
7003
+ }
7004
+
7005
+ ._site-item_vitro-hidden_d6n2ocz {
7006
+ visibility: hidden;
7007
+ }
7008
+
7009
+ ._site-item_vitro-item_1eSpRGl._site-item_vitro-mobile-view_3bXuBr6 {
7010
+ padding: 12px;
7011
+ background-color: #fff;
7012
+ border-radius: 8px;
7013
+ box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
7014
+ margin-bottom: 8px;
7015
+ }
7016
+
7017
+ ._site-item_vitro-item_1eSpRGl._site-item_vitro-mobile-view_3bXuBr6:last-child {
7018
+ margin-bottom: 0;
7019
+ }
7020
+ ._site-select_vitro-site-select_2irDOFZ {
7021
+ position: relative;
7022
+ z-index: 21;
7023
+ margin-left: 32px;
7024
+ max-width: 320px;
7025
+ }
7026
+
7027
+ ._site-select_vitro-site-select_2irDOFZ .ps {
7028
+ max-height: 400px;
7029
+ padding-bottom: 8px;
7030
+ }
7031
+
7032
+ ._site-select_vitro-site-select_2irDOFZ .ps.ps--active-y {
7033
+ padding-right: 12px;
7034
+ }
7035
+
7036
+ ._site-select_vitro-site-select_2irDOFZ .ps__rail-y,
7037
+ ._site-select_vitro-site-select_2irDOFZ .ps__rail-x {
7038
+ border: none;
7039
+ background-color: transparent !important;
7040
+ }
7041
+
7042
+ ._site-select_vitro-flex_15EJnju {
7043
+ grid-gap: 4px;
7044
+ }
7045
+
7046
+ ._site-select_vitro-site-select_2irDOFZ h2 {
7047
+ font-size: 14px;
7048
+ line-height: 16px;
7049
+ margin-bottom: 0;
7050
+ cursor: pointer;
7051
+ }
7052
+
7053
+ ._site-select_vitro-expand_KKfRtc8,
7054
+ ._site-select_vitro-expand_KKfRtc8:hover,
7055
+ ._site-select_vitro-collapse_B0ZjAm-,
7056
+ ._site-select_vitro-collapse_B0ZjAm-:hover {
7057
+ width: 24px;
7058
+ height: 24px;
7059
+ flex-shrink: 0;
7060
+ background-size: 100%;
7061
+ background-repeat: no-repeat;
7062
+ background-position: center;
7063
+ }
7064
+
7065
+ ._site-select_vitro-expand_KKfRtc8 {
7066
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/collapse-bottom-triangle.svg');
7067
+ }
7068
+
7069
+ ._site-select_vitro-collapse_B0ZjAm- {
7070
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/collapse-up-triangle.svg');
7071
+ }
7072
+
7073
+ ._site-select_vitro-collapse_B0ZjAm-::after {
7074
+ content: '';
7075
+ width: 32px;
7076
+ height: 21px;
7077
+ display: block;
7078
+ position: absolute;
7079
+ z-index: 1;
7080
+ right: -4px;
7081
+ top: calc(100% - 5px);
7082
+ overflow: hidden;
7083
+ background-position: center 0;
7084
+ background-size: 44px 42px;
7085
+ background-repeat: no-repeat;
7086
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/dropdown-menu-arrow.svg');
7087
+ }
7088
+
7089
+ ._site-select_vitro-site-list_1Yt4nLj {
7090
+ background: #fff;
7091
+ border-radius: 8px;
7092
+ overflow: hidden;
7093
+ box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 4px 14px 0 rgba(0, 0, 0, 0.18);
7094
+ position: absolute;
7095
+ top: calc(100% + 16px);
7096
+ left: 0;
7097
+ width: 357px;
7098
+ }
7099
+
7100
+ ._site-select_vitro-title_2vfT7F5 {
7101
+ font-family: 'InterMedium';
7102
+ color: #4A556C;
7103
+ font-size: 14px;
7104
+ line-height: 24px;
7105
+ padding: 8px 0;
7106
+ margin: 0 12px;
7107
+ border-top: 1px solid rgba(228, 230, 236, 0.5);
7108
+ justify-content: space-between;
7109
+ }
7110
+
7111
+ ._site-select_vitro-search-input_UMmv9PP {
7112
+ border: 1px solid #6C6C6C;
7113
+ }
7114
+
7115
+ ._site-select_vitro-search-input_UMmv9PP input::-moz-placeholder {
7116
+ color: #A5A5A5;
7117
+ }
7118
+
7119
+ ._site-select_vitro-search-input_UMmv9PP input::placeholder {
7120
+ color: #A5A5A5;
7121
+ }
7122
+
7123
+ ._site-select_vitro-search-input_UMmv9PP .vitro-button-search {
7124
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/search-grey.svg');
7125
+ }
7126
+
7127
+ ._site-select_vitro-root-item_f1rGcQ4 {
7128
+ font-family: 'InterMedium';
7129
+ }
7130
+
7131
+ ._site-select_vitro-slide-up-panel_U3Xn-UQ ._site-select_vitro-title_2vfT7F5 {
7132
+ border: none;
7133
+ margin-bottom: 8px;
7134
+ }
7135
+
7136
+ ._site-select_vitro-slide-up-panel_U3Xn-UQ .ps__rail-y,
7137
+ ._site-select_vitro-slide-up-panel_U3Xn-UQ .ps__rail-x {
7138
+ border: none;
7139
+ background-color: transparent !important;
7140
+ }
7141
+
7142
+ @media (max-width: 800px) {
7143
+ ._site-select_vitro-site-select_2irDOFZ {
7144
+ z-index: 0;
7145
+ margin: 0;
7146
+ width: 100%;
7147
+ max-width: unset;
7148
+ }
7149
+
7150
+ ._site-select_vitro-search-value-list_3XlFSA6 {
7151
+ height: calc(100% - 28px);
7152
+ }
7153
+
7154
+ ._site-select_vitro-search-value-list_3XlFSA6 > div:first-child {
7155
+ padding: 0 16px 24px;
7156
+ }
7157
+
7158
+ ._site-select_vitro-search-input_UMmv9PP {
7159
+ height: 36px;
7160
+ border: 1px solid #C0CAD5;
7161
+ padding: 4px 8px;
7162
+ }
7163
+
7164
+ ._site-select_vitro-search-input_UMmv9PP.vitro-focus {
7165
+ border: 1px solid #4A556C;
7166
+ }
7167
+
7168
+ ._site-select_vitro-search-input_UMmv9PP .vitro-button-search {
7169
+ width: 24px;
7170
+ height: 24px;
7171
+ margin-right: 8px;
7172
+ background-image: url('@vitrosoftware/common-ui-ts/css/std/controls/site-select/img/search.svg');
7173
+ }
7174
+
7175
+ ._site-select_vitro-slide-up-panel_U3Xn-UQ .ps {
7176
+ height: calc(100% - 60px);
7177
+ }
7178
+
7179
+ ._site-select_vitro-slide-up-panel_U3Xn-UQ .ps > div:first-child {
7180
+ padding: 0 16px;
7181
+ }
7182
+
7183
+ ._site-select_vitro-collapse_B0ZjAm-::after {
7184
+ display: none;
7185
+ }
7186
+ }
7187
+
7188
+ ._bottom-align-control-group_vitro-bottom_3-a5nWD {
7189
+ width: 100%;
7190
+ margin-top: 16px;
7191
+ }