smart-webcomponents-react 25.0.0 → 25.0.3

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 (253) hide show
  1. package/package.json +1 -1
  2. package/source/modules/smart.3dchart.js +2 -2
  3. package/source/modules/smart.accordion.js +2 -2
  4. package/source/modules/smart.array.js +2 -2
  5. package/source/modules/smart.barcode.js +2 -2
  6. package/source/modules/smart.breadcrumb.js +2 -2
  7. package/source/modules/smart.button.js +2 -2
  8. package/source/modules/smart.buttongroup.js +2 -2
  9. package/source/modules/smart.calendar.js +2 -2
  10. package/source/modules/smart.card.js +2 -2
  11. package/source/modules/smart.cardview.js +2 -2
  12. package/source/modules/smart.carousel.js +2 -2
  13. package/source/modules/smart.chart.js +2 -2
  14. package/source/modules/smart.checkbox.js +2 -2
  15. package/source/modules/smart.checkinput.js +2 -2
  16. package/source/modules/smart.chip.js +2 -2
  17. package/source/modules/smart.colorinput.js +2 -2
  18. package/source/modules/smart.colorpanel.js +2 -2
  19. package/source/modules/smart.colorpicker.js +2 -2
  20. package/source/modules/smart.combobox.js +2 -2
  21. package/source/modules/smart.common.js +2 -2
  22. package/source/modules/smart.countryinput.js +2 -2
  23. package/source/modules/smart.dateinput.js +2 -2
  24. package/source/modules/smart.daterangeinput.js +2 -2
  25. package/source/modules/smart.datetimepicker.js +2 -2
  26. package/source/modules/smart.dockinglayout.js +2 -2
  27. package/source/modules/smart.dropdownbutton.js +2 -2
  28. package/source/modules/smart.dropdownlist.js +2 -2
  29. package/source/modules/smart.editor.js +2 -2
  30. package/source/modules/smart.element.js +2 -2
  31. package/source/modules/smart.fileupload.js +2 -2
  32. package/source/modules/smart.form.js +2 -2
  33. package/source/modules/smart.formulaparser.js +2 -2
  34. package/source/modules/smart.ganttchart.js +3 -3
  35. package/source/modules/smart.gauge.js +2 -2
  36. package/source/modules/smart.grid.js +9 -9
  37. package/source/modules/smart.gridpanel.js +2 -2
  38. package/source/modules/smart.gridview.js +9 -9
  39. package/source/modules/smart.input.js +2 -2
  40. package/source/modules/smart.kanban.js +2 -2
  41. package/source/modules/smart.layout.js +2 -2
  42. package/source/modules/smart.led.js +2 -2
  43. package/source/modules/smart.listbox.js +2 -2
  44. package/source/modules/smart.listmenu.js +2 -2
  45. package/source/modules/smart.map.js +2 -2
  46. package/source/modules/smart.maskedtextbox.js +2 -2
  47. package/source/modules/smart.menu.js +2 -2
  48. package/source/modules/smart.multicomboinput.js +2 -2
  49. package/source/modules/smart.multiinput.js +2 -2
  50. package/source/modules/smart.multilinetextbox.js +2 -2
  51. package/source/modules/smart.multisplitbutton.js +2 -2
  52. package/source/modules/smart.numberinput.js +2 -2
  53. package/source/modules/smart.numerictextbox.js +2 -2
  54. package/source/modules/smart.pager.js +2 -2
  55. package/source/modules/smart.passwordinput.js +2 -2
  56. package/source/modules/smart.passwordtextbox.js +2 -2
  57. package/source/modules/smart.path.js +2 -2
  58. package/source/modules/smart.phoneinput.js +2 -2
  59. package/source/modules/smart.pivottable.js +2 -2
  60. package/source/modules/smart.progressbar.js +2 -2
  61. package/source/modules/smart.qrcode.js +2 -2
  62. package/source/modules/smart.querybuilder.js +2 -2
  63. package/source/modules/smart.radiobutton.js +2 -2
  64. package/source/modules/smart.rating.js +2 -2
  65. package/source/modules/smart.ribbon.js +2 -2
  66. package/source/modules/smart.router.js +2 -2
  67. package/source/modules/smart.scheduler.js +2 -2
  68. package/source/modules/smart.scrollbar.js +2 -2
  69. package/source/modules/smart.slider.js +2 -2
  70. package/source/modules/smart.sortable.js +2 -2
  71. package/source/modules/smart.splitter.js +2 -2
  72. package/source/modules/smart.switchbutton.js +2 -2
  73. package/source/modules/smart.table.js +2 -2
  74. package/source/modules/smart.tabs.js +2 -2
  75. package/source/modules/smart.tank.js +2 -2
  76. package/source/modules/smart.textarea.js +2 -2
  77. package/source/modules/smart.textbox.js +2 -2
  78. package/source/modules/smart.timeinput.js +2 -2
  79. package/source/modules/smart.timeline.js +2 -2
  80. package/source/modules/smart.timepicker.js +2 -2
  81. package/source/modules/smart.toast.js +2 -2
  82. package/source/modules/smart.tooltip.js +2 -2
  83. package/source/modules/smart.tree.js +2 -2
  84. package/source/modules/smart.validator.js +2 -2
  85. package/source/modules/smart.window.js +2 -2
  86. package/source/smart.3dchart.js +1 -1
  87. package/source/smart.accordion.js +1 -1
  88. package/source/smart.ajax.js +1 -1
  89. package/source/smart.array.js +1 -1
  90. package/source/smart.barcode.js +1 -1
  91. package/source/smart.bootstrap.js +1 -1
  92. package/source/smart.breadcrumb.js +1 -1
  93. package/source/smart.button.js +1 -1
  94. package/source/smart.buttongroup.js +1 -1
  95. package/source/smart.calendar.js +1 -1
  96. package/source/smart.card.js +1 -1
  97. package/source/smart.cardview.js +1 -1
  98. package/source/smart.carousel.js +1 -1
  99. package/source/smart.chart.annotations.js +1 -1
  100. package/source/smart.chart.api.js +1 -1
  101. package/source/smart.chart.core.js +1 -1
  102. package/source/smart.chart.js +1 -1
  103. package/source/smart.chart.rangeselector.js +1 -1
  104. package/source/smart.chart.waterfall.js +1 -1
  105. package/source/smart.checkbox.js +1 -1
  106. package/source/smart.checkinput.js +1 -1
  107. package/source/smart.chip.js +1 -1
  108. package/source/smart.colorinput.js +1 -1
  109. package/source/smart.colorpanel.js +1 -1
  110. package/source/smart.colorpicker.js +1 -1
  111. package/source/smart.combobox.js +1 -1
  112. package/source/smart.complex.js +1 -1
  113. package/source/smart.core.js +1 -1
  114. package/source/smart.countryinput.js +1 -1
  115. package/source/smart.data.js +1 -1
  116. package/source/smart.date.js +1 -1
  117. package/source/smart.dateformatpanel.js +1 -1
  118. package/source/smart.dateinput.js +1 -1
  119. package/source/smart.daterangeinput.js +1 -1
  120. package/source/smart.datetimepicker.js +1 -1
  121. package/source/smart.dockinglayout.js +1 -1
  122. package/source/smart.draw.js +1 -1
  123. package/source/smart.dropdownbutton.js +1 -1
  124. package/source/smart.dropdownlist.js +1 -1
  125. package/source/smart.editor.js +1 -1
  126. package/source/smart.element.js +1 -1
  127. package/source/smart.elements.js +9 -9
  128. package/source/smart.export.js +1 -1
  129. package/source/smart.fileupload.js +1 -1
  130. package/source/smart.filter.js +1 -1
  131. package/source/smart.filterbuilder.js +1 -1
  132. package/source/smart.filterpanel.js +1 -1
  133. package/source/smart.form.js +1 -1
  134. package/source/smart.format.js +1 -1
  135. package/source/smart.formulaparser.js +1 -1
  136. package/source/smart.ganttchart.js +2 -2
  137. package/source/smart.gauge.js +1 -1
  138. package/source/smart.grid.cell.js +2 -2
  139. package/source/smart.grid.chart.js +1 -1
  140. package/source/smart.grid.column.js +2 -2
  141. package/source/smart.grid.core.js +2 -2
  142. package/source/smart.grid.dialog.js +1 -1
  143. package/source/smart.grid.edit.js +1 -1
  144. package/source/smart.grid.export.js +1 -1
  145. package/source/smart.grid.filter.js +2 -2
  146. package/source/smart.grid.group.js +1 -1
  147. package/source/smart.grid.js +1 -1
  148. package/source/smart.grid.menu.js +2 -2
  149. package/source/smart.grid.pager.js +1 -1
  150. package/source/smart.grid.reorder.js +1 -1
  151. package/source/smart.grid.resize.js +1 -1
  152. package/source/smart.grid.row.js +1 -1
  153. package/source/smart.grid.select.js +2 -2
  154. package/source/smart.grid.sort.js +1 -1
  155. package/source/smart.grid.toolbar.js +2 -2
  156. package/source/smart.grid.tree.js +1 -1
  157. package/source/smart.grid.view.js +1 -1
  158. package/source/smart.gridpanel.js +1 -1
  159. package/source/smart.input.js +1 -1
  160. package/source/smart.kanban.js +1 -1
  161. package/source/smart.layout.js +1 -1
  162. package/source/smart.led.js +1 -1
  163. package/source/smart.listbox.js +1 -1
  164. package/source/smart.listmenu.js +1 -1
  165. package/source/smart.map.js +1 -1
  166. package/source/smart.maskedtextbox.js +1 -1
  167. package/source/smart.math.js +1 -1
  168. package/source/smart.menu.js +1 -1
  169. package/source/smart.multicomboinput.js +1 -1
  170. package/source/smart.multiinput.js +1 -1
  171. package/source/smart.multilinetextbox.js +1 -1
  172. package/source/smart.multisplitbutton.js +1 -1
  173. package/source/smart.numberformatpanel.js +1 -1
  174. package/source/smart.numberinput.js +1 -1
  175. package/source/smart.numeric.js +1 -1
  176. package/source/smart.numerictextbox.js +1 -1
  177. package/source/smart.pager.js +1 -1
  178. package/source/smart.passwordinput.js +1 -1
  179. package/source/smart.passwordtextbox.js +1 -1
  180. package/source/smart.path.js +1 -1
  181. package/source/smart.phoneinput.js +1 -1
  182. package/source/smart.pivottable.js +1 -1
  183. package/source/smart.powerbutton.js +1 -1
  184. package/source/smart.progressbar.js +1 -1
  185. package/source/smart.qrcode.js +1 -1
  186. package/source/smart.radiobutton.js +1 -1
  187. package/source/smart.rating.js +1 -1
  188. package/source/smart.ribbon.js +1 -1
  189. package/source/smart.router.js +1 -1
  190. package/source/smart.scheduler.js +1 -1
  191. package/source/smart.scrollbar.js +1 -1
  192. package/source/smart.slider.js +1 -1
  193. package/source/smart.sortable.js +1 -1
  194. package/source/smart.sparkline.js +1 -1
  195. package/source/smart.splitter.js +1 -1
  196. package/source/smart.switchbutton.js +1 -1
  197. package/source/smart.table.js +1 -1
  198. package/source/smart.tabs.js +1 -1
  199. package/source/smart.tank.js +1 -1
  200. package/source/smart.textarea.js +1 -1
  201. package/source/smart.textbox.js +1 -1
  202. package/source/smart.tickintervalhandler.js +1 -1
  203. package/source/smart.timeinput.js +1 -1
  204. package/source/smart.timeline.js +1 -1
  205. package/source/smart.timepicker.js +1 -1
  206. package/source/smart.toast.js +1 -1
  207. package/source/smart.tooltip.js +1 -1
  208. package/source/smart.tree.js +1 -1
  209. package/source/smart.validationpanel.js +1 -1
  210. package/source/smart.validator.js +1 -1
  211. package/source/smart.window.js +1 -1
  212. package/source/styles/bootstrap/dark/smart.bootstrap.blue.css +3373 -3373
  213. package/source/styles/bootstrap/dark/smart.bootstrap.css +3373 -3373
  214. package/source/styles/bootstrap/dark/smart.bootstrap.cyan.css +3373 -3373
  215. package/source/styles/bootstrap/dark/smart.bootstrap.green.css +3373 -3373
  216. package/source/styles/bootstrap/dark/smart.bootstrap.indigo.css +3373 -3373
  217. package/source/styles/bootstrap/dark/smart.bootstrap.orange.css +3373 -3373
  218. package/source/styles/bootstrap/dark/smart.bootstrap.pink.css +3373 -3373
  219. package/source/styles/bootstrap/dark/smart.bootstrap.purple.css +3373 -3373
  220. package/source/styles/bootstrap/dark/smart.bootstrap.red.css +3373 -3373
  221. package/source/styles/bootstrap/dark/smart.bootstrap.teal.css +3373 -3373
  222. package/source/styles/bootstrap/dark/smart.bootstrap.turquoise.css +3373 -3373
  223. package/source/styles/bootstrap/light/smart.bootstrap.blue.css +3373 -3373
  224. package/source/styles/bootstrap/light/smart.bootstrap.css +3373 -3373
  225. package/source/styles/bootstrap/light/smart.bootstrap.cyan.css +3373 -3373
  226. package/source/styles/bootstrap/light/smart.bootstrap.green.css +3373 -3373
  227. package/source/styles/bootstrap/light/smart.bootstrap.indigo.css +3373 -3373
  228. package/source/styles/bootstrap/light/smart.bootstrap.orange.css +3373 -3373
  229. package/source/styles/bootstrap/light/smart.bootstrap.pink.css +3373 -3373
  230. package/source/styles/bootstrap/light/smart.bootstrap.purple.css +3373 -3373
  231. package/source/styles/bootstrap/light/smart.bootstrap.red.css +3373 -3373
  232. package/source/styles/bootstrap/light/smart.bootstrap.teal.css +3373 -3373
  233. package/source/styles/bootstrap/light/smart.bootstrap.turquoise.css +3373 -3373
  234. package/source/styles/bootstrap/smart.bootstrap.blue.css +234 -215
  235. package/source/styles/bootstrap/smart.bootstrap.css +277 -286
  236. package/source/styles/bootstrap/smart.bootstrap.cyan.css +234 -215
  237. package/source/styles/bootstrap/smart.bootstrap.green.css +234 -215
  238. package/source/styles/bootstrap/smart.bootstrap.indigo.css +234 -215
  239. package/source/styles/bootstrap/smart.bootstrap.orange.css +234 -215
  240. package/source/styles/bootstrap/smart.bootstrap.pink.css +237 -215
  241. package/source/styles/bootstrap/smart.bootstrap.purple.css +237 -215
  242. package/source/styles/bootstrap/smart.bootstrap.red.css +234 -215
  243. package/source/styles/bootstrap/smart.bootstrap.teal.css +234 -215
  244. package/source/styles/bootstrap/smart.bootstrap.turquoise.css +234 -215
  245. package/source/styles/components/smart.datetimeformatpanel.css +1 -1
  246. package/source/styles/components/smart.dropdownbutton.css +1 -1
  247. package/source/styles/components/smart.grid.css +1 -1
  248. package/source/styles/components/smart.ribbon.css +1 -1
  249. package/source/styles/default/scss/smart.dropdownbutton.scss +21 -20
  250. package/source/styles/default/scss/smart.grid.scss +195 -116
  251. package/source/styles/default/smart.dropdownbutton.css +5 -3
  252. package/source/styles/default/smart.grid.css +41 -18
  253. package/source/styles/smart.default.css +2 -2
@@ -7,27 +7,27 @@ body[theme=dark] {
7
7
  /* The theme primary color */
8
8
  --smart-primary-color: #ffffff;
9
9
  /* Text color on top of a primary background */
10
- --smart-secondary-rgb: 108, 117, 125;
10
+ --smart-secondary-rgb: 136, 153, 166;
11
11
  /* The r, g, and b components of the theme secondary color */
12
- --smart-secondary: #6c757d;
12
+ --smart-secondary: #8899a6;
13
13
  /* The theme secondary color */
14
14
  --smart-secondary-color: #ffffff;
15
15
  /* Text color on top of a secondary background */
16
- --smart-error-rgb: 220, 53, 69;
16
+ --smart-error-rgb: 224, 36, 94;
17
17
  /* The r, g, and b components of the theme error color */
18
- --smart-error: #dc3545;
18
+ --smart-error: #e0245e;
19
19
  /* The theme error color */
20
20
  --smart-error-color: #ffffff;
21
21
  /* Text color on top of a error background */
22
- --smart-success-rgb: 40, 167, 69;
22
+ --smart-success-rgb: 22, 191, 99;
23
23
  /* The r, g, and b components of the theme success color */
24
- --smart-success: #28a745;
24
+ --smart-success: #16bf63;
25
25
  /* The theme success color */
26
26
  --smart-success-color: #ffffff;
27
27
  /* Text color on top of a success background */
28
- --smart-info-rgb: 23, 162, 184;
28
+ --smart-info-rgb: 121, 75, 195;
29
29
  /* The r, g, and b components of the theme info color */
30
- --smart-info: #17a2b8;
30
+ --smart-info: #794bc3;
31
31
  /* The theme info color */
32
32
  --smart-info-color: #ffffff;
33
33
  /* Text color on top of a info background */
@@ -61,11 +61,11 @@ body[theme=dark] {
61
61
  /* The theme black color */
62
62
  --smart-black-color: #000000;
63
63
  /* Text color on top of a black background */
64
- --smart-surface: #ffffff;
65
- --smart-surface-color: #212529;
66
- --smart-background: #ffffff;
64
+ --smart-surface: #15202b;
65
+ --smart-surface-color: #ffffff;
66
+ --smart-background: #15202b;
67
67
  /* The theme background color. The background color appears behind scrollable content.*/
68
- --smart-background-color: #212529;
68
+ --smart-background-color: #ffffff;
69
69
  /* Text color on top of a background background */
70
70
  --smart-font-size: 1rem;
71
71
  /* Theme font-size */
@@ -255,12 +255,12 @@ smart-repeat-button.secondary {
255
255
  --smart-button-opacity-hover: 1;
256
256
  --smart-button-opacity-focus: 1;
257
257
  --smart-button-opacity-active: 1;
258
- --smart-ui-state-hover: rgb(90.2703862661, 97.7929184549, 104.4796137339);
259
- --smart-ui-state-border-hover: rgb(84.3605150215, 91.3905579399, 97.6394849785);
260
- --smart-ui-state-active: rgb(90.2703862661, 97.7929184549, 104.4796137339);
261
- --smart-ui-state-border-active: rgb(84.3605150215, 91.3905579399, 97.6394849785);
262
- --smart-ui-state-focus: rgb(90.2703862661, 97.7929184549, 104.4796137339);
263
- --smart-ui-state-border-focus: rgb(84.3605150215, 91.3905579399, 97.6394849785);
258
+ --smart-ui-state-hover: rgb(114.1165865385, 134.2427884615, 149.6334134615);
259
+ --smart-ui-state-border-hover: rgb(107.3990384615, 127.9134615385, 143.6009615385);
260
+ --smart-ui-state-active: rgb(114.1165865385, 134.2427884615, 149.6334134615);
261
+ --smart-ui-state-border-active: rgb(107.3990384615, 127.9134615385, 143.6009615385);
262
+ --smart-ui-state-focus: rgb(114.1165865385, 134.2427884615, 149.6334134615);
263
+ --smart-ui-state-border-focus: rgb(107.3990384615, 127.9134615385, 143.6009615385);
264
264
  }
265
265
  smart-button.success,
266
266
  smart-toggle-button.success,
@@ -268,12 +268,12 @@ smart-repeat-button.success {
268
268
  --smart-button-opacity-hover: 1;
269
269
  --smart-button-opacity-focus: 1;
270
270
  --smart-button-opacity-active: 1;
271
- --smart-ui-state-hover: rgb(32.6086956522, 136.1413043478, 56.25);
272
- --smart-ui-state-border-hover: rgb(30.1449275362, 125.8550724638, 52);
273
- --smart-ui-state-active: rgb(32.6086956522, 136.1413043478, 56.25);
274
- --smart-ui-state-border-active: rgb(30.1449275362, 125.8550724638, 52);
275
- --smart-ui-state-focus: rgb(32.6086956522, 136.1413043478, 56.25);
276
- --smart-ui-state-border-focus: rgb(30.1449275362, 125.8550724638, 52);
271
+ --smart-ui-state-hover: rgb(18.0492957746, 156.7007042254, 81.2218309859);
272
+ --smart-ui-state-border-hover: rgb(16.7323943662, 145.2676056338, 75.2957746479);
273
+ --smart-ui-state-active: rgb(18.0492957746, 156.7007042254, 81.2218309859);
274
+ --smart-ui-state-border-active: rgb(16.7323943662, 145.2676056338, 75.2957746479);
275
+ --smart-ui-state-focus: rgb(18.0492957746, 156.7007042254, 81.2218309859);
276
+ --smart-ui-state-border-focus: rgb(16.7323943662, 145.2676056338, 75.2957746479);
277
277
  }
278
278
  smart-button.info,
279
279
  smart-toggle-button.info,
@@ -281,12 +281,12 @@ smart-repeat-button.info {
281
281
  --smart-button-opacity-hover: 1;
282
282
  --smart-button-opacity-focus: 1;
283
283
  --smart-button-opacity-active: 1;
284
- --smart-ui-state-hover: rgb(18.75, 132.0652173913, 150);
285
- --smart-ui-state-border-hover: rgb(17.3333333333, 122.0869565217, 138.6666666667);
286
- --smart-ui-state-active: rgb(18.75, 132.0652173913, 150);
287
- --smart-ui-state-border-active: rgb(17.3333333333, 122.0869565217, 138.6666666667);
288
- --smart-ui-state-focus: rgb(18.75, 132.0652173913, 150);
289
- --smart-ui-state-border-focus: rgb(17.3333333333, 122.0869565217, 138.6666666667);
284
+ --smart-ui-state-hover: rgb(102.35625, 57.9375, 173.8125);
285
+ --smart-ui-state-border-hover: rgb(96.725, 54.75, 164.25);
286
+ --smart-ui-state-active: rgb(102.35625, 57.9375, 173.8125);
287
+ --smart-ui-state-border-active: rgb(96.725, 54.75, 164.25);
288
+ --smart-ui-state-focus: rgb(102.35625, 57.9375, 173.8125);
289
+ --smart-ui-state-border-focus: rgb(96.725, 54.75, 164.25);
290
290
  }
291
291
  smart-button.warning,
292
292
  smart-toggle-button.warning,
@@ -307,12 +307,12 @@ smart-repeat-button.error {
307
307
  --smart-button-opacity-hover: 1;
308
308
  --smart-button-opacity-focus: 1;
309
309
  --smart-button-opacity-active: 1;
310
- --smart-ui-state-hover: rgb(200.082278481, 34.667721519, 50.5158227848);
311
- --smart-ui-state-border-hover: rgb(189.2151898734, 32.7848101266, 47.7721518987);
312
- --smart-ui-state-active: rgb(200.082278481, 34.667721519, 50.5158227848);
313
- --smart-ui-state-border-active: rgb(189.2151898734, 32.7848101266, 47.7721518987);
314
- --smart-ui-state-focus: rgb(200.082278481, 34.667721519, 50.5158227848);
315
- --smart-ui-state-border-focus: rgb(189.2151898734, 32.7848101266, 47.7721518987);
310
+ --smart-ui-state-hover: rgb(194.253, 27.497, 78.943);
311
+ --smart-ui-state-border-hover: rgb(183.084, 25.916, 74.404);
312
+ --smart-ui-state-active: rgb(194.253, 27.497, 78.943);
313
+ --smart-ui-state-border-active: rgb(183.084, 25.916, 74.404);
314
+ --smart-ui-state-focus: rgb(194.253, 27.497, 78.943);
315
+ --smart-ui-state-border-focus: rgb(183.084, 25.916, 74.404);
316
316
  }
317
317
  smart-button.light,
318
318
  smart-toggle-button.light,
@@ -413,39 +413,39 @@ smart-repeat-button.outlined[active] {
413
413
  color: var(--smart-primary-color);
414
414
  }
415
415
  .smart-button-group.secondary .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.secondary .smart-button-group-items .smart-button-group-item:hover {
416
- background-color: rgb(78.4506437768, 84.9881974249, 90.7993562232) !important;
416
+ background-color: rgb(101.9435096154, 121.4158653846, 136.3064903846) !important;
417
417
  }
418
418
  .smart-button-group.secondary .smart-button-group-items .smart-button-group-item[focus] {
419
- background-color: rgb(78.4506437768, 84.9881974249, 90.7993562232) !important;
419
+ background-color: rgb(101.9435096154, 121.4158653846, 136.3064903846) !important;
420
420
  color: var(--smart-secondary-color);
421
421
  box-shadow: 0 0 0 0.25rem rgba(var(--smart-secondary-rgb), 0.5) !important;
422
422
  }
423
423
  .smart-button-group.secondary .smart-button-group-items .smart-button-group-item:active, .smart-button-group.secondary .smart-button-group-items .smart-button-group-item [active] {
424
- background-color: rgb(78.4506437768, 84.9881974249, 90.7993562232) !important;
424
+ background-color: rgb(101.9435096154, 121.4158653846, 136.3064903846) !important;
425
425
  color: var(--smart-secondary-color);
426
426
  }
427
427
  .smart-button-group.success .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.success .smart-button-group-items .smart-button-group-item:hover {
428
- background-color: rgb(27.6811594203, 115.5688405797, 47.75) !important;
428
+ background-color: rgb(15.4154929577, 133.8345070423, 69.3697183099) !important;
429
429
  }
430
430
  .smart-button-group.success .smart-button-group-items .smart-button-group-item[focus] {
431
- background-color: rgb(27.6811594203, 115.5688405797, 47.75) !important;
431
+ background-color: rgb(15.4154929577, 133.8345070423, 69.3697183099) !important;
432
432
  color: var(--smart-success-color);
433
433
  box-shadow: 0 0 0 0.25rem rgba(var(--smart-success-rgb), 0.5) !important;
434
434
  }
435
435
  .smart-button-group.success .smart-button-group-items .smart-button-group-item:active, .smart-button-group.success .smart-button-group-items .smart-button-group-item [active] {
436
- background-color: rgb(27.6811594203, 115.5688405797, 47.75) !important;
436
+ background-color: rgb(15.4154929577, 133.8345070423, 69.3697183099) !important;
437
437
  color: var(--smart-success-color);
438
438
  }
439
439
  .smart-button-group.info .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.info .smart-button-group-items .smart-button-group-item:hover {
440
- background-color: rgb(15.9166666667, 112.1086956522, 127.3333333333) !important;
440
+ background-color: rgb(91.09375, 51.5625, 154.6875) !important;
441
441
  }
442
442
  .smart-button-group.info .smart-button-group-items .smart-button-group-item[focus] {
443
- background-color: rgb(15.9166666667, 112.1086956522, 127.3333333333) !important;
443
+ background-color: rgb(91.09375, 51.5625, 154.6875) !important;
444
444
  color: var(--smart-info-color);
445
445
  box-shadow: 0 0 0 0.25rem rgba(var(--smart-info-rgb), 0.5) !important;
446
446
  }
447
447
  .smart-button-group.info .smart-button-group-items .smart-button-group-item:active, .smart-button-group.info .smart-button-group-items .smart-button-group-item [active] {
448
- background-color: rgb(15.9166666667, 112.1086956522, 127.3333333333) !important;
448
+ background-color: rgb(91.09375, 51.5625, 154.6875) !important;
449
449
  color: var(--smart-info-color);
450
450
  }
451
451
  .smart-button-group.warning .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.warning .smart-button-group-items .smart-button-group-item:hover {
@@ -461,15 +461,15 @@ smart-repeat-button.outlined[active] {
461
461
  color: var(--smart-warning-color);
462
462
  }
463
463
  .smart-button-group.error .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.error .smart-button-group-items .smart-button-group-item:hover {
464
- background-color: rgb(178.3481012658, 30.9018987342, 45.0284810127) !important;
464
+ background-color: rgb(171.915, 24.335, 69.865) !important;
465
465
  }
466
466
  .smart-button-group.error .smart-button-group-items .smart-button-group-item[focus] {
467
- background-color: rgb(178.3481012658, 30.9018987342, 45.0284810127) !important;
467
+ background-color: rgb(171.915, 24.335, 69.865) !important;
468
468
  color: var(--smart-error-color);
469
469
  box-shadow: 0 0 0 0.25rem rgba(var(--smart-error-rgb), 0.5) !important;
470
470
  }
471
471
  .smart-button-group.error .smart-button-group-items .smart-button-group-item:active, .smart-button-group.error .smart-button-group-items .smart-button-group-item [active] {
472
- background-color: rgb(178.3481012658, 30.9018987342, 45.0284810127) !important;
472
+ background-color: rgb(171.915, 24.335, 69.865) !important;
473
473
  color: var(--smart-error-color);
474
474
  }
475
475
  .smart-button-group.light .smart-button-group-items .smart-button-group-item[hover], .smart-button-group.light .smart-button-group-items .smart-button-group-item:hover {
@@ -497,9 +497,9 @@ smart-repeat-button.outlined[active] {
497
497
  color: var(--smart-dark-color);
498
498
  }
499
499
  .smart-button-group.pagination .smart-button-group-items .smart-button-group-item {
500
- border: 1px solid #dee2e6;
501
- color: #00CED1;
502
- background: #ffffff;
500
+ border: 1px solid #38444d;
501
+ color: #f8f9fa;
502
+ background: #343a40;
503
503
  }
504
504
  .smart-button-group.pagination .smart-button-group-items .smart-button-group-item:not(:last-of-type) {
505
505
  border-right: 1px solid transparent;
@@ -546,7 +546,7 @@ a.smart-badge[active], a.smart-badge:active, a.smart-badge[focus], a.smart-badge
546
546
  smart-breadcrumb {
547
547
  width: 100%;
548
548
  height: auto;
549
- background: #e9ecef;
549
+ background: #ced4da;
550
550
  padding: 0.75rem 1rem;
551
551
  border: 0;
552
552
  margin-bottom: 1rem;
@@ -557,7 +557,7 @@ smart-breadcrumb a {
557
557
  text-decoration: none;
558
558
  }
559
559
  smart-breadcrumb.smart-element {
560
- background: #e9ecef;
560
+ background: #ced4da;
561
561
  }
562
562
  smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item {
563
563
  height: auto;
@@ -590,29 +590,29 @@ smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadc
590
590
  overflow: hidden;
591
591
  }
592
592
  .smart-accordion .smart-accordion-item {
593
- background: #ffffff;
593
+ background: #15202b;
594
594
  border-radius: 0;
595
595
  box-shadow: unset;
596
596
  margin: 0 !important;
597
597
  overflow: hidden;
598
598
  }
599
599
  .smart-accordion .smart-accordion-item:hover .smart-accordion-item-header, .smart-accordion .smart-accordion-item[hover] .smart-accordion-item-header, .smart-accordion .smart-accordion-item[focus] .smart-accordion-item-header, .smart-accordion .smart-accordion-item[focused] .smart-accordion-item-header, .smart-accordion .smart-accordion-item[expanded] .smart-accordion-item-header {
600
- background: rgba(0, 0, 0, 0.03);
600
+ background: rgba(255, 255, 255, 0.03);
601
601
  }
602
602
  .smart-accordion .smart-accordion-item .smart-accordion-item-header {
603
603
  padding: 0px;
604
- background: rgba(0, 0, 0, 0.03);
604
+ background: rgba(255, 255, 255, 0.03);
605
605
  }
606
606
  .smart-accordion .smart-accordion-item .smart-accordion-item-header .smart-arrow {
607
607
  display: none;
608
608
  }
609
609
  .smart-accordion .smart-accordion-item .smart-accordion-item-header .smart-label {
610
610
  font-size: 1rem;
611
- color: #00CED1;
611
+ color: rgb(56, 252.1435406699, 255);
612
612
  padding: 0.375rem 0.75rem;
613
613
  }
614
614
  .smart-accordion .smart-accordion-item .smart-container {
615
- border: 1px solid rgba(0, 0, 0, 0.125);
615
+ border: 1px solid #38444d;
616
616
  }
617
617
  .smart-accordion .smart-accordion-item:last-of-type .smart-container {
618
618
  border-bottom-left-radius: 0.25rem;
@@ -640,7 +640,7 @@ smart-drop-down-button .smart-drop-down smart-tree {
640
640
  border: 0;
641
641
  }
642
642
  smart-drop-down-button .smart-drop-down-container {
643
- --smart-border: rgba(0, 0, 0, 0.15);
643
+ --smart-border: #38444d;
644
644
  min-width: 10rem !important;
645
645
  padding: 0.5rem 0 !important;
646
646
  margin: 0.325rem 0 0 !important;
@@ -649,7 +649,7 @@ smart-drop-down-button .smart-drop-down-container {
649
649
  text-align: left;
650
650
  list-style: none;
651
651
  background-clip: padding-box;
652
- border: 1px solid rgba(0, 0, 0, 0.15);
652
+ border: 1px solid #38444d;
653
653
  border-radius: 0.25rem;
654
654
  box-shadow: unset !important;
655
655
  }
@@ -670,7 +670,7 @@ smart-drop-down-button .smart-color-picker .smart-drop-down,
670
670
  smart-drop-down-button .smart-path .smart-drop-down[bottom],
671
671
  smart-drop-down-button .smart-path .smart-drop-down {
672
672
  --smart-editor-drop-down-min-width: auto;
673
- border: 1px solid rgba(0, 0, 0, 0.15);
673
+ border: 1px solid #38444d;
674
674
  }
675
675
  smart-drop-down-button .smart-tree-main-container .smart-tree-item {
676
676
  border-radius: 0;
@@ -682,8 +682,8 @@ smart-drop-down-button .smart-tree-main-container .smart-tree-item:focus:hover .
682
682
  color: #ffffff;
683
683
  }
684
684
  smart-drop-down-button .smart-tree-main-container .smart-tree-item[selected] .smart-tree-item-label-container, smart-drop-down-button .smart-tree-main-container .smart-tree-item:hover .smart-tree-item-label-container, smart-drop-down-button .smart-tree-main-container .smart-tree-item[hover] .smart-tree-item-label-container {
685
- background: #e9ecef;
686
- color: #212529;
685
+ background: #343a40;
686
+ color: #ffffff;
687
687
  }
688
688
  smart-drop-down-button[opened] {
689
689
  box-shadow: 0 0 0 0.25rem rgba(var(--smart-primary-rgb), 0.5) !important;
@@ -729,12 +729,12 @@ smart-drop-down-button.secondary {
729
729
  --smart-button-opacity-focus: 1;
730
730
  --smart-button-opacity-active: 1;
731
731
  --smart-ui-state-color-active: var(--smart-secondary-color);
732
- --smart-ui-state-hover: rgb(90.2703862661, 97.7929184549, 104.4796137339);
733
- --smart-ui-state-border-hover: rgb(84.3605150215, 91.3905579399, 97.6394849785);
734
- --smart-ui-state-active: rgb(90.2703862661, 97.7929184549, 104.4796137339);
735
- --smart-ui-state-border-active: rgb(84.3605150215, 91.3905579399, 97.6394849785);
736
- --smart-ui-state-focus: rgb(90.2703862661, 97.7929184549, 104.4796137339);
737
- --smart-ui-state-border-focus: rgb(84.3605150215, 91.3905579399, 97.6394849785);
732
+ --smart-ui-state-hover: rgb(114.1165865385, 134.2427884615, 149.6334134615);
733
+ --smart-ui-state-border-hover: rgb(107.3990384615, 127.9134615385, 143.6009615385);
734
+ --smart-ui-state-active: rgb(114.1165865385, 134.2427884615, 149.6334134615);
735
+ --smart-ui-state-border-active: rgb(107.3990384615, 127.9134615385, 143.6009615385);
736
+ --smart-ui-state-focus: rgb(114.1165865385, 134.2427884615, 149.6334134615);
737
+ --smart-ui-state-border-focus: rgb(107.3990384615, 127.9134615385, 143.6009615385);
738
738
  --smart-ui-state-color-hover: var(--smart-secondary-color);
739
739
  }
740
740
  smart-drop-down-button.secondary[opened] {
@@ -745,12 +745,12 @@ smart-drop-down-button.success {
745
745
  --smart-button-opacity-focus: 1;
746
746
  --smart-button-opacity-active: 1;
747
747
  --smart-ui-state-color-active: var(--smart-success-color);
748
- --smart-ui-state-hover: rgb(32.6086956522, 136.1413043478, 56.25);
749
- --smart-ui-state-border-hover: rgb(30.1449275362, 125.8550724638, 52);
750
- --smart-ui-state-active: rgb(32.6086956522, 136.1413043478, 56.25);
751
- --smart-ui-state-border-active: rgb(30.1449275362, 125.8550724638, 52);
752
- --smart-ui-state-focus: rgb(32.6086956522, 136.1413043478, 56.25);
753
- --smart-ui-state-border-focus: rgb(30.1449275362, 125.8550724638, 52);
748
+ --smart-ui-state-hover: rgb(18.0492957746, 156.7007042254, 81.2218309859);
749
+ --smart-ui-state-border-hover: rgb(16.7323943662, 145.2676056338, 75.2957746479);
750
+ --smart-ui-state-active: rgb(18.0492957746, 156.7007042254, 81.2218309859);
751
+ --smart-ui-state-border-active: rgb(16.7323943662, 145.2676056338, 75.2957746479);
752
+ --smart-ui-state-focus: rgb(18.0492957746, 156.7007042254, 81.2218309859);
753
+ --smart-ui-state-border-focus: rgb(16.7323943662, 145.2676056338, 75.2957746479);
754
754
  --smart-ui-state-color-hover: var(--smart-success-color);
755
755
  }
756
756
  smart-drop-down-button.success[opened] {
@@ -761,12 +761,12 @@ smart-drop-down-button.info {
761
761
  --smart-button-opacity-focus: 1;
762
762
  --smart-button-opacity-active: 1;
763
763
  --smart-ui-state-color-active: var(--smart-info-color);
764
- --smart-ui-state-hover: rgb(18.75, 132.0652173913, 150);
765
- --smart-ui-state-border-hover: rgb(17.3333333333, 122.0869565217, 138.6666666667);
766
- --smart-ui-state-active: rgb(18.75, 132.0652173913, 150);
767
- --smart-ui-state-border-active: rgb(17.3333333333, 122.0869565217, 138.6666666667);
768
- --smart-ui-state-focus: rgb(18.75, 132.0652173913, 150);
769
- --smart-ui-state-border-focus: rgb(17.3333333333, 122.0869565217, 138.6666666667);
764
+ --smart-ui-state-hover: rgb(102.35625, 57.9375, 173.8125);
765
+ --smart-ui-state-border-hover: rgb(96.725, 54.75, 164.25);
766
+ --smart-ui-state-active: rgb(102.35625, 57.9375, 173.8125);
767
+ --smart-ui-state-border-active: rgb(96.725, 54.75, 164.25);
768
+ --smart-ui-state-focus: rgb(102.35625, 57.9375, 173.8125);
769
+ --smart-ui-state-border-focus: rgb(96.725, 54.75, 164.25);
770
770
  --smart-ui-state-color-hover: var(--smart-info-color);
771
771
  }
772
772
  smart-drop-down-button.info[opened] {
@@ -793,12 +793,12 @@ smart-drop-down-button.error {
793
793
  --smart-button-opacity-focus: 1;
794
794
  --smart-button-opacity-active: 1;
795
795
  --smart-ui-state-color-active: var(--smart-error-color);
796
- --smart-ui-state-hover: rgb(200.082278481, 34.667721519, 50.5158227848);
797
- --smart-ui-state-border-hover: rgb(189.2151898734, 32.7848101266, 47.7721518987);
798
- --smart-ui-state-active: rgb(200.082278481, 34.667721519, 50.5158227848);
799
- --smart-ui-state-border-active: rgb(189.2151898734, 32.7848101266, 47.7721518987);
800
- --smart-ui-state-focus: rgb(200.082278481, 34.667721519, 50.5158227848);
801
- --smart-ui-state-border-focus: rgb(189.2151898734, 32.7848101266, 47.7721518987);
796
+ --smart-ui-state-hover: rgb(194.253, 27.497, 78.943);
797
+ --smart-ui-state-border-hover: rgb(183.084, 25.916, 74.404);
798
+ --smart-ui-state-active: rgb(194.253, 27.497, 78.943);
799
+ --smart-ui-state-border-active: rgb(183.084, 25.916, 74.404);
800
+ --smart-ui-state-focus: rgb(194.253, 27.497, 78.943);
801
+ --smart-ui-state-border-focus: rgb(183.084, 25.916, 74.404);
802
802
  --smart-ui-state-color-hover: var(--smart-error-color);
803
803
  }
804
804
  smart-drop-down-button.error[opened] {
@@ -872,7 +872,7 @@ smart-scheduler:not(.bordered) {
872
872
  /* Vertical timeline color in 'day' and 'week' views */
873
873
  }
874
874
  smart-scheduler.bordered {
875
- --smart-scheduler-day-week-view-vertical-line-color: #dee2e6;
875
+ --smart-scheduler-day-week-view-vertical-line-color: #38444d;
876
876
  /* Vertical timeline color in 'day' and 'week' views */
877
877
  }
878
878
  smart-scheduler.no-border {
@@ -885,7 +885,7 @@ smart-scheduler[view-type=week] .smart-scheduler-view-header-horizontal .smart-s
885
885
  border-left: 0;
886
886
  }
887
887
  smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell.scale:not(:last-of-type) {
888
- border-color: #dee2e6 !important;
888
+ border-color: #38444d !important;
889
889
  }
890
890
  smart-scheduler:not(.table-primary).striped .smart-scheduler-cells-container .smart-scheduler-cell-container {
891
891
  background: transparent;
@@ -1388,9 +1388,9 @@ smart-card.card {
1388
1388
  flex-direction: column;
1389
1389
  min-width: 0;
1390
1390
  word-wrap: break-word;
1391
- background-color: #ffffff;
1391
+ background-color: #15202b;
1392
1392
  background-clip: border-box;
1393
- border: 1px solid rgba(0, 0, 0, 0.125);
1393
+ border: 1px solid #38444d;
1394
1394
  border-radius: 0.25rem;
1395
1395
  }
1396
1396
  smart-card.card > hr {
@@ -1408,8 +1408,8 @@ smart-card.card .card-title {
1408
1408
  smart-card.card .card-header {
1409
1409
  padding: 0.75rem 1.25rem;
1410
1410
  margin-bottom: 0;
1411
- background-color: rgba(0, 0, 0, 0.03);
1412
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
1411
+ background-color: rgba(255, 255, 255, 0.03);
1412
+ border-bottom: 1px solid #38444d;
1413
1413
  }
1414
1414
  smart-card.card .card-header:first-child {
1415
1415
  border-top-left-radius: 0.25rem;
@@ -1417,8 +1417,8 @@ smart-card.card .card-header:first-child {
1417
1417
  }
1418
1418
  smart-card.card .card-footer {
1419
1419
  padding: 0.75rem 1.25rem;
1420
- background-color: rgba(0, 0, 0, 0.03);
1421
- border-top: 1px solid rgba(0, 0, 0, 0.125);
1420
+ background-color: rgba(255, 255, 255, 0.03);
1421
+ border-top: 1px solid #38444d;
1422
1422
  }
1423
1423
  smart-card.card .card-footer:last-child {
1424
1424
  border-bottom-left-radius: 0.25rem;
@@ -1441,11 +1441,11 @@ smart-card.card .card-footer:last-child {
1441
1441
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
1442
1442
  border-radius: 0.25rem;
1443
1443
  border-color: rgba(0, 0, 0, 0.1);
1444
- background-color: rgba(255, 255, 255, 0.85);
1445
- color: #343a40;
1444
+ background-color: rgba(0, 0, 0, 0.85);
1445
+ color: #f8f9fa;
1446
1446
  }
1447
1447
  .smart-toast-item.bootstrap:hover {
1448
- background-color: #ffffff;
1448
+ background-color: #000000;
1449
1449
  }
1450
1450
  .smart-toast-item.bootstrap .smart-toast-item-header {
1451
1451
  padding: 0.25rem 0.75rem;
@@ -1463,7 +1463,7 @@ smart-card.card .card-footer:last-child {
1463
1463
  font-size: 1.5rem;
1464
1464
  font-weight: 700;
1465
1465
  line-height: 1;
1466
- color: #343a40;
1466
+ color: #f8f9fa;
1467
1467
  text-shadow: 0 1px 0 #fff;
1468
1468
  opacity: 0.5;
1469
1469
  }
@@ -1516,7 +1516,7 @@ smart-card.card .card-footer:last-child {
1516
1516
  font-size: 1.5rem;
1517
1517
  font-weight: 700;
1518
1518
  line-height: 1;
1519
- color: #343a40;
1519
+ color: #f8f9fa;
1520
1520
  text-shadow: 0 1px 0 #fff;
1521
1521
  opacity: 0.5;
1522
1522
  }
@@ -1583,12 +1583,12 @@ smart-card.card .card-footer:last-child {
1583
1583
 
1584
1584
  /* PAGER */
1585
1585
  smart-pager.smart-element {
1586
- border: 1px solid #dee2e6;
1586
+ border: 1px solid #38444d;
1587
1587
  height: auto;
1588
1588
  border-radius: var(--smart-border-top-left-radius);
1589
1589
  padding: 0;
1590
- background: #ffffff;
1591
- color: #00CED1;
1590
+ background: #343a40;
1591
+ color: #f8f9fa;
1592
1592
  width: auto;
1593
1593
  display: inline-flex;
1594
1594
  vertical-align: middle;
@@ -1620,13 +1620,13 @@ smart-pager.smart-element .smart-pager-page-index-selector:hover:not([selected])
1620
1620
  color: var(--smart-ui-state-active);
1621
1621
  }
1622
1622
  smart-pager.smart-element .smart-arrow-right {
1623
- border-left: 1px solid #dee2e6;
1623
+ border-left: 1px solid #38444d;
1624
1624
  }
1625
1625
  smart-pager.smart-element .smart-pager-page-index-selectors-container .smart-pager-page-index-selector {
1626
- border-left: 1px solid #dee2e6;
1626
+ border-left: 1px solid #38444d;
1627
1627
  }
1628
1628
  smart-pager.smart-element .smart-pager-page-index-selectors-container .smart-pager-page-index-selector:last-of-type:not(.smart-hidden) {
1629
- border-right: 1px solid #dee2e6;
1629
+ border-right: 1px solid #38444d;
1630
1630
  }
1631
1631
 
1632
1632
  /* TOOLTIP */
@@ -1650,14 +1650,14 @@ smart-tooltip .smart-tooltip-content {
1650
1650
  --smart-border-bottom-left-radius: 0.25rem;
1651
1651
  --smart-border-bottom-right-radius: 0.25rem;
1652
1652
  border-width: 1px;
1653
- border-color: #e9ecef;
1653
+ border-color: rgba(136, 153, 166, 0.15);
1654
1654
  color: #ffffff;
1655
1655
  }
1656
1656
  .smart-progress-bar:not(.smart-circular-progress-bar) {
1657
- background-color: #e9ecef !important;
1657
+ background-color: rgba(136, 153, 166, 0.15) !important;
1658
1658
  }
1659
1659
  .smart-progress-bar .smart-value-path {
1660
- stroke: #e9ecef;
1660
+ stroke: rgba(136, 153, 166, 0.15);
1661
1661
  }
1662
1662
 
1663
1663
  .smart-circular-progress-bar {
@@ -1666,18 +1666,18 @@ smart-tooltip .smart-tooltip-content {
1666
1666
 
1667
1667
  /* WINDOW */
1668
1668
  .smart-window {
1669
- background-color: #ffffff;
1669
+ background-color: #343a40;
1670
1670
  background-clip: padding-box;
1671
- border: 1px solid #dee2e6;
1671
+ border: 1px solid #38444d;
1672
1672
  border-radius: 0.3rem;
1673
1673
  outline: 0;
1674
1674
  }
1675
1675
  .smart-window .smart-content-container > .smart-header-section {
1676
1676
  padding: 1rem;
1677
- background-color: #ffffff;
1678
- color: #212529;
1677
+ background-color: #343a40;
1678
+ color: #ffffff;
1679
1679
  font-size: 1.25rem;
1680
- border-bottom: 1px solid #dee2e6;
1680
+ border-bottom: 1px solid #38444d;
1681
1681
  height: auto;
1682
1682
  }
1683
1683
  .smart-window .smart-content-container > .smart-header-section .smart-buttons-container .smart-button {
@@ -1704,8 +1704,8 @@ smart-tooltip .smart-tooltip-content {
1704
1704
  }
1705
1705
  .smart-window .smart-content-container > .smart-footer {
1706
1706
  padding: 1rem;
1707
- border-top: 1px solid #dee2e6;
1708
- background: #ffffff;
1707
+ border-top: 1px solid #38444d;
1708
+ background: #343a40;
1709
1709
  height: auto;
1710
1710
  min-height: auto;
1711
1711
  display: flex;
@@ -1848,7 +1848,7 @@ smart-carousel.slider .smart-arrow:hover {
1848
1848
  .jumbotron {
1849
1849
  padding: 2rem 1rem;
1850
1850
  margin-bottom: 2rem;
1851
- background-color: #e9ecef;
1851
+ background-color: #343a40;
1852
1852
  border-radius: 0.3rem;
1853
1853
  }
1854
1854
  @media (min-width: 576px) {
@@ -1979,8 +1979,8 @@ smart-carousel.slider .smart-arrow:hover {
1979
1979
  box-shadow: 0 0 0 0.2rem rgba(0, 206, 209, 0.25) !important;
1980
1980
  }
1981
1981
  .smart-list-box .smart-list-box-filter-input-container input {
1982
- background: #ffffff;
1983
- color: #212529;
1982
+ background: #15202b;
1983
+ color: #ffffff;
1984
1984
  }
1985
1985
  .smart-list-box .smart-list-items-inner-container {
1986
1986
  margin: 0 auto !important;
@@ -1997,7 +1997,7 @@ smart-carousel.slider .smart-arrow:hover {
1997
1997
  .smart-drop-down {
1998
1998
  border-width: 1px;
1999
1999
  border-style: solid !important;
2000
- border-color: rgba(0, 0, 0, 0.15) !important;
2000
+ border-color: #38444d !important;
2001
2001
  border-radius: 0.25rem;
2002
2002
  box-shadow: unset !important;
2003
2003
  }
@@ -2020,14 +2020,14 @@ smart-carousel.slider .smart-arrow:hover {
2020
2020
  }
2021
2021
 
2022
2022
  .smart-input-drop-down-menu {
2023
- --smart-border: rgba(0, 0, 0, 0.15);
2023
+ --smart-border: #38444d;
2024
2024
  padding: 0;
2025
2025
  font-size: 1rem !important;
2026
2026
  color: #212529;
2027
2027
  text-align: left;
2028
2028
  list-style: none;
2029
2029
  background-clip: padding-box;
2030
- border: 1px solid rgba(0, 0, 0, 0.15);
2030
+ border: 1px solid #38444d;
2031
2031
  border-radius: 0.25rem;
2032
2032
  box-shadow: unset !important;
2033
2033
  }
@@ -2035,8 +2035,8 @@ smart-carousel.slider .smart-arrow:hover {
2035
2035
  border-radius: 0 !important;
2036
2036
  }
2037
2037
  .smart-input-drop-down-menu ul li.active a {
2038
- background: #e9ecef !important;
2039
- color: #212529 !important;
2038
+ background: #343a40 !important;
2039
+ color: #ffffff !important;
2040
2040
  }
2041
2041
  .smart-input-drop-down-menu[animation=none] {
2042
2042
  animation: unset !important;
@@ -2065,34 +2065,34 @@ smart-carousel.slider .smart-arrow:hover {
2065
2065
  --smart-button-opacity-hover: 1;
2066
2066
  --smart-button-opacity-focus: 1;
2067
2067
  --smart-button-opacity-active: 1;
2068
- --smart-ui-state-hover: rgb(90.2703862661, 97.7929184549, 104.4796137339);
2069
- --smart-ui-state-border-hover: rgb(84.3605150215, 91.3905579399, 97.6394849785);
2070
- --smart-ui-state-active: rgb(90.2703862661, 97.7929184549, 104.4796137339);
2071
- --smart-ui-state-border-active: rgb(84.3605150215, 91.3905579399, 97.6394849785);
2072
- --smart-ui-state-focus: rgb(90.2703862661, 97.7929184549, 104.4796137339);
2073
- --smart-ui-state-border-focus: rgb(84.3605150215, 91.3905579399, 97.6394849785);
2068
+ --smart-ui-state-hover: rgb(114.1165865385, 134.2427884615, 149.6334134615);
2069
+ --smart-ui-state-border-hover: rgb(107.3990384615, 127.9134615385, 143.6009615385);
2070
+ --smart-ui-state-active: rgb(114.1165865385, 134.2427884615, 149.6334134615);
2071
+ --smart-ui-state-border-active: rgb(107.3990384615, 127.9134615385, 143.6009615385);
2072
+ --smart-ui-state-focus: rgb(114.1165865385, 134.2427884615, 149.6334134615);
2073
+ --smart-ui-state-border-focus: rgb(107.3990384615, 127.9134615385, 143.6009615385);
2074
2074
  }
2075
2075
  .smart-multi-split-button.success {
2076
2076
  --smart-button-opacity-hover: 1;
2077
2077
  --smart-button-opacity-focus: 1;
2078
2078
  --smart-button-opacity-active: 1;
2079
- --smart-ui-state-hover: rgb(32.6086956522, 136.1413043478, 56.25);
2080
- --smart-ui-state-border-hover: rgb(30.1449275362, 125.8550724638, 52);
2081
- --smart-ui-state-active: rgb(32.6086956522, 136.1413043478, 56.25);
2082
- --smart-ui-state-border-active: rgb(30.1449275362, 125.8550724638, 52);
2083
- --smart-ui-state-focus: rgb(32.6086956522, 136.1413043478, 56.25);
2084
- --smart-ui-state-border-focus: rgb(30.1449275362, 125.8550724638, 52);
2079
+ --smart-ui-state-hover: rgb(18.0492957746, 156.7007042254, 81.2218309859);
2080
+ --smart-ui-state-border-hover: rgb(16.7323943662, 145.2676056338, 75.2957746479);
2081
+ --smart-ui-state-active: rgb(18.0492957746, 156.7007042254, 81.2218309859);
2082
+ --smart-ui-state-border-active: rgb(16.7323943662, 145.2676056338, 75.2957746479);
2083
+ --smart-ui-state-focus: rgb(18.0492957746, 156.7007042254, 81.2218309859);
2084
+ --smart-ui-state-border-focus: rgb(16.7323943662, 145.2676056338, 75.2957746479);
2085
2085
  }
2086
2086
  .smart-multi-split-button.info {
2087
2087
  --smart-button-opacity-hover: 1;
2088
2088
  --smart-button-opacity-focus: 1;
2089
2089
  --smart-button-opacity-active: 1;
2090
- --smart-ui-state-hover: rgb(18.75, 132.0652173913, 150);
2091
- --smart-ui-state-border-hover: rgb(17.3333333333, 122.0869565217, 138.6666666667);
2092
- --smart-ui-state-active: rgb(18.75, 132.0652173913, 150);
2093
- --smart-ui-state-border-active: rgb(17.3333333333, 122.0869565217, 138.6666666667);
2094
- --smart-ui-state-focus: rgb(18.75, 132.0652173913, 150);
2095
- --smart-ui-state-border-focus: rgb(17.3333333333, 122.0869565217, 138.6666666667);
2090
+ --smart-ui-state-hover: rgb(102.35625, 57.9375, 173.8125);
2091
+ --smart-ui-state-border-hover: rgb(96.725, 54.75, 164.25);
2092
+ --smart-ui-state-active: rgb(102.35625, 57.9375, 173.8125);
2093
+ --smart-ui-state-border-active: rgb(96.725, 54.75, 164.25);
2094
+ --smart-ui-state-focus: rgb(102.35625, 57.9375, 173.8125);
2095
+ --smart-ui-state-border-focus: rgb(96.725, 54.75, 164.25);
2096
2096
  }
2097
2097
  .smart-multi-split-button.warning {
2098
2098
  --smart-button-opacity-hover: 1;
@@ -2109,12 +2109,12 @@ smart-carousel.slider .smart-arrow:hover {
2109
2109
  --smart-button-opacity-hover: 1;
2110
2110
  --smart-button-opacity-focus: 1;
2111
2111
  --smart-button-opacity-active: 1;
2112
- --smart-ui-state-hover: rgb(200.082278481, 34.667721519, 50.5158227848);
2113
- --smart-ui-state-border-hover: rgb(189.2151898734, 32.7848101266, 47.7721518987);
2114
- --smart-ui-state-active: rgb(200.082278481, 34.667721519, 50.5158227848);
2115
- --smart-ui-state-border-active: rgb(189.2151898734, 32.7848101266, 47.7721518987);
2116
- --smart-ui-state-focus: rgb(200.082278481, 34.667721519, 50.5158227848);
2117
- --smart-ui-state-border-focus: rgb(189.2151898734, 32.7848101266, 47.7721518987);
2112
+ --smart-ui-state-hover: rgb(194.253, 27.497, 78.943);
2113
+ --smart-ui-state-border-hover: rgb(183.084, 25.916, 74.404);
2114
+ --smart-ui-state-active: rgb(194.253, 27.497, 78.943);
2115
+ --smart-ui-state-border-active: rgb(183.084, 25.916, 74.404);
2116
+ --smart-ui-state-focus: rgb(194.253, 27.497, 78.943);
2117
+ --smart-ui-state-border-focus: rgb(183.084, 25.916, 74.404);
2118
2118
  }
2119
2119
  .smart-multi-split-button.light {
2120
2120
  --smart-button-opacity-hover: 1;
@@ -2141,8 +2141,8 @@ smart-carousel.slider .smart-arrow:hover {
2141
2141
 
2142
2142
  /* LIST MENU */
2143
2143
  .smart-list-menu input.smart-filter-input {
2144
- background: #ffffff;
2145
- color: #212529;
2144
+ background: #15202b;
2145
+ color: #ffffff;
2146
2146
  }
2147
2147
 
2148
2148
  .smart-list-menu .smart-header > smart-button,
@@ -2174,8 +2174,8 @@ smart-carousel.slider .smart-arrow:hover {
2174
2174
  position: relative;
2175
2175
  display: block;
2176
2176
  padding: 0.75rem 1.25rem;
2177
- background-color: #ffffff;
2178
- border: 1px solid rgba(0, 0, 0, 0.125);
2177
+ background-color: #15202b;
2178
+ border: 1px solid #38444d;
2179
2179
  }
2180
2180
  .smart-sortable ul li:first-child,
2181
2181
  .smart-sortable ol li:first-child {
@@ -2200,10 +2200,10 @@ smart-carousel.slider .smart-arrow:hover {
2200
2200
  border-radius: 0;
2201
2201
  }
2202
2202
  .smart-table thead th {
2203
- color: #212529;
2203
+ color: #ffffff;
2204
2204
  font-weight: bold;
2205
2205
  font-size: 1rem;
2206
- border-bottom: 2px solid #dee2e6;
2206
+ border-bottom: 2px solid #38444d;
2207
2207
  }
2208
2208
  .smart-table th.tooltip,
2209
2209
  .smart-table td.tooltip {
@@ -2219,31 +2219,31 @@ smart-carousel.slider .smart-arrow:hover {
2219
2219
  background: transparent;
2220
2220
  }
2221
2221
  .smart-tabs .smart-header .smart-tab-strip {
2222
- border-bottom: 1px solid #dee2e6;
2222
+ border-bottom: 1px solid #38444d;
2223
2223
  margin-bottom: 1rem;
2224
2224
  }
2225
2225
  .smart-tabs .smart-header .smart-tab-label-container {
2226
2226
  border-bottom-left-radius: 0;
2227
2227
  border-bottom-right-radius: 0;
2228
2228
  border: 1px solid transparent !important;
2229
- border-bottom: 1px solid #dee2e6 !important;
2229
+ border-bottom: 1px solid #38444d !important;
2230
2230
  text-transform: unset;
2231
- background: #ffffff;
2231
+ background: #15202b;
2232
2232
  margin: 0 0 -1px 0 !important;
2233
2233
  }
2234
2234
  .smart-tabs .smart-header .smart-tab-label-container .smart-tab-label-text-wrapper {
2235
2235
  color: var(--smart-primary);
2236
2236
  }
2237
2237
  .smart-tabs .smart-header .smart-tab-label-container[hover] {
2238
- border: 1px solid #dee2e6 !important;
2238
+ border: 1px solid #38444d !important;
2239
2239
  }
2240
2240
  .smart-tabs .smart-header .smart-tab-label-container.smart-tab-selected {
2241
- border: 1px solid #dee2e6 !important;
2242
- border-bottom: 1px solid #ffffff !important;
2241
+ border: 1px solid #38444d !important;
2242
+ border-bottom: 1px solid #15202b !important;
2243
2243
  background: transparent;
2244
2244
  }
2245
2245
  .smart-tabs .smart-header .smart-tab-label-container.smart-tab-selected .smart-tab-label-text-wrapper {
2246
- color: #495057;
2246
+ color: #ffffff;
2247
2247
  }
2248
2248
  .smart-tabs .smart-tabs-content-section {
2249
2249
  border: 0;
@@ -2257,7 +2257,7 @@ smart-carousel.slider .smart-arrow:hover {
2257
2257
  height: 1rem;
2258
2258
  }
2259
2259
  .smart-tabs[vertical] .smart-header .smart-tab-label-container {
2260
- border: 1px solid #dee2e6 !important;
2260
+ border: 1px solid #38444d !important;
2261
2261
  border-radius: 0;
2262
2262
  }
2263
2263
  .smart-tabs[vertical] .smart-header .smart-tab-strip {
@@ -2272,7 +2272,7 @@ smart-carousel.slider .smart-arrow:hover {
2272
2272
  line-height: unset;
2273
2273
  }
2274
2274
  .smart-grid > .smart-container .smart-grid-pager {
2275
- border-top: 1px solid #dee2e6;
2275
+ border-top: 1px solid #38444d;
2276
2276
  height: calc(var(--smart-pager-default-height) - 10px);
2277
2277
  }
2278
2278
  .smart-grid .smart-pager {
@@ -2294,10 +2294,10 @@ smart-carousel.slider .smart-arrow:hover {
2294
2294
  margin-top: 2px;
2295
2295
  }
2296
2296
  .smart-grid smart-grid-column {
2297
- background: #ffffff;
2297
+ background: #15202b;
2298
2298
  }
2299
2299
  .smart-grid smart-grid-cell[header] {
2300
- background: #ffffff;
2300
+ background: #15202b;
2301
2301
  }
2302
2302
  .smart-grid .smart-radio-button .smart-label {
2303
2303
  margin-bottom: 0;
@@ -2474,14 +2474,14 @@ smart-carousel.slider .smart-arrow:hover {
2474
2474
 
2475
2475
  /* DOCKING LAYOUT */
2476
2476
  .smart-docking-layout .smart-tabs[tab-text-orientation=vertical] .smart-header .smart-tab-label-container {
2477
- border: 1px solid #dee2e6 !important;
2477
+ border: 1px solid #38444d !important;
2478
2478
  }
2479
2479
  .smart-docking-layout .smart-tabs[tab-text-orientation=vertical] .smart-header .smart-tab-label-container:last-of-type {
2480
2480
  border-bottom-left-radius: var(--smart-item-border-bottom-left-radius);
2481
2481
  border-bottom-right-radius: var(--smart-item-border-bottom-right-radius);
2482
2482
  }
2483
2483
  .smart-docking-layout .smart-tabs[tab-text-orientation=vertical] .smart-header .smart-tab-label-container.smart-tab-selected {
2484
- border-bottom: 1px solid #dee2e6 !important;
2484
+ border-bottom: 1px solid #38444d !important;
2485
2485
  }
2486
2486
 
2487
2487
  /* CARD VIEW */
@@ -2494,9 +2494,9 @@ smart-carousel.slider .smart-arrow:hover {
2494
2494
  flex-direction: column;
2495
2495
  min-width: 0;
2496
2496
  word-wrap: break-word;
2497
- background-color: #ffffff;
2497
+ background-color: #15202b;
2498
2498
  background-clip: border-box;
2499
- border: 1px solid rgba(0, 0, 0, 0.125);
2499
+ border: 1px solid #38444d;
2500
2500
  border-radius: 0.25rem;
2501
2501
  box-shadow: unset !important;
2502
2502
  }
@@ -2521,10 +2521,10 @@ smart-carousel.slider .smart-arrow:hover {
2521
2521
  --smart-menu-default-width: auto;
2522
2522
  }
2523
2523
  .smart-menu .smart-menu-drop-down {
2524
- --smart-border: rgba(0, 0, 0, 0.15);
2524
+ --smart-border: #38444d;
2525
2525
  font-size: 1rem !important;
2526
- color: #212529;
2527
- border: 1px solid rgba(0, 0, 0, 0.15);
2526
+ color: #ffffff;
2527
+ border: 1px solid #38444d;
2528
2528
  border-radius: 0.25rem;
2529
2529
  box-shadow: unset !important;
2530
2530
  }
@@ -2532,14 +2532,14 @@ smart-carousel.slider .smart-arrow:hover {
2532
2532
  animation: unset !important;
2533
2533
  }
2534
2534
  .smart-menu[aria-orientation=horizontal] {
2535
- --smart-surface: #f8f9fa;
2535
+ --smart-surface: #343a40;
2536
2536
  --smart-surface-color: rgba(0, 0, 0, 0.9);
2537
2537
  border: 0 !important;
2538
2538
  padding: 0.5rem 1rem;
2539
2539
  }
2540
2540
  .smart-menu smart-menu-item[level="1"],
2541
2541
  .smart-menu smart-menu-items-group[level="1"] {
2542
- color: rgba(0, 0, 0, 0.5);
2542
+ color: rgba(255, 255, 255, 0.5);
2543
2543
  }
2544
2544
  .smart-menu smart-menu-item[level="1"].logo,
2545
2545
  .smart-menu smart-menu-items-group[level="1"].logo {
@@ -2566,17 +2566,17 @@ smart-carousel.slider .smart-arrow:hover {
2566
2566
  }
2567
2567
  .smart-menu smart-menu-item[level="1"].active,
2568
2568
  .smart-menu smart-menu-items-group[level="1"].active {
2569
- color: rgba(0, 0, 0, 0.9);
2569
+ color: rgba(255, 255, 255, 0.9);
2570
2570
  }
2571
2571
  .smart-menu smart-menu-item[level="1"].disabled,
2572
2572
  .smart-menu smart-menu-items-group[level="1"].disabled {
2573
- color: rgba(0, 0, 0, 0.3);
2573
+ color: rgba(255, 255, 255, 0.3);
2574
2574
  }
2575
2575
  .smart-menu smart-menu-item[level="1"][hover], .smart-menu smart-menu-item[level="1"][focus],
2576
2576
  .smart-menu smart-menu-items-group[level="1"][hover],
2577
2577
  .smart-menu smart-menu-items-group[level="1"][focus] {
2578
2578
  background: transparent;
2579
- color: rgba(0, 0, 0, 0.7);
2579
+ color: rgba(255, 255, 255, 0.7);
2580
2580
  }
2581
2581
  .smart-menu smart-menu-item[level="1"] .smart-menu-item-label-element > span,
2582
2582
  .smart-menu smart-menu-items-group[level="1"] .smart-menu-item-label-element > span {
@@ -2585,8 +2585,8 @@ smart-carousel.slider .smart-arrow:hover {
2585
2585
  .smart-menu smart-menu-item:not([level="1"])[hover], .smart-menu smart-menu-item:not([level="1"])[focus],
2586
2586
  .smart-menu smart-menu-items-group:not([level="1"])[hover],
2587
2587
  .smart-menu smart-menu-items-group:not([level="1"])[focus] {
2588
- background: #f8f9fa;
2589
- color: rgb(21.6283783784, 24.25, 26.8716216216);
2588
+ background: #495057;
2589
+ color: #ffffff;
2590
2590
  }
2591
2591
  .smart-menu smart-menu-item:not([level="1"]) .smart-menu-item-label-container,
2592
2592
  .smart-menu smart-menu-items-group:not([level="1"]) .smart-menu-item-label-container {
@@ -2594,7 +2594,7 @@ smart-carousel.slider .smart-arrow:hover {
2594
2594
  }
2595
2595
  .smart-menu smart-menu-item:not([level="1"]) .smart-menu-drop-down,
2596
2596
  .smart-menu smart-menu-items-group:not([level="1"]) .smart-menu-drop-down {
2597
- border: 1px solid rgba(0, 0, 0, 0.15) !important;
2597
+ border: 1px solid #38444d !important;
2598
2598
  }
2599
2599
  .smart-menu .smart-arrow-down {
2600
2600
  font-size: 1rem;
@@ -2875,8 +2875,8 @@ smart-password-text-box.smart-password-text-box.smart-validation-success,
2875
2875
  smart-date-time-picker.smart-date-time-picker.smart-validation-success,
2876
2876
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-success,
2877
2877
  smart-input.smart-input.smart-validation-success {
2878
- --smart-border: #28a745;
2879
- --smart-outline: #28a745;
2878
+ --smart-border: #16bf63;
2879
+ --smart-outline: #16bf63;
2880
2880
  }
2881
2881
  smart-date-input.smart-date-input.smart-validation-success[focus],
2882
2882
  smart-text-area.smart-text-area.smart-validation-success[focus],
@@ -2894,7 +2894,7 @@ smart-password-text-box.smart-password-text-box.smart-validation-success[focus],
2894
2894
  smart-date-time-picker.smart-date-time-picker.smart-validation-success[focus],
2895
2895
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-success[focus],
2896
2896
  smart-input.smart-input.smart-validation-success[focus] {
2897
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
2897
+ box-shadow: 0 0 0 0.2rem rgba(22, 191, 99, 0.25);
2898
2898
  }
2899
2899
  smart-date-input.smart-date-input.smart-validation-success .smart-input,
2900
2900
  smart-text-area.smart-text-area.smart-validation-success .smart-input,
@@ -2913,7 +2913,7 @@ smart-date-time-picker.smart-date-time-picker.smart-validation-success .smart-in
2913
2913
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-success .smart-input,
2914
2914
  smart-input.smart-input.smart-validation-success .smart-input {
2915
2915
  background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '8' height= '8' viewBox= '0 0 8 8' %3e%3cpath fill= '%2328a745' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e");
2916
- border-color: #28a745;
2916
+ border-color: #16bf63;
2917
2917
  }
2918
2918
  smart-date-input.smart-date-input.smart-validation-success.underlined[focus] .smart-hint:after,
2919
2919
  smart-text-area.smart-text-area.smart-validation-success.underlined[focus] .smart-hint:after,
@@ -2931,7 +2931,7 @@ smart-password-text-box.smart-password-text-box.smart-validation-success.underli
2931
2931
  smart-date-time-picker.smart-date-time-picker.smart-validation-success.underlined[focus] .smart-hint:after,
2932
2932
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-success.underlined[focus] .smart-hint:after,
2933
2933
  smart-input.smart-input.smart-validation-success.underlined[focus] .smart-hint:after {
2934
- background-color: #28a745;
2934
+ background-color: #16bf63;
2935
2935
  }
2936
2936
  smart-date-input.smart-date-input.smart-validation-success.underlined[focus], smart-date-input.smart-date-input.smart-validation-success.outlined[focus],
2937
2937
  smart-text-area.smart-text-area.smart-validation-success.underlined[focus],
@@ -2982,8 +2982,8 @@ smart-password-text-box.smart-password-text-box.smart-validation-error,
2982
2982
  smart-date-time-picker.smart-date-time-picker.smart-validation-error,
2983
2983
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-error,
2984
2984
  smart-input.smart-input.smart-validation-error {
2985
- --smart-border: #dc3545;
2986
- --smart-outline: #dc3545;
2985
+ --smart-border: #e0245e;
2986
+ --smart-outline: #e0245e;
2987
2987
  }
2988
2988
  smart-date-input.smart-date-input.smart-validation-error[focus],
2989
2989
  smart-text-area.smart-text-area.smart-validation-error[focus],
@@ -3001,7 +3001,7 @@ smart-password-text-box.smart-password-text-box.smart-validation-error[focus],
3001
3001
  smart-date-time-picker.smart-date-time-picker.smart-validation-error[focus],
3002
3002
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-error[focus],
3003
3003
  smart-input.smart-input.smart-validation-error[focus] {
3004
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
3004
+ box-shadow: 0 0 0 0.2rem rgba(224, 36, 94, 0.25);
3005
3005
  }
3006
3006
  smart-date-input.smart-date-input.smart-validation-error .smart-input,
3007
3007
  smart-text-area.smart-text-area.smart-validation-error .smart-input,
@@ -3020,7 +3020,7 @@ smart-date-time-picker.smart-date-time-picker.smart-validation-error .smart-inpu
3020
3020
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-error .smart-input,
3021
3021
  smart-input.smart-input.smart-validation-error .smart-input {
3022
3022
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
3023
- border-color: #dc3545;
3023
+ border-color: #e0245e;
3024
3024
  }
3025
3025
  smart-date-input.smart-date-input.smart-validation-error.underlined[focus] .smart-hint:after,
3026
3026
  smart-text-area.smart-text-area.smart-validation-error.underlined[focus] .smart-hint:after,
@@ -3038,7 +3038,7 @@ smart-password-text-box.smart-password-text-box.smart-validation-error.underline
3038
3038
  smart-date-time-picker.smart-date-time-picker.smart-validation-error.underlined[focus] .smart-hint:after,
3039
3039
  smart-multiline-text-box.smart-multiline-text-box.smart-validation-error.underlined[focus] .smart-hint:after,
3040
3040
  smart-input.smart-input.smart-validation-error.underlined[focus] .smart-hint:after {
3041
- background-color: #dc3545;
3041
+ background-color: #e0245e;
3042
3042
  }
3043
3043
  smart-date-input.smart-date-input.smart-validation-error.underlined[focus], smart-date-input.smart-date-input.smart-validation-error.outlined[focus],
3044
3044
  smart-text-area.smart-text-area.smart-validation-error.underlined[focus],
@@ -3159,13 +3159,13 @@ smart-drop-down-list.smart-drop-down-list.smart-validation-error .smart-action-b
3159
3159
  smart-color-picker.smart-color-picker.smart-validation-success,
3160
3160
  smart-combo-box.smart-combo-box.smart-validation-success,
3161
3161
  smart-drop-down-list.smart-drop-down-list.smart-validation-success {
3162
- --smart-border: #28a745;
3163
- --smart-outline: #28a745;
3162
+ --smart-border: #16bf63;
3163
+ --smart-outline: #16bf63;
3164
3164
  }
3165
3165
  smart-color-picker.smart-color-picker.smart-validation-success[focus],
3166
3166
  smart-combo-box.smart-combo-box.smart-validation-success[focus],
3167
3167
  smart-drop-down-list.smart-drop-down-list.smart-validation-success[focus] {
3168
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
3168
+ box-shadow: 0 0 0 0.2rem rgba(22, 191, 99, 0.25);
3169
3169
  }
3170
3170
  smart-color-picker.smart-color-picker.smart-validation-success .smart-action-button,
3171
3171
  smart-combo-box.smart-combo-box.smart-validation-success .smart-action-button,
@@ -3175,13 +3175,13 @@ smart-drop-down-list.smart-drop-down-list.smart-validation-success .smart-action
3175
3175
  smart-color-picker.smart-color-picker.smart-validation-error,
3176
3176
  smart-combo-box.smart-combo-box.smart-validation-error,
3177
3177
  smart-drop-down-list.smart-drop-down-list.smart-validation-error {
3178
- --smart-border: #dc3545;
3179
- --smart-outline: #dc3545;
3178
+ --smart-border: #e0245e;
3179
+ --smart-outline: #e0245e;
3180
3180
  }
3181
3181
  smart-color-picker.smart-color-picker.smart-validation-error[focus],
3182
3182
  smart-combo-box.smart-combo-box.smart-validation-error[focus],
3183
3183
  smart-drop-down-list.smart-drop-down-list.smart-validation-error[focus] {
3184
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
3184
+ box-shadow: 0 0 0 0.2rem rgba(224, 36, 94, 0.25);
3185
3185
  }
3186
3186
  smart-color-picker.smart-color-picker.smart-validation-error .smart-action-button,
3187
3187
  smart-combo-box.smart-combo-box.smart-validation-error .smart-action-button,
@@ -3191,7 +3191,7 @@ smart-drop-down-list.smart-drop-down-list.smart-validation-error .smart-action-b
3191
3191
 
3192
3192
  .smart-error-holder {
3193
3193
  background: transparent;
3194
- color: #dc3545;
3194
+ color: #e0245e;
3195
3195
  padding: 0;
3196
3196
  font-size: 80%;
3197
3197
  margin-top: 0.3rem;
@@ -3200,7 +3200,7 @@ smart-drop-down-list.smart-drop-down-list.smart-validation-error .smart-action-b
3200
3200
 
3201
3201
  .smart-success-holder {
3202
3202
  background: transparent;
3203
- color: #28a745;
3203
+ color: #16bf63;
3204
3204
  padding: 0;
3205
3205
  font-size: 80%;
3206
3206
  margin-top: 1rem;
@@ -3220,7 +3220,7 @@ smart-combo-box.smart-combo-box .smart-resize-trigger-container {
3220
3220
  }
3221
3221
 
3222
3222
  .smart-grid-column-menu {
3223
- --smart-border: rgba(0, 0, 0, 0.15);
3223
+ --smart-border: #38444d;
3224
3224
  min-width: 10rem !important;
3225
3225
  padding: 0 !important;
3226
3226
  margin: 0.325rem 0 0 !important;
@@ -3263,19 +3263,19 @@ body[theme=dark] .smart-alert.smart-alert-primary {
3263
3263
  border-color: rgb(137.6, 253.3148325359, 255);
3264
3264
  }
3265
3265
  body[theme=dark] .smart-alert.smart-alert-secondary {
3266
- color: rgb(53.6291845494, 58.0982832618, 62.0708154506);
3267
- background-color: rgb(161.1158798283, 167.8755364807, 173.8841201717);
3268
- border-color: rgb(204.8927038627, 208.5004291845, 211.7072961373);
3266
+ color: rgb(79.0302884615, 94.1259615385, 105.6697115385);
3267
+ background-color: rgb(194.3557692308, 203.0192307692, 209.6442307692);
3268
+ border-color: rgb(241.0403846154, 243.0346153846, 244.5596153846);
3269
3269
  }
3270
3270
  body[theme=dark] .smart-alert.smart-alert-success {
3271
- color: rgb(17.3333333333, 72.3666666667, 29.9);
3272
- background-color: rgb(92.8405797101, 216.1594202899, 121);
3273
- border-color: rgb(158.6724637681, 231.9275362319, 175.4);
3271
+ color: rgb(9.8845070423, 85.8154929577, 44.4802816901);
3272
+ background-color: rgb(80.1408450704, 234.8591549296, 150.6338028169);
3273
+ border-color: rgb(153.3126760563, 243.2873239437, 194.3070422535);
3274
3274
  }
3275
3275
  body[theme=dark] .smart-alert.smart-alert-info {
3276
- color: rgb(9.9666666667, 70.2, 79.7333333333);
3277
- background-color: rgb(76.3333333333, 211.3043478261, 232.6666666667);
3278
- border-color: rgb(148.8666666667, 229.0434782609, 241.7333333333);
3276
+ color: rgb(67.4425, 38.175, 114.525);
3277
+ background-color: rgb(177.95, 151.5, 220.5);
3278
+ border-color: rgb(223.51, 212.7, 240.9);
3279
3279
  }
3280
3280
  body[theme=dark] .smart-alert.smart-alert-warning {
3281
3281
  color: rgb(144.7, 108.525, 0);
@@ -3283,9 +3283,9 @@ body[theme=dark] .smart-alert.smart-alert-warning {
3283
3283
  border-color: rgb(255, 238.9, 190.6);
3284
3284
  }
3285
3285
  body[theme=dark] .smart-alert.smart-alert-error {
3286
- color: rgb(132.7063291139, 22.9936708861, 33.5050632911);
3287
- background-color: rgb(235.0632911392, 139.9367088608, 149.0506329114);
3288
- border-color: rgb(247.1139240506, 209.4860759494, 213.0911392405);
3286
+ color: rgb(125.0052, 17.6948, 50.8012);
3287
+ background-color: rgb(236.648, 125.352, 159.688);
3288
+ border-color: rgb(246.7664, 196.8336, 212.2384);
3289
3289
  }
3290
3290
  body[theme=dark] .smart-alert.smart-alert-light {
3291
3291
  color: rgb(179.575, 190.35, 201.125);
@@ -3300,14 +3300,14 @@ body[theme=dark] .smart-alert.smart-alert-dark {
3300
3300
 
3301
3301
  /* Gauge */
3302
3302
  .smart-gauge .smart-digital-display-container .smart-numeric-text-box input.smart-input {
3303
- color: #212529;
3303
+ color: #ffffff;
3304
3304
  }
3305
3305
 
3306
3306
  /* Splitter */
3307
3307
  .smart-splitter-bar {
3308
- --smart-ui-state-hover: #dee2e6;
3309
- --smart-surface: #dee2e6;
3310
- --smart-ui-state-border-hover: #dee2e6;
3308
+ --smart-ui-state-hover: #38444d;
3309
+ --smart-surface: #38444d;
3310
+ --smart-ui-state-border-hover: #38444d;
3311
3311
  }
3312
3312
 
3313
3313
  /* Tree */
@@ -3358,6 +3358,25 @@ body[theme=dark] .smart-alert.smart-alert-dark {
3358
3358
  .smart-data-view-header-drop-down .smart-formatting-panel .smart-add-new-button:hover {
3359
3359
  box-shadow: var(--smart-elevation-8);
3360
3360
  }
3361
+ .smart-data-view-header-drop-down .smart-formatting-panel .smart-add-new-button:after {
3362
+ display: flex;
3363
+ align-items: center;
3364
+ justify-content: center;
3365
+ width: 100%;
3366
+ height: 100%;
3367
+ content: var(--smart-icon-plus);
3368
+ font-family: var(--smart-font-family-icon);
3369
+ font-size: var(--smart-font-size);
3370
+ }w-header-drop-down .smart-filter-panel-items-container {
3371
+ overflow: hidden;
3372
+ line-height: 1.5;
3373
+ }
3374
+ .smart-data-view-header-drop-down .smart-formatting-panel .smart-add-new-button {
3375
+ box-shadow: var(--smart-elevation-4);
3376
+ }
3377
+ .smart-data-view-header-drop-down .smart-formatting-panel .smart-add-new-button:hover {
3378
+ box-shadow: var(--smart-elevation-8);
3379
+ }
3361
3380
  .smart-data-view-header-drop-down .smart-formatting-panel .smart-add-new-button:after {
3362
3381
  display: flex;
3363
3382
  align-items: center;