primereact 6.5.1 → 7.0.0-rc.2

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 (680) hide show
  1. package/accordion/accordion.cjs.js +2 -0
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.esm.js +2 -0
  4. package/accordion/accordion.esm.min.js +1 -1
  5. package/accordion/accordion.js +2 -0
  6. package/accordion/accordion.min.js +1 -1
  7. package/api/api.cjs.js +308 -10
  8. package/api/api.cjs.min.js +1 -1
  9. package/api/api.d.ts +61 -1
  10. package/api/api.esm.js +305 -11
  11. package/api/api.esm.min.js +1 -1
  12. package/api/api.js +308 -12
  13. package/api/api.min.js +1 -1
  14. package/autocomplete/autocomplete.cjs.js +3 -1
  15. package/autocomplete/autocomplete.cjs.min.js +1 -1
  16. package/autocomplete/autocomplete.esm.js +3 -1
  17. package/autocomplete/autocomplete.esm.min.js +1 -1
  18. package/autocomplete/autocomplete.js +3 -1
  19. package/autocomplete/autocomplete.min.js +1 -1
  20. package/avatar/avatar.cjs.js +2 -0
  21. package/avatar/avatar.cjs.min.js +1 -1
  22. package/avatar/avatar.esm.js +2 -0
  23. package/avatar/avatar.esm.min.js +1 -1
  24. package/avatar/avatar.js +2 -0
  25. package/avatar/avatar.min.js +1 -1
  26. package/avatargroup/avatargroup.cjs.js +2 -0
  27. package/avatargroup/avatargroup.cjs.min.js +1 -1
  28. package/avatargroup/avatargroup.esm.js +2 -0
  29. package/avatargroup/avatargroup.esm.min.js +1 -1
  30. package/avatargroup/avatargroup.js +2 -0
  31. package/avatargroup/avatargroup.min.js +1 -1
  32. package/badge/badge.cjs.js +2 -0
  33. package/badge/badge.cjs.min.js +1 -1
  34. package/badge/badge.esm.js +2 -0
  35. package/badge/badge.esm.min.js +1 -1
  36. package/badge/badge.js +2 -0
  37. package/badge/badge.min.js +1 -1
  38. package/blockui/blockui.cjs.js +9 -15
  39. package/blockui/blockui.cjs.min.js +1 -1
  40. package/blockui/blockui.esm.js +9 -15
  41. package/blockui/blockui.esm.min.js +1 -1
  42. package/blockui/blockui.js +9 -15
  43. package/blockui/blockui.min.css +1 -1
  44. package/blockui/blockui.min.js +1 -1
  45. package/breadcrumb/breadcrumb.cjs.js +2 -0
  46. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  47. package/breadcrumb/breadcrumb.esm.js +2 -0
  48. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  49. package/breadcrumb/breadcrumb.js +2 -0
  50. package/breadcrumb/breadcrumb.min.css +1 -1
  51. package/breadcrumb/breadcrumb.min.js +1 -1
  52. package/button/button.cjs.js +2 -0
  53. package/button/button.cjs.min.js +1 -1
  54. package/button/button.esm.js +2 -0
  55. package/button/button.esm.min.js +1 -1
  56. package/button/button.js +2 -0
  57. package/button/button.min.js +1 -1
  58. package/calendar/calendar.cjs.js +85 -67
  59. package/calendar/calendar.cjs.min.js +1 -1
  60. package/calendar/calendar.esm.js +85 -67
  61. package/calendar/calendar.esm.min.js +1 -1
  62. package/calendar/calendar.js +85 -67
  63. package/calendar/calendar.min.js +1 -1
  64. package/captcha/captcha.cjs.js +2 -0
  65. package/captcha/captcha.cjs.min.js +1 -1
  66. package/captcha/captcha.esm.js +2 -0
  67. package/captcha/captcha.esm.min.js +1 -1
  68. package/captcha/captcha.js +2 -0
  69. package/captcha/captcha.min.js +1 -1
  70. package/card/card.cjs.js +2 -0
  71. package/card/card.cjs.min.js +1 -1
  72. package/card/card.esm.js +2 -0
  73. package/card/card.esm.min.js +1 -1
  74. package/card/card.js +2 -0
  75. package/card/card.min.js +1 -1
  76. package/carousel/carousel.cjs.js +2 -0
  77. package/carousel/carousel.cjs.min.js +1 -1
  78. package/carousel/carousel.esm.js +3 -1
  79. package/carousel/carousel.esm.min.js +1 -1
  80. package/carousel/carousel.js +2 -0
  81. package/carousel/carousel.min.js +1 -1
  82. package/cascadeselect/cascadeselect.cjs.js +2 -0
  83. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  84. package/cascadeselect/cascadeselect.esm.js +2 -0
  85. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  86. package/cascadeselect/cascadeselect.js +2 -0
  87. package/cascadeselect/cascadeselect.min.js +1 -1
  88. package/chart/chart.cjs.js +2 -0
  89. package/chart/chart.cjs.min.js +1 -1
  90. package/chart/chart.esm.js +2 -0
  91. package/chart/chart.esm.min.js +1 -1
  92. package/chart/chart.js +2 -0
  93. package/chart/chart.min.js +1 -1
  94. package/checkbox/checkbox.cjs.js +19 -9
  95. package/checkbox/checkbox.cjs.min.js +1 -1
  96. package/checkbox/checkbox.d.ts +3 -1
  97. package/checkbox/checkbox.esm.js +19 -9
  98. package/checkbox/checkbox.esm.min.js +1 -1
  99. package/checkbox/checkbox.js +19 -9
  100. package/checkbox/checkbox.min.css +1 -1
  101. package/checkbox/checkbox.min.js +1 -1
  102. package/chip/chip.cjs.js +2 -0
  103. package/chip/chip.cjs.min.js +1 -1
  104. package/chip/chip.esm.js +2 -0
  105. package/chip/chip.esm.min.js +1 -1
  106. package/chip/chip.js +2 -0
  107. package/chip/chip.min.js +1 -1
  108. package/chips/chips.cjs.js +2 -0
  109. package/chips/chips.cjs.min.js +1 -1
  110. package/chips/chips.esm.js +2 -0
  111. package/chips/chips.esm.min.js +1 -1
  112. package/chips/chips.js +2 -0
  113. package/chips/chips.min.js +1 -1
  114. package/colorpicker/colorpicker.cjs.js +2 -0
  115. package/colorpicker/colorpicker.cjs.min.js +1 -1
  116. package/colorpicker/colorpicker.esm.js +2 -0
  117. package/colorpicker/colorpicker.esm.min.js +1 -1
  118. package/colorpicker/colorpicker.js +2 -0
  119. package/colorpicker/colorpicker.min.js +1 -1
  120. package/column/column.cjs.js +34 -9
  121. package/column/column.cjs.min.js +1 -1
  122. package/column/column.d.ts +146 -13
  123. package/column/column.esm.js +34 -9
  124. package/column/column.esm.min.js +1 -1
  125. package/column/column.js +34 -9
  126. package/column/column.min.js +1 -1
  127. package/columngroup/columngroup.cjs.js +2 -0
  128. package/columngroup/columngroup.cjs.min.js +1 -1
  129. package/columngroup/columngroup.esm.js +2 -0
  130. package/columngroup/columngroup.esm.min.js +1 -1
  131. package/columngroup/columngroup.js +2 -0
  132. package/columngroup/columngroup.min.js +1 -1
  133. package/common/common.min.css +1 -1
  134. package/confirmdialog/confirmdialog.cjs.js +2 -0
  135. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  136. package/confirmdialog/confirmdialog.esm.js +2 -0
  137. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  138. package/confirmdialog/confirmdialog.js +2 -0
  139. package/confirmdialog/confirmdialog.min.js +1 -1
  140. package/confirmpopup/confirmpopup.cjs.js +2 -0
  141. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  142. package/confirmpopup/confirmpopup.esm.js +2 -0
  143. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  144. package/confirmpopup/confirmpopup.js +2 -0
  145. package/confirmpopup/confirmpopup.min.js +1 -1
  146. package/contextmenu/contextmenu.cjs.js +2 -0
  147. package/contextmenu/contextmenu.cjs.min.js +1 -1
  148. package/contextmenu/contextmenu.esm.js +3 -1
  149. package/contextmenu/contextmenu.esm.min.js +1 -1
  150. package/contextmenu/contextmenu.js +2 -0
  151. package/contextmenu/contextmenu.min.js +1 -1
  152. package/core/core.cjs.js +346 -434
  153. package/core/core.cjs.min.js +1 -1
  154. package/core/core.esm.js +347 -434
  155. package/core/core.esm.min.js +1 -1
  156. package/core/core.js +346 -434
  157. package/core/core.min.js +1 -1
  158. package/csstransition/csstransition.cjs.js +2 -0
  159. package/csstransition/csstransition.cjs.min.js +1 -1
  160. package/csstransition/csstransition.esm.js +2 -0
  161. package/csstransition/csstransition.esm.min.js +1 -1
  162. package/csstransition/csstransition.js +2 -0
  163. package/csstransition/csstransition.min.js +1 -1
  164. package/datascroller/datascroller.cjs.js +6 -1
  165. package/datascroller/datascroller.cjs.min.js +1 -1
  166. package/datascroller/datascroller.esm.js +6 -1
  167. package/datascroller/datascroller.esm.min.js +1 -1
  168. package/datascroller/datascroller.js +6 -1
  169. package/datascroller/datascroller.min.js +1 -1
  170. package/datatable/datatable.cjs.js +4821 -3348
  171. package/datatable/datatable.cjs.min.js +1 -1
  172. package/datatable/datatable.d.ts +97 -28
  173. package/datatable/datatable.esm.js +4821 -3349
  174. package/datatable/datatable.esm.min.js +1 -1
  175. package/datatable/datatable.js +4819 -3350
  176. package/datatable/datatable.min.css +1 -1
  177. package/datatable/datatable.min.js +1 -1
  178. package/dataview/dataview.cjs.js +4 -2
  179. package/dataview/dataview.cjs.min.js +1 -1
  180. package/dataview/dataview.esm.js +4 -2
  181. package/dataview/dataview.esm.min.js +1 -1
  182. package/dataview/dataview.js +4 -2
  183. package/dataview/dataview.min.js +1 -1
  184. package/deferredcontent/deferredcontent.cjs.js +2 -0
  185. package/deferredcontent/deferredcontent.cjs.min.js +1 -1
  186. package/deferredcontent/deferredcontent.esm.js +2 -0
  187. package/deferredcontent/deferredcontent.esm.min.js +1 -1
  188. package/deferredcontent/deferredcontent.js +2 -0
  189. package/deferredcontent/deferredcontent.min.js +1 -1
  190. package/dialog/dialog.cjs.js +12 -1
  191. package/dialog/dialog.cjs.min.js +1 -1
  192. package/dialog/dialog.esm.js +12 -1
  193. package/dialog/dialog.esm.min.js +1 -1
  194. package/dialog/dialog.js +12 -1
  195. package/dialog/dialog.min.js +1 -1
  196. package/divider/divider.cjs.js +2 -0
  197. package/divider/divider.cjs.min.js +1 -1
  198. package/divider/divider.esm.js +2 -0
  199. package/divider/divider.esm.min.js +1 -1
  200. package/divider/divider.js +2 -0
  201. package/divider/divider.min.js +1 -1
  202. package/dock/dock.cjs.js +5 -1
  203. package/dock/dock.cjs.min.js +1 -1
  204. package/dock/dock.esm.js +5 -1
  205. package/dock/dock.esm.min.js +1 -1
  206. package/dock/dock.js +5 -1
  207. package/dock/dock.min.css +1 -1
  208. package/dock/dock.min.js +1 -1
  209. package/dropdown/dropdown.cjs.js +14 -10
  210. package/dropdown/dropdown.cjs.min.js +1 -1
  211. package/dropdown/dropdown.esm.js +16 -12
  212. package/dropdown/dropdown.esm.min.js +1 -1
  213. package/dropdown/dropdown.js +14 -10
  214. package/dropdown/dropdown.min.js +1 -1
  215. package/editor/editor.cjs.js +2 -0
  216. package/editor/editor.cjs.min.js +1 -1
  217. package/editor/editor.esm.js +2 -0
  218. package/editor/editor.esm.min.js +1 -1
  219. package/editor/editor.js +2 -0
  220. package/editor/editor.min.js +1 -1
  221. package/fieldset/fieldset.cjs.js +2 -0
  222. package/fieldset/fieldset.cjs.min.js +1 -1
  223. package/fieldset/fieldset.esm.js +2 -0
  224. package/fieldset/fieldset.esm.min.js +1 -1
  225. package/fieldset/fieldset.js +2 -0
  226. package/fieldset/fieldset.min.js +1 -1
  227. package/fileupload/fileupload.cjs.js +2 -0
  228. package/fileupload/fileupload.cjs.min.js +1 -1
  229. package/fileupload/fileupload.esm.js +2 -0
  230. package/fileupload/fileupload.esm.min.js +1 -1
  231. package/fileupload/fileupload.js +2 -0
  232. package/fileupload/fileupload.min.js +1 -1
  233. package/fullcalendar/fullcalendar.cjs.js +2 -0
  234. package/fullcalendar/fullcalendar.cjs.min.js +1 -1
  235. package/fullcalendar/fullcalendar.esm.js +2 -0
  236. package/fullcalendar/fullcalendar.esm.min.js +1 -1
  237. package/fullcalendar/fullcalendar.js +2 -0
  238. package/fullcalendar/fullcalendar.min.js +1 -1
  239. package/galleria/galleria.cjs.js +25 -5
  240. package/galleria/galleria.cjs.min.js +1 -1
  241. package/galleria/galleria.esm.js +25 -5
  242. package/galleria/galleria.esm.min.js +1 -1
  243. package/galleria/galleria.js +25 -5
  244. package/galleria/galleria.min.css +1 -1
  245. package/galleria/galleria.min.js +1 -1
  246. package/gmap/gmap.cjs.js +2 -0
  247. package/gmap/gmap.cjs.min.js +1 -1
  248. package/gmap/gmap.esm.js +2 -0
  249. package/gmap/gmap.esm.min.js +1 -1
  250. package/gmap/gmap.js +2 -0
  251. package/gmap/gmap.min.js +1 -1
  252. package/image/image.cjs.js +397 -0
  253. package/image/image.cjs.min.js +1 -0
  254. package/image/image.d.ts +18 -0
  255. package/image/image.esm.js +389 -0
  256. package/image/image.esm.min.js +1 -0
  257. package/image/image.js +400 -0
  258. package/image/image.min.css +1 -0
  259. package/image/image.min.js +1 -0
  260. package/image/package.json +6 -0
  261. package/inplace/inplace.cjs.js +2 -0
  262. package/inplace/inplace.cjs.min.js +1 -1
  263. package/inplace/inplace.esm.js +2 -0
  264. package/inplace/inplace.esm.min.js +1 -1
  265. package/inplace/inplace.js +2 -0
  266. package/inplace/inplace.min.js +1 -1
  267. package/inputmask/inputmask.cjs.js +2 -0
  268. package/inputmask/inputmask.cjs.min.js +1 -1
  269. package/inputmask/inputmask.esm.js +2 -0
  270. package/inputmask/inputmask.esm.min.js +1 -1
  271. package/inputmask/inputmask.js +2 -0
  272. package/inputmask/inputmask.min.js +1 -1
  273. package/inputnumber/inputnumber.cjs.js +177 -62
  274. package/inputnumber/inputnumber.cjs.min.js +1 -1
  275. package/inputnumber/inputnumber.d.ts +1 -0
  276. package/inputnumber/inputnumber.esm.js +177 -62
  277. package/inputnumber/inputnumber.esm.min.js +1 -1
  278. package/inputnumber/inputnumber.js +177 -62
  279. package/inputnumber/inputnumber.min.js +1 -1
  280. package/inputswitch/inputswitch.cjs.js +16 -6
  281. package/inputswitch/inputswitch.cjs.min.js +1 -1
  282. package/inputswitch/inputswitch.d.ts +3 -1
  283. package/inputswitch/inputswitch.esm.js +16 -6
  284. package/inputswitch/inputswitch.esm.min.js +1 -1
  285. package/inputswitch/inputswitch.js +16 -6
  286. package/inputswitch/inputswitch.min.js +1 -1
  287. package/inputtext/inputtext.cjs.js +2 -0
  288. package/inputtext/inputtext.cjs.min.js +1 -1
  289. package/inputtext/inputtext.esm.js +2 -0
  290. package/inputtext/inputtext.esm.min.js +1 -1
  291. package/inputtext/inputtext.js +2 -0
  292. package/inputtext/inputtext.min.js +1 -1
  293. package/inputtextarea/inputtextarea.cjs.js +2 -0
  294. package/inputtextarea/inputtextarea.cjs.min.js +1 -1
  295. package/inputtextarea/inputtextarea.esm.js +2 -0
  296. package/inputtextarea/inputtextarea.esm.min.js +1 -1
  297. package/inputtextarea/inputtextarea.js +2 -0
  298. package/inputtextarea/inputtextarea.min.js +1 -1
  299. package/knob/knob.cjs.js +2 -0
  300. package/knob/knob.cjs.min.js +1 -1
  301. package/knob/knob.esm.js +2 -0
  302. package/knob/knob.esm.min.js +1 -1
  303. package/knob/knob.js +2 -0
  304. package/knob/knob.min.js +1 -1
  305. package/listbox/listbox.cjs.js +6 -3
  306. package/listbox/listbox.cjs.min.js +1 -1
  307. package/listbox/listbox.esm.js +7 -4
  308. package/listbox/listbox.esm.min.js +1 -1
  309. package/listbox/listbox.js +7 -5
  310. package/listbox/listbox.min.js +1 -1
  311. package/megamenu/megamenu.cjs.js +2 -0
  312. package/megamenu/megamenu.cjs.min.js +1 -1
  313. package/megamenu/megamenu.esm.js +2 -0
  314. package/megamenu/megamenu.esm.min.js +1 -1
  315. package/megamenu/megamenu.js +2 -0
  316. package/megamenu/megamenu.min.js +1 -1
  317. package/mention/mention.cjs.js +2 -0
  318. package/mention/mention.cjs.min.js +1 -1
  319. package/mention/mention.esm.js +2 -0
  320. package/mention/mention.esm.min.js +1 -1
  321. package/mention/mention.js +2 -0
  322. package/mention/mention.min.js +1 -1
  323. package/menu/menu.cjs.js +2 -0
  324. package/menu/menu.cjs.min.js +1 -1
  325. package/menu/menu.esm.js +2 -0
  326. package/menu/menu.esm.min.js +1 -1
  327. package/menu/menu.js +2 -0
  328. package/menu/menu.min.js +1 -1
  329. package/menubar/menubar.cjs.js +2 -0
  330. package/menubar/menubar.cjs.min.js +1 -1
  331. package/menubar/menubar.esm.js +2 -0
  332. package/menubar/menubar.esm.min.js +1 -1
  333. package/menubar/menubar.js +2 -0
  334. package/menubar/menubar.min.js +1 -1
  335. package/message/message.cjs.js +2 -0
  336. package/message/message.cjs.min.js +1 -1
  337. package/message/message.esm.js +2 -0
  338. package/message/message.esm.min.js +1 -1
  339. package/message/message.js +2 -0
  340. package/message/message.min.js +1 -1
  341. package/messages/messages.cjs.js +2 -0
  342. package/messages/messages.cjs.min.js +1 -1
  343. package/messages/messages.esm.js +2 -0
  344. package/messages/messages.esm.min.js +1 -1
  345. package/messages/messages.js +2 -0
  346. package/messages/messages.min.js +1 -1
  347. package/multiselect/multiselect.cjs.js +22 -12
  348. package/multiselect/multiselect.cjs.min.js +1 -1
  349. package/multiselect/multiselect.d.ts +3 -1
  350. package/multiselect/multiselect.esm.js +24 -14
  351. package/multiselect/multiselect.esm.min.js +1 -1
  352. package/multiselect/multiselect.js +22 -12
  353. package/multiselect/multiselect.min.js +1 -1
  354. package/multistatecheckbox/multistatecheckbox.cjs.js +2 -0
  355. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  356. package/multistatecheckbox/multistatecheckbox.esm.js +2 -0
  357. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  358. package/multistatecheckbox/multistatecheckbox.js +2 -0
  359. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  360. package/orderlist/orderlist.cjs.js +2 -0
  361. package/orderlist/orderlist.cjs.min.js +1 -1
  362. package/orderlist/orderlist.esm.js +2 -0
  363. package/orderlist/orderlist.esm.min.js +1 -1
  364. package/orderlist/orderlist.js +2 -0
  365. package/orderlist/orderlist.min.js +1 -1
  366. package/organizationchart/organizationchart.cjs.js +2 -0
  367. package/organizationchart/organizationchart.cjs.min.js +1 -1
  368. package/organizationchart/organizationchart.esm.js +2 -0
  369. package/organizationchart/organizationchart.esm.min.js +1 -1
  370. package/organizationchart/organizationchart.js +2 -0
  371. package/organizationchart/organizationchart.min.js +1 -1
  372. package/overlaypanel/overlaypanel.cjs.js +10 -1
  373. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  374. package/overlaypanel/overlaypanel.esm.js +10 -1
  375. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  376. package/overlaypanel/overlaypanel.js +10 -1
  377. package/overlaypanel/overlaypanel.min.js +1 -1
  378. package/package.json +1 -1
  379. package/paginator/paginator.cjs.js +120 -30
  380. package/paginator/paginator.cjs.min.js +1 -1
  381. package/paginator/paginator.d.ts +13 -0
  382. package/paginator/paginator.esm.js +120 -30
  383. package/paginator/paginator.esm.min.js +1 -1
  384. package/paginator/paginator.js +121 -32
  385. package/paginator/paginator.min.js +1 -1
  386. package/panel/panel.cjs.js +2 -0
  387. package/panel/panel.cjs.min.js +1 -1
  388. package/panel/panel.esm.js +2 -0
  389. package/panel/panel.esm.min.js +1 -1
  390. package/panel/panel.js +2 -0
  391. package/panel/panel.min.js +1 -1
  392. package/panelmenu/panelmenu.cjs.js +2 -0
  393. package/panelmenu/panelmenu.cjs.min.js +1 -1
  394. package/panelmenu/panelmenu.esm.js +3 -1
  395. package/panelmenu/panelmenu.esm.min.js +1 -1
  396. package/panelmenu/panelmenu.js +2 -0
  397. package/panelmenu/panelmenu.min.js +1 -1
  398. package/password/password.cjs.js +2 -0
  399. package/password/password.cjs.min.js +1 -1
  400. package/password/password.esm.js +2 -0
  401. package/password/password.esm.min.js +1 -1
  402. package/password/password.js +2 -0
  403. package/password/password.min.js +1 -1
  404. package/picklist/picklist.cjs.js +2 -0
  405. package/picklist/picklist.cjs.min.js +1 -1
  406. package/picklist/picklist.esm.js +2 -0
  407. package/picklist/picklist.esm.min.js +1 -1
  408. package/picklist/picklist.js +2 -0
  409. package/picklist/picklist.min.js +1 -1
  410. package/portal/portal.cjs.js +6 -2
  411. package/portal/portal.cjs.min.js +1 -1
  412. package/portal/portal.esm.js +6 -2
  413. package/portal/portal.esm.min.js +1 -1
  414. package/portal/portal.js +6 -2
  415. package/portal/portal.min.js +1 -1
  416. package/primereact.all.cjs.js +12325 -9901
  417. package/primereact.all.cjs.min.js +1 -1
  418. package/primereact.all.esm.js +12321 -9901
  419. package/primereact.all.esm.min.js +1 -1
  420. package/primereact.all.js +12325 -9901
  421. package/primereact.all.min.js +1 -1
  422. package/progressbar/progressbar.cjs.js +2 -0
  423. package/progressbar/progressbar.cjs.min.js +1 -1
  424. package/progressbar/progressbar.esm.js +2 -0
  425. package/progressbar/progressbar.esm.min.js +1 -1
  426. package/progressbar/progressbar.js +2 -0
  427. package/progressbar/progressbar.min.js +1 -1
  428. package/progressspinner/progressspinner.cjs.js +2 -0
  429. package/progressspinner/progressspinner.cjs.min.js +1 -1
  430. package/progressspinner/progressspinner.esm.js +2 -0
  431. package/progressspinner/progressspinner.esm.min.js +1 -1
  432. package/progressspinner/progressspinner.js +2 -0
  433. package/progressspinner/progressspinner.min.js +1 -1
  434. package/radiobutton/radiobutton.cjs.js +2 -0
  435. package/radiobutton/radiobutton.cjs.min.js +1 -1
  436. package/radiobutton/radiobutton.esm.js +2 -0
  437. package/radiobutton/radiobutton.esm.min.js +1 -1
  438. package/radiobutton/radiobutton.js +2 -0
  439. package/radiobutton/radiobutton.min.js +1 -1
  440. package/rating/rating.cjs.js +2 -0
  441. package/rating/rating.cjs.min.js +1 -1
  442. package/rating/rating.esm.js +2 -0
  443. package/rating/rating.esm.min.js +1 -1
  444. package/rating/rating.js +2 -0
  445. package/rating/rating.min.js +1 -1
  446. package/resources/primereact.css +405 -150
  447. package/resources/primereact.min.css +1 -1
  448. package/resources/themes/arya-blue/theme.css +305 -880
  449. package/resources/themes/arya-green/theme.css +305 -880
  450. package/resources/themes/arya-orange/theme.css +305 -880
  451. package/resources/themes/arya-purple/theme.css +305 -880
  452. package/resources/themes/bootstrap4-dark-blue/theme.css +310 -885
  453. package/resources/themes/bootstrap4-dark-purple/theme.css +310 -885
  454. package/resources/themes/bootstrap4-light-blue/theme.css +310 -885
  455. package/resources/themes/bootstrap4-light-purple/theme.css +310 -885
  456. package/resources/themes/fluent-light/theme.css +314 -889
  457. package/resources/themes/luna-amber/theme.css +309 -884
  458. package/resources/themes/luna-blue/theme.css +309 -884
  459. package/resources/themes/luna-green/theme.css +309 -884
  460. package/resources/themes/luna-pink/theme.css +309 -884
  461. package/resources/themes/md-dark-deeppurple/theme.css +348 -1184
  462. package/resources/themes/md-dark-indigo/theme.css +348 -1184
  463. package/resources/themes/md-light-deeppurple/theme.css +351 -1187
  464. package/resources/themes/md-light-indigo/theme.css +351 -1187
  465. package/resources/themes/mdc-dark-deeppurple/theme.css +348 -1184
  466. package/resources/themes/mdc-dark-indigo/theme.css +348 -1184
  467. package/resources/themes/mdc-light-deeppurple/theme.css +351 -1187
  468. package/resources/themes/mdc-light-indigo/theme.css +351 -1187
  469. package/resources/themes/nova/theme.css +307 -882
  470. package/resources/themes/nova-accent/theme.css +307 -882
  471. package/resources/themes/nova-alt/theme.css +307 -882
  472. package/resources/themes/rhea/theme.css +306 -881
  473. package/resources/themes/saga-blue/theme.css +307 -882
  474. package/resources/themes/saga-green/theme.css +307 -882
  475. package/resources/themes/saga-orange/theme.css +307 -882
  476. package/resources/themes/saga-purple/theme.css +307 -882
  477. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  478. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  479. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  480. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  481. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  482. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  483. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  484. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  485. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  486. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  487. package/resources/themes/tailwind-light/theme.css +5722 -0
  488. package/resources/themes/vela-blue/theme.css +305 -880
  489. package/resources/themes/vela-green/theme.css +305 -880
  490. package/resources/themes/vela-orange/theme.css +305 -880
  491. package/resources/themes/vela-purple/theme.css +305 -880
  492. package/ripple/ripple.cjs.js +2 -0
  493. package/ripple/ripple.cjs.min.js +1 -1
  494. package/ripple/ripple.esm.js +2 -0
  495. package/ripple/ripple.esm.min.js +1 -1
  496. package/ripple/ripple.js +2 -0
  497. package/ripple/ripple.min.js +1 -1
  498. package/row/row.cjs.js +2 -0
  499. package/row/row.cjs.min.js +1 -1
  500. package/row/row.esm.js +2 -0
  501. package/row/row.esm.min.js +1 -1
  502. package/row/row.js +2 -0
  503. package/row/row.min.js +1 -1
  504. package/scrollpanel/scrollpanel.cjs.js +2 -0
  505. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  506. package/scrollpanel/scrollpanel.esm.js +2 -0
  507. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  508. package/scrollpanel/scrollpanel.js +2 -0
  509. package/scrollpanel/scrollpanel.min.js +1 -1
  510. package/scrolltop/scrolltop.cjs.js +2 -0
  511. package/scrolltop/scrolltop.cjs.min.js +1 -1
  512. package/scrolltop/scrolltop.esm.js +2 -0
  513. package/scrolltop/scrolltop.esm.min.js +1 -1
  514. package/scrolltop/scrolltop.js +2 -0
  515. package/scrolltop/scrolltop.min.js +1 -1
  516. package/selectbutton/selectbutton.cjs.js +2 -0
  517. package/selectbutton/selectbutton.cjs.min.js +1 -1
  518. package/selectbutton/selectbutton.esm.js +2 -0
  519. package/selectbutton/selectbutton.esm.min.js +1 -1
  520. package/selectbutton/selectbutton.js +2 -0
  521. package/selectbutton/selectbutton.min.js +1 -1
  522. package/sidebar/sidebar.cjs.js +23 -27
  523. package/sidebar/sidebar.cjs.min.js +1 -1
  524. package/sidebar/sidebar.esm.js +23 -27
  525. package/sidebar/sidebar.esm.min.js +1 -1
  526. package/sidebar/sidebar.js +23 -27
  527. package/sidebar/sidebar.min.css +1 -1
  528. package/sidebar/sidebar.min.js +1 -1
  529. package/skeleton/skeleton.cjs.js +2 -0
  530. package/skeleton/skeleton.cjs.min.js +1 -1
  531. package/skeleton/skeleton.esm.js +2 -0
  532. package/skeleton/skeleton.esm.min.js +1 -1
  533. package/skeleton/skeleton.js +2 -0
  534. package/skeleton/skeleton.min.js +1 -1
  535. package/slidemenu/slidemenu.cjs.js +2 -0
  536. package/slidemenu/slidemenu.cjs.min.js +1 -1
  537. package/slidemenu/slidemenu.esm.js +2 -0
  538. package/slidemenu/slidemenu.esm.min.js +1 -1
  539. package/slidemenu/slidemenu.js +2 -0
  540. package/slidemenu/slidemenu.min.js +1 -1
  541. package/slider/slider.cjs.js +14 -7
  542. package/slider/slider.cjs.min.js +1 -1
  543. package/slider/slider.esm.js +14 -7
  544. package/slider/slider.esm.min.js +1 -1
  545. package/slider/slider.js +14 -7
  546. package/slider/slider.min.js +1 -1
  547. package/speeddial/speeddial.cjs.js +2 -0
  548. package/speeddial/speeddial.cjs.min.js +1 -1
  549. package/speeddial/speeddial.esm.js +2 -0
  550. package/speeddial/speeddial.esm.min.js +1 -1
  551. package/speeddial/speeddial.js +2 -0
  552. package/speeddial/speeddial.min.js +1 -1
  553. package/splitbutton/splitbutton.cjs.js +2 -0
  554. package/splitbutton/splitbutton.cjs.min.js +1 -1
  555. package/splitbutton/splitbutton.esm.js +2 -0
  556. package/splitbutton/splitbutton.esm.min.js +1 -1
  557. package/splitbutton/splitbutton.js +2 -0
  558. package/splitbutton/splitbutton.min.js +1 -1
  559. package/splitter/splitter.cjs.js +2 -0
  560. package/splitter/splitter.cjs.min.js +1 -1
  561. package/splitter/splitter.esm.js +2 -0
  562. package/splitter/splitter.esm.min.js +1 -1
  563. package/splitter/splitter.js +2 -0
  564. package/splitter/splitter.min.js +1 -1
  565. package/steps/steps.cjs.js +2 -0
  566. package/steps/steps.cjs.min.js +1 -1
  567. package/steps/steps.esm.js +2 -0
  568. package/steps/steps.esm.min.js +1 -1
  569. package/steps/steps.js +2 -0
  570. package/steps/steps.min.js +1 -1
  571. package/styleclass/styleclass.cjs.js +19 -23
  572. package/styleclass/styleclass.cjs.min.js +1 -1
  573. package/styleclass/styleclass.esm.js +20 -24
  574. package/styleclass/styleclass.esm.min.js +1 -1
  575. package/styleclass/styleclass.js +19 -23
  576. package/styleclass/styleclass.min.js +1 -1
  577. package/tabmenu/tabmenu.cjs.js +2 -0
  578. package/tabmenu/tabmenu.cjs.min.js +1 -1
  579. package/tabmenu/tabmenu.esm.js +2 -0
  580. package/tabmenu/tabmenu.esm.min.js +1 -1
  581. package/tabmenu/tabmenu.js +2 -0
  582. package/tabmenu/tabmenu.min.css +1 -1
  583. package/tabmenu/tabmenu.min.js +1 -1
  584. package/tabview/tabview.cjs.js +135 -18
  585. package/tabview/tabview.cjs.min.js +1 -1
  586. package/tabview/tabview.d.ts +1 -0
  587. package/tabview/tabview.esm.js +135 -18
  588. package/tabview/tabview.esm.min.js +1 -1
  589. package/tabview/tabview.js +135 -18
  590. package/tabview/tabview.min.css +1 -1
  591. package/tabview/tabview.min.js +1 -1
  592. package/tag/tag.cjs.js +2 -0
  593. package/tag/tag.cjs.min.js +1 -1
  594. package/tag/tag.esm.js +2 -0
  595. package/tag/tag.esm.min.js +1 -1
  596. package/tag/tag.js +2 -0
  597. package/tag/tag.min.js +1 -1
  598. package/terminal/terminal.cjs.js +2 -0
  599. package/terminal/terminal.cjs.min.js +1 -1
  600. package/terminal/terminal.esm.js +2 -0
  601. package/terminal/terminal.esm.min.js +1 -1
  602. package/terminal/terminal.js +2 -0
  603. package/terminal/terminal.min.js +1 -1
  604. package/tieredmenu/tieredmenu.cjs.js +2 -0
  605. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  606. package/tieredmenu/tieredmenu.esm.js +2 -0
  607. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  608. package/tieredmenu/tieredmenu.js +2 -0
  609. package/tieredmenu/tieredmenu.min.js +1 -1
  610. package/timeline/timeline.cjs.js +2 -0
  611. package/timeline/timeline.cjs.min.js +1 -1
  612. package/timeline/timeline.esm.js +2 -0
  613. package/timeline/timeline.esm.min.js +1 -1
  614. package/timeline/timeline.js +2 -0
  615. package/timeline/timeline.min.js +1 -1
  616. package/toast/toast.cjs.js +2 -0
  617. package/toast/toast.cjs.min.js +1 -1
  618. package/toast/toast.d.ts +1 -1
  619. package/toast/toast.esm.js +2 -0
  620. package/toast/toast.esm.min.js +1 -1
  621. package/toast/toast.js +2 -0
  622. package/toast/toast.min.js +1 -1
  623. package/togglebutton/togglebutton.cjs.js +2 -0
  624. package/togglebutton/togglebutton.cjs.min.js +1 -1
  625. package/togglebutton/togglebutton.esm.js +2 -0
  626. package/togglebutton/togglebutton.esm.min.js +1 -1
  627. package/togglebutton/togglebutton.js +2 -0
  628. package/togglebutton/togglebutton.min.js +1 -1
  629. package/toolbar/toolbar.cjs.js +2 -0
  630. package/toolbar/toolbar.cjs.min.js +1 -1
  631. package/toolbar/toolbar.esm.js +2 -0
  632. package/toolbar/toolbar.esm.min.js +1 -1
  633. package/toolbar/toolbar.js +2 -0
  634. package/toolbar/toolbar.min.js +1 -1
  635. package/tooltip/tooltip.cjs.js +2 -0
  636. package/tooltip/tooltip.cjs.min.js +1 -1
  637. package/tooltip/tooltip.esm.js +2 -0
  638. package/tooltip/tooltip.esm.min.js +1 -1
  639. package/tooltip/tooltip.js +2 -0
  640. package/tooltip/tooltip.min.css +1 -1
  641. package/tooltip/tooltip.min.js +1 -1
  642. package/tree/tree.cjs.js +2 -0
  643. package/tree/tree.cjs.min.js +1 -1
  644. package/tree/tree.esm.js +2 -0
  645. package/tree/tree.esm.min.js +1 -1
  646. package/tree/tree.js +2 -0
  647. package/tree/tree.min.js +1 -1
  648. package/treeselect/treeselect.cjs.js +2 -0
  649. package/treeselect/treeselect.cjs.min.js +1 -1
  650. package/treeselect/treeselect.esm.js +2 -0
  651. package/treeselect/treeselect.esm.min.js +1 -1
  652. package/treeselect/treeselect.js +2 -0
  653. package/treeselect/treeselect.min.js +1 -1
  654. package/treetable/treetable.cjs.js +22 -8
  655. package/treetable/treetable.cjs.min.js +1 -1
  656. package/treetable/treetable.esm.js +23 -9
  657. package/treetable/treetable.esm.min.js +1 -1
  658. package/treetable/treetable.js +23 -10
  659. package/treetable/treetable.min.js +1 -1
  660. package/tristatecheckbox/tristatecheckbox.cjs.js +2 -0
  661. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  662. package/tristatecheckbox/tristatecheckbox.esm.js +2 -0
  663. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  664. package/tristatecheckbox/tristatecheckbox.js +2 -0
  665. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  666. package/utils/utils.cjs.js +404 -496
  667. package/utils/utils.cjs.min.js +1 -1
  668. package/utils/utils.d.ts +20 -26
  669. package/utils/utils.esm.js +405 -496
  670. package/utils/utils.esm.min.js +1 -1
  671. package/utils/utils.js +404 -496
  672. package/utils/utils.min.js +1 -1
  673. package/virtualscroller/virtualscroller.cjs.js +277 -160
  674. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  675. package/virtualscroller/virtualscroller.d.ts +21 -9
  676. package/virtualscroller/virtualscroller.esm.js +277 -160
  677. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  678. package/virtualscroller/virtualscroller.js +277 -160
  679. package/virtualscroller/virtualscroller.min.js +1 -1
  680. package/web-types.json +96 -29
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  :root {
3
2
  --surface-a:#ffffff;
4
3
  --surface-b:#fafafa;
@@ -39,8 +38,10 @@
39
38
  --surface-section:#ffffff;
40
39
  --surface-card:#ffffff;
41
40
  --surface-overlay:#ffffff;
42
- --surface-border:#rgba(0,0,0,.12);
41
+ --surface-border:rgba(0,0,0,.12);
43
42
  --surface-hover:rgba(0,0,0,.04);
43
+ --maskbg: rgba(0, 0, 0, 0.32);
44
+ --focus-ring: none;
44
45
  }
45
46
 
46
47
  /* roboto-regular - latin-ext_latin */
@@ -109,6 +110,31 @@
109
110
  box-shadow: none;
110
111
  }
111
112
 
113
+ .p-component-overlay-enter {
114
+ animation: p-component-overlay-enter-animation 150ms forwards;
115
+ }
116
+
117
+ .p-component-overlay-leave {
118
+ animation: p-component-overlay-leave-animation 150ms forwards;
119
+ }
120
+
121
+ @keyframes p-component-overlay-enter-animation {
122
+ from {
123
+ background-color: transparent;
124
+ }
125
+ to {
126
+ background-color: var(--maskbg);
127
+ }
128
+ }
129
+ @keyframes p-component-overlay-leave-animation {
130
+ from {
131
+ background-color: var(--maskbg);
132
+ }
133
+ to {
134
+ background-color: transparent;
135
+ }
136
+ }
137
+
112
138
  :root {
113
139
  --blue-50:#f4fafe;
114
140
  --blue-100:#cae6fc;
@@ -479,10 +505,6 @@
479
505
  box-shadow: none;
480
506
  }
481
507
 
482
- .p-datepicker-mask.p-component-overlay {
483
- background: rgba(0, 0, 0, 0.32);
484
- }
485
-
486
508
  @media screen and (max-width: 769px) {
487
509
  .p-datepicker table th, .p-datepicker table td {
488
510
  padding: 0;
@@ -748,6 +770,7 @@
748
770
  }
749
771
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
750
772
  padding-right: 2rem;
773
+ margin-right: 2rem;
751
774
  }
752
775
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
753
776
  right: 1rem;
@@ -1722,42 +1745,12 @@
1722
1745
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
1723
1746
  border-radius: 4px;
1724
1747
  }
1725
- .p-buttonbutton:enabled:hover {
1726
- background: rgba(63, 81, 181, 0.92);
1727
- color: #ffffff;
1728
- border-color: transparent;
1729
- }
1730
- .p-buttonbutton:enabled:active {
1731
- background: rgba(63, 81, 181, 0.68);
1732
- color: #ffffff;
1733
- border-color: transparent;
1734
- }
1735
- .p-button:not(button):not(.p-disabled):hover {
1736
- background: rgba(63, 81, 181, 0.92);
1737
- color: #ffffff;
1738
- border-color: transparent;
1739
- }
1740
- .p-button:not(button):not(.p-disabled):active {
1741
- background: rgba(63, 81, 181, 0.68);
1742
- color: #ffffff;
1743
- border-color: transparent;
1744
- }
1745
- .p-buttona:enabled:hover {
1746
- background: rgba(63, 81, 181, 0.92);
1747
- color: #ffffff;
1748
- border-color: transparent;
1749
- }
1750
- .p-buttona:enabled:active {
1751
- background: rgba(63, 81, 181, 0.68);
1752
- color: #ffffff;
1753
- border-color: transparent;
1754
- }
1755
- .p-button:not(a):not(.p-disabled):hover {
1748
+ .p-button:enabled:hover, .p-button:not(button):not(a):not(.p-disabled):hover {
1756
1749
  background: rgba(63, 81, 181, 0.92);
1757
1750
  color: #ffffff;
1758
1751
  border-color: transparent;
1759
1752
  }
1760
- .p-button:not(a):not(.p-disabled):active {
1753
+ .p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
1761
1754
  background: rgba(63, 81, 181, 0.68);
1762
1755
  color: #ffffff;
1763
1756
  border-color: transparent;
@@ -1767,42 +1760,12 @@
1767
1760
  color: #3F51B5;
1768
1761
  border: 1px solid;
1769
1762
  }
1770
- .p-button.p-button-outlinedbutton:enabled:hover {
1771
- background: rgba(63, 81, 181, 0.04);
1772
- color: #3F51B5;
1773
- border: 1px solid;
1774
- }
1775
- .p-button.p-button-outlinedbutton:enabled:active {
1776
- background: rgba(63, 81, 181, 0.16);
1777
- color: #3F51B5;
1778
- border: 1px solid;
1779
- }
1780
- .p-button.p-button-outlined:not(button):not(.p-disabled):hover {
1781
- background: rgba(63, 81, 181, 0.04);
1782
- color: #3F51B5;
1783
- border: 1px solid;
1784
- }
1785
- .p-button.p-button-outlined:not(button):not(.p-disabled):active {
1786
- background: rgba(63, 81, 181, 0.16);
1787
- color: #3F51B5;
1788
- border: 1px solid;
1789
- }
1790
- .p-button.p-button-outlineda:enabled:hover {
1791
- background: rgba(63, 81, 181, 0.04);
1792
- color: #3F51B5;
1793
- border: 1px solid;
1794
- }
1795
- .p-button.p-button-outlineda:enabled:active {
1796
- background: rgba(63, 81, 181, 0.16);
1797
- color: #3F51B5;
1798
- border: 1px solid;
1799
- }
1800
- .p-button.p-button-outlined:not(a):not(.p-disabled):hover {
1763
+ .p-button.p-button-outlined:enabled:hover, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
1801
1764
  background: rgba(63, 81, 181, 0.04);
1802
1765
  color: #3F51B5;
1803
1766
  border: 1px solid;
1804
1767
  }
1805
- .p-button.p-button-outlined:not(a):not(.p-disabled):active {
1768
+ .p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
1806
1769
  background: rgba(63, 81, 181, 0.16);
1807
1770
  color: #3F51B5;
1808
1771
  border: 1px solid;
@@ -1811,35 +1774,11 @@
1811
1774
  color: rgba(0, 0, 0, 0.6);
1812
1775
  border-color: rgba(0, 0, 0, 0.6);
1813
1776
  }
1814
- .p-button.p-button-outlined.p-button-plainbutton:enabled:hover {
1815
- background: rgba(0, 0, 0, 0.04);
1816
- color: rgba(0, 0, 0, 0.6);
1817
- }
1818
- .p-button.p-button-outlined.p-button-plainbutton:enabled:active {
1819
- background: rgba(0, 0, 0, 0.16);
1820
- color: rgba(0, 0, 0, 0.6);
1821
- }
1822
- .p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):hover {
1823
- background: rgba(0, 0, 0, 0.04);
1824
- color: rgba(0, 0, 0, 0.6);
1825
- }
1826
- .p-button.p-button-outlined.p-button-plain:not(button):not(.p-disabled):active {
1827
- background: rgba(0, 0, 0, 0.16);
1828
- color: rgba(0, 0, 0, 0.6);
1829
- }
1830
- .p-button.p-button-outlined.p-button-plaina:enabled:hover {
1831
- background: rgba(0, 0, 0, 0.04);
1832
- color: rgba(0, 0, 0, 0.6);
1833
- }
1834
- .p-button.p-button-outlined.p-button-plaina:enabled:active {
1835
- background: rgba(0, 0, 0, 0.16);
1836
- color: rgba(0, 0, 0, 0.6);
1837
- }
1838
- .p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):hover {
1777
+ .p-button.p-button-outlined.p-button-plain:enabled:hover, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):hover {
1839
1778
  background: rgba(0, 0, 0, 0.04);
1840
1779
  color: rgba(0, 0, 0, 0.6);
1841
1780
  }
1842
- .p-button.p-button-outlined.p-button-plain:not(a):not(.p-disabled):active {
1781
+ .p-button.p-button-outlined.p-button-plain:enabled:active, .p-button.p-button-outlined.p-button-plain:not(button):not(a):not(.p-disabled):active {
1843
1782
  background: rgba(0, 0, 0, 0.16);
1844
1783
  color: rgba(0, 0, 0, 0.6);
1845
1784
  }
@@ -1848,42 +1787,12 @@
1848
1787
  color: #3F51B5;
1849
1788
  border-color: transparent;
1850
1789
  }
1851
- .p-button.p-button-textbutton:enabled:hover {
1852
- background: rgba(63, 81, 181, 0.04);
1853
- color: #3F51B5;
1854
- border-color: transparent;
1855
- }
1856
- .p-button.p-button-textbutton:enabled:active {
1857
- background: rgba(63, 81, 181, 0.16);
1858
- color: #3F51B5;
1859
- border-color: transparent;
1860
- }
1861
- .p-button.p-button-text:not(button):not(.p-disabled):hover {
1862
- background: rgba(63, 81, 181, 0.04);
1863
- color: #3F51B5;
1864
- border-color: transparent;
1865
- }
1866
- .p-button.p-button-text:not(button):not(.p-disabled):active {
1867
- background: rgba(63, 81, 181, 0.16);
1868
- color: #3F51B5;
1869
- border-color: transparent;
1870
- }
1871
- .p-button.p-button-texta:enabled:hover {
1872
- background: rgba(63, 81, 181, 0.04);
1873
- color: #3F51B5;
1874
- border-color: transparent;
1875
- }
1876
- .p-button.p-button-texta:enabled:active {
1877
- background: rgba(63, 81, 181, 0.16);
1878
- color: #3F51B5;
1879
- border-color: transparent;
1880
- }
1881
- .p-button.p-button-text:not(a):not(.p-disabled):hover {
1790
+ .p-button.p-button-text:enabled:hover, .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover {
1882
1791
  background: rgba(63, 81, 181, 0.04);
1883
1792
  color: #3F51B5;
1884
1793
  border-color: transparent;
1885
1794
  }
1886
- .p-button.p-button-text:not(a):not(.p-disabled):active {
1795
+ .p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active {
1887
1796
  background: rgba(63, 81, 181, 0.16);
1888
1797
  color: #3F51B5;
1889
1798
  border-color: transparent;
@@ -1891,35 +1800,11 @@
1891
1800
  .p-button.p-button-text.p-button-plain {
1892
1801
  color: rgba(0, 0, 0, 0.6);
1893
1802
  }
1894
- .p-button.p-button-text.p-button-plainbutton:enabled:hover {
1895
- background: rgba(0, 0, 0, 0.04);
1896
- color: rgba(0, 0, 0, 0.6);
1897
- }
1898
- .p-button.p-button-text.p-button-plainbutton:enabled:active {
1899
- background: rgba(0, 0, 0, 0.16);
1900
- color: rgba(0, 0, 0, 0.6);
1901
- }
1902
- .p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):hover {
1903
- background: rgba(0, 0, 0, 0.04);
1904
- color: rgba(0, 0, 0, 0.6);
1905
- }
1906
- .p-button.p-button-text.p-button-plain:not(button):not(.p-disabled):active {
1907
- background: rgba(0, 0, 0, 0.16);
1908
- color: rgba(0, 0, 0, 0.6);
1909
- }
1910
- .p-button.p-button-text.p-button-plaina:enabled:hover {
1911
- background: rgba(0, 0, 0, 0.04);
1912
- color: rgba(0, 0, 0, 0.6);
1913
- }
1914
- .p-button.p-button-text.p-button-plaina:enabled:active {
1915
- background: rgba(0, 0, 0, 0.16);
1916
- color: rgba(0, 0, 0, 0.6);
1917
- }
1918
- .p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):hover {
1803
+ .p-button.p-button-text.p-button-plain:enabled:hover, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):hover {
1919
1804
  background: rgba(0, 0, 0, 0.04);
1920
1805
  color: rgba(0, 0, 0, 0.6);
1921
1806
  }
1922
- .p-button.p-button-text.p-button-plain:not(a):not(.p-disabled):active {
1807
+ .p-button.p-button-text.p-button-plain:enabled:active, .p-button.p-button-text.p-button-plain:not(button):not(a):not(.p-disabled):active {
1923
1808
  background: rgba(0, 0, 0, 0.16);
1924
1809
  color: rgba(0, 0, 0, 0.6);
1925
1810
  }
@@ -2014,54 +1899,15 @@
2014
1899
  background: #ff4081;
2015
1900
  border: 0 none;
2016
1901
  }
2017
- .p-button.p-button-secondarybutton:enabled:hover, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-secondarybutton:enabled:hover {
2018
- background: rgba(255, 64, 129, 0.92);
2019
- color: #ffffff;
2020
- border-color: transparent;
2021
- }
2022
- .p-button.p-button-secondarybutton:enabled:focus, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-secondarybutton:enabled:focus {
2023
- box-shadow: none;
2024
- }
2025
- .p-button.p-button-secondarybutton:enabled:active, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-secondarybutton:enabled:active {
2026
- background: rgba(255, 64, 129, 0.68);
2027
- color: #ffffff;
2028
- border-color: transparent;
2029
- }
2030
- .p-button.p-button-secondary:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):hover {
2031
- background: rgba(255, 64, 129, 0.92);
2032
- color: #ffffff;
2033
- border-color: transparent;
2034
- }
2035
- .p-button.p-button-secondary:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):focus {
2036
- box-shadow: none;
2037
- }
2038
- .p-button.p-button-secondary:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):active {
2039
- background: rgba(255, 64, 129, 0.68);
2040
- color: #ffffff;
2041
- border-color: transparent;
2042
- }
2043
- .p-button.p-button-secondarya:enabled:hover, .p-buttonset.p-button-secondary > .p-buttona:enabled:hover, .p-splitbutton.p-button-secondary > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-secondarya:enabled:hover {
2044
- background: rgba(255, 64, 129, 0.92);
2045
- color: #ffffff;
2046
- border-color: transparent;
2047
- }
2048
- .p-button.p-button-secondarya:enabled:focus, .p-buttonset.p-button-secondary > .p-buttona:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-secondarya:enabled:focus {
2049
- box-shadow: none;
2050
- }
2051
- .p-button.p-button-secondarya:enabled:active, .p-buttonset.p-button-secondary > .p-buttona:enabled:active, .p-splitbutton.p-button-secondary > .p-buttona:enabled:active, .p-fileupload-choose.p-button-secondarya:enabled:active {
2052
- background: rgba(255, 64, 129, 0.68);
2053
- color: #ffffff;
2054
- border-color: transparent;
2055
- }
2056
- .p-button.p-button-secondary:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):hover {
1902
+ .p-button.p-button-secondary:enabled:hover, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary:enabled:hover, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):hover {
2057
1903
  background: rgba(255, 64, 129, 0.92);
2058
1904
  color: #ffffff;
2059
1905
  border-color: transparent;
2060
1906
  }
2061
- .p-button.p-button-secondary:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):focus {
1907
+ .p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
2062
1908
  box-shadow: none;
2063
1909
  }
2064
- .p-button.p-button-secondary:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):active {
1910
+ .p-button.p-button-secondary:enabled:active, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:enabled:active, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):active {
2065
1911
  background: rgba(255, 64, 129, 0.68);
2066
1912
  color: #ffffff;
2067
1913
  border-color: transparent;
@@ -2071,42 +1917,12 @@
2071
1917
  color: #ff4081;
2072
1918
  border: 1px solid;
2073
1919
  }
2074
- .p-button.p-button-secondary.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:hover {
2075
- background: rgba(255, 64, 129, 0.04);
2076
- color: #ff4081;
2077
- border: 1px solid;
2078
- }
2079
- .p-button.p-button-secondary.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:active {
2080
- background: rgba(255, 64, 129, 0.16);
2081
- color: #ff4081;
2082
- border: 1px solid;
2083
- }
2084
- .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):hover {
2085
- background: rgba(255, 64, 129, 0.04);
2086
- color: #ff4081;
2087
- border: 1px solid;
2088
- }
2089
- .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active {
2090
- background: rgba(255, 64, 129, 0.16);
2091
- color: #ff4081;
2092
- border: 1px solid;
2093
- }
2094
- .p-button.p-button-secondary.p-button-outlineda:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:hover {
2095
- background: rgba(255, 64, 129, 0.04);
2096
- color: #ff4081;
2097
- border: 1px solid;
2098
- }
2099
- .p-button.p-button-secondary.p-button-outlineda:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:active {
2100
- background: rgba(255, 64, 129, 0.16);
2101
- color: #ff4081;
2102
- border: 1px solid;
2103
- }
2104
- .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):hover {
1920
+ .p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2105
1921
  background: rgba(255, 64, 129, 0.04);
2106
1922
  color: #ff4081;
2107
1923
  border: 1px solid;
2108
1924
  }
2109
- .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active {
1925
+ .p-button.p-button-secondary.p-button-outlined:enabled:active, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2110
1926
  background: rgba(255, 64, 129, 0.16);
2111
1927
  color: #ff4081;
2112
1928
  border: 1px solid;
@@ -2116,42 +1932,12 @@
2116
1932
  color: #ff4081;
2117
1933
  border-color: transparent;
2118
1934
  }
2119
- .p-button.p-button-secondary.p-button-textbutton:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:hover {
2120
- background: rgba(255, 64, 129, 0.04);
2121
- border-color: transparent;
2122
- color: #ff4081;
2123
- }
2124
- .p-button.p-button-secondary.p-button-textbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:active {
2125
- background: rgba(255, 64, 129, 0.16);
2126
- border-color: transparent;
2127
- color: #ff4081;
2128
- }
2129
- .p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):hover {
2130
- background: rgba(255, 64, 129, 0.04);
2131
- border-color: transparent;
2132
- color: #ff4081;
2133
- }
2134
- .p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):active {
2135
- background: rgba(255, 64, 129, 0.16);
2136
- border-color: transparent;
2137
- color: #ff4081;
2138
- }
2139
- .p-button.p-button-secondary.p-button-texta:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:hover {
2140
- background: rgba(255, 64, 129, 0.04);
2141
- border-color: transparent;
2142
- color: #ff4081;
2143
- }
2144
- .p-button.p-button-secondary.p-button-texta:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:active {
2145
- background: rgba(255, 64, 129, 0.16);
2146
- border-color: transparent;
2147
- color: #ff4081;
2148
- }
2149
- .p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):hover {
1935
+ .p-button.p-button-secondary.p-button-text:enabled:hover, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):hover {
2150
1936
  background: rgba(255, 64, 129, 0.04);
2151
1937
  border-color: transparent;
2152
1938
  color: #ff4081;
2153
1939
  }
2154
- .p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):active {
1940
+ .p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active {
2155
1941
  background: rgba(255, 64, 129, 0.16);
2156
1942
  border-color: transparent;
2157
1943
  color: #ff4081;
@@ -2162,54 +1948,15 @@
2162
1948
  background: #2196F3;
2163
1949
  border: 0 none;
2164
1950
  }
2165
- .p-button.p-button-infobutton:enabled:hover, .p-buttonset.p-button-info > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-infobutton:enabled:hover {
2166
- background: rgba(33, 150, 243, 0.92);
2167
- color: #ffffff;
2168
- border-color: transparent;
2169
- }
2170
- .p-button.p-button-infobutton:enabled:focus, .p-buttonset.p-button-info > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-infobutton:enabled:focus {
2171
- box-shadow: none;
2172
- }
2173
- .p-button.p-button-infobutton:enabled:active, .p-buttonset.p-button-info > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-infobutton:enabled:active {
2174
- background: rgba(33, 150, 243, 0.68);
2175
- color: #ffffff;
2176
- border-color: transparent;
2177
- }
2178
- .p-button.p-button-info:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):hover {
2179
- background: rgba(33, 150, 243, 0.92);
2180
- color: #ffffff;
2181
- border-color: transparent;
2182
- }
2183
- .p-button.p-button-info:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):focus {
2184
- box-shadow: none;
2185
- }
2186
- .p-button.p-button-info:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):active {
2187
- background: rgba(33, 150, 243, 0.68);
2188
- color: #ffffff;
2189
- border-color: transparent;
2190
- }
2191
- .p-button.p-button-infoa:enabled:hover, .p-buttonset.p-button-info > .p-buttona:enabled:hover, .p-splitbutton.p-button-info > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-infoa:enabled:hover {
2192
- background: rgba(33, 150, 243, 0.92);
2193
- color: #ffffff;
2194
- border-color: transparent;
2195
- }
2196
- .p-button.p-button-infoa:enabled:focus, .p-buttonset.p-button-info > .p-buttona:enabled:focus, .p-splitbutton.p-button-info > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-infoa:enabled:focus {
2197
- box-shadow: none;
2198
- }
2199
- .p-button.p-button-infoa:enabled:active, .p-buttonset.p-button-info > .p-buttona:enabled:active, .p-splitbutton.p-button-info > .p-buttona:enabled:active, .p-fileupload-choose.p-button-infoa:enabled:active {
2200
- background: rgba(33, 150, 243, 0.68);
2201
- color: #ffffff;
2202
- border-color: transparent;
2203
- }
2204
- .p-button.p-button-info:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):hover {
1951
+ .p-button.p-button-info:enabled:hover, .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info:enabled:hover, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
2205
1952
  background: rgba(33, 150, 243, 0.92);
2206
1953
  color: #ffffff;
2207
1954
  border-color: transparent;
2208
1955
  }
2209
- .p-button.p-button-info:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):focus {
1956
+ .p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
2210
1957
  box-shadow: none;
2211
1958
  }
2212
- .p-button.p-button-info:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):active {
1959
+ .p-button.p-button-info:enabled:active, .p-button.p-button-info:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:enabled:active, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):active {
2213
1960
  background: rgba(33, 150, 243, 0.68);
2214
1961
  color: #ffffff;
2215
1962
  border-color: transparent;
@@ -2219,42 +1966,12 @@
2219
1966
  color: #2196F3;
2220
1967
  border: 1px solid;
2221
1968
  }
2222
- .p-button.p-button-info.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:hover {
2223
- background: rgba(33, 150, 243, 0.04);
2224
- color: #2196F3;
2225
- border: 1px solid;
2226
- }
2227
- .p-button.p-button-info.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:active {
2228
- background: rgba(33, 150, 243, 0.16);
2229
- color: #2196F3;
2230
- border: 1px solid;
2231
- }
2232
- .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):hover {
2233
- background: rgba(33, 150, 243, 0.04);
2234
- color: #2196F3;
2235
- border: 1px solid;
2236
- }
2237
- .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):active {
2238
- background: rgba(33, 150, 243, 0.16);
2239
- color: #2196F3;
2240
- border: 1px solid;
2241
- }
2242
- .p-button.p-button-info.p-button-outlineda:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:hover {
2243
- background: rgba(33, 150, 243, 0.04);
2244
- color: #2196F3;
2245
- border: 1px solid;
2246
- }
2247
- .p-button.p-button-info.p-button-outlineda:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:active {
2248
- background: rgba(33, 150, 243, 0.16);
2249
- color: #2196F3;
2250
- border: 1px solid;
2251
- }
2252
- .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):hover {
1969
+ .p-button.p-button-info.p-button-outlined:enabled:hover, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2253
1970
  background: rgba(33, 150, 243, 0.04);
2254
1971
  color: #2196F3;
2255
1972
  border: 1px solid;
2256
1973
  }
2257
- .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):active {
1974
+ .p-button.p-button-info.p-button-outlined:enabled:active, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2258
1975
  background: rgba(33, 150, 243, 0.16);
2259
1976
  color: #2196F3;
2260
1977
  border: 1px solid;
@@ -2264,42 +1981,12 @@
2264
1981
  color: #2196F3;
2265
1982
  border-color: transparent;
2266
1983
  }
2267
- .p-button.p-button-info.p-button-textbutton:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:hover {
1984
+ .p-button.p-button-info.p-button-text:enabled:hover, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:enabled:hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):hover {
2268
1985
  background: rgba(33, 150, 243, 0.04);
2269
1986
  border-color: transparent;
2270
1987
  color: #2196F3;
2271
1988
  }
2272
- .p-button.p-button-info.p-button-textbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:active {
2273
- background: rgba(33, 150, 243, 0.16);
2274
- border-color: transparent;
2275
- color: #2196F3;
2276
- }
2277
- .p-button.p-button-info.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):hover {
2278
- background: rgba(33, 150, 243, 0.04);
2279
- border-color: transparent;
2280
- color: #2196F3;
2281
- }
2282
- .p-button.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):active {
2283
- background: rgba(33, 150, 243, 0.16);
2284
- border-color: transparent;
2285
- color: #2196F3;
2286
- }
2287
- .p-button.p-button-info.p-button-texta:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-info.p-button-texta:enabled:hover {
2288
- background: rgba(33, 150, 243, 0.04);
2289
- border-color: transparent;
2290
- color: #2196F3;
2291
- }
2292
- .p-button.p-button-info.p-button-texta:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-info.p-button-texta:enabled:active {
2293
- background: rgba(33, 150, 243, 0.16);
2294
- border-color: transparent;
2295
- color: #2196F3;
2296
- }
2297
- .p-button.p-button-info.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):hover {
2298
- background: rgba(33, 150, 243, 0.04);
2299
- border-color: transparent;
2300
- color: #2196F3;
2301
- }
2302
- .p-button.p-button-info.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):active {
1989
+ .p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:enabled:active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active {
2303
1990
  background: rgba(33, 150, 243, 0.16);
2304
1991
  border-color: transparent;
2305
1992
  color: #2196F3;
@@ -2310,54 +1997,15 @@
2310
1997
  background: #689F38;
2311
1998
  border: 0 none;
2312
1999
  }
2313
- .p-button.p-button-successbutton:enabled:hover, .p-buttonset.p-button-success > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-successbutton:enabled:hover {
2314
- background: rgba(104, 159, 56, 0.92);
2315
- color: #ffffff;
2316
- border-color: transparent;
2317
- }
2318
- .p-button.p-button-successbutton:enabled:focus, .p-buttonset.p-button-success > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-successbutton:enabled:focus {
2319
- box-shadow: none;
2320
- }
2321
- .p-button.p-button-successbutton:enabled:active, .p-buttonset.p-button-success > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-successbutton:enabled:active {
2322
- background: rgba(104, 159, 56, 0.68);
2323
- color: #ffffff;
2324
- border-color: transparent;
2325
- }
2326
- .p-button.p-button-success:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):hover {
2327
- background: rgba(104, 159, 56, 0.92);
2328
- color: #ffffff;
2329
- border-color: transparent;
2330
- }
2331
- .p-button.p-button-success:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):focus {
2332
- box-shadow: none;
2333
- }
2334
- .p-button.p-button-success:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):active {
2335
- background: rgba(104, 159, 56, 0.68);
2336
- color: #ffffff;
2337
- border-color: transparent;
2338
- }
2339
- .p-button.p-button-successa:enabled:hover, .p-buttonset.p-button-success > .p-buttona:enabled:hover, .p-splitbutton.p-button-success > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-successa:enabled:hover {
2340
- background: rgba(104, 159, 56, 0.92);
2341
- color: #ffffff;
2342
- border-color: transparent;
2343
- }
2344
- .p-button.p-button-successa:enabled:focus, .p-buttonset.p-button-success > .p-buttona:enabled:focus, .p-splitbutton.p-button-success > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-successa:enabled:focus {
2345
- box-shadow: none;
2346
- }
2347
- .p-button.p-button-successa:enabled:active, .p-buttonset.p-button-success > .p-buttona:enabled:active, .p-splitbutton.p-button-success > .p-buttona:enabled:active, .p-fileupload-choose.p-button-successa:enabled:active {
2348
- background: rgba(104, 159, 56, 0.68);
2349
- color: #ffffff;
2350
- border-color: transparent;
2351
- }
2352
- .p-button.p-button-success:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):hover {
2000
+ .p-button.p-button-success:enabled:hover, .p-button.p-button-success:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success:enabled:hover, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):hover {
2353
2001
  background: rgba(104, 159, 56, 0.92);
2354
2002
  color: #ffffff;
2355
2003
  border-color: transparent;
2356
2004
  }
2357
- .p-button.p-button-success:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):focus {
2005
+ .p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
2358
2006
  box-shadow: none;
2359
2007
  }
2360
- .p-button.p-button-success:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):active {
2008
+ .p-button.p-button-success:enabled:active, .p-button.p-button-success:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:enabled:active, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):active {
2361
2009
  background: rgba(104, 159, 56, 0.68);
2362
2010
  color: #ffffff;
2363
2011
  border-color: transparent;
@@ -2367,42 +2015,12 @@
2367
2015
  color: #689F38;
2368
2016
  border: 1px solid;
2369
2017
  }
2370
- .p-button.p-button-success.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:hover {
2371
- background: rgba(104, 159, 56, 0.04);
2372
- color: #689F38;
2373
- border: 1px solid;
2374
- }
2375
- .p-button.p-button-success.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:active {
2376
- background: rgba(104, 159, 56, 0.16);
2377
- color: #689F38;
2378
- border: 1px solid;
2379
- }
2380
- .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):hover {
2381
- background: rgba(104, 159, 56, 0.04);
2382
- color: #689F38;
2383
- border: 1px solid;
2384
- }
2385
- .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):active {
2386
- background: rgba(104, 159, 56, 0.16);
2387
- color: #689F38;
2388
- border: 1px solid;
2389
- }
2390
- .p-button.p-button-success.p-button-outlineda:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:hover {
2391
- background: rgba(104, 159, 56, 0.04);
2392
- color: #689F38;
2393
- border: 1px solid;
2394
- }
2395
- .p-button.p-button-success.p-button-outlineda:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:active {
2396
- background: rgba(104, 159, 56, 0.16);
2397
- color: #689F38;
2398
- border: 1px solid;
2399
- }
2400
- .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):hover {
2018
+ .p-button.p-button-success.p-button-outlined:enabled:hover, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2401
2019
  background: rgba(104, 159, 56, 0.04);
2402
2020
  color: #689F38;
2403
2021
  border: 1px solid;
2404
2022
  }
2405
- .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):active {
2023
+ .p-button.p-button-success.p-button-outlined:enabled:active, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2406
2024
  background: rgba(104, 159, 56, 0.16);
2407
2025
  color: #689F38;
2408
2026
  border: 1px solid;
@@ -2412,42 +2030,12 @@
2412
2030
  color: #689F38;
2413
2031
  border-color: transparent;
2414
2032
  }
2415
- .p-button.p-button-success.p-button-textbutton:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:hover {
2416
- background: rgba(104, 159, 56, 0.04);
2417
- border-color: transparent;
2418
- color: #689F38;
2419
- }
2420
- .p-button.p-button-success.p-button-textbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:active {
2421
- background: rgba(104, 159, 56, 0.16);
2422
- border-color: transparent;
2423
- color: #689F38;
2424
- }
2425
- .p-button.p-button-success.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):hover {
2426
- background: rgba(104, 159, 56, 0.04);
2427
- border-color: transparent;
2428
- color: #689F38;
2429
- }
2430
- .p-button.p-button-success.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):active {
2431
- background: rgba(104, 159, 56, 0.16);
2432
- border-color: transparent;
2433
- color: #689F38;
2434
- }
2435
- .p-button.p-button-success.p-button-texta:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-success.p-button-texta:enabled:hover {
2436
- background: rgba(104, 159, 56, 0.04);
2437
- border-color: transparent;
2438
- color: #689F38;
2439
- }
2440
- .p-button.p-button-success.p-button-texta:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-success.p-button-texta:enabled:active {
2441
- background: rgba(104, 159, 56, 0.16);
2442
- border-color: transparent;
2443
- color: #689F38;
2444
- }
2445
- .p-button.p-button-success.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):hover {
2033
+ .p-button.p-button-success.p-button-text:enabled:hover, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:enabled:hover, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):hover {
2446
2034
  background: rgba(104, 159, 56, 0.04);
2447
2035
  border-color: transparent;
2448
2036
  color: #689F38;
2449
2037
  }
2450
- .p-button.p-button-success.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):active {
2038
+ .p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:enabled:active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active {
2451
2039
  background: rgba(104, 159, 56, 0.16);
2452
2040
  border-color: transparent;
2453
2041
  color: #689F38;
@@ -2458,54 +2046,15 @@
2458
2046
  background: #FBC02D;
2459
2047
  border: 0 none;
2460
2048
  }
2461
- .p-button.p-button-warningbutton:enabled:hover, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-warningbutton:enabled:hover {
2462
- background: rgba(251, 192, 45, 0.92);
2463
- color: #212529;
2464
- border-color: transparent;
2465
- }
2466
- .p-button.p-button-warningbutton:enabled:focus, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-warningbutton:enabled:focus {
2467
- box-shadow: none;
2468
- }
2469
- .p-button.p-button-warningbutton:enabled:active, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-warningbutton:enabled:active {
2470
- background: rgba(251, 192, 45, 0.68);
2471
- color: #212529;
2472
- border-color: transparent;
2473
- }
2474
- .p-button.p-button-warning:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):hover {
2475
- background: rgba(251, 192, 45, 0.92);
2476
- color: #212529;
2477
- border-color: transparent;
2478
- }
2479
- .p-button.p-button-warning:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):focus {
2480
- box-shadow: none;
2481
- }
2482
- .p-button.p-button-warning:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):active {
2483
- background: rgba(251, 192, 45, 0.68);
2484
- color: #212529;
2485
- border-color: transparent;
2486
- }
2487
- .p-button.p-button-warninga:enabled:hover, .p-buttonset.p-button-warning > .p-buttona:enabled:hover, .p-splitbutton.p-button-warning > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-warninga:enabled:hover {
2488
- background: rgba(251, 192, 45, 0.92);
2489
- color: #212529;
2490
- border-color: transparent;
2491
- }
2492
- .p-button.p-button-warninga:enabled:focus, .p-buttonset.p-button-warning > .p-buttona:enabled:focus, .p-splitbutton.p-button-warning > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-warninga:enabled:focus {
2493
- box-shadow: none;
2494
- }
2495
- .p-button.p-button-warninga:enabled:active, .p-buttonset.p-button-warning > .p-buttona:enabled:active, .p-splitbutton.p-button-warning > .p-buttona:enabled:active, .p-fileupload-choose.p-button-warninga:enabled:active {
2496
- background: rgba(251, 192, 45, 0.68);
2497
- color: #212529;
2498
- border-color: transparent;
2499
- }
2500
- .p-button.p-button-warning:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):hover {
2049
+ .p-button.p-button-warning:enabled:hover, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning:enabled:hover, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):hover {
2501
2050
  background: rgba(251, 192, 45, 0.92);
2502
2051
  color: #212529;
2503
2052
  border-color: transparent;
2504
2053
  }
2505
- .p-button.p-button-warning:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):focus {
2054
+ .p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
2506
2055
  box-shadow: none;
2507
2056
  }
2508
- .p-button.p-button-warning:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):active {
2057
+ .p-button.p-button-warning:enabled:active, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:enabled:active, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):active {
2509
2058
  background: rgba(251, 192, 45, 0.68);
2510
2059
  color: #212529;
2511
2060
  border-color: transparent;
@@ -2515,42 +2064,12 @@
2515
2064
  color: #FBC02D;
2516
2065
  border: 1px solid;
2517
2066
  }
2518
- .p-button.p-button-warning.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:hover {
2519
- background: rgba(251, 192, 45, 0.04);
2520
- color: #FBC02D;
2521
- border: 1px solid;
2522
- }
2523
- .p-button.p-button-warning.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:active {
2524
- background: rgba(251, 192, 45, 0.16);
2525
- color: #FBC02D;
2526
- border: 1px solid;
2527
- }
2528
- .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):hover {
2529
- background: rgba(251, 192, 45, 0.04);
2530
- color: #FBC02D;
2531
- border: 1px solid;
2532
- }
2533
- .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active {
2534
- background: rgba(251, 192, 45, 0.16);
2535
- color: #FBC02D;
2536
- border: 1px solid;
2537
- }
2538
- .p-button.p-button-warning.p-button-outlineda:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:hover {
2539
- background: rgba(251, 192, 45, 0.04);
2540
- color: #FBC02D;
2541
- border: 1px solid;
2542
- }
2543
- .p-button.p-button-warning.p-button-outlineda:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:active {
2544
- background: rgba(251, 192, 45, 0.16);
2545
- color: #FBC02D;
2546
- border: 1px solid;
2547
- }
2548
- .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):hover {
2067
+ .p-button.p-button-warning.p-button-outlined:enabled:hover, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2549
2068
  background: rgba(251, 192, 45, 0.04);
2550
2069
  color: #FBC02D;
2551
2070
  border: 1px solid;
2552
2071
  }
2553
- .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active {
2072
+ .p-button.p-button-warning.p-button-outlined:enabled:active, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2554
2073
  background: rgba(251, 192, 45, 0.16);
2555
2074
  color: #FBC02D;
2556
2075
  border: 1px solid;
@@ -2560,42 +2079,12 @@
2560
2079
  color: #FBC02D;
2561
2080
  border-color: transparent;
2562
2081
  }
2563
- .p-button.p-button-warning.p-button-textbutton:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:hover {
2564
- background: rgba(251, 192, 45, 0.04);
2565
- border-color: transparent;
2566
- color: #FBC02D;
2567
- }
2568
- .p-button.p-button-warning.p-button-textbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:active {
2569
- background: rgba(251, 192, 45, 0.16);
2570
- border-color: transparent;
2571
- color: #FBC02D;
2572
- }
2573
- .p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):hover {
2574
- background: rgba(251, 192, 45, 0.04);
2575
- border-color: transparent;
2576
- color: #FBC02D;
2577
- }
2578
- .p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):active {
2579
- background: rgba(251, 192, 45, 0.16);
2580
- border-color: transparent;
2581
- color: #FBC02D;
2582
- }
2583
- .p-button.p-button-warning.p-button-texta:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:hover {
2082
+ .p-button.p-button-warning.p-button-text:enabled:hover, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:enabled:hover, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):hover {
2584
2083
  background: rgba(251, 192, 45, 0.04);
2585
2084
  border-color: transparent;
2586
2085
  color: #FBC02D;
2587
2086
  }
2588
- .p-button.p-button-warning.p-button-texta:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:active {
2589
- background: rgba(251, 192, 45, 0.16);
2590
- border-color: transparent;
2591
- color: #FBC02D;
2592
- }
2593
- .p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):hover {
2594
- background: rgba(251, 192, 45, 0.04);
2595
- border-color: transparent;
2596
- color: #FBC02D;
2597
- }
2598
- .p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):active {
2087
+ .p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:enabled:active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active {
2599
2088
  background: rgba(251, 192, 45, 0.16);
2600
2089
  border-color: transparent;
2601
2090
  color: #FBC02D;
@@ -2606,54 +2095,15 @@
2606
2095
  background: #9C27B0;
2607
2096
  border: 0 none;
2608
2097
  }
2609
- .p-button.p-button-helpbutton:enabled:hover, .p-buttonset.p-button-help > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-helpbutton:enabled:hover {
2610
- background: rgba(156, 39, 176, 0.92);
2611
- color: #ffffff;
2612
- border-color: transparent;
2613
- }
2614
- .p-button.p-button-helpbutton:enabled:focus, .p-buttonset.p-button-help > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-helpbutton:enabled:focus {
2615
- box-shadow: none;
2616
- }
2617
- .p-button.p-button-helpbutton:enabled:active, .p-buttonset.p-button-help > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-helpbutton:enabled:active {
2618
- background: rgba(156, 39, 176, 0.68);
2619
- color: #ffffff;
2620
- border-color: transparent;
2621
- }
2622
- .p-button.p-button-help:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):hover {
2623
- background: rgba(156, 39, 176, 0.92);
2624
- color: #ffffff;
2625
- border-color: transparent;
2626
- }
2627
- .p-button.p-button-help:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):focus {
2628
- box-shadow: none;
2629
- }
2630
- .p-button.p-button-help:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):active {
2631
- background: rgba(156, 39, 176, 0.68);
2632
- color: #ffffff;
2633
- border-color: transparent;
2634
- }
2635
- .p-button.p-button-helpa:enabled:hover, .p-buttonset.p-button-help > .p-buttona:enabled:hover, .p-splitbutton.p-button-help > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-helpa:enabled:hover {
2098
+ .p-button.p-button-help:enabled:hover, .p-button.p-button-help:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:enabled:hover, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):hover {
2636
2099
  background: rgba(156, 39, 176, 0.92);
2637
2100
  color: #ffffff;
2638
2101
  border-color: transparent;
2639
2102
  }
2640
- .p-button.p-button-helpa:enabled:focus, .p-buttonset.p-button-help > .p-buttona:enabled:focus, .p-splitbutton.p-button-help > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-helpa:enabled:focus {
2103
+ .p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
2641
2104
  box-shadow: none;
2642
2105
  }
2643
- .p-button.p-button-helpa:enabled:active, .p-buttonset.p-button-help > .p-buttona:enabled:active, .p-splitbutton.p-button-help > .p-buttona:enabled:active, .p-fileupload-choose.p-button-helpa:enabled:active {
2644
- background: rgba(156, 39, 176, 0.68);
2645
- color: #ffffff;
2646
- border-color: transparent;
2647
- }
2648
- .p-button.p-button-help:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):hover {
2649
- background: rgba(156, 39, 176, 0.92);
2650
- color: #ffffff;
2651
- border-color: transparent;
2652
- }
2653
- .p-button.p-button-help:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):focus {
2654
- box-shadow: none;
2655
- }
2656
- .p-button.p-button-help:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):active {
2106
+ .p-button.p-button-help:enabled:active, .p-button.p-button-help:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:enabled:active, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):active {
2657
2107
  background: rgba(156, 39, 176, 0.68);
2658
2108
  color: #ffffff;
2659
2109
  border-color: transparent;
@@ -2663,42 +2113,12 @@
2663
2113
  color: #9C27B0;
2664
2114
  border: 1px solid;
2665
2115
  }
2666
- .p-button.p-button-help.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:hover {
2667
- background: rgba(156, 39, 176, 0.04);
2668
- color: #9C27B0;
2669
- border: 1px solid;
2670
- }
2671
- .p-button.p-button-help.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:active {
2672
- background: rgba(156, 39, 176, 0.16);
2673
- color: #9C27B0;
2674
- border: 1px solid;
2675
- }
2676
- .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):hover {
2677
- background: rgba(156, 39, 176, 0.04);
2678
- color: #9C27B0;
2679
- border: 1px solid;
2680
- }
2681
- .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):active {
2682
- background: rgba(156, 39, 176, 0.16);
2683
- color: #9C27B0;
2684
- border: 1px solid;
2685
- }
2686
- .p-button.p-button-help.p-button-outlineda:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:hover {
2687
- background: rgba(156, 39, 176, 0.04);
2688
- color: #9C27B0;
2689
- border: 1px solid;
2690
- }
2691
- .p-button.p-button-help.p-button-outlineda:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:active {
2692
- background: rgba(156, 39, 176, 0.16);
2693
- color: #9C27B0;
2694
- border: 1px solid;
2695
- }
2696
- .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):hover {
2116
+ .p-button.p-button-help.p-button-outlined:enabled:hover, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2697
2117
  background: rgba(156, 39, 176, 0.04);
2698
2118
  color: #9C27B0;
2699
2119
  border: 1px solid;
2700
2120
  }
2701
- .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):active {
2121
+ .p-button.p-button-help.p-button-outlined:enabled:active, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2702
2122
  background: rgba(156, 39, 176, 0.16);
2703
2123
  color: #9C27B0;
2704
2124
  border: 1px solid;
@@ -2708,42 +2128,12 @@
2708
2128
  color: #9C27B0;
2709
2129
  border-color: transparent;
2710
2130
  }
2711
- .p-button.p-button-help.p-button-textbutton:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:hover {
2712
- background: rgba(156, 39, 176, 0.04);
2713
- border-color: transparent;
2714
- color: #9C27B0;
2715
- }
2716
- .p-button.p-button-help.p-button-textbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:active {
2717
- background: rgba(156, 39, 176, 0.16);
2718
- border-color: transparent;
2719
- color: #9C27B0;
2720
- }
2721
- .p-button.p-button-help.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):hover {
2722
- background: rgba(156, 39, 176, 0.04);
2723
- border-color: transparent;
2724
- color: #9C27B0;
2725
- }
2726
- .p-button.p-button-help.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):active {
2727
- background: rgba(156, 39, 176, 0.16);
2728
- border-color: transparent;
2729
- color: #9C27B0;
2730
- }
2731
- .p-button.p-button-help.p-button-texta:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-help.p-button-texta:enabled:hover {
2732
- background: rgba(156, 39, 176, 0.04);
2733
- border-color: transparent;
2734
- color: #9C27B0;
2735
- }
2736
- .p-button.p-button-help.p-button-texta:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-help.p-button-texta:enabled:active {
2737
- background: rgba(156, 39, 176, 0.16);
2738
- border-color: transparent;
2739
- color: #9C27B0;
2740
- }
2741
- .p-button.p-button-help.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):hover {
2131
+ .p-button.p-button-help.p-button-text:enabled:hover, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:enabled:hover, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):hover {
2742
2132
  background: rgba(156, 39, 176, 0.04);
2743
2133
  border-color: transparent;
2744
2134
  color: #9C27B0;
2745
2135
  }
2746
- .p-button.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):active {
2136
+ .p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:enabled:active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active {
2747
2137
  background: rgba(156, 39, 176, 0.16);
2748
2138
  border-color: transparent;
2749
2139
  color: #9C27B0;
@@ -2754,54 +2144,15 @@
2754
2144
  background: #D32F2F;
2755
2145
  border: 0 none;
2756
2146
  }
2757
- .p-button.p-button-dangerbutton:enabled:hover, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:hover, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:hover, .p-fileupload-choose.p-button-dangerbutton:enabled:hover {
2758
- background: rgba(211, 47, 47, 0.92);
2759
- color: #ffffff;
2760
- border-color: transparent;
2761
- }
2762
- .p-button.p-button-dangerbutton:enabled:focus, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-dangerbutton:enabled:focus {
2763
- box-shadow: none;
2764
- }
2765
- .p-button.p-button-dangerbutton:enabled:active, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-dangerbutton:enabled:active {
2766
- background: rgba(211, 47, 47, 0.68);
2767
- color: #ffffff;
2768
- border-color: transparent;
2769
- }
2770
- .p-button.p-button-danger:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):hover {
2771
- background: rgba(211, 47, 47, 0.92);
2772
- color: #ffffff;
2773
- border-color: transparent;
2774
- }
2775
- .p-button.p-button-danger:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):focus {
2776
- box-shadow: none;
2777
- }
2778
- .p-button.p-button-danger:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):active {
2779
- background: rgba(211, 47, 47, 0.68);
2780
- color: #ffffff;
2781
- border-color: transparent;
2782
- }
2783
- .p-button.p-button-dangera:enabled:hover, .p-buttonset.p-button-danger > .p-buttona:enabled:hover, .p-splitbutton.p-button-danger > .p-buttona:enabled:hover, .p-fileupload-choose.p-button-dangera:enabled:hover {
2784
- background: rgba(211, 47, 47, 0.92);
2785
- color: #ffffff;
2786
- border-color: transparent;
2787
- }
2788
- .p-button.p-button-dangera:enabled:focus, .p-buttonset.p-button-danger > .p-buttona:enabled:focus, .p-splitbutton.p-button-danger > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-dangera:enabled:focus {
2789
- box-shadow: none;
2790
- }
2791
- .p-button.p-button-dangera:enabled:active, .p-buttonset.p-button-danger > .p-buttona:enabled:active, .p-splitbutton.p-button-danger > .p-buttona:enabled:active, .p-fileupload-choose.p-button-dangera:enabled:active {
2792
- background: rgba(211, 47, 47, 0.68);
2793
- color: #ffffff;
2794
- border-color: transparent;
2795
- }
2796
- .p-button.p-button-danger:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):hover {
2147
+ .p-button.p-button-danger:enabled:hover, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger:enabled:hover, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):hover {
2797
2148
  background: rgba(211, 47, 47, 0.92);
2798
2149
  color: #ffffff;
2799
2150
  border-color: transparent;
2800
2151
  }
2801
- .p-button.p-button-danger:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):focus {
2152
+ .p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
2802
2153
  box-shadow: none;
2803
2154
  }
2804
- .p-button.p-button-danger:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):active {
2155
+ .p-button.p-button-danger:enabled:active, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:enabled:active, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):active {
2805
2156
  background: rgba(211, 47, 47, 0.68);
2806
2157
  color: #ffffff;
2807
2158
  border-color: transparent;
@@ -2811,42 +2162,12 @@
2811
2162
  color: #D32F2F;
2812
2163
  border: 1px solid;
2813
2164
  }
2814
- .p-button.p-button-danger.p-button-outlinedbutton:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:hover {
2815
- background: rgba(211, 47, 47, 0.04);
2816
- color: #D32F2F;
2817
- border: 1px solid;
2818
- }
2819
- .p-button.p-button-danger.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:active {
2820
- background: rgba(211, 47, 47, 0.16);
2821
- color: #D32F2F;
2822
- border: 1px solid;
2823
- }
2824
- .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):hover {
2825
- background: rgba(211, 47, 47, 0.04);
2826
- color: #D32F2F;
2827
- border: 1px solid;
2828
- }
2829
- .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active {
2830
- background: rgba(211, 47, 47, 0.16);
2831
- color: #D32F2F;
2832
- border: 1px solid;
2833
- }
2834
- .p-button.p-button-danger.p-button-outlineda:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:hover {
2165
+ .p-button.p-button-danger.p-button-outlined:enabled:hover, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):hover {
2835
2166
  background: rgba(211, 47, 47, 0.04);
2836
2167
  color: #D32F2F;
2837
2168
  border: 1px solid;
2838
2169
  }
2839
- .p-button.p-button-danger.p-button-outlineda:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:active {
2840
- background: rgba(211, 47, 47, 0.16);
2841
- color: #D32F2F;
2842
- border: 1px solid;
2843
- }
2844
- .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):hover {
2845
- background: rgba(211, 47, 47, 0.04);
2846
- color: #D32F2F;
2847
- border: 1px solid;
2848
- }
2849
- .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active {
2170
+ .p-button.p-button-danger.p-button-outlined:enabled:active, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active {
2850
2171
  background: rgba(211, 47, 47, 0.16);
2851
2172
  color: #D32F2F;
2852
2173
  border: 1px solid;
@@ -2856,42 +2177,12 @@
2856
2177
  color: #D32F2F;
2857
2178
  border-color: transparent;
2858
2179
  }
2859
- .p-button.p-button-danger.p-button-textbutton:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:hover {
2860
- background: rgba(211, 47, 47, 0.04);
2861
- border-color: transparent;
2862
- color: #D32F2F;
2863
- }
2864
- .p-button.p-button-danger.p-button-textbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:active {
2865
- background: rgba(211, 47, 47, 0.16);
2866
- border-color: transparent;
2867
- color: #D32F2F;
2868
- }
2869
- .p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):hover {
2870
- background: rgba(211, 47, 47, 0.04);
2871
- border-color: transparent;
2872
- color: #D32F2F;
2873
- }
2874
- .p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):active {
2875
- background: rgba(211, 47, 47, 0.16);
2876
- border-color: transparent;
2877
- color: #D32F2F;
2878
- }
2879
- .p-button.p-button-danger.p-button-texta:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:hover {
2880
- background: rgba(211, 47, 47, 0.04);
2881
- border-color: transparent;
2882
- color: #D32F2F;
2883
- }
2884
- .p-button.p-button-danger.p-button-texta:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:active, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:active {
2885
- background: rgba(211, 47, 47, 0.16);
2886
- border-color: transparent;
2887
- color: #D32F2F;
2888
- }
2889
- .p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):hover {
2180
+ .p-button.p-button-danger.p-button-text:enabled:hover, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:enabled:hover, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):hover {
2890
2181
  background: rgba(211, 47, 47, 0.04);
2891
2182
  border-color: transparent;
2892
2183
  color: #D32F2F;
2893
2184
  }
2894
- .p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):active {
2185
+ .p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:enabled:active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active {
2895
2186
  background: rgba(211, 47, 47, 0.16);
2896
2187
  border-color: transparent;
2897
2188
  color: #D32F2F;
@@ -2902,74 +2193,20 @@
2902
2193
  background: transparent;
2903
2194
  border: transparent;
2904
2195
  }
2905
- .p-button.p-button-linkbutton:enabled:hover {
2906
- background: transparent;
2907
- color: #3F51B5;
2908
- border-color: transparent;
2909
- }
2910
- .p-button.p-button-linkbutton:enabled:hover .p-button-label {
2911
- text-decoration: underline;
2912
- }
2913
- .p-button.p-button-linkbutton:enabled:focus {
2914
- background: transparent;
2915
- box-shadow: none;
2916
- border-color: transparent;
2917
- }
2918
- .p-button.p-button-linkbutton:enabled:active {
2919
- background: transparent;
2920
- color: #3F51B5;
2921
- border-color: transparent;
2922
- }
2923
- .p-button.p-button-link:not(button):not(.p-disabled):hover {
2924
- background: transparent;
2925
- color: #3F51B5;
2926
- border-color: transparent;
2927
- }
2928
- .p-button.p-button-link:not(button):not(.p-disabled):hover .p-button-label {
2929
- text-decoration: underline;
2930
- }
2931
- .p-button.p-button-link:not(button):not(.p-disabled):focus {
2932
- background: transparent;
2933
- box-shadow: none;
2934
- border-color: transparent;
2935
- }
2936
- .p-button.p-button-link:not(button):not(.p-disabled):active {
2937
- background: transparent;
2938
- color: #3F51B5;
2939
- border-color: transparent;
2940
- }
2941
- .p-button.p-button-linka:enabled:hover {
2942
- background: transparent;
2943
- color: #3F51B5;
2944
- border-color: transparent;
2945
- }
2946
- .p-button.p-button-linka:enabled:hover .p-button-label {
2947
- text-decoration: underline;
2948
- }
2949
- .p-button.p-button-linka:enabled:focus {
2950
- background: transparent;
2951
- box-shadow: none;
2952
- border-color: transparent;
2953
- }
2954
- .p-button.p-button-linka:enabled:active {
2955
- background: transparent;
2956
- color: #3F51B5;
2957
- border-color: transparent;
2958
- }
2959
- .p-button.p-button-link:not(a):not(.p-disabled):hover {
2196
+ .p-button.p-button-link:enabled:hover, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover {
2960
2197
  background: transparent;
2961
2198
  color: #3F51B5;
2962
2199
  border-color: transparent;
2963
2200
  }
2964
- .p-button.p-button-link:not(a):not(.p-disabled):hover .p-button-label {
2201
+ .p-button.p-button-link:enabled:hover .p-button-label, .p-button.p-button-link:not(button):not(a):not(.p-disabled):hover .p-button-label {
2965
2202
  text-decoration: underline;
2966
2203
  }
2967
- .p-button.p-button-link:not(a):not(.p-disabled):focus {
2204
+ .p-button.p-button-link:enabled:focus, .p-button.p-button-link:not(button):not(a):not(.p-disabled):focus {
2968
2205
  background: transparent;
2969
2206
  box-shadow: none;
2970
2207
  border-color: transparent;
2971
2208
  }
2972
- .p-button.p-button-link:not(a):not(.p-disabled):active {
2209
+ .p-button.p-button-link:enabled:active, .p-button.p-button-link:not(button):not(a):not(.p-disabled):active {
2973
2210
  background: transparent;
2974
2211
  color: #3F51B5;
2975
2212
  border-color: transparent;
@@ -3209,6 +2446,9 @@
3209
2446
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
3210
2447
  margin-right: 0.5rem;
3211
2448
  }
2449
+ .p-datatable .p-datatable-tbody > tr > td > .p-column-title {
2450
+ font-weight: 500;
2451
+ }
3212
2452
  .p-datatable .p-datatable-tbody > tr > td.p-highlight {
3213
2453
  background: rgba(63, 81, 181, 0.12);
3214
2454
  color: #3F51B5;
@@ -3223,7 +2463,7 @@
3223
2463
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
3224
2464
  box-shadow: inset 0 -2px 0 0 rgba(63, 81, 181, 0.12);
3225
2465
  }
3226
- .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
2466
+ .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
3227
2467
  background: rgba(0, 0, 0, 0.04);
3228
2468
  color: rgba(0, 0, 0, 0.87);
3229
2469
  }
@@ -3371,19 +2611,139 @@
3371
2611
  border: 0 none;
3372
2612
  padding: 1rem 0;
3373
2613
  }
3374
- .p-datascroller.p-datascroller-inline .p-datascroller-list > li {
3375
- border: solid rgba(0, 0, 0, 0.12);
3376
- border-width: 0 0 1px 0;
2614
+ .p-datascroller.p-datascroller-inline .p-datascroller-list > li {
2615
+ border: solid rgba(0, 0, 0, 0.12);
2616
+ border-width: 0 0 1px 0;
2617
+ }
2618
+ .p-datascroller .p-datascroller-footer {
2619
+ background: #ffffff;
2620
+ color: rgba(0, 0, 0, 0.87);
2621
+ border: 1px solid #e4e4e4;
2622
+ border-width: 0 0 1px 0;
2623
+ padding: 1rem 1rem;
2624
+ font-weight: 500;
2625
+ border-bottom-left-radius: 4px;
2626
+ border-bottom-right-radius: 4px;
2627
+ }
2628
+
2629
+ .p-column-filter-row .p-column-filter-menu-button,
2630
+ .p-column-filter-row .p-column-filter-clear-button {
2631
+ margin-left: 0.5rem;
2632
+ }
2633
+
2634
+ .p-column-filter-menu-button {
2635
+ width: 2.5rem;
2636
+ height: 2.5rem;
2637
+ color: rgba(0, 0, 0, 0.6);
2638
+ border: 0 none;
2639
+ background: transparent;
2640
+ border-radius: 50%;
2641
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2642
+ }
2643
+ .p-column-filter-menu-button:hover {
2644
+ color: rgba(0, 0, 0, 0.6);
2645
+ border-color: transparent;
2646
+ background: rgba(0, 0, 0, 0.04);
2647
+ }
2648
+ .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
2649
+ background: rgba(0, 0, 0, 0.04);
2650
+ color: rgba(0, 0, 0, 0.6);
2651
+ }
2652
+ .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
2653
+ background: rgba(63, 81, 181, 0.12);
2654
+ color: #3F51B5;
2655
+ }
2656
+ .p-column-filter-menu-button:focus {
2657
+ outline: 0 none;
2658
+ outline-offset: 0;
2659
+ box-shadow: none;
2660
+ }
2661
+
2662
+ .p-column-filter-clear-button {
2663
+ width: 2.5rem;
2664
+ height: 2.5rem;
2665
+ color: rgba(0, 0, 0, 0.6);
2666
+ border: 0 none;
2667
+ background: transparent;
2668
+ border-radius: 50%;
2669
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
2670
+ }
2671
+ .p-column-filter-clear-button:hover {
2672
+ color: rgba(0, 0, 0, 0.6);
2673
+ border-color: transparent;
2674
+ background: rgba(0, 0, 0, 0.04);
2675
+ }
2676
+ .p-column-filter-clear-button:focus {
2677
+ outline: 0 none;
2678
+ outline-offset: 0;
2679
+ box-shadow: none;
2680
+ }
2681
+
2682
+ .p-column-filter-overlay {
2683
+ background: #ffffff;
2684
+ color: rgba(0, 0, 0, 0.87);
2685
+ border: 0 none;
2686
+ border-radius: 4px;
2687
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
2688
+ min-width: 12.5rem;
2689
+ }
2690
+ .p-column-filter-overlay .p-column-filter-row-items {
2691
+ padding: 0;
2692
+ }
2693
+ .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
2694
+ margin: 0;
2695
+ padding: 1rem 1rem;
2696
+ border: 0 none;
2697
+ color: rgba(0, 0, 0, 0.87);
2698
+ background: transparent;
2699
+ transition: none;
2700
+ border-radius: 0;
2701
+ }
2702
+ .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
2703
+ color: #3F51B5;
2704
+ background: rgba(63, 81, 181, 0.12);
2705
+ }
2706
+ .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
2707
+ color: rgba(0, 0, 0, 0.87);
2708
+ background: rgba(0, 0, 0, 0.04);
2709
+ }
2710
+ .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
2711
+ outline: 0 none;
2712
+ outline-offset: 0;
2713
+ box-shadow: none;
2714
+ }
2715
+ .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
2716
+ border-top: 1px solid rgba(0, 0, 0, 0.12);
2717
+ margin: 0.5rem 0;
2718
+ }
2719
+
2720
+ .p-column-filter-overlay-menu .p-column-filter-operator {
2721
+ padding: 1rem;
2722
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2723
+ color: rgba(0, 0, 0, 0.87);
2724
+ background: #ffffff;
2725
+ margin: 0;
2726
+ border-top-right-radius: 4px;
2727
+ border-top-left-radius: 4px;
2728
+ }
2729
+ .p-column-filter-overlay-menu .p-column-filter-constraint {
2730
+ padding: 1rem;
2731
+ border-bottom: 1px solid rgba(0, 0, 0, 0.12);
2732
+ }
2733
+ .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
2734
+ margin-bottom: 0.5rem;
2735
+ }
2736
+ .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
2737
+ margin-top: 0.5rem;
2738
+ }
2739
+ .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
2740
+ border-bottom: 0 none;
3377
2741
  }
3378
- .p-datascroller .p-datascroller-footer {
3379
- background: #ffffff;
3380
- color: rgba(0, 0, 0, 0.87);
3381
- border: 1px solid #e4e4e4;
3382
- border-width: 0 0 1px 0;
2742
+ .p-column-filter-overlay-menu .p-column-filter-add-rule {
3383
2743
  padding: 1rem 1rem;
3384
- font-weight: 500;
3385
- border-bottom-left-radius: 4px;
3386
- border-bottom-right-radius: 4px;
2744
+ }
2745
+ .p-column-filter-overlay-menu .p-column-filter-buttonbar {
2746
+ padding: 1rem;
3387
2747
  }
3388
2748
 
3389
2749
  .fc {
@@ -3448,7 +2808,7 @@
3448
2808
  font-size: 1rem;
3449
2809
  }
3450
2810
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
3451
- content: "";
2811
+ content: "\e900";
3452
2812
  }
3453
2813
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
3454
2814
  font-family: "PrimeIcons" !important;
@@ -3456,7 +2816,7 @@
3456
2816
  font-size: 1rem;
3457
2817
  }
3458
2818
  .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
3459
- content: "";
2819
+ content: "\e901";
3460
2820
  }
3461
2821
  .fc.fc-unthemed .fc-toolbar .fc-button:focus {
3462
2822
  outline: 0 none;
@@ -3543,7 +2903,7 @@
3543
2903
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
3544
2904
  }
3545
2905
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
3546
- content: "";
2906
+ content: "\e90b";
3547
2907
  }
3548
2908
  .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
3549
2909
  color: rgba(0, 0, 0, 0.6);
@@ -3616,7 +2976,7 @@
3616
2976
  font-size: 1rem;
3617
2977
  }
3618
2978
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
3619
- content: "";
2979
+ content: "\e900";
3620
2980
  }
3621
2981
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
3622
2982
  font-family: "PrimeIcons" !important;
@@ -3624,7 +2984,7 @@
3624
2984
  font-size: 1rem;
3625
2985
  }
3626
2986
  .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
3627
- content: "";
2987
+ content: "\e901";
3628
2988
  }
3629
2989
  .fc.fc-theme-standard .fc-toolbar .fc-button:focus {
3630
2990
  outline: 0 none;
@@ -3815,6 +3175,13 @@
3815
3175
  .p-paginator .p-dropdown .p-dropdown-label {
3816
3176
  padding-right: 0;
3817
3177
  }
3178
+ .p-paginator .p-paginator-page-input {
3179
+ margin-left: 0.5rem;
3180
+ margin-right: 0.5rem;
3181
+ }
3182
+ .p-paginator .p-paginator-page-input .p-inputtext {
3183
+ max-width: 3rem;
3184
+ }
3818
3185
  .p-paginator .p-paginator-current {
3819
3186
  background-color: transparent;
3820
3187
  border: 0 none;
@@ -3907,16 +3274,16 @@
3907
3274
  margin-right: 0;
3908
3275
  }
3909
3276
  .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3910
- content: "";
3277
+ content: "\e930";
3911
3278
  }
3912
3279
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3913
- content: "";
3280
+ content: "\e92c";
3914
3281
  }
3915
3282
  .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3916
- content: "";
3283
+ content: "\e933";
3917
3284
  }
3918
3285
  .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3919
- content: "";
3286
+ content: "\e92f";
3920
3287
  }
3921
3288
  }
3922
3289
  .p-tree {
@@ -4464,9 +3831,9 @@
4464
3831
  margin-right: 0;
4465
3832
  }
4466
3833
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
4467
- border: none;
4468
- border-width: 0 0 0 0;
4469
- border-color: transparent transparent transparent transparent;
3834
+ border: solid rgba(0, 0, 0, 0.12);
3835
+ border-width: 0 0 1px 0;
3836
+ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
4470
3837
  background: #ffffff;
4471
3838
  color: rgba(0, 0, 0, 0.6);
4472
3839
  padding: 1rem 1.5rem;
@@ -4474,22 +3841,34 @@
4474
3841
  border-top-right-radius: 4px;
4475
3842
  border-top-left-radius: 4px;
4476
3843
  transition: none;
4477
- margin: 0 0 0 0;
3844
+ margin: 0 0 -1px 0;
4478
3845
  }
4479
3846
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
4480
3847
  outline: 0 none;
4481
3848
  outline-offset: 0;
4482
- box-shadow: none;
3849
+ box-shadow: inset none;
4483
3850
  }
4484
3851
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
4485
3852
  background: rgba(63, 81, 181, 0.04);
4486
- border-color: transparent;
3853
+ border-color: rgba(0, 0, 0, 0.12);
4487
3854
  color: rgba(0, 0, 0, 0.6);
4488
3855
  }
4489
3856
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
4490
3857
  background: #ffffff;
4491
- border-color: transparent;
3858
+ border-color: rgba(0, 0, 0, 0.12);
3859
+ color: #3F51B5;
3860
+ }
3861
+ .p-tabview .p-tabview-nav-btn.p-link {
3862
+ background: #ffffff;
4492
3863
  color: #3F51B5;
3864
+ width: 3rem;
3865
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
3866
+ border-radius: 0;
3867
+ }
3868
+ .p-tabview .p-tabview-nav-btn.p-link:focus {
3869
+ outline: 0 none;
3870
+ outline-offset: 0;
3871
+ box-shadow: inset none;
4493
3872
  }
4494
3873
  .p-tabview .p-tabview-panels {
4495
3874
  background: #ffffff;
@@ -4619,10 +3998,6 @@
4619
3998
  margin-left: 1rem;
4620
3999
  }
4621
4000
 
4622
- .p-dialog-mask.p-component-overlay {
4623
- background-color: rgba(0, 0, 0, 0.32);
4624
- }
4625
-
4626
4001
  .p-overlaypanel {
4627
4002
  background: #ffffff;
4628
4003
  color: rgba(0, 0, 0, 0.87);
@@ -4703,10 +4078,6 @@
4703
4078
  padding: 1rem;
4704
4079
  }
4705
4080
 
4706
- .p-sidebar-mask.p-component-overlay {
4707
- background: rgba(0, 0, 0, 0.32);
4708
- }
4709
-
4710
4081
  .p-tooltip .p-tooltip-text {
4711
4082
  background: rgba(97, 97, 97, 0.9);
4712
4083
  color: #ffffff;
@@ -4894,6 +4265,26 @@
4894
4265
  margin: 1.5rem 0;
4895
4266
  }
4896
4267
 
4268
+ @media screen and (max-width: 960px) {
4269
+ .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
4270
+ overflow-x: auto;
4271
+ width: 100%;
4272
+ }
4273
+ .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
4274
+ margin: 0 auto;
4275
+ }
4276
+ .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
4277
+ overflow-y: auto;
4278
+ height: 100%;
4279
+ }
4280
+ .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
4281
+ margin: auto 0;
4282
+ }
4283
+ .p-dock .p-dock-list .p-dock-item {
4284
+ transform: none;
4285
+ margin: 0;
4286
+ }
4287
+ }
4897
4288
  .p-megamenu {
4898
4289
  padding: 1rem;
4899
4290
  background: transparent;
@@ -5570,9 +4961,9 @@
5570
4961
  margin-right: 0;
5571
4962
  }
5572
4963
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
5573
- border: none;
5574
- border-width: 0 0 0 0;
5575
- border-color: transparent transparent transparent transparent;
4964
+ border: solid rgba(0, 0, 0, 0.12);
4965
+ border-width: 0 0 1px 0;
4966
+ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
5576
4967
  background: #ffffff;
5577
4968
  color: rgba(0, 0, 0, 0.6);
5578
4969
  padding: 1rem 1.5rem;
@@ -5580,7 +4971,7 @@
5580
4971
  border-top-right-radius: 4px;
5581
4972
  border-top-left-radius: 4px;
5582
4973
  transition: none;
5583
- margin: 0 0 0 0;
4974
+ margin: 0 0 -1px 0;
5584
4975
  }
5585
4976
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
5586
4977
  margin-right: 0.5rem;
@@ -5588,16 +4979,16 @@
5588
4979
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
5589
4980
  outline: 0 none;
5590
4981
  outline-offset: 0;
5591
- box-shadow: none;
4982
+ box-shadow: inset none;
5592
4983
  }
5593
4984
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
5594
4985
  background: rgba(63, 81, 181, 0.04);
5595
- border-color: transparent;
4986
+ border-color: rgba(0, 0, 0, 0.12);
5596
4987
  color: rgba(0, 0, 0, 0.6);
5597
4988
  }
5598
4989
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
5599
4990
  background: #ffffff;
5600
- border-color: transparent;
4991
+ border-color: rgba(0, 0, 0, 0.12);
5601
4992
  color: #3F51B5;
5602
4993
  }
5603
4994
 
@@ -5984,8 +5375,46 @@
5984
5375
  box-shadow: none;
5985
5376
  }
5986
5377
 
5987
- .p-galleria-mask.p-component-overlay {
5988
- background-color: rgba(0, 0, 0, 0.9);
5378
+ .p-galleria-mask {
5379
+ --maskbg: rgba(0, 0, 0, 0.9);
5380
+ }
5381
+
5382
+ .p-image-mask {
5383
+ --maskbg: rgba(0, 0, 0, 0.9);
5384
+ }
5385
+
5386
+ .p-image-preview-indicator {
5387
+ background-color: transparent;
5388
+ color: #f8f9fa;
5389
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5390
+ }
5391
+
5392
+ .p-image-preview-container:hover > .p-image-preview-indicator {
5393
+ background-color: rgba(0, 0, 0, 0.5);
5394
+ }
5395
+
5396
+ .p-image-toolbar {
5397
+ padding: 1rem;
5398
+ }
5399
+
5400
+ .p-image-action.p-link {
5401
+ color: #f8f9fa;
5402
+ background-color: transparent;
5403
+ width: 3rem;
5404
+ height: 3rem;
5405
+ border-radius: 50%;
5406
+ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5407
+ margin-right: 0.5rem;
5408
+ }
5409
+ .p-image-action.p-link:last-child {
5410
+ margin-right: 0;
5411
+ }
5412
+ .p-image-action.p-link:hover {
5413
+ color: #f8f9fa;
5414
+ background-color: rgba(255, 255, 255, 0.1);
5415
+ }
5416
+ .p-image-action.p-link i {
5417
+ font-size: 1.5rem;
5989
5418
  }
5990
5419
 
5991
5420
  .p-avatar {
@@ -6141,10 +5570,6 @@
6141
5570
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
6142
5571
  }
6143
5572
 
6144
- .p-blockui.p-component-overlay {
6145
- background: rgba(0, 0, 0, 0.32);
6146
- }
6147
-
6148
5573
  .p-badge {
6149
5574
  background: #3F51B5;
6150
5575
  color: #ffffff;
@@ -6341,55 +5766,19 @@
6341
5766
  .p-button.p-button-icon-only {
6342
5767
  min-width: auto;
6343
5768
  }
6344
- .p-buttonbutton:enabled:focus {
6345
- background: rgba(63, 81, 181, 0.76);
6346
- }
6347
- .p-buttonbutton:enabled:active {
6348
- background: rgba(63, 81, 181, 0.68);
6349
- }
6350
- .p-button:not(button):not(.p-disabled):focus {
6351
- background: rgba(63, 81, 181, 0.76);
6352
- }
6353
- .p-button:not(button):not(.p-disabled):active {
6354
- background: rgba(63, 81, 181, 0.68);
6355
- }
6356
- .p-buttona:enabled:focus {
6357
- background: rgba(63, 81, 181, 0.76);
6358
- }
6359
- .p-buttona:enabled:active {
6360
- background: rgba(63, 81, 181, 0.68);
6361
- }
6362
- .p-button:not(a):not(.p-disabled):focus {
5769
+ .p-button:enabled:focus, .p-button:not(button):not(a):not(.p-disabled):focus {
6363
5770
  background: rgba(63, 81, 181, 0.76);
6364
5771
  }
6365
- .p-button:not(a):not(.p-disabled):active {
5772
+ .p-button:enabled:active, .p-button:not(button):not(a):not(.p-disabled):active {
6366
5773
  background: rgba(63, 81, 181, 0.68);
6367
5774
  }
6368
5775
  .p-button .p-ink {
6369
5776
  background-color: rgba(255, 255, 255, 0.32);
6370
5777
  }
6371
- .p-button.p-button-textbutton:enabled:focus, .p-button.p-button-outlinedbutton:enabled:focus {
6372
- background: rgba(63, 81, 181, 0.12);
6373
- }
6374
- .p-button.p-button-textbutton:enabled:active, .p-button.p-button-outlinedbutton:enabled:active {
6375
- background: rgba(63, 81, 181, 0.16);
6376
- }
6377
- .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-outlined:not(button):not(.p-disabled):focus {
6378
- background: rgba(63, 81, 181, 0.12);
6379
- }
6380
- .p-button.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-outlined:not(button):not(.p-disabled):active {
6381
- background: rgba(63, 81, 181, 0.16);
6382
- }
6383
- .p-button.p-button-texta:enabled:focus, .p-button.p-button-outlineda:enabled:focus {
6384
- background: rgba(63, 81, 181, 0.12);
6385
- }
6386
- .p-button.p-button-texta:enabled:active, .p-button.p-button-outlineda:enabled:active {
6387
- background: rgba(63, 81, 181, 0.16);
6388
- }
6389
- .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-outlined:not(a):not(.p-disabled):focus {
5778
+ .p-button.p-button-text:enabled:focus, .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-outlined:enabled:focus, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6390
5779
  background: rgba(63, 81, 181, 0.12);
6391
5780
  }
6392
- .p-button.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-outlined:not(a):not(.p-disabled):active {
5781
+ .p-button.p-button-text:enabled:active, .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6393
5782
  background: rgba(63, 81, 181, 0.16);
6394
5783
  }
6395
5784
  .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink {
@@ -6409,325 +5798,100 @@
6409
5798
  color: rgba(0, 0, 0, 0.38) !important;
6410
5799
  border-color: rgba(0, 0, 0, 0.38) !important;
6411
5800
  }
6412
- .p-button.p-button-raisedbutton:enabled:focus {
6413
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
6414
- }
6415
- .p-button.p-button-raised:not(button):not(.p-disabled):focus {
6416
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
6417
- }
6418
- .p-button.p-button-raiseda:enabled:focus {
6419
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
6420
- }
6421
- .p-button.p-button-raised:not(a):not(.p-disabled):focus {
5801
+ .p-button.p-button-raised:enabled:focus, .p-button.p-button-raised:not(button):not(a):not(.p-disabled):focus {
6422
5802
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
6423
5803
  }
6424
5804
 
6425
- .p-button.p-button-secondarybutton:enabled:focus, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-secondarybutton:enabled:focus {
5805
+ .p-button.p-button-secondary:enabled:focus, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:enabled:focus, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):focus {
6426
5806
  background: rgba(255, 64, 129, 0.76);
6427
5807
  }
6428
- .p-button.p-button-secondarybutton:enabled:active, .p-buttonset.p-button-secondary > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-secondarybutton:enabled:active {
5808
+ .p-button.p-button-secondary:enabled:active, .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-buttonset.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:enabled:active, .p-fileupload-choose.p-button-secondary:not(button):not(a):not(.p-disabled):active {
6429
5809
  background: rgba(255, 64, 129, 0.68);
6430
5810
  }
6431
- .p-button.p-button-secondary:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):focus {
6432
- background: rgba(255, 64, 129, 0.76);
6433
- }
6434
- .p-button.p-button-secondary:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(button):not(.p-disabled):active {
6435
- background: rgba(255, 64, 129, 0.68);
6436
- }
6437
- .p-button.p-button-secondarya:enabled:focus, .p-buttonset.p-button-secondary > .p-buttona:enabled:focus, .p-splitbutton.p-button-secondary > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-secondarya:enabled:focus {
6438
- background: rgba(255, 64, 129, 0.76);
6439
- }
6440
- .p-button.p-button-secondarya:enabled:active, .p-buttonset.p-button-secondary > .p-buttona:enabled:active, .p-splitbutton.p-button-secondary > .p-buttona:enabled:active, .p-fileupload-choose.p-button-secondarya:enabled:active {
6441
- background: rgba(255, 64, 129, 0.68);
6442
- }
6443
- .p-button.p-button-secondary:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):focus {
6444
- background: rgba(255, 64, 129, 0.76);
6445
- }
6446
- .p-button.p-button-secondary:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary:not(a):not(.p-disabled):active {
6447
- background: rgba(255, 64, 129, 0.68);
6448
- }
6449
- .p-button.p-button-secondary.p-button-textbutton:enabled:focus, .p-button.p-button-secondary.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:focus {
6450
- background: rgba(255, 64, 129, 0.12);
6451
- }
6452
- .p-button.p-button-secondary.p-button-textbutton:enabled:active, .p-button.p-button-secondary.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlinedbutton:enabled:active {
6453
- background: rgba(255, 64, 129, 0.16);
6454
- }
6455
- .p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):focus {
5811
+ .p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:enabled:focus, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6456
5812
  background: rgba(255, 64, 129, 0.12);
6457
5813
  }
6458
- .p-button.p-button-secondary.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(.p-disabled):active {
6459
- background: rgba(255, 64, 129, 0.16);
6460
- }
6461
- .p-button.p-button-secondary.p-button-texta:enabled:focus, .p-button.p-button-secondary.p-button-outlineda:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:focus {
6462
- background: rgba(255, 64, 129, 0.12);
6463
- }
6464
- .p-button.p-button-secondary.p-button-texta:enabled:active, .p-button.p-button-secondary.p-button-outlineda:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-texta:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlineda:enabled:active {
6465
- background: rgba(255, 64, 129, 0.16);
6466
- }
6467
- .p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):focus {
6468
- background: rgba(255, 64, 129, 0.12);
6469
- }
6470
- .p-button.p-button-secondary.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(a):not(.p-disabled):active {
5814
+ .p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-secondary.p-button-outlined:enabled:active, .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6471
5815
  background: rgba(255, 64, 129, 0.16);
6472
5816
  }
6473
5817
  .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-text .p-ink, .p-buttonset.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink {
6474
5818
  background-color: rgba(255, 64, 129, 0.16);
6475
5819
  }
6476
5820
 
6477
- .p-button.p-button-infobutton:enabled:focus, .p-buttonset.p-button-info > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-infobutton:enabled:focus {
6478
- background: rgba(33, 150, 243, 0.76);
6479
- }
6480
- .p-button.p-button-infobutton:enabled:active, .p-buttonset.p-button-info > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-info > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-infobutton:enabled:active {
6481
- background: rgba(33, 150, 243, 0.68);
6482
- }
6483
- .p-button.p-button-info:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):focus {
6484
- background: rgba(33, 150, 243, 0.76);
6485
- }
6486
- .p-button.p-button-info:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(button):not(.p-disabled):active {
6487
- background: rgba(33, 150, 243, 0.68);
6488
- }
6489
- .p-button.p-button-infoa:enabled:focus, .p-buttonset.p-button-info > .p-buttona:enabled:focus, .p-splitbutton.p-button-info > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-infoa:enabled:focus {
5821
+ .p-button.p-button-info:enabled:focus, .p-button.p-button-info:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:enabled:focus, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):focus {
6490
5822
  background: rgba(33, 150, 243, 0.76);
6491
5823
  }
6492
- .p-button.p-button-infoa:enabled:active, .p-buttonset.p-button-info > .p-buttona:enabled:active, .p-splitbutton.p-button-info > .p-buttona:enabled:active, .p-fileupload-choose.p-button-infoa:enabled:active {
5824
+ .p-button.p-button-info:enabled:active, .p-button.p-button-info:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-buttonset.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:enabled:active, .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):active {
6493
5825
  background: rgba(33, 150, 243, 0.68);
6494
5826
  }
6495
- .p-button.p-button-info:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):focus {
6496
- background: rgba(33, 150, 243, 0.76);
6497
- }
6498
- .p-button.p-button-info:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info:not(a):not(.p-disabled):active {
6499
- background: rgba(33, 150, 243, 0.68);
6500
- }
6501
- .p-button.p-button-info.p-button-textbutton:enabled:focus, .p-button.p-button-info.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:focus {
6502
- background: rgba(33, 150, 243, 0.12);
6503
- }
6504
- .p-button.p-button-info.p-button-textbutton:enabled:active, .p-button.p-button-info.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlinedbutton:enabled:active {
6505
- background: rgba(33, 150, 243, 0.16);
6506
- }
6507
- .p-button.p-button-info.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):focus {
6508
- background: rgba(33, 150, 243, 0.12);
6509
- }
6510
- .p-button.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-info.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(.p-disabled):active {
6511
- background: rgba(33, 150, 243, 0.16);
6512
- }
6513
- .p-button.p-button-info.p-button-texta:enabled:focus, .p-button.p-button-info.p-button-outlineda:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-info.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:focus {
6514
- background: rgba(33, 150, 243, 0.12);
6515
- }
6516
- .p-button.p-button-info.p-button-texta:enabled:active, .p-button.p-button-info.p-button-outlineda:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-info.p-button-texta:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlineda:enabled:active {
6517
- background: rgba(33, 150, 243, 0.16);
6518
- }
6519
- .p-button.p-button-info.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):focus {
5827
+ .p-button.p-button-info.p-button-text:enabled:focus, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-info.p-button-outlined:enabled:focus, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:enabled:focus, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6520
5828
  background: rgba(33, 150, 243, 0.12);
6521
5829
  }
6522
- .p-button.p-button-info.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-info.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(a):not(.p-disabled):active {
5830
+ .p-button.p-button-info.p-button-text:enabled:active, .p-button.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-info.p-button-outlined:enabled:active, .p-button.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-text:enabled:active, .p-fileupload-choose.p-button-info.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-info.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6523
5831
  background: rgba(33, 150, 243, 0.16);
6524
5832
  }
6525
5833
  .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-buttonset.p-button-info > .p-button.p-button-text .p-ink, .p-buttonset.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink {
6526
5834
  background-color: rgba(33, 150, 243, 0.16);
6527
5835
  }
6528
5836
 
6529
- .p-button.p-button-successbutton:enabled:focus, .p-buttonset.p-button-success > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-successbutton:enabled:focus {
5837
+ .p-button.p-button-success:enabled:focus, .p-button.p-button-success:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:enabled:focus, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):focus {
6530
5838
  background: rgba(104, 159, 56, 0.76);
6531
5839
  }
6532
- .p-button.p-button-successbutton:enabled:active, .p-buttonset.p-button-success > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-success > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-successbutton:enabled:active {
5840
+ .p-button.p-button-success:enabled:active, .p-button.p-button-success:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-buttonset.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:enabled:active, .p-fileupload-choose.p-button-success:not(button):not(a):not(.p-disabled):active {
6533
5841
  background: rgba(104, 159, 56, 0.68);
6534
5842
  }
6535
- .p-button.p-button-success:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):focus {
6536
- background: rgba(104, 159, 56, 0.76);
6537
- }
6538
- .p-button.p-button-success:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(button):not(.p-disabled):active {
6539
- background: rgba(104, 159, 56, 0.68);
6540
- }
6541
- .p-button.p-button-successa:enabled:focus, .p-buttonset.p-button-success > .p-buttona:enabled:focus, .p-splitbutton.p-button-success > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-successa:enabled:focus {
6542
- background: rgba(104, 159, 56, 0.76);
6543
- }
6544
- .p-button.p-button-successa:enabled:active, .p-buttonset.p-button-success > .p-buttona:enabled:active, .p-splitbutton.p-button-success > .p-buttona:enabled:active, .p-fileupload-choose.p-button-successa:enabled:active {
6545
- background: rgba(104, 159, 56, 0.68);
6546
- }
6547
- .p-button.p-button-success:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):focus {
6548
- background: rgba(104, 159, 56, 0.76);
6549
- }
6550
- .p-button.p-button-success:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success:not(a):not(.p-disabled):active {
6551
- background: rgba(104, 159, 56, 0.68);
6552
- }
6553
- .p-button.p-button-success.p-button-textbutton:enabled:focus, .p-button.p-button-success.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:focus {
6554
- background: rgba(104, 159, 56, 0.12);
6555
- }
6556
- .p-button.p-button-success.p-button-textbutton:enabled:active, .p-button.p-button-success.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlinedbutton:enabled:active {
6557
- background: rgba(104, 159, 56, 0.16);
6558
- }
6559
- .p-button.p-button-success.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):focus {
5843
+ .p-button.p-button-success.p-button-text:enabled:focus, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:enabled:focus, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:enabled:focus, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6560
5844
  background: rgba(104, 159, 56, 0.12);
6561
5845
  }
6562
- .p-button.p-button-success.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-success.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(.p-disabled):active {
6563
- background: rgba(104, 159, 56, 0.16);
6564
- }
6565
- .p-button.p-button-success.p-button-texta:enabled:focus, .p-button.p-button-success.p-button-outlineda:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-success.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:focus {
6566
- background: rgba(104, 159, 56, 0.12);
6567
- }
6568
- .p-button.p-button-success.p-button-texta:enabled:active, .p-button.p-button-success.p-button-outlineda:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-success.p-button-texta:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlineda:enabled:active {
6569
- background: rgba(104, 159, 56, 0.16);
6570
- }
6571
- .p-button.p-button-success.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):focus {
6572
- background: rgba(104, 159, 56, 0.12);
6573
- }
6574
- .p-button.p-button-success.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-success.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(a):not(.p-disabled):active {
5846
+ .p-button.p-button-success.p-button-text:enabled:active, .p-button.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-success.p-button-outlined:enabled:active, .p-button.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-text:enabled:active, .p-fileupload-choose.p-button-success.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-success.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6575
5847
  background: rgba(104, 159, 56, 0.16);
6576
5848
  }
6577
5849
  .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-buttonset.p-button-success > .p-button.p-button-text .p-ink, .p-buttonset.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink {
6578
5850
  background-color: rgba(104, 159, 56, 0.16);
6579
5851
  }
6580
5852
 
6581
- .p-button.p-button-warningbutton:enabled:focus, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-warningbutton:enabled:focus {
6582
- background: rgba(251, 192, 45, 0.76);
6583
- }
6584
- .p-button.p-button-warningbutton:enabled:active, .p-buttonset.p-button-warning > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-warning > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-warningbutton:enabled:active {
6585
- background: rgba(251, 192, 45, 0.68);
6586
- }
6587
- .p-button.p-button-warning:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):focus {
6588
- background: rgba(251, 192, 45, 0.76);
6589
- }
6590
- .p-button.p-button-warning:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(button):not(.p-disabled):active {
6591
- background: rgba(251, 192, 45, 0.68);
6592
- }
6593
- .p-button.p-button-warninga:enabled:focus, .p-buttonset.p-button-warning > .p-buttona:enabled:focus, .p-splitbutton.p-button-warning > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-warninga:enabled:focus {
5853
+ .p-button.p-button-warning:enabled:focus, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:enabled:focus, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):focus {
6594
5854
  background: rgba(251, 192, 45, 0.76);
6595
5855
  }
6596
- .p-button.p-button-warninga:enabled:active, .p-buttonset.p-button-warning > .p-buttona:enabled:active, .p-splitbutton.p-button-warning > .p-buttona:enabled:active, .p-fileupload-choose.p-button-warninga:enabled:active {
5856
+ .p-button.p-button-warning:enabled:active, .p-button.p-button-warning:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-buttonset.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:enabled:active, .p-fileupload-choose.p-button-warning:not(button):not(a):not(.p-disabled):active {
6597
5857
  background: rgba(251, 192, 45, 0.68);
6598
5858
  }
6599
- .p-button.p-button-warning:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):focus {
6600
- background: rgba(251, 192, 45, 0.76);
6601
- }
6602
- .p-button.p-button-warning:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning:not(a):not(.p-disabled):active {
6603
- background: rgba(251, 192, 45, 0.68);
6604
- }
6605
- .p-button.p-button-warning.p-button-textbutton:enabled:focus, .p-button.p-button-warning.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:focus {
6606
- background: rgba(251, 192, 45, 0.12);
6607
- }
6608
- .p-button.p-button-warning.p-button-textbutton:enabled:active, .p-button.p-button-warning.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlinedbutton:enabled:active {
6609
- background: rgba(251, 192, 45, 0.16);
6610
- }
6611
- .p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):focus {
6612
- background: rgba(251, 192, 45, 0.12);
6613
- }
6614
- .p-button.p-button-warning.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(.p-disabled):active {
6615
- background: rgba(251, 192, 45, 0.16);
6616
- }
6617
- .p-button.p-button-warning.p-button-texta:enabled:focus, .p-button.p-button-warning.p-button-outlineda:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:focus {
6618
- background: rgba(251, 192, 45, 0.12);
6619
- }
6620
- .p-button.p-button-warning.p-button-texta:enabled:active, .p-button.p-button-warning.p-button-outlineda:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-warning.p-button-texta:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlineda:enabled:active {
6621
- background: rgba(251, 192, 45, 0.16);
6622
- }
6623
- .p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):focus {
5859
+ .p-button.p-button-warning.p-button-text:enabled:focus, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-warning.p-button-outlined:enabled:focus, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6624
5860
  background: rgba(251, 192, 45, 0.12);
6625
5861
  }
6626
- .p-button.p-button-warning.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(a):not(.p-disabled):active {
5862
+ .p-button.p-button-warning.p-button-text:enabled:active, .p-button.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-warning.p-button-outlined:enabled:active, .p-button.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:enabled:active, .p-fileupload-choose.p-button-warning.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6627
5863
  background: rgba(251, 192, 45, 0.16);
6628
5864
  }
6629
5865
  .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-text .p-ink, .p-buttonset.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink {
6630
5866
  background-color: rgba(251, 192, 45, 0.16);
6631
5867
  }
6632
5868
 
6633
- .p-button.p-button-helpbutton:enabled:focus, .p-buttonset.p-button-help > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-helpbutton:enabled:focus {
5869
+ .p-button.p-button-help:enabled:focus, .p-button.p-button-help:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:enabled:focus, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):focus {
6634
5870
  background: rgba(156, 39, 176, 0.76);
6635
5871
  }
6636
- .p-button.p-button-helpbutton:enabled:active, .p-buttonset.p-button-help > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-help > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-helpbutton:enabled:active {
5872
+ .p-button.p-button-help:enabled:active, .p-button.p-button-help:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-buttonset.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:enabled:active, .p-fileupload-choose.p-button-help:not(button):not(a):not(.p-disabled):active {
6637
5873
  background: rgba(156, 39, 176, 0.68);
6638
5874
  }
6639
- .p-button.p-button-help:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):focus {
6640
- background: rgba(156, 39, 176, 0.76);
6641
- }
6642
- .p-button.p-button-help:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(button):not(.p-disabled):active {
6643
- background: rgba(156, 39, 176, 0.68);
6644
- }
6645
- .p-button.p-button-helpa:enabled:focus, .p-buttonset.p-button-help > .p-buttona:enabled:focus, .p-splitbutton.p-button-help > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-helpa:enabled:focus {
6646
- background: rgba(156, 39, 176, 0.76);
6647
- }
6648
- .p-button.p-button-helpa:enabled:active, .p-buttonset.p-button-help > .p-buttona:enabled:active, .p-splitbutton.p-button-help > .p-buttona:enabled:active, .p-fileupload-choose.p-button-helpa:enabled:active {
6649
- background: rgba(156, 39, 176, 0.68);
6650
- }
6651
- .p-button.p-button-help:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):focus {
6652
- background: rgba(156, 39, 176, 0.76);
6653
- }
6654
- .p-button.p-button-help:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help:not(a):not(.p-disabled):active {
6655
- background: rgba(156, 39, 176, 0.68);
6656
- }
6657
- .p-button.p-button-help.p-button-textbutton:enabled:focus, .p-button.p-button-help.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:focus {
6658
- background: rgba(156, 39, 176, 0.12);
6659
- }
6660
- .p-button.p-button-help.p-button-textbutton:enabled:active, .p-button.p-button-help.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlinedbutton:enabled:active {
6661
- background: rgba(156, 39, 176, 0.16);
6662
- }
6663
- .p-button.p-button-help.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):focus {
5875
+ .p-button.p-button-help.p-button-text:enabled:focus, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:enabled:focus, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:enabled:focus, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6664
5876
  background: rgba(156, 39, 176, 0.12);
6665
5877
  }
6666
- .p-button.p-button-help.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-help.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(.p-disabled):active {
6667
- background: rgba(156, 39, 176, 0.16);
6668
- }
6669
- .p-button.p-button-help.p-button-texta:enabled:focus, .p-button.p-button-help.p-button-outlineda:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-help.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:focus {
6670
- background: rgba(156, 39, 176, 0.12);
6671
- }
6672
- .p-button.p-button-help.p-button-texta:enabled:active, .p-button.p-button-help.p-button-outlineda:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-help.p-button-texta:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlineda:enabled:active {
6673
- background: rgba(156, 39, 176, 0.16);
6674
- }
6675
- .p-button.p-button-help.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):focus {
6676
- background: rgba(156, 39, 176, 0.12);
6677
- }
6678
- .p-button.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-help.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(a):not(.p-disabled):active {
5878
+ .p-button.p-button-help.p-button-text:enabled:active, .p-button.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-help.p-button-outlined:enabled:active, .p-button.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-text:enabled:active, .p-fileupload-choose.p-button-help.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-help.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6679
5879
  background: rgba(156, 39, 176, 0.16);
6680
5880
  }
6681
5881
  .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-buttonset.p-button-help > .p-button.p-button-text .p-ink, .p-buttonset.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink {
6682
5882
  background-color: rgba(156, 39, 176, 0.16);
6683
5883
  }
6684
5884
 
6685
- .p-button.p-button-dangerbutton:enabled:focus, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:focus, .p-fileupload-choose.p-button-dangerbutton:enabled:focus {
6686
- background: rgba(211, 47, 47, 0.76);
6687
- }
6688
- .p-button.p-button-dangerbutton:enabled:active, .p-buttonset.p-button-danger > .p-buttonbutton:enabled:active, .p-splitbutton.p-button-danger > .p-buttonbutton:enabled:active, .p-fileupload-choose.p-button-dangerbutton:enabled:active {
6689
- background: rgba(211, 47, 47, 0.68);
6690
- }
6691
- .p-button.p-button-danger:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):focus {
6692
- background: rgba(211, 47, 47, 0.76);
6693
- }
6694
- .p-button.p-button-danger:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(button):not(.p-disabled):active {
6695
- background: rgba(211, 47, 47, 0.68);
6696
- }
6697
- .p-button.p-button-dangera:enabled:focus, .p-buttonset.p-button-danger > .p-buttona:enabled:focus, .p-splitbutton.p-button-danger > .p-buttona:enabled:focus, .p-fileupload-choose.p-button-dangera:enabled:focus {
5885
+ .p-button.p-button-danger:enabled:focus, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:enabled:focus, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):focus {
6698
5886
  background: rgba(211, 47, 47, 0.76);
6699
5887
  }
6700
- .p-button.p-button-dangera:enabled:active, .p-buttonset.p-button-danger > .p-buttona:enabled:active, .p-splitbutton.p-button-danger > .p-buttona:enabled:active, .p-fileupload-choose.p-button-dangera:enabled:active {
5888
+ .p-button.p-button-danger:enabled:active, .p-button.p-button-danger:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-buttonset.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:enabled:active, .p-fileupload-choose.p-button-danger:not(button):not(a):not(.p-disabled):active {
6701
5889
  background: rgba(211, 47, 47, 0.68);
6702
5890
  }
6703
- .p-button.p-button-danger:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):focus {
6704
- background: rgba(211, 47, 47, 0.76);
6705
- }
6706
- .p-button.p-button-danger:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger:not(a):not(.p-disabled):active {
6707
- background: rgba(211, 47, 47, 0.68);
6708
- }
6709
- .p-button.p-button-danger.p-button-textbutton:enabled:focus, .p-button.p-button-danger.p-button-outlinedbutton:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:focus {
6710
- background: rgba(211, 47, 47, 0.12);
6711
- }
6712
- .p-button.p-button-danger.p-button-textbutton:enabled:active, .p-button.p-button-danger.p-button-outlinedbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-textbutton:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlinedbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-textbutton:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlinedbutton:enabled:active {
6713
- background: rgba(211, 47, 47, 0.16);
6714
- }
6715
- .p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):focus {
6716
- background: rgba(211, 47, 47, 0.12);
6717
- }
6718
- .p-button.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-button.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(.p-disabled):active {
6719
- background: rgba(211, 47, 47, 0.16);
6720
- }
6721
- .p-button.p-button-danger.p-button-texta:enabled:focus, .p-button.p-button-danger.p-button-outlineda:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:focus {
6722
- background: rgba(211, 47, 47, 0.12);
6723
- }
6724
- .p-button.p-button-danger.p-button-texta:enabled:active, .p-button.p-button-danger.p-button-outlineda:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-texta:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-texta:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlineda:enabled:active, .p-fileupload-choose.p-button-danger.p-button-texta:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlineda:enabled:active {
6725
- background: rgba(211, 47, 47, 0.16);
6726
- }
6727
- .p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):focus {
5891
+ .p-button.p-button-danger.p-button-text:enabled:focus, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-button.p-button-danger.p-button-outlined:enabled:focus, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):focus {
6728
5892
  background: rgba(211, 47, 47, 0.12);
6729
5893
  }
6730
- .p-button.p-button-danger.p-button-text:not(a):not(.p-disabled):active, .p-button.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(a):not(.p-disabled):active {
5894
+ .p-button.p-button-danger.p-button-text:enabled:active, .p-button.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active, .p-button.p-button-danger.p-button-outlined:enabled:active, .p-button.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:enabled:active, .p-fileupload-choose.p-button-danger.p-button-text:not(button):not(a):not(.p-disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:enabled:active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(.p-disabled):active {
6731
5895
  background: rgba(211, 47, 47, 0.16);
6732
5896
  }
6733
5897
  .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-text .p-ink, .p-buttonset.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink {