carnival 0.0.10

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 (346) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/Rakefile +34 -0
  4. data/app/assets/images/carnival/avatar.png +0 -0
  5. data/app/assets/images/carnival/bg_button.png +0 -0
  6. data/app/assets/images/carnival/cal.png +0 -0
  7. data/app/assets/images/carnival/chosen-sprite.png +0 -0
  8. data/app/assets/images/carnival/chosen-sprite@2x.png +0 -0
  9. data/app/assets/images/carnival/datatables-loading.gif +0 -0
  10. data/app/assets/images/carnival/fonts/opensans-regular-webfont.eot +0 -0
  11. data/app/assets/images/carnival/fonts/opensans-regular-webfont.svg +252 -0
  12. data/app/assets/images/carnival/fonts/opensans-regular-webfont.ttf +0 -0
  13. data/app/assets/images/carnival/fonts/opensans-regular-webfont.woff +0 -0
  14. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.eot +0 -0
  15. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.svg +251 -0
  16. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.ttf +0 -0
  17. data/app/assets/images/carnival/fonts/opensans-semibold-webfont.woff +0 -0
  18. data/app/assets/images/carnival/fonts/up-not.png +0 -0
  19. data/app/assets/images/carnival/header-bg.png +0 -0
  20. data/app/assets/images/carnival/novo.png +0 -0
  21. data/app/assets/images/carnival/overlay.png +0 -0
  22. data/app/assets/images/carnival/search-button.png +0 -0
  23. data/app/assets/images/carnival/search.png +0 -0
  24. data/app/assets/images/carnival/sort_asc.png +0 -0
  25. data/app/assets/images/carnival/sort_asc_disabled.png +0 -0
  26. data/app/assets/images/carnival/sort_both.png +0 -0
  27. data/app/assets/images/carnival/sort_desc.png +0 -0
  28. data/app/assets/images/carnival/sort_desc_disabled.png +0 -0
  29. data/app/assets/images/carnival/sprite.png +0 -0
  30. data/app/assets/images/carnival/sprites-active.png +0 -0
  31. data/app/assets/images/carnival/sprites.png +0 -0
  32. data/app/assets/images/carnival/up-not.png +0 -0
  33. data/app/assets/images/carnival/voltar.png +0 -0
  34. data/app/assets/javascripts/carnival/admin.js +10 -0
  35. data/app/assets/javascripts/carnival/advanced_search.js +40 -0
  36. data/app/assets/javascripts/carnival/data_tables_functions.js +75 -0
  37. data/app/assets/javascripts/carnival/external/chosen.jquery.js +1239 -0
  38. data/app/assets/javascripts/carnival/external/jquery-ui-1.9.1.custom.min.js +6 -0
  39. data/app/assets/javascripts/carnival/external/jquery.colorbox-min.js +7 -0
  40. data/app/assets/javascripts/carnival/external/jquery.dataTables.min.js +156 -0
  41. data/app/assets/javascripts/carnival/external/jquery.maskedinput.js +7 -0
  42. data/app/assets/javascripts/carnival/external/jquery.noty.js +560 -0
  43. data/app/assets/javascripts/carnival/external/jquery.noty.layout.bottom.js +34 -0
  44. data/app/assets/javascripts/carnival/external/jquery.noty.theme.default.js +156 -0
  45. data/app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.min.js +4 -0
  46. data/app/assets/javascripts/carnival/external/perfect-scrollbar-0.4.6.with-mousewheel.min.js +4 -0
  47. data/app/assets/javascripts/carnival/vizir_admin.js +137 -0
  48. data/app/assets/stylesheets/carnival/admin.css +13 -0
  49. data/app/assets/stylesheets/carnival/admin_users.css +4 -0
  50. data/app/assets/stylesheets/carnival/chosen.css +435 -0
  51. data/app/assets/stylesheets/carnival/colorbox.css +69 -0
  52. data/app/assets/stylesheets/carnival/datatable.css +131 -0
  53. data/app/assets/stylesheets/carnival/formframe.css +407 -0
  54. data/app/assets/stylesheets/carnival/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  55. data/app/assets/stylesheets/carnival/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  56. data/app/assets/stylesheets/carnival/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  57. data/app/assets/stylesheets/carnival/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  58. data/app/assets/stylesheets/carnival/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  59. data/app/assets/stylesheets/carnival/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  60. data/app/assets/stylesheets/carnival/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  61. data/app/assets/stylesheets/carnival/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  62. data/app/assets/stylesheets/carnival/images/ui-icons_222222_256x240.png +0 -0
  63. data/app/assets/stylesheets/carnival/images/ui-icons_2e83ff_256x240.png +0 -0
  64. data/app/assets/stylesheets/carnival/images/ui-icons_454545_256x240.png +0 -0
  65. data/app/assets/stylesheets/carnival/images/ui-icons_888888_256x240.png +0 -0
  66. data/app/assets/stylesheets/carnival/images/ui-icons_cd0a0a_256x240.png +0 -0
  67. data/app/assets/stylesheets/carnival/jquery-ui-1.8.11.custom.css +573 -0
  68. data/app/assets/stylesheets/carnival/jquery.noty.css +104 -0
  69. data/app/assets/stylesheets/carnival/main.css +2223 -0
  70. data/app/assets/stylesheets/carnival/noty_theme_default.css +185 -0
  71. data/app/assets/stylesheets/carnival/perfect-scrollbar-0.4.6.min.css +5 -0
  72. data/app/assets/stylesheets/carnival/vizir-grid.css +663 -0
  73. data/app/controllers/carnival/admin_user_notifications_controller.rb +19 -0
  74. data/app/controllers/carnival/admin_users_controller.rb +10 -0
  75. data/app/controllers/carnival/base_admin_controller.rb +103 -0
  76. data/app/controllers/carnival/omniauth_callbacks_controller.rb +26 -0
  77. data/app/controllers/carnival/sessions_controller.rb +23 -0
  78. data/app/datatable/carnival/generic_datatable.rb +179 -0
  79. data/app/helpers/carnival/admin_users_helper.rb +4 -0
  80. data/app/helpers/carnival/base_admin_helper.rb +75 -0
  81. data/app/inputs/admin_base_input.rb +8 -0
  82. data/app/inputs/admin_currency_input.rb +12 -0
  83. data/app/inputs/admin_date_input.rb +11 -0
  84. data/app/inputs/admin_enum_input.rb +13 -0
  85. data/app/inputs/admin_relationship_select_input.rb +13 -0
  86. data/app/inputs/admin_text_input.rb +7 -0
  87. data/app/models/carnival/action.rb +51 -0
  88. data/app/models/carnival/admin_user.rb +40 -0
  89. data/app/models/carnival/admin_user_notification.rb +20 -0
  90. data/app/models/carnival/field.rb +102 -0
  91. data/app/models/carnival/form.rb +83 -0
  92. data/app/models/carnival/notification.rb +5 -0
  93. data/app/models/carnival/scope.rb +16 -0
  94. data/app/presenters/carnival/admin_user_notification_presenter.rb +61 -0
  95. data/app/presenters/carnival/admin_user_presenter.rb +53 -0
  96. data/app/presenters/carnival/base_admin_presenter.rb +336 -0
  97. data/app/views/carnival/admin_users/_form.html.haml +21 -0
  98. data/app/views/carnival/admin_users/edit.html.haml +3 -0
  99. data/app/views/carnival/admin_users/new.html.haml +4 -0
  100. data/app/views/carnival/admin_users/show.html.haml +14 -0
  101. data/app/views/carnival/index.html.haml +93 -0
  102. data/app/views/carnival/index.pdf.haml +5 -0
  103. data/app/views/carnival/login.html.haml +20 -0
  104. data/app/views/carnival/shared/_action_default.html.haml +1 -0
  105. data/app/views/carnival/shared/_action_delete.html.haml +1 -0
  106. data/app/views/carnival/shared/_add_button.html.haml +2 -0
  107. data/app/views/carnival/shared/_advanced_search.html.haml +26 -0
  108. data/app/views/carnival/shared/_advanced_search_field.html.haml +10 -0
  109. data/app/views/carnival/shared/_application_popup_partial.html.haml +12 -0
  110. data/app/views/carnival/shared/_batch_operation_checkbox.html.haml +4 -0
  111. data/app/views/carnival/shared/_delete.html.haml +1 -0
  112. data/app/views/carnival/shared/_edit_delete.html.haml +6 -0
  113. data/app/views/carnival/shared/_extra.html.haml +3 -0
  114. data/app/views/carnival/shared/_extra_item.html.haml +21 -0
  115. data/app/views/carnival/shared/_filter_bar.html.haml +3 -0
  116. data/app/views/carnival/shared/_header.pdf.haml +13 -0
  117. data/app/views/carnival/shared/_item_buttons.html.haml +3 -0
  118. data/app/views/carnival/shared/_link_fields.html.haml +6 -0
  119. data/app/views/carnival/shared/_list_cel.html.haml +9 -0
  120. data/app/views/carnival/shared/_list_cel.pdf.haml +9 -0
  121. data/app/views/carnival/shared/_period_filter.html.haml +54 -0
  122. data/app/views/carnival/shared/_report.pdf.haml +21 -0
  123. data/app/views/carnival/shared/_scope.html.haml +75 -0
  124. data/app/views/carnival/shared/_special_scope.html.haml +1 -0
  125. data/app/views/carnival/shared/form/_edit.html.haml +1 -0
  126. data/app/views/carnival/shared/form/_field.html.haml +8 -0
  127. data/app/views/carnival/shared/form/_form.html.haml +13 -0
  128. data/app/views/carnival/shared/form/edit.html.haml +6 -0
  129. data/app/views/carnival/shared/form/new.html.haml +7 -0
  130. data/app/views/carnival/shared/form/show.html.haml +16 -0
  131. data/app/views/carnival/shared/render_popup.js.erb +2 -0
  132. data/app/views/devise/confirmations/new.html.erb +12 -0
  133. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  134. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  135. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  136. data/app/views/devise/passwords/edit.html.erb +16 -0
  137. data/app/views/devise/passwords/new.html.erb +12 -0
  138. data/app/views/devise/registrations/edit.html.erb +29 -0
  139. data/app/views/devise/registrations/new.html.erb +18 -0
  140. data/app/views/devise/sessions/new.html.erb +19 -0
  141. data/app/views/devise/shared/_links.erb +25 -0
  142. data/app/views/devise/unlocks/new.html.erb +12 -0
  143. data/app/views/layouts/carnival/_menu.html.haml +30 -0
  144. data/app/views/layouts/carnival/_notifications_list.html.haml +27 -0
  145. data/app/views/layouts/carnival/admin.html.haml +51 -0
  146. data/config/initializers/carnival_initializer.rb +41 -0
  147. data/config/initializers/devise.rb +258 -0
  148. data/config/initializers/simple_form.rb +3 -0
  149. data/config/locales/carnival.en.yml +1 -0
  150. data/config/locales/carnival.pt.yml +228 -0
  151. data/config/locales/devise.en.yml +59 -0
  152. data/config/locales/devise.pt.yml +59 -0
  153. data/config/routes.rb +8 -0
  154. data/db/migrate/20140129211859_devise_create_admin_users.rb +43 -0
  155. data/db/migrate/20140129213216_create_notifications.rb +10 -0
  156. data/db/migrate/20140129223355_create_admin_user_notifications.rb +10 -0
  157. data/db/migrate/20140206144730_add_columns_to_admin_users.rb +7 -0
  158. data/lib/carnival.rb +13 -0
  159. data/lib/carnival/config.rb +10 -0
  160. data/lib/carnival/engine.rb +5 -0
  161. data/lib/carnival/routes.rb +13 -0
  162. data/lib/carnival/version.rb +3 -0
  163. data/lib/generators/carnival/install_generator.rb +18 -0
  164. data/lib/generators/carnival/templates/carnival_initializer.rb +41 -0
  165. data/lib/tasks/carnival_tasks.rake +4 -0
  166. data/test/carnival_test.rb +7 -0
  167. data/test/dummy/README.rdoc +28 -0
  168. data/test/dummy/Rakefile +6 -0
  169. data/test/dummy/app/assets/javascripts/application.js +13 -0
  170. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  171. data/test/dummy/app/controllers/admin/cities_controller.rb +9 -0
  172. data/test/dummy/app/controllers/admin/countries_controller.rb +9 -0
  173. data/test/dummy/app/controllers/admin/people_controller.rb +9 -0
  174. data/test/dummy/app/controllers/admin/states_controller.rb +9 -0
  175. data/test/dummy/app/controllers/admin/testes_controller.rb +9 -0
  176. data/test/dummy/app/controllers/application_controller.rb +5 -0
  177. data/test/dummy/app/helpers/application_helper.rb +2 -0
  178. data/test/dummy/app/models/admin.rb +5 -0
  179. data/test/dummy/app/models/admin/association_common.rb +23 -0
  180. data/test/dummy/app/models/admin/city.rb +11 -0
  181. data/test/dummy/app/models/admin/company.rb +14 -0
  182. data/test/dummy/app/models/admin/country.rb +9 -0
  183. data/test/dummy/app/models/admin/job.rb +10 -0
  184. data/test/dummy/app/models/admin/person.rb +17 -0
  185. data/test/dummy/app/models/admin/professional_experience.rb +14 -0
  186. data/test/dummy/app/models/admin/state.rb +12 -0
  187. data/test/dummy/app/models/job.rb +8 -0
  188. data/test/dummy/app/presenters/admin/city_presenter.rb +42 -0
  189. data/test/dummy/app/presenters/admin/country_presenter.rb +28 -0
  190. data/test/dummy/app/presenters/admin/person_presenter.rb +60 -0
  191. data/test/dummy/app/presenters/admin/state_presenter.rb +35 -0
  192. data/test/dummy/app/views/admin/testes/_form.html.haml +17 -0
  193. data/test/dummy/app/views/admin/testes/edit.html.haml +3 -0
  194. data/test/dummy/app/views/admin/testes/new.html.haml +4 -0
  195. data/test/dummy/app/views/admin/testes/show.html.haml +14 -0
  196. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  197. data/test/dummy/bin/bundle +3 -0
  198. data/test/dummy/bin/rails +4 -0
  199. data/test/dummy/bin/rake +4 -0
  200. data/test/dummy/config.ru +4 -0
  201. data/test/dummy/config/application.rb +22 -0
  202. data/test/dummy/config/boot.rb +5 -0
  203. data/test/dummy/config/database.yml +25 -0
  204. data/test/dummy/config/environment.rb +5 -0
  205. data/test/dummy/config/environments/development.rb +47 -0
  206. data/test/dummy/config/environments/production.rb +80 -0
  207. data/test/dummy/config/environments/test.rb +36 -0
  208. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  209. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  210. data/test/dummy/config/initializers/inflections.rb +16 -0
  211. data/test/dummy/config/initializers/mime_types.rb +5 -0
  212. data/test/dummy/config/initializers/secret_token.rb +12 -0
  213. data/test/dummy/config/initializers/session_store.rb +3 -0
  214. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  215. data/test/dummy/config/locales/en.yml +23 -0
  216. data/test/dummy/config/routes.rb +15 -0
  217. data/test/dummy/db/development.sqlite3 +0 -0
  218. data/test/dummy/db/migrate/20140206211804_create_admin_companies.rb +16 -0
  219. data/test/dummy/db/migrate/20140206211829_create_admin_countries.rb +10 -0
  220. data/test/dummy/db/migrate/20140206211850_create_admin_states.rb +12 -0
  221. data/test/dummy/db/migrate/20140206211923_create_admin_cities.rb +11 -0
  222. data/test/dummy/db/migrate/20140206212128_create_admin_people.rb +19 -0
  223. data/test/dummy/db/migrate/20140309013000_create_jobs.rb +9 -0
  224. data/test/dummy/db/migrate/20140309013019_create_professional_experiences.rb +14 -0
  225. data/test/dummy/db/migrate/20140323020642_devise_create_admin_users.carnival_engine.rb +44 -0
  226. data/test/dummy/db/migrate/20140323020643_create_notifications.carnival_engine.rb +11 -0
  227. data/test/dummy/db/migrate/20140323020644_create_admin_user_notifications.carnival_engine.rb +11 -0
  228. data/test/dummy/db/migrate/20140323020645_add_columns_to_admin_users.carnival_engine.rb +8 -0
  229. data/test/dummy/db/schema.rb +143 -0
  230. data/test/dummy/db/test.sqlite3 +0 -0
  231. data/test/dummy/log/bullet.log +0 -0
  232. data/test/dummy/log/development.log +6933 -0
  233. data/test/dummy/public/404.html +58 -0
  234. data/test/dummy/public/422.html +58 -0
  235. data/test/dummy/public/500.html +57 -0
  236. data/test/dummy/public/favicon.ico +0 -0
  237. data/test/dummy/tmp/cache/assets/development/sprockets/01c1d1cbb942f60130f0aa01d50c98d2 +0 -0
  238. data/test/dummy/tmp/cache/assets/development/sprockets/049c6f2079e2e93f96fd228df8c265ba +0 -0
  239. data/test/dummy/tmp/cache/assets/development/sprockets/0d9971c4a3b5017a7d2122508b66bb12 +0 -0
  240. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  241. data/test/dummy/tmp/cache/assets/development/sprockets/147e4215ac96fd8b8d373567ae00ed47 +0 -0
  242. data/test/dummy/tmp/cache/assets/development/sprockets/1634e1287a9914e738e710919b7cd6e4 +0 -0
  243. data/test/dummy/tmp/cache/assets/development/sprockets/16c6027bc506317d8266573d0ae1b510 +0 -0
  244. data/test/dummy/tmp/cache/assets/development/sprockets/16e4094498947b5f36bfbb490b94d025 +0 -0
  245. data/test/dummy/tmp/cache/assets/development/sprockets/197f549b9c46ec6679bddac8e4065948 +0 -0
  246. data/test/dummy/tmp/cache/assets/development/sprockets/2109e2acf993625dc0a3f05e7e0af523 +0 -0
  247. data/test/dummy/tmp/cache/assets/development/sprockets/22e50c67b95bf23b653e7a6768d38749 +0 -0
  248. data/test/dummy/tmp/cache/assets/development/sprockets/2684dad966b304ec2aee0149dc77c657 +0 -0
  249. data/test/dummy/tmp/cache/assets/development/sprockets/2908a36318747c72030e94441a2579c4 +0 -0
  250. data/test/dummy/tmp/cache/assets/development/sprockets/2a4d4d7ea99972ea41453ec4e6bad058 +0 -0
  251. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  252. data/test/dummy/tmp/cache/assets/development/sprockets/30c8c2e6ca355103a267133f6b45b0ce +0 -0
  253. data/test/dummy/tmp/cache/assets/development/sprockets/31177aaa32db75be241353c5819450b4 +0 -0
  254. data/test/dummy/tmp/cache/assets/development/sprockets/31a6581dfe5a788b2b450403959a97c5 +0 -0
  255. data/test/dummy/tmp/cache/assets/development/sprockets/32daf8a3bfd9da8ab261f5002f66389f +0 -0
  256. data/test/dummy/tmp/cache/assets/development/sprockets/33dfbc7bdde795abfd1031ceaa315dc8 +0 -0
  257. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  258. data/test/dummy/tmp/cache/assets/development/sprockets/3636240cbc1f10d05a7e27f44c330bf9 +0 -0
  259. data/test/dummy/tmp/cache/assets/development/sprockets/39d34c0caaa6f36d684fac1898a7f88f +0 -0
  260. data/test/dummy/tmp/cache/assets/development/sprockets/3ac0f4fad0d3e6d3d13d4ed2189dcabe +0 -0
  261. data/test/dummy/tmp/cache/assets/development/sprockets/3d8100b6e405407290dcf994ef05e0b7 +0 -0
  262. data/test/dummy/tmp/cache/assets/development/sprockets/3fd8a2a00bb4ebd69a3ecac257dbe536 +0 -0
  263. data/test/dummy/tmp/cache/assets/development/sprockets/3fdb709b3417757576eff80c0ec26b75 +0 -0
  264. data/test/dummy/tmp/cache/assets/development/sprockets/4423cb4765f66f187ffcb3be911c3600 +0 -0
  265. data/test/dummy/tmp/cache/assets/development/sprockets/45b86c586ed942b09cec2190b3c45c5a +0 -0
  266. data/test/dummy/tmp/cache/assets/development/sprockets/47ce692a80d5b075614c2489d7e3a142 +0 -0
  267. data/test/dummy/tmp/cache/assets/development/sprockets/4a7a4dcd9fea9bd2e287771c51f96631 +0 -0
  268. data/test/dummy/tmp/cache/assets/development/sprockets/4bd7e9214a07840040d269fdbf523e97 +0 -0
  269. data/test/dummy/tmp/cache/assets/development/sprockets/4c36f4196d9df171251bea6f3b587fe3 +0 -0
  270. data/test/dummy/tmp/cache/assets/development/sprockets/4e4b1f24c5e69f2f305f6d6483a1605c +0 -0
  271. data/test/dummy/tmp/cache/assets/development/sprockets/5090d7ea741c7f63994eb7b62e757f8f +0 -0
  272. data/test/dummy/tmp/cache/assets/development/sprockets/565023fdd3960225e817ec043b2d9474 +0 -0
  273. data/test/dummy/tmp/cache/assets/development/sprockets/5a4d2d875f1d8ab987ab653f896d1c39 +0 -0
  274. data/test/dummy/tmp/cache/assets/development/sprockets/5c8a4c90b3525681a2173b93b9d55293 +0 -0
  275. data/test/dummy/tmp/cache/assets/development/sprockets/5e7998a2046d512312e432aef40d3e22 +0 -0
  276. data/test/dummy/tmp/cache/assets/development/sprockets/5eacf8d05b2a79f57d54ee047a51e223 +0 -0
  277. data/test/dummy/tmp/cache/assets/development/sprockets/662125e0a3b8f685abafe02e03c6f442 +0 -0
  278. data/test/dummy/tmp/cache/assets/development/sprockets/6808736d34ec24fb10203097ff009a4d +0 -0
  279. data/test/dummy/tmp/cache/assets/development/sprockets/6c257cb7126b2e5bda4c42d414e39786 +0 -0
  280. data/test/dummy/tmp/cache/assets/development/sprockets/6ce5945ed85a31ec875a9973b5a3d3bc +0 -0
  281. data/test/dummy/tmp/cache/assets/development/sprockets/6d806eaa317f200bbf2832a0abf1c1cc +0 -0
  282. data/test/dummy/tmp/cache/assets/development/sprockets/6f6ec88ead28d25410be2a6f62ec79b1 +0 -0
  283. data/test/dummy/tmp/cache/assets/development/sprockets/706dcf8ec253808fea35ae06a4b408b1 +0 -0
  284. data/test/dummy/tmp/cache/assets/development/sprockets/7cfe3fa955d677396ed9e22193559a64 +0 -0
  285. data/test/dummy/tmp/cache/assets/development/sprockets/7e154ca951644e8aa1a2c6221f08db4f +0 -0
  286. data/test/dummy/tmp/cache/assets/development/sprockets/822d6436044fe88b0b3fbc6f3458ff88 +0 -0
  287. data/test/dummy/tmp/cache/assets/development/sprockets/84e6a879569ca7546a93558488a6ff70 +0 -0
  288. data/test/dummy/tmp/cache/assets/development/sprockets/8576d7c22dbd8222ab27a6c47f56a65c +0 -0
  289. data/test/dummy/tmp/cache/assets/development/sprockets/88144c375f9e329812d0302be96e0eab +0 -0
  290. data/test/dummy/tmp/cache/assets/development/sprockets/8a4b32386b5d8554473df478badd6ef9 +0 -0
  291. data/test/dummy/tmp/cache/assets/development/sprockets/8bc60f31f479cd0263d897aa45b88750 +0 -0
  292. data/test/dummy/tmp/cache/assets/development/sprockets/8e22d55d0b7b958a3904e7428269df65 +0 -0
  293. data/test/dummy/tmp/cache/assets/development/sprockets/918ab452d9c4634682ff94ffbd89e16f +0 -0
  294. data/test/dummy/tmp/cache/assets/development/sprockets/9455de99a5c68705427bbec9e50865ce +0 -0
  295. data/test/dummy/tmp/cache/assets/development/sprockets/958dd41e5252627471b2b65116401512 +0 -0
  296. data/test/dummy/tmp/cache/assets/development/sprockets/996ac001c901711cabb64b7e1940c54a +0 -0
  297. data/test/dummy/tmp/cache/assets/development/sprockets/9aec27b5fa2afdfa28068452ece0e6f0 +0 -0
  298. data/test/dummy/tmp/cache/assets/development/sprockets/9db7e75f3fa621ef08ade7ffda96e39f +0 -0
  299. data/test/dummy/tmp/cache/assets/development/sprockets/9dc853d92b5d774afadacc451965059c +0 -0
  300. data/test/dummy/tmp/cache/assets/development/sprockets/a125dd8e84a82fc90705bd3710fb93c2 +0 -0
  301. data/test/dummy/tmp/cache/assets/development/sprockets/a1c5386d742fb4d01bea977ed28f4a96 +0 -0
  302. data/test/dummy/tmp/cache/assets/development/sprockets/a30288f737d428b0feb2a78b3aab9c69 +0 -0
  303. data/test/dummy/tmp/cache/assets/development/sprockets/a40d723f9a6ad5b541009b8f05ce6533 +0 -0
  304. data/test/dummy/tmp/cache/assets/development/sprockets/a908448dd851cae431aa2b4bde9b5a98 +0 -0
  305. data/test/dummy/tmp/cache/assets/development/sprockets/aa5708f6fbe7528d49c127a7f89a2511 +0 -0
  306. data/test/dummy/tmp/cache/assets/development/sprockets/aaf9dac7bb02577a8005e39ca9225482 +0 -0
  307. data/test/dummy/tmp/cache/assets/development/sprockets/ad7b50123ad008ac0730bbbdf76a6bfe +0 -0
  308. data/test/dummy/tmp/cache/assets/development/sprockets/b271e3537645a42480b3ba7bca2342f4 +0 -0
  309. data/test/dummy/tmp/cache/assets/development/sprockets/ba891185d4fda83f4c16e6bb8139359b +0 -0
  310. data/test/dummy/tmp/cache/assets/development/sprockets/c72101732682999b6ca050f007fc6467 +0 -0
  311. data/test/dummy/tmp/cache/assets/development/sprockets/c8927e934e7960fc7907b6fc02ea7f08 +0 -0
  312. data/test/dummy/tmp/cache/assets/development/sprockets/c980544b5828a643ecaa8e784897c2c2 +0 -0
  313. data/test/dummy/tmp/cache/assets/development/sprockets/ca0e1997bc6c40f955a42ee777299750 +0 -0
  314. data/test/dummy/tmp/cache/assets/development/sprockets/cc2c3f8b87c5b787305412a3076058db +0 -0
  315. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  316. data/test/dummy/tmp/cache/assets/development/sprockets/d16461dfcae4b782f721ebd81e4f8740 +0 -0
  317. data/test/dummy/tmp/cache/assets/development/sprockets/d3b5d5784361e5eb827fbcdb0332258f +0 -0
  318. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  319. data/test/dummy/tmp/cache/assets/development/sprockets/d81122f6f2520c8f0785425936756e20 +0 -0
  320. data/test/dummy/tmp/cache/assets/development/sprockets/dbf160a6439a8d0b792ff46cf0a612f6 +0 -0
  321. data/test/dummy/tmp/cache/assets/development/sprockets/dc829340258cc36c0df423725df54649 +0 -0
  322. data/test/dummy/tmp/cache/assets/development/sprockets/dd326f3f4fd1c7fd075b58d6cb623a25 +0 -0
  323. data/test/dummy/tmp/cache/assets/development/sprockets/de060f82711b4b5c465f17b140eb2a61 +0 -0
  324. data/test/dummy/tmp/cache/assets/development/sprockets/e0352d0f97751491adbe6a94832772af +0 -0
  325. data/test/dummy/tmp/cache/assets/development/sprockets/e1d6efce94e71965434d2dde64fd8410 +0 -0
  326. data/test/dummy/tmp/cache/assets/development/sprockets/e4298973f799acdce289752c24bfddf2 +0 -0
  327. data/test/dummy/tmp/cache/assets/development/sprockets/e9c81ca91323dab8977ffd8a459cab06 +0 -0
  328. data/test/dummy/tmp/cache/assets/development/sprockets/eccab0d41d08e156ccd2f36f85949356 +0 -0
  329. data/test/dummy/tmp/cache/assets/development/sprockets/eed84a44f4e3915a39ea98ce25dc2570 +0 -0
  330. data/test/dummy/tmp/cache/assets/development/sprockets/f1e75c209067b23f5c0c7bf2006c43d0 +0 -0
  331. data/test/dummy/tmp/cache/assets/development/sprockets/f31e05a23db2e9dfc9207658cda7b799 +0 -0
  332. data/test/dummy/tmp/cache/assets/development/sprockets/f5c9348795319821f3309d4e03bb9fdb +0 -0
  333. data/test/dummy/tmp/cache/assets/development/sprockets/f631443b06d6b36e666344dbaf0b64f0 +0 -0
  334. data/test/dummy/tmp/cache/assets/development/sprockets/f7ab949c8c6b7ef3f2b743ebd98f9f59 +0 -0
  335. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  336. data/test/dummy/tmp/cache/assets/development/sprockets/fc4b3bb94f52c27dfb87395841a7cb62 +0 -0
  337. data/test/dummy/tmp/cache/assets/development/sprockets/fc79e1609ba401a4408c71182ef89b3e +0 -0
  338. data/test/dummy/tmp/cache/assets/development/sprockets/fd1e0a44b82fc47f26c7adec9d918911 +0 -0
  339. data/test/dummy/tmp/cache/assets/development/sprockets/fe9a0ccc2a407c74780c85e66882e888 +0 -0
  340. data/test/dummy/tmp/cache/assets/development/sprockets/ff3b0a569330823bd5599af14ee70cc8 +0 -0
  341. data/test/dummy/tmp/pids/server.pid +1 -0
  342. data/test/fixtures/notifications.yml +11 -0
  343. data/test/integration/navigation_test.rb +10 -0
  344. data/test/models/notification_test.rb +7 -0
  345. data/test/test_helper.rb +15 -0
  346. metadata +739 -0
@@ -0,0 +1,104 @@
1
+ /* CORE STYLES */
2
+
3
+ /* noty bar */
4
+ .noty_bar {
5
+ position: fixed;
6
+ display: none;
7
+ z-index: 9999999;
8
+ }
9
+
10
+ /* noty_message */
11
+ .noty_bar .noty_message {
12
+ text-align: center;
13
+ }
14
+
15
+ /* noty close button */
16
+ .noty_bar .noty_close {
17
+ cursor: pointer;
18
+ }
19
+
20
+ /* noty modal */
21
+ .noty_modal {
22
+ position: fixed;
23
+ width: 100%;
24
+ height: 100%;
25
+ background-color: #000;
26
+ z-index: 10000;
27
+ opacity: 0.6;
28
+ display: none;
29
+ left: 0;
30
+ top: 0;
31
+ }
32
+
33
+ /* noty container for noty_layout_topLeft & noty_layout_topRight */
34
+ ul.noty_cont {
35
+ position: fixed;
36
+ z-index: 10000000;
37
+ margin: 0px;
38
+ padding: 0px;
39
+ list-style: none;
40
+ width: 300px;
41
+ }
42
+ ul.noty_cont li {
43
+ position: relative;
44
+ float: left;
45
+ clear: both;
46
+ list-style: none;
47
+ padding: 0px;
48
+ margin: 10px 0 0 0;
49
+ width: 300px; /* Fix for: http://bugs.jquery.com/ticket/2278 */
50
+ }
51
+ ul.noty_cont.noty_layout_topLeft {left:20px; top:20px;}
52
+ ul.noty_cont.noty_layout_topRight {right:40px; top:20px;}
53
+ ul.noty_cont.noty_layout_bottomLeft {left:20px; bottom:20px}
54
+ ul.noty_cont.noty_layout_bottomRight {right:40px; bottom:20px}
55
+ ul.noty_cont.noty_layout_topRight li {float:right}
56
+
57
+ /* LAYOUTS */
58
+
59
+ /* noty_layout_top */
60
+ .noty_bar.noty_layout_top {
61
+ top: 0;
62
+ left: 0;
63
+ width: 100%;
64
+ -webkit-border-radius: 0px;
65
+ -moz-border-radius: 0px;
66
+ border-radius: 0px;
67
+ }
68
+
69
+ /* noty_layout_bottom */
70
+ .noty_bar.noty_layout_bottom {
71
+ bottom: 0;
72
+ left: 0;
73
+ width: 100%;
74
+ -webkit-border-radius: 0px;
75
+ -moz-border-radius: 0px;
76
+ border-radius: 0px;
77
+ }
78
+
79
+ /* noty_layout_center */
80
+ .noty_bar.noty_layout_center {
81
+ top: 40%;
82
+ }
83
+
84
+ /* noty_layout_topLeft & noty_layout_topRight */
85
+ .noty_bar.noty_layout_topLeft,
86
+ .noty_bar.noty_layout_topRight,
87
+ .noty_bar.noty_layout_bottomLeft,
88
+ .noty_bar.noty_layout_bottomRight {
89
+ width: 100%;
90
+ clear: both;
91
+ position: relative;
92
+ }
93
+
94
+ .noty_bar.noty_layout_topLeft .noty_message,
95
+ .noty_bar.noty_layout_topRight .noty_message,
96
+ .noty_bar.noty_layout_bottomLeft .noty_message,
97
+ .noty_bar.noty_layout_bottomRight .noty_message {
98
+ text-align: left;
99
+ }
100
+
101
+ /* noty_layout_topCenter */
102
+ .noty_bar.noty_layout_topCenter {
103
+ top: 20px;
104
+ }
@@ -0,0 +1,2223 @@
1
+ *{outline:none;}
2
+
3
+ input[type=number]::-webkit-inner-spin-button,
4
+ input[type=number]::-webkit-outer-spin-button {
5
+ -webkit-appearance: none;
6
+ margin: 0;
7
+ }
8
+
9
+ body, html{
10
+ margin:0;
11
+ padding:0;
12
+ font-size:14px;
13
+ line-height:22px;
14
+ color:#666;
15
+ overflow-x:hidden;
16
+ font-family: 'OpenSansRegular', sans-serif;
17
+ overflow-y: auto !important;
18
+ height: 100%;
19
+ }
20
+
21
+ li{list-style: none;}
22
+ a{color:#666; text-decoration:none;}
23
+ a:hover{color:#000; text-decoration:none;}
24
+ #main{width: 100%; height: 100%;}
25
+
26
+ #application-popup{
27
+ position: fixed;
28
+ z-index: 15;
29
+ top: 130px;
30
+ width: 415px;
31
+ left: 50%;
32
+ margin-left: -205px;
33
+ display:none;
34
+ }
35
+
36
+ #application-popup input[type="submit"]{
37
+ width: auto !important;
38
+ cursor: pointer !important;
39
+ display: inline-block;
40
+ font-weight: bold;
41
+ height: 28px !important;
42
+ text-align: center;
43
+ background: url('calendar.png') 20px -38px;
44
+ border: 1px solid #2a6198;
45
+ cursor: pointer;
46
+ font-size: 17px;
47
+ border-radius: 1px;
48
+ box-shadow: none;
49
+ font-family: 'microsoft_yi_baitiregular';
50
+ padding: 3px 10px 6px 10px !important;
51
+ border: 1px solid #C8C8C8;
52
+ padding: 5px 16px 5px 16px;
53
+ height: 30px;
54
+ background: url(bg_button.png);
55
+ color: #333;
56
+ -webkit-box-shadow: 0px 1px 0px 0px white;
57
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
58
+ box-shadow: 0px 1px 0px 0px white;
59
+ -webkit-border-radius: 1px;
60
+ -moz-border-radius: 1px;
61
+ border-radius: 1px;
62
+ margin-right: 0px;
63
+ box-shadow: none;
64
+ }
65
+ .close-popup{
66
+ text-align: center;
67
+ width: 57px;
68
+ right: 0px;
69
+ background: #555;
70
+ color: #fff;
71
+ padding: 2px;
72
+ position: absolute;
73
+ right: -21px;
74
+ z-index: 99;
75
+ border-bottom-left-radius: 3px;
76
+ cursor:pointer;
77
+ border-top-right-radius: 3px;
78
+ }
79
+
80
+ #application-popup-content{
81
+ background: white;
82
+ padding: 10px;
83
+ border: solid 1px #c0c0c0;
84
+ margin: 0 auto;
85
+ position: absolute;
86
+ width: 100%;
87
+ box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.4);
88
+ border-radius: 4px;
89
+ padding-bottom:35px;
90
+ }
91
+
92
+ #mark-as-fraudulent-popup{
93
+ height: 400px;
94
+ }
95
+
96
+ #header_wrapper{
97
+ height: 60px;
98
+ margin: 0 auto;
99
+ min-width: 400px;
100
+ overflow: hidden;
101
+ border-bottom:1px solid #e0e0e0;
102
+ background: url('header-bg.png');
103
+ position: relative;
104
+ position: fixed;
105
+ width: 100%;
106
+ z-index: 9999999;
107
+ }
108
+
109
+ #header{
110
+ width:100%;
111
+ margin:0 auto;
112
+ }
113
+
114
+ #header h1{
115
+ position: absolute;
116
+ font-size: 17px;
117
+ font-weight: normal;
118
+ left: 235px;
119
+ text-transform: uppercase;
120
+ border-left: 1px solid #e0e0e0;
121
+ display: block;
122
+ padding: 10px 0px 8px 10px;
123
+ top: 0px;
124
+ color: #999;
125
+ }
126
+
127
+ #content #left_menu_wrapper{
128
+ float: left;
129
+ min-height:600px;
130
+ width: 199px;
131
+ background-color: #E3E8EC;
132
+ box-shadow: 0 0 1px #FFFFFF inset;
133
+ -webkit-box-shadow: 0 0 1px #FFFFFF inset;
134
+ -moz-box-shadow: 0 0 1px #FFFFFF inset;
135
+ }
136
+
137
+ #content.without_menu{
138
+ width: 100% !important;
139
+ }
140
+
141
+ div.menu.full{
142
+ width: 20%;
143
+ float: left;
144
+ position: relative;
145
+ margin-left: 0px;
146
+ border-right: 1px solid #eee;
147
+ margin-left: -1px;
148
+ height: 100%;
149
+ display: block;
150
+ position: fixed;
151
+ z-index: 99999;
152
+ background: #fff;
153
+ top: 0;
154
+ padding-top: 59px;
155
+ box-sizing: border-box;
156
+ -moz-box-sizing: border-box;
157
+ -webkit-box-sizing: border-box;
158
+ }
159
+
160
+ div.menu.short{
161
+ width:3.2%;
162
+ float:left;
163
+ position:relative;
164
+ margin-left:0px;
165
+ border-right:1px solid #eee;
166
+ margin-left: -1px;
167
+ height: 100%;
168
+ position: fixed;
169
+ z-index: 99999;
170
+ background: #fff;
171
+ top: 0;
172
+ border-top: 1px solid #eee;
173
+ padding-top: 59px;
174
+ box-sizing: border-box;
175
+ -moz-box-sizing: border-box;
176
+ -webkit-box-sizing: border-box;
177
+ }
178
+
179
+ div.menu.short ul li a{
180
+ text-indent: -99999px;
181
+ }
182
+
183
+ div.menu.short .dropdown_main_menu_sublevel a{
184
+ text-indent: 0px;
185
+ }
186
+
187
+ div.menu.short .dropdown_main_menu_sublevel{
188
+ position: absolute;
189
+ background: #fff;
190
+ border: 1px solid #eee;
191
+ width: 211px;
192
+ padding: 5px 15px 0px;
193
+ margin: 0px 0px 0px 100%;
194
+ box-shadow: 2px 0px 6px rgba(0,0,0,0.1);
195
+ }
196
+
197
+
198
+
199
+ ul.menu{
200
+ margin:0;
201
+ padding:0;
202
+ margin:0 auto;
203
+ display:block;
204
+ width:100%;
205
+ position:relative;
206
+ float:left;
207
+ }
208
+
209
+ ul.menu li{
210
+ display:block;
211
+ float:left;
212
+ width:100%;
213
+ list-style:none;
214
+ margin:11px 0px 0px 0px;
215
+ padding:9px 0px 0px 0px;
216
+ position:relative;
217
+ border-top:1px solid #e1e1e1;
218
+ }
219
+
220
+ ul.menu li a{
221
+ width: auto;
222
+ padding: 6px 20px 7px 23px;
223
+ margin-left:-10px;
224
+ height:23px;
225
+ float: left;
226
+ text-decoration:none;
227
+ color:#111;
228
+ font-size:17px;
229
+ background-position: 20px 13px;
230
+ background-repeat: no-repeat;
231
+ cursor:default;
232
+ }
233
+
234
+ ul.menu li.minify span{
235
+ margin: 0 !important;
236
+ padding: 4px 0px 4px 38px;
237
+ min-width: 85%;
238
+ height: auto;
239
+ cursor: pointer;
240
+ z-index: 1000;
241
+ margin: 0;
242
+ font-size: 15px;
243
+ color: #666;
244
+ background-position: 19px 8px;
245
+ background-repeat: no-repeat;
246
+ cursor: pointer;
247
+ display: block;
248
+ }
249
+
250
+ .short ul.menu li.minify span{
251
+ text-indent: -99999px !important;
252
+ }
253
+
254
+
255
+ ul.menu a.actived{
256
+ color: #0088CC !important;
257
+ }
258
+
259
+ ul.menu a.actived:hover{
260
+ color: #0088CC !important;
261
+ }
262
+
263
+ ul.menu li a:hover{
264
+ color:#000 !important;
265
+ }
266
+
267
+ ul.menu .dropdown_main_menu{
268
+ display:block;
269
+ position:relative;
270
+ float:left;
271
+ min-width:100%;
272
+ z-index:1000;
273
+ margin:0;
274
+ float:left;
275
+ padding:4px 0px 10px 0px;
276
+ }
277
+
278
+ ul.menu .dropdown_main_menu li{
279
+ float:left;
280
+ height:auto;
281
+ min-width:100%;
282
+ margin:0;
283
+ border:none;
284
+ padding:0;
285
+ min-height: 40px;
286
+ }
287
+
288
+ ul.menu .dropdown_main_menu li:hover{
289
+ background: #efefef;
290
+ }
291
+
292
+ ul.menu .dropdown_main_menu li ul li:hover{
293
+ background: none;
294
+ }
295
+
296
+
297
+ .menu.short ul.menu .dropdown_main_menu{
298
+ display: block;
299
+ width: 100% !important;
300
+ height: 28px;
301
+ position: relative;
302
+ content: '';
303
+ display: inline-block;
304
+ background-repeat: no-repeat;
305
+ }
306
+
307
+ .menu.short ul.menu .dropdown_main_menu li{
308
+ display: block;
309
+ width: 100% !important;
310
+ position: relative;
311
+ content: '';
312
+ display: inline-block;
313
+ background-repeat: no-repeat;
314
+ margin: 0 auto;
315
+ }
316
+
317
+ .menu ul.menu .dropdown_main_menu li.active:before{
318
+ background-image: url(sprites-active.png) !important;
319
+ }
320
+
321
+
322
+ .menu.short ul.menu .dropdown_main_menu ul li{
323
+ display: block;
324
+ width: 100% !important;
325
+ position: relative;
326
+ content: '';
327
+ display: inline-block;
328
+ background-repeat: no-repeat;
329
+ margin: 0 auto;
330
+ border-bottom: 1px solid #eee;
331
+ min-height: 28px;
332
+ padding: 5px 0px;
333
+ }
334
+
335
+ .menu.short ul.menu .dropdown_main_menu ul h1{
336
+ font-size: 16px;
337
+ color: #222;
338
+ }
339
+
340
+ .menu.short ul.menu .dropdown_main_menu ul li:last-child{
341
+ border: none;
342
+ }
343
+
344
+ .menu.short ul.menu .dropdown_main_menu li:before{
345
+ display: block;
346
+ position: relative;
347
+ content: '';
348
+ display: inline-block;
349
+ width: 18px;
350
+ height: 18px;
351
+ background-image: url(sprites.png);
352
+ background-repeat: no-repeat;
353
+ margin-left: 50%;
354
+ position: absolute;
355
+ clear: both;
356
+ left: -9px;
357
+ background-position: 0px 0px;
358
+ opacity: 0.8;
359
+ top: 12px;
360
+ }
361
+
362
+ .menu.short ul.menu .dropdown_main_menu li:before:hover:before{
363
+ opacity: 1;
364
+ }
365
+
366
+ .menu.full ul.menu .dropdown_main_menu li:before{
367
+ display: block;
368
+ position: absolute !important;
369
+ content: '';
370
+ display: inline-block;
371
+ width: 18px;
372
+ height: 18px;
373
+ background-image: url(sprites.png);
374
+ background-repeat: no-repeat;
375
+ position: relative;
376
+ clear: both;
377
+ left: 14px;
378
+ background-position: 0px 0px;
379
+ opacity: 0.7;
380
+ top: 11px;
381
+ }
382
+
383
+ .menu ul.menu .dropdown_main_menu li.blog:before{
384
+ background-position: 0 -736px;
385
+ }
386
+ .menu ul.menu .dropdown_main_menu li.administracao:before{
387
+ background-position: -389px -256px;
388
+ }
389
+ .menu ul.menu .dropdown_main_menu li.blacklist:before{
390
+ background-position: -323px -480px;
391
+ }
392
+ .menu ul.menu .dropdown_main_menu li.listagens:before{
393
+ background-position: -163px -352px;
394
+ }
395
+ .menu ul.menu .dropdown_main_menu li.gestao-risco:before{
396
+ background-position: -130px -320px;
397
+ }
398
+ .menu ul.menu .dropdown_main_menu li.gestao-tokens:before{
399
+ background-position: -227px -256px;
400
+ }
401
+
402
+ .menu ul.menu .dropdown_main_menu li.minify{
403
+ opacity: 0.4;
404
+ margin-top: 0px;
405
+ border-top: 1px dashed #ccc;
406
+ padding-top: 10px;
407
+ }
408
+
409
+ .menu.full ul.menu .dropdown_main_menu li.minify:before{
410
+ background-position: -195px -608px;
411
+ top: 18px;
412
+ }
413
+
414
+ .menu.short ul.menu .dropdown_main_menu li.minify:before{
415
+ background-position: -66px -608px;
416
+ top: 18px;
417
+ }
418
+
419
+
420
+ .menu.short ul.menu .dropdown_main_menu li a{
421
+ background: none;
422
+ padding: 0;
423
+ }
424
+
425
+ .menu.short ul.menu .dropdown_main_menu li ul li:before,.menu.full ul.menu .dropdown_main_menu li ul li:before{
426
+ display: none
427
+ }
428
+
429
+ ul.menu .dropdown_main_menu li a{
430
+ margin:0 !important;
431
+ padding:8px 0px 0px 38px;
432
+ min-width:85%;
433
+ height:auto;
434
+ cursor:pointer;
435
+ z-index:1000;
436
+ margin:0;
437
+ font-size:15px;
438
+ color:#666;
439
+ background-position: 19px 8px;
440
+ background-repeat: no-repeat;
441
+ cursor:pointer;
442
+ }
443
+
444
+ ul.menu .dropdown_main_menu li a.sublevel{}
445
+
446
+ ul.menu .dropdown_main_menu_sublevel{
447
+ display:block;
448
+ position:relative;
449
+ float:left;
450
+ min-width:100%;
451
+ z-index:1000;
452
+ margin:0;
453
+ padding:4px 0px 10px 0px;
454
+ }
455
+
456
+ ul.menu .dropdown_main_menu_sublevel li{
457
+ float: left;
458
+ height: auto;
459
+ min-width: 100%;
460
+ margin: 0;
461
+ border: none;
462
+ min-height: 26px;
463
+ margin-top: 5px;
464
+ }
465
+
466
+ ul.menu .dropdown_main_menu_sublevel li a{
467
+ margin:0 !important;
468
+ padding:2px 0px 2px 38px;
469
+ min-width:100%;
470
+ height:auto;
471
+ cursor:pointer;
472
+ z-index:10;
473
+ margin:0;
474
+ font-size:13px;
475
+ color:#999;
476
+ background:none;
477
+ background-position:27px 6px;
478
+ background-repeat:no-repeat;
479
+ }
480
+
481
+ #content{
482
+ width: 77%;
483
+ position:relative;
484
+ float:left;
485
+ background-color: #fff;
486
+ min-height:600px;
487
+ padding-left:22%;
488
+ }
489
+
490
+ #content.menu-opened{
491
+ width: 93%;
492
+ position: relative;
493
+ float: left;
494
+ background-color: #fff;
495
+ min-height: 600px;
496
+ padding-left: 5.2%;
497
+ }
498
+
499
+ #main_column_wrapper{
500
+ padding-top:20px;
501
+ width:100%;
502
+ }
503
+
504
+ #main_column{
505
+ padding: 20px 1%;
506
+ padding-top: 0px;
507
+ padding-right:0;
508
+ padding-left:0;
509
+ width:100%;
510
+ }
511
+
512
+ #main_column a{text-decoration: none;}
513
+ #main_column a:hover{text-decoration: underline;}
514
+
515
+
516
+ h1.title{
517
+ background: url("title_bg.png") repeat scroll 0 0 transparent;
518
+ float: left;
519
+ display:block;
520
+ height: 26px;
521
+ width:100%;
522
+ margin:0px 0px 20px -20px;
523
+ padding:10px 0px 0px 20px;
524
+ font-size:11px;
525
+ font-weight:bold;
526
+ text-transform:uppercase;
527
+ color:#142e53;
528
+ z-index:1;
529
+ display:none !important;
530
+ }
531
+
532
+ .logo_intranet{
533
+ float: left;
534
+ height: 60px;
535
+ width: 260px;
536
+ margin-left: 15px;
537
+ margin-top: 10px;
538
+ }
539
+
540
+ .logo_intranet a{
541
+ cursor:pointer;
542
+ width:100%;
543
+ height:100%;
544
+ display:block;
545
+ font-size: 30px;
546
+ margin-top: 7px;
547
+ }
548
+
549
+ #main_login{min-height: 100%;}
550
+
551
+ #login{
552
+ width: 320px;
553
+ position: relative;
554
+ left: 28%;
555
+ margin-left: -160px;
556
+ margin-top: 100px;
557
+ }
558
+
559
+ #login_wrapper{
560
+ height: 100%;
561
+ min-width: 1010px;
562
+ }
563
+
564
+ #login_content{
565
+ height: 580px;
566
+ margin-bottom: -45px;
567
+ min-height: 100%;
568
+ }
569
+
570
+ #login_content #main_column_wrapper{
571
+ height: 500px;
572
+ }
573
+
574
+ #footer_wrapper{
575
+ margin: 0 auto;
576
+ padding: 0;
577
+ width: 100%;
578
+ height:auto;
579
+ background:#4977AD;
580
+ float: left;
581
+ height: 450px;
582
+ position: relative;
583
+ clear: both;
584
+ display: block;
585
+ }
586
+
587
+ #footer{
588
+ background: none repeat scroll 0 0 #4B80C1;
589
+ height: 45px;
590
+ position: absolute;
591
+ width: 100%;
592
+ }
593
+
594
+ #footer_title{
595
+ background: url("footer_title.png") no-repeat scroll 0 0 transparent;
596
+ height: 15px;
597
+ margin: 18px auto 0;
598
+ width: 329px;
599
+ }
600
+
601
+ #footer_logo{
602
+ background: url("footer_logo.png") no-repeat scroll 0 0 transparent;
603
+ float: right;
604
+ height: 45px;
605
+ width: 48px;
606
+ margin-top: -33px;
607
+ }
608
+
609
+ #footer_wrapper_app{
610
+ margin: 0 auto;
611
+ padding: 0;
612
+ width: 100%;
613
+ height:auto;
614
+ float: left;
615
+ position: relative;
616
+ clear: both;
617
+ display: block;
618
+ margin-top: -46px;
619
+ }
620
+
621
+ #footer_title_app{
622
+ height: 15px;
623
+ margin: 18px auto 0;
624
+ width: 329px;
625
+ }
626
+ #footer_logo_app{
627
+ float: right;
628
+ height: 45px;
629
+ width: 48px;
630
+ margin-top: -33px;
631
+ }
632
+
633
+ .clearfix {
634
+ clear: both;
635
+ display: block;
636
+ padding-bottom: 30px;
637
+ }
638
+
639
+ .action_back a{
640
+ min-width: 54px;
641
+ text-decoration: none !important;
642
+ background: url('voltar.png') 42px -38px;
643
+ right:0%;
644
+ top:25px;
645
+ position:absolute;
646
+ display: inline-block;
647
+ font-weight: 300;
648
+ height: 23px;
649
+ text-align: center;
650
+ border: 1px solid #2a6198;
651
+ color: #fff !important;
652
+ font-size:14px !important;
653
+ padding:3px 5px 0px 22px;
654
+ border-radius: 2px;
655
+ }
656
+
657
+ .action_back a:hover{
658
+ background: url('voltar.png') 42px -4px;
659
+ cursor:pointer !important;
660
+ }
661
+
662
+ .actions a{
663
+ right:1%;
664
+ cursor: default !important;
665
+ display: inline-block;
666
+ font-weight: bold;
667
+ height: 23px;
668
+ text-align: center;
669
+ background: url('novo.png') 41px -38px;
670
+ border: 1px solid #2a6198;
671
+ color: #fff !important;
672
+ font-size:12px !important;
673
+ cursor:pointer;
674
+ font-size:13px;
675
+ padding:3px 10px 0px 30px
676
+ }
677
+
678
+ .actions a:hover{
679
+ background: url('novo.png') 41px -4px;
680
+ cursor:pointer !important;
681
+ text-decoration:none !important;
682
+ }
683
+
684
+ .table{
685
+ border-collapse: collapse;
686
+ border-spacing:0px;
687
+ z-index:1;
688
+ width:100%;
689
+ float:left;
690
+ margin-top:6px;
691
+ }
692
+
693
+ thead{
694
+ height:30px;
695
+ border:1px solid #002c4a;
696
+ border-bottom:0px;
697
+ }
698
+
699
+ thead th{
700
+ margin-bottom:1px;
701
+ z-index:1;
702
+ padding: 0px 0px 0px 20px;
703
+ font-weight:normal;
704
+ }
705
+
706
+ thead th.buttons{
707
+ width: 200px;
708
+ background:none;
709
+ }
710
+
711
+ thead tr{
712
+ height:36px;
713
+ background:#004161;
714
+ color:#fff;
715
+ text-align:left;
716
+ }
717
+
718
+ thead tr:hover{
719
+ cursor:default;
720
+ }
721
+
722
+ tr.more-click td{
723
+ padding:10px 10px;
724
+ margin:0;
725
+ }
726
+
727
+ .first-th{
728
+ padding-left:35px;
729
+ }
730
+
731
+ tr.more-click{
732
+ margin-top:1px;
733
+ border:1px solid #e3e9ec;
734
+ color:#000;
735
+ }
736
+
737
+ tr.more-click .td-editar{
738
+ border-right:none;
739
+ }
740
+
741
+ tr.more-click .td-apagar{
742
+ border-right:none;
743
+ }
744
+
745
+ tbody tr.more-click.even{
746
+ background:#f2f7fa;
747
+ }
748
+
749
+ .apagar{
750
+ color:#d63e30 !important;
751
+ display:block;
752
+ font-size:11px;
753
+ padding:2px 6px 0px 6px;
754
+ -webkit-border-radius: 1px;
755
+ border-radius: 1px;
756
+ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
757
+ text-align:center;
758
+ border-right:none;
759
+ }
760
+
761
+ .apagar:hover{
762
+ background:#d63e30;
763
+ color:#fff !important;
764
+ text-decoration:none !important;
765
+ }
766
+
767
+ a.action.editar, a.action.apagar{
768
+ float: right;
769
+ }
770
+
771
+ .editar{
772
+ color:#2e77ec !important;
773
+ display:block;
774
+ font-size:11px;
775
+ padding:2px 6px 0px 6px;
776
+ -webkit-border-radius: 1px;
777
+ border-radius: 1px;
778
+ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
779
+ text-align:center;
780
+ }
781
+
782
+ .editar:hover{
783
+ background:#2e77ec;
784
+ color:#fff !important;
785
+ text-decoration:none !important;
786
+ }
787
+
788
+ .visualizar{
789
+ background:#ef6357;
790
+ color:#fff !important;
791
+ display:block;
792
+ font-size:11px;
793
+ padding: 5px;
794
+ -webkit-border-radius: 2px;
795
+ border-radius: 2px;
796
+ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
797
+ }
798
+
799
+ .visualizar:hover{
800
+ background:#d63e30;
801
+ color:#fff !important;
802
+ text-decoration:none !important;
803
+ }
804
+
805
+ .more-info{
806
+ position:relative;
807
+ width:960px;
808
+ background:#fefefe;
809
+ bottom:0;
810
+ margin-top:30px;
811
+ }
812
+
813
+ .more-info td{
814
+ width:100%;
815
+ }
816
+
817
+ .more-info div{
818
+ position:relative;
819
+ display:none;
820
+ border-bottom: 1px solid #e3e9ec;
821
+ }
822
+
823
+ .more-info p{
824
+ position:relative;
825
+ }
826
+
827
+ .more-click{
828
+ height:50px;
829
+ width:960px;
830
+ bottom:0;
831
+ }
832
+
833
+ .filter_bar{
834
+ float: right;
835
+ }
836
+
837
+ .field label{
838
+ display: inline;
839
+ float: left;
840
+ font-weight: bold;
841
+ line-height: 28px;
842
+ overflow: hidden;
843
+ padding: 0 20px 0 0;
844
+ text-align: right;
845
+ width: 200px;
846
+ font-size:12px;
847
+ }
848
+
849
+ .field .value{
850
+ line-height: 28px;
851
+ }
852
+
853
+ .field .help{
854
+ padding: 0 0 0 70px;
855
+ }
856
+
857
+ .field{
858
+ width: 100%;
859
+ display: inline;
860
+ float: left;
861
+ }
862
+
863
+ .field ul{
864
+ float:left;
865
+ padding: 0px;
866
+ }
867
+
868
+ .gray_border{
869
+ border-bottom: 1px solid #ccc;
870
+ margin: 0px 0px;
871
+ width: 100%;
872
+ float: left;
873
+ }
874
+
875
+ .gray_border.with_margin_bottom{
876
+ margin-bottom: 20px;
877
+ }
878
+
879
+ .gray_border h2{
880
+ font-weight: bold;
881
+ line-height: 140%;
882
+ margin: 0px;
883
+ margin-left:0px;
884
+ font-size:18px;
885
+ padding-bottom:5px;
886
+ }
887
+ .gray_border h1{
888
+ font-weight: bold;
889
+ line-height: 140%;
890
+ margin: 0px;
891
+ margin-left: 0px;
892
+ font-size: 24px;
893
+ margin-bottom: 8px;
894
+ }
895
+
896
+
897
+ input[type="checkbox"]{
898
+ width: auto !important;
899
+ margin-right: 10px !important;
900
+ padding: 0px !important;
901
+ height: auto !important;
902
+ }
903
+
904
+ select {
905
+ margin-top: 5px;
906
+ margin-bottom:10px;
907
+ }
908
+
909
+ .fields{
910
+ background-color: #f9f9f9;
911
+ float: left;
912
+ width: 97%;
913
+ margin: 0px 0px;
914
+ padding: 10px 0px;
915
+ border-bottom: 1px solid #ccc;
916
+ }
917
+
918
+ .fields .field{
919
+ margin-left: 20px;
920
+ }
921
+
922
+ .fields a{
923
+ margin-bottom: 10px;
924
+ margin-right: 10px;
925
+ margin-top: 0;
926
+ }
927
+
928
+ .checkbox_fields{
929
+ margin: 20px 0px;
930
+ float: left;
931
+ width: 100%;
932
+ }
933
+
934
+
935
+ fieldset{border: medium none;}
936
+
937
+ .field fieldset{
938
+ border: 0px solid #CCCCCC !important;
939
+ margin: 10px 0px !important;
940
+ padding: 0px !important;
941
+ width: auto !important;
942
+ }
943
+
944
+ input{
945
+ margin-bottom:10px;
946
+ }
947
+
948
+ #success_message{
949
+ border-radius: 0 0 10px 10px;
950
+ -webkit-border-radius: 0 0 10px 10px;
951
+ -moz-border-radius: 0 0 10px 10px;
952
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
953
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
954
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
955
+ background-color: #649145;
956
+ background-image: -moz-linear-gradient(center top , #7AAB47 0pt, #649145 100%);
957
+ color: #FFFFFF;
958
+ font-size: 14px;
959
+ font-weight: bold;
960
+ height: 43px;
961
+ margin: 0 auto;
962
+ position: fixed;
963
+ text-align: center;
964
+ text-shadow: 0 0 0 transparent, 0 0 2px rgba(0, 0, 0, 0.3);
965
+ top: 0;
966
+ width: 1000px;
967
+ display:none;
968
+ margin-left: -20px;
969
+ z-index: 1000;
970
+ }
971
+
972
+ #success_message h4{
973
+ margin-top: 10px;
974
+ }
975
+
976
+ .hidden{
977
+ display: none;
978
+ }
979
+
980
+ #error_explanation{
981
+ background-color: #9B281E;
982
+ background-image: -moz-linear-gradient(center top , #CB3425 0pt, #9B281E 100%);
983
+ background-image: -webkit-linear-gradient(center top , #CB3425 0pt, #9B281E 100%);
984
+ background-image: -ms-linear-gradient(center top , #CB3425 0pt, #9B281E 100%);
985
+ background-image: -o-linear-gradient(center top , #CB3425 0pt, #9B281E 100%);
986
+ border-radius: 3px 3px 0 0;
987
+ -webkit-border-radius: 3px 3px 0 0;
988
+ -moz-border-radius: 3px 3px 0 0;
989
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
990
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
991
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
992
+ color: #FFFFFF;
993
+ font-size: 13px;
994
+ font-weight: bold;
995
+ padding: 10px;
996
+ text-shadow: 0 0 0 transparent, 0 0 2px rgba(0, 0, 0, 0.3);
997
+ width: 550px;
998
+ margin: 10px 0px;
999
+ float: left;
1000
+ }
1001
+
1002
+ h2.title{
1003
+ position:relative;
1004
+ float: left;
1005
+ display:inline;
1006
+ height: 55px;
1007
+ width:auto;
1008
+ margin:2px 0px 0px 0px;
1009
+ padding:10px 0px 0px 20px;
1010
+ font-size:20px;
1011
+ font-weight:normal;
1012
+ text-transform:uppercase;
1013
+ color:#142e53;
1014
+ line-height:24px;
1015
+ }
1016
+
1017
+ .pagination {
1018
+ background: white;
1019
+ cursor: default;
1020
+ text-align:center;
1021
+ margin-top:26px;
1022
+ margin-left:-2px;
1023
+ }
1024
+
1025
+ .pagination a, .pagination em {
1026
+ padding: 5px 10px 4px 10px;
1027
+ display: block;
1028
+ float: left;
1029
+ margin-right: 8px;
1030
+ background:#fff;
1031
+ color: #333;
1032
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1033
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1034
+ box-shadow: 0px 1px 0px 0px #fff;
1035
+ -webkit-border-radius: 2px;
1036
+ -moz-border-radius: 2px;
1037
+ border-radius: 2px;
1038
+ border: 1px solid #9aafe5;
1039
+ }
1040
+
1041
+ .pagination .disabled {
1042
+ color: #999999;
1043
+ border: 1px solid #d0d0d0;
1044
+ }
1045
+
1046
+ .pagination .current {
1047
+ font-style: normal;
1048
+ font-weight: bold;
1049
+ background: #5F98F1;
1050
+ color: white;
1051
+ border: 1px solid #2e6ab1;
1052
+ }
1053
+
1054
+ .pagination a {
1055
+ text-decoration: none;
1056
+ color: #333;
1057
+ border: 1px solid #9aafe5;
1058
+ }
1059
+
1060
+ .pagination a:hover, .pagination a:focus {
1061
+ color:#105cb6 !important;
1062
+ text-decoration:none !important;
1063
+ }
1064
+
1065
+ .previous_page{
1066
+ padding: 5px 16px 4px 16px;
1067
+ display: block;
1068
+ float: left;
1069
+ margin-right: 6px;
1070
+ background:#fff;
1071
+ color: #333;
1072
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1073
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1074
+ box-shadow: 0px 1px 0px 0px #fff;
1075
+ -webkit-border-radius: 2px;
1076
+ -moz-border-radius: 2px;
1077
+ border-radius: 2px;
1078
+ border: 1px solid #9aafe5;
1079
+ }
1080
+
1081
+ .next_page{
1082
+ padding: 5px 16px 4px 16px;
1083
+ display: block;
1084
+ float: left;
1085
+ margin-right: 6px;
1086
+ background:#fff;
1087
+ color: #333;
1088
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1089
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1090
+ box-shadow: 0px 1px 0px 0px #fff;
1091
+ -webkit-border-radius: 2px;
1092
+ -moz-border-radius: 2px;
1093
+ border-radius: 2px;
1094
+ border: 1px solid #9aafe5;
1095
+ }
1096
+
1097
+ #form_login{
1098
+ background: none repeat scroll 0 0 #FBFBFB;
1099
+ border: 1px solid #E5E5E5;
1100
+ font-weight: normal;
1101
+ height: 160px;
1102
+ margin-left: 8px;
1103
+ padding: 26px 24px 46px;
1104
+ }
1105
+
1106
+ #form_login label{
1107
+ width: 200px;
1108
+ float: left;
1109
+ margin-left: 10px;
1110
+ font-size:17px;
1111
+ }
1112
+
1113
+ #user_remember_me_input label{
1114
+ margin-left: 0px;
1115
+ }
1116
+
1117
+ #form_login .login_submit{
1118
+ float: right;
1119
+ }
1120
+
1121
+ #form_login input{
1122
+ width: 235px;
1123
+ padding:4px 5px 5px 5px;
1124
+ height:16px;
1125
+ color: #333333;
1126
+ margin:5px;
1127
+ outline:none;
1128
+ height:28px;
1129
+ border: 1px solid #c8c8c8;
1130
+ padding:0px 7px 0px 7px;
1131
+ color:#555;
1132
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1133
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1134
+ box-shadow: 0px 1px 0px 0px #fff;
1135
+ -webkit-border-radius: 4px;
1136
+ -moz-border-radius: 4px;
1137
+ border-radius: 4px;
1138
+ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
1139
+ background:#fff;
1140
+ }
1141
+
1142
+ #form_login button{
1143
+ margin:5px;
1144
+ border: 1px solid #c8c8c8;
1145
+ padding:1px 16px 5px 16px;
1146
+ height:30px;
1147
+ background:url(bg_button.png);
1148
+ color:#333;
1149
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1150
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1151
+ box-shadow: 0px 1px 0px 0px #fff;
1152
+ -webkit-border-radius: 4px;
1153
+ -moz-border-radius: 4px;
1154
+ border-radius: 4px;
1155
+ float:left;
1156
+ }
1157
+
1158
+ li.sign_in{
1159
+ float:right !important;
1160
+ position:relative;
1161
+ border-left:1px solid #E5E5E5 !important;
1162
+ right:-1px;
1163
+ }
1164
+
1165
+ .email_error{
1166
+ color:red;
1167
+ margin-left: 330px;
1168
+ }
1169
+
1170
+ .up-not{
1171
+ background: url(up-not.png) !important;
1172
+ display: block;
1173
+ width: 300px;
1174
+ height: 19px;
1175
+ position: relative;
1176
+ right: -13px;
1177
+ margin-top: 24px;
1178
+ }
1179
+
1180
+ #sortable{
1181
+ width: 95%;
1182
+ padding-left: 0px;
1183
+ }
1184
+
1185
+ .sorting { background: url('sort_both.png') no-repeat center left; }
1186
+ .sorting_asc { background: url('sort_asc.png') no-repeat center left; }
1187
+ .sorting_desc { background: url('sort_desc.png') no-repeat center left; }
1188
+
1189
+ .sorting_asc_disabled { background: url('sort_asc_disabled.png') no-repeat center left; }
1190
+ .sorting_desc_disabled { background: url('sort_desc_disabled.png') no-repeat center left; }
1191
+
1192
+ #sortable > li > a {
1193
+ float: right;
1194
+ padding-right: 10px;
1195
+ }
1196
+
1197
+ #sortable > .ui-state-default{
1198
+ border: 0px;
1199
+ border-bottom: 1px solid lightGrey;
1200
+ background: transparent;
1201
+ }
1202
+
1203
+ .inline-errors{
1204
+ display:inline;
1205
+ color:#CB3425;
1206
+ }
1207
+
1208
+ .fragments-group label{
1209
+ width: auto;
1210
+ margin-left: 20px;
1211
+ }
1212
+
1213
+ .fragments-group .fragment{float: left;}
1214
+
1215
+ .choices-group input[type="radio"]{float: left;}
1216
+
1217
+ .inline-hints{
1218
+ float: right;
1219
+ font-style: italic;
1220
+ margin-right: 94px;
1221
+ margin-top: 0;
1222
+ }
1223
+
1224
+ .action_link_without_icon{
1225
+ background: url("novo.png") repeat scroll left -34px transparent !important;
1226
+ border-right: 0 solid #CCCCCC !important;
1227
+ padding-right: 22px;
1228
+ }
1229
+
1230
+ a.confirm, a.cancel{
1231
+ color: white !important;
1232
+ opacity: 0.8;
1233
+ width: 50%;
1234
+ position: relative;
1235
+ }
1236
+
1237
+ a.confirm{
1238
+ background-color: #00CC00;
1239
+ float: right;
1240
+ }
1241
+
1242
+ a.cancel{
1243
+ background-color: #FF0000;
1244
+ float: left;
1245
+ }
1246
+
1247
+ .confirm span, .cancel span{
1248
+ display: block;
1249
+ font-size: 10px;
1250
+ font-weight: bold;
1251
+ margin: 0 auto;
1252
+ opacity: 1;
1253
+ padding: 5px;
1254
+ text-align: center;
1255
+ z-index: 100;
1256
+ }
1257
+
1258
+ .item{
1259
+ float: left;
1260
+ width: 100%;
1261
+ margin-top: 10px;
1262
+ }
1263
+
1264
+
1265
+ .right_menu{
1266
+ position: fixed;
1267
+ right: 0px;
1268
+ top: 20px;
1269
+ color: #000 !important;
1270
+ width: 500px;
1271
+ z-index: 999999999;
1272
+ float: right;
1273
+ margin-bottom: -25px;
1274
+ }
1275
+
1276
+ .right_menu #account_id{
1277
+ float: right;
1278
+ margin-right: 20px;
1279
+ margin-top: -5px;
1280
+ }
1281
+
1282
+ .right_menu a{
1283
+ color:#000 !important;
1284
+ }
1285
+
1286
+ .salute{
1287
+ float: right;
1288
+ margin-right: 50px;
1289
+ width: 380px;
1290
+ }
1291
+
1292
+
1293
+ .salute .email{
1294
+ float: right;
1295
+ }
1296
+
1297
+ .salute figure{
1298
+ float: right;
1299
+ margin-right: 5px;
1300
+ margin-left: 5px;
1301
+ margin-top: -13px;
1302
+ margin-bottom: 0;
1303
+ border-radius: 45px;
1304
+ overflow: hidden;
1305
+ height: 45px;
1306
+ width: 45px;
1307
+ border: 1px solid #e2e2e2;
1308
+ background: #fff;
1309
+ }
1310
+
1311
+ .salute img{
1312
+ height: 100%;
1313
+ }
1314
+
1315
+ .salute img.default{
1316
+ margin-top: 3px;
1317
+ opacity: 0.7;
1318
+ }
1319
+
1320
+ .salute img.custom{
1321
+ }
1322
+
1323
+
1324
+ .salute span{
1325
+ position:relative;
1326
+ display:block;
1327
+ height:23px;
1328
+ float: left;
1329
+ text-decoration:none;
1330
+ font-weight: bold;
1331
+ margin-right: 5px;
1332
+ }
1333
+
1334
+ .salute a{
1335
+ position:relative;
1336
+ display: block;
1337
+ float: right;
1338
+ margin-right: 0;
1339
+ }
1340
+
1341
+ .salute a:hover{background-color: transparent !important;}
1342
+
1343
+ #content_wrapper{
1344
+ margin: -61px auto 0;
1345
+ padding: 61px 0 0;
1346
+ width: 100%;
1347
+ height: 100%;
1348
+ box-sizing: border-box;
1349
+ -moz-box-sizing: border-box;
1350
+ -webkit-box-sizing: border-box;
1351
+ margin-top: 0px;
1352
+ }
1353
+
1354
+ .right_menu .sign_out{
1355
+ float: right;
1356
+ margin-right: 10px;
1357
+ }
1358
+
1359
+
1360
+ #login input[type='submit']{width: 250px;}
1361
+ div.text textarea{width: 350px;}
1362
+ span.error{color: #CB3425; margin-left: 10px;}
1363
+
1364
+ #change_password{float: left;}
1365
+ a.back_link{float: right;}
1366
+ label.radio{width: auto;}
1367
+
1368
+
1369
+ /********************************DTGRID*********************************/
1370
+
1371
+ div .dt-grid-1{
1372
+ width:16%;
1373
+ min-height:100px;
1374
+ background:#eee;
1375
+ position:relative;
1376
+ float:left;
1377
+ margin-right:0.2%;
1378
+ margin-left:0.4%;
1379
+ }
1380
+
1381
+ div .dt-grid-2{
1382
+ width:32.6%;
1383
+ min-height:100px;
1384
+ background:#eee;
1385
+ position:relative;
1386
+ float:left;
1387
+ margin-right:0.2%;
1388
+ margin-left:0.4%;
1389
+ }
1390
+
1391
+ div .dt-grid-3{
1392
+ width:49.2%;
1393
+ min-height:100px;
1394
+ background:#eee;
1395
+ position:relative;
1396
+ float:left;
1397
+ margin-right:0.2%;
1398
+ margin-left:0.4%;
1399
+ }
1400
+
1401
+ div .dt-grid-4{
1402
+ width:65.8%;
1403
+ min-height:100px;
1404
+ background:#eee;
1405
+ position:relative;
1406
+ float:left;
1407
+ margin-right:0.2%;
1408
+ margin-left:0.4%;
1409
+ }
1410
+
1411
+ div .dt-grid-5{
1412
+ width:82.4%;
1413
+ min-height:100px;
1414
+ background:#eee;
1415
+ position:relative;
1416
+ float:left;
1417
+ margin-right:0.2%;
1418
+ margin-left:0.4%;
1419
+ }
1420
+
1421
+ div .dt-grid-6{
1422
+ width:99%;
1423
+ min-height:100px;
1424
+ background:#eee;
1425
+ position:relative;
1426
+ float:left;
1427
+ margin-right:0.2%;
1428
+ margin-left:0.4%;
1429
+ }
1430
+
1431
+ .comments{
1432
+ float:left;
1433
+ width:100%;
1434
+ }
1435
+
1436
+ .comment{
1437
+ padding: 10px;
1438
+ }
1439
+
1440
+ .comment-admin-user{
1441
+ font-weight: bold;
1442
+ }
1443
+
1444
+ .package_error_messages, .activation_error_messages{
1445
+ width: 250px;
1446
+ font-size: 12px;
1447
+ }
1448
+
1449
+ .safe-guard-link{
1450
+ min-width: 54px;
1451
+ text-decoration: none !important;
1452
+ background: #2a6198;
1453
+ display: inline-block;
1454
+ height: 23px;
1455
+ text-align: center;
1456
+ border: 1px solid #2a6198;
1457
+ color: #fff !important;
1458
+ font-size: 14px !important;
1459
+ padding: 3px 20px 0px 20px;
1460
+ margin-top: 5px;
1461
+ margin-bottom: 5px;
1462
+ }
1463
+ .safe-guard-link:hover{
1464
+ font-weight: bold;
1465
+ }
1466
+ .pdf-links{
1467
+ display:none;
1468
+ }
1469
+
1470
+ .activation_terms{
1471
+ height: 200px;
1472
+ overflow-y: scroll;
1473
+ }
1474
+
1475
+ ul.scopes{
1476
+ float: left;
1477
+ padding: 0;
1478
+ margin: 2px;
1479
+ }
1480
+
1481
+ li.scope{
1482
+ float: left;
1483
+ padding: 0px;
1484
+ }
1485
+ .table-tools div.actions{
1486
+ float: right;
1487
+ margin: 2px;
1488
+ z-index: 3;
1489
+ position: relative;
1490
+ }
1491
+
1492
+ .table-tools a.actions{
1493
+ right:1%;
1494
+ cursor: default !important;
1495
+ display: inline-block;
1496
+ font-weight: bold;
1497
+ height: 21px;
1498
+ text-align: center;
1499
+ background: url('novo.png') 41px -38px;
1500
+ border: 1px solid #2a6198;
1501
+ color: #fff !important;
1502
+ font-size:12px !important;
1503
+ cursor:pointer;
1504
+ font-size:13px;
1505
+ padding:6px 10px 0px 30px;
1506
+ position: relative;
1507
+ top: 2px;
1508
+ }
1509
+
1510
+ .table-tools a.actions:hover{
1511
+ background: url('novo.png') 41px -4px;
1512
+ cursor:pointer !important;
1513
+ text-decoration:none !important;
1514
+ }
1515
+
1516
+ .table-tools a.filters{
1517
+ display: inline-block;
1518
+ font-weight: bold;
1519
+ font-size: 1.0em;
1520
+ font-family: Helvetica, Arial, sans-serif;
1521
+ line-height: 12px;
1522
+ padding: 7px 16px 6px;
1523
+ text-decoration: none;
1524
+ -webkit-font-smoothing: antialiased;
1525
+ background: white;
1526
+ background: -webkit-linear-gradient(-90deg, #fff, #e7e7e7);
1527
+ background: -moz-linear-gradient(-90deg, #fff, #e7e7e7);
1528
+ background: linear, -90deg, white, #e7e7e7;
1529
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
1530
+ -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE7E7E7');
1531
+ box-shadow: 0 1px 1px rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.8) inset;
1532
+ border: solid 1px #c7c7c7;
1533
+ border-color: #c7c7c7;
1534
+ border-top-color: lightgrey;
1535
+ border-right-color: #c7c7c7;
1536
+ border-bottom-color: #c2c2c2;
1537
+ border-left-color: #c7c7c7;
1538
+ text-shadow: white 0 1px 0;
1539
+ color: #5e6469;
1540
+ background: white;
1541
+ background: -webkit-linear-gradient(-90deg, #fff, #f0f0f0);
1542
+ background: -moz-linear-gradient(-90deg, #fff, #f0f0f0);
1543
+ background: linear, -90deg, white, #f0f0f0;
1544
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
1545
+ -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
1546
+ border-color: #d0d0d0;
1547
+ border-top-color: #d9d9d9;
1548
+ border-right-color: #d0d0d0;
1549
+ border-bottom-color: #c5c5c5;
1550
+ border-left-color: #d0d0d0;
1551
+ font-size: 0.9em;
1552
+ text-decoration: none;
1553
+ padding: 6px 14px;
1554
+ position: relative;
1555
+ -webkit-transition: all 0.08s ease-in;
1556
+ }
1557
+
1558
+ .table-tools li.selected a {
1559
+ background: #f0f0f0;
1560
+ background: -webkit-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
1561
+ background: -moz-linear-gradient(-90deg, #f0f0f0, #fdfdfd);
1562
+ background: linear, -90deg, #f0f0f0, #fdfdfd;
1563
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
1564
+ -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F0F0', endColorstr='#FFFDFDFD');
1565
+ box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
1566
+ cursor: default;
1567
+ }
1568
+
1569
+ .table-tools a {
1570
+ border-radius: 0px;
1571
+ line-height: 14px;
1572
+ cursor:pointer;
1573
+ text-decoration: none !important;
1574
+ z-index: 999;
1575
+ }
1576
+
1577
+ .table-tools li a:hover {
1578
+ text-decoration: none !important;
1579
+ }
1580
+
1581
+ .table-tools li a .count{
1582
+ font-size: 0.85em;
1583
+ }
1584
+
1585
+ #filtro_tempo{
1586
+ float: right;
1587
+ margin: 2px;
1588
+ }
1589
+
1590
+ #filtro_tempo #container_tempo{
1591
+ display: none;
1592
+ text-align: left;
1593
+ z-index: 99;
1594
+ position: absolute;
1595
+ background: #fff;
1596
+ border: 1px solid #c0c0c0;
1597
+ margin-left: -210px;
1598
+ width: 295px;
1599
+ }
1600
+
1601
+ #filtro_tempo a{
1602
+ height: 13px;
1603
+ }
1604
+
1605
+ #filtro_tempo #container_tempo .field{
1606
+ float: left;
1607
+ width: 44%;
1608
+ }
1609
+ #filtro_tempo #container_tempo input{
1610
+ width: 104px;
1611
+ padding: 4px 2px !important;
1612
+ margin-left: 10px;
1613
+ }
1614
+
1615
+ #filtro_tempo #container_tempo #search_button_range{
1616
+ background-image: url('search-button.png');
1617
+ width: 24px;
1618
+ height: 24px;
1619
+ display: block;
1620
+ padding: 0;
1621
+ border: none;
1622
+ box-shadow: none;
1623
+ }
1624
+
1625
+ #container_tempo span{
1626
+ float: left;
1627
+ margin: 5px;
1628
+ margin-bottom: 0;
1629
+ }
1630
+
1631
+ #container_tempo ul.atalhos{
1632
+ float: left;
1633
+ padding: 0;
1634
+ margin: 0px;
1635
+ width: 100%;
1636
+ border-bottom: 1px solid #c0c0c0;
1637
+ }
1638
+
1639
+ .table-tools{
1640
+ width: 99%;
1641
+ height:35px;
1642
+ }
1643
+
1644
+ .table-download-links{
1645
+ position: relative;
1646
+ float: left;
1647
+ width: 273px;
1648
+ margin-top: -75px;
1649
+ }
1650
+
1651
+ .table-download-links a{
1652
+ margin:3px;
1653
+ padding:3px 8px 5px 8px;
1654
+ cursor: default !important;
1655
+ display: inline-block;
1656
+ font-weight: bold;
1657
+ text-align: center;
1658
+ text-decoration: none !important;
1659
+ background: url('novo.png') left bottom;
1660
+ border: 1px solid
1661
+ #ccc;
1662
+ font-size:13px;
1663
+ box-shadow: 0 -1px 0px 0 #fff;
1664
+ cursor:pointer;
1665
+ -webkit-border-radius: 1px;
1666
+ border-radius: 1px;
1667
+ -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
1668
+ color:#333 !important;
1669
+ font-weight:normal;
1670
+ line-height: 22px;
1671
+ }
1672
+ .table-download-links a:hover{
1673
+ background: url('novo.png') left top;
1674
+ color: #fff !important;
1675
+ font-size:13px;
1676
+ color:#fff !important;
1677
+ cursor:pointer !important;
1678
+ border:1px solid #2A6198;
1679
+ }
1680
+
1681
+ .period-selector{
1682
+ float: left;
1683
+ width: 50%;
1684
+ box-sizing: border-box;
1685
+ -webkit-box-sizing: border-box;
1686
+ -moz-box-sizing: border-box;
1687
+ text-align: center;
1688
+ height:22px;
1689
+ }
1690
+
1691
+
1692
+ li.period-selector:nth-child(odd){
1693
+ border-right: 1px solid #c0c0c0;
1694
+ }
1695
+
1696
+ .period-selector a{
1697
+ margin: 0 !important;
1698
+ height: auto;
1699
+ cursor: pointer;
1700
+ z-index: 10;
1701
+ margin: 0;
1702
+ font-size: 14px;
1703
+ color: #0088CC !important;
1704
+ font-weight: 600;
1705
+ border: none;
1706
+ background: none;
1707
+ box-shadow: none;
1708
+ }
1709
+
1710
+ #container_tempo .field label{
1711
+ width: 80px;
1712
+ float: none;
1713
+ margin-left: 10px;
1714
+ }
1715
+
1716
+ #container_tempo .action{
1717
+ float: left;
1718
+ margin-top: 30px;
1719
+ width: 12%;
1720
+ }
1721
+
1722
+ #container_tempo .custom{
1723
+ background-color: #efefef;
1724
+ width: 100%;
1725
+ height: 64px;
1726
+ float: left;
1727
+ }
1728
+
1729
+ .datepicker {
1730
+ background-image: url('cal.png');
1731
+ background-repeat: no-repeat;
1732
+ background-position-x: 90px;
1733
+ background-position-y: 3px;
1734
+ }
1735
+
1736
+ #tabs{
1737
+ border: none;
1738
+ background: none;
1739
+ font-family: 'Raleway', sans-serif;
1740
+ }
1741
+
1742
+ #tabs ul{
1743
+ border: none;
1744
+ background: none;
1745
+ font-weight: normal;
1746
+ }
1747
+
1748
+ #tabs select{
1749
+ font-family: 'Raleway', sans-serif;
1750
+ }
1751
+
1752
+ table input{
1753
+ width: 200px;
1754
+ outline: none;
1755
+ height: 21px;
1756
+ border: 1px solid #c8c8c8;
1757
+ font-family: 'OpenSansRegular';
1758
+ padding: 2px 6px 2px 6px;
1759
+ color: #555;
1760
+ -webkit-box-shadow: 0px 1px 0px 0px #fff;
1761
+ -moz-box-shadow: 0px 1px 0px 0px #fff;
1762
+ box-shadow: 0px 1px 0px 0px #fff;
1763
+ -webkit-border-radius: 2px;
1764
+ -moz-border-radius: 1px;
1765
+ border-radius: 1px;
1766
+ -moz-background-clip: padding;
1767
+ -webkit-background-clip: padding-box;
1768
+ background-clip: padding-box;
1769
+ background: #fff;
1770
+ font-family: 'Raleway', sans-serif;
1771
+ }
1772
+
1773
+ .diagnostic-report-info{
1774
+ float: left;
1775
+ width: 33%;
1776
+ }
1777
+
1778
+ .diagnostic-step-true{
1779
+ color: green;
1780
+ }
1781
+
1782
+ .diagnostic-step-false{
1783
+ color: red;
1784
+ }
1785
+
1786
+ .advanced_search{
1787
+ /* width: 383px; */
1788
+ /* position: absolute; */
1789
+ /* background: #fff; */
1790
+ /* margin-top: 0px; */
1791
+ /* z-index:10; */
1792
+ float: left;
1793
+ }
1794
+
1795
+ .advanced_search .toggler{
1796
+ margin-left: 253px;
1797
+ margin-top: 2px;
1798
+ width:130px;
1799
+ }
1800
+
1801
+ .advanced_search #advanced_search_form{
1802
+ display:none;
1803
+ border: 1px solid #c0c0c0;
1804
+ padding: 20px;
1805
+ margin-top: -9px;
1806
+ float: left;
1807
+ width: 383px;
1808
+ box-sizing: border-box;
1809
+ -webkit-box-sizing: border-box;
1810
+ -moz-box-sizing: border-box;
1811
+ margin-bottom: 0px;
1812
+ position: absolute;
1813
+ z-index: 99999;
1814
+ background-color: #fff;
1815
+ }
1816
+
1817
+ .advanced_search li.search_item{
1818
+ line-height: 30px;
1819
+ }
1820
+ .advanced_search li.search_item:last-child{
1821
+ clear: both;
1822
+ }
1823
+ .advanced_search .search_field .label{
1824
+ width: 30%;
1825
+ float: left;
1826
+ }
1827
+ .advanced_search .search_field .field{
1828
+ width: 70%;
1829
+ float: left;
1830
+ }
1831
+
1832
+ .advanced_search .search_field .field input{
1833
+ border:1px solid #dfe4e7;
1834
+ padding:4px;
1835
+ background:none;
1836
+ -webkit-border-radius: 1px;
1837
+ border-radius: 1px;
1838
+ padding:5px 6px;
1839
+ width:225px;
1840
+ border-top:1px solid #ccc;
1841
+ }
1842
+
1843
+
1844
+ .advanced_search input[type=text].datepicker{
1845
+ width: 104px;
1846
+ padding: 4px 2px !important;
1847
+ }
1848
+
1849
+ .advanced_search .search_item .action{
1850
+ width: 50%;
1851
+ float: left;
1852
+ margin: 0 auto;
1853
+ text-align: center;
1854
+ }
1855
+
1856
+ .advanced_search .search_item .action a{
1857
+ margin: 0 !important;
1858
+ height: auto;
1859
+ cursor: pointer;
1860
+ z-index: 10;
1861
+ margin: 0;
1862
+ font-size: 14px;
1863
+ color: #0088CC !important;
1864
+ font-weight: 600;
1865
+ border: none;
1866
+ background: none;
1867
+ box-shadow: none;
1868
+ }
1869
+
1870
+ .advanced_search .search_item .action a:hover{
1871
+ cursor: pointer;
1872
+ text-decoration: none !important;
1873
+ }
1874
+
1875
+ .advanced_search .chosen-container{
1876
+ width: 168px !important;
1877
+ }
1878
+
1879
+ .status_tag{
1880
+ width: 30px;
1881
+ text-align:center;
1882
+ float:left;
1883
+ }
1884
+ .status_tag.n0 {
1885
+ background: #00CC00;
1886
+ }
1887
+
1888
+ .status_tag.n1 {
1889
+ background: #99FF00;
1890
+ color: black;
1891
+ }
1892
+
1893
+ .status_tag.n2 {
1894
+ background: #FFFF00;
1895
+ color: black;
1896
+ }
1897
+
1898
+ .status_tag.n3 {
1899
+ background: #FFFF00;
1900
+ color: black;
1901
+ }
1902
+
1903
+ .status_tag.n4 {
1904
+ background: #FFCC00;
1905
+ }
1906
+
1907
+ .status_tag.n5 {
1908
+ background: #FFCC00;
1909
+ }
1910
+
1911
+ .status_tag.n6 {
1912
+ background: #FF9900;
1913
+ }
1914
+
1915
+ .status_tag.n7 {
1916
+ background: #FF9900;
1917
+ }
1918
+
1919
+ .status_tag.n8 {
1920
+ background: #FF6600;
1921
+ }
1922
+
1923
+ .status_tag.n9 {
1924
+ background: #FF6600;
1925
+ }
1926
+
1927
+ .status_tag.n10 {
1928
+ background: #FF6600;
1929
+ }
1930
+
1931
+ .status_tag.n11 {
1932
+ background: #FF3300;
1933
+ }
1934
+
1935
+ .status_tag.n12 {
1936
+ background: #FF3300;
1937
+ }
1938
+
1939
+ .status_tag.n13 {
1940
+ background: #FF3300;
1941
+ }
1942
+
1943
+ .status_tag.n14 {
1944
+ background: #CC0000;
1945
+ }
1946
+
1947
+ .status_tag.n15 {
1948
+ background: #CC0000;
1949
+ }
1950
+
1951
+ .status_tag.n16 {
1952
+ background: #CC0000;
1953
+ }
1954
+
1955
+ .status_tag.n17 {
1956
+ background: #FF0000;
1957
+ }
1958
+
1959
+ .status_tag.n18 {
1960
+ background: #FF0000;
1961
+ }
1962
+
1963
+ .field .suspect_rules{
1964
+ float:left;
1965
+ }
1966
+
1967
+ .button_hidden{
1968
+ display:none;
1969
+ }
1970
+
1971
+ .hardware_token_history li{
1972
+ border-bottom: 1px solid #ccc
1973
+ }
1974
+
1975
+ .user-details-contexts{
1976
+ float:left;
1977
+ }
1978
+
1979
+ .user-details-contexts ul{
1980
+ padding: 0px;
1981
+ }
1982
+
1983
+ #mark_as_fraudulent_form label{
1984
+ float: none;
1985
+ }
1986
+ #mark_as_fraudulent_data_form{
1987
+ position: relative;
1988
+ float: left;
1989
+ height: 250px;
1990
+ overflow: auto;
1991
+ }
1992
+
1993
+ .cke_editor_post_body{
1994
+ float: left;
1995
+ margin-bottom: 10px !important;
1996
+ }
1997
+
1998
+ .chosen-container{
1999
+ margin-bottom: 10px;
2000
+ }
2001
+
2002
+
2003
+ /* blog */
2004
+ #container {
2005
+ margin: 130px auto;
2006
+ width: 980px;
2007
+ }
2008
+
2009
+ #primary {
2010
+ float: left;
2011
+ width: 720px;
2012
+ }
2013
+
2014
+ .blog{
2015
+ width: 75%;
2016
+ }
2017
+
2018
+ .blog article{
2019
+ background: #fff;
2020
+ -moz-box-shadow: 0 1px 5px rgba(0,0,0,.6);
2021
+ -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.6);
2022
+ box-shadow: 0 1px 5px rgba(0,0,0,.6);
2023
+ line-height: 1.5;
2024
+ margin: 0 0 40px 0;
2025
+ padding: 0;
2026
+ -moz-border-radius: 4px;
2027
+ -webkit-border-radius: 4px;
2028
+ border-radius: 4px;
2029
+ _border: 1px solid #686868;
2030
+ }
2031
+
2032
+ .blog article .entry-header .entry-meta {
2033
+ margin: 0 0 0px 0;
2034
+ background: #caced3;
2035
+ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfd2d7), to(#a3a8af));
2036
+ background: -moz-linear-gradient(center bottom, #a3a8af, #cfd2d7);
2037
+ padding: 8px 12px;
2038
+ -webkit-border-top-left-radius: 4px;
2039
+ -webkit-border-top-right-radius: 4px;
2040
+ -moz-border-radius-topleft: 4px;
2041
+ -moz-border-radius-topright: 4px;
2042
+ border-top-left-radius: 4px;
2043
+ border-top-right-radius: 4px;
2044
+ text-align: center;
2045
+ text-shadow: 0 1px 0 rgba(255,255,255,.5);
2046
+ border-top: 1px solid #dcdfe3;
2047
+ border-bottom: 1px solid #848d96;
2048
+ -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
2049
+ -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
2050
+ box-shadow: 0 1px 0 rgba(0,0,0,.1);
2051
+ }
2052
+
2053
+ .blog article .entry-title {
2054
+ margin: 0 auto;
2055
+ text-align: center;
2056
+ }
2057
+
2058
+ .blog article .post-actions{
2059
+ float: right;
2060
+ }
2061
+
2062
+ .blog article .entry-body {
2063
+ padding: 30px 30px 10px 30px;
2064
+ }
2065
+
2066
+ .blog article footer.entry-meta {
2067
+ padding: 15px 0px 15px 0px;
2068
+ background: transparent url(tiny_dots.png) top left repeat-x;
2069
+ margin: 0 30px;
2070
+ }
2071
+
2072
+ .blog article footer .cat-links {
2073
+ color: #111;
2074
+ font-size: 13px;
2075
+ width: 780px;
2076
+ margin-bottom: 15px;
2077
+ display: block;
2078
+ }
2079
+
2080
+ .blog li{
2081
+ list-style: initial;
2082
+ }
2083
+
2084
+ .primary .sidebar {
2085
+ margin-left: 40px;
2086
+ float: right;
2087
+ width: 260px;
2088
+ position: fixed;
2089
+ top: 85px;
2090
+ right: 5px;
2091
+ }
2092
+
2093
+ .sidebar .actions{
2094
+ margin-bottom: 20px;
2095
+ height: 30px;
2096
+ }
2097
+
2098
+ .sidebar .actions a{
2099
+ position: relative;
2100
+ float: left;
2101
+ top: 0px;
2102
+ right: 0px;
2103
+ margin-left: 0px;
2104
+ margin-right: 5px;
2105
+ padding: 3px 5px 0px 30px;
2106
+ }
2107
+
2108
+ .sidebar a.wo-icon{
2109
+ padding: 3px 5px 0px 5px;
2110
+ background: url('novo.png') 0px -38px;
2111
+ }
2112
+
2113
+ .sidebar li{
2114
+ list-style: initial;
2115
+ }
2116
+
2117
+ /* Blog */
2118
+
2119
+ /* Notification */
2120
+ .notifications_container{
2121
+ position: absolute;
2122
+ top: 1px;
2123
+ right: 47px;
2124
+ }
2125
+
2126
+ .notifications_counter{
2127
+ padding: 5px 10px;
2128
+ background-color: #e6e6e6;
2129
+ border-radius: 20px;
2130
+ }
2131
+
2132
+ .notifications_container .circle {
2133
+ float: right;
2134
+ }
2135
+
2136
+ .notifications_list{
2137
+ max-height: 400px;
2138
+ overflow: hidden;
2139
+ width: 313px;
2140
+ margin-right: -13px;
2141
+ position: relative;
2142
+ }
2143
+
2144
+ .notifications_list ul{
2145
+ background-color: #e6e6e6;
2146
+ margin-left: 13px;
2147
+ margin-top: 0px;
2148
+ margin-bottom: 0px;
2149
+ }
2150
+
2151
+ .notifications_list li{
2152
+ width: 300px;
2153
+ border-bottom: 1px solid #a9a9a9;
2154
+ box-sizing: border-box;
2155
+ -moz-box-sizing: border-box;
2156
+ -webkit-box-sizing: border-box;
2157
+ padding-top: 10px;
2158
+ padding-bottom: 10px;
2159
+ padding-left: 20px;
2160
+ padding-right: 20px;
2161
+ margin-left: -40px;
2162
+ }
2163
+
2164
+ .notifications_list li.unread, .notifications_list li.unread .message a{
2165
+ background-color: #014f95;
2166
+ color: white !important;
2167
+ }
2168
+
2169
+ .view-all{
2170
+ border: 0px;
2171
+ text-align: center;
2172
+ width: 300px;
2173
+ box-sizing: border-box;
2174
+ -moz-box-sizing: border-box;
2175
+ -webkit-box-sizing: border-box;
2176
+ padding-top: 10px;
2177
+ padding-bottom: 10px;
2178
+ padding-left: 20px;
2179
+ padding-right: 20px;
2180
+ background-color: #e6e6e6;
2181
+ margin-left: 13px;
2182
+ }
2183
+
2184
+ .notifications_counter.unread{
2185
+ background-color: #014f95;
2186
+ color: white !important;
2187
+ font-weight: bold;
2188
+ }
2189
+
2190
+ .notification-content{
2191
+ display:none;
2192
+ margin-right: -13px;
2193
+ }
2194
+
2195
+ /* Notification */
2196
+
2197
+ /* Special Scopes */
2198
+ .special-scope #ss-descritpion{
2199
+ font-family: 'OpenSansBold';
2200
+ font-size:15px;
2201
+ }
2202
+
2203
+ .special-scope #ss-normal{
2204
+ font-size:12px;
2205
+ }
2206
+ /* Special Scopes */
2207
+
2208
+ /*Batch Operation*/
2209
+ .batch_operation_item_selected{
2210
+ background-color: #E3E9F4 !important;
2211
+ }
2212
+ /*Batch Operation*/
2213
+
2214
+ .wrapper_show label{
2215
+ float: left;
2216
+ font-weight: bolder;
2217
+ margin-right: 10px;
2218
+ }
2219
+
2220
+ .show-content{
2221
+ padding-left: 15px;
2222
+ padding-right: 15px;
2223
+ }