agile_rails 0.0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (259) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +5 -0
  3. data/MIT-LICENSE +20 -0
  4. data/README.md +285 -0
  5. data/Rakefile +39 -0
  6. data/agile_rails.gemspec +36 -0
  7. data/app/assets/fonts/ibm-plex-sans-300.woff2 +0 -0
  8. data/app/assets/fonts/ibm-plex-sans-400.woff2 +0 -0
  9. data/app/assets/fonts/ibm-plex-sans-500.woff2 +0 -0
  10. data/app/assets/fonts/ibm-plex-sans-600.woff2 +0 -0
  11. data/app/assets/fonts/ibm-plex-sans-700.woff2 +0 -0
  12. data/app/assets/fonts/ibm-plex-sans-italic.woff2 +0 -0
  13. data/app/assets/images/32px.png +0 -0
  14. data/app/assets/images/throbber.gif +0 -0
  15. data/app/assets/javascripts/agile/agile.js +1489 -0
  16. data/app/assets/javascripts/agile/jquery-migrate.js +702 -0
  17. data/app/assets/javascripts/agile/jquery.bpopup.js +372 -0
  18. data/app/assets/javascripts/agile/jquery.datetimepicker.js +1353 -0
  19. data/app/assets/javascripts/agile/jstree.min.js +6 -0
  20. data/app/assets/javascripts/agile/select-multiple.js +459 -0
  21. data/app/assets/javascripts/agile/some_scripts.js +33 -0
  22. data/app/assets/javascripts/agile.js +22 -0
  23. data/app/assets/javascripts/agile_application.js +22 -0
  24. data/app/assets/javascripts/agile_editor.js +22 -0
  25. data/app/assets/stylesheets/agile/agile.css +1882 -0
  26. data/app/assets/stylesheets/agile/agile_apps.css +149 -0
  27. data/app/assets/stylesheets/agile/jquery.datetimepicker.css +304 -0
  28. data/app/assets/stylesheets/agile/jstree.css +1107 -0
  29. data/app/assets/stylesheets/agile/select-multiple.css +110 -0
  30. data/app/assets/stylesheets/agile/th-bg.png +0 -0
  31. data/app/assets/stylesheets/agile/theme.css +49 -0
  32. data/app/assets/stylesheets/agile.css +21 -0
  33. data/app/assets/stylesheets/agile_application.css +20 -0
  34. data/app/assets/stylesheets/agile_editor.css +19 -0
  35. data/app/controllers/agile_application_controller.rb +735 -0
  36. data/app/controllers/agile_common_controller.rb +345 -0
  37. data/app/controllers/agile_controller.rb +977 -0
  38. data/app/controllers/agile_main_controller.rb +36 -0
  39. data/app/controls/agile_control.rb +120 -0
  40. data/app/controls/agile_report.rb +364 -0
  41. data/app/controls/ar_category_control.rb +39 -0
  42. data/app/controls/ar_help_control.rb +139 -0
  43. data/app/controls/ar_image_control.rb +180 -0
  44. data/app/controls/ar_journal_control.rb +47 -0
  45. data/app/controls/ar_menu_item_control.rb +55 -0
  46. data/app/controls/ar_page_control.rb +64 -0
  47. data/app/controls/ar_poll_result_control.rb +84 -0
  48. data/app/controls/ar_setup_control.rb +62 -0
  49. data/app/controls/belongs_to_control.rb +61 -0
  50. data/app/controls/browse_models_control.rb +98 -0
  51. data/app/controls/settings_form_control.rb +137 -0
  52. data/app/forms/agile_help.yml +112 -0
  53. data/app/forms/agile_menu.yml +140 -0
  54. data/app/forms/agile_report_defaults.yml +39 -0
  55. data/app/forms/all_options.yml +810 -0
  56. data/app/forms/ar_ad.yml +121 -0
  57. data/app/forms/ar_big_table.yml +60 -0
  58. data/app/forms/ar_big_table_value.yml +52 -0
  59. data/app/forms/ar_browse_fields.yml +35 -0
  60. data/app/forms/ar_browse_models.yml +48 -0
  61. data/app/forms/ar_category.yml +73 -0
  62. data/app/forms/ar_category_as_tree.yml +31 -0
  63. data/app/forms/ar_design.yml +75 -0
  64. data/app/forms/ar_filter.yml +52 -0
  65. data/app/forms/ar_folder_permission.yml +56 -0
  66. data/app/forms/ar_folder_rule.yml +48 -0
  67. data/app/forms/ar_gallery.yml +55 -0
  68. data/app/forms/ar_image.yml +126 -0
  69. data/app/forms/ar_image_search.yml +83 -0
  70. data/app/forms/ar_journal.yml +76 -0
  71. data/app/forms/ar_json_ld.yml +56 -0
  72. data/app/forms/ar_key_value.yml +33 -0
  73. data/app/forms/ar_key_value_store.yml +33 -0
  74. data/app/forms/ar_link.yml +60 -0
  75. data/app/forms/ar_menu.yml +67 -0
  76. data/app/forms/ar_menu_item.yml +141 -0
  77. data/app/forms/ar_page.yml +187 -0
  78. data/app/forms/ar_part.yml +91 -0
  79. data/app/forms/ar_permission.yml +52 -0
  80. data/app/forms/ar_permission_rule.yml +40 -0
  81. data/app/forms/ar_piece.yml +106 -0
  82. data/app/forms/ar_policy.yml +64 -0
  83. data/app/forms/ar_policy_rule.yml +42 -0
  84. data/app/forms/ar_policy_rule_nocms.yml +40 -0
  85. data/app/forms/ar_poll.yml +118 -0
  86. data/app/forms/ar_poll_item.yml +78 -0
  87. data/app/forms/ar_poll_result.yml +88 -0
  88. data/app/forms/ar_poll_result_export.yml +35 -0
  89. data/app/forms/ar_removed_url.yml +41 -0
  90. data/app/forms/ar_role.yml +43 -0
  91. data/app/forms/ar_seo.yml +32 -0
  92. data/app/forms/ar_setup.yml +45 -0
  93. data/app/forms/ar_site.yml +149 -0
  94. data/app/forms/ar_steps_template.yml +51 -0
  95. data/app/forms/ar_user.yml +140 -0
  96. data/app/forms/ar_user_role.yml +57 -0
  97. data/app/forms/help/dc_category_as_tree.en +4 -0
  98. data/app/forms/help/dc_category_as_tree.sl +5 -0
  99. data/app/forms/json_ld_schema.yml +168 -0
  100. data/app/helpers/agile_application_helper.rb +1162 -0
  101. data/app/helpers/agile_category_helper.rb +128 -0
  102. data/app/helpers/agile_common_helper.rb +308 -0
  103. data/app/helpers/agile_edit_helper.rb +645 -0
  104. data/app/helpers/agile_helper.rb +509 -0
  105. data/app/helpers/agile_index_helper.rb +677 -0
  106. data/app/helpers/ar_image_helper.rb +128 -0
  107. data/app/models/agile_form_fields/action.rb +61 -0
  108. data/app/models/agile_form_fields/agile_form_field.rb +322 -0
  109. data/app/models/agile_form_fields/belongs_to.rb +112 -0
  110. data/app/models/agile_form_fields/check_box.rb +73 -0
  111. data/app/models/agile_form_fields/comment.rb +62 -0
  112. data/app/models/agile_form_fields/date_picker.rb +104 -0
  113. data/app/models/agile_form_fields/date_select.rb +68 -0
  114. data/app/models/agile_form_fields/datetime_picker.rb +88 -0
  115. data/app/models/agile_form_fields/datetime_select.rb +73 -0
  116. data/app/models/agile_form_fields/file_field.rb +52 -0
  117. data/app/models/agile_form_fields/file_select.rb +69 -0
  118. data/app/models/agile_form_fields/hidden_field.rb +51 -0
  119. data/app/models/agile_form_fields/html_field.rb +69 -0
  120. data/app/models/agile_form_fields/journal_diff.rb +62 -0
  121. data/app/models/agile_form_fields/link_to.rb +69 -0
  122. data/app/models/agile_form_fields/method.rb +66 -0
  123. data/app/models/agile_form_fields/multitext_autocomplete.rb +215 -0
  124. data/app/models/agile_form_fields/number_field.rb +92 -0
  125. data/app/models/agile_form_fields/password_field.rb +63 -0
  126. data/app/models/agile_form_fields/radio_button.rb +95 -0
  127. data/app/models/agile_form_fields/readonly.rb +77 -0
  128. data/app/models/agile_form_fields/select.rb +281 -0
  129. data/app/models/agile_form_fields/submit_tag.rb +58 -0
  130. data/app/models/agile_form_fields/text_area.rb +61 -0
  131. data/app/models/agile_form_fields/text_autocomplete.rb +171 -0
  132. data/app/models/agile_form_fields/text_field.rb +55 -0
  133. data/app/models/agile_form_fields/text_with_select.rb +94 -0
  134. data/app/models/agile_form_fields/tree_select.rb +170 -0
  135. data/app/models/ar_big_table.rb +82 -0
  136. data/app/models/ar_big_table_value.rb +53 -0
  137. data/app/models/ar_category.rb +109 -0
  138. data/app/models/ar_design.rb +116 -0
  139. data/app/models/ar_filter.rb +200 -0
  140. data/app/models/ar_folder_permission.rb +50 -0
  141. data/app/models/ar_folder_rule.rb +47 -0
  142. data/app/models/ar_gallery.rb +53 -0
  143. data/app/models/ar_image.rb +198 -0
  144. data/app/models/ar_internals.rb +60 -0
  145. data/app/models/ar_journal.rb +46 -0
  146. data/app/models/ar_json_ld.rb +131 -0
  147. data/app/models/ar_key_value_store.rb +128 -0
  148. data/app/models/ar_link.rb +48 -0
  149. data/app/models/ar_memory.rb +172 -0
  150. data/app/models/ar_menu.rb +144 -0
  151. data/app/models/ar_menu_item.rb +106 -0
  152. data/app/models/ar_page.rb +74 -0
  153. data/app/models/ar_part.rb +66 -0
  154. data/app/models/ar_permission.rb +180 -0
  155. data/app/models/ar_permission_rule.rb +65 -0
  156. data/app/models/ar_policy.rb +78 -0
  157. data/app/models/ar_policy_rule.rb +65 -0
  158. data/app/models/ar_poll.rb +74 -0
  159. data/app/models/ar_poll_item.rb +47 -0
  160. data/app/models/ar_poll_result.rb +38 -0
  161. data/app/models/ar_removed_url.rb +42 -0
  162. data/app/models/ar_role.rb +84 -0
  163. data/app/models/ar_setup.rb +115 -0
  164. data/app/models/ar_site.rb +68 -0
  165. data/app/models/ar_temp.rb +150 -0
  166. data/app/models/ar_user.rb +72 -0
  167. data/app/models/ar_user_group.rb +38 -0
  168. data/app/models/ar_user_role.rb +54 -0
  169. data/app/models/ar_visit.rb +41 -0
  170. data/app/models/concerns/ar_page_concern.rb +128 -0
  171. data/app/models/concerns/ar_part_concern.rb +48 -0
  172. data/app/models/concerns/ar_piece_concern.rb +48 -0
  173. data/app/models/concerns/ar_policy_rule_concern.rb +87 -0
  174. data/app/models/concerns/ar_seo_concern.rb +66 -0
  175. data/app/models/concerns/ar_site_concern.rb +103 -0
  176. data/app/models/concerns/ar_user_concern.rb +195 -0
  177. data/app/renderers/agile_common_renderer.rb +93 -0
  178. data/app/renderers/agile_renderer.rb +59 -0
  179. data/app/renderers/ar_ad_renderer.rb +219 -0
  180. data/app/renderers/ar_captcha_renderer.rb +113 -0
  181. data/app/renderers/ar_common_renderer.rb +90 -0
  182. data/app/renderers/ar_gallery_renderer.rb +107 -0
  183. data/app/renderers/ar_menu_renderer.rb +195 -0
  184. data/app/renderers/ar_page_renderer.rb +147 -0
  185. data/app/renderers/ar_part_renderer.rb +235 -0
  186. data/app/renderers/ar_piece_renderer.rb +119 -0
  187. data/app/renderers/ar_poll_renderer.rb +272 -0
  188. data/app/views/agile/_edit_stuff.html.erb +57 -0
  189. data/app/views/agile/_form.html.erb +24 -0
  190. data/app/views/agile/_result.html.erb +28 -0
  191. data/app/views/agile/edit.html.erb +13 -0
  192. data/app/views/agile/error.html.erb +2 -0
  193. data/app/views/agile/index.html.erb +14 -0
  194. data/app/views/agile/login.html.erb +19 -0
  195. data/app/views/agile/new.html.erb +12 -0
  196. data/app/views/agile_common/_help.html.erb +18 -0
  197. data/app/views/agile_common/_iframe_edit.html.erb +2 -0
  198. data/app/views/agile_common/paste_clipboard.html.erb +17 -0
  199. data/app/views/layouts/agile.html.erb +17 -0
  200. data/app/views/layouts/content.html.erb +20 -0
  201. data/app/views/models/dump_models.html.erb +47 -0
  202. data/config/initializers/kaminari_patch.rb +56 -0
  203. data/config/locales/agile_de.yml +138 -0
  204. data/config/locales/agile_en.yml +162 -0
  205. data/config/locales/agile_sl.yml +163 -0
  206. data/config/locales/datetimepicker.yml +19 -0
  207. data/config/locales/de.yml +231 -0
  208. data/config/locales/en.yml +13 -0
  209. data/config/locales/kaminari.yml +26 -0
  210. data/config/locales/models_en.yml +1032 -0
  211. data/config/locales/models_sl.yml +1065 -0
  212. data/config/locales/sl.yml +211 -0
  213. data/db/migrate/20240120160001_add_sessions_table.rb +12 -0
  214. data/db/migrate/20240120160002_ar_big_table.rb +17 -0
  215. data/db/migrate/20240120160003_ar_big_table_value.rb +18 -0
  216. data/db/migrate/20240120160004_ar_category.rb +22 -0
  217. data/db/migrate/20240120160005_ar_design.rb +20 -0
  218. data/db/migrate/20240120160006_ar_filter.rb +17 -0
  219. data/db/migrate/20240120160007_ar_gallery.rb +21 -0
  220. data/db/migrate/20240120160008_ar_journal.rb +19 -0
  221. data/db/migrate/20240120160009_ar_key_value_store.rb +11 -0
  222. data/db/migrate/20240120160010_ar_link.rb +19 -0
  223. data/db/migrate/20240120160011_ar_memory.rb +8 -0
  224. data/db/migrate/20240120160012_ar_menu.rb +21 -0
  225. data/db/migrate/20240120160013_ar_menu_item.rb +28 -0
  226. data/db/migrate/20240120160014_ar_page.rb +50 -0
  227. data/db/migrate/20240120160015_ar_part.rb +33 -0
  228. data/db/migrate/20240120160016_ar_permission.rb +16 -0
  229. data/db/migrate/20240120160017_ar_permission_rule.rb +17 -0
  230. data/db/migrate/20240120160018_ar_piece.rb +28 -0
  231. data/db/migrate/20240120160019_ar_policy.rb +21 -0
  232. data/db/migrate/20240120160020_ar_policy_rule.rb +18 -0
  233. data/db/migrate/20240120160021_ar_poll.rb +27 -0
  234. data/db/migrate/20240120160022_ar_poll_item.rb +23 -0
  235. data/db/migrate/20240120160023_ar_poll_result.rb +14 -0
  236. data/db/migrate/20240120160024_ar_removed_url.rb +16 -0
  237. data/db/migrate/20240120160025_ar_role.rb +17 -0
  238. data/db/migrate/20240120160026_ar_site.rb +37 -0
  239. data/db/migrate/20240120160027_ar_temp.rb +11 -0
  240. data/db/migrate/20240120160028_ar_user.rb +42 -0
  241. data/db/migrate/20240120160029_ar_user_group.rb +12 -0
  242. data/db/migrate/20240120160030_ar_user_role.rb +18 -0
  243. data/db/migrate/20240120160031_ar_visit.rb +15 -0
  244. data/db/migrate/20240703016001_ar_setup.rb +16 -0
  245. data/db/migrate/20240703016002_ar_folder_permission.rb +15 -0
  246. data/db/migrate/20240703016003_ar_folder_rule.rb +14 -0
  247. data/db/migrate/20250115000001_ar_image.rb +25 -0
  248. data/lib/agile/configuration.rb +43 -0
  249. data/lib/agile/engine.rb +29 -0
  250. data/lib/agile/version.rb +27 -0
  251. data/lib/agile.rb +282 -0
  252. data/lib/agile_rails.rb +1 -0
  253. data/lib/generators/agile/USAGE +11 -0
  254. data/lib/generators/agile/new_form_generator.rb +369 -0
  255. data/lib/generators/convert_to_ar/convert_to_ar_generator.rb +158 -0
  256. data/lib/tasks/agile_db_clone.rake +132 -0
  257. data/lib/tasks/agile_db_export_to_yaml.rake +37 -0
  258. data/lib/tasks/agile_db_migrate.rake +35 -0
  259. metadata +414 -0
@@ -0,0 +1,1882 @@
1
+ /*
2
+ #--
3
+ # Copyright (c) 2024+ Damjan Rems
4
+ #
5
+ # Permission is hereby granted, free of charge, to any person obtaining
6
+ # a copy of this software and associated documentation files (the
7
+ # "Software"), to deal in the Software without restriction, including
8
+ # without limitation the rights to use, copy, modify, merge, publish,
9
+ # distribute, sublicense, and/or sell copies of the Software, and to
10
+ # permit persons to whom the Software is furnished to do so, subject to
11
+ # the following conditions:
12
+ #
13
+ # The above copyright notice and this permission notice shall be
14
+ # included in all copies or substantial portions of the Software.
15
+ #
16
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+ #+
24
+ color: rgba(37, 56, 88, 1);
25
+ color: #253858;
26
+ */
27
+
28
+ @font-face {
29
+ font-family: ArSans;
30
+ font-style: normal;
31
+ font-weight: 300;
32
+ src: url('ibm-plex-sans-300.woff2') format('woff2')
33
+ }
34
+ @font-face {
35
+ font-family: ArSans;
36
+ font-style: normal;
37
+ font-weight: 400;
38
+ src: url('ibm-plex-sans-400.woff2') format('woff2')
39
+ }
40
+ @font-face {
41
+ font-family: ArSans;
42
+ font-style: normal;
43
+ font-weight: 500;
44
+ src: url('ibm-plex-sans-500.woff2') format('woff2')
45
+ }
46
+ @font-face {
47
+ font-family: ArSans;
48
+ font-style: normal;
49
+ font-weight: 600;
50
+ src: url('ibm-plex-sans-600.woff2') format('woff2')
51
+ }
52
+ @font-face {
53
+ font-family: ArSans;
54
+ font-style: normal;
55
+ font-weight: 700;
56
+ src: url('ibm-plex-sans-700.woff2') format('woff2')
57
+ }
58
+
59
+ @font-face {
60
+ font-family: ArSans;
61
+ font-style: italic;
62
+ font-weight: 400;
63
+ src: url('ibm-plex-sans-italic.woff2') format('woff2')
64
+ }
65
+
66
+
67
+ /* Web reset. Contributed by
68
+ /* http://meyerweb.com/eric/tools/css/reset/
69
+ v2.0 | 20110126
70
+ License: none (public domain)
71
+ */
72
+
73
+ html, body, div, span, applet, object, iframe,
74
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
75
+ a, abbr, acronym, address, big, cite, code,
76
+ del, dfn, em, img, ins, kbd, q, s, samp,
77
+ small, strike, sub, sup, tt, var,
78
+ b, u, i, center,
79
+ dl, dt, dd, ol, ul, li,
80
+ fieldset, form, label, legend,
81
+ table, caption, tbody, tfoot, thead, tr, th, td,
82
+ article, aside, canvas, details, embed,
83
+ figure, figcaption, footer, header, hgroup,
84
+ menu, nav, output, ruby, section, summary,
85
+ time, mark, audio, video {
86
+ margin: 0;
87
+ padding: 0;
88
+ border: 0;
89
+ font-size: 100%;
90
+ font: inherit;
91
+ vertical-align: baseline;
92
+ }
93
+ /* HTML5 display-role reset for older browsers */
94
+ article, aside, details, figcaption, figure,
95
+ footer, header, hgroup, menu, nav, section {
96
+ display: block;
97
+ }
98
+
99
+ ol, ul {
100
+ list-style: none;
101
+ }
102
+ blockquote, q {
103
+ quotes: none;
104
+ }
105
+ blockquote:before, blockquote:after,
106
+ q:before, q:after {
107
+ content: none;
108
+ }
109
+ table {
110
+ border-collapse: separate;
111
+ border-spacing: 0;
112
+ }
113
+ /* END */
114
+
115
+ body {
116
+ font-family: ArSans,arial,sans-serif;
117
+ font-size: 15px;
118
+ margin: 0;
119
+ vertical-align: middle;
120
+ color: #000;
121
+ font-weight: 400;
122
+ }
123
+
124
+ button {
125
+ font-family: ArSans,arial,sans-serif;
126
+ }
127
+
128
+ textarea, input, select {
129
+ font: 16px ArSans,arial,sans-serif;
130
+ color: #253858;
131
+ padding: 8px 4px;
132
+ margin-left: 1px;
133
+ border: 1px solid rgba(37, 56, 88, 0.06);
134
+ border-radius: 6px;
135
+ max-width: 100%;
136
+ vertical-align: middle;
137
+ font-weight: 500;
138
+ }
139
+
140
+ .ar-action-menu textarea, .ar-action-menu input, .ar-action-menu select {
141
+ padding: 6px 4px;
142
+ max-width: 200px;
143
+ }
144
+
145
+ textarea:focus, input:focus, select:focus {
146
+ outline: 2px solid #5b89d7;
147
+ border-radius: 3px;
148
+ }
149
+
150
+ input[type=submit]:focus {
151
+ outline: none;
152
+ border: none;
153
+ background-color: #253858;
154
+ color: #fff;
155
+ }
156
+
157
+ textarea[readonly], input[readonly], select[readonly] {
158
+ background-color: rgba(37, 56, 88, 0.05) !important;
159
+ border: 1px solid rgba(37, 56, 88, 0.01) !important;
160
+ }
161
+
162
+ input[type=checkbox] {
163
+ appearance: none;
164
+ background-color: #fff;
165
+ margin: 0;
166
+ font: inherit;
167
+ color: currentColor;
168
+ width: 1.15em;
169
+ height: 1.15em;
170
+ border: 1px solid rgba(37, 56, 88, 0.06);
171
+ border-radius: 6px;
172
+ transform: translateY(-0.075em);
173
+ display: inline-grid;
174
+ place-content: center;
175
+ }
176
+
177
+ input[type="checkbox"]::before {
178
+ content: "";
179
+ width: 0.6em;
180
+ height: 0.6em;
181
+ transform: scale(0);
182
+ transition: 120ms transform ease-in-out;
183
+ box-shadow: inset 1em 1em #253858;
184
+ transform-origin: bottom left;
185
+ clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
186
+ }
187
+
188
+ input[type="checkbox"]:checked::before {
189
+ transform: scale(1);
190
+ }
191
+
192
+ input.file {
193
+ border: none;
194
+ }
195
+
196
+ select {
197
+ background-color: #fff;
198
+ }
199
+
200
+ hr {
201
+ background-color: #ccc;
202
+ border: none;
203
+ height: 2px;
204
+ }
205
+
206
+ .div {
207
+ border: 0;
208
+ padding: 0;
209
+ }
210
+
211
+ .normal {
212
+ text-align: left;
213
+ }
214
+
215
+ td { vertical-align: middle; }
216
+
217
+ th {
218
+ padding: 4px;
219
+ text-align: left;
220
+ border-bottom: 2px solid #ddd;
221
+ border-right: 2px solid #ddd;
222
+ background: #ddd;
223
+ color: #888;
224
+ font-weight: bold;
225
+ }
226
+
227
+ th a:hover { color: #000;}
228
+
229
+ img { vertical-align:bottom; }
230
+
231
+ .hover {
232
+ cursor: pointer;
233
+ }
234
+
235
+ .ar-link a:link, .ar-link a:active, .ar-link a:visited,
236
+ .ar-result a:link, .ar-result a:active, .ar-result a:visited {
237
+ color: #253858;
238
+ font-weight: 500;
239
+ text-decoration: none;
240
+ background: transparent;
241
+ }
242
+
243
+ .ar-link a img { border: none; }
244
+
245
+ .ar-image-preview img { max-height: 2rem; padding-left: 0.5rem;}
246
+ .ar-image-preview img:hover { cursor: zoom-in;}
247
+
248
+ .text-with-select {
249
+ width: 20px;
250
+ margin-left: 2px;
251
+ }
252
+
253
+ .no-borders {
254
+ padding: 0;
255
+ border-spacing: 0;
256
+ }
257
+
258
+ .ar-action-menu .ar-left {float: left;}
259
+ .ar-action-menu .ar-right {
260
+ position: absolute;
261
+ right: 0;
262
+ display: inline-flex;
263
+ align-items: first baseline;
264
+ }
265
+
266
+ .ar-action-menu .ar-right span {
267
+ display: flex;
268
+ }
269
+
270
+ .ar-action-menu .ar-right span i {
271
+ padding: 4px;
272
+ }
273
+
274
+ .td-spacer {
275
+ width: 90%;
276
+ font-size: 1px;
277
+ border-bottom: 1px solid #eee;
278
+ }
279
+
280
+ .ar-result {
281
+ width: 99.9%;
282
+ padding: 0;
283
+ border-spacing: 0;
284
+ border-radius: 1px;
285
+ }
286
+
287
+ .ar-result .ar-link-no {
288
+ padding: 0;
289
+ border: none;
290
+ color: rgba(37, 56, 88, 0.2);
291
+ background: transparent !important;
292
+ }
293
+
294
+ .ar-result-actions .ar-link-no i:hover {
295
+ cursor: unset;
296
+ color: rgba(37, 56, 88, 0.5);
297
+ }
298
+
299
+ .ar-result-header {
300
+ display: flex;
301
+ margin: 2px 0;
302
+ border-bottom: 2px solid rgba(37, 56, 88, 0.3);
303
+ background-color: #fff;
304
+ color: #253858;
305
+ }
306
+
307
+ .ar-result-header .th {
308
+ padding: 4px 3px;
309
+ white-space: nowrap;
310
+ overflow: hidden;
311
+ font-weight: 500;
312
+ line-height: 18px;
313
+ position: relative;
314
+ }
315
+
316
+ .ar-result-header .th:last-child {
317
+ flex-grow: 1;
318
+ }
319
+ .ar-result-header .th i {
320
+ padding-bottom: 4px;
321
+ }
322
+
323
+ .ar-result-header .th i.mi-sort_down:before,
324
+ .ar-result-header .th i.mi-ads_click:before,
325
+ .ar-result-header .th i.mi-sort_up:before,
326
+ .ar-result-header .th i.mi-sort_unset:before {
327
+ font-size: 12px;
328
+ position: static;
329
+ vertical-align: top;
330
+ }
331
+
332
+ .ar-result-header .spacer, .ar-result-data .spacer {
333
+ width: 2px;
334
+ }
335
+
336
+ .ar-result-header a:link, .ar-result-header a:visited {
337
+ }
338
+
339
+ .ar-result-header a:hover {
340
+ color: rgba(37, 56, 88, 0.5);
341
+ }
342
+
343
+ .ar-result-data {
344
+ display: flex;
345
+ padding: 4px 0;
346
+ color: #253858;
347
+ }
348
+
349
+ .ar-result-data:hover {
350
+ background-color: #F8F9FA;
351
+ }
352
+
353
+ .ar-result-data .td {
354
+ padding: 4px 3px;
355
+ white-space: nowrap;
356
+ overflow: hidden;
357
+ text-overflow: ellipsis;
358
+ display: flex;
359
+ align-items: center;
360
+ }
361
+
362
+ .ar-result-data .td:last-child {
363
+ flex-grow: 1;
364
+ }
365
+
366
+ .ar-result-actions i, .ar-result-actions .ar-link i, .ar-result-actions .ar-link-ajax i {
367
+ color: #5b89d7;
368
+ font-size: 22px;
369
+ cursor: pointer;
370
+ }
371
+
372
+ .ar-result-actions i:hover, .ar-result-actions .ar-link:hover i, .ar-result-actions .ar-link-ajax:hover i {
373
+ color: #253858;
374
+ }
375
+
376
+ .ar-result-data .ar-result-actions, .ar-result-header .ar-result-actions {
377
+ padding: 0 4px;
378
+ display: inline-flex;
379
+ align-items: center;
380
+ justify-content: left;
381
+ white-space: nowrap;
382
+ }
383
+
384
+
385
+ .ar-result-submenu ul {
386
+ display: none;
387
+ background-color: #fff;
388
+ filter: drop-shadow(1px 1px 6px #ddd);
389
+ position: fixed;
390
+ margin: -6px 0 0 16px;
391
+ }
392
+
393
+ .ar-result-submenu ul li {
394
+ text-align: left;
395
+ padding: 5px;
396
+ }
397
+
398
+ .ar-result-submenu ul li a:link, .ar-result-submenu .ar-link a:link,
399
+ .ar-result-submenu .ar-link.ar-window-open{
400
+ font-size: 15px;
401
+ line-height: 18px;
402
+ font-weight: 500;
403
+ color: #253858;
404
+ display: inline-block;
405
+ width: 100%;
406
+ text-align: left;
407
+ }
408
+
409
+ .ar-result-submenu ul li:hover {
410
+ background-color: #253858;
411
+ }
412
+
413
+ .ar-result-actions .ar-result-submenu ul li i {
414
+ color: #5b89d7;
415
+ padding-right: 2px;
416
+ }
417
+
418
+ .ar-result-submenu ul li:hover :not(.ar-link-no) i, .ar-result-submenu ul li:hover a {
419
+ color: #fff;
420
+ transition: 0.3s;
421
+ }
422
+
423
+ .ar-result-submenu .ar-link-no {
424
+ padding: 4px 10px;
425
+ color: rgba(37, 56, 88, 0.5);
426
+ filter: none;
427
+ }
428
+
429
+ .ar-link-no i {
430
+ color: rgba(37, 56, 88, 0.5);
431
+ vertical-align: top;
432
+ }
433
+
434
+ .ar-result-header .ar-check-all {
435
+ font-size: 18px;
436
+ padding: 6px 0;
437
+ }
438
+
439
+ .ar-result-data.ar-even.ar-checked, .ar-result-data.ar-odd.ar-checked {
440
+ background-color: rgba(44,142,255,0.1);
441
+ }
442
+
443
+ .ar-result-data .ar-link, .ar-result-data .ar-link-ajax {
444
+ background-color: transparent;
445
+ border: 0;
446
+ text-align: left;
447
+ }
448
+
449
+ .ar-result-data .ar-link, .ar-result-data .ar-link a, .ar-result-data .ar-link-ajax {
450
+ padding: 0;
451
+ color: #253858;
452
+ font-weight: 500;
453
+ background-color: transparent;
454
+ filter: none;
455
+ border: 0;
456
+ }
457
+
458
+ .ar-result-data .ar-link:hover, .ar-result-data .ar-link-ajax:hover {
459
+ background-color: transparent;
460
+ color: rgba(44, 142, 255, 1);
461
+ color: #fff;
462
+ border: 0;
463
+ }
464
+
465
+ .ar-result-data.footer {
466
+ border-top: 2px solid #222;
467
+ color: #000;
468
+ font-weight: bold;
469
+ background-color: #eee;
470
+ }
471
+
472
+ .ar-result-data a:hover {
473
+ background-color: transparent;
474
+ }
475
+
476
+ .ar-check {
477
+ padding-right: 4px;
478
+ }
479
+
480
+
481
+
482
+ /* */
483
+ .ar-edit-menu {
484
+ display: inline-table;
485
+ }
486
+
487
+ .ar-edit-menu li {
488
+ display: inline-flex;
489
+ margin-right: 3px;
490
+ vertical-align: middle;
491
+ padding: 1px 0;
492
+ }
493
+
494
+ #data-fields {margin: 5px;}
495
+
496
+ .ar-link, .ar-link-ajax, .ar-submit {
497
+ font-size: 15px;
498
+ color: #253858;
499
+ font-weight: 500;
500
+ text-align: center;
501
+ border-radius: 4px;
502
+ background: rgba(37, 56, 88, 0.06);
503
+ padding: 5px 12px 4px;
504
+ text-decoration: none;
505
+ line-height: 26px;
506
+ /*border: 1px solid rgba(37, 56, 88, 0.06);*/
507
+ border: none;
508
+ }
509
+
510
+ .ar-link:hover, .ar-link-ajax:hover, .ar-submit:hover {
511
+ color: #fff;
512
+ background: #253858;
513
+ /* border: 1px solid #253858;*/
514
+ transition: 0.3s;
515
+ cursor: pointer;
516
+ filter: none;
517
+ }
518
+ .ar-window-open:hover {
519
+ transition: 0.3s;
520
+ color: #fff;
521
+ background: rgba(44, 142, 255, 1);
522
+ cursor: pointer;
523
+ }
524
+
525
+ .ar-link:hover > i, .ar-link-ajax:hover > i, .ar-submit:hover > i {
526
+ color: #fff;
527
+ }
528
+
529
+ .ar-link i,
530
+ .ar-link-ajax i,
531
+ .ar-submit i {
532
+ line-height: 22px;
533
+ color: #5b89d7;
534
+ padding-right: 2px;
535
+ }
536
+
537
+ .ar-link-no {
538
+ text-align: left;
539
+ font-weight: 500;
540
+ padding: 4px 11px 3px;
541
+ vertical-align: middle;
542
+ border: 1px solid rgba(37, 56, 88, 0.02);
543
+ border-radius: 4px;
544
+ color: rgba(37, 56, 88, 0.6);
545
+ background: rgba(37, 56, 88, 0.04);
546
+ line-height: 26px;
547
+ }
548
+
549
+ .ar-link-ajax.in-menu {
550
+ border-radius: 0;
551
+ padding: 4px 12px;
552
+ text-transform: none;
553
+ border: 0;
554
+ text-align: left;
555
+ }
556
+
557
+ .ar-link-ajax.in-menu:hover {
558
+ /* background-color: #fff;*/
559
+ }
560
+
561
+ .ar-link-img {
562
+ color: #5b89d7;
563
+ padding: 3px;
564
+ text-align: center;
565
+ margin: 0;
566
+ }
567
+
568
+ .ar-link-img.ar-link-ajax {
569
+ padding: 0;
570
+ border: 0;
571
+ }
572
+
573
+ .ar-link-img:hover {
574
+ cursor: pointer;
575
+ background: #253858;
576
+ background-color: #fff;
577
+ }
578
+
579
+ .ar-link-icon i {
580
+ padding: 3px;
581
+ border-radius: 3px;
582
+ color: rgba(44, 142, 255, 1);
583
+ }
584
+
585
+ .ar-link-icon i:hover {
586
+ color: #222;
587
+ cursor: pointer;
588
+ }
589
+
590
+ .ar-link-selected {
591
+ text-align: center;
592
+ border:1px solid #888;
593
+ padding:1px 5px 1px 5px;
594
+ border-radius: 5px;
595
+ box-shadow: inset 2px -2px 5px #aaa;
596
+ }
597
+
598
+ .ar-link-border {
599
+ border: 1px solid #eee;
600
+ }
601
+
602
+ .ar-inline-link {
603
+ cursor: pointer;
604
+ }
605
+
606
+ .ar-inline-link i {
607
+ display: inline;
608
+ color: rgba(44, 142, 255, 1);
609
+ padding: 8px;
610
+ background-color: #ddd;
611
+ border-radius: 26px;
612
+ }
613
+
614
+ .ar-inline-link i:hover {
615
+ color: #fff;
616
+ background-color: #444;
617
+ }
618
+
619
+ .skip-next {
620
+ text-align: center;
621
+ border:1px solid #888;
622
+ padding:1px 4px 1px 4px;
623
+ border-radius: 3px;
624
+ box-shadow: 2px 2px 5px #aaa;
625
+ width: 13px;
626
+ margin-left: 350px;
627
+ margin-top: 8px;
628
+ margin-bottom: 5px;
629
+ }
630
+
631
+ .skip-next a:link, .skip-next a:active, .skip-next a:visited { color: #333; text-decoration: none; background: transparent;}
632
+ .skip-next a:hover { text-decoration: none; color: #c43; }
633
+
634
+
635
+ /******* TITLE *******/
636
+ .ar-title {
637
+ font-weight: 600;
638
+ font-size: 1.2em;
639
+ color: #253858;
640
+ padding: 12px 4px;
641
+ border-spacing: 0;
642
+ margin: 0;
643
+ }
644
+
645
+ .ar-title .ar-paginate {
646
+ float:right;
647
+ padding-top: 4px;
648
+ font-size: 0.9em;
649
+ }
650
+
651
+ .ar-title .ar-help-icon {
652
+ float:right;
653
+ padding: 4px 0 0 4px;
654
+ font-size: 1.1em;
655
+ height: 1em;
656
+ border: none;
657
+ background: none;
658
+ filter: none;
659
+ }
660
+
661
+ .ar-title .ar-help-icon i {
662
+ color: #5b89d7;
663
+ }
664
+
665
+ .ar-title .ar-help-icon i:hover {
666
+ color: #253858;
667
+ }
668
+ .ar-title .ar-link-ajax {
669
+ padding: 0;
670
+ }
671
+
672
+ /***** Pagination *****/
673
+
674
+ .ar-paginate .pagination {
675
+ display: flex;
676
+ }
677
+ .ar-paginate .pagination span {
678
+ background: #eee;
679
+ margin-left: 3px;
680
+ border-radius: 2px;
681
+ }
682
+
683
+ .ar-paginate .pagination span a, .ar-paginate .pagination .gap {
684
+ display: block;
685
+ color: #253858;
686
+ padding: 4px 7px 5px 8px;
687
+ text-decoration: none;
688
+ }
689
+
690
+ .ar-paginate .pagination span.page.current {
691
+ padding: 4px 7px 5px 8px;
692
+ color: #fff;
693
+ background-color: #253858;
694
+ }
695
+
696
+ .ar-paginate .pagination span:hover > a {
697
+ color: #fff;
698
+ background-color: rgba(44, 142, 255, 1);
699
+ }
700
+
701
+ /***** FORM *****/
702
+
703
+ #ar-form-container {
704
+ display: flex;
705
+ }
706
+
707
+ #ar-form-left {
708
+ padding: 8px;
709
+ background-color: rgba(44, 142, 255, 0.15);
710
+ display: none;
711
+ margin-top: 12px;
712
+ }
713
+
714
+ #ar-form-right {
715
+ flex: 1;
716
+ }
717
+
718
+ .ar-form-frame {
719
+ margin: 0;
720
+ padding: 4px;
721
+ }
722
+
723
+ .ar-form {
724
+ width: 99.8%;
725
+ /* padding: 8px 0;*/
726
+ background-color: #fff;
727
+ }
728
+
729
+ .ar-form .ar-form-section {
730
+ background-color: rgba(37, 56, 88, 0.06);
731
+ padding: 8px;
732
+ border-radius: 12px;
733
+ margin: 8px 0;
734
+ }
735
+
736
+ .ar-form .row-div {
737
+ display: flex;
738
+ align-items: center;
739
+ padding-bottom: 2px;
740
+ }
741
+
742
+ .ar-form-info {
743
+ padding: 8px;
744
+ background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
745
+ background-repeat: repeat-x;
746
+ color: darkgreen;
747
+ border: 1px solid #b2dba1;
748
+ border-radius: 2px;
749
+ margin: 2px 0;
750
+ }
751
+
752
+ .ar-form-warning {
753
+ padding: 8px;
754
+ background-image: linear-gradient(to bottom, rgba(213, 143, 218, 0.1) 0, rgba(213, 143, 218, 0.5) 100%);
755
+ background-repeat: repeat-x;
756
+ color: rgba(102, 51, 153, 1);
757
+ border: 1px solid rgba(102, 51, 153, 0.3);
758
+ border-radius: 2px;
759
+ margin: 2px 0;
760
+ }
761
+
762
+ .ar-form-error {
763
+ padding: 8px;
764
+ background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
765
+ color: #a94442;
766
+ border: 1px solid #dca7a7;
767
+ border-radius: 2px;
768
+ margin: 2px 0;
769
+ }
770
+
771
+ .ar-form-updates {
772
+ display: none;
773
+ }
774
+
775
+ .field_with_errors {
776
+ border: #a94442 2px solid;
777
+ }
778
+
779
+ .ar-form-label {
780
+ color: #253858;
781
+ text-align: left;
782
+ vertical-align: middle;
783
+ font-weight: 500;
784
+ padding: 10px 2px;
785
+ width: 150px;
786
+ }
787
+
788
+ .ar-form-field label {
789
+ color: #253858;
790
+ font-weight: 500;
791
+ margin-left: 4px;
792
+ }
793
+
794
+ .ar-form-label label {
795
+ padding: 0 4px;
796
+ font-size: 1em;
797
+ }
798
+
799
+ .ar-form-label-top {
800
+ text-align: right;
801
+ vertical-align: middle;
802
+ color: #253858;
803
+ font-weight: 500;
804
+ line-height: 1.8em;
805
+ margin-top: 10px;
806
+ }
807
+ .ar-form-label-top label {
808
+ padding-left: 2px;
809
+ font-size: 14px;
810
+ text-transform: uppercase;
811
+ }
812
+
813
+
814
+ .ar-form-label.ar-color-odd, .ar-form-label.ar-color-even {background-color: transparent;}
815
+ .ar-form-field.ar-color-odd, .ar-form-field.ar-color-even {background-color: transparent;}
816
+
817
+ .ar-align-left {
818
+ text-align: left;
819
+ }
820
+ .ar-align-right {
821
+ text-align: right;
822
+ }
823
+
824
+ .ar-form-field {
825
+ text-align: left;
826
+ padding: 4px 2px;
827
+ z-index: 10;
828
+ }
829
+
830
+ .ar-form-field:has(> .iframe_embedded) {
831
+ padding: 8px 0 0;
832
+ }
833
+
834
+ .ar-form-field .action li {
835
+ display: inline-flex;
836
+ }
837
+
838
+ .ar-number {
839
+ text-align: right;
840
+ }
841
+
842
+ .ar-readonly {
843
+ display: inline-block;
844
+ font-size: 1rem;
845
+ font-weight: 500;
846
+ color: #253858;
847
+ padding: 8px 4px;
848
+ background-color: rgba(37, 56, 88, 0.05) !important;
849
+ border: 1px solid rgba(37, 56, 88, 0.01) !important;
850
+ border-radius: 6px;
851
+ }
852
+
853
+ .tree-select.ar-readonly {
854
+ display: block;
855
+ background-color: rgba(37, 56, 88, 0.05) !important;
856
+ }
857
+
858
+ .ar-color-odd {
859
+ background-color: #fcfcfc;
860
+ }
861
+ .ar-color-even {
862
+ background-color: #fcfcfc;
863
+ }
864
+
865
+
866
+ .ar-width-0 {width: 0;}
867
+ .ar-width-10 {width: 10%;}
868
+ .ar-width-14 {width: 14%;}
869
+ .ar-width-21 {width: 21%;}
870
+ .ar-width-30 {width: 30%;}
871
+ .ar-width-40 {width: 40%;}
872
+ .ar-width-60 {width: 60%;}
873
+ .ar-width-85 {width: 85%;}
874
+ .ar-width-100 {width: 100%;}
875
+
876
+ .ar-spinner {
877
+ float:left;
878
+ padding: 8px 4px 0 0;
879
+ color:#253858;
880
+ display: none;
881
+ }
882
+
883
+ .ar-form-li {
884
+ display:inline-block;
885
+ white-space: nowrap;
886
+ list-style: none;
887
+ font-size: 16px;
888
+ color: rgba(37, 56, 88, 0.7);
889
+ font-weight: 600;
890
+ text-decoration: none;
891
+ text-align: center;
892
+ line-height: 1.2em;
893
+ padding: 10px 1rem;
894
+ border-bottom: 1px solid rgba(37, 56, 88, 0.1);
895
+ }
896
+
897
+ .ar-form-li:hover, .ar-form-li-selected {
898
+ cursor: pointer;
899
+ color: #253858;
900
+ border-bottom: 3px solid #253858;
901
+ }
902
+
903
+ .ar-odd {
904
+ background-color: #fff;
905
+ }
906
+ .ar-even {
907
+ background-color: #fff;
908
+ }
909
+
910
+ .ar-separator {
911
+ display: none;
912
+ margin: 8px 0;
913
+ border-top: 1px solid #f2f2f2;
914
+ border-bottom: 3px solid #f7f7f7;
915
+ }
916
+
917
+ /** Form head **/
918
+ .ar-head {
919
+ padding: 3px 6px;
920
+ font-size: 1.2em;
921
+ line-height: 1.6em;
922
+ font-weight: bold;
923
+ background-color: #E0EEFF;
924
+
925
+ }
926
+ .ar-head .ar-row {
927
+ display: flex;
928
+ }
929
+ .ar-head .ar-column {
930
+ white-space: nowrap;
931
+ overflow: hidden;
932
+ margin-right: 2px;
933
+ }
934
+ .ar-head .text {
935
+ font-weight: normal;
936
+ }
937
+
938
+ #ar-form-left #ar-steps-menu {
939
+ color: #222;
940
+ }
941
+ #ar-form-left #ar-steps-menu h2 {
942
+ font-size: 1.6em;
943
+ font-weight: 600;
944
+ border-bottom: 2px solid #444;
945
+ margin-bottom: 8px;
946
+ }
947
+
948
+ #ar-form-left #ar-steps-menu li {
949
+ filter: none;
950
+ border: none;
951
+ text-align: left;
952
+ background-color: transparent;
953
+ padding: 8px 0;
954
+ font-size: 1.1em;
955
+ }
956
+
957
+ #ar-form-left #ar-steps-menu li {
958
+ color: #222;
959
+ }
960
+
961
+ #ar-form-left #ar-steps-menu li.active {
962
+ color: #000;
963
+ font-weight: 600;
964
+ }
965
+
966
+ #ar-form-left #ar-steps-menu li.active:before {
967
+ font-family: MI;
968
+ content: '\e409';
969
+ vertical-align: middle;
970
+ margin-left: -4px;
971
+ }
972
+
973
+ #ar-form-left #ar-steps-menu .ar-link-ajax:hover {
974
+ color: rgba(44, 142, 255, 1);
975
+ }
976
+
977
+ .ar-form-accordion {
978
+ padding: 4px 0;
979
+ font-weight: 600;
980
+ color: rgba(37, 56, 88, 0.9);
981
+ font-size: 1rem;
982
+ border-bottom: none;
983
+ display: none;
984
+ }
985
+ .ar-form-accordion.open {
986
+ /*border-bottom: 1px solid rgba(98, 0, 238, 1);*/
987
+ background-color: rgba(37, 56, 88, 0.06);
988
+ }
989
+
990
+ .ar-form-accordion:before {
991
+ font-family: MI-O;
992
+ content: '\e5d7';
993
+ font-size: 15px;
994
+ vertical-align: bottom;
995
+ color: #fff;
996
+ background: #253858;
997
+ border-radius: 4px;
998
+ margin: 4px;
999
+ }
1000
+ .ar-form-accordion.open:before {
1001
+ font-family: MI-O;
1002
+ content: '\e5d6';
1003
+ }
1004
+
1005
+ .ar-form-accordion-data .ar-form {
1006
+ margin: 8px 4px;
1007
+ background-color: #fafafa;
1008
+ border-radius: 8px;
1009
+ }
1010
+ .ar-accordion.ar-form-accordion {
1011
+ display: block;
1012
+ }
1013
+ /*** CMS toggle button */
1014
+ .cms-toggle {
1015
+ z-index: 1000000;
1016
+ position: fixed;
1017
+ top: 8px; left: 4px;
1018
+ color: #fff;
1019
+ background-color: #000;
1020
+ border-radius: 30px;
1021
+ padding: 4px 2px;
1022
+ }
1023
+
1024
+ .cms-toggle:hover {
1025
+ color: #000;
1026
+ background-color: #fff;
1027
+ cursor: pointer;
1028
+ }
1029
+
1030
+ .cms-toggle.mode-1:before {
1031
+ font-family: MI;
1032
+ font-size: 28px;
1033
+ content: '\e5d2';
1034
+ color: rgba(44, 142, 255, 1);
1035
+ vertical-align: text-bottom;
1036
+ padding: 0 2px;
1037
+ }
1038
+ .cms-toggle.mode-2:before {
1039
+ font-family: MI;
1040
+ font-size: 28px;
1041
+ content: '\e9bd';
1042
+ color: lightcoral;
1043
+ vertical-align: text-bottom;
1044
+ padding: 0 0 0 4px;
1045
+ }
1046
+
1047
+ #menu-hamburger { display: none;}
1048
+
1049
+ .ar-handle:before {
1050
+ font-family: MI;
1051
+ content: '\e315';
1052
+ color: #000;
1053
+ cursor: pointer;
1054
+ padding-top: 2px;
1055
+ font-size: 1.1em;
1056
+ }
1057
+
1058
+ #agile-div {
1059
+ font-family: ArSans,Arial, sans-serif;
1060
+ font-size: 13px;
1061
+ line-height: 13px;
1062
+ }
1063
+ #agile-div a:link, #agile-div a:active, #agile-div a:visited {
1064
+ color: #253858;
1065
+ font-weight: bold;
1066
+ text-decoration: none;
1067
+ background: transparent;
1068
+ }
1069
+
1070
+ #agile-div a:hover { color: #000; }
1071
+
1072
+ #agile-div #record_select {
1073
+ border: 1px solid #aaa;
1074
+ border-radius: 3px;
1075
+ font-size: 1.2em;
1076
+ }
1077
+
1078
+ /******* TOP MENU *********/
1079
+ .agile-top {
1080
+ width: 100%;
1081
+ background-color: #fff;
1082
+ border-top: 4px solid #fff;
1083
+ }
1084
+
1085
+ .agile-top #cms-top-menu {
1086
+ padding: 8px 4px 0 4rem;
1087
+ color: #253858;
1088
+ background-color: rgba(37, 56, 88, 0.02);
1089
+ border-bottom: 1px solid rgba(37, 56, 88, 0.1);
1090
+ }
1091
+
1092
+ .agile-top #cms-top-menu i {
1093
+ margin-right: 6px;
1094
+ font-size: 22px;
1095
+ }
1096
+
1097
+ .agile-top #cms-top-menu a:hover {
1098
+ color: rgba(37, 56, 88, 0.7);
1099
+ }
1100
+
1101
+ .agile-top #cms-top-menu span {
1102
+ font-size: 22px;
1103
+ vertical-align: top;
1104
+ padding: 0 4px;
1105
+ }
1106
+
1107
+
1108
+ .agile-container {
1109
+ display: flex;
1110
+ width: 100%;
1111
+ background-color: #fff;
1112
+ }
1113
+
1114
+ .agile-container #cms-menu {
1115
+ display: inline-block;
1116
+ width: 25%;
1117
+ max-width: 300px;
1118
+ font-size: 15px;
1119
+ font-weight: 500;
1120
+ color: #253858;
1121
+ background-color: rgba(37, 56, 88, 0.02);
1122
+ border-right: 1px solid rgba(37, 56, 88, 0.1);
1123
+ }
1124
+
1125
+ .agile-container #cms-menu div {
1126
+ line-height: 20px;
1127
+ position: relative;
1128
+ padding: 2px 0;
1129
+ }
1130
+
1131
+ .agile-container #cms-menu div:after {
1132
+ font-family: 'MI';
1133
+ content: '\e5cf';
1134
+ right: 4px;
1135
+ position: absolute;
1136
+ color: #444;
1137
+ font-size: 22px;
1138
+ }
1139
+
1140
+ .agile-container #cms-menu div.expanded:after {
1141
+ content: '\e5ce';
1142
+ }
1143
+
1144
+ .agile-container #cms-menu i {
1145
+ font-size: 22px;
1146
+ padding-right: 4px;
1147
+ }
1148
+
1149
+ .agile-container #cms-menu a {
1150
+ font-weight: normal;
1151
+ color: #253858;
1152
+ line-height: 18px;
1153
+ }
1154
+
1155
+ .agile-container #cms-menu ul {
1156
+ margin: 0 5px;
1157
+ line-height: 1.5rem;
1158
+ }
1159
+
1160
+ .agile-container #cms-menu li {
1161
+ list-style-type: none;
1162
+ padding: 5px;
1163
+ width: 100%;
1164
+ }
1165
+
1166
+ .agile-container #cms-menu a:hover,
1167
+ .agile-container #cms-menu div:hover {
1168
+ color: rgba(37, 56, 88, 0.7);
1169
+ cursor: pointer;
1170
+ }
1171
+
1172
+
1173
+ .agile-container #cms-menu ul li ul {
1174
+ display: none;
1175
+ }
1176
+
1177
+ .default-table {
1178
+ width: 100%;
1179
+ padding: 0;
1180
+ border-spacing: 0;
1181
+ text-align: left;
1182
+ }
1183
+
1184
+ /*** JOURNAL **/
1185
+
1186
+ .ar-journal div {
1187
+ display: flex;
1188
+ padding: 4px;
1189
+ align-items: center;
1190
+ }
1191
+ .ar-journal input {
1192
+ margin-right: 4px;
1193
+ }
1194
+ .ar-journal .mi { font-size: 20px; width: 1.2rem;}
1195
+
1196
+ .ar-journal div div {
1197
+ flex-shrink: 0;
1198
+ flex-grow: 1;
1199
+ }
1200
+ .ar-journal .field {
1201
+ font-weight: 600;
1202
+ }
1203
+ .ar-journal .diff-m {
1204
+ background-color: rgba(255, 0, 0, 0.1);
1205
+ }
1206
+ .ar-journal .diff-p {
1207
+ background-color: rgba(0, 255, 0, 0.1);
1208
+ margin: 2px 0 1rem 0;
1209
+ }
1210
+ .ar-journal div div {
1211
+ width: 1rem;
1212
+ }
1213
+
1214
+
1215
+ .ar-comment {
1216
+ font-size: 1.1em;
1217
+ line-height: 1.4em;
1218
+ }
1219
+ /****** jquery ui-autocomplete widget ***************/
1220
+ .ui-autocomplete-input {
1221
+ padding: 8px 4px 8px 12px;
1222
+ border-radius: 6px;
1223
+ }
1224
+
1225
+ .ar-text-autocomplete {
1226
+ position: relative;
1227
+ }
1228
+
1229
+ .ar-text-autocomplete i {
1230
+ color: #253858;
1231
+ }
1232
+
1233
+ .ar-text-autocomplete i:hover {
1234
+ color: rgba(44, 142, 255, 1);;
1235
+ }
1236
+
1237
+ .ar-text-autocomplete input {
1238
+ border: 1px solid rgba(37, 56, 88, 0.06);
1239
+ }
1240
+
1241
+ .ar-text-autocomplete input+span:before {
1242
+ font-family: 'MI';
1243
+ content: '\e8b6';
1244
+ top: -4px;
1245
+ left: 4px;
1246
+ position: absolute;
1247
+ color: #253858;
1248
+ font-weight: bold;
1249
+ font-size: 11px;
1250
+ }
1251
+
1252
+ .ui-autocomplete.ui-menu{
1253
+ font-weight: 500;
1254
+ }
1255
+
1256
+ .ui-autocomplete .ui-menu-item div {
1257
+ padding: 4px;
1258
+ color: rgba(37, 56, 88, 1);
1259
+ }
1260
+
1261
+ .ui-autocomplete .ui-menu-item .ui-state-active {
1262
+ background-color: rgba(37, 56, 88, 0.1);
1263
+ color: rgba(37, 56, 88, 1);
1264
+ font-weight: 600;
1265
+ border: none;
1266
+ }
1267
+
1268
+ .ui-autocomplete-border {
1269
+ display: inline-block;
1270
+ border-radius: 16px;
1271
+ border: 1px solid rgba(37, 56, 88, 0.06);
1272
+ padding: 8px;
1273
+ background-color: #fff;
1274
+ }
1275
+
1276
+ .ui-autocomplete-border .ar-text-autocomplete {
1277
+ margin-left: 4px;
1278
+ }
1279
+
1280
+ .ui-menu.ui-widget.ui-widget-content {
1281
+ border: 2px solid #5b89d7;
1282
+ }
1283
+
1284
+ .mi-o.in-edit-add {
1285
+ font-size: 18px;
1286
+ }
1287
+
1288
+ .ar-red { color: #f76;}
1289
+ .ar-red:hover { color: #c43;}
1290
+ .ar-green { color: #9c9;}
1291
+ .ar-green:hover { color: #6a6;}
1292
+
1293
+ .aui-corner-all {
1294
+ background-color: lightyellow;
1295
+ }
1296
+
1297
+ #ar-login {
1298
+ position: fixed;
1299
+ top: 50%;
1300
+ left: 50%;
1301
+ transform: translate(-50%, -50%);
1302
+ font-size: 1em;
1303
+ padding: 1em 5em 1em 1em;
1304
+ border: 1px solid #eee;
1305
+ border-radius: 4px;
1306
+ background-color: #fafafa;
1307
+ }
1308
+
1309
+ #ar-login h2 {
1310
+ font-weight: bold;
1311
+ font-size: 1.4em;
1312
+ margin-bottom: 8px;
1313
+ }
1314
+ #ar-login .label {
1315
+ padding: 12px 0 6px;
1316
+ font-weight: 400;
1317
+ }
1318
+
1319
+ #ar-login .ar-submit {
1320
+ padding: 6px 14px;
1321
+ margin-top: 4px;
1322
+ }
1323
+
1324
+ .div-hidden {
1325
+ display: none;
1326
+ }
1327
+
1328
+ .ar_popmenu_class {
1329
+ position:absolute;
1330
+ background-color: #fff;
1331
+ border-radius: 2px;
1332
+ z-index: 100;
1333
+ list-style-type: none;
1334
+ filter: drop-shadow(1px 1px 4px #eee);
1335
+ }
1336
+
1337
+ .ar_popmenu_class i {
1338
+ vertical-align: sub;
1339
+ color: rgba(44, 142, 255, 1);
1340
+ }
1341
+
1342
+ .ar_popmenu_item {
1343
+ padding: 4px;
1344
+ }
1345
+
1346
+ .ar_popmenu_item:hover {
1347
+ background-color: rgba(44, 142, 255, 1);
1348
+ color: white;
1349
+ }
1350
+ .ar_popmenu_item:hover i {
1351
+ color: white;
1352
+ }
1353
+ .iframe_embedded {
1354
+ padding: 4px;
1355
+ border-radius: 12px;
1356
+ /*border: 1px solid rgba(37, 56, 88, 0.06);*/
1357
+ background-color: #fff;
1358
+ border: 1px solid rgba(37, 56, 88, 0.06);
1359
+ }
1360
+
1361
+ #iframe_edit, #iframe_cms {
1362
+ height: 1px;
1363
+ width: 100%;
1364
+ border: 0;
1365
+ margin-bottom: 0;
1366
+ overflow-x:hidden;
1367
+ }
1368
+
1369
+ .clear-both { clear: both;}
1370
+
1371
+ /******************* action-menu *********************/
1372
+
1373
+ #ar-action-menu {
1374
+ font-weight: bold;
1375
+ color: rgba(37, 56, 88, 0.5);
1376
+ display: block;
1377
+ margin: 12px 0 6px;
1378
+ }
1379
+ .ar-action-menu {
1380
+ display: list-item;
1381
+ }
1382
+
1383
+ .ar-action-menu ul li {
1384
+ display: inline-flex;
1385
+ position: relative;
1386
+ white-space: nowrap;
1387
+ margin-right: 3px;
1388
+ vertical-align: middle;
1389
+ }
1390
+
1391
+ .ar-action-menu ul ul {
1392
+ margin: 3px 0 0 4px;
1393
+ position: absolute;
1394
+ line-height: 1.2em !important;
1395
+ filter: drop-shadow(6px 7px 6px #ddd);
1396
+ display: none;
1397
+ }
1398
+
1399
+ .ar-action-menu ul ul li {
1400
+ display: block;
1401
+ white-space: nowrap;
1402
+ font-weight: 500;
1403
+ background: #fff;
1404
+ color: #253858;
1405
+ padding: 6px 10px;
1406
+ float: none;
1407
+ margin-right: 0;
1408
+ filter: drop-shadow(1px 1px 4px #eee);
1409
+ }
1410
+
1411
+ .ar-action-menu ul ul a {
1412
+ padding: 7px;
1413
+ cursor: pointer;
1414
+ }
1415
+
1416
+ .ar-action-menu ul li:hover ul {
1417
+ display: block;
1418
+ z-index: 1000000;
1419
+ }
1420
+
1421
+ .ar-action-menu .ar-left li:hover ul {
1422
+ left: -4px;
1423
+ margin-top: 4px;
1424
+ }
1425
+
1426
+ .ar-action-menu ul li:hover ul li a:hover {
1427
+ color: #222;
1428
+ }
1429
+
1430
+ /****** menu filter ****/
1431
+
1432
+ .menu-filter {
1433
+ min-width: 200px;
1434
+ position: initial;
1435
+ right: 1.4rem;
1436
+ top: -6px;
1437
+ }
1438
+
1439
+ .ar-action-menu ul ul.menu-filter {
1440
+ filter: drop-shadow(0px 4px 4px #C4C9D2);
1441
+ border: 1px solid #C4C9D2;
1442
+ border-radius: 3px;
1443
+ }
1444
+
1445
+ .menu-filter li.ar-link {
1446
+ padding: 2px 10px;
1447
+ text-align: left;
1448
+ border: 0;
1449
+ border-radius: 2px;
1450
+ }
1451
+
1452
+ .menu-filter li a {
1453
+ color: #253858;
1454
+ text-decoration: none;
1455
+ }
1456
+ .menu-filter li:hover {
1457
+ cursor: pointer;
1458
+ color: rgba(44, 142, 255, 1);
1459
+ color: #fff;
1460
+ }
1461
+
1462
+ .menu-filter hr {
1463
+ margin: 0;
1464
+ background-color: #253858;
1465
+ height: 1px;
1466
+ }
1467
+
1468
+ /**** ar-action-menu ****/
1469
+ .ar-action-menu .no-background {
1470
+ border: none;
1471
+ padding: 0;
1472
+ white-space: nowrap;
1473
+ }
1474
+ .ar-action-menu .no-background .label {
1475
+ padding-left: 4px;
1476
+ }
1477
+
1478
+ .ar-action-menu .filter_field i:hover {
1479
+ cursor: pointer;
1480
+ color: rgba(44, 142, 255, 1);
1481
+ }
1482
+
1483
+ .ar-action-menu .ar-link:empty {
1484
+ display: none;
1485
+ }
1486
+
1487
+ .ar-action-menu li.spacer {
1488
+ border-right: 2px solid #888;
1489
+ border-radius: 0;
1490
+ padding: 7px 0;
1491
+ margin-right: 5px;
1492
+ }
1493
+
1494
+ .ar-filter {
1495
+ padding: 1px;
1496
+ }
1497
+ .ar-filter .mi-filter_alt_off {
1498
+ color: #c43;
1499
+ font-size: 20px;
1500
+ }
1501
+ .ar-filter i:hover {
1502
+ color: rgba(44, 142, 255, 1);
1503
+ }
1504
+
1505
+ .ar-sort {
1506
+ padding-top: 2px;
1507
+ }
1508
+
1509
+ .ar-sort-select {
1510
+ width: 18px;
1511
+ background: none;
1512
+ height: 20px;
1513
+ border: 0;
1514
+ color: #222;
1515
+ }
1516
+
1517
+ .ar-result-header span:hover {
1518
+ cursor: pointer;
1519
+ color: #000;
1520
+ }
1521
+
1522
+ /***** POPUP ******/
1523
+
1524
+ #popup {
1525
+ min-width: 50%;
1526
+ background-color: #fff;
1527
+ padding: 4px;
1528
+ filter: drop-shadow(0 1rem 2rem #222);
1529
+ }
1530
+
1531
+ #popup .ar-help .help-top {
1532
+ position: absolute;
1533
+ bottom: 1rem;
1534
+ right: 1rem;
1535
+ padding: 2px 1px 1px 2px;
1536
+ border-radius: 5px;
1537
+ background: rgba(37, 56, 88, 0.06);
1538
+ }
1539
+
1540
+ #popup .ar-help {
1541
+ width: 800px;
1542
+ max-height: 700px;
1543
+ padding: 8px;
1544
+ background: #fff;
1545
+ overflow-y: auto;
1546
+ }
1547
+
1548
+ #popup .ar-help h1 {
1549
+ color: #5b89d7;
1550
+ font-weight: 600;
1551
+ padding: 4px 0;
1552
+ font-size: 1.2em;
1553
+ border-radius: 2px;
1554
+ }
1555
+
1556
+ #popup .ar-help h2 {
1557
+ font-size: 1.4em;
1558
+ font-weight: 600;
1559
+ }
1560
+
1561
+ #popup .ar-help h3 {
1562
+ font-size: 1.2em;
1563
+ font-weight: 600;
1564
+ }
1565
+
1566
+ #popup .ar-help .help-body {
1567
+ padding: 4px
1568
+ }
1569
+
1570
+ #popup .ar-help .help-tab {
1571
+ display: table;
1572
+ font-weight: 500;
1573
+ color: #fff;
1574
+ background-color: #253858;
1575
+ padding: 4px 8px 2px;
1576
+ margin-top: 1rem
1577
+ }
1578
+
1579
+ #popup .ar-help .help-tab-help {
1580
+ font-weight: 600;
1581
+ color: #fff;
1582
+ background: #253858;
1583
+ padding: 1px 8px;
1584
+ }
1585
+
1586
+ #popup .ar-help .help-fields {
1587
+ margin-top: 1rem;
1588
+ border-top: 1px solid #888;
1589
+ }
1590
+
1591
+ #popup .ar-help .help-field {
1592
+ display: flex;
1593
+ background-color: #eee;
1594
+ padding: 5px;
1595
+ }
1596
+
1597
+ #popup .ar-help .help-field:nth-child(odd) {
1598
+ background-color: #f7f7f7;
1599
+ }
1600
+
1601
+ #popup .ar-help .help-label {
1602
+ width: 25%;
1603
+ }
1604
+
1605
+ #popup .ar-help .help-text {
1606
+ max-width: 75%;
1607
+ }
1608
+
1609
+ #popup .ar-help .help-body {
1610
+ border-top: 1px solid #888;
1611
+ padding-top: 8px;
1612
+ }
1613
+
1614
+ #popup .ar-help .help-buttons {
1615
+ padding: 8px 0;
1616
+ }
1617
+ #popup .ar-help .help-buttons .close {
1618
+ position: absolute;
1619
+ top: 1rem;
1620
+ right: 1rem;
1621
+ }
1622
+
1623
+ #popup .ar-help .help-buttons .close .ar-link {
1624
+ padding: 0 0 1px 0;
1625
+ padding: 2px 1px 4px 2px;
1626
+ border-radius: 5px;
1627
+ }
1628
+
1629
+ #popup .ar-help .help-buttons button {
1630
+ font-size: 15px;
1631
+ line-height: 26px;
1632
+ font-weight: 500;
1633
+ color: #253858;
1634
+ padding: 4px 12px 6px;
1635
+ border: none;
1636
+ border-radius: 4px;
1637
+ background: rgba(37, 56, 88, 0.06);
1638
+ }
1639
+
1640
+ #popup .ar-help .help-buttons button:hover {
1641
+ background-color: #253858;
1642
+ color: #fff;
1643
+ transition: 0.3s;
1644
+ }
1645
+
1646
+ #popup .ar-help .ar-link {
1647
+ display: inline-flex;
1648
+ }
1649
+
1650
+ #popup:has(> .popup-info) {
1651
+ padding: 1rem;
1652
+ background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
1653
+ color: darkgreen;
1654
+ font-weight: 600;
1655
+ font-size: 1.1em;
1656
+ min-width: 30%;
1657
+ border: 2px solid darkgreen;
1658
+ }
1659
+
1660
+ #popup:has(> .popup-error) {
1661
+ padding: 1rem;
1662
+ background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
1663
+ color: #a94442;
1664
+ font-weight: 600;
1665
+ font-size: 1.1em;
1666
+ min-width: 30%;
1667
+ border: 2px solid #a94442;
1668
+ }
1669
+
1670
+ #popup .popup-info button, #popup .popup-error button {
1671
+ margin-top: 1rem;
1672
+ padding: 4px 1rem;
1673
+ line-height: initial;
1674
+ filter: none;
1675
+ }
1676
+
1677
+ .filter-popup {
1678
+ background-color: #fff;
1679
+ filter: drop-shadow(2px 2px 8px #888);
1680
+ border-radius: 2px;
1681
+ }
1682
+
1683
+ .filter-popup div {
1684
+ font-weight: 500;
1685
+ padding: 5px 10px;
1686
+ text-align: center;
1687
+ color: rgba(44, 142, 255, 1);
1688
+ border-bottom: 2px solid rgba(44, 142, 255, 1);
1689
+ }
1690
+
1691
+ .filter-popup li {
1692
+ padding: 5px 10px;
1693
+ }
1694
+
1695
+ .filter-popup li:hover {
1696
+ background-color: rgba(44, 142, 255, 1);
1697
+ color: #fff;
1698
+ cursor: pointer;
1699
+ }
1700
+
1701
+ /************************** info popup *************************/
1702
+ #ar-document-info {
1703
+ position: absolute;
1704
+ right: 2px;
1705
+ color: #5b89d7;
1706
+ font-size: 11px;
1707
+ }
1708
+
1709
+ #ar-document-info:hover {
1710
+ color: #253858;
1711
+ cursor: pointer;
1712
+ }
1713
+
1714
+ #ar-document-info-popup {
1715
+ min-width: 230px;
1716
+ padding: 8px;
1717
+ font-size: 0.9em;
1718
+ position: absolute;
1719
+ text-align: left;
1720
+ color: #253858;
1721
+ background-color: #fff;
1722
+ border-radius: 4px;
1723
+ z-index: 100;
1724
+ filter: drop-shadow(0 8px 8px #aaa);
1725
+ }
1726
+
1727
+ #ar-document-info-popup div span:first-child {
1728
+ display: inline-block;
1729
+ text-align: right;
1730
+ width: 80px;
1731
+ padding: 1px;
1732
+ }
1733
+ #ar-document-info-popup div span:last-child {font-weight: 600;}
1734
+
1735
+ #ar-document-info-popup i {height: initial;}
1736
+
1737
+ /************************** filter popup *************************/
1738
+ #ar_filter {
1739
+ z-index:100;
1740
+ background: #fff;
1741
+ display: none;
1742
+ padding: 10px;
1743
+ filter: drop-shadow(0 1rem 2rem #222);
1744
+ }
1745
+
1746
+ #ar_filter h1 {
1747
+ font-size: 1.8em;
1748
+ font-weight: 600;
1749
+ color: #253858;
1750
+ }
1751
+
1752
+ #ar_filter .ar-edit-menu {
1753
+ display: inline-flex;
1754
+ padding-bottom: 2px;
1755
+ }
1756
+
1757
+ #ar_filter .ar-edit-menu div {
1758
+ margin: 0 3px 0 2px;
1759
+ padding: 7px 6px 6px;
1760
+ }
1761
+
1762
+ .tree-select {
1763
+ overflow-y: auto;
1764
+ /*max-width: 50%;*/
1765
+ background-color: #fff;
1766
+ padding: 10px;
1767
+ margin-left: 1px;
1768
+ border: 1px solid rgba(37, 56, 88, 0.06);
1769
+ border-radius: 6px;
1770
+ }
1771
+
1772
+ /** Ar-radio button input field **/
1773
+
1774
+ .ar-radio {
1775
+ display: inline-table;
1776
+ background-color: #fff;
1777
+ padding: 7px 0 9px;
1778
+ margin-left: 1px;
1779
+ border: 1px solid rgba(37, 56, 88, 0.06);
1780
+ border-radius: 6px;
1781
+ font-weight: 500;
1782
+ }
1783
+ .ar-radio div {
1784
+ padding: 8px;
1785
+ white-space: nowrap;
1786
+ }
1787
+ .ar-radio.ar-in-line div {
1788
+ display: inline;
1789
+ }
1790
+
1791
+ .ar-radio input {
1792
+ vertical-align: initial;
1793
+ margin: 6px 4px 0 0;
1794
+ }
1795
+
1796
+ /****** MOBILE DEVICE *****/
1797
+ @media only screen and (max-device-width: 600px) {
1798
+ #site-top div:nth-of-type(2) {padding-top: 0 !important;}
1799
+ .ar-title { font-size: 1.4em;}
1800
+ .ar-form-frame {
1801
+ padding: 0;
1802
+ }
1803
+
1804
+ .ar-form {
1805
+ margin-top: 4px;
1806
+ }
1807
+ .ar-form .ar-form-section {
1808
+ padding: 2px;
1809
+ }
1810
+
1811
+ .ar-form-accordion {
1812
+ display: block;
1813
+ }
1814
+ .ar-form-ul {
1815
+ display: none;
1816
+ }
1817
+
1818
+ .ar-form .row-div {
1819
+ display: block;
1820
+ }
1821
+ .ar-form-li {margin-top: 3px;}
1822
+
1823
+ .ar-form-label {
1824
+ text-align: left;
1825
+ width: 100%;
1826
+ padding-bottom: 2px;
1827
+ white-space: nowrap;
1828
+ }
1829
+ .ar-form-label.ar-width-0 { display: none;}
1830
+
1831
+ .ar-edit-menu { padding: 0;}
1832
+ .ar-edit-menu li, .ar-action-menu ul li { margin: 2px 3px 2px; }
1833
+
1834
+ .ar-submit {
1835
+ line-height: 20px;
1836
+ }
1837
+ .ar-link div, .ar-link-no {
1838
+ padding: 4px 8px;
1839
+ }
1840
+
1841
+ #result {width: 200%;}
1842
+ .ar-action-menu .ar-right {
1843
+ position: initial;
1844
+ }
1845
+
1846
+ .ar-width-10, .ar-width-14, .ar-width-21, .ar-width-30, .ar-width-40, .ar-width-70, .ar-width-85, .ar-width-100 {width: 100%;}
1847
+
1848
+ .ar-width-100 {
1849
+ overflow: auto;
1850
+ }
1851
+ .ar-form-label label { padding: 0 1px; font-size: 1.1em; }
1852
+
1853
+ textarea, input, select {
1854
+ max-width: 95vw;
1855
+ }
1856
+
1857
+ .agile-container {display: block;}
1858
+ .agile-container #cms-menu {
1859
+ display: initial;
1860
+ width: 200%;
1861
+ font-weight: 500;
1862
+ border: none;
1863
+ margin: 0;
1864
+ }
1865
+ }
1866
+
1867
+ /******* Firefox only ********/
1868
+ @-moz-document url-prefix() {
1869
+ .ar-link, .ar-link-ajax, .ar-submit {
1870
+ /* padding: 4px 14px 8px 14px;*/
1871
+ }
1872
+
1873
+ .cms-toggle {padding: 2px 3px;}
1874
+
1875
+ .text-with-select {
1876
+ width: 24px;
1877
+ border-right: 4px solid #fff;
1878
+ }
1879
+ }
1880
+
1881
+ .mi-sort_up:before {font-family: MI-O;content: '\e984';}
1882
+ .mi-sort_down:before {font-family: MI-O;content: '\e986';}