primeng 7.1.3 → 8.0.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 (271) hide show
  1. package/.editorconfig +1 -1
  2. package/CHANGELOG.md +119 -0
  3. package/README.md +1 -1
  4. package/browserslist +12 -0
  5. package/components/accordion/accordion.d.ts +4 -2
  6. package/components/accordion/accordion.js +24 -7
  7. package/components/accordion/accordion.js.map +1 -1
  8. package/components/accordion/accordion.metadata.json +1 -1
  9. package/components/autocomplete/autocomplete.d.ts +2 -0
  10. package/components/autocomplete/autocomplete.js +13 -5
  11. package/components/autocomplete/autocomplete.js.map +1 -1
  12. package/components/autocomplete/autocomplete.metadata.json +1 -1
  13. package/components/blockui/blockui.js +2 -2
  14. package/components/blockui/blockui.js.map +1 -1
  15. package/components/blockui/blockui.metadata.json +1 -1
  16. package/components/button/button.d.ts +1 -1
  17. package/components/button/button.js.map +1 -1
  18. package/components/calendar/calendar.d.ts +5 -2
  19. package/components/calendar/calendar.js +47 -23
  20. package/components/calendar/calendar.js.map +1 -1
  21. package/components/calendar/calendar.metadata.json +1 -1
  22. package/components/card/card.js +2 -2
  23. package/components/card/card.js.map +1 -1
  24. package/components/card/card.metadata.json +1 -1
  25. package/components/carousel/carousel.js +4 -4
  26. package/components/carousel/carousel.js.map +1 -1
  27. package/components/carousel/carousel.metadata.json +1 -1
  28. package/components/chart/chart.js +1 -0
  29. package/components/chart/chart.js.map +1 -1
  30. package/components/chart/chart.metadata.json +1 -1
  31. package/components/chips/chips.js +1 -1
  32. package/components/chips/chips.js.map +1 -1
  33. package/components/chips/chips.metadata.json +1 -1
  34. package/components/colorpicker/colorpicker.js +5 -5
  35. package/components/colorpicker/colorpicker.js.map +1 -1
  36. package/components/colorpicker/colorpicker.metadata.json +1 -1
  37. package/components/common/confirmationservice.d.ts +2 -2
  38. package/components/common/messageservice.d.ts +2 -2
  39. package/components/common/shared.js +1 -1
  40. package/components/common/shared.js.map +1 -1
  41. package/components/common/shared.metadata.json +1 -1
  42. package/components/common/treedragdropservice.d.ts +2 -2
  43. package/components/confirmdialog/confirmdialog.js +4 -4
  44. package/components/confirmdialog/confirmdialog.js.map +1 -1
  45. package/components/confirmdialog/confirmdialog.metadata.json +1 -1
  46. package/components/contextmenu/contextmenu.d.ts +5 -3
  47. package/components/contextmenu/contextmenu.js +14 -2
  48. package/components/contextmenu/contextmenu.js.map +1 -1
  49. package/components/contextmenu/contextmenu.metadata.json +1 -1
  50. package/components/datagrid/datagrid.d.ts +1 -1
  51. package/components/datagrid/datagrid.js +2 -2
  52. package/components/datagrid/datagrid.js.map +1 -1
  53. package/components/datagrid/datagrid.metadata.json +1 -1
  54. package/components/datalist/datalist.d.ts +1 -1
  55. package/components/datalist/datalist.js +2 -2
  56. package/components/datalist/datalist.js.map +1 -1
  57. package/components/datalist/datalist.metadata.json +1 -1
  58. package/components/datascroller/datascroller.js +3 -3
  59. package/components/datascroller/datascroller.js.map +1 -1
  60. package/components/datascroller/datascroller.metadata.json +1 -1
  61. package/components/dataview/dataview.d.ts +2 -1
  62. package/components/dataview/dataview.js +8 -3
  63. package/components/dataview/dataview.js.map +1 -1
  64. package/components/dataview/dataview.metadata.json +1 -1
  65. package/components/defer/defer.js +1 -1
  66. package/components/defer/defer.js.map +1 -1
  67. package/components/defer/defer.metadata.json +1 -1
  68. package/components/dialog/dialog.d.ts +0 -1
  69. package/components/dialog/dialog.js +4 -14
  70. package/components/dialog/dialog.js.map +1 -1
  71. package/components/dialog/dialog.metadata.json +1 -1
  72. package/components/dom/domhandler.d.ts +1 -0
  73. package/components/dom/domhandler.js +11 -1
  74. package/components/dom/domhandler.js.map +1 -1
  75. package/components/dropdown/dropdown.d.ts +6 -1
  76. package/components/dropdown/dropdown.js +41 -10
  77. package/components/dropdown/dropdown.js.map +1 -1
  78. package/components/dropdown/dropdown.metadata.json +1 -1
  79. package/components/dynamicdialog/dynamicdialog.js +2 -2
  80. package/components/dynamicdialog/dynamicdialog.js.map +1 -1
  81. package/components/dynamicdialog/dynamicdialog.metadata.json +1 -1
  82. package/components/editor/editor.js +2 -1
  83. package/components/editor/editor.js.map +1 -1
  84. package/components/editor/editor.metadata.json +1 -1
  85. package/components/fieldset/fieldset.js +8 -3
  86. package/components/fieldset/fieldset.js.map +1 -1
  87. package/components/fieldset/fieldset.metadata.json +1 -1
  88. package/components/fileupload/fileupload.d.ts +11 -2
  89. package/components/fileupload/fileupload.js +83 -15
  90. package/components/fileupload/fileupload.js.map +1 -1
  91. package/components/fileupload/fileupload.metadata.json +1 -1
  92. package/components/focustrap/focustrap.d.ts +8 -0
  93. package/components/focustrap/focustrap.js +73 -0
  94. package/components/focustrap/focustrap.js.map +1 -0
  95. package/components/focustrap/focustrap.metadata.json +1 -0
  96. package/components/growl/growl.js +1 -1
  97. package/components/growl/growl.js.map +1 -1
  98. package/components/growl/growl.metadata.json +1 -1
  99. package/components/inputmask/inputmask.d.ts +1 -0
  100. package/components/inputmask/inputmask.js +7 -3
  101. package/components/inputmask/inputmask.js.map +1 -1
  102. package/components/inputmask/inputmask.metadata.json +1 -1
  103. package/components/keyfilter/keyfilter.d.ts +8 -1
  104. package/components/keyfilter/keyfilter.js +59 -3
  105. package/components/keyfilter/keyfilter.js.map +1 -1
  106. package/components/keyfilter/keyfilter.metadata.json +1 -1
  107. package/components/lightbox/lightbox.d.ts +4 -0
  108. package/components/lightbox/lightbox.js +39 -20
  109. package/components/lightbox/lightbox.js.map +1 -1
  110. package/components/lightbox/lightbox.metadata.json +1 -1
  111. package/components/listbox/listbox.js +3 -3
  112. package/components/listbox/listbox.js.map +1 -1
  113. package/components/listbox/listbox.metadata.json +1 -1
  114. package/components/menu/menu.d.ts +2 -2
  115. package/components/menu/menu.js +2 -2
  116. package/components/menu/menu.js.map +1 -1
  117. package/components/menu/menu.metadata.json +1 -1
  118. package/components/multiselect/multiselect.d.ts +4 -0
  119. package/components/multiselect/multiselect.js +51 -12
  120. package/components/multiselect/multiselect.js.map +1 -1
  121. package/components/multiselect/multiselect.metadata.json +1 -1
  122. package/components/orderlist/orderlist.js +2 -1
  123. package/components/orderlist/orderlist.js.map +1 -1
  124. package/components/orderlist/orderlist.metadata.json +1 -1
  125. package/components/organizationchart/organizationchart.d.ts +4 -2
  126. package/components/organizationchart/organizationchart.js +15 -1
  127. package/components/organizationchart/organizationchart.js.map +1 -1
  128. package/components/organizationchart/organizationchart.metadata.json +1 -1
  129. package/components/overlaypanel/overlaypanel.d.ts +2 -0
  130. package/components/overlaypanel/overlaypanel.js +8 -3
  131. package/components/overlaypanel/overlaypanel.js.map +1 -1
  132. package/components/overlaypanel/overlaypanel.metadata.json +1 -1
  133. package/components/paginator/paginator.d.ts +4 -2
  134. package/components/paginator/paginator.js +25 -9
  135. package/components/paginator/paginator.js.map +1 -1
  136. package/components/paginator/paginator.metadata.json +1 -1
  137. package/components/panel/panel.js +9 -3
  138. package/components/panel/panel.js.map +1 -1
  139. package/components/panel/panel.metadata.json +1 -1
  140. package/components/panelmenu/panelmenu.js +15 -5
  141. package/components/panelmenu/panelmenu.js.map +1 -1
  142. package/components/panelmenu/panelmenu.metadata.json +1 -1
  143. package/components/picklist/picklist.js +4 -4
  144. package/components/picklist/picklist.js.map +1 -1
  145. package/components/picklist/picklist.metadata.json +1 -1
  146. package/components/radiobutton/radiobutton.js +2 -2
  147. package/components/radiobutton/radiobutton.js.map +1 -1
  148. package/components/radiobutton/radiobutton.metadata.json +1 -1
  149. package/components/scrollpanel/scrollpanel.js +4 -4
  150. package/components/scrollpanel/scrollpanel.js.map +1 -1
  151. package/components/scrollpanel/scrollpanel.metadata.json +1 -1
  152. package/components/selectbutton/selectbutton.js +1 -1
  153. package/components/selectbutton/selectbutton.js.map +1 -1
  154. package/components/selectbutton/selectbutton.metadata.json +1 -1
  155. package/components/sidebar/sidebar.d.ts +6 -0
  156. package/components/sidebar/sidebar.js +40 -3
  157. package/components/sidebar/sidebar.js.map +1 -1
  158. package/components/sidebar/sidebar.metadata.json +1 -1
  159. package/components/slidemenu/slidemenu.d.ts +2 -2
  160. package/components/slidemenu/slidemenu.js +6 -6
  161. package/components/slidemenu/slidemenu.js.map +1 -1
  162. package/components/slidemenu/slidemenu.metadata.json +1 -1
  163. package/components/spinner/spinner.d.ts +11 -5
  164. package/components/spinner/spinner.js +54 -40
  165. package/components/spinner/spinner.js.map +1 -1
  166. package/components/spinner/spinner.metadata.json +1 -1
  167. package/components/splitbutton/splitbutton.js +2 -2
  168. package/components/splitbutton/splitbutton.js.map +1 -1
  169. package/components/splitbutton/splitbutton.metadata.json +1 -1
  170. package/components/table/table.d.ts +13 -14
  171. package/components/table/table.js +59 -59
  172. package/components/table/table.js.map +1 -1
  173. package/components/table/table.metadata.json +1 -1
  174. package/components/terminal/terminalservice.d.ts +2 -2
  175. package/components/tieredmenu/tieredmenu.d.ts +2 -2
  176. package/components/tieredmenu/tieredmenu.js +2 -2
  177. package/components/tieredmenu/tieredmenu.js.map +1 -1
  178. package/components/tieredmenu/tieredmenu.metadata.json +1 -1
  179. package/components/toast/toast.js +2 -2
  180. package/components/toast/toast.js.map +1 -1
  181. package/components/toast/toast.metadata.json +1 -1
  182. package/components/togglebutton/togglebutton.js +7 -3
  183. package/components/togglebutton/togglebutton.js.map +1 -1
  184. package/components/togglebutton/togglebutton.metadata.json +1 -1
  185. package/components/tree/tree.d.ts +2 -2
  186. package/components/tree/tree.js +1 -1
  187. package/components/tree/tree.js.map +1 -1
  188. package/components/tree/tree.metadata.json +1 -1
  189. package/components/treetable/treetable.d.ts +6 -6
  190. package/components/treetable/treetable.js +22 -16
  191. package/components/treetable/treetable.js.map +1 -1
  192. package/components/treetable/treetable.metadata.json +1 -1
  193. package/components/utils/objectutils.js +3 -5
  194. package/components/utils/objectutils.js.map +1 -1
  195. package/components/virtualscroller/virtualscroller.js +3 -3
  196. package/components/virtualscroller/virtualscroller.js.map +1 -1
  197. package/components/virtualscroller/virtualscroller.metadata.json +1 -1
  198. package/focustrap.d.ts +1 -0
  199. package/{datatable.js → focustrap.js} +1 -1
  200. package/package.json +35 -39
  201. package/primeng.d.ts +0 -1
  202. package/primeng.js +0 -1
  203. package/resources/components/dropdown/dropdown.css +15 -0
  204. package/resources/components/inputtextarea/inputtextarea.css +12 -7
  205. package/resources/components/lightbox/lightbox.css +3 -0
  206. package/resources/components/multiselect/multiselect.css +4 -0
  207. package/resources/primeng.css +780 -1123
  208. package/resources/primeng.min.css +1 -1
  209. package/tsconfig.app.json +15 -0
  210. package/tsconfig.spec.json +19 -0
  211. package/components/datatable/datatable.d.ts +0 -353
  212. package/components/datatable/datatable.js +0 -2402
  213. package/components/datatable/datatable.js.map +0 -1
  214. package/components/datatable/datatable.metadata.json +0 -1
  215. package/datatable.d.ts +0 -1
  216. package/resources/components/datatable/datatable.css +0 -370
  217. package/resources/themes/_theme.scss +0 -857
  218. package/resources/themes/bootstrap/theme.css +0 -2248
  219. package/resources/themes/cruze/theme.css +0 -881
  220. package/resources/themes/cruze/theme.scss +0 -61
  221. package/resources/themes/cupertino/theme.css +0 -881
  222. package/resources/themes/cupertino/theme.scss +0 -61
  223. package/resources/themes/darkness/theme.css +0 -881
  224. package/resources/themes/darkness/theme.scss +0 -61
  225. package/resources/themes/flick/theme.css +0 -881
  226. package/resources/themes/flick/theme.scss +0 -61
  227. package/resources/themes/home/theme.css +0 -881
  228. package/resources/themes/home/theme.scss +0 -61
  229. package/resources/themes/kasper/theme.css +0 -881
  230. package/resources/themes/kasper/theme.scss +0 -61
  231. package/resources/themes/lightness/theme.css +0 -881
  232. package/resources/themes/lightness/theme.scss +0 -61
  233. package/resources/themes/ludvig/theme.css +0 -881
  234. package/resources/themes/ludvig/theme.scss +0 -61
  235. package/resources/themes/omega/fonts/roboto-v15-latin-regular.eot +0 -0
  236. package/resources/themes/omega/fonts/roboto-v15-latin-regular.svg +0 -308
  237. package/resources/themes/omega/fonts/roboto-v15-latin-regular.ttf +0 -0
  238. package/resources/themes/omega/fonts/roboto-v15-latin-regular.woff +0 -0
  239. package/resources/themes/omega/fonts/roboto-v15-latin-regular.woff2 +0 -0
  240. package/resources/themes/omega/images/icons_16.png +0 -0
  241. package/resources/themes/omega/images/slider_handles.png +0 -0
  242. package/resources/themes/omega/images/slider_handles@2x.png +0 -0
  243. package/resources/themes/omega/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  244. package/resources/themes/omega/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  245. package/resources/themes/omega/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  246. package/resources/themes/omega/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  247. package/resources/themes/omega/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  248. package/resources/themes/omega/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  249. package/resources/themes/omega/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  250. package/resources/themes/omega/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  251. package/resources/themes/omega/images/ui-icons_222222_256x240.png +0 -0
  252. package/resources/themes/omega/images/ui-icons_2e83ff_256x240.png +0 -0
  253. package/resources/themes/omega/images/ui-icons_454545_256x240.png +0 -0
  254. package/resources/themes/omega/images/ui-icons_cd0a0a_256x240.png +0 -0
  255. package/resources/themes/omega/images/ui-icons_ffffff_256x240.png +0 -0
  256. package/resources/themes/omega/theme.css +0 -1457
  257. package/resources/themes/omega/theme.scss +0 -641
  258. package/resources/themes/pepper-grinder/theme.css +0 -881
  259. package/resources/themes/pepper-grinder/theme.scss +0 -61
  260. package/resources/themes/redmond/theme.css +0 -881
  261. package/resources/themes/redmond/theme.scss +0 -61
  262. package/resources/themes/rocket/theme.css +0 -881
  263. package/resources/themes/rocket/theme.scss +0 -61
  264. package/resources/themes/south-street/theme.css +0 -887
  265. package/resources/themes/south-street/theme.scss +0 -67
  266. package/resources/themes/start/theme.css +0 -881
  267. package/resources/themes/start/theme.scss +0 -61
  268. package/resources/themes/trontastic/theme.css +0 -881
  269. package/resources/themes/trontastic/theme.scss +0 -61
  270. package/resources/themes/voclain/theme.css +0 -881
  271. package/resources/themes/voclain/theme.scss +0 -61
@@ -1,2248 +0,0 @@
1
- /*
2
- * Deprecated: Use nova instead
3
- */
4
- @charset "UTF-8";
5
-
6
- body .ui-widget,
7
- body .ui-widget .ui-widget,
8
- body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
9
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
10
- text-decoration: none;
11
- font-size: 1em;
12
- }
13
- body .ui-widget-content {
14
- background-color: #ffffff;
15
- border: 1px solid #c7c7c7;
16
- }
17
- body .ui-widget-header {
18
- background: #ffffff;
19
- color: #2d353c;
20
- border: 1px solid #cdcdcd;
21
- }
22
- body .ui-state-active,
23
- body .ui-state-highlight {
24
- background-color: #0275d8;
25
- color: #ffffff;
26
- }
27
- body .ui-state-error,
28
- body .ui-state-default.ui-state-error {
29
- border-bottom-color: #e13131;
30
- }
31
- body .ui-icon {
32
- width: 1em;
33
- height: 1em;
34
- line-height: 1em;
35
- }
36
- body .ui-state-disabled,
37
- body .ui-widget:disabled {
38
- opacity: .35;
39
- filter: Alpha(Opacity= 35);
40
- background-image: none;
41
- cursor: default !important;
42
- }
43
- body .ui-state-disabled *,
44
- body .ui-widget:disabled * {
45
- cursor: default !important;
46
- }
47
- body .ui-corner-all {
48
- -moz-border-radius: 0.25em;
49
- -webkit-border-radius: 0.25em;
50
- border-radius: 0.25em;
51
- }
52
- body .ui-corner-top {
53
- -moz-border-radius-topleft: 0.25em;
54
- -webkit-border-top-left-radius: 0.25em;
55
- border-top-left-radius: 0.25em;
56
- -moz-border-radius-topright: 0.25em;
57
- -webkit-border-top-right-radius: 0.25em;
58
- border-top-right-radius: 0.25em;
59
- }
60
- body .ui-corner-bottom {
61
- -moz-border-radius-bottomleft: 0.25em;
62
- -webkit-border-bottom-left-radius: 0.25em;
63
- border-bottom-left-radius: 0.25em;
64
- -moz-border-radius-bottomright: 0.25em;
65
- -webkit-border-bottom-right-radius: 0.25em;
66
- border-bottom-right-radius: 0.25em;
67
- }
68
- body .ui-corner-left {
69
- -moz-border-radius-topleft: 0.25em;
70
- -webkit-border-top-left-radius: 0.25em;
71
- border-top-left-radius: 0.25em;
72
- -moz-border-radius-bottomleft: 0.25em;
73
- -webkit-border-bottom-left-radius: 0.25em;
74
- border-bottom-left-radius: 0.25em;
75
- }
76
- body .ui-corner-right {
77
- -moz-border-radius-topright: 0.25em;
78
- -webkit-border-top-right-radius: 0.25em;
79
- border-top-right-radius: 0.25em;
80
- -moz-border-radius-bottomright: 0.25em;
81
- -webkit-border-bottom-right-radius: 0.25em;
82
- border-bottom-right-radius: 0.25em;
83
- }
84
- body .ui-widget-overlay {
85
- background-color: #424242;
86
- opacity: 0.7;
87
- filter: alpha(opacity=70);
88
- }
89
- body .ui-inputtext {
90
- background: #ffffff;
91
- padding: 0.5em 0.75em;
92
- border: 1px solid rgba(0, 0, 0, 0.15);
93
- -moz-border-radius: 0.25em;
94
- -webkit-border-radius: 0.25em;
95
- border-radius: 0.25em;
96
- font-size: 1em;
97
- color: #55595c;
98
- line-height: 1.25;
99
- }
100
- body .ui-inputtext.ui-state-focus,
101
- body .ui-inputtext:focus {
102
- border: 1px solid #66afe9;
103
- }
104
- body .ui-button {
105
- color: #ffffff;
106
- background-color: #0275d8;
107
- border: 1px solid transparent;
108
- padding: 0.2em;
109
- font-size: 1em;
110
- -moz-transition: background-color 0.3s;
111
- -o-transition: background-color 0.3s;
112
- -webkit-transition: background-color 0.3s;
113
- transition: background-color 0.3s;
114
- }
115
- body .ui-button:focus,
116
- body .ui-button:enabled:hover {
117
- outline: 0 none;
118
- background-color: #0267bf;
119
- }
120
- body .ui-button:enabled:active {
121
- background-color: #025aa5;
122
- -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
123
- -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
124
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
125
- }
126
-
127
- body .ui-fileupload-choose:not(.ui-state-disabled):hover,
128
- body .ui-fileupload-choose.ui-state-focus {
129
- outline: 0 none;
130
- background-color: #0267bf;
131
- }
132
-
133
- body .ui-fileupload-choose:not(.ui-state-disabled):active {
134
- background-color: #025aa5;
135
- -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
136
- -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
137
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
138
- }
139
-
140
- body .ui-button.raised-btn {
141
- -moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
142
- -webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
143
- box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
144
- }
145
- body .ui-togglebutton.ui-button.ui-state-focus {
146
- -moz-box-shadow: 0px 0px 5px #1f89ce;
147
- -webkit-box-shadow: 0px 0px 5px #1f89ce;
148
- box-shadow: 0px 0px 5px #1f89ce;
149
- }
150
- body .ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover {
151
- background-color: #0267bf;
152
- }
153
- body .ui-togglebutton:not(.ui-state-disabled).ui-state-active {
154
- background-color: #025aa5;
155
- }
156
- body .ui-chips .ui-chips-token .ui-chips-token-label {
157
- padding: 0.125em;
158
- }
159
- body .ui-chips .ui-chips-input-token input:focus {
160
- border: none;
161
- }
162
- body .ui-chkbox .ui-chkbox-box {
163
- border: 1px solid rgba(0, 0, 0, 0.15);
164
- background-color: #ffffff;
165
- -moz-transition: background-color 0.3s;
166
- -o-transition: background-color 0.3s;
167
- -webkit-transition: background-color 0.3s;
168
- transition: background-color 0.3s;
169
- }
170
- body .ui-chkbox .ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover {
171
- border: 1px solid #b3b3b3;
172
- }
173
- body .ui-chkbox .ui-chkbox-box.ui-state-active {
174
- border: 1px solid #0275d8;
175
- background-color: #0275d8;
176
- color: #ffffff;
177
- }
178
- body .ui-chkbox .ui-chkbox-box.ui-state-focus {
179
- border: 1px solid #0275d8;
180
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
181
- -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
182
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
183
- }
184
- body .ui-radiobutton {
185
- display: inline-block;
186
- }
187
- body .ui-radiobutton .ui-radiobutton-box {
188
- border: 1px solid rgba(0, 0, 0, 0.15);
189
- background-color: #ffffff;
190
- -moz-border-radius: 50%;
191
- -webkit-border-radius: 50%;
192
- border-radius: 50%;
193
- }
194
- body .ui-radiobutton .ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover {
195
- border: 1px solid #b3b3b3;
196
- }
197
- body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
198
- border: 1px solid #0275d8;
199
- background-color: #0275d8;
200
- color: #ffffff;
201
- }
202
- body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon.fa-circle {
203
- color: #ffffff;
204
- }
205
- body .ui-radiobutton .ui-radiobutton-box.ui-state-focus {
206
- border: 1px solid #0275d8;
207
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
208
- -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
209
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
210
- }
211
- body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon {
212
- font-size: 0.5em;
213
- overflow: hidden;
214
- position: relative;
215
- top: -0.15em;
216
- }
217
- body .ui-inputswitch {
218
- background-color: #0275d8;
219
- text-transform: uppercase;
220
- }
221
- body .ui-inputswitch .ui-inputswitch-handle {
222
- background-color: #ffffff;
223
- border: 1px solid transparent;
224
- box-sizing: border-box;
225
- }
226
- body .ui-inputswitch .ui-inputswitch-handle.ui-state-focus {
227
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
228
- -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
229
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
230
- }
231
- body .ui-inputswitch .ui-inputswitch-on,
232
- body .ui-inputswitch .ui-inputswitch-off {
233
- color: #fff;
234
- }
235
- body .ui-inputswitch .ui-inputswitch-on span,
236
- body .ui-inputswitch .ui-inputswitch-off span {
237
- margin-right: 0.2em;
238
- position: relative;
239
- top: -0.1em;
240
- font-weight: 700;
241
- }
242
- body .ui-selectbutton.ui-buttonset .ui-button {
243
- background-color: #ffffff;
244
- border-color: #cccccc;
245
- }
246
- body .ui-selectbutton.ui-buttonset .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover {
247
- background-color: #e6e6e6;
248
- color: #373a3c;
249
- }
250
- body .ui-selectbutton.ui-buttonset .ui-button.ui-state-active {
251
- background-color: #0275d8;
252
- color: #ffffff;
253
- }
254
- body .ui-autocomplete .ui-autocomplete-dropdown .ui-button-text {
255
- padding: 0.35em;
256
- }
257
- body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container {
258
- padding: 0.5em 0.75em;
259
- }
260
- body .ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-input-token input:focus {
261
- border: none;
262
- }
263
- body .ui-autocomplete-panel {
264
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
265
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
266
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
267
- }
268
- body .ui-autocomplete-panel .ui-autocomplete-items {
269
- padding: 0;
270
- }
271
- body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-list-item {
272
- margin: 0;
273
- padding: 0.375em 0.75em;
274
- -moz-border-radius: 0;
275
- -webkit-border-radius: 0;
276
- border-radius: 0;
277
- }
278
- body .ui-autocomplete-panel .ui-autocomplete-items .ui-autocomplete-group {
279
- padding: 0.375em 0.75em;
280
- background-color: #e6e6e6;
281
- color: #373a3c;
282
- }
283
- body .ui-dropdown {
284
- border: 1px solid #d6d6d6;
285
- }
286
- body .ui-dropdown:not(.ui-state-disabled):hover {
287
- background-color: #d9d9d9;
288
- border-color: #cccccc;
289
- }
290
- body .ui-dropdown .ui-dropdown-label {
291
- background: #ffffff;
292
- }
293
- body .ui-dropdown .ui-dropdown-trigger {
294
- background-color: #ffffff;
295
- }
296
- body .ui-dropdown .ui-dropdown-trigger .fa {
297
- color: #55595c;
298
- margin-top: .65em;
299
- }
300
- body .ui-dropdown:not(.ui-state-disabled):hover .ui-dropdown-trigger,
301
- body .ui-dropdown.ui-state-focus .ui-dropdown-trigger,
302
- body .ui-dropdown.ui-state-focus .ui-dropdown-label,
303
- body .ui-dropdown:not(.ui-state-disabled):hover .ui-dropdown-label {
304
- -moz-border-radius: 3px;
305
- -webkit-border-radius: 3px;
306
- border-radius: 3px;
307
- -moz-border-top-left-radius: 0;
308
- -webkit-border-top-left-radius: 0;
309
- border-top-left-radius: 0;
310
- -moz-border-bottom-left-radius: 0;
311
- -webkit-border-bottom-left-radius: 0;
312
- border-bottom-left-radius: 0;
313
- background-color: #d9d9d9;
314
- }
315
- body .ui-dropdown.ui-state-focus .ui-dropdown-label.ui-inputtext {
316
- border: 0 none;
317
- }
318
- body .ui-dropdown-panel .ui-dropdown-filter-container {
319
- padding: 0.375em 0.75em;
320
- }
321
- body .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter {
322
- width: 100%;
323
- box-sizing: border-box;
324
- padding-right: 1.250em;
325
- }
326
- body .ui-dropdown-panel .ui-dropdown-filter-container .fa {
327
- top: 1.05em;
328
- right: 1.25em;
329
- }
330
- body .ui-dropdown-panel .ui-dropdown-items {
331
- padding: 0;
332
- }
333
- body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item {
334
- padding: 0.375em 0.75em;
335
- -moz-border-radius: 0;
336
- -webkit-border-radius: 0;
337
- border-radius: 0;
338
- }
339
- body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item:not(.ui-state-highlight):hover {
340
- background-color: #f4f3f4;
341
- color: #373a3c;
342
- }
343
- body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight {
344
- background-color: #0275d8;
345
- color: #ffffff;
346
- }
347
- body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item > td {
348
- padding: 0.375em 0.75em;
349
- }
350
- body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group {
351
- padding: 0.375em 0.75em;
352
- background-color: #e6e6e6;
353
- }
354
- body .ui-multiselect {
355
- background: #ffffff;
356
- padding: 0.5em 0.75em;
357
- border: 1px solid #e6e6e6;
358
- -moz-border-radius: 0.25em;
359
- -webkit-border-radius: 0.25em;
360
- border-radius: 0.25em;
361
- }
362
- body .ui-multiselect .ui-multiselect-trigger {
363
- -moz-border-radius: 3px;
364
- -webkit-border-radius: 3px;
365
- border-radius: 3px;
366
- -moz-border-top-left-radius: 0;
367
- -webkit-border-top-left-radius: 0;
368
- border-top-left-radius: 0;
369
- -moz-border-bottom-left-radius: 0;
370
- -webkit-border-bottom-left-radius: 0;
371
- border-bottom-left-radius: 0;
372
- }
373
- body .ui-multiselect:not(.ui-state-disabled):hover {
374
- color: #212121;
375
- }
376
- body .ui-multiselect:not(.ui-state-disabled):hover .ui-multiselect-trigger {
377
- background-color: #d9d9d9;
378
- }
379
- body .ui-multiselect .ui-multiselect-trigger .fa {
380
- margin-top: .8em;
381
- }
382
- body .ui-multiselect:not(.ui-state-disabled) .ui-multiselect-trigger:hover {
383
- background-color: #d9d9d9;
384
- }
385
- body .ui-multiselect .ui-multiselect-panel {
386
- padding: 0;
387
- }
388
- body .ui-multiselect .ui-multiselect-header {
389
- border-top: 0 none;
390
- border-left: 0 none;
391
- border-right: 0 none;
392
- -moz-border-radius: 0;
393
- -webkit-border-radius: 0;
394
- border-radius: 0;
395
- padding: 0.375em 0.75em;
396
- }
397
- body .ui-multiselect .ui-multiselect-header .ui-multiselect-close {
398
- color: #373a3c;
399
- }
400
- body .ui-multiselect .ui-multiselect-item {
401
- margin: 0;
402
- padding: 0.375em 0.75em;
403
- -moz-border-radius: 0;
404
- -webkit-border-radius: 0;
405
- border-radius: 0;
406
- }
407
- body .ui-multiselect .ui-multiselect-item:not(.ui-state-highlight):hover {
408
- background-color: #f4f3f4;
409
- color: #373a3c;
410
- }
411
- body .ui-multiselect .ui-multiselect-item.ui-state-highlight {
412
- background-color: #0275d8;
413
- color: #ffffff;
414
- }
415
- body .ui-multiselect .ui-multiselect-item.ui-state-highlight .ui-chkbox {
416
- border: 1px solid #108ffd;
417
- }
418
- body .ui-multiselect .ui-multiselect-item > td {
419
- padding: 0.375em 0.75em;
420
- }
421
- body .ui-listbox {
422
- padding: 0;
423
- width: 12.5em;
424
- }
425
- body .ui-listbox .ui-listbox-item {
426
- margin: 0;
427
- padding: 0.375em 0.75em;
428
- -moz-border-radius: 0;
429
- -webkit-border-radius: 0;
430
- border-radius: 0;
431
- }
432
- body .ui-listbox .ui-listbox-item:last-child {
433
- border-bottom: none;
434
- }
435
- body .ui-listbox:not(.ui-state-disabled) .ui-listbox-item:hover {
436
- background-color: #f4f3f4;
437
- color: #373a3c;
438
- }
439
- body .ui-listbox .ui-listbox-item.ui-state-highlight {
440
- background-color: #0275d8;
441
- color: #ffffff;
442
- }
443
- body .ui-listbox .ui-listbox-item.ui-state-highlight .ui-chkbox {
444
- border: 1px solid #108ffd;
445
- }
446
- body .ui-listbox.ui-state-disabled .ui-chkbox-box:not(.ui-state-active):hover {
447
- border: 1px solid rgba(0, 0, 0, 0.15);
448
- background-color: #ffffff;
449
- }
450
- body .ui-listbox .ui-listbox-item > td {
451
- padding: 0.375em 0.75em;
452
- }
453
- body .ui-listbox .ui-listbox-header {
454
- padding: 0.375em 0.75em;
455
- border-top: 0 none;
456
- border-right: 0 none;
457
- border-left: 0 none;
458
- -moz-border-radius: 0;
459
- -webkit-border-radius: 0;
460
- border-radius: 0;
461
- }
462
- body .ui-listbox .ui-listbox-header .ui-listbox-filter-container {
463
- width: 8em;
464
- }
465
- body .ui-multiselectlistbox {
466
- padding: 0;
467
- }
468
- body .ui-multiselectlistbox .ui-multiselectlistbox-header {
469
- padding: 0.375em 0.75em;
470
- }
471
- body .ui-multiselectlistbox .ui-multiselectlistbox-item {
472
- margin: 0;
473
- padding: 0.375em 0.75em;
474
- -moz-border-radius: 0;
475
- -webkit-border-radius: 0;
476
- border-radius: 0;
477
- }
478
- body .ui-multiselectlistbox .ui-multiselectlistbox-item:not(.ui-state-highlight):hover {
479
- background-color: #f4f3f4;
480
- color: #373a3c;
481
- }
482
- body .ui-multiselectlistbox .ui-multiselectlistbox-item.ui-state-highlight {
483
- background-color: #0275d8;
484
- color: #ffffff;
485
- }
486
- body .ui-rating .ui-rating-cancel {
487
- display: inline-block;
488
- }
489
- body .ui-rating .ui-rating-cancel a {
490
- background: none !important;
491
- display: inline-block;
492
- font: normal normal normal 14px/1 FontAwesome;
493
- font-size: inherit;
494
- text-rendering: auto;
495
- -webkit-font-smoothing: antialiased;
496
- -moz-osx-font-smoothing: grayscale;
497
- text-indent: 0px !important;
498
- text-align: center;
499
- display: block;
500
- -moz-transition: color 0.3s;
501
- -o-transition: color 0.3s;
502
- -webkit-transition: color 0.3s;
503
- transition: color 0.3s;
504
- color: #e42a7b;
505
- }
506
- body .ui-rating .ui-rating-cancel a::before {
507
- content: "";
508
- }
509
- body .ui-rating .ui-rating-cancel a:hover {
510
- color: #e74189;
511
- }
512
- body .ui-rating .ui-rating-star {
513
- display: inline-block;
514
- }
515
- body .ui-rating .ui-rating-star a {
516
- background: none !important;
517
- display: inline-block;
518
- font: normal normal normal 14px/1 FontAwesome;
519
- font-size: inherit;
520
- text-rendering: auto;
521
- -webkit-font-smoothing: antialiased;
522
- -moz-osx-font-smoothing: grayscale;
523
- text-indent: 0px !important;
524
- text-align: center;
525
- display: block;
526
- color: #373a3c;
527
- }
528
- body .ui-rating .ui-rating-star a::before {
529
- content: "";
530
- }
531
- body .ui-rating .ui-rating-star a:hover {
532
- color: #0275d8;
533
- }
534
- body .ui-rating .ui-rating-star-on a {
535
- color: #0275d8;
536
- background: none !important;
537
- display: inline-block;
538
- font: normal normal normal 14px/1 FontAwesome;
539
- font-size: inherit;
540
- text-rendering: auto;
541
- -webkit-font-smoothing: antialiased;
542
- -moz-osx-font-smoothing: grayscale;
543
- text-indent: 0px !important;
544
- text-align: center;
545
- display: block;
546
- }
547
- body .ui-rating .ui-rating-star-on a::before {
548
- content: "";
549
- }
550
- body .ui-spinner .ui-spinner-button {
551
- z-index: auto;
552
- box-sizing: border-box;
553
- }
554
- body .ui-spinner:not(.ui-state-disabled) .ui-spinner-button:hover {
555
- background-color: #0267bf;
556
- color: #ffffff;
557
- }
558
- body .ui-spinner:not(.ui-state-disabled) .ui-spinner-button:active {
559
- background-color: #025aa5;
560
- color: #ffffff;
561
- }
562
- body .ui-slider {
563
- background-color: #e6e6e6;
564
- border-color: #e6e6e6;
565
- }
566
- body .ui-slider.ui-slider-horizontal .ui-slider-handle {
567
- top: -.2em;
568
- }
569
- body .ui-slider.ui-slider-vertical .ui-slider-handle {
570
- left: -.2em;
571
- }
572
- body .ui-slider .ui-slider-handle {
573
- background-color: #0275d8;
574
- -moz-transition: background-color 0.3s;
575
- -o-transition: background-color 0.3s;
576
- -webkit-transition: background-color 0.3s;
577
- transition: background-color 0.3s;
578
- -moz-border-radius: 100%;
579
- -webkit-border-radius: 100%;
580
- border-radius: 100%;
581
- }
582
- body .ui-slider.ui-slider-animate .ui-slider-handle {
583
- -moz-transition: background-color 0.3s,left 0.3s;
584
- -o-transition: background-color 0.3s,left 0.3s;
585
- -webkit-transition: background-color 0.3s,left 0.3s;
586
- transition: background-color 0.3s,left 0.3s;
587
- }
588
- body .ui-slider .ui-slider-handle:hover {
589
- background-color: #0267bf;
590
- }
591
- body .ui-slider .ui-slider-range {
592
- background: #43a7fd;
593
- }
594
- body .ui-buttonset.ui-selectbutton .ui-button:first-child {
595
- border-right: none;
596
- }
597
- body .ui-buttonset.ui-selectbutton .ui-button:last-child {
598
- border-left: none;
599
- }
600
- body .ui-buttonset .ui-button {
601
- background-color: #e6e6e6;
602
- color: #373a3c;
603
- border: 1px solid transparent;
604
- -moz-border-radius: 0px;
605
- -webkit-border-radius: 0px;
606
- border-radius: 0px;
607
- }
608
- body .ui-buttonset .ui-button:hover {
609
- background-color: #cdcdcd;
610
- }
611
- body .ui-buttonset .ui-button:focus {
612
- background-color: #e6e6e6;
613
- color: #373a3c;
614
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
615
- -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
616
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
617
- border: 1px solid #0275d8;
618
- }
619
- body .ui-buttonset .ui-button:active {
620
- background-color: #0275d8;
621
- color: #ffffff;
622
- }
623
- body .ui-buttonset .ui-button:active:focus {
624
- background-color: #0275d8;
625
- color: #ffffff;
626
- -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
627
- -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
628
- box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
629
- }
630
- body .ui-buttonset .ui-button:first-child {
631
- -moz-border-radius-topleft: 0.25em;
632
- -webkit-border-top-left-radius: 0.25em;
633
- border-top-left-radius: 0.25em;
634
- -moz-border-radius-bottomleft: 0.25em;
635
- -webkit-border-bottom-left-radius: 0.25em;
636
- border-bottom-left-radius: 0.25em;
637
- }
638
- body .ui-buttonset .ui-button:last-child {
639
- -moz-border-radius-topright: 0.25em;
640
- -webkit-border-top-right-radius: 0.25em;
641
- border-top-right-radius: 0.25em;
642
- -moz-border-radius-bottomright: 0.25em;
643
- -webkit-border-bottom-right-radius: 0.25em;
644
- border-bottom-right-radius: 0.25em;
645
- }
646
- @media (max-width: 640px) {
647
- body .ui-buttonset .ui-button {
648
- margin-bottom: 0.063em;
649
- -moz-border-radius: 0.25em;
650
- -webkit-border-radius: 0.25em;
651
- border-radius: 0.25em;
652
- }
653
- }
654
- body .ui-splitbutton.ui-buttonset .ui-button {
655
- color: #ffffff;
656
- background-color: #0275d8;
657
- border: 1px solid transparent;
658
- }
659
- body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton {
660
- -moz-border-radius-topright: 0.25em;
661
- -webkit-border-top-right-radius: 0.25em;
662
- border-top-right-radius: 0.25em;
663
- -moz-border-radius-bottomright: 0.25em;
664
- -webkit-border-bottom-right-radius: 0.25em;
665
- border-bottom-right-radius: 0.25em;
666
- }
667
- body .ui-splitbutton.ui-buttonset .ui-button.ui-splitbutton-menubutton .fa {
668
- margin-left: -.65em;
669
- }
670
- body .ui-splitbutton.ui-buttonset .ui-button:hover {
671
- background-color: #0267bf;
672
- color: #ffffff;
673
- }
674
- body .ui-splitbutton.ui-buttonset .ui-button.ui-state-focus {
675
- background-color: #0267bf;
676
- color: #ffffff;
677
- }
678
- body .ui-splitbutton.ui-buttonset .ui-button.ui-state-active {
679
- background-color: #025aa5;
680
- color: #ffffff;
681
- }
682
- body .ui-datepicker {
683
- padding: 0;
684
- }
685
- body .ui-datepicker .ui-datepicker-header {
686
- padding: .75em 0;
687
- background-color: #f5f5f5;
688
- border: 0;
689
- border-bottom: 1px solid #c7c7c7;
690
- border-bottom-left-radius: 0;
691
- border-bottom-right-radius: 0;
692
- }
693
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
694
- cursor: pointer;
695
- color: #767b7f;
696
- background: none !important;
697
- display: inline-block;
698
- font: normal normal normal 14px/1 FontAwesome;
699
- font-size: inherit;
700
- text-rendering: auto;
701
- -webkit-font-smoothing: antialiased;
702
- -moz-osx-font-smoothing: grayscale;
703
- text-indent: 0px !important;
704
- text-align: center;
705
- -moz-transition: color 0.3s;
706
- -o-transition: color 0.3s;
707
- -webkit-transition: color 0.3s;
708
- transition: color 0.3s;
709
- top: 1.25em;
710
- }
711
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
712
- content: "";
713
- }
714
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
715
- display: none;
716
- }
717
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-datepicker-prev-hover {
718
- color: #2d353c;
719
- }
720
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
721
- cursor: pointer;
722
- color: #767b7f;
723
- background: none !important;
724
- display: inline-block;
725
- font: normal normal normal 14px/1 FontAwesome;
726
- font-size: inherit;
727
- text-rendering: auto;
728
- -webkit-font-smoothing: antialiased;
729
- -moz-osx-font-smoothing: grayscale;
730
- text-indent: 0px !important;
731
- text-align: center;
732
- -moz-transition: color 0.3s;
733
- -o-transition: color 0.3s;
734
- -webkit-transition: color 0.3s;
735
- transition: color 0.3s;
736
- top: 1.25em;
737
- }
738
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
739
- content: "";
740
- }
741
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
742
- display: none;
743
- }
744
- body .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover {
745
- color: #2d353c;
746
- }
747
- body .ui-datepicker table {
748
- font-size: 1em;
749
- }
750
- body .ui-datepicker table td a {
751
- min-width: 1em;
752
- text-align: center;
753
- color: #373a3c;
754
- font-size: .9em;
755
- }
756
- body .ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
757
- background-color: #f4f3f4;
758
- }
759
- body .ui-datepicker table.ui-datepicker-calendar td:not(.ui-state-disabled) a.ui-state-highlight {
760
- color: #373a3c;
761
- background-color: #e6e6e6;
762
- }
763
- body .ui-datepicker table.ui-datepicker-calendar td:not(.ui-state-disabled) a.ui-state-active {
764
- color: #ffffff;
765
- background-color: #0275d8;
766
- }
767
- body .ui-organizationchart .ui-organizationchart-line-down{
768
- background-color: #bcbcbc;
769
- }
770
- body .ui-organizationchart .ui-organizationchart-line-left{
771
- border-right: 1px solid #bcbcbc;
772
- }
773
- body .ui-organizationchart .ui-organizationchart-line-top{
774
- border-top: 1px solid #bcbcbc;
775
- }
776
- body .ui-organizationchart .ui-organizationchart-node-content{
777
- border-color: #bcbcbc;
778
- }
779
- body .ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler{
780
- color: #bcbcbc;
781
- }
782
- body .ui-trigger-calendar .ui-datepicker-trigger.ui-button {
783
- -moz-border-radius-topleft: 0;
784
- -webkit-border-top-left-radius: 0;
785
- border-top-left-radius: 0;
786
- -moz-border-radius-bottomleft: 0;
787
- -webkit-border-bottom-left-radius: 0;
788
- border-bottom-left-radius: 0;
789
- }
790
- body .ui-inplace .ui-inplace-display {
791
- padding: 0.5em 0.75em;
792
- -moz-border-radius: 0.25em;
793
- -webkit-border-radius: 0.25em;
794
- border-radius: 0.25em;
795
- }
796
- body .ui-inplace .ui-inplace-display:hover {
797
- background-color: #f4f3f4;
798
- }
799
- body .ui-fileupload .ui-fileupload-buttonbar {
800
- padding: .75em 1.25em;
801
- background-color: #f5f5f5;
802
- border-bottom: 0 none;
803
- }
804
- body .ui-fileupload .ui-fileupload-content {
805
- padding: 1.25em;
806
- }
807
- body .ui-panel {
808
- padding: 0;
809
- border-color: rgba(0, 0, 0, 0.125);
810
- }
811
- body .ui-panel .ui-panel-titlebar {
812
- border: 0 none;
813
- border-bottom: 1px solid #e6e6e6;
814
- padding: .75em 1.25em;
815
- background-color: #f5f5f5;
816
- -moz-border-radius-topleft: 0.25em;
817
- -webkit-border-top-left-radius: 0.25em;
818
- border-top-left-radius: 0.25em;
819
- -moz-border-radius-topright: 0.25em;
820
- -webkit-border-top-right-radius: 0.25em;
821
- border-top-right-radius: 0.25em;
822
- -moz-border-radius-bottomleft: 0px;
823
- -webkit-border-bottom-left-radius: 0px;
824
- border-bottom-left-radius: 0px;
825
- -moz-border-radius-bottomright: 0px;
826
- -webkit-border-bottom-right-radius: 0px;
827
- border-bottom-right-radius: 0px;
828
- }
829
- body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon {
830
- position: relative;
831
- color: #767b7f;
832
- top: 0.125em;
833
- -moz-transition: color 0.3s;
834
- -o-transition: color 0.3s;
835
- -webkit-transition: color 0.3s;
836
- transition: color 0.3s;
837
- }
838
- body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
839
- color: #2d353c;
840
- }
841
- body .ui-panel .ui-panel-content {
842
- height: 100%;
843
- box-sizing: border-box;
844
- padding: 1.25em;
845
- }
846
- body .ui-panel .ui-panel-footer {
847
- padding: 0.375em 0.75em;
848
- border: 0 none;
849
- border-top: 1px solid #c7c7c7;
850
- margin: 0;
851
- }
852
- body .ui-fieldset {
853
- border-color: #e6e6e6;
854
- }
855
- body .ui-fieldset .ui-fieldset-legend {
856
- color: #2d353c;
857
- background-color: #ffffff;
858
- border: 1px solid #e6e6e6;
859
- -moz-transition: background-color 0.3s;
860
- -o-transition: background-color 0.3s;
861
- -webkit-transition: background-color 0.3s;
862
- transition: background-color 0.3s;
863
- }
864
- body .ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler {
865
- display: inline-block;
866
- color: #767b7f;
867
- }
868
- body .ui-fieldset .ui-fieldset-legend:hover {
869
- background-color: #f4f3f4;
870
- }
871
- body .ui-fieldset .ui-fieldset-legend:hover .ui-fieldset-toggler {
872
- color: #2d353c;
873
- }
874
- body .ui-fieldset .ui-fieldset-legend.ui-state-focus {
875
- background-color: #e6e6e6;
876
- }
877
- body .ui-fieldset .ui-fieldset-content {
878
- padding: 0.375em 0.75em;
879
- }
880
- body .ui-notificationbar {
881
- background-color: #0275d8;
882
- color: #ffffff;
883
- }
884
- body .ui-accordion .ui-accordion-header {
885
- background-color: #ffffff;
886
- border: 1px solid #e6e6e6;
887
- color: #0275d8;
888
- -moz-transition: background-color 0.3s;
889
- -o-transition: background-color 0.3s;
890
- -webkit-transition: background-color 0.3s;
891
- transition: background-color 0.3s;
892
- }
893
-
894
- body .ui-accordion .ui-accordion-header a {
895
- padding: .75em 1.25em .75em 2em;
896
- }
897
-
898
- body .ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover {
899
- background-color: #f4f3f4;
900
- }
901
- body .ui-accordion .ui-accordion-header:not(.ui-state-active):not(.ui-state-disabled):hover .ui-icon {
902
- color: #2d353c;
903
- }
904
- body .ui-accordion .ui-accordion-header.ui-state-active {
905
- background-color: #0275d8;
906
- color: #ffffff;
907
- }
908
- body .ui-accordion .ui-accordion-header.ui-state-active a {
909
- color: #ffffff;
910
- }
911
- body .ui-accordion .ui-accordion-header.ui-tabview-outline {
912
- border: 0 none;
913
- outline: 0 none;
914
- background-color: #e6e6e6;
915
- }
916
- body .ui-accordion .ui-accordion-header.ui-tabview-outline.ui-state-active {
917
- background-color: #0283f1;
918
- }
919
- body .ui-accordion .ui-accordion-content {
920
- padding: 1.25em;
921
- }
922
- body .ui-tabview {
923
- padding: 0;
924
- border-bottom: 1px solid #c7c7c7;
925
- }
926
- body .ui-tabview.ui-tabview-top,
927
- body .ui-tabview.ui-tabview-bottom,
928
- body .ui-tabview.ui-tabview-left,
929
- body .ui-tabview.ui-tabview-right {
930
- border: 0 none;
931
- }
932
- body .ui-tabview.ui-tabview-top .ui-tabview-nav,
933
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav,
934
- body .ui-tabview.ui-tabview-left .ui-tabview-nav,
935
- body .ui-tabview.ui-tabview-right .ui-tabview-nav {
936
- padding: 0;
937
- border: 0 none;
938
- background: #ffffff;
939
- -moz-border-radius: 0;
940
- -webkit-border-radius: 0;
941
- border-radius: 0;
942
- border-bottom: 1px solid #cccccc;
943
- }
944
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li,
945
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li,
946
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li,
947
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li {
948
- position: static;
949
- -moz-transition: background-color 0.3s;
950
- -o-transition: background-color 0.3s;
951
- -webkit-transition: background-color 0.3s;
952
- transition: background-color 0.3s;
953
- -moz-border-radius: 0;
954
- -webkit-border-radius: 0;
955
- border-radius: 0;
956
- margin: 0;
957
- box-sizing: border-box;
958
- background-color: #ffffff;
959
- border: 1px solid transparent;
960
- border-bottom: none;
961
- }
962
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-default a,
963
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-default a,
964
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-default a,
965
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-default a {
966
- padding: 0.375em 0.75em;
967
- color: #2d353c;
968
- }
969
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-default a:focus,
970
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-default a:focus,
971
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-default a:focus,
972
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-default a:focus {
973
- outline: 0 none;
974
- }
975
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover,
976
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover,
977
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover,
978
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover {
979
- border-color: #dedede;
980
- border-bottom: none;
981
- background-color: #ffffff;
982
- }
983
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-tabview-outline,
984
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-tabview-outline,
985
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-tabview-outline,
986
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-tabview-outline {
987
- outline: 0 none;
988
- background-color: #e6e6e6;
989
- }
990
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active,
991
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-active,
992
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active,
993
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active {
994
- background-color: #0275d8;
995
- border-color: #0275d8;
996
- }
997
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active a,
998
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-active a,
999
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active a,
1000
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active a {
1001
- color: #ffffff;
1002
- }
1003
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active.ui-tabview-outline,
1004
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-active.ui-tabview-outline,
1005
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active.ui-tabview-outline,
1006
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active.ui-tabview-outline {
1007
- background-color: #0283f1;
1008
- }
1009
- body .ui-tabview.ui-tabview-top .ui-tabview-navscroller-btn,
1010
- body .ui-tabview.ui-tabview-bottom .ui-tabview-navscroller-btn,
1011
- body .ui-tabview.ui-tabview-left .ui-tabview-navscroller-btn,
1012
- body .ui-tabview.ui-tabview-right .ui-tabview-navscroller-btn {
1013
- background-color: #ffffff;
1014
- }
1015
- body .ui-tabview.ui-tabview-top .ui-tabview-navscroller-btn:not(.ui-state-active):not(.ui-state-disabled):hover,
1016
- body .ui-tabview.ui-tabview-bottom .ui-tabview-navscroller-btn:not(.ui-state-active):not(.ui-state-disabled):hover,
1017
- body .ui-tabview.ui-tabview-left .ui-tabview-navscroller-btn:not(.ui-state-active):not(.ui-state-disabled):hover,
1018
- body .ui-tabview.ui-tabview-right .ui-tabview-navscroller-btn:not(.ui-state-active):not(.ui-state-disabled):hover {
1019
- background-color: #f4f3f4;
1020
- }
1021
- body .ui-tabview.ui-tabview-top .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-left,
1022
- body .ui-tabview.ui-tabview-bottom .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-left,
1023
- body .ui-tabview.ui-tabview-left .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-left,
1024
- body .ui-tabview.ui-tabview-right .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-left {
1025
- left: 0;
1026
- height: 2.063em;
1027
- }
1028
- body .ui-tabview.ui-tabview-top .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-right,
1029
- body .ui-tabview.ui-tabview-bottom .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-right,
1030
- body .ui-tabview.ui-tabview-left .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-right,
1031
- body .ui-tabview.ui-tabview-right .ui-tabview-navscroller-btn.ui-tabview-navscroller-btn-right {
1032
- right: 0;
1033
- height: 2.125em;
1034
- }
1035
- body .ui-tabview.ui-tabview-top .ui-tabview-navscroller-btn .ui-icon,
1036
- body .ui-tabview.ui-tabview-bottom .ui-tabview-navscroller-btn .ui-icon,
1037
- body .ui-tabview.ui-tabview-left .ui-tabview-navscroller-btn .ui-icon,
1038
- body .ui-tabview.ui-tabview-right .ui-tabview-navscroller-btn .ui-icon {
1039
- margin-top: 0.5em;
1040
- }
1041
- body .ui-tabview.ui-tabview-top .ui-tabview-nav li {
1042
- margin-right: 0.125em;
1043
- -moz-border-radius-topleft: 0.25em;
1044
- -webkit-border-top-left-radius: 0.25em;
1045
- border-top-left-radius: 0.25em;
1046
- -moz-border-radius-topright: 0.25em;
1047
- -webkit-border-top-right-radius: 0.25em;
1048
- border-top-right-radius: 0.25em;
1049
- }
1050
- body .ui-tabview.ui-tabview-left .ui-tabview-nav,
1051
- body .ui-tabview.ui-tabview-right .ui-tabview-nav {
1052
- border-bottom: none;
1053
- }
1054
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li,
1055
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li {
1056
- border: 1px solid transparent;
1057
- width: 100%;
1058
- }
1059
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li:hover,
1060
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li:hover {
1061
- border: 1px solid #dedede;
1062
- }
1063
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active,
1064
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active {
1065
- border-color: #0275d8;
1066
- border-bottom: none;
1067
- }
1068
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav {
1069
- border-bottom: none;
1070
- border-top: 1px solid #cccccc;
1071
- }
1072
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li {
1073
- -moz-border-radius-bottomleft: 4px;
1074
- -webkit-border-bottom-left-radius: 4px;
1075
- border-bottom-left-radius: 4px;
1076
- -moz-border-radius-bottomright: 4px;
1077
- -webkit-border-bottom-right-radius: 4px;
1078
- border-bottom-right-radius: 4px;
1079
- margin-right: 0.125em;
1080
- }
1081
- body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li:hover {
1082
- border-bottom: 1px solid #cccccc;
1083
- border-top-color: transparent;
1084
- }
1085
- body .ui-tabview.ui-tabview-left .ui-tabview-nav {
1086
- border-right: 1px solid #cccccc;
1087
- }
1088
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li {
1089
- -moz-border-radius-topleft: 4px;
1090
- -webkit-border-top-left-radius: 4px;
1091
- border-top-left-radius: 4px;
1092
- -moz-border-radius-bottomleft: 4px;
1093
- -webkit-border-bottom-left-radius: 4px;
1094
- border-bottom-left-radius: 4px;
1095
- }
1096
- body .ui-tabview.ui-tabview-left .ui-tabview-nav li:hover {
1097
- border-right: none;
1098
- }
1099
- body .ui-tabview.ui-tabview-right .ui-tabview-nav {
1100
- border-left: 1px solid #cccccc;
1101
- height: 9.375em;
1102
- }
1103
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li {
1104
- -moz-border-radius-topright: 4px;
1105
- -webkit-border-top-right-radius: 4px;
1106
- border-top-right-radius: 4px;
1107
- -moz-border-radius-bottomright: 4px;
1108
- -webkit-border-bottom-right-radius: 4px;
1109
- border-bottom-right-radius: 4px;
1110
- }
1111
- body .ui-tabview.ui-tabview-right .ui-tabview-nav li:hover {
1112
- border-left-color: transparent;
1113
- }
1114
- body .ui-tabview .ui-tabview-panel {
1115
- padding: 0.375em 0.75em;
1116
- }
1117
- body .ui-scrollpanel .ui-scrollpanel-drag {
1118
- background-color: #e3e3e3;
1119
- }
1120
- body .ui-scrollpanel .ui-scrollpanel-track {
1121
- background-color: #f7f7f7;
1122
- border: 0 none;
1123
- }
1124
- body .ui-scrollpanel .ui-scrollpanel-corner {
1125
- background-color: #f7f7f7;
1126
- }
1127
- body .ui-toolbar {
1128
- padding: 0.375em 0.75em;
1129
- }
1130
- body .ui-toolbar .fa-ellipsis-v {
1131
- color: #aaaaaa;
1132
- margin: 0 0.5em;
1133
- }
1134
- body .ui-tooltip .ui-tooltip-arrow {
1135
- color: #2d353c;
1136
- }
1137
- body .ui-tooltip .ui-tooltip-text {
1138
- background-color: #2d353c;
1139
- }
1140
- @media (max-width: 640px) {
1141
- body .ui-panelgrid .ui-grid-responsive .ui-grid-row {
1142
- border: 0 none;
1143
- }
1144
- }
1145
- body .ui-paginator {
1146
- background-color: #ffffff;
1147
- padding: 0;
1148
- box-sizing: border-box;
1149
- }
1150
- body .ui-paginator .ui-paginator-first,
1151
- body .ui-paginator .ui-paginator-prev,
1152
- body .ui-paginator .ui-paginator-next,
1153
- body .ui-paginator .ui-paginator-last {
1154
- color: #0275d8;
1155
- -moz-transition: background-color 0.3s;
1156
- -o-transition: background-color 0.3s;
1157
- -webkit-transition: background-color 0.3s;
1158
- transition: background-color 0.3s;
1159
- min-height: 0.875em;
1160
- min-width: 2em;
1161
- padding: 0.5em 0.5em;
1162
- vertical-align: top;
1163
- }
1164
- body .ui-paginator .ui-paginator-first:hover,
1165
- body .ui-paginator .ui-paginator-prev:hover,
1166
- body .ui-paginator .ui-paginator-next:hover,
1167
- body .ui-paginator .ui-paginator-last:hover {
1168
- background-color: #f4f3f4;
1169
- }
1170
- body .ui-paginator .ui-paginator-first::before,
1171
- body .ui-paginator .ui-paginator-prev::before,
1172
- body .ui-paginator .ui-paginator-next::before,
1173
- body .ui-paginator .ui-paginator-last::before {
1174
- position: relative;
1175
- top: 0.063em;
1176
- }
1177
- body .ui-paginator .ui-paginator-first {
1178
- -moz-border-radius: 0;
1179
- -webkit-border-radius: 0;
1180
- border-radius: 0;
1181
- }
1182
- body .ui-paginator .ui-paginator-prev {
1183
- -moz-border-radius: 0;
1184
- -webkit-border-radius: 0;
1185
- border-radius: 0;
1186
- }
1187
- body .ui-paginator .ui-paginator-next {
1188
- -moz-border-radius: 0;
1189
- -webkit-border-radius: 0;
1190
- border-radius: 0;
1191
- }
1192
- body .ui-paginator .ui-paginator-last {
1193
- -moz-border-radius: 0;
1194
- -webkit-border-radius: 0;
1195
- border-radius: 0;
1196
- }
1197
- body .ui-paginator .ui-paginator-pages {
1198
- padding: 0;
1199
- }
1200
- body .ui-paginator .ui-paginator-pages .ui-paginator-page {
1201
- padding: 0.5em 0.625em;
1202
- min-width: 2em;
1203
- color: #0275d8;
1204
- -moz-transition: background-color 0.3s;
1205
- -o-transition: background-color 0.3s;
1206
- -webkit-transition: background-color 0.3s;
1207
- transition: background-color 0.3s;
1208
- border-radius: 0;
1209
- }
1210
- body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
1211
- color: #ffffff;
1212
- }
1213
- body .ui-paginator .ui-paginator-pages .ui-paginator-page:hover {
1214
- background-color: #f4f3f4;
1215
- }
1216
- body .ui-paginator .ui-paginator-pages .ui-paginator-page:hover.ui-state-active {
1217
- background-color: #0275d8;
1218
- }
1219
- body .ui-datatable .ui-datatable-header,
1220
- body .ui-datatable .ui-datatable-footer {
1221
- padding: .75em 1.25em;
1222
- background-color: #f5f5f5;
1223
- }
1224
- body .ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor {
1225
- font-size: medium;
1226
- }
1227
- body .ui-datatable .ui-paginator {
1228
- padding: 0;
1229
- }
1230
- body .ui-datatable .ui-datatable-thead > tr > th,
1231
- body .ui-datatable .ui-datatable-tfoot > tr > td {
1232
- background-color: #ffffff;
1233
- padding: .75em;
1234
- border-color: #c7c7c7;
1235
- color: #373a3c;
1236
- }
1237
- body .ui-datatable thead th.ui-sortable-column:not(.ui-state-active):hover {
1238
- background-color: #e3e3e3;
1239
- }
1240
- body .ui-datatable thead th.ui-state-active {
1241
- background-color: #0275d8;
1242
- border-color: #0267bf;
1243
- color: #ffffff;
1244
- }
1245
- body .ui-datatable thead th.ui-state-active .ui-dropdown-item {
1246
- color: #373a3c;
1247
- }
1248
- body .ui-datatable thead th:focus {
1249
- outline: 0 none;
1250
- background-color: #f0f3f5;
1251
- }
1252
- body .ui-datatable thead th:focus.ui-state-active {
1253
- background-color: #0283f1;
1254
- }
1255
- body .ui-datatable tfoot th.ui-state-default {
1256
- background-color: #ffffff;
1257
- padding: 0.375em 0.75em;
1258
- border-color: #c7c7c7;
1259
- color: #373a3c;
1260
- }
1261
- body .ui-datatable .ui-datatable-data tr.ui-datatable-even {
1262
- background-color: #f7f7f7;
1263
- }
1264
- body .ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight {
1265
- background-color: #0275d8;
1266
- color: #ffffff;
1267
- border-color: #0267bf;
1268
- }
1269
- body .ui-datatable .ui-datatable-data tr.ui-state-highlight {
1270
- border-color: #0267bf;
1271
- }
1272
- body .ui-datatable .ui-datatable-data.ui-datatable-hoverable-rows > tr.ui-widget-content:not(.ui-state-highlight):hover {
1273
- background-color: #e3e3e3;
1274
- cursor: pointer;
1275
- }
1276
- body .ui-datatable .ui-datatable-data tr.ui-row-editing.ui-datatable-odd,
1277
- body .ui-datatable .ui-datatable-data tr.ui-row-editing.ui-datatable-even {
1278
- border-color: #c7c7c7;
1279
- border-bottom-color: #0275d8;
1280
- }
1281
- body .ui-datatable .ui-datatable-data > tr > td {
1282
- padding: .75em;
1283
- }
1284
- body .ui-datatable .ui-datatable-data tr td.ui-editable-column input {
1285
- width: 100%;
1286
- box-sizing: border-box;
1287
- border: 0 none;
1288
- -moz-border-radius: 0;
1289
- -webkit-border-radius: 0;
1290
- border-radius: 0;
1291
- }
1292
- body .ui-datatable .ui-datatable-scrollable-header,
1293
- body .ui-datatable .ui-datatable-scrollable-footer {
1294
- background-color: #f5f5f5;
1295
- }
1296
- body .ui-datatable .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box td,
1297
- body .ui-datatable .ui-datatable-scrollable-footer .ui-datatable-scrollable-header-box td {
1298
- color: #373a3c;
1299
- }
1300
- body .ui-datatable .ui-datatable-data tr.ui-rowgroup-header {
1301
- font-weight: bold;
1302
- }
1303
- body .ui-datatable .ui-rowgroup-header {
1304
- color: #2d353c;
1305
- }
1306
-
1307
- body .ui-datatable .ui-rowgroup-header a {
1308
- color: #2d353c;
1309
- }
1310
-
1311
- body .ui-datagrid .ui-datagrid-header {
1312
- padding: .75em 1.25em;
1313
- background-color: #f5f5f5;
1314
- }
1315
- body .ui-datagrid .ui-paginator {
1316
- padding: 0;
1317
- }
1318
- body .ui-datalist .ui-datalist-header {
1319
- padding: .75em 1.25em;
1320
- background-color: #f5f5f5;
1321
- }
1322
- body .ui-datalist .ui-paginator {
1323
- padding: 0;
1324
- }
1325
- body .ui-datascroller .ui-datascroller-header {
1326
- padding: .75em 1.25em;
1327
- background-color: #f5f5f5;
1328
- }
1329
- body .ui-picklist .ui-picklist-buttons button {
1330
- font-size: 1.1em;
1331
- }
1332
- body .ui-picklist .ui-picklist-caption {
1333
- padding: .75em 1.25em;
1334
- background-color: #f5f5f5;
1335
- }
1336
- body .ui-picklist .ui-picklist-filter-container {
1337
- margin-bottom: 0.063em;
1338
- }
1339
- body .ui-picklist .ui-picklist-filter-container .ui-icon {
1340
- top: 0.313em;
1341
- right: 0.25em;
1342
- color: #747a7f;
1343
- }
1344
- body .ui-picklist .ui-picklist-list .ui-picklist-item {
1345
- padding: 0.375em 0.75em;
1346
- margin: 0;
1347
- -moz-border-radius: 0;
1348
- -webkit-border-radius: 0;
1349
- border-radius: 0;
1350
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
1351
- }
1352
- body .ui-picklist .ui-picklist-list .ui-picklist-item:not(.ui-state-highlight):hover {
1353
- background-color: #f4f3f4;
1354
- color: #373a3c;
1355
- }
1356
- body .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-highlight {
1357
- background-color: #0275d8;
1358
- color: #ffffff;
1359
- }
1360
- body .ui-orderlist .ui-orderlist-controls button {
1361
- font-size: 1.1em;
1362
- }
1363
- body .ui-orderlist .ui-orderlist-caption {
1364
- padding: .75em 1.25em;
1365
- background-color: #f5f5f5;
1366
- box-sizing: border-box;
1367
- width: 12.5em;
1368
- }
1369
- body .ui-orderlist .ui-orderlist-list {
1370
- box-sizing: border-box;
1371
- }
1372
- body .ui-orderlist .ui-orderlist-list .ui-orderlist-item {
1373
- padding: 0.375em 0.75em;
1374
- margin: 0;
1375
- -moz-border-radius: 0;
1376
- -webkit-border-radius: 0;
1377
- border-radius: 0;
1378
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
1379
- }
1380
- body .ui-orderlist .ui-orderlist-list .ui-orderlist-item:last-child {
1381
- border-bottom: none;
1382
- }
1383
- body .ui-orderlist .ui-orderlist-list .ui-orderlist-item:not(.ui-state-highlight):hover {
1384
- background-color: #f4f3f4;
1385
- color: #373a3c;
1386
- }
1387
- body .ui-orderlist .ui-orderlist-list .ui-orderlist-item.ui-state-highlight {
1388
- background-color: #0275d8;
1389
- color: #ffffff;
1390
- }
1391
- body .ui-orderlist.ui-grid-responsive .ui-grid-row .ui-orderlist-controls {
1392
- margin-right: 0;
1393
- padding-right: 0.5em;
1394
- }
1395
- body .ui-carousel {
1396
- padding: 0;
1397
- }
1398
- body .ui-carousel .ui-carousel-header {
1399
- margin: 0;
1400
- border: 0 none;
1401
- border-bottom: 1px solid #e6e6e6;
1402
- padding: .75em 1.25em;
1403
- background-color: #f5f5f5;
1404
- border-bottom-left-radius: 0;
1405
- border-bottom-right-radius: 0;
1406
- }
1407
- body .ui-carousel .ui-carousel-header .ui-carousel-header-title {
1408
- padding: 0;
1409
- }
1410
- body .ui-carousel .ui-carousel-footer {
1411
- border: 0 none;
1412
- border-top: 1px solid #e6e6e6;
1413
- margin: 0;
1414
- -moz-border-radius: 0;
1415
- -webkit-border-radius: 0;
1416
- border-radius: 0;
1417
- padding: .75em 1.25em;
1418
- background-color: #f5f5f5;
1419
- }
1420
- body .ui-carousel .ui-carousel-button {
1421
- margin-top: 0.2em;
1422
- -moz-transition: color 0.3s;
1423
- -o-transition: color 0.3s;
1424
- -webkit-transition: color 0.3s;
1425
- transition: color 0.3s;
1426
- color: #767b7f;
1427
- }
1428
- body .ui-carousel .ui-carousel-button:hover {
1429
- color: #2d353c;
1430
- }
1431
- body .ui-carousel .ui-carousel-button.ui-state-disabled:hover {
1432
- color: #2d353c;
1433
- }
1434
- body .ui-carousel .ui-carousel-page-links {
1435
- margin-top: 0.188em;
1436
- }
1437
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link {
1438
- color: #767b7f;
1439
- }
1440
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link.fa-circle-o {
1441
- background: none !important;
1442
- display: inline-block;
1443
- font: normal normal normal 14px/1 FontAwesome;
1444
- font-size: inherit;
1445
- text-rendering: auto;
1446
- -webkit-font-smoothing: antialiased;
1447
- -moz-osx-font-smoothing: grayscale;
1448
- text-indent: 0px !important;
1449
- text-align: center;
1450
- }
1451
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link.fa-circle-o::before {
1452
- content: "";
1453
- }
1454
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link.fa-dot-circle-o {
1455
- background: none !important;
1456
- display: inline-block;
1457
- font: normal normal normal 14px/1 FontAwesome;
1458
- font-size: inherit;
1459
- text-rendering: auto;
1460
- -webkit-font-smoothing: antialiased;
1461
- -moz-osx-font-smoothing: grayscale;
1462
- text-indent: 0px !important;
1463
- text-align: center;
1464
- }
1465
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link.fa-dot-circle-o::before {
1466
- content: "";
1467
- }
1468
- body .ui-carousel .ui-carousel-page-links .ui-carousel-page-link.ui-icon-radio-on {
1469
- color: #0275d8;
1470
- background-color: #767b7f;
1471
- }
1472
- body .ui-treetable .ui-treetable-header {
1473
- padding: .75em 1.25em;
1474
- background-color: #f5f5f5;
1475
- }
1476
- body .ui-treetable .ui-treetable-footer {
1477
- padding: .75em 1.25em;
1478
- background-color: #f5f5f5;
1479
- }
1480
- body .ui-treetable .ui-paginator {
1481
- padding: 0.375em 0.75em;
1482
- }
1483
- body .ui-treetable thead th {
1484
- background-color: #ffffff;
1485
- padding: .75em;
1486
- border-color: #c7c7c7;
1487
- color: #373a3c;
1488
- }
1489
- body .ui-treetable thead th.ui-state-active {
1490
- border-color: #0267bf;
1491
- background-color: #0275d8;
1492
- color: #ffffff;
1493
- }
1494
- body .ui-treetable tfoot td {
1495
- background-color: #ffffff;
1496
- padding: .75em;
1497
- border-color: #e6e6e6;
1498
- }
1499
- body .ui-treetable .ui-treetable-data tr:not(.ui-state-highlight):hover {
1500
- background-color: #e3e3e3;
1501
- }
1502
- body .ui-treetable .ui-treetable-row.ui-state-highlight .ui-chkbox-icon {
1503
- color: #555555;
1504
- margin: 0;
1505
- }
1506
- body .ui-treetable .ui-treetable-row.ui-state-highlight .ui-treetable-toggler {
1507
- color: #ffffff;
1508
- }
1509
- body .ui-treetable .ui-treetable-row.ui-treetable-row-selectable:not(.ui-state-highlight):hover {
1510
- background-color: #e3e3e3;
1511
- }
1512
- body .ui-treetable .ui-treetable-data tr.ui-state-highlight {
1513
- border-color: #0267bf;
1514
- }
1515
- body .ui-treetable .ui-treetable-data tr td .ui-treetable-toggler {
1516
- font-size: 3em;
1517
- vertical-align: middle;
1518
- display: inline-block;
1519
- position: relative;
1520
- }
1521
- body .ui-treetable .ui-treetable-data tr td .ui-chkbox {
1522
- vertical-align: middle;
1523
- display: inline-block;
1524
- position: relative;
1525
- }
1526
- body .ui-treetable tbody td{
1527
- padding: .75em;
1528
- }
1529
- body .ui-treetable .ui-treetable-data tr td .ui-chkbox .ui-chkbox-icon {
1530
- color: #0275d8;
1531
- left: 0px;
1532
- }
1533
- body .ui-treetable .ui-treetable-scrollable-header,
1534
- body .ui-treetable .ui-treetable-scrollable-footer {
1535
- background-color: #f0f3f5;
1536
- }
1537
- body .ui-treetable .ui-treetable-scrollable-header .ui-treetable-scrollable-header-box td,
1538
- body .ui-treetable .ui-treetable-scrollable-footer .ui-treetable-scrollable-header-box td {
1539
- color: #373a3c;
1540
- }
1541
- body .ui-treetable .ui-treetable-scrollable-body::-webkit-scrollbar {
1542
- background-color: #f0f3f5;
1543
- }
1544
- body .ui-tree {
1545
- box-sizing: border-box;
1546
- }
1547
- body .ui-tree .ui-treenode .ui-treenode-content .ui-tree-toggler {
1548
- font-size: 1.1em;
1549
- vertical-align: middle;
1550
- display: inline-block;
1551
- color: #747a7f;
1552
- margin-top: 0.2em;
1553
- }
1554
- body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-icon {
1555
- vertical-align: middle;
1556
- display: inline-block;
1557
- margin: 0.2em 0.375em 0 0;
1558
- font-size: 1.1em;
1559
- color: #747a7f;
1560
- }
1561
- body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label {
1562
- margin: 0;
1563
- vertical-align: middle;
1564
- display: inline-block;
1565
- padding: 0;
1566
- }
1567
- body .ui-tree.ui-tree-selectable .ui-treenode .ui-treenode-content .ui-treenode-label:not(.ui-state-highlight):hover {
1568
- background-color: #f4f3f4;
1569
- color: #373a3c;
1570
- }
1571
- body .ui-tree .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight {
1572
- background-color: #0275d8;
1573
- color: #ffffff;
1574
- }
1575
- body .ui-tree .ui-tree-droppoint:hover {
1576
- background-color: #0275d8;
1577
- }
1578
- body .ui-tree.ui-tree-horizontal .ui-treenode-content {
1579
- background-color: #ffffff;
1580
- border: 1px solid #c7c7c7;
1581
- }
1582
- body .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
1583
- background-color: inherit;
1584
- color: inherit;
1585
- }
1586
- body .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover {
1587
- background-color: #f4f3f4;
1588
- color: #373a3c;
1589
- }
1590
- body .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-state-highlight {
1591
- background-color: #0275d8;
1592
- color: #ffffff;
1593
- }
1594
- body .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-state-highlight .ui-tree-toggler,
1595
- body .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-state-highlight .ui-treenode-icon {
1596
- color: #ffffff;
1597
- }
1598
- body .ui-tree.ui-tree-horizontal .ui-treenode-content .ui-chkbox .ui-icon {
1599
- color: #0275d8;
1600
- }
1601
- body .ui-tree-draghelper {
1602
- border: 1px solid #0275d8;
1603
- }
1604
- body .fc .fc-event {
1605
- background-color: #025aa5;
1606
- border-color: #025aa5;
1607
- }
1608
- body .fc .fc-slats td {
1609
- background-color: #ffffff;
1610
- }
1611
- body .fc .fc-toolbar .fc-prev-button span {
1612
- line-height: inherit;
1613
- background: none !important;
1614
- display: inline-block;
1615
- font: normal normal normal 14px/1 FontAwesome;
1616
- font-size: inherit;
1617
- text-rendering: auto;
1618
- -webkit-font-smoothing: antialiased;
1619
- -moz-osx-font-smoothing: grayscale;
1620
- text-indent: 0px !important;
1621
- text-align: center;
1622
- }
1623
- body .fc .fc-toolbar .fc-prev-button span::before {
1624
- content: "";
1625
- }
1626
- body .fc .fc-toolbar .fc-prev-button .ui-icon {
1627
- position: relative;
1628
- top: 0.186em;
1629
- }
1630
- body .fc .fc-toolbar .fc-next-button span {
1631
- line-height: inherit;
1632
- background: none !important;
1633
- display: inline-block;
1634
- font: normal normal normal 14px/1 FontAwesome;
1635
- font-size: inherit;
1636
- text-rendering: auto;
1637
- -webkit-font-smoothing: antialiased;
1638
- -moz-osx-font-smoothing: grayscale;
1639
- text-indent: 0px !important;
1640
- text-align: center;
1641
- }
1642
- body .fc .fc-toolbar .fc-next-button span::before {
1643
- content: "";
1644
- }
1645
- body .fc .fc-toolbar .fc-next-button .ui-icon {
1646
- position: relative;
1647
- top: 0.186em;
1648
- }
1649
- /* Messages */
1650
-
1651
- .ui-messages.ui-messages-success {
1652
- background-color: #dff0d8;
1653
- border-color: #d0e9c6;
1654
- color: #3c763d;
1655
- }
1656
- .ui-messages.ui-messages-success .ui-messages-close {
1657
- color: #3c763d;
1658
- }
1659
- .ui-messages.ui-messages-info {
1660
- background-color: #d9edf7;
1661
- border-color: #bcdff1;
1662
- color: #31708f;
1663
- }
1664
- .ui-messages.ui-messages-info .ui-messages-close {
1665
- color: #31708f;
1666
- }
1667
- .ui-messages.ui-messages-warn {
1668
- background-color: #fcf8e3;
1669
- border-color: #faf2cc;
1670
- color: #8a6d3b;
1671
- }
1672
- .ui-messages.ui-messages-warn .ui-messages-close {
1673
- color: #8a6d3b;
1674
- }
1675
- .ui-messages.ui-messages-error {
1676
- background-color: #f2dede;
1677
- border-color: #ebcccc;
1678
- color: #a94442;
1679
- }
1680
- .ui-messages.ui-messages-error .ui-messages-close {
1681
- color: #a94442;
1682
- }
1683
- /* Growl */
1684
-
1685
- .ui-growl .ui-growl-message-success {
1686
- background-color: #dff0d8;
1687
- color: #3c763d;
1688
- }
1689
- .ui-growl .ui-growl-message-info {
1690
- background-color: #d9edf7;
1691
- color: #31708f;
1692
- }
1693
- .ui-growl .ui-growl-message-warn {
1694
- background-color: #fcf8e3;
1695
- color: #8a6d3b;
1696
- }
1697
- .ui-growl .ui-growl-message-error {
1698
- background-color: #f2dede;
1699
- color: #a94442;
1700
- }
1701
- body .ui-overlaypanel {
1702
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1703
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1704
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1705
- }
1706
- body .ui-overlaypanel .ui-overlaypanel-close {
1707
- background-color: #ffffff;
1708
- color: #373a3c;
1709
- border: 1px solid #c7c7c7;
1710
- padding: 0.125em;
1711
- border-radius: 15px;
1712
- -moz-transition: color 0.3s;
1713
- -o-transition: color 0.3s;
1714
- -webkit-transition: color 0.3s;
1715
- transition: color 0.3s;
1716
- }
1717
- body .ui-overlaypanel .ui-overlaypanel-close:hover {
1718
- color: #0275d8;
1719
- }
1720
- body .ui-overlaypanel .ui-overlaypanel-close span {
1721
- margin-left: 0.063em;
1722
- }
1723
- body .ui-dialog {
1724
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1725
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1726
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1727
- }
1728
- body .ui-dialog .ui-dialog-titlebar {
1729
- padding: 1em;
1730
- border-bottom: 1px solid #c7c7c7;
1731
- }
1732
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
1733
- margin: 0;
1734
- float: none;
1735
- font-size: 1.5em;
1736
- font-weight: bold;
1737
- }
1738
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon {
1739
- color: #767b7f;
1740
- border: 0 none;
1741
- -moz-transition: color 0.3s;
1742
- -o-transition: color 0.3s;
1743
- -webkit-transition: color 0.3s;
1744
- transition: color 0.3s;
1745
- padding: 0;
1746
- }
1747
- body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover {
1748
- color: #2d353c;
1749
- }
1750
- body .ui-dialog .ui-dialog-content {
1751
- padding: 1em;
1752
- }
1753
- body .ui-dialog .ui-dialog-buttonpane {
1754
- padding: 0.375em 0.75em;
1755
- text-align: right;
1756
- }
1757
- body .ui-dialog.ui-confirm-dialog .ui-dialog-content > span {
1758
- display: inline-block;
1759
- vertical-align: middle;
1760
- line-height: 1em;
1761
- margin: 0;
1762
- }
1763
- body .ui-tooltip .ui-tooltip-text {
1764
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1765
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1766
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1767
- }
1768
- body .ui-tooltip.ui-state-error {
1769
- border: 0 none;
1770
- }
1771
- body .ui-lightbox {
1772
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1773
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1774
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1775
- }
1776
- body .ui-lightbox .ui-lightbox-caption {
1777
- padding: 0.375em 0.75em;
1778
- }
1779
- body .ui-lightbox .ui-lightbox-caption .ui-lightbox-caption-text {
1780
- color: #2d353c;
1781
- margin: 0;
1782
- }
1783
- body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close {
1784
- padding: 0;
1785
- color: #2d353c;
1786
- -moz-transition: color 0.3s;
1787
- -o-transition: color 0.3s;
1788
- -webkit-transition: color 0.3s;
1789
- transition: color 0.3s;
1790
- }
1791
- body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close:hover {
1792
- color: #0275d8;
1793
- }
1794
- body .ui-lightbox .ui-lightbox-content-wrapper {
1795
- overflow: hidden;
1796
- }
1797
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left {
1798
- background: none !important;
1799
- display: inline-block;
1800
- font: normal normal normal 14px/1 FontAwesome;
1801
- font-size: inherit;
1802
- text-rendering: auto;
1803
- -webkit-font-smoothing: antialiased;
1804
- -moz-osx-font-smoothing: grayscale;
1805
- text-indent: 0px !important;
1806
- text-align: center;
1807
- -moz-transition: all 0.3s;
1808
- -o-transition: all 0.3s;
1809
- -webkit-transition: all 0.3s;
1810
- transition: all 0.3s;
1811
- font-size: 1.5em;
1812
- margin-left: 0.25em;
1813
- }
1814
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left::before {
1815
- content: "";
1816
- }
1817
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left:hover {
1818
- -webkit-transform: scale(1.2);
1819
- -moz-transform: scale(1.2);
1820
- -o-transform: scale(1.2);
1821
- -ms-transform: scale(1.2);
1822
- transform: scale(1.2);
1823
- }
1824
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left span {
1825
- display: none;
1826
- }
1827
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right {
1828
- background: none !important;
1829
- display: inline-block;
1830
- font: normal normal normal 14px/1 FontAwesome;
1831
- font-size: inherit;
1832
- text-rendering: auto;
1833
- -webkit-font-smoothing: antialiased;
1834
- -moz-osx-font-smoothing: grayscale;
1835
- text-indent: 0px !important;
1836
- text-align: center;
1837
- -moz-transition: all 0.3s;
1838
- -o-transition: all 0.3s;
1839
- -webkit-transition: all 0.3s;
1840
- transition: all 0.3s;
1841
- font-size: 1.5em;
1842
- margin-right: 0.25em;
1843
- }
1844
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right::before {
1845
- content: "";
1846
- }
1847
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right:hover {
1848
- -webkit-transform: scale(1.2);
1849
- -moz-transform: scale(1.2);
1850
- -o-transform: scale(1.2);
1851
- -ms-transform: scale(1.2);
1852
- transform: scale(1.2);
1853
- }
1854
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right span {
1855
- display: none;
1856
- }
1857
- body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-content.ui-lightbox-loading + a {
1858
- display: none;
1859
- }
1860
- body .ui-breadcrumb {
1861
- background-color: #ffffff;
1862
- padding: 0.375em 0.75em;
1863
- }
1864
- body .ui-breadcrumb ul li {
1865
- float: none;
1866
- display: inline-block;
1867
- vertical-align: middle;
1868
- }
1869
- body .ui-breadcrumb ul li .ui-menuitem-link {
1870
- color: #0275d8;
1871
- margin: 0;
1872
- position: relative;
1873
- top: 0;
1874
- }
1875
- body .ui-breadcrumb ul li.ui-breadcrumb-chevron {
1876
- font-size: 1em;
1877
- margin: 0.25em 0.375em 0 0.375em;
1878
- color: #767b7f;
1879
- }
1880
- body .ui-breadcrumb ul li.ui-breadcrumb-chevron.fa-chevron-right::before {
1881
- content: "/";
1882
- font-size: 1.375em;
1883
- font-weight: 700;
1884
- }
1885
- body .ui-breadcrumb ul li:first-child {
1886
- font-size: 1.2em;
1887
- }
1888
- body .ui-breadcrumb ul li:first-child a.ui-icon-home {
1889
- color: #767b7f;
1890
- margin: 0;
1891
- }
1892
- body .ui-steps {
1893
- position: relative;
1894
- }
1895
- body .ui-steps .ui-steps-item {
1896
- background-color: transparent;
1897
- text-align: center;
1898
- }
1899
- body .ui-steps .ui-steps-item.ui-state-disabled {
1900
- opacity: 1;
1901
- filter: alpha(opacity=100);
1902
- }
1903
- body .ui-steps .ui-steps-item .ui-menuitem-link {
1904
- display: inline-block;
1905
- text-align: center;
1906
- background-color: transparent;
1907
- overflow: hidden;
1908
- }
1909
- body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
1910
- display: inline-block;
1911
- background-color: #ffffff;
1912
- -moz-border-radius: 50%;
1913
- -webkit-border-radius: 50%;
1914
- border-radius: 50%;
1915
- padding: 0.25em 0.563em;
1916
- color: #747a7f;
1917
- position: relative;
1918
- width: 28px;
1919
- margin-top: 0;
1920
- font-size: 1em;
1921
- top: 0.875em;
1922
- margin-bottom: 0.75em;
1923
- border: 1px solid #cccccc;
1924
- }
1925
- body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
1926
- display: block;
1927
- margin-top: 0.375em;
1928
- color: #747a7f;
1929
- }
1930
- body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
1931
- background-color: #0275d8;
1932
- color: #ffffff;
1933
- border-color: #0275d8;
1934
- }
1935
- body .ui-steps .ui-steps-item:not(.ui-state-highlight) .ui-steps-number:hover {
1936
- background-color: #e6e6e6;
1937
- }
1938
- body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
1939
- font-weight: 700;
1940
- color: #373a3c;
1941
- }
1942
- body .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
1943
- display: block;
1944
- }
1945
- body .ui-steps::before {
1946
- content: ' ';
1947
- border: 1px solid #0275d8;
1948
- width: 100%;
1949
- top: 45%;
1950
- left: 0;
1951
- display: block;
1952
- position: absolute;
1953
- }
1954
- body .ui-menu {
1955
- padding: 0;
1956
- }
1957
- body .ui-menu.ui-shadow {
1958
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1959
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1960
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1961
- }
1962
- body .ui-menu .ui-menu-parent .ui-submenu-icon {
1963
- margin-top: 0.2em;
1964
- }
1965
- body .ui-menu .ui-menu-list .ui-widget-header {
1966
- width: 100%;
1967
- box-sizing: border-box;
1968
- border: 0 none;
1969
- background: #e6e6e6;
1970
- -moz-border-radius: 0;
1971
- -webkit-border-radius: 0;
1972
- border-radius: 0;
1973
- }
1974
- body .ui-menu .ui-menu-list .ui-widget-header h3 {
1975
- padding: 0.375em 0.75em;
1976
- font-weight: 400;
1977
- }
1978
- body .ui-menu .ui-menu-list .ui-widget-header .ui-icon {
1979
- color: #767b7f;
1980
- }
1981
- body .ui-menu .ui-menu-list .ui-widget-header:hover {
1982
- background-color: #e6e6e6;
1983
- }
1984
- body .ui-menu .ui-menu-list .ui-widget-header:hover .ui-icon {
1985
- color: #2d353c;
1986
- }
1987
- body .ui-menu .ui-menu-list .ui-widget-header:first-child {
1988
- margin-top: 0;
1989
- }
1990
- body .ui-menu .ui-menu-list .ui-menuitem {
1991
- margin: 0;
1992
- box-sizing: border-box;
1993
- -moz-border-radius: 0;
1994
- -webkit-border-radius: 0;
1995
- border-radius: 0;
1996
- }
1997
- body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link {
1998
- padding: 0.5em 0.75em;
1999
- width: 100%;
2000
- box-sizing: border-box;
2001
- -moz-border-radius: 0;
2002
- -webkit-border-radius: 0;
2003
- border-radius: 0;
2004
- color: #373a3c;
2005
- }
2006
- body .ui-menu .ui-menu-list .ui-menuitem .ui-menuitem-link:hover,
2007
- body .ui-menu .ui-menu-list .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
2008
- background-color: #0275d8;
2009
- color: #ffffff;
2010
- }
2011
- body .ui-menu .ui-menu-list .ui-menu-child {
2012
- padding: 0;
2013
- }
2014
- body .ui-menu .ui-menu-list .ui-menu-child.ui-shadow {
2015
- -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2016
- -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2017
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
2018
- }
2019
- body .ui-menu.ui-menubar {
2020
- background-color: #ffffff;
2021
- border-color: #e6e6e6;
2022
- }
2023
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem {
2024
- width: auto;
2025
- }
2026
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link {
2027
- color: #2d353c;
2028
- }
2029
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link .ui-menuitem-icon {
2030
- color: #767b7f;
2031
- }
2032
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link:hover {
2033
- color: #ffffff;
2034
- }
2035
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem > .ui-menuitem-link:hover .ui-menuitem-icon {
2036
- color: #ffffff;
2037
- }
2038
- body .ui-menu.ui-menubar > .ui-menu-list > .ui-menuitem.ui-menubar-options {
2039
- margin-right: 8px;
2040
- }
2041
- body .ui-menu.ui-megamenu .ui-menu-list > table > tbody > tr > td {
2042
- padding: 0;
2043
- }
2044
- body .ui-menu.ui-megamenu.ui-megamenu-vertical > .ui-menu-list .ui-menuitem {
2045
- width: 100%;
2046
- }
2047
- body .ui-tabmenu {
2048
- border: 0 none;
2049
- }
2050
- body .ui-tabmenu .ui-tabmenu-nav {
2051
- padding: 0;
2052
- }
2053
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
2054
- margin: 0;
2055
- position: static;
2056
- -moz-transition: background-color 0.3s;
2057
- -o-transition: background-color 0.3s;
2058
- -webkit-transition: background-color 0.3s;
2059
- transition: background-color 0.3s;
2060
- -moz-border-radius: 0;
2061
- -webkit-border-radius: 0;
2062
- border-radius: 0;
2063
- }
2064
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link {
2065
- color: #2d353c;
2066
- padding: 0.375em 0.75em;
2067
- }
2068
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-icon,
2069
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-text {
2070
- vertical-align: middle;
2071
- display: inline-block;
2072
- float: none;
2073
- }
2074
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-icon {
2075
- color: #767b7f;
2076
- }
2077
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem:not(.ui-state-active):hover {
2078
- background-color: #e6e6e6;
2079
- }
2080
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem:hover .ui-menuitem-icon {
2081
- color: #2d353c;
2082
- }
2083
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active .ui-menuitem-link {
2084
- background-color: #0275d8;
2085
- color: #ffffff;
2086
- }
2087
- body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active .ui-menuitem-link .ui-menuitem-icon {
2088
- color: #ffffff;
2089
- }
2090
- body .ui-menubutton .ui-button.ui-button-text-icon-left .ui-icon {
2091
- margin-top: -.625em;
2092
- }
2093
- body .ui-panelmenu .fa {
2094
- position: static;
2095
- }
2096
- body .ui-panelmenu .ui-panelmenu-panel {
2097
- border: 1px solid #c7c7c7;
2098
- border-bottom: none;
2099
- }
2100
- body .ui-panelmenu .ui-panelmenu-panel:last-child {
2101
- border-bottom: 1px solid #c7c7c7;
2102
- }
2103
- body .ui-panelmenu .ui-panelmenu-header {
2104
- background-color: #ffffff;
2105
- padding: 0;
2106
- font-size: 1em;
2107
- color: #2d353c;
2108
- -moz-transition: background-color 0.3s;
2109
- -o-transition: background-color 0.3s;
2110
- -webkit-transition: background-color 0.3s;
2111
- transition: background-color 0.3s;
2112
- }
2113
- body .ui-panelmenu .ui-panelmenu-header .fa {
2114
- color: #767b7f;
2115
- }
2116
- body .ui-panelmenu .ui-panelmenu-header a {
2117
- padding: 0.5em 0.75em;
2118
- color: #2d353c;
2119
- }
2120
- body .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover {
2121
- background-color: #e6e6e6;
2122
- }
2123
- body .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover .fa {
2124
- color: #2d353c;
2125
- }
2126
- body .ui-panelmenu .ui-panelmenu-header.ui-state-active {
2127
- background-color: #0275d8;
2128
- }
2129
- body .ui-panelmenu .ui-panelmenu-header.ui-state-active a {
2130
- color: #ffffff;
2131
- }
2132
- body .ui-panelmenu .ui-panelmenu-header.ui-state-active .fa {
2133
- color: #ffffff;
2134
- }
2135
- body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
2136
- padding: 0.375em 0.75em;
2137
- color: #373a3c;
2138
- -moz-transition: background-color 0.3s;
2139
- -o-transition: background-color 0.3s;
2140
- -webkit-transition: background-color 0.3s;
2141
- transition: background-color 0.3s;
2142
- -moz-border-radius: 0;
2143
- -webkit-border-radius: 0;
2144
- border-radius: 0;
2145
- }
2146
- body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover {
2147
- background-color: #f4f3f4;
2148
- color: #373a3c;
2149
- }
2150
- body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link > span.fa {
2151
- display: inline-block;
2152
- vertical-align: middle;
2153
- left: auto;
2154
- }
2155
- body .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link .ui-menuitem-text {
2156
- display: inline-block;
2157
- vertical-align: middle;
2158
- }
2159
- body .ui-progressbar {
2160
- border: 0 none;
2161
- background-color: #e3e3e3;
2162
- }
2163
- body .ui-progressbar .ui-progressbar-value {
2164
- border: 0 none;
2165
- background: #299bfd;
2166
- margin: 0;
2167
- -moz-border-radius: 0;
2168
- -webkit-border-radius: 0;
2169
- border-radius: 0;
2170
- }
2171
- body .ui-progressbar .ui-progressbar-label {
2172
- margin-top: -0.063em;
2173
- }
2174
- body .ui-galleria .ui-galleria-nav-prev {
2175
- font-size: 1em;
2176
- color: #767b7f;
2177
- -moz-transition: color 0.3s;
2178
- -o-transition: color 0.3s;
2179
- -webkit-transition: color 0.3s;
2180
- transition: color 0.3s;
2181
- }
2182
- body .ui-galleria .ui-galleria-nav-prev:hover {
2183
- color: #2d353c;
2184
- }
2185
- body .ui-galleria .ui-galleria-nav-next {
2186
- font-size: 1em;
2187
- color: #767b7f;
2188
- -moz-transition: color 0.3s;
2189
- -o-transition: color 0.3s;
2190
- -webkit-transition: color 0.3s;
2191
- transition: color 0.3s;
2192
- }
2193
- body .ui-galleria .ui-galleria-nav-next:hover {
2194
- color: #2d353c;
2195
- }
2196
-
2197
- body .ui-slidemenu .ui-slidemenu-backward {
2198
- border: 0 none;
2199
- background-color: #f5f5f5;
2200
- border-top-left-radius: 0;
2201
- border-top-right-radius: 0;
2202
- }
2203
-
2204
- body .ui-inputgroup .ui-inputgroup-addon {
2205
- border-color: rgba(0,0,0,.15);
2206
- background-color: #eceeef;
2207
- color: #55595c;
2208
- padding: 0.5em 0.75em;
2209
- }
2210
-
2211
- body .ui-inputgroup .ui-inputgroup-addon:first-child {
2212
- border-top-left-radius: 0.25em;
2213
- border-bottom-left-radius: 0.25em;
2214
- }
2215
-
2216
- body .ui-inputgroup .ui-inputgroup-addon:last-child {
2217
- border-top-right-radius: 0.25em;
2218
- border-bottom-right-radius: 0.25em;
2219
- }
2220
-
2221
- body .ui-inputgroup .ui-button:first-child {
2222
- border-top-left-radius: 0.25em;
2223
- border-bottom-left-radius: 0.25em;
2224
-
2225
- }
2226
- .ui-inputgroup .ui-button:last-child {
2227
- border-top-right-radius: 0.25em;
2228
- border-bottom-right-radius: 0.25em;
2229
- }
2230
-
2231
-
2232
- /* Validation */
2233
- .ui-inputtext.ng-dirty.ng-invalid,
2234
- p-dropdown.ng-dirty.ng-invalid > .ui-dropdown,
2235
- p-autocomplete.ng-dirty.ng-invalid > .ui-autocomplete > .ui-inputtext,
2236
- p-calendar.ng-dirty.ng-invalid > .ui-inputtext,
2237
- p-chips.ng-dirty.ng-invalid > .ui-inputtext,
2238
- p-inputmask.ng-dirty.ng-invalid > .ui-inputtext,
2239
- p-checkbox.ng-dirty.ng-invalid .ui-chkbox-box,
2240
- p-radiobutton.ng-dirty.ng-invalid .ui-radiobutton-box,
2241
- p-inputswitch.ng-dirty.ng-invalid .ui-inputswitch,
2242
- p-listbox.ng-dirty.ng-invalid .ui-inputtext,
2243
- p-multiselect.ng-dirty.ng-invalid > .ui-multiselect,
2244
- p-spinner.ng-dirty.ng-invalid > .ui-inputtext,
2245
- p-selectbutton.ng-dirty.ng-invalid .ui-button,
2246
- p-togglebutton.ng-dirty.ng-invalid .ui-button {
2247
- border-bottom-color: #e13131;
2248
- }