smart-webcomponents-react 25.0.0 → 25.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (215) 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/components/smart.grid.css +1 -1
  213. package/source/styles/default/scss/smart.grid.scss +5 -1
  214. package/source/styles/default/smart.grid.css +7 -3
  215. package/source/styles/smart.default.css +1 -1
@@ -26,7 +26,7 @@ smart-file-upload{display:inline-block;width:var(--smart-file-upload-default-wid
26
26
  smart-filter-panel{width:var(--smart-filter-panel-default-width);height:var(--smart-filter-panel-default-height)}smart-filter-panel.smart-element{padding:var(--smart-filter-panel-padding);border:none}.smart-filter-panel .smart-filter-panel-input:active,.smart-filter-panel .smart-filter-panel-input:focus{border-color:var(--smart-primary)}.smart-filter-panel smart-numeric-text-box.smart-filter-panel-input input{text-align:right}.smart-filter-panel smart-tree{width:100%;height:var(--smart-filter-panel-main-element-height);margin-bottom:var(--smart-filter-panel-vertical-offset)}.smart-filter-panel smart-tree.date-excel smart-tree-items-group[level="1"]>.smart-tree-item-label-container>.smart-tree-items-group-arrow,.smart-filter-panel smart-tree.standard-excel .smart-tree-items-group-arrow{visibility:hidden}.smart-filter-panel smart-tree.standard-excel smart-tree-item:not([level="1"])>.smart-tree-item-label-container{margin-left:-30px}.smart-filter-panel smart-menu-item[value=notand],.smart-filter-panel smart-menu-item[value=notor]{display:none}.smart-filter-panel .smart-filter-panel-label{margin-bottom:var(--smart-filter-panel-vertical-offset)}.smart-filter-panel .smart-filter-panel-list{width:100%;margin-bottom:var(--smart-filter-panel-vertical-offset)}.smart-filter-panel .smart-filter-panel-operator-list{width:80px;margin-bottom:var(--smart-filter-panel-vertical-offset)}.smart-filter-panel .smart-filter-panel-button-container{width:100%;min-height:33px;height:var(--smart-editor-height);display:flex;justify-content:space-around}.smart-filter-panel .smart-filter-panel-button-container>smart-button{width:80px}.smart-filter-panel .smart-filter-panel-button-container>smart-button button{padding:8px}.smart-filter-panel .smart-filter-panel-input{height:var(--smart-editor-height);width:100%;display:block;margin-bottom:var(--smart-filter-panel-vertical-offset)}.smart-filter-panel .smart-filter-panel-input.case-sensitive{width:calc(100% - 32px);display:inline-block}.smart-filter-panel[filter-type=string] .case-sensitive{display:block;margin-top:5px;margin-bottom:calc(var(--smart-filter-panel-vertical-offset) - 5px)}.smart-filter-panel span.case-sensitive.smart-icon{font-family:var(--smart-font-family-icon);font-size:16px;position:relative;margin-left:5px;padding:5px;border:1px solid transparent;border-radius:var(--smart-border-radius)}.smart-filter-panel span.case-sensitive.smart-icon.smart-icon-font-size:after{content:var(--smart-icon-fontsize)}.smart-filter-panel span.case-sensitive.smart-icon:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);border:1px solid var(--smart-ui-state-border-hover)}.smart-filter-panel span.case-sensitive.smart-icon.active,.smart-filter-panel span.case-sensitive.smart-icon:active{background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active);border:1px solid var(--smart-ui-state-border-active)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon{font-family:var(--smart-font-family-icon);margin-right:5px;font-size:16px;position:relative;left:-3px}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-contains:after{content:var(--smart-icon-contains)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-starts-with:after{content:var(--smart-icon-starts_with)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-ends-with:after{content:var(--smart-icon-ends_with)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-does-not-contain:after{content:var(--smart-icon-does_not_contain)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-equal:after{content:var(--smart-icon-equals)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-greater-than:after{content:var(--smart-icon-greater-than)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-calendar:after{content:var(--smart-icon-calendar)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-greater-than-equal:after{content:var(--smart-icon-greater-than-equal)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-less-than:after{content:var(--smart-icon-less-than)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-less-than-equal:after{content:var(--smart-icon-less-than-equal)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-equal:after{content:var(--smart-icon-not-equal)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-between:after{content:var(--smart-icon-between)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-empty:after,.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-empty:after{content:var(--smart-icon-check-empty);position:relative;top:1px}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-empty:before{content:var(--smart-icon-close);font-size:10px;left:calc(50% - 4px);top:calc(50% - 5px);position:absolute}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-null:after{content:var(--smart-icon-circle-empty)}.smart-filter-panel-list-drop-down-menu.smart-input-drop-down-menu ul li span.smart-icon.smart-icon-not-null:after{content:var(--smart-icon-circle)}.smart-filter-panel[right-to-left]{direction:rtl}.smart-filter-panel[right-to-left] smart-tree.standard-excel smart-tree-item:not([level="1"])>.smart-tree-item-label-container{margin-right:-30px;margin-left:unset}
27
27
  smart-gantt-chart{display:block;width:var(--smart-gantt-chart-default-width);height:var(--smart-gantt-chart-default-height);contain:content}.smart-gantt-chart .smart-splitter,smart-gantt-chart .smart-splitter{width:100%;height:100%;border:none;border-radius:initial}.smart-gantt-chart smart-table,smart-gantt-chart smart-table{width:100%;height:100%;--smart-table-row-height:var(--smart-gantt-chart-task-default-height);--smart-table-header-footer-height:var(--smart-gantt-chart-filter-row-height)}.smart-gantt-chart.smart-container,smart-gantt-chart>.smart-container{overflow:hidden;--smart-scroll-bar-default-height:100%;--smart-scroll-bar-default-width:100%;--smart-gantt-chart-task-timeline-content-height:calc(2 * var(--smart-gantt-chart-task-default-height));--smart-gantt-chart-task-splitter-bar-fit-size:var(--smart-gantt-chart-task-timeline-content-height);--smart-gantt-chart-resource-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-timeline-content-height) + var(--smart-gantt-chart-task-default-height));--smart-gantt-chart-baseline-size:calc(var(--smart-gantt-chart-task-default-height) / var(--smart-gantt-chart-baseline-proportion))}.smart-gantt-chart.smart-container:not(.hscroll),smart-gantt-chart>.smart-container:not(.hscroll){margin-bottom:-1px}.smart-gantt-chart.smart-container:not(.hscroll)[show-resource-panel],smart-gantt-chart>.smart-container:not(.hscroll)[show-resource-panel]{margin-bottom:-4px}.smart-gantt-chart .smart-task-splitter>.smart-resize-trigger-container,.smart-gantt-chart.smart-container .smart-splitter>.smart-resize-trigger-container,smart-gantt-chart>.smart-container .smart-splitter>.smart-resize-trigger-container{margin-bottom:-2px}.smart-gantt-chart smart-splitter{--smart-splitter-bar-size:5px}.smart-gantt-chart .smart-task-splitter smart-splitter-item>.smart-container,.smart-gantt-chart .smart-task-splitter smart-splitter-item>.smart-container>.smart-content{overflow:hidden}.smart-gantt-chart smart-splitter-bar .smart-splitter-resize-button{display:none}.smart-gantt-chart smart-scroll-viewer{width:100%;height:100%;border:none;padding:initial}.smart-gantt-chart .smart-table{--smart-table-cell-padding:var(--smart-gantt-chart-task-bar-fill-padding)}.smart-gantt-chart .smart-table.smart-task-table{--smart-table-column-header-height:calc(2 * var(--smart-gantt-chart-task-default-height) - calc(var(--smart-border-width) / 2))}.smart-gantt-chart .smart-table.smart-resource-table{--smart-table-column-header-height:calc(var(--smart-gantt-chart-task-default-height) - calc(var(--smart-border-width) / 2))}.smart-gantt-chart .smart-table>.smart-container{border:initial}.smart-gantt-chart .smart-table[hide-selection-column] tr td{background:inherit}.smart-gantt-chart .smart-table[hide-selection-column] tr[aria-selected=true] td{background:initial}.smart-gantt-chart .smart-table thead tr th,.smart-gantt-chart .smart-table thead tr th.smart-table-select-all.freeze-near,.smart-gantt-chart .smart-timeline-view-cells:empty,.smart-gantt-chart .smart-timeline-view-details:empty{background-color:var(--smart-surface);color:var(--smart-surface-color)}.smart-gantt-chart .smart-table .smart-table-virtualization-container .smart-scroll-viewer-content-container{display:block}.smart-gantt-chart .smart-table td.tree-cell>div .hierarchy-arrow::after{display:initial}.smart-gantt-chart .smart-table td div,.smart-gantt-chart .smart-table td span{line-height:inherit}.smart-gantt-chart .smart-table td.tree-cell>div div:nth-child(2){line-height:1rem}.smart-gantt-chart .smart-table thead tr th{border-bottom:var(--smart-border-width) solid var(--smart-border);font-size:var(--smart-font-size)}.smart-gantt-chart .smart-table tbody tr{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-gantt-chart .smart-table tbody tr td{line-height:100%}.smart-gantt-chart .smart-table tbody tr[unused] td{border:initial}.smart-gantt-chart .smart-table tbody tr[focus]{border-color:var(--smart-ui-state-border-focus);background-color:var(--smart-ui-state-focus);color:var(--smart-ui-state-color-focus)}.smart-gantt-chart .smart-table tbody tr[hover]{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-gantt-chart .smart-table tbody tr[aria-selected=true]{border-color:var(--smart-ui-state-border-selected);background-color:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-gantt-chart .smart-table td{border-bottom:var(--smart-border-width) solid var(--smart-border);border-top:none}.smart-gantt-chart .smart-table td[data-field=overdue]::after{font-family:var(--smart-font-family-icon);font-size:1.25em;color:var(--smart-gantt-chart-deadline-color);position:absolute;left:0;top:0;height:100%;display:flex;align-items:center;pointer-events:none;padding-left:var(--smart-table-cell-padding);padding-right:var(--smart-table-cell-padding)}.smart-gantt-chart .smart-table td[data-field=overdue][overdue]::after{content:var(--smart-gantt-chart-deadline-icon)}.smart-gantt-chart .smart-table[freeze-footer] .smart-table-container:focus td[focus]:after{height:100%}@-moz-document url-prefix(){.smart-gantt-chart .smart-table.smart-task-table{--smart-table-column-header-height:calc(2 * var(--smart-gantt-chart-task-default-height))}.smart-gantt-chart .smart-table.smart-resource-table{--smart-table-column-header-height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-table[freeze-footer] .smart-table-container:focus td[focus]:after{top:0}}.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group]{background:var(--smart-background);color:var(--smart-background-color);cursor:initial}.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox{background:var(--smart-background);color:var(--smart-background-color);cursor:initial;border-color:var(--smart-border)}.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox::after,.smart-gantt-chart[group-by-resources] .smart-table tbody tr[role=group] .selection-checkbox::before{content:initial}.smart-gantt-chart[resource-filtering] .smart-resource-splitter .smart-timeline-header::before,.smart-gantt-chart[task-filtering] .smart-task-splitter .smart-timeline-header::before,.smart-gantt-chart[task-filtering][filter-row] .smart-task-splitter .smart-timeline-header::after{content:""}.smart-gantt-chart.smart-container,.smart-gantt-chart>.smart-container{position:relative}.smart-gantt-chart.smart-container.hscroll>smart-splitter,.smart-gantt-chart>.smart-container.hscroll>smart-splitter{height:calc(100% - var(--smart-scroll-bar-size))}.smart-gantt-chart.smart-container>.smart-popup-window-modal,.smart-gantt-chart>.smart-container>.smart-popup-window-modal{position:absolute;opacity:.5;background-color:var(--smart-disabled);top:0;left:0;width:100%;min-height:100%;z-index:calc(var(--smart-editor-drop-down-z-index) - 1)}.smart-gantt-chart[paging].smart-container>smart-splitter,.smart-gantt-chart[paging]>.smart-container>smart-splitter{height:calc(100% - 48px)}.smart-gantt-chart[paging].smart-container smart-pager,.smart-gantt-chart[paging]>.smart-container smart-pager{border-bottom:0}.smart-gantt-chart[paging].smart-container.hscroll>smart-splitter,.smart-gantt-chart[paging]>.smart-container.hscroll>smart-splitter{height:calc(100% - var(--smart-scroll-bar-size) - 48px)}.smart-gantt-chart .smart-splitter>.smart-container>smart-splitter-bar>.smart-container{transform:scaleX(5);transform-origin:left}.smart-gantt-chart .smart-splitter:not([dragged]) smart-splitter-bar.smart-element{background-color:var(--smart-border)}.smart-gantt-chart .smart-splitter[orientation=horizontal]>.smart-container>smart-splitter-bar>.smart-container{transform:scaleY(2.5);transform-origin:center}.smart-gantt-chart .smart-timeline{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;text-align:center;overflow:hidden;height:100%}.smart-gantt-chart .smart-timeline[task-bar-hovered],.smart-gantt-chart .smart-timeline[task-bar-hovered] .smart-timeline-task.project .smart-timeline-task-fill,.smart-gantt-chart .smart-timeline[task-bar-hovered] .smart-timeline-task.task .smart-timeline-task-fill{cursor:e-resize}.smart-gantt-chart[task-filtering][hide-timeline-header-details] .smart-task-splitter .smart-timeline-view-cells .smart-timeline-view-cell{border-top:initial}.smart-gantt-chart[task-filtering][hide-timeline-header-details] .smart-task-splitter .smart-timeline-content-container{height:calc(100% - var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-filter-row-height))}.smart-gantt-chart[task-filtering] .smart-task-splitter .smart-timeline-content-container{height:calc(100% - 2 * var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-filter-row-height))}.smart-gantt-chart[resource-filtering] .smart-resource-splitter{--smart-splitter-bar-fit-size:calc(var(--smart-gantt-chart-resource-splitter-bar-fit-size) + var(--smart-gantt-chart-filter-row-height))}.smart-gantt-chart[task-filtering][filter-row] .smart-task-splitter .smart-timeline-header::before{content:none}.smart-gantt-chart .smart-timeline-header{position:relative;overflow:hidden;width:100%}.smart-gantt-chart .smart-timeline-header::after,.smart-gantt-chart .smart-timeline-header::before{width:100%;height:var(--smart-gantt-chart-filter-row-height);display:block;background:var(--smart-surface);border-bottom:var(--smart-border) solid var(--smart-border-width);box-sizing:border-box;position:sticky;left:0}.smart-gantt-chart .smart-timeline-header .smart-timeline-header-content{width:100%}.smart-gantt-chart .smart-timeline-content-container{width:100%;height:calc(100% - 2 * var(--smart-gantt-chart-task-default-height));position:relative;overflow:hidden}.smart-gantt-chart .smart-timeline-content{width:100%;height:100%;position:relative}.smart-gantt-chart .smart-timeline-content:empty:after{content:"No Items";height:var(--smart-gantt-chart-task-default-height);display:flex;align-items:center;justify-content:center;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-gantt-chart .smart-timeline-content .smart-timeline-task:not(.milestone)[disable-resize] .smart-task-container:after,.smart-gantt-chart .smart-timeline-content .smart-timeline-task:not(.milestone)[disable-resize]:after{content:none}.smart-gantt-chart .smart-timeline-container{display:inline-block;position:relative;width:100%;height:100%}.smart-gantt-chart .smart-timeline-scroll-bar{overflow:visible;position:relative;height:calc(var(--smart-scroll-bar-size));width:100%}.smart-gantt-chart .smart-timeline-scroll-bar:after{position:absolute;content:"";width:100%;height:var(--smart-scroll-bar-size);background:var(--smart-scroll-bar-background);left:100%;top:0}.smart-gantt-chart .smart-timeline-scroll-bar.bottom-corner{width:calc(100% - var(--smart-scroll-bar-size))}.smart-gantt-chart .smart-timeline-scroll-bar.smart-resource-scroll-bar[orientation=vertical]{height:calc(100% - var(--smart-gantt-chart-task-default-height));top:var(--smart-gantt-chart-task-default-height);z-index:1}.smart-gantt-chart .smart-timeline-scroll-bar.smart-resource-scroll-bar[orientation=vertical]:before{top:calc(-1 * var(--smart-gantt-chart-task-default-height));height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical]{position:absolute;right:0;top:calc(2 * var(--smart-gantt-chart-task-default-height));height:calc(100% - 2 * var(--smart-gantt-chart-task-default-height));width:calc(var(--smart-scroll-bar-size))}.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical]:before{position:absolute;width:100%;background:var(--smart-scroll-bar-background);content:"";left:0;top:calc(-2 * var(--smart-gantt-chart-task-default-height));height:calc(2 * var(--smart-gantt-chart-task-default-height));border:1px solid var(--smart-border);border-top:none;box-sizing:border-box}.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::after,.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::before{border-top:calc((var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid transparent;border-bottom:calc((var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid transparent}.smart-gantt-chart .smart-timeline-scroll-bar[orientation=vertical][disabled]:after{left:0;height:100%}.smart-gantt-chart[show-baseline] .smart-timeline-task{height:calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))}.smart-gantt-chart[show-baseline] .smart-timeline-task .smart-task-container{padding-bottom:calc(var(--smart-gantt-chart-task-bar-fill-padding)/ 2)}.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::after{border-left:calc((var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid var(--smart-gantt-chart-milestone-color)}.smart-gantt-chart[show-baseline] .smart-timeline-task.milestone .smart-task-container::before{left:calc(-1 * (var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2);border-right:calc((var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2) solid var(--smart-gantt-chart-milestone-color)}.smart-gantt-chart[show-baseline] .smart-task-connection-point{top:calc((var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size))/ 2)}.smart-gantt-chart[show-baseline] .smart-task-connection-point.end,.smart-gantt-chart[show-baseline] .smart-task-connection-point.start{width:calc(var(--smart-gantt-chart-task-default-height)/ 3);height:calc(var(--smart-gantt-chart-task-default-height)/ 3)}.smart-gantt-chart[show-baseline] .smart-task-connection-point.end{right:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart[show-baseline] .smart-task-connection-point.start{left:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart .smart-timeline-task{position:absolute;height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-timeline-task:empty{height:0}.smart-gantt-chart .smart-timeline-task .smart-timeline-task-progress-thumb:after{content:"";border-right:var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid transparent;border-left:var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid transparent;border-bottom:var(--smart-gantt-chart-timeline-task-progress-thumb-size) solid var(--smart-gantt-chart-task-thumb-color);box-shadow:0 1px 0 0 var(--smart-gantt-chart-task-thumb-color);position:absolute;bottom:calc(-1 * var(--smart-gantt-chart-task-bar-fill-padding)/ 2);left:calc(-1 * var(--smart-gantt-chart-timeline-task-progress-thumb-size));z-index:1}.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell:not(:first-of-type),.smart-gantt-chart .smart-timeline-view-details .smart-timeline-view-cell:not(:first-of-type){border-left-color:transparent}.smart-gantt-chart .smart-timeline-task:not(.milestone) .smart-task-container:after,.smart-gantt-chart .smart-timeline-task:not(.milestone):after{width:var(--smart-gantt-chart-timeline-task-resize-indicator-width);height:var(--smart-gantt-chart-timeline-task-resize-indicator-width);position:absolute;top:calc(50% - var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);background-color:var(--smart-gantt-chart-timeline-task-resize-indicator-color);box-shadow:0 0 0 1px var(--smart-gantt-chart-timeline-task-resize-indicator-border-color);transform:scale(0)}.smart-gantt-chart .smart-timeline-task.task .smart-timeline-task-label{color:var(--smart-gantt-chart-task-label-color)}.smart-gantt-chart .smart-timeline-task.task[selected] .smart-timeline-task-label{color:var(--smart-gantt-chart-task-label-color-selected)}.smart-gantt-chart .smart-timeline-task.project .smart-timeline-task-label{color:var(--smart-gantt-chart-project-label-color)}.smart-gantt-chart .smart-timeline-task.project[selected] .smart-timeline-task-label{color:var(--smart-gantt-chart-project-label-color-selected)}.smart-gantt-chart .smart-timeline-task.project .smart-task-segments::before{content:initial}.smart-gantt-chart .smart-timeline-task:not(.milestone){min-width:var(--smart-gantt-chart-timeline-task-min-width)}.smart-gantt-chart .smart-timeline-task:not(.milestone):after{content:"";left:calc(100% - var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);pointer-events:none}.smart-gantt-chart .smart-timeline-task:not(.milestone) .smart-task-container:after{content:"";left:calc(-1 * var(--smart-gantt-chart-timeline-task-resize-indicator-width)/ 2);pointer-events:none}.smart-gantt-chart .smart-timeline-task[selected]:not([disable-resize]) .smart-task-container::after,.smart-gantt-chart .smart-timeline-task[selected]:not([disable-resize]):after,.smart-gantt-chart .smart-timeline-task[selected]:not([resource-group]) .smart-timeline-task-progress-thumb{transform:scale(1)}.smart-gantt-chart .smart-timeline-task[selected]:not(.milestone) .smart-timeline-task-fill{box-shadow:var(--smart-elevation-2)}.smart-gantt-chart .smart-timeline-task[connection-point=end] .smart-task-connection-feedback{left:100%}.smart-gantt-chart .smart-timeline-task[disable-drag]{cursor:pointer}.smart-gantt-chart .smart-timeline-task[resource-group]{cursor:initial}.smart-gantt-chart .smart-timeline-task .smart-task-segment,.smart-gantt-chart .smart-timeline-task .smart-task-segments{width:100%;height:100%}.smart-gantt-chart .smart-timeline-task .smart-task-segments{position:relative}.smart-gantt-chart .smart-timeline-task .smart-task-segments::before{pointer-events:none;content:"";width:100%;border-bottom:var(--smart-gantt-chart-segment-link-size) dashed var(--smart-gantt-chart-segment-link-color);box-sizing:border-box;position:absolute;top:calc(50% - var(--smart-gantt-chart-segment-link-size)/ 2);left:0}.smart-gantt-chart .smart-timeline-task .smart-task-segment{position:absolute;min-width:var(--smart-gantt-chart-timeline-task-min-width)}.smart-gantt-chart .smart-timeline-task .smart-task-segment[deadline]::after{content:attr(deadline);position:absolute;height:100%;top:0;left:100%;white-space:nowrap;display:flex;align-items:center;margin-inline-start:10px;font-size:.8em;font-weight:600;pointer-events:none}.smart-gantt-chart .smart-timeline-view-cells:empty:after,.smart-gantt-chart .smart-timeline-view-details:empty:after{content:var(--smart-gantt-chart-header-placeholder)}.smart-gantt-chart .smart-timeline-task-progress{width:100%;height:100%;transform-origin:left;position:relative;pointer-events:none}.smart-gantt-chart .smart-timeline-task-progress-thumb{position:absolute;right:0;cursor:e-resize;transform:scale(0);transform-origin:left bottom}.smart-gantt-chart .smart-timeline-task-fill{width:100%;height:100%;border-radius:var(--smart-gantt-chart-task-fill-border-radius);overflow:hidden}.smart-gantt-chart .smart-timeline-task-label{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;padding:var(--smart-gantt-chart-task-label-padding);font-size:inherit;font-family:inherit;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-gantt-chart .smart-timeline-task-label>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-gantt-chart .smart-timeline-task-cells{position:relative}.smart-gantt-chart .smart-timeline-view-details{display:flex;width:100%;height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-timeline-view-details:empty{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:var(--smart-border-width) solid var(--smart-border);display:flex;justify-content:center;align-items:center}.smart-gantt-chart .smart-timeline-view-details .smart-timeline-view-cell{min-width:initial;border-top:none}.smart-gantt-chart .smart-timeline-view-details .smart-timeline-view-cell.middle{border-top:1px solid var(--smart-border);border-bottom-color:var(--smart-border)}.smart-gantt-chart .smart-timeline-view-cells{display:flex;width:100%;height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-timeline-view-cells:empty{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:var(--smart-border-width) solid var(--smart-border);display:flex;justify-content:center;align-items:center}.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell:last-of-type:after{border-right-color:transparent}.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell[weekend]{background:var(--smart-gantt-chart-timeline-weekend-color)}.smart-gantt-chart .smart-timeline-view-cells .smart-timeline-view-cell[nonworking]{background:var(--smart-gantt-chart-timeline-nonworking-color)}.smart-gantt-chart .smart-timeline-view-cells div{border-bottom-color:var(--smart-border)}.smart-gantt-chart .smart-timeline-view-cell{position:absolute;display:flex;justify-content:center;align-items:center;background-color:var(--smart-surface);color:var(--smart-surface-color);border-top:var(--smart-border-width) solid var(--smart-border);border-bottom:var(--smart-border-width) solid var(--smart-border);border-left:var(--smart-border-width) solid var(--smart-border);border-right:var(--smart-border-width) solid var(--smart-border);text-overflow:ellipsis;white-space:nowrap;padding:var(--smart-gantt-chart-task-bar-fill-padding);border-bottom-color:transparent;height:var(--smart-gantt-chart-task-default-height);min-width:var(--smart-gantt-chart-timeline-cell-min-size);width:var(--smart-gantt-chart-timeline-cell-size)}.smart-gantt-chart .smart-timeline-view-cell:first-of-type{border-left:none}.smart-gantt-chart .smart-timeline-view-cell:last-of-type{border-right:none}.smart-gantt-chart .smart-timeline-view-cell>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.smart-gantt-chart .smart-timeline-cells-container{width:100%}.smart-gantt-chart .smart-timeline-deadlines-container:empty,.smart-gantt-chart .smart-timeline-indicators-container:empty,.smart-gantt-chart .smart-timeline-markers-container:empty{display:none}.smart-gantt-chart .smart-gantt-chart-date-marker{height:100%;top:0;position:absolute;border-left:var(--smart-gantt-chart-date-marker-width) dashed var(--smart-gantt-chart-date-marker-color);width:0;pointer-events:none;background:var(--smart-gantt-chart-date-marker-background);color:var(--smart-gantt-chart-date-marker-color)}.smart-gantt-chart .smart-gantt-chart-date-marker .smart-gantt-chart-marker-label{position:sticky;top:var(--smart-gantt-chart-date-marker-v-offset);height:var(--smart-gantt-chart-date-marker-height);background:inherit;color:inherit;box-sizing:border-box;white-space:nowrap;display:inline-flex;align-items:center;border-radius:var(--smart-gantt-chart-task-fill-border-radius);padding:5px;margin-inline-start:var(--smart-gantt-chart-date-marker-h-offset)}.smart-gantt-chart .smart-gantt-chart-date-marker .smart-gantt-chart-marker-label::before{content:"";position:absolute;border-top:calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid transparent;border-bottom:calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid transparent;border-right:calc(var(--smart-gantt-chart-date-marker-height)/ 2) solid var(--smart-gantt-chart-date-marker-background);box-sizing:inherit;right:100%}.smart-gantt-chart .smart-gantt-chart-task-indicator{position:absolute;height:var(--smart-gantt-chart-task-default-height);display:flex;align-items:center;white-space:nowrap}.smart-gantt-chart .smart-gantt-chart-task-indicator.icon::before{content:var(--smart-gantt-chart-indicator-icon);font-family:var(--smart-font-family-icon);font-size:var(--smart-font-size);margin-inline-end:2.5px}.smart-gantt-chart .smart-gantt-chart-task-deadline{position:absolute;height:var(--smart-gantt-chart-task-default-height);display:inline-flex;align-items:center;justify-content:center;width:1px;pointer-events:none}.smart-gantt-chart .smart-gantt-chart-task-deadline::before{content:var(--smart-gantt-chart-deadline-icon);font-family:var(--smart-font-family-icon);font-size:1.25em;color:var(--smart-gantt-chart-deadline-color)}.smart-gantt-chart .smart-gantt-chart-task-baseline{position:absolute;background:var(--smart-gantt-chart-baseline-background);background-clip:content-box;border-top:calc(var(--smart-gantt-chart-task-bar-fill-padding)/ 2) solid transparent;border-bottom:var(--smart-gantt-chart-task-bar-fill-padding) solid transparent;height:var(--smart-gantt-chart-baseline-size);max-height:var(--smart-gantt-chart-task-default-height);transform:translateY(calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-baseline-size)));pointer-events:none}.smart-gantt-chart .smart-gantt-chart-time-indicators-container{pointer-events:none}.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-indicator{position:absolute;height:100%;width:var(--smart-gantt-chart-current-time-indicator-size);background:var(--smart-gantt-chart-current-time-indicator-background)}.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-indicator:before{position:absolute;left:calc(-1 * var(--smart-gantt-chart-current-time-indicator-arrow-size) + var(--smart-gantt-chart-current-time-indicator-size)/ 2);border-right:var(--smart-gantt-chart-current-time-indicator-arrow-size) solid transparent;border-left:var(--smart-gantt-chart-current-time-indicator-arrow-size) solid transparent;border-top:var(--smart-gantt-chart-current-time-indicator-arrow-size) solid var(--smart-gantt-chart-current-time-indicator-background)}.smart-gantt-chart .smart-gantt-chart-time-indicators-container .smart-gantt-chart-current-time-shader{position:absolute;height:100%;background:var(--smart-gantt-chart-shader-background)}.smart-gantt-chart[current-time-indicator] .smart-gantt-chart-current-time-indicator::before{content:""}.smart-gantt-chart[current-time-indicator] .smart-timeline-view-cell[current]{border-bottom:var(--smart-gantt-chart-current-time-indicator-header-size) solid var(--smart-gantt-chart-current-time-indicator-background)}.smart-gantt-chart .smart-timeline-row{display:flex;border-width:var(--smart-border-width);border-style:solid;border-top:initial;border-bottom-color:var(--smart-border);background:var(--smart-gantt-chart-timeline-task-background-color);border-left:none;border-right:none;position:absolute;left:0;width:inherit;height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart .smart-timeline-row:first-of-type{border-left-color:var(--smart-border)}.smart-gantt-chart .smart-timeline-row:last-of-type{border-right-color:var(--smart-border)}.smart-gantt-chart .smart-timeline-row[hover]{background:var(--smart-ui-state-hover)}.smart-gantt-chart .smart-timeline-row[selected]{background:var(--smart-ui-state-selected)}.smart-gantt-chart .smart-timeline-row .smart-timeline-cell{position:absolute;padding:var(--smart-gantt-chart-task-bar-fill-padding);height:100%;min-width:var(--smart-gantt-chart-timeline-cell-min-size);width:var(--smart-gantt-chart-timeline-cell-size)}.smart-gantt-chart .smart-timeline-row .smart-timeline-cell:not(:last-of-type){border-right:var(--smart-border-width) solid var(--smart-border)}.smart-gantt-chart .smart-timeline-row:not([hover]):not([selected]) .smart-timeline-cell[weekend]{background:var(--smart-gantt-chart-timeline-weekend-color)}.smart-gantt-chart .smart-timeline-row:not([hover]):not([selected]) .smart-timeline-cell[nonworking]{background:var(--smart-gantt-chart-timeline-nonworking-color)}.smart-gantt-chart .smart-resource-splitter{--smart-splitter-bar-fit-size:var(--smart-gantt-chart-resource-splitter-bar-fit-size)}.smart-gantt-chart .smart-resource-splitter .smart-timeline-content{overflow:hidden;position:relative;height:calc(100% - var(--smart-gantt-chart-task-default-height))}.smart-gantt-chart .smart-resource-splitter .smart-timeline-view-cells .smart-timeline-view-cell{border-top:none}.smart-gantt-chart .smart-resource-splitter .smart-timeline-row .smart-timeline-cell{padding:initial}.smart-gantt-chart .smart-resource-splitter-item>.smart-container>.smart-content{overflow:hidden}.smart-gantt-chart .smart-resource-splitter-item .smart-timeline-view-cells .smart-timeline-view-cell:after{height:var(--smart-gantt-chart-resource-timeline-content-height)}.smart-gantt-chart .smart-resource-splitter-item[show-header] .smart-resource-splitter{height:calc(100% - var(--smart-gantt-chart-header-height))}.smart-gantt-chart .smart-resource-splitter-item .smart-timeline-cell:first-of-type .smart-resource-timeline-view-cell{width:100%;left:0}.smart-gantt-chart .smart-resource-panel-header{width:100%;justify-content:center;align-items:center;height:var(--smart-gantt-chart-header-height);background:var(--smart-surface);border-bottom:var(--smart-border) solid var(--smart-border-width)}.smart-gantt-chart .smart-resource-panel-header:empty{display:none}.smart-gantt-chart .smart-resource-timeline-view-cell{position:absolute;background:var(--smart-gantt-chart-timeline-task-background-color);bottom:0;border:none;width:calc(100% + var(--smart-border-width));left:calc(-1 * var(--smart-border-width));height:100%;display:flex;justify-content:center;align-items:center}.smart-gantt-chart .smart-resource-timeline-view-cell:after{content:"";display:flex;justify-content:center;align-items:center;overflow:hidden;font-size:var(--smart-font-size);font-family:var(--smart-font-family-icon);box-sizing:border-box}.smart-gantt-chart .smart-task-panel-header:empty,.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-details{display:none}.smart-gantt-chart .smart-resource-timeline-view-cell[load]:after{content:attr(load);transform:scale(1) rotate(0)}.smart-gantt-chart .smart-resource-timeline-view-cell.warning[load]:after{background:var(--smart-error);color:var(--smart-error-color);border-radius:5px}.smart-gantt-chart .smart-task-container{position:relative;width:100%;height:100%;box-sizing:border-box;padding-top:var(--smart-gantt-chart-task-bar-fill-padding);padding-bottom:var(--smart-gantt-chart-task-bar-fill-padding)}.smart-gantt-chart .smart-task-panel-header{width:100%;justify-content:center;align-items:center;height:var(--smart-gantt-chart-header-height);background:var(--smart-surface)}.smart-gantt-chart .smart-task-splitter{--smart-splitter-bar-fit-size:var(--smart-gantt-chart-task-splitter-bar-fit-size)}.smart-gantt-chart .smart-task-splitter-item>.smart-container>.smart-content{overflow:hidden}.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-task-panel-header{border-bottom:var(--smart-border-width) solid var(--smart-border)}.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-task-splitter{height:calc(100% - var(--smart-gantt-chart-header-height))}.smart-gantt-chart .smart-task-splitter-item[show-header] .smart-timeline-view-details .smart-timeline-view-cell{border-top:initial}.smart-gantt-chart .smart-task-connection{cursor:pointer;position:absolute;border:var(--smart-gantt-chart-timeline-task-connection-width) var(--smart-gantt-chart-timeline-task-connection-style) var(--smart-gantt-chart-timeline-task-connection-color);top:50%}.smart-gantt-chart .smart-task-connection:after{content:"";width:100%;height:100%;border:inherit inherit transparent;position:absolute;border-width:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.smart-gantt-chart .smart-task-connection[arrow-direction]:before{content:"";position:absolute;left:calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);top:calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width));border-top:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;border-bottom:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;border-left:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color)}.smart-gantt-chart .smart-task-connection[arrow-direction=left]:before{left:calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width)/ 2 + 1px);border-right:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);border-left:none}.smart-gantt-chart .smart-task-connection[hover]{border-color:var(--smart-gantt-chart-timeline-task-connection-color-hover);box-shadow:0 0 2.5px 0 var(--smart-gantt-chart-timeline-task-connection-color)}.smart-gantt-chart .smart-task-connection[hover]:before{border-left-color:var(--smart-gantt-chart-timeline-task-connection-color-hover);border-right-color:var(--smart-gantt-chart-timeline-task-connection-color-hover)}.smart-gantt-chart .smart-task-connection-point{cursor:pointer;position:absolute;border:1px solid #A9A9A9;border-radius:50%;width:calc(var(--smart-gantt-chart-task-default-height)/ 2);height:calc(var(--smart-gantt-chart-task-default-height)/ 2);top:calc(var(--smart-gantt-chart-task-default-height)/ 2);transform:scale(0);background-color:#DEDEDE}.smart-gantt-chart .smart-task-connection-point.start{left:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5)}.smart-gantt-chart .smart-task-connection-point.end{right:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5)}.smart-gantt-chart .smart-task-connection-feedback{position:absolute;top:50%;transform-origin:left;border:var(--smart-gantt-chart-timeline-task-connection-feedback-width) var(--smart-gantt-chart-timeline-task-connection-feedback-style) var(--smart-gantt-chart-timeline-task-connection-feedback-color);z-index:1;pointer-events:none}.smart-gantt-chart .smart-task-connection-feedback:before{content:"";position:absolute;left:calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);top:calc(-1 * var(--smart-gantt-chart-timeline-task-connection-arrow-width));border-top:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;border-bottom:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) transparent;border-left:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color)}.smart-gantt-chart .milestone .smart-task-connection-feedback,.smart-gantt-chart .milestone .smart-task-container:before{left:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart .smart-task-bar-limiter{position:absolute;top:0;height:100%;width:1px}.smart-gantt-chart .smart-task-bar-limiter.min{border:var(--smart-border-width) dashed #90ee90}.smart-gantt-chart .smart-task-bar-limiter.max{border:var(--smart-border-width) dashed red}.smart-gantt-chart .smart-task-bar-limiter.max-date,.smart-gantt-chart .smart-task-bar-limiter.min-date{background-image:linear-gradient(135deg,rgba(255,0,0,.2) 25%,transparent 25%,transparent 50%,rgba(255,0,0,.2) 50%,rgba(255,0,0,.2) 75%,transparent 75%,transparent);background-size:1rem 1rem;border:1px solid #fff}.smart-gantt-chart .milestone .smart-task-container:after,.smart-gantt-chart .milestone .smart-task-container:before{border-top:calc(var(--smart-gantt-chart-task-default-height)/ 2) solid transparent;border-bottom:calc(var(--smart-gantt-chart-task-default-height)/ 2) solid transparent}.smart-gantt-chart .smart-task-bar-limiter.max-date{right:0}.smart-gantt-chart .milestone{height:var(--smart-gantt-chart-task-default-height);padding:initial}.smart-gantt-chart .milestone .smart-task-container{padding:0}.smart-gantt-chart .milestone .smart-task-container:after,.smart-gantt-chart .milestone .smart-task-container:before{content:"";position:absolute;box-sizing:border-box;top:0}.smart-gantt-chart .milestone .smart-task-container:before{border-right:calc(var(--smart-gantt-chart-task-default-height)/ 2) solid var(--smart-gantt-chart-milestone-color)}.smart-gantt-chart .milestone .smart-task-container:after{border-left:calc(var(--smart-gantt-chart-task-default-height)/ 2) solid var(--smart-gantt-chart-milestone-color)}.smart-gantt-chart .milestone .smart-task-connection-point.start{transform:translateX(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)) scale(0)}.smart-gantt-chart .milestone .smart-task-connection-point.end{transform:translateX(calc(var(--smart-gantt-chart-task-default-height)/ 2)) scale(0)}.smart-gantt-chart .milestone[connection-point=end] .smart-task-connection-feedback{left:calc(100% + var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart .milestone .smart-task-segment{min-width:initial}.smart-gantt-chart .project .smart-timeline-task-fill{background:var(--smart-gantt-chart-project-color)}.smart-gantt-chart .project .smart-timeline-task-progress{background:var(--smart-gantt-chart-project-progress-color)}.smart-gantt-chart .task .smart-timeline-task-fill{background:var(--smart-gantt-chart-task-color)}.smart-gantt-chart .task .smart-timeline-task-progress{background:var(--smart-gantt-chart-task-progress-color)}.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task.milestone .smart-task-container::after,.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task.milestone .smart-task-container::before,.smart-gantt-chart:not([disable-task-drag]) .smart-timeline-task:not([disable-drag]) .smart-task-segment:not([disable-drag]){cursor:move}.smart-gantt-chart:not([dragged]):not([resized]) .smart-timeline-task[hover]:not([resource-group]) .smart-task-connection-point,.smart-gantt-chart:not([dragged]):not([resized]) .smart-timeline-task[selected]:not([resource-group]) .smart-task-connection-point{transform:translateY(-50%) scale(1)}.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[hover] .smart-task-connection-point.start,.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[selected] .smart-task-connection-point.start{transform:translate(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 4),-50%) scale(1)}.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[hover] .smart-task-connection-point.end,.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left])[show-baseline] .smart-timeline-task.milestone[selected] .smart-task-connection-point.end{transform:translate(calc(1 * var(--smart-gantt-chart-task-default-height)/ 4),-50%) scale(1)}.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[hover] .smart-task-connection-point.start,.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[selected] .smart-task-connection-point.start{transform:translate(calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2),-50%) scale(1)}.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[hover] .smart-task-connection-point.end,.smart-gantt-chart:not([dragged]):not([resized]):not([right-to-left]) .smart-timeline-task.milestone[selected] .smart-task-connection-point.end{transform:translate(calc(1 * var(--smart-gantt-chart-task-default-height)/ 2),-50%) scale(1)}.smart-gantt-chart:not([disable-task-progress-change]) .smart-timeline-task .smart-timeline-task-progress-thumb:after{cursor:pointer}.smart-gantt-chart:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical]::before{border-right:none}.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-resource-timeline-view-cell:not([load])::after{transform:scale(0) rotate(360deg)}.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-resource-timeline-view-cell::after{height:calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-task-bar-fill-padding));width:calc(var(--smart-gantt-chart-task-default-height) - var(--smart-gantt-chart-task-bar-fill-padding));border-radius:50%;background:var(--smart-success);color:var(--smart-success-color);line-height:100%}.smart-gantt-chart:not([resource-timeline-mode=histogram]) .smart-timeline-row:first-of-type .smart-resource-timeline-view-cell{border-top:none}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell{border:var(--smart-border-width) solid var(--smart-primary);border-bottom:none;height:0;padding:0;background:rgba(var(--smart-primary-rgb),.15)}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell:after{width:100%;height:calc(var(--smart-gantt-chart-task-default-height) - 2px);bottom:0}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell:not([load]):after{content:"-"}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border:before,.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border:before{width:100%;content:"";position:absolute;height:100%;bottom:0;z-index:1}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border.warning:before,.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border.warning:before{z-index:initial;left:initial}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border{border-right:none}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-right-border:before{border-right:1px solid var(--smart-border);left:0}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border{border-left:none}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.hide-left-border:before{border-left:1px solid var(--smart-border);left:-1px}.smart-gantt-chart[inverted].smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]),.smart-gantt-chart[inverted]>.smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]),.smart-gantt-chart[right-to-left]>.smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]){left:calc(var(--smart-scroll-bar-size))}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell[load]{border-bottom:none;border-top:var(--smart-border-width) solid var(--smart-primary)}.smart-gantt-chart[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell.warning[load]::after{border-radius:initial}.smart-gantt-chart:not([animation=none]) .smart-resource-timeline-view-cell[load]:after{transition:transform .2s cubic-bezier(.4,0,.6,1),border-radius .2s cubic-bezier(.4,0,.6,1)}.smart-gantt-chart:not([animation=none])[resource-timeline-mode=histogram] .smart-resource-timeline-view-cell{transition:height .2s cubic-bezier(.4,0,.6,1)}.smart-gantt-chart:not([animation=none])[show-progress-label] .smart-timeline-task-progress::after{transition:color .2s ease-in-out}.smart-gantt-chart.smart-container.vscroll .smart-timeline,.smart-gantt-chart>.smart-container.vscroll .smart-timeline{width:calc(100% - var(--smart-scroll-bar-size))}.smart-gantt-chart[inverted] .smart-timeline-scroll-bar[orientation=vertical]{right:initial}.smart-gantt-chart[inverted] .smart-timeline-scroll-bar[orientation=vertical]:before{border-left:none}.smart-gantt-chart[inverted].smart-container.vscroll .smart-timeline,.smart-gantt-chart[inverted]>.smart-container.vscroll .smart-timeline{margin-left:var(--smart-scroll-bar-size)}.smart-gantt-chart[inverted] .smart-timeline-scroll-bar:after{width:calc(var(--smart-scroll-bar-size));left:calc(-1 * var(--smart-scroll-bar-size))}.smart-gantt-chart[hide-timeline-header-details].smart-container,.smart-gantt-chart[hide-timeline-header-details]>.smart-container{--smart-gantt-chart-task-timeline-content-height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart[hide-timeline-header-details] .smart-task-splitter-item[show-header] .smart-timeline-view-cell{border-top:none}.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-cells{height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-view-cells .smart-timeline-view-cell{border-top:initial}.smart-gantt-chart[hide-timeline-header-details] .smart-table{--smart-table-column-header-height:calc(var(--smart-gantt-chart-task-default-height) - var(--smart-border-width))}.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-content-container{height:calc(100% - var(--smart-gantt-chart-task-default-height))}.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-scroll-bar[orientation=vertical]{top:var(--smart-gantt-chart-task-default-height);height:calc(100% - var(--smart-gantt-chart-task-default-height))}.smart-gantt-chart[hide-timeline-header-details] .smart-timeline-scroll-bar[orientation=vertical]:before{top:calc(-1 * var(--smart-gantt-chart-task-default-height));height:var(--smart-gantt-chart-task-default-height)}.smart-gantt-chart[show-progress-label] .smart-timeline-task-progress[value]:after{display:flex;height:100%;content:attr(value);align-items:center;padding:var(--smart-gantt-chart-progress-label-padding);color:var(--smart-gantt-chart-task-label-color);font-weight:var(--smart-font-weight);font-size:var(--smart-font-size)}.smart-gantt-chart[show-progress-label] .project .smart-task-segment[show-progress-label] .smart-timeline-task-label,.smart-gantt-chart[show-progress-label] .task .smart-task-segment[show-progress-label] .smart-timeline-task-label{padding-left:var(--smart-gantt-chart-progress-label-width)}.smart-gantt-chart[show-progress-label] [selected] .smart-timeline-task-progress::after{color:var(--smart-gantt-chart-task-label-color-selected)}.smart-gantt-chart[show-progress-label] .project .smart-timeline-task-progress::after{color:var(--smart-gantt-chart-project-label-color)}.smart-gantt-chart[show-progress-label] .project[selected] .smart-timeline-task-progress::after{color:var(--smart-gantt-chart-project-label-color-selected)}.smart-gantt-chart[connecting-task] .smart-task-connection{pointer-events:none}.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline-task.milestone[connected] .smart-task-container::after,.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline-task.milestone[connected] .smart-task-container::before,.smart-gantt-chart[auto-schedule][auto-schedule-strict-mode] .smart-timeline:not([task-bar-hovered]) .smart-timeline-task[connected] .smart-timeline-task-fill{cursor:initial}.smart-gantt-chart[dragged],.smart-gantt-chart[resized]{touch-action:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-gantt-chart[modal]{pointer-events:none}.smart-window.smart-gantt-chart-popup-window{--smart-window-header-height:var(--smart-gantt-chart-popup-window-header-height);--smart-window-footer-height:var(--smart-gantt-chart-popup-window-footer-height);--smart-window-header-footer-padding:10px;--smart-window-default-height:auto;--smart-window-header-background:transparent;--smart-window-content-padding:10px;min-height:50px;max-width:97vw;max-height:97vh}.smart-window.smart-gantt-chart-popup-window .smart-content-container>.smart-content{align-items:initial}.smart-window.smart-gantt-chart-popup-window .smart-content-container>.smart-footer smart-button{width:100%;height:100%;--smart-button-padding:0.2rem}.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.ok{grid-area:buttonOk}.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.cancel{grid-area:buttonCancel}.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.cancel .smart-icon::after{content:var(--smart-icon-cancel)}.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.delete{grid-area:buttonDelete}.smart-window.smart-gantt-chart-popup-window .smart-popup-window-button.delete .smart-icon::after{content:var(--smart-icon-delete)}.smart-window.smart-gantt-chart-popup-window .smart-tabs{min-height:initial;height:100%;width:100%}.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-content-section,.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-header-section{border:initial}.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tabs-header-section{background:inherit}.smart-window.smart-gantt-chart-popup-window .smart-tabs .smart-tab-item>.smart-container{padding:10px}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor{display:grid;grid-column-gap:10px;grid-row-gap:10px;flex:calc(50% - 10px)}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-gantt-chart-label-container{display:flex;justify-content:space-between;align-items:center}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle{text-align:center;display:inline-flex;vertical-align:middle;cursor:pointer;letter-spacing:.08929em;overflow:hidden;border-color:var(--smart-border);border-top-left-radius:var(--smart-border-top-left-radius);border-top-right-radius:var(--smart-border-top-right-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius);border-width:var(--smart-border-width);border-style:solid;font-weight:500;padding:5px 20px;-webkit-font-smoothing:antialiased;opacity:var(--smart-button-opacity);white-space:nowrap;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle:hover{color:var(--smart-ui-state-color-hover);border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover)}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-popup-window-editor-toggle:active{color:var(--smart-ui-state-color-active);border-color:var(--smart-ui-state-border-active);background-color:var(--smart-ui-state-active)}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-date-time-picker,.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor .smart-drop-down-list{width:100%}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor>b{text-align:center}.smart-window.smart-gantt-chart-popup-window .smart-gantt-chart-popup-window-editor input{height:var(--smart-editor-height)}.smart-window.smart-task-popup-window{--smart-window-default-width:var(--smart-gantt-chart-task-popup-window-default-width)}.smart-window.smart-task-popup-window .smart-content-container>.smart-footer{display:grid;grid-template-columns:23% 23% 23% 23%;grid-column-gap:2%;grid-template-areas:"buttonOk buttonCancel . buttonDelete"}.smart-window.smart-task-popup-window .smart-content-container>.smart-footer .smart-icon{position:relative;height:100%;font-family:var(--smart-font-family-icon);font-size:18px;margin-right:2.5px}.smart-window.smart-task-popup-window .smart-popup-window-button.ok .smart-icon::after{content:var(--smart-icon-check)}.smart-window.smart-task-popup-window .smart-tab-item[value=general]>.smart-container{display:flex;grid-row-gap:10px;grid-column-gap:10px;flex-wrap:wrap}.smart-window.smart-task-popup-window .smart-tab-item .smart-table{--smart-table-column-header-height:40px;--smart-table-row-height:35px;width:100%;height:100%}.smart-window.smart-task-popup-window .smart-tab-item .smart-table th{font-weight:600}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons{display:grid;justify-content:flex-end;grid-template-columns:repeat(2,auto);grid-column-gap:5px;margin-bottom:5px}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button{--smart-button-padding:8px 16px 8px 8px;border:initial}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button button::before{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;font-family:var(--smart-font-family-icon);font-size:var(--smart-font-size);padding-right:5px}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button[action=add] button::before{content:var(--smart-icon-plus)}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-table-buttons smart-button[action=delete] button::before{content:var(--smart-icon-delete)}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-validation-message{color:var(--smart-error);font-style:italic;margin-top:5px;display:inline-flex;white-space:pre-wrap}.smart-window.smart-task-popup-window .smart-tab-item .smart-gantt-window-validation-message:empty{display:none}.smart-confirm-popup-window{--smart-window-default-width:var(--smart-gantt-chart-confirm-popup-window-default-width)}.smart-connection-popup-window{--smart-window-default-width:var(--smart-gantt-chart-connection-popup-window-default-width)}.smart-confirm-popup-window .smart-content-container>.smart-content,.smart-connection-popup-window .smart-content-container>.smart-content{justify-content:center}.smart-confirm-popup-window .smart-content-container>.smart-footer,.smart-connection-popup-window .smart-content-container>.smart-footer{display:grid;grid-template-columns:49% 49%;grid-column-gap:2%;grid-template-areas:"buttonOk buttonCancel"}@media not all and (min-resolution:0.001dpcm){.smart-confirm-popup-window .smart-content-container>.smart-footer,.smart-connection-popup-window .smart-content-container>.smart-footer{align-content:start}}.smart-confirm-popup-window .smart-gantt-chart-popup-window-editor,.smart-connection-popup-window .smart-gantt-chart-popup-window-editor{justify-items:center}.smart-gantt-chart-popup-window-editor .smart-input[disabled]{opacity:.55;cursor:default;pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.smart-gantt-chart-tooltip{--smart-tooltip-padding:10px}.smart-gantt-chart-tooltip[visible]{pointer-events:none}.smart-gantt-chart-tooltip .smart-tooltip-content{flex-direction:column;text-align:left;white-space:nowrap}.smart-gantt-chart-tooltip .smart-tooltip-content label:not(:first-of-type){margin-top:5px}.smart-gantt-chart-critical-task .smart-timeline-task-fill{background:var(--smart-error)!important}.smart-gantt-chart-critical-task .smart-timeline-task-label{color:var(--smart-error-color)!important}.smart-gantt-chart[right-to-left] .smart-timeline-task-label{direction:rtl}.smart-gantt-chart[right-to-left] .milestone .smart-task-container{direction:initial}.smart-gantt-chart[right-to-left]>.smart-container.vscroll .smart-timeline{margin-left:var(--smart-scroll-bar-size)}.smart-gantt-chart[right-to-left] .smart-timeline-view-cell{direction:rtl}.smart-gantt-chart[right-to-left] .smart-timeline-view-cell:last-of-type{border-right:var(--smart-border-width) solid var(--smart-border)}.smart-gantt-chart[right-to-left] .smart-timeline-view-cell:first-of-type{border-right:none;border-left:var(--smart-border-width) solid transparent}.smart-gantt-chart[right-to-left] .smart-timeline-row{left:initial;right:0}.smart-gantt-chart[right-to-left] .smart-timeline-scroll-bar:after,.smart-gantt-chart[right-to-left] .smart-timeline-task[connection-point=end] .smart-task-connection-feedback{right:100%;left:initial}.smart-gantt-chart[right-to-left] .smart-timeline-row .smart-timeline-cell:first-of-type{border-right:initial}.smart-gantt-chart[right-to-left] .smart-timeline-row .smart-timeline-cell:not(:first-of-type){border-right:var(--smart-border-width) solid var(--smart-border)}.smart-gantt-chart[right-to-left] .smart-timeline-scroll-bar[orientation=vertical]:after{left:calc(-1 * var(--smart-scroll-bar-size))}.smart-gantt-chart[right-to-left] .smart-task-connection-point.end{left:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);right:initial}.smart-gantt-chart[right-to-left] .smart-task-connection-point.start{right:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 1.5);left:initial}.smart-gantt-chart[right-to-left] .smart-task-connection-feedback{transform-origin:right}.smart-gantt-chart[right-to-left] .smart-task-connection-feedback:before{left:initial;right:calc(100% - var(--smart-gantt-chart-timeline-task-connection-arrow-width) + 1px);border-right:var(--smart-gantt-chart-timeline-task-connection-arrow-width) var(--smart-gantt-chart-timeline-task-connection-arrow-type) var(--smart-gantt-chart-timeline-task-connection-feedback-color);border-left:initial}.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.max-date,.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.min-date{right:var(--smart-gantt-chart-timeline-column-border-width);left:initial}.smart-gantt-chart[right-to-left] .smart-task-bar-limiter.max-date{left:0}.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-point.end{left:calc(-1 * var(--smart-gantt-chart-task-default-height) * 1.15);right:initial}.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-point.start{right:calc(-1 * var(--smart-gantt-chart-task-default-height) * 1.15);left:initial}.smart-gantt-chart[right-to-left] .milestone .smart-task-connection-feedback{right:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2);left:initial}.smart-gantt-chart[right-to-left] .milestone[connection-point=end] .smart-task-connection-feedback{right:calc(100% + var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart[right-to-left][show-baseline] .smart-task-connection-point.end{left:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart[right-to-left][show-baseline] .smart-task-connection-point.start{right:calc(-1 * var(--smart-gantt-chart-task-default-height)/ 2)}.smart-gantt-chart[right-to-left][show-baseline] .milestone .smart-task-connection-point.end{left:calc(-1 * var(--smart-gantt-chart-task-default-height) * .75)}.smart-gantt-chart[right-to-left][show-baseline] .milestone .smart-task-connection-point.start{right:calc(-1 * var(--smart-gantt-chart-task-default-height) * .75)}.smart-gantt-chart[right-to-left]:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical]{right:initial;left:0}.smart-gantt-chart[right-to-left]:not([inverted]) .smart-timeline-scroll-bar[orientation=vertical]:before{border-left:none;border-right:1px solid var(--smart-border)}.smart-gantt-chart[right-to-left][inverted]>.smart-container.vscroll .smart-timeline{margin-right:var(--smart-scroll-bar-size)}.smart-gantt-chart[right-to-left][inverted]>.smart-container.vscroll .smart-timeline-scroll-bar:not([orientation=vertical]){left:initial}.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar:after{right:calc(-1 * var(--smart-scroll-bar-size))}.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar[orientation=vertical]{right:0}.smart-gantt-chart[right-to-left][inverted] .smart-timeline-scroll-bar[orientation=vertical]:before{border-right:none;border-left:1px solid var(--smart-border)}.smart-window.smart-task-popup-window .smart-tab-item[right-to-left]>.smart-container>.smart-footer .smart-icon{margin-left:2.5px}
28
28
  smart-gauge{display:block;width:var(--smart-gauge-default-width);height:var(--smart-gauge-default-height);min-width:125px;min-height:125px;fill:var(--smart-background-color)}smart-gauge:focus{outline:0}smart-gauge.smart-element{border:none}smart-gauge[disabled]{user-select:none}smart-gauge[size-mode=auto]{min-height:initial}.smart-gauge:focus .smart-needle,.smart-gauge:focus .smart-needle-central-circle{fill:var(--smart-primary)}.smart-gauge .smart-container,.smart-gauge.smart-container{position:relative;border-radius:50%}.smart-gauge .drawContainer>svg{fill:var(--smart-gauge-label-fill-state);stroke:var(--smart-gauge-label-stroke)}.smart-gauge .smart-needle,.smart-gauge .smart-needle-central-circle{fill:var(--smart-background-color)}.smart-gauge .smart-svg-container{width:100%;height:100%;touch-action:none}.smart-gauge .smart-tick{stroke:var(--smart-border);stroke-width:1px;width:15px;pointer-events:none}.smart-gauge .smart-tick-minor{width:5px}.smart-gauge .smart-needle{width:20px;height:110px}.smart-gauge .smart-track{width:15px;stroke:var(--smart-border);stroke-width:2px;fill:var(--smart-background)}.smart-gauge .smart-value{stroke:var(--smart-ui-state-border-active);stroke-width:2px;fill:var(--smart-ui-state-active)}.smart-gauge .smart-line{stroke:var(--smart-background-color);stroke-width:5px}.smart-gauge .smart-range{width:75px;fill:#D8D8D8}.smart-gauge .smart-digital-display-container{width:100%;height:100%;position:absolute;left:0;top:0;pointer-events:none}.smart-gauge .smart-digital-display{--smart-numeric-text-box-background:transparent;--smart-numeric-text-box-text-align:center;position:absolute;display:none;width:80px;height:auto;top:75%;left:50%;transform:translate(-50%,-50%);color:#000;font-size:inherit;pointer-events:initial}.smart-gauge[dragged],.smart-gauge[dragged] .smart-label{cursor:pointer}.smart-gauge[analog-display-type=fill][ticks-position=track] .smart-tick,.smart-gauge[analog-display-type=line][ticks-position=track] .smart-tick{stroke:#F2F2F2}.smart-gauge[labels-visibility=endPoints] .smart-label-middle,.smart-gauge[ticks-visibility=major] .smart-tick-minor{visibility:hidden}.smart-gauge[show-ranges][ranges] .smart-track{opacity:0}.smart-gauge[show-unit] .smart-digital-display{--smart-numeric-text-box-text-align:right}.smart-gauge[show-unit] .smart-digital-display input.smart-input{border-right:none}.smart-gauge[digital-display] .smart-digital-display{display:inline-block}.smart-gauge[digital-display-position=top] .smart-digital-display{top:25%;transform:translate(-50%,-50%)}.smart-gauge[digital-display-position=right] .smart-digital-display{top:50%;left:70%;transform:translate(-50%,-50%)}.smart-gauge[digital-display-position=left] .smart-digital-display{top:50%;left:30%;transform:translate(-50%,-50%)}.smart-gauge[digital-display-position=center] .smart-digital-display{top:50%;transform:translate(-50%,-50%)}smart-gauge[right-to-left] .smart-label,smart-gauge[right-to-left] .smart-label-middle{direction:rtl;text-anchor:end}
29
- input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.smart-grid-footer{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-border);height:var(--smart-grid-footer-height);border-top-width:1px;border-top-style:solid}.smart-grid-group-header{min-height:var(--smart-grid-group-header-height);height:var(--smart-grid-group-header-height);overflow:hidden;position:relative;z-index:99;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--smart-border);background:var(--smart-surface);display:flex;align-items:center}.smart-grid-group-header .smart-breadcrumb{background:0 0;border:none;width:100%;--smart-breadcrumb-item-height:35px;margin-top:1px;padding:0 0 0 5px}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up,.smart-grid-column-header.smart-columns-sticky,.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator span:first-child,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section{border-bottom:1px solid var(--smart-border)}.smart-grid-group-header .smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item{border-radius:var(--smart-border-radius);margin-top:0}.smart-grid-group-header .smart-breadcrumb-item-label{display:flex;justify-content:center;align-content:center}.smart-grid-group-header .smart-breadcrumb-item-label .smart-grid-icon{font-weight:700;font-size:16px;margin-right:-10px}.smart-grid-column-group,smart-grid-column{font-size:var(--smart-grid-column-font-size,inherit);font-weight:var(--smart-grid-column-font-weight,inherit);text-overflow:ellipsis}.smart-grid-column-header.smart-columns-sticky{border-top:1px solid var(--smart-border);margin-top:-2px}.smart-grid-column-header .smart-arrow-down.smart-animate{transform:rotate(90deg);transition:transform .2s ease-out}.smart-grid-column-header .smart-arrow-down.smart-animate:after{content:var(--smart-icon-arrow-down)}.smart-grid-column-header .top-right-corner{overflow:hidden;right:0;top:0;width:calc(1px + var(--smart-scroll-bar-size));position:absolute;border-left:1px solid inherit;z-index:1}.smart-grid-column-header .top-right-corner:first-child{left:-1px;z-index:2}.smart-grid-column-header-cell-container{position:relative;z-index:1;height:100%}.smart-grid-column-header-cell-container:hover smart-grid-column[freeze][checkbox][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}.smart-grid-cell-container.far,.smart-grid-column-header-cell-container.far{border-left:var(--smart-grid-freeze-splitter-size) solid var(--smart-border)}.smart-grid-column-header-cell-container.far,.smart-grid-column-header-cell-container.near{position:absolute;z-index:6;box-sizing:content-box}.smart-grid-column-header-cell-container.near{border-right:var(--smart-grid-freeze-splitter-size) solid var(--smart-border)}.smart-grid-column-header-cell-container.far{right:0;top:0}.smart-grid-column-header-cell-container.far.vscroll{right:var(--smart-scroll-bar-size)}.smart-grid-column-header-cell-container.border-collapse.near{box-sizing:border-box;border-right:none}.smart-grid-column-header-cell-container.border-collapse.far{box-sizing:border-box;border-left:none}.smart-grid-column-group{color:var(--smart-surface-color);background:var(--smart-surface);white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute}.smart-grid-column-group.smart-grid-column-border{border-width:var(--smart-border-width);border-top-color:var(--smart-border);border-top-width:0;border-bottom-color:var(--smart-border);border-left-color:var(--smart-border);border-right-color:var(--smart-border)}.smart-grid-column-group:not(.smart-grid-column-border):after{height:var(--smart-border-width);width:100%;content:"";position:absolute;bottom:0;background:var(--smart-grid-column-horizontal-border,var(--smart-border))}.smart-grid-column-group:not(.smart-grid-column-border):after:not(.smart-grid-column-border-collapse):before{width:var(--smart-border-width);height:100%;content:"";position:absolute;top:0;left:0;background:var(--smart-grid-column-vertical-border,var(--smart-border))}.smart-grid-column-menu{position:absolute;background:var(--smart-surface);width:var(--smart-grid-column-menu-width);height:var(--smart-grid-column-menu-height);z-index:9999;box-shadow:var(--smart-elevation-8);min-height:60px;overflow:hidden}.smart-grid-column-menu smart-menu{border:none}.smart-grid-column-menu.smart-animate{transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);transform:scale(0);opacity:0;transform-origin:top left}.smart-grid-column-menu.smart-animate.smart-open-right,.smart-grid-column-menu[right-to-left].smart-animate{transform-origin:top right}.smart-grid-column-menu.smart-animate.smart-grid-download-menu{width:auto;transform:scaleY(0)}.smart-grid-column-menu smart-menu[mode=vertical]{height:100%}.smart-grid-column-menu.open.smart-animate{transform:scale(1);opacity:1}.smart-grid-column-menu .smart-grid-icon{display:inline-block}.smart-grid-column-menu .smart-filter-container{width:100%;height:auto;background:var(--smart-background)}.smart-grid-column-menu .smart-filter-container smart-filter-panel{width:100%;border:none;background:0 0}.smart-grid-column-menu .smart-filter-container .smart-filter-panel smart-tree,.smart-grid-column-menu .smart-filter-panel smart-filter-builder{height:250px}.smart-grid-filter-footer{height:var(--smart-grid-filter-footer-height)}.smart-grid-icon{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:var(--smart-grid-column-buttons-width);min-width:0;display:none}.smart-grid-icon.visible{display:inline-block!important;width:20px}.smart-grid-icon.show{display:flex!important}.smart-grid-icon.smart-icon-link:before{content:var(--smart-icon-link)}.smart-grid-icon.smart-icon-ai:before{content:"AI";font-family:var(--smart-font-family);font-weight:700;font-size:12px}.smart-grid-icon.smart-icon-cloud:before{content:var(--smart-icon-cloud)}.smart-grid-icon.smart-icon-mail:before{content:var(--smart-icon-mail)}.smart-grid-icon.smart-icon-math:before{content:var(--smart-icon-math)}.smart-grid-icon.smart-icon-user:before{content:var(--smart-icon-user)}.smart-grid-icon.smart-icon-list-ordered:before{content:var(--smart-icon-list-ordered)}.smart-grid-icon.smart-icon-list-unordered:before{content:var(--smart-icon-list-unordered)}.smart-grid-icon.smart-icon-plus:before{content:var(--smart-icon-plus)}.smart-grid-icon.smart-icon-image:before{content:var(--smart-icon-image)}.smart-grid-icon.smart-icon-plus-circled:before{content:var(--smart-icon-plus-circled)}.smart-grid-icon.smart-icon-docs:before{content:var(--smart-icon-docs)}.smart-grid-icon.smart-icon-pdf:before{content:var(--smart-icon-pdf);color:#E50012}.smart-grid-icon.smart-icon-word::before{content:var(--smart-icon-word);color:#185ABD}.smart-grid-icon.smart-icon-music::before{content:var(--smart-icon-music);color:#C5C33C}.smart-grid-icon.smart-icon-video::before{content:var(--smart-icon-video);color:#D94775}.smart-grid-icon.smart-icon-excel:before{content:var(--smart-icon-excel);color:#107C41}.smart-grid-icon.smart-icon-archive:before{content:var(--smart-icon-archive);color:#EDC949}.smart-grid-icon.smart-icon-file:before{content:var(--smart-icon-file);color:var(--smart-primary)}.smart-grid-icon.smart-icon-powerpoint:before{content:var(--smart-icon-powerpoint);color:#C43E1C}.smart-grid-icon.smart-icon-text:before{content:var(--smart-icon-text)}.smart-grid-icon.smart-icon-minus:before{content:var(--smart-icon-minus)}.smart-grid-icon.smart-icon-resize-full:before{content:var(--smart-icon-resize-full)}.smart-grid-icon.smart-icon-resize-small:before{content:var(--smart-icon-resize-small)}.smart-grid-icon.smart-icon-window-restore:before{content:var(--smart-icon-window-restore)}.smart-grid-icon.smart-icon-window-maximize:before{content:var(--smart-icon-window-maximize)}.smart-grid-icon.smart-icon-align-left:before{content:var(--smart-icon-align-left)}.smart-grid-icon.smart-icon-align-right:before{content:var(--smart-icon-align-right)}.smart-grid-icon.smart-icon-align-center:before{content:var(--smart-icon-align-center)}.smart-grid-icon.smart-icon-cancel:before{content:var(--smart-icon-cancel)}.smart-grid-icon.smart-icon-cancel-circled:before{content:var(--smart-icon-cancel-circled)}.smart-grid-icon.smart-icon-edit:before{content:var(--smart-icon-edit)}.smart-grid-icon.smart-icon-mode-edit:before{content:var(--smart-icon-mode-edit)}.smart-grid-icon.smart-icon-sort:before{content:var(--smart-icon-sort)}.smart-grid-icon.smart-icon-delete:before{content:var(--smart-icon-delete)}.smart-grid-icon.smart-icon-close:before{content:var(--smart-icon-close)}.smart-grid-icon.smart-icon-download:before{content:var(--smart-icon-download-alt)}.smart-grid-icon.smart-icon-search:before{content:var(--smart-icon-search)}.smart-grid-icon.smart-icon-history:before{content:var(--smart-icon-history)}.smart-grid-icon.smart-icon-settings:before{content:var(--smart-icon-settings)}.smart-grid-icon.smart-icon-visibility-off:before{content:var(--smart-icon-visibility-off)}.smart-grid-icon.smart-icon-visibility-on:before{content:var(--smart-icon-visibility)}.smart-grid-icon.smart-icon-add-filter:before{content:var(--smart-icon-add-filter)}.smart-grid-icon.smart-icon-duplicate:before{content:var(--smart-icon-duplicate)}.smart-grid-icon.smart-icon-check-empty:before{content:var(--smart-icon-check-empty)}.smart-grid-icon.smart-icon-check-squared:before{content:var(--smart-icon-check-squared)}.smart-grid-icon.smart-icon-check:before{content:var(--smart-icon-check)}.smart-grid-icon.smart-icon-number:before{content:"#";font-weight:700;font-style:normal;font-variant:normal;text-rendering:auto;font-family:var(--smart-font-family);-webkit-font-smoothing:antialiased;padding-left:2px}.smart-grid-icon.smart-icon-filter:before{content:var(--smart-icon-filter)}.smart-grid-icon.smart-icon-phone:before{content:var(--smart-icon-phone)}.smart-grid-icon.smart-icon-lock:before{content:var(--smart-icon-lock)}.smart-grid-icon.smart-icon-lock-open:before{content:var(--smart-icon-lock-open)}.smart-grid-icon.smart-icon-tasks:before{content:var(--smart-icon-tasks)}.smart-grid-icon.smart-icon-table-alt:before{content:var(--smart-icon-table-alt)}.smart-grid-icon.smart-icon-grid-alt:before{content:var(--smart-icon-grid-alt)}.smart-grid-icon.smart-icon-kanban:before{content:var(--smart-icon-kanban)}.smart-grid-icon.smart-icon-timeline:before{content:var(--smart-icon-timeline)}.smart-grid-icon.smart-icon-scheduler:before{content:var(--smart-icon-scheduler)}.smart-grid-icon.smart-icon-like:before{content:var(--smart-icon-like)}.smart-grid-icon.smart-icon-heart:before,smart-grid-cell[template=checkBox] .smart-input[icon][icon=heart]:after{content:var(--smart-icon-heart)}.smart-grid-icon.smart-icon-flag:before{content:var(--smart-icon-flag)}.smart-grid-icon.smart-icon-card:before{content:var(--smart-icon-card)}.smart-grid-icon.smart-icon-kanban-alt:before{content:var(--smart-icon-kanban-alt)}.smart-grid-icon.smart-icon-card-alt:before{content:var(--smart-icon-card-alt)}.smart-grid-icon.smart-icon-clock:before{content:var(--smart-icon-clock)}.smart-grid-icon.smart-icon-font:before{content:var(--smart-icon-font)}.smart-grid-icon.smart-icon-fontsize:before{content:var(--smart-icon-fontsize)}.smart-grid-icon.smart-icon-menu:before{content:var(--smart-icon-menu)}.smart-grid-icon.smart-icon-sort-down:before{content:var(--smart-icon-arrow-down)}.smart-grid-icon.smart-icon-sort-up:before{content:var(--smart-icon-arrow-up)}.smart-grid-icon.smart-icon-ellipsis:before{content:var(--smart-icon-ellipsis)}.smart-grid-icon.smart-icon-ellipsis-vert:before{content:var(--smart-icon-ellipsis);transform:rotate(90deg)}.smart-grid-icon.smart-icon-minus-squared:before{content:var(--smart-icon-minus-squared)}.smart-grid-icon.smart-icon-ok-squared:before{content:var(--smart-icon-ok-squared)}.smart-grid-icon.smart-icon-sort-name-up:before{content:var(--smart-icon-sort-name-up)}.smart-grid-icon.smart-icon-sort-name-down:before{content:var(--smart-icon-sort-name-down)}.smart-grid-icon.smart-icon-sort-alt-up:before{content:var(--smart-icon-sort-alt-up)}.smart-grid-icon.smart-icon-sort-alt-down:before{content:var(--smart-icon-sort-alt-down)}.smart-grid-icon.smart-icon-sort-number-up:before{content:var(--smart-icon-sort-number-up)}.smart-grid-icon.smart-icon-sort-number-down:before{content:var(--smart-icon-sort-number-down)}.smart-grid-icon.smart-icon-group:before{content:var(--smart-icon-group)}.smart-grid-icon.smart-icon-ungroup:before{content:var(--smart-icon-ungroup)}.smart-grid-icon.smart-icon-reload:before{content:var(--smart-icon-reload)}.smart-grid-icon.smart-icon-contains:before{content:var(--smart-icon-contains)}.smart-grid-icon.smart-icon-copy-record:before{content:var(--smart-icon-copy-record)}.smart-grid-icon.smart-icon-cut:before{content:var(--smart-icon-cut)}.smart-grid-icon.smart-icon-paste:before{content:var(--smart-icon-paste)}.smart-grid-icon.smart-icon-starts-with:before{content:var(--smart-icon-starts_with)}.smart-grid-icon.smart-icon-ends-with:before{content:var(--smart-icon-ends_with)}.smart-grid-icon.smart-icon-does-not-contain:before{content:var(--smart-icon-does_not_contain)}.smart-grid-icon.smart-icon-equals:before{content:var(--smart-icon-equals)}.smart-grid-icon.smart-icon-greater-than:before{content:var(--smart-icon-greater-than)}.smart-grid-icon.smart-icon-greater-than-equal:before{content:var(--smart-icon-greater-than-equal)}.smart-grid-icon.smart-icon-less-than:before{content:var(--smart-icon-less-than)}.smart-grid-icon.smart-icon-less-than-equal:before{content:var(--smart-icon-less-than-equal)}.smart-grid-icon.smart-icon-not-equal:before{content:var(--smart-icon-not-equal)}.smart-grid-icon.smart-icon-percentage:before{content:var(--smart-icon-percentage)}.smart-grid-icon.smart-icon-grip-vertical:before{content:var(--smart-icon-grip-vertical)}.smart-grid-icon.smart-icon-between:before{content:var(--smart-icon-between)}.smart-grid-icon.smart-icon-bold:before{content:var(--smart-icon-bold)}.smart-grid-icon.smart-icon-italic:before{content:var(--smart-icon-italic)}.smart-grid-icon.smart-icon-underline:before{content:var(--smart-icon-underline)}.smart-grid-icon.smart-icon-color-background:before{content:var(--smart-icon-color-background)}.smart-grid-icon.smart-icon-calendar:before{content:var(--smart-icon-calendar)}.smart-grid-icon.smart-icon-comment:before{content:var(--smart-icon-comment)}.smart-grid-icon.smart-icon-attention:before{content:var(--smart-icon-attention)}.smart-grid-icon.smart-icon-help-circled:before{content:var(--smart-icon-help-circled)}.smart-grid-icon.smart-icon-star:before{content:var(--smart-icon-star)}.smart-grid-icon.smart-icon-attention-circled:before{content:var(--smart-icon-attention-circled)}.smart-grid-icon.smart-icon-chart:before{content:var(--smart-icon-chart)}.smart-grid-icon.smart-icon-bell:before{content:var(--smart-icon-bell)}.smart-grid-icon.smart-icon-circle:before{content:var(--smart-icon-circle)}.smart-grid-icon.smart-icon-circle-empty:before{content:var(--smart-icon-circle-empty)}.smart-grid-icon.smart-icon-toggle-on:before{content:var(--smart-icon-toggle-on)}.smart-grid-icon.smart-icon-toggle-off:before{content:var(--smart-icon-toggle-off)}.smart-grid-icon.smart-icon-up:before{content:var(--smart-icon-up)}.smart-grid-icon.smart-icon-down:before{content:var(--smart-icon-up);transform:rotate(180deg)}.smart-grid-icon.smart-icon-right:before{content:var(--smart-icon-arrow-right)}.smart-grid-icon.smart-icon-left:before{content:var(--smart-icon-arrow-left)}.smart-grid-pager smart-pager{width:calc(100% - 10px);height:calc(100% - 10px);margin-left:2px;margin-top:5px;border:none}.smart-grid-aggregate-footer{position:absolute;bottom:0;z-index:99;height:var(--smart-grid-aggregate-footer-height);width:100%;border-top-style:solid;border-top-color:inherit;border-top-width:1px}.smart-grid-loader{margin:inherit;display:block;position:absolute;top:50%;left:50%;z-index:99;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.1);box-sizing:border-box;background-clip:padding-box;-webkit-background-clip:padding-box;border-radius:50%;width:calc(var(--smart-loader-size) + 10px);height:calc(var(--smart-loader-size) + 10px)}.smart-grid-loader:after,.smart-grid-loader:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border-style:inherit;border-color:inherit;border-top-color:inherit;border-width:6px;animation:smart-loader-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,smart-loader-spin-fade 1.1s linear infinite}.smart-grid-loader[loading-indicator-position=top]{width:var(--smart-loader-size);height:var(--smart-loader-size)}.smart-grid-loader[loading-indicator-position=top] .smart-loader-container{top:0}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container{top:-10%}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container,.smart-grid-loader[loading-indicator-position=top] .smart-loader-container{display:block;position:relative;width:100%;height:10%;background-color:var(--smart-background);overflow:hidden;animation:smart-loader-container-pop-up-down .3s linear;left:20%}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-label,.smart-grid-loader[loading-indicator-position=top] .smart-loader-label{position:absolute;display:block;top:50%;transform:translate(-50%,-50%);left:60%;font-family:inherit;font-size:inherit;vertical-align:middle;white-space:nowrap}.smart-grid-placeholder{user-select:none;text-align:center;display:flex;height:100%;min-height:50px;justify-content:center;align-items:center;background:var(--smart-background)}.smart-grid-content.auto-height .smart-grid-placeholder{height:initial}.smart-grid-content.auto-height smart-grid-cell[addNewRow]{border-right:none}.smart-grid-special-cells-container{overflow:hidden;position:absolute;width:100%;height:100%;left:0;top:0}.smart-grid-sort-animation{transition-timing-function:ease-in-out;transition-delay:0}smart-grid-row[edit] .smart-grid-cell-container.far,smart-grid-row[edit] .smart-grid-cell-container.near{z-index:99}.smart-grid-cell-container{height:100%;position:relative}.smart-grid-cell-container.far,.smart-grid-cell-container.near{position:absolute;z-index:6;box-sizing:content-box}.smart-grid-cell-container.far{right:0;top:0}.smart-grid-cell-container.far.vscroll{right:var(--smart-scroll-bar-size)}.smart-grid-cell-container.border-collapse.near{box-sizing:border-box;border-right:none}.smart-grid-cell-container.border-collapse.far{box-sizing:border-box;border-left:none}.smart-grid-cell-editor>*{display:block;width:100%;height:100%;border:none;overflow:hidden;margin:0;outline:0;background:inherit;color:inherit;border-radius:0;--smart-border-top-left-radius:0px;--smart-border-top-right-radius:0px;--smart-border-bottom-left-radius:0px;--smart-border-bottom-right-radius:0px}.smart-grid-cell-editor.smart-grid-date-time-picker-cell-editor,.smart-grid-cell-editor.smart-grid-passowrd-input-cell-editor,.smart-grid-cell-editor.smart-grid-phone-input-cell-editor{border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}.smart-grid-cell-editor.smart-grid-number-input-cell-editor{width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit;display:flex}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav{padding:0;display:flex;width:var(--smart-editor-addon-width);height:100%;flex-direction:column;color:var(--smart-surface-color);border-left:1px solid var(--smart-border);background:var(--smart-surface)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up{display:flex;height:50%;overflow:hidden;cursor:pointer;font-family:var(--smart-font-family-icon);justify-content:center;align-items:center;outline:0}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:hover,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:active,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down[active],.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:active,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up[active]{background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor,.smart-grid-cell-editor.smart-grid-input-cell-editor,.smart-grid-cell-editor.smart-grid-text-area-cell-editor{background:inherit;color:inherit;width:100%;margin:0;font-size:inherit;font-weight:inherit}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:after{content:var(--smart-icon-arrow-up)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:after{content:var(--smart-icon-arrow-down)}.smart-grid-cell-editor.smart-grid-text-area-cell-editor{display:flex;height:100%;border-radius:0;border:none;font-family:inherit}.smart-grid-cell-editor.smart-grid-input-cell-editor{height:100%;border-radius:0;border:none}.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor{height:100%!important;border-radius:0;border:none}.smart-grid-dialog-editor .attachments .smart-drop-image,.smart-grid-dialog-editor .images .smart-drop-image,smart-grid-cell .attachments .smart-drop-image,smart-grid-cell .images .smart-drop-image{margin-left:-5px}.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor div,.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor input{border-radius:0}.smart-grid-cell-editor>input[type=checkbox]{border:none;min-width:16px;height:16px;top:6px;position:relative}.smart-grid-cell-content-popup{background:var(--smart-primary)!important;color:var(--smart-primary-color)!important;border:1px solid var(--smart-primary)!important;z-index:19!important}.smart-grid-cell-content-popup-content{box-shadow:none!important;padding:6px 2px 6px 6px}.smart-grid-row-container{position:relative}.smart-grid-row-container.far,.smart-grid-row-container.near{z-index:7;position:absolute;width:100%}.smart-grid-row-container.near{border-bottom:var(--smart-grid-freeze-splitter-size) solid var(--smart-border);box-sizing:content-box}.smart-grid-row-container.far{border-top:var(--smart-grid-freeze-splitter-size) solid var(--smart-border);box-sizing:content-box;z-index:11}.smart-grid-row-drag-feedback{height:auto!important;flex-direction:column}.smart-grid-row-drag-feedback div{padding-top:3px}.smart-grid-row-drag-feedback>div{display:flex;align-items:flex-start;padding:3px;white-space:nowrap;font-family:var(--smart-font-family);font-size:8px;background-color:var(--smart-background);color:var(--smart-background-color);flex-direction:column;max-height:200px;overflow:hidden}.smart-grid-scroll-view{width:100%;height:100%;position:relative;overflow:hidden}.smart-grid-scroll-view .smart-grid-row-container.far{bottom:-2px}.smart-grid-scroll-view.has-vscroll smart-grid-row[data-id="9999999"]{box-shadow:none!important;--smart-grid-cell-header-horizontal-border:transparent;--smart-grid-cell-horizontal-border:transparent}.smart-grid-scroll-view.vscroll,.smart-grid-scroll-view.vscroll .smart-grid-row-container.far,.smart-grid-scroll-view.vscroll .smart-grid-row-container.near{width:calc(100% - var(--smart-scroll-bar-size))}.smart-grid-scroll-view.hscroll .smart-grid-row-container.far{bottom:calc(-2px + var(--smart-scroll-bar-size))}.smart-grid-summary-row-cell{background:var(--smart-surface)!important;color:var(--smart-surface-color)!important;border-color:var(--smart-border)!important;opacity:1!important}.smart-grid-summary-row-cell button{display:none}.smart-grid-summary-row-cell .summary-value{font-size:11px;opacity:.75;height:calc(100% - 2px);display:flex;justify-content:flex-end;align-items:center;width:100%}.smart-grid-summary-row-cell .summary-value .summary-value-part{transition:transform cubic-bezier(.4,0,.2,1) .2s}.smart-grid-summary-row-cell .summary-value .summary-value-part:hover{transform:scale(1.2)}.smart-grid-summary-row-cell .summary-value .smart-arrow-down,.smart-grid-summary-row-cell .summary-value .smart-summary-placeholder{opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.smart-grid-summary-row-cell .summary-value[has-summary] .smart-arrow-down,.smart-grid-summary-row-cell .summary-value[has-summary] .smart-summary-placeholder{display:inherit;opacity:.7}.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-arrow-down,.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-summary-placeholder,.smart-grid-summary-row-cell .summary-value:hover .smart-arrow-down,.smart-grid-summary-row-cell .summary-value:hover .smart-summary-placeholder{opacity:1}.smart-grid-summary-row-cell .summary-value .label{margin-top:-3px}.smart-grid-summary-row-cell::before{display:none}.smart-grid-resize-mode{overflow:visible}.smart-grid-dialog-editor.add-column{display:flex;height:30px;align-items:center;margin-bottom:10px}.smart-grid-dialog-editor.radio-group{height:auto}.smart-grid-dialog-add-column{max-height:700px}.smart-grid-dialog-add-column .smart-footer{background:var(--smart-background)!important}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field{width:100%}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field:focus{outline:0}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field:focus .smart-input{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input{border-radius:50%!important;margin-right:10px}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input:after{content:""!important}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input[checked]:after{content:var(--smart-icon-radio)!important}.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field{display:flex;align-items:center;margin-bottom:5px}.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field .smart-grid-dialog-editor{margin-bottom:initial;margin-right:10px}.smart-grid-dialog-editor[template=colorInput]{border:none!important}.smart-grid-dialog-editor[template=colorInput] smart-color-input{border:1px solid var(--smart-border)}.smart-grid-dialog-editor[template=rating]{border:none!important}.smart-grid-dialog-editor[template=rating] .rating{display:flex}.smart-grid-dialog-editor[template=rating] .rating div{color:#DFDFDF}.smart-grid-dialog-editor[template=rating] .rating div.hover,.smart-grid-dialog-editor[template=rating] .rating div:hover{color:#FFBA05;opacity:.5}.smart-grid-dialog-editor[template=rating] .rating div.value{visibility:inherit;color:#FFBA05!important;opacity:1!important}.smart-grid-dialog-editor[template=rating] .rating:hover div{visibility:inherit}.smart-grid-dialog-editor .attachments,.smart-grid-dialog-editor .images{display:grid;grid-template-columns:1fr auto auto;height:100%}.smart-grid-dialog-editor .attachments .container,.smart-grid-dialog-editor .attachments .file-container,.smart-grid-dialog-editor .images .container,.smart-grid-dialog-editor .images .file-container{display:flex;height:calc(100% - 3px);align-items:center;padding-left:5px}.smart-grid-dialog-editor .attachments .smart-drop-image::after,.smart-grid-dialog-editor .images .smart-drop-image::after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-download-alt);margin-left:5px}.smart-grid-dialog-editor .attachments .arrowbtn,.smart-grid-dialog-editor .images .arrowbtn{width:15px;background:var(--smart-surface)}.smart-grid-dialog-editor .attachments .arrowbtn:hover,.smart-grid-dialog-editor .images .arrowbtn:hover{cursor:pointer;background:var(--smart-primary);color:var(--smart-primary-color)}.smart-grid-dialog-editor .attachments .attachment,.smart-grid-dialog-editor .attachments img,.smart-grid-dialog-editor .images .attachment,.smart-grid-dialog-editor .images img{height:23px;width:23px;border:1px solid var(--smart-border);margin-right:3px;border-radius:var(--smart-border-radius)}.smart-grid-dialog-editor .attachments .attachment:hover,.smart-grid-dialog-editor .attachments img:hover,.smart-grid-dialog-editor .images .attachment:hover,.smart-grid-dialog-editor .images img:hover{cursor:pointer;border-color:var(--smart-primary)}.smart-grid-image-dialog{width:500px!important;min-height:400px!important;background:var(--smart-background)}.smart-grid-image-dialog .smart-header{display:flex;justify-content:center;align-items:center}.smart-grid-image-dialog .tabs{width:100%;height:30px;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;margin-bottom:5px}.smart-grid-image-dialog .tabs .tab{width:50%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--smart-background-color);cursor:pointer}.smart-grid-image-dialog .tabs .tab label{cursor:pointer}.smart-grid-image-dialog .tabs .tab.active{color:var(--smart-primary);border-bottom:2px solid var(--smart-primary);font-weight:700}.smart-grid-image-dialog .preview{margin-top:10px}.smart-grid-image-dialog .preview p{font-size:10px;text-align:center}.smart-grid-image-dialog .preview .smart-icon-delete{margin:5px}.smart-grid-image-dialog .preview .smart-icon-delete:hover{color:var(--smart-primary)}.smart-grid-image-dialog .preview .list{max-height:100px;max-width:500px;overflow:auto;display:flex;flex-direction:row}.smart-grid-image-dialog .preview .list .item{display:flex;align-items:center;flex-direction:column;font-size:10px;color:var(--smart-background-color);max-width:100px;margin-right:10px;overflow:hidden;min-width:60px}.smart-grid-image-dialog .preview .list .item:after{font-family:var(--smart-font-family-icon);width:16px;height:16px;content:var(--smart-icon-close);cursor:pointer}.smart-grid-image-dialog .preview .list .item .attachment,.smart-grid-image-dialog .preview .list .item img{width:50px;height:50px;min-height:50px;border:2px solid transparent}.smart-grid-image-dialog .preview .list .item .attachment:hover,.smart-grid-image-dialog .preview .list .item img:hover{border:2px solid var(--smart-primary);border-radius:var(--smart-border-radius);cursor:pointer}.smart-grid-image-dialog .preview .list .item div{text-overflow:ellipsis;text-align:center}.smart-grid-image-dialog .url-zone{display:flex;justify-content:center;align-items:center;flex-direction:column;height:220px}.smart-grid-image-dialog .url-zone .upload{display:flex;flex-direction:column}.smart-grid-image-dialog .url-zone .url-title{margin-top:10px;font-size:10px;color:var(--smart-background-color)}.smart-grid-image-dialog .url-zone .smart-input{text-align:center}.smart-grid-image-dialog .smart-grid-drop-zone,.smart-grid-image-dialog .smart-grid-file-zone{border:2px dashed rgba(0,0,0,.1);border-radius:6px;height:220px;background:var(--smart-background);display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease-out;flex-direction:column;outline:0}.smart-grid-image-dialog .smart-grid-drop-zone .title,.smart-grid-image-dialog .smart-grid-file-zone .title{cursor:pointer;font-size:20px;font-weight:500;height:50px;display:flex;align-items:center;flex-direction:column;margin-top:20px}.smart-grid-image-dialog .smart-grid-drop-zone .title .smart-grid-icon,.smart-grid-image-dialog .smart-grid-file-zone .title .smart-grid-icon{font-size:24px;margin-bottom:5px;color:var(--smart-primary)}.smart-grid-image-dialog .smart-grid-drop-zone .subtitle,.smart-grid-image-dialog .smart-grid-file-zone .subtitle{margin-top:20px;margin-bottom:20px;display:flex;align-items:center;color:var(--smart-background-color)}.smart-grid-image-dialog .smart-grid-drop-zone.smart-grid-file-zone,.smart-grid-image-dialog .smart-grid-file-zone.smart-grid-file-zone{justify-content:space-between}.smart-grid-image-dialog .smart-grid-drop-zone .files,.smart-grid-image-dialog .smart-grid-file-zone .files{overflow:auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;padding:10px;font-family:var(--smart-font-family);font-size:var(--smart-font-size)}.smart-grid-image-dialog .smart-grid-drop-zone .files .item,.smart-grid-image-dialog .smart-grid-file-zone .files .item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:2px}.smart-grid-image-dialog .smart-grid-drop-zone .files .item img,.smart-grid-image-dialog .smart-grid-file-zone .files .item img{width:24px;height:24px}.smart-grid-dialog-overlay,.smart-grid-overlay{opacity:.1;width:100%;height:100%;left:0;top:0;position:absolute}.smart-grid-image-dialog .smart-grid-drop-zone .files .item.active,.smart-grid-image-dialog .smart-grid-file-zone .files .item.active{background:var(--smart-ui-state-selected);border:1px solid var(--smart-ui-state-border-selected)}.smart-grid-dialog-overlay{z-index:100;background:#333}.smart-grid-overlay{z-index:100;background:0 0}.smart-grid-slider-dialog,.smart-grid-text-area-dialog{z-index:9999;position:absolute;min-width:160px;min-height:140px;font-size:var(--smart-font-size);font-family:var(--smart-font-family);background:var(--smart-background);border:none;box-shadow:0 0 0 3px var(--smart-primary)!important;border-radius:1px;color:var(--smart-background-color);box-sizing:border-box;overflow:visible}.smart-grid-slider-dialog.open,.smart-grid-text-area-dialog.open{box-shadow:var(--smart-elevation-8)!important}.smart-grid-slider-dialog.smart-grid-slider-dialog,.smart-grid-text-area-dialog.smart-grid-slider-dialog{min-height:60px;max-width:200px;transform:rotate(-90deg)}.smart-grid-slider-dialog .smart-grid-text-area-resizer,.smart-grid-text-area-dialog .smart-grid-text-area-resizer{position:absolute;background:var(--smart-primary);color:var(--smart-primary-color);height:20px;width:20px;font-size:12px;right:-10px;top:-15px;border-radius:50%;z-index:9}.smart-grid-slider-dialog .smart-grid-slider-container,.smart-grid-slider-dialog .smart-grid-text-area-container,.smart-grid-text-area-dialog .smart-grid-slider-container,.smart-grid-text-area-dialog .smart-grid-text-area-container{width:100%;height:100%;overflow:hidden}.smart-grid-slider-dialog .smart-grid-slider-container,.smart-grid-text-area-dialog .smart-grid-slider-container{height:100%;position:absolute;display:flex;padding:6px;box-sizing:border-box}.smart-grid-slider-dialog smart-text-area,.smart-grid-slider-dialog textarea,.smart-grid-text-area-dialog smart-text-area,.smart-grid-text-area-dialog textarea{min-height:180px;width:100%;height:180px;box-sizing:border-box;border:none;background:inherit;outline:0;resize:none;color:inherit}.smart-grid-cell-notification,.smart-grid-validation-error{border-radius:var(--smart-border-radius);width:auto;height:auto;position:absolute;z-index:99}.smart-grid-cell-notification{background:var(--smart-primary);color:var(--smart-primary-color);padding:7px}.smart-grid-validation-error{background:var(--smart-error);color:var(--smart-error-color);padding:7px}.smart-selection-overlay{position:absolute;border:2px solid var(--smart-primary);z-index:10}.smart-selection-overlay-content{background:var(--smart-ui-state-selected);opacity:.2;width:100%;height:100%}.smart-selection-overlay-content:after{cursor:move;content:"";height:4px;width:calc(100% - 10px);position:absolute;bottom:0}.smart-selection-overlay-border-content{border:0 solid var(--smart-background);width:100%;height:100%}.smart-selection-overlay-border-content.handle:after{border:1px solid var(--smart-background);content:"";background:var(--smart-primary);width:4px;height:4px;position:absolute;right:-4px;bottom:-4px;cursor:crosshair}.smart-input-overlay{background:var(--smart-ui-state-active);position:absolute;border-radius:100%;opacity:0;transform:scale(0);z-index:9;cursor:pointer}.smart-input-overlay.smart-animate{transition:transform .25s ease-in-out,opacity .25s ease-in-out}.smart-input-overlay-on{opacity:.3;transform:scale(1)}.smart-window.smart-grid-popup{transition:opacity .2s,transform .2s ease-out;opacity:0;font-family:var(--smart-font-family);font-size:var(--smart-font-size);transform:scaleY(0)!important;transform-origin:top!important;--smart-window-content-padding:0px;--smart-window-header-height:0px;box-shadow:none;border-radius:0}.smart-window.smart-grid-popup.open{transform:scale(1)!important;opacity:1}.smart-window.smart-grid-dialog{transition:opacity .2s,transform .2s ease-out;transform:scale(0);opacity:0;font-family:var(--smart-font-family);font-size:var(--smart-font-size)}.smart-window.smart-grid-dialog.maximized{box-shadow:none!important;cursor:default!important}.smart-window.smart-grid-dialog.maximized .smart-header-section{cursor:default!important}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator{display:grid;margin-top:10px;margin-bottom:10px;align-items:center;grid-template-columns:1fr auto 1fr}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator .toggle-button{margin-left:10px;margin-right:10px;cursor:pointer}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator .toggle-button:hover{color:var(--smart-primary)}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator span:last-child{border-top:1px solid var(--smart-border)}.smart-window.smart-grid-dialog[mobile]{left:0!important;top:0!important;width:100%!important;height:100%!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column,.smart-window.smart-grid-dialog.smart-grid-dialog-description{transform:scaleY(0)!important;transform-origin:top!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column.view,.smart-window.smart-grid-dialog.smart-grid-dialog-description.view{transform-origin:unset!important;transform:scale(0)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column .smart-header-notes,.smart-window.smart-grid-dialog.smart-grid-dialog-description .smart-header-notes{margin-bottom:10px;display:block}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column.center,.smart-window.smart-grid-dialog.smart-grid-dialog-description.center{transform:scale(0);transform-origin:unset}.smart-window.smart-grid-dialog.smart-grid-dialog-summary{transform:scaleY(0);transform-origin:bottom;--smart-window-content-padding:0px;box-shadow:none;border-radius:0}.smart-window.smart-grid-dialog.smart-grid-dialog.disable-animation{transition:none}.smart-window.smart-grid-dialog.smart-grid-side-panel{transform-origin:top right!important;transform:scaleX(0)!important}.smart-window.smart-grid-dialog.smart-grid-side-panel.open{transform:scaleX(1)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row{width:750px!important;height:500px!important;--smart-window-content-padding:0px}@media screen and (min-width:1128px){.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row{width:1100px!important;height:750px!important}}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel{transform-origin:top right!important;transform:scaleX(0)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel.collapsed{width:450px!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel.open{transform:scaleX(1)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section span{margin-left:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-footer,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section{background:var(--smart-background)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row[mobile]{width:100%!important;height:100%!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info{display:grid;grid-template-columns:25px 1fr 25px;padding:5px 0;line-height:normal}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info.header{display:flex;flex-direction:row;justify-content:space-between;font-weight:700;font-size:calc(var(--smart-font-size) + 1px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs{width:100%;height:30px;overflow:hidden;background:var(--smart-background);transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;margin-bottom:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab{padding:4px 10px;display:flex;align-items:center;justify-content:center;color:var(--smart-surface-color);cursor:pointer;white-space:nowrap;position:relative}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab:hover{color:var(--smart-primary);border-bottom-color:var(--smart-primary)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab.active{border-bottom:2px solid var(--smart-surface-color)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-content-container{width:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-prev-button:after{content:var(--smart-icon-arrow-up)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button{margin-right:5px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button:after{content:var(--smart-icon-arrow-down)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row [editor]:not([template=checkBox]){width:auto;max-width:initial}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout{display:block;height:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container{pointer-events:none;cursor:default;background:var(--smart-background);border:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .arrow,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .down,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .smart-drop-down-button-icon,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .up,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .arrow,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .down,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-drop-down-button-icon,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .up{opacity:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor{background:var(--smart-background);--smart-surface:var(--smart-background);pointer-events:none;border:none;border-bottom:1px solid var(--smart-border)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image]{pointer-events:initial;height:100px;border:none;background:initial}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-grid-cell-editor>div{display:block!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .attachment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] img{width:95px;height:95px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-drop-image,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-grid-icon.smart-icon-plus{display:none!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout{display:grid;grid-template-columns:1fr 340px;grid-template-areas:"content sidebar" "footer sidebar";height:100%;grid-template-rows:1fr 45px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile]{display:flex;flex-direction:column}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile] .smart-grid-edit-dialog-activity-container{position:absolute;top:45px;width:90%;height:calc(100% - 45px);right:0;box-shadow:var(--smart-elevation-8)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile] .smart-grid-edit-dialog-editors-container{height:calc(100% - 45px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout.hide-activity{grid-template-columns:1fr}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout.hide-activity .smart-grid-edit-dialog-activity-container{display:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer{grid-area:footer;display:flex;padding-inline-start:20px;padding-inline-end:10px;justify-content:space-between;align-items:center;flex-direction:row-reverse}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer .smart-button{display:flex;align-items:center;height:30px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer .smart-button.primary{margin-right:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container{padding:20px;overflow:auto;grid-area:content;display:grid}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container.many{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1rem}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container{background:var(--smart-surface);border-left:1px solid var(--smart-border);overflow:hidden;grid-area:sidebar}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container>div{height:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-grid-edit-dialog-row{height:100%;display:grid;grid-template-rows:40px 40px 40px 40px 40px 1fr}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-user{position:relative;top:10px;left:-3px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon{height:30px;width:30px;border-radius:50%;background-size:cover;background-position:center}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon.image:after{content:""}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon:after{content:var(--smart-icon-user);font-family:var(--smart-font-family-icon);width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:24px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-header{white-space:nowrap}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-tab{height:calc(100% - 35px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout{display:grid;grid-template-rows:1fr auto;flex-direction:column;padding:3px;height:calc(100% - 10px);overflow-x:hidden;overflow-y:auto}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .no-comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .no-comments{display:flex;position:absolute;width:100%;height:100%;align-items:center;justify-content:center}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .no-comments span,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .no-comments span{text-align:center;padding:20px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row{display:grid;grid-template-columns:30px 1fr;grid-column-gap:var(--smart-data-view-padding);margin:var(--smart-data-view-padding)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-header{display:grid;opacity:.75;grid-template-columns:1fr auto auto auto;grid-column-gap:calc(var(--smart-data-view-padding)/ 2);margin-bottom:var(--smart-data-view-padding)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body{padding:.625rem .75rem;border-radius:var(--smart-border-radius);background:var(--smart-background);box-shadow:var(--smart-elevation-1);overflow:hidden;overflow-wrap:break-word;display:inline-block;margin:2px;max-width:220px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body .detail{margin-top:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body.edit{min-width:200px;min-height:50px;box-shadow:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body.edit .smart-text-area{width:100%;height:100%;border-radius:0;background:var(--smart-background);color:var(--smart-background-color);border:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button{cursor:pointer;opacity:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button:after{content:var(--smart-icon-delete);display:flex;align-items:center;justify-content:center;height:100%;font-family:var(--smart-font-family-icon);cursor:pointer}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button.edit-button:after{content:var(--smart-icon-mode-edit)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button.enabled{visibility:visible}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row:hover .remove-button{opacity:1}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history{overflow-y:auto;overflow-x:hidden;min-height:180px;max-height:600px;position:relative}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer{height:45px;display:flex;padding:5px;box-sizing:border-box;transition:height cubic-bezier(.4,0,.2,1) .2s}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer.focus,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer.focus{height:70px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer smart-text-area{width:100%;height:100%;border-radius:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer smart-button{border-top-left-radius:0;border-bottom-left-radius:0;width:100px;display:none;border-left-color:transparent}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout{display:grid;grid-template-columns:1fr 1fr 1fr;padding:5px;width:300px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout .font-family smart-input{height:35px;width:150px!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group{grid-column-gap:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:first-child{grid-column:1/2 span}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:last-child{width:100px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group{background:var(--smart-background);border:1px solid var(--smart-border);border-radius:var(--smart-border-radius);height:calc(7px + var(--smart-editor-height));width:175px;padding:0;display:flex;justify-content:space-between}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline{font-weight:400;display:block;height:100%;padding:10px;width:100%;border-bottom:2px solid transparent;transition:border ease-in-out .2s}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline:hover{border-bottom:2px solid var(--smart-primary)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline.checked{background:var(--smart-primary);color:var(--smart-primary-color)}.smart-window.smart-grid-dialog .col-sm-6{padding:0}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button{border-radius:var(--smart-border-radius)}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button.checked{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-window.smart-grid-dialog.open,.smart-window.smart-grid-dialog.view.open{transform:scale(1)!important;opacity:1}.smart-window.smart-grid-dialog .smart-field-editor-error-label{font-size:10px;color:var(--smart-error)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox]){max-width:150px;height:30px;overflow:hidden;border:1px solid var(--smart-border);border-radius:var(--smart-border-radius)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=vote]{border:none;width:200px}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=textarea]{height:180px;min-height:120px;resize:vertical}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=textarea] smart-text-area{width:100%!important;height:100%}.smart-window.smart-grid-dialog [editor][focus],.smart-window.smart-grid-dialog [editor][focus] .smart-grid-cell-editor{border-color:var(--smart-primary)}.smart-window.smart-grid-dialog [editor][template=checkBox]{height:30px;display:flex;align-items:center}.smart-window.smart-grid-dialog [editor][template=checkBox]:focus{outline:0}.smart-window.smart-grid-dialog [editor][template=checkBox]:focus .smart-grid-check-box-cell-editor{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox]) .smart-grid-cell-editor{width:100%;height:100%}.smart-window.smart-grid-dialog>.smart-container>.smart-footer{height:auto}.smart-window.smart-grid-dialog .column{display:flex;justify-content:space-between;padding:5px;flex-direction:column}.smart-window.smart-grid-dialog .column label{justify-content:flex-end;padding:5px 0}.smart-window.smart-grid-dialog .smart-footer .smart-stack-layout{padding:0 10px}smart-grid{width:var(--smart-grid-default-width);height:var(--smart-grid-default-height);grid-template-columns:var(--smart-grid-template-columns);grid-column-gap:var(--smart-grid-column-gap);grid-row-gap:var(--smart-grid-row-gap);contain:content;visibility:hidden}smart-grid .smart-grid-cell-loading{height:10px;position:absolute;top:calc(50% - 5px);background:var(--smart-surface);width:80%;left:10%;border:1px solid var(--smart-surface);border-radius:var(--smart-border-radius)}smart-grid .smart-grid-add-column-button,smart-grid .smart-grid-add-row-button{position:absolute;bottom:0;left:0;z-index:12;width:30px;background:var(--smart-surface);transform:scale(0);opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1);height:28px}smart-grid .smart-grid-add-column-button.insert,smart-grid .smart-grid-add-row-button.insert{transition:background .2s cubic-bezier(.4,0,.2,1)}smart-grid .smart-grid-add-column-button.float,smart-grid .smart-grid-add-row-button.float{height:24px;width:24px;border-radius:50%;font-size:14px;border:1px solid var(--smart-primary);left:5px;bottom:5px;background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid .smart-grid-add-column-button.smart-grid-add-column-button,smart-grid .smart-grid-add-row-button.smart-grid-add-column-button{right:5px;left:initial;top:55px}smart-grid .smart-grid-add-column-button.show,smart-grid .smart-grid-add-row-button.show{transform:scale(1);opacity:1}smart-grid .smart-grid-add-column-button.show:active,smart-grid .smart-grid-add-column-button.show:hover,smart-grid .smart-grid-add-row-button.show:active,smart-grid .smart-grid-add-row-button.show:hover{color:var(--smart-primary-color);background:var(--smart-primary)}smart-grid .smart-grid-add-column-button.show:active.float,smart-grid .smart-grid-add-column-button.show:hover.float,smart-grid .smart-grid-add-row-button.show:active.float,smart-grid .smart-grid-add-row-button.show:hover.float{transform:scale(1.2);box-shadow:var(--smart-elevation-6)}smart-grid.smart-kanban-view{background:#fafafa}smart-grid.smart-kanban-view .smart-grid-add-row-button{display:none!important}smart-grid[appearance_hide-column-group-lines] smart-grid-column:not([column-group-first-child])[column-group]:before{background:0 0!important}smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column) .smart-label{background:var(--smart-ui-state-hover)!important;color:var(--smart-ui-state-color-hover)!important}smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]) .smart-label{background:var(--smart-ui-state-hover)!important;color:var(--smart-ui-state-color-hover)!important}smart-grid[tree] smart-grid-cell[has-toggle-button]:not([detail]) button[toggle-button]{padding-right:14px;margin-left:7px;cursor:pointer}smart-grid.smart-element{visibility:inherit}smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]),smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]) .smart-label:not([style]),smart-grid:not([selection_allow-cell-selection])[focus][appearance_show-selection-on-top] smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]),smart-grid:not([selection_allow-cell-selection])[focus][appearance_show-selection-on-top] smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]) .smart-label{background:rgba(var(--smart-primary-rgb),.7)!important;color:var(--smart-primary-color)!important;border-color:var(--smart-primary)!important}smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]):before{background:var(--smart-primary)}smart-grid[selection_allow-cell-selection] smart-grid-row[focus] smart-grid-cell[focus]:not([editor]):not([header]){background:var(--smart-primary);color:var(--smart-primary-color);border-color:var(--smart-primary)}.smart-grid.smart-container{grid-template-columns:var(--smart-grid-template-columns);grid-column-gap:var(--smart-grid-column-gap);grid-row-gap:var(--smart-grid-row-gap);contain:content;visibility:hidden}.smart-grid.smart-container .smart-grid-header,.smart-grid>.smart-container .smart-grid-header{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-border);height:var(--smart-grid-header-height);border-bottom-width:1px;border-bottom-style:solid;width:100%}.smart-grid.smart-container .smart-grid-column-header,.smart-grid>.smart-container .smart-grid-column-header{height:var(--smart-grid-column-header-height);min-height:30px;color:var(--smart-surface-color);overflow:hidden;position:relative;z-index:99}.smart-grid.smart-container .smart-grid-pager,.smart-grid>.smart-container .smart-grid-pager{height:var(--smart-pager-default-height);overflow:hidden;z-index:99;border-top-width:1px;border-top-style:solid;border-top-color:var(--smart-border);width:100%;background:var(--smart-surface);color:var(--smart-surface-color)}.smart-grid.smart-container .smart-grid-pager[top],.smart-grid>.smart-container .smart-grid-pager[top]{border-top-color:transparent;border-bottom:1px solid var(--smart-border)}.smart-grid.smart-container .smart-grid-content,.smart-grid>.smart-container .smart-grid-content{width:100%;height:100%;padding:0;overflow:hidden;border:none;background:var(--smart-surface)}.smart-grid.smart-container.smart-grid-resize-mode,.smart-grid>.smart-container.smart-grid-resize-mode{overflow:visible}.smart-grid.smart-element{visibility:inherit}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-label.align-right{margin-left:-10px}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button[order]{width:40px}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button:after{content:attr(order);font-family:var(--smart-font-family);font-size:11px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--smart-primary);color:var(--smart-primary-color);padding:5px;margin-left:5px;height:8px;box-sizing:content-box}.smart-grid smart-grid-row[data-id="9999999"]{box-shadow:rgba(140,149,159,.15) 0 3px 6px 0}.smart-grid smart-grid-row .smart-grid-row-detail{overflow:hidden;width:100%;z-index:3;position:absolute;background:var(--smart-background);color:var(--smart-background-color);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--smart-border);transform-origin:top;transform:scaleY(0);display:flex;justify-content:flex-start}.smart-grid smart-grid-row .smart-grid-row-detail>div{width:100%;height:100%;line-height:initial;overflow:hidden;position:relative}.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before,.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before{width:0}.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after,.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after{height:0}.smart-grid smart-grid-row[has-detail]{transition:height .25s ease-in-out}.smart-grid smart-grid-row[has-detail] .smart-grid-row-detail.smart-animate{transition:transform .25s ease-in-out,height .25s ease-in-out}.smart-grid smart-grid-row[show-detail] .smart-grid-row-detail{transform:scaleY(1)}.smart-grid smart-grid-row[unbound] smart-grid-cell{background:var(--smart-grid-cell-background-unbound);color:var(--smart-grid-cell-color-unbound)}.smart-grid smart-grid-column .smart-grid-command-item{padding:0;align-items:center;justify-content:center;border-radius:0}.smart-grid smart-grid-column .smart-add-new-column{border-right:1px solid var(--smart-border)}.smart-grid smart-grid-column .smart-add-new-column:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid smart-grid-cell.dragged,.smart-grid smart-grid-column.dragged{background-image:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);background-size:3em 3em}.smart-grid smart-grid-column.afterTarget:last-child:after{right:0}.smart-grid smart-grid-cell .smart-grid-command-item{padding:0 3px;overflow:hidden}.smart-grid smart-scroll-bar{overflow:visible;position:absolute;bottom:0;height:calc(var(--smart-scroll-bar-size));width:100%;z-index:11;touch-action:none}.smart-grid smart-scroll-bar:after,.smart-grid smart-scroll-bar:before{position:absolute;content:"";height:var(--smart-scroll-bar-size);background:var(--smart-scroll-bar-background);top:0}.smart-grid smart-scroll-bar:after{width:var(--smart-scroll-bar-size);min-width:var(--smart-scroll-bar-far-size);left:100%}.smart-grid smart-scroll-bar:before{width:var(--smart-scroll-bar-near-size);left:calc(0px - var(--smart-scroll-bar-near-size))}.smart-grid smart-scroll-bar.smart-element{border:none;border-radius:0}.smart-grid smart-scroll-bar.bottom-corner-visible{width:calc(100% - var(--smart-scroll-bar-size))}.smart-grid smart-scroll-bar[orientation=vertical]{right:0;top:0;height:100%;width:calc(var(--smart-scroll-bar-size));border-left:1px solid var(--smart-border)}.smart-grid smart-scroll-bar[orientation=vertical]:after,.smart-grid smart-scroll-bar[orientation=vertical]:before{width:var(--smart-scroll-bar-size);background:var(--smart-scroll-bar-background);content:"";position:absolute}.smart-grid smart-scroll-bar[orientation=vertical]:before{height:var(--smart-scroll-bar-near-size);left:-1px;top:calc(0px - var(--smart-scroll-bar-near-size));border-left:1px solid var(--smart-border)}.smart-grid smart-scroll-bar[orientation=vertical]:after{height:var(--smart-scroll-bar-size);min-height:var(--smart-scroll-bar-far-size);left:0;bottom:calc(0px - var(--smart-scroll-bar-far-size));top:auto;min-width:0;z-index:-1}.smart-grid smart-scroll-bar[orientation=vertical].bottom-corner-visible{height:calc(100% - var(--smart-scroll-bar-size))}.smart-grid .smart-data-view-header-drop-down{transition:transform cubic-bezier(.4,0,.2,1) .2s;transform:scaleY(0)}.smart-grid .smart-data-view-header-drop-down.open{transform:scaleY(1)}.smart-grid .smart-breadcrumb-items>.afterTarget:last-child:after,.smart-grid .smart-breadcrumb-items>.target:before{content:"";display:none}.smart-grid .smart-grid-command-item{display:flex;padding:5px 8px;user-select:none;min-width:25px;border:1px solid transparent;cursor:pointer;border-top-left-radius:var(--smart-item-border-top-left-radius);border-top-right-radius:var(--smart-item-border-top-right-radius);border-bottom-right-radius:var(--smart-item-border-bottom-right-radius);border-bottom-left-radius:var(--smart-item-border-bottom-left-radius)}.smart-grid .smart-grid-command-item:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);border:1px solid var(--smart-ui-state-border-hover)}.smart-grid .smart-grid-command-item:active{background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active);border:1px solid var(--smart-ui-state-border-active)}.smart-grid .smart-grid-command-item .smart-grid-icon{display:flex;min-width:16px;width:auto}.smart-grid .smart-grid-command-item span:last-child:not(:first-child){margin-left:4px}.smart-grid .smart-grid-command-bar{display:flex;align-items:center;padding:5px}.smart-grid .smart-grid-command-bar .smart-grid-icon{display:flex}.smart-grid .smart-grid-row:not([leaf]) smart-grid-cell[group]:not([header]) div:not([content]){visibility:hidden}.smart-grid .smart-grid-resize-line{position:absolute;z-index:99;opacity:.8;width:var(--smart-grid-resize-line-size);background:var(--smart-primary)}.smart-grid .smart-grid-resize-line.row{height:var(--smart-grid-resize-line-size)}.smart-grid .smart-grid-resize-tooltip{position:absolute;bottom:0;z-index:99;background:var(--smart-primary);color:var(--smart-primary-color);padding:5px;transition:width .2s ease-out}.smart-grid .smart-grid-drag-line{position:absolute;z-index:199;opacity:1;width:calc(2 * var(--smart-grid-resize-line-size));background:var(--smart-primary);font-family:var(--smart-font-family-icon);transition:opacity cubic-bezier(.6,.2,0,.8) .25s}.smart-grid .smart-grid-drag-line:after{content:var(--smart-icon-arrow-up);color:var(--smart-primary);font-size:16px;position:absolute;left:0;bottom:0;margin-left:-7px;font-weight:700;margin-bottom:-11px}.smart-grid .smart-grid-drag-line:before{content:var(--smart-icon-arrow-down);color:var(--smart-primary);font-size:16px;position:absolute;left:0;top:0;margin-left:-7px;font-weight:700;margin-top:-7px}.smart-grid .smart-grid-drag-line.row{height:calc(2 * var(--smart-grid-resize-line-size))}.smart-grid .smart-grid-drag-line.row:after{content:var(--smart-icon-arrow-left);right:0;left:initial;bottom:0;margin-right:-7px;font-weight:700;margin-bottom:-7px}.smart-grid[grouped] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden),.smart-grid[tree] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden){margin-right:7px}.smart-grid .smart-grid-drag-line.row:before{content:var(--smart-icon-arrow-right);left:0}.smart-grid[tree] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]{line-height:initial;width:100%;height:100%;display:flex;align-items:center}.smart-grid[grouped] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]{line-height:initial;width:100%;height:100%;display:flex;align-items:center}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group]{border-right:1px solid var(--smart-border);padding-right:1px}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]{font-size:12px;grid-template-columns:auto auto auto;display:grid;grid-column-gap:5px;align-items:center}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]:hover span[group] span{transform:scale(1.1);opacity:1;color:var(--smart-primary)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[group]{display:flex;font-weight:700}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[group] span{opacity:.7;font-weight:400;margin-left:-8px;transform:scale(.9)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[value]{font-size:var(--smart-font-size);position:relative;white-space:nowrap;text-overflow:ellipsis;user-select:none;display:flex;align-items:center;padding:2px 6px;font-weight:400;border-radius:20px;background-color:var(--smart-primary);color:var(--smart-primary-color);border:1px solid var(--smart-primary)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[summary]{font-weight:400;font-size:10px;opacity:.7}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]:hover span[summary]{opacity:1}.smart-grid[appearance_allow-header-hover] smart-grid-column:not(.top-far-corner):not(.top-near-corner)[header]:hover smart-grid-cell[header],.smart-grid[appearance_allow-header-hover] smart-grid-row:hover smart-grid-cell[header],.smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not(.smart-add-new-column){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:default}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle{transition:opacity ease-in-out .2s;overflow:hidden;opacity:0;width:5px;height:100%;position:absolute;left:1px;z-index:9;font-family:var(--smart-font-family-icon);cursor:move}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle:before{position:relative;font-family:var(--smart-font-family-icon);content:var(--smart-icon-ellipsis);transform:rotate(90deg);display:flex;justify-content:center}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle:hover{opacity:1}.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail])>.smart-label:before{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%;content:var(--smart-icon-ellipsis);cursor:move;transform:rotate(90deg);display:flex;align-items:flex-end;justify-content:center;opacity:.25}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail])>.smart-label,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail])>.smart-label:before,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail])>.smart-label:before{content:var(--smart-icon-mode-edit);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail]):last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-comments] smart-grid-row smart-grid-cell[header]:not([detail]),.smart-grid[appearance_show-row-status] smart-grid-row smart-grid-cell[header]:not([detail]){z-index:9}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row){width:25px!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button][selected]{background:var(--smart-ui-state-hover)!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail{visibility:inherit!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail:after{content:var(--smart-icon-resize-full);font-size:13px;color:var(--smart-primary)}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):not(:hover)>.smart-label:before{content:var(--smart-icon-arrow-right)}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail])>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-surface);color:var(--smart-surface-color);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]:last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected][selected]>.smart-label:before{content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover:last-child>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]:last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover[selected]>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected][selected]>.smart-label:before{content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid.smart-container,smart-grid>.smart-container{height:100%;width:100%;margin-bottom:-3px;border-style:solid;border-width:0;border-color:transparent;position:relative;overflow:hidden;max-height:inherit;padding:0}smart-grid-row{display:block;overflow:visible;position:relative;padding:0;height:var(--smart-grid-row-height);cursor:default}smart-grid-row:hover smart-grid-cell[checkbox][header][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}smart-grid-row[aria-rowindex="1"] .smart-grid-row-card-container .smart-card-layout-view{padding-top:10px}smart-grid-row .smart-grid-row-card-container{width:100%;height:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view{min-width:unset;min-height:unset;width:calc(100% - 20px);height:100%;padding:0 10px 10px;background:var(--smart-surface)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container{display:flex;justify-content:space-evenly;order:none;width:100%;height:100%;grid-column-gap:var(--smart-card-view-column-gap,var(--smart-card-view-gap));grid-row-gap:var(--smart-card-view-row-gap,var(--smart-card-view-gap))}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card{width:100%!important;display:flex;margin:0;border:var(--smart-border-width) solid var(--smart-border);padding:var(--smart-data-view-padding);overflow:auto;font-family:inherit;font-size:inherit;background-color:var(--smart-background);color:var(--smart-background-color);border-top-left-radius:var(--smart-border-top-left-radius);border-top-right-radius:var(--smart-border-top-right-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius);box-shadow:var(--smart-elevation-2);transition:box-shadow ease-in-out .2s;position:relative}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-tree-header{cursor:pointer}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header .smart-card-view-cell{justify-content:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header .smart-card-view-value:after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-arrow-right)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header){cursor:pointer}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header)[edit]{border:1px solid var(--smart-primary)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header):hover:after,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header)[edit]:after{content:var(--smart-icon-mode-edit);font-family:var(--smart-font-family-icon);width:16px;height:16px;right:3px;bottom:6px;position:absolute}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container{width:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell{justify-content:flex-start;column-gap:5px;flex-direction:column;align-items:flex-start}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell .smart-card-view-value{width:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell.center{align-items:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell.right{align-items:flex-end}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card:hover{box-shadow:var(--smart-elevation-4)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:space-between;min-height:30px;margin-bottom:0;padding-left:10px;overflow:hidden}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.span{grid-column:1/span 2}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-arrow-down{visibility:hidden}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.row-span .smart-card-view-value smart-grid-cell{height:100%;white-space:normal}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.row-span .smart-card-view-value smart-grid-cell .smart-label{white-space:normal}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.smart-card-view-title{font-size:1rem;font-weight:700;display:flex!important;align-items:center!important}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical{display:grid;grid-template-columns:unset;grid-template-rows:16px 1fr;align-items:flex-start;grid-row-gap:.25rem;justify-content:stretch}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical .smart-card-view-label,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical .smart-card-view-value{width:100%;height:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-label{font-size:12px;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:50%;position:relative}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-label.icon:after{content:"";position:absolute;left:-5px;top:0;width:30px;height:100%;background-repeat:no-repeat;background-position:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell{width:100%;height:auto;position:static;display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .attachments{display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .file-container{justify-content:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] img{max-width:100%;max-height:100%;width:100%;height:100%;display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .images{display:flex;flex-direction:column;position:relative;top:3px}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation{display:flex;width:100%;height:26px;align-items:center;justify-content:center;grid-column-gap:3px;margin-top:-3px}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item{width:12px;height:12px;border:2px solid var(--smart-border)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item.active,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item:hover{width:14px;height:14px;border-color:var(--smart-primary)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .textwrap{display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell::after,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell::before{content:"";border:none;width:0;height:0}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .smart-label{white-space:nowrap;text-align:unset;padding-left:0;padding-right:0}smart-grid-row[filter-row],smart-grid-row[summary-row]{background:var(--smart-surface)}smart-grid-row smart-grid-cell[header].smart-decorate>.smart-label{padding-right:5px}smart-grid-row smart-grid-cell[header].smart-decorate.row-number:not(.smart-add-new-row)::before{border-radius:5px;width:5px;position:absolute;height:70%;right:4px;content:"";top:15%;background:var(--smart-decorate-color)}smart-grid-row smart-grid-cell[header][freeze]{background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-row smart-grid-cell[header] .smart-grid-cell-editor.smart-grid-input-cell-editor{background:var(--smart-background);color:var(--smart-background-color);position:absolute;z-index:10;left:1px;top:0;padding-top:0;padding-bottom:0;height:calc(100% - 1px);box-sizing:border-box}smart-grid-row .smart-grid-row-sub-container{overflow:visible;width:100%;z-index:3;position:relative;transform-origin:top}smart-grid-row .smart-grid-row-sub-container.smart-animate{transition:transform .25s ease-in-out,height .25s ease-in-out}smart-grid-row .smart-grid-command-bar{z-index:7;height:calc(100% - 1px);position:absolute;right:0;top:0;box-sizing:border-box;overflow:hidden;transform:scaleX(0);transform-origin:right;transition:transform .25s ease;background:var(--smart-surface);color:var(--smart-surface-color);border-left:1px solid var(--smart-border)}smart-grid-row .smart-grid-command-bar.show{transform:scaleX(1)}smart-grid-row[edit] smart-grid-cell:not(rowspan):not(colspan)[editor]{z-index:7}smart-grid-row[edit][error]{z-index:101}smart-grid-row[edit][error] smart-grid-cell[editor]{border-color:var(--smart-error)}smart-grid-row[filter=indeterminate]{opacity:.75}smart-grid-row.smart-animate{transition:margin-bottom .25s ease-in-out,height .25s ease-in-out}smart-grid-row:not([selected]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-horizontal-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-vertical-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-horizontal-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[header]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-row[selected] smart-grid-cell[checkbox][header][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}smart-grid-row[selected]:not([selected=indeterminate]):not([selected]+smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none])) smart-grid-cell[selected]:not([editor]):not([header]):not(.smart-add-new-column){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-grid-row[selected]:not([selected=indeterminate]):not([selected]+smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none])) smart-grid-cell[selected]:not([editor]):not([header]):not(.smart-add-new-column) .smart-label:not([data-field=_addNewColumn]):not([data-field=_rowDetailColumn]){border-top:1px solid var(--smart-ui-state-selected)}smart-grid-row[selected]:not([selected=indeterminate]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):before{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-vertical-border-opacity-selected,.3)}smart-grid-row[selected=none] smart-grid-cell{color:var(--smart-disabled)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected]:not([editor]){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected]:not([editor])[freeze]{background:var(--smart-grid-cell-background-freeze)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected][focus]:not([editor]):not([rowspan]):not([colspan]){background:rgba(var(--smart-primary-rgb),.05);color:var(--smart-ui-state-color-selected);opacity:1}smart-grid-row[alternation-index="1"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="0"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="3"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="4"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label{padding:0;margin:0;border:1px solid var(--smart-primary);background:var(--smart-background);box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;left:1px;user-select:none}smart-grid-row[alternation-index="0"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-background);color:var(--smart-background-color);border-color:var(--smart-border)}smart-grid-row[alternation-index="1"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index0-background);color:var(--smart-alternation-index0-color);border-color:var(--smart-alternation-index0-border)}smart-grid-row[alternation-index="2"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index1-background);color:var(--smart-alternation-index1-color);border-color:var(--smart-alternation-index1-border)}smart-grid-row[alternation-index="3"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index2-background);color:var(--smart-alternation-index2-color);border-color:var(--smart-alternation-index2-border)}smart-grid-row[alternation-index="4"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index3-background);color:var(--smart-alternation-index3-color);border-color:var(--smart-alternation-index3-border)}smart-grid-column{color:var(--smart-surface-color);background:var(--smart-surface);white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute;display:flex;cursor:default;min-height:30px}smart-grid-column[aria-controls],smart-grid-column[focus],smart-grid-column[selected]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-column[highlight],smart-grid-column[highlight][freeze]{background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid-column:hover .smart-action-button{border-color:var(--smart-ui-state-border-hover);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:pointer}smart-grid-column:hover .smart-action-button div:after,smart-grid-column:hover .smart-action-button div:before{background:var(--smart-ui-state-color-hover)}smart-grid-column .smart-icon{display:none}smart-grid-column .smart-icon.show{display:flex!important;width:var(--smart-grid-column-buttons-width);height:100%;left:4px;position:relative}smart-grid-column .smart-icon.show.smart-add-new-column{left:0;width:100%;justify-content:center}smart-grid-column .smart-icon .smart-grid-icon{display:flex}smart-grid-column .smart-label:not(.smart-input){position:relative;left:0}smart-grid-column .smart-label:not(.smart-input).smart-animate{transition:width .25s ease}smart-grid-column .smart-label:not(.smart-input).one{width:calc(100% - var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).two{width:calc(100% - 2 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).three{width:calc(100% - 3 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).four{width:calc(100% - 4 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).five{width:calc(100% - 5 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).six{width:calc(100% - 6 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-buttons-group{height:100%;right:0;top:0;display:flex;position:absolute;transform:translateX(var(--smart-grid-column-buttons-width))}smart-grid-column .smart-buttons-group.smart-animate{transition:transform .25s ease}smart-grid-column .smart-buttons-group.action{transform:translateX(0)}smart-grid-column .smart-sort-button.asc,smart-grid-column .smart-sort-button.desc{display:flex}smart-grid-column .smart-sort-button.asc:before,smart-grid-column .smart-sort-button.desc:before{content:var(--smart-icon-arrow-down);position:relative}smart-grid-column .smart-sort-button.asc:before{transform:rotate(180deg)}smart-grid-column .smart-sort-button.desc:before{transform:rotate(0)}smart-grid-column .smart-filter-button.smart-animate:before,smart-grid-column .smart-sort-button.smart-animate:before{transition:transform .2s ease-out,opacity .3s ease-out}smart-grid-column .smart-description-button{margin-right:3px}smart-grid-column .smart-action-button{display:flex;border-left:1px solid var(--smart-border);background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-column .smart-action-button div{width:14px;position:relative;display:flex!important;background:0 0;border-top:2px solid;border-bottom:2px solid;color:inherit;font-size:0;transition:all .25s ease-in-out;height:12px}smart-grid-column .smart-action-button div:after,smart-grid-column .smart-action-button div:before{content:"";display:block;width:100%;height:2px;position:absolute;top:50%;left:50%;background:var(--smart-surface-color);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:transform .25s ease-in-out}smart-grid-column .smart-action-button.smart-animate{transition:width .25s ease}smart-grid-column .smart-action-button.active:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}smart-grid-column .smart-action-button.active:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}smart-grid-column .smart-grid-cell-editor.smart-grid-input-cell-editor{background:var(--smart-background);color:var(--smart-background-color);position:absolute;z-index:10;left:1px;top:0;padding-top:0;padding-bottom:0;height:calc(100% - 1px);box-sizing:border-box}smart-grid-column[freeze]{background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-column[aria-controls] .smart-action-button{border-color:var(--smart-ui-state-border-focus);background:var(--smart-ui-state-focus);color:var(--smart-ui-state-color-focus)}smart-grid-column[aria-controls] .smart-action-button div:after,smart-grid-column[aria-controls] .smart-action-button div:before{background:var(--smart-ui-state-color-focus)}smart-grid-column.smart-grid-column-border{border-width:var(--smart-border-width)}smart-grid-column.top-far-corner{width:var(--smart-scroll-bar-size);position:absolute;right:0;top:0;z-index:1}smart-grid-column:not(.smart-grid-column-border):after{background:var(--smart-grid-column-horizontal-border,var(--smart-border))}smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-border)}smart-grid-column:not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-column-vertical-border,var(--smart-border))}smart-grid-row[error] smart-grid-cell.smart-add-new-column.smart-add-new-column .smart-label{background:#E2E2E2!important}smart-grid-cell{display:block;color:var(--smart-background-color);background:var(--smart-background);white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute;text-overflow:ellipsis;font-size:var(--smart-grid-cell-font-size,inherit);font-weight:var(--smart-grid-cell-font-weight,inherit);scrollbar-width:auto;scrollbar-color:#8b8b8b #fff}smart-grid-cell div[load]{width:16px;height:16px;border:2px solid var(--smart-border);border-bottom-color:var(--smart-primary)!important;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-left:5px;position:absolute;top:50%;margin-top:-8px}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}smart-grid-cell[role=rowheader] .smart-label{padding-left:0;padding-right:0}smart-grid-cell.row-comments .smart-label::after{content:var(--smart-icon-comment);font-family:var(--smart-font-family-icon);position:absolute;right:5px}smart-grid-cell smart-color-input .smart-color-box{border-radius:50%!important}smart-grid-cell button[toggle-button]:after{justify-content:flex-start}smart-grid-cell line[highlight]{stroke:var(--smart-secondary)}smart-grid-cell path[highlight],smart-grid-cell rect[highlight]{fill:var(--smart-secondary)}smart-grid-cell[focus] line{stroke:var(--smart-primary-color)}smart-grid-cell[focus] path,smart-grid-cell[focus] rect{fill:var(--smart-primary-color)}smart-grid-cell .wrap{white-space:normal;display:flex;flex-direction:column;justify-content:center;line-height:1.5}smart-grid-cell .textwrap{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;word-break:break-word;line-height:1.5}smart-grid-cell .textwrap h1,smart-grid-cell .textwrap h2,smart-grid-cell .textwrap h3,smart-grid-cell .textwrap h4,smart-grid-cell .textwrap h5,smart-grid-cell .textwrap h6,smart-grid-cell .textwrap p{margin-top:3px;margin-bottom:3px}smart-grid-cell .textwrap h1:first-child,smart-grid-cell .textwrap h2:first-child,smart-grid-cell .textwrap h3:first-child,smart-grid-cell .textwrap h4:first-child,smart-grid-cell .textwrap h5:first-child,smart-grid-cell .textwrap h6:first-child,smart-grid-cell .textwrap p:first-child{margin-top:0}smart-grid-cell ol,smart-grid-cell ul{padding-left:16px;margin:0}smart-grid-cell ul[checklist]{padding-left:0}smart-grid-cell ul[checklist] li{list-style:none;padding-left:0}smart-grid-cell ul[checklist] li::before{border-radius:3px;width:12px;height:12px;display:inline-block;content:"";margin-right:5px;top:3px;position:relative;border:2px solid rgba(0,0,0,.25)}smart-grid-cell ul[checklist] li[checked]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' style='shape-rendering: geometricprecision;'%3E%3Cpath fill-rule='evenodd' fill='white' d='M5.944 12.305a1.031 1.031 0 0 0 1.433-.009l5.272-5.181A1.483 1.483 0 0 0 12.661 5a1.468 1.468 0 0 0-2.109.025L7.008 8.701a.465.465 0 0 1-.685-.01l-.587-.641A1.42 1.42 0 0 0 3.661 8a1.473 1.473 0 0 0 .017 2.106l2.266 2.199z'%3E%3C/path%3E%3C/svg%3E");background-color:var(--smart-primary);border:2px solid transparent;background-repeat:no-repeat;background-position:center}smart-grid-cell .nowrap{white-space:nowrap;display:flex;flex-direction:column;justify-content:center;line-height:1.5}smart-grid-cell.smart-add-new-row{background-color:var(--smart-surface);font-style:italic;--smart-ui-state-hover:var(--smart-surface);--smart-ui-state-color-hover:var(--smart-surface-color);cursor:pointer}smart-grid-cell.smart-add-new-row>div{display:block!important;background-color:var(--smart-surface)}smart-grid-cell.smart-add-new-row[selected]{background:var(--smart-background)!important;color:var(--smart-background-color)!important}smart-grid-cell.smart-add-new-row[selected]::after,smart-grid-cell.smart-add-new-row[selected]::before{color:var(--smart-background-color)!important;background:var(--smart-border)!important}smart-grid-cell.smart-add-new-row:not([header]){z-index:7;background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-row:not([header]) .smart-label{background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-row:not([header]):before{opacity:0}smart-grid-cell.smart-add-new-row[has-toggle-button] .row-status,smart-grid-cell.smart-add-new-row[has-toggle-button] button{display:none!important}smart-grid-cell.smart-add-new-row code{border:1px solid var(--smart-border);background-color:var(--smart-background);padding:1px 6px;border-radius:6px;font-size:12px;font-family:var(--smart-font-family)}smart-grid-cell .dropdownlist,smart-grid-cell .list,smart-grid-cell .tokens{padding-left:6px;align-items:center;height:100%}smart-grid-cell .dropdownlist .smart-multi-combo-input,smart-grid-cell .list .smart-multi-combo-input,smart-grid-cell .tokens .smart-multi-combo-input{width:calc(100% - var(--smart-editor-addon-width))}smart-grid-cell .dropdownlist .smart-multi-combo-input .smart-flex,smart-grid-cell .list .smart-multi-combo-input .smart-flex,smart-grid-cell .tokens .smart-multi-combo-input .smart-flex{align-items:center;row-gap:5px;column-gap:5px}smart-grid-cell .dropdownlist .smart-flex-wrap,smart-grid-cell .list .smart-flex-wrap,smart-grid-cell .tokens .smart-flex-wrap{flex-wrap:wrap;padding-right:5px}smart-grid-cell .dropdownlist .smart-flex-auto,smart-grid-cell .list .smart-flex-auto,smart-grid-cell .tokens .smart-flex-auto{height:auto;display:flex}smart-grid-cell .dropdownlist .smart-token,smart-grid-cell .list .smart-token,smart-grid-cell .tokens .smart-token{line-height:1.5;display:inline-flex}smart-grid-cell .dropdownlist .smart-tokens-layout,smart-grid-cell .list .smart-tokens-layout,smart-grid-cell .tokens .smart-tokens-layout{width:100%}smart-grid-cell .dropdownlist .smart-arrow-down,smart-grid-cell .list .smart-arrow-down,smart-grid-cell .tokens .smart-arrow-down{width:0;opacity:0;cursor:pointer}smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,smart-grid-cell .list.dropdownlist .smart-arrow-down,smart-grid-cell .tokens.dropdownlist .smart-arrow-down{background:inherit}smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,smart-grid-cell .dropdownlist:hover .smart-arrow-down,smart-grid-cell .list.dropdownlist .smart-arrow-down,smart-grid-cell .list:hover .smart-arrow-down,smart-grid-cell .tokens.dropdownlist .smart-arrow-down,smart-grid-cell .tokens:hover .smart-arrow-down,smart-grid-cell[focus] .list .smart-arrow-down,smart-grid-cell[focus] .tokens .smart-arrow-down{width:var(--smart-editor-addon-width);min-width:var(--smart-editor-addon-width);opacity:1}smart-grid-cell[focus] .attachments .smart-icon-plus,smart-grid-cell[focus] .images .smart-icon-plus{opacity:1;width:26px}smart-grid-cell .attachments,smart-grid-cell .images{display:grid;grid-template-columns:auto 1fr auto auto;height:100%}smart-grid-cell .attachments .smart-icon-plus,smart-grid-cell .images .smart-icon-plus{opacity:0;width:0}smart-grid-cell .attachments:hover .smart-icon-plus,smart-grid-cell .images:hover .smart-icon-plus{opacity:1;width:26px}smart-grid-cell .attachments .container,smart-grid-cell .attachments .file-container,smart-grid-cell .images .container,smart-grid-cell .images .file-container{display:flex;height:calc(100% - 3px);align-items:center;overflow:hidden;padding-left:5px}smart-grid-cell .attachments .smart-drop-image::after,smart-grid-cell .images .smart-drop-image::after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-download-alt);margin-left:5px}smart-grid-cell .attachments .arrowbtn,smart-grid-cell .images .arrowbtn{width:15px;background:var(--smart-surface)}smart-grid-cell .attachments .arrowbtn:hover,smart-grid-cell .images .arrowbtn:hover{cursor:pointer;background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid-cell .attachments .attachment,smart-grid-cell .attachments img,smart-grid-cell .images .attachment,smart-grid-cell .images img{height:23px;width:23px;border:1px solid var(--smart-border);margin-right:3px;border-radius:var(--smart-border-radius);align-content:center}smart-grid-cell .attachments .attachment:hover,smart-grid-cell .attachments img:hover,smart-grid-cell .images .attachment:hover,smart-grid-cell .images img:hover{cursor:pointer;border-color:var(--smart-primary)}smart-grid-cell .smart-grid-cell-editor{width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}smart-grid-cell.smart-grid-row-border{border-top-width:var(--smart-border-width)}smart-grid-cell.smart-grid-column-border{border-bottom-width:var(--smart-border-width);border-left-width:var(--smart-border-width);border-right-width:var(--smart-border-width)}smart-grid-cell.smart-add-new-column{background:var(--smart-surface);border-left:1px solid var(--smart-border)}smart-grid-cell.smart-add-new-column.smart-add-new-column .smart-label{background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-column:after,smart-grid-cell.smart-add-new-column:before{display:none}smart-grid-cell.smart-grid-filter-row-cell{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-surface);--smart-grid-cell-horizontal-border:transparent}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-type{outline:0;background:inherit;border:none;border-radius:0;width:var(--smart-editor-addon-width);font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value{width:calc(100% - var(--smart-editor-addon-width));border:none;resize:none;border-radius:0;background:inherit;color:inherit;outline:0;overflow:hidden}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value.smart-grid-number-input-cell-editor .nav{border:1px solid var(--smart-border)}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container{display:flex;margin-left:1px;width:calc(100% - 1px)!important;height:100%;border:1px solid transparent}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .nav,smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .smart-filter-input-type{pointer-events:none;visibility:hidden}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .smart-grid-icon{visibility:hidden;pointer-events:none}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus]{border-color:var(--smart-ui-state-border-active);border-style:solid;border-width:1px;background:var(--smart-background)}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus] .smart-filter-input-value.smart-grid-number-input-cell-editor .nav{background:var(--smart-background)}smart-grid-cell.smart-grid-filter-row-cell[template=checkBox] .smart-filter-input-value.smart-grid-check-box-cell-editor{width:14px;height:14px}smart-grid-cell:not(.smart-grid-column-border):after{background:var(--smart-grid-cell-horizontal-border,var(--smart-border))}smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-cell-vertical-border,var(--smart-border))}smart-grid-cell[has-toggle-button] .smart-label{padding:0;flex-direction:unset}smart-grid-cell[has-toggle-button] .row-status{font-size:16px;font-family:var(--smart-font-family-icon);width:20px;min-width:20px}smart-grid-cell[has-toggle-button] .row-status:before{color:var(--smart-surface-color);content:var(--smart-icon-star-empty);transition:opacity .2s ease-in-out;opacity:.3}smart-grid-cell[has-toggle-button] .row-status:hover::before{color:var(--smart-primary);opacity:1}smart-grid-cell[has-toggle-button] .row-status.starred::before{color:var(--smart-primary);content:var(--smart-icon-star);opacity:1}smart-grid-cell[has-toggle-button] .row-status.custom.starred::before,smart-grid-cell[has-toggle-button] .row-status.custom:hover,smart-grid-cell[has-toggle-button] .row-status.custom:hover::before{color:inherit}smart-grid-cell[has-toggle-button] .row-status.comments::after{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell[has-toggle-button] button[toggle-button]{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;text-decoration:inherit;font-variant:normal;text-transform:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:20px;padding:0;min-width:20px;cursor:pointer;background:0 0;border:none;outline:0;font-size:16px;flex-direction:column}smart-grid-cell[has-toggle-button] button[toggle-button]:after{content:var(--smart-icon-arrow-down)}smart-grid-cell[has-toggle-button] button[toggle-button][load]::after{background-image:url(./images/load.gif)!important;background-repeat:no-repeat!important;content:"";width:16px;height:16px}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments>div{font-size:11px;font-family:var(--smart-font-family);display:flex;justify-content:center;font-weight:700;color:var(--smart-primary)}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments:before{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail:hover:after{color:var(--smart-surface-color);padding:3px}smart-grid-cell[has-toggle-button] button[toggle-button][toggled]:after{transform:rotate(180deg)}smart-grid-cell[has-toggle-button] button[toggle-button].smart-animate:after{transition:transform .25s ease-out}smart-grid-cell[has-toggle-button] .smart-indent{width:14px;left:7px;height:100%;position:relative}smart-grid-cell[has-toggle-button] .smart-indent:after{height:50%;content:"-";color:var(--smart-background-color);visibility:hidden}smart-grid-cell[has-toggle-button] .smart-indent:first-child{visibility:hidden;border-left:1px solid var(--smart-border)}smart-grid-cell[has-toggle-button] .smart-label,smart-grid-cell[has-toggle-button] div[indent]{display:flex}smart-grid-cell[command] .smart-label{display:flex;flex-direction:row;cursor:pointer;justify-content:center}smart-grid-cell[command] .align-center{padding:0}smart-grid-cell[header],smart-grid-cell[header]:last-child{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-border)}smart-grid-cell[header]:not(.smart-grid-column-border):after{background:var(--smart-grid-cell-header-horizontal-border,var(--smart-grid-cell-horizontal-border,var(--smart-border)))}smart-grid-cell[header]:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-cell-header-vertical-border,var(--smart-grid-cell-vertical-border,var(--smart-border)))}smart-grid-cell[editor]>.smart-label:not(.smart-input){padding:0;margin:0 0 0 1px;border:1px solid var(--smart-primary);background:var(--smart-background);box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;user-select:none}smart-grid-cell[editor][row-editor]{border:0 solid var(--smart-primary);border-top:1px solid var(--smart-primary);border-bottom:1px solid var(--smart-primary);border-left:1px solid var(--smart-primary)}smart-grid-cell[editor][row-editor] .smart-label:not(.smart-input){border:0 solid var(--smart-primary)!important}smart-grid-cell[editor][row-editor]:first-child{border-left:1px solid var(--smart-primary)!important}smart-grid-cell[editor][row-editor]:last-child{border-right:1px solid var(--smart-primary)}smart-grid-cell[editor][row-editor]~smart-grid-cell[editor][row-editor]{border-left:0 solid var(--smart-primary)}smart-grid-cell[editor=dateTimePicker]{--smart-border-radius:0px;--smart-border-top-left-radius:0px;--smart-border-top-right-radius:0px;--smart-border-bottom-left-radius:0px;--smart-border-bottom-right-radius:0px}smart-grid-cell[editor=checkBox] .smart-label{padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}smart-grid-cell[placeholder]:not([detail]):not([group]):not([editor]):not(.smart-add-new-row) .smart-label{font-style:italic}smart-grid-cell[placeholder]:not([detail]):not([group]):not([editor]):not(.smart-add-new-row):not([focus]):not([selected]) .smart-label{color:#9E9E9E!important}smart-grid-cell[template] .smart-label{padding-left:0;padding-right:0}smart-grid-cell[template][template=dropdownGrid] .smart-label:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:pointer}smart-grid-cell[template][template=richText] .smart-label:hover:after,smart-grid-cell[template][template=richText][focus] .smart-label:after{color:var(--smart-background-color)!important;font-family:var(--smart-font-family-icon);content:var(--smart-icon-resize-full);background:inherit;position:absolute;font-size:12px;right:5px;line-height:1;top:calc(50% - 6px);cursor:pointer}smart-grid-cell[template][template=richText][focus] .smart-label:after{color:var(--smart-primary)!important}smart-grid-cell[template][template=email] a,smart-grid-cell[template][template=url] a{color:var(--smart-primary);font-size:var(--smart-font-size)}smart-grid-cell[template][template=email][selected] a,smart-grid-cell[template][template=url][selected] a{color:var(--smart-primary-color)}smart-grid-cell[template][template=rating][selected] .rating div{visibility:inherit}smart-grid-cell[template][template=rating] .rating{display:flex}smart-grid-cell[template][template=rating] .rating div{color:#DFDFDF}smart-grid-cell[template][template=rating] .rating div.hover{color:#FFBA05;opacity:.5}smart-grid-cell[template][template=rating] .rating div.value{visibility:inherit;color:#FFBA05;opacity:1}smart-grid-cell[template][template=rating] .rating div.down{animation:starJump 1s ease-in-out}smart-grid-cell[template][template=rating] .rating:hover div{visibility:inherit}@keyframes starJump{from{transform:translateY(0) scale(.67,.67)}20%{transform:translateY(0) scale(.75,.5)}40%{transform:translateY(0) scale(1.15,1.15)}60%{transform:translateY(0) scale(1.1,.6)}80%{transform:translateY(0) scale(.95,1.1)}to{transform:translateY(0) scale(1,1)}}smart-grid-cell[template][template=ai] .smart-icon-reload{visibility:hidden!important}smart-grid-cell[template][template=ai]:hover .smart-icon-reload{visibility:visible!important}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element .smart-icon-delete,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element .smart-icon-mode-edit,.smart-reaction-tooltip,smart-grid-cell[addNewRow]:after{visibility:hidden}smart-grid-cell[template][template=autoNumber] .smart-label,smart-grid-cell[template][template=createdTime] .smart-label,smart-grid-cell[template][template=email] .smart-label,smart-grid-cell[template][template=modifiedTime] .smart-label,smart-grid-cell[template][template=password] .smart-label,smart-grid-cell[template][template=phone] .smart-label,smart-grid-cell[template][template=url] .smart-label{padding-left:4px;padding-right:2px}smart-grid-cell[template=checkBox]:hover .smart-input[color],smart-grid-cell[template=checkBox]:hover .smart-input[icon]{background:var(--smart-background)!important;border:1px solid var(--smart-border)!important;color:transparent}smart-grid-cell[template=checkBox] .smart-input[color]{color:transparent}smart-grid-cell[template=checkBox] .smart-input[color][checked]{color:var(--smart-check-template-color)}smart-grid-cell[template=checkBox] .smart-input[color]:not([icon])[checked]{background:var(--smart-check-template-color)!important;border-color:var(--smart-check-template-color)!important;color:var(--smart-check-template-forecolor)!important}smart-grid-cell[template=checkBox] .smart-input[icon]{background:0 0!important;border:none!important;font-size:16px}smart-grid-cell[selected]:not([editor]),smart-grid-cell[selected]:not([editor])[focus]:not([rowspan]):not([colspan]){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-grid-view-chooser,smart-grid-cell[group]{font-size:var(--smart-font-size)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=cancel]:after{content:var(--smart-icon-cancel)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=flag]:after{content:var(--smart-icon-flag)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=star]:after{content:var(--smart-icon-star)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=circle]:after{content:var(--smart-icon-circle)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=bell]:after{content:var(--smart-icon-bell)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=like]:after{content:var(--smart-icon-like)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=check]:after{content:var(--smart-icon-check)}smart-grid-cell[template=checkBox] .smart-label{padding-bottom:0;justify-content:center;align-items:center;cursor:default}smart-grid-cell[template=checkBox] .smart-label .smart-input{cursor:pointer}smart-grid-cell[template=checkBox][readonly] .smart-label,smart-grid-cell[template=checkBox][readonly] .smart-label .smart-input:after,smart-grid-cell[template=checkBox][readonly] .smart-label:after{cursor:default!important}smart-grid-cell[template=checkBox][readonly] .smart-label:hover .smart-input{--smart-ui-state-hover:var(--smart-background)}smart-grid-cell[selected]:not([editor])[focus]:not([rowspan]):not([colspan]){opacity:.8}smart-grid-cell[selected]:not([editor])[freeze]:not([rowspan]):not([colspan]){opacity:1}smart-grid-cell[selected]:not([editor])[freeze]:not([rowspan]):not([colspan])[header]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-cell[addNewRow]{border-right:1px solid var(--smart-border)}smart-grid-cell[colspan],smart-grid-cell[rowspan]{background:var(--smart-background);color:var(--smart-background-color);z-index:5;padding:0}smart-grid-cell[colspan][selected]:not([editor]),smart-grid-cell[rowspan][selected]:not([editor]){background:var(--smart-primary)!important;color:var(--smart-primary-color)!important}smart-grid-cell[error]{overflow:visible;z-index:9999}smart-grid-cell[error]:not([row-editor])>.smart-label{padding:0;margin:0;border:1px solid var(--smart-error)!important;box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;left:1px;user-select:none}smart-grid-cell[sort],smart-grid-cell[sort]:not([selected]) .smart-label{background:var(--smart-grid-cell-background-sort);color:var(--smart-grid-cell-color-sort)}smart-grid-cell[filter],smart-grid-cell[filter]:not([selected]) .smart-label{background:var(--smart-grid-cell-background-filter);color:var(--smart-grid-cell-color-filter)}smart-grid-cell[update]{background:var(--smart-grid-cell-background-update);color:var(--smart-grid-cell-color-update)}smart-grid-cell[add]{background:var(--smart-grid-cell-background-add);color:var(--smart-grid-cell-color-add)}smart-grid-cell[delete]{background:var(--smart-grid-cell-background-delete);color:var(--smart-grid-cell-color-delete)}smart-grid-cell[editor]{background:var(--smart-background);color:var(--smart-background-color)}smart-grid-cell[freeze]{background:var(--smart-grid-cell-background-freeze);color:var(--smart-grid-cell-color-freeze)}smart-grid-cell[freeze][selected]{background:var(--smart-grid-cell-background-freeze-selected)!important}smart-grid-cell[highlight] .smart-label{background:#FFF1C8!important;color:#333!important}smart-grid-cell[highlight][highlight-data-field]{border-left:1px solid var(--smart-primary);border-right:1px solid var(--smart-primary)}smart-grid-cell[highlight][highlight-data-field]:first-child{border-left:2px solid var(--smart-primary)}smart-grid-cell[group] span[summary],smart-grid-cell[group] span[value]{font-weight:600}smart-grid-cell>.smart-label:not(.smart-input),smart-grid-column>.smart-label:not(.smart-input){width:100%;height:100%}smart-grid-cell>.smart-label:not(.smart-input).comments::after,smart-grid-column>.smart-label:not(.smart-input).comments::after{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell.rotate,smart-grid-column.rotate{line-height:initial;display:inline-block;left:0;top:0;position:absolute;transform-origin:50% 50% 0;transform:rotate(0)}smart-grid-cell .align-left,smart-grid-column .align-left{overflow:hidden;text-overflow:ellipsis;text-align:left;padding-left:7px;padding-right:2px}smart-grid-cell .align-top,smart-grid-column .align-top{align-items:flex-start;display:flex;line-height:initial}smart-grid-cell .align-bottom,smart-grid-column .align-bottom{align-items:flex-end;display:flex;line-height:initial}smart-grid-cell .align-right,smart-grid-column .align-right{overflow:hidden;text-overflow:ellipsis;text-align:right;padding-right:7px;padding-left:2px}smart-grid-cell .align-right.align-bottom,smart-grid-column .align-right.align-bottom{flex-direction:column-reverse}smart-grid-cell .align-right.align-top,smart-grid-column .align-right.align-top{flex-direction:column;align-items:flex-end}smart-grid-cell .align-center,smart-grid-column .align-center{text-overflow:ellipsis;overflow:hidden;text-align:center;padding-right:7px;padding-left:7px}smart-grid-cell .align-center.align-bottom,smart-grid-cell .align-center.align-top,smart-grid-column .align-center.align-bottom,smart-grid-column .align-center.align-top{margin-left:50%;margin-right:50%;padding-left:0;padding-right:0}smart-grid-cell .align-middle,smart-grid-column .align-middle{display:flex;align-items:center}smart-grid-cell .align-center.align-middle,smart-grid-column .align-center.align-middle{justify-content:center}smart-grid-cell.smart-grid-column-border,smart-grid-column.smart-grid-column-border{border-top-color:var(--smart-border);border-bottom-color:var(--smart-border);border-left-color:var(--smart-border);border-right-color:var(--smart-border);border-top-width:0}smart-grid-cell:not(.smart-grid-column-border):after,smart-grid-column:not(.smart-grid-column-border):after{height:var(--smart-border-width);width:100%;content:"";position:absolute;bottom:0;left:0}smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{width:var(--smart-border-width);height:100%;content:"";position:absolute;top:0;left:0}.smart-grid-add-column-dialog-color-panel{width:100%}.smart-grid-add-column-dialog-color-panel .smart-sortable{width:100%;margin-bottom:10px;overflow:auto}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-sortable-container,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage{overflow:hidden}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item{display:flex;align-items:center;width:calc(100% - 25px);margin-left:5%;margin-top:5px;margin-bottom:2px}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item smart-color-input .smart-color-box{border-radius:50%}.smart-grid-view-bar[viewbar]{left:0;top:0;position:absolute;background:var(--smart-grid-view-bar-background);--smart-background:var(--smart-grid-view-bar-background);border-right:1px solid var(--smart-border)}.smart-grid-view-bar[viewbar].smart-mobile{z-index:99;box-shadow:var(--smart-elevation-4)}.smart-grid-view-bar smart-list-item[checked]{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-grid-view-bar .header{padding:10px;display:block;font-weight:500;background:var(--smart-surface);color:var(--smart-surface-color);border-bottom:1px solid var(--smart-border)}.smart-grid-view-bar .smart-grid-view-chooser-container{display:grid;grid-template-rows:1fr auto;height:100%}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label{display:flex;padding:10px 16px 10px 20px;width:100%;font-weight:700;justify-content:space-between;cursor:pointer}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label .smart-icon-sort-down{font-weight:700}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label.collapsed .smart-icon-sort-down{transform:rotate(180deg)}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button{margin-top:20px;color:var(--smart-primary);display:flex;cursor:pointer}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled{cursor:default;color:var(--smart-disabled);pointer-events:none}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled a{cursor:default}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled a:hover{color:var(--smart-disabled)}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button a{color:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button a:hover,.smart-grid-view-bar .smart-grid-view-chooser-container .view-button:hover{color:var(--smart-secondary)}.smart-grid-view-bar .smart-grid-view-chooser-container label{display:flex;justify-content:center;height:100%;align-items:center;padding-left:10px;padding-right:10px;padding-top:15px;font-size:calc(var(--smart-font-size) - 2px);font-weight:600;opacity:.8}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element{width:100%}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element:hover .smart-icon-delete,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element:hover .smart-icon-mode-edit{visibility:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element>span{display:grid;align-items:baseline;grid-template-columns:25px 1fr auto auto;width:100%}.smart-grid-view-bar .smart-grid-view-chooser-container smart-input{width:100%;margin-bottom:10px;background:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view{display:flex;flex-direction:column;align-items:center;margin-bottom:0;border-top:1px solid var(--smart-border);background:var(--smart-background)}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view .footer{display:flex;width:100%;flex-direction:column;transition:height .3s cubic-bezier(.4,0,.2,1);height:135px}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view .footer.collapsed{height:0}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button{background:0 0}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view{text-transform:none;border:none}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view button{align-items:center;color:var(--smart-surface-color);display:flex;justify-content:space-between}.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-button-container,.smart-grid[grouped][right-to-left] smart-grid-row[group]>.smart-grid-cell-container>smart-grid-cell div[content],.smart-grid[tree][right-to-left] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content],smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"],smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"]{flex-direction:row-reverse}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view:hover button{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-view-chooser{background:var(--smart-background);font-family:var(--smart-font-family)}.smart-grid-view-chooser .label{padding-left:10px;padding-right:10px;padding-top:15px;font-size:calc(var(--smart-font-size) - 2px);font-weight:600;opacity:.8}.smart-grid-view-chooser .smart-list-box{padding:5px}.smart-grid-view-chooser .smart-list-box smart-list-item{border-radius:var(--smart-border-radius)}.smart-grid-view-chooser .smart-list-box smart-list-item .smart-grid-icon{font-size:20px;margin-right:6px}.smart-grid-view-chooser .smart-list-box smart-list-item[checked]{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-menu.smart-grid-views-menu{height:100%!important;border:none}smart-menu.smart-grid-column-filter-menu.filter-excel smart-menu-item[level="1"] .smart-menu-item-label-container{padding:0!important;margin:0!important}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable][disable-auto-check] .smart-menu-item-label-container:after,smart-menu.smart-grid-views-menu[checkboxes][checkable][disable-auto-check] .smart-menu-item-label-container:after{display:none}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"] .smart-menu-item-label-container,smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"] .smart-menu-item-label-container{padding-left:10px}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] .smart-menu-item-label-container:after,smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] .smart-menu-item-label-container:after{left:initial;right:10px}@keyframes fadeAnimation{0%{background-color:inherit;color:#333}20%,50%{background-color:#0A85D9;color:#fff}100%{background-color:inherit;color:inherit}}.smart-flash-cell .smart-label{background-image:none!important;animation:fadeAnimation 1s ease-in-out}.smart-switch{position:relative;display:inline-block;width:30px;height:16px}.smart-switch input{opacity:0;width:0;height:0}.smart-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--smart-secondary-rgb),.5);transition:.4s}.smart-switch .slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:var(--smart-background);transition:.4s}.smart-switch input:checked+.slider{background-color:var(--smart-primary)}.smart-switch input:focus+.slider{box-shadow:0 0 1px var(--smart-primary)}.smart-switch input:checked+.slider:before{transform:translateX(14px)}.smart-switch .slider.round,.smart-switch .slider.round:before{border-radius:30px}.smart-grid[view=card] .smart-grid-column-header{display:none}.smart-grid-color-input --smart-input-drop-down-menu-width{width:98px}.smart-grid-color-input .default-samples-container{display:flex}.smart-grid-drop-down-button{display:inline-block;cursor:pointer}.smart-grid-loading::before{background-image:url(./images/load.gif)!important;background-repeat:no-repeat!important;content:"";width:16px;height:16px;position:absolute;left:6px}.smart-votes-bar-container{position:relative;flex:1 1 auto;margin-left:8px;margin-right:8px;height:30px;cursor:pointer}.smart-votes-bar-container .smart-votes-bar,.smart-votes-bar-container .smart-votes-bar-frame{background:var(--smart-check-template-color)!important;border-color:var(--smart-check-template-color)!important;color:var(--smart-check-template-forecolor)!important;position:absolute;top:5px;bottom:5px}.smart-votes-cell-component{height:100%;cursor:pointer}.smart-votes-cell-component .smart-voters-info{height:30px;margin-right:8px;display:flex;align-items:center}.smart-votes-cell-component .smart-vote-button{margin-left:8px;flex:0 0 20px;height:20px;width:20px;line-height:20px;border-radius:50%;color:var(--smart-check-template-forecolor)!important;border:1px solid var(--smart-check-template-color)!important}.smart-votes-cell-component .smart-vote-button.voted{background:var(--smart-check-template-color)!important}.smart-votes-bar-animate .smart-votes-bar,.smart-votes-bar-animate .smart-votes-bar-frame{transition:all .2s ease-in-out}.smart-reaction-tooltip{display:flex;gap:4px;position:absolute;opacity:0;transition:opacity .3s ease,transform .3s ease;background:var(--smart-surface);color:var(--smart-surface-color);z-index:10;padding:5px;pointer-events:none}.smart-reaction-tooltip.show{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.smart-reaction-tooltip span{font-size:16px;cursor:pointer;user-select:none;transition:transform .2s}.smart-reaction-tooltip span:hover{animation:pulse .7s infinite ease-in-out}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.smart-reaction-bubble{padding:3px 5px;display:flex;font-size:var(--smart-font-size);align-items:center;gap:5px;margin-top:5px;transition:opacity .3s ease}smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label.align-right,smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label.align-right,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label.align-right,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label.align-right{padding-right:30px}.smart-reactions-display{display:flex;flex-wrap:wrap;gap:4px}.smart-message{position:relative}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-arrow-down);position:absolute;right:7px;top:calc(50% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);cursor:pointer}smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-calendar);position:absolute;right:7px;top:calc(50% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);cursor:pointer}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-arrow-down);position:absolute;right:7px;top:calc(75% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);font-size:14px;cursor:pointer}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:before,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:before{content:var(--smart-icon-arrow-up);position:absolute;right:7px;top:calc(25% - 8px);line-height:1;font-style:normal;font-size:14px;font-family:var(--smart-font-family-icon);cursor:pointer}.marching-ants::after,.marching-ants::before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;pointer-events:none;background-position:top,left,right,bottom;background-repeat:repeat-x,repeat-y,repeat-y,repeat-x;background-size:10px 2px,2px 10px,2px 10px,10px 2px;border:2px solid transparent;box-sizing:border-box}.marching-ants::after{background-image:linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(175deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(175deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%);animation:marqueeAnimate var(--duration,12s) linear infinite;mask-composite:exclude;-webkit-mask-composite:destination-out}.marching-ants::before{background-image:linear-gradient(90deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(175deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(175deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(90deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%);animation:marqueeAnimate var(--alt-duration,12s) linear infinite;mask-composite:exclude;-webkit-mask-composite:destination-out}.smart-grid-column-group-collapse-button span{font-size:16px}@keyframes marqueeAnimate{0%{background-position:0 0,0 0,100% 0,0 100%}100%{background-position:100% 0,0 -100%,100% 100%,-100% 100%}}@keyframes ants{0%{background-position:0 0}100%{background-position:4px 0}}[check-boxes_visible] [has-toggle-button] .smart-label,[check-boxes_visible] [has-toggle-button] .smart-label [checkbox],[checkbox] .smart-label,[checkbox] .smart-label [checkbox],[editor=checkBox] .smart-label,[editor=checkBox] .smart-label [checkbox],[template=checkBox] .smart-label,[template=checkBox] .smart-label [checkbox]{display:flex;padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor),[checkbox] .smart-input:not(.smart-grid-cell-editor),[editor=checkBox] .smart-input:not(.smart-grid-cell-editor),[template=checkBox] .smart-input:not(.smart-grid-cell-editor){width:calc(-2px + var(--smart-check-box-default-size));height:calc(-2px + var(--smart-check-box-default-size));line-height:var(--smart-check-box-default-size);box-sizing:initial;position:relative;border-style:solid;padding:2px;border-width:var(--smart-border-width);border-radius:var(--smart-border-radius);font-family:inherit;font-size:12px;background-repeat:no-repeat;border-color:var(--smart-border);background-color:transparent;color:var(--smart-background-color);display:block;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):after,[checkbox] .smart-input:not(.smart-grid-cell-editor):after,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):after,[template=checkBox] .smart-input:not(.smart-grid-cell-editor):after{cursor:pointer;content:inherit;text-align:center;width:100%;height:100%;font-family:var(--smart-font-family-icon);font-weight:400;text-decoration:inherit;font-variant:normal;text-transform:none;display:inline-block;position:absolute;left:0;top:2px;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):hover,[checkbox] .smart-input:not(.smart-grid-cell-editor):hover,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):hover,[template=checkBox] .smart-input:not(.smart-grid-cell-editor):hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked],[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked],[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked],[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]{border-color:var(--smart-ui-state-border-active);background-color:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after{content:var(--smart-icon-check)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor,[checkbox] .smart-input.smart-grid-check-box-cell-editor,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor{width:calc(-2px + var(--smart-check-box-default-size));height:calc(-2px + var(--smart-check-box-default-size));line-height:var(--smart-check-box-default-size);box-sizing:initial;position:relative;border-style:solid;padding:2px;border-width:var(--smart-border-width);border-radius:var(--smart-border-radius);font-family:inherit;font-size:12px;background-repeat:no-repeat;border-color:var(--smart-border);background-color:transparent;color:var(--smart-background-color);display:block;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:after,[checkbox] .smart-input.smart-grid-check-box-cell-editor:after,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:after,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:after{cursor:pointer;content:inherit;text-align:center;width:100%;height:100%;font-family:var(--smart-font-family-icon);font-weight:400;text-decoration:inherit;font-variant:normal;text-transform:none;display:inline-block;position:absolute;left:0;top:2px;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:hover,[checkbox] .smart-input.smart-grid-check-box-cell-editor:hover,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked],[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked],[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor),smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor){border-color:var(--smart-ui-state-border-active);background-color:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after{content:var(--smart-icon-check)}smart-grid-cell[checkbox],smart-grid-column[checkbox]{display:flex;padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after,smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after{content:var(--smart-icon-check)}smart-grid-cell[checkbox][checked=indeterminate]:after,smart-grid-cell[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after,smart-grid-column[checkbox][checked=indeterminate]:after,smart-grid-column[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after{top:0;background-color:var(--smart-ui-state-color-active)}[has-toggle-button][selected] [checkbox] .smart-input[checked]{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[freeze][checkbox][auto-show] .smart-input{opacity:0;transition:opacity ease-in-out .2s}[freeze][checkbox][auto-show][selected] .smart-input{opacity:1;border-color:var(--smart-border)}[radioButton][selected] .smart-input:after{content:var(--smart-icon-radio)}[editor=checkBox] .smart-input{left:-1px}[editor=checkBox] .smart-input:focus{border-color:var(--smart-ui-state-border-active)}[editor=checkBox]:not([readonly]) .smart-input:focus,[editor=checkBox]:not([readonly]) .smart-input:hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-row:not([selected]):not(:hover) [header][checkbox][auto-show]:not(:hover) .smart-input{opacity:0;transition:opacity ease-in-out .2s}.smart-grid-check-box-cell-editor.smart-filter-input-value[checked=indeterminate]:after,.smart-grid-dialog-editor[checkbox][checked=indeterminate] .smart-input:after,.smart-grid-dialog-editor[checkbox][selected=indeterminate] .smart-input:after,smart-grid-cell[checkbox][checked=indeterminate] .smart-input:after,smart-grid-cell[checkbox][selected=indeterminate] .smart-input:after,smart-grid-column[checkbox][checked=indeterminate] .smart-input:after,smart-grid-column[checkbox][selected=indeterminate] .smart-input:after{margin:14%;width:70%;height:70%;content:"";background-color:var(--smart-ui-state-color-active);box-sizing:border-box;top:0;border-radius:0}.smart-grid-dialog-editor div[checkbox] .smart-input[checked=indeterminate]:after,smart-grid-cell div[checkbox] .smart-input[checked=indeterminate]:after,smart-grid-column div[checkbox] .smart-input[checked=indeterminate]:after{margin:14%;width:70%!important;height:70%!important;content:"";background-color:var(--smart-ui-state-color-active);box-sizing:border-box;top:0!important;border-radius:0}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input{width:calc(100% - var(--smart-editor-addon-width));border:none;padding:var(--smart-editor-label-padding);resize:none;border-radius:0;background:inherit;color:inherit;text-align:right;height:100%}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.smart-slider-editor input[type=range]{-webkit-appearance:none;width:100%;outline:0;background:0 0}.smart-slider-editor input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:32px;height:32px;border:0;border-radius:32px;margin-top:-12px;background:var(--smart-primary);background-size:18px 12px;box-shadow:0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,20,.1);transition:box-shadow .2s}.smart-slider-editor input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 1px rgba(0,0,0,.06),0 4px 2px rgba(0,0,20,.06),0 4px 12px rgba(0,0,20,.25)}.smart-slider-editor input[type=range]::-moz-range-thumb{width:32px;height:32px;border:0;border-radius:32px;background:var(--smart-primary);background-size:18px 12px;box-shadow:0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,20,.1);transition:box-shadow .2s}.smart-slider-editor input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 1px rgba(0,0,0,.06),0 4px 2px rgba(0,0,20,.06),0 4px 12px rgba(0,0,20,.25)}.smart-slider-editor input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 0 0 1px rgba(204,204,204,.25)}.smart-slider-editor input[type=range]:focus::-webkit-slider-runnable-track{box-shadow:0 0 0 1px rgba(204,204,204,.75)}.smart-slider-editor input[type=range]::-moz-range-track{width:100%;height:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 0 0 1px rgba(204,204,204,.25)}.smart-slider-editor input[type=range]:focus::-moz-range-track{box-shadow:0 0 0 1px rgba(204,204,204,.75)}.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-operator-list{position:relative}.smart-grid[tree][right-to-left] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden){margin-left:5px;margin-right:initial}.smart-grid[right-to-left] .smart-grid-toolbar .smart-data-view-header{display:flex;flex-direction:row-reverse}.smart-grid[right-to-left] .smart-grid-toolbar .smart-data-view-header .smart-data-view-search-button{left:6px;width:24px;right:initial}.smart-grid[right-to-left] smart-grid-column .smart-add-new-column{border-left:1px solid var(--smart-border);border-right:none}.smart-grid[right-to-left] smart-grid-cell.smart-add-new-column{border-left:1px solid transparent!important;border-right:1px solid var(--smart-border)}.smart-grid[right-to-left] smart-scroll-bar:after{left:initial;right:100%}.smart-grid[right-to-left] smart-scroll-bar:before{left:0}.smart-grid[right-to-left] smart-scroll-bar[orientation=vertical]{right:initial;left:0;border-right:1px solid var(--smart-border);border-left:initial}.smart-grid[right-to-left] smart-grid-cell.smart-add-new-row:not([header]){z-index:5}.smart-grid[right-to-left] smart-grid-column{direction:ltr}.smart-grid[right-to-left] smart-grid-column .smart-label.smart-animate{transition:left .25s ease,width .25s ease}.smart-grid[right-to-left] smart-grid-column .smart-label.one{left:var(--smart-grid-column-buttons-width)}.smart-grid[right-to-left] smart-grid-column .smart-label.two{left:calc(2 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.three{left:calc(3 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.four{left:calc(4 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.five{left:calc(5 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.six{left:calc(6 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.one{width:calc(100% - 2 * var(--smart-grid-column-buttons-width));left:calc(1 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.two{width:calc(100% - 3 * var(--smart-grid-column-buttons-width));left:calc(2 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.three{width:calc(100% - 4 * var(--smart-grid-column-buttons-width));left:calc(3 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.four{width:calc(100% - 5 * var(--smart-grid-column-buttons-width));left:calc(4 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.five{width:calc(100% - 6 * var(--smart-grid-column-buttons-width));left:calc(5 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.six{width:calc(100% - 7 * var(--smart-grid-column-buttons-width));left:calc(6 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-grid-icon.column-icon.show{right:0;position:absolute}.smart-grid[right-to-left] smart-grid-column .smart-buttons-group{right:initial;left:0;flex-direction:row-reverse;transform:translateX(calc(.1px - var(--smart-grid-column-buttons-width)))}.smart-grid[right-to-left] smart-grid-column .smart-buttons-group.action{transform:translateX(0)}.smart-grid[right-to-left] smart-grid-column .smart-action-button{border-right:1px solid var(--smart-border);border-left:initial}.smart-grid[right-to-left] smart-grid-column.top-far-corner{left:0;right:initial}.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] .smart-label,.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] div[indent]{flex-direction:row-reverse}.smart-grid[right-to-left] .smart-grid-column-group:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,.smart-grid[right-to-left] smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,.smart-grid[right-to-left] smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{right:0;left:initial}.smart-color-input-drop-down-menu.smart-grid-color-input .grid-samples-container{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-color-input-drop-down-menu.smart-grid-color-input:not([animation=none]) .default-samples-container div{transition:transform .2s ease-in-out}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div{position:relative;border-radius:50%;border:initial;transform:scale(.95)}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected{transform:scale(1)}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected:not(.no-color):after{content:var(--smart-icon-check);width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;font-family:var(--smart-font-family-icon);color:var(--smart-secondary-color);border-radius:inherit}.smart-grid-color-input{--smart-input-drop-down-menu-width:auto}
29
+ .smart-grid-column-group,.smart-grid-footer{color:var(--smart-surface-color);background:var(--smart-surface)}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.smart-grid-footer{border-color:var(--smart-border);height:var(--smart-grid-footer-height);border-top-width:1px;border-top-style:solid}.smart-grid-group-header{min-height:var(--smart-grid-group-header-height);height:var(--smart-grid-group-header-height);overflow:hidden;position:relative;z-index:99;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--smart-border);background:var(--smart-surface);display:flex;align-items:center}.smart-grid-group-header .smart-breadcrumb{background:0 0;border:none;width:100%;--smart-breadcrumb-item-height:35px;margin-top:1px;padding:0 0 0 5px}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up,.smart-grid-column-header.smart-columns-sticky,.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator span:first-child,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section{border-bottom:1px solid var(--smart-border)}.smart-grid-group-header .smart-breadcrumb .smart-template-container .smart-breadcrumb-items .smart-breadcrumb-item{border-radius:var(--smart-border-radius);margin-top:0}.smart-grid-group-header .smart-breadcrumb-item-label{display:flex;justify-content:center;align-content:center}.smart-grid-group-header .smart-breadcrumb-item-label .smart-grid-icon{font-weight:700;font-size:16px;margin-right:-10px}.smart-grid-column-group,smart-grid-column{font-size:var(--smart-grid-column-font-size,inherit);font-weight:var(--smart-grid-column-font-weight,inherit);text-overflow:ellipsis}.smart-grid-column-header.smart-columns-sticky{border-top:1px solid var(--smart-border);margin-top:-2px}.smart-grid-column-header .smart-arrow-down.smart-animate{transform:rotate(90deg);transition:transform .2s ease-out}.smart-grid-column-header .smart-arrow-down.smart-animate:after{content:var(--smart-icon-arrow-down)}.smart-grid-column-header .top-right-corner{overflow:hidden;right:0;top:0;width:calc(1px + var(--smart-scroll-bar-size));position:absolute;border-left:1px solid inherit;z-index:1}.smart-grid-column-header .top-right-corner:first-child{left:-1px;z-index:2}.smart-grid-column-header-cell-container{position:relative;z-index:1;height:100%}.smart-grid-column-header-cell-container:hover smart-grid-column[freeze][checkbox][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}.smart-grid-cell-container.far,.smart-grid-column-header-cell-container.far{border-left:var(--smart-grid-freeze-splitter-size) solid var(--smart-border);right:0}.smart-grid-column-header-cell-container.far,.smart-grid-column-header-cell-container.near{position:absolute;z-index:6;box-sizing:content-box}.smart-grid-column-header-cell-container.near{border-right:var(--smart-grid-freeze-splitter-size) solid var(--smart-border)}.smart-grid-column-header-cell-container.far{top:0}.smart-grid-column-header-cell-container.far.vscroll{right:var(--smart-scroll-bar-size)}.smart-grid-column-header-cell-container.border-collapse.near{box-sizing:border-box;border-right:none}.smart-grid-column-header-cell-container.border-collapse.far{box-sizing:border-box;border-left:none}.smart-grid-column-group{white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute}.smart-grid-column-group.smart-grid-column-border{border-width:var(--smart-border-width);border-top-color:var(--smart-border);border-top-width:0;border-bottom-color:var(--smart-border);border-left-color:var(--smart-border);border-right-color:var(--smart-border)}.smart-grid-column-group:not(.smart-grid-column-border):after{height:var(--smart-border-width);width:100%;content:"";position:absolute;bottom:0;background:var(--smart-grid-column-horizontal-border,var(--smart-border))}.smart-grid-column-group:not(.smart-grid-column-border):after:not(.smart-grid-column-border-collapse):before{width:var(--smart-border-width);height:100%;content:"";position:absolute;top:0;left:0;background:var(--smart-grid-column-vertical-border,var(--smart-border))}.smart-grid-column-menu{position:absolute;background:var(--smart-surface);width:var(--smart-grid-column-menu-width);height:var(--smart-grid-column-menu-height);z-index:9999;box-shadow:var(--smart-elevation-8);min-height:60px;overflow:hidden}.smart-grid-column-menu smart-menu{border:none}.smart-grid-column-menu.smart-animate{transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1);transform:scale(0);opacity:0;transform-origin:top left}.smart-grid-column-menu.smart-animate.smart-open-right,.smart-grid-column-menu[right-to-left].smart-animate{transform-origin:top right}.smart-grid-column-menu.smart-animate.smart-grid-download-menu{width:auto;transform:scaleY(0)}.smart-grid-column-menu smart-menu[mode=vertical]{height:100%}.smart-grid-column-menu.open.smart-animate{transform:scale(1);opacity:1}.smart-grid-column-menu .smart-grid-icon{display:inline-block}.smart-grid-column-menu .smart-filter-container{width:100%;height:auto;background:var(--smart-background)}.smart-grid-column-menu .smart-filter-container smart-filter-panel{width:100%;border:none;background:0 0}.smart-grid-column-menu .smart-filter-container .smart-filter-panel smart-tree,.smart-grid-column-menu .smart-filter-panel smart-filter-builder{height:250px}.smart-grid-filter-footer{height:var(--smart-grid-filter-footer-height)}.smart-grid-icon{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:var(--smart-grid-column-buttons-width);min-width:0;display:none}.smart-grid-icon.visible{display:inline-block!important;width:20px}.smart-grid-icon.show{display:flex!important}.smart-grid-icon.smart-icon-link:before{content:var(--smart-icon-link)}.smart-grid-icon.smart-icon-ai:before{content:"AI";font-family:var(--smart-font-family);font-weight:700;font-size:12px}.smart-grid-icon.smart-icon-cloud:before{content:var(--smart-icon-cloud)}.smart-grid-icon.smart-icon-mail:before{content:var(--smart-icon-mail)}.smart-grid-icon.smart-icon-math:before{content:var(--smart-icon-math)}.smart-grid-icon.smart-icon-user:before{content:var(--smart-icon-user)}.smart-grid-icon.smart-icon-list-ordered:before{content:var(--smart-icon-list-ordered)}.smart-grid-icon.smart-icon-list-unordered:before{content:var(--smart-icon-list-unordered)}.smart-grid-icon.smart-icon-plus:before{content:var(--smart-icon-plus)}.smart-grid-icon.smart-icon-image:before{content:var(--smart-icon-image)}.smart-grid-icon.smart-icon-plus-circled:before{content:var(--smart-icon-plus-circled)}.smart-grid-icon.smart-icon-docs:before{content:var(--smart-icon-docs)}.smart-grid-icon.smart-icon-pdf:before{content:var(--smart-icon-pdf);color:#E50012}.smart-grid-icon.smart-icon-word::before{content:var(--smart-icon-word);color:#185ABD}.smart-grid-icon.smart-icon-music::before{content:var(--smart-icon-music);color:#C5C33C}.smart-grid-icon.smart-icon-video::before{content:var(--smart-icon-video);color:#D94775}.smart-grid-icon.smart-icon-excel:before{content:var(--smart-icon-excel);color:#107C41}.smart-grid-icon.smart-icon-archive:before{content:var(--smart-icon-archive);color:#EDC949}.smart-grid-icon.smart-icon-file:before{content:var(--smart-icon-file);color:var(--smart-primary)}.smart-grid-icon.smart-icon-powerpoint:before{content:var(--smart-icon-powerpoint);color:#C43E1C}.smart-grid-icon.smart-icon-text:before{content:var(--smart-icon-text)}.smart-grid-icon.smart-icon-minus:before{content:var(--smart-icon-minus)}.smart-grid-icon.smart-icon-resize-full:before{content:var(--smart-icon-resize-full)}.smart-grid-icon.smart-icon-resize-small:before{content:var(--smart-icon-resize-small)}.smart-grid-icon.smart-icon-window-restore:before{content:var(--smart-icon-window-restore)}.smart-grid-icon.smart-icon-window-maximize:before{content:var(--smart-icon-window-maximize)}.smart-grid-icon.smart-icon-align-left:before{content:var(--smart-icon-align-left)}.smart-grid-icon.smart-icon-align-right:before{content:var(--smart-icon-align-right)}.smart-grid-icon.smart-icon-align-center:before{content:var(--smart-icon-align-center)}.smart-grid-icon.smart-icon-cancel:before{content:var(--smart-icon-cancel)}.smart-grid-icon.smart-icon-cancel-circled:before{content:var(--smart-icon-cancel-circled)}.smart-grid-icon.smart-icon-edit:before{content:var(--smart-icon-edit)}.smart-grid-icon.smart-icon-mode-edit:before{content:var(--smart-icon-mode-edit)}.smart-grid-icon.smart-icon-sort:before{content:var(--smart-icon-sort)}.smart-grid-icon.smart-icon-delete:before{content:var(--smart-icon-delete)}.smart-grid-icon.smart-icon-close:before{content:var(--smart-icon-close)}.smart-grid-icon.smart-icon-download:before{content:var(--smart-icon-download-alt)}.smart-grid-icon.smart-icon-search:before{content:var(--smart-icon-search)}.smart-grid-icon.smart-icon-history:before{content:var(--smart-icon-history)}.smart-grid-icon.smart-icon-settings:before{content:var(--smart-icon-settings)}.smart-grid-icon.smart-icon-visibility-off:before{content:var(--smart-icon-visibility-off)}.smart-grid-icon.smart-icon-visibility-on:before{content:var(--smart-icon-visibility)}.smart-grid-icon.smart-icon-add-filter:before{content:var(--smart-icon-add-filter)}.smart-grid-icon.smart-icon-duplicate:before{content:var(--smart-icon-duplicate)}.smart-grid-icon.smart-icon-check-empty:before{content:var(--smart-icon-check-empty)}.smart-grid-icon.smart-icon-check-squared:before{content:var(--smart-icon-check-squared)}.smart-grid-icon.smart-icon-check:before{content:var(--smart-icon-check)}.smart-grid-icon.smart-icon-number:before{content:"#";font-weight:700;font-style:normal;font-variant:normal;text-rendering:auto;font-family:var(--smart-font-family);-webkit-font-smoothing:antialiased;padding-left:2px}.smart-grid-icon.smart-icon-filter:before{content:var(--smart-icon-filter)}.smart-grid-icon.smart-icon-phone:before{content:var(--smart-icon-phone)}.smart-grid-icon.smart-icon-lock:before{content:var(--smart-icon-lock)}.smart-grid-icon.smart-icon-lock-open:before{content:var(--smart-icon-lock-open)}.smart-grid-icon.smart-icon-tasks:before{content:var(--smart-icon-tasks)}.smart-grid-icon.smart-icon-table-alt:before{content:var(--smart-icon-table-alt)}.smart-grid-icon.smart-icon-grid-alt:before{content:var(--smart-icon-grid-alt)}.smart-grid-icon.smart-icon-kanban:before{content:var(--smart-icon-kanban)}.smart-grid-icon.smart-icon-timeline:before{content:var(--smart-icon-timeline)}.smart-grid-icon.smart-icon-scheduler:before{content:var(--smart-icon-scheduler)}.smart-grid-icon.smart-icon-like:before{content:var(--smart-icon-like)}.smart-grid-icon.smart-icon-heart:before{content:var(--smart-icon-heart)}.smart-grid-icon.smart-icon-flag:before{content:var(--smart-icon-flag)}.smart-grid-icon.smart-icon-card:before{content:var(--smart-icon-card)}.smart-grid-icon.smart-icon-kanban-alt:before{content:var(--smart-icon-kanban-alt)}.smart-grid-icon.smart-icon-card-alt:before{content:var(--smart-icon-card-alt)}.smart-grid-icon.smart-icon-clock:before{content:var(--smart-icon-clock)}.smart-grid-icon.smart-icon-font:before{content:var(--smart-icon-font)}.smart-grid-icon.smart-icon-fontsize:before{content:var(--smart-icon-fontsize)}.smart-grid-icon.smart-icon-menu:before{content:var(--smart-icon-menu)}.smart-grid-icon.smart-icon-sort-down:before{content:var(--smart-icon-arrow-down)}.smart-grid-icon.smart-icon-sort-up:before{content:var(--smart-icon-arrow-up)}.smart-grid-icon.smart-icon-ellipsis:before{content:var(--smart-icon-ellipsis)}.smart-grid-icon.smart-icon-ellipsis-vert:before{content:var(--smart-icon-ellipsis);transform:rotate(90deg)}.smart-grid-icon.smart-icon-minus-squared:before{content:var(--smart-icon-minus-squared)}.smart-grid-icon.smart-icon-ok-squared:before{content:var(--smart-icon-ok-squared)}.smart-grid-icon.smart-icon-sort-name-up:before{content:var(--smart-icon-sort-name-up)}.smart-grid-icon.smart-icon-sort-name-down:before{content:var(--smart-icon-sort-name-down)}.smart-grid-icon.smart-icon-sort-alt-up:before{content:var(--smart-icon-sort-alt-up)}.smart-grid-icon.smart-icon-sort-alt-down:before{content:var(--smart-icon-sort-alt-down)}.smart-grid-icon.smart-icon-sort-number-up:before{content:var(--smart-icon-sort-number-up)}.smart-grid-icon.smart-icon-sort-number-down:before{content:var(--smart-icon-sort-number-down)}.smart-grid-icon.smart-icon-group:before{content:var(--smart-icon-group)}.smart-grid-icon.smart-icon-ungroup:before{content:var(--smart-icon-ungroup)}.smart-grid-icon.smart-icon-reload:before{content:var(--smart-icon-reload)}.smart-grid-icon.smart-icon-contains:before{content:var(--smart-icon-contains)}.smart-grid-icon.smart-icon-copy-record:before{content:var(--smart-icon-copy-record)}.smart-grid-icon.smart-icon-cut:before{content:var(--smart-icon-cut)}.smart-grid-icon.smart-icon-paste:before{content:var(--smart-icon-paste)}.smart-grid-icon.smart-icon-starts-with:before{content:var(--smart-icon-starts_with)}.smart-grid-icon.smart-icon-ends-with:before{content:var(--smart-icon-ends_with)}.smart-grid-icon.smart-icon-does-not-contain:before{content:var(--smart-icon-does_not_contain)}.smart-grid-icon.smart-icon-equals:before{content:var(--smart-icon-equals)}.smart-grid-icon.smart-icon-greater-than:before{content:var(--smart-icon-greater-than)}.smart-grid-icon.smart-icon-greater-than-equal:before{content:var(--smart-icon-greater-than-equal)}.smart-grid-icon.smart-icon-less-than:before{content:var(--smart-icon-less-than)}.smart-grid-icon.smart-icon-less-than-equal:before{content:var(--smart-icon-less-than-equal)}.smart-grid-icon.smart-icon-not-equal:before{content:var(--smart-icon-not-equal)}.smart-grid-icon.smart-icon-percentage:before{content:var(--smart-icon-percentage)}.smart-grid-icon.smart-icon-grip-vertical:before{content:var(--smart-icon-grip-vertical)}.smart-grid-icon.smart-icon-between:before{content:var(--smart-icon-between)}.smart-grid-icon.smart-icon-bold:before{content:var(--smart-icon-bold)}.smart-grid-icon.smart-icon-italic:before{content:var(--smart-icon-italic)}.smart-grid-icon.smart-icon-underline:before{content:var(--smart-icon-underline)}.smart-grid-icon.smart-icon-color-background:before{content:var(--smart-icon-color-background)}.smart-grid-icon.smart-icon-calendar:before{content:var(--smart-icon-calendar)}.smart-grid-icon.smart-icon-comment:before{content:var(--smart-icon-comment)}.smart-grid-icon.smart-icon-attention:before{content:var(--smart-icon-attention)}.smart-grid-icon.smart-icon-help-circled:before{content:var(--smart-icon-help-circled)}.smart-grid-icon.smart-icon-star:before{content:var(--smart-icon-star)}.smart-grid-icon.smart-icon-attention-circled:before{content:var(--smart-icon-attention-circled)}.smart-grid-icon.smart-icon-chart:before{content:var(--smart-icon-chart)}.smart-grid-icon.smart-icon-bell:before{content:var(--smart-icon-bell)}.smart-grid-icon.smart-icon-circle:before{content:var(--smart-icon-circle)}.smart-grid-icon.smart-icon-circle-empty:before{content:var(--smart-icon-circle-empty)}.smart-grid-icon.smart-icon-toggle-on:before{content:var(--smart-icon-toggle-on)}.smart-grid-icon.smart-icon-toggle-off:before{content:var(--smart-icon-toggle-off)}.smart-grid-icon.smart-icon-up:before{content:var(--smart-icon-up)}.smart-grid-icon.smart-icon-down:before{content:var(--smart-icon-up);transform:rotate(180deg)}.smart-grid-icon.smart-icon-right:before{content:var(--smart-icon-arrow-right)}.smart-grid-icon.smart-icon-left:before{content:var(--smart-icon-arrow-left)}.smart-grid-pager smart-pager{width:calc(100% - 10px);height:calc(100% - 10px);margin-left:2px;margin-top:5px;border:none}.smart-grid-aggregate-footer{position:absolute;bottom:0;z-index:99;height:var(--smart-grid-aggregate-footer-height);width:100%;border-top-style:solid;border-top-color:inherit;border-top-width:1px}.smart-grid-loader{margin:inherit;display:block;position:absolute;top:50%;left:50%;z-index:99;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.1);box-sizing:border-box;background-clip:padding-box;-webkit-background-clip:padding-box;border-radius:50%;width:calc(var(--smart-loader-size) + 10px);height:calc(var(--smart-loader-size) + 10px)}.smart-grid-loader:after,.smart-grid-loader:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border-style:inherit;border-color:inherit;border-top-color:inherit;border-width:6px;animation:smart-loader-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,smart-loader-spin-fade 1.1s linear infinite}.smart-grid-loader[loading-indicator-position=top]{width:var(--smart-loader-size);height:var(--smart-loader-size)}.smart-grid-loader[loading-indicator-position=top] .smart-loader-container{top:0}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container{top:-10%}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-container,.smart-grid-loader[loading-indicator-position=top] .smart-loader-container{display:block;position:relative;width:100%;height:10%;background-color:var(--smart-background);overflow:hidden;animation:smart-loader-container-pop-up-down .3s linear;left:20%}.smart-grid-loader[loading-indicator-position=bottom] .smart-loader-label,.smart-grid-loader[loading-indicator-position=top] .smart-loader-label{position:absolute;display:block;top:50%;transform:translate(-50%,-50%);left:60%;font-family:inherit;font-size:inherit;vertical-align:middle;white-space:nowrap}.smart-grid-placeholder{user-select:none;text-align:center;display:flex;height:100%;min-height:50px;justify-content:center;align-items:center;background:var(--smart-background)}.smart-grid-content.auto-height .smart-grid-placeholder{height:initial}.smart-grid-content.auto-height smart-grid-cell[addNewRow]{border-right:none}.smart-grid-special-cells-container{overflow:hidden;position:absolute;width:100%;height:100%;left:0;top:0}.smart-grid-sort-animation{transition-timing-function:ease-in-out;transition-delay:0}smart-grid-row[edit] .smart-grid-cell-container.far,smart-grid-row[edit] .smart-grid-cell-container.near{z-index:99}.smart-grid-cell-container{height:100%;position:relative}.smart-grid-cell-container.far,.smart-grid-cell-container.near{position:absolute;z-index:6;box-sizing:content-box}.smart-grid-cell-container.far{top:0}.smart-grid-cell-container.far.vscroll{right:var(--smart-scroll-bar-size)}.smart-grid-cell-container.border-collapse.near{box-sizing:border-box;border-right:none}.smart-grid-cell-container.border-collapse.far{box-sizing:border-box;border-left:none}.smart-grid-cell-editor>*{display:block;width:100%;height:100%;border:none;overflow:hidden;margin:0;outline:0;background:inherit;color:inherit;border-radius:0;--smart-border-top-left-radius:0px;--smart-border-top-right-radius:0px;--smart-border-bottom-left-radius:0px;--smart-border-bottom-right-radius:0px}.smart-grid-cell-editor.smart-grid-date-time-picker-cell-editor,.smart-grid-cell-editor.smart-grid-passowrd-input-cell-editor,.smart-grid-cell-editor.smart-grid-phone-input-cell-editor{border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}.smart-grid-cell-editor.smart-grid-number-input-cell-editor{width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit;display:flex}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav{padding:0;display:flex;width:var(--smart-editor-addon-width);height:100%;flex-direction:column;color:var(--smart-surface-color);border-left:1px solid var(--smart-border);background:var(--smart-surface)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up{display:flex;height:50%;overflow:hidden;cursor:pointer;font-family:var(--smart-font-family-icon);justify-content:center;align-items:center;outline:0}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:hover,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:active,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down[active],.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:active,.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up[active]{background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .up:after{content:var(--smart-icon-arrow-up)}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .nav .down:after{content:var(--smart-icon-arrow-down)}.smart-grid-cell-editor.smart-grid-text-area-cell-editor{display:flex;width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit;font-family:inherit}.smart-grid-cell-editor.smart-grid-input-cell-editor{width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor{width:100%;height:100%!important;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor div,.smart-grid-cell-editor.smart-grid-auto-complete-cell-editor input{border-radius:0}.smart-grid-cell-editor>input[type=checkbox]{border:none;min-width:16px;height:16px;top:6px;position:relative}.smart-grid-cell-content-popup{background:var(--smart-primary)!important;color:var(--smart-primary-color)!important;border:1px solid var(--smart-primary)!important;z-index:19!important}.smart-grid-cell-content-popup-content{box-shadow:none!important;padding:6px 2px 6px 6px}.smart-grid-row-container{position:relative}.smart-grid-row-container.far,.smart-grid-row-container.near{z-index:7;position:absolute;width:100%}.smart-grid-row-container.near{border-bottom:var(--smart-grid-freeze-splitter-size) solid var(--smart-border);box-sizing:content-box}.smart-grid-row-container.far{border-top:var(--smart-grid-freeze-splitter-size) solid var(--smart-border);box-sizing:content-box;z-index:11}.smart-grid-row-drag-feedback{height:auto!important;flex-direction:column}.smart-grid-row-drag-feedback div{padding-top:3px}.smart-grid-row-drag-feedback>div{display:flex;align-items:flex-start;padding:3px;white-space:nowrap;font-family:var(--smart-font-family);font-size:8px;background-color:var(--smart-background);color:var(--smart-background-color);flex-direction:column;max-height:200px;overflow:hidden}.smart-grid-scroll-view{width:100%;height:100%;position:relative;overflow:hidden}.smart-grid-scroll-view .smart-grid-row-container.far{bottom:-2px}.smart-grid-scroll-view.has-vscroll smart-grid-row[data-id="9999999"]{box-shadow:none!important;--smart-grid-cell-header-horizontal-border:transparent;--smart-grid-cell-horizontal-border:transparent}.smart-grid-scroll-view.vscroll,.smart-grid-scroll-view.vscroll .smart-grid-row-container.far,.smart-grid-scroll-view.vscroll .smart-grid-row-container.near{width:calc(100% - var(--smart-scroll-bar-size))}.smart-grid-scroll-view.hscroll .smart-grid-row-container.far{bottom:calc(-2px + var(--smart-scroll-bar-size))}.smart-grid-summary-row-cell{background:var(--smart-surface)!important;color:var(--smart-surface-color)!important;border-color:var(--smart-border)!important;opacity:1!important}.smart-grid-summary-row-cell button{display:none}.smart-grid-summary-row-cell .summary-value{font-size:11px;opacity:.75;height:calc(100% - 2px);display:flex;justify-content:flex-end;align-items:center;width:100%}.smart-grid-summary-row-cell .summary-value .summary-value-part{transition:transform cubic-bezier(.4,0,.2,1) .2s}.smart-grid-summary-row-cell .summary-value .summary-value-part:hover{transform:scale(1.2)}.smart-grid-summary-row-cell .summary-value .smart-arrow-down,.smart-grid-summary-row-cell .summary-value .smart-summary-placeholder{opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.smart-grid-summary-row-cell .summary-value[has-summary] .smart-arrow-down,.smart-grid-summary-row-cell .summary-value[has-summary] .smart-summary-placeholder{display:inherit;opacity:.7}.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-arrow-down,.smart-grid-summary-row-cell .summary-value.summary-chooser .smart-summary-placeholder,.smart-grid-summary-row-cell .summary-value:hover .smart-arrow-down,.smart-grid-summary-row-cell .summary-value:hover .smart-summary-placeholder{opacity:1}.smart-grid-summary-row-cell .summary-value .label{margin-top:-3px}.smart-grid-summary-row-cell::before{display:none}.smart-grid-resize-mode{overflow:visible}.smart-grid-dialog-editor.add-column{display:flex;height:30px;align-items:center;margin-bottom:10px}.smart-grid-dialog-editor.radio-group{height:auto}.smart-grid-dialog-add-column{max-height:700px}.smart-grid-dialog-add-column .smart-footer{background:var(--smart-background)!important}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field{width:100%}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field:focus{outline:0}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field:focus .smart-input{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input{border-radius:50%!important;margin-right:10px}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input:after{content:""!important}.smart-grid-dialog-add-column .smart-grid-dialog-radio-field .smart-input[checked]:after{content:var(--smart-icon-radio)!important}.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field{display:flex;align-items:center;margin-bottom:5px}.smart-grid-dialog-add-column .smart-grid-dialog-boolean-field .smart-grid-dialog-editor{margin-bottom:initial;margin-right:10px}.smart-grid-dialog-editor[template=colorInput]{border:none!important}.smart-grid-dialog-editor[template=colorInput] smart-color-input{border:1px solid var(--smart-border)}.smart-grid-dialog-editor[template=rating]{border:none!important}.smart-grid-dialog-editor[template=rating] .rating{display:flex}.smart-grid-dialog-editor[template=rating] .rating div{color:#DFDFDF}.smart-grid-dialog-editor[template=rating] .rating div.hover,.smart-grid-dialog-editor[template=rating] .rating div:hover{color:#FFBA05;opacity:.5}.smart-grid-dialog-editor[template=rating] .rating div.value{visibility:inherit;color:#FFBA05!important;opacity:1!important}.smart-grid-dialog-editor[template=rating] .rating:hover div{visibility:inherit}.smart-grid-dialog-editor .attachments,.smart-grid-dialog-editor .images{display:grid;grid-template-columns:1fr auto auto;height:100%}.smart-grid-dialog-editor .attachments .container,.smart-grid-dialog-editor .attachments .file-container,.smart-grid-dialog-editor .images .container,.smart-grid-dialog-editor .images .file-container{display:flex;height:calc(100% - 3px);align-items:center;padding-left:5px}.smart-grid-dialog-editor .attachments .smart-drop-image,.smart-grid-dialog-editor .images .smart-drop-image{margin-left:-5px}.smart-grid-dialog-editor .attachments .smart-drop-image::after,.smart-grid-dialog-editor .images .smart-drop-image::after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-download-alt);margin-left:5px}.smart-grid-dialog-editor .attachments .arrowbtn,.smart-grid-dialog-editor .images .arrowbtn{width:15px;background:var(--smart-surface)}.smart-grid-dialog-editor .attachments .arrowbtn:hover,.smart-grid-dialog-editor .images .arrowbtn:hover{cursor:pointer;background:var(--smart-primary);color:var(--smart-primary-color)}.smart-grid-dialog-editor .attachments .attachment,.smart-grid-dialog-editor .attachments img,.smart-grid-dialog-editor .images .attachment,.smart-grid-dialog-editor .images img{height:23px;width:23px;border:1px solid var(--smart-border);margin-right:3px;border-radius:var(--smart-border-radius)}.smart-grid-dialog-editor .attachments .attachment:hover,.smart-grid-dialog-editor .attachments img:hover,.smart-grid-dialog-editor .images .attachment:hover,.smart-grid-dialog-editor .images img:hover{cursor:pointer;border-color:var(--smart-primary)}.smart-grid-image-dialog{width:500px!important;min-height:400px!important;background:var(--smart-background)}.smart-grid-image-dialog .smart-header{display:flex;justify-content:center;align-items:center}.smart-grid-image-dialog .tabs{width:100%;height:30px;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;margin-bottom:5px}.smart-grid-image-dialog .tabs .tab{width:50%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--smart-background-color);cursor:pointer}.smart-grid-image-dialog .tabs .tab label{cursor:pointer}.smart-grid-image-dialog .tabs .tab.active{color:var(--smart-primary);border-bottom:2px solid var(--smart-primary);font-weight:700}.smart-grid-image-dialog .preview{margin-top:10px}.smart-grid-image-dialog .preview p{font-size:10px;text-align:center}.smart-grid-image-dialog .preview .smart-icon-delete{margin:5px}.smart-grid-image-dialog .preview .smart-icon-delete:hover{color:var(--smart-primary)}.smart-grid-image-dialog .preview .list{max-height:100px;max-width:500px;overflow:auto;display:flex;flex-direction:row}.smart-grid-image-dialog .preview .list .item{display:flex;align-items:center;flex-direction:column;font-size:10px;color:var(--smart-background-color);max-width:100px;margin-right:10px;overflow:hidden;min-width:60px}.smart-grid-image-dialog .preview .list .item:after{font-family:var(--smart-font-family-icon);width:16px;height:16px;content:var(--smart-icon-close);cursor:pointer}.smart-grid-image-dialog .preview .list .item .attachment,.smart-grid-image-dialog .preview .list .item img{width:50px;height:50px;min-height:50px;border:2px solid transparent}.smart-grid-image-dialog .preview .list .item .attachment:hover,.smart-grid-image-dialog .preview .list .item img:hover{border:2px solid var(--smart-primary);border-radius:var(--smart-border-radius);cursor:pointer}.smart-grid-image-dialog .preview .list .item div{text-overflow:ellipsis;text-align:center}.smart-grid-image-dialog .url-zone{display:flex;justify-content:center;align-items:center;flex-direction:column;height:220px}.smart-grid-image-dialog .url-zone .upload{display:flex;flex-direction:column}.smart-grid-image-dialog .url-zone .url-title{margin-top:10px;font-size:10px;color:var(--smart-background-color)}.smart-grid-image-dialog .url-zone .smart-input{text-align:center}.smart-grid-image-dialog .smart-grid-drop-zone,.smart-grid-image-dialog .smart-grid-file-zone{border:2px dashed rgba(0,0,0,.1);border-radius:6px;height:220px;background:var(--smart-background);display:flex;align-items:center;justify-content:center;text-align:center;transition:all .2s ease-out;flex-direction:column;outline:0}.smart-grid-image-dialog .smart-grid-drop-zone .title,.smart-grid-image-dialog .smart-grid-file-zone .title{cursor:pointer;font-size:20px;font-weight:500;height:50px;display:flex;align-items:center;flex-direction:column;margin-top:20px}.smart-grid-image-dialog .smart-grid-drop-zone .title .smart-grid-icon,.smart-grid-image-dialog .smart-grid-file-zone .title .smart-grid-icon{font-size:24px;margin-bottom:5px;color:var(--smart-primary)}.smart-grid-image-dialog .smart-grid-drop-zone .subtitle,.smart-grid-image-dialog .smart-grid-file-zone .subtitle{margin-top:20px;margin-bottom:20px;display:flex;align-items:center;color:var(--smart-background-color)}.smart-grid-image-dialog .smart-grid-drop-zone.smart-grid-file-zone,.smart-grid-image-dialog .smart-grid-file-zone.smart-grid-file-zone{justify-content:space-between}.smart-grid-image-dialog .smart-grid-drop-zone .files,.smart-grid-image-dialog .smart-grid-file-zone .files{overflow:auto;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;width:100%;padding:10px;font-family:var(--smart-font-family);font-size:var(--smart-font-size)}.smart-grid-image-dialog .smart-grid-drop-zone .files .item,.smart-grid-image-dialog .smart-grid-file-zone .files .item{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:2px}.smart-grid-image-dialog .smart-grid-drop-zone .files .item img,.smart-grid-image-dialog .smart-grid-file-zone .files .item img{width:24px;height:24px}.smart-grid-dialog-overlay,.smart-grid-overlay{z-index:100;opacity:.1;width:100%;left:0;top:0;position:absolute}.smart-grid-image-dialog .smart-grid-drop-zone .files .item.active,.smart-grid-image-dialog .smart-grid-file-zone .files .item.active{background:var(--smart-ui-state-selected);border:1px solid var(--smart-ui-state-border-selected)}.smart-grid-dialog-overlay{background:#333;height:100%}.smart-grid-overlay{background:0 0;height:100%}.smart-grid-slider-dialog,.smart-grid-text-area-dialog{z-index:9999;position:absolute;min-width:160px;min-height:140px;font-size:var(--smart-font-size);font-family:var(--smart-font-family);background:var(--smart-background);border:none;box-shadow:0 0 0 3px var(--smart-primary)!important;border-radius:1px;color:var(--smart-background-color);box-sizing:border-box;overflow:visible}.smart-grid-slider-dialog.open,.smart-grid-text-area-dialog.open{box-shadow:var(--smart-elevation-8)!important}.smart-grid-slider-dialog.smart-grid-slider-dialog,.smart-grid-text-area-dialog.smart-grid-slider-dialog{min-height:60px;max-width:200px;transform:rotate(-90deg)}.smart-grid-slider-dialog .smart-grid-text-area-resizer,.smart-grid-text-area-dialog .smart-grid-text-area-resizer{position:absolute;background:var(--smart-primary);color:var(--smart-primary-color);height:20px;width:20px;font-size:12px;right:-10px;top:-15px;border-radius:50%;z-index:9}.smart-grid-slider-dialog .smart-grid-slider-container,.smart-grid-slider-dialog .smart-grid-text-area-container,.smart-grid-text-area-dialog .smart-grid-slider-container,.smart-grid-text-area-dialog .smart-grid-text-area-container{width:100%;height:100%;overflow:hidden}.smart-grid-slider-dialog .smart-grid-slider-container,.smart-grid-text-area-dialog .smart-grid-slider-container{height:100%;position:absolute;display:flex;padding:6px;box-sizing:border-box}.smart-grid-slider-dialog smart-text-area,.smart-grid-slider-dialog textarea,.smart-grid-text-area-dialog smart-text-area,.smart-grid-text-area-dialog textarea{min-height:180px;width:100%;height:180px;box-sizing:border-box;border:none;background:inherit;outline:0;resize:none;color:inherit}.smart-grid-cell-notification,.smart-grid-validation-error{border-radius:var(--smart-border-radius);width:auto;height:auto;z-index:99;position:absolute}.smart-grid-cell-notification{background:var(--smart-primary);color:var(--smart-primary-color);padding:7px}.smart-grid-validation-error{background:var(--smart-error);color:var(--smart-error-color);padding:7px}.smart-selection-overlay{position:absolute;border:2px solid var(--smart-primary);z-index:10}.smart-selection-overlay-content{background:var(--smart-ui-state-selected);opacity:.2;width:100%;height:100%}.smart-selection-overlay-content:after{cursor:move;content:"";height:4px;width:calc(100% - 10px);position:absolute;bottom:0}.smart-selection-overlay-border-content{border:0 solid var(--smart-background);width:100%;height:100%}.smart-selection-overlay-border-content.handle:after{border:1px solid var(--smart-background);content:"";background:var(--smart-primary);width:4px;height:4px;position:absolute;right:-4px;bottom:-4px;cursor:crosshair}.smart-input-overlay{background:var(--smart-ui-state-active);position:absolute;border-radius:100%;opacity:0;transform:scale(0);z-index:9;cursor:pointer}.smart-input-overlay.smart-animate{transition:transform .25s ease-in-out,opacity .25s ease-in-out}.smart-window.smart-grid-dialog,.smart-window.smart-grid-popup{transition:opacity .2s,transform .2s ease-out;font-family:var(--smart-font-family)}.smart-input-overlay-on{opacity:.3;transform:scale(1)}.smart-window.smart-grid-popup{opacity:0;font-size:var(--smart-font-size);transform:scaleY(0)!important;transform-origin:top!important;--smart-window-content-padding:0px;--smart-window-header-height:0px;box-shadow:none;border-radius:0}.smart-window.smart-grid-popup.open{transform:scale(1)!important;opacity:1}.smart-window.smart-grid-dialog{transform:scale(0);opacity:0;font-size:var(--smart-font-size)}.smart-window.smart-grid-dialog.maximized{box-shadow:none!important;cursor:default!important}.smart-window.smart-grid-dialog.maximized .smart-header-section{cursor:default!important}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator{display:grid;margin-top:10px;margin-bottom:10px;align-items:center;grid-template-columns:1fr auto 1fr}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator .toggle-button{margin-left:10px;margin-right:10px;cursor:pointer}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator .toggle-button:hover{color:var(--smart-primary)}.smart-window.smart-grid-dialog .smart-grid-edit-dialog-columns-separator span:last-child{border-top:1px solid var(--smart-border)}.smart-window.smart-grid-dialog[mobile]{left:0!important;top:0!important;width:100%!important;height:100%!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column,.smart-window.smart-grid-dialog.smart-grid-dialog-description{transform:scaleY(0)!important;transform-origin:top!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column.view,.smart-window.smart-grid-dialog.smart-grid-dialog-description.view{transform-origin:unset!important;transform:scale(0)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column .smart-header-notes,.smart-window.smart-grid-dialog.smart-grid-dialog-description .smart-header-notes{margin-bottom:10px;display:block}.smart-window.smart-grid-dialog.smart-grid-dialog-add-column.center,.smart-window.smart-grid-dialog.smart-grid-dialog-description.center{transform:scale(0);transform-origin:unset}.smart-window.smart-grid-dialog.smart-grid-dialog-summary{transform:scaleY(0);transform-origin:bottom;--smart-window-content-padding:0px;box-shadow:none;border-radius:0}.smart-window.smart-grid-dialog.smart-grid-dialog.disable-animation{transition:none}.smart-window.smart-grid-dialog.smart-grid-side-panel{transform-origin:top right!important;transform:scaleX(0)!important}.smart-window.smart-grid-dialog.smart-grid-side-panel.open{transform:scaleX(1)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row{width:750px!important;height:500px!important;--smart-window-content-padding:0px}@media screen and (min-width:1128px){.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row{width:1100px!important;height:750px!important}}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel{transform-origin:top right!important;transform:scaleX(0)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel.collapsed{width:450px!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.smart-grid-side-panel.open{transform:scaleX(1)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section span{margin-left:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-footer,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-header-section{background:var(--smart-background)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row[mobile]{width:100%!important;height:100%!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info{display:grid;grid-template-columns:25px 1fr 25px;padding:5px 0;line-height:normal}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-column-info.header{display:flex;flex-direction:row;justify-content:space-between;font-weight:700;font-size:calc(var(--smart-font-size) + 1px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs{width:100%;height:30px;overflow:hidden;background:var(--smart-background);transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;margin-bottom:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab{padding:4px 10px;display:flex;align-items:center;justify-content:center;color:var(--smart-surface-color);cursor:pointer;white-space:nowrap;position:relative}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab:hover{color:var(--smart-primary);border-bottom-color:var(--smart-primary)!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .tabs .tab.active{border-bottom:2px solid var(--smart-surface-color)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-content-container{width:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-prev-button:after{content:var(--smart-icon-arrow-up)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button{margin-right:5px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-next-button:after{content:var(--smart-icon-arrow-down)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row [editor]:not([template=checkBox]){width:auto;max-width:initial}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout{display:block;height:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container{pointer-events:none;cursor:default;background:var(--smart-background);border:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .arrow,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .down,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .smart-drop-down-button-icon,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-drop-down-button .up,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .arrow,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .down,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-drop-down-button-icon,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .up{opacity:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor{background:var(--smart-background);--smart-surface:var(--smart-background);pointer-events:none;border:none;border-bottom:1px solid var(--smart-border)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image]{pointer-events:initial;height:100px;border:none;background:initial}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-grid-cell-editor>div{display:block!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-drop-image,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .smart-grid-icon.smart-icon-plus,smart-grid.smart-kanban-view .smart-grid-add-row-button{display:none!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] .attachment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row.disable-edit .smart-grid-edit-dialog-layout .smart-grid-dialog-editor[template=image] img{width:95px;height:95px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout{display:grid;grid-template-columns:1fr 340px;grid-template-areas:"content sidebar" "footer sidebar";height:100%;grid-template-rows:1fr 45px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile]{display:flex;flex-direction:column}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile] .smart-grid-edit-dialog-activity-container{position:absolute;top:45px;width:90%;height:calc(100% - 45px);right:0;box-shadow:var(--smart-elevation-8)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout[mobile] .smart-grid-edit-dialog-editors-container{height:calc(100% - 45px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout.hide-activity{grid-template-columns:1fr}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout.hide-activity .smart-grid-edit-dialog-activity-container{display:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer{grid-area:footer;display:flex;padding-inline-start:20px;padding-inline-end:10px;justify-content:space-between;align-items:center;flex-direction:row-reverse}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer .smart-button{display:flex;align-items:center;height:30px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-footer .smart-button.primary{margin-right:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container{padding:20px;overflow:auto;grid-area:content;display:grid}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-editors-container.many{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:1rem}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container{background:var(--smart-surface);border-left:1px solid var(--smart-border);overflow:hidden;grid-area:sidebar}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container>div{height:100%}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-grid-edit-dialog-row{height:100%;display:grid;grid-template-rows:40px 40px 40px 40px 40px 1fr}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .smart-user{position:relative;top:10px;left:-3px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon{height:30px;width:30px;border-radius:50%;background-size:cover;background-position:center}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon.image:after{content:""}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .user-icon:after{content:var(--smart-icon-user);font-family:var(--smart-font-family-icon);width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:24px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-header{white-space:nowrap}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-tab{height:calc(100% - 35px)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout{display:grid;grid-template-rows:1fr auto;flex-direction:column;padding:3px;height:calc(100% - 10px);overflow-x:hidden;overflow-y:auto}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .no-comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .no-comments{display:flex;position:absolute;width:100%;height:100%;align-items:center;justify-content:center}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .no-comments span,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .no-comments span{text-align:center;padding:20px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row{display:grid;grid-template-columns:30px 1fr;grid-column-gap:var(--smart-data-view-padding);margin:var(--smart-data-view-padding)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-header,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-header{display:grid;opacity:.75;grid-template-columns:1fr auto auto auto;grid-column-gap:calc(var(--smart-data-view-padding)/ 2);margin-bottom:var(--smart-data-view-padding)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body{padding:.625rem .75rem;border-radius:var(--smart-border-radius);background:var(--smart-background);box-shadow:var(--smart-elevation-1);overflow:hidden;overflow-wrap:break-word;display:inline-block;margin:2px;max-width:220px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body .detail,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body .detail{margin-top:10px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body.edit,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body.edit{min-width:200px;min-height:50px;box-shadow:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .history-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .comment-body.edit .smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .history-body.edit .smart-text-area{width:100%;height:100%;border-radius:0;background:var(--smart-background);color:var(--smart-background-color);border:none}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button{cursor:pointer;opacity:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button:after{content:var(--smart-icon-delete);display:flex;align-items:center;justify-content:center;height:100%;font-family:var(--smart-font-family-icon);cursor:pointer}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button.edit-button:after,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button.edit-button:after{content:var(--smart-icon-mode-edit)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment .remove-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .edit-button.enabled,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row .remove-button.enabled{visibility:visible}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comment:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history-row:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comment:hover .remove-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row:hover .edit-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history-row:hover .remove-button{opacity:1}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .history,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .comments,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .history{overflow-y:auto;overflow-x:hidden;min-height:180px;max-height:600px;position:relative}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer{height:45px;display:flex;padding:5px;box-sizing:border-box;transition:height cubic-bezier(.4,0,.2,1) .2s}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer.focus,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer.focus{height:70px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-text-area,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer smart-text-area{width:100%;height:100%;border-radius:0}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .comments-layout .footer smart-button,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .history-layout .footer smart-button{border-top-left-radius:0;border-bottom-left-radius:0;width:100px;display:none;border-left-color:transparent}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout{display:grid;grid-template-columns:1fr 1fr 1fr;padding:5px;width:300px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout .font-family smart-input{height:35px;width:150px!important}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group{grid-column-gap:10px}.smart-grid.smart-container,smart-grid{grid-template-columns:var(--smart-grid-template-columns);grid-column-gap:var(--smart-grid-column-gap);grid-row-gap:var(--smart-grid-row-gap);contain:content}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:first-child{grid-column:1/2 span}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.font-group .format:last-child{width:100px}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group{background:var(--smart-background);border:1px solid var(--smart-border);border-radius:var(--smart-border-radius);height:calc(7px + var(--smart-editor-height));width:175px;padding:0;display:flex;justify-content:space-between}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline{font-weight:400;display:block;height:100%;padding:10px;width:100%;border-bottom:2px solid transparent;transition:border ease-in-out .2s}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough:hover,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline:hover{border-bottom:2px solid var(--smart-primary)}.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .bold.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .italic.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .linethrough.checked,.smart-window.smart-grid-dialog.smart-grid-dialog-expand-row .smart-grid-edit-dialog-layout .smart-grid-edit-dialog-activity-container .format-layout.button-group .underline.checked{background:var(--smart-primary);color:var(--smart-primary-color)}.smart-window.smart-grid-dialog .col-sm-6{padding:0}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button{border-radius:var(--smart-border-radius)}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-window.smart-grid-dialog>.smart-container .smart-header-section .smart-buttons-container button.checked{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-window.smart-grid-dialog.open,.smart-window.smart-grid-dialog.view.open{transform:scale(1)!important;opacity:1}.smart-window.smart-grid-dialog .smart-field-editor-error-label{font-size:10px;color:var(--smart-error)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox]){max-width:150px;height:30px;overflow:hidden;border:1px solid var(--smart-border);border-radius:var(--smart-border-radius)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=vote]{border:none;width:200px}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=textarea]{height:180px;min-height:120px;resize:vertical}.smart-window.smart-grid-dialog [editor]:not([template=checkBox])[template=textarea] smart-text-area{width:100%!important;height:100%}.smart-window.smart-grid-dialog [editor][focus],.smart-window.smart-grid-dialog [editor][focus] .smart-grid-cell-editor{border-color:var(--smart-primary)}.smart-window.smart-grid-dialog [editor][template=checkBox]{height:30px;display:flex;align-items:center}.smart-window.smart-grid-dialog [editor][template=checkBox]:focus{outline:0}.smart-window.smart-grid-dialog [editor][template=checkBox]:focus .smart-grid-check-box-cell-editor{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-window.smart-grid-dialog [editor]:not([template=checkBox]) .smart-grid-cell-editor{width:100%;height:100%}.smart-window.smart-grid-dialog>.smart-container>.smart-footer{height:auto}.smart-window.smart-grid-dialog .column{display:flex;justify-content:space-between;padding:5px;flex-direction:column}.smart-window.smart-grid-dialog .column label{justify-content:flex-end;padding:5px 0}.smart-window.smart-grid-dialog .smart-footer .smart-stack-layout{padding:0 10px}smart-grid{width:var(--smart-grid-default-width);height:var(--smart-grid-default-height);visibility:hidden}smart-grid .smart-grid-cell-loading{height:10px;position:absolute;top:calc(50% - 5px);background:var(--smart-surface);width:80%;left:10%;border:1px solid var(--smart-surface);border-radius:var(--smart-border-radius)}smart-grid .smart-grid-add-column-button,smart-grid .smart-grid-add-row-button{position:absolute;bottom:0;left:0;z-index:12;width:30px;background:var(--smart-surface);transform:scale(0);opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1);height:28px}smart-grid .smart-grid-add-column-button.insert,smart-grid .smart-grid-add-row-button.insert{transition:background .2s cubic-bezier(.4,0,.2,1)}smart-grid .smart-grid-add-column-button.float,smart-grid .smart-grid-add-row-button.float{height:24px;width:24px;border-radius:50%;font-size:14px;border:1px solid var(--smart-primary);left:5px;bottom:5px;background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid .smart-grid-add-column-button.smart-grid-add-column-button,smart-grid .smart-grid-add-row-button.smart-grid-add-column-button{right:5px;left:initial;top:55px}smart-grid .smart-grid-add-column-button.show,smart-grid .smart-grid-add-row-button.show{transform:scale(1);opacity:1}smart-grid .smart-grid-add-column-button.show:active,smart-grid .smart-grid-add-column-button.show:hover,smart-grid .smart-grid-add-row-button.show:active,smart-grid .smart-grid-add-row-button.show:hover{color:var(--smart-primary-color);background:var(--smart-primary)}smart-grid .smart-grid-add-column-button.show:active.float,smart-grid .smart-grid-add-column-button.show:hover.float,smart-grid .smart-grid-add-row-button.show:active.float,smart-grid .smart-grid-add-row-button.show:hover.float{transform:scale(1.2);box-shadow:var(--smart-elevation-6)}smart-grid.smart-kanban-view{background:#fafafa}smart-grid[appearance_hide-column-group-lines] smart-grid-column:not([column-group-first-child])[column-group]:before{background:0 0!important}smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid[appearance_allow-hover] smart-grid-cell:not([focus]):hover:not(.smart-add-new-column) .smart-label{background:var(--smart-ui-state-hover)!important;color:var(--smart-ui-state-color-hover)!important}smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not([focus]) .smart-label{background:var(--smart-ui-state-hover)!important;color:var(--smart-ui-state-color-hover)!important}smart-grid[tree] smart-grid-cell[has-toggle-button]:not([detail]) button[toggle-button]{padding-right:14px;margin-left:7px;cursor:pointer}smart-grid.smart-element{visibility:inherit}smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]),smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]) .smart-label:not([style]),smart-grid:not([selection_allow-cell-selection])[focus][appearance_show-selection-on-top] smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]),smart-grid:not([selection_allow-cell-selection])[focus][appearance_show-selection-on-top] smart-grid-row[focus] smart-grid-cell:not([editor]):not([header]) .smart-label{background:rgba(var(--smart-primary-rgb),.7)!important;color:var(--smart-primary-color)!important;border-color:var(--smart-primary)!important}smart-grid:not([selection_allow-cell-selection])[focus] smart-grid-row[focus]>.smart-grid-cell-container smart-grid-cell:not([editor]):not([header]):before{background:var(--smart-primary)}smart-grid[selection_allow-cell-selection] smart-grid-row[focus] smart-grid-cell[focus]:not([editor]):not([header]){background:var(--smart-primary);color:var(--smart-primary-color);border-color:var(--smart-primary)}.smart-grid.smart-container{visibility:hidden}.smart-grid.smart-container .smart-grid-header,.smart-grid>.smart-container .smart-grid-header{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-border);height:var(--smart-grid-header-height);border-bottom-width:1px;border-bottom-style:solid;width:100%}.smart-grid.smart-container .smart-grid-column-header,.smart-grid>.smart-container .smart-grid-column-header{height:var(--smart-grid-column-header-height);min-height:30px;color:var(--smart-surface-color);overflow:hidden;position:relative;z-index:99}.smart-grid.smart-container .smart-grid-pager,.smart-grid>.smart-container .smart-grid-pager{height:var(--smart-pager-default-height);overflow:hidden;z-index:99;border-top-width:1px;border-top-style:solid;border-top-color:var(--smart-border);width:100%;background:var(--smart-surface);color:var(--smart-surface-color)}.smart-grid.smart-container .smart-grid-pager[top],.smart-grid>.smart-container .smart-grid-pager[top]{border-top-color:transparent;border-bottom:1px solid var(--smart-border)}.smart-grid.smart-container .smart-grid-content,.smart-grid>.smart-container .smart-grid-content{width:100%;height:100%;padding:0;overflow:hidden;border:none;background:var(--smart-surface)}.smart-grid.smart-container.smart-grid-resize-mode,.smart-grid>.smart-container.smart-grid-resize-mode{overflow:visible}.smart-grid.smart-element{visibility:inherit}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-label.align-right{margin-left:-10px}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button[order]{width:40px}.smart-grid[sorting_mode=many] smart-grid-column[sort-index] .smart-sort-button:after{content:attr(order);font-family:var(--smart-font-family);font-size:11px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:var(--smart-primary);color:var(--smart-primary-color);padding:5px;margin-left:5px;height:8px;box-sizing:content-box}.smart-grid smart-grid-row[data-id="9999999"]{box-shadow:rgba(140,149,159,.15) 0 3px 6px 0}.smart-grid smart-grid-row .smart-grid-row-detail{overflow:hidden;width:100%;z-index:3;position:absolute;background:var(--smart-background);color:var(--smart-background-color);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--smart-border);transform-origin:top;transform:scaleY(0);display:flex;justify-content:flex-start}.smart-grid smart-grid-row .smart-grid-row-detail>div{width:100%;height:100%;line-height:initial;overflow:hidden;position:relative}.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before,.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-vertical-border-collapse:before{width:0}.smart-grid smart-grid-column:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after,.smart-grid smart-grid-row smart-grid-cell:not(.smart-grid-column-border).smart-grid-horizontal-border-collapse:after{height:0}.smart-grid smart-grid-row[has-detail]{transition:height .25s ease-in-out}.smart-grid smart-grid-row[has-detail] .smart-grid-row-detail.smart-animate,smart-grid-row .smart-grid-row-sub-container.smart-animate{transition:transform .25s ease-in-out,height .25s ease-in-out}.smart-grid smart-grid-row[show-detail] .smart-grid-row-detail{transform:scaleY(1)}.smart-grid smart-grid-row[unbound] smart-grid-cell{background:var(--smart-grid-cell-background-unbound);color:var(--smart-grid-cell-color-unbound)}.smart-grid smart-grid-column .smart-grid-command-item{padding:0;align-items:center;justify-content:center;border-radius:0}.smart-grid smart-grid-column .smart-add-new-column{border-right:1px solid var(--smart-border)}.smart-grid smart-grid-column .smart-add-new-column:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid smart-grid-cell.dragged,.smart-grid smart-grid-column.dragged{background-image:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);background-size:3em 3em}.smart-grid smart-grid-column.afterTarget:last-child:after{right:0}.smart-grid smart-grid-cell .smart-grid-command-item{padding:0 3px;overflow:hidden}.smart-grid smart-scroll-bar{overflow:visible;position:absolute;bottom:0;height:calc(var(--smart-scroll-bar-size));width:100%;z-index:11;touch-action:none}.smart-grid smart-scroll-bar:after,.smart-grid smart-scroll-bar:before{position:absolute;content:"";height:var(--smart-scroll-bar-size);background:var(--smart-scroll-bar-background);top:0}.smart-grid smart-scroll-bar:after{width:var(--smart-scroll-bar-size);min-width:var(--smart-scroll-bar-far-size);left:100%}.smart-grid smart-scroll-bar:before{width:var(--smart-scroll-bar-near-size);left:calc(0px - var(--smart-scroll-bar-near-size))}.smart-grid smart-scroll-bar.smart-element{border:none;border-radius:0}.smart-grid smart-scroll-bar.bottom-corner-visible{width:calc(100% - var(--smart-scroll-bar-size))}.smart-grid smart-scroll-bar[orientation=vertical]{right:0;top:0;height:100%;width:calc(var(--smart-scroll-bar-size));border-left:1px solid var(--smart-border)}.smart-grid smart-scroll-bar[orientation=vertical]:after,.smart-grid smart-scroll-bar[orientation=vertical]:before{width:var(--smart-scroll-bar-size);background:var(--smart-scroll-bar-background);content:"";position:absolute}.smart-grid smart-scroll-bar[orientation=vertical]:before{height:var(--smart-scroll-bar-near-size);left:-1px;top:calc(0px - var(--smart-scroll-bar-near-size));border-left:1px solid var(--smart-border)}.smart-grid smart-scroll-bar[orientation=vertical]:after{height:var(--smart-scroll-bar-size);min-height:var(--smart-scroll-bar-far-size);left:0;bottom:calc(0px - var(--smart-scroll-bar-far-size));top:auto;min-width:0;z-index:-1}.smart-grid smart-scroll-bar[orientation=vertical].bottom-corner-visible{height:calc(100% - var(--smart-scroll-bar-size))}.smart-grid .smart-data-view-header-drop-down{transition:transform cubic-bezier(.4,0,.2,1) .2s;transform:scaleY(0)}.smart-grid .smart-data-view-header-drop-down.open{transform:scaleY(1)}.smart-grid .smart-breadcrumb-items>.afterTarget:last-child:after,.smart-grid .smart-breadcrumb-items>.target:before{content:"";display:none}.smart-grid .smart-grid-command-item{display:flex;padding:5px 8px;user-select:none;min-width:25px;border:1px solid transparent;cursor:pointer;border-top-left-radius:var(--smart-item-border-top-left-radius);border-top-right-radius:var(--smart-item-border-top-right-radius);border-bottom-right-radius:var(--smart-item-border-bottom-right-radius);border-bottom-left-radius:var(--smart-item-border-bottom-left-radius)}.smart-grid .smart-grid-command-item:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);border:1px solid var(--smart-ui-state-border-hover)}.smart-grid .smart-grid-command-item:active{background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active);border:1px solid var(--smart-ui-state-border-active)}.smart-grid .smart-grid-command-item .smart-grid-icon{display:flex;min-width:16px;width:auto}.smart-grid .smart-grid-command-item span:last-child:not(:first-child){margin-left:4px}.smart-grid .smart-grid-command-bar{display:flex;align-items:center;padding:5px}.smart-grid .smart-grid-command-bar .smart-grid-icon{display:flex}.smart-grid .smart-grid-row:not([leaf]) smart-grid-cell[group]:not([header]) div:not([content]){visibility:hidden}.smart-grid .smart-grid-resize-line{position:absolute;z-index:99;opacity:.8;width:var(--smart-grid-resize-line-size);background:var(--smart-primary)}.smart-grid .smart-grid-resize-line.row{height:var(--smart-grid-resize-line-size)}.smart-grid .smart-grid-resize-tooltip{position:absolute;bottom:0;z-index:99;background:var(--smart-primary);color:var(--smart-primary-color);padding:5px;transition:width .2s ease-out}.smart-grid .smart-grid-drag-line{position:absolute;z-index:199;opacity:1;width:calc(2 * var(--smart-grid-resize-line-size));background:var(--smart-primary);font-family:var(--smart-font-family-icon);transition:opacity cubic-bezier(.6,.2,0,.8) .25s}.smart-grid .smart-grid-drag-line:after{content:var(--smart-icon-arrow-up);color:var(--smart-primary);font-size:16px;position:absolute;left:0;bottom:0;margin-left:-7px;font-weight:700;margin-bottom:-11px}.smart-grid .smart-grid-drag-line:before{content:var(--smart-icon-arrow-down);color:var(--smart-primary);font-size:16px;position:absolute;left:0;top:0;margin-left:-7px;font-weight:700;margin-top:-7px}.smart-grid .smart-grid-drag-line.row{height:calc(2 * var(--smart-grid-resize-line-size))}.smart-grid .smart-grid-drag-line.row:after{content:var(--smart-icon-arrow-left);right:0;left:initial;bottom:0;margin-right:-7px;font-weight:700;margin-bottom:-7px}.smart-grid[grouped] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden),.smart-grid[tree] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden){margin-right:7px}.smart-grid .smart-grid-drag-line.row:before{content:var(--smart-icon-arrow-right);left:0}.smart-grid[tree] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]{line-height:initial;width:100%;height:100%;display:flex;align-items:center}.smart-grid[grouped] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]{line-height:initial;width:100%;height:100%;display:flex;align-items:center}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group]{border-right:1px solid var(--smart-border);padding-right:1px}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]{font-size:12px;grid-template-columns:auto auto auto;display:grid;grid-column-gap:5px;align-items:center}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]:hover span[group] span{transform:scale(1.1);opacity:1;color:var(--smart-primary)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[group]{display:flex;font-weight:700}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[group] span{opacity:.7;font-weight:400;margin-left:-8px;transform:scale(.9)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[value]{font-size:var(--smart-font-size);position:relative;white-space:nowrap;text-overflow:ellipsis;user-select:none;display:flex;align-items:center;padding:2px 6px;font-weight:400;border-radius:20px;background-color:var(--smart-primary);color:var(--smart-primary-color);border:1px solid var(--smart-primary)}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced] span[summary]{font-weight:400;font-size:10px;opacity:.7}.smart-grid[grouped] smart-grid-row[level] smart-grid-cell[group] div[group-advanced]:hover span[summary]{opacity:1}.smart-grid[appearance_allow-header-hover] smart-grid-column:not(.top-far-corner):not(.top-near-corner)[header]:hover smart-grid-cell[header],.smart-grid[appearance_allow-header-hover] smart-grid-row:hover smart-grid-cell[header],.smart-grid[appearance_allow-hover]:not([selection_allow-cell-selection]) smart-grid-row:hover smart-grid-cell:not(.smart-add-new-column){background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:default}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle{transition:opacity ease-in-out .2s;overflow:hidden;opacity:0;width:5px;height:100%;position:absolute;left:1px;z-index:9;font-family:var(--smart-font-family-icon);cursor:move}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle:before{position:relative;font-family:var(--smart-font-family-icon);content:var(--smart-icon-ellipsis);transform:rotate(90deg);display:flex;justify-content:center}.smart-grid[appearance_show-column-header-drag-icon][behavior_allow-column-reorder] smart-grid-column:not([auto-generated]) .smart-drag-handle:hover{opacity:1}.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-drag-icon] smart-grid-row smart-grid-cell[header]:not([detail])>.smart-label:before{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%;content:var(--smart-icon-ellipsis);cursor:move;transform:rotate(90deg);display:flex;align-items:flex-end;justify-content:center;opacity:.25}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail])>.smart-label,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail])>.smart-label:before,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail])>.smart-label:before{content:var(--smart-icon-mode-edit);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit] smart-grid-cell[header]:not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-edit-icon] smart-grid-row[edit][focus] smart-grid-cell[header]:not([detail]):last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-comments] smart-grid-row smart-grid-cell[header]:not([detail]),.smart-grid[appearance_show-row-status] smart-grid-row smart-grid-cell[header]:not([detail]){z-index:9}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row),.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[header]:not([detail]):not([group]):not(.smart-add-new-row){width:25px!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button][selected],.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button][selected]{background:var(--smart-ui-state-hover)!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail,.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail{visibility:inherit!important}.smart-grid[appearance_show-row-comments] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-comments] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-status] smart-grid-row:hover smart-grid-cell[detail][has-toggle-button] button.row-detail:after,.smart-grid[appearance_show-row-status] smart-grid-row[focus][selected=indeterminate] smart-grid-cell[detail][has-toggle-button] button.row-detail:after{content:var(--smart-icon-resize-full);font-size:13px;color:var(--smart-primary)}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):not(:hover)>.smart-label:before{content:var(--smart-icon-arrow-right)}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail])>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-focus-icon] smart-grid-row[focus]:not([edit]) smart-grid-cell[header]:not([detail])>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-surface);color:var(--smart-surface-color);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail]):last-child>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]:last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected][selected]>.smart-label:before{content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row:hover smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{content:var(--smart-icon-check-empty);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);position:absolute;left:0;width:100%}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover:last-child>.smart-label,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]:last-child>.smart-label{height:100%;font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer;width:100%;position:absolute;left:0;top:0;min-width:0}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail]):hover[selected]>.smart-label:before,.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected][selected]>.smart-label:before{content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid[appearance_show-row-header-select-icon][selection_enabled][selection_allow-row-header-selection] smart-grid-row smart-grid-cell[header]:not([group]):not([detail])[selected]>.smart-label:before{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;content:var(--smart-icon-check-squared);transform:rotate(0)}.smart-grid.smart-container,smart-grid>.smart-container{height:100%;width:100%;margin-bottom:-3px;border-style:solid;border-width:0;border-color:transparent;position:relative;overflow:hidden;max-height:inherit;padding:0}smart-grid-row{display:block;overflow:visible;position:relative;padding:0;height:var(--smart-grid-row-height);cursor:default}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-tree-header,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header){cursor:pointer}smart-grid-row:hover smart-grid-cell[checkbox][header][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}smart-grid-row[aria-rowindex="1"] .smart-grid-row-card-container .smart-card-layout-view{padding-top:10px}smart-grid-row .smart-grid-row-card-container{width:100%;height:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view{min-width:unset;min-height:unset;width:calc(100% - 20px);height:100%;padding:0 10px 10px;background:var(--smart-surface)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container{display:flex;justify-content:space-evenly;order:none;width:100%;height:100%;grid-column-gap:var(--smart-card-view-column-gap,var(--smart-card-view-gap));grid-row-gap:var(--smart-card-view-row-gap,var(--smart-card-view-gap))}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card{width:100%!important;display:flex;margin:0;border:var(--smart-border-width) solid var(--smart-border);padding:var(--smart-data-view-padding);overflow:auto;font-family:inherit;font-size:inherit;background-color:var(--smart-background);color:var(--smart-background-color);border-top-left-radius:var(--smart-border-top-left-radius);border-top-right-radius:var(--smart-border-top-right-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius);box-shadow:var(--smart-elevation-2);transition:box-shadow ease-in-out .2s;position:relative}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header .smart-card-view-cell{justify-content:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card.smart-card-header .smart-card-view-value:after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-arrow-right)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header)[edit]{border:1px solid var(--smart-primary)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header):hover:after,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card[editable]:not(.smart-card-header)[edit]:after{content:var(--smart-icon-mode-edit);font-family:var(--smart-font-family-icon);width:16px;height:16px;right:3px;bottom:6px;position:absolute}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container{width:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell{justify-content:flex-start;column-gap:5px;flex-direction:column;align-items:flex-start}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell .smart-card-view-value{width:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell.center{align-items:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-data-container.col-2 .smart-card-view-cell.right{align-items:flex-end}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card:hover{box-shadow:var(--smart-elevation-4)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell{display:grid;grid-template-columns:auto auto;align-items:center;justify-content:space-between;min-height:30px;margin-bottom:0;padding-left:10px;overflow:hidden}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.span{grid-column:1/span 2}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-arrow-down{visibility:hidden}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.row-span .smart-card-view-value smart-grid-cell{height:100%;white-space:normal}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.row-span .smart-card-view-value smart-grid-cell .smart-label{white-space:normal}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.smart-card-view-title{font-size:1rem;font-weight:700;display:flex!important;align-items:center!important}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical{display:grid;grid-template-columns:unset;grid-template-rows:16px 1fr;align-items:flex-start;grid-row-gap:.25rem;justify-content:stretch}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical .smart-card-view-label,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell.vertical .smart-card-view-value{width:100%;height:100%}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-label{font-size:12px;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:50%;position:relative}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-label.icon:after{content:"";position:absolute;left:-5px;top:0;width:30px;height:100%;background-repeat:no-repeat;background-position:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell{width:100%;height:auto;position:static;display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .attachments{display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .file-container{justify-content:center}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] img{max-width:100%;max-height:100%;width:100%;height:100%;display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .images{display:flex;flex-direction:column;position:relative;top:3px}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation{display:flex;width:100%;height:26px;align-items:center;justify-content:center;grid-column-gap:3px;margin-top:-3px}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item{width:12px;height:12px;border:2px solid var(--smart-border)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item.active,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell[template=image] .smart-navigation .smart-navigation-item:hover{width:14px;height:14px;border-color:var(--smart-primary)}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .textwrap{display:block}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell::after,smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell::before{content:"";border:none;width:0;height:0}smart-grid-row .smart-grid-row-card-container .smart-card-layout-view .smart-card-container .smart-card .smart-card-view-cell .smart-card-view-value smart-grid-cell .smart-label{white-space:nowrap;text-align:unset;padding-left:0;padding-right:0}smart-grid-row[filter-row],smart-grid-row[summary-row]{background:var(--smart-surface)}smart-grid-row smart-grid-cell[header].smart-decorate>.smart-label{padding-right:5px}smart-grid-row smart-grid-cell[header].smart-decorate.row-number:not(.smart-add-new-row)::before{border-radius:5px;width:5px;position:absolute;height:70%;right:4px;content:"";top:15%;background:var(--smart-decorate-color)}smart-grid-row smart-grid-cell[header][freeze]{background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-row smart-grid-cell[header] .smart-grid-cell-editor.smart-grid-input-cell-editor{background:var(--smart-background);color:var(--smart-background-color);position:absolute;z-index:10;left:1px;top:0;padding-top:0;padding-bottom:0;height:calc(100% - 1px);box-sizing:border-box}smart-grid-row .smart-grid-row-sub-container{overflow:visible;width:100%;z-index:3;position:relative;transform-origin:top}smart-grid-row .smart-grid-command-bar{z-index:7;height:calc(100% - 1px);position:absolute;right:0;top:0;box-sizing:border-box;overflow:hidden;transform:scaleX(0);transform-origin:right;transition:transform .25s ease;background:var(--smart-surface);color:var(--smart-surface-color);border-left:1px solid var(--smart-border)}smart-grid-row .smart-grid-command-bar.show{transform:scaleX(1)}smart-grid-row[edit] smart-grid-cell:not(rowspan):not(colspan)[editor]{z-index:7}smart-grid-row[edit][error]{z-index:101}smart-grid-row[edit][error] smart-grid-cell[editor]{border-color:var(--smart-error)}smart-grid-row[filter=indeterminate]{opacity:.75}smart-grid-row.smart-animate{transition:margin-bottom .25s ease-in-out,height .25s ease-in-out}smart-grid-row:not([selected]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-horizontal-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-vertical-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):after{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-horizontal-border-opacity-selected,.3)}smart-grid-row[selected] smart-grid-cell[header]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-row[selected] smart-grid-cell[checkbox][header][auto-show] .smart-input{opacity:1;border-color:var(--smart-border)}smart-grid-row[selected]:not([selected=indeterminate]):not([selected]+smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none])) smart-grid-cell[selected]:not([editor]):not([header]):not(.smart-add-new-column){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-grid-row[selected]:not([selected=indeterminate]):not([selected]+smart-grid-row[selected]:not([selected=indeterminate]):not([selected=none])) smart-grid-cell[selected]:not([editor]):not([header]):not(.smart-add-new-column) .smart-label:not([data-field=_addNewColumn]):not([data-field=_rowDetailColumn]){border-top:1px solid var(--smart-ui-state-selected)}smart-grid-row[selected]:not([selected=indeterminate]) smart-grid-cell[selected]:not([selected=indeterminate]):not([header]):not(.smart-grid-column-border):before{background:var(--smart-ui-state-color-selected);opacity:var(--smart-grid-cell-vertical-border-opacity-selected,.3)}smart-grid-row[selected=none] smart-grid-cell{color:var(--smart-disabled)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected]:not([editor]){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected]:not([editor])[freeze]{background:var(--smart-grid-cell-background-freeze)}smart-grid-row[selected=indeterminate] smart-grid-cell[selected][focus]:not([editor]):not([rowspan]):not([colspan]){background:rgba(var(--smart-primary-rgb),.05);color:var(--smart-ui-state-color-selected);opacity:1}smart-grid-row[alternation-index="1"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="0"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="3"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label,smart-grid-row[alternation-index="4"] smart-grid-cell[editor]:not([selected]):not([header]):not([highlight]):not([freeze])>.smart-label{padding:0;margin:0;border:1px solid var(--smart-primary);background:var(--smart-background);box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;left:1px;user-select:none}smart-grid-row[alternation-index="0"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-background);color:var(--smart-background-color);border-color:var(--smart-border)}smart-grid-row[alternation-index="1"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index0-background);color:var(--smart-alternation-index0-color);border-color:var(--smart-alternation-index0-border)}smart-grid-row[alternation-index="2"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index1-background);color:var(--smart-alternation-index1-color);border-color:var(--smart-alternation-index1-border)}smart-grid-row[alternation-index="3"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index2-background);color:var(--smart-alternation-index2-color);border-color:var(--smart-alternation-index2-border)}smart-grid-row[alternation-index="4"] smart-grid-cell:not([selected]):not([header]):not([update]):not([delete]):not([add]):not([freeze]):not([focus]):not([sort]):not([filter]) .smart-label{background-color:var(--smart-alternation-index3-background);color:var(--smart-alternation-index3-color);border-color:var(--smart-alternation-index3-border)}smart-grid-column{color:var(--smart-surface-color);background:var(--smart-surface);white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute;display:flex;cursor:default;min-height:30px}smart-grid-column[aria-controls],smart-grid-column[focus],smart-grid-column[selected]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-column[highlight],smart-grid-column[highlight][freeze]{background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid-column:hover .smart-action-button{border-color:var(--smart-ui-state-border-hover);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:pointer}smart-grid-column:hover .smart-action-button div:after,smart-grid-column:hover .smart-action-button div:before{background:var(--smart-ui-state-color-hover)}smart-grid-column .smart-icon{display:none}smart-grid-column .smart-icon.show{display:flex!important;width:var(--smart-grid-column-buttons-width);height:100%;left:4px;position:relative}smart-grid-column .smart-icon.show.smart-add-new-column{left:0;width:100%;justify-content:center}smart-grid-column .smart-icon .smart-grid-icon{display:flex}smart-grid-column .smart-label:not(.smart-input){position:relative;left:0}smart-grid-column .smart-label:not(.smart-input).smart-animate{transition:width .25s ease}smart-grid-column .smart-label:not(.smart-input).one{width:calc(100% - var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).two{width:calc(100% - 2 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).three{width:calc(100% - 3 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).four{width:calc(100% - 4 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).five{width:calc(100% - 5 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-label:not(.smart-input).six{width:calc(100% - 6 * var(--smart-grid-column-buttons-width));min-width:30px}smart-grid-column .smart-buttons-group{height:100%;right:0;top:0;display:flex;position:absolute;transform:translateX(var(--smart-grid-column-buttons-width))}smart-grid-column .smart-buttons-group.smart-animate{transition:transform .25s ease}smart-grid-column .smart-buttons-group.action{transform:translateX(0)}smart-grid-column .smart-sort-button.asc,smart-grid-column .smart-sort-button.desc{display:flex}smart-grid-column .smart-sort-button.asc:before,smart-grid-column .smart-sort-button.desc:before{content:var(--smart-icon-arrow-down);position:relative}smart-grid-column .smart-sort-button.asc:before{transform:rotate(180deg)}smart-grid-column .smart-sort-button.desc:before{transform:rotate(0)}smart-grid-column .smart-filter-button.smart-animate:before,smart-grid-column .smart-sort-button.smart-animate:before{transition:transform .2s ease-out,opacity .3s ease-out}smart-grid-column .smart-description-button{margin-right:3px}smart-grid-column .smart-action-button{display:flex;border-left:1px solid var(--smart-border);background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-column .smart-action-button div{width:14px;position:relative;display:flex!important;background:0 0;border-top:2px solid;border-bottom:2px solid;color:inherit;font-size:0;transition:all .25s ease-in-out;height:12px}smart-grid-column .smart-action-button div:after,smart-grid-column .smart-action-button div:before{content:"";display:block;width:100%;height:2px;position:absolute;top:50%;left:50%;background:var(--smart-surface-color);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:transform .25s ease-in-out}smart-grid-column .smart-action-button.smart-animate{transition:width .25s ease}smart-grid-column .smart-action-button.active:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}smart-grid-column .smart-action-button.active:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}smart-grid-column .smart-grid-cell-editor.smart-grid-input-cell-editor{background:var(--smart-background);color:var(--smart-background-color);position:absolute;z-index:10;left:1px;top:0;padding-top:0;padding-bottom:0;height:calc(100% - 1px);box-sizing:border-box}smart-grid-column[freeze]{background:var(--smart-surface);color:var(--smart-surface-color)}smart-grid-column[aria-controls] .smart-action-button{border-color:var(--smart-ui-state-border-focus);background:var(--smart-ui-state-focus);color:var(--smart-ui-state-color-focus)}smart-grid-column[aria-controls] .smart-action-button div:after,smart-grid-column[aria-controls] .smart-action-button div:before{background:var(--smart-ui-state-color-focus)}smart-grid-column.smart-grid-column-border{border-width:var(--smart-border-width)}smart-grid-column.top-far-corner{width:var(--smart-scroll-bar-size);position:absolute;right:0;top:0;z-index:1}smart-grid-column:not(.smart-grid-column-border):after{background:var(--smart-grid-column-horizontal-border,var(--smart-border))}smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-border)}smart-grid-column:not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-column-vertical-border,var(--smart-border))}smart-grid-row[error] smart-grid-cell.smart-add-new-column.smart-add-new-column .smart-label{background:#E2E2E2!important}smart-grid-cell{display:block;color:var(--smart-background-color);background:var(--smart-background);white-space:nowrap;border-width:0;border-style:solid;overflow:hidden;height:100%;position:absolute;text-overflow:ellipsis;font-size:var(--smart-grid-cell-font-size,inherit);font-weight:var(--smart-grid-cell-font-weight,inherit);scrollbar-width:auto;scrollbar-color:#8b8b8b #fff}smart-grid-cell div[load]{width:16px;height:16px;border:2px solid var(--smart-border);border-bottom-color:var(--smart-primary)!important;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-left:5px;position:absolute;top:50%;margin-top:-8px}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}smart-grid-cell[role=rowheader] .smart-label{padding-left:0;padding-right:0}smart-grid-cell.row-comments .smart-label::after{content:var(--smart-icon-comment);font-family:var(--smart-font-family-icon);position:absolute;right:5px}smart-grid-cell smart-color-input .smart-color-box{border-radius:50%!important}smart-grid-cell button[toggle-button]:after{justify-content:flex-start}smart-grid-cell line[highlight]{stroke:var(--smart-secondary)}smart-grid-cell path[highlight],smart-grid-cell rect[highlight]{fill:var(--smart-secondary)}smart-grid-cell[focus] line{stroke:var(--smart-primary-color)}smart-grid-cell[focus] path,smart-grid-cell[focus] rect{fill:var(--smart-primary-color)}smart-grid-cell .wrap{white-space:normal;display:flex;flex-direction:column;justify-content:center;line-height:1.5}smart-grid-cell .textwrap{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;word-break:break-word;line-height:1.5}smart-grid-cell .textwrap h1,smart-grid-cell .textwrap h2,smart-grid-cell .textwrap h3,smart-grid-cell .textwrap h4,smart-grid-cell .textwrap h5,smart-grid-cell .textwrap h6,smart-grid-cell .textwrap p{margin-top:3px;margin-bottom:3px}smart-grid-cell .textwrap h1:first-child,smart-grid-cell .textwrap h2:first-child,smart-grid-cell .textwrap h3:first-child,smart-grid-cell .textwrap h4:first-child,smart-grid-cell .textwrap h5:first-child,smart-grid-cell .textwrap h6:first-child,smart-grid-cell .textwrap p:first-child{margin-top:0}smart-grid-cell ol,smart-grid-cell ul{padding-left:16px;margin:0}smart-grid-cell ul[checklist]{padding-left:0}smart-grid-cell ul[checklist] li{list-style:none;padding-left:0}smart-grid-cell ul[checklist] li::before{border-radius:3px;width:12px;height:12px;display:inline-block;content:"";margin-right:5px;top:3px;position:relative;border:2px solid rgba(0,0,0,.25)}smart-grid-cell ul[checklist] li[checked]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' style='shape-rendering: geometricprecision;'%3E%3Cpath fill-rule='evenodd' fill='white' d='M5.944 12.305a1.031 1.031 0 0 0 1.433-.009l5.272-5.181A1.483 1.483 0 0 0 12.661 5a1.468 1.468 0 0 0-2.109.025L7.008 8.701a.465.465 0 0 1-.685-.01l-.587-.641A1.42 1.42 0 0 0 3.661 8a1.473 1.473 0 0 0 .017 2.106l2.266 2.199z'%3E%3C/path%3E%3C/svg%3E");background-color:var(--smart-primary);border:2px solid transparent;background-repeat:no-repeat;background-position:center}smart-grid-cell .nowrap{white-space:nowrap;display:flex;flex-direction:column;justify-content:center;line-height:1.5}smart-grid-cell.smart-add-new-row{background-color:var(--smart-surface);font-style:italic;--smart-ui-state-hover:var(--smart-surface);--smart-ui-state-color-hover:var(--smart-surface-color);cursor:pointer}smart-grid-cell.smart-add-new-row>div{display:block!important;background-color:var(--smart-surface)}smart-grid-cell.smart-add-new-row[selected]{background:var(--smart-background)!important;color:var(--smart-background-color)!important}smart-grid-cell.smart-add-new-row[selected]::after,smart-grid-cell.smart-add-new-row[selected]::before{color:var(--smart-background-color)!important;background:var(--smart-border)!important}smart-grid-cell.smart-add-new-row:not([header]){z-index:7;background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-row:not([header]) .smart-label{background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-row:not([header]):before{opacity:0}smart-grid-cell.smart-add-new-row[has-toggle-button] .row-status,smart-grid-cell.smart-add-new-row[has-toggle-button] button{display:none!important}smart-grid-cell.smart-add-new-row code{border:1px solid var(--smart-border);background-color:var(--smart-background);padding:1px 6px;border-radius:6px;font-size:12px;font-family:var(--smart-font-family)}smart-grid-cell .dropdownlist,smart-grid-cell .list,smart-grid-cell .tokens{padding-left:6px;align-items:center;height:100%}smart-grid-cell .dropdownlist .smart-multi-combo-input,smart-grid-cell .list .smart-multi-combo-input,smart-grid-cell .tokens .smart-multi-combo-input{width:calc(100% - var(--smart-editor-addon-width))}smart-grid-cell .dropdownlist .smart-multi-combo-input .smart-flex,smart-grid-cell .list .smart-multi-combo-input .smart-flex,smart-grid-cell .tokens .smart-multi-combo-input .smart-flex{align-items:center;row-gap:5px;column-gap:5px}smart-grid-cell .dropdownlist .smart-flex-wrap,smart-grid-cell .list .smart-flex-wrap,smart-grid-cell .tokens .smart-flex-wrap{flex-wrap:wrap;padding-right:5px}smart-grid-cell .dropdownlist .smart-flex-auto,smart-grid-cell .list .smart-flex-auto,smart-grid-cell .tokens .smart-flex-auto{height:auto;display:flex}smart-grid-cell .dropdownlist .smart-token,smart-grid-cell .list .smart-token,smart-grid-cell .tokens .smart-token{line-height:1.5;display:inline-flex}smart-grid-cell .dropdownlist .smart-tokens-layout,smart-grid-cell .list .smart-tokens-layout,smart-grid-cell .tokens .smart-tokens-layout{width:100%}smart-grid-cell .dropdownlist .smart-arrow-down,smart-grid-cell .list .smart-arrow-down,smart-grid-cell .tokens .smart-arrow-down{width:0;opacity:0;cursor:pointer}smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,smart-grid-cell .list.dropdownlist .smart-arrow-down,smart-grid-cell .tokens.dropdownlist .smart-arrow-down{background:inherit}smart-grid-cell .dropdownlist.dropdownlist .smart-arrow-down,smart-grid-cell .dropdownlist:hover .smart-arrow-down,smart-grid-cell .list.dropdownlist .smart-arrow-down,smart-grid-cell .list:hover .smart-arrow-down,smart-grid-cell .tokens.dropdownlist .smart-arrow-down,smart-grid-cell .tokens:hover .smart-arrow-down,smart-grid-cell[focus] .list .smart-arrow-down,smart-grid-cell[focus] .tokens .smart-arrow-down{width:var(--smart-editor-addon-width);min-width:var(--smart-editor-addon-width);opacity:1}smart-grid-cell[focus] .attachments .smart-icon-plus,smart-grid-cell[focus] .images .smart-icon-plus{opacity:1;width:26px}smart-grid-cell .attachments,smart-grid-cell .images{display:grid;grid-template-columns:auto 1fr auto auto;height:100%}smart-grid-cell .attachments .smart-icon-plus,smart-grid-cell .images .smart-icon-plus{opacity:0;width:0}smart-grid-cell .attachments:hover .smart-icon-plus,smart-grid-cell .images:hover .smart-icon-plus{opacity:1;width:26px}smart-grid-cell .attachments .container,smart-grid-cell .attachments .file-container,smart-grid-cell .images .container,smart-grid-cell .images .file-container{display:flex;height:calc(100% - 3px);align-items:center;overflow:hidden;padding-left:5px}smart-grid-cell .attachments .smart-drop-image,smart-grid-cell .images .smart-drop-image{margin-left:-5px}smart-grid-cell .attachments .smart-drop-image::after,smart-grid-cell .images .smart-drop-image::after{font-family:var(--smart-font-family-icon);content:var(--smart-icon-download-alt);margin-left:5px}smart-grid-cell .attachments .arrowbtn,smart-grid-cell .images .arrowbtn{width:15px;background:var(--smart-surface)}smart-grid-cell .attachments .arrowbtn:hover,smart-grid-cell .images .arrowbtn:hover{cursor:pointer;background:var(--smart-primary);color:var(--smart-primary-color)}smart-grid-cell .attachments .attachment,smart-grid-cell .attachments img,smart-grid-cell .images .attachment,smart-grid-cell .images img{height:23px;width:23px;border:1px solid var(--smart-border);margin-right:3px;border-radius:var(--smart-border-radius);align-content:center}smart-grid-cell .attachments .attachment:hover,smart-grid-cell .attachments img:hover,smart-grid-cell .images .attachment:hover,smart-grid-cell .images img:hover{cursor:pointer;border-color:var(--smart-primary)}smart-grid-cell .smart-grid-cell-editor{width:100%;height:100%;margin:0;border-radius:0;border:none;font-size:inherit;font-weight:inherit;background:inherit;color:inherit}smart-grid-cell.smart-grid-row-border{border-top-width:var(--smart-border-width)}smart-grid-cell.smart-grid-column-border{border-bottom-width:var(--smart-border-width);border-left-width:var(--smart-border-width);border-right-width:var(--smart-border-width)}smart-grid-cell.smart-add-new-column{background:var(--smart-surface);border-left:1px solid var(--smart-border)}smart-grid-cell.smart-add-new-column.smart-add-new-column .smart-label{background:var(--smart-surface)!important}smart-grid-cell.smart-add-new-column:after,smart-grid-cell.smart-add-new-column:before{display:none}smart-grid-cell.smart-grid-filter-row-cell{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-surface);--smart-grid-cell-horizontal-border:transparent}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-type{outline:0;background:inherit;border:none;border-radius:0;width:var(--smart-editor-addon-width);font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;font-size:14px;text-decoration:inherit;font-variant:normal;text-transform:none;flex-wrap:wrap;align-items:center;justify-content:center;cursor:pointer}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value{width:calc(100% - var(--smart-editor-addon-width));border:none;resize:none;border-radius:0;background:inherit;color:inherit;outline:0;overflow:hidden}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-value.smart-grid-number-input-cell-editor .nav{border:1px solid var(--smart-border)}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container{display:flex;margin-left:1px;width:calc(100% - 1px)!important;height:100%;border:1px solid transparent}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .nav,smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .smart-filter-input-type{pointer-events:none;visibility:hidden}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[disabled] .smart-grid-icon{visibility:hidden;pointer-events:none}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus]{border-color:var(--smart-ui-state-border-active);border-style:solid;border-width:1px;background:var(--smart-background)}smart-grid-cell.smart-grid-filter-row-cell .smart-filter-input-container[focus] .smart-filter-input-value.smart-grid-number-input-cell-editor .nav{background:var(--smart-background)}smart-grid-cell.smart-grid-filter-row-cell[template=checkBox] .smart-filter-input-value.smart-grid-check-box-cell-editor{width:14px;height:14px}smart-grid-cell:not(.smart-grid-column-border):after{background:var(--smart-grid-cell-horizontal-border,var(--smart-border))}smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-cell-vertical-border,var(--smart-border))}smart-grid-cell[has-toggle-button] .smart-label{padding:0;flex-direction:unset}smart-grid-cell[has-toggle-button] .row-status{font-size:16px;font-family:var(--smart-font-family-icon);width:20px;min-width:20px}smart-grid-cell[has-toggle-button] .row-status:before{color:var(--smart-surface-color);content:var(--smart-icon-star-empty);transition:opacity .2s ease-in-out;opacity:.3}smart-grid-cell[has-toggle-button] .row-status:hover::before{color:var(--smart-primary);opacity:1}smart-grid-cell[has-toggle-button] .row-status.starred::before{color:var(--smart-primary);content:var(--smart-icon-star);opacity:1}smart-grid-cell[has-toggle-button] .row-status.custom.starred::before,smart-grid-cell[has-toggle-button] .row-status.custom:hover,smart-grid-cell[has-toggle-button] .row-status.custom:hover::before{color:inherit}smart-grid-cell[has-toggle-button] .row-status.comments::after{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell[has-toggle-button] button[toggle-button]{font-family:var(--smart-font-family-icon);font-style:normal;font-weight:400;color:inherit;text-decoration:inherit;font-variant:normal;text-transform:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:20px;padding:0;min-width:20px;cursor:pointer;background:0 0;border:none;outline:0;font-size:16px;flex-direction:column}smart-grid-cell[has-toggle-button] button[toggle-button]:after{content:var(--smart-icon-arrow-down)}smart-grid-cell[has-toggle-button] button[toggle-button][load]::after{background-image:url(./images/load.gif)!important;background-repeat:no-repeat!important;content:"";width:16px;height:16px}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments>div{font-size:11px;font-family:var(--smart-font-family);display:flex;justify-content:center;font-weight:700;color:var(--smart-primary)}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail.row-comments:before{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell[has-toggle-button] button[toggle-button].row-detail:hover:after{color:var(--smart-surface-color);padding:3px}smart-grid-cell[has-toggle-button] button[toggle-button][toggled]:after{transform:rotate(180deg)}smart-grid-cell[has-toggle-button] button[toggle-button].smart-animate:after{transition:transform .25s ease-out}smart-grid-cell[has-toggle-button] .smart-indent{width:14px;left:7px;height:100%;position:relative}smart-grid-cell[has-toggle-button] .smart-indent:after{height:50%;content:"-";color:var(--smart-background-color);visibility:hidden}smart-grid-cell[has-toggle-button] .smart-indent:first-child{visibility:hidden;border-left:1px solid var(--smart-border)}smart-grid-cell[has-toggle-button] .smart-label,smart-grid-cell[has-toggle-button] div[indent]{display:flex}smart-grid-cell[command] .smart-label{display:flex;flex-direction:row;cursor:pointer;justify-content:center}smart-grid-cell[command] .align-center{padding:0}smart-grid-cell[header],smart-grid-cell[header]:last-child{background:var(--smart-surface);color:var(--smart-surface-color);border-color:var(--smart-border)}smart-grid-cell[header]:not(.smart-grid-column-border):after{background:var(--smart-grid-cell-header-horizontal-border,var(--smart-grid-cell-horizontal-border,var(--smart-border)))}smart-grid-cell[header]:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{background:var(--smart-grid-cell-header-vertical-border,var(--smart-grid-cell-vertical-border,var(--smart-border)))}smart-grid-cell[editor]>.smart-label:not(.smart-input){padding:0;margin:0 0 0 1px;border:1px solid var(--smart-primary);background:var(--smart-background);box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;user-select:none}smart-grid-cell[editor][row-editor]{border:0 solid var(--smart-primary);border-top:1px solid var(--smart-primary);border-bottom:1px solid var(--smart-primary);border-left:1px solid var(--smart-primary)}smart-grid-cell[editor][row-editor] .smart-label:not(.smart-input){border:0 solid var(--smart-primary)!important}smart-grid-cell[editor][row-editor]:first-child{border-left:1px solid var(--smart-primary)!important}smart-grid-cell[editor][row-editor]:last-child{border-right:1px solid var(--smart-primary)}smart-grid-cell[editor][row-editor]~smart-grid-cell[editor][row-editor]{border-left:0 solid var(--smart-primary)}smart-grid-cell[editor=dateTimePicker]{--smart-border-radius:0px;--smart-border-top-left-radius:0px;--smart-border-top-right-radius:0px;--smart-border-bottom-left-radius:0px;--smart-border-bottom-right-radius:0px}smart-grid-cell[editor=checkBox] .smart-label{padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}smart-grid-cell[placeholder]:not([detail]):not([group]):not([editor]):not(.smart-add-new-row) .smart-label{font-style:italic}smart-grid-cell[placeholder]:not([detail]):not([group]):not([editor]):not(.smart-add-new-row):not([focus]):not([selected]) .smart-label{color:#9E9E9E!important}smart-grid-cell[template] .smart-label{padding-left:0;padding-right:0}smart-grid-cell[template][template=dropdownGrid] .smart-label:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);cursor:pointer}smart-grid-cell[template][template=richText] .smart-label:hover:after,smart-grid-cell[template][template=richText][focus] .smart-label:after{color:var(--smart-background-color)!important;font-family:var(--smart-font-family-icon);content:var(--smart-icon-resize-full);background:inherit;position:absolute;font-size:12px;right:5px;line-height:1;top:calc(50% - 6px);cursor:pointer}smart-grid-cell[template][template=richText][focus] .smart-label:after{color:var(--smart-primary)!important}smart-grid-cell[template][template=email] a,smart-grid-cell[template][template=url] a{color:var(--smart-primary);font-size:var(--smart-font-size)}smart-grid-cell[template][template=email][selected] a,smart-grid-cell[template][template=url][selected] a{color:var(--smart-primary-color)}smart-grid-cell[template][template=rating][selected] .rating div{visibility:inherit}smart-grid-cell[template][template=rating] .rating{display:flex}smart-grid-cell[template][template=rating] .rating div{color:#DFDFDF}smart-grid-cell[template][template=rating] .rating div.hover{color:#FFBA05;opacity:.5}smart-grid-cell[template][template=rating] .rating div.value{visibility:inherit;color:#FFBA05;opacity:1}smart-grid-cell[template][template=rating] .rating div.down{animation:starJump 1s ease-in-out}smart-grid-cell[template][template=rating] .rating:hover div{visibility:inherit}@keyframes starJump{from{transform:translateY(0) scale(.67,.67)}20%{transform:translateY(0) scale(.75,.5)}40%{transform:translateY(0) scale(1.15,1.15)}60%{transform:translateY(0) scale(1.1,.6)}80%{transform:translateY(0) scale(.95,1.1)}to{transform:translateY(0) scale(1,1)}}smart-grid-cell[template][template=ai] .smart-icon-reload{visibility:hidden!important}smart-grid-cell[template][template=ai]:hover .smart-icon-reload{visibility:visible!important}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element .smart-icon-delete,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element .smart-icon-mode-edit,.smart-reaction-tooltip,smart-grid-cell[addNewRow]:after{visibility:hidden}smart-grid-cell[template][template=autoNumber] .smart-label,smart-grid-cell[template][template=createdTime] .smart-label,smart-grid-cell[template][template=email] .smart-label,smart-grid-cell[template][template=modifiedTime] .smart-label,smart-grid-cell[template][template=password] .smart-label,smart-grid-cell[template][template=phone] .smart-label,smart-grid-cell[template][template=url] .smart-label{padding-left:4px;padding-right:2px}smart-grid-cell[template=checkBox]:hover .smart-input[color],smart-grid-cell[template=checkBox]:hover .smart-input[icon]{background:var(--smart-background)!important;border:1px solid var(--smart-border)!important;color:transparent}smart-grid-cell[template=checkBox] .smart-input[color]{color:transparent}smart-grid-cell[template=checkBox] .smart-input[color][checked]{color:var(--smart-check-template-color)}smart-grid-cell[template=checkBox] .smart-input[color]:not([icon])[checked]{background:var(--smart-check-template-color)!important;border-color:var(--smart-check-template-color)!important;color:var(--smart-check-template-forecolor)!important}smart-grid-cell[template=checkBox] .smart-input[icon]{background:0 0!important;border:none!important;font-size:16px}smart-grid-cell[selected]:not([editor]),smart-grid-cell[selected]:not([editor])[focus]:not([rowspan]):not([colspan]){background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-grid-view-chooser,smart-grid-cell[group]{font-size:var(--smart-font-size)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=heart]:after{content:var(--smart-icon-heart)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=cancel]:after{content:var(--smart-icon-cancel)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=flag]:after{content:var(--smart-icon-flag)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=star]:after{content:var(--smart-icon-star)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=circle]:after{content:var(--smart-icon-circle)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=bell]:after{content:var(--smart-icon-bell)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=like]:after{content:var(--smart-icon-like)}smart-grid-cell[template=checkBox] .smart-input[icon][icon=check]:after{content:var(--smart-icon-check)}smart-grid-cell[template=checkBox] .smart-label{padding-bottom:0;justify-content:center;align-items:center;cursor:default}smart-grid-cell[template=checkBox] .smart-label .smart-input{cursor:pointer}smart-grid-cell[template=checkBox][readonly] .smart-label,smart-grid-cell[template=checkBox][readonly] .smart-label .smart-input:after,smart-grid-cell[template=checkBox][readonly] .smart-label:after{cursor:default!important}smart-grid-cell[template=checkBox][readonly] .smart-label:hover .smart-input{--smart-ui-state-hover:var(--smart-background)}smart-grid-cell[selected]:not([editor])[focus]:not([rowspan]):not([colspan]){opacity:.8}smart-grid-cell[selected]:not([editor])[freeze]:not([rowspan]):not([colspan]){opacity:1}smart-grid-cell[selected]:not([editor])[freeze]:not([rowspan]):not([colspan])[header]{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-cell[addNewRow]{border-right:1px solid var(--smart-border)}smart-grid-cell[colspan],smart-grid-cell[rowspan]{background:var(--smart-background);color:var(--smart-background-color);z-index:5;padding:0}smart-grid-cell[colspan][selected]:not([editor]),smart-grid-cell[rowspan][selected]:not([editor]){background:var(--smart-primary)!important;color:var(--smart-primary-color)!important}smart-grid-cell[error]{overflow:visible;z-index:9999}smart-grid-cell[error]:not([row-editor])>.smart-label{padding:0;margin:0;border:1px solid var(--smart-error)!important;box-sizing:border-box;outline:0;width:calc(100% - 1px);height:calc(100% - 1px);position:relative;left:1px;user-select:none}smart-grid-cell[sort],smart-grid-cell[sort]:not([selected]) .smart-label{background:var(--smart-grid-cell-background-sort);color:var(--smart-grid-cell-color-sort)}smart-grid-cell[filter],smart-grid-cell[filter]:not([selected]) .smart-label{background:var(--smart-grid-cell-background-filter);color:var(--smart-grid-cell-color-filter)}smart-grid-cell[update]{background:var(--smart-grid-cell-background-update);color:var(--smart-grid-cell-color-update)}smart-grid-cell[add]{background:var(--smart-grid-cell-background-add);color:var(--smart-grid-cell-color-add)}smart-grid-cell[delete]{background:var(--smart-grid-cell-background-delete);color:var(--smart-grid-cell-color-delete)}smart-grid-cell[editor]{background:var(--smart-background);color:var(--smart-background-color)}smart-grid-cell[freeze]{background:var(--smart-grid-cell-background-freeze);color:var(--smart-grid-cell-color-freeze)}smart-grid-cell[freeze][selected]{background:var(--smart-grid-cell-background-freeze-selected)!important}smart-grid-cell[highlight] .smart-label{background:#FFF1C8!important;color:#333!important}smart-grid-cell[highlight][highlight-data-field]{border-left:1px solid var(--smart-primary);border-right:1px solid var(--smart-primary)}smart-grid-cell[highlight][highlight-data-field]:first-child{border-left:2px solid var(--smart-primary)}smart-grid-cell[group] span[summary],smart-grid-cell[group] span[value]{font-weight:600}smart-grid-cell>.smart-label:not(.smart-input),smart-grid-column>.smart-label:not(.smart-input){width:100%;height:100%}smart-grid-cell>.smart-label:not(.smart-input).comments::after,smart-grid-column>.smart-label:not(.smart-input).comments::after{content:"";width:10px;height:10px;background:var(--smart-error);position:absolute;transform:rotate(45deg);top:-5px;right:-5px}smart-grid-cell.rotate,smart-grid-column.rotate{line-height:initial;display:inline-block;left:0;top:0;position:absolute;transform-origin:50% 50% 0;transform:rotate(0)}smart-grid-cell .align-left,smart-grid-column .align-left{overflow:hidden;text-overflow:ellipsis;text-align:left;padding-left:7px;padding-right:2px}smart-grid-cell .align-top,smart-grid-column .align-top{align-items:flex-start;display:flex;line-height:initial}smart-grid-cell .align-bottom,smart-grid-column .align-bottom{align-items:flex-end;display:flex;line-height:initial}smart-grid-cell .align-right,smart-grid-column .align-right{overflow:hidden;text-overflow:ellipsis;text-align:right;padding-right:7px;padding-left:2px}smart-grid-cell .align-right.align-bottom,smart-grid-column .align-right.align-bottom{flex-direction:column-reverse}smart-grid-cell .align-right.align-top,smart-grid-column .align-right.align-top{flex-direction:column;align-items:flex-end}smart-grid-cell .align-center,smart-grid-column .align-center{text-overflow:ellipsis;overflow:hidden;text-align:center;padding-right:7px;padding-left:7px}smart-grid-cell .align-center.align-bottom,smart-grid-cell .align-center.align-top,smart-grid-column .align-center.align-bottom,smart-grid-column .align-center.align-top{margin-left:50%;margin-right:50%;padding-left:0;padding-right:0}smart-grid-cell .align-middle,smart-grid-column .align-middle{display:flex;align-items:center}smart-grid-cell .align-center.align-middle,smart-grid-column .align-center.align-middle{justify-content:center}smart-grid-cell.smart-grid-column-border,smart-grid-column.smart-grid-column-border{border-top-color:var(--smart-border);border-bottom-color:var(--smart-border);border-left-color:var(--smart-border);border-right-color:var(--smart-border);border-top-width:0}smart-grid-cell:not(.smart-grid-column-border):after,smart-grid-column:not(.smart-grid-column-border):after{height:var(--smart-border-width);width:100%;content:"";position:absolute;bottom:0;left:0}smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{width:var(--smart-border-width);height:100%;content:"";position:absolute;top:0;left:0}.smart-grid-add-column-dialog-color-panel{width:100%}.smart-grid-add-column-dialog-color-panel .smart-sortable{width:100%;margin-bottom:10px;overflow:auto}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-sortable-container,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage{overflow:hidden}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item{display:flex;align-items:center;width:calc(100% - 25px);margin-left:5%;margin-top:5px;margin-bottom:2px}.smart-grid-add-column-dialog-color-panel .smart-sortable .smart-grid-add-column-dialog-color-item smart-color-input .smart-color-box{border-radius:50%}.smart-grid-view-bar[viewbar]{left:0;top:0;position:absolute;background:var(--smart-grid-view-bar-background);--smart-background:var(--smart-grid-view-bar-background);border-right:1px solid var(--smart-border)}.smart-grid-view-bar[viewbar].smart-mobile{z-index:99;box-shadow:var(--smart-elevation-4)}.smart-grid-view-bar smart-list-item[checked]{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-grid-view-bar .header{padding:10px;display:block;font-weight:500;background:var(--smart-surface);color:var(--smart-surface-color);border-bottom:1px solid var(--smart-border)}.smart-grid-view-bar .smart-grid-view-chooser-container{display:grid;grid-template-rows:1fr auto;height:100%}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label{display:flex;padding:10px 16px 10px 20px;width:100%;font-weight:700;justify-content:space-between;cursor:pointer}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label .smart-icon-sort-down{font-weight:700}.smart-grid-view-bar .smart-grid-view-chooser-container .view-label.collapsed .smart-icon-sort-down{transform:rotate(180deg)}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button{margin-top:20px;color:var(--smart-primary);display:flex;cursor:pointer}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled{cursor:default;color:var(--smart-disabled);pointer-events:none}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled a{cursor:default}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button.disabled a:hover{color:var(--smart-disabled)}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button a{color:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .view-button a:hover,.smart-grid-view-bar .smart-grid-view-chooser-container .view-button:hover{color:var(--smart-secondary)}.smart-grid-view-bar .smart-grid-view-chooser-container label{display:flex;justify-content:center;height:100%;align-items:center;padding-left:10px;padding-right:10px;padding-top:15px;font-size:calc(var(--smart-font-size) - 2px);font-weight:600;opacity:.8}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element{width:100%}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element:hover .smart-icon-delete,.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element:hover .smart-icon-mode-edit{visibility:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .smart-grid-view-storage smart-list-box .smart-list-item-label-element>span{display:grid;align-items:baseline;grid-template-columns:25px 1fr auto auto;width:100%}.smart-grid-view-bar .smart-grid-view-chooser-container smart-input{width:100%;margin-bottom:10px;background:inherit}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view{display:flex;flex-direction:column;align-items:center;margin-bottom:0;border-top:1px solid var(--smart-border);background:var(--smart-background)}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view .footer{display:flex;width:100%;flex-direction:column;transition:height .3s cubic-bezier(.4,0,.2,1);height:135px}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view .footer.collapsed{height:0}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button{background:0 0}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view{text-transform:none;border:none}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view button{align-items:center;color:var(--smart-surface-color);display:flex;justify-content:space-between}.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-button-container,.smart-grid[grouped][right-to-left] smart-grid-row[group]>.smart-grid-cell-container>smart-grid-cell div[content],.smart-grid[tree][right-to-left] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content],smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"],smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"]{flex-direction:row-reverse}.smart-grid-view-bar .smart-grid-view-chooser-container .new-view smart-button.view:hover button{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-grid-view-chooser{background:var(--smart-background);font-family:var(--smart-font-family)}.smart-grid-view-chooser .label{padding-left:10px;padding-right:10px;padding-top:15px;font-size:calc(var(--smart-font-size) - 2px);font-weight:600;opacity:.8}.smart-grid-view-chooser .smart-list-box{padding:5px}.smart-grid-view-chooser .smart-list-box smart-list-item{border-radius:var(--smart-border-radius)}.smart-grid-view-chooser .smart-list-box smart-list-item .smart-grid-icon{font-size:20px;margin-right:6px}.smart-grid-view-chooser .smart-list-box smart-list-item[checked]{background:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}smart-menu.smart-grid-views-menu{height:100%!important;border:none}smart-menu.smart-grid-column-filter-menu.filter-excel smart-menu-item[level="1"] .smart-menu-item-label-container{padding:0!important;margin:0!important}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable][disable-auto-check] .smart-menu-item-label-container:after,smart-menu.smart-grid-views-menu[checkboxes][checkable][disable-auto-check] .smart-menu-item-label-container:after{display:none}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"] .smart-menu-item-label-container,smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"] .smart-menu-item-label-container{padding-left:10px}smart-menu.smart-grid-column-chooser-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] .smart-menu-item-label-container:after,smart-menu.smart-grid-views-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] .smart-menu-item-label-container:after{left:initial;right:10px}@keyframes fadeAnimation{0%{background-color:inherit;color:#333}20%,50%{background-color:#0A85D9;color:#fff}100%{background-color:inherit;color:inherit}}.smart-flash-cell .smart-label{background-image:none!important;animation:fadeAnimation 1s ease-in-out}.smart-switch{position:relative;display:inline-block;width:30px;height:16px}.smart-switch input{opacity:0;width:0;height:0}.smart-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--smart-secondary-rgb),.5);transition:.4s}.smart-switch .slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:var(--smart-background);transition:.4s}.smart-switch input:checked+.slider{background-color:var(--smart-primary)}.smart-switch input:focus+.slider{box-shadow:0 0 1px var(--smart-primary)}.smart-switch input:checked+.slider:before{transform:translateX(14px)}.smart-switch .slider.round,.smart-switch .slider.round:before{border-radius:30px}.smart-grid[view=card] .smart-grid-column-header{display:none}.smart-grid-color-input --smart-input-drop-down-menu-width{width:98px}.smart-grid-color-input .default-samples-container{display:flex}.smart-grid-drop-down-button{display:inline-block;cursor:pointer}.smart-grid-date-time-picker-cell-editor-drop-down-menu{padding:0!important}.smart-grid-loading::before{background-image:url(./images/load.gif)!important;background-repeat:no-repeat!important;content:"";width:16px;height:16px;position:absolute;left:6px}.smart-votes-bar-container{position:relative;flex:1 1 auto;margin-left:8px;margin-right:8px;height:30px;cursor:pointer}.smart-votes-bar-container .smart-votes-bar,.smart-votes-bar-container .smart-votes-bar-frame{background:var(--smart-check-template-color)!important;border-color:var(--smart-check-template-color)!important;color:var(--smart-check-template-forecolor)!important;position:absolute;top:5px;bottom:5px}.smart-votes-cell-component{height:100%;cursor:pointer}.smart-votes-cell-component .smart-voters-info{height:30px;margin-right:8px;display:flex;align-items:center}.smart-votes-cell-component .smart-vote-button{margin-left:8px;flex:0 0 20px;height:20px;width:20px;line-height:20px;border-radius:50%;color:var(--smart-check-template-forecolor)!important;border:1px solid var(--smart-check-template-color)!important}.smart-votes-cell-component .smart-vote-button.voted{background:var(--smart-check-template-color)!important}.smart-votes-bar-animate .smart-votes-bar,.smart-votes-bar-animate .smart-votes-bar-frame{transition:all .2s ease-in-out}.smart-reaction-tooltip{display:flex;gap:4px;position:absolute;opacity:0;transition:opacity .3s ease,transform .3s ease;background:var(--smart-surface);color:var(--smart-surface-color);z-index:10;padding:5px;pointer-events:none}.smart-reaction-tooltip.show{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.smart-reaction-tooltip span{font-size:16px;cursor:pointer;user-select:none;transition:transform .2s}.smart-reaction-tooltip span:hover{animation:pulse .7s infinite ease-in-out}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.smart-reaction-bubble{padding:3px 5px;display:flex;font-size:var(--smart-font-size);align-items:center;gap:5px;margin-top:5px;transition:opacity .3s ease}smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label.align-right,smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label.align-right,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label.align-right,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label.align-right{padding-right:30px}.smart-reactions-display{display:flex;flex-wrap:wrap;gap:4px}.smart-message{position:relative}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=string][template=tags]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-arrow-down);position:absolute;right:7px;top:calc(50% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);cursor:pointer}smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][editing_allow-dynamic-buttons][selection_allow-cell-selection][selection_enabled] smart-grid-cell[data-type=date]:not([editor]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-calendar);position:absolute;right:7px;top:calc(50% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);cursor:pointer}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:after,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:after{content:var(--smart-icon-arrow-down);position:absolute;right:7px;top:calc(75% - 8px);line-height:1;font-style:normal;font-family:var(--smart-font-family-icon);font-size:14px;cursor:pointer}smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly):hover .smart-label:before,smart-grid[editing_enabled][selection_allow-cell-selection][selection_enabled][editing_allow-dynamic-buttons] smart-grid-cell[data-type=number]:not([editor]):not([template]):not(.smart-grid-summary-row-cell):not(.smart-add-new-row):not([readonly]):not(.smart-readonly)[focus] .smart-label:before{content:var(--smart-icon-arrow-up);position:absolute;right:7px;top:calc(25% - 8px);line-height:1;font-style:normal;font-size:14px;font-family:var(--smart-font-family-icon);cursor:pointer}.marching-ants::after,.marching-ants::before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;pointer-events:none;background-position:top,left,right,bottom;background-repeat:repeat-x,repeat-y,repeat-y,repeat-x;background-size:10px 2px,2px 10px,2px 10px,10px 2px;border:2px solid transparent;box-sizing:border-box}.marching-ants::after{background-image:linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(175deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(175deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%);animation:marqueeAnimate var(--duration,12s) linear infinite;mask-composite:exclude;-webkit-mask-composite:destination-out}.marching-ants::before{background-image:linear-gradient(90deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%),linear-gradient(175deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(175deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 50%),linear-gradient(90deg,rgba(255,255,255,.6) 50%,rgba(var(--smart-primary-rgb),.6) 50%);animation:marqueeAnimate var(--alt-duration,12s) linear infinite;mask-composite:exclude;-webkit-mask-composite:destination-out}.smart-grid-column-group-collapse-button span{font-size:16px}@keyframes marqueeAnimate{0%{background-position:0 0,0 0,100% 0,0 100%}100%{background-position:100% 0,0 -100%,100% 100%,-100% 100%}}@keyframes ants{0%{background-position:0 0}100%{background-position:4px 0}}[check-boxes_visible] [has-toggle-button] .smart-label,[check-boxes_visible] [has-toggle-button] .smart-label [checkbox],[checkbox] .smart-label,[checkbox] .smart-label [checkbox],[editor=checkBox] .smart-label,[editor=checkBox] .smart-label [checkbox],[template=checkBox] .smart-label,[template=checkBox] .smart-label [checkbox]{display:flex;padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor),[checkbox] .smart-input:not(.smart-grid-cell-editor),[editor=checkBox] .smart-input:not(.smart-grid-cell-editor),[template=checkBox] .smart-input:not(.smart-grid-cell-editor){width:calc(-2px + var(--smart-check-box-default-size));height:calc(-2px + var(--smart-check-box-default-size));line-height:var(--smart-check-box-default-size);box-sizing:initial;position:relative;border-style:solid;padding:2px;border-width:var(--smart-border-width);border-radius:var(--smart-border-radius);font-family:inherit;font-size:12px;background-repeat:no-repeat;border-color:var(--smart-border);background-color:transparent;color:var(--smart-background-color);display:block;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):after,[checkbox] .smart-input:not(.smart-grid-cell-editor):after,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):after,[template=checkBox] .smart-input:not(.smart-grid-cell-editor):after{cursor:pointer;content:inherit;text-align:center;width:100%;height:100%;font-family:var(--smart-font-family-icon);font-weight:400;text-decoration:inherit;font-variant:normal;text-transform:none;display:inline-block;position:absolute;left:0;top:2px;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor):hover,[checkbox] .smart-input:not(.smart-grid-cell-editor):hover,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor):hover,[template=checkBox] .smart-input:not(.smart-grid-cell-editor):hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked],[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked],[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked],[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]{border-color:var(--smart-ui-state-border-active);background-color:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}[check-boxes_visible] [has-toggle-button] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[checkbox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[editor=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after,[template=checkBox] .smart-input:not(.smart-grid-cell-editor)[checked]:after{content:var(--smart-icon-check)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor,[checkbox] .smart-input.smart-grid-check-box-cell-editor,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor{width:calc(-2px + var(--smart-check-box-default-size));height:calc(-2px + var(--smart-check-box-default-size));line-height:var(--smart-check-box-default-size);box-sizing:initial;position:relative;border-style:solid;padding:2px;border-width:var(--smart-border-width);border-radius:var(--smart-border-radius);font-family:inherit;font-size:12px;background-repeat:no-repeat;border-color:var(--smart-border);background-color:transparent;color:var(--smart-background-color);display:block;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:after,[checkbox] .smart-input.smart-grid-check-box-cell-editor:after,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:after,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:after{cursor:pointer;content:inherit;text-align:center;width:100%;height:100%;font-family:var(--smart-font-family-icon);font-weight:400;text-decoration:inherit;font-variant:normal;text-transform:none;display:inline-block;position:absolute;left:0;top:2px;outline:0}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor:hover,[checkbox] .smart-input.smart-grid-check-box-cell-editor:hover,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor:hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked],[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked],[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked],smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor),smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor){border-color:var(--smart-ui-state-border-active);background-color:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}[check-boxes_visible] [has-toggle-button] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[checkbox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[editor=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after,[template=checkBox] .smart-input.smart-grid-check-box-cell-editor[checked]:after{content:var(--smart-icon-check)}smart-grid-cell[checkbox],smart-grid-column[checkbox]{display:flex;padding-bottom:0;justify-content:center;align-items:center;cursor:pointer}smart-grid-cell[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after,smart-grid-column[checkbox][selected] .smart-input:not(.smart-grid-cell-editor):after{content:var(--smart-icon-check)}smart-grid-cell[checkbox][checked=indeterminate]:after,smart-grid-cell[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after,smart-grid-column[checkbox][checked=indeterminate]:after,smart-grid-column[checkbox][selected=indeterminate] .smart-input:not(.smart-grid-cell-editor):after{top:0;background-color:var(--smart-ui-state-color-active)}[has-toggle-button][selected] [checkbox] .smart-input[checked]{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}[freeze][checkbox][auto-show] .smart-input{opacity:0;transition:opacity ease-in-out .2s}[freeze][checkbox][auto-show][selected] .smart-input{opacity:1;border-color:var(--smart-border)}[radioButton][selected] .smart-input:after{content:var(--smart-icon-radio)}[editor=checkBox] .smart-input{left:-1px}[editor=checkBox] .smart-input:focus{border-color:var(--smart-ui-state-border-active)}[editor=checkBox]:not([readonly]) .smart-input:focus,[editor=checkBox]:not([readonly]) .smart-input:hover{border-color:var(--smart-ui-state-border-hover);background-color:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}smart-grid-row:not([selected]):not(:hover) [header][checkbox][auto-show]:not(:hover) .smart-input{opacity:0;transition:opacity ease-in-out .2s}.smart-grid-check-box-cell-editor.smart-filter-input-value[checked=indeterminate]:after,.smart-grid-dialog-editor[checkbox][checked=indeterminate] .smart-input:after,.smart-grid-dialog-editor[checkbox][selected=indeterminate] .smart-input:after,smart-grid-cell[checkbox][checked=indeterminate] .smart-input:after,smart-grid-cell[checkbox][selected=indeterminate] .smart-input:after,smart-grid-column[checkbox][checked=indeterminate] .smart-input:after,smart-grid-column[checkbox][selected=indeterminate] .smart-input:after{margin:14%;width:70%;height:70%;content:"";background-color:var(--smart-ui-state-color-active);box-sizing:border-box;top:0;border-radius:0}.smart-grid-dialog-editor div[checkbox] .smart-input[checked=indeterminate]:after,smart-grid-cell div[checkbox] .smart-input[checked=indeterminate]:after,smart-grid-column div[checkbox] .smart-input[checked=indeterminate]:after{margin:14%;width:70%!important;height:70%!important;content:"";background-color:var(--smart-ui-state-color-active);box-sizing:border-box;top:0!important;border-radius:0}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input{width:calc(100% - var(--smart-editor-addon-width));border:none;padding:var(--smart-editor-label-padding);resize:none;border-radius:0;background:inherit;color:inherit;text-align:right;height:100%}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield}.smart-grid-cell-editor.smart-grid-number-input-cell-editor .smart-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.smart-slider-editor input[type=range]{-webkit-appearance:none;width:100%;outline:0;background:0 0}.smart-slider-editor input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:32px;height:32px;border:0;border-radius:32px;margin-top:-12px;background:var(--smart-primary);background-size:18px 12px;box-shadow:0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,20,.1);transition:box-shadow .2s}.smart-slider-editor input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 1px rgba(0,0,0,.06),0 4px 2px rgba(0,0,20,.06),0 4px 12px rgba(0,0,20,.25)}.smart-slider-editor input[type=range]::-moz-range-thumb{width:32px;height:32px;border:0;border-radius:32px;background:var(--smart-primary);background-size:18px 12px;box-shadow:0 0 1px rgba(0,0,0,.06),0 2px 2px rgba(0,0,20,.1);transition:box-shadow .2s}.smart-slider-editor input[type=range]:focus::-moz-range-thumb{box-shadow:0 0 1px rgba(0,0,0,.06),0 4px 2px rgba(0,0,20,.06),0 4px 12px rgba(0,0,20,.25)}.smart-slider-editor input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 0 0 1px rgba(204,204,204,.25)}.smart-slider-editor input[type=range]:focus::-webkit-slider-runnable-track{box-shadow:0 0 0 1px rgba(204,204,204,.75)}.smart-slider-editor input[type=range]::-moz-range-track{width:100%;height:8px;border:0;border-radius:8px;background:#fff;box-shadow:0 0 0 1px rgba(204,204,204,.25)}.smart-slider-editor input[type=range]:focus::-moz-range-track{box-shadow:0 0 0 1px rgba(204,204,204,.75)}.smart-grid-column-menu[right-to-left] .smart-filter-panel .smart-filter-panel-operator-list{position:relative}.smart-grid[tree][right-to-left] smart-grid-row[level]>.smart-grid-cell-container>smart-grid-cell div[content]>div[checkbox]:not(.smart-hidden){margin-left:5px;margin-right:initial}.smart-grid[right-to-left] .smart-grid-toolbar .smart-data-view-header{display:flex;flex-direction:row-reverse}.smart-grid[right-to-left] .smart-grid-toolbar .smart-data-view-header .smart-data-view-search-button{left:6px;width:24px;right:initial}.smart-grid[right-to-left] smart-grid-column .smart-add-new-column{border-left:1px solid var(--smart-border);border-right:none}.smart-grid[right-to-left] smart-grid-cell.smart-add-new-column{border-left:1px solid transparent!important;border-right:1px solid var(--smart-border)}.smart-grid[right-to-left] smart-scroll-bar:after{left:initial;right:100%}.smart-grid[right-to-left] smart-scroll-bar:before{left:0}.smart-grid[right-to-left] smart-scroll-bar[orientation=vertical]{right:initial;left:0;border-right:1px solid var(--smart-border);border-left:initial}.smart-grid[right-to-left] smart-grid-cell.smart-add-new-row:not([header]){z-index:5}.smart-grid[right-to-left] smart-grid-column{direction:ltr}.smart-grid[right-to-left] smart-grid-column .smart-label.smart-animate{transition:left .25s ease,width .25s ease}.smart-grid[right-to-left] smart-grid-column .smart-label.one{left:var(--smart-grid-column-buttons-width)}.smart-grid[right-to-left] smart-grid-column .smart-label.two{left:calc(2 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.three{left:calc(3 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.four{left:calc(4 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.five{left:calc(5 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column .smart-label.six{left:calc(6 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.one{width:calc(100% - 2 * var(--smart-grid-column-buttons-width));left:calc(1 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.two{width:calc(100% - 3 * var(--smart-grid-column-buttons-width));left:calc(2 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.three{width:calc(100% - 4 * var(--smart-grid-column-buttons-width));left:calc(3 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.four{width:calc(100% - 5 * var(--smart-grid-column-buttons-width));left:calc(4 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.five{width:calc(100% - 6 * var(--smart-grid-column-buttons-width));left:calc(5 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-label.six{width:calc(100% - 7 * var(--smart-grid-column-buttons-width));left:calc(6 * var(--smart-grid-column-buttons-width))}.smart-grid[right-to-left] smart-grid-column[has-icon] .smart-grid-icon.column-icon.show{right:0;position:absolute}.smart-grid[right-to-left] smart-grid-column .smart-buttons-group{right:initial;left:0;flex-direction:row-reverse;transform:translateX(calc(.1px - var(--smart-grid-column-buttons-width)))}.smart-grid[right-to-left] smart-grid-column .smart-buttons-group.action{transform:translateX(0)}.smart-grid[right-to-left] smart-grid-column .smart-action-button{border-right:1px solid var(--smart-border);border-left:initial}.smart-grid[right-to-left] smart-grid-column.top-far-corner{left:0;right:initial}.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] .smart-label,.smart-grid[right-to-left] smart-grid-cell[has-toggle-button] div[indent]{flex-direction:row-reverse}.smart-grid[right-to-left] .smart-grid-column-group:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,.smart-grid[right-to-left] smart-grid-cell:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before,.smart-grid[right-to-left] smart-grid-column:not(.smart-grid-column-border):not(.smart-grid-column-border-collapse):before{right:0;left:initial}.smart-color-input-drop-down-menu.smart-grid-color-input .grid-samples-container{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-color-input-drop-down-menu.smart-grid-color-input:not([animation=none]) .default-samples-container div{transition:transform .2s ease-in-out}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div{position:relative;border-radius:50%;border:initial;transform:scale(.95)}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected{transform:scale(1)}.smart-color-input-drop-down-menu.smart-grid-color-input .default-samples-container div.selected:not(.no-color):after{content:var(--smart-icon-check);width:100%;height:100%;position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;font-family:var(--smart-font-family-icon);color:var(--smart-secondary-color);border-radius:inherit}.smart-grid-color-input{--smart-input-drop-down-menu-width:auto}
30
30
  .smart-colors-panel[close-button-position=right] .smart-grid-panel-item-close-button,.smart-column-panel[right-to-left] .toggle-visibility,.smart-grid-ai-panel[close-button-position=right] .smart-grid-panel-item-close-button,.smart-group-panel[close-button-position=right] .smart-grid-panel-item-close-button,.smart-multi-column-filter-panel[close-button-position=right] .smart-grid-panel-item-close-button,.smart-sort-panel[close-button-position=right] .smart-grid-panel-item-close-button,.smart-view-panel[close-button-position=right] .smart-grid-panel-item-close-button{order:1}smart-colors-panel,smart-column-panel,smart-formatting-panel,smart-grid-ai-panel,smart-multi-column-filter-panel,smart-sort-panel{display:block;min-width:345px;width:var(--smart-grid-panel-default-width);height:var(--smart-grid-panel-default-height);padding:var(--smart-grid-panel-padding);overflow:auto;background:var(--smart-background);color:var(--smart-background-color);font-family:var(--smart-font-family);font-size:var(--smart-font-size)}smart-colors-panel .tabs{width:100%;height:30px;overflow:hidden;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;margin-bottom:5px}smart-colors-panel .tabs .tab{width:50%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;color:var(--smart-background-color);cursor:pointer}smart-colors-panel .tabs .tab label{cursor:pointer}smart-colors-panel .tabs .tab.active{color:var(--smart-primary);border-bottom:2px solid var(--smart-primary);font-weight:700}.smart-view-panel,smart-group-panel{display:block;background:var(--smart-background);color:var(--smart-background-color);font-family:var(--smart-font-family)}smart-group-panel{min-width:345px;height:var(--smart-grid-panel-default-height);padding:var(--smart-grid-panel-padding);overflow:auto;font-size:var(--smart-font-size);width:var(--smart-grid-panel-default-width)}smart-group-panel.smart-mobile{width:345px}.smart-view-panel{font-size:var(--smart-font-size);min-height:400px;height:400px;max-height:450px;width:250px;padding:0;overflow:hidden}.smart-view-panel smart-list-box input{border:none;border-radius:0;border-bottom:2px solid var(--smart-border)}.smart-group-panel .smart-grid-panel-item.dragged,.smart-sort-panel .smart-grid-panel-item.dragged{opacity:.7}.smart-group-panel .smart-grid-panel-label-by,.smart-sort-panel .smart-grid-panel-label-by{padding:5px;width:60px;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-group-panel .smart-grid-panel-field-container,.smart-sort-panel .smart-grid-panel-field-container{height:100%;width:100px;flex-grow:3}.smart-group-panel .smart-grid-panel-field-selection,.smart-sort-panel .smart-grid-panel-field-selection{height:100%;width:100%}.smart-group-panel .smart-grid-panel-from,.smart-sort-panel .smart-grid-panel-from{display:flex;justify-content:center;padding:5px;width:40px;flex-grow:1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-group-panel .smart-grid-panel-direction,.smart-sort-panel .smart-grid-panel-direction{display:flex;width:115px;flex-grow:2;height:100%;background-color:var(--smart-surface);border-top-right-radius:var(--smart-border-top-right-radius);border-top-left-radius:var(--smart-border-top-left-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius)}.smart-group-panel .smart-grid-panel-direction:focus,.smart-sort-panel .smart-grid-panel-direction:focus{outline:0;box-shadow:0 0 0 1px var(--smart-primary)}.smart-group-panel .smart-grid-panel-direction>div,.smart-sort-panel .smart-grid-panel-direction>div{display:flex;align-items:center;justify-content:center;margin:3px;width:calc(50% - 6px);height:calc(100% - 6px);border-top-right-radius:var(--smart-border-top-right-radius);border-top-left-radius:var(--smart-border-top-left-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius)}.smart-group-panel .smart-grid-panel-direction>div.selected,.smart-sort-panel .smart-grid-panel-direction>div.selected{background-color:var(--smart-primary);color:var(--smart-primary-color)}.smart-sort-panel.smart-mobile smart-input{max-width:150px}.smart-sort-panel .smart-grid-panel-maintain-sort{justify-content:flex-end;margin-top:5px}.smart-sort-panel .smart-grid-panel-buttons-container{align-items:flex-start!important}.smart-sort-panel .smart-grid-panel-maintain-sort-button{font-family:var(--smart-font-family);font-size:var(--smart-font-size)}.smart-sort-panel .smart-grid-panel-maintain-sort-button::before{font-family:var(--smart-font-family-icon);content:var(--smart-icon-check-empty);margin-right:5px}.smart-sort-panel .smart-grid-panel-maintain-sort-button[active]{color:var(--smart-primary)}.smart-sort-panel .smart-grid-panel-maintain-sort-button[active]::before{font-family:var(--smart-font-family-icon);content:var(--smart-icon-check-squared)}.smart-colors-panel .smart-grid-panel-item-close-button,.smart-grid-ai-panel .smart-grid-panel-item-close-button,.smart-group-panel .smart-grid-panel-item-close-button,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button,.smart-sort-panel .smart-grid-panel-item-close-button,.smart-view-panel .smart-grid-panel-item-close-button{display:flex;justify-content:center;width:20px}.smart-colors-panel .smart-grid-panel-item-close-button:after,.smart-grid-ai-panel .smart-grid-panel-item-close-button:after,.smart-group-panel .smart-grid-panel-item-close-button:after,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:after,.smart-sort-panel .smart-grid-panel-item-close-button:after,.smart-view-panel .smart-grid-panel-item-close-button:after{content:var(--smart-icon-close);font-family:var(--smart-font-family-icon)}@media (pointer:coarse){.smart-colors-panel .smart-grid-panel-item-close-button:after,.smart-grid-ai-panel .smart-grid-panel-item-close-button:after,.smart-group-panel .smart-grid-panel-item-close-button:after,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:after,.smart-sort-panel .smart-grid-panel-item-close-button:after,.smart-view-panel .smart-grid-panel-item-close-button:after{font-size:16px}}.smart-colors-panel .smart-grid-panel-item-close-button:hover,.smart-grid-ai-panel .smart-grid-panel-item-close-button:hover,.smart-group-panel .smart-grid-panel-item-close-button:hover,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:hover,.smart-sort-panel .smart-grid-panel-item-close-button:hover,.smart-view-panel .smart-grid-panel-item-close-button:hover{color:var(--smart-ui-state-color-selected);background:var(--smart-ui-state-selected);border-color:var(--smart-ui-state-selected);cursor:pointer}.smart-colors-panel .smart-grid-panel-item-close-button:active,.smart-colors-panel .smart-grid-panel-item-close-button:focus,.smart-grid-ai-panel .smart-grid-panel-item-close-button:active,.smart-grid-ai-panel .smart-grid-panel-item-close-button:focus,.smart-group-panel .smart-grid-panel-item-close-button:active,.smart-group-panel .smart-grid-panel-item-close-button:focus,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:active,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:focus,.smart-sort-panel .smart-grid-panel-item-close-button:active,.smart-sort-panel .smart-grid-panel-item-close-button:focus,.smart-view-panel .smart-grid-panel-item-close-button:active,.smart-view-panel .smart-grid-panel-item-close-button:focus{color:var(--smart-primary)}.smart-colors-panel .smart-grid-panel-item-close-button:focus,.smart-grid-ai-panel .smart-grid-panel-item-close-button:focus,.smart-group-panel .smart-grid-panel-item-close-button:focus,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button:focus,.smart-sort-panel .smart-grid-panel-item-close-button:focus,.smart-view-panel .smart-grid-panel-item-close-button:focus{outline:0}.smart-colors-panel .smart-grid-panel-item,.smart-grid-ai-panel .smart-grid-panel-item,.smart-group-panel .smart-grid-panel-item,.smart-multi-column-filter-panel .smart-grid-panel-item,.smart-sort-panel .smart-grid-panel-item,.smart-view-panel .smart-grid-panel-item{display:flex;align-items:center;margin-top:calc(var(--smart-grid-panel-vertical-offset)/ 2);margin-bottom:calc(var(--smart-grid-panel-vertical-offset)/ 2);width:calc(100% - var(--smart-sortable-handle-size));height:var(--smart-grid-panel-item-height);min-height:var(--smart-grid-panel-item-height);background-color:var(--smart-background)}.smart-colors-panel[close-button-position=right] .smart-sortable-container,.smart-grid-ai-panel[close-button-position=right] .smart-sortable-container,.smart-group-panel[close-button-position=right] .smart-sortable-container,.smart-multi-column-filter-panel[close-button-position=right] .smart-sortable-container,.smart-sort-panel[close-button-position=right] .smart-sortable-container,.smart-view-panel[close-button-position=right] .smart-sortable-container{align-items:flex-end}.smart-colors-panel .smart-grid-panel-container-footer,.smart-column-panel .smart-grid-panel-container-footer,.smart-grid-ai-panel .smart-grid-panel-container-footer,.smart-group-panel .smart-grid-panel-container-footer,.smart-multi-column-filter-panel .smart-grid-panel-container-footer,.smart-sort-panel .smart-grid-panel-container-footer{display:flex;flex-direction:row;justify-content:space-between}.smart-colors-panel .smart-grid-panel-buttons-container,.smart-column-panel .smart-grid-panel-buttons-container,.smart-grid-ai-panel .smart-grid-panel-buttons-container,.smart-group-panel .smart-grid-panel-buttons-container,.smart-multi-column-filter-panel .smart-grid-panel-buttons-container,.smart-sort-panel .smart-grid-panel-buttons-container{width:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.smart-colors-panel .smart-grid-panel-buttons-container span,.smart-column-panel .smart-grid-panel-buttons-container span,.smart-grid-ai-panel .smart-grid-panel-buttons-container span,.smart-group-panel .smart-grid-panel-buttons-container span,.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span,.smart-sort-panel .smart-grid-panel-buttons-container span{display:flex;align-items:center;padding:5px}.smart-colors-panel .smart-grid-panel-buttons-container span:hover,.smart-column-panel .smart-grid-panel-buttons-container span:hover,.smart-grid-ai-panel .smart-grid-panel-buttons-container span:hover,.smart-group-panel .smart-grid-panel-buttons-container span:hover,.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span:hover,.smart-sort-panel .smart-grid-panel-buttons-container span:hover{color:var(--smart-ui-state-color-selected);background:var(--smart-ui-state-selected);border-color:var(--smart-ui-state-selected);cursor:pointer}.smart-colors-panel .smart-grid-panel-buttons-container span:focus,.smart-column-panel .smart-grid-panel-buttons-container span:focus,.smart-grid-ai-panel .smart-grid-panel-buttons-container span:focus,.smart-group-panel .smart-grid-panel-buttons-container span:focus,.smart-multi-column-filter-panel .smart-grid-panel-buttons-container span:focus,.smart-sort-panel .smart-grid-panel-buttons-container span:focus{outline:0}.smart-sort-panel .smart-sortable-container{margin-bottom:var(--smart-grid-panel-padding)}.smart-sort-panel .smart-sortable-container:empty:after{content:attr(no-sorting);margin-top:calc(var(--smart-grid-panel-vertical-offset)/ 2);margin-bottom:calc(var(--smart-grid-panel-vertical-offset)/ 2);opacity:.7}.smart-sort-panel .smart-grid-panel-container-footer>smart-input{min-width:215px;width:40%}.smart-sort-panel .smart-grid-panel-container-footer>smart-input.smart-mobile{min-width:100px;width:120px}.smart-sort-panel .smart-grid-panel-item-close-button{display:flex;align-items:center;padding:5px}.smart-sort-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button{margin-left:5px}.smart-colors-panel>.smart-container,.smart-grid-ai-panel>.smart-container,.smart-multi-column-filter-panel>.smart-container{display:grid;grid-auto-rows:1fr max-content;grid-row-gap:var(--smart-grid-panel-padding)}.smart-colors-panel.smart-colors-panel>.smart-container,.smart-grid-ai-panel.smart-colors-panel>.smart-container,.smart-multi-column-filter-panel.smart-colors-panel>.smart-container{grid-auto-rows:auto}.smart-colors-panel .smart-filter-panel-items-container,.smart-grid-ai-panel .smart-filter-panel-items-container,.smart-multi-column-filter-panel .smart-filter-panel-items-container{overflow:auto;padding-top:10px}.smart-colors-panel .smart-filter-panel-items-container:empty:after,.smart-grid-ai-panel .smart-filter-panel-items-container:empty:after,.smart-multi-column-filter-panel .smart-filter-panel-items-container:empty:after{margin-top:calc(var(--smart-grid-panel-vertical-offset)/ 2);margin-bottom:calc(var(--smart-grid-panel-vertical-offset)/ 2);opacity:.7;content:attr(no-filters)}.smart-colors-panel .smart-filter-panel-add-filter-button,.smart-grid-ai-panel .smart-filter-panel-add-filter-button,.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button{display:flex;align-items:center;padding:5px}.smart-colors-panel .smart-filter-panel-add-filter-button:hover,.smart-grid-ai-panel .smart-filter-panel-add-filter-button:hover,.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button:hover{color:var(--smart-ui-state-color-selected);background:var(--smart-ui-state-selected);border-color:var(--smart-ui-state-selected);cursor:pointer}.smart-colors-panel .smart-filter-panel-add-filter-button:focus,.smart-grid-ai-panel .smart-filter-panel-add-filter-button:focus,.smart-multi-column-filter-panel .smart-filter-panel-add-filter-button:focus{outline:0}.smart-colors-panel .smart-grid-panel-item,.smart-grid-ai-panel .smart-grid-panel-item,.smart-multi-column-filter-panel .smart-grid-panel-item{width:100%;display:grid;columns:5;grid-template-columns:var(--smart-multi-column-filter-panel-template-columns);grid-gap:var(--smart-grid-panel-padding)}.smart-colors-panel .smart-grid-panel-item>*,.smart-grid-ai-panel .smart-grid-panel-item>*,.smart-multi-column-filter-panel .smart-grid-panel-item>*{width:100%}.smart-colors-panel .smart-grid-panel-item-close-button,.smart-grid-ai-panel .smart-grid-panel-item-close-button,.smart-multi-column-filter-panel .smart-grid-panel-item-close-button{display:flex;align-items:center;padding:5px}.smart-colors-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,.smart-grid-ai-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button,.smart-multi-column-filter-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button{margin-left:5px}.smart-colors-panel[close-button-position=right],.smart-grid-ai-panel[close-button-position=right],.smart-multi-column-filter-panel[close-button-position=right]{--smart-multi-column-filter-panel-template-columns:60px 2fr 3fr 3fr 15px}.smart-kanban-column-panel .smart-grid-panel-item::after,.smart-kanban-column-panel .smart-grid-panel-item::before{display:none!important}.smart-group-panel .smart-sortable-container smart-column-panel smart-sortable{margin-bottom:var(--smart-grid-panel-padding)}.smart-group-panel .smart-sortable-container:empty:after{margin-top:calc(var(--smart-grid-panel-vertical-offset)/ 2);margin-bottom:calc(var(--smart-grid-panel-vertical-offset)/ 2);opacity:.7;content:attr(no-grouping)}.smart-group-panel .smart-grid-panel-container-footer>smart-input{min-width:215px;width:40%}.smart-group-panel .smart-grid-panel-container-footer>smart-input.smart-mobile{min-width:100px;width:120px}.smart-group-panel .smart-grid-panel-item-close-button{display:flex;align-items:center;padding:5px}.smart-group-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button{margin-left:5px}.smart-group-panel .smart-grid-panel-direction,.smart-group-panel .smart-grid-panel-from{display:none}.smart-group-panel .smart-grid-panel-expand-collapse{justify-content:flex-end;margin-top:10px;margin-bottom:10px}.smart-group-panel .smart-group-panel-expand-button{margin-left:15px}.smart-group-panel .smart-group-panel-collapse-button[active],.smart-group-panel .smart-group-panel-expand-button[active]{color:var(--smart-primary)}.smart-format-panel .smart-grid-panel-buttons-container{width:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.smart-format-panel .smart-grid-panel-buttons-container span{display:flex;align-items:center;padding:5px}.smart-format-panel .smart-grid-panel-buttons-container span:hover{color:var(--smart-ui-state-color-selected);background:var(--smart-ui-state-selected);border-color:var(--smart-ui-state-selected);cursor:pointer}.smart-format-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button{margin-left:5px}.smart-format-panel.smart-grid-panel-container-footer{display:flex;flex-direction:row;height:50px;justify-content:center;padding:15px}.smart-column-panel{--smart-grid-panel-item-height:20px;min-width:100px}.smart-column-panel.smart-container,.smart-column-panel>.smart-container{display:flex;flex-direction:column}.smart-column-panel smart-sortable{flex:5;min-height:50px;overflow:auto;max-height:var(--smart-column-panel-drop-down-height)}.smart-column-panel .smart-column-panel-find-container{display:flex;align-items:center;border-bottom:2px solid var(--smart-border);height:var(--smart-editor-height);position:relative}.smart-column-panel .smart-column-panel-find-container input{outline:0;border:none;width:calc(100% - 16px);height:100%;font-family:var(--smart-font-family);font-size:var(--smart-font-size);background:var(--smart-grid-panel-background);color:var(--smart-grid-panel-color)}.smart-column-panel .smart-column-panel-find-container .clear-button{width:16px;cursor:pointer}.smart-column-panel .smart-column-panel-find-container .clear-button:after{content:var(--smart-icon-cancel);font-family:var(--smart-font-family-icon);display:flex;align-items:center;justify-content:center}.smart-column-panel .smart-column-panel-find-container.no-results:after{content:attr(no-results);position:absolute;top:calc(100% + 10px)}.smart-column-panel .smart-column-panel-label{margin-left:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-column-panel .smart-column-panel-label.icon{position:relative;padding-left:var(--smart-column-icon-size)}.smart-column-panel .smart-column-panel-label.icon:after{content:"";position:absolute;left:0;top:0;width:var(--smart-column-icon-size);height:100%;background-repeat:no-repeat;background-position:center}.smart-column-panel .smart-grid-panel-buttons-container{width:100%;justify-content:center;margin-top:3px}.smart-column-panel .smart-grid-panel-buttons-container .smart-grid-panel-apply-button{margin-left:5px}.smart-column-panel .smart-grid-panel-container-footer{display:grid;grid-template-columns:auto auto}.smart-column-panel .toggle-visibility{width:16px;height:16px;font-family:var(--smart-font-family-icon);cursor:pointer;display:flex;align-items:center;justify-content:center}.smart-column-panel .toggle-visibility:after{content:var(--smart-icon-visibility)}.smart-column-panel .toggle-visibility:focus{outline:0;color:var(--smart-primary)}.smart-column-panel .toggle-visibility.disable-toggle{pointer-events:none;opacity:.5}.smart-column-panel .toggle-visibility.hidden:after{content:var(--smart-icon-visibility-off)}.smart-column-panel .clear-button:focus{outline:0;color:var(--smart-primary)}.smart-column-panel .smart-grid-panel-item{display:flex;align-items:center;margin-top:calc(var(--smart-grid-panel-vertical-offset)/ 2);margin-bottom:calc(var(--smart-grid-panel-vertical-offset)/ 2);width:calc(100% - var(--smart-sortable-handle-size));height:var(--smart-grid-panel-item-height);min-height:var(--smart-grid-panel-item-height);background-color:var(--smart-background)}.smart-column-panel .smart-grid-panel-item.group:after,.smart-column-panel .smart-grid-panel-item.group:before{opacity:0!important;pointer-events:none}.smart-column-panel .smart-grid-panel-item.indent{padding-left:12px}.smart-grid-panel-apply-button,.smart-grid-panel-cancel-button{padding:5px 8px;min-width:80px;display:flex;text-transform:uppercase}.smart-grid-panel-reset-button{text-decoration:underline;display:flex;align-items:center;cursor:pointer;text-transform:uppercase}.smart-grid-panel-cancel-button{background:var(--smart-surface);color:var(--smart-surface-color);border:1px solid var(--smart-border);border-radius:var(--smart-border-radius);justify-content:center}.smart-grid-panel-apply-button{border-radius:var(--smart-border-radius);justify-content:center;background:var(--smart-primary);color:var(--smart-primary-color);border:1px solid var(--smart-primary)}.smart-data-view-header{padding:3px;position:relative;display:grid;grid-template-areas:"states views customize filter sort format details delete . search";grid-template-columns:minmax(0,max-content) minmax(0,max-content) minmax(50px,max-content) minmax(50px,max-content) minmax(50px,max-content) minmax(50px,max-content) minmax(50px,max-content) 1fr 24px;grid-gap:5px;grid-template-rows:100%;background:var(--smart-surface);color:var(--smart-surface-color)}.smart-data-view-header-button{display:flex;align-items:center;justify-content:center;padding:5px 5px 5px 25px;height:30px;margin-top:5px;position:relative;cursor:pointer;border-top-right-radius:var(--smart-border-top-right-radius);border-top-left-radius:var(--smart-border-top-left-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius)}.smart-data-view-header-button:after{position:absolute;font-family:var(--smart-font-family-icon);left:8px}.smart-data-view-header-button:active{color:var(--smart-ui-state-color-active);background-color:var(--smart-ui-state-active)}.smart-data-view-header-button:focus{outline:var(--smart-primary) solid 1px}.smart-data-view-header-button:hover{color:var(--smart-ui-state-color-hover);background-color:var(--smart-ui-state-hover)}.smart-data-view-header-button[aria-expanded=true]{color:var(--smart-ui-state-color-selected);background-color:var(--smart-ui-state-selected);border-color:var(--smart-ui-state-border-selected)}.smart-data-view-header-button.smart-data-view-search-button:active{color:var(--smart-ui-state-active)}.smart-data-view-header-button>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.smart-data-view-header-drop-down{position:absolute;background-color:var(--smart-background);box-shadow:var(--smart-elevation-8);z-index:9999;height:auto;transform:scaleY(1);transform-origin:top;opacity:1}.smart-data-view-header-drop-down.smart-mobile{--smart-font-size:12px}.smart-data-view-header-drop-down smart-colors-panel,.smart-data-view-header-drop-down smart-column-panel,.smart-data-view-header-drop-down smart-grid-ai-panel,.smart-data-view-header-drop-down smart-multi-column-filter-panel,.smart-data-view-header-drop-down smart-sort-panel{width:100%;border:none}.smart-data-view-header-drop-down.smart-visibility-hidden{transform:scaleY(0);opacity:0}.smart-data-view-header-drop-down.customize-panel{width:var(--smart-data-view-customize-panel-width)}.smart-data-view-header-drop-down.colors-panel,.smart-data-view-header-drop-down.filter-panel{width:var(--smart-data-view-filter-panel-width)}.smart-data-view-header-drop-down.format-panel{max-height:320px;overflow:auto}.smart-data-view-header-drop-down.sort-panel{width:var(--smart-data-view-sort-panel-width)}.smart-data-view-header-drop-down.search-panel{width:var(--smart-data-view-search-panel-width);padding:var(--smart-data-view-padding)}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box{display:grid;grid-template-columns:1fr 16px;grid-template-rows:100%;grid-gap:2px;align-items:center}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches{grid-template-columns:1fr max-content 16px 16px 16px}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-next,.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-prev{display:flex}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.matches .smart-data-view-search-label{display:block}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.no-matches{grid-template-columns:1fr max-content 16px}.smart-data-view-header-drop-down.search-panel .smart-data-view-search-box.no-matches .smart-data-view-search-label{display:block}.smart-data-view-header-drop-down.search-panel input{outline:0;border:none;min-width:0;padding:0;font-family:var(--smart-font-family);font-size:var(--smart-font-size);background:var(--smart-background);color:var(--smart-background-color)}.smart-card-view .smart-data-view-header-button.smart-data-view-search-button,.smart-data-view-ai-button.mobile,.smart-kanban .smart-data-view-header-button.smart-data-view-search-button{min-width:30px}.smart-data-view-ai-button.hidden,.smart-data-view-customize-button.hidden{background-color:#D0F0FD;color:#039BE5}.smart-data-view-search-box div:focus{outline:var(--smart-primary) solid 1px}.smart-data-view-search-button{grid-area:search;margin-right:0;padding:0}.smart-data-view-search-button:after{content:var(--smart-icon-search)}.smart-data-view-customize-button{grid-area:customize}.smart-data-view-customize-button:after{content:var(--smart-icon-visibility-off)}.smart-data-view-ai-button.mobile:after{content:"✨︎";display:block}.smart-data-view-delete-button{grid-area:delete}.smart-data-view-delete-button:after{content:var(--smart-icon-delete)}.smart-data-view-details-button{grid-area:details}.smart-data-view-details-button:after{content:var(--smart-icon-resize-full)}.smart-data-view-filter-button{grid-area:filter}.smart-data-view-background-button,.smart-data-view-bold-button,.smart-data-view-fontfamily-button,.smart-data-view-fontsize-button,.smart-data-view-italic-button,.smart-data-view-strikethrough-button,.smart-data-view-textcolor-button,.smart-data-view-underline-button{grid-area:details}.smart-data-view-filter-button:after{content:var(--smart-icon-add-filter)}.smart-data-view-filter-button.filtered{background-color:#D1F7C4;color:#0B8043}.smart-data-view-bold-button:before{content:" ";position:absolute;left:-2px;height:80%;background:var(--smart-background-color);opacity:.7;width:1px}.smart-data-view-bold-button:after{content:var(--smart-icon-bold)}.smart-data-view-italic-button:after{content:var(--smart-icon-italic)}.smart-data-view-underline-button:after{content:var(--smart-icon-underline)}.smart-data-view-strikethrough-button:after{content:var(--smart-icon-font);text-decoration:line-through}.smart-data-view-fontsize-button:before{font-family:var(--smart-font-family-icon);content:var(--smart-icon-arrow-down);position:initial}.smart-data-view-fontsize-button:after{content:var(--smart-icon-fontsize)}.smart-data-view-fontfamily-button:before{font-family:var(--smart-font-family-icon);content:var(--smart-icon-arrow-down);position:initial}.smart-data-view-fontfamily-button:after{content:var(--smart-icon-font)}.smart-data-view-background-button:after{content:var(--smart-icon-color-background);border-bottom:2px solid var(--smart-surface-color)}.smart-data-view-textcolor-button:after{content:var(--smart-icon-font);border-bottom:2px solid var(--smart-surface-color)}.smart-data-view-sort-button{grid-area:sort}.smart-data-view-group-button,.smart-data-view-label-button,.smart-data-view-resource-button{grid-area:group}.smart-data-view-sort-button:after{content:var(--smart-icon-sort)}.smart-data-view-sort-button.sorted{background-color:#FFEBB6;color:#B88707}.smart-data-view-label-button:after{content:var(--smart-icon-font)}.smart-data-view-label-button.grouped{background-color:#FFDAF6;color:#FF36C2}.smart-data-view-colors-button,.smart-data-view-format-button{grid-area:format}.smart-data-view-group-button:after,.smart-data-view-resource-button:after{content:var(--smart-icon-group)}.smart-data-view-group-button.grouped,.smart-data-view-resource-button.grouped{background-color:#D0F0FD;color:#039BE5}.smart-data-view-group-button.scheduler.grouped,.smart-data-view-resource-button.scheduler.grouped{background-color:#FFCFC9;color:#D50000}.smart-data-view-group-button.scheduler:after,.smart-data-view-resource-button.scheduler:after{content:var(--smart-icon-scheduler)}.smart-data-view-colors-button:after,.smart-data-view-format-button:after{content:var(--smart-icon-table)}.smart-data-view-format-button.formatted{background-color:var(--smart-primary);color:var(--smart-primary-color)}.smart-data-view-colors-button.formatted{background-color:#ECE1FD;color:#8C47FF}.smart-data-view-download-button.formatted,.smart-data-view-states-button.formatted,.smart-data-view-views-button.formatted{background-color:var(--smart-primary);color:var(--smart-primary-color)}.smart-data-view-download-button{grid-area:download}.smart-data-view-download-button:after{content:var(--smart-icon-arrow-down);position:initial;margin-left:8px}.smart-data-view-download-button:before{font-family:var(--smart-font-family-icon);left:8px;content:var(--smart-icon-download-alt);position:absolute}.smart-data-view-views-button{grid-area:views}.smart-data-view-views-button:after{content:var(--smart-icon-arrow-down);position:initial;margin-left:8px}.smart-data-view-views-button:before{font-family:var(--smart-font-family-icon);left:8px;content:var(--smart-icon-grid-alt);position:absolute}.smart-data-view-views-button.kanban:before{content:var(--smart-icon-kanban-alt)}.smart-data-view-views-button.card:before{content:var(--smart-icon-card-alt)}.smart-data-view-states-button{grid-area:states;border-right:1px solid var(--smart-border);padding-right:5px}.smart-data-view-states-button:before{font-family:var(--smart-font-family-icon);left:8px;content:var(--smart-icon-menu);position:absolute}.smart-grid-toolbar .smart-data-view-header{height:100%;display:flex}.smart-grid-toolbar .smart-data-view-header-button{margin-right:0}.smart-grid-toolbar .smart-data-view-header-button.smart-disabled{pointer-events:none;opacity:.5}.smart-grid-toolbar .smart-data-view-search-button{position:absolute;right:30px;top:0}.smart-card-view .smart-data-view-header-button,.smart-kanban .smart-data-view-header-button{margin-top:0;height:100%}.smart-card-view:not([animation=none]) .smart-data-view-header-drop-down,.smart-data-view-header-drop-down[owner],.smart-kanban:not([animation=none]) .smart-data-view-header-drop-down{transition:height .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.smart-data-view-search-label{display:none;font-size:calc(var(--smart-font-size) - 3px);opacity:.7}.smart-data-view-search-next,.smart-data-view-search-prev{align-items:center;justify-content:center;cursor:pointer;font-family:var(--smart-font-family-icon);font-size:10px;display:none;background-color:var(--smart-surface);color:var(--smart-surface-color);height:100%}.smart-data-view-search-next:hover,.smart-data-view-search-prev:hover{color:var(--smart-ui-state-color-hover);background-color:var(--smart-ui-state-hover)}.smart-data-view-search-next:active,.smart-data-view-search-prev:active{color:var(--smart-ui-state-color-active);background-color:var(--smart-ui-state-active)}.smart-data-view-search-prev:after{content:var(--smart-icon-arrow-up)}.smart-data-view-search-next:after{content:var(--smart-icon-arrow-down)}.smart-data-view-search-close{display:flex;align-items:center;justify-content:center;cursor:pointer;font-family:var(--smart-font-family-icon);font-size:10px;color:var(--smart-background-color)}.smart-data-view-search-close:after{content:var(--smart-icon-close)}.smart-data-view-search-close:hover{color:var(--smart-ui-state-color-hover);background-color:var(--smart-ui-state-hover)}.smart-data-view-search-close:active{color:var(--smart-ui-state-color-active);background-color:var(--smart-ui-state-active)}.smart-data-view-found{outline:var(--smart-outline) solid 4px;outline-offset:-4px}.smart-data-view-highlighted{box-shadow:0 0 23px 1px var(--smart-primary);outline:var(--smart-primary) solid 4px;outline-offset:-4px}[header-position=bottom] .smart-data-view-header-drop-down{transform-origin:bottom}.smart-formatting-panel{width:var(--smart-formatting-panel-default-width);min-height:150px;padding:0;overflow:visible;z-index:999}.smart-formatting-panel>.smart-container{position:relative;min-height:inherit}.smart-formatting-panel .smart-formatting-panel-items-container{width:100%;height:100%;padding:0 calc(2 * var(--smart-grid-panel-padding));overflow:auto}.smart-formatting-panel .smart-formatting-panel-item>.format-label{grid-area:format-label;justify-self:end}.smart-formatting-panel .smart-formatting-panel-item>.font-family-input{grid-area:font-family-input}.smart-formatting-panel .smart-formatting-panel-item>.font-size-input{grid-area:font-size-input}.smart-formatting-panel .smart-formatting-panel-item>.popup-button{display:flex;align-items:center;border:var(--smart-border-width) solid var(--smart-border);width:100%;height:100%;grid-area:popup-button;justify-content:center;cursor:pointer;font-size:20px;font-weight:700}.smart-formatting-panel .smart-formatting-panel-item>.preview{display:flex;align-items:center;border:var(--smart-border-width) solid var(--smart-border);width:100%;height:100%;grid-area:preview;padding:0 var(--smart-grid-panel-padding)}.smart-formatting-panel .smart-add-new-button{display:block;position:absolute;bottom:calc(var(--smart-grid-panel-padding) - 5px);right:calc(var(--smart-grid-panel-padding) - 5px);width:var(--smart-formatting-panel-add-new-button-size);height:var(--smart-formatting-panel-add-new-button-size);border-radius:50%;background-color:var(--smart-primary);color:var(--smart-primary-color);cursor:pointer;opacity:.3}.smart-formatting-panel .smart-add-new-button:after{content:"+";display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:35px}.smart-formatting-panel .smart-add-new-button:focus,.smart-formatting-panel .smart-add-new-button:hover{opacity:1;transform:scale(1.2,1.2)}.smart-formatting-panel .smart-add-new-button:focus{outline:0}.smart-formatting-panel .close-button:focus,.smart-formatting-panel .popup-button:focus,.smart-formatting-panel-popup .colors-container:focus,.smart-formatting-panel-popup .header>div:focus,.smart-formatting-panel-popup input:focus{outline:var(--smart-ui-state-border-active) solid var(--smart-border-width)}.smart-formatting-panel.scroll .smart-add-new-button{right:calc(12px + var(--smart-grid-panel-padding));border-radius:50%}.smart-formatting-panel:not([animation=none]) .smart-add-new-button{transition:transform cubic-bezier(.81,.27,0,.93) .5s,opacity .2s cubic-bezier(.4,0,.2,1)}.smart-formatting-panel-item{display:grid;grid-template-columns:auto 3fr 2fr var(--smart-formatting-panel-row-height) 1fr .5fr 1fr 1fr;grid-template-rows:var(--smart-formatting-panel-row-height) var(--smart-formatting-panel-row-height);grid-template-areas:"value-label columns-input condition-input condition-input first-value first-value first-value close-button" "format-label font-family-input font-size-input popup-button preview preview preview close-button";gap:var(--smart-grid-panel-padding);border-bottom:var(--smart-border-width) solid var(--smart-border);width:100%;padding:calc(2 * var(--smart-grid-panel-padding)) 0}.smart-formatting-panel-item:last-child{border-bottom:none}.smart-formatting-panel-item>*{min-width:0;max-width:none;min-height:0;max-height:none;width:auto;align-self:center;justify-self:center}.smart-formatting-panel-item>.value-label{grid-area:value-label;justify-self:end}.smart-formatting-panel-item>.columns-input{grid-area:columns-input}.smart-formatting-panel-item>.condition-input{grid-area:condition-input}.smart-formatting-panel-item>.first-value{grid-area:first-value}.smart-formatting-panel-item>.ampersand{grid-area:ampersand;display:none}.smart-formatting-panel-item>.second-value{grid-area:second-value;display:none}.smart-formatting-panel-item>.close-button{grid-area:close-button;position:relative;width:16px;height:16px}.smart-formatting-panel-item>.close-button:after{content:var(--smart-icon-close);display:flex;align-items:center;justify-content:center;position:absolute;width:100%;height:100%;font-size:20px;font-family:smart-icons;opacity:.5;cursor:pointer}.smart-formatting-panel-item.between{grid-template-areas:"value-label columns-input condition-input condition-input first-value ampersand second-value close-button" "format-label font-family-input font-size-input popup-button preview preview preview close-button"}.smart-formatting-panel-item.between>.ampersand,.smart-formatting-panel-item.between>.second-value{display:block}.smart-formatting-panel-popup{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:var(--smart-formatting-panel-row-height) var(--smart-formatting-panel-row-height) auto var(--smart-formatting-panel-row-height);grid-template-areas:"header header" "code input" "colors colors" "apply cancel";gap:var(--smart-grid-panel-padding);position:absolute;border:var(--smart-border-width) solid var(--smart-border);border-top-right-radius:var(--smart-border-top-right-radius);border-top-left-radius:var(--smart-border-top-left-radius);border-bottom-left-radius:var(--border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius);width:var(--smart-formatting-panel-popup-width);padding:var(--smart-grid-panel-padding);background-color:var(--smart-background);box-shadow:var(--smart-elevation-8);z-index:9999;opacity:1;transform:scale(1);transform-origin:top;font-family:var(--smart-font-family);font-size:var(--smart-font-size)}.smart-formatting-panel-popup .header,.smart-formatting-panel-popup input,.smart-formatting-panel-popup>.color-code{border:var(--smart-border-width) solid var(--smart-border)}.smart-formatting-panel-popup>.color-code{width:100%;height:100%;grid-area:code;display:flex;align-items:center;box-sizing:border-box;padding:var(--smart-grid-panel-padding);color:var(--smart-background-color)}.smart-formatting-panel-popup .header{grid-area:header;display:flex}.smart-formatting-panel-popup .header>div{display:flex;flex-direction:row;align-items:center;justify-content:center;width:50%;height:100%;text-transform:uppercase;font-weight:700;cursor:pointer;color:var(--smart-background-color)}.smart-formatting-panel-popup .header>div:first-child{border-right:var(--smart-border-width) solid var(--smart-border)}.smart-formatting-panel-popup .header>.selected{background-color:var(--smart-ui-state-selected);color:var(--smart-ui-state-color-selected)}.smart-formatting-panel-popup input{width:100%;height:100%;grid-area:input;background-color:var(--smart-background);cursor:pointer}.smart-formatting-panel-popup input:focus{border-color:var(--smart-ui-state-border-focus)}.smart-formatting-panel-popup .colors-container{grid-area:colors;display:grid;grid-template-columns:repeat(8,1fr);grid-auto-rows:var(--smart-formatting-panel-color-box-height);gap:3px;width:100%}.smart-formatting-panel-popup .colors-container>div{border:var(--smart-border-width) solid var(--smart-border);cursor:pointer}.smart-formatting-panel-popup .colors-container>div.selected{position:relative;display:flex;align-items:center;justify-content:center}.smart-formatting-panel-popup .colors-container>div.selected:after{display:flex;align-items:center;justify-content:center;position:absolute;height:100%;font-size:20px;font-family:smart-icons;cursor:pointer;border-radius:50%;content:var(--smart-icon-check);background-color:var(--smart-background-color);color:var(--smart-background);width:var(--smart-formatting-panel-color-box-height);opacity:1}.smart-formatting-panel-popup>smart-button{--smart-button-padding:0}.smart-formatting-panel-popup>.apply{grid-area:apply}.smart-formatting-panel-popup>.cancel{grid-area:cancel}.smart-formatting-panel-popup:not([animation=none]){transition:transform .2s cubic-bezier(.4,0,.2,1) -out,opacity .2s cubic-bezier(.4,0,.2,1) -out,visibility .2s cubic-bezier(.4,0,.2,1) -out}.smart-formatting-panel-popup.smart-visibility-hidden{transform:scale(0);opacity:0}.smart-column-panel[right-to-left] .smart-column-panel-find-container{direction:rtl}.smart-column-panel[right-to-left] .smart-grid-panel-buttons-container{flex-direction:row-reverse}.smart-column-panel[right-to-left] .smart-grid-panel-item{right:var(--smart-sortable-handle-size);justify-content:space-between}.smart-group-panel[right-to-left] .smart-grid-panel-buttons-container,.smart-group-panel[right-to-left] .smart-grid-panel-direction,.smart-sort-panel[right-to-left] .smart-grid-panel-buttons-container,.smart-sort-panel[right-to-left] .smart-grid-panel-direction{flex-direction:row-reverse}.smart-group-panel[right-to-left] .smart-grid-panel-from,.smart-group-panel[right-to-left] .smart-grid-panel-label-by,.smart-group-panel[right-to-left] .smart-group-panel-apply-button,.smart-group-panel[right-to-left] .smart-group-panel-cancel-button,.smart-group-panel[right-to-left] .smart-group-panel-collapse-button,.smart-group-panel[right-to-left] .smart-group-panel-expand-button{direction:rtl}.smart-group-panel[right-to-left] .smart-group-panel-expand-button{margin-left:initial;margin-right:5px}.smart-group-panel[right-to-left] .smart-grid-panel-label-by{order:3}.smart-group-panel[right-to-left] .smart-grid-panel-field-container{order:2}.smart-group-panel[right-to-left] .smart-grid-panel-from{order:1}.smart-group-panel[right-to-left] .smart-sortable .smart-sortable-items-parent{direction:unset}.smart-group-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button{order:4}.smart-sort-panel[right-to-left] .smart-grid-panel-apply-button,.smart-sort-panel[right-to-left] .smart-grid-panel-cancel-button{direction:rtl}.smart-sort-panel[right-to-left] .smart-grid-panel-label-by{order:3}.smart-sort-panel[right-to-left] .smart-grid-panel-field-container{order:2}.smart-sort-panel[right-to-left] .smart-grid-panel-from{order:1}.smart-sort-panel[right-to-left] .smart-sortable .smart-sortable-items-parent{direction:unset}.smart-sort-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button{order:4}.smart-multi-column-filter-panel[right-to-left] .smart-filter-panel-add-filter-button,.smart-multi-column-filter-panel[right-to-left] .smart-filter-panel-items-container:empty,.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-apply-button,.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-cancel-button,.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item-close-button+div{direction:rtl}.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item>.smart-grid-panel-item-close-button+div{order:3}.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item>.smart-input:nth-of-type(1){order:2}.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-item>.smart-input:nth-of-type(2){order:1}.smart-multi-column-filter-panel[right-to-left] .smart-grid-panel-buttons-container{flex-direction:row-reverse}.smart-multi-column-filter-panel[right-to-left][close-button-position=right] .smart-grid-panel-item-close-button{order:4}[right-to-left] .smart-data-view-header-drop-down.search-panel .smart-data-view-search-box{direction:rtl}[right-to-left] .smart-data-view-header{grid-template-areas:"search . sort filter customize";grid-template-columns:24px 1fr minmax(50px,max-content) minmax(50px,max-content) minmax(50px,max-content)}[right-to-left] .smart-data-view-header-button:not(.smart-data-view-search-button){direction:rtl;padding-left:5px;padding-right:25px}[right-to-left] .smart-data-view-header-button:after{right:5px;left:initial}.smart-formatting-panel[right-to-left]{direction:rtl}.smart-formatting-panel[right-to-left] .smart-add-new-button{left:calc(var(--smart-grid-panel-padding) - 5px);right:unset}.smart-formatting-panel[right-to-left].scroll .smart-add-new-button{left:calc(12px + var(--smart-grid-panel-padding))}
31
31
  .smart-input-group>.custom-select:not(:first-child),.smart-input-group>.form-control:not(:first-child),.smart-input-group>.smart-input-group-append>.smart-input-group-text,.smart-input-group>.smart-input-group-append>smart-button,.smart-input-group>.smart-input-group-prepend:first-child>.smart-input-group-text:not(:first-child),.smart-input-group>.smart-input-group-prepend:first-child>smart-button:not(:first-child),.smart-input-group>.smart-input-group-prepend:not(:first-child)>.smart-input-group-text,.smart-input-group>.smart-input-group-prepend:not(:first-child)>smart-button{border-top-left-radius:0;border-bottom-left-radius:0}.smart-input-group>.custom-select:not(:last-child),.smart-input-group>.form-control:not(:last-child),.smart-input-group>.smart-input-group-append:last-child>.smart-input-group-text:not(:last-child),.smart-input-group>.smart-input-group-append:last-child>smart-button:not(:last-child):not(.dropdown-toggle),.smart-input-group>.smart-input-group-append:not(:last-child)>.smart-input-group-text,.smart-input-group>.smart-input-group-append:not(:last-child)>smart-button,.smart-input-group>.smart-input-group-prepend>.smart-input-group-text,.smart-input-group>.smart-input-group-prepend>smart-button{border-top-right-radius:0;border-bottom-right-radius:0}.smart-input-group smart-button[focus],.smart-input-group>.custom-file:focus,.smart-input-group>.custom-select:focus,.smart-input-group>.form-control:focus,.smart-input-group>.form-control[focus]{z-index:3}.smart-input-group-append,.smart-input-group-append .smart-input-group-text+.smart-input-group-text,.smart-input-group-append .smart-input-group-text+smart-button,.smart-input-group-append smart-button+.smart-input-group-text,.smart-input-group-append smart-button+smart-button,.smart-input-group-prepend .smart-input-group-text+.smart-input-group-text,.smart-input-group-prepend .smart-input-group-text+smart-button,.smart-input-group-prepend smart-button+.smart-input-group-text,.smart-input-group-prepend smart-button+smart-button,.smart-input-group>.custom-file+.custom-file,.smart-input-group>.custom-file+.custom-select,.smart-input-group>.custom-file+.form-control,.smart-input-group>.custom-select+.custom-file,.smart-input-group>.custom-select+.custom-select,.smart-input-group>.custom-select+.form-control,.smart-input-group>.form-control+.custom-file,.smart-input-group>.form-control+.custom-select,.smart-input-group>.form-control+.form-control{margin-left:-1px}.form-control,.smart-input-group-text{padding:.375rem .75rem;line-height:1.5}.smart-input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;box-sizing:border-box;font-family:var(--smart-font-family)}.smart-input-group smart-input .smart-drop-down-button{border-left:none}.smart-input-group>.custom-file,.smart-input-group>.custom-select,.smart-input-group>.form-control{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.smart-input-group-append,.smart-input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex;box-sizing:border-box;height:auto}.smart-input-group-append>smart-button,.smart-input-group-prepend>smart-button{height:100%}.smart-input-group-prepend{margin-right:-1px}.smart-input-group-text{border-radius:var(--smart-border-radius);display:flex;align-items:center;margin-bottom:0;font-size:1rem;font-weight:400;color:var(--smart-surface-color);text-align:center;white-space:nowrap;background-color:var(--smart-surface);border:1px solid var(--smart-border)}.form-control,.smart-form{font-size:var(--smart-font-size);display:block}.form-control{border-radius:var(--smart-border-radius);height:auto;width:100%;color:#495057;background-color:var(--smart-background);background-clip:padding-box;-webkit-background-clip:padding-box;border:1px solid var(--smart-border);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:focus,.form-control[focus]{color:var(--smart-color);background-color:var(--smart-background);border-color:var(--smart-primary);outline:0}.smart-form{background:var(--smart-background);color:var(--smart-background-color);border:0 solid var(--smart-border);border-radius:var(--smart-border-radius);box-sizing:border-box;overflow:visible;width:600px;font-family:var(--smart-font-family)}@media only screen and (max-width:600px){.smart-form{width:350px}}.smart-form-editor,.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-label{width:100%}.smart-form-row{padding:5px 0;box-sizing:border-box}.smart-form-row .smart-form-control-label{display:flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;font-family:var(--smart-font-family);font-size:calc(.9 * var(--smart-font-size))}.smart-form-row .smart-form-control+.smart-form-label[required]:before,.smart-form-row .smart-form-control-label[required]:after{content:"*";color:#a94442;font-size:14px;margin-left:2px;margin-right:2px}.smart-form-row .smart-form-control{display:flex;box-sizing:border-box}.smart-form-row .smart-form-control+.smart-form-control-label[required]:after{content:""}.smart-form-row-flex{display:flex}.smart-form-control .smart-form-control-addon{display:flex;align-items:center}.smart-form-control.left{justify-content:flex-start}.smart-form-control.center{justify-content:center}.smart-form-control.right{justify-content:flex-end}.smart-form-control[readonly] .smart-form-editor{pointer-events:none}.smart-form-control[readonly] .smart-form-editor .smart-calendar-button,.smart-form-control[readonly] .smart-form-editor .smart-drop-down-button{visibility:hidden}.smart-form-control[readonly] .smart-form-editor div,.smart-form-control[readonly] .smart-form-editor input,.smart-form-control[readonly] .smart-form-editor span,.smart-form-control[readonly] .smart-form-editor textarea{border:none!important}.smart-form-control[readonly] .smart-form-editor+.smart-form-control-addon,.smart-form-control[readonly] .smart-form-editor+.smart-form-control-icon,.smart-form-control[readonly] .smart-form-editor+div{visibility:hidden}.smart-form-control-icon:after{content:attr(tooltip);visibility:hidden;white-space:nowrap;margin-top:25px;position:absolute;border-top-left-radius:var(--smart-border-top-left-radius);border-top-right-radius:var(--smart-border-top-right-radius);border-bottom-left-radius:var(--smart-border-bottom-left-radius);border-bottom-right-radius:var(--smart-border-bottom-right-radius);padding:7px;background-color:var(--smart-secondary);color:var(--smart-secondary-color);font-size:calc(var(--smart-font-size) - 2px);opacity:0;transform:scale(0);transition:opacity .2s ease-out,transform .1s ease-out;z-index:9}.smart-form-control-icon:hover:after{visibility:visible;opacity:.9;transform:scale(1);color:var(--smart-secondary-color);background:var(--smart-secondary)}.smart-form-control-label[readonly]:after{visibility:hidden}.smart-form-group .smart-form-group-content{display:grid;grid-template-columns:none}.smart-form-group[columns="2"]>.smart-form-group-content{grid-template-columns:50% 50%}.smart-form-group[columns="3"]>.smart-form-group-content{grid-template-columns:33% 33% 33%}.smart-form-group[columns="4"]>.smart-form-group-content{grid-template-columns:25% 25% 25% 25%}.smart-form-group[columns="5"]>.smart-form-group-content{grid-template-columns:20% 20% 20% 20% 20%}.smart-form-group[columns="6"]>.smart-form-group-content{grid-template-columns:16.66% 16.66% 16.66% 16.66% 16.66% 16.66%}.smart-form-group-label{font-size:20px;font-family:var(--smart-font-family);padding-top:10px;padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid var(--smart-border)}.smart-form-group-label.center{display:flex;justify-content:center}.smart-form-group-label.right{display:flex;justify-content:flex-end}.smart-form-group-buttons{display:flex;justify-content:flex-end;padding-right:30px}.smart-form-editor.smart-validation-success:not(smart-check-box):not([focus])>div.smart-container::after,input.smart-form-editor.smart-valid:not(:focus)+.smart-success-label-like-after-element{display:none}.smart-form-group-buttons smart-button{margin-left:20px}.smart-form-editor.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after{left:initial;right:0;z-index:9}.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-error[focus] input,.smart-form-editor.smart-number-input[focus]:not([drop-down-button-position=none]).smart-validation-success[focus] input,.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box)>div.smart-container input,.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus]>div.smart-container input,.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-error[focus] input,.smart-form-editor.smart-numeric-text-box[focus][spin-buttons].smart-validation-success[focus] input{padding-right:30px}.smart-form-editor.smart-combo-box.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-combo-box.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after,.smart-form-editor.smart-date-time-picker.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-date-time-picker.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after,.smart-form-editor.smart-drop-down-list.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-drop-down-list.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after,.smart-form-editor.smart-number-input.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-number-input.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after,.smart-form-editor.smart-numeric-text-box.smart-validation-error:not(smart-check-box)>div.smart-container::after,.smart-form-editor.smart-numeric-text-box.smart-validation-success:not(smart-check-box)[focus]>div.smart-container::after{right:20px}.smart-form-editor.smart-invalid+.smart-error-label-like-after-element,.smart-form-editor.smart-valid+.smart-success-label-like-after-element{left:initial;right:0;z-index:9}input.smart-form-editor.smart-invalid+.smart-error-label-like-after-element,input.smart-form-editor.smart-valid+.smart-success-label-like-after-element{right:35px}.smart-form-tab{grid-row:1;display:flex;align-items:center;justify-content:center;min-width:0;cursor:pointer;font-family:var(--smart-font-family);box-sizing:border-box;transition:background-color .2s ease-in-out}.smart-form-tab.selected{border-bottom:2px solid var(--smart-primary);color:var(--smart-primary)}.smart-form-tab.smart-invalid{border-bottom:2px solid var(--smart-error);color:var(--smart-error)}.smart-form-tab-strip{display:grid;grid-auto-columns:1fr;overflow:hidden;border-bottom:var(--smart-border-width) solid var(--smart-border);height:30px;margin-bottom:10px}.smart-form-tab-strip .smart-form-tab .smart-form-tab-label{font-size:calc(var(--smart-font-size) + 1px);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:5px}.smart-form-tab-strip .smart-form-tab:hover{background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover)}.smart-form-tab-strip[vertical]{display:flex;height:auto;flex-direction:column;background:var(--smart-background);border:none;border-radius:initial;padding-bottom:1px}.smart-form-tab-strip[vertical] .smart-form-tab{background-color:var(--smart-surface);color:var(--smart-surface-color);overflow:hidden;border:var(--smart-border-width) solid var(--smart-border);border-radius:0;padding:10px;margin-bottom:-1px;justify-content:left}.smart-form-tab-strip[vertical] .smart-form-tab .smart-form-tab-button{float:right;transition:transform .3s ease-in-out;transform:rotate(-180deg);font-size:17px}.smart-form-tab-strip[vertical] .smart-form-tab.selected{background:var(--smart-ui-state-focus)}.smart-form-tab-strip[vertical] .smart-form-tab.selected .smart-form-tab-button{transform:rotate(0)}.smart-form-tab-strip[vertical] .smart-form-tab.smart-invalid{color:var(--smart-error);background-color:var(--smart-surface)}.smart-form-tab-strip[breadcrumb]{border:none}.smart-form-tab-strip[breadcrumb] .smart-form-tab{border-bottom:none}.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label{display:flex;align-items:center}.smart-form-tab-strip[breadcrumb] .smart-form-tab .smart-form-tab-label .circle{border-radius:100%;font-family:var(--smart-font-family);width:12px;height:12px;padding:5px;margin-right:10px;background:var(--smart-secondary);color:var(--smart-secondary-color);align-items:center;justify-content:center;display:flex}.smart-form-tab-strip[breadcrumb] .smart-form-tab.smart-invalid{color:var(--smart-color)}.smart-form-tab-strip[breadcrumb] .smart-form-tab.selected .smart-form-tab-label .circle{background:var(--smart-primary);color:var(--smart-primary-color)}.smart-form-tab-control{padding:0;display:none!important}.smart-form-tab-control.selected{margin-bottom:-1px;display:grid!important}.smart-form-tab-control.selected[vertical]{padding:10px;border:1px solid var(--smart-border)}.smart-form-options-horizontal{display:flex}.smart-form-control[data-loading]{position:relative;overflow:hidden}.smart-form-control[data-loading]::after{position:absolute;right:0;top:calc(50% - 10px);content:"";width:16px;height:16px;border:2px solid var(--smart-primary);border-top-color:transparent;border-radius:50%;animation:smart-form-spin 1s cubic-bezier(.075,.82,.165,1) infinite;opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease}@keyframes smart-form-spin{to{transform:rotate(360deg)}}
32
32
  smart-led{padding:0;width:var(--smart-led-default-width);height:var(--smart-led-default-height);display:inline-block;border-radius:50%}smart-led .smart-container{cursor:pointer;height:100%;position:relative;display:flex;overflow:hidden}smart-led .smart-ripple{background:var(--smart-primary)}smart-led[focus]{outline:0}smart-led[disabled] .smart-container{cursor:initial}smart-led[shape=square]{border-radius:0}.smart-led.smart-container{cursor:pointer;height:100%;position:relative;display:flex;overflow:hidden}.smart-led .smart-input{width:100%;height:100%;border-radius:100%;text-align:center;display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;padding:4%;background-clip:content-box;border-style:solid;box-sizing:border-box;border-width:var(--smart-border-width);border-color:var(--smart-border);font-family:inherit;font-size:inherit;outline:0}.smart-led .smart-false-content-container,.smart-led .smart-indeterminate-content-container,.smart-led .smart-true-content-container{border-radius:50%;width:100%;height:100%;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}.smart-led .smart-false-content-container{display:flex;background-color:transparent}.smart-led .smart-true-content-container{display:none;background-color:var(--smart-primary)}.smart-led .smart-indeterminate-content-container{display:none;background-color:#d3d3d3}.smart-led .smart-false-content,.smart-led[checked] .smart-true-content{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;width:100%;height:100%}.smart-led .smart-false-content{justify-content:center}.smart-led[focus] .smart-input{border:var(--smart-border-width) solid var(--smart-ui-state-border-focus);background:var(--smart-ui-state-focus);color:var(--smart-ui-state-color-focus)}.smart-led:hover .smart-input{border:var(--smart-border-width) solid var(--smart-ui-state-border-hover);background:var(--smart-ui-state-hover);color:var(--smart-ui-state-color-hover);transition:background-color .1s linear}.smart-led.active .smart-input{border:var(--smart-border-width) solid var(--smart-ui-state-border-active);background:var(--smart-ui-state-active);color:var(--smart-ui-state-color-active)}.smart-led[checked] .smart-true-content{justify-content:center}.smart-led[checked] .smart-false-content-container{display:none}.smart-led[checked] .smart-true-content-container{display:flex}.smart-led[checked=null] .smart-indeterminate-content{display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis;width:100%;height:100%}.smart-led[checked=null] .smart-indeterminate-content-container{display:flex}.smart-led[checked=null] .smart-true-content-container{display:none}.smart-led[shape=square] .smart-false-content-container,.smart-led[shape=square] .smart-indeterminate-content-container,.smart-led[shape=square] .smart-input,.smart-led[shape=square] .smart-true-content-container{border-radius:0}.smart-led[right-to-left] .smart-false-content-container,.smart-led[right-to-left] .smart-indeterminate-content-container,.smart-led[right-to-left] .smart-true-content-container{direction:rtl}