@bizdoc/core 1.13.38 → 1.14.0-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. package/assets/bizdoc-schema.json +5 -0
  2. package/assets/themes/brown.min.css +3 -3
  3. package/assets/themes/dark.min.css +3 -3
  4. package/assets/themes/deep-purple-light-blue.min.css +3 -3
  5. package/assets/themes/deep-purple-teal.min.css +3 -3
  6. package/assets/themes/default.min.css +3 -3
  7. package/assets/themes/green.min.css +3 -3
  8. package/assets/themes/indigo.min.css +3 -3
  9. package/esm2020/lib/admin/admin-dismiss.service.mjs +3 -3
  10. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  11. package/esm2020/lib/admin/core/ace.input.mjs +3 -3
  12. package/esm2020/lib/admin/core/color-picker.input.mjs +3 -3
  13. package/esm2020/lib/admin/core/search.input.mjs +3 -3
  14. package/esm2020/lib/admin/diff/configuration-diff.component.mjs +3 -3
  15. package/esm2020/lib/admin/document-trace/document-trace.component.mjs +3 -3
  16. package/esm2020/lib/admin/document-trace/reassign.dialog.mjs +3 -3
  17. package/esm2020/lib/admin/document-trace/trace-element.component.mjs +3 -3
  18. package/esm2020/lib/admin/form/form.resolve.service.mjs +3 -3
  19. package/esm2020/lib/admin/form/form.service.mjs +3 -3
  20. package/esm2020/lib/admin/form/workflow/node.component.mjs +3 -3
  21. package/esm2020/lib/admin/form/workflow/role-node.component.mjs +3 -3
  22. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +5 -5
  23. package/esm2020/lib/admin/indices/manage-cube-index.component.mjs +3 -3
  24. package/esm2020/lib/admin/patterns/patterns.component.mjs +3 -3
  25. package/esm2020/lib/admin/permissions/permissions.component.mjs +3 -3
  26. package/esm2020/lib/admin/positions/positions-popup.component.mjs +3 -3
  27. package/esm2020/lib/admin/positions/positions.component.mjs +3 -3
  28. package/esm2020/lib/admin/profiler/profiler.component.mjs +3 -3
  29. package/esm2020/lib/admin/utility-wrapper.component.mjs +3 -3
  30. package/esm2020/lib/admin/utility.pane.component.mjs +3 -3
  31. package/esm2020/lib/app.component.mjs +8 -8
  32. package/esm2020/lib/bizdoc.module.mjs +4 -4
  33. package/esm2020/lib/browse/browse-items.component.mjs +3 -3
  34. package/esm2020/lib/browse/browse.mobile.component.mjs +3 -3
  35. package/esm2020/lib/browse/browse.pane.component.mjs +3 -3
  36. package/esm2020/lib/browse/expanded-item/expanded-item.component.mjs +3 -3
  37. package/esm2020/lib/browse/filter/filter.component.mjs +3 -3
  38. package/esm2020/lib/browse/folders-menu.component.mjs +3 -3
  39. package/esm2020/lib/chat/chat-info.mjs +3 -3
  40. package/esm2020/lib/chat/chat.mobile.component.mjs +3 -3
  41. package/esm2020/lib/chat/chat.service.mjs +3 -3
  42. package/esm2020/lib/chat/contacts.component.mjs +6 -6
  43. package/esm2020/lib/chat/contacts.pane.component.mjs +3 -3
  44. package/esm2020/lib/chat/conversation.component.mjs +3 -3
  45. package/esm2020/lib/chat/conversation.pane.component.mjs +3 -3
  46. package/esm2020/lib/compose/action/action-picker.component.mjs +3 -3
  47. package/esm2020/lib/compose/action/action.dialog.mjs +3 -3
  48. package/esm2020/lib/compose/action/action.pane.dialog.exp.mjs +3 -3
  49. package/esm2020/lib/compose/action/assign-action.component.mjs +3 -3
  50. package/esm2020/lib/compose/action/moveto-action.component.mjs +3 -3
  51. package/esm2020/lib/compose/action/return-action.component.mjs +18 -18
  52. package/esm2020/lib/compose/attachments/attachments.component.mjs +3 -3
  53. package/esm2020/lib/compose/attachments/preview/attachment-preview.component.mjs +3 -3
  54. package/esm2020/lib/compose/attachments/progress-button.directive.mjs +3 -3
  55. package/esm2020/lib/compose/can-deactivate-changes.service.mjs +3 -3
  56. package/esm2020/lib/compose/comments/Comments.pane.component.mjs +3 -3
  57. package/esm2020/lib/compose/comments/comment.component.mjs +3 -3
  58. package/esm2020/lib/compose/comments/comments.component.mjs +3 -3
  59. package/esm2020/lib/compose/comments/edit-comment.component.mjs +3 -3
  60. package/esm2020/lib/compose/comments/edits.component.mjs +3 -3
  61. package/esm2020/lib/compose/comments/quick-comment.component.exp.mjs +3 -3
  62. package/esm2020/lib/compose/comments/votes.component.mjs +3 -3
  63. package/esm2020/lib/compose/compose-resolve.service.mjs +6 -6
  64. package/esm2020/lib/compose/compose.mobile.component.mjs +3 -3
  65. package/esm2020/lib/compose/compose.pane.component.mjs +3 -3
  66. package/esm2020/lib/compose/copy/copy.dialog.mjs +3 -3
  67. package/esm2020/lib/compose/dismiss.service.mjs +3 -3
  68. package/esm2020/lib/compose/document-resolver.service.mjs +3 -3
  69. package/esm2020/lib/compose/document.component.mjs +3 -3
  70. package/esm2020/lib/compose/document.mobile.component.mjs +3 -3
  71. package/esm2020/lib/compose/document.pane.component.mjs +3 -3
  72. package/esm2020/lib/compose/events/events.component.mjs +3 -3
  73. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  74. package/esm2020/lib/compose/form.component.mjs +3 -3
  75. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  76. package/esm2020/lib/compose/privilage.directive.mjs +6 -6
  77. package/esm2020/lib/compose/recipient-resolver.service.mjs +3 -3
  78. package/esm2020/lib/compose/save-changes.dialog.mjs +3 -3
  79. package/esm2020/lib/compose/state.component.mjs +3 -3
  80. package/esm2020/lib/compose/tag/tags.component.mjs +3 -3
  81. package/esm2020/lib/compose/trace/flow.component.mjs +33 -6
  82. package/esm2020/lib/compose/trace/people.component.mjs +3 -3
  83. package/esm2020/lib/compose/trace/trace.base.mjs +3 -3
  84. package/esm2020/lib/compose/trace/trace.component.mjs +12 -5
  85. package/esm2020/lib/compose/trace/trace.pane.component.mjs +3 -3
  86. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +3 -3
  87. package/esm2020/lib/compose/version-compare/version-compare.directive.mjs +9 -9
  88. package/esm2020/lib/compose/version-compare/version.pane.component.mjs +3 -3
  89. package/esm2020/lib/core/NgComponentOutlet.mjs +3 -3
  90. package/esm2020/lib/core/account.service.mjs +3 -3
  91. package/esm2020/lib/core/animated-icon/animated-icon.directive.mjs +3 -3
  92. package/esm2020/lib/core/animations.mjs +3 -3
  93. package/esm2020/lib/core/avatar/avatar.component.mjs +3 -3
  94. package/esm2020/lib/core/component-factory-resolver.mjs +3 -3
  95. package/esm2020/lib/core/controls/address.input.mjs +3 -3
  96. package/esm2020/lib/core/controls/auto-complete.input.mjs +5 -6
  97. package/esm2020/lib/core/controls/combination-picker-body.mjs +3 -3
  98. package/esm2020/lib/core/controls/combination-picker.mjs +3 -3
  99. package/esm2020/lib/core/controls/combination-pool.mjs +3 -3
  100. package/esm2020/lib/core/controls/file.input.mjs +144 -116
  101. package/esm2020/lib/core/controls/select.input.mjs +19 -19
  102. package/esm2020/lib/core/controls/time-picker.mjs +3 -3
  103. package/esm2020/lib/core/controls/timespan.input.mjs +3 -3
  104. package/esm2020/lib/core/datasource.service.mjs +3 -3
  105. package/esm2020/lib/core/guide/guide.component.mjs +3 -3
  106. package/esm2020/lib/core/guide/guide.service.mjs +16 -5
  107. package/esm2020/lib/core/http.interceptor.mjs +3 -3
  108. package/esm2020/lib/core/hub.service.mjs +3 -3
  109. package/esm2020/lib/core/identity/identity.component.mjs +3 -3
  110. package/esm2020/lib/core/info/attachment-info.service.mjs +3 -3
  111. package/esm2020/lib/core/info/document-info.service.mjs +3 -3
  112. package/esm2020/lib/core/info/location-info.component.mjs +3 -3
  113. package/esm2020/lib/core/info/map-info.mjs +3 -3
  114. package/esm2020/lib/core/layout/autocomplete.field.mjs +3 -3
  115. package/esm2020/lib/core/layout/checkbox.field.mjs +3 -3
  116. package/esm2020/lib/core/layout/checkbox.mjs +3 -3
  117. package/esm2020/lib/core/layout/date-range.field.mjs +3 -3
  118. package/esm2020/lib/core/layout/date.field.mjs +3 -3
  119. package/esm2020/lib/core/layout/expression.field.mjs +3 -3
  120. package/esm2020/lib/core/layout/file.field.mjs +3 -3
  121. package/esm2020/lib/core/layout/html.field.mjs +3 -3
  122. package/esm2020/lib/core/layout/input.base.mjs +3 -3
  123. package/esm2020/lib/core/layout/input.field.mjs +3 -3
  124. package/esm2020/lib/core/layout/layout.component.mjs +3 -3
  125. package/esm2020/lib/core/layout/numeric.field.mjs +3 -3
  126. package/esm2020/lib/core/layout/select.field.mjs +3 -3
  127. package/esm2020/lib/core/layout/switch.field.mjs +3 -3
  128. package/esm2020/lib/core/layout/textarea.field.mjs +3 -3
  129. package/esm2020/lib/core/layout/timespan.field.mjs +3 -3
  130. package/esm2020/lib/core/lottie-animation.mjs +3 -3
  131. package/esm2020/lib/core/mailbox.service.mjs +19 -4
  132. package/esm2020/lib/core/models.mjs +1 -1
  133. package/esm2020/lib/core/none.component.mjs +3 -3
  134. package/esm2020/lib/core/pipes/action.pipe.mjs +3 -3
  135. package/esm2020/lib/core/pipes/calendar.pipe.mjs +3 -3
  136. package/esm2020/lib/core/pipes/date-format.pipe.mjs +3 -3
  137. package/esm2020/lib/core/pipes/daterange.pipe.mjs +6 -6
  138. package/esm2020/lib/core/pipes/difference.pipe.mjs +3 -3
  139. package/esm2020/lib/core/pipes/duration-format.pipe.mjs +3 -3
  140. package/esm2020/lib/core/pipes/duration.pipe.mjs +3 -3
  141. package/esm2020/lib/core/pipes/form.pipe.mjs +3 -3
  142. package/esm2020/lib/core/pipes/join.pipe.mjs +3 -3
  143. package/esm2020/lib/core/pipes/role.pipe.mjs +3 -3
  144. package/esm2020/lib/core/pipes/sanitize-html.pipe.mjs +3 -3
  145. package/esm2020/lib/core/pipes/sort.pipe.mjs +6 -6
  146. package/esm2020/lib/core/pipes/state.pipe.mjs +3 -3
  147. package/esm2020/lib/core/pipes/time-ago.pipe.mjs +3 -3
  148. package/esm2020/lib/core/pipes/translate.pipe.mjs +6 -6
  149. package/esm2020/lib/core/pipes/type-value.pipe.mjs +3 -3
  150. package/esm2020/lib/core/pipes/user-name.pipe.mjs +3 -3
  151. package/esm2020/lib/core/popup/popup.component.mjs +3 -3
  152. package/esm2020/lib/core/popup/popup.service.mjs +3 -3
  153. package/esm2020/lib/core/popup/tooltip.directive.mjs +6 -6
  154. package/esm2020/lib/core/prompt/ask/ask.dialog.mjs +3 -3
  155. package/esm2020/lib/core/prompt/mask/mask.component.mjs +3 -3
  156. package/esm2020/lib/core/prompt.service.mjs +3 -3
  157. package/esm2020/lib/core/router.mjs +6 -6
  158. package/esm2020/lib/core/session.service.mjs +3 -3
  159. package/esm2020/lib/core/slots/router.directive.mjs +3 -3
  160. package/esm2020/lib/core/slots/router.service.mjs +3 -3
  161. package/esm2020/lib/core/slots/slots.component.mjs +3 -3
  162. package/esm2020/lib/core/tagging/documents.component.mjs +3 -3
  163. package/esm2020/lib/core/tagging/edit-input.component.mjs +3 -3
  164. package/esm2020/lib/core/tagging/emoji.component.mjs +3 -3
  165. package/esm2020/lib/core/tagging/tagging-item.directive.mjs +3 -3
  166. package/esm2020/lib/core/tagging/tagging.component-base.mjs +3 -3
  167. package/esm2020/lib/core/tagging/tagging.directive.mjs +3 -3
  168. package/esm2020/lib/core/tagging/tagging.pipe.mjs +3 -3
  169. package/esm2020/lib/core/tagging/users.component.mjs +3 -3
  170. package/esm2020/lib/core/translate.service.mjs +3 -3
  171. package/esm2020/lib/core/window-title.service.mjs +3 -3
  172. package/esm2020/lib/cube/accum/accum.component.mjs +3 -3
  173. package/esm2020/lib/cube/chart/chart.component.mjs +20 -5
  174. package/esm2020/lib/cube/cube-info.service.mjs +3 -3
  175. package/esm2020/lib/cube/cube-menu.component.mjs +3 -3
  176. package/esm2020/lib/cube/cube-view.component.mjs +3 -3
  177. package/esm2020/lib/cube/cube.service.mjs +3 -3
  178. package/esm2020/lib/cube/explore/document-item.component.mjs +3 -3
  179. package/esm2020/lib/cube/explore/explore-item.component.mjs +3 -3
  180. package/esm2020/lib/cube/explore/explore-items.component.mjs +3 -3
  181. package/esm2020/lib/cube/explore/explore.pane.component.mjs +3 -3
  182. package/esm2020/lib/cube/explore/item-resolver.service.mjs +6 -6
  183. package/esm2020/lib/cube/explore/item.pane.component.mjs +3 -3
  184. package/esm2020/lib/cube/filter/filter-tags.component.exp.mjs +3 -3
  185. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  186. package/esm2020/lib/cube/grid/grid.component.mjs +3 -3
  187. package/esm2020/lib/cube/grid/spreadsheet.component.mjs +3 -3
  188. package/esm2020/lib/cube/matrix/matrix.base.mjs +3 -3
  189. package/esm2020/lib/cube/matrix/matrix.mobile.component.mjs +3 -3
  190. package/esm2020/lib/cube/matrix/matrix.pane.component.mjs +3 -3
  191. package/esm2020/lib/cube/matrix/popup.component.mjs +3 -3
  192. package/esm2020/lib/cube/matrix/table.component.mjs +5 -5
  193. package/esm2020/lib/cube/parallel/parallel.component.mjs +3 -3
  194. package/esm2020/lib/cube/pivot/pivot.component.mjs +16 -5
  195. package/esm2020/lib/cube/sum/sum.component.mjs +3 -3
  196. package/esm2020/lib/cube/view-base.mjs +3 -3
  197. package/esm2020/lib/cube/view.mobile.component.mjs +3 -3
  198. package/esm2020/lib/cube/view.pane.component.mjs +3 -3
  199. package/esm2020/lib/dashboard/actions/actions.widget.mjs +3 -3
  200. package/esm2020/lib/dashboard/cube/accum-cube.widget.mjs +3 -3
  201. package/esm2020/lib/dashboard/cube/compare.widget.mjs +3 -3
  202. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +3 -3
  203. package/esm2020/lib/dashboard/cube/cube-analysis.widget.mjs +3 -3
  204. package/esm2020/lib/dashboard/cube/cube-chart.widget.mjs +3 -3
  205. package/esm2020/lib/dashboard/cube/documents.widget.mjs +3 -3
  206. package/esm2020/lib/dashboard/cube/filter/filter.component.mjs +3 -3
  207. package/esm2020/lib/dashboard/dashboard.component.mjs +3 -3
  208. package/esm2020/lib/dashboard/dashboard.pane.component.mjs +3 -3
  209. package/esm2020/lib/dashboard/recents/recents.widget.mjs +3 -3
  210. package/esm2020/lib/dashboard/score/activity.widget.mjs +3 -3
  211. package/esm2020/lib/dashboard/score/compare-groups.widget.mjs +3 -3
  212. package/esm2020/lib/dashboard/score/peers-performance.widget.mjs +3 -3
  213. package/esm2020/lib/dashboard/score/pending-results.widget.mjs +3 -3
  214. package/esm2020/lib/dashboard/score/personal-score.widget.mjs +3 -3
  215. package/esm2020/lib/dashboard/widget-item.component.mjs +3 -3
  216. package/esm2020/lib/desktop.module.mjs +4 -4
  217. package/esm2020/lib/home/about/about.dialog.mjs +3 -3
  218. package/esm2020/lib/home/home-base.component.mjs +3 -3
  219. package/esm2020/lib/home/home.desktop.component.mjs +3 -3
  220. package/esm2020/lib/home/home.mobile.component.mjs +3 -3
  221. package/esm2020/lib/home/notifications/notifications.component.mjs +3 -3
  222. package/esm2020/lib/home/options/options.component.mjs +3 -3
  223. package/esm2020/lib/home/outofoffice/outofoffice.component.mjs +3 -3
  224. package/esm2020/lib/home/search.service.mjs +3 -3
  225. package/esm2020/lib/home/sign/sign.component.mjs +3 -3
  226. package/esm2020/lib/home/tools.component.mjs +3 -3
  227. package/esm2020/lib/impersonate/impersonate.component.mjs +3 -3
  228. package/esm2020/lib/mobile.module.mjs +4 -4
  229. package/esm2020/lib/modules/chart.module.mjs +4 -4
  230. package/esm2020/lib/modules/circular-gauge.module.mjs +4 -4
  231. package/esm2020/lib/modules/datepicker.intl.mjs +3 -3
  232. package/esm2020/lib/modules/dayjs.module.mjs +4 -4
  233. package/esm2020/lib/modules/diagram.module.mjs +4 -4
  234. package/esm2020/lib/modules/gantt.module.mjs +4 -4
  235. package/esm2020/lib/modules/grid.module.mjs +4 -4
  236. package/esm2020/lib/modules/material.module.mjs +4 -4
  237. package/esm2020/lib/modules/paginator.intl.mjs +3 -3
  238. package/esm2020/lib/modules/pivot.module.mjs +4 -4
  239. package/esm2020/lib/modules/schedule.module.mjs +4 -4
  240. package/esm2020/lib/modules/spreadsheet.module.mjs +4 -4
  241. package/esm2020/lib/modules/stepper.intl.mjs +3 -3
  242. package/esm2020/lib/modules/texteditor.module.mjs +4 -4
  243. package/esm2020/lib/notifications/filter.component.mjs +3 -3
  244. package/esm2020/lib/notifications/notifications-table.component.mjs +3 -3
  245. package/esm2020/lib/notifications/notifications.mobile.component.mjs +3 -3
  246. package/esm2020/lib/notifications/notifications.pane.component.mjs +3 -3
  247. package/esm2020/lib/notifications/notifications.service.mjs +3 -3
  248. package/esm2020/lib/notifications/types/commented.notification.mjs +3 -3
  249. package/esm2020/lib/notifications/types/cube-anomaly.notification.mjs +3 -3
  250. package/esm2020/lib/notifications/types/escalated.notification.mjs +3 -3
  251. package/esm2020/lib/notifications/types/liked.notification.mjs +3 -3
  252. package/esm2020/lib/notifications/types/long-running-task.notification.mjs +3 -3
  253. package/esm2020/lib/notifications/types/notification-base.mjs +3 -3
  254. package/esm2020/lib/notifications/types/nudge.notification.mjs +3 -3
  255. package/esm2020/lib/notifications/types/state-changed.notification.mjs +3 -3
  256. package/esm2020/lib/notifications/types/tagged.notification.mjs +3 -3
  257. package/esm2020/lib/notifications/types/text.notification.mjs +3 -3
  258. package/esm2020/lib/notifications/types/upcoming-event.notification.mjs +3 -3
  259. package/esm2020/lib/options/options.component.mjs +3 -3
  260. package/esm2020/lib/options/options.service.mjs +3 -3
  261. package/esm2020/lib/reports/arguments-component.mjs +3 -3
  262. package/esm2020/lib/reports/cube/documents.component.mjs +3 -3
  263. package/esm2020/lib/reports/cube/grid-documents.component.mjs +3 -3
  264. package/esm2020/lib/reports/cube/table-documents.component.mjs +3 -3
  265. package/esm2020/lib/reports/cube/usage-args.component.mjs +3 -3
  266. package/esm2020/lib/reports/cube/usage-base.mjs +3 -3
  267. package/esm2020/lib/reports/cube/usage-chart.component.mjs +3 -3
  268. package/esm2020/lib/reports/cube/usage-pivot.component.mjs +3 -3
  269. package/esm2020/lib/reports/cube/usage.component.mjs +3 -3
  270. package/esm2020/lib/reports/report-viewer.component.mjs +3 -3
  271. package/esm2020/lib/reports/report.mobile.component.mjs +3 -3
  272. package/esm2020/lib/reports/report.pane.component.mjs +3 -3
  273. package/esm2020/lib/reports/reports-menu.component.mjs +3 -3
  274. package/esm2020/lib/reports/substitution/substitution.component.mjs +3 -3
  275. package/esm2020/lib/reports/table/table-view.component.mjs +3 -3
  276. package/esm2020/lib/reports/tasks/tasks.component.mjs +3 -3
  277. package/esm2020/lib/scheduler/schedule.component.mjs +3 -3
  278. package/esm2020/lib/scheduler/scheduler.mobile.component.mjs +3 -3
  279. package/esm2020/lib/scheduler/scheduler.pane.component.mjs +3 -3
  280. package/esm2020/lib/shared.module.mjs +4 -4
  281. package/esm2020/lib/system.module.mjs +4 -4
  282. package/esm2020/lib/views/cube/chart.component.mjs +3 -3
  283. package/esm2020/lib/views/cube/cube-base.mjs +3 -3
  284. package/esm2020/lib/views/cube/explore.component.mjs +3 -3
  285. package/esm2020/lib/views/cube/matrix.component.mjs +3 -3
  286. package/esm2020/lib/views/cube/parallel.component.mjs +3 -3
  287. package/esm2020/lib/views/cube/pivot.component.mjs +3 -3
  288. package/esm2020/lib/views/cube/sum.component.mjs +3 -3
  289. package/esm2020/lib/views/cube/view.component.mjs +3 -3
  290. package/esm2020/lib/views/timeline/timeline.component.exp.mjs +3 -3
  291. package/esm2020/lib/views/view-item.component.mjs +3 -3
  292. package/esm2020/lib/views/views.component.mjs +3 -3
  293. package/esm2020/lib/views/views.mobile.component.mjs +3 -3
  294. package/esm2020/lib/views/views.pane.component.mjs +3 -3
  295. package/esm2020/public-api.mjs +2 -2
  296. package/fesm2015/bizdoc-core.mjs +1207 -1089
  297. package/fesm2015/bizdoc-core.mjs.map +1 -1
  298. package/fesm2020/bizdoc-core.mjs +1207 -1091
  299. package/fesm2020/bizdoc-core.mjs.map +1 -1
  300. package/lib/compose/action/return-action.component.d.ts +4 -2
  301. package/lib/core/animations.d.ts +1 -1
  302. package/lib/core/controls/file.input.d.ts +15 -4
  303. package/lib/core/controls/select.input.d.ts +5 -5
  304. package/lib/core/guide/guide.service.d.ts +8 -2
  305. package/lib/core/mailbox.service.d.ts +1 -0
  306. package/lib/core/models.d.ts +2 -0
  307. package/package.json +10 -9
  308. package/public-api.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- @charset "UTF-8";@keyframes roll{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes tbar-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}to{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(/assets/fonts/MaterialIcons-Regular.eot)}@font-face{font-family:"Material Icons Outlined";font-style:normal;font-weight:400;src:url(/assets/fonts/MaterialIcons-Regular.eot)}.material-icons{font-family:"Material Icons Outlined";font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.material-icons.filled{font-family:"Material Icons"}.material-icons.rotate{transition:transform .5s;-moz-animation:roll .4s ease-in-out;-o-animation:roll .4s ease-in-out;-webkit-animation:roll .4s ease-in-out;animation:roll .4s ease-in-out}.mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-option{color:#fff;font-family:Roboto,monospace,serif,;font-size:16px}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.mat-optgroup-disabled .mat-optgroup-label,.mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled),.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{font:500 14px/24px Roboto,monospace,serif,;letter-spacing:normal}.mat-optgroup-label,.mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox::after{color:#303030}.mat-pseudo-checkbox-disabled{color:#686868}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ffd740}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.mat-app-background{background-color:#303030;color:#fff}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#424242;color:#fff}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;color:#fff;background:#673ab7;font-weight:600;font-size:12px;font-family:Roboto,monospace,serif,}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff;font:400 14px/20px Roboto,monospace,serif,;letter-spacing:normal}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled{color:rgba(255,255,255,.3)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay,.mat-chip.mat-standard-chip::after{background:#fff}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(255,255,255,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:#fff;background-color:#424242}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:rgba(0,0,0,.87)}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#673ab7}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ffd740}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,monospace,serif,;font-size:14px;font-weight:500}.mat-button-toggle-group:not([class*=mat-elevation-z]),.mat-button-toggle-standalone:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:rgba(255,255,255,.5)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard{color:#fff;background:#424242}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #595959}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #595959}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #595959}.mat-button-toggle-checked{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:solid 1px #595959}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-button-toggle{font-family:Roboto,monospace,serif,}.mat-card{background:#424242;color:#fff}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(255,255,255,.7)}.mat-card{font-family:Roboto,monospace,serif,}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark{fill:#303030}.mat-checkbox-label{color:#fff}.mat-checkbox-checkmark-path{stroke:#303030!important}.mat-checkbox-mixedmark{background-color:#303030}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#673ab7}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ffd740}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.5)}.mat-checkbox .mat-ripple-element{background-color:#fff}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-checkbox{font-family:Roboto,monospace,serif,}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{background:#424242}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell{color:rgba(255,255,255,.7)}.mat-cell,.mat-footer-cell{color:#fff}.mat-table{font-family:Roboto,monospace,serif,}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-arrow{fill:#fff}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:#fff}.mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label,.mat-calendar-table-header{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#fff;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(255,255,255,.5)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(255,255,255,.5)}.mat-calendar-body-in-preview{color:rgba(255,255,255,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(255,255,255,.3)}.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(103,58,183,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(103,58,183,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#673ab7;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}@media (hover:hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(255,215,64,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(255,215,64,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}@media (hover:hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}@media (hover:hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#673ab7}.mat-datepicker-toggle-active.mat-accent{color:#ffd740}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(255,255,255,.5)}.mat-calendar{font-family:Roboto,monospace,serif,}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-dialog-title{font:500 20px/32px Roboto,monospace,serif,;letter-spacing:normal}.mat-divider{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel{background:#424242;color:#fff}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.mat-expansion-panel-header-title{color:#fff}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-expansion-panel-header{height:48px;font-family:Roboto,monospace,serif,;font-size:15px;font-weight:400}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-expansion-panel-content{font:400 14px/20px Roboto,monospace,serif,;letter-spacing:normal}.mat-form-field-label,.mat-hint{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}.mat-focused .mat-form-field-required-marker,.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-form-field-ripple{background-color:#fff}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}.mat-error,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy .mat-form-field-underline,.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline,.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,monospace,serif,;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-icon.mat-primary{color:#673ab7}.mat-icon.mat-accent{color:#ffd740}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(255,255,255,.5)}.mat-input-element{caret-color:#673ab7}.mat-input-element::placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:not(.mat-native-select-inline) option{color:rgba(0,0,0,.87)}.mat-input-element:not(.mat-native-select-inline) option:disabled{color:rgba(0,0,0,.38)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}.mat-form-field-invalid .mat-input-element,.mat-form-field.mat-warn .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}input.mat-input-element{margin-top:-.0625em}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#fff}.mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.mat-list-base .mat-list-item-disabled{background-color:rgba(255,255,255,.12);color:rgba(255,255,255,.5)}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(255,255,255,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:focus,.mat-list-single-selected-option:hover{background:rgba(255,255,255,.12)}.mat-list-item,.mat-list-option{font-family:Roboto,monospace,serif,}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-item .mat-line,.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2),.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,monospace,serif,;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line,.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-subheader{font-family:Roboto,monospace,serif,;font-size:12px;font-weight:500}.mat-menu-panel{background:#424242}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:#fff}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-icon-no-color,.mat-menu-item[disabled] .mat-menu-submenu-icon{color:rgba(255,255,255,.5)}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#fff}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-menu-item{font-family:Roboto,monospace,serif,;font-size:14px;font-weight:400}.mat-paginator{background:#424242}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first,.mat-paginator-last{border-top:2px solid #fff}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.mat-paginator-container{min-height:56px}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,monospace,serif,;font-size:12px}.mat-progress-bar-background{fill:#3e3352}.mat-progress-bar-buffer{background-color:#3e3352}.mat-progress-bar-fill::after{background-color:#673ab7}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#645a34}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#645a34}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#613532}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#613532}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle,.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.mat-radio-button .mat-ripple-element{background-color:#fff}.mat-radio-button{font-family:Roboto,monospace,serif,}.mat-select-value{color:#fff}.mat-select-disabled .mat-select-value,.mat-select-placeholder{color:rgba(255,255,255,.5)}.mat-select-arrow{color:rgba(255,255,255,.7)}.mat-select-panel{background:#424242}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.mat-select{font-family:Roboto,monospace,serif,}.mat-select-trigger{height:1.125em}.mat-drawer-container{background-color:#303030;color:#fff}.mat-drawer{color:#fff}.mat-drawer,.mat-drawer.mat-drawer-push{background-color:#424242}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side,[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right:solid 1px rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.mat-slide-toggle-content{font-family:Roboto,monospace,serif,}.mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label,.mat-slider.mat-primary .mat-slider-track-fill{background-color:#673ab7}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label,.mat-slider.mat-accent .mat-slider-track-fill{background-color:#ffd740}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label,.mat-slider.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider.cdk-focused .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,.mat-slider:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-thumb-label-text{font-family:Roboto,monospace,serif,;font-size:12px;font-weight:500}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(255,255,255,.04)}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:rgba(0,0,0,.87)}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#424242}.mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,monospace,serif,}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-sort-header-arrow{color:#c6c6c6}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-label,.mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before{border-color:#fff}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:rgba(0,0,0,.87)}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container{background-color:#673ab7}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container{background-color:#ffd740}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before{border-color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:#000;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group,.mat-tab-label,.mat-tab-link{font-family:Roboto,monospace,serif,}.mat-tab-label,.mat-tab-link{font-size:14px;font-weight:500}.mat-toolbar{background:#212121;color:#fff}.mat-toolbar.mat-primary{background:#673ab7;color:#fff}.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width:599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,monospace,serif,;letter-spacing:normal;margin:0}.mat-tooltip{background:rgba(97,97,97,.9);font-family:Roboto,monospace,serif,;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-tree{background:#424242}.mat-nested-tree-node,.mat-tree-node{color:#fff}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto,monospace,serif,}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}.mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:inherit}.mat-simple-snackbar{font-family:Roboto,monospace,serif,;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}#logo,img.icon{filter:invert(1)}.profile-name{color:#fff}.e-pivotview.e-rtl .e-valuescontent{text-align:right!important}.e-summarycell .mat-warn{color:#d32f2f}.e-icons{font-family:"e-icons";font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.e-diagram-menu .e-bringforward::before{content:"\e5a1"}.e-diagram-menu .e-bringfront::before{content:"\e5a2"}.e-diagram-menu .e-sendback::before{content:"\e5a3"}.e-diagram-menu .e-sendbackward::before{content:"\e5a4"}.e-diagram-menu .e-delete::before{content:"\e94a"}.e-diagram-menu .e-ungroup::before{content:"\e5a6"}.e-diagram-menu .e-group::before{content:"\e5a7"}.e-diagram-menu .e-undo::before{content:"\e341"}.e-diagram-menu .e-cut::before{content:"\e33b"}.e-diagram-menu .e-save::before{content:"\e735"}.e-diagram-menu .e-paste::before{content:"\e355"}.e-diagram-menu .e-copy::before{content:"\e33d"}.e-diagram-menu .e-redo::before{content:"\e354"}.e-diagram-menu .e-zoomin::before{content:"\e349"}.e-diagram-menu .e-italic::before{content:"\e35a"}.e-diagram-menu .e-close::before{content:"\ec0f"}.e-diagram-menu .e-pan::before{content:"\ec1a"}.e-diagram-menu .e-bold::before{content:"\e339"}.e-diagram-menu .e-underline::before{content:"\e343"}.e-diagram-menu .e-zoomout::before{content:"\e351"}.e-diagram-menu .e-export::before{content:"\e711"}.e-diagram-menu .e-print::before{content:"\e34b"}.e-diagram-menu .e-order::before{content:"\e4a4"}.e-symbolpalette .e-clear-searchtext::before{content:"\ec0f"}
1
+ @charset "UTF-8";@keyframes roll{0%{transform:rotate(0)}to{transform:rotate(180deg)}}@keyframes tbar-popup-shadow{0%{border-color:rgba(255,255,255,.5);box-shadow:0 0 0 0 rgba(255,255,255,.5)}to{box-shadow:0 0 0 200px rgba(255,255,255,.12)}}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(/assets/fonts/MaterialIcons-Regular.eot)}@font-face{font-family:"Material Icons Outlined";font-style:normal;font-weight:400;src:url(/assets/fonts/MaterialIcons-Regular.eot)}.material-icons{font-family:"Material Icons Outlined";font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.material-icons.filled{font-family:"Material Icons"}.material-icons.rotate{transition:transform .5s;-moz-animation:roll .4s ease-in-out;-o-animation:roll .4s ease-in-out;-webkit-animation:roll .4s ease-in-out;animation:roll .4s ease-in-out}.mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-option{color:#fff;font-family:Roboto,monospace,serif;font-size:16px}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(255,255,255,.04)}.mat-option.mat-active{background:rgba(255,255,255,.04);color:#fff}.mat-optgroup-disabled .mat-optgroup-label,.mat-option.mat-option-disabled{color:rgba(255,255,255,.5)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#673ab7}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled),.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ffd740}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after,.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{font:500 14px/24px Roboto,monospace,serif;letter-spacing:normal}.mat-optgroup-label,.mat-pseudo-checkbox{color:rgba(255,255,255,.7)}.mat-pseudo-checkbox::after{color:#303030}.mat-pseudo-checkbox-disabled{color:#686868}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#673ab7}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ffd740}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#686868}.mat-app-background{background-color:#303030;color:#fff}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#424242;color:#fff}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#424242}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#fff}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;color:#fff;background:#673ab7;font-weight:600;font-size:12px;font-family:Roboto,monospace,serif}.mat-badge-content._mat-animation-noopable,.ng-animate-disabled .mat-badge-content{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ffd740;color:rgba(0,0,0,.87)}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge-disabled .mat-badge-content{background:#6e6e6e;color:rgba(255,255,255,.5)}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#424242;color:#fff;font:400 14px/20px Roboto,monospace,serif;letter-spacing:normal}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#673ab7}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ffd740}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled{color:rgba(255,255,255,.3)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#673ab7}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ffd740}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay,.mat-chip.mat-standard-chip::after{background:#fff}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(255,255,255,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:#fff;background-color:#424242}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:rgba(0,0,0,.87)}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled{color:rgba(255,255,255,.3);background-color:rgba(255,255,255,.12)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#673ab7}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ffd740}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,monospace,serif;font-size:14px;font-weight:500}.mat-button-toggle-group:not([class*=mat-elevation-z]),.mat-button-toggle-standalone:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]){box-shadow:none}.mat-button-toggle{color:rgba(255,255,255,.5)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(255,255,255,.12)}.mat-button-toggle-appearance-standard{color:#fff;background:#424242}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#fff}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px #595959}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px #595959}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px #595959}.mat-button-toggle-checked{background-color:#212121;color:rgba(255,255,255,.7)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:#fff}.mat-button-toggle-disabled{color:rgba(255,255,255,.3);background-color:#000}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#424242}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#424242}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:solid 1px #595959}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-button-toggle{font-family:Roboto,monospace,serif}.mat-card{background:#424242;color:#fff}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(255,255,255,.7)}.mat-card{font-family:Roboto,monospace,serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox-frame{border-color:rgba(255,255,255,.7)}.mat-checkbox-checkmark{fill:#303030}.mat-checkbox-checkmark-path{stroke:#303030!important}.mat-checkbox-mixedmark{background-color:#303030}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#673ab7}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ffd740}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#686868}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#686868}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(255,255,255,.5)}.mat-checkbox .mat-ripple-element{background-color:#fff}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#673ab7}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ffd740}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-checkbox{font-family:Roboto,monospace,serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip.mat-standard-chip{background-color:#616161;color:#fff}.mat-chip.mat-standard-chip .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#673ab7;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{background:#424242}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(255,255,255,.12)}.mat-header-cell{color:rgba(255,255,255,.7)}.mat-cell,.mat-footer-cell{color:#fff}.mat-table{font-family:Roboto,monospace,serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar-arrow{fill:#fff}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:#fff}.mat-calendar-table-header-divider::after{background:rgba(255,255,255,.12)}.mat-calendar-body-label,.mat-calendar-table-header{color:rgba(255,255,255,.7)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:#fff;border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(255,255,255,.5)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(255,255,255,.5)}.mat-calendar-body-in-preview{color:rgba(255,255,255,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(255,255,255,.5)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(255,255,255,.3)}.mat-calendar-body-in-range::before{background:rgba(103,58,183,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(103,58,183,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(103,58,183,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#673ab7;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(103,58,183,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}@media (hover:hover){.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(103,58,183,.3)}}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#424242;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,215,64,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(255,215,64,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(255,215,64,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,215,64,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}@media (hover:hover){.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,215,64,.3)}}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}@media (hover:hover){.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}}.mat-datepicker-content-touch{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#673ab7}.mat-datepicker-toggle-active.mat-accent{color:#ffd740}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(255,255,255,.5)}.mat-calendar{font-family:Roboto,monospace,serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#424242;color:#fff}.mat-dialog-title{font:500 20px/32px Roboto,monospace,serif;letter-spacing:normal}.mat-divider{border-top-color:rgba(255,255,255,.12)}.mat-divider-vertical{border-right-color:rgba(255,255,255,.12)}.mat-expansion-panel{background:#424242;color:#fff}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(255,255,255,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(255,255,255,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#424242}}.mat-expansion-panel-header-title{color:#fff}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(255,255,255,.7)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(255,255,255,.3)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-expansion-panel-header{height:48px;font-family:Roboto,monospace,serif;font-size:15px;font-weight:400}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-expansion-panel-content{font:400 14px/20px Roboto,monospace,serif;letter-spacing:normal}.mat-form-field-label,.mat-hint{color:rgba(255,255,255,.7)}.mat-form-field.mat-focused .mat-form-field-label{color:#673ab7}.mat-focused .mat-form-field-required-marker,.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ffd740}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-form-field-ripple{background-color:#fff}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#673ab7}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ffd740}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#673ab7}.mat-error,.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy .mat-form-field-underline,.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(255,255,255,.7)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline,.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(255,255,255,.7) 0,rgba(255,255,255,.7) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(255,255,255,.1)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(255,255,255,.05)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(255,255,255,.3)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#fff}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#673ab7}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ffd740}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(255,255,255,.5)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(255,255,255,.15)}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,monospace,serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.34375em) scale(.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-.59374em) scale(.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{transform:translateY(-1.59375em) scale(.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(.75);width:133.3333433333%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2),.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-icon.mat-primary{color:#673ab7}.mat-icon.mat-accent{color:#ffd740}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(255,255,255,.7)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(255,255,255,.5)}.mat-input-element{caret-color:#673ab7}.mat-input-element::placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-moz-placeholder{color:rgba(255,255,255,.5)}.mat-input-element::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:-ms-input-placeholder{color:rgba(255,255,255,.5)}.mat-input-element:not(.mat-native-select-inline) option{color:rgba(0,0,0,.87)}.mat-input-element:not(.mat-native-select-inline) option:disabled{color:rgba(0,0,0,.38)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ffd740}.mat-form-field-invalid .mat-input-element,.mat-form-field.mat-warn .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}input.mat-input-element{margin-top:-.0625em}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#fff}.mat-list-base .mat-subheader{color:rgba(255,255,255,.7)}.mat-list-base .mat-list-item-disabled{background-color:rgba(255,255,255,.12);color:rgba(255,255,255,.5)}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(255,255,255,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:focus,.mat-list-single-selected-option:hover{background:rgba(255,255,255,.12)}.mat-list-item,.mat-list-option{font-family:Roboto,monospace,serif}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-item .mat-line,.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2),.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,monospace,serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line,.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-subheader{font-family:Roboto,monospace,serif;font-size:12px;font-weight:500}.mat-menu-panel{background:#424242}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:#fff}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-icon-no-color,.mat-menu-item[disabled] .mat-menu-submenu-icon{color:rgba(255,255,255,.5)}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#fff}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(255,255,255,.04)}.mat-menu-item{font-family:Roboto,monospace,serif;font-size:14px;font-weight:400}.mat-paginator{background:#424242}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(255,255,255,.7)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid #fff;border-right:2px solid #fff}.mat-paginator-first,.mat-paginator-last{border-top:2px solid #fff}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(255,255,255,.5)}.mat-paginator-container{min-height:56px}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,monospace,serif;font-size:12px}.mat-progress-bar-background{fill:#3e3352}.mat-progress-bar-buffer{background-color:#3e3352}.mat-progress-bar-fill::after{background-color:#673ab7}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#645a34}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#645a34}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ffd740}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#613532}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#613532}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#673ab7}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ffd740}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle,.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(255,255,255,.7)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#673ab7}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#673ab7}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ffd740}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ffd740}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(255,255,255,.5)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(255,255,255,.5)}.mat-radio-button .mat-ripple-element{background-color:#fff}.mat-radio-button{font-family:Roboto,monospace,serif}.mat-select-value{color:#fff}.mat-select-disabled .mat-select-value,.mat-select-placeholder{color:rgba(255,255,255,.5)}.mat-select-arrow{color:rgba(255,255,255,.7)}.mat-select-panel{background:#424242}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(255,255,255,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#673ab7}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ffd740}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow,.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(255,255,255,.5)}.mat-select{font-family:Roboto,monospace,serif}.mat-select-trigger{height:1.125em}.mat-drawer-container{background-color:#303030;color:#fff}.mat-drawer{color:#fff}.mat-drawer,.mat-drawer.mat-drawer-push{background-color:#424242}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side,[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right:solid 1px rgba(255,255,255,.12)}.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(255,255,255,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(189,189,189,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ffd740}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,215,64,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ffd740}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#673ab7}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(103,58,183,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#673ab7}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#fff}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#bdbdbd}.mat-slide-toggle-bar{background-color:rgba(255,255,255,.5)}.mat-slide-toggle-content{font-family:Roboto,monospace,serif}.mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label,.mat-slider.mat-primary .mat-slider-track-fill{background-color:#673ab7}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:rgba(103,58,183,.2)}.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label,.mat-slider.mat-accent .mat-slider-track-fill{background-color:#ffd740}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:rgba(0,0,0,.87)}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:rgba(255,215,64,.2)}.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label,.mat-slider.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider.cdk-focused .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label,.mat-slider:hover .mat-slider-track-background{background-color:rgba(255,255,255,.3)}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(255,255,255,.12)}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#fff}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(255,255,255,.3);background-color:transparent}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(255,255,255,.3)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.7),rgba(255,255,255,.7) 2px,transparent 0,transparent)}.mat-slider-thumb-label-text{font-family:Roboto,monospace,serif;font-size:12px;font-weight:500}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false]{background-color:rgba(255,255,255,.04)}.mat-step-header:hover[aria-disabled=true]{cursor:default}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(255,255,255,.7)}.mat-step-header .mat-step-icon{background-color:rgba(255,255,255,.7);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#673ab7;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:rgba(0,0,0,.87)}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ffd740;color:rgba(0,0,0,.87)}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:#fff}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#424242}.mat-stepper-vertical-line::before{border-left-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(255,255,255,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,monospace,serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-sort-header-arrow{color:#c6c6c6}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(255,255,255,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(255,255,255,.12);border-bottom:none}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-label,.mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.5)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before{border-color:#fff}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.5)}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#673ab7}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ffd740}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:rgba(0,0,0,.87)}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(209,196,233,.3)}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container{background-color:#673ab7}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,229,127,.3)}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container{background-color:#ffd740}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.4)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before{border-color:rgba(0,0,0,.87)}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#000;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element{background-color:#000;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group,.mat-tab-label,.mat-tab-link{font-family:Roboto,monospace,serif}.mat-tab-label,.mat-tab-link{font-size:14px;font-weight:500}.mat-toolbar{background:#212121;color:#fff}.mat-toolbar.mat-primary{background:#673ab7;color:#fff}.mat-toolbar.mat-accent{background:#ffd740;color:rgba(0,0,0,.87)}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media (max-width:599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,monospace,serif;letter-spacing:normal;margin:0}.mat-tooltip{background:rgba(97,97,97,.9);font-family:Roboto,monospace,serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-tree{background:#424242}.mat-nested-tree-node,.mat-tree-node{color:#fff}.mat-tree-node{min-height:48px}.mat-tree{font-family:Roboto,monospace,serif}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}.mat-snack-bar-container{color:rgba(0,0,0,.87);background:#fafafa;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:inherit}.mat-simple-snackbar{font-family:Roboto,monospace,serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.e-pivotview.e-rtl .e-valuescontent{text-align:right!important}.e-summarycell .mat-warn{color:#d32f2f}.e-icons{font-family:"e-icons";font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.e-diagram-menu .e-bringforward::before{content:"\e5a1"}.e-diagram-menu .e-bringfront::before{content:"\e5a2"}.e-diagram-menu .e-sendback::before{content:"\e5a3"}.e-diagram-menu .e-sendbackward::before{content:"\e5a4"}.e-diagram-menu .e-delete::before{content:"\e94a"}.e-diagram-menu .e-ungroup::before{content:"\e5a6"}.e-diagram-menu .e-group::before{content:"\e5a7"}.e-diagram-menu .e-undo::before{content:"\e341"}.e-diagram-menu .e-cut::before{content:"\e33b"}.e-diagram-menu .e-save::before{content:"\e735"}.e-diagram-menu .e-paste::before{content:"\e355"}.e-diagram-menu .e-copy::before{content:"\e33d"}.e-diagram-menu .e-redo::before{content:"\e354"}.e-diagram-menu .e-zoomin::before{content:"\e349"}.e-diagram-menu .e-italic::before{content:"\e35a"}.e-diagram-menu .e-close::before{content:"\ec0f"}.e-diagram-menu .e-pan::before{content:"\ec1a"}.e-diagram-menu .e-bold::before{content:"\e339"}.e-diagram-menu .e-underline::before{content:"\e343"}.e-diagram-menu .e-zoomout::before{content:"\e351"}.e-diagram-menu .e-export::before{content:"\e711"}.e-diagram-menu .e-print::before{content:"\e34b"}.e-diagram-menu .e-order::before{content:"\e4a4"}.e-symbolpalette .e-clear-searchtext::before{content:"\ec0f"}
2
2
  /*! component's common definitions and variables */
3
3
  /*! Schedule component's material theme definitions and variables */
4
4
  /*! component's default definitions and variables */
@@ -41,7 +41,7 @@
41
41
  /*! PivotView theme */
42
42
  .e-pivotview .e-nextspan{display:inline-block;width:18px}.e-pivotview .e-lastspan{display:inline-block;padding-top:10px;width:12px}.e-pivotview .e-grid.e-gridhover tr[role=row]:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell){background-color:transparent}.e-pivotview .e-valuescontent{padding-right:8px;text-align:right}.e-pivotview .e-grid .e-rowcell{font-size:14px;padding-left:8px}.e-pivotview .e-grid .e-content,.e-pivotview .e-grid .e-gridheader,.e-pivotview .e-gtot,.e-pivotview .e-gtot.e-columnsheader,.e-pivotview .e-gtot.e-rowsheader,.e-pivotview .e-headercell{background-color:#212121}.e-pivotview .e-grid .e-gridheader{border-bottom-width:1px}.e-pivotview .e-gtot{font-weight:500}.e-pivotview .e-gtot .e-cellvalue{color:#fff 87%}.e-pivotview .e-columnsheader,.e-pivotview .e-rowsheader{background-color:#212121}.e-pivotview .e-rowsheader .e-cellvalue{margin-left:8px;margin-top:5px}.e-pivotview .e-pivot-conditional-empty-format{margin:10px}.e-pivotview .e-member-editor-dialog,.e-pivotview .e-olap-editor-dialog{visibility:hidden}.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items{margin-left:20px}.e-pivotview .e-member-editor-dialog .e-rtl.e-toolbar .e-toolbar-items{margin-left:0;margin-right:20px}.e-pivotview .e-pivot-format-dialog .e-pivot-format-table{width:100%}.e-pivotview .e-grid .e-columnsheader.e-active,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground,.e-pivotview .e-grid .e-rowsheader.e-active,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground{background:rgba(255,255,255,.28)!important;color:#fff!important}.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-active .e-icons,.e-pivotview .e-grid .e-columnsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons,.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-icons:hover,.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-active .e-icons,.e-pivotview .e-grid .e-rowsheader.e-active .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons,.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-stackedheadercelldiv,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons,.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-stackedheadercelldiv,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort,.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover .e-nav-arrow{color:#fff!important}.e-pivotview .e-drop-indicator{display:block}.e-pivotview div.e-cellvalue{margin-top:5px}.e-pivotview .e-sortfilterdiv{float:right;margin:-15px!important}.e-pivotview .e-sortfilterdiv.e-value-sort-icon{margin:0!important;padding:2px 4px!important}.e-pivotview .e-pivotchart-inner>svg,.e-pivotview .e-pivotchart>svg{border:1px solid #616161}.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv{margin:-18px!important}.e-pivotview .e-grid .e-icons,.e-pivotview .e-grid .e-rowsheader.e-active .e-icons{color:rgba(255,255,255,.7)!important}.e-pivotview .e-grid{border-color:#616161}.e-pivotview .e-grid .e-rowsheader{padding-left:8px}.e-pivotview .sf-grid.e-responsive .e-headercelldiv .e-headertext,.e-pivotview .sf-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext{text-overflow:ellipsis;white-space:nowrap}.e-pivotview .e-grid .e-columnsheader,.e-pivotview .e-grid .e-headercelldiv{padding-left:8px!important}.e-pivotview .sf-grid .e-columnsheader,.e-pivotview .sf-grid .e-headercelldiv{padding-right:8px!important}.e-pivotview .sf-grid .e-headercelldiv,.e-pivotview .sf-grid .e-stackedheadercelldiv{line-height:normal}.e-pivotview .e-frozencontent>.e-table,.e-pivotview .e-frozenheader>.e-table{border-left-color:#616161!important;border-right-color:#616161!important;border-left:0;border-right-width:1px}.e-pivotview .e-stackedheadercelldiv{display:block;padding:0 0 0 1px!important}.e-pivotview .e-stackedheadercelldiv.e-cellvalue,.e-pivotview .e-stackedheadertext.e-cellvalue{padding-left:8px!important;margin-top:5px}.e-pivotview .e-headercelldiv.e-cellvalue,.e-pivotview.e-rtl .e-collapse::before,.e-pivotview.e-rtl .e-expand::before{margin-left:0}.e-pivotview .e-headertext,.e-pivotview .e-rowsheader .e-cellvalue,.e-pivotview .e-stackedheadercelldiv,.e-pivotview .e-stackedheadertext{color:unset;font-size:12px;font-weight:500}.e-pivotview .e-headertext .e-hyperlinkcell,.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell,.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell,.e-pivotview .e-stackedheadertext .e-hyperlinkcell,.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell{cursor:pointer}.e-pivotview .e-valuescontent{opacity:.87!important}.e-pivottooltip-container,.e-pivottooltipwrap,.e-pivotview .e-rowcell{opacity:1}.e-pivotview .e-rowcell .e-cellvalue{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.e-pivotview .e-grouping-bar .e-right-axis-fields{flex:auto}.e-pivotview .e-grouping-bar .e-left-axis-fields,.e-pivotview .e-grouping-bar .e-right-axis-fields{height:auto}.e-pivotview .e-grouping-bar .e-left-axis-fields{min-width:250px}.e-pivotview .e-grouping-bar .e-axis-column,.e-pivotview .e-grouping-bar .e-axis-filter,.e-pivotview .e-grouping-bar .e-axis-row,.e-pivotview .e-grouping-bar .e-axis-value,.e-pivotview .e-grouping-bar .e-group-all-fields{background:#212121;display:flex}.e-pivotview .e-grouping-bar .e-left-axis-fields{border:1px solid #616161;border-bottom-width:0;border-right-width:0}.e-pivotview .e-grouping-bar .e-all-fields-axis{background:#212121;border:1px solid #616161;border-bottom-width:0;height:30px!important;min-height:30px!important}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items{background:#212121;min-height:30px!important}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover,.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav:hover{background-color:rgba(255,255,255,.18)}.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items .e-toolbar-item{margin:0!important;min-height:30px!important;padding:0!important}.e-pivotview .e-grouping-bar .e-right-axis-fields{border:1px solid #616161;border-bottom-width:0}.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter{border-bottom:1px solid #616161}.e-pivotview .e-group-all-fields,.e-pivotview .e-group-columns,.e-pivotview .e-group-filters,.e-pivotview .e-group-rows,.e-pivotview .e-group-values{background:#212121;display:inline-table;flex:auto;height:30px;min-height:30px;overflow:hidden;padding-left:8px;scroll-behavior:smooth;vertical-align:top}.e-pivotview .e-group-all-fields.e-drag-restrict,.e-pivotview .e-group-columns.e-drag-restrict,.e-pivotview .e-group-filters.e-drag-restrict,.e-pivotview .e-group-rows.e-drag-restrict,.e-pivotview .e-group-values.e-drag-restrict{cursor:no-drop}.e-pivotview .e-group-all-fields .e-draggable-prompt,.e-pivotview .e-group-columns .e-draggable-prompt,.e-pivotview .e-group-filters .e-draggable-prompt,.e-pivotview .e-group-rows .e-draggable-prompt,.e-pivotview .e-group-values .e-draggable-prompt{color:rgba(255,255,255,.7);display:inline-block;line-height:22px;margin-top:4px;padding-left:8px;pointer-events:none;position:relative;text-align:center;vertical-align:middle}.e-pivotview .e-group-rows .e-pvt-btn-div,.e-pivotview .e-grouping-bar .e-pvt-btn-div{display:inline-flex;height:24px;padding:3px 8px 0 0}.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div,.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-indent-div{pointer-events:none}.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator,.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator{pointer-events:none;width:2px}.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover,.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-drop-indicator.e-drop-hover{border-left:1px dashed #757575}.e-pivotview .e-group-rows .e-pivot-button,.e-pivotview .e-grouping-bar .e-pivot-button{background-color:#424242;border:1px solid;border-radius:25px;box-shadow:none;color:#fff;cursor:default;display:flex;font-weight:400;height:24px;line-height:.9em;padding:4px 8px;text-transform:none;vertical-align:bottom;z-index:1}.e-pivotview .e-group-rows .e-pivot-button.e-list-selected,.e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected{opacity:.5}.e-pivotview .e-group-rows .e-pivot-button:hover,.e-pivotview .e-grouping-bar .e-pivot-button:hover{background-color:rgba(255,255,255,.18);border-color:rgba(255,255,255,.18)}.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-edit,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-group-rows .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:hover .e-edit,.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:hover .e-remove,.e-pivotview .e-group-rows .e-pivot-button:hover .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:hover .e-sort{color:#fff}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button.e-btn-focused,.e-pivotview .e-group-rows .e-pivot-button.e-btn-focused,.e-pivotview .e-grouping-bar .e-pivot-button.e-btn-focused{background-color:rgba(255,255,255,.18);color:#fff}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus,.e-pivotview .e-group-rows .e-pivot-button:active,.e-pivotview .e-group-rows .e-pivot-button:focus,.e-pivotview .e-grouping-bar .e-pivot-button:active,.e-pivotview .e-grouping-bar .e-pivot-button:focus{background-color:rgba(255,255,255,.18);color:#fff}.e-pivotview .e-group-rows .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:active .e-edit,.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:active .e-remove,.e-pivotview .e-group-rows .e-pivot-button:active .e-sort,.e-pivotview .e-group-rows .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button:focus .e-edit,.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button:focus .e-remove,.e-pivotview .e-group-rows .e-pivot-button:focus .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:active .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-remove,.e-pivotview .e-grouping-bar .e-pivot-button:focus .e-sort{color:#fff}.e-pivotview .e-group-rows .e-pivot-button .e-content,.e-pivotview .e-grouping-bar .e-pivot-button .e-content{background-color:transparent;cursor:move;flex:auto;font-size:13px;margin-right:4px;overflow:hidden;text-align:left;text-overflow:ellipsis}.e-pivotview .e-group-rows .e-pivot-button .e-content.e-disable-drag,.e-pivotview .e-grouping-bar .e-pivot-button .e-content.e-disable-drag{cursor:auto}.e-pivotview .e-group-rows .e-pivot-button .e-draggable,.e-pivotview .e-grouping-bar .e-pivot-button .e-draggable{height:initial!important}.e-pivotview .e-group-rows .e-pivot-button .e-drag,.e-pivotview .e-grouping-bar .e-pivot-button .e-drag{display:none}.e-pivotview .e-grouping-bar .e-pivot-button .e-sort{color:rgba(255,255,255,.7);cursor:pointer;display:inline-block;font-size:12px;margin-left:4px;width:18px}.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove{color:rgba(255,255,255,.7);cursor:pointer;display:inline-block;font-size:12px;height:18px;margin-left:4px;width:18px}.e-pivotview .e-group-rows .e-pivot-button .e-sort{color:rgba(255,255,255,.7);cursor:pointer;display:inline-block;font-size:12px;margin-left:4px;width:18px}.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-rows .e-pivot-button .e-edit,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-rows .e-pivot-button .e-remove{color:rgba(255,255,255,.7);cursor:pointer;display:inline-block;font-size:12px;height:18px;margin-left:4px;width:18px}.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-rows .e-pivot-button .e-edit:hover,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-rows .e-pivot-button .e-remove:hover,.e-pivotview .e-group-rows .e-pivot-button .e-sort:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove:hover,.e-pivotview .e-grouping-bar .e-pivot-button .e-sort:hover{color:#fff}.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-edit.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-edit.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-remove.e-disable,.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-disable{display:none}.e-pivotview .e-group-rows .e-pivot-button .e-sort,.e-pivotview .e-grouping-bar .e-pivot-button .e-sort{height:12px;transform:rotateX(0deg);transition:transform 200ms ease-in-out}.e-pivotview .e-group-rows .e-pivot-button .e-sort.e-descend,.e-pivotview .e-grouping-bar .e-pivot-button .e-sort.e-descend{transform:rotateX(180deg)}.e-pivotview .e-group-rows .e-pivot-button .e-dropdown-icon,.e-pivotview .e-grouping-bar .e-pivot-button .e-dropdown-icon{margin-top:1px}.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button{max-width:230px}.e-pivotview .e-group-columns,.e-pivotview .e-group-filters{width:100%}.e-pivotview .e-group-row{padding:0!important}.e-pivotview .e-group-row .e-group-rows{display:table;flex:none;width:100%}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div{max-width:unset;width:100%}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div{pointer-events:none}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button{padding:4px 8px;width:180px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort{color:#fff!important}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{color:rgba(255,255,255,.7)!important;font-size:12px;margin-left:4px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove{color:rgba(255,255,255,.7)!important;font-size:12px;height:18px;margin-left:4px;width:18px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover{color:#fff}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable,.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable{display:none}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{height:12px;width:18px}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend{transform:rotateX(180deg)}.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon{margin-top:1px}.e-pivotview .e-axis-value{display:inline-block;height:100%}.e-pivotview .e-axis-value .e-group-values{height:100%;padding-bottom:0}.e-pivotview .e-axis-value .e-group-chart-values{display:inline-block;height:28px}.e-pivotview .e-axis-value .e-group-chart-values-drodown{font-size:13px;height:25px}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown{font-size:13px;height:25px;margin:0}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon,.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon{min-height:initial}.e-pivotview .e-axis-column .e-group-chart-columns-dropdown input.e-input,.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input{padding-bottom:7px}.e-pivotview .e-chart-grouping-bar .e-axis-value{height:auto!important;padding-left:6px;border-bottom:1px solid #616161}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values{padding-left:2px}.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown{margin:0}.e-pivotview .e-icons:not(.e-frame):not(.e-btn-icon):not(.e-sort):not(.e-dropdown-icon):not(.e-pv-filter):not(.e-pv-filtered):not(.e-remove):not(.e-edit):not(.e-drag){height:auto;width:auto}.e-pivotview .e-collapse::before{font-size:10px}.e-pivotview .e-collapse,.e-pivotview .e-expand{cursor:pointer;display:inline-block;height:18px;margin-top:5px;text-align:center;width:18px}.e-pivotview th .e-collapse,.e-pivotview th .e-expand{float:left;font-size:10px!important;margin-left:0;margin-top:8px}.e-pivotview .e-expand::before{font-size:10px}.e-pivotview.e-rtl th .e-collapse,.e-pivotview.e-rtl th .e-expand{float:right;margin-right:-8px}.e-pivotview.e-rtl .e-grid .e-rowsheader{padding-right:8px!important}.e-pivotview.e-rtl .e-grid .e-columnsheader,.e-pivotview.e-rtl .e-grid .e-headercelldiv{padding-left:1.8em!important;padding-right:8px!important}.e-pivotview.e-rtl .e-frozencontent>.e-table,.e-pivotview.e-rtl .e-frozenheader>.e-table{border-left-width:1px;border-right:0}.e-pivotview.e-rtl .e-rowsheader .e-cellvalue{margin-left:0;margin-right:7px}.e-pivotview.e-rtl .e-valuescontent{text-align:left}.e-pivotview.e-rtl .e-group-all-fields,.e-pivotview.e-rtl .e-group-columns,.e-pivotview.e-rtl .e-group-filters,.e-pivotview.e-rtl .e-group-values{padding-left:0;padding-right:8px}.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div{padding-left:8px;padding-right:0}.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content{margin-left:4px;text-align:right}.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort{padding-left:0;padding-right:4px}.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields{border-left-width:0;border-right-width:1px}.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields{border-left-width:1px}.e-pivotview.e-rtl .e-group-row .e-group-rows{padding-left:0;padding-right:8px}.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content{margin-left:4px;margin-right:0;text-align:right}.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove,.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{padding-left:0;padding-right:7px}.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue{padding-right:8px!important}.e-pivotview.e-rtl .e-sortfilterdiv{float:left}.e-pivotview.e-device .e-grouping-bar .e-pivot-button{line-height:1em!important}.e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button,.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button,.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button{max-width:155px}.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button{max-width:200px}.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div{width:0!important}.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button{width:155px}.e-pivotview .e-component-disable{display:none!important}.e-drillthrough-dialog{visibility:hidden}.e-pivottooltip{border-radius:4px;padding:3px 4px}.e-pivottooltip p{color:#000;display:inline-block;font-family:Roboto;font-size:14px;line-height:21px;margin:0}.e-pivottooltip p.e-tooltipcontent{margin-left:5px}.e-pivottooltiptemplate.e-tooltip-wrap{border:medium transparent;max-width:none;min-width:0;opacity:1}.e-pivottooltiptemplate .e-tip-content{overflow-x:visible;padding:unset;word-break:normal}.e-rtl .e-pivottooltip p.e-tooltipcontent{margin-left:0;margin-right:5px}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown,.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown{margin:0}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon,.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown .e-input-group-icon,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown .e-input-group-icon{min-height:initial}.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input,.e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-column .e-group-chart-columns-dropdown input.e-input,.e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown input.e-input{padding-bottom:10px;padding-top:0}.e-bigger .e-pivotview .e-grid .e-columnsheader,.e-bigger .e-pivotview .e-grid .e-headercelldiv,.e-bigger .e-pivotview .e-grid .e-rowsheader,.e-bigger.e-pivotview .e-grid .e-columnsheader,.e-bigger.e-pivotview .e-grid .e-headercelldiv,.e-bigger.e-pivotview .e-grid .e-rowsheader{padding-left:8px!important}.e-bigger .e-pivotview .e-headertext,.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,.e-bigger .e-pivotview .e-stackedheadercelldiv,.e-bigger .e-pivotview .e-stackedheadertext,.e-bigger.e-pivotview .e-headertext,.e-bigger.e-pivotview .e-rowsheader .e-cellvalue,.e-bigger.e-pivotview .e-stackedheadercelldiv,.e-bigger.e-pivotview .e-stackedheadertext{font-size:13px!important}.e-bigger .e-pivotview th .e-collapse,.e-bigger .e-pivotview th .e-expand,.e-bigger.e-pivotview th .e-collapse,.e-bigger.e-pivotview th .e-expand{margin-top:8px}.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis{height:36px!important;min-height:36px!important}.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item,.e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-hscroll .e-scroll-nav,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-item,.e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis .e-toolbar-items{min-height:36px!important}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div{height:30px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button{height:30px;line-height:1em;padding:6px 12px}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content{font-size:13px;margin-right:8px}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort{font-size:14px;width:20px}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove{font-size:14px;height:20px;width:20px}.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort{font-size:14px;width:20px}.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove{font-size:14px;height:20px;width:20px}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort{height:14px}.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon{margin-top:1px}.e-bigger .e-pivotview .e-grouping-bar .e-group-filters{height:36px;min-height:36px;padding-left:10px}.e-bigger .e-pivotview .e-grouping-bar .e-group-values{min-height:36px;padding-left:10px}.e-bigger .e-pivotview .e-grouping-bar .e-group-all-fields,.e-bigger .e-pivotview .e-grouping-bar .e-group-columns,.e-bigger .e-pivotview .e-grouping-bar .e-group-rows,.e-bigger.e-pivotview .e-grouping-bar .e-group-filters{height:36px;min-height:36px;padding-left:10px}.e-bigger.e-pivotview .e-grouping-bar .e-group-values{min-height:36px;padding-left:10px}.e-bigger.e-pivotview .e-grouping-bar .e-group-all-fields,.e-bigger.e-pivotview .e-grouping-bar .e-group-columns,.e-bigger.e-pivotview .e-grouping-bar .e-group-rows{height:36px;min-height:36px;padding-left:10px}.e-bigger .e-pivotview .e-grouping-bar .e-group-values,.e-bigger.e-pivotview .e-grouping-bar .e-group-values{height:100%}.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-container,.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper{width:24px}.e-bigger .e-pivotview .e-group-rows,.e-bigger.e-pivotview .e-group-rows{padding-left:10px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div{height:30px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content{font-size:13px;margin-right:8px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{font-size:14px;width:20px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove{font-size:14px;height:20px;width:20px}.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{font-size:14px;width:20px}.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-edit,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove{font-size:14px;height:20px;width:20px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort{height:14px}.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon,.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon{margin-top:1px}.e-bigger .e-pivotview .e-sortfilterdiv,.e-bigger.e-pivotview .e-sortfilterdiv{margin:-17px -10px!important}.e-bigger .e-pivotview .e-sortfilterdiv.e-value-sort-icon,.e-bigger.e-pivotview .e-sortfilterdiv.e-value-sort-icon{margin:0!important}.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv{margin:-18px -15px!important}.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container,.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container{height:125px}.e-bigger .e-pivotview .e-headertext,.e-bigger .e-pivotview .e-rowsheader .e-cellvalue,.e-bigger .e-pivotview .e-stackedheadercelldiv,.e-bigger .e-pivotview .e-stackedheadertext,.e-bigger.e-pivotview .e-headertext,.e-bigger.e-pivotview .e-rowsheader .e-cellvalue,.e-bigger.e-pivotview .e-stackedheadercelldiv,.e-bigger.e-pivotview .e-stackedheadertext{color:unset!important;font-weight:500!important}.e-bigger .e-pivotview .e-grid .e-columnsheader,.e-bigger.e-pivotview .e-grid .e-columnsheader{padding-right:16px!important}.e-bigger .e-pivotview .e-rowcell,.e-bigger.e-pivotview .e-rowcell{font-size:13px}.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader{padding-right:10px!important}.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader,.e-bigger .e-pivotview.e-rtl .e-grid .e-headercelldiv,.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader,.e-bigger.e-pivotview.e-rtl .e-grid .e-headercelldiv{padding-left:1.8em!important;padding-right:8px!important}.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-all-fields,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows,.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values,.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-all-fields,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows,.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values{padding-left:0;padding-right:10px}.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,.e-bigger .e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue,.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue,.e-bigger.e-pivotview.e-rtl .e-stackedheadertext.e-cellvalue{padding-right:8px!important}.e-content-placeholder.e-pivotview.e-placeholder-pivotview{background-size:100% 200px}
43
43
  /*! schedule component layout */
44
- .e-schedule{display:block;outline:medium;overflow:hidden;position:relative;user-select:none}.e-schedule .e-schedule-toolbar{background:#212121;border:0;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:3px;min-height:42px}.e-schedule .e-schedule-toolbar .e-active-view .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text{color:#ffd740}.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{cursor:pointer;font-size:13px;text-transform:uppercase}.e-schedule .e-schedule-toolbar .e-tbar-btn:active{background:#757575}.e-schedule .e-schedule-toolbar .e-toolbar-items{background:#212121}.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:42px;min-height:42px}.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos>div,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos>div{height:inherit}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow{font-size:10px;padding-top:0}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover{border-radius:0}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today+.e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year{display:none}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev{font-size:14px}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border-right:1px solid #616161}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text{font-size:14px;text-transform:initial}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav{background:#212121;border-left:0;border-right:1px solid #616161}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover{background-color:rgba(255,255,255,.1);color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav{border-left:1px solid #616161}.e-schedule .e-schedule-toolbar .e-hor-nav::after,.e-schedule .e-schedule-toolbar .e-hor-nav:active::after{content:""}.e-schedule .e-schedule-toolbar .e-hor-nav:active{color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav:hover{background:rgba(255,255,255,.1);color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav:focus{background:rgba(255,255,255,.1);color:#fff}.e-schedule.e-device .e-schedule-toolbar,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:56px;min-height:56px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover{height:calc(100% - 20px)}.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text,.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{font-size:14px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop{overflow:auto}.e-schedule.e-device .e-content-wrap.e-scroll-hidden{overflow:hidden}.e-schedule .e-schedule-resource-toolbar{background:#212121;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);display:flex;margin-bottom:3px;min-height:42px;padding:10px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu{color:#fff;font-size:14px;padding:7px 7px 7px 4px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title{display:flex}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name{font-size:14px;padding:5px;color:#fff}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child){opacity:.6}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next{color:#fff;font-size:10px;line-height:18px;opacity:.4;padding:5px}.e-schedule .e-schedule-resource-toolbar.e-popup-close{display:none}.e-schedule .e-schedule-resource-toolbar.e-popup-open{display:block}.e-schedule .e-text-ellipsis{overflow:hidden;text-overflow:ellipsis}.e-schedule .e-text-center{text-align:center}.e-schedule .e-table-container{display:inline-flex;position:relative;vertical-align:top}.e-schedule .e-table-container.e-translate{transition:transform .3s ease 0s}.e-schedule .e-resource-tree-popup{background:#303030;box-shadow:0 3px 4px .2px rgba(0,0,0,.4);height:100%;position:absolute;width:250px}.e-schedule .e-resource-tree-popup .e-resource-tree{height:100%;overflow-y:auto}.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content{padding:0 0 0 12px}.e-schedule .e-resource-tree-popup-overlay.e-enable{background-color:#383838;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.e-schedule .e-new-event{background-color:#673ab7;border:1px solid #424242;border-radius:5px;height:100%;opacity:.9;position:relative;width:100%;z-index:1}.e-schedule .e-new-event .e-title{color:#424242;font-size:12px;line-height:1.2;margin:0;overflow-wrap:break-word;padding:3px;position:absolute;text-align:left;white-space:normal;word-wrap:break-word}.e-schedule .e-schedule-table{border:0;border-collapse:separate;border-spacing:0;margin:0;table-layout:fixed;width:100%}.e-schedule .e-schedule-table>tbody>tr>td,.e-schedule .e-schedule-table>tbody>tr>th{box-sizing:border-box;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-outer-table>tbody>tr>td{padding:0;vertical-align:top}.e-schedule .e-content-wrap{position:relative}.e-schedule .e-content-wrap .e-day-wrapper{width:100%}.e-schedule .e-content-placeholder{height:100%;position:relative;width:100%;z-index:99999}.e-schedule .e-content-wrap,.e-schedule .e-scroll-container{-webkit-overflow-scrolling:touch;overflow:auto}.e-schedule .e-hide-childs>*{display:none}.e-schedule .e-recurrence-edit-icon,.e-schedule .e-recurrence-icon{font-size:11px}.e-schedule .e-left-icon,.e-schedule .e-right-icon{font-size:8px}.e-schedule .e-m-date{cursor:pointer;font-size:20px}.e-schedule .e-m-date:hover{text-decoration:underline}.e-schedule .e-m-day{font-size:12px}.e-schedule.e-device .e-m-date:hover{text-decoration:none}.e-schedule .e-block-appointment{background:rgba(255,255,255,.08);border-radius:2px;color:#e5e5e5;cursor:default;overflow:hidden;position:absolute}.e-schedule .e-block-appointment .e-subject{overflow:hidden;overflow-wrap:break-word;padding:4px;white-space:normal;word-wrap:break-word}.e-schedule .e-block-indicator{color:#e5e5e5;float:right;padding:0 5px;z-index:1}.e-schedule.e-rtl .e-block-indicator{float:left}.e-schedule .e-timeline-month-view .e-block-indicator,.e-schedule .e-timeline-view .e-block-indicator{position:absolute;top:3px}.e-schedule .e-appointment{opacity:1;transition:opacity 100ms linear}.e-schedule .e-appointment .e-subject.e-disable{display:none}.e-schedule .e-appointment .e-inline-appointment{z-index:1}.e-schedule .e-appointment .e-inline-subject{background-color:transparent;border:0;color:#424242;font-size:13px;font-weight:500;line-height:1.2;padding-top:4px;width:100%}.e-schedule .e-appointment.e-event-action{opacity:.4}.e-schedule .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-read-only{opacity:.8}.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone),.e-schedule.e-event-action .e-block-appointment{pointer-events:none}.e-schedule.e-event-action .e-drag-clone,.e-schedule.e-event-action .e-timeline-view .e-drag-clone{cursor:move}.e-schedule.e-event-action .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-drag-clone .e-top-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler{pointer-events:none}.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone{cursor:ns-resize}.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone,.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,.e-schedule.e-event-action .e-timeline-view .e-resize-clone{cursor:ew-resize}.e-schedule.e-device .e-appointment{overflow:hidden}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize{height:10px;left:50%;position:absolute;transform:translateX(-50%);width:100%}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize{border-radius:50%;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:10px}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize{margin-top:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize{margin-top:8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize{margin-left:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize{margin-left:8px}.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-right-handler{height:100%;width:5px}.e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler{height:5px;width:100%}.e-schedule .e-event-resize{position:absolute}.e-schedule .e-event-resize.e-left-handler,.e-schedule .e-event-resize.e-right-handler{height:100%;width:10px}.e-schedule .e-event-resize.e-left-handler{cursor:ew-resize;float:left;left:0}.e-schedule .e-event-resize.e-right-handler{cursor:e-resize;float:right;right:0}.e-schedule .e-event-resize.e-bottom-handler,.e-schedule .e-event-resize.e-top-handler{height:10px;width:100%}.e-schedule .e-event-resize.e-top-handler{cursor:ns-resize;top:0}.e-schedule .e-event-resize.e-bottom-handler{bottom:0;cursor:ns-resize}.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap{height:100%}.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells,.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row{height:0!important}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;display:flex;height:54px;margin-bottom:2px;overflow:hidden;position:absolute}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details{display:flex;flex:auto;padding:2px 4px 0 2px;text-align:left}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap{flex:auto;overflow:hidden}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:1px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon{line-height:54px;padding:0 5px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon{line-height:54px;padding:0 2px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper{position:absolute;width:0}.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells{height:auto;vertical-align:top}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-vertical-view .e-left-indent{width:85px}.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells{position:relative}.e-schedule .e-vertical-view .e-content-wrap table col,.e-schedule .e-vertical-view .e-date-header-wrap table col{width:36px}.e-schedule .e-vertical-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-vertical-view .e-header-cells{font-size:12px;height:60px;padding:5px}.e-schedule .e-vertical-view .e-header-cells .e-header-day{display:table;font-size:13px}.e-schedule .e-vertical-view .e-header-cells .e-header-date{cursor:pointer;display:table;font-size:18px}.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover{text-decoration:underline}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date,.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day{cursor:default;opacity:.35}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover{text-decoration:none}.e-schedule .e-vertical-view .e-row-count-wrapper{display:block;height:100%;pointer-events:none;position:relative}.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator{bottom:0;color:rgba(255,255,255,.7);cursor:pointer;overflow:hidden;overflow-wrap:normal;padding:2px 4px;pointer-events:visible;position:absolute;text-overflow:ellipsis;width:100%}.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable,.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable{display:none}.e-schedule .e-vertical-view .e-all-day-appointment-section{bottom:4px;color:rgba(255,255,255,.7);cursor:pointer;display:block;font-size:11px;height:25px;left:0;line-height:25px;margin:0 auto;position:absolute;right:0;transform:rotate(0deg);transition:transform 300ms ease-in-out;width:25px}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand{transform:rotate(0deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse{transform:rotate(180deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section:focus,.e-schedule .e-vertical-view .e-all-day-appointment-section:hover{background:rgba(255,255,255,.1);border-radius:100%}.e-schedule .e-vertical-view .e-appointment-hide{opacity:0}.e-schedule .e-vertical-view .e-all-day-cells{height:0;padding:0;text-align:center;vertical-align:top}.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate{transition:250ms ease-out}.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-work-cells{font-size:12px;height:36px;text-align:center}.e-schedule .e-month-view .e-date-header-wrap table col,.e-schedule .e-vertical-view .e-work-cells,.e-schedule .e-year-view .e-date-header-wrap table col{width:36px}.e-schedule .e-vertical-view .e-work-cells.e-disable-dates,.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-current-time,.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td{font-size:11px}.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time,.e-schedule .e-vertical-view .e-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline{left:0;position:absolute;right:0;text-align:center;top:0;width:100%}.e-schedule .e-vertical-view .e-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline{z-index:1}.e-schedule .e-vertical-view .e-date-header-wrap{max-height:300px;overflow:hidden}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll{border-bottom:1px solid #616161;overflow-y:auto}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells{position:sticky}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells{position:sticky;top:0}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto{max-height:unset}.e-schedule .e-vertical-view .e-time-cells-wrap{overflow:hidden}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td>span,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td>span,.e-schedule .e-vertical-view .e-content-wrap,.e-schedule .e-vertical-view .e-time-cells-wrap{position:relative}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper,.e-schedule .e-vertical-view .e-day-wrapper,.e-schedule .e-vertical-view .e-timeline-wrapper{height:0;margin:0;padding:0;position:relative}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone){cursor:default}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden;padding:1px 0 1px 4px}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time{display:block;font-size:11px;padding:1px 4px 2px 0}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon{line-height:20px;padding:0 2px}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone){cursor:default}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{flex:auto;padding:0 4px;text-align:left}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:4px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time{display:block}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon{bottom:5px;display:block;float:right;height:auto;left:auto;position:absolute;right:5px;width:auto}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator{display:block;margin:0 45%}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon{font-size:8px}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon{margin-top:3px;top:0}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon{bottom:6px;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view.e-day-view .e-header-date,.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title{cursor:default}.e-schedule .e-vertical-view.e-day-view .e-header-date:hover,.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover{text-decoration:none}.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day{font-size:14px}.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date{font-size:20px}.e-schedule.e-device .e-vertical-view .e-left-indent{width:35px}.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-schedule.e-device .e-vertical-view .e-current-time{font-size:9px}.e-schedule.e-device .e-vertical-view .e-time-cells-wrap{float:left;width:35px}.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-weight:500;min-height:auto}.e-schedule.e-rtl,.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details{text-align:right}.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{padding:1px 4px 1px 0}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{line-height:15px;text-align:right}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-weight:500;margin-left:15px;margin-right:auto}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon,.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon{float:left;left:5px;right:auto}.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap{float:right}@media screen and (max-width:480px){.e-schedule .e-vertical-view .e-left-indent{width:35px}}.e-schedule .e-month-agenda-view .e-left-indent,.e-schedule .e-month-view .e-left-indent{border-right:1px solid #616161;width:36px}.e-schedule .e-month-agenda-view .e-week-number-wrapper,.e-schedule .e-month-view .e-week-number-wrapper{overflow:hidden;position:relative}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table{height:100%}.e-schedule .e-month-view .e-week-number-wrapper .e-week-number{padding-top:4px}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number,.e-schedule .e-month-view .e-week-number-wrapper .e-week-number{color:rgba(255,255,255,.7);text-align:center;vertical-align:top;width:36px}.e-schedule .e-month-view .e-content-wrap table tr:last-child td{border-bottom-width:0}.e-schedule .e-month-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-month-view .e-week-number{border-bottom:1px solid #616161;border-right:1px solid #616161;height:70px}.e-schedule .e-month-view .e-content-wrap{display:flex;font-size:13px}.e-schedule .e-month-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-month-view .e-header-cells{cursor:default;font-weight:400;height:30px;padding:3px}.e-schedule .e-month-view .e-content-table{height:100%}.e-schedule .e-month-view .e-work-cells{height:70px;vertical-align:top;width:36px}.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header{visibility:hidden}.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header{cursor:default;opacity:.35}.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover{text-decoration:none}.e-schedule .e-month-view .e-work-cells.e-disable-dates,.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-month-view .e-date-header{cursor:pointer;display:table;height:20px;line-height:20px;margin:3px 3px 2px;text-align:center}.e-schedule .e-month-view .e-date-header:hover{text-decoration:underline}.e-schedule .e-month-view .e-appointment-wrapper{position:absolute}.e-schedule .e-month-view .e-new-event{height:calc(100% - 25px)}.e-schedule .e-month-view .e-block-indicator{margin-top:-20px}.e-schedule .e-month-view .e-inline-appointment{z-index:1}.e-schedule .e-month-view .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-month-view .e-appointment .e-disable{display:none}.e-schedule .e-month-view .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject{padding:4px;text-align:center}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time{font-size:11px;padding:1.5px}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon{line-height:22px;padding:0 2px}.e-schedule .e-month-view .e-appointment.e-appointment-border,.e-schedule .e-month-view .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-month-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-month-view .e-appointment .e-subject{padding:2px;width:100%}.e-schedule .e-month-view .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-month-view .e-more-indicator:focus{text-decoration:underline}.e-schedule.e-rtl .e-month-view .e-left-indent,.e-schedule.e-rtl .e-month-view .e-week-number{border-left:1px solid #616161;border-right-width:0}.e-schedule .e-year-view .e-calendar-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar{border:0;flex:0 25%;max-width:100%;min-width:260px;padding:10px}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day{display:block;margin:0 auto}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month{color:rgba(255,255,255,.7);pointer-events:visible;touch-action:auto}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today{opacity:.5}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator{background-color:#673ab7;border-radius:50%;height:5px;margin:-6px auto 0;position:relative;width:5px}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates{background-color:rgba(0,0,0,.08);cursor:default}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day{cursor:default}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-year-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-year-view .e-date-header-wrap table td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 0 1px 1px;color:#fff;text-align:left}.e-schedule .e-year-view .e-content-wrap table td:first-child,.e-schedule .e-year-view .e-date-header-wrap table td:first-child{border-left-width:0}.e-schedule .e-year-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-year-view .e-resource .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-year-view .e-date-header-wrap,.e-schedule .e-timeline-year-view .e-month-header-wrapper{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table{height:100%}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-content-wrap table col,.e-schedule .e-timeline-year-view .e-date-header-wrap table col{width:100px}.e-schedule .e-timeline-year-view .e-date-header-wrap table td,.e-schedule .e-timeline-year-view .e-resource-left-td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;text-align:center}.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day{color:#ffd740}.e-schedule .e-timeline-year-view .e-resource-text{color:#fff;font-size:13px;overflow:hidden;padding:4px 15px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-resource-left-td{vertical-align:middle;width:200px}.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells,.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells{height:40px}.e-schedule .e-timeline-year-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;height:75px;padding-left:15px;padding-right:0;vertical-align:middle}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node{background-color:#303030}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus{background-color:#616161}.e-schedule .e-timeline-year-view .e-resource-column-table{height:100%}.e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-resource-tree-icon{color:#fff;cursor:pointer;float:left;font-family:"e-icons";font-size:12px;padding:4px 7px}.e-schedule .e-timeline-year-view .e-resource-collapse{transform:rotate(90deg)}.e-schedule .e-timeline-year-view .e-work-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;padding:0}.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month){background:#616161;color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-work-days{background-color:#303030}.e-schedule .e-timeline-year-view .e-work-cells.e-other-month{color:rgba(255,255,255,.7)}.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header{background-color:#ffd740;border-radius:50%;color:#000;margin:2px;width:20px}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell{background-color:#757575;color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator{color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover{background-color:#757575}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header{cursor:default;opacity:.35}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover{text-decoration:none}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-timeline-year-view .e-content-table{height:100%}.e-schedule .e-timeline-year-view .e-content-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-left-indent td{border-color:#616161;border-style:solid;border-width:0 1px 0 0;vertical-align:middle}.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td{border-width:0 1px 1px 0}.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent{padding:0;width:100px}.e-schedule .e-timeline-year-view.e-vertical .e-left-indent,.e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells{width:100px}.e-schedule .e-timeline-year-view .e-month-header{border-bottom:1px solid #616161;border-right:1px solid #616161;text-align:center}.e-schedule .e-timeline-year-view .e-month-header.e-current-day{color:#ffd740}.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-left-indent{cursor:default;font-weight:400;height:30px;padding:0;text-align:center}.e-schedule .e-timeline-year-view .e-month-header,.e-schedule .e-timeline-year-view .e-work-cells{height:75px}.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-work-cells{width:100px}.e-schedule .e-timeline-year-view .e-work-cells{vertical-align:top}.e-schedule .e-timeline-year-view .e-work-cells .e-date-header{cursor:pointer;display:table;height:20px;line-height:20px;margin:3px 3px 2px;text-align:center;width:10px}.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover{text-decoration:underline}.e-schedule .e-timeline-year-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment{z-index:1}.e-schedule .e-timeline-year-view .e-event-table .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time{font-size:11px;overflow:hidden;padding:1.5px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon{line-height:38px;padding:0 5px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator{display:block}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon{font-size:10px;line-height:38px;padding-right:5px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border,.e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus{text-decoration:underline}.e-schedule.e-device .e-year-view .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-month-view .e-content-table,.e-schedule .e-timeline-month-view .e-content-wrap,.e-schedule .e-timeline-view .e-content-table,.e-schedule .e-timeline-view .e-content-wrap{height:100%}.e-schedule .e-timeline-month-view .e-date-header-wrap,.e-schedule .e-timeline-view .e-date-header-wrap{font-size:13px;overflow:hidden;position:relative}.e-schedule .e-timeline-month-view .e-event-table,.e-schedule .e-timeline-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-view .e-content-wrap table col,.e-schedule .e-timeline-view .e-date-header-wrap table col{width:50px}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td{height:36px;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots{overflow:inherit}.e-schedule .e-timeline-month-view .e-navigate:hover,.e-schedule .e-timeline-view .e-navigate:hover{cursor:pointer;text-decoration:underline}.e-schedule .e-timeline-month-view .e-navigate:focus,.e-schedule .e-timeline-view .e-navigate:focus{text-decoration:underline}.e-schedule .e-timeline-month-view .e-work-cells,.e-schedule .e-timeline-view .e-work-cells{height:60px}.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-timeline-month-view .e-resource-text,.e-schedule .e-timeline-view .e-resource-text{color:#fff;font-size:13px;overflow:hidden;padding:4px 15px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-resource-left-td,.e-schedule .e-timeline-view .e-resource-left-td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;vertical-align:middle;width:200px}.e-schedule .e-timeline-month-view .e-resource-cells,.e-schedule .e-timeline-view .e-resource-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;height:60px;padding-left:15px;padding-right:0;vertical-align:middle}.e-schedule .e-timeline-month-view .e-resource-cells:focus,.e-schedule .e-timeline-view .e-resource-cells:focus{background-color:#616161}.e-schedule .e-timeline-month-view .e-resource-column-wrap,.e-schedule .e-timeline-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-month-view .e-resource-column-table,.e-schedule .e-timeline-view .e-resource-column-table{height:100%}.e-schedule .e-timeline-month-view .e-auto-height,.e-schedule .e-timeline-view .e-auto-height{height:auto}.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells{height:42px}.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells,.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells{background-color:rgba(0,0,0,.08);box-shadow:inset 0 0 0 8px #424242}.e-schedule .e-timeline-month-view .e-resource-tree-icon,.e-schedule .e-timeline-view .e-resource-tree-icon{color:#fff;cursor:pointer;float:left;font-family:"e-icons";font-size:12px;padding:4px 7px}.e-schedule .e-timeline-month-view .e-resource-collapse,.e-schedule .e-timeline-view .e-resource-collapse{transform:rotate(90deg)}.e-schedule .e-agenda-view,.e-schedule .e-timeline-month-view .e-child-node,.e-schedule .e-timeline-view .e-child-node{background-color:#303030}.e-schedule .e-timeline-month-view .e-appointment-wrapper,.e-schedule .e-timeline-view .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-month-view .e-inline-appointment,.e-schedule .e-timeline-view .e-inline-appointment{z-index:1}.e-schedule .e-timeline-month-view .e-appointment,.e-schedule .e-timeline-view .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:38px;overflow:hidden;position:absolute}.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details,.e-schedule .e-timeline-view .e-appointment .e-appointment-details{display:flex;flex:auto;overflow:hidden;padding:0 4px}.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap,.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap{flex:auto;overflow:hidden}.e-schedule .e-timeline-month-view .e-appointment .e-subject,.e-schedule .e-timeline-view .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;padding-top:4px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-appointment .e-location,.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-location,.e-schedule .e-timeline-view .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-time{display:block;line-height:1.4}.e-schedule .e-timeline-month-view .e-appointment .e-disable,.e-schedule .e-timeline-view .e-appointment .e-disable{display:none}.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon{line-height:38px;padding:0 5px}.e-schedule .e-timeline-month-view .e-appointment .e-indicator,.e-schedule .e-timeline-view .e-appointment .e-indicator{display:block}.e-schedule .e-timeline-view .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-view .e-appointment .e-right-icon{font-size:10px;line-height:38px}.e-schedule .e-timeline-month-view .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-month-view .e-appointment .e-right-icon{font-size:10px;line-height:38px}.e-schedule .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule .e-timeline-view .e-appointment .e-right-icon{padding-right:5px}.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-month-view .e-appointment:focus,.e-schedule .e-timeline-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-view .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-timeline-month-view .e-appointment.e-allow-select,.e-schedule .e-timeline-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-month-view .e-more-indicator,.e-schedule .e-timeline-view .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-more-indicator:focus,.e-schedule .e-timeline-view .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-timeline-view .e-navigate{font-size:13px}.e-schedule .e-timeline-view .e-clone-time-indicator,.e-schedule .e-timeline-view .e-current-time{bottom:0;position:absolute}.e-schedule .e-timeline-view .e-current-timeline{position:absolute;top:0}.e-schedule .e-timeline-month-view .e-content-wrap table col,.e-schedule .e-timeline-month-view .e-date-header-wrap table col{width:70px}.e-schedule .e-virtual-scroll .e-content-table{position:absolute;transform:translateY(0)}.e-schedule .e-month-agenda-view .e-wrapper-container,.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative{position:relative}.e-schedule .e-virtual-scroll .e-content-wrap.e-transition{transition:all 1000ms linear}.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon{padding:0 0 0 5px}.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment,.e-schedule.e-rtl .e-timeline-view .e-inline-appointment{z-index:1}.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td,.e-schedule.e-rtl .e-timeline-view .e-resource-left-td{border-width:0 0 1px 1px}.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells,.e-schedule.e-rtl .e-timeline-view .e-resource-cells{border-width:0 0 1px 1px;padding-right:15px}.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon,.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon{float:right}.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap{text-align:right}.e-schedule.e-device .e-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-view .e-date-header-wrap{font-size:13px}.e-schedule.e-device .e-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-view .e-date-header-wrap td{border-left-width:0;border-right-width:0}.e-schedule.e-device .e-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-view .e-content-wrap{font-size:14px}.e-schedule.e-device .e-month-view .e-date-header:hover,.e-schedule.e-device .e-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-month-view .e-date-header:hover,.e-schedule.e-device .e-timeline-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-view .e-date-header:hover,.e-schedule.e-device .e-timeline-view .e-navigate:hover{text-decoration:none}.e-schedule.e-device .e-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-view .e-more-indicator{font-size:12px}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu{margin-top:6px}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next{margin-top:4px}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number{border-right:1px solid #616161;height:40px;padding-top:8px}.e-schedule .e-month-agenda-view .e-content-table,.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table{border-bottom:2px solid #616161;box-shadow:0 1px 1px rgba(0,0,0,.15)}.e-schedule .e-month-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-right:1px solid #616161;vertical-align:top;width:75px}.e-schedule .e-month-agenda-view .e-resource-name{color:#fff;font-size:13px;line-height:26px;overflow:hidden;padding:8px;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-day-padding{padding-left:8px}.e-schedule .e-month-agenda-view .e-day-border{border-bottom:1px solid #616161}.e-schedule .e-month-agenda-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-month-agenda-view .e-content-wrap{font-size:13px}.e-schedule .e-month-agenda-view .e-header-cells{cursor:default;font-weight:400;height:30px;padding:5px;text-align:center}.e-schedule .e-month-agenda-view .e-work-cells{height:40px;position:relative;vertical-align:top}.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates,.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-month-agenda-view .e-date-header{height:24px;line-height:24.5px;margin:4px auto 0;text-align:center;width:24px}.e-schedule .e-month-agenda-view .e-appointment-container{min-height:40px}.e-schedule .e-month-agenda-view .e-appointment-wrap{background-color:#303030;overflow:auto;padding:0 8px}.e-schedule .e-month-agenda-view .e-appointment{border-left:3px solid #673ab7;border-right:0;cursor:default;padding:0 8px}.e-schedule .e-month-agenda-view .e-appointment:hover{background:#616161}.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-month-agenda-view .e-appointment:focus{background:#757575}.e-schedule .e-month-agenda-view .e-subject-wrap{display:flex}.e-schedule .e-month-agenda-view .e-subject{color:#fff;font-size:14px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-recurrence-edit-icon,.e-schedule .e-month-agenda-view .e-recurrence-icon{color:rgba(255,255,255,.7);line-height:26px;padding:0 10px}.e-schedule .e-month-agenda-view .e-date-time,.e-schedule .e-month-agenda-view .e-location{color:rgba(255,255,255,.7);font-size:12px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-location{padding-left:8px}.e-schedule .e-month-agenda-view .e-no-event{color:rgba(255,255,255,.7);cursor:default;font-size:14px;height:100%;padding:8px 4px}.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view{padding:10px 0}.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view{margin:0;padding:0}.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator{background:#673ab7;border-radius:50%;height:6px;left:0;margin:1px auto;width:6px}.e-schedule.e-rtl .e-month-agenda-view .e-left-indent,.e-schedule.e-rtl .e-month-agenda-view .e-week-number{border-left:1px solid #616161;border-right-width:0}.e-schedule.e-rtl .e-month-agenda-view .e-appointment{border-left:0;border-right:3px solid #673ab7}.e-schedule.e-rtl .e-month-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name,.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name{white-space:normal}.e-schedule.e-rtl .e-month-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap{font-size:13px}.e-schedule.e-device .e-month-agenda-view .e-content-wrap{font-size:14px}.e-schedule .e-agenda-view .e-content-wrap table td:first-child,.e-schedule .e-agenda-view .e-date-column{vertical-align:top;width:75px}.e-schedule .e-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-right:1px solid #616161;color:#fff;vertical-align:top;width:75px}.e-schedule .e-agenda-view .e-month-header{background:#673ab7;height:100px;padding-top:12px;vertical-align:top}.e-schedule .e-agenda-view .e-month-header .e-date-header{color:#424242;font-size:18px}.e-schedule .e-agenda-view .e-day-date-header{color:#fff;cursor:default;padding:10px 32px 0 16px}.e-schedule .e-agenda-view .e-day-date-header .e-m-date{font-size:18px}.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-agenda-view .e-day-date-header .e-m-day{font-size:13px}.e-schedule .e-agenda-view .e-day-date-header.e-current-day{color:#ffd740}.e-schedule .e-agenda-view .e-day-border{border-bottom:1px solid #616161}.e-schedule .e-agenda-view .e-date-border{border-bottom:1px solid #616161;border-right:1px solid #616161}.e-schedule .e-agenda-view .e-day-padding{padding-left:8px}.e-schedule .e-agenda-view .e-date-header{font-size:20px}.e-schedule .e-agenda-view .e-day-header{font-size:12px}.e-schedule .e-agenda-view .e-subject-wrap{display:flex}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject{color:#fff}.e-schedule .e-agenda-view .e-resource-name,.e-schedule .e-agenda-view .e-subject{color:#fff;font-size:14px;line-height:23px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-resource-name{font-size:13px;line-height:26px;padding:8px}.e-schedule .e-agenda-view .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-recurrence-icon{color:#fff;line-height:21px;padding:0 10px}.e-schedule .e-agenda-view .e-date-time,.e-schedule .e-agenda-view .e-location{color:rgba(255,255,255,.7);font-size:12px;line-height:21px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-location{line-height:23px;padding-left:8px}.e-schedule .e-agenda-view .e-agenda-item{padding:10px 0}.e-schedule .e-agenda-view .e-agenda-parent{margin:0;padding:0}.e-schedule .e-agenda-view .e-appointment{border-left:3px solid #673ab7;border-right:0;cursor:default;padding:0 8px}.e-schedule .e-agenda-view .e-appointment:hover{background:#616161}.e-schedule .e-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-agenda-view .e-appointment:focus{background:#757575}.e-schedule .e-agenda-view .e-appointment.e-template{display:inline-flex;flex-direction:row-reverse}.e-schedule .e-agenda-view .e-empty-event,.e-schedule .e-agenda-view .e-no-event{color:rgba(255,255,255,.7);cursor:default;font-size:14px;line-height:52px;padding:0 11px}.e-schedule.e-device .e-agenda-view .e-m-date,.e-schedule.e-device .e-month-agenda-view .e-m-date{font-size:20px}.e-schedule.e-device .e-agenda-view .e-m-day,.e-schedule.e-device .e-agenda-view .e-resource-name,.e-schedule.e-device .e-month-agenda-view .e-m-day,.e-schedule.e-device .e-month-agenda-view .e-resource-name{color:#fff;font-size:14px}.e-schedule.e-rtl .e-agenda-view .e-appointment{border-left:0;border-right:3px solid #673ab7}.e-schedule.e-rtl .e-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-rtl .e-agenda-view .e-date-border{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0}.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show{display:none}.e-bigger .e-schedule .e-schedule-toolbar,.e-bigger.e-schedule .e-schedule-toolbar{height:56px;min-height:56px}.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{font-size:14px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text{font-size:16px}.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow{font-size:10px}.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav{min-height:56px;min-width:32px;z-index:0}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text{line-height:inherit}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item{min-height:56px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){min-width:34px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator{height:calc(100% - 15px);margin:7.5px 3px;min-height:27px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons{min-width:24px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn{height:auto;line-height:25px;margin:4px 0;min-height:0;min-width:34px;padding:0 1.5px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right{padding:0}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon{height:25px}.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,.e-bigger .e-schedule .e-vertical-view .e-resource-cells,.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day,.e-bigger.e-schedule .e-vertical-view .e-resource-cells{font-size:14px}.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date{font-size:20px}.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule .e-vertical-view .e-current-time,.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule .e-vertical-view .e-current-time{font-size:12px}.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time{font-size:9px}.e-bigger .e-schedule .e-month-view .e-header-cells,.e-bigger.e-schedule .e-month-view .e-header-cells{height:35px}.e-bigger .e-schedule .e-month-view .e-content-wrap,.e-bigger .e-schedule .e-month-view .e-date-header-wrap,.e-bigger .e-schedule .e-month-view .e-resource-cells,.e-bigger.e-schedule .e-month-view .e-content-wrap,.e-bigger.e-schedule .e-month-view .e-date-header-wrap,.e-bigger.e-schedule .e-month-view .e-resource-cells{font-size:14px}.e-bigger .e-schedule .e-month-view .e-m-date,.e-bigger.e-schedule .e-month-view .e-m-date{font-size:20px}.e-bigger .e-schedule .e-month-view .e-m-day,.e-bigger .e-schedule .e-month-view .e-resource-name,.e-bigger.e-schedule .e-month-view .e-m-day,.e-bigger.e-schedule .e-month-view .e-resource-name{font-size:14px}.e-more-popup-wrapper.e-multi-drag .e-appointment.e-appointment-border,.e-more-popup-wrapper.e-multi-drag .e-appointment:focus,.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-month-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment:focus{border:1px solid #fff}
44
+ .e-schedule{display:block;outline:medium;overflow:hidden;position:relative;user-select:none}.e-schedule .e-schedule-toolbar{background:#212121;border:0;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:3px;min-height:42px}.e-schedule .e-schedule-toolbar .e-active-view .e-icons,.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text{color:#ffd740}.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{cursor:pointer;font-size:13px;text-transform:uppercase}.e-schedule .e-schedule-toolbar .e-tbar-btn:active{background:#757575}.e-schedule .e-schedule-toolbar .e-toolbar-items{background:#212121}.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:42px;min-height:42px}.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos>div,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos>div{height:inherit}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow{font-size:10px;padding-top:0}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover{border-radius:0}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today+.e-tbar-btn-text,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year{display:none}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next,.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev{font-size:14px}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator{border-right:1px solid #616161}.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text{font-size:14px;text-transform:initial}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav{background:#212121;border-left:0;border-right:1px solid #616161}.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover{background-color:rgba(255,255,255,.1);color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav{border-left:1px solid #616161}.e-schedule .e-schedule-toolbar .e-hor-nav::after,.e-schedule .e-schedule-toolbar .e-hor-nav:active::after{content:""}.e-schedule .e-schedule-toolbar .e-hor-nav:active{color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav:hover{background:rgba(255,255,255,.1);color:#fff}.e-schedule .e-schedule-toolbar .e-hor-nav:focus{background:rgba(255,255,255,.1);color:#fff}.e-schedule.e-device .e-schedule-toolbar,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos{height:56px;min-height:56px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus,.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover{height:calc(100% - 20px)}.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text,.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{font-size:14px}.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop{overflow:auto}.e-schedule.e-device .e-content-wrap.e-scroll-hidden{overflow:hidden}.e-schedule .e-schedule-resource-toolbar{background:#212121;border-bottom:0;box-shadow:0 1px 2px rgba(0,0,0,.15);display:flex;margin-bottom:3px;min-height:42px;padding:10px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu{color:#fff;font-size:14px;padding:7px 7px 7px 4px}.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title{display:flex}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name{font-size:14px;padding:5px;color:#fff}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child){opacity:.6}.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next{color:#fff;font-size:10px;line-height:18px;opacity:.4;padding:5px}.e-schedule .e-schedule-resource-toolbar.e-popup-close{display:none}.e-schedule .e-schedule-resource-toolbar.e-popup-open{display:block}.e-schedule .e-text-ellipsis{overflow:hidden;text-overflow:ellipsis}.e-schedule .e-text-center{text-align:center}.e-schedule .e-table-container{display:inline-flex;position:relative;vertical-align:top}.e-schedule .e-table-container.e-translate{transition:transform .3s ease 0s}.e-schedule .e-resource-tree-popup{background:#303030;box-shadow:0 3px 4px .2px rgba(0,0,0,.4);height:100%;position:absolute;width:250px}.e-schedule .e-resource-tree-popup .e-resource-tree{height:100%;overflow-y:auto}.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content{padding:0 0 0 12px}.e-schedule .e-resource-tree-popup-overlay.e-enable{background-color:#383838;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.e-schedule .e-new-event{background-color:#673ab7;border:1px solid #424242;border-radius:5px;height:100%;opacity:.9;position:relative;width:100%;z-index:1}.e-schedule .e-new-event .e-title{color:#424242;font-size:12px;line-height:1.2;margin:0;overflow-wrap:break-word;padding:3px;position:absolute;text-align:left;white-space:normal;word-wrap:break-word}.e-schedule .e-schedule-table{border:0;border-collapse:separate;border-spacing:0;margin:0;table-layout:fixed;width:100%}.e-schedule .e-schedule-table>tbody>tr>td,.e-schedule .e-schedule-table>tbody>tr>th{box-sizing:border-box;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-outer-table>tbody>tr>td{padding:0;vertical-align:top}.e-schedule .e-content-wrap{position:relative}.e-schedule .e-content-wrap .e-day-wrapper{width:100%}.e-schedule .e-content-placeholder{height:100%;position:relative;width:100%;z-index:99999}.e-schedule .e-content-wrap,.e-schedule .e-scroll-container{-webkit-overflow-scrolling:touch;overflow:auto}.e-schedule .e-hide-childs>*{display:none}.e-schedule .e-recurrence-edit-icon,.e-schedule .e-recurrence-icon{font-size:11px}.e-schedule .e-left-icon,.e-schedule .e-right-icon{font-size:8px}.e-schedule .e-m-date{cursor:pointer;font-size:20px}.e-schedule .e-m-date:hover{text-decoration:underline}.e-schedule .e-m-day{font-size:12px}.e-schedule.e-device .e-m-date:hover{text-decoration:none}.e-schedule .e-block-appointment{background:rgba(255,255,255,.08);border-radius:2px;color:#e5e5e5;cursor:default;overflow:hidden;position:absolute}.e-schedule .e-block-appointment .e-subject{overflow:hidden;overflow-wrap:break-word;padding:4px;white-space:normal;word-wrap:break-word}.e-schedule .e-block-indicator{color:#e5e5e5;float:right;padding:0 5px;z-index:1}.e-schedule.e-rtl .e-block-indicator{float:left}.e-schedule .e-timeline-month-view .e-block-indicator,.e-schedule .e-timeline-view .e-block-indicator{position:absolute;top:3px}.e-schedule .e-appointment{opacity:1;transition:opacity 100ms linear}.e-schedule .e-appointment .e-subject.e-disable{display:none}.e-schedule .e-appointment .e-inline-appointment{z-index:1}.e-schedule .e-appointment .e-inline-subject{background-color:transparent;border:0;color:#424242;font-size:13px;font-weight:500;line-height:1.2;padding-top:4px;width:100%}.e-schedule .e-appointment.e-event-action{opacity:.4}.e-schedule .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-read-only{opacity:.8}.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone),.e-schedule.e-event-action .e-block-appointment{pointer-events:none}.e-schedule.e-event-action .e-drag-clone,.e-schedule.e-event-action .e-timeline-view .e-drag-clone{cursor:move}.e-schedule.e-event-action .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-drag-clone .e-top-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler,.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler{pointer-events:none}.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone{cursor:ns-resize}.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone,.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,.e-schedule.e-event-action .e-timeline-view .e-resize-clone{cursor:ew-resize}.e-schedule.e-device .e-appointment{overflow:hidden}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize{height:10px;left:50%;position:absolute;transform:translateX(-50%);width:100%}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize{border-radius:50%;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:10px}.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize{margin-top:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize{margin-top:8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize{margin-left:-8px}.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize{margin-left:8px}.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-right-handler{height:100%;width:5px}.e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler,.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler{height:5px;width:100%}.e-schedule .e-event-resize{position:absolute}.e-schedule .e-event-resize.e-left-handler,.e-schedule .e-event-resize.e-right-handler{height:100%;width:10px}.e-schedule .e-event-resize.e-left-handler{cursor:ew-resize;float:left;left:0}.e-schedule .e-event-resize.e-right-handler{cursor:e-resize;float:right;right:0}.e-schedule .e-event-resize.e-bottom-handler,.e-schedule .e-event-resize.e-top-handler{height:10px;width:100%}.e-schedule .e-event-resize.e-top-handler{cursor:ns-resize;top:0}.e-schedule .e-event-resize.e-bottom-handler{bottom:0;cursor:ns-resize}.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap{height:100%}.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells,.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row{height:0!important}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;display:flex;height:54px;margin-bottom:2px;overflow:hidden;position:absolute}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details{display:flex;flex:auto;padding:2px 4px 0 2px;text-align:left}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap{flex:auto;overflow:hidden}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:1px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon{line-height:54px;padding:0 5px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon{line-height:54px;padding:0 2px}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border,.e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper{position:absolute;width:0}.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells{height:auto;vertical-align:top}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-vertical-view .e-left-indent{width:85px}.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells{position:relative}.e-schedule .e-vertical-view .e-content-wrap table col,.e-schedule .e-vertical-view .e-date-header-wrap table col{width:36px}.e-schedule .e-vertical-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-vertical-view .e-header-cells{font-size:12px;height:60px;padding:5px}.e-schedule .e-vertical-view .e-header-cells .e-header-day{display:table;font-size:13px}.e-schedule .e-vertical-view .e-header-cells .e-header-date{cursor:pointer;display:table;font-size:18px}.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover{text-decoration:underline}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date,.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day{cursor:default;opacity:.35}.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover{text-decoration:none}.e-schedule .e-vertical-view .e-row-count-wrapper{display:block;height:100%;pointer-events:none;position:relative}.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator{bottom:0;color:rgba(255,255,255,.7);cursor:pointer;overflow:hidden;overflow-wrap:normal;padding:2px 4px;pointer-events:visible;position:absolute;text-overflow:ellipsis;width:100%}.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable,.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable{display:none}.e-schedule .e-vertical-view .e-all-day-appointment-section{bottom:4px;color:rgba(255,255,255,.7);cursor:pointer;display:block;font-size:11px;height:25px;left:0;line-height:25px;margin:0 auto;position:absolute;right:0;transform:rotate(0deg);transition:transform 300ms ease-in-out;width:25px}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand{transform:rotate(0deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse{transform:rotate(180deg)}.e-schedule .e-vertical-view .e-all-day-appointment-section:focus,.e-schedule .e-vertical-view .e-all-day-appointment-section:hover{background:rgba(255,255,255,.1);border-radius:100%}.e-schedule .e-vertical-view .e-appointment-hide{opacity:0}.e-schedule .e-vertical-view .e-all-day-cells{height:0;padding:0;text-align:center;vertical-align:top}.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate{transition:250ms ease-out}.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-work-cells{font-size:12px;height:36px;text-align:center}.e-schedule .e-month-view .e-date-header-wrap table col,.e-schedule .e-vertical-view .e-work-cells,.e-schedule .e-year-view .e-date-header-wrap table col{width:36px}.e-schedule .e-vertical-view .e-work-cells.e-disable-dates,.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-vertical-view .e-current-time,.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td{font-size:11px}.e-schedule .e-vertical-view .e-clone-time-indicator,.e-schedule .e-vertical-view .e-current-time,.e-schedule .e-vertical-view .e-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline{left:0;position:absolute;right:0;text-align:center;top:0;width:100%}.e-schedule .e-vertical-view .e-current-timeline,.e-schedule .e-vertical-view .e-previous-timeline{z-index:1}.e-schedule .e-vertical-view .e-date-header-wrap{max-height:300px;overflow:hidden}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll{border-bottom:1px solid #616161;overflow-y:auto}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells{position:sticky}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells{position:sticky;top:0}.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto{max-height:unset}.e-schedule .e-vertical-view .e-time-cells-wrap{overflow:hidden}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td>span,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td>span,.e-schedule .e-vertical-view .e-content-wrap,.e-schedule .e-vertical-view .e-time-cells-wrap{position:relative}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper,.e-schedule .e-vertical-view .e-day-wrapper,.e-schedule .e-vertical-view .e-timeline-wrapper{height:0;margin:0;padding:0;position:relative}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone){cursor:default}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden;padding:1px 0 1px 4px}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time{display:block;font-size:11px;padding:1px 4px 2px 0}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon{line-height:20px;padding:0 2px}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border,.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone){cursor:default}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;overflow:hidden;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{flex:auto;padding:0 4px;text-align:left}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;overflow-wrap:break-word;padding-top:4px;white-space:normal;word-wrap:break-word}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time{display:block}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable{display:none}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon{bottom:5px;display:block;float:right;height:auto;left:auto;position:absolute;right:5px;width:auto}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator{display:block;margin:0 45%}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon{font-size:8px}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon{margin-top:3px;top:0}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon{bottom:6px;position:absolute}.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-vertical-view.e-day-view .e-header-date,.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title{cursor:default}.e-schedule .e-vertical-view.e-day-view .e-header-date:hover,.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover{text-decoration:none}.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day{font-size:14px}.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date{font-size:20px}.e-schedule.e-device .e-vertical-view .e-left-indent{width:35px}.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-schedule.e-device .e-vertical-view .e-current-time{font-size:9px}.e-schedule.e-device .e-vertical-view .e-time-cells-wrap{float:left;width:35px}.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-weight:500;min-height:auto}.e-schedule.e-rtl,.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details{text-align:right}.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details{padding:1px 4px 1px 0}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details{line-height:15px;text-align:right}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject{font-weight:500;margin-left:15px;margin-right:auto}.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon,.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon{float:left;left:5px;right:auto}.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap{float:right}@media screen and (max-width:480px){.e-schedule .e-vertical-view .e-left-indent{width:35px}}.e-schedule .e-month-agenda-view .e-left-indent,.e-schedule .e-month-view .e-left-indent{border-right:1px solid #616161;width:36px}.e-schedule .e-month-agenda-view .e-week-number-wrapper,.e-schedule .e-month-view .e-week-number-wrapper{overflow:hidden;position:relative}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table{height:100%}.e-schedule .e-month-view .e-week-number-wrapper .e-week-number{padding-top:4px}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number,.e-schedule .e-month-view .e-week-number-wrapper .e-week-number{color:rgba(255,255,255,.7);text-align:center;vertical-align:top;width:36px}.e-schedule .e-month-view .e-content-wrap table tr:last-child td{border-bottom-width:0}.e-schedule .e-month-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-month-view .e-week-number{border-bottom:1px solid #616161;border-right:1px solid #616161;height:70px}.e-schedule .e-month-view .e-content-wrap{display:flex;font-size:13px}.e-schedule .e-month-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-month-view .e-header-cells{cursor:default;font-weight:400;height:30px;padding:3px}.e-schedule .e-month-view .e-content-table{height:100%}.e-schedule .e-month-view .e-work-cells{height:70px;vertical-align:top;width:36px}.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header{visibility:hidden}.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header{cursor:default;opacity:.35}.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover{text-decoration:none}.e-schedule .e-month-view .e-work-cells.e-disable-dates,.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-month-view .e-date-header{cursor:pointer;display:table;height:20px;line-height:20px;margin:3px 3px 2px;text-align:center}.e-schedule .e-month-view .e-date-header:hover{text-decoration:underline}.e-schedule .e-month-view .e-appointment-wrapper{position:absolute}.e-schedule .e-month-view .e-new-event{height:calc(100% - 25px)}.e-schedule .e-month-view .e-block-indicator{margin-top:-20px}.e-schedule .e-month-view .e-inline-appointment{z-index:1}.e-schedule .e-month-view .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-month-view .e-appointment .e-disable{display:none}.e-schedule .e-month-view .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject{padding:4px;text-align:center}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time{font-size:11px;padding:1.5px}.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon{line-height:22px;padding:0 2px}.e-schedule .e-month-view .e-appointment.e-appointment-border,.e-schedule .e-month-view .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-month-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-month-view .e-appointment .e-subject{padding:2px;width:100%}.e-schedule .e-month-view .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-month-view .e-more-indicator:focus{text-decoration:underline}.e-schedule.e-rtl .e-month-view .e-left-indent,.e-schedule.e-rtl .e-month-view .e-week-number{border-left:1px solid #616161;border-right-width:0}.e-schedule .e-year-view .e-calendar-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar{border:0;flex:0 25%;max-width:100%;min-width:260px;padding:10px}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day{display:block;margin:0 auto}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month{color:rgba(255,255,255,.7);pointer-events:visible;touch-action:auto}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today{opacity:.5}.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator{background-color:#673ab7;border-radius:50%;height:5px;margin:-6px auto 0;position:relative;width:5px}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates{background-color:rgba(0,0,0,.08);cursor:default}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day{cursor:default}.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-year-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-year-view .e-date-header-wrap table td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 0 1px 1px;color:#fff;text-align:left}.e-schedule .e-year-view .e-content-wrap table td:first-child,.e-schedule .e-year-view .e-date-header-wrap table td:first-child{border-left-width:0}.e-schedule .e-year-view .e-resource-cells{color:#fff;font-size:13px;height:40px;padding:8px 8px 8px 15px}.e-schedule .e-year-view .e-resource .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-year-view .e-date-header-wrap,.e-schedule .e-timeline-year-view .e-month-header-wrapper{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table{height:100%}.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-content-wrap table col,.e-schedule .e-timeline-year-view .e-date-header-wrap table col{width:100px}.e-schedule .e-timeline-year-view .e-date-header-wrap table td,.e-schedule .e-timeline-year-view .e-resource-left-td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;text-align:center}.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day,.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day{color:#ffd740}.e-schedule .e-timeline-year-view .e-resource-text{color:#fff;font-size:13px;overflow:hidden;padding:4px 15px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-resource-left-td{vertical-align:middle;width:200px}.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells,.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells{height:40px}.e-schedule .e-timeline-year-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;height:75px;padding-left:15px;padding-right:0;vertical-align:middle}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node{background-color:#303030}.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus{background-color:#616161}.e-schedule .e-timeline-year-view .e-resource-column-table{height:100%}.e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-resource-tree-icon{color:#fff;cursor:pointer;float:left;font-family:"e-icons";font-size:12px;padding:4px 7px}.e-schedule .e-timeline-year-view .e-resource-collapse{transform:rotate(90deg)}.e-schedule .e-timeline-year-view .e-work-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;padding:0}.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month){background:#616161;color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-work-days{background-color:#303030}.e-schedule .e-timeline-year-view .e-work-cells.e-other-month{color:rgba(255,255,255,.7)}.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header{background-color:#ffd740;border-radius:50%;color:#000;margin:2px;width:20px}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell{background-color:#757575;color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator{color:#fff}.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover{background-color:#757575}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header{cursor:default;opacity:.35}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover{text-decoration:none}.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-timeline-year-view .e-content-table{height:100%}.e-schedule .e-timeline-year-view .e-content-table.e-auto-height{height:auto}.e-schedule .e-timeline-year-view .e-left-indent td{border-color:#616161;border-style:solid;border-width:0 1px 0 0;vertical-align:middle}.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td{border-width:0 1px 1px 0}.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent{padding:0;width:100px}.e-schedule .e-timeline-year-view.e-vertical .e-left-indent,.e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells{width:100px}.e-schedule .e-timeline-year-view .e-month-header{border-bottom:1px solid #616161;border-right:1px solid #616161;text-align:center}.e-schedule .e-timeline-year-view .e-month-header.e-current-day{color:#ffd740}.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-left-indent{cursor:default;font-weight:400;height:30px;padding:0;text-align:center}.e-schedule .e-timeline-year-view .e-month-header,.e-schedule .e-timeline-year-view .e-work-cells{height:75px}.e-schedule .e-timeline-year-view .e-header-cells,.e-schedule .e-timeline-year-view .e-work-cells{width:100px}.e-schedule .e-timeline-year-view .e-work-cells{vertical-align:top}.e-schedule .e-timeline-year-view .e-work-cells .e-date-header{cursor:pointer;display:table;height:20px;line-height:20px;margin:3px 3px 2px;text-align:center;width:10px}.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover{text-decoration:underline}.e-schedule .e-timeline-year-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment{z-index:1}.e-schedule .e-timeline-year-view .e-event-table .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:22px;overflow:hidden;position:absolute}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details{display:flex;flex:auto;line-height:20px;overflow:hidden}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject{flex:auto;font-size:13px;font-weight:500;overflow:hidden;padding:1px 2px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time{font-size:11px;overflow:hidden;padding:1.5px;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon{line-height:38px;padding:0 5px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator{display:block}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon{font-size:10px;line-height:38px;padding-right:5px}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border,.e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden{display:none}.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus{text-decoration:underline}.e-schedule.e-device .e-year-view .e-month-calendar{max-width:100%;min-width:100%}.e-schedule .e-timeline-month-view .e-content-table,.e-schedule .e-timeline-month-view .e-content-wrap,.e-schedule .e-timeline-view .e-content-table,.e-schedule .e-timeline-view .e-content-wrap{height:100%}.e-schedule .e-timeline-month-view .e-date-header-wrap,.e-schedule .e-timeline-view .e-date-header-wrap{font-size:13px;overflow:hidden;position:relative}.e-schedule .e-timeline-month-view .e-event-table,.e-schedule .e-timeline-view .e-event-table{position:absolute;top:0}.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container,.e-schedule .e-timeline-view .e-appointment-container.e-event-container{height:60px;position:relative}.e-schedule .e-timeline-view .e-content-wrap table col,.e-schedule .e-timeline-view .e-date-header-wrap table col{width:50px}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td{height:36px;overflow:hidden;padding:5px;text-overflow:ellipsis;white-space:nowrap}.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots,.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots{overflow:inherit}.e-schedule .e-timeline-month-view .e-navigate:hover,.e-schedule .e-timeline-view .e-navigate:hover{cursor:pointer;text-decoration:underline}.e-schedule .e-timeline-month-view .e-navigate:focus,.e-schedule .e-timeline-view .e-navigate:focus{text-decoration:underline}.e-schedule .e-timeline-month-view .e-work-cells,.e-schedule .e-timeline-view .e-work-cells{height:60px}.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-timeline-month-view .e-resource-text,.e-schedule .e-timeline-view .e-resource-text{color:#fff;font-size:13px;overflow:hidden;padding:4px 15px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-resource-left-td,.e-schedule .e-timeline-view .e-resource-left-td{background-color:#303030;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;vertical-align:middle;width:200px}.e-schedule .e-timeline-month-view .e-resource-cells,.e-schedule .e-timeline-view .e-resource-cells{background-color:#424242;border-color:#616161;border-style:solid;border-width:0 1px 1px 0;color:#fff;height:60px;padding-left:15px;padding-right:0;vertical-align:middle}.e-schedule .e-timeline-month-view .e-resource-cells:focus,.e-schedule .e-timeline-view .e-resource-cells:focus{background-color:#616161}.e-schedule .e-timeline-month-view .e-resource-column-wrap,.e-schedule .e-timeline-view .e-resource-column-wrap{overflow:hidden;position:relative}.e-schedule .e-timeline-month-view .e-resource-column-table,.e-schedule .e-timeline-view .e-resource-column-table{height:100%}.e-schedule .e-timeline-month-view .e-auto-height,.e-schedule .e-timeline-view .e-auto-height{height:auto}.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells{height:42px}.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells,.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells{background-color:rgba(0,0,0,.08);box-shadow:inset 0 0 0 8px #424242}.e-schedule .e-timeline-month-view .e-resource-tree-icon,.e-schedule .e-timeline-view .e-resource-tree-icon{color:#fff;cursor:pointer;float:left;font-family:"e-icons";font-size:12px;padding:4px 7px}.e-schedule .e-timeline-month-view .e-resource-collapse,.e-schedule .e-timeline-view .e-resource-collapse{transform:rotate(90deg)}.e-schedule .e-agenda-view,.e-schedule .e-timeline-month-view .e-child-node,.e-schedule .e-timeline-view .e-child-node{background-color:#303030}.e-schedule .e-timeline-month-view .e-appointment-wrapper,.e-schedule .e-timeline-view .e-appointment-wrapper{position:absolute}.e-schedule .e-timeline-month-view .e-inline-appointment,.e-schedule .e-timeline-view .e-inline-appointment{z-index:1}.e-schedule .e-timeline-month-view .e-appointment,.e-schedule .e-timeline-view .e-appointment{background:#673ab7;border:1px solid #616161;border-radius:2px;color:#424242;cursor:default;display:flex;height:38px;overflow:hidden;position:absolute}.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details,.e-schedule .e-timeline-view .e-appointment .e-appointment-details{display:flex;flex:auto;overflow:hidden;padding:0 4px}.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap,.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap{flex:auto;overflow:hidden}.e-schedule .e-timeline-month-view .e-appointment .e-subject,.e-schedule .e-timeline-view .e-appointment .e-subject{font-size:13px;font-weight:500;line-height:1.2;margin-left:auto;min-height:18px;overflow:hidden;padding-top:4px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-appointment .e-location,.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-location,.e-schedule .e-timeline-view .e-appointment .e-time{font-size:11px;overflow:hidden;padding-top:1px;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-appointment .e-time,.e-schedule .e-timeline-view .e-appointment .e-time{display:block;line-height:1.4}.e-schedule .e-timeline-month-view .e-appointment .e-disable,.e-schedule .e-timeline-view .e-appointment .e-disable{display:none}.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon{line-height:38px;padding:0 5px}.e-schedule .e-timeline-month-view .e-appointment .e-indicator,.e-schedule .e-timeline-view .e-appointment .e-indicator{display:block}.e-schedule .e-timeline-view .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-view .e-appointment .e-right-icon{font-size:10px;line-height:38px}.e-schedule .e-timeline-month-view .e-appointment .e-left-icon{font-size:10px;line-height:38px;padding-right:7px}.e-schedule .e-timeline-month-view .e-appointment .e-right-icon{font-size:10px;line-height:38px}.e-schedule .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule .e-timeline-view .e-appointment .e-right-icon{padding-right:5px}.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-month-view .e-appointment:focus,.e-schedule .e-timeline-view .e-appointment.e-appointment-border,.e-schedule .e-timeline-view .e-appointment:focus{border:0;box-shadow:0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.2)}.e-schedule .e-timeline-month-view .e-appointment.e-allow-select,.e-schedule .e-timeline-view .e-appointment.e-allow-select{pointer-events:none}.e-schedule .e-timeline-month-view .e-more-indicator,.e-schedule .e-timeline-view .e-more-indicator{color:rgba(255,255,255,.7);cursor:pointer;font-size:11px;line-height:11px;overflow:hidden;padding:2px 4px;position:absolute;text-overflow:ellipsis}.e-schedule .e-timeline-month-view .e-more-indicator:focus,.e-schedule .e-timeline-view .e-more-indicator:focus{text-decoration:underline}.e-schedule .e-timeline-view .e-navigate{font-size:13px}.e-schedule .e-timeline-view .e-clone-time-indicator,.e-schedule .e-timeline-view .e-current-time{bottom:0;position:absolute}.e-schedule .e-timeline-view .e-current-timeline{position:absolute;top:0}.e-schedule .e-timeline-month-view .e-content-wrap table col,.e-schedule .e-timeline-month-view .e-date-header-wrap table col{width:70px}.e-schedule .e-virtual-scroll .e-content-table{position:absolute;transform:translateY(0)}.e-schedule .e-month-agenda-view .e-wrapper-container,.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative{position:relative}.e-schedule .e-virtual-scroll .e-content-wrap.e-transition{transition:all 1000ms linear}.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon{padding:0 0 0 5px}.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment,.e-schedule.e-rtl .e-timeline-view .e-inline-appointment{z-index:1}.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td,.e-schedule.e-rtl .e-timeline-view .e-resource-left-td{border-width:0 0 1px 1px}.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells,.e-schedule.e-rtl .e-timeline-view .e-resource-cells{border-width:0 0 1px 1px;padding-right:15px}.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon,.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon{float:right}.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap{text-align:right}.e-schedule.e-device .e-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap,.e-schedule.e-device .e-timeline-view .e-date-header-wrap{font-size:13px}.e-schedule.e-device .e-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td,.e-schedule.e-device .e-timeline-view .e-date-header-wrap td{border-left-width:0;border-right-width:0}.e-schedule.e-device .e-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-month-view .e-content-wrap,.e-schedule.e-device .e-timeline-view .e-content-wrap{font-size:14px}.e-schedule.e-device .e-month-view .e-date-header:hover,.e-schedule.e-device .e-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-month-view .e-date-header:hover,.e-schedule.e-device .e-timeline-month-view .e-navigate:hover,.e-schedule.e-device .e-timeline-view .e-date-header:hover,.e-schedule.e-device .e-timeline-view .e-navigate:hover{text-decoration:none}.e-schedule.e-device .e-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-month-view .e-more-indicator,.e-schedule.e-device .e-timeline-view .e-more-indicator{font-size:12px}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu{margin-top:6px}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable{display:none}.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next{margin-top:4px}.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number{border-right:1px solid #616161;height:40px;padding-top:8px}.e-schedule .e-month-agenda-view .e-content-table,.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table{border-bottom:2px solid #616161;box-shadow:0 1px 1px rgba(0,0,0,.15)}.e-schedule .e-month-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-right:1px solid #616161;vertical-align:top;width:75px}.e-schedule .e-month-agenda-view .e-resource-name{color:#fff;font-size:13px;line-height:26px;overflow:hidden;padding:8px;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-day-padding{padding-left:8px}.e-schedule .e-month-agenda-view .e-day-border{border-bottom:1px solid #616161}.e-schedule .e-month-agenda-view .e-date-header-wrap{font-size:13px;overflow:hidden}.e-schedule .e-month-agenda-view .e-content-wrap{font-size:13px}.e-schedule .e-month-agenda-view .e-header-cells{cursor:default;font-weight:400;height:30px;padding:5px;text-align:center}.e-schedule .e-month-agenda-view .e-work-cells{height:40px;position:relative;vertical-align:top}.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates,.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover{background-color:rgba(0,0,0,.08)}.e-schedule .e-month-agenda-view .e-date-header{height:24px;line-height:24.5px;margin:4px auto 0;text-align:center;width:24px}.e-schedule .e-month-agenda-view .e-appointment-container{min-height:40px}.e-schedule .e-month-agenda-view .e-appointment-wrap{background-color:#303030;overflow:auto;padding:0 8px}.e-schedule .e-month-agenda-view .e-appointment{border-left:3px solid #673ab7;border-right:0;cursor:default;padding:0 8px}.e-schedule .e-month-agenda-view .e-appointment:hover{background:#616161}.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-month-agenda-view .e-appointment:focus{background:#757575}.e-schedule .e-month-agenda-view .e-subject-wrap{display:flex}.e-schedule .e-month-agenda-view .e-subject{color:#fff;font-size:14px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-recurrence-edit-icon,.e-schedule .e-month-agenda-view .e-recurrence-icon{color:rgba(255,255,255,.7);line-height:26px;padding:0 10px}.e-schedule .e-month-agenda-view .e-date-time,.e-schedule .e-month-agenda-view .e-location{color:rgba(255,255,255,.7);font-size:12px;line-height:26px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-month-agenda-view .e-location{padding-left:8px}.e-schedule .e-month-agenda-view .e-no-event{color:rgba(255,255,255,.7);cursor:default;font-size:14px;height:100%;padding:8px 4px}.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view{padding:10px 0}.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view{margin:0;padding:0}.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator{background:#673ab7;border-radius:50%;height:6px;left:0;margin:1px auto;width:6px}.e-schedule.e-rtl .e-month-agenda-view .e-left-indent,.e-schedule.e-rtl .e-month-agenda-view .e-week-number{border-left:1px solid #616161;border-right-width:0}.e-schedule.e-rtl .e-month-agenda-view .e-appointment{border-left:0;border-right:3px solid #673ab7}.e-schedule.e-rtl .e-month-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name,.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name{white-space:normal}.e-schedule.e-rtl .e-month-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap{font-size:13px}.e-schedule.e-device .e-month-agenda-view .e-content-wrap{font-size:14px}.e-schedule .e-agenda-view .e-content-wrap table td:first-child,.e-schedule .e-agenda-view .e-date-column{vertical-align:top;width:75px}.e-schedule .e-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-right:1px solid #616161;color:#fff;vertical-align:top;width:75px}.e-schedule .e-agenda-view .e-month-header{background:#673ab7;height:100px;padding-top:12px;vertical-align:top}.e-schedule .e-agenda-view .e-month-header .e-date-header{color:#424242;font-size:18px}.e-schedule .e-agenda-view .e-day-date-header{color:#fff;cursor:default;padding:10px 32px 0 16px}.e-schedule .e-agenda-view .e-day-date-header .e-m-date{font-size:18px}.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td,.e-schedule .e-agenda-view .e-day-date-header .e-m-day{font-size:13px}.e-schedule .e-agenda-view .e-day-date-header.e-current-day{color:#ffd740}.e-schedule .e-agenda-view .e-day-border{border-bottom:1px solid #616161}.e-schedule .e-agenda-view .e-date-border{border-bottom:1px solid #616161;border-right:1px solid #616161}.e-schedule .e-agenda-view .e-day-padding{padding-left:8px}.e-schedule .e-agenda-view .e-date-header{font-size:20px}.e-schedule .e-agenda-view .e-day-header{font-size:12px}.e-schedule .e-agenda-view .e-subject-wrap{display:flex}.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name,.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject{color:#fff}.e-schedule .e-agenda-view .e-resource-name,.e-schedule .e-agenda-view .e-subject{color:#fff;font-size:14px;line-height:23px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-resource-name{font-size:13px;line-height:26px;padding:8px}.e-schedule .e-agenda-view .e-recurrence-edit-icon,.e-schedule .e-agenda-view .e-recurrence-icon{color:#fff;line-height:21px;padding:0 10px}.e-schedule .e-agenda-view .e-date-time,.e-schedule .e-agenda-view .e-location{color:rgba(255,255,255,.7);font-size:12px;line-height:21px;overflow:hidden;text-overflow:ellipsis}.e-schedule .e-agenda-view .e-location{line-height:23px;padding-left:8px}.e-schedule .e-agenda-view .e-agenda-item{padding:10px 0}.e-schedule .e-agenda-view .e-agenda-parent{margin:0;padding:0}.e-schedule .e-agenda-view .e-appointment{border-left:3px solid #673ab7;border-right:0;cursor:default;padding:0 8px}.e-schedule .e-agenda-view .e-appointment:hover{background:#616161}.e-schedule .e-agenda-view .e-appointment.e-appointment-border,.e-schedule .e-agenda-view .e-appointment:focus{background:#757575}.e-schedule .e-agenda-view .e-appointment.e-template{display:inline-flex;flex-direction:row-reverse}.e-schedule .e-agenda-view .e-empty-event,.e-schedule .e-agenda-view .e-no-event{color:rgba(255,255,255,.7);cursor:default;font-size:14px;line-height:52px;padding:0 11px}.e-schedule.e-device .e-agenda-view .e-m-date,.e-schedule.e-device .e-month-agenda-view .e-m-date{font-size:20px}.e-schedule.e-device .e-agenda-view .e-m-day,.e-schedule.e-device .e-agenda-view .e-resource-name,.e-schedule.e-device .e-month-agenda-view .e-m-day,.e-schedule.e-device .e-month-agenda-view .e-resource-name{color:#fff;font-size:14px}.e-schedule.e-rtl .e-agenda-view .e-appointment{border-left:0;border-right:3px solid #673ab7}.e-schedule.e-rtl .e-agenda-view .e-resource-column{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0;vertical-align:top;width:75px}.e-schedule.e-rtl .e-agenda-view .e-day-padding{padding-right:8px}.e-schedule.e-rtl .e-agenda-view .e-date-border{border-bottom:1px solid #616161;border-left:1px solid #616161;border-right:0}.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show{display:none}.e-bigger .e-schedule .e-schedule-toolbar,.e-bigger.e-schedule .e-schedule-toolbar{height:56px;min-height:56px}.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text{font-size:14px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text{font-size:16px}.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow{font-size:10px}.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav{min-height:56px;min-width:32px;z-index:0}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text{line-height:inherit}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item{min-height:56px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator){min-width:34px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator{height:calc(100% - 15px);margin:7.5px 3px;min-height:27px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons{min-width:24px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn{height:auto;line-height:25px;margin:4px 0;min-height:0;min-width:34px;padding:0 1.5px}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right{padding:0}.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon{height:25px}.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,.e-bigger .e-schedule .e-vertical-view .e-resource-cells,.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day,.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day,.e-bigger.e-schedule .e-vertical-view .e-resource-cells{font-size:14px}.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date{font-size:20px}.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule .e-vertical-view .e-current-time,.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule .e-vertical-view .e-current-time{font-size:12px}.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time{font-size:9px}.e-bigger .e-schedule .e-month-view .e-header-cells,.e-bigger.e-schedule .e-month-view .e-header-cells{height:35px}.e-bigger .e-schedule .e-month-view .e-content-wrap,.e-bigger .e-schedule .e-month-view .e-date-header-wrap,.e-bigger .e-schedule .e-month-view .e-resource-cells,.e-bigger.e-schedule .e-month-view .e-content-wrap,.e-bigger.e-schedule .e-month-view .e-date-header-wrap,.e-bigger.e-schedule .e-month-view .e-resource-cells{font-size:14px}.e-bigger .e-schedule .e-month-view .e-m-date,.e-bigger.e-schedule .e-month-view .e-m-date{font-size:20px}.e-bigger .e-schedule .e-month-view .e-m-day,.e-bigger .e-schedule .e-month-view .e-resource-name,.e-bigger.e-schedule .e-month-view .e-m-day,.e-bigger.e-schedule .e-month-view .e-resource-name{font-size:14px}.e-more-popup-wrapper.e-multi-drag .e-appointment.e-appointment-border,.e-more-popup-wrapper.e-multi-drag .e-appointment:focus,.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-month-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus,.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border,.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment:focus{border:1px solid #fff}
45
45
  /*! schedule event tooltip */
46
46
  .e-schedule-event-tooltip .e-subject{font-size:12px}.e-bigger .e-schedule-event-tooltip .e-subject,.e-schedule-event-tooltip.e-bigger .e-subject{font-size:14px;font-weight:500}.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog{width:485px}.e-dialog.e-quick-dialog.e-following-events-dialog{width:420px}@media screen and (max-width:767px){.e-dialog.e-quick-dialog.e-following-events-dialog{width:289px}}.e-dialog.e-quick-dialog{user-select:none;width:320px}.e-dialog.e-quick-dialog .e-disable{display:none}.e-dialog.e-quick-dialog .e-dlg-header-content{border-bottom:none}.e-dialog.e-quick-dialog .e-footer-content{border-top:none}.e-dialog.e-quick-dialog .e-quick-dialog-cancel{box-shadow:none}.e-dialog.e-quick-dialog.e-rtl{text-align:right}.e-bigger .e-dialog.e-quick-dialog{min-width:370px}
47
47
  /*! schedule event window */
@@ -75,4 +75,4 @@
75
75
  /*! splitbutton layout */
76
76
  .e-split-btn-wrapper{display:inline-flex;white-space:nowrap;width:min-content}.e-split-btn-wrapper .e-split-btn{border-bottom-right-radius:0;border-top-right-radius:0;text-transform:none;z-index:1;padding-left:10px;padding-right:10px}.e-split-btn-wrapper .e-split-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-split-btn:hover{box-shadow:none}.e-split-btn-wrapper .e-split-btn:focus{box-shadow:none}.e-split-btn-wrapper .e-split-btn:active{box-shadow:none;z-index:0}.e-split-btn-wrapper .e-split-btn.e-top-icon-btn{padding-bottom:10px;padding-top:10px}.e-split-btn-wrapper .e-split-btn .e-btn-icon{font-size:14px;margin-left:0;padding-right:8px;width:auto}.e-split-btn-wrapper .e-split-btn .e-icon-top{padding-bottom:4px;padding-right:0}.e-split-btn-wrapper .e-split-btn.e-icon-btn{padding-left:6px;padding-right:6px}.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon{padding-right:0}.e-split-btn-wrapper .e-dropdown-btn{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:0;padding-left:4px;padding-right:4px}.e-split-btn-wrapper .e-dropdown-btn:focus,.e-split-btn-wrapper .e-dropdown-btn:hover{box-shadow:none}.e-split-btn-wrapper .e-dropdown-btn:active{box-shadow:none;z-index:0}.e-split-btn-wrapper .e-dropdown-btn:disabled:active,.e-split-btn-wrapper .e-dropdown-btn:disabled:focus,.e-split-btn-wrapper .e-dropdown-btn:disabled:hover{z-index:0}.e-split-btn-wrapper .e-dropdown-btn:focus{outline-offset:0}.e-split-btn-wrapper .e-btn,.e-split-btn-wrapper .e-btn:hover{box-shadow:none}.e-split-btn-wrapper .e-btn:focus{box-shadow:none}.e-split-btn-wrapper .e-btn:active{box-shadow:none}.e-split-btn-wrapper .e-btn:disabled{box-shadow:none}.e-split-btn-wrapper.e-rtl .e-split-btn{border-bottom-left-radius:0;border-bottom-right-radius:2px;border-top-left-radius:0;border-top-right-radius:2px;margin-left:0;padding-left:4px;padding-right:10px}.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon{margin-right:0;padding-left:8px;padding-right:0}.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon{padding-left:0}.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn{padding-left:6px;padding-right:6px}.e-split-btn-wrapper.e-rtl .e-dropdown-btn{border-bottom-left-radius:2px;border-bottom-right-radius:0;border-top-left-radius:2px;border-top-right-radius:0;margin-left:0}.e-split-btn-wrapper.e-vertical{display:inline-block}.e-split-btn-wrapper.e-vertical .e-dropdown-btn,.e-split-btn-wrapper.e-vertical .e-split-btn{display:block;width:100%}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-left-radius:0;border-top-right-radius:2px;line-height:1;padding-bottom:4px;padding-right:10px}.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top{padding-bottom:4px}.e-split-btn-wrapper.e-vertical .e-dropdown-btn{border-bottom-left-radius:2px;border-top-right-radius:0;line-height:.417em;margin-left:0;margin-top:0;padding-bottom:4px;padding-top:4px}.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom{padding-top:0}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-bottom-right-radius:0;border-top-left-radius:2px;margin-left:0}.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn{border-bottom-right-radius:2px;border-top-left-radius:0}.e-bigger .e-split-btn-wrapper .e-split-btn,.e-bigger.e-split-btn-wrapper .e-split-btn{padding-left:12px;padding-right:6px}.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn,.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn{padding-bottom:12px;padding-top:12px}.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon{font-size:16px;margin-left:0;padding-right:10px;width:auto}.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top,.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top{padding-bottom:6px;padding-right:0}.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn,.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn{padding-left:9px;padding-right:9px}.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon{padding-right:0}.e-bigger .e-split-btn-wrapper .e-dropdown-btn,.e-bigger.e-split-btn-wrapper .e-dropdown-btn{padding-left:4px;padding-right:4px}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn{padding-left:6px;padding-right:12px}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon{padding-left:10px;padding-right:0}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon{padding-left:0}.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn,.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn{padding-left:9px;padding-right:9px}.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn,.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn{padding-bottom:6px;padding-right:12px}.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn,.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn{padding-bottom:4px;padding-top:4px}.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom,.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom{padding-top:0}
77
77
  /*! splitbutton theme */
78
- @keyframes loading{0%{background-position:0 0}to{background-position:100em 0}}@-webkit-keyframes scale-up-ver-center{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes scale-up-ver-center{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}.e-split-btn-wrapper .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:focus{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:active{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:disabled{border-right-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled{border-right-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:focus{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:active{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:disabled{border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active){border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:focus{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:active{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:disabled{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled{border-bottom-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn{border-left-color:transparent}.e-bigger .e-listview .e-list-item,.e-listview.e-bigger .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-bigger .e-listview:not(.e-list-template) .e-list-item,.e-listview.e-bigger:not(.e-list-template) .e-list-item{height:48px;line-height:45px;position:relative}.e-bigger .e-listview .e-text-content,.e-listview,.e-listview.e-bigger .e-text-content{font-size:15px}.e-bigger .e-listview .e-list-group-item,.e-listview.e-bigger .e-list-group-item{height:48px;line-height:45px}.e-bigger .e-listview .e-list-header,.e-listview.e-bigger .e-list-header{align-items:center;display:flex;font-weight:700;height:64px}.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listview .e-list-header .e-text.header,.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listview.e-bigger .e-list-header .e-text.header{display:none}.e-bigger .e-listview .e-list-header .e-text,.e-listview.e-bigger .e-list-header .e-text{font-size:20px}.e-listview{-webkit-overflow-scrolling:touch;border:0 solid;border-radius:0;display:block;overflow:auto;position:relative;width:100%;border-color:#fff;font-family:Roboto,monospace,sans-serif}.e-listview:not(.e-list-template) .e-list-item{height:36px;line-height:36px;padding:0 16px;position:relative}.e-listview .e-list-item{cursor:pointer}.e-listview .e-list-parent{margin:0;padding:0}.e-listview .e-list-header .e-headertemplate-text.nested-header,.e-listview .e-list-header .e-text.header{display:none}.e-listview .e-icon-back{margin-top:2px}.e-listview .e-list-header{align-items:center;display:flex;font-weight:700;height:48px;border-bottom:1px solid;padding:0 16px}.e-listview .e-has-header>.e-view{top:45px}.e-listview .e-but-back{cursor:pointer;padding-right:30px}.e-listview .e-list-group-item:first-child{border:0;border-bottom:0 solid transparent}.e-listview .e-list-group-item{border-bottom:0 solid transparent;border-top:1px solid;height:36px;line-height:36px;font-weight:600;padding:0 16px}.e-listview .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.e-listview .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listview .e-list-text,.e-listview .e-text-content *{display:inline-block;vertical-align:middle}.e-listview .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listview .e-checkbox .e-checkbox-left{margin:-2px 10px 0 0}.e-listview .e-checkbox .e-checkbox-right{margin:-2px 0 0 10px}.e-listview .e-list-text{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-listview .e-icon-wrapper .e-list-text,.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listview .e-list-icon+.e-list-text{width:calc(100% - 60px)}.e-listview .e-list-icon{margin-right:16px;height:30px;width:30px}.e-listview .e-content{overflow:hidden;position:relative}.e-listview .e-list-header .e-text{cursor:pointer;text-indent:0}.e-listview .e-text .e-headertext{display:inline-block;line-height:15px}.e-listview.e-rtl{direction:rtl}.e-listview.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listview.e-rtl .e-icon-collapsible{left:0;right:initial;top:50%;transform:translateY(-50%) rotate(180deg)}.e-listview.e-rtl .e-list-header .e-text{cursor:pointer}.e-listview.e-rtl .e-but-back{transform:rotate(180deg)}.e-listview.e-rtl .e-icon-back{margin-top:-2px}.e-listview.e-rtl .e-checkbox .e-checkbox-left{margin:-2px 0 0 10px}.e-listview.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 10px 0 0}.e-listview .e-list-header{background-color:#424242;border-color:rgba(0,0,0,.12);color:rgba(255,255,255,.7);font-size:20px}.e-listview .e-icons{color:#fff}.e-listview .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-listview .e-list-item.e-hover,.e-listview .e-list-item.e-hover.e-active.e-checklist{background-color:#424242;border-color:transparent;color:#fff}.e-listview .e-list-item.e-active,.e-listview .e-list-item.e-focused,.e-listview .e-list-item.e-focused.e-active.e-checklist{background-color:#616161;color:#fff}.e-listview .e-list-item,.e-listview .e-list-item.e-active.e-checklist{background-color:#303030;color:#fff}.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#ffd740;border-color:transparent;color:#000}.e-listview .e-list-group-item{background-color:#424242;border-color:rgba(0,0,0,.12);color:rgba(255,255,255,.7);font-size:15px}.e-listview.e-list-template .e-list-wrapper{height:inherit;position:relative}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line){padding:.2667em 1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line{padding:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:rgba(0,0,0,.87);display:block;font-size:15px;font-weight:500;margin:0;overflow:hidden;padding:.115em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:rgba(0,0,0,.54);display:block;font-size:13px;margin:0;padding:.115em 0;word-wrap:break-word}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{height:2.6667em;left:1.0667em;position:absolute;top:.2666em;width:2.6667em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:2.6667em;position:absolute;right:1.0667em;top:.2666em;width:2.6667em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:12px;height:1.6666em;line-height:1.8666em;padding:0;position:absolute;right:1.33em;top:50%;transform:translateY(-50%);width:2.5em}.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.8em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:1.0666em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:.72em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-item.e-active .e-list-content,.e-listview.e-list-template .e-list-item.e-active .e-list-item-header,.e-listview.e-list-template .e-list-item.e-hover .e-list-content,.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header{color:#fff}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;right:1.0667em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:1.0667em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:1.33em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.1333em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:4.1333em;padding-right:1.0666em}.e-pivotview .e-expand::before{content:"\e859"}.e-pivotview .e-collapse::before{content:"\e83d"}.e-pivotview.e-rtl .e-expand::before{content:"\e854"}.e-pivotview .e-sort::before{content:"\e667"}.e-pivotview .e-pv-filter::before{content:"\e909"}.e-pivotview .e-pv-filtered::before{color:#ffd740;content:"\ebb3"}.e-pivotview .e-remove::before{content:"\e208"}.e-pivotview .e-selected-option-icon::before{content:"\ea84"}.e-pivotview .e-clear-filter-icon::before{content:"\ea82"}.e-pivotview .e-dropdown-icon::before{content:"\e83d"}.e-pivotview .e-export::before{content:"\e711"}.e-pivotview .e-new-report::before{content:"\e712"}.e-pivotview .e-save-report::before{content:"\e703"}.e-pivotview .e-saveas-report::before{content:"\e704"}.e-pivotview .e-rename-report::before{content:"\e70c"}.e-pivotview .e-remove-report::before{content:"\e706"}.e-pivotview .e-sub-total::before{content:"\e709"}.e-pivotview .e-grand-total::before{content:"\e707"}.e-pivotview .e-toolbar-fieldlist::before{content:"\e434"}.e-pivotview .e-toolbar-grid::before{content:"\e708"}.e-pivotview .e-toolbar-chart::before{content:"\e70f"}.e-pivotview .e-toolbar-formatting::before{content:"\e725"}.e-pivotview .e-pivot-button .e-edit::before{content:"\e891"}.e-pivotview .e-sort-ascend-icon::before{content:"\e734"}.e-pivotview .e-sort-descend-icon::before{content:"\e733"}.e-pivotview-pdf-export::before{content:"\e70d"}.e-pivotview-excel-export::before{content:"\e700"}.e-pivotview-csv-export::before{content:"\e701"}.e-pivotview-png-export::before{content:"\e715"}.e-pivotview-jpeg-export::before{content:"\e713"}.e-pivotview-svg-export::before{content:"\e716"}.e-mdx::before{content:"\e724"}.e-level-options .e-selected-level-icon::before,.e-pivotview-select-icon::before{content:"\e614"}.e-pivotview-export::before{content:"\e711"}.e-pivotview-grid::before{content:"\e708"}.e-pivotview-expand::before{content:"\e556"}.e-pivotview-collapse::before{content:"\e554"}.e-pivot-format-menu::before{content:"\e728"}.e-pivot-number-format-menu::before{content:"\e70b"}.e-pivot-conditional-format-menu::before{content:"\e725"}.e-pivot-format-toolbar::before{content:"\e70b"}.e-pivotview-group::before{content:"\e74b"}.e-pivotview-ungroup::before{content:"\e74c"}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before{content:"\e984";font-family:"e-icons";font-size:14px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before{content:""}.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before{content:"\eb04";font-family:"e-icons";font-size:14px}.e-bigger .e-splitter .e-split-bar .e-resize-handler::before,.e-bigger.e-splitter .e-split-bar .e-resize-handler::before{font-size:16px}.cube-table{background:0 0!important}.cube-table .figure{text-align:right;direction:ltr;border-left-width:2px;border-left-style:dotted;border-left-color:transparent}.cube-table thead,input.search-box{background:#424242}.cube-table thead th{text-align:right;border-bottom:1px solid rgba(0,0,0,.12)}.cube-table tfoot td,.cube-table tfoot th{font-weight:500;border-top:1px solid rgba(0,0,0,.12)}.cube-table .mat-row:hover{background-color:unset}.cube-table .figure,.cube-table tbody th{border-bottom-width:2px;border-bottom-style:double;border-bottom-color:transparent}.cube-table .cube-index td,.cube-table .cube-index th{border-bottom-width:2px;border-bottom-color:rgba(0,0,0,.12);border-bottom-style:dotted}.cube-table .cell-x{border-left-color:#ffca28!important}.cube-table .cell-y{border-bottom-style:solid!important;border-bottom-color:#ffca28!important}[dir=rtl] .figure{border-right-width:2px;border-left-width:0;border-right-style:dotted;border-right-color:transparent}[dir=rtl] .cell-x{border-left-color:unset;border-right-color:#ffca28}.avatar{margin:1px;font-size:small;width:30px;height:30px;line-height:30px;border:4px solid;display:inline-block;text-align:center}.avatar.interactive{cursor:pointer}.avatar.dense{width:22px;height:22px;line-height:22px}.avatar .initials{vertical-align:middle}.avatar .mode{font-size:11px;position:relative;top:-15px;left:13px;color:#fff;border:2px solid #fff;border-radius:9px;padding:2px}[dir=rtl] .avatar .mode{left:unset;right:13px}.avatar,.form-container{color:#fff}.form-header{padding:4px}.compose-note{padding:5px;margin:5px}.compose-note .mat-icon{vertical-align:middle;padding:0 4px}.compose-note span{vertical-align:text-top}[dir=rtl] .compose-note{border-left:none}.file-upload{cursor:default}.file-dropable.drag{opacity:.5;overflow:hidden;margin:8px;border-style:dashed;border-color:#777;border-width:5px;background-color:#f5f5f5;z-index:2;top:0;left:0;right:0;bottom:0}input.search-box{border:solid 1px #616161;border-radius:2px;padding:2px 5px;height:28px;width:320px;font-weight:400;font-size:medium}input.search-box:hover{background:#212121}input.search-box::-webkit-input-placeholder{font-weight:100}input.search-box::placeholder{font-weight:100}input.search-box~.mat-icon{position:relative;left:-30px;color:#bdbdbd}[dir=rtl] input.search-box~.mat-icon{right:-30px;left:auto}.small-chip{border-radius:5px;font-size:11px;padding:3px 5px;line-height:18px;margin:2px}.selecteded-row .mat-cell:last-child{border-right:4px solid #ffc107;padding-right:20px}[dir=rtl] .selecteded-row .mat-cell:last-child{border-right:none;border-left:4px solid #ffc107;padding-left:20px;padding-right:24px}.element-row{border-bottom-width:0}.data-table{width:100%}.data-table .odd-row{background-color:#212121}.panes .panes-title{color:#fff}.panes .backdrop{position:fixed;z-index:1;width:100%;height:100%;display:none;background:#757575;opacity:.8}.pane{height:100%;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;overflow-x:hidden}.pane .mat-toolbar>*{opacity:.1}.pane.active .mat-toolbar>*,.pane:hover .mat-toolbar>*,.tabs .tab:hover .nav-toolbar{opacity:1}.tabs{color:#fff;background:#212121}.tabs .tabs-title{height:60px;padding:0 8px}.tabs .mat-tab-link-container{overflow-x:auto;border-bottom:1px solid #d3d3d3;-ms-overflow-style:none;scrollbar-width:none}.tabs .mat-tab-link-container::-webkit-scrollbar{display:none}.tabs .tab:not(:hover) .nav-toolbar{opacity:.1;background-color:transparent}.tabs .tab .pane{-webkit-flex-grow:1;flex-grow:1}.pane-content.active{border-left-color:#673ab7;box-shadow:rgba(0,0,0,.09) 0 3px 12px}.pane-content:not(.active) .mat-toolbar{background-color:transparent}[dir=rtl] .pane-content{border-left:none;border-right-width:1px;border-right-style:double;border-right-color:transparent}[dir=rtl] .pane-content.active{border-right-color:#673ab7}[dir=rtl] .panes .scroll-arrow:last-child{right:auto!important;left:0!important}.mat-daterange-content .date-end-range .mat-calendar-body-cell-content,.mat-daterange-content .date-start-range .mat-calendar-body-cell-content{background-color:#673ab7;color:#fff}.mat-daterange-content .date-in-range .mat-calendar-body-cell-content{background-color:#b39ddb;color:#fff}.popup-panel>*{flex-direction:inherit;display:inherit}.popup-panel .popup-content{display:inline-table;color:#fff;min-width:52px;background:#424242;border-radius:2px;border:2px solid rgba(255,255,255,.12);box-shadow:0 0 10px 2px rgba(0,0,0,.1)}.popup-panel .popup-content>*{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1 auto 1;-webkit-flex:1 auto 1}.popup-panel .popup-content .mat-nav-list,.popup-panel .popup-content form,.popup-panel .popup-content p{z-index:1}.popup-panel .tooltip-container{display:none}.popup-panel .tooltip-container .tooltip{display:block;position:relative;width:0;height:0;border:8px solid transparent}.popup-panel .tooltip-container .tooltip:after{content:" ";position:absolute;width:0;height:0;border:8px solid transparent}.popup-panel.center .tooltip-container,.popup-panel.end .tooltip-container,.popup-panel.start .tooltip-container{display:flex}.popup-panel.center .tooltip-container{align-self:center;align-items:center}.popup-panel.end .tooltip-container{align-self:flex-end;align-items:flex-end}.popup-panel.after.start .tooltip,.popup-panel.before.start .tooltip{margin-top:4px}.popup-panel.after.end .tooltip,.popup-panel.before.end .tooltip{margin-bottom:19px}.popup-panel.above,.popup-panel.below{margin-left:0;margin-right:0}.popup-panel.above.start .tooltip,.popup-panel.below.start .tooltip{margin-left:19px}.popup-panel.above.end .tooltip,.popup-panel.below.end .tooltip{margin-right:6px}.popup-panel.before{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.popup-panel.before .tooltip{border-left-color:rgba(255,255,255,.12)}.popup-panel.before .tooltip:after{border-left-color:#424242;left:-11px;top:-8px}.popup-panel.after{margin-left:0;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.popup-panel.after .tooltip,[dir=rtl] .popup-panel.before .tooltip{border-right-color:rgba(255,255,255,.12)}.popup-panel.after .tooltip:after{border-right-color:#424242;left:-6px;top:-8px}.popup-panel.above{margin-top:0;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.popup-panel.above .tooltip{border-top-color:rgba(255,255,255,.12)}.popup-panel.above .tooltip:after{left:-8px;top:-11px;border-top-color:#424242}.popup-panel.below{margin-bottom:0;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.popup-panel.below .tooltip{border-bottom-color:rgba(255,255,255,.12)}.popup-panel.below .tooltip:after{left:-8px;top:-6px;border-bottom-color:#424242}[dir=rtl] .popup-panel.above.start .tooltip,[dir=rtl] .popup-panel.below.start .tooltip{margin-right:8px;margin-left:unset}[dir=rtl] .popup-panel.above.end .tooltip,[dir=rtl] .popup-panel.below.end .tooltip{margin-left:19px}[dir=rtl] .popup-panel.before{margin-right:-14px}[dir=rtl] .popup-panel.before .tooltip{border-left-color:transparent!important}[dir=rtl] .popup-panel.before .tooltip:after{left:-6px;border-left-color:transparent!important;border-right-color:#424242}[dir=rtl] .popup-panel.after{margin-left:unset;margin-right:0}[dir=rtl] .popup-panel.after .tooltip{border-right-color:transparent!important;border-left-color:rgba(255,255,255,.12)}[dir=rtl] .popup-panel.after .tooltip:after{left:-11px;border-right-color:transparent!important;border-left-color:#424242}.tooltip-panel .popup-content{min-width:auto!important;background-color:rgba(97,97,97,.9);color:#fff;border:0;padding:4px 8px;cursor:default;font-size:small;display:inline-block}.tooltip-panel .tooltip-container .tooltip:after{display:none}.tooltip-panel.before .tooltip,.tooltip-panel.before .tooltip:after{border-left-color:rgba(97,97,97,.9)}.tooltip-panel.after .tooltip,.tooltip-panel.after .tooltip:after{border-right-color:rgba(97,97,97,.9)}.tooltip-panel.above .tooltip,.tooltip-panel.above .tooltip:after{border-top-color:rgba(97,97,97,.9)}.tooltip-panel.below .tooltip,.tooltip-panel.below .tooltip:after{border-bottom-color:rgba(97,97,97,.9)}[dir=rtl] .tooltip-panel.before .tooltip,[dir=rtl] .tooltip-panel.before .tooltip:after{border-left-color:transparent!important;border-right-color:rgba(97,97,97,.9)}[dir=rtl] .tooltip-panel.after .tooltip,[dir=rtl] .tooltip-panel.after .tooltip:after{border-right-color:transparent!important;border-left-color:rgba(97,97,97,.9)}.chat-conversation .chat-item{position:relative}.chat-conversation .chat-item img{max-width:310px;cursor:pointer}.chat-conversation .chat-item .chat-text{padding:9px;overflow-wrap:break-word}.chat-conversation .chat-item .chat-time,.chat-typing{font-size:small}.chat-conversation .chat-item .chat-info{display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.chat-conversation .chat-watermark{place-content:center flex-end;text-align:end;width:100%}.chat-conversation .chat-watermark .mat-icon{font-size:21px;width:21px;height:21px}.chat-typing{margin-left:2px;margin-right:2px;text-transform:lowercase}.chat-item:not(.you) .chat-text{color:#fff;background-color:#fafafa;border-radius:5px 5px;margin:5px 0 0}.chat-item:not(.you) .chat-text:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:0;border:15px solid transparent;border-top-color:#fafafa;border-bottom:0;border-left:0;margin-bottom:1px}[dir=rtl] .chat-item:not(.you) .chat-text:after{left:auto;right:50%;border-right:0;border-left:15px solid transparent}.compare.added,tr.compare.added td{color:#2e7d32}.compare.added .label{border-color:#2e7d32}.compare.added .label>span{background-color:#e8f5e9}.compare.added .label>span:before{border-top-color:#2e7d32}.compare.modified{color:#ff8f00}.compare.modified .original{font-variant-caps:normal;font-weight:100;padding-left:2px}.compare.modified .label{border-color:#ff8f00}.compare.modified .label>span{background-color:#fff8e1}.compare.modified .label>span:before{border-top-color:#ff8f00}.compare.removed,tr.compare.removed td{color:#c62828}.compare.removed .label{border-color:#c62828}.compare.removed .label>span{text-decoration:none;background-color:#ffebee}.compare.removed .label>span:before{border-top-color:#c62828}.compare .label{border-top:1px dotted;display:flex;flex-direction:row-reverse;font-size:small}.compare .label>span{font-variant-caps:all-small-caps;padding-right:4px;padding-left:4px;position:relative}.compare .label>span:after,.compare .label>span:before{content:"";position:absolute;width:0;height:0}.compare .label>span:before{right:0;border:8px solid transparent;border-right:0}.compare .label>span:after{left:0;bottom:0;border:5px solid transparent;border-bottom-color:#424242;border-left:0}tr.compare.modified td{color:#ff8f00}[dir=rtl] .compare.modified .original{padding-left:0;padding-right:2px}[dir=rtl] .compare .label>span:before{left:0;right:auto;border-right:8px solid transparent;border-left:0}[dir=rtl] .compare .label>span:after{left:auto;right:0;border-left:5px solid transparent;border-right:0}.guide-panel .container{display:flex}.guide-panel .container .content{padding:8px;display:block;min-width:250px;color:#fff;background:#424242;border-radius:5px;border:3px solid #ffd54f}.guide-panel .container .tooltip-container{display:none}.guide-panel .container .tooltip-container .tooltip{display:block;position:relative;transform:translate(-50%,50%) rotate(45deg);width:9px;height:9px;background:#424242;border:3px solid #ffd54f;border-radius:1px}.guide-panel .container .tooltip-container .tooltip:after{content:" ";position:absolute;background:#424242;width:15px;height:15px}.guide-panel.center .tooltip-container,.guide-panel.end .tooltip-container,.guide-panel.start .tooltip-container{display:flex}.guide-panel.center .tooltip-container{align-self:center;align-items:center}.guide-panel.end .tooltip-container{align-self:flex-end;align-items:flex-end}.guide-panel.after.start .tooltip,.guide-panel.before.start .tooltip{margin-top:4px}.guide-panel.after.center .tooltip,.guide-panel.before.center .tooltip{margin-bottom:17px}.guide-panel.after.end .tooltip,.guide-panel.before.end .tooltip{margin-bottom:20px}.guide-panel.above .container,.guide-panel.below .container{margin-left:8px;margin-right:8px}.guide-panel.above.start .tooltip,.guide-panel.below.start .tooltip{margin-left:20px}.guide-panel.above.end .tooltip,.guide-panel.below.end .tooltip{margin-right:4px}.guide-panel.above .tooltip,.guide-panel.after .tooltip{position:absolute!important}.guide-panel.before .container{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.guide-panel.before .tooltip:after{left:-5px;top:0}.guide-panel.after .container{margin-left:12px;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.guide-panel.after .tooltip:after{top:-5px;left:0}.guide-panel.above .container,.timeline .item{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.guide-panel.above .container{margin-top:8px}.guide-panel.above .tooltip{margin-top:-17px}.guide-panel.above .tooltip:after{left:-5px;top:-5px}.guide-panel.below .container{margin-bottom:8px;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}[dir=rtl] .guide-panel.above.start .tooltip,[dir=rtl] .guide-panel.below.start .tooltip{margin-right:8px;margin-left:unset}[dir=rtl] .guide-panel.above.end .tooltip,[dir=rtl] .guide-panel.below.end .tooltip{margin-left:20px}[dir=rtl] .guide-panel.below .tooltip:after{top:0;right:-5px}[dir=rtl] .guide-panel.before .tooltip{margin-right:-17px}[dir=rtl] .guide-panel.above .tooltip,[dir=rtl] .guide-panel.after .tooltip{position:relative!important}[dir=rtl] .guide-panel.after .container{margin-left:unset;margin-right:12px}[dir=rtl] .guide-panel.after .tooltip:after,[dir=rtl] .guide-panel.before .tooltip:after{left:-5px;top:0}.timeline{width:120px}.timeline .item{font-size:12px!important;display:flex;text-align:center;align-items:center;height:auto;padding:10px;color:#fff;cursor:pointer}.timeline .item:focus,.timeline .item:hover{background:rgba(255,255,255,.04)}.timeline .item .title span{-ms-word-break:keep-all;word-break:keep-all}.timeline .item .title span.time{font-size:12px}.timeline .item.active{border-left-color:#ffc107;border-left-width:1px;border-left-style:dotted}.configuration-diff{padding:8px;direction:ltr}.configuration-diff .scope .scope-content{margin-left:8px}.configuration-diff .scope .alternate,.configuration-diff .scope .brackets{cursor:pointer}.configuration-diff .scope.collapse .alternate{display:inline}.configuration-diff .scope .alternate,.configuration-diff .scope.collapse .scope-content{display:none}.configuration-diff .scope .structure{font-weight:500}.configuration-diff .scope .color{width:10px;height:10px;display:inline-block}.configuration-diff .scope .value:hover{-moz-text-decoration-line:underline;text-decoration-line:underline;-moz-text-decoration-style:dotted;text-decoration-style:dotted}.configuration-diff .scope.focus>.brackets{border:1px solid #000}.timeline .mat-list-item.active:after{content:" ";background:#ffd740;width:6px;height:100%;top:0;position:absolute;right:0}.nav-menu{background:#616161}.nav-menu,.nav-menu .mat-list-item,.nav-menu .mat-list-item .mat-icon,.sub-menu,.sub-menu .mat-list-item .mat-icon{color:#fff}.nav-menu .mat-list-item.active:after{content:" ";border-right:12px solid #303030;border-top:28px solid transparent;border-bottom:28px solid transparent;width:0;height:0;right:0;top:0;position:absolute;box-sizing:border-box}.nav-menu.nav-open .mat-list-item.active:after{border-right-color:#424242}[dir=rtl] .nav-menu.nav-open .mat-list-item.active:after{border-left-color:#424242}.sub-menu{background:#424242;border-right:2px solid #d3d3d3}.sub-menu .mat-list-item{color:#fff!important}.sub-menu .mat-list-item.active:after{background:#ffd740;border:0;width:6px;height:100%}[dir=rtl] .nav-menu .mat-list-item.active:after{border-right:none;border-left:12px solid #303030;right:auto;left:0}[dir=rtl] .nav-menu .sub-menu{border-left:2px solid #d3d3d3;border-right:none}[dir=rtl] .nav-menu .sub-menu .mat-list-item.active:after{border:0}.mat-toolbar.nav-toolbar{border-radius:4px 4px 0 0}.loading{background:linear-gradient(to left,rgba(0,0,0,.42) 71%,rgba(0,0,0,.53) 14%,rgba(0,0,0,.57) 53%);-webkit-backface-visibility:hidden;animation:loading 20s linear infinite}[dir=rtl] .loading:before{left:unset;right:-200px;-moz-animation-fill-mode:backwards;-o-animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}@media (max-width:599px){.loading:before{height:58px}}.comment{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.comment .comment-body{flex:1 1 0%;margin:8px 0}.comment .comment-body img{max-width:350px;cursor:zoom-in}.comment .tool{opacity:0}.comment:hover .tool{opacity:1}.comment .modification{font-variant:all-small-caps}.comment .comment-actions{place-content:flex-end;align-items:flex-end;flex-direction:row;align-self:flex-end;box-sizing:border-box;display:flex;flex:1}.comment .comment-actions .mat-icon-button{line-height:22px;width:22px;height:22px}.comment .comment-actions .mat-icon-button .mat-icon{font-size:13px}.comment-score{font-size:small;align-self:center;padding:3px;color:#512da8}.voted-true{color:#512da8}.comment-score.score-negative,.voted-false{color:#d32f2f}.level{cursor:default;border-color:#9e9e9e;color:#fff}.level.current-level{color:#673ab7;border-color:#673ab7}.level:hover{background:#212121}.level .bar .value{background:#43a047}.level .bar .overflow{border-color:#bdbdbd}.level .bar:not(.available) .overflow{background:#b71c1c}.view{color:#fff}.view .nav-toolbar{opacity:.1}.view:hover .nav-toolbar{opacity:1}.mat-primary-text{color:#673ab7}.mat-primary-container{background-color:#673ab7}.mat-accent-text{color:#ffd740}.mat-accent-container{background-color:#ffd740}.document-state{border-radius:2px 3px;padding:4px;border-width:1px;border-style:solid}.column,.row{display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.outline{border-color:rgba(255,255,255,.3)}.mat-radio-button~.mat-radio-button{margin-left:16px;margin-right:16px}em{font-weight:500;font-style:normal}.mat-row.mat-warn .mat-cell{color:#d32f2f}.negative-figure{color:#f44336}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop{background:#000;opacity:.85!important}.home-panel,.info-panel{display:block;overflow:auto;color:#fff;background:#424242;box-shadow:0 0 5px 5px rgba(0,0,0,.1)}.home-panel{max-width:300px}.home-panel .mat-list-base .mat-list-item{overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.info-panel{min-width:65%;-webkit-animation:scale-up-center .3s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .3s cubic-bezier(.39,.575,.565,1) both}.divider{flex:1 1 auto}body,html{height:100%;overflow:hidden}body{font-family:Roboto,monospace,sans-serif;background:#303030;margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}a{color:#b388ff;text-decoration:none;cursor:pointer}.mat-nav-list a{color:#b388ff!important}.mat-row:hover{background:rgba(255,255,255,.04)}
78
+ @keyframes loading{0%{background-position:0 0}to{background-position:100em 0}}@-webkit-keyframes scale-up-ver-center{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes scale-up-ver-center{0%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}to{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}.e-split-btn-wrapper .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:focus{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:active{border-right-color:transparent}.e-split-btn-wrapper .e-split-btn:disabled{border-right-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn{border-right-color:transparent}.e-split-btn-wrapper:hover :not(e-active) .e-split-btn:disabled{border-right-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:focus{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:active{border-color:transparent}.e-split-btn-wrapper.e-rtl .e-split-btn:disabled{border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active){border-left-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-rtl:hover .e-split-btn :not(e-active):disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:focus{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:active{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical .e-split-btn:disabled{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn{border-bottom-color:transparent;border-right-color:transparent}.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled{border-bottom-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled{border-left-color:transparent}.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn{border-left-color:transparent}.e-bigger .e-listview .e-list-item,.e-listview.e-bigger .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-bigger .e-listview:not(.e-list-template) .e-list-item,.e-listview.e-bigger:not(.e-list-template) .e-list-item{height:48px;line-height:45px;position:relative}.e-bigger .e-listview .e-text-content,.e-listview,.e-listview.e-bigger .e-text-content{font-size:15px}.e-bigger .e-listview .e-list-group-item,.e-listview.e-bigger .e-list-group-item{height:48px;line-height:45px}.e-bigger .e-listview .e-list-header,.e-listview.e-bigger .e-list-header{align-items:center;display:flex;font-weight:700;height:64px}.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header,.e-bigger .e-listview .e-list-header .e-text.header,.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header,.e-listview.e-bigger .e-list-header .e-text.header{display:none}.e-bigger .e-listview .e-list-header .e-text,.e-listview.e-bigger .e-list-header .e-text{font-size:20px}.e-listview{-webkit-overflow-scrolling:touch;border:0 solid;border-radius:0;display:block;overflow:auto;position:relative;width:100%;border-color:#fff;font-family:Roboto,monospace,sans-serif}.e-listview:not(.e-list-template) .e-list-item{height:36px;line-height:36px;padding:0 16px;position:relative}.e-listview .e-list-item{cursor:pointer}.e-listview .e-list-parent{margin:0;padding:0}.e-listview .e-list-header .e-headertemplate-text.nested-header,.e-listview .e-list-header .e-text.header{display:none}.e-listview .e-icon-back{margin-top:2px}.e-listview .e-list-header{align-items:center;display:flex;font-weight:700;height:48px;border-bottom:1px solid;padding:0 16px}.e-listview .e-has-header>.e-view{top:45px}.e-listview .e-but-back{cursor:pointer;padding-right:30px}.e-listview .e-list-group-item:first-child{border:0;border-bottom:0 solid transparent}.e-listview .e-list-group-item{border-bottom:0 solid transparent;border-top:1px solid;height:36px;line-height:36px;font-weight:600;padding:0 16px}.e-listview .e-icon-collapsible{cursor:pointer;font-size:12px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.e-listview .e-text-content{height:100%;position:relative;vertical-align:middle}.e-listview .e-list-text,.e-listview .e-text-content *{display:inline-block;vertical-align:middle}.e-listview .e-text-content.e-checkbox .e-list-text{width:calc(100% - 40px)}.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon+.e-list-text{width:calc(100% - 90px)}.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 80px)}.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon+.e-list-text{width:calc(100% - 92px)}.e-listview .e-checkbox .e-checkbox-left{margin:-2px 10px 0 0}.e-listview .e-checkbox .e-checkbox-right{margin:-2px 0 0 10px}.e-listview .e-list-text{cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.e-listview .e-icon-wrapper .e-list-text,.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,.e-listview .e-list-icon+.e-list-text{width:calc(100% - 60px)}.e-listview .e-list-icon{margin-right:16px;height:30px;width:30px}.e-listview .e-content{overflow:hidden;position:relative}.e-listview .e-list-header .e-text{cursor:pointer;text-indent:0}.e-listview .e-text .e-headertext{display:inline-block;line-height:15px}.e-listview.e-rtl{direction:rtl}.e-listview.e-rtl .e-list-icon{margin-left:16px;margin-right:0}.e-listview.e-rtl .e-icon-collapsible{left:0;right:initial;top:50%;transform:translateY(-50%) rotate(180deg)}.e-listview.e-rtl .e-list-header .e-text{cursor:pointer}.e-listview.e-rtl .e-but-back{transform:rotate(180deg)}.e-listview.e-rtl .e-icon-back{margin-top:-2px}.e-listview.e-rtl .e-checkbox .e-checkbox-left{margin:-2px 0 0 10px}.e-listview.e-rtl .e-checkbox .e-checkbox-right{margin:-2px 10px 0 0}.e-listview .e-list-header{background-color:#424242;border-color:rgba(0,0,0,.12);color:rgba(255,255,255,.7);font-size:20px}.e-listview .e-icons{color:#fff}.e-listview .e-list-item{border-bottom:0 solid transparent;border-left:0 solid transparent;border-right:0 solid transparent;border-top:0 solid transparent}.e-listview .e-list-item.e-hover,.e-listview .e-list-item.e-hover.e-active.e-checklist{background-color:#424242;border-color:transparent;color:#fff}.e-listview .e-list-item.e-active,.e-listview .e-list-item.e-focused,.e-listview .e-list-item.e-focused.e-active.e-checklist{background-color:#616161;color:#fff}.e-listview .e-list-item,.e-listview .e-list-item.e-active.e-checklist{background-color:#303030;color:#fff}.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check{background-color:#ffd740;border-color:transparent;color:#000}.e-listview .e-list-group-item{background-color:#424242;border-color:rgba(0,0,0,.12);color:rgba(255,255,255,.7);font-size:15px}.e-listview.e-list-template .e-list-wrapper{height:inherit;position:relative}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line){padding:.2667em 1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line{padding:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header{color:rgba(0,0,0,.87);display:block;font-size:15px;font-weight:500;margin:0;overflow:hidden;padding:.115em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content{color:rgba(0,0,0,.54);display:block;font-size:13px;margin:0;padding:.115em 0;word-wrap:break-word}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{height:2.6667em;left:1.0667em;position:absolute;top:.2666em;width:2.6667em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{height:2.6667em;position:absolute;right:1.0667em;top:.2666em;width:2.6667em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar{top:1.0666em}.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge{font-size:12px;height:1.6666em;line-height:1.8666em;padding:0;position:absolute;right:1.33em;top:50%;transform:translateY(-50%);width:2.5em}.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.8em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:1.0666em;padding-right:4.1333em}.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content{display:block;margin:0;overflow:hidden;padding:.72em 0;text-overflow:ellipsis;white-space:nowrap}.e-listview.e-list-template .e-list-item.e-active .e-list-content,.e-listview.e-list-template .e-list-item.e-active .e-list-item-header,.e-listview.e-list-template .e-list-item.e-hover .e-list-content,.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header{color:#fff}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar{left:inherit;right:1.0667em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge){padding-left:1.0666em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge){padding-left:4.8em;padding-right:1.0666em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar{left:1.0667em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge{left:1.33em;right:inherit}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar{padding-left:4.1333em;padding-right:4.8em}.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar){padding-left:4.1333em;padding-right:1.0666em}.e-pivotview .e-expand::before{content:"\e859"}.e-pivotview .e-collapse::before{content:"\e83d"}.e-pivotview.e-rtl .e-expand::before{content:"\e854"}.e-pivotview .e-sort::before{content:"\e667"}.e-pivotview .e-pv-filter::before{content:"\e909"}.e-pivotview .e-pv-filtered::before{color:#ffd740;content:"\ebb3"}.e-pivotview .e-remove::before{content:"\e208"}.e-pivotview .e-selected-option-icon::before{content:"\ea84"}.e-pivotview .e-clear-filter-icon::before{content:"\ea82"}.e-pivotview .e-dropdown-icon::before{content:"\e83d"}.e-pivotview .e-export::before{content:"\e711"}.e-pivotview .e-new-report::before{content:"\e712"}.e-pivotview .e-save-report::before{content:"\e703"}.e-pivotview .e-saveas-report::before{content:"\e704"}.e-pivotview .e-rename-report::before{content:"\e70c"}.e-pivotview .e-remove-report::before{content:"\e706"}.e-pivotview .e-sub-total::before{content:"\e709"}.e-pivotview .e-grand-total::before{content:"\e707"}.e-pivotview .e-toolbar-fieldlist::before{content:"\e434"}.e-pivotview .e-toolbar-grid::before{content:"\e708"}.e-pivotview .e-toolbar-chart::before{content:"\e70f"}.e-pivotview .e-toolbar-formatting::before{content:"\e725"}.e-pivotview .e-pivot-button .e-edit::before{content:"\e891"}.e-pivotview .e-sort-ascend-icon::before{content:"\e734"}.e-pivotview .e-sort-descend-icon::before{content:"\e733"}.e-pivotview-pdf-export::before{content:"\e70d"}.e-pivotview-excel-export::before{content:"\e700"}.e-pivotview-csv-export::before{content:"\e701"}.e-pivotview-png-export::before{content:"\e715"}.e-pivotview-jpeg-export::before{content:"\e713"}.e-pivotview-svg-export::before{content:"\e716"}.e-mdx::before{content:"\e724"}.e-level-options .e-selected-level-icon::before,.e-pivotview-select-icon::before{content:"\e614"}.e-pivotview-export::before{content:"\e711"}.e-pivotview-grid::before{content:"\e708"}.e-pivotview-expand::before{content:"\e556"}.e-pivotview-collapse::before{content:"\e554"}.e-pivot-format-menu::before{content:"\e728"}.e-pivot-number-format-menu::before{content:"\e70b"}.e-pivot-conditional-format-menu::before{content:"\e725"}.e-pivot-format-toolbar::before{content:"\e70b"}.e-pivotview-group::before{content:"\e74b"}.e-pivotview-ungroup::before{content:"\e74c"}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before{content:"\e984";font-family:"e-icons";font-size:14px}.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-template-resize-handler::before,.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-template-resize-handler::before{content:""}.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before{content:"\eb04";font-family:"e-icons";font-size:14px}.e-bigger .e-splitter .e-split-bar .e-resize-handler::before,.e-bigger.e-splitter .e-split-bar .e-resize-handler::before{font-size:16px}.cube-table{background:0 0!important}.cube-table .figure{text-align:right;direction:ltr;border-left-width:2px;border-left-style:dotted;border-left-color:transparent}.cube-table thead,input.search-box{background:#424242}.cube-table thead th{text-align:right;border-bottom:1px solid rgba(0,0,0,.12)}.cube-table tfoot td,.cube-table tfoot th{font-weight:500;border-top:1px solid rgba(0,0,0,.12)}.cube-table .mat-row:hover{background-color:unset}.cube-table .figure,.cube-table tbody th{border-bottom-width:2px;border-bottom-style:double;border-bottom-color:transparent}.cube-table .cube-index td,.cube-table .cube-index th{border-bottom-width:2px;border-bottom-color:rgba(0,0,0,.12);border-bottom-style:dotted}.cube-table .cell-x{border-left-color:#ffca28!important}.cube-table .cell-y{border-bottom-style:solid!important;border-bottom-color:#ffca28!important}[dir=rtl] .figure{border-right-width:2px;border-left-width:0;border-right-style:dotted;border-right-color:transparent}[dir=rtl] .cell-x{border-left-color:unset;border-right-color:#ffca28}.avatar{margin:1px;font-size:small;width:30px;height:30px;line-height:30px;border:4px solid;display:inline-block;text-align:center}.avatar.interactive{cursor:pointer}.avatar.dense{width:22px;height:22px;line-height:22px}.avatar .initials{vertical-align:middle}.avatar .mode{font-size:11px;position:relative;top:-15px;left:13px;color:#fff;border:2px solid #fff;border-radius:9px;padding:2px}[dir=rtl] .avatar .mode{left:unset;right:13px}.avatar,.form-container{color:#fff}.form-header{padding:4px}.compose-note{padding:5px;margin:5px}.compose-note .mat-icon{vertical-align:middle;padding:0 4px}.compose-note span{vertical-align:text-top}[dir=rtl] .compose-note{border-left:none}.file-upload{cursor:default}.file-dropable.drag{opacity:.5;overflow:hidden;margin:8px;border-style:dashed;border-color:#777;border-width:5px;background-color:#f5f5f5;z-index:2;top:0;left:0;right:0;bottom:0}input.search-box{border:solid 1px #616161;border-radius:2px;padding:2px 5px;height:28px;width:320px;font-weight:400;font-size:medium}input.search-box:hover{background:#212121}input.search-box::-webkit-input-placeholder{font-weight:100}input.search-box::placeholder{font-weight:100}input.search-box~.mat-icon{position:relative;left:-30px;color:#bdbdbd}[dir=rtl] input.search-box~.mat-icon{right:-30px;left:auto}.small-chip{border-radius:5px;font-size:11px;padding:3px 5px;line-height:18px;margin:2px}.selecteded-row .mat-cell:last-child{border-right:4px solid #ffc107;padding-right:20px}[dir=rtl] .selecteded-row .mat-cell:last-child{border-right:none;border-left:4px solid #ffc107;padding-left:20px;padding-right:24px}.element-row{border-bottom-width:0}.data-table{width:100%}.data-table .odd-row{background-color:#212121}.panes .panes-title{color:#fff}.panes .backdrop{position:fixed;z-index:1;width:100%;height:100%;display:none;background:#757575;opacity:.8}.pane{height:100%;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;overflow-x:hidden}.pane .mat-toolbar>*{opacity:.1}.pane.active .mat-toolbar>*,.pane:hover .mat-toolbar>*,.tabs .tab:hover .nav-toolbar{opacity:1}.tabs{color:#fff;background:#212121}.tabs .tabs-title{height:60px;padding:0 8px}.tabs .mat-tab-link-container{overflow-x:auto;border-bottom:1px solid #d3d3d3;-ms-overflow-style:none;scrollbar-width:none}.tabs .mat-tab-link-container::-webkit-scrollbar{display:none}.tabs .tab:not(:hover) .nav-toolbar{opacity:.1;background-color:transparent}.tabs .tab .pane{-webkit-flex-grow:1;flex-grow:1}.pane-content.active{border-left-color:#673ab7;box-shadow:rgba(0,0,0,.09) 0 3px 12px}.pane-content:not(.active) .mat-toolbar{background-color:transparent}[dir=rtl] .pane-content{border-left:none;border-right-width:1px;border-right-style:double;border-right-color:transparent}[dir=rtl] .pane-content.active{border-right-color:#673ab7}[dir=rtl] .panes .scroll-arrow:last-child{right:auto!important;left:0!important}.mat-daterange-content .date-end-range .mat-calendar-body-cell-content,.mat-daterange-content .date-start-range .mat-calendar-body-cell-content{background-color:#673ab7;color:#fff}.mat-daterange-content .date-in-range .mat-calendar-body-cell-content{background-color:#b39ddb;color:#fff}.popup-panel>*{flex-direction:inherit;display:inherit}.popup-panel .popup-content{display:inline-table;color:#fff;min-width:52px;background:#424242;border-radius:2px;border:2px solid rgba(255,255,255,.12);box-shadow:0 0 10px 2px rgba(0,0,0,.1)}.popup-panel .popup-content>*{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1 auto 1;-webkit-flex:1 auto 1}.popup-panel .popup-content .mat-nav-list,.popup-panel .popup-content form,.popup-panel .popup-content p{z-index:1}.popup-panel .tooltip-container{display:none}.popup-panel .tooltip-container .tooltip{display:block;position:relative;width:0;height:0;border:8px solid transparent}.popup-panel .tooltip-container .tooltip:after{content:" ";position:absolute;width:0;height:0;border:8px solid transparent}.popup-panel.center .tooltip-container,.popup-panel.end .tooltip-container,.popup-panel.start .tooltip-container{display:flex}.popup-panel.center .tooltip-container{align-self:center;align-items:center}.popup-panel.end .tooltip-container{align-self:flex-end;align-items:flex-end}.popup-panel.after.start .tooltip,.popup-panel.before.start .tooltip{margin-top:4px}.popup-panel.after.end .tooltip,.popup-panel.before.end .tooltip{margin-bottom:19px}.popup-panel.above,.popup-panel.below{margin-left:0;margin-right:0}.popup-panel.above.start .tooltip,.popup-panel.below.start .tooltip{margin-left:19px}.popup-panel.above.end .tooltip,.popup-panel.below.end .tooltip{margin-right:6px}.popup-panel.before{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.popup-panel.before .tooltip{border-left-color:rgba(255,255,255,.12)}.popup-panel.before .tooltip:after{border-left-color:#424242;left:-11px;top:-8px}.popup-panel.after{margin-left:0;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.popup-panel.after .tooltip,[dir=rtl] .popup-panel.before .tooltip{border-right-color:rgba(255,255,255,.12)}.popup-panel.after .tooltip:after{border-right-color:#424242;left:-6px;top:-8px}.popup-panel.above{margin-top:0;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.popup-panel.above .tooltip{border-top-color:rgba(255,255,255,.12)}.popup-panel.above .tooltip:after{left:-8px;top:-11px;border-top-color:#424242}.popup-panel.below{margin-bottom:0;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.popup-panel.below .tooltip{border-bottom-color:rgba(255,255,255,.12)}.popup-panel.below .tooltip:after{left:-8px;top:-6px;border-bottom-color:#424242}[dir=rtl] .popup-panel.above.start .tooltip,[dir=rtl] .popup-panel.below.start .tooltip{margin-right:8px;margin-left:unset}[dir=rtl] .popup-panel.above.end .tooltip,[dir=rtl] .popup-panel.below.end .tooltip{margin-left:19px}[dir=rtl] .popup-panel.before{margin-right:-14px}[dir=rtl] .popup-panel.before .tooltip{border-left-color:transparent!important}[dir=rtl] .popup-panel.before .tooltip:after{left:-6px;border-left-color:transparent!important;border-right-color:#424242}[dir=rtl] .popup-panel.after{margin-left:unset;margin-right:0}[dir=rtl] .popup-panel.after .tooltip{border-right-color:transparent!important;border-left-color:rgba(255,255,255,.12)}[dir=rtl] .popup-panel.after .tooltip:after{left:-11px;border-right-color:transparent!important;border-left-color:#424242}.tooltip-panel .popup-content{min-width:auto!important;background-color:rgba(97,97,97,.9);color:#fff;border:0;padding:4px 8px;cursor:default;font-size:small;display:inline-block}.tooltip-panel .tooltip-container .tooltip:after{display:none}.tooltip-panel.before .tooltip,.tooltip-panel.before .tooltip:after{border-left-color:rgba(97,97,97,.9)}.tooltip-panel.after .tooltip,.tooltip-panel.after .tooltip:after{border-right-color:rgba(97,97,97,.9)}.tooltip-panel.above .tooltip,.tooltip-panel.above .tooltip:after{border-top-color:rgba(97,97,97,.9)}.tooltip-panel.below .tooltip,.tooltip-panel.below .tooltip:after{border-bottom-color:rgba(97,97,97,.9)}[dir=rtl] .tooltip-panel.before .tooltip,[dir=rtl] .tooltip-panel.before .tooltip:after{border-left-color:transparent!important;border-right-color:rgba(97,97,97,.9)}[dir=rtl] .tooltip-panel.after .tooltip,[dir=rtl] .tooltip-panel.after .tooltip:after{border-right-color:transparent!important;border-left-color:rgba(97,97,97,.9)}.chat-conversation .chat-item{position:relative}.chat-conversation .chat-item img{max-width:310px;cursor:pointer}.chat-conversation .chat-item .chat-text{padding:9px;overflow-wrap:break-word}.chat-conversation .chat-item .chat-time,.chat-typing{font-size:small}.chat-conversation .chat-item .chat-info{display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.chat-conversation .chat-watermark{place-content:center flex-end;text-align:end;width:100%}.chat-conversation .chat-watermark .mat-icon{font-size:21px;width:21px;height:21px}.chat-typing{margin-left:2px;margin-right:2px;text-transform:lowercase}.chat-item:not(.you) .chat-text{color:#fff;background-color:#fafafa;border-radius:5px 5px;margin:5px 0 0}.chat-item:not(.you) .chat-text:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:0;border:15px solid transparent;border-top-color:#fafafa;border-bottom:0;border-left:0;margin-bottom:1px}[dir=rtl] .chat-item:not(.you) .chat-text:after{left:auto;right:50%;border-right:0;border-left:15px solid transparent}.compare.added,tr.compare.added td{color:#2e7d32}.compare.added .label{border-color:#2e7d32}.compare.added .label>span{background-color:#e8f5e9}.compare.added .label>span:before{border-top-color:#2e7d32}.compare.modified{color:#ff8f00}.compare.modified .original{font-variant-caps:normal;font-weight:100;padding-left:2px}.compare.modified .label{border-color:#ff8f00}.compare.modified .label>span{background-color:#fff8e1}.compare.modified .label>span:before{border-top-color:#ff8f00}.compare.removed,tr.compare.removed td{color:#c62828}.compare.removed .label{border-color:#c62828}.compare.removed .label>span{text-decoration:none;background-color:#ffebee}.compare.removed .label>span:before{border-top-color:#c62828}.compare .label{border-top:1px dotted;display:flex;flex-direction:row-reverse;font-size:small}.compare .label>span{font-variant-caps:all-small-caps;padding-right:4px;padding-left:4px;position:relative}.compare .label>span:after,.compare .label>span:before{content:"";position:absolute;width:0;height:0}.compare .label>span:before{right:0;border:8px solid transparent;border-right:0}.compare .label>span:after{left:0;bottom:0;border:5px solid transparent;border-bottom-color:#424242;border-left:0}tr.compare.modified td{color:#ff8f00}[dir=rtl] .compare.modified .original{padding-left:0;padding-right:2px}[dir=rtl] .compare .label>span:before{left:0;right:auto;border-right:8px solid transparent;border-left:0}[dir=rtl] .compare .label>span:after{left:auto;right:0;border-left:5px solid transparent;border-right:0}.guide-panel .container{display:flex}.guide-panel .container .content{padding:8px;display:block;min-width:250px;color:#fff;background:#424242;border-radius:5px;border:3px solid #ffd54f}.guide-panel .container .tooltip-container{display:none}.guide-panel .container .tooltip-container .tooltip{display:block;position:relative;transform:translate(-50%,50%) rotate(45deg);width:9px;height:9px;background:#424242;border:3px solid #ffd54f;border-radius:1px}.guide-panel .container .tooltip-container .tooltip:after{content:" ";position:absolute;background:#424242;width:15px;height:15px}.guide-panel.center .tooltip-container,.guide-panel.end .tooltip-container,.guide-panel.start .tooltip-container{display:flex}.guide-panel.center .tooltip-container{align-self:center;align-items:center}.guide-panel.end .tooltip-container{align-self:flex-end;align-items:flex-end}.guide-panel.after.start .tooltip,.guide-panel.before.start .tooltip{margin-top:4px}.guide-panel.after.center .tooltip,.guide-panel.before.center .tooltip{margin-bottom:17px}.guide-panel.after.end .tooltip,.guide-panel.before.end .tooltip{margin-bottom:20px}.guide-panel.above .container,.guide-panel.below .container{margin-left:8px;margin-right:8px}.guide-panel.above.start .tooltip,.guide-panel.below.start .tooltip{margin-left:20px}.guide-panel.above.end .tooltip,.guide-panel.below.end .tooltip{margin-right:4px}.guide-panel.above .tooltip,.guide-panel.after .tooltip{position:absolute!important}.guide-panel.before .container{-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.guide-panel.before .tooltip:after{left:-5px;top:0}.guide-panel.after .container{margin-left:12px;-ms-flex-direction:row-reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.guide-panel.after .tooltip:after{top:-5px;left:0}.guide-panel.above .container,.timeline .item{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.guide-panel.above .container{margin-top:8px}.guide-panel.above .tooltip{margin-top:-17px}.guide-panel.above .tooltip:after{left:-5px;top:-5px}.guide-panel.below .container{margin-bottom:8px;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}[dir=rtl] .guide-panel.above.start .tooltip,[dir=rtl] .guide-panel.below.start .tooltip{margin-right:8px;margin-left:unset}[dir=rtl] .guide-panel.above.end .tooltip,[dir=rtl] .guide-panel.below.end .tooltip{margin-left:20px}[dir=rtl] .guide-panel.below .tooltip:after{top:0;right:-5px}[dir=rtl] .guide-panel.before .tooltip{margin-right:-17px}[dir=rtl] .guide-panel.above .tooltip,[dir=rtl] .guide-panel.after .tooltip{position:relative!important}[dir=rtl] .guide-panel.after .container{margin-left:unset;margin-right:12px}[dir=rtl] .guide-panel.after .tooltip:after,[dir=rtl] .guide-panel.before .tooltip:after{left:-5px;top:0}.timeline{width:120px}.timeline .item{font-size:12px!important;display:flex;text-align:center;align-items:center;height:auto;padding:10px;color:#fff;cursor:pointer}.timeline .item:focus,.timeline .item:hover{background:rgba(255,255,255,.04)}.timeline .item .title span{-ms-word-break:keep-all;word-break:keep-all}.timeline .item .title span.time{font-size:12px}.timeline .item.active{border-left-color:#ffc107;border-left-width:1px;border-left-style:dotted}.configuration-diff{padding:8px;direction:ltr}.configuration-diff .scope .scope-content{margin-left:8px}.configuration-diff .scope .alternate,.configuration-diff .scope .brackets{cursor:pointer}.configuration-diff .scope.collapse .alternate{display:inline}.configuration-diff .scope .alternate,.configuration-diff .scope.collapse .scope-content{display:none}.configuration-diff .scope .structure{font-weight:500}.configuration-diff .scope .color{width:10px;height:10px;display:inline-block}.configuration-diff .scope .value:hover{-moz-text-decoration-line:underline;text-decoration-line:underline;-moz-text-decoration-style:dotted;text-decoration-style:dotted}.configuration-diff .scope.focus>.brackets{border:1px solid #000}.timeline .mat-list-item.active:after{content:" ";background:#ffd740;width:6px;height:100%;top:0;position:absolute;right:0}.nav-menu{background:#616161}.nav-menu,.nav-menu .mat-list-item,.nav-menu .mat-list-item .mat-icon,.sub-menu,.sub-menu .mat-list-item .mat-icon{color:#fff}.nav-menu .mat-list-item.active:after{content:" ";border-right:12px solid #303030;border-top:28px solid transparent;border-bottom:28px solid transparent;width:0;height:0;right:0;top:0;position:absolute;box-sizing:border-box}.nav-menu.nav-open .mat-list-item.active:after{border-right-color:#424242}[dir=rtl] .nav-menu.nav-open .mat-list-item.active:after{border-left-color:#424242}.sub-menu{background:#424242;border-right:2px solid #d3d3d3}.sub-menu .mat-list-item{color:#fff!important}.sub-menu .mat-list-item.active:after{background:#ffd740;border:0;width:6px;height:100%}[dir=rtl] .nav-menu .mat-list-item.active:after{border-right:none;border-left:12px solid #303030;right:auto;left:0}[dir=rtl] .nav-menu .sub-menu{border-left:2px solid #d3d3d3;border-right:none}[dir=rtl] .nav-menu .sub-menu .mat-list-item.active:after{border:0}.mat-toolbar.nav-toolbar{border-radius:4px 4px 0 0}.loading{background:linear-gradient(to left,rgba(0,0,0,.42) 71%,rgba(0,0,0,.53) 14%,rgba(0,0,0,.57) 53%);-webkit-backface-visibility:hidden;animation:loading 20s linear infinite}[dir=rtl] .loading:before{left:unset;right:-200px;-moz-animation-fill-mode:backwards;-o-animation-fill-mode:backwards;-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards}@media (max-width:599px){.loading:before{height:58px}}.profile-name{color:#fff}.comment{display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.comment .comment-body{flex:1 1 0%;margin:8px 0}.comment .comment-body img{max-width:350px;cursor:zoom-in}.comment .tool{opacity:0}.comment:hover .tool{opacity:1}.comment .modification{font-variant:all-small-caps}.comment .comment-actions{place-content:flex-end;align-items:flex-end;flex-direction:row;align-self:flex-end;box-sizing:border-box;display:flex;flex:1}.comment .comment-actions .mat-icon-button{line-height:22px;width:22px;height:22px}.comment .comment-actions .mat-icon-button .mat-icon{font-size:13px}.comment-score{font-size:small;align-self:center;padding:3px;color:#512da8}.voted-true{color:#512da8}.comment-score.score-negative,.voted-false{color:#d32f2f}.level{cursor:default;border-color:#9e9e9e;color:#fff}.level.current-level{color:#673ab7;border-color:#673ab7}.level:hover{background:#212121}.level .bar .value{background:#43a047}.level .bar .overflow{border-color:#bdbdbd}.level .bar:not(.available) .overflow{background:#b71c1c}.view{color:#fff}.view .nav-toolbar{opacity:.1}.view:hover .nav-toolbar{opacity:1}.mat-primary-text{color:#673ab7}.mat-primary-container{background-color:#673ab7}.mat-accent-text{color:#ffd740}.mat-accent-container{background-color:#ffd740}.document-state{border-radius:2px 3px;padding:4px;border-width:1px;border-style:solid}.column,.row{display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row}.column{-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.outline{border-color:rgba(255,255,255,.3)}.mat-radio-button~.mat-radio-button{margin-left:16px;margin-right:16px}em{font-weight:500;font-style:normal}.mat-row.mat-warn .mat-cell{color:#d32f2f}.negative-figure{color:#f44336}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop{background:#000;opacity:.85!important}.home-panel,.info-panel{display:block;overflow:auto;color:#fff;background:#424242;box-shadow:0 0 5px 5px rgba(0,0,0,.1)}.home-panel{max-width:300px}.home-panel .mat-list-base .mat-list-item{overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.info-panel{min-width:65%;-webkit-animation:scale-up-center .3s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .3s cubic-bezier(.39,.575,.565,1) both}.divider{flex:1 1 auto}body,html{height:100%;overflow:hidden}body{font-family:Roboto,monospace,sans-serif;margin:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}a{color:#b388ff;text-decoration:none;cursor:pointer}.mat-nav-list a{color:#b388ff!important}.mat-row:hover{background:rgba(255,255,255,.04)}