sufia 3.7.2 → 4.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (275) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/Gemfile +3 -0
  4. data/README.md +88 -11
  5. data/SUFIA_VERSION +1 -1
  6. data/app/assets/images/old_main_tulips.jpg +0 -0
  7. data/app/assets/javascripts/contact_form.js +0 -16
  8. data/app/assets/javascripts/jquery.blacklightTagCloud.js +44 -0
  9. data/app/assets/javascripts/jquery.tagcloud.js +116 -0
  10. data/app/assets/javascripts/jquery.tinysort.min.js +7 -0
  11. data/app/assets/javascripts/sufia.js +41 -44
  12. data/app/assets/javascripts/sufia/edit_metadata.js +1 -1
  13. data/app/assets/javascripts/sufia/editor.js +12 -0
  14. data/app/assets/javascripts/sufia/featured_works.js +64 -0
  15. data/app/assets/javascripts/sufia/fileupload.js +1 -1
  16. data/app/assets/javascripts/sufia/multiForm.js +1 -1
  17. data/app/assets/javascripts/sufia/permissions.js +4 -8
  18. data/app/assets/javascripts/sufia/single_use_link.js +1 -2
  19. data/app/assets/javascripts/sufia/trophy.js +42 -27
  20. data/app/assets/javascripts/terms_of_service.js +1 -1
  21. data/app/assets/stylesheets/dashboard.css.scss +81 -40
  22. data/app/assets/stylesheets/featured.css.scss +16 -0
  23. data/app/assets/stylesheets/fileupload/{jquery.fileupload-ui.css → jquery.fileupload-ui.css.erb} +2 -2
  24. data/app/assets/stylesheets/{generic_files.css → generic_files.css.erb} +6 -7
  25. data/app/assets/stylesheets/header.css.scss +93 -0
  26. data/app/assets/stylesheets/home-page.css.scss +50 -0
  27. data/app/assets/stylesheets/nestable.css.scss +111 -0
  28. data/app/assets/stylesheets/styles.css.scss +106 -0
  29. data/app/assets/stylesheets/sufia.css.scss +13 -8
  30. data/app/assets/stylesheets/tagcloud.css +83 -0
  31. data/app/assets/stylesheets/usage-stats.css +30 -0
  32. data/app/controllers/batch_controller.rb +0 -1
  33. data/app/controllers/concerns/sufia/catalog.rb +64 -0
  34. data/app/controllers/concerns/sufia/dashboard_controller_behavior.rb +16 -13
  35. data/app/controllers/content_blocks_controller.rb +8 -0
  36. data/app/controllers/featured_work_lists_controller.rb +16 -0
  37. data/app/controllers/featured_works_controller.rb +26 -0
  38. data/app/controllers/mailbox_controller.rb +1 -1
  39. data/app/controllers/pages_controller.rb +7 -0
  40. data/app/controllers/single_use_links_viewer_controller.rb +2 -5
  41. data/app/controllers/tinymce_assets_controller.rb +12 -0
  42. data/app/helpers/content_block_helper.rb +21 -0
  43. data/app/helpers/generic_file_helper.rb +2 -2
  44. data/app/helpers/sufia_helper.rb +8 -4
  45. data/app/helpers/trophy_helper.rb +15 -7
  46. data/app/models/content_block.rb +2 -0
  47. data/app/models/featured_work_list.rb +42 -0
  48. data/app/models/tinymce_asset.rb +3 -0
  49. data/app/uploaders/tinymce_asset_uploader.rb +51 -0
  50. data/app/views/_add_assets_links.html.erb +0 -16
  51. data/app/views/_controls.html.erb +17 -0
  52. data/app/views/_flash_msg.html.erb +2 -18
  53. data/app/views/_footer.html.erb +10 -15
  54. data/app/views/_ga.html.erb +0 -16
  55. data/app/views/_logo.html.erb +2 -2
  56. data/app/views/_masthead.html.erb +9 -36
  57. data/app/views/_user_util_links.html.erb +16 -11
  58. data/app/views/advanced/_advanced_search_facets.html.erb +0 -16
  59. data/app/views/advanced/_advanced_search_fields.html.erb +0 -16
  60. data/app/views/advanced/_advanced_search_help.html.erb +0 -16
  61. data/app/views/advanced/_facet_layout.html.erb +0 -16
  62. data/app/views/advanced/_facet_limit.html.erb +0 -16
  63. data/app/views/advanced/index.html.erb +2 -18
  64. data/app/views/batch/_metadata.html.erb +3 -3
  65. data/app/views/batch/edit.html.erb +4 -21
  66. data/app/views/catalog/_facet_limit.html.erb +11 -12
  67. data/app/views/catalog/_featured_researcher.html.erb +2 -0
  68. data/app/views/catalog/_home.html.erb +6 -2
  69. data/app/views/catalog/_home_content.html.erb +36 -0
  70. data/app/views/catalog/_home_header.html.erb +15 -0
  71. data/app/views/catalog/_recent_document.html.erb +1 -1
  72. data/app/views/catalog/_recents.html.erb +3 -4
  73. data/app/views/catalog/_search_form.html.erb +13 -9
  74. data/app/views/catalog/_tagcloud.html.erb +7 -0
  75. data/app/views/catalog/index.html.erb +4 -10
  76. data/app/views/contact_form/create.html.erb +0 -16
  77. data/app/views/contact_form/new.html.erb +0 -16
  78. data/app/views/dashboard/_constraints.html.erb +3 -19
  79. data/app/views/dashboard/_did_you_mean.html.erb +0 -16
  80. data/app/views/dashboard/_document_list.html.erb +0 -16
  81. data/app/views/dashboard/_facet_layout.html.erb +1 -17
  82. data/app/views/dashboard/_facet_limit.html.erb +5 -5
  83. data/app/views/dashboard/_facet_selected.html.erb +1 -17
  84. data/app/views/dashboard/_facets.html.erb +0 -18
  85. data/app/views/dashboard/_heading.html.erb +1 -1
  86. data/app/views/dashboard/_index_partials/_default_group.html.erb +7 -23
  87. data/app/views/dashboard/_index_partials/_list_files.html.erb +62 -57
  88. data/app/views/dashboard/_search_form.html.erb +10 -7
  89. data/app/views/dashboard/_show_partials/_default.html.erb +0 -18
  90. data/app/views/dashboard/_show_partials/_default_details.html.erb +0 -16
  91. data/app/views/dashboard/_show_partials/_facets.html.erb +0 -16
  92. data/app/views/dashboard/_sort_and_per_page.html.erb +10 -9
  93. data/app/views/dashboard/facet.html.erb +4 -19
  94. data/app/views/dashboard/index.html.erb +27 -49
  95. data/app/views/error/401.html.erb +1 -17
  96. data/app/views/error/404.html.erb +0 -16
  97. data/app/views/error/500.html.erb +0 -16
  98. data/app/views/error/single_use_error.html.erb +1 -17
  99. data/app/views/generic_files/_asset_deleted_flash.html.erb +0 -16
  100. data/app/views/generic_files/_asset_permissions_denial_flash.html.erb +0 -16
  101. data/app/views/generic_files/_asset_saved_flash.html.erb +0 -16
  102. data/app/views/generic_files/_asset_updated_flash.html.erb +0 -16
  103. data/app/views/generic_files/_breadcrumbs.html.erb +0 -16
  104. data/app/views/generic_files/_browse_everything.html.erb +24 -0
  105. data/app/views/generic_files/_descriptions.html.erb +1 -1
  106. data/app/views/generic_files/_field_form.html.erb +5 -5
  107. data/app/views/generic_files/_media_display.html.erb +3 -3
  108. data/app/views/generic_files/_permission_form.html.erb +5 -5
  109. data/app/views/generic_files/_rights_modal.html.erb +13 -29
  110. data/app/views/generic_files/_show_actions.html.erb +13 -1
  111. data/app/views/generic_files/_versioning.html.erb +14 -10
  112. data/app/views/generic_files/citation.html.erb +0 -16
  113. data/app/views/generic_files/edit.html.erb +10 -12
  114. data/app/views/generic_files/edit_fields/_default.html.erb +1 -1
  115. data/app/views/generic_files/edit_fields/_description.html.erb +1 -1
  116. data/app/views/generic_files/edit_fields/_resource_type.html.erb +2 -3
  117. data/app/views/generic_files/edit_fields/_rights.html.erb +1 -1
  118. data/app/views/generic_files/new.html.erb +11 -26
  119. data/app/views/generic_files/show.html.erb +7 -25
  120. data/app/views/generic_files/stats.html.erb +141 -0
  121. data/app/views/homepage/_featured.html.erb +11 -0
  122. data/app/views/homepage/_featured_fields.html.erb +18 -0
  123. data/app/views/homepage/_featured_works.html.erb +17 -0
  124. data/app/views/homepage/_sortable_featured.html.erb +26 -0
  125. data/app/views/layouts/_head_tag_content.html.erb +1 -1
  126. data/app/views/layouts/_homepage_sidebar2.html.erb +14 -0
  127. data/app/views/layouts/error.html.erb +3 -21
  128. data/app/views/layouts/homepage.html.erb +8 -37
  129. data/app/views/layouts/sufia-dashboard.html.erb +46 -0
  130. data/app/views/layouts/sufia-one-column.html.erb +8 -24
  131. data/app/views/layouts/sufia-two-column.html.erb +9 -8
  132. data/app/views/pages/show.html.erb +4 -0
  133. data/app/views/single_use_links_viewer/show.html.erb +2 -2
  134. data/app/views/static/agreement.html.erb +0 -17
  135. data/app/views/static/help.html.erb +0 -17
  136. data/app/views/static/mendeley.html.erb +0 -16
  137. data/app/views/static/subject_libraries.html.erb +0 -17
  138. data/app/views/static/terms.html.erb +0 -16
  139. data/app/views/static/zotero.html.erb +0 -16
  140. data/app/views/users/_activity_log.html.erb +2 -2
  141. data/app/views/users/_contributions.html.erb +6 -2
  142. data/app/views/users/_follower_modal.html.erb +2 -2
  143. data/app/views/users/_following_modal.html.erb +2 -2
  144. data/app/views/users/_left_sidebar.html.erb +1 -1
  145. data/app/views/users/_notify_link.html.erb +1 -1
  146. data/app/views/users/_notify_number.html.erb +1 -1
  147. data/app/views/users/_profile_actions.html.erb +3 -3
  148. data/app/views/users/_profile_tabs.html.erb +1 -1
  149. data/app/views/users/_search_form.html.erb +3 -2
  150. data/app/views/users/_social_media_info.html.erb +3 -3
  151. data/app/views/users/_trophy_edit.html.erb +2 -2
  152. data/app/views/users/_user_info.html.erb +27 -27
  153. data/app/views/users/_vitals.html.erb +2 -2
  154. data/app/views/users/edit.html.erb +39 -39
  155. data/app/views/users/index.html.erb +3 -3
  156. data/app/views/users/show.html.erb +7 -9
  157. data/config/locales/sufia.en.yml +15 -7
  158. data/config/routes.rb +12 -9
  159. data/lib/generators/sufia/sufia_generator.rb +18 -15
  160. data/lib/generators/sufia/templates/catalog_controller.rb +11 -73
  161. data/lib/generators/sufia/templates/config/tinymce.yml +7 -0
  162. data/lib/sufia.rb +7 -0
  163. data/lib/sufia/downloads_controller_behavior.rb +3 -4
  164. data/lib/sufia/files_controller_behavior.rb +38 -27
  165. data/lib/sufia/version.rb +1 -1
  166. data/spec/controllers/batch_controller_spec.rb +1 -1
  167. data/spec/controllers/batch_edits_controller_spec.rb +5 -5
  168. data/spec/controllers/catalog_controller_spec.rb +37 -58
  169. data/spec/controllers/content_blocks_controller_spec.rb +37 -0
  170. data/spec/controllers/downloads_controller_spec.rb +3 -11
  171. data/spec/controllers/featured_work_lists_controller_spec.rb +20 -0
  172. data/spec/controllers/featured_works_controller_spec.rb +50 -0
  173. data/spec/controllers/generic_files_controller_spec.rb +74 -9
  174. data/spec/controllers/mailbox_controller_spec.rb +1 -1
  175. data/spec/controllers/pages_controller_spec.rb +25 -0
  176. data/spec/controllers/single_use_links_controller_spec.rb +1 -1
  177. data/spec/controllers/single_use_links_viewer_controller_spec.rb +1 -1
  178. data/spec/controllers/tinymce_assets_controller_spec.rb +39 -0
  179. data/spec/controllers/users_controller_spec.rb +3 -8
  180. data/spec/factories/content_blocks.rb +4 -0
  181. data/spec/factories/featured_works.rb +4 -0
  182. data/spec/factories/generic_files.rb +46 -39
  183. data/spec/factories/users.rb +18 -18
  184. data/spec/features/browse_dashboard_files_spec.rb +6 -7
  185. data/spec/features/browse_files_spec.rb +9 -6
  186. data/spec/features/cloud_upload_spec.rb +18 -0
  187. data/spec/features/single_use_links_spec.rb +2 -3
  188. data/spec/helpers/content_block_helper_spec.rb +31 -0
  189. data/spec/helpers/generic_file_helper_spec.rb +3 -3
  190. data/spec/helpers/sufia_helper_spec.rb +13 -81
  191. data/spec/helpers/trophy_helper_spec.rb +39 -0
  192. data/spec/jobs/import_url_job_spec.rb +1 -1
  193. data/spec/jobs/ingest_local_file_job_spec.rb +1 -1
  194. data/spec/lib/sufia/usage_statistics_spec.rb +75 -0
  195. data/spec/models/ability_spec.rb +31 -0
  196. data/spec/models/active_fedora_pid_based_job_spec.rb +1 -1
  197. data/spec/models/audit_job_spec.rb +1 -1
  198. data/spec/models/batch_spec.rb +1 -1
  199. data/spec/models/batch_update_job_spec.rb +1 -1
  200. data/spec/models/event_jobs_spec.rb +1 -1
  201. data/spec/models/featured_work_list_spec.rb +23 -0
  202. data/spec/models/featured_work_spec.rb +42 -0
  203. data/spec/models/fits_datastream_spec.rb +2 -2
  204. data/spec/models/generic_file/reload_on_save_spec.rb +1 -1
  205. data/spec/models/generic_file/web_form_spec.rb +4 -4
  206. data/spec/models/generic_file_spec.rb +41 -40
  207. data/spec/models/pageview.rb +19 -0
  208. data/spec/models/properties_datastream_spec.rb +2 -2
  209. data/spec/models/solr_document_spec.rb +9 -0
  210. data/spec/models/user_spec.rb +2 -2
  211. data/spec/routing/featured_works_route_spec.rb +16 -0
  212. data/spec/routing/route_spec.rb +10 -15
  213. data/spec/spec_helper.rb +3 -0
  214. data/spec/support/lib/generators/test_app_generator.rb +19 -8
  215. data/spec/views/dashboard/facet_limit.html.erb_spec.rb +2 -2
  216. data/spec/views/generic_file/show.html.erb_spec.rb +44 -0
  217. data/spec/views/generic_file/stats.html.erb_spec.rb +47 -0
  218. data/spec/views/users/_follower_modal.html.erb_spec.rb +18 -0
  219. data/spec/views/users/_following_modal.html.erb_spec.rb +18 -0
  220. data/spec/views/users/index.html.erb_spec.rb +1 -1
  221. data/sufia-models/app/models/batch.rb +1 -1
  222. data/sufia-models/app/models/concerns/sufia/properties_datastream_behavior.rb +30 -0
  223. data/sufia-models/app/models/concerns/sufia/user.rb +1 -1
  224. data/sufia-models/app/models/datastreams/batch_rdf_datastream.rb +4 -7
  225. data/sufia-models/app/models/datastreams/fits_datastream.rb +3 -0
  226. data/sufia-models/app/models/datastreams/generic_file_rdf_datastream.rb +53 -51
  227. data/sufia-models/app/models/datastreams/properties_datastream.rb +1 -15
  228. data/sufia-models/app/models/featured_work.rb +22 -0
  229. data/sufia-models/app/models/sufia/pageview.rb +9 -0
  230. data/sufia-models/{lib/sufia/models → app/services/sufia}/id_service.rb +0 -0
  231. data/sufia-models/{lib/sufia/models → app/services/sufia}/noid.rb +0 -0
  232. data/sufia-models/app/services/sufia/usage_statistics.rb +73 -0
  233. data/sufia-models/config/locales/sufia.en.yml +3 -4
  234. data/sufia-models/lib/generators/sufia/models/install_generator.rb +23 -8
  235. data/sufia-models/lib/generators/sufia/models/templates/config/analytics.yml +9 -0
  236. data/sufia-models/lib/generators/sufia/models/templates/config/mime_types.rb +6 -0
  237. data/sufia-models/lib/generators/sufia/models/templates/config/sufia.rb +11 -2
  238. data/sufia-models/lib/generators/sufia/models/templates/migrations/create_content_blocks.rb +10 -0
  239. data/sufia-models/lib/generators/sufia/models/templates/migrations/create_featured_works.rb +12 -0
  240. data/sufia-models/lib/generators/sufia/models/templates/migrations/create_tinymce_assets.rb +8 -0
  241. data/sufia-models/lib/generators/sufia/models/usagestats_generator.rb +19 -0
  242. data/sufia-models/lib/sufia/ability.rb +34 -0
  243. data/sufia-models/lib/sufia/models/engine.rb +5 -3
  244. data/sufia-models/lib/sufia/models/generic_file.rb +4 -2
  245. data/sufia-models/lib/sufia/models/generic_file/export.rb +3 -3
  246. data/sufia-models/lib/sufia/models/generic_file/featured.rb +14 -0
  247. data/sufia-models/lib/sufia/models/solr_document_behavior.rb +11 -4
  248. data/sufia-models/lib/sufia/models/version.rb +1 -1
  249. data/sufia-models/sufia-models.gemspec +6 -5
  250. data/sufia.gemspec +6 -4
  251. data/tasks/release.rake +1 -0
  252. data/tasks/sufia-dev.rake +5 -1
  253. data/vendor/assets/javascripts/flot/excanvas.js +1428 -0
  254. data/vendor/assets/javascripts/flot/jquery.flot.js +3137 -0
  255. data/vendor/assets/javascripts/flot/jquery.flot.selection.js +360 -0
  256. data/vendor/assets/javascripts/flot/jquery.flot.time.js +431 -0
  257. data/vendor/assets/javascripts/nestable.js +647 -0
  258. data/vendor/assets/javascripts/video.js +135 -126
  259. data/{app → vendor}/assets/stylesheets/video-js.css.erb +7 -6
  260. metadata +155 -33
  261. data/app/assets/stylesheets/application-bootstrap.css.erb +0 -295
  262. data/app/assets/stylesheets/audio-js.css +0 -3
  263. data/app/assets/stylesheets/blacklight_more_facets.css +0 -427
  264. data/app/assets/stylesheets/bootstrap.min.css.erb +0 -1433
  265. data/app/assets/stylesheets/contact_form.css +0 -4
  266. data/app/assets/stylesheets/reset_body.css +0 -4
  267. data/app/assets/stylesheets/trophy.css +0 -7
  268. data/app/helpers/blacklight/render_constraints_helper_behavior.rb +0 -84
  269. data/app/helpers/facets_helper.rb +0 -3
  270. data/app/helpers/sufia/facets_helper_behavior.rb +0 -23
  271. data/app/views/catalog/_home_text.html.erb +0 -10
  272. data/app/views/generic_files/_dropbox_import.html.erb +0 -3
  273. data/app/views/generic_files/upload/_dropbox_chooser.html.erb +0 -39
  274. data/app/views/static/about.html.erb +0 -21
  275. data/spec/helpers/render_constraints_helper_behavior_spec.rb +0 -42
@@ -1,1433 +0,0 @@
1
- article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
2
- audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
3
- audio:not([controls]){display:none;}
4
- html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
5
- a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
6
- a:hover,a:active{outline:0;}
7
- sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
8
- sup{top:-0.5em;}
9
- sub{bottom:-0.25em;}
10
- img{max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
11
- #map_canvas img{max-width:none;}
12
- button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
13
- button,input{*overflow:visible;line-height:normal;}
14
- button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
15
- button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
16
- input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
17
- input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
18
- textarea{overflow:auto;vertical-align:top;}
19
- .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
20
- .clearfix:after{clear:both;}
21
- .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
22
- .input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
23
- body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:18px;color:#333333;background-color:#ffffff;}
24
- a{color:#0088cc;text-decoration:none;}
25
- a:hover{color:#005580;text-decoration:underline;}
26
- .row{margin-left:-2px;*zoom:1;}.row:before,.row:after{display:table;content:"";}
27
- .row:after{clear:both;}
28
- [class*="span"]{float:left;margin-left:2px;}
29
- .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:958px;}
30
- .span120{width:958px;}
31
- .span119{width:950px;}
32
- .span118{width:942px;}
33
- .span117{width:934px;}
34
- .span116{width:926px;}
35
- .span115{width:918px;}
36
- .span114{width:910px;}
37
- .span113{width:902px;}
38
- .span112{width:894px;}
39
- .span111{width:886px;}
40
- .span110{width:878px;}
41
- .span109{width:870px;}
42
- .span108{width:862px;}
43
- .span107{width:854px;}
44
- .span106{width:846px;}
45
- .span105{width:838px;}
46
- .span104{width:830px;}
47
- .span103{width:822px;}
48
- .span102{width:814px;}
49
- .span101{width:806px;}
50
- .span100{width:798px;}
51
- .span99{width:790px;}
52
- .span98{width:782px;}
53
- .span97{width:774px;}
54
- .span96{width:766px;}
55
- .span95{width:758px;}
56
- .span94{width:750px;}
57
- .span93{width:742px;}
58
- .span92{width:734px;}
59
- .span91{width:726px;}
60
- .span90{width:718px;}
61
- .span89{width:710px;}
62
- .span88{width:702px;}
63
- .span87{width:694px;}
64
- .span86{width:686px;}
65
- .span85{width:678px;}
66
- .span84{width:670px;}
67
- .span83{width:662px;}
68
- .span82{width:654px;}
69
- .span81{width:646px;}
70
- .span80{width:638px;}
71
- .span79{width:630px;}
72
- .span78{width:622px;}
73
- .span77{width:614px;}
74
- .span76{width:606px;}
75
- .span75{width:598px;}
76
- .span74{width:590px;}
77
- .span73{width:582px;}
78
- .span72{width:574px;}
79
- .span71{width:566px;}
80
- .span70{width:558px;}
81
- .span69{width:550px;}
82
- .span68{width:542px;}
83
- .span67{width:534px;}
84
- .span66{width:526px;}
85
- .span65{width:518px;}
86
- .span64{width:510px;}
87
- .span63{width:502px;}
88
- .span62{width:494px;}
89
- .span61{width:486px;}
90
- .span60{width:478px;}
91
- .span59{width:470px;}
92
- .span58{width:462px;}
93
- .span57{width:454px;}
94
- .span56{width:446px;}
95
- .span55{width:438px;}
96
- .span54{width:430px;}
97
- .span53{width:422px;}
98
- .span52{width:414px;}
99
- .span51{width:406px;}
100
- .span50{width:398px;}
101
- .span49{width:390px;}
102
- .span48{width:382px;}
103
- .span47{width:374px;}
104
- .span46{width:366px;}
105
- .span45{width:358px;}
106
- .span44{width:350px;}
107
- .span43{width:342px;}
108
- .span42{width:334px;}
109
- .span41{width:326px;}
110
- .span40{width:318px;}
111
- .span39{width:310px;}
112
- .span38{width:302px;}
113
- .span37{width:294px;}
114
- .span36{width:286px;}
115
- .span35{width:278px;}
116
- .span34{width:270px;}
117
- .span33{width:262px;}
118
- .span32{width:254px;}
119
- .span31{width:246px;}
120
- .span30{width:238px;}
121
- .span29{width:230px;}
122
- .span28{width:222px;}
123
- .span27{width:214px;}
124
- .span26{width:206px;}
125
- .span25{width:198px;}
126
- .span24{width:190px;}
127
- .span23{width:182px;}
128
- .span22{width:174px;}
129
- .span21{width:166px;}
130
- .span20{width:158px;}
131
- .span19{width:150px;}
132
- .span18{width:142px;}
133
- .span17{width:134px;}
134
- .span16{width:126px;}
135
- .span15{width:118px;}
136
- .span14{width:110px;}
137
- .span13{width:102px;}
138
- .span12{width:94px;}
139
- .span11{width:86px;}
140
- .span10{width:78px;}
141
- .span9{width:70px;}
142
- .span8{width:62px;}
143
- .span7{width:54px;}
144
- .span6{width:46px;}
145
- .span5{width:38px;}
146
- .span4{width:30px;}
147
- .span3{width:22px;}
148
- .span2{width:14px;}
149
- .span1{width:6px;}
150
- .offset120{margin-left:962px;}
151
- .offset119{margin-left:954px;}
152
- .offset118{margin-left:946px;}
153
- .offset117{margin-left:938px;}
154
- .offset116{margin-left:930px;}
155
- .offset115{margin-left:922px;}
156
- .offset114{margin-left:914px;}
157
- .offset113{margin-left:906px;}
158
- .offset112{margin-left:898px;}
159
- .offset111{margin-left:890px;}
160
- .offset110{margin-left:882px;}
161
- .offset109{margin-left:874px;}
162
- .offset108{margin-left:866px;}
163
- .offset107{margin-left:858px;}
164
- .offset106{margin-left:850px;}
165
- .offset105{margin-left:842px;}
166
- .offset104{margin-left:834px;}
167
- .offset103{margin-left:826px;}
168
- .offset102{margin-left:818px;}
169
- .offset101{margin-left:810px;}
170
- .offset100{margin-left:802px;}
171
- .offset99{margin-left:794px;}
172
- .offset98{margin-left:786px;}
173
- .offset97{margin-left:778px;}
174
- .offset96{margin-left:770px;}
175
- .offset95{margin-left:762px;}
176
- .offset94{margin-left:754px;}
177
- .offset93{margin-left:746px;}
178
- .offset92{margin-left:738px;}
179
- .offset91{margin-left:730px;}
180
- .offset90{margin-left:722px;}
181
- .offset89{margin-left:714px;}
182
- .offset88{margin-left:706px;}
183
- .offset87{margin-left:698px;}
184
- .offset86{margin-left:690px;}
185
- .offset85{margin-left:682px;}
186
- .offset84{margin-left:674px;}
187
- .offset83{margin-left:666px;}
188
- .offset82{margin-left:658px;}
189
- .offset81{margin-left:650px;}
190
- .offset80{margin-left:642px;}
191
- .offset79{margin-left:634px;}
192
- .offset78{margin-left:626px;}
193
- .offset77{margin-left:618px;}
194
- .offset76{margin-left:610px;}
195
- .offset75{margin-left:602px;}
196
- .offset74{margin-left:594px;}
197
- .offset73{margin-left:586px;}
198
- .offset72{margin-left:578px;}
199
- .offset71{margin-left:570px;}
200
- .offset70{margin-left:562px;}
201
- .offset69{margin-left:554px;}
202
- .offset68{margin-left:546px;}
203
- .offset67{margin-left:538px;}
204
- .offset66{margin-left:530px;}
205
- .offset65{margin-left:522px;}
206
- .offset64{margin-left:514px;}
207
- .offset63{margin-left:506px;}
208
- .offset62{margin-left:498px;}
209
- .offset61{margin-left:490px;}
210
- .offset60{margin-left:482px;}
211
- .offset59{margin-left:474px;}
212
- .offset58{margin-left:466px;}
213
- .offset57{margin-left:458px;}
214
- .offset56{margin-left:450px;}
215
- .offset55{margin-left:442px;}
216
- .offset54{margin-left:434px;}
217
- .offset53{margin-left:426px;}
218
- .offset52{margin-left:418px;}
219
- .offset51{margin-left:410px;}
220
- .offset50{margin-left:402px;}
221
- .offset49{margin-left:394px;}
222
- .offset48{margin-left:386px;}
223
- .offset47{margin-left:378px;}
224
- .offset46{margin-left:370px;}
225
- .offset45{margin-left:362px;}
226
- .offset44{margin-left:354px;}
227
- .offset43{margin-left:346px;}
228
- .offset42{margin-left:338px;}
229
- .offset41{margin-left:330px;}
230
- .offset40{margin-left:322px;}
231
- .offset39{margin-left:314px;}
232
- .offset38{margin-left:306px;}
233
- .offset37{margin-left:298px;}
234
- .offset36{margin-left:290px;}
235
- .offset35{margin-left:282px;}
236
- .offset34{margin-left:274px;}
237
- .offset33{margin-left:266px;}
238
- .offset32{margin-left:258px;}
239
- .offset31{margin-left:250px;}
240
- .offset30{margin-left:242px;}
241
- .offset29{margin-left:234px;}
242
- .offset28{margin-left:226px;}
243
- .offset27{margin-left:218px;}
244
- .offset26{margin-left:210px;}
245
- .offset25{margin-left:202px;}
246
- .offset24{margin-left:194px;}
247
- .offset23{margin-left:186px;}
248
- .offset22{margin-left:178px;}
249
- .offset21{margin-left:170px;}
250
- .offset20{margin-left:162px;}
251
- .offset19{margin-left:154px;}
252
- .offset18{margin-left:146px;}
253
- .offset17{margin-left:138px;}
254
- .offset16{margin-left:130px;}
255
- .offset15{margin-left:122px;}
256
- .offset14{margin-left:114px;}
257
- .offset13{margin-left:106px;}
258
- .offset12{margin-left:98px;}
259
- .offset11{margin-left:90px;}
260
- .offset10{margin-left:82px;}
261
- .offset9{margin-left:74px;}
262
- .offset8{margin-left:66px;}
263
- .offset7{margin-left:58px;}
264
- .offset6{margin-left:50px;}
265
- .offset5{margin-left:42px;}
266
- .offset4{margin-left:34px;}
267
- .offset3{margin-left:26px;}
268
- .offset2{margin-left:18px;}
269
- .offset1{margin-left:10px;}
270
- .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";}
271
- .row-fluid:after{clear:both;}
272
- .row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574%;*margin-left:2.0744680846382977%;}
273
- .row-fluid [class*="span"]:first-child{margin-left:0;}
274
- .row-fluid .span120{width:1019.148936066%;*width:1019.0957445766384%;}
275
- .row-fluid .span119{width:1010.638297769%;*width:1010.5851062796384%;}
276
- .row-fluid .span118{width:1002.127659472%;*width:1002.0744679826383%;}
277
- .row-fluid .span117{width:993.617021175%;*width:993.5638296856383%;}
278
- .row-fluid .span116{width:985.106382878%;*width:985.0531913886383%;}
279
- .row-fluid .span115{width:976.595744581%;*width:976.5425530916383%;}
280
- .row-fluid .span114{width:968.085106284%;*width:968.0319147946383%;}
281
- .row-fluid .span113{width:959.574467987%;*width:959.5212764976384%;}
282
- .row-fluid .span112{width:951.0638296899999%;*width:951.0106382006383%;}
283
- .row-fluid .span111{width:942.553191393%;*width:942.4999999036384%;}
284
- .row-fluid .span110{width:934.0425530959999%;*width:933.9893616066382%;}
285
- .row-fluid .span109{width:925.531914799%;*width:925.4787233096383%;}
286
- .row-fluid .span108{width:917.021276502%;*width:916.9680850126383%;}
287
- .row-fluid .span107{width:908.510638205%;*width:908.4574467156383%;}
288
- .row-fluid .span106{width:899.9999999080001%;*width:899.9468084186384%;}
289
- .row-fluid .span105{width:891.4893616109999%;*width:891.4361701216383%;}
290
- .row-fluid .span104{width:882.978723314%;*width:882.9255318246384%;}
291
- .row-fluid .span103{width:874.468085017%;*width:874.4148935276384%;}
292
- .row-fluid .span102{width:865.95744672%;*width:865.9042552306383%;}
293
- .row-fluid .span101{width:857.446808423%;*width:857.3936169336383%;}
294
- .row-fluid .span100{width:848.936170126%;*width:848.8829786366383%;}
295
- .row-fluid .span99{width:840.4255318290001%;*width:840.3723403396384%;}
296
- .row-fluid .span98{width:831.914893532%;*width:831.8617020426383%;}
297
- .row-fluid .span97{width:823.404255235%;*width:823.3510637456384%;}
298
- .row-fluid .span96{width:814.8936169379999%;*width:814.8404254486383%;}
299
- .row-fluid .span95{width:806.382978641%;*width:806.3297871516384%;}
300
- .row-fluid .span94{width:797.8723403439999%;*width:797.8191488546382%;}
301
- .row-fluid .span93{width:789.361702047%;*width:789.3085105576383%;}
302
- .row-fluid .span92{width:780.8510637500001%;*width:780.7978722606384%;}
303
- .row-fluid .span91{width:772.340425453%;*width:772.2872339636383%;}
304
- .row-fluid .span90{width:763.8297871560001%;*width:763.7765956666384%;}
305
- .row-fluid .span89{width:755.3191488589999%;*width:755.2659573696383%;}
306
- .row-fluid .span88{width:746.808510562%;*width:746.7553190726384%;}
307
- .row-fluid .span87{width:738.2978722649999%;*width:738.2446807756382%;}
308
- .row-fluid .span86{width:729.787233968%;*width:729.7340424786383%;}
309
- .row-fluid .span85{width:721.276595671%;*width:721.2234041816383%;}
310
- .row-fluid .span84{width:712.765957374%;*width:712.7127658846383%;}
311
- .row-fluid .span83{width:704.255319077%;*width:704.2021275876383%;}
312
- .row-fluid .span82{width:695.74468078%;*width:695.6914892906383%;}
313
- .row-fluid .span81{width:687.2340424829999%;*width:687.1808509936383%;}
314
- .row-fluid .span80{width:678.723404186%;*width:678.6702126966384%;}
315
- .row-fluid .span79{width:670.212765889%;*width:670.1595743996384%;}
316
- .row-fluid .span78{width:661.702127592%;*width:661.6489361026383%;}
317
- .row-fluid .span77{width:653.191489295%;*width:653.1382978056383%;}
318
- .row-fluid .span76{width:644.680850998%;*width:644.6276595086383%;}
319
- .row-fluid .span75{width:636.170212701%;*width:636.1170212116383%;}
320
- .row-fluid .span74{width:627.6595744040001%;*width:627.6063829146384%;}
321
- .row-fluid .span73{width:619.148936107%;*width:619.0957446176384%;}
322
- .row-fluid .span72{width:610.63829781%;*width:610.5851063206384%;}
323
- .row-fluid .span71{width:602.127659513%;*width:602.0744680236384%;}
324
- .row-fluid .span70{width:593.617021216%;*width:593.5638297266383%;}
325
- .row-fluid .span69{width:585.106382919%;*width:585.0531914296383%;}
326
- .row-fluid .span68{width:576.595744622%;*width:576.5425531326383%;}
327
- .row-fluid .span67{width:568.085106325%;*width:568.0319148356383%;}
328
- .row-fluid .span66{width:559.574468028%;*width:559.5212765386383%;}
329
- .row-fluid .span65{width:551.0638297309999%;*width:551.0106382416383%;}
330
- .row-fluid .span64{width:542.5531914339999%;*width:542.4999999446383%;}
331
- .row-fluid .span63{width:534.0425531369999%;*width:533.9893616476382%;}
332
- .row-fluid .span62{width:525.53191484%;*width:525.4787233506383%;}
333
- .row-fluid .span61{width:517.021276543%;*width:516.9680850536383%;}
334
- .row-fluid .span60{width:508.510638246%;*width:508.45744675663826%;}
335
- .row-fluid .span59{width:499.999999949%;*width:499.9468084596383%;}
336
- .row-fluid .span58{width:491.489361652%;*width:491.4361701626383%;}
337
- .row-fluid .span57{width:482.978723355%;*width:482.9255318656383%;}
338
- .row-fluid .span56{width:474.468085058%;*width:474.41489356863826%;}
339
- .row-fluid .span55{width:465.95744676099997%;*width:465.90425527163825%;}
340
- .row-fluid .span54{width:457.44680846399996%;*width:457.39361697463823%;}
341
- .row-fluid .span53{width:448.936170167%;*width:448.8829786776383%;}
342
- .row-fluid .span52{width:440.42553187%;*width:440.37234038063826%;}
343
- .row-fluid .span51{width:431.914893573%;*width:431.86170208363825%;}
344
- .row-fluid .span50{width:423.404255276%;*width:423.3510637866383%;}
345
- .row-fluid .span49{width:414.893616979%;*width:414.8404254896383%;}
346
- .row-fluid .span48{width:406.382978682%;*width:406.32978719263826%;}
347
- .row-fluid .span47{width:397.872340385%;*width:397.81914889563825%;}
348
- .row-fluid .span46{width:389.361702088%;*width:389.3085105986383%;}
349
- .row-fluid .span45{width:380.851063791%;*width:380.7978723016383%;}
350
- .row-fluid .span44{width:372.340425494%;*width:372.28723400463826%;}
351
- .row-fluid .span43{width:363.829787197%;*width:363.77659570763825%;}
352
- .row-fluid .span42{width:355.31914889999996%;*width:355.26595741063824%;}
353
- .row-fluid .span41{width:346.80851060299995%;*width:346.7553191136382%;}
354
- .row-fluid .span40{width:338.297872306%;*width:338.24468081663827%;}
355
- .row-fluid .span39{width:329.787234009%;*width:329.73404251963825%;}
356
- .row-fluid .span38{width:321.276595712%;*width:321.2234042226383%;}
357
- .row-fluid .span37{width:312.765957415%;*width:312.7127659256383%;}
358
- .row-fluid .span36{width:304.255319118%;*width:304.20212762863827%;}
359
- .row-fluid .span35{width:295.744680821%;*width:295.69148933163825%;}
360
- .row-fluid .span34{width:287.23404252399996%;*width:287.18085103463824%;}
361
- .row-fluid .span33{width:278.723404227%;*width:278.6702127376383%;}
362
- .row-fluid .span32{width:270.21276593%;*width:270.15957444063827%;}
363
- .row-fluid .span31{width:261.702127633%;*width:261.64893614363825%;}
364
- .row-fluid .span30{width:253.19148933600002%;*width:253.13829784663832%;}
365
- .row-fluid .span29{width:244.680851039%;*width:244.6276595496383%;}
366
- .row-fluid .span28{width:236.170212742%;*width:236.1170212526383%;}
367
- .row-fluid .span27{width:227.65957444499998%;*width:227.60638295563828%;}
368
- .row-fluid .span26{width:219.14893614800002%;*width:219.09574465863832%;}
369
- .row-fluid .span25{width:210.638297851%;*width:210.5851063616383%;}
370
- .row-fluid .span24{width:202.127659554%;*width:202.0744680646383%;}
371
- .row-fluid .span23{width:193.617021257%;*width:193.5638297676383%;}
372
- .row-fluid .span22{width:185.10638296000002%;*width:185.05319147063832%;}
373
- .row-fluid .span21{width:176.595744663%;*width:176.5425531736383%;}
374
- .row-fluid .span20{width:168.085106366%;*width:168.0319148766383%;}
375
- .row-fluid .span19{width:159.57446806899998%;*width:159.52127657963828%;}
376
- .row-fluid .span18{width:151.063829772%;*width:151.0106382826383%;}
377
- .row-fluid .span17{width:142.553191475%;*width:142.4999999856383%;}
378
- .row-fluid .span16{width:134.042553178%;*width:133.9893616886383%;}
379
- .row-fluid .span15{width:125.531914881%;*width:125.4787233916383%;}
380
- .row-fluid .span14{width:117.02127658399999%;*width:116.96808509463828%;}
381
- .row-fluid .span13{width:108.510638287%;*width:108.4574467976383%;}
382
- .row-fluid .span12{width:99.99999998999999%;*width:99.94680850063828%;}
383
- .row-fluid .span11{width:91.489361693%;*width:91.4361702036383%;}
384
- .row-fluid .span10{width:82.97872339599999%;*width:82.92553190663828%;}
385
- .row-fluid .span9{width:74.468085099%;*width:74.4148936096383%;}
386
- .row-fluid .span8{width:65.95744680199999%;*width:65.90425531263828%;}
387
- .row-fluid .span7{width:57.446808505%;*width:57.3936170156383%;}
388
- .row-fluid .span6{width:48.93617020799999%;*width:48.88297871863829%;}
389
- .row-fluid .span5{width:40.425531911%;*width:40.3723404216383%;}
390
- .row-fluid .span4{width:31.914893614%;*width:31.8617021246383%;}
391
- .row-fluid .span3{width:23.404255317%;*width:23.3510638276383%;}
392
- .row-fluid .span2{width:14.89361702%;*width:14.8404255306383%;}
393
- .row-fluid .span1{width:6.382978723%;*width:6.329787233638298%;}
394
- .container{margin-right:auto;margin-left:auto;*zoom:1;}.container:before,.container:after{display:table;content:"";}
395
- .container:after{clear:both;}
396
- .container-fluid{padding-right:2px;padding-left:2px;*zoom:1;}.container-fluid:before,.container-fluid:after{display:table;content:"";}
397
- .container-fluid:after{clear:both;}
398
- p{margin:0 0 9px;}p small{font-size:11px;color:#999999;}
399
- .lead{margin-bottom:18px;font-size:20px;font-weight:200;line-height:27px;}
400
- h1,h2,h3,h4,h5,h6{margin:0;font-family:inherit;font-weight:bold;color:inherit;text-rendering:optimizelegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;color:#999999;}
401
- h1{font-size:30px;line-height:36px;}h1 small{font-size:18px;}
402
- h2{font-size:24px;line-height:36px;}h2 small{font-size:18px;}
403
- h3{font-size:18px;line-height:27px;}h3 small{font-size:14px;}
404
- h4,h5,h6{line-height:18px;}
405
- h4{font-size:14px;}h4 small{font-size:12px;}
406
- h5{font-size:12px;}
407
- h6{font-size:11px;color:#999999;text-transform:uppercase;}
408
- .page-header{padding-bottom:17px;margin:18px 0;border-bottom:1px solid #eeeeee;}
409
- .page-header h1{line-height:1;}
410
- ul,ol{padding:0;margin:0 0 9px 25px;}
411
- ul ul,ul ol,ol ol,ol ul{margin-bottom:0;}
412
- ul{list-style:disc;}
413
- ol{list-style:decimal;}
414
- li{line-height:18px;}
415
- ul.unstyled,ol.unstyled{margin-left:0;list-style:none;}
416
- dl{margin-bottom:18px;}
417
- dt,dd{line-height:18px;}
418
- dt{font-weight:bold;line-height:17px;}
419
- dd{margin-left:9px;}
420
- .dl-horizontal dt{float:left;width:120px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
421
- .dl-horizontal dd{margin-left:130px;}
422
- hr{margin:18px 0;border:0;border-top:1px solid #eeeeee;border-bottom:1px solid #ffffff;}
423
- strong{font-weight:bold;}
424
- em{font-style:italic;}
425
- .muted{color:#999999;}
426
- abbr[title]{cursor:help;border-bottom:1px dotted #999999;}
427
- abbr.initialism{font-size:90%;text-transform:uppercase;}
428
- blockquote{padding:0 0 0 15px;margin:0 0 18px;border-left:5px solid #eeeeee;}blockquote p{margin-bottom:0;font-size:16px;font-weight:300;line-height:22.5px;}
429
- blockquote small{display:block;line-height:18px;color:#999999;}blockquote small:before{content:'\2014 \00A0';}
430
- blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eeeeee;border-left:0;}blockquote.pull-right p,blockquote.pull-right small{text-align:right;}
431
- q:before,q:after,blockquote:before,blockquote:after{content:"";}
432
- address{display:block;margin-bottom:18px;font-style:normal;line-height:18px;}
433
- small{font-size:100%;}
434
- cite{font-style:normal;}
435
- code,pre{padding:0 3px 2px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace;font-size:12px;color:#333333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
436
- code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;}
437
- pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12.025px;line-height:18px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}pre.prettyprint{margin-bottom:18px;}
438
- pre code{padding:0;color:inherit;background-color:transparent;border:0;}
439
- .pre-scrollable{max-height:340px;overflow-y:scroll;}
440
- form{margin:0 0 18px;}
441
- fieldset{padding:0;margin:0;border:0;}
442
- legend{display:block;width:100%;padding:0;margin-bottom:27px;font-size:19.5px;line-height:36px;color:#333333;border:0;border-bottom:1px solid #e5e5e5;}legend small{font-size:13.5px;color:#999999;}
443
- label,input,button,select,textarea{font-size:13px;font-weight:normal;line-height:18px;}
444
- input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;}
445
- label{display:block;margin-bottom:5px;}
446
- select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;}
447
- input,textarea{width:210px;}
448
- textarea{height:auto;}
449
- textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#ffffff;border:1px solid #cccccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82, 168, 236, 0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);}
450
- input[type="radio"],input[type="checkbox"]{margin:3px 0;*margin-top:0;line-height:normal;cursor:pointer;}
451
- input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto;}
452
- .uneditable-textarea{width:auto;height:auto;}
453
- select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;}
454
- select{width:220px;border:1px solid #bbb;}
455
- select[multiple],select[size]{height:auto;}
456
- select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
457
- .radio,.checkbox{min-height:18px;padding-left:18px;}
458
- .radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-18px;}
459
- .controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
460
- .radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
461
- .radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
462
- .input-mini{width:60px;}
463
- .input-small{width:90px;}
464
- .input-medium{width:150px;}
465
- .input-large{width:210px;}
466
- .input-xlarge{width:270px;}
467
- .input-xxlarge{width:530px;}
468
- input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0;}
469
- .input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block;}
470
- input,textarea,.uneditable-input{margin-left:0;}
471
- input.span120, textarea.span120, .uneditable-input.span120{width:948px;}
472
- input.span119, textarea.span119, .uneditable-input.span119{width:940px;}
473
- input.span118, textarea.span118, .uneditable-input.span118{width:932px;}
474
- input.span117, textarea.span117, .uneditable-input.span117{width:924px;}
475
- input.span116, textarea.span116, .uneditable-input.span116{width:916px;}
476
- input.span115, textarea.span115, .uneditable-input.span115{width:908px;}
477
- input.span114, textarea.span114, .uneditable-input.span114{width:900px;}
478
- input.span113, textarea.span113, .uneditable-input.span113{width:892px;}
479
- input.span112, textarea.span112, .uneditable-input.span112{width:884px;}
480
- input.span111, textarea.span111, .uneditable-input.span111{width:876px;}
481
- input.span110, textarea.span110, .uneditable-input.span110{width:868px;}
482
- input.span109, textarea.span109, .uneditable-input.span109{width:860px;}
483
- input.span108, textarea.span108, .uneditable-input.span108{width:852px;}
484
- input.span107, textarea.span107, .uneditable-input.span107{width:844px;}
485
- input.span106, textarea.span106, .uneditable-input.span106{width:836px;}
486
- input.span105, textarea.span105, .uneditable-input.span105{width:828px;}
487
- input.span104, textarea.span104, .uneditable-input.span104{width:820px;}
488
- input.span103, textarea.span103, .uneditable-input.span103{width:812px;}
489
- input.span102, textarea.span102, .uneditable-input.span102{width:804px;}
490
- input.span101, textarea.span101, .uneditable-input.span101{width:796px;}
491
- input.span100, textarea.span100, .uneditable-input.span100{width:788px;}
492
- input.span99, textarea.span99, .uneditable-input.span99{width:780px;}
493
- input.span98, textarea.span98, .uneditable-input.span98{width:772px;}
494
- input.span97, textarea.span97, .uneditable-input.span97{width:764px;}
495
- input.span96, textarea.span96, .uneditable-input.span96{width:756px;}
496
- input.span95, textarea.span95, .uneditable-input.span95{width:748px;}
497
- input.span94, textarea.span94, .uneditable-input.span94{width:740px;}
498
- input.span93, textarea.span93, .uneditable-input.span93{width:732px;}
499
- input.span92, textarea.span92, .uneditable-input.span92{width:724px;}
500
- input.span91, textarea.span91, .uneditable-input.span91{width:716px;}
501
- input.span90, textarea.span90, .uneditable-input.span90{width:708px;}
502
- input.span89, textarea.span89, .uneditable-input.span89{width:700px;}
503
- input.span88, textarea.span88, .uneditable-input.span88{width:692px;}
504
- input.span87, textarea.span87, .uneditable-input.span87{width:684px;}
505
- input.span86, textarea.span86, .uneditable-input.span86{width:676px;}
506
- input.span85, textarea.span85, .uneditable-input.span85{width:668px;}
507
- input.span84, textarea.span84, .uneditable-input.span84{width:660px;}
508
- input.span83, textarea.span83, .uneditable-input.span83{width:652px;}
509
- input.span82, textarea.span82, .uneditable-input.span82{width:644px;}
510
- input.span81, textarea.span81, .uneditable-input.span81{width:636px;}
511
- input.span80, textarea.span80, .uneditable-input.span80{width:628px;}
512
- input.span79, textarea.span79, .uneditable-input.span79{width:620px;}
513
- input.span78, textarea.span78, .uneditable-input.span78{width:612px;}
514
- input.span77, textarea.span77, .uneditable-input.span77{width:604px;}
515
- input.span76, textarea.span76, .uneditable-input.span76{width:596px;}
516
- input.span75, textarea.span75, .uneditable-input.span75{width:588px;}
517
- input.span74, textarea.span74, .uneditable-input.span74{width:580px;}
518
- input.span73, textarea.span73, .uneditable-input.span73{width:572px;}
519
- input.span72, textarea.span72, .uneditable-input.span72{width:564px;}
520
- input.span71, textarea.span71, .uneditable-input.span71{width:556px;}
521
- input.span70, textarea.span70, .uneditable-input.span70{width:548px;}
522
- input.span69, textarea.span69, .uneditable-input.span69{width:540px;}
523
- input.span68, textarea.span68, .uneditable-input.span68{width:532px;}
524
- input.span67, textarea.span67, .uneditable-input.span67{width:524px;}
525
- input.span66, textarea.span66, .uneditable-input.span66{width:516px;}
526
- input.span65, textarea.span65, .uneditable-input.span65{width:508px;}
527
- input.span64, textarea.span64, .uneditable-input.span64{width:500px;}
528
- input.span63, textarea.span63, .uneditable-input.span63{width:492px;}
529
- input.span62, textarea.span62, .uneditable-input.span62{width:484px;}
530
- input.span61, textarea.span61, .uneditable-input.span61{width:476px;}
531
- input.span60, textarea.span60, .uneditable-input.span60{width:468px;}
532
- input.span59, textarea.span59, .uneditable-input.span59{width:460px;}
533
- input.span58, textarea.span58, .uneditable-input.span58{width:452px;}
534
- input.span57, textarea.span57, .uneditable-input.span57{width:444px;}
535
- input.span56, textarea.span56, .uneditable-input.span56{width:436px;}
536
- input.span55, textarea.span55, .uneditable-input.span55{width:428px;}
537
- input.span54, textarea.span54, .uneditable-input.span54{width:420px;}
538
- input.span53, textarea.span53, .uneditable-input.span53{width:412px;}
539
- input.span52, textarea.span52, .uneditable-input.span52{width:404px;}
540
- input.span51, textarea.span51, .uneditable-input.span51{width:396px;}
541
- input.span50, textarea.span50, .uneditable-input.span50{width:388px;}
542
- input.span49, textarea.span49, .uneditable-input.span49{width:380px;}
543
- input.span48, textarea.span48, .uneditable-input.span48{width:372px;}
544
- input.span47, textarea.span47, .uneditable-input.span47{width:364px;}
545
- input.span46, textarea.span46, .uneditable-input.span46{width:356px;}
546
- input.span45, textarea.span45, .uneditable-input.span45{width:348px;}
547
- input.span44, textarea.span44, .uneditable-input.span44{width:340px;}
548
- input.span43, textarea.span43, .uneditable-input.span43{width:332px;}
549
- input.span42, textarea.span42, .uneditable-input.span42{width:324px;}
550
- input.span41, textarea.span41, .uneditable-input.span41{width:316px;}
551
- input.span40, textarea.span40, .uneditable-input.span40{width:308px;}
552
- input.span39, textarea.span39, .uneditable-input.span39{width:300px;}
553
- input.span38, textarea.span38, .uneditable-input.span38{width:292px;}
554
- input.span37, textarea.span37, .uneditable-input.span37{width:284px;}
555
- input.span36, textarea.span36, .uneditable-input.span36{width:276px;}
556
- input.span35, textarea.span35, .uneditable-input.span35{width:268px;}
557
- input.span34, textarea.span34, .uneditable-input.span34{width:260px;}
558
- input.span33, textarea.span33, .uneditable-input.span33{width:252px;}
559
- input.span32, textarea.span32, .uneditable-input.span32{width:244px;}
560
- input.span31, textarea.span31, .uneditable-input.span31{width:236px;}
561
- input.span30, textarea.span30, .uneditable-input.span30{width:228px;}
562
- input.span29, textarea.span29, .uneditable-input.span29{width:220px;}
563
- input.span28, textarea.span28, .uneditable-input.span28{width:212px;}
564
- input.span27, textarea.span27, .uneditable-input.span27{width:204px;}
565
- input.span26, textarea.span26, .uneditable-input.span26{width:196px;}
566
- input.span25, textarea.span25, .uneditable-input.span25{width:188px;}
567
- input.span24, textarea.span24, .uneditable-input.span24{width:180px;}
568
- input.span23, textarea.span23, .uneditable-input.span23{width:172px;}
569
- input.span22, textarea.span22, .uneditable-input.span22{width:164px;}
570
- input.span21, textarea.span21, .uneditable-input.span21{width:156px;}
571
- input.span20, textarea.span20, .uneditable-input.span20{width:148px;}
572
- input.span19, textarea.span19, .uneditable-input.span19{width:140px;}
573
- input.span18, textarea.span18, .uneditable-input.span18{width:132px;}
574
- input.span17, textarea.span17, .uneditable-input.span17{width:124px;}
575
- input.span16, textarea.span16, .uneditable-input.span16{width:116px;}
576
- input.span15, textarea.span15, .uneditable-input.span15{width:108px;}
577
- input.span14, textarea.span14, .uneditable-input.span14{width:100px;}
578
- input.span13, textarea.span13, .uneditable-input.span13{width:92px;}
579
- input.span12, textarea.span12, .uneditable-input.span12{width:84px;}
580
- input.span11, textarea.span11, .uneditable-input.span11{width:76px;}
581
- input.span10, textarea.span10, .uneditable-input.span10{width:68px;}
582
- input.span9, textarea.span9, .uneditable-input.span9{width:60px;}
583
- input.span8, textarea.span8, .uneditable-input.span8{width:52px;}
584
- input.span7, textarea.span7, .uneditable-input.span7{width:44px;}
585
- input.span6, textarea.span6, .uneditable-input.span6{width:36px;}
586
- input.span5, textarea.span5, .uneditable-input.span5{width:28px;}
587
- input.span4, textarea.span4, .uneditable-input.span4{width:20px;}
588
- input.span3, textarea.span3, .uneditable-input.span3{width:12px;}
589
- input.span2, textarea.span2, .uneditable-input.span2{width:4px;}
590
- input.span1, textarea.span1, .uneditable-input.span1{width:-4px;}
591
- input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;border-color:#ddd;}
592
- input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
593
- .control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
594
- .control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;border-color:#c09853;}.control-group.warning .checkbox:focus,.control-group.warning .radio:focus,.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:0 0 6px #dbc59e;-moz-box-shadow:0 0 6px #dbc59e;box-shadow:0 0 6px #dbc59e;}
595
- .control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
596
- .control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
597
- .control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;border-color:#b94a48;}.control-group.error .checkbox:focus,.control-group.error .radio:focus,.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:0 0 6px #d59392;-moz-box-shadow:0 0 6px #d59392;box-shadow:0 0 6px #d59392;}
598
- .control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
599
- .control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
600
- .control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;border-color:#468847;}.control-group.success .checkbox:focus,.control-group.success .radio:focus,.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:0 0 6px #7aba7b;-moz-box-shadow:0 0 6px #7aba7b;box-shadow:0 0 6px #7aba7b;}
601
- .control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
602
- input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid{color:#b94a48;border-color:#ee5f5b;}input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7;}
603
- .form-actions{padding:17px 20px 18px;margin-top:18px;margin-bottom:18px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";}
604
- .form-actions:after{clear:both;}
605
- .uneditable-input{overflow:hidden;white-space:nowrap;cursor:not-allowed;background-color:#ffffff;border-color:#eee;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.025);}
606
- :-moz-placeholder{color:#999999;}
607
- :-ms-input-placeholder{color:#999999;}
608
- ::-webkit-input-placeholder{color:#999999;}
609
- .help-block,.help-inline{color:#555555;}
610
- .help-block{display:block;margin-bottom:9px;}
611
- .help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-left:5px;}
612
- .input-prepend,.input-append{margin-bottom:5px;}.input-prepend input,.input-append input,.input-prepend select,.input-append select,.input-prepend .uneditable-input,.input-append .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:middle;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}.input-prepend input:focus,.input-append input:focus,.input-prepend select:focus,.input-append select:focus,.input-prepend .uneditable-input:focus,.input-append .uneditable-input:focus{z-index:2;}
613
- .input-prepend .uneditable-input,.input-append .uneditable-input{border-left-color:#ccc;}
614
- .input-prepend .add-on,.input-append .add-on{display:inline-block;width:auto;height:18px;min-width:16px;padding:4px 5px;font-weight:normal;line-height:18px;text-align:center;text-shadow:0 1px 0 #ffffff;vertical-align:middle;background-color:#eeeeee;border:1px solid #ccc;}
615
- .input-prepend .add-on,.input-append .add-on,.input-prepend .btn,.input-append .btn{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
616
- .input-prepend .active,.input-append .active{background-color:#a9dba9;border-color:#46a546;}
617
- .input-prepend .add-on,.input-prepend .btn{margin-right:-1px;}
618
- .input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
619
- .input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
620
- .input-append .uneditable-input{border-right-color:#ccc;border-left-color:#eee;}
621
- .input-append .add-on:last-child,.input-append .btn:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
622
- .input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
623
- .input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
624
- .input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
625
- .search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:14px;-moz-border-radius:14px;border-radius:14px;}
626
- .form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;}
627
- .form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none;}
628
- .form-search label,.form-inline label{display:inline-block;}
629
- .form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0;}
630
- .form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle;}
631
- .form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0;}
632
- .control-group{margin-bottom:9px;}
633
- legend+.control-group{margin-top:18px;-webkit-margin-top-collapse:separate;}
634
- .form-horizontal .control-group{margin-bottom:18px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";}
635
- .form-horizontal .control-group:after{clear:both;}
636
- .form-horizontal .control-label{float:left;width:140px;padding-top:5px;text-align:right;}
637
- .form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:160px;*margin-left:0;}.form-horizontal .controls:first-child{*padding-left:160px;}
638
- .form-horizontal .help-block{margin-top:9px;margin-bottom:0;}
639
- .form-horizontal .form-actions{padding-left:160px;}
640
- table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0;}
641
- .table{width:100%;margin-bottom:18px;}.table th,.table td{padding:8px;line-height:18px;text-align:left;vertical-align:top;border-top:1px solid #dddddd;}
642
- .table th{font-weight:bold;}
643
- .table thead th{vertical-align:bottom;}
644
- .table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0;}
645
- .table tbody+tbody{border-top:2px solid #dddddd;}
646
- .table-condensed th,.table-condensed td{padding:4px 5px;}
647
- .table-bordered{border:1px solid #dddddd;border-collapse:separate;*border-collapse:collapsed;border-left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.table-bordered th,.table-bordered td{border-left:1px solid #dddddd;}
648
- .table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0;}
649
- .table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child{-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topleft:4px;}
650
- .table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child{-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-moz-border-radius-topright:4px;}
651
- .table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;}
652
- .table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;}
653
- .table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th{background-color:#f9f9f9;}
654
- .table tbody tr:hover td,.table tbody tr:hover th{background-color:#f5f5f5;}
655
- table .span1{float:none;width:-10px;margin-left:0;}
656
- table .span2{float:none;width:-2px;margin-left:0;}
657
- table .span3{float:none;width:6px;margin-left:0;}
658
- table .span4{float:none;width:14px;margin-left:0;}
659
- table .span5{float:none;width:22px;margin-left:0;}
660
- table .span6{float:none;width:30px;margin-left:0;}
661
- table .span7{float:none;width:38px;margin-left:0;}
662
- table .span8{float:none;width:46px;margin-left:0;}
663
- table .span9{float:none;width:54px;margin-left:0;}
664
- table .span10{float:none;width:62px;margin-left:0;}
665
- table .span11{float:none;width:70px;margin-left:0;}
666
- table .span12{float:none;width:78px;margin-left:0;}
667
- table .span13{float:none;width:86px;margin-left:0;}
668
- table .span14{float:none;width:94px;margin-left:0;}
669
- table .span15{float:none;width:102px;margin-left:0;}
670
- table .span16{float:none;width:110px;margin-left:0;}
671
- table .span17{float:none;width:118px;margin-left:0;}
672
- table .span18{float:none;width:126px;margin-left:0;}
673
- table .span19{float:none;width:134px;margin-left:0;}
674
- table .span20{float:none;width:142px;margin-left:0;}
675
- table .span21{float:none;width:150px;margin-left:0;}
676
- table .span22{float:none;width:158px;margin-left:0;}
677
- table .span23{float:none;width:166px;margin-left:0;}
678
- table .span24{float:none;width:174px;margin-left:0;}
679
- @font-face{font-family:'FontAwesome';src:url(<%= asset_path 'fontawesome-webfont.eot'%>);src:url(<%= asset_path 'fontawesome-webfont.eot?#iefix' %>) format('embedded-opentype'),url(<%= asset_path 'fontawesome-webfont.woff' %>) format('woff'),url(<%= asset_path 'fontawesome-webfont.ttf' %>) format('truetype'),url(<%= asset_path 'fontawesome-webfont.svg#FontAwesome' %>) format('svg');font-weight:normal;font-style:normal;}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:FontAwesome;font-weight:normal;font-style:normal;display:inline-block;text-decoration:inherit;}
680
- a [class^="icon-"],a [class*=" icon-"]{display:inline-block;text-decoration:inherit;}
681
- .icon-large:before{vertical-align:middle;font-size:1.3333333333333333em;}
682
- .btn [class^="icon-"],.nav-tabs [class^="icon-"],.btn [class*=" icon-"],.nav-tabs [class*=" icon-"]{line-height:.9em;}
683
- li [class^="icon-"],li [class*=" icon-"]{display:inline-block;width:1.25em;text-align:center;}
684
- li .icon-large:before,li .icon-large:before{width:1.875em;}
685
- ul.icons{list-style-type:none;margin-left:2em;text-indent:-0.8em;}ul.icons li [class^="icon-"],ul.icons li [class*=" icon-"]{width:.8em;}
686
- ul.icons li .icon-large:before,ul.icons li .icon-large:before{vertical-align:initial;}
687
- .icon-glass:before{content:"\f000";}
688
- .icon-music:before{content:"\f001";}
689
- .icon-search:before{content:"\f002";}
690
- .icon-envelope:before{content:"\f003";}
691
- .icon-heart:before{content:"\f004";}
692
- .icon-star:before{content:"\f005";}
693
- .icon-star-empty:before{content:"\f006";}
694
- .icon-user:before{content:"\f007";}
695
- .icon-film:before{content:"\f008";}
696
- .icon-th-large:before{content:"\f009";}
697
- .icon-th:before{content:"\f00a";}
698
- .icon-th-list:before{content:"\f00b";}
699
- .icon-ok:before{content:"\f00c";}
700
- .icon-remove:before{content:"\f00d";}
701
- .icon-zoom-in:before{content:"\f00e";}
702
- .icon-zoom-out:before{content:"\f010";}
703
- .icon-off:before{content:"\f011";}
704
- .icon-signal:before{content:"\f012";}
705
- .icon-cog:before{content:"\f013";}
706
- .icon-trash:before{content:"\f014";}
707
- .icon-home:before{content:"\f015";}
708
- .icon-file:before{content:"\f016";}
709
- .icon-time:before{content:"\f017";}
710
- .icon-road:before{content:"\f018";}
711
- .icon-download-alt:before{content:"\f019";}
712
- .icon-download:before{content:"\f01a";}
713
- .icon-upload:before{content:"\f01b";}
714
- .icon-inbox:before{content:"\f01c";}
715
- .icon-play-circle:before{content:"\f01d";}
716
- .icon-repeat:before{content:"\f01e";}
717
- .icon-refresh:before{content:"\f021";}
718
- .icon-list-alt:before{content:"\f022";}
719
- .icon-lock:before{content:"\f023";}
720
- .icon-flag:before{content:"\f024";}
721
- .icon-headphones:before{content:"\f025";}
722
- .icon-volume-off:before{content:"\f026";}
723
- .icon-volume-down:before{content:"\f027";}
724
- .icon-volume-up:before{content:"\f028";}
725
- .icon-qrcode:before{content:"\f029";}
726
- .icon-barcode:before{content:"\f02a";}
727
- .icon-tag:before{content:"\f02b";}
728
- .icon-tags:before{content:"\f02c";}
729
- .icon-book:before{content:"\f02d";}
730
- .icon-bookmark:before{content:"\f02e";}
731
- .icon-print:before{content:"\f02f";}
732
- .icon-camera:before{content:"\f030";}
733
- .icon-font:before{content:"\f031";}
734
- .icon-bold:before{content:"\f032";}
735
- .icon-italic:before{content:"\f033";}
736
- .icon-text-height:before{content:"\f034";}
737
- .icon-text-width:before{content:"\f035";}
738
- .icon-align-left:before{content:"\f036";}
739
- .icon-align-center:before{content:"\f037";}
740
- .icon-align-right:before{content:"\f038";}
741
- .icon-align-justify:before{content:"\f039";}
742
- .icon-list:before{content:"\f03a";}
743
- .icon-indent-left:before{content:"\f03b";}
744
- .icon-indent-right:before{content:"\f03c";}
745
- .icon-facetime-video:before{content:"\f03d";}
746
- .icon-picture:before{content:"\f03e";}
747
- .icon-pencil:before{content:"\f040";}
748
- .icon-map-marker:before{content:"\f041";}
749
- .icon-adjust:before{content:"\f042";}
750
- .icon-tint:before{content:"\f043";}
751
- .icon-edit:before{content:"\f044";}
752
- .icon-share:before{content:"\f045";}
753
- .icon-check:before{content:"\f046";}
754
- .icon-move:before{content:"\f047";}
755
- .icon-step-backward:before{content:"\f048";}
756
- .icon-fast-backward:before{content:"\f049";}
757
- .icon-backward:before{content:"\f04a";}
758
- .icon-play:before{content:"\f04b";}
759
- .icon-pause:before{content:"\f04c";}
760
- .icon-stop:before{content:"\f04d";}
761
- .icon-forward:before{content:"\f04e";}
762
- .icon-fast-forward:before{content:"\f050";}
763
- .icon-step-forward:before{content:"\f051";}
764
- .icon-eject:before{content:"\f052";}
765
- .icon-chevron-left:before{content:"\f053";}
766
- .icon-chevron-right:before{content:"\f054";}
767
- .icon-plus-sign:before{content:"\f055";}
768
- .icon-minus-sign:before{content:"\f056";}
769
- .icon-remove-sign:before{content:"\f057";}
770
- .icon-ok-sign:before{content:"\f058";}
771
- .icon-question-sign:before{content:"\f059";}
772
- .icon-info-sign:before{content:"\f05a";}
773
- .icon-screenshot:before{content:"\f05b";}
774
- .icon-remove-circle:before{content:"\f05c";}
775
- .icon-ok-circle:before{content:"\f05d";}
776
- .icon-ban-circle:before{content:"\f05e";}
777
- .icon-arrow-left:before{content:"\f060";}
778
- .icon-arrow-right:before{content:"\f061";}
779
- .icon-arrow-up:before{content:"\f062";}
780
- .icon-arrow-down:before{content:"\f063";}
781
- .icon-share-alt:before{content:"\f064";}
782
- .icon-resize-full:before{content:"\f065";}
783
- .icon-resize-small:before{content:"\f066";}
784
- .icon-plus:before{content:"\f067";}
785
- .icon-minus:before{content:"\f068";}
786
- .icon-asterisk:before{content:"\f069";}
787
- .icon-exclamation-sign:before{content:"\f06a";}
788
- .icon-gift:before{content:"\f06b";}
789
- .icon-leaf:before{content:"\f06c";}
790
- .icon-fire:before{content:"\f06d";}
791
- .icon-eye-open:before{content:"\f06e";}
792
- .icon-eye-close:before{content:"\f070";}
793
- .icon-warning-sign:before{content:"\f071";}
794
- .icon-plane:before{content:"\f072";}
795
- .icon-calendar:before{content:"\f073";}
796
- .icon-random:before{content:"\f074";}
797
- .icon-comment:before{content:"\f075";}
798
- .icon-magnet:before{content:"\f076";}
799
- .icon-chevron-up:before{content:"\f077";}
800
- .icon-chevron-down:before{content:"\f078";}
801
- .icon-retweet:before{content:"\f079";}
802
- .icon-shopping-cart:before{content:"\f07a";}
803
- .icon-folder-close:before{content:"\f07b";}
804
- .icon-folder-open:before{content:"\f07c";}
805
- .icon-resize-vertical:before{content:"\f07d";}
806
- .icon-resize-horizontal:before{content:"\f07e";}
807
- .icon-bar-chart:before{content:"\f080";}
808
- .icon-twitter-sign:before{content:"\f081";}
809
- .icon-facebook-sign:before{content:"\f082";}
810
- .icon-camera-retro:before{content:"\f083";}
811
- .icon-key:before{content:"\f084";}
812
- .icon-cogs:before{content:"\f085";}
813
- .icon-comments:before{content:"\f086";}
814
- .icon-thumbs-up:before{content:"\f087";}
815
- .icon-thumbs-down:before{content:"\f088";}
816
- .icon-star-half:before{content:"\f089";}
817
- .icon-heart-empty:before{content:"\f08a";}
818
- .icon-signout:before{content:"\f08b";}
819
- .icon-linkedin-sign:before{content:"\f08c";}
820
- .icon-pushpin:before{content:"\f08d";}
821
- .icon-external-link:before{content:"\f08e";}
822
- .icon-signin:before{content:"\f090";}
823
- .icon-trophy:before{content:"\f091";}
824
- .icon-github-sign:before{content:"\f092";}
825
- .icon-upload-alt:before{content:"\f093";}
826
- .icon-lemon:before{content:"\f094";}
827
- .icon-phone:before{content:"\f095";}
828
- .icon-check-empty:before{content:"\f096";}
829
- .icon-bookmark-empty:before{content:"\f097";}
830
- .icon-phone-sign:before{content:"\f098";}
831
- .icon-twitter:before{content:"\f099";}
832
- .icon-facebook:before{content:"\f09a";}
833
- .icon-github:before{content:"\f09b";}
834
- .icon-unlock:before{content:"\f09c";}
835
- .icon-credit-card:before{content:"\f09d";}
836
- .icon-rss:before{content:"\f09e";}
837
- .icon-hdd:before{content:"\f0a0";}
838
- .icon-bullhorn:before{content:"\f0a1";}
839
- .icon-bell:before{content:"\f0a2";}
840
- .icon-certificate:before{content:"\f0a3";}
841
- .icon-hand-right:before{content:"\f0a4";}
842
- .icon-hand-left:before{content:"\f0a5";}
843
- .icon-hand-up:before{content:"\f0a6";}
844
- .icon-hand-down:before{content:"\f0a7";}
845
- .icon-circle-arrow-left:before{content:"\f0a8";}
846
- .icon-circle-arrow-right:before{content:"\f0a9";}
847
- .icon-circle-arrow-up:before{content:"\f0aa";}
848
- .icon-circle-arrow-down:before{content:"\f0ab";}
849
- .icon-globe:before{content:"\f0ac";}
850
- .icon-wrench:before{content:"\f0ad";}
851
- .icon-tasks:before{content:"\f0ae";}
852
- .icon-filter:before{content:"\f0b0";}
853
- .icon-briefcase:before{content:"\f0b1";}
854
- .icon-fullscreen:before{content:"\f0b2";}
855
- .icon-group:before{content:"\f0c0";}
856
- .icon-link:before{content:"\f0c1";}
857
- .icon-cloud:before{content:"\f0c2";}
858
- .icon-beaker:before{content:"\f0c3";}
859
- .icon-cut:before{content:"\f0c4";}
860
- .icon-copy:before{content:"\f0c5";}
861
- .icon-paper-clip:before{content:"\f0c6";}
862
- .icon-save:before{content:"\f0c7";}
863
- .icon-sign-blank:before{content:"\f0c8";}
864
- .icon-reorder:before{content:"\f0c9";}
865
- .icon-list-ul:before{content:"\f0ca";}
866
- .icon-list-ol:before{content:"\f0cb";}
867
- .icon-strikethrough:before{content:"\f0cc";}
868
- .icon-underline:before{content:"\f0cd";}
869
- .icon-table:before{content:"\f0ce";}
870
- .icon-magic:before{content:"\f0d0";}
871
- .icon-truck:before{content:"\f0d1";}
872
- .icon-pinterest:before{content:"\f0d2";}
873
- .icon-pinterest-sign:before{content:"\f0d3";}
874
- .icon-google-plus-sign:before{content:"\f0d4";}
875
- .icon-google-plus:before{content:"\f0d5";}
876
- .icon-money:before{content:"\f0d6";}
877
- .icon-caret-down:before{content:"\f0d7";}
878
- .icon-caret-up:before{content:"\f0d8";}
879
- .icon-caret-left:before{content:"\f0d9";}
880
- .icon-caret-right:before{content:"\f0da";}
881
- .icon-columns:before{content:"\f0db";}
882
- .icon-sort:before{content:"\f0dc";}
883
- .icon-sort-down:before{content:"\f0dd";}
884
- .icon-sort-up:before{content:"\f0de";}
885
- .icon-envelope-alt:before{content:"\f0e0";}
886
- .icon-linkedin:before{content:"\f0e1";}
887
- .icon-undo:before{content:"\f0e2";}
888
- .icon-legal:before{content:"\f0e3";}
889
- .icon-dashboard:before{content:"\f0e4";}
890
- .icon-comment-alt:before{content:"\f0e5";}
891
- .icon-comments-alt:before{content:"\f0e6";}
892
- .icon-bolt:before{content:"\f0e7";}
893
- .icon-sitemap:before{content:"\f0e8";}
894
- .icon-umbrella:before{content:"\f0e9";}
895
- .icon-paste:before{content:"\f0ea";}
896
- .icon-user-md:before{content:"\f200";}
897
- [class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-style:normal;font-weight:normal;}
898
- .btn.dropdown-toggle [class^="icon-"],.btn.dropdown-toggle [class*=" icon-"]{line-height:1.4em;}
899
- .icon-large{font-size:1.3333em;}
900
- .icon-glass{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;&nbsp;');}
901
- .icon-music{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;&nbsp;');}
902
- .icon-search{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;&nbsp;');}
903
- .icon-envelope{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;&nbsp;');}
904
- .icon-heart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;&nbsp;');}
905
- .icon-star{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;&nbsp;');}
906
- .icon-star-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;&nbsp;');}
907
- .icon-user{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;&nbsp;');}
908
- .icon-film{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;&nbsp;');}
909
- .icon-th-large{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;&nbsp;');}
910
- .icon-th{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;&nbsp;');}
911
- .icon-th-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;&nbsp;');}
912
- .icon-ok{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;&nbsp;');}
913
- .icon-remove{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;&nbsp;');}
914
- .icon-zoom-in{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;&nbsp;');}
915
- .icon-zoom-out{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;&nbsp;');}
916
- .icon-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;&nbsp;');}
917
- .icon-signal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;&nbsp;');}
918
- .icon-cog{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;&nbsp;');}
919
- .icon-trash{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;&nbsp;');}
920
- .icon-home{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;&nbsp;');}
921
- .icon-file{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;&nbsp;');}
922
- .icon-time{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;&nbsp;');}
923
- .icon-road{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;&nbsp;');}
924
- .icon-download-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;&nbsp;');}
925
- .icon-download{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;&nbsp;');}
926
- .icon-upload{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;&nbsp;');}
927
- .icon-inbox{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;&nbsp;');}
928
- .icon-play-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;&nbsp;');}
929
- .icon-repeat{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;&nbsp;');}
930
- .icon-refresh{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;&nbsp;');}
931
- .icon-list-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;&nbsp;');}
932
- .icon-lock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;&nbsp;');}
933
- .icon-flag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;&nbsp;');}
934
- .icon-headphones{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;&nbsp;');}
935
- .icon-volume-off{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;&nbsp;');}
936
- .icon-volume-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;&nbsp;');}
937
- .icon-volume-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;&nbsp;');}
938
- .icon-qrcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;&nbsp;');}
939
- .icon-barcode{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;&nbsp;');}
940
- .icon-tag{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;&nbsp;');}
941
- .icon-tags{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;&nbsp;');}
942
- .icon-book{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;&nbsp;');}
943
- .icon-bookmark{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;&nbsp;');}
944
- .icon-print{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;&nbsp;');}
945
- .icon-camera{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;&nbsp;');}
946
- .icon-font{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;&nbsp;');}
947
- .icon-bold{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;&nbsp;');}
948
- .icon-italic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;&nbsp;');}
949
- .icon-text-height{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;&nbsp;');}
950
- .icon-text-width{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;&nbsp;');}
951
- .icon-align-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;&nbsp;');}
952
- .icon-align-center{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;&nbsp;');}
953
- .icon-align-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;&nbsp;');}
954
- .icon-align-justify{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;&nbsp;');}
955
- .icon-list{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;&nbsp;');}
956
- .icon-indent-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;&nbsp;');}
957
- .icon-indent-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;&nbsp;');}
958
- .icon-facetime-video{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;&nbsp;');}
959
- .icon-picture{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;&nbsp;');}
960
- .icon-pencil{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;&nbsp;');}
961
- .icon-map-marker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;&nbsp;');}
962
- .icon-adjust{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;&nbsp;');}
963
- .icon-tint{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;&nbsp;');}
964
- .icon-edit{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;&nbsp;');}
965
- .icon-share{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;&nbsp;');}
966
- .icon-check{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;&nbsp;');}
967
- .icon-move{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;&nbsp;');}
968
- .icon-step-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;&nbsp;');}
969
- .icon-fast-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;&nbsp;');}
970
- .icon-backward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;&nbsp;');}
971
- .icon-play{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;&nbsp;');}
972
- .icon-pause{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;&nbsp;');}
973
- .icon-stop{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;&nbsp;');}
974
- .icon-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;&nbsp;');}
975
- .icon-fast-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;&nbsp;');}
976
- .icon-step-forward{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;&nbsp;');}
977
- .icon-eject{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;&nbsp;');}
978
- .icon-chevron-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;&nbsp;');}
979
- .icon-chevron-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;&nbsp;');}
980
- .icon-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;&nbsp;');}
981
- .icon-minus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;&nbsp;');}
982
- .icon-remove-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;&nbsp;');}
983
- .icon-ok-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;&nbsp;');}
984
- .icon-question-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;&nbsp;');}
985
- .icon-info-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;&nbsp;');}
986
- .icon-screenshot{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;&nbsp;');}
987
- .icon-remove-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;&nbsp;');}
988
- .icon-ok-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;&nbsp;');}
989
- .icon-ban-circle{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;&nbsp;');}
990
- .icon-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;&nbsp;');}
991
- .icon-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;&nbsp;');}
992
- .icon-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;&nbsp;');}
993
- .icon-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;&nbsp;');}
994
- .icon-share-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;&nbsp;');}
995
- .icon-resize-full{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;&nbsp;');}
996
- .icon-resize-small{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;&nbsp;');}
997
- .icon-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;&nbsp;');}
998
- .icon-minus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;&nbsp;');}
999
- .icon-asterisk{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;&nbsp;');}
1000
- .icon-exclamation-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;&nbsp;');}
1001
- .icon-gift{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;&nbsp;');}
1002
- .icon-leaf{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;&nbsp;');}
1003
- .icon-fire{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;&nbsp;');}
1004
- .icon-eye-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;&nbsp;');}
1005
- .icon-eye-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;&nbsp;');}
1006
- .icon-warning-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;&nbsp;');}
1007
- .icon-plane{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;&nbsp;');}
1008
- .icon-calendar{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;&nbsp;');}
1009
- .icon-random{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;&nbsp;');}
1010
- .icon-comment{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;&nbsp;');}
1011
- .icon-magnet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;&nbsp;');}
1012
- .icon-chevron-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;&nbsp;');}
1013
- .icon-chevron-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;&nbsp;');}
1014
- .icon-retweet{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;&nbsp;');}
1015
- .icon-shopping-cart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;&nbsp;');}
1016
- .icon-folder-close{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;&nbsp;');}
1017
- .icon-folder-open{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;&nbsp;');}
1018
- .icon-resize-vertical{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;&nbsp;');}
1019
- .icon-resize-horizontal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;&nbsp;');}
1020
- .icon-bar-chart{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;&nbsp;');}
1021
- .icon-twitter-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;&nbsp;');}
1022
- .icon-facebook-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;&nbsp;');}
1023
- .icon-camera-retro{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;&nbsp;');}
1024
- .icon-key{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;&nbsp;');}
1025
- .icon-cogs{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;&nbsp;');}
1026
- .icon-comments{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;&nbsp;');}
1027
- .icon-thumbs-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;&nbsp;');}
1028
- .icon-thumbs-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;&nbsp;');}
1029
- .icon-star-half{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;&nbsp;');}
1030
- .icon-heart-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;&nbsp;');}
1031
- .icon-signout{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;&nbsp;');}
1032
- .icon-linkedin-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;&nbsp;');}
1033
- .icon-pushpin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;&nbsp;');}
1034
- .icon-external-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;&nbsp;');}
1035
- .icon-signin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;&nbsp;');}
1036
- .icon-trophy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;&nbsp;');}
1037
- .icon-github-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;&nbsp;');}
1038
- .icon-upload-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;&nbsp;');}
1039
- .icon-lemon{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;&nbsp;');}
1040
- .icon-phone{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;&nbsp;');}
1041
- .icon-check-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;&nbsp;');}
1042
- .icon-bookmark-empty{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;&nbsp;');}
1043
- .icon-phone-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;&nbsp;');}
1044
- .icon-twitter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;&nbsp;');}
1045
- .icon-facebook{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;&nbsp;');}
1046
- .icon-github{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;&nbsp;');}
1047
- .icon-unlock{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;&nbsp;');}
1048
- .icon-credit-card{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;&nbsp;');}
1049
- .icon-rss{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;&nbsp;');}
1050
- .icon-hdd{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;&nbsp;');}
1051
- .icon-bullhorn{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;&nbsp;');}
1052
- .icon-bell{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;&nbsp;');}
1053
- .icon-certificate{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;&nbsp;');}
1054
- .icon-hand-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;&nbsp;');}
1055
- .icon-hand-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;&nbsp;');}
1056
- .icon-hand-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;&nbsp;');}
1057
- .icon-hand-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;&nbsp;');}
1058
- .icon-circle-arrow-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;&nbsp;');}
1059
- .icon-circle-arrow-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;&nbsp;');}
1060
- .icon-circle-arrow-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;&nbsp;');}
1061
- .icon-circle-arrow-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;&nbsp;');}
1062
- .icon-globe{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;&nbsp;');}
1063
- .icon-wrench{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;&nbsp;');}
1064
- .icon-tasks{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;&nbsp;');}
1065
- .icon-filter{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;&nbsp;');}
1066
- .icon-briefcase{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;&nbsp;');}
1067
- .icon-fullscreen{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;&nbsp;');}
1068
- .icon-group{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;&nbsp;');}
1069
- .icon-link{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;&nbsp;');}
1070
- .icon-cloud{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;&nbsp;');}
1071
- .icon-beaker{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;&nbsp;');}
1072
- .icon-cut{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;&nbsp;');}
1073
- .icon-copy{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;&nbsp;');}
1074
- .icon-paper-clip{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;&nbsp;');}
1075
- .icon-save{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;&nbsp;');}
1076
- .icon-sign-blank{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;&nbsp;');}
1077
- .icon-reorder{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;&nbsp;');}
1078
- .icon-list-ul{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;&nbsp;');}
1079
- .icon-list-ol{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;&nbsp;');}
1080
- .icon-strikethrough{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;&nbsp;');}
1081
- .icon-underline{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;&nbsp;');}
1082
- .icon-table{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;&nbsp;');}
1083
- .icon-magic{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;&nbsp;');}
1084
- .icon-truck{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;&nbsp;');}
1085
- .icon-pinterest{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;&nbsp;');}
1086
- .icon-pinterest-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;&nbsp;');}
1087
- .icon-google-plus-sign{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;&nbsp;');}
1088
- .icon-google-plus{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;&nbsp;');}
1089
- .icon-money{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;&nbsp;');}
1090
- .icon-caret-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;&nbsp;');}
1091
- .icon-caret-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;&nbsp;');}
1092
- .icon-caret-left{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;&nbsp;');}
1093
- .icon-caret-right{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;&nbsp;');}
1094
- .icon-columns{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;&nbsp;');}
1095
- .icon-sort{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;&nbsp;');}
1096
- .icon-sort-down{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;&nbsp;');}
1097
- .icon-sort-up{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;&nbsp;');}
1098
- .icon-envelope-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;');}
1099
- .icon-linkedin{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;&nbsp;');}
1100
- .icon-undo{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;&nbsp;');}
1101
- .icon-legal{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;&nbsp;');}
1102
- .icon-dashboard{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;&nbsp;');}
1103
- .icon-comment-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;');}
1104
- .icon-comments-alt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;&nbsp;');}
1105
- .icon-bolt{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;&nbsp;');}
1106
- .icon-sitemap{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;&nbsp;');}
1107
- .icon-umbrella{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;&nbsp;');}
1108
- .icon-paste{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;&nbsp;');}
1109
- .icon-user-md{*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf200;&nbsp;');}
1110
- .dropup,.dropdown{position:relative;}
1111
- .dropdown-toggle{*margin-bottom:-3px;}
1112
- .dropdown-toggle:active,.open .dropdown-toggle{outline:0;}
1113
- .caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000000;border-right:4px solid transparent;border-left:4px solid transparent;content:"";opacity:0.3;filter:alpha(opacity=30);}
1114
- .dropdown .caret{margin-top:8px;margin-left:2px;}
1115
- .dropdown:hover .caret,.open .caret{opacity:1;filter:alpha(opacity=100);}
1116
- .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:4px 0;margin:1px 0 0;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;}.dropdown-menu.pull-right{right:0;left:auto;}
1117
- .dropdown-menu .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
1118
- .dropdown-menu a{display:block;padding:3px 15px;clear:both;font-weight:normal;line-height:18px;color:#333333;white-space:nowrap;}
1119
- .dropdown-menu li>a:hover,.dropdown-menu .active>a,.dropdown-menu .active>a:hover{color:#ffffff;text-decoration:none;background-color:#0088cc;}
1120
- .open{*z-index:1000;}.open >.dropdown-menu{display:block;}
1121
- .pull-right>.dropdown-menu{right:0;left:auto;}
1122
- .dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000000;content:"\2191";}
1123
- .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px;}
1124
- .typeahead{margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
1125
- .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #eee;border:1px solid rgba(0, 0, 0, 0.05);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);}.well blockquote{border-color:#ddd;border-color:rgba(0, 0, 0, 0.15);}
1126
- .well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
1127
- .well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
1128
- .fade{opacity:0;-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;-ms-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear;}.fade.in{opacity:1;}
1129
- .collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;-ms-transition:height 0.35s ease;-o-transition:height 0.35s ease;transition:height 0.35s ease;}.collapse.in{height:auto;}
1130
- .close{float:right;font-size:20px;font-weight:bold;line-height:18px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:0.2;filter:alpha(opacity=20);}.close:hover{color:#000000;text-decoration:none;cursor:pointer;opacity:0.4;filter:alpha(opacity=40);}
1131
- button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}
1132
- .btn{display:inline-block;*display:inline;*zoom:1;padding:4px 10px 4px;margin-bottom:0;font-size:13px;line-height:18px;*line-height:20px;color:#333333;text-align:center;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-ms-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(top, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{background-color:#e6e6e6;*background-color:#d9d9d9;}
1133
- .btn:active,.btn.active{background-color:#cccccc \9;}
1134
- .btn:first-child{*margin-left:0;}
1135
- .btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-ms-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
1136
- .btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
1137
- .btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
1138
- .btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
1139
- .btn-large{padding:9px 14px;font-size:15px;line-height:normal;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
1140
- .btn-large [class^="icon-"]{margin-top:1px;}
1141
- .btn-small{padding:5px 9px;font-size:11px;line-height:16px;}
1142
- .btn-small [class^="icon-"]{margin-top:-1px;}
1143
- .btn-mini{padding:2px 6px;font-size:11px;line-height:14px;}
1144
- .btn-primary,.btn-primary:hover,.btn-warning,.btn-warning:hover,.btn-danger,.btn-danger:hover,.btn-success,.btn-success:hover,.btn-info,.btn-info:hover,.btn-inverse,.btn-inverse:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
1145
- .btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
1146
- .btn{border-color:#ccc;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);}
1147
- .btn-primary{background-color:#0074cc;background-image:-moz-linear-gradient(top, #0088cc, #0055cc);background-image:-ms-linear-gradient(top, #0088cc, #0055cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));background-image:-webkit-linear-gradient(top, #0088cc, #0055cc);background-image:-o-linear-gradient(top, #0088cc, #0055cc);background-image:linear-gradient(top, #0088cc, #0055cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);border-color:#0055cc #0055cc #003580;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0055cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{background-color:#0055cc;*background-color:#004ab3;}
1148
- .btn-primary:active,.btn-primary.active{background-color:#004099 \9;}
1149
- .btn-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#f89406;*background-color:#df8505;}
1150
- .btn-warning:active,.btn-warning.active{background-color:#c67605 \9;}
1151
- .btn-danger{background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-ms-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(top, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{background-color:#bd362f;*background-color:#a9302a;}
1152
- .btn-danger:active,.btn-danger.active{background-color:#942a25 \9;}
1153
- .btn-success{background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-ms-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(top, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{background-color:#51a351;*background-color:#499249;}
1154
- .btn-success:active,.btn-success.active{background-color:#408140 \9;}
1155
- .btn-info{background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-ms-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(top, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{background-color:#2f96b4;*background-color:#2a85a0;}
1156
- .btn-info:active,.btn-info.active{background-color:#24748c \9;}
1157
- .btn-inverse{background-color:#414141;background-image:-moz-linear-gradient(top, #555555, #222222);background-image:-ms-linear-gradient(top, #555555, #222222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));background-image:-webkit-linear-gradient(top, #555555, #222222);background-image:-o-linear-gradient(top, #555555, #222222);background-image:linear-gradient(top, #555555, #222222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);border-color:#222222 #222222 #000000;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#222222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{background-color:#222222;*background-color:#151515;}
1158
- .btn-inverse:active,.btn-inverse.active{background-color:#080808 \9;}
1159
- button.btn,input[type="submit"].btn{*padding-top:2px;*padding-bottom:2px;}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0;}
1160
- button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px;}
1161
- button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px;}
1162
- button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px;}
1163
- .btn-group{position:relative;*zoom:1;*margin-left:.3em;}.btn-group:before,.btn-group:after{display:table;content:"";}
1164
- .btn-group:after{clear:both;}
1165
- .btn-group:first-child{*margin-left:0;}
1166
- .btn-group+.btn-group{margin-left:5px;}
1167
- .btn-toolbar{margin-top:9px;margin-bottom:9px;}.btn-toolbar .btn-group{display:inline-block;*display:inline;*zoom:1;}
1168
- .btn-group>.btn{position:relative;float:left;margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
1169
- .btn-group>.btn:first-child{margin-left:0;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;}
1170
- .btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;}
1171
- .btn-group>.btn.large:first-child{margin-left:0;-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px;}
1172
- .btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px;}
1173
- .btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2;}
1174
- .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}
1175
- .btn-group>.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:4px;*padding-bottom:4px;}
1176
- .btn-group>.btn-mini.dropdown-toggle{padding-left:5px;padding-right:5px;}
1177
- .btn-group>.btn-small.dropdown-toggle{*padding-top:4px;*padding-bottom:4px;}
1178
- .btn-group>.btn-large.dropdown-toggle{padding-left:12px;padding-right:12px;}
1179
- .btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
1180
- .btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6;}
1181
- .btn-group.open .btn-primary.dropdown-toggle{background-color:#0055cc;}
1182
- .btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406;}
1183
- .btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f;}
1184
- .btn-group.open .btn-success.dropdown-toggle{background-color:#51a351;}
1185
- .btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4;}
1186
- .btn-group.open .btn-inverse.dropdown-toggle{background-color:#222222;}
1187
- .btn .caret{margin-top:7px;margin-left:0;}
1188
- .btn:hover .caret,.open.btn-group .caret{opacity:1;filter:alpha(opacity=100);}
1189
- .btn-mini .caret{margin-top:5px;}
1190
- .btn-small .caret{margin-top:6px;}
1191
- .btn-large .caret{margin-top:6px;border-left-width:5px;border-right-width:5px;border-top-width:5px;}
1192
- .dropup .btn-large .caret{border-bottom:5px solid #000000;border-top:0;}
1193
- .btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
1194
- .alert{padding:8px 35px 8px 14px;margin-bottom:18px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#c09853;}
1195
- .alert-heading{color:inherit;}
1196
- .alert .close{position:relative;top:-2px;right:-21px;line-height:18px;}
1197
- .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
1198
- .alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
1199
- .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
1200
- .alert-block{padding-top:14px;padding-bottom:14px;}
1201
- .alert-block>p,.alert-block>ul{margin-bottom:0;}
1202
- .alert-block p+p{margin-top:5px;}
1203
- .nav{margin-left:0;margin-bottom:18px;list-style:none;}
1204
- .nav>li>a{display:block;}
1205
- .nav>li>a:hover{text-decoration:none;background-color:#eeeeee;}
1206
- .nav>.pull-right{float:right;}
1207
- .nav .nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:18px;color:#999999;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);text-transform:uppercase;}
1208
- .nav li+.nav-header{margin-top:9px;}
1209
- .nav-list{padding-left:15px;padding-right:15px;margin-bottom:0;}
1210
- .nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);}
1211
- .nav-list>li>a{padding:3px 15px;}
1212
- .nav-list>.active>a,.nav-list>.active>a:hover{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);background-color:#0088cc;}
1213
- .nav-list [class^="icon-"]{margin-right:2px;}
1214
- .nav-list .divider{*width:100%;height:1px;margin:8px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #ffffff;}
1215
- .nav-tabs,.nav-pills{*zoom:1;}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";}
1216
- .nav-tabs:after,.nav-pills:after{clear:both;}
1217
- .nav-tabs>li,.nav-pills>li{float:left;}
1218
- .nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px;}
1219
- .nav-tabs{border-bottom:1px solid #ddd;}
1220
- .nav-tabs>li{margin-bottom:-1px;}
1221
- .nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:18px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd;}
1222
- .nav-tabs>.active>a,.nav-tabs>.active>a:hover{color:#555555;background-color:#ffffff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default;}
1223
- .nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
1224
- .nav-pills>.active>a,.nav-pills>.active>a:hover{color:#ffffff;background-color:#0088cc;}
1225
- .nav-stacked>li{float:none;}
1226
- .nav-stacked>li>a{margin-right:0;}
1227
- .nav-tabs.nav-stacked{border-bottom:0;}
1228
- .nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
1229
- .nav-tabs.nav-stacked>li:first-child>a{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;}
1230
- .nav-tabs.nav-stacked>li:last-child>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
1231
- .nav-tabs.nav-stacked>li>a:hover{border-color:#ddd;z-index:2;}
1232
- .nav-pills.nav-stacked>li>a{margin-bottom:3px;}
1233
- .nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px;}
1234
- .nav-tabs .dropdown-menu{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}
1235
- .nav-pills .dropdown-menu{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
1236
- .nav-tabs .dropdown-toggle .caret,.nav-pills .dropdown-toggle .caret{border-top-color:#0088cc;border-bottom-color:#0088cc;margin-top:6px;}
1237
- .nav-tabs .dropdown-toggle:hover .caret,.nav-pills .dropdown-toggle:hover .caret{border-top-color:#005580;border-bottom-color:#005580;}
1238
- .nav-tabs .active .dropdown-toggle .caret,.nav-pills .active .dropdown-toggle .caret{border-top-color:#333333;border-bottom-color:#333333;}
1239
- .nav>.dropdown.active>a:hover{color:#000000;cursor:pointer;}
1240
- .nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover{color:#ffffff;background-color:#999999;border-color:#999999;}
1241
- .nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;opacity:1;filter:alpha(opacity=100);}
1242
- .tabs-stacked .open>a:hover{border-color:#999999;}
1243
- .tabbable{*zoom:1;}.tabbable:before,.tabbable:after{display:table;content:"";}
1244
- .tabbable:after{clear:both;}
1245
- .tab-content{overflow:auto;}
1246
- .tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0;}
1247
- .tab-content>.tab-pane,.pill-content>.pill-pane{display:none;}
1248
- .tab-content>.active,.pill-content>.active{display:block;}
1249
- .tabs-below>.nav-tabs{border-top:1px solid #ddd;}
1250
- .tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0;}
1251
- .tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.tabs-below>.nav-tabs>li>a:hover{border-bottom-color:transparent;border-top-color:#ddd;}
1252
- .tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd #ddd;}
1253
- .tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none;}
1254
- .tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;}
1255
- .tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd;}
1256
- .tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}
1257
- .tabs-left>.nav-tabs>li>a:hover{border-color:#eeeeee #dddddd #eeeeee #eeeeee;}
1258
- .tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover{border-color:#ddd transparent #ddd #ddd;*border-right-color:#ffffff;}
1259
- .tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd;}
1260
- .tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}
1261
- .tabs-right>.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #eeeeee #dddddd;}
1262
- .tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#ffffff;}
1263
- .navbar{*position:relative;*z-index:2;overflow:visible;margin-bottom:18px;}
1264
- .navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);}
1265
- .navbar .container{width:auto;}
1266
- .nav-collapse.collapse{height:auto;}
1267
- .navbar{color:#999999;}.navbar .brand:hover{text-decoration:none;}
1268
- .navbar .brand{float:left;display:block;padding:8px 20px 12px;margin-left:-20px;font-size:20px;font-weight:200;line-height:1;color:#999999;}
1269
- .navbar .navbar-text{margin-bottom:0;line-height:40px;}
1270
- .navbar .navbar-link{color:#999999;}.navbar .navbar-link:hover{color:#ffffff;}
1271
- .navbar .btn,.navbar .btn-group{margin-top:5px;}
1272
- .navbar .btn-group .btn{margin:0;}
1273
- .navbar-form{margin-bottom:0;*zoom:1;}.navbar-form:before,.navbar-form:after{display:table;content:"";}
1274
- .navbar-form:after{clear:both;}
1275
- .navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px;}
1276
- .navbar-form input,.navbar-form select{display:inline-block;margin-bottom:0;}
1277
- .navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px;}
1278
- .navbar-form .input-append,.navbar-form .input-prepend{margin-top:6px;white-space:nowrap;}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0;}
1279
- .navbar-search{position:relative;float:left;margin-top:6px;margin-bottom:0;}.navbar-search .search-query{padding:4px 9px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;color:#ffffff;background-color:transparent;border:1px solid transparent;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;}.navbar-search .search-query:-moz-placeholder{color:#cccccc;}
1280
- .navbar-search .search-query:-ms-input-placeholder{color:#cccccc;}
1281
- .navbar-search .search-query::-webkit-input-placeholder{color:#cccccc;}
1282
- .navbar-search .search-query:focus,.navbar-search .search-query.focused{padding:5px 10px;color:#333333;text-shadow:0 1px 0 #ffffff;background-color:#ffffff;border:0;-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);box-shadow:0 0 3px rgba(0, 0, 0, 0.15);outline:0;}
1283
- .navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0;}
1284
- .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
1285
- .navbar-fixed-top .container,.navbar-fixed-bottom .container{width:958px;}
1286
- .navbar-fixed-top{top:0;}
1287
- .navbar-fixed-bottom{bottom:0;}
1288
- .navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0;}
1289
- .navbar .nav.pull-right{float:right;}
1290
- .navbar .nav>li{display:block;float:left;}
1291
- .navbar .nav>li>a{float:none;padding:9px 10px 11px;line-height:19px;color:#999999;text-decoration:none;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);}
1292
- .navbar .btn{display:inline-block;padding:4px 10px 4px;margin:5px 5px 6px;line-height:18px;}
1293
- .navbar .btn-group{margin:0;padding:5px 5px 6px;}
1294
- .navbar .nav>li>a:hover{background-color:transparent;color:#ffffff;text-decoration:none;}
1295
- .navbar .nav .active>a,.navbar .nav .active>a:hover{color:#ffffff;text-decoration:none;background-color:transparent;}
1296
- .navbar .divider-vertical{height:40px;width:1px;margin:0 9px;overflow:hidden;background-color:transparent;border-right:1px solid transparent;}
1297
- .navbar .nav.pull-right{margin-left:10px;margin-right:0;}
1298
- .navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-left:5px;margin-right:5px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);}
1299
- .navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}
1300
- .btn-navbar .icon-bar+.icon-bar{margin-top:3px;}
1301
- .navbar .dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0, 0, 0, 0.2);position:absolute;top:-7px;left:9px;}
1302
- .navbar .dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;position:absolute;top:-6px;left:10px;}
1303
- .navbar-fixed-bottom .dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0, 0, 0, 0.2);border-bottom:0;bottom:-7px;top:auto;}
1304
- .navbar-fixed-bottom .dropdown-menu:after{border-top:6px solid #ffffff;border-bottom:0;bottom:-6px;top:auto;}
1305
- .navbar .nav li.dropdown .dropdown-toggle .caret,.navbar .nav li.dropdown.open .caret{border-top-color:#ffffff;border-bottom-color:#ffffff;}
1306
- .navbar .nav li.dropdown.active .caret{opacity:1;filter:alpha(opacity=100);}
1307
- .navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:transparent;}
1308
- .navbar .nav li.dropdown.active>.dropdown-toggle:hover{color:#ffffff;}
1309
- .navbar .pull-right .dropdown-menu,.navbar .dropdown-menu.pull-right{left:auto;right:0;}.navbar .pull-right .dropdown-menu:before,.navbar .dropdown-menu.pull-right:before{left:auto;right:12px;}
1310
- .navbar .pull-right .dropdown-menu:after,.navbar .dropdown-menu.pull-right:after{left:auto;right:13px;}
1311
- .breadcrumb{padding:7px 14px;margin:0 0 18px;list-style:none;background-color:#fbfbfb;background-image:-moz-linear-gradient(top, #ffffff, #f5f5f5);background-image:-ms-linear-gradient(top, #ffffff, #f5f5f5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));background-image:-webkit-linear-gradient(top, #ffffff, #f5f5f5);background-image:-o-linear-gradient(top, #ffffff, #f5f5f5);background-image:linear-gradient(top, #ffffff, #f5f5f5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);border:1px solid #ddd;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;}.breadcrumb li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #ffffff;}
1312
- .breadcrumb .divider{padding:0 5px;color:#999999;}
1313
- .breadcrumb .active a{color:#333333;}
1314
- .pagination{height:36px;margin:18px 0;}
1315
- .pagination ul{display:inline-block;*display:inline;*zoom:1;margin-left:0;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);}
1316
- .pagination li{display:inline;}
1317
- .pagination a{float:left;padding:0 14px;line-height:34px;text-decoration:none;border:1px solid #ddd;border-left-width:0;}
1318
- .pagination a:hover,.pagination .active a{background-color:#f5f5f5;}
1319
- .pagination .active a{color:#999999;cursor:default;}
1320
- .pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover{color:#999999;background-color:transparent;cursor:default;}
1321
- .pagination li:first-child a{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px;}
1322
- .pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0;}
1323
- .pagination-centered{text-align:center;}
1324
- .pagination-right{text-align:right;}
1325
- .pager{margin-left:0;margin-bottom:18px;list-style:none;text-align:center;*zoom:1;}.pager:before,.pager:after{display:table;content:"";}
1326
- .pager:after{clear:both;}
1327
- .pager li{display:inline;}
1328
- .pager a{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;}
1329
- .pager a:hover{text-decoration:none;background-color:#f5f5f5;}
1330
- .pager .next a{float:right;}
1331
- .pager .previous a{float:left;}
1332
- .pager .disabled a,.pager .disabled a:hover{color:#999999;background-color:#fff;cursor:default;}
1333
- .modal-open .dropdown-menu{z-index:2050;}
1334
- .modal-open .dropdown.open{*z-index:2050;}
1335
- .modal-open .popover{z-index:2060;}
1336
- .modal-open .tooltip{z-index:2070;}
1337
- .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000;}.modal-backdrop.fade{opacity:0;}
1338
- .modal-backdrop,.modal-backdrop.fade.in{opacity:0.8;filter:alpha(opacity=80);}
1339
- .modal{position:fixed;top:50%;left:50%;z-index:1050;overflow:auto;width:560px;margin:-250px 0 0 -280px;background-color:#ffffff;border:1px solid #999;border:1px solid rgba(0, 0, 0, 0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-ms-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%;}
1340
- .modal.fade.in{top:50%;}
1341
- .modal-header{padding:9px 15px;border-bottom:1px solid #eee;}.modal-header .close{margin-top:2px;}
1342
- .modal-body{overflow-y:auto;max-height:400px;padding:15px;}
1343
- .modal-form{margin-bottom:0;}
1344
- .modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff;*zoom:1;}.modal-footer:before,.modal-footer:after{display:table;content:"";}
1345
- .modal-footer:after{clear:both;}
1346
- .modal-footer .btn+.btn{margin-left:5px;margin-bottom:0;}
1347
- .modal-footer .btn-group .btn+.btn{margin-left:-1px;}
1348
- .tooltip{position:absolute;z-index:1020;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0);}.tooltip.in{opacity:0.8;filter:alpha(opacity=80);}
1349
- .tooltip.top{margin-top:-2px;}
1350
- .tooltip.right{margin-left:2px;}
1351
- .tooltip.bottom{margin-top:2px;}
1352
- .tooltip.left{margin-left:-2px;}
1353
- .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
1354
- .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
1355
- .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
1356
- .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
1357
- .tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;text-decoration:none;background-color:#000000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
1358
- .tooltip-arrow{position:absolute;width:0;height:0;}
1359
- .popover{position:absolute;top:0;left:0;z-index:1010;display:none;padding:5px;}.popover.top{margin-top:-5px;}
1360
- .popover.right{margin-left:5px;}
1361
- .popover.bottom{margin-top:5px;}
1362
- .popover.left{margin-left:-5px;}
1363
- .popover.top .arrow{bottom:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000000;}
1364
- .popover.right .arrow{top:50%;left:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-right:5px solid #000000;}
1365
- .popover.bottom .arrow{top:0;left:50%;margin-left:-5px;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #000000;}
1366
- .popover.left .arrow{top:50%;right:0;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;}
1367
- .popover .arrow{position:absolute;width:0;height:0;}
1368
- .popover-inner{padding:3px;width:280px;overflow:hidden;background:#000000;background:rgba(0, 0, 0, 0.8);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
1369
- .popover-title{padding:9px 15px;line-height:1;background-color:#f5f5f5;border-bottom:1px solid #eee;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;}
1370
- .popover-content{padding:14px;background-color:#ffffff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.popover-content p,.popover-content ul,.popover-content ol{margin-bottom:0;}
1371
- .thumbnails{margin-left:-2px;list-style:none;*zoom:1;}.thumbnails:before,.thumbnails:after{display:table;content:"";}
1372
- .thumbnails:after{clear:both;}
1373
- .row-fluid .thumbnails{margin-left:0;}
1374
- .thumbnails>li{float:left;margin-bottom:18px;margin-left:2px;}
1375
- .thumbnail{display:block;padding:4px;line-height:1;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}
1376
- a.thumbnail:hover{border-color:#0088cc;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
1377
- .thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto;}
1378
- .thumbnail .caption{padding:9px;}
1379
- .label,.badge{font-size:10.998px;font-weight:bold;line-height:14px;color:#ffffff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#999999;}
1380
- .label{padding:1px 4px 2px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
1381
- .badge{padding:1px 9px 2px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px;}
1382
- a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
1383
- .label-important,.badge-important{background-color:#b94a48;}
1384
- .label-important[href],.badge-important[href]{background-color:#953b39;}
1385
- .label-warning,.badge-warning{background-color:#f89406;}
1386
- .label-warning[href],.badge-warning[href]{background-color:#c67605;}
1387
- .label-success,.badge-success{background-color:#468847;}
1388
- .label-success[href],.badge-success[href]{background-color:#356635;}
1389
- .label-info,.badge-info{background-color:#3a87ad;}
1390
- .label-info[href],.badge-info[href]{background-color:#2d6987;}
1391
- .label-inverse,.badge-inverse{background-color:#333333;}
1392
- .label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a;}
1393
- @-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-ms-keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:0 0;} to{background-position:40px 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;} to{background-position:0 0;}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-ms-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(top, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
1394
- .progress .bar{width:0%;height:18px;color:#ffffff;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-ms-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(top, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-ms-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
1395
- .progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px;}
1396
- .progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}
1397
- .progress-danger .bar{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-ms-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(top, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);}
1398
- .progress-danger.progress-striped .bar{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
1399
- .progress-success .bar{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-ms-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(top, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);}
1400
- .progress-success.progress-striped .bar{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
1401
- .progress-info .bar{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-ms-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(top, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);}
1402
- .progress-info.progress-striped .bar{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
1403
- .progress-warning .bar{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-ms-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(top, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);}
1404
- .progress-warning.progress-striped .bar{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));background-image:-webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);}
1405
- .accordion{margin-bottom:18px;}
1406
- .accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
1407
- .accordion-heading{border-bottom:0;}
1408
- .accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
1409
- .accordion-toggle{cursor:pointer;}
1410
- .accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}
1411
- .carousel{position:relative;margin-bottom:18px;line-height:1;}
1412
- .carousel-inner{overflow:hidden;width:100%;position:relative;}
1413
- .carousel .item{display:none;position:relative;-webkit-transition:0.6s ease-in-out left;-moz-transition:0.6s ease-in-out left;-ms-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left;}
1414
- .carousel .item>img{display:block;line-height:1;}
1415
- .carousel .active,.carousel .next,.carousel .prev{display:block;}
1416
- .carousel .active{left:0;}
1417
- .carousel .next,.carousel .prev{position:absolute;top:0;width:100%;}
1418
- .carousel .next{left:100%;}
1419
- .carousel .prev{left:-100%;}
1420
- .carousel .next.left,.carousel .prev.right{left:0;}
1421
- .carousel .active.left{left:-100%;}
1422
- .carousel .active.right{left:100%;}
1423
- .carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#ffffff;text-align:center;background:#222222;border:3px solid #ffffff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:0.5;filter:alpha(opacity=50);}.carousel-control.right{left:auto;right:15px;}
1424
- .carousel-control:hover{color:#ffffff;text-decoration:none;opacity:0.9;filter:alpha(opacity=90);}
1425
- .carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:10px 15px 5px;background:#333333;background:rgba(0, 0, 0, 0.75);}
1426
- .carousel-caption h4,.carousel-caption p{color:#ffffff;}
1427
- .hero-unit{padding:60px;margin-bottom:30px;background-color:#eeeeee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px;}
1428
- .hero-unit p{font-size:18px;font-weight:200;line-height:27px;color:inherit;}
1429
- .pull-right{float:right;}
1430
- .pull-left{float:left;}
1431
- .hide{display:none;}
1432
- .show{display:block;}
1433
- .invisible{visibility:hidden;}