Ultimate CSV Importer - Version 3.5.0

Version Description

Download this release

Release Info

Developer smackcoders
Plugin Icon 128x128 Ultimate CSV Importer
Version 3.5.0
Comparing to
See all releases

Code changes from version 3.3.1 to 3.5.0

Files changed (95) hide show
  1. Readme.txt +217 -127
  2. SmackImpCE.php +0 -602
  3. SmackWpHandler.php +0 -78
  4. class.comments.php +0 -26
  5. class.modulehandler.php +0 -34
  6. class.rendercsv.php +0 -313
  7. class.settings.php +0 -74
  8. class.userroles.php +0 -153
  9. config/schema.php +45 -0
  10. config/settings.php +55 -0
  11. css/blank.gif +0 -0
  12. css/bootstrap.css +7325 -0
  13. css/bootstrap.min.css +9 -0
  14. css/custom-style.css +0 -505
  15. css/fancybox_loading.gif +0 -0
  16. css/fancybox_loading@2x.gif +0 -0
  17. css/fancybox_overlay.png +0 -0
  18. css/fancybox_sprite.png +0 -0
  19. css/fancybox_sprite@2x.png +0 -0
  20. css/font-awesome.css +1340 -0
  21. css/jquery-ui.css +489 -0
  22. css/jquery.fileupload.css +36 -0
  23. css/main.css +579 -0
  24. css/style.css +229 -0
  25. fonts/FontAwesome.otf +0 -0
  26. fonts/fontawesome-webfont.eot +0 -0
  27. fonts/fontawesome-webfont.svg +414 -0
  28. fonts/fontawesome-webfont.ttf +0 -0
  29. fonts/fontawesome-webfont.woff +0 -0
  30. fonts/glyphicons-halflings-regular.eot +0 -0
  31. fonts/glyphicons-halflings-regular.svg +229 -0
  32. fonts/glyphicons-halflings-regular.ttf +0 -0
  33. fonts/glyphicons-halflings-regular.woff +0 -0
  34. images/HeadersExplained.jpeg +0 -0
  35. images/Importicon_24.png +0 -0
  36. images/SubscribeViaEmail.gif +0 -0
  37. images/ajax-loader.gif +0 -0
  38. images/arrow_down.gif +0 -0
  39. images/arrow_up.gif +0 -0
  40. images/bg.gif +0 -0
  41. images/csv-pro_01.png +0 -0
  42. images/csv-pro_02.png +0 -0
  43. images/csv-pro_04.png +0 -0
  44. images/csv-pro_06.png +0 -0
  45. images/csv-pro_07.png +0 -0
  46. images/csv-pro_08.png +0 -0
  47. images/csv-pro_10.png +0 -0
  48. images/csv-pro_11.png +0 -0
  49. images/csv-pro_13.png +0 -0
  50. images/csv-pro_14.png +0 -0
  51. images/csv-pro_16.png +0 -0
  52. images/csv-pro_18.png +0 -0
  53. images/csv-pro_19.png +0 -0
  54. images/csv-pro_20.png +0 -0
  55. images/csv-pro_21.png +0 -0
  56. images/csv_delete.png +0 -0
  57. images/csv_download.png +0 -0
  58. images/csv_download_all.png +0 -0
  59. images/csv_importer_dashboard_v3.5.png +0 -0
  60. images/csv_records_delete.png +0 -0
  61. images/custompostuitype.png +0 -0
  62. images/delete_records.png +0 -0
  63. images/donatenow.png +0 -0
  64. images/eshop.png +0 -0
  65. images/facebook.png +0 -0
  66. images/googleplus.png +0 -0
  67. images/icon.png +0 -0
  68. images/importerpro.png +0 -0
  69. images/linkedin.png +0 -0
  70. images/loading.gif +0 -0
  71. images/notactive.png +0 -0
  72. images/notok.png +0 -0
  73. images/ok.png +0 -0
  74. images/paypal_donate_button.png +0 -0
  75. images/progressbar.gif +0 -0
  76. images/spacer.gif +0 -0
  77. images/sprite.png +0 -0
  78. images/stats.png +0 -0
  79. images/stats5263_03.png +0 -0
  80. images/stats5263_05.png +0 -0
  81. images/stats5263_09.png +0 -0
  82. images/stats5263_12.png +0 -0
  83. images/stats5263_15.png +0 -0
  84. images/stats5263_17.png +0 -0
  85. images/tabbg.gif +0 -0
  86. images/tabbg2.gif +0 -0
  87. images/trash_records.png +0 -0
  88. images/twitter.png +0 -0
  89. includes/WPImporter_includes_helper.php +784 -0
  90. index.php +81 -0
  91. js/bootstrap-collapse.js +136 -0
  92. js/bootstrap.min.js +6 -0
  93. js/buttons.js +115 -0
  94. js/jquery.fileupload.js +1416 -0
  95. js/jquery.js +8183 -0
Readme.txt CHANGED
@@ -1,152 +1,248 @@
1
- === WP Ultimate CSV Importer Plugin ===
2
  Contributors: smackcoders, mayavee, fenzik, fredricksujin, rajkumarmohan, kumarsacoe, yesjosephraja, muthukumarp, mansoorkhan
3
  Donate link: http://www.smackcoders.com/donate.html
4
- Tags: batch, excel, import, spreadsheet, plugin, admin, csv, importer,
5
- Requires at least: 3.4.0
6
- Tested up to: 3.8
7
- Stable tag: 3.3.1
8
- Version: 3.3.1
9
  Author: smackcoders
10
  Author URI: http://profiles.wordpress.org/smackcoders/
11
- License: GPLv2 or later
12
 
13
- A plugin that turns your offline data as wordpress post, page or custom post data's by simple mapping feature as csv file import.
14
 
 
15
 
16
  == Description ==
17
 
18
- Version 3.3.1 is now available with Multi site compatibility. Note:- User import option is switched off in multi site mode.
19
- [Please visit for guides and tutorials.] (http://www.smackcoders.com/category/free-wordpress-plugins.html)
20
-
21
- WP Ultimate CSV Importer Plugin helps you to import any CSV file as post, page or even as custom post type. Convert your offline database maintained for years into your valuable website content. Also do periodical content changes, maintenance, content update, prices, offers, coupons and inventory etc.
22
-
23
- This simple but ultimate plugin as you can import everything needed to create as any WP post types from admin as simple as CSV file. Just in few clicks to map your CSV data set to match the Wordpress fields to import. That�s all, now your imports are turned as Wordpress site content in matter of seconds. No more pain of creating post content one by one of converting your offline data. You can import all the essential data as Wordpress post and skip unwanted things. Or you can import as many as custom fields without missing even a single data. Provided you should have a theme that supports custom fields. So you can now make use of your offline data, inventory, price catalog, information data, database and any other excel data sheet for online content distribution to your valuable visitor or customers.
24
-
25
- 1. Admin can import the data's from any CSV file.
26
- 2. Can import as post, page or custom post.
27
- 3. Compatible with Custom post type UI plugin support
28
- 4. Can define the type of post and post status while importing.
29
- 5. Powerful mapping feature enable importing the data's as perfect Wordpress post types.
30
- 6. Users can map column headers to existing fields or create and assign as unlimited custom fields.
31
- 7. Import unlimited data as any post type.
32
- 8. Make imported post as published, private, pending, draft, sticky or even as password protected.
33
- 9. Define different post status for every individual post via CSV.
34
- 10. Add featured image Url to every post.
35
- 11. Assign authors to every post.
36
- 12. Add title, content, excerpt and slug to posts
37
- 13. Assign multiple tags and categories to post
38
- 14. Non existing tags and categories are created automatically
39
- 15. Assign date of publishing either a previous date or futures date for scheduled publishing.
40
- 16. Skip Duplicate titles or content or both to avoid duplicates at time of import itself
41
- 17. Only option we missed is post format, will be added in next major update.
42
 
43
- <p>http://www.youtube.com/watch?v=OwKdt_NlT2U&list=PL2k3Ck1bFtbQqFhOK7g08kxENI4qQkmC</p>
44
 
 
45
 
46
- Important Notes:
47
- You can schedule your post for future publishing automatically by mentioning futuredate and time in date field of partcular post in your csv file.
48
- Your theme should support featured image function. If not, please add the following code to header.php or where you need to diplay. add_theme_support( 'post-thumbnails' );
49
- You can follow the instructions as given here
50
- [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
51
- [http://codex.wordpress.org/Post_Thumbnails](http://codex.wordpress.org/Post_Thumbnails) [http://wordpress.org/support/topic/featured-image-not-showing-7?replies=5](http://wordpress.org/support/topic/featured-image-not-showing-7?replies=5)
52
 
53
- Posts and Pages Module - This module will import all your data into bulk posts or pages. There are 9 fields to map, in which post title and content are mandatory. All other fields are optional. You can also have published date field which can also have a future date that reflects as scheduled post. Optionally you can import as many fields you want as custom fields. You can name these fields as your wish while importing. Pages don't need category and tags. You can assign a feature image for each post or page through a list of image urls.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
 
55
- Custom posts - Similar to post and pages you can import any custom post types that is configured in your WordPress. You can also assign feature image for each post created.
56
-
57
- The pro version of this plugin is available now with lot more new features, functionalities, controls and improved usability. Please upgrade to pro version to enjoy the powerful features like importing nested categories, WP-e-commerce products, eShop products, custom taxonomies in bulk with simple clicks.For more powerful features upgrade to pro version of ultimate csv importer plugin have many more features like
58
 
59
- One click Import of Nested category with complex hierarchies to any no. of levels with proper description and seo slugs
60
- One click Import of bulk tags with proper description and seo slugs
61
- One click Import of Users with roles
62
- One click Import of Custom taxonomies with proper description and seo slugs
63
- Import, update and maintain your WP Commerce / eshop inventory, prices, periodical and short term offers, coupons, bonus etc.
64
 
 
 
65
 
 
66
 
67
- == Installation ==
68
- Wp Ultimate CSV Importer is very easy to install like any other wordpress plugin. No need to edit or modify anything here.
 
 
 
 
 
 
69
 
70
- 1. Unzip the file 'wp-ultimate-csv-importer.zip'.
71
- 2. Upload the ' wp-ultimate-csv-importer ' directory to '/wp-content/plugins/' directory using ftp client or upload and install wp-ultimate-csv-importer.zip through plugin install wizard in wp admin panel .
72
- 3. Activate the plugin through the 'Plugins' menu in WordPress.
73
- 4. After activating, you will see an option for 'Wp Ultimate CSV Importer' in the admin menu (left navigation) and you will import the csv files to import the data's.
74
 
75
- Please click here for [Detailed Installation Instructions](http://www.smackcoders.com/blog/how-to-guide-for-free-wordpress-ultimate-csv-importer-plugin.html)
76
- Or view our how to guide video guide in our [Youtube Channel](www.youtube.com/user/smackcoders)
 
 
 
 
 
77
 
 
78
 
79
- == Screenshots ==
 
 
 
 
 
80
 
81
- 1. Browse and Import CSV with delimiter
82
- 2. Explained -How to CSV Mapping Headers works and how CSV can be related to wordpress fields?
83
- 3. Simple click mapping option to relate csv field headers with wordpress post type fields
84
- 4. Wp Ultimate CSV Importer Settings
85
- 5. Wp Ultimate CSV Importer Dashboard, Reports.
86
 
87
- == Frequently Asked Questions ==
88
 
89
- 1. How to install the plugin?
90
- Like other plugins wp-ultimate-csv-importer is easy to install. Upload the wp-ultimate-csv-importer.zip file through plugin install page through wp admin. Everything will work fine with it.
91
 
92
- 2. How to use the plugin?
93
- After plugin activation you can see the ' Wp Ultimate CSV Importer ' menu in admin backend.
94
- 1)Browse csv file to import the data's.
95
- 2)You can mapping the headers to import the data's.
96
- 3)If you checked the import as draft,it will import as draft then you can publish the data's later.
97
- 4)The data's are imported based on the post type you selected.
98
- Configuring our plugin is as simple as that.
99
 
100
- 3. What to do when an import broke in the middle of import?
101
- Check your CSV format. It should be UTF-8. If you get memory related issue, change or create a custom php.ini with increased value for max_execution_time and memory limt
102
-
103
- 4. I am cant get my featured image imported?
104
- Check that allow_url_fopen is allowed in your php ini. If not, request your hosting or you can enable it in custom php ini settings.
105
-
106
- 5. How to import other languages using ultimate csv importer?
107
- It should strictly UTF-8 format. Users have reported that utf-8 without BOM works well for languages like Polish characters etc. Follow these simple steps to import other languages. Thanks for the steps mojeprogramy.com.
108
- 1) Prepare a CSV file with the data (I used Excel)
109
- 2) Saving files to CSV (Excel function)
110
- 3) I opened the CSV file in Notepad + +
111
- 4) CTR + A, CTR + C (copy all the text)
112
- 5) The "Encoding"> "Encode without BOM"
113
- 6) CTR + V to paste all text
114
- 7) Save the file
115
- 8) Imports for WordPress ;)
116
-
117
- 6. How to Format a CSV file for WP Ultimate CSV Importer Plugin?
118
- This video helps you to tweak/format your CSV file to make a fast, simple and easy import using WP Ultimate CSV importer plugin without missing all the
119
- features. We have used MS Excel as CSV editor here. You can use other applications also. Take advantage of our importer format by slightly tweaking your csv.
120
- <p>http://www.youtube.com/watch?v=pnObJdiedus</p>
121
- For more details visit www.smackcoders.com
122
-
123
- 7. How to creat a well formatted csv? - the other way to learn tweaking
124
- We have used text editor here to explain how to create a well formatted csv in seconds for importing. You can use this format to take advantage of our importer format by slightly tweaking your csv. This video helps you to tweak/format your CSV file to make a fast, simple and easy import using WP Ultimate CSV importer plugin without missing all the features.
125
- <p>http://www.youtube.com/watch?v=9W_my0rSybE</p>
126
-
127
- 8. Where can i get sample files and other references?
128
- We have a set of sample/template files for different purposes with supported plugin fields. All the sample/templates are auto mapping headers enabled which will almost removes manual mapping. [You can find updated news and links to download here] (http://www.smackcoders.com/category/free-wordpress-plugins.html). You can use these sample/template files to prepare your CSV to make your import just in few clicks
129
- Post & Page
130
- Post with All in SEO fields
131
- Post with SEO by YOAST fields
132
- Post with Advanced custom fields
133
- Custom Posts for Custom post type UI plugin
134
- Custom Posts for CCTM plugin
135
- Custom Posts for Types plugin
136
- Nested Category
137
- Nested Category with category icons
138
- Tags and Custom Taxonomies
139
- Users with roles
140
- Advanced eshop import
141
- WP ecommerce import
142
- WP ecommerce import with wp ecommerce custom fields,
143
- Advanced Woo commerce import
144
-
145
- Please click here for [ More Details](http://www.smackcoders.com/blog/category/free-wordpress-plugins.html)
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
 
148
  == Changelog ==
149
 
 
 
 
 
 
 
 
 
 
 
150
  = 3.3.1 =
151
  * Added: Multi site compatibility except User import.
152
  * Added: Comments, Users modules mandatory fields validation added.
@@ -259,9 +355,11 @@ Please click here for [ More Details](http://www.smackcoders.com/blog/category/f
259
 
260
 
261
 
262
-
263
  == Upgrade Notice ==
264
 
 
 
 
265
  = 3.3.1 =
266
  * Upgrade now for multi site compatibility.
267
 
@@ -317,11 +415,3 @@ Please click here for [ More Details](http://www.smackcoders.com/blog/category/f
317
 
318
  = 1.0.0 =
319
  * Initial release of plugin.
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
1
+ === Advanced CSV Importer With Ultimate User Friendly Features ===
2
  Contributors: smackcoders, mayavee, fenzik, fredricksujin, rajkumarmohan, kumarsacoe, yesjosephraja, muthukumarp, mansoorkhan
3
  Donate link: http://www.smackcoders.com/donate.html
4
+ Tags: Advanced CSV Importer, Advanced CSV Import, csv, csv importer, csv import, csv file, csv format, admin, affiliate, amazon, author, automatic, blog, buddypress, categories, comments, content, custom post, e-commerce, free, images, import, language, manage, media, meta, multisite, News, page, photos, pictures, plugin, Post, seo, shop, shortcode, tags, Taxonomy, text, title, users, video, woocommerce, wordpress, xml, youtube, batch, bulk, bulk edit, bulk editor, excel, spreadsheet
5
+ Requires at least: 3.6.0
6
+ Tested up to: 3.8.1
7
+ Stable tag: 3.5.0
8
+ Version: 3.5.0
9
  Author: smackcoders
10
  Author URI: http://profiles.wordpress.org/smackcoders/
 
11
 
12
+ License: GPLv2 or later
13
 
14
+ Advanced CSV Importer plugin to import data as bulk post, page, custom post etc., simple clicks even for multisite and buddypress blog.
15
 
16
  == Description ==
17
 
18
+ WP Ultimate CSV Importer Plugin proven much effective advanced CSV File Importer With Ultimate User Friendly Features. It is much easy now even for newbies to import any csv file as any wordpress post type and associated fields by simple mapping feature. Now import any CSV file as thousands of post, page and custom post types. This is admin side free plugin helps you in bulk edit, create and import posts type for your blog or site.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
 
20
+ **Version 3.5.0 is now available. Give a try today and [Leave your thoughts, comments, review and feed back here](http://wordpress.org/support/view/plugin-reviews/wp-ultimate-csv-importer?filter=5)**
21
 
22
+ = Video Walkthrough =
23
 
24
+ <p>http://www.youtube.com/watch?v=OwKdt_NlT2U&list=PL2k3Ck1bFtbQqFhOK7g08kxENI4qQkmC</p>
 
 
 
 
 
25
 
26
+ = Highlights =
27
+ * Drag drop import
28
+ * Define any type of post
29
+ * Control post status (Publish, Private, Pending, Draft, Stciky and Protected)
30
+ * Simple yet Powerful mapping feature
31
+ * Convert any csv import as perfect posts and fields
32
+ * Scheduled Publishing
33
+ * Duplicate Title and content handling
34
+ * Multi Lingual import (CSV format must be UTF-8 without BOM)
35
+ * Mutisite and Buddypress also supported now
36
+ * Compatible to wordpress themes
37
+ * Better alternative for xml
38
+ * Post Format(Not available now)
39
+
40
+ = Power Import Features to Control your csv import =
41
+ * Post title, content and even excerpt
42
+ * Text, WYSIWYG/HTML, inline CSS in post content
43
+ * Images, Youtube, Videos in post content
44
+ * Featured image by Url
45
+ * Multi authors
46
+ * Multiple tags and categories
47
+ * Non existing tags and categories are created automatically
48
+ * Any Short Codes in post content
49
+ * Assign sidebar widget, slider, slideshow as shortcodes
50
+ * Manual slug feature for SEO friendly urls
51
+ * Different post status for each post in CSV file.
52
+ * Custom fields support for WP standard
53
+ * Map custom fields by adding new on the fly.
54
+
55
+ The csv importer supports almost every wordpress modules and plugin fields as follows. Import data feed periodically from csv file as
56
+
57
+ = Supported Core Modules and Attributes =
58
+ * Post
59
+ * Page
60
+ * Standard WP Custom Post types
61
+ * Wordpress themes custom posts
62
+ * Custom post type UI plugin Post types
63
+ * Users with roles
64
+ * Comments
65
+ * Custom Fields
66
+ * Author
67
+ * Tags
68
+ * Categories
69
+
70
+ It is more easy to convert any off line database maintained in Excel xls or spread sheets into valuable content for your web site without missing any. It is possible now to schedule a periodical content update, maintenance, prices, offers, coupons and inventory etc.
71
+
72
+ = About Version 3.5.0 =
73
+ * Extended user experience
74
+ * Better performance
75
+ * No more time out issues
76
+ * Advanced Log for proper tracking
77
+ * Drag drop import
78
+ * Advanced CMS administration
79
+
80
+ Much improved User interface with most flexible jquery plugin features and bootstrap UI design makes csv import more simple, easy, fast and even more flexible for better user experience. With improved Multi site, buddy press compatibility (except user import module) works well for most of the best wordpress themes available online. Now manage multisite & buddypress, amazon data import, affiliates blog, product inventory, ecommerce store, multi author blog, automatic news import, photo blog etc periodically with simple click import.
81
+
82
+ = Extended Pro Power Features in Wp Ultimate CSV Importer =
83
+ * Auto Schedule all your Imports
84
+ * Save mapping as Templates for reuse
85
+ * Auto Mapping Feature
86
+ * Strict UTF-8 auto conversion
87
+ * All In One SEO Fields Import
88
+ * Wordpress SEO by Yoast Fields Import
89
+ * Custom Post Type UI plugin import
90
+ * Advanced Custom Fields Import
91
+ * CCTM Posts and Fields Import
92
+ * Woocommerce CSV Importer,
93
+ * eshop CSV Importer
94
+ * wp ecommerce Products CSV Importer with WP e-Commerce Custom Fields
95
+ * Categories & tags Import with Category icons plugin support
96
+ * Custom Taxonomy import
97
+ * [Get Complete List of supported 3rd party plugins here](http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html)
98
+ * Types and more supports are in pipeline
99
+
100
+ [Read More about Pro>>](http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html) or [Test Drive Our Live Demo](http://demo.smackcoders.com/demowpthree/wp-admin)
101
+
102
+ = Imp. Notes =
103
+ * It is advised to remove older version files completely and install/reinstall version 3.5.0.
104
+ * All CSV files should be should be strictly UTF-8 CSV format.
105
+ * All wordpress supported languages can imported with csv format as UTF-8 without BOM (See FAQ for instructions).
106
+ * User import option is switched off in multi site mode.
107
+ * To Schedule posts for publishing provide future date and time in date column in CSV File.
108
+
109
+ Featured Image Support
110
+ Your wordpress theme should support featured image. If not, please add the following code to where you need to display E.g. wp-contents/themes/header.php
111
+ `<?php add_theme_support( 'post-thumbnails' ); ?>`
112
+
113
+ Also you can follow the instructions as given here
114
+ [http://codex.wordpress.org/Function_Reference/the_post_thumbnail](http://codex.wordpress.org/Function_Reference/the_post_thumbnail)
115
+ [http://codex.wordpress.org/Post_Thumbnails](http://codex.wordpress.org/Post_Thumbnails)
116
+ [http://wordpress.org/support/topic/featured-image-not-showing-7?replies=5](http://wordpress.org/support/topic/featured-image-not-showing-7?replies=5)
117
+
118
+ Need More Help, Cool. Browse Below Links
119
+ [Get Pro Power Features, check here](http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html)
120
+ [Step By Step Installation Wiki with Snaps](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer#Installations)
121
+ [Detailed FAQ](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ)
122
+ [Old Support Threads](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_Support_Threads)
123
+ [Wiki and Documentation](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer)
124
+ [Tutorials, Guides, Blog News and Updates](http://blog.smackcoders.com/category/free-wordpress-plugins/wordpress-ultimate-csv-importer-plugin/)
125
+ [Video Walkthrough](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_Videos)
126
+ [Get the Sample CSV Files Here](http://blog.smackcoders.com/wordpress-ultimate-csv-importer-csv-sample-files-and-updates.html)
127
+ [Download CSV Format Cheat Sheets Here](http://blog.smackcoders.com/how-to-make-one-click-easy-csv-import-in-wordpress-free-cheat-sheet-downloads.html)
128
 
129
+ == Installation ==
 
 
130
 
131
+ Wp Ultimate CSV Importer is very easy to install like any other wordpress plugin. No need to edit or modify anything here. Users can install the plugin in 3 ways, choose one that suites you from below
 
 
 
 
132
 
133
+ = Imp. Notes =
134
+ * It is advised to remove older version files completely and install/reinstall version 3.5.0.
135
 
136
+ I. For simple general way to install
137
 
138
+ * Download the plugin (.zip file) on the right side above menu
139
+ * Click the Red Download Button ( Download Version X.X.X)
140
+ * Login to your Wordpress Admin (e.g. yourdomain.com/wp-admin/)
141
+ * Go to Plugins >> Add New
142
+ * Select the tab "Upload"
143
+ * Browse and Upload the downloaded zip file
144
+ * Activate the plugin after install
145
+ * You can see a new menu WP Ultimate CSV Importer in your Admin now
146
 
147
+ II. For familiar FTP users
 
 
 
148
 
149
+ * Download the plugin (.zip file) on the right side above menu
150
+ * Click the Red Download Button ( Download Version X.X.X)
151
+ * Extract the plugin zip
152
+ * Upload wp-ultimate-csv-importer folder to /wp-content/plugins/
153
+ * Go to Plugins >> Installed Plugins >> Inactive
154
+ * Click Activate to activate the plugin
155
+ * You can see a new menu WP Ultimate CSV Importer in your Admin now
156
 
157
+ III. Straight from Wordpress Admin
158
 
159
+ * Login to your Wordpress Admin (e.g. yourdomain.com/wp-admin/)
160
+ * Go to Plugins >> Add New
161
+ * Search for WP Ultimate CSV Importer
162
+ * Click Install Now to install
163
+ * Activate the plugin after install
164
+ * You can see a new menu WP Ultimate CSV Importer in your Admin now
165
 
166
+ Not clear. You can use [step by step installation wiki with snaps here](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer#Installations)
 
 
 
 
167
 
 
168
 
169
+ == Screenshots ==
 
170
 
171
+ 1. Advanced CSV Importer With Ultimate User Friendly Features with drag and drop etc.
172
+ 2. User friendly easy mapping for any csv file data to wordpress field attributes with sampling.
173
+ 3. Advanced duplicate post name and content check with server request control for high performance factor.
174
+ 4. Detailed real time log to know pinpoint status.
175
+ 5. Module based environment for easy and reduced interface to enable most required modules and when ever needed.
176
+ 6. Inbuilt support form for easy feedback, support, feature request with all useful links for easy and better csv import.
 
177
 
178
+ == Frequently Asked Questions ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
 
180
+ = Imp. Notes =
181
+ * It is advised to remove older version files completely and install/reinstall version 3.5.0.
182
+
183
+ [CSV File and Format Related](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ#CSV_File_and_Format_Related)
184
+
185
+ * What is csv file?
186
+ * What is csv format and types of it?
187
+ * How to open csv files? read csv file?
188
+ * How to convert my existing data to csv format? csv converter
189
+
190
+ [Plugin Related](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ#Plugin_Related)
191
+
192
+ * How to install the csv importer plugin?
193
+ * How to use the plugin to import a csv file?
194
+ * What is a csv importer plugin? data feed, data import
195
+ * Why we need CSV import for wordpress? import data
196
+
197
+ [CSV Import Related](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ#CSV_Import_Related)
198
+
199
+ * What csv format is supported?
200
+ * How to import other languages using ultimate csv importer?
201
+ * How to Format a CSV file for simple sleek import using WP Ultimate CSV Importer Plugin?
202
+ * How to create a well formatted csv for ultimate power import? - the other way to learn tweaking
203
+ * Where can i get sample files, cheat sheets and other references?
204
+ * What you mean by mapping?
205
+ * What are mandatory fields?
206
+ * What can be imported to wordpress using ultimate csv importer?
207
+ * What are the list of 3rd party plugins supported?
208
+ * Why my custom fields or custom posts are supported by plugin?
209
+ * Can i bulk edit/update existing posts created manually?
210
+ * How to schedule post for publishing?
211
+ * What is auto mapping feature?
212
+ * What is mapping template feature? How to use it?
213
+ * How saved mapping template can be reused?
214
+ * How to schedule csv files for import?
215
+ * Is schedule import possible from remote location?
216
+ * how to automate periodical scheduled import?
217
+ * Is auto split up schedule import possible?
218
+
219
+ [Data Export Related](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ#Data_Export_Related)
220
+
221
+ * How to export data or export-csv from wordpress? data export export to csv
222
+ * Can i schedule export?
223
+ * How the export feature works?
224
+ * Is export feature available to all modules?
225
+
226
+ [Common Issues](http://wiki.smackcoders.com/WP_Ultimate_CSV_Importer_FAQ#Common_Issues)
227
+
228
+ * Why and What to do if my import broke in the middle?
229
+ * Cant get my featured image imported?
230
+ * Why image import is broken
231
+ * I am getting time out error? how to solve it?
232
+ * How to handle large data import?
233
 
234
  == Changelog ==
235
 
236
+ = 3.5.0 =
237
+ * Combined major release version of 3.5 and 3.4
238
+ * Improved MVC structure.
239
+ * Improved User interface with drag and drop feature.
240
+ * Improved: WordPress 3.8.1 compatibility added.
241
+ * Module based system allows simplify UI
242
+ * Added: Detailed log feature added.
243
+ * Added: Support and Useful links added.
244
+ * Added: Support made easy now from plugin.
245
+
246
  = 3.3.1 =
247
  * Added: Multi site compatibility except User import.
248
  * Added: Comments, Users modules mandatory fields validation added.
355
 
356
 
357
 
 
358
  == Upgrade Notice ==
359
 
360
+ = 3.5.0 =
361
+ * Upgrade now for major release 3.5. Note - Old version files need to be deleted.
362
+
363
  = 3.3.1 =
364
  * Upgrade now for multi site compatibility.
365
 
415
 
416
  = 1.0.0 =
417
  * Initial release of plugin.
 
 
 
 
 
 
 
 
SmackImpCE.php DELETED
@@ -1,602 +0,0 @@
1
- <?php
2
- /*********************************************************************************
3
- * WordPress ultimate CSV Importer is a Tool for importing CSV for the Wordpress
4
- * plugin developed by Smackcoder. Copyright (C) 2013 Smackcoders.
5
- *
6
- * WordPress ultimate CSV Importer is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Affero General Public License version 3 as
8
- * published by the Free Software Foundation with the addition of the following
9
- * permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE
10
- * COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY WordPress ultimate CSV Importer,
11
- * WordPress ultimate CSV Importer DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD
12
- * PARTY RIGHTS.
13
- *
14
- * WordPress ultimate CSV Importer is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License along with
20
- * this program; if not, see http://www.gnu.org/licenses or write to the Free
21
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
- * 02110-1301 USA.
23
- *
24
- * You can contact Smackcoders at email address info@smackcoders.com.
25
- *
26
- * The interactive user interfaces in original and modified versions
27
- * of this program must display Appropriate Legal Notices, as required under
28
- * Section 5 of the GNU Affero General Public License version 3.
29
- *
30
- * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31
- * these Appropriate Legal Notices must retain the display of the WordPress ultimate
32
- * CSV Importer copyright notice. If the display of the logo is not reasonably feasible
33
- * for technical reasons, the Appropriate Legal Notices must display the words
34
- * "Copyright Smackcoders. 2013. All rights reserved".
35
- ********************************************************************************/
36
-
37
- require_once ("SmackWpHandler.php");
38
-
39
- class SmackImpCE extends SmackWpHandler
40
- {
41
-
42
- // @var string CSV upload directory name
43
- public $uploadDir = 'ultimate_importer';
44
-
45
- // @var boolean post title check
46
- public $titleDupCheck = false;
47
-
48
- // @var boolean content title check
49
- public $conDupCheck = false;
50
-
51
- // @var string delimiter
52
- public $delim = ",";
53
-
54
- // @var array delilimters supported by CSV importer
55
- public $delim_avail = array(
56
- ',',
57
- ';'
58
- );
59
-
60
- // @var array wp field keys
61
- public $keys = array();
62
-
63
- // @var array for default columns
64
- public $defCols = array(
65
- 'post_title' => null,
66
- 'post_content' => null,
67
- 'post_excerpt' => null,
68
- 'post_date' => null,
69
- 'post_name' => null,
70
- 'post_tag' => null,
71
- 'post_category' => null,
72
- 'post_author' => null,
73
- 'featured_image' => null,
74
- 'post_parent' => 0,
75
- 'post_status' => 0
76
- );
77
-
78
- // @var array CSV headers
79
- public $headers = array();
80
-
81
- // @var boolean for post flag
82
- public $postFlag = true;
83
-
84
- // @var int duplicate post count
85
- public $dupPostCount = 0;
86
-
87
- // @var int inserted post count
88
- public $insPostCount = 0;
89
-
90
- // @var int no post author count
91
- public $noPostAuthCount = 0;
92
-
93
- // @var string CSV file name
94
- public $csvFileName;
95
-
96
- /**
97
- */
98
- function __construct()
99
- {
100
- $this->getKeyVals();
101
- }
102
-
103
- /*
104
- * Function to get the plugin row
105
- * @$plugin_name as string
106
- */
107
- public static function plugin_row($plugin_name)
108
- {
109
- echo '</tr><tr class="plugin-update-tr"><td colspan="3" class="plugin-update"><div class="update-message"> Upgrade to Pro Version Now for more features and 3rd party plugins (AIO, WP SEO YOAST, WooCommerce, WP e-Commerce, eShop, CCTM,ACF) support. <a href="http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html">Purchase pro version now!</a></div></td>';
110
- }
111
-
112
- /**
113
- * Manage duplicates
114
- *
115
- * @param string type = (title|content), string content
116
- * @return boolean
117
- */
118
- function duplicateChecks($type = 'title', $text, $gettype)
119
- {
120
- global $wpdb;
121
-
122
- if ($type == 'content') {
123
- $htmlDecode = html_entity_decode($text);
124
- $strippedText = strip_tags($htmlDecode);
125
- $contentLength = strlen($strippedText);
126
- $allPosts_count = $wpdb->get_results("SELECT COUNT(ID) as count FROM $wpdb->posts WHERE post_type = \"{$gettype}\" and post_status IN('publish','future','draft','pending','private')");
127
- $allPosts_count = $allPosts_count[0]->count;
128
- $allPosts = $wpdb->get_results("SELECT ID,post_title,post_date,post_content FROM $wpdb->posts WHERE post_type = \"{$gettype}\" and post_status IN('publish','future','draft','pending','private')");
129
- foreach ($allPosts as $allPost) {
130
- $htmlDecodePCont = html_entity_decode($allPost->post_content);
131
- $strippedTextPCont = strip_tags($htmlDecodePCont);
132
- similar_text($strippedTextPCont, $strippedText, $p);
133
- if ($p == 100) {
134
- $this->dupPostCount++;
135
- return false;
136
- }
137
- }
138
- return true;
139
- } else if ($type == 'title') {
140
- $post_exist = $wpdb->get_results("select ID from " . $wpdb->posts . " where post_title = \"{$text}\" and post_type = \"{$gettype}\" and post_status in('publish','future','draft','pending','private')");
141
- if (count($post_exist) == 0 && ($text != null || $text != ''))
142
- return true;
143
- }
144
- $this->dupPostCount++;
145
- return false;
146
- }
147
-
148
- /**
149
- * Get upload directory
150
- */
151
- function getUploadDirectory()
152
- {
153
- $upload_dir = wp_upload_dir();
154
- return $upload_dir ['basedir'] . "/" . $this->uploadDir;
155
- }
156
-
157
- /**
158
- * Move CSV to the upload directory
159
- */
160
- function move_file()
161
- {
162
- if ($_FILES ["csv_import"] ["error"] == 0) {
163
- $tmp_name = $_FILES ["csv_import"] ["tmp_name"];
164
- $this->csvFileName = $_FILES ["csv_import"] ["name"];
165
- move_uploaded_file($tmp_name, $this->getUploadDirectory() . "/$this->csvFileName");
166
- }
167
- }
168
-
169
- /**
170
- * Remove CSV file
171
- */
172
- function fileDelete($filepath, $filename)
173
- {
174
- if (file_exists($filepath . $filename) && $filename != "" && $filename != "n/a") {
175
- unlink($filepath . $filename);
176
- return TRUE;
177
- }
178
- return FALSE;
179
- }
180
-
181
- /**
182
- * Get field colum keys
183
- */
184
- function getKeyVals()
185
- {
186
- global $wpdb;
187
- $limit = ( int )apply_filters('postmeta_form_limit', 30);
188
- $this->keys = $wpdb->get_col("SELECT meta_key FROM $wpdb->postmeta
189
- GROUP BY meta_key
190
- HAVING meta_key NOT LIKE '\_%'
191
- ORDER BY meta_key
192
- LIMIT $limit");
193
-
194
- foreach ($this->keys as $val) {
195
- $this->defCols ["CF: " . $val] = $val;
196
- }
197
- }
198
-
199
- /**
200
- * Check upload dirctory permission
201
- */
202
- function checkUploadDirPermission()
203
- {
204
- $this->getUploadDirectory();
205
- $upload_dir = wp_upload_dir();
206
- if (!is_dir($upload_dir ['basedir'])) {
207
- print " <div style='font-size:16px;margin-left:20px;margin-top:25px;'>" . $this->t("UPLOAD_PERMISSION_ERROR") . "
208
- </div><br/>
209
- <div style='margin-left:20px;'>
210
- <form class='add:the-list: validate' method='post' action=''>
211
- <input type='submit' class='button-primary' name='Import Again' value='" . $this->t("IMPORT_AGAIN") . "'/>
212
- </form>
213
- </div>";
214
- $this->freeze();
215
- } else {
216
- if (!is_dir($this->getUploadDirectory())) {
217
- wp_mkdir_p($this->getUploadDirectory());
218
- }
219
- }
220
- }
221
-
222
- /**
223
- * Function converts CSV data to formatted array.
224
- *
225
- * @param $file CSV
226
- * input filename
227
- * @param $delim delimiter
228
- * for the CSV
229
- * @return array formatted CSV output as array
230
- */
231
- function csv_file_data($file, $delim)
232
- {
233
- $this->checkUploadDirPermission();
234
- ini_set("auto_detect_line_endings", true);
235
-
236
- $data_rows = array();
237
-
238
- # Check whether file is present in the given file location
239
- $fileexists = file_exists($file);
240
-
241
- if ($fileexists) {
242
- $resource = fopen($file, 'r');
243
-
244
- $init = 0;
245
- while ($keys = fgetcsv($resource, '', $this->delim, '"')) {
246
- if ($init == 0) {
247
- $this->headers = $keys;
248
- } else {
249
- if (!(($keys[0] == null) && (count($keys) == 1)))
250
- array_push($data_rows, $keys);
251
- }
252
- $init++;
253
- }
254
- fclose($resource);
255
- ini_set("auto_detect_line_endings", false);
256
- } else {
257
- # require_once "class.rendercsv.php";
258
- # $impRen = new RenderCSVCE;
259
- # echo $impRen->showMessage('error', "File Not Exists in this location $file");
260
- }
261
- return $data_rows;
262
- }
263
-
264
- /**
265
- * function to map the csv file and process it
266
- *
267
- * @return boolean
268
- */
269
- function processDataInWP()
270
- {
271
- global $wpdb;
272
-
273
- $smack_taxo = array();
274
- $custom_array = array();
275
-
276
- $data_rows = $this->csv_file_data($this->getUploadDirectory() . "/" . $_POST ['filename'], $this->delim);
277
-
278
- foreach ($_POST as $postkey => $postvalue) {
279
- if ($postvalue != '-- Select --') {
280
- $ret_array [$postkey] = $postvalue;
281
- }
282
- }
283
-
284
- foreach ($data_rows as $key => $value) {
285
- for ($i = 0; $i < count($value); $i++) {
286
- if (array_key_exists('mapping' . $i, $ret_array)) {
287
- if ($ret_array ['mapping' . $i] != 'add_custom' . $i) {
288
- $strip_CF = strpos($ret_array['mapping' . $i], 'CF: ');
289
- if ($strip_CF === 0) {
290
- $custom_key = substr($ret_array['mapping' . $i], 4);
291
- $custom_array[$custom_key] = $value[$i];
292
- } else {
293
- $new_post[$ret_array['mapping' . $i]] = $value[$i];
294
- }
295
- } else {
296
- $new_post [$ret_array ['textbox' . $i]] = $value [$i];
297
- $custom_array [$ret_array ['textbox' . $i]] = $value [$i];
298
- }
299
- }
300
- }
301
-
302
- for ($inc = 0; $inc < count($value); $inc++) {
303
- foreach ($this->keys as $k => $v) {
304
- if (array_key_exists($v, $new_post)) {
305
- $custom_array [$v] = $new_post [$v];
306
- }
307
- }
308
- }
309
-
310
- foreach ($new_post as $ckey => $cval) {
311
- $this->postFlag = true;
312
- $taxo = get_taxonomies();
313
- foreach ($taxo as $taxokey => $taxovalue) {
314
- if ($taxokey != 'category' && $taxokey != 'link_category' && $taxokey != 'post_tag' && $taxokey != 'nav_menu' && $taxokey != 'post_format') {
315
- if ($taxokey == $ckey) {
316
- $smack_taxo [$ckey] = $new_post [$ckey];
317
- }
318
- }
319
- }
320
-
321
- $taxo_check = 0;
322
- if (!isset($smack_taxo[$ckey])) {
323
- $smack_taxo [$ckey] = null;
324
- $taxo_check = 1;
325
- }
326
- if ($ckey != 'post_category' && $ckey != 'post_tag' && $ckey != 'featured_image' && $ckey != $smack_taxo [$ckey]) {
327
- if ($taxo_check == 1) {
328
- unset($smack_taxo[$ckey]);
329
- $taxo_check = 0;
330
- }
331
- if (array_key_exists($ckey, $custom_array)) {
332
- $darray [$ckey] = $new_post [$ckey];
333
- } else {
334
- if (array_key_exists($ckey, $smack_taxo)) {
335
- $data_array[$ckey] = null;
336
- } else {
337
- $data_array[$ckey] = $new_post [$ckey];
338
- }
339
- }
340
- } else {
341
- switch ($ckey) {
342
- case 'post_tag' :
343
- $tags [$ckey] = $new_post [$ckey];
344
- break;
345
- case 'post_category' :
346
- $categories [$ckey] = $new_post [$ckey];
347
- break;
348
- case 'featured_image' :
349
- /*
350
- * TODO: Cleanup required
351
- */
352
- $split_filename = explode('/', htmlentities($new_post [$ckey]));
353
- $arr_filename = count($split_filename);
354
- $plain_filename = $split_filename [$arr_filename - 1];
355
- $new_post [$ckey] = str_replace(' ', '%20', $new_post [$ckey]);
356
- $file_url = $filetype [$ckey] = $new_post [$ckey];
357
- $file_type = explode('.', $filetype [$ckey]);
358
- $count = count($file_type);
359
- $type = $file_type [$count - 1];
360
-
361
- if ($type == 'png') {
362
- $file ['post_mime_type'] = 'image/png';
363
- } else if ($type == 'jpg' || $type == 'jpeg') {
364
- $file ['post_mime_type'] = 'image/jpeg';
365
- } else if ($type == 'gif') {
366
- $file ['post_mime_type'] = 'image/gif';
367
- }
368
- $img_name = explode('/', $file_url);
369
- $imgurl_split = count($img_name);
370
- $img_name = explode('.', $img_name [$imgurl_split - 1]);
371
- if (count($img_name) > 2) {
372
- for ($r = 0; $r < (count($img_name) - 1); $r++) {
373
- if ($r == 0)
374
- $img_title = $img_name[$r];
375
- else
376
- $img_title .= '.' . $img_name[$r];
377
- }
378
- } else {
379
- $img_title = $img_name = $img_name [0];
380
- }
381
- $attachmentName = urldecode($img_title) . '.' . $type;
382
- $dir = wp_upload_dir();
383
- $get_media_settings = get_option('uploads_use_yearmonth_folders');
384
- if($get_media_settings == 1){
385
- $dirname = date('Y') . '/' . date('m');
386
- $full_path = $dir ['basedir'] . '/' . $dirname;
387
- $baseurl = $dir ['baseurl'] . '/' . $dirname;
388
- }else{
389
- $full_path = $dir ['basedir'];
390
- $baseurl = $dir ['baseurl'];
391
- }
392
- $filename = explode('/', $file_url);
393
- $file_split = count($filename);
394
- $filepath = $full_path . '/' . urldecode($plain_filename);
395
- $fileurl = $baseurl . '/' . $filename [$file_split - 1];
396
- if (is_dir($full_path)) {
397
- $smack_fileCopy = @copy($file_url, $filepath);
398
- } else {
399
- wp_mkdir_p($full_path);
400
- $smack_fileCopy = @copy($file_url, $filepath);
401
- }
402
- $img = wp_get_image_editor($filepath);
403
- if (!is_wp_error($img)) {
404
-
405
- $sizes_array = array(
406
- // #1 - resizes to 1024x768 pixel, square-cropped image
407
- array('width' => 1024, 'height' => 768, 'crop' => true),
408
- // #2 - resizes to 100px max width/height, non-cropped image
409
- array('width' => 100, 'height' => 100, 'crop' => false),
410
- // #3 - resizes to 100 pixel max height, non-cropped image
411
- array('width' => 300, 'height' => 100, 'crop' => false),
412
- // #3 - resizes to 624x468 pixel max width, non-cropped image
413
- array('width' => 624, 'height' => 468, 'crop' => false)
414
- );
415
- $resize = $img->multi_resize($sizes_array);
416
- }
417
- if ($smack_fileCopy) {
418
- $file ['guid'] = $fileurl;
419
- $file ['post_title'] = $img_title;
420
- $file ['post_content'] = '';
421
- $file ['post_status'] = 'attachment';
422
- } else {
423
- $file = false;
424
- }
425
- break;
426
- }
427
- }
428
- }
429
-
430
- $data_array['post_type'] = $_POST['csv_importer_cat'];
431
-
432
- if ($this->titleDupCheck)
433
- $this->postFlag = $this->duplicateChecks('title', $data_array ['post_title'], $data_array ['post_type']);
434
-
435
- if ($this->conDupCheck && $this->postFlag)
436
- $this->postFlag = $this->duplicateChecks('content', $data_array ['post_content'], $data_array ['post_type']);
437
-
438
-
439
- if ($this->postFlag) {
440
- unset ($sticky);
441
- if (empty($data_array['post_status']))
442
- $data_array['post_status'] = null;
443
-
444
- if ($_POST['importallwithps'] != 0)
445
- $data_array['post_status'] = $_POST['importallwithps'];
446
-
447
- switch ($data_array ['post_status']) {
448
- case 1 :
449
- $data_array['post_status'] = 'publish';
450
- break;
451
- case 2 :
452
- $data_array['post_status'] = 'publish';
453
- $sticky = true;
454
- break;
455
- case 3 :
456
- $data_array['post_status'] = 'publish';
457
- $data_array ['post_password'] = $_POST ['postsPassword'];
458
- break;
459
- case 4 :
460
- $data_array ['post_status'] = 'private';
461
- break;
462
- case 5 :
463
- $data_array ['post_status'] = 'draft';
464
- break;
465
- case 6 :
466
- $data_array ['post_status'] = 'pending';
467
- break;
468
- default :
469
- $poststatus = $data_array['post_status'] = strtolower($data_array['post_status']);
470
- if ($data_array['post_status'] != 'publish' && $data_array['post_status'] != 'private' && $data_array['post_status'] != 'draft' && $data_array['post_status'] != 'pending' && $data_array['post_status'] != 'sticky') {
471
- $stripPSF = strpos($data_array['post_status'], '{');
472
- if ($stripPSF === 0) {
473
- $poststatus = substr($data_array['post_status'], 1);
474
- $stripPSL = substr($poststatus, -1);
475
- if ($stripPSL == '}') {
476
- $postpwd = substr($poststatus, 0, -1);
477
- $data_array['post_status'] = 'publish';
478
- $data_array ['post_password'] = $postpwd;
479
- } else {
480
- $data_array['post_status'] = 'publish';
481
- $data_array ['post_password'] = $poststatus;
482
- }
483
- } else {
484
- $data_array['post_status'] = 'publish';
485
- }
486
- }
487
- if ($data_array['post_status'] == 'sticky') {
488
- $data_array['post_status'] = 'publish';
489
- $sticky = true;
490
- }
491
-
492
- }
493
- // Author name/id update
494
- if(isset($data_array ['post_author'])){
495
- $authorLen = strlen($data_array ['post_author']);
496
- $postuserid = $data_array ['post_author'];
497
- $checkpostuserid = intval($data_array ['post_author']);
498
- $postAuthorLen = strlen($checkpostuserid);
499
- $postauthor = array();
500
-
501
- if ($authorLen == $postAuthorLen) {
502
- $postauthor = $wpdb->get_results("select ID from $wpdb->users where ID = \"{$postuserid}\"");
503
- } else {
504
- $postauthor = $wpdb->get_results("select ID from $wpdb->users where user_login = \"{$postuserid}\"");
505
- }
506
-
507
- if (empty($postauthor) || !$postauthor[0]->ID) {
508
- $data_array ['post_author'] = 1;
509
- $this->noPostAuthCount++;
510
- } else {
511
- $data_array ['post_author'] = $postauthor [0]->ID;
512
- }
513
- }
514
- else{
515
- $data_array ['post_author'] = 1;
516
- $this->noPostAuthCount++;
517
- }
518
- // Date format post
519
- if (!isset($data_array ['post_date'])){
520
- $data_array ['post_date'] = date('Y-m-d H:i:s');
521
- }else{
522
- $data_array ['post_date'] = date('Y-m-d H:i:s', strtotime($data_array ['post_date']));
523
- }
524
- if(isset($data_array ['post_slug'])){
525
- $data_array ['post_name'] = $data_array ['post_slug'];
526
- }
527
-
528
- if ($data_array)
529
- $post_id = wp_insert_post($data_array);
530
- unset($data_array);
531
- unset($postauthor);
532
- if ($post_id) {
533
- $this->insPostCount++;
534
- if (isset($sticky) && $sticky)
535
- stick_post($post_id);
536
-
537
- if (!empty ($custom_array)) {
538
- foreach ($custom_array as $custom_key => $custom_value) {
539
- add_post_meta($post_id, $custom_key, $custom_value);
540
- }
541
- }
542
-
543
- // Create custom taxonomy to post
544
- if (!empty ($smack_taxo)) {
545
- foreach ($smack_taxo as $taxo_key => $taxo_value) {
546
- if (!empty($taxo_value)) {
547
- $split_line = explode('|', $taxo_value);
548
- wp_set_object_terms($post_id, $split_line, $taxo_key);
549
- }
550
- }
551
- }
552
-
553
- // Create/Add tags to post
554
- if (!empty ($tags)) {
555
- foreach ($tags as $tag_key => $tag_value) {
556
- wp_set_post_tags($post_id, $tag_value);
557
- }
558
- }
559
-
560
- // Create/Add category to post
561
- if (!empty ($categories)) {
562
- $split_cate = explode('|', $categories ['post_category']);
563
- foreach ($split_cate as $key => $val) {
564
- if (is_numeric($val))
565
- $split_cate[$key] = 'uncategorized';
566
- }
567
- wp_set_object_terms($post_id, $split_cate, 'category');
568
- }
569
- // Add featured image
570
- if (!empty ($file)) {
571
- $wp_filetype = wp_check_filetype(basename($attachmentName), null);
572
- $wp_upload_dir = wp_upload_dir();
573
- $attachment = array(
574
- 'guid' => $wp_upload_dir['url'] . '/' . basename($attachmentName),
575
- 'post_mime_type' => $wp_filetype['type'],
576
- 'post_title' => preg_replace('/\.[^.]+$/', '', basename($attachmentName)),
577
- 'post_content' => '',
578
- 'post_status' => 'inherit'
579
- );
580
- if($get_media_settings == 1){
581
- $generate_attachment = $dirname . '/' . $attachmentName;
582
- }else{
583
- $generate_attachment = $attachmentName;
584
- }
585
- $uploadedImage = $wp_upload_dir['path'] . '/' . $attachmentName;
586
- $attach_id = wp_insert_attachment($attachment, $generate_attachment, $post_id);
587
- require_once(ABSPATH . 'wp-admin/includes/image.php');
588
- $attach_data = wp_generate_attachment_metadata($attach_id, $uploadedImage);
589
- wp_update_attachment_metadata($attach_id, $attach_data);
590
- set_post_thumbnail($post_id, $attach_id);
591
- }
592
- }
593
- }
594
- }
595
-
596
- if (file_exists($this->getUploadDirectory() . '/' . $_POST ['filename'])) {
597
- $filePath = $this->getUploadDirectory() . '/';
598
- $this->fileDelete($filePath, $_POST ['filename']);
599
- }
600
- }
601
- }
602
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
SmackWpHandler.php DELETED
@@ -1,78 +0,0 @@
1
- <?php
2
- /*********************************************************************************
3
- * WordPress ultimate CSV Importer is a Tool for importing CSV for the Wordpress
4
- * plugin developed by Smackcoder. Copyright (C) 2013 Smackcoders.
5
- *
6
- * WordPress ultimate CSV Importer is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Affero General Public License version 3 as
8
- * published by the Free Software Foundation with the addition of the following
9
- * permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE
10
- * COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY WordPress ultimate CSV Importer,
11
- * WordPress ultimate CSV Importer DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD
12
- * PARTY RIGHTS.
13
- *
14
- * WordPress ultimate CSV Importer is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License along with
20
- * this program; if not, see http://www.gnu.org/licenses or write to the Free
21
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
- * 02110-1301 USA.
23
- *
24
- * You can contact Smackcoders at email address info@smackcoders.com.
25
- *
26
- * The interactive user interfaces in original and modified versions
27
- * of this program must display Appropriate Legal Notices, as required under
28
- * Section 5 of the GNU Affero General Public License version 3.
29
- *
30
- * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31
- * these Appropriate Legal Notices must retain the display of the WordPress ultimate
32
- * CSV Importer copyright notice. If the display of the logo is not reasonably feasible
33
- * for technical reasons, the Appropriate Legal Notices must display the words
34
- * "Copyright Smackcoders. 2013. All rights reserved".
35
- ********************************************************************************/
36
-
37
- class SmackWpHandler
38
- {
39
-
40
- /**
41
- */
42
- function __construct()
43
- {
44
-
45
- // TODO - Not for now
46
- }
47
-
48
- /**
49
- * Smack translation
50
- */
51
- function t($lstr)
52
- {
53
- global $slang;
54
- return $slang [$lstr];
55
- }
56
-
57
- /**
58
- * Function to get user language
59
- * TODO - Available on 3.0.x
60
- */
61
- function user_language()
62
- {
63
- return "en_us";
64
- }
65
-
66
- /**
67
- * Exit operation
68
- *
69
- * @param $str string
70
- * to display
71
- */
72
- function freeze($str = "")
73
- {
74
- die ($str);
75
- }
76
- }
77
-
78
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.comments.php DELETED
@@ -1,26 +0,0 @@
1
- <?php
2
- require_once('class.modulehandler.php');
3
- class Comments extends Modulehandler{
4
-
5
- public $insComments = 0;
6
- public $skippedComments = 0;
7
-
8
- public function addComment($data_row){
9
- global $wpdb;
10
- $data_array = $this->formDataArray($data_row);
11
- $postid = $_POST['selectPosts'];
12
- foreach($data_array as $data){
13
- $post_id = $data['comment_post_ID'];
14
- $post_exists = $wpdb->get_row("SELECT * FROM $wpdb->posts WHERE id = '" . $post_id . "' and post_status in ('publish','draft','future','private','pending')", 'ARRAY_A');
15
- if($post_exists){
16
- $commentid = wp_insert_comment($data);
17
- if($commentid)
18
- $this->insComments++;
19
- else
20
- $this->skippedComments++;
21
- }else{
22
- $this->skippedComments++;
23
- }
24
- }
25
- }
26
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.modulehandler.php DELETED
@@ -1,34 +0,0 @@
1
- <?php
2
- class Modulehandler {
3
-
4
- /*
5
- *frames array with post values
6
- */
7
- public function getReturnArray(){
8
-
9
- foreach($_POST as $postkey=>$postvalue){
10
- if($postvalue != '-- Select --')
11
- $ret_array[$postkey]=$postvalue;
12
- }
13
-
14
- return $ret_array;
15
- }
16
-
17
- /*
18
- *Forms Data array to insert
19
- */
20
- public function formDataArray($csvArray){
21
- $ret_array = $this->getReturnArray();
22
- $inc = 0;
23
- foreach($csvArray as $key => $value){
24
- for($i=0;$i<count($value) ; $i++){
25
- if(array_key_exists('mapping'.$i,$ret_array))
26
- $new_post[$ret_array['mapping'.$i]] = $value[$i];
27
- }
28
- foreach($new_post as $ckey => $cval)
29
- $data_array[$inc][$ckey] = $new_post[$ckey];
30
- $inc++;
31
- }
32
- return $data_array;
33
- }
34
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.rendercsv.php DELETED
@@ -1,313 +0,0 @@
1
- <?php
2
- /*********************************************************************************
3
- * WordPress ultimate CSV Importer is a Tool for importing CSV for the Wordpress
4
- * plugin developed by Smackcoder. Copyright (C) 2013 Smackcoders.
5
- *
6
- * WordPress ultimate CSV Importer is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Affero General Public License version 3 as
8
- * published by the Free Software Foundation with the addition of the following
9
- * permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE
10
- * COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY WordPress ultimate CSV Importer,
11
- * WordPress ultimate CSV Importer DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD
12
- * PARTY RIGHTS.
13
- *
14
- * WordPress ultimate CSV Importer is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License along with
20
- * this program; if not, see http://www.gnu.org/licenses or write to the Free
21
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
- * 02110-1301 USA.
23
- *
24
- * You can contact Smackcoders at email address info@smackcoders.com.
25
- *
26
- * The interactive user interfaces in original and modified versions
27
- * of this program must display Appropriate Legal Notices, as required under
28
- * Section 5 of the GNU Affero General Public License version 3.
29
- *
30
- * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31
- * these Appropriate Legal Notices must retain the display of the WordPress ultimate
32
- * CSV Importer copyright notice. If the display of the logo is not reasonably feasible
33
- * for technical reasons, the Appropriate Legal Notices must display the words
34
- * "Copyright Smackcoders. 2013. All rights reserved".
35
- ********************************************************************************/
36
-
37
- class RenderCSVCE
38
- {
39
-
40
- /**
41
- * Render dashboard action
42
- */
43
- function setDashboardAction()
44
- {
45
- return '<div id = "requestaction" type = "hidden" value = "dashboard">';
46
- }
47
-
48
- /**
49
- * Shows status message
50
- */
51
- function showMessage($status, $message)
52
- {
53
- return "<div class = \"$status msg\"> $message</div>";
54
- }
55
-
56
- /**
57
- * Function to display the plugin home description
58
- */
59
- function renderSettings()
60
- {
61
- $selected_var = array('disable', 'enable', 'yoastseo', 'aioseo', 'nonerseooption', 'cctm', 'custompostuitype', 'wpcommerce', 'eshop', 'users', 'automapping', 'utfsupport', 'categories', 'customtaxonomy', 'comments', 'ecommerce', 'woocommerce', 'acf');
62
- foreach ($selected_var as $single_selected_var) {
63
- $$single_selected_var = "";
64
- }
65
-
66
- $impCESett = new SmackImpCE();
67
- $settobj = new IMPSettings();
68
- $sett = $settobj->getSettings();
69
- foreach ($sett as $key)
70
- $$key = 'checked';
71
-
72
- $cctmtd = $this->getPluginState('custom-content-type-manager/index.php');
73
- $cptutd = $this->getPluginState('custom-post-type-ui/custom-post-type-ui.php');
74
- $eshoptd = $this->getPluginState('eshop/eshop.php');
75
- $wpcomtd = $this->getPluginState('wp-e-commerce/wp-shopping-cart.php');
76
- $woocomtd = $this->getPluginState('woocommerce/woocommerce.php');
77
- $aioseotd = $this->getPluginState('all-in-one-seo-pack/all_in_one_seo_pack.php');
78
- $yoasttd = $this->getPluginState('wordpress-seo/wp-seo.php');
79
- $cateicontd = $this->getPluginState('category-icons/category_icons.php');
80
- $wecftd = $this->getPluginState('wp-e-commerce-custom-fields/custom-fields.php');
81
- $acftd = $this->getPluginState('advanced-custom-fields/acf.php');
82
-
83
- $cctmtdi = $this->getPluginStateImg('custom-content-type-manager/index.php');
84
- $cptutdi = $this->getPluginStateImg('custom-post-type-ui/custom-post-type-ui.php');
85
- $eshoptdi = $this->getPluginStateImg('eshop/eshop.php');
86
- $wpcomtdi = $this->getPluginStateImg('wp-e-commerce/wp-shopping-cart.php');
87
- $woocomtdi = $this->getPluginStateImg('woocommerce/woocommerce.php');
88
- $aioseotdi = $this->getPluginStateImg('all-in-one-seo-pack/all_in_one_seo_pack.php');
89
- $yoasttdi = $this->getPluginStateImg('wordpress-seo/wp-seo.php');
90
- $cateicontdi = $this->getPluginStateImg('category-icons/category_icons.php');
91
- $cateicontdi = $this->getPluginStateImg('category-icons/category_icons.php');
92
- $acftdi = $this->getPluginStateImg('advanced-custom-fields/acf.php');
93
-
94
- if (!$ecommerce)
95
- $ecommercedisabled = 'disabled';
96
-
97
- $setString = "<div class = 'settingscontainer'><form class=\"add:the-list: validate\" method=\"post\" enctype=\"multipart/form-data\">";
98
- $setString .= "<div class='upgradetopro' id='upgradetopro' style='display:none;'>This feature is only available in Pro Version, Please <a href='http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html' target='_blank' >UPGRADE TO PRO</a></div>";
99
- $setString .= "<table>";
100
-
101
- $setString .= '<tr><td><a href="javascript:slideonlyone(\'featuresBox\',\'' . WP_CONTENT_URL . '\');" id="myHead2" class="smackhelpswitcher_anchor">
102
- <div class="smackhelpswitcher">' . $impCESett->t('FEATURE') . '<img src="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/arrow_up.gif" id="featuresBox_img" class="smackhelpswitcher_img"></div></a></td></tr><tr><td>';
103
- $setString .= "<tr><td><div id='featuresBox' class = 'switchercontent newboxes2'><table>";
104
- $setString .= "<tr><td><label class=$automapping><input type='checkbox' name='automapping' value='automapping' onclick='savePluginSettings()' " . $automapping . ">" . $impCESett->t('ENABLEAUTOMAPPING') . "</label></td>";
105
- $setString .= "<td><label class=$utfsupport><input type='checkbox' name='rutfsupport' value='utfsupport' onclick='savePluginSettings()' " . $utfsupport . ">" . $impCESett->t('ENABLEUTFSUPPORT') . "</label></td></tr></table></div></td></tr>";
106
-
107
-
108
- $setString .= '<tr><td><a href="javascript:slideonlyone(\'moduleBox\',\'' . WP_CONTENT_URL . '\');" id="myHead2" class="smackhelpswitcher_anchor">
109
- <div class="smackhelpswitcher">Modules<img src="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/arrow_up.gif" id="featuresBox_img" class="smackhelpswitcher_img"></div></a></td></tr><tr><td>';
110
- $setString .= "<div id = 'moduleBox' class = 'switchercontent newboxes2'><table><tr><td><ul>";
111
- $setString .= "<li><label class='checked'><input type='checkbox' name='post' value='post' onclick='savePluginSettings()' disabled checked>" . $impCESett->t('POST') . "</label>";
112
- $setString .= "<label class='checked'><input type='checkbox' name='custompost' value='custompost' onclick='savePluginSettings()' disabled checked>" . $impCESett->t('CUSTOMPOST') . "</label>";
113
- $setString .= "<label class='checked'><input type='checkbox' name='page' value='page' onclick='savePluginSettings()' disabled checked>" . $impCESett->t('PAGE') . '</label>';
114
- $setString .= "<label class='checked'><input type='checkbox' name='comments' value='comments' onclick='savePluginSettings()' disabled checked>" . $impCESett->t('COMMENTS') . "</label></li>";
115
- $setString .= "<li><label class=$categories><input type='checkbox' name='categories' value='categories' onclick='savePluginSettings()' " . $categories . " >Categories/Tags</label>";
116
- $setString .= "<label class=$customtaxonomy><input type='checkbox' name='customtaxonomy' value='customtaxonomy' onclick='savePluginSettings()' " . $customtaxonomy . " >Custom Taxonomy</label>";
117
- $setString .= "<label class='checked'><input type='checkbox' name='users' value='users' onclick='savePluginSettings()' disabled checked>" . $impCESett->t('USERSROLES') . "</label></li>";
118
- $setString .= "</ul></td></tr></table></div></td></tr>";
119
-
120
-
121
- $setString .= '<tr><td><a href="javascript:slideonlyone(\'thirdPartyBox\',\'' . WP_CONTENT_URL . '\');" id="myHead2" class="smackhelpswitcher_anchor">
122
- <div class="smackhelpswitcher">' . $impCESett->t('THIRDPARTY') . '<img src="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/arrow_up.gif" id="featuresBox_img" class="smackhelpswitcher_img"></div></a></td></tr><tr><td>';
123
- $setString .= "<tr><td><div id='thirdPartyBox' class = 'switchercontent newboxes2'><table>";
124
- $setString .= "<tr><td><b>Ecommerce</b></td></tr>";
125
- $setString .= "<tr><td><label class=$nonerecommerce><input type = 'radio' name ='recommerce' value='nonerecommerce' onclick='savePluginSettings()' " . $nonerecommerce . " class='ecommerce'>" . $impCESett->t('NONE') . "</label></td>";
126
- $setString .= "<td><label class=\"$eshoptd $eshop\"><input type='radio' name='recommerce' value='eshop' onclick='enablewpcustomfield(\"none\")' " . $eshop . " " . " class='ecommerce'>Eshop</label></td><td><label class=\"$wpcomtd $wpcommerce\"><input type='radio' name='recommerce' value='wpcommerce' onclick='enablewpcustomfield(\"wpcustomfields\")' " . $wpcommerce . " class = 'ecommerce'>WP e-Commerce</label></td><td><label class=\"$woocomtd $woocommerce\"><input type='radio' name='recommerce' value='woocommerce' ".$woocommerce." class = 'woocommerce' onclick='enablewpcustomfield(\"none\")'>WooCommerce</label></td></tr>";
127
- $chkwecfstate = get_option('wpcsvprosettings');
128
- if($chkwecfstate['recommerce'] == 'wpcommerce'){
129
- $setString .= "<tr id='wpcustomfieldstr'><td></td><td></td><td><input type='checkbox' name='wpcustomfields' id='wpcustomfields' onclick='savePluginSettings()' checked />WP e-Commerce Custom Fields</td></tr>";
130
- }else{
131
- $setString .= "<tr id='wpcustomfieldstr' style='display:none;'><td></td><td></td><td><input type='checkbox' name='wpcustomfields' id='wpcustomfields' onclick='savePluginSettings()' />WP e-Commerce Custom Fields</td></tr>";
132
- }
133
- $setString .= "<tr><td><b>" . $impCESett->t('CUSTOMPOST') . "</b></td></tr>";
134
- $setString .= "<tr><td><label class=$nonercustompost><input type = 'radio' name ='rcustompost' value='nonercustompost' onclick='savePluginSettings()' " . $nonercustompost . " class='ecommerce'>" . $impCESett->t('NONE') . "</label></td>";
135
- $setString .= "<td><label class=\"$cptutd $custompostuitype\"><input type ='radio' name = 'rcustompost' value='custompostuitype' onclick='savePluginSettings()' " . $custompostuitype . ">" . $impCESett->t('CUSTOMPOSTTYPE') . "</label></td>";
136
- $setString .= "<td><label class=\"$cctmtd $cctm\"><input type ='radio' name = 'rcustompost' value='cctm' onclick='savePluginSettings()' " . $cctm . ">" . $impCESett->t('CCTM') . "</label></td>";
137
- $setString .= "<td><label class=\"$acftd $acf\"><input type ='checkbox' name = 'rcustomfield' value='acf' ".$acf.">".$impCESett->t('ACF')."</label>"."</td></tr>";
138
- $setString .= "<tr><td><b>" . $impCESett->t('SEO_OPTIONS') . "</b></td></tr>";
139
- $setString .= "<tr><td><label class=$nonerseooption><input type = 'radio' name ='rseooption' value='nonerseooption' onclick='savePluginSettings()' " . $nonerseooption . " class='ecommerce'>" . $impCESett->t('NONE') . "</label></td>";
140
- $setString .= "<td><label class=\"$aioseotd $aioseo\"><input type ='radio' name = 'rseooption' value='aioseo' onclick='savePluginSettings()' " . $aioseo . ">" . $impCESett->t('ALLINONESEO') . "</label></td>";
141
- $setString .= "<td><label class=\"$yoasttd $yoastseo\"><input type ='radio' name = 'rseooption' value='yoastseo' onclick='savePluginSettings()' " . $yoastseo . ">" . $impCESett->t('YOASTSEO') . "</label></td></tr>";
142
- $setString .= "<tr><td><b>" . $impCESett->t('CATEGORY_ICONS') . "</b></td></tr>";
143
- $setString .= "<tr><td>" . $impCESett->t('PLUGINCHECK') . "</td></tr>";
144
- $setString .= "<tr><td><label class=$enable><input type = 'radio' name ='rcateicons' value='enable' onclick='savePluginSettings()' " . $enable . " class='ecommerce'>" . $impCESett->t('ENABLE_CATEGOTY_ICONS') . "</label></td>";
145
- $setString .= "<td><label><input type ='radio' name = 'rcateicons' value='disable' onclick='savePluginSettings()' " . $disable . ">" . $impCESett->t('DISABLE_CATEGORY_ICONS') . "</label></td></tr>";
146
- $setString .= "</table></div></td></tr>";
147
- $setString .= "<tr></tr></table><input type='button' class='action' name='savesettings' value='Save' style='float:left;' onclick='savePluginSettings()' /></form></div>";
148
- return $setString;
149
- }
150
-
151
- /**
152
- * Render description for each modules
153
- */
154
- function renderDesc()
155
- {
156
- return "<p>WP Ultimate CSV Importer Plugin helps you to manage the post,page and </br> custom post data's from a CSV file.</p>
157
- <p>1. Admin can import the data's from any csv file.</p>
158
- <p>2. Can define the type of post and post status while importing.</p>
159
- <p>3. Provides header mapping feature to import the data's as your need.</p>
160
- <p>4. Users can map coloumn headers to existing fields or assign as custom fileds.</p>
161
- <p>5. Import unlimited datas as post.</p>
162
- <p>6. Make imported post as published or make it as draft.</p>
163
- <p>7. Added featured image import functionality.</p>
164
- <p><b> Important Note:- </b></p>
165
- <p><span style='color:red;'>1. Your csv should have the seperate column for post_date.
166
- <br/>2. It must be in the following format. ( yyyy-mm-dd hh:mm:ss ).</span></p>
167
- <p>Configuring our plugin is as simple as that. If you have any questions, issues and request on new features, plaese visit <a href='http://www.smackcoders.com/blog/category/free-wordpress-plugins' target='_blank'>Smackcoders.com blog </a></p>
168
- <div align='center' style='margin-top:40px;'> 'While the scripts on this site are free, donations are greatly appreciated. '<br/><br/><a href='http://www.smackcoders.com/donate.html' target='_blank'><img src='" . WP_CONTENT_URL . "/plugins/wp-ultimate-csv-importer/images/paypal_donate_button.png' /></a><br/><br/><a href='http://www.smackcoders.com/' target='_blank'><img src='http://www.smackcoders.com/wp-content/uploads/2012/09/Smack_poweredby_200.png'></a>
169
- </div><br/>";
170
- }
171
-
172
- /**
173
- * Render menu for the plugin
174
- */
175
- function renderMenu()
176
- {
177
- $nav_var = array('post', 'page', 'custompost', 'settings', 'dashboard');
178
- foreach ($nav_var as $single_navvar) {
179
- $$single_navvar = "";
180
- }
181
-
182
- $impSet = new IMPSettings();
183
- $settings = $impSet->getSettings();
184
- $impCEM = new SmackImpCE();
185
- if($settings){
186
- foreach ($settings as $key)
187
- $$key = true;
188
- }
189
- if (isset($_POST['post_csv']) && $_POST['post_csv'] == 'Import')
190
- $dashboard = 'selected';
191
- else {
192
- $action = $_REQUEST['action'];
193
- $$action = 'selected';
194
- }
195
- if (!$_REQUEST['action'])
196
- $dashboard = 'selected';
197
- $menuHTML = "<div class='csv-top-navigation-wrapper' id='header' name='mainNavigation'><ul id='topNavigation'>";
198
- $menuHTML .= "<li class=\"navigationMenu $post\" style='margin-left:0px;'><a href = 'admin.php?page=upload_csv_file&action=post' class = 'navigationMenu-link' id='module1'>" . $impCEM->t('POST') . "</a></li>";
199
- $menuHTML .= "<li class=\"navigationMenu $page\"><a href = 'admin.php?page=upload_csv_file&action=page' class = 'navigationMenu-link' id='module1'>" . $impCEM->t("PAGE") . "</a></li>";
200
- $menuHTML .= "<li class=\"navigationMenu $custompost\"><a href = 'admin.php?page=upload_csv_file&action=custompost' class = 'navigationMenu-link' id = 'module2'>" . $impCEM->t('CUSTOMPOST') . "</a></li>";
201
- if ( !is_multisite() ) {
202
- $menuHTML .= "<li class=\"navigationMenu $users \"><a href = 'admin.php?page=upload_csv_file&action=users' class = 'navigationMenu-link' id = 'module4'>".$impCEM->t('USERSROLES')."</a></li>";
203
- }
204
- $menuHTML .= "<li class=\"navigationMenu $comments\"><a href = 'admin.php?page=upload_csv_file&action=comments' class = 'navigationMenu-link' id = 'module8'>".$impCEM->t('COMMENTS')."</a></li>";
205
- $menuHTML .= "<li class=\"navigationMenu $settings\"><a href = 'admin.php?page=upload_csv_file&action=settings' class='navigationMenu-link' id='module9'>" . $impCEM->t('SETTINGS') . "</a></li>";
206
- $menuHTML .= "<li class=\"navigationMenu $dashboard\"><a href = 'admin.php?page=upload_csv_file&action=dashboard' class='navigationMenu-link' id='module0'>" . $impCEM->t('DASHBOARD') . "</a></li>";
207
- $menuHTML .= "</ul></div> <div style='margin-top:-55px;float:right;margin-right:300px'><a href='http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html' target='_blank'><input type='button' class='button-primary' name='Upgradetopro' id='Upgradetopro' value='Upgrade To PRO' /></a></div> <div class='msg' id = 'showMsg' style = 'display:none;'></div>";
208
- return $menuHTML;
209
-
210
- }
211
-
212
- /**
213
- * Render post/page section
214
- */
215
- function renderPostPage()
216
- {
217
- $impCE = new SmackImpCE ();
218
- $postForm = ' <div style="float: left; margin-top: 11px; margin-right: 5px;"><img src = "' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/Importicon_24.png"></div><div style="float:left;"><h2>' . $impCE->t('IMPORT_CSV_FILE') . '</h2></div></br></br><form class="add:the-list: validate" method="post"enctype="multipart/form-data" onsubmit="return file_exist();"><table class="importform">
219
- <tr><td><label for="csv_import" class="uploadlabel" >' . $impCE->t('UPLOAD_FILE') . '<span class="mandatory"> *</span></label>
220
- <input type="hidden" value="' . WP_CONTENT_URL . '" id="contenturl" />
221
- <input name="csv_import" id="csv_import" class="btn" type="file" value="" />
222
-
223
- </td></tr>';
224
-
225
- if (($_REQUEST['action'] == 'post') || ($_REQUEST['action'] == 'custompost') || ($_REQUEST['action'] == 'page')) {
226
-
227
- $postForm .= '<tr style="display:block;" id="detect"><td><label class="detectDup"><input type="checkbox" name="titleduplicatecheck" value=1> ' . $impCE->t("ENABLE_DUPLICATION_POST_TITLE") . '</label></td><td><label class="detectDup"><input type="checkbox" name="contentduplicatecheck" value=1> ' . $impCE->t("ENABLE_DUPLICATION_POST_CONTENT") . '</label></td></tr>';
228
-
229
- }
230
- $postForm .= '<tr><td><label class="uploadlabel">Delimiter</label><select name="delim" id="delim">
231
- <option value=",">,</option>
232
- <option value=";">;</option>
233
- </select></td></tr>
234
- </table>
235
- <p>
236
- <button type="submit" class="action addmarginright" name="Import" value="Import" align="right" onclick = "return validateFirstForm();"> Import</button>
237
- </p>
238
- </form></br></br>';
239
- return $postForm;
240
- }
241
-
242
- /**
243
- *return state of plugins - absent,present and active
244
- */
245
- function getPluginStateImg($plugin)
246
- {
247
- $state = '<img src ="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/notdetected.png" class = "settingsicon">';
248
- $settobj = new IMPSettings();
249
- if ($settobj->isPluginPresent($plugin))
250
- $state = '<img src ="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/notactive.png" class = "settingsicon">';
251
- if ($settobj->isPluginActive($plugin))
252
- $state = '<img src ="' . WP_CONTENT_URL . '/plugins/wp-ultimate-csv-importer/images/installed.png" class = "settingsicon">';
253
- return $state;
254
- }
255
-
256
-
257
- /**
258
- * Function to render the dashboard
259
- */
260
- function renderDashboard()
261
- {
262
- require_once('stats.php');
263
- }
264
-
265
- /**
266
- *return state of plugins - absent,present and active
267
- */
268
- function getPluginState($plugin)
269
- {
270
- $state = 'pluginAbsent';
271
- $settobj = new IMPSettings();
272
- if ($settobj->isPluginPresent($plugin))
273
- $state = 'pluginPresent';
274
- if ($settobj->isPluginActive($plugin))
275
- $state = 'pluginActive';
276
- return $state;
277
- }
278
-
279
- /**
280
- * return mapping fields for comments and user module
281
- */
282
- function renderMapping($action){
283
- if($action == 'users'){
284
- $maparray = array(
285
- 'user_login' => null,
286
- 'first_name' => null,
287
- 'last_name' => null,
288
- 'nickname' => null,
289
- 'user_email' => null,
290
- 'user_url' => null,
291
- 'aim' => null,
292
- 'yim' => null,
293
- 'jabber/gtalk' => null,
294
- 'role' => null,
295
- 'description' => null,
296
- );
297
- }else if($action == 'comments'){
298
- $maparray = array(
299
- 'comment_post_ID' => null,
300
- 'comment_author' => null,
301
- 'comment_author_email' => null,
302
- 'comment_author_url' => null,
303
- 'comment_content' => null,
304
- 'comment_author_IP' => null,
305
- 'comment_date' =>null,
306
- 'comment_approved' =>null,
307
- );
308
- }
309
- return $maparray;
310
- }
311
-
312
- }
313
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.settings.php DELETED
@@ -1,74 +0,0 @@
1
- <?php
2
- /*********************************************************************************
3
- * WordPress ultimate CSV Importer is a Tool for importing CSV for the Wordpress
4
- * plugin developed by Smackcoder. Copyright (C) 2013 Smackcoders.
5
- *
6
- * WordPress ultimate CSV Importer is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU Affero General Public License version 3 as
8
- * published by the Free Software Foundation with the addition of the following
9
- * permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE
10
- * COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY WordPress ultimate CSV Importer,
11
- * WordPress ultimate CSV Importer DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD
12
- * PARTY RIGHTS.
13
- *
14
- * WordPress ultimate CSV Importer is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
17
- * more details.
18
- *
19
- * You should have received a copy of the GNU Affero General Public License along with
20
- * this program; if not, see http://www.gnu.org/licenses or write to the Free
21
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22
- * 02110-1301 USA.
23
- *
24
- * You can contact Smackcoders at email address info@smackcoders.com.
25
- *
26
- * The interactive user interfaces in original and modified versions
27
- * of this program must display Appropriate Legal Notices, as required under
28
- * Section 5 of the GNU Affero General Public License version 3.
29
- *
30
- * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
31
- * these Appropriate Legal Notices must retain the display of the WordPress ultimate
32
- * CSV Importer copyright notice. If the display of the logo is not reasonably feasible
33
- * for technical reasons, the Appropriate Legal Notices must display the words
34
- * "Copyright Smackcoders. 2013. All rights reserved".
35
- ********************************************************************************/
36
-
37
- class IMPSettings
38
- {
39
-
40
- public $activePlugins = array();
41
-
42
- function __construct()
43
- {
44
- $this->activePlugins = get_option('active_plugins');
45
- }
46
-
47
- public function isPluginPresent($plugin)
48
- {
49
- $plugins = get_plugins();
50
- $pluginName = array();
51
- foreach ($plugins as $plug => $key)
52
- $pluginName[] = $plug;
53
- if (in_array($plugin, $pluginName))
54
- return true;
55
- else
56
- return false;
57
- }
58
-
59
- public function isPluginActive($plugin)
60
- {
61
- if (in_array($plugin, $this->activePlugins))
62
- return true;
63
- else
64
- return false;
65
- }
66
-
67
- /**
68
- * Get Saved Settings
69
- */
70
- function getSettings()
71
- {
72
- return get_option('wpcsvprosettings');
73
- }
74
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
class.userroles.php DELETED
@@ -1,153 +0,0 @@
1
- <?php
2
- require_once('class.modulehandler.php');
3
- class Users extends Modulehandler{
4
- // @var int inserted post count
5
- public $insUserCount = 0;
6
-
7
- public $skipUserCount = 0;
8
- /* get roles for users */
9
- public function getRoles(){
10
- global $wp_roles;
11
- foreach($wp_roles->roles as $rkey => $rval){
12
- for($cnt=0;$cnt<count($rval['capabilities']);$cnt++){
13
- $findval = "level_".$cnt;
14
- if(array_key_exists($findval,$rval['capabilities']))
15
- $roles[$rkey] = $roles[$rkey].$cnt.',';
16
- }
17
- }
18
- return $roles;
19
- }
20
-
21
- public function addUsers($csvValues){
22
- global $wpdb;
23
- $user_table = $wpdb->users;
24
- $UC = $wpdb->get_results("select count(ID) as users from $user_table");
25
- $initial_count = $UC[0]->users;
26
- $ret_array = $this->getReturnArray();
27
- $roles = $this->getRoles();
28
- $user_table = $wpdb->users;
29
- $limit = (int) apply_filters( 'postmeta_form_limit', 30 );
30
- $keys = $wpdb->get_col( "
31
- SELECT meta_key
32
- FROM $wpdb->postmeta
33
- GROUP BY meta_key
34
- HAVING meta_key NOT LIKE '\_%'
35
- ORDER BY meta_key
36
- LIMIT $limit" );
37
-
38
- foreach($csvValues as $key => $value){
39
- for($i=0;$i<count($value) ; $i++){
40
- if(array_key_exists('mapping'.$i,$ret_array)){
41
- if($ret_array['mapping'.$i]!='add_role'.$i){
42
- $new_post[$ret_array['mapping'.$i]] = $value[$i];
43
- }
44
- else{
45
- $new_post[$ret_array['textbox'.$i]] = $value[$i];
46
- $custom_array[$ret_array['textbox'.$i]] = $value[$i];
47
- }
48
- }
49
- }
50
- for($inc=0;$inc<count($value);$inc++){
51
- foreach($keys as $k => $v){
52
- if(array_key_exists($v,$new_post)){
53
- $custom_array[$v] =$new_post[$v];
54
- }
55
- }
56
- }
57
- foreach($new_post as $ckey => $cval){
58
- if($ckey == 'jabber/gtalk'){
59
- $data_array['jabber'] = $new_post[$ckey];
60
- }
61
- elseif($ckey == 'role'){
62
- $data_array_ckey = '';
63
- for($i=0 ; $i<=$new_post[$ckey] ; $i++){
64
- $data_array_ckey .= $i.",";
65
- }
66
- $data_array[$ckey]= $data_array_ckey;
67
- }
68
- else{
69
- $data_array[$ckey]=$new_post[$ckey];
70
- }
71
- }
72
- $data_array['user_pass'] = wp_generate_password( 12, false );
73
- $getUsers = $wpdb->get_results("select count(ID) as users from $user_table");
74
- foreach($roles as $rkey => $rval){
75
- if($rval == $data_array['role']){
76
- $data_array['role'] = $rkey;
77
- }
78
- }
79
- if(! array_key_exists($data_array['role'],$roles)){
80
- $data_array['role'] = $ret_array['userrole'];
81
- }
82
- if(isset($_POST['existRecords']) && ($_POST['existRecords'] == 'updatedcsv')){
83
- $getUserId = $wpdb->get_results("select ID from $user_table where user_email = '".$data_array["user_email"]."'");
84
- $user_id = $getUserId[0]->ID;
85
- if($user_id){
86
- $data_array['ID'] = $user_id;
87
- wp_update_user( $data_array );
88
- }
89
- else{
90
- $user_id = wp_insert_user( $data_array );
91
- $getUsers1 = $wpdb->get_results("select count(ID) as users from $user_table");
92
- $no_of_users = ($getUsers1[0]->users) - ($getUsers[0]->users);
93
- $termcount = $userscount+$no_of_users; if($no_of_users > 0){
94
- $newUsers['user'][] = $user_id;
95
- }
96
- $getDashboard = $wpdb->get_results("select * from smack_csv_dashboard where type ='Users'");
97
- $getusercount = $getDashboard[0]->value;
98
- $usercount = $getusercount+$no_of_users;
99
- $table = 'smack_csv_dashboard';
100
- $data_user = array('value'=>$usercount);
101
- $where = array('id'=>$getDashboard[0]->id);
102
- $wpdb->update($table, $data_user, $where);
103
- $current_user = wp_get_current_user();
104
- $admin_email = $current_user->user_email;
105
- $headers = "From: Administrator <$admin_email>" . "\r\n";
106
- $message = "Hi,You've been invited with the role of ".$ret_array['userrole'].". Here, your login details."."\n"."username: ".$data_array['user_login']."\n"."userpass: ".$data_array['user_pass']."\n"."Please click here to login ".wp_login_url();
107
- $emailaddress = $data_array['user_email'];
108
- $subject = 'Login Details';
109
- if(isset($_POST['send_password'])){
110
- wp_mail($emailaddress, $subject, $message, $headers);
111
- }
112
- }
113
- }
114
- else{
115
- $getUserId = $wpdb->get_results("select ID from $user_table where user_email = '".$data_array["user_email"]."'");
116
- $user_id = $getUserId[0]->ID;
117
- if($user_id){
118
- $this->skipUserCount = $this->skipUserCount+1;
119
- }
120
- else{
121
- $user_id = wp_insert_user( $data_array );
122
- $getUsers1 = $wpdb->get_results("select count(ID) as users from $user_table");
123
- $no_of_users = ($getUsers1[0]->users) - ($getUsers[0]->users);
124
- $termcount = $userscount+$no_of_users; //print($termcount);
125
- if($no_of_users > 0){
126
- $newUsers['user'][] = $user_id;//print_r($newUsers);
127
- }
128
- $getDashboard = $wpdb->get_results("select *from smack_csv_dashboard where type = 'Users'");
129
- $getusercount = $getDashboard[0]->value;
130
- $usercount = $getusercount+$no_of_users;
131
- $table = 'smack_csv_dashboard';
132
- $data_user = array('value'=>$usercount);
133
- $where = array('id'=>$getDashboard[0]->id);
134
- $wpdb->update($table, $data_user, $where);
135
- $current_user = wp_get_current_user();
136
- $admin_email = $current_user->user_email;
137
- $headers = "From: Administrator <$admin_email>" . "\r\n";
138
- $message = "Hi,You've been invited with the role of ".$ret_array['userrole'].". Here, your login details."."\n"."username: ".$data_array['user_login']."\n"."userpass: ".$data_array['user_pass']."\n"."Please click here to login ".wp_login_url();
139
- $emailaddress = $data_array['user_email'];
140
- $subject = 'Login Details';
141
- if(isset($_POST['send_password'])){
142
- wp_mail($emailaddress, $subject, $message, $headers);
143
- }
144
- }
145
- }
146
- }
147
- $UC1 = $wpdb->get_results("select count(ID) as users from $user_table");
148
- $last_count = $UC1[0]->users;
149
- $this->insUserCount = $last_count - $initial_count;
150
- return $this->insUserCount;
151
- }
152
-
153
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config/schema.php ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Use the schema to generate database.sql file and the model files
4
+ *
5
+ * To create database.sql:
6
+ * php skinnymvc.php generateSQL
7
+ *
8
+ * database.sql will be stored in lib/skinnymvc/model/sql
9
+ *
10
+ * To create the model files:
11
+ * php skinnymvc.php generateModel
12
+ *
13
+ * model files will be stored in lib/skinnymvc/model
14
+ *
15
+ * Example schema code:
16
+ * $model = array('table1'=>array(
17
+ * 'field1'=>array('type'=>'int', 'null'=>false, 'special'=>'auto_increment'),
18
+ * 'field2'=>'datetime',
19
+ * 'field3'=>'varchar(255)',
20
+ * '_INDEXES'=>array('field3'),
21
+ * '_PRIMARY_KEY'=>array('field1'),
22
+ * ),
23
+ * 'table2'=>array(
24
+ * 'field1'=>array('type'=>'int', 'null'=>false, 'special'=>'auto_increment'), //null is false by default
25
+ * 'field2'=>'decimal(10,4)',
26
+ * 'field3'=>'varchar(255)',
27
+ * '_INDEXES'=>array( array('field3','field4') ),
28
+ * '_PRIMARY_KEY'=>array('field1'),
29
+ * ),
30
+ * 'table3'=>array(
31
+ * 'field1'=>array('type'=>'int', 'null'=>false, 'special'=>'auto_increment'),
32
+ * 'field2'=>array('type'=>'varchar(255)', 'null'=>false),
33
+ * 'field3'=>'text',
34
+ * 'field4'=>'int',
35
+ * 'field5'=>'int',
36
+ * '_UNIQUES'=>array( 'field2', array('field4','field5') ),
37
+ * '_FULLTEXT'=>array('field3'),
38
+ * '_PRIMARY_KEY'=>array('field1'),
39
+ * '_FOREIGN_KEYS'=>array('field4'=>array('table'=>'table1','field'=>'field1'), 'field5'=>array('table'=>'table2','field'=>'field1')),
40
+ * '_DATABASE_KEY'=>'db_key',
41
+ * '_TABLE_NAME'=>'table_name',
42
+ * ),
43
+ * );
44
+ *
45
+ */
config/settings.php ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /******************************
3
+ * filename: settings.php
4
+ * description: Project settings.
5
+ * To edit, change the values on right side of the name-value pairs.
6
+ */
7
+ global $wpdb;
8
+ DEFINE('WP_DBNAME_CSVIMPORTER', $wpdb->dbname);
9
+ DEFINE('WP_DBHOST_CSVIMPORTER', $wpdb->dbhost);
10
+ DEFINE('WP_DBUSER_CSVIMPORTER', $wpdb->dbuser);
11
+ DEFINE('WP_DBPASSWORD_CSVIMPORTER', $wpdb->dbpassword);
12
+
13
+ class SkinnySettings { public static $CONFIG = array(
14
+
15
+
16
+ "project name" => WP_CONST_ULTIMATE_CSV_IMP_NAME,
17
+ "debug" => false,
18
+ "preload model" => true, //true = all model classes will be loaded with each request;
19
+ //false = model classes will be loaded only if explicitly required (use require_once)
20
+
21
+ "session persistency" => false, //tmp in your project dir must be writeable by the server!
22
+ "session timeout" => 1800, //in seconds!
23
+
24
+ "unauthenticated default module" => "default", //set this to where you want unauthenticated users redirected.
25
+ "unauthenticated default action" => "index",
26
+
27
+ "dbdriver" => "mysql",
28
+ "dbname" => "WP_DBNAME_CSVIMPORTER",
29
+ "dbhost" => "WP_DBHOST_CSVIMPORTER",
30
+ "dbuser" => "WP_DBUSER_CSVIMPORTER",
31
+ "dbpassword" => "WP_DBPASSWORD_CSVIMPORTER",
32
+
33
+ // To use multiple databases, keep the code above with default values
34
+ // and add a new setting like this:
35
+ // "dbs" => array(
36
+ // "database1"=> array(
37
+ // "dbdriver" => "mysql",
38
+ // "dbname" => "db",
39
+ // "dbhost" => "127.0.0.1",
40
+ // "dbuser" => "user",
41
+ // "dbpassword" => "password",
42
+ // ),
43
+ // "database2"=> array(
44
+ // "dbdriver" => "mysql",
45
+ // "dbname" => "db",
46
+ // "dbhost" => "127.0.0.1",
47
+ // "dbuser" => "user",
48
+ // "dbpassword" => "password",
49
+ // ),
50
+ // ),
51
+ //
52
+
53
+
54
+ );}
55
+
css/blank.gif DELETED
Binary file
css/bootstrap.css ADDED
@@ -0,0 +1,7325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.0.3 (http://getbootstrap.com)
3
+ * Copyright 2013 Twitter, Inc.
4
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+
7
+ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
8
+
9
+ article,
10
+ aside,
11
+ details,
12
+ figcaption,
13
+ figure,
14
+ footer,
15
+ header,
16
+ hgroup,
17
+ main,
18
+ nav,
19
+ section,
20
+ summary {
21
+ display: block;
22
+ }
23
+
24
+ audio,
25
+ canvas,
26
+ video {
27
+ display: inline-block;
28
+ }
29
+
30
+ audio:not([controls]) {
31
+ display: none;
32
+ height: 0;
33
+ }
34
+
35
+ [hidden],
36
+ template {
37
+ display: none;
38
+ }
39
+
40
+ html {
41
+ font-family: sans-serif;
42
+ -webkit-text-size-adjust: 100%;
43
+ -ms-text-size-adjust: 100%;
44
+ }
45
+
46
+ body {
47
+ margin: 0;
48
+ }
49
+
50
+ a {
51
+ background: transparent;
52
+ }
53
+
54
+ a:focus {
55
+ outline: thin dotted;
56
+ }
57
+
58
+ a:active,
59
+ a:hover {
60
+ outline: 0;
61
+ }
62
+
63
+ h1 {
64
+ margin: 0.67em 0;
65
+ font-size: 2em;
66
+ }
67
+
68
+ abbr[title] {
69
+ border-bottom: 1px dotted;
70
+ }
71
+
72
+ b,
73
+ strong {
74
+ font-weight: bold;
75
+ }
76
+
77
+ dfn {
78
+ font-style: italic;
79
+ }
80
+
81
+ hr {
82
+ height: 0;
83
+ -moz-box-sizing: content-box;
84
+ box-sizing: content-box;
85
+ }
86
+
87
+ mark {
88
+ color: #000;
89
+ background: #ff0;
90
+ }
91
+
92
+ code,
93
+ kbd,
94
+ pre,
95
+ samp {
96
+ font-family: monospace, serif;
97
+ font-size: 1em;
98
+ }
99
+
100
+ pre {
101
+ white-space: pre-wrap;
102
+ }
103
+
104
+ q {
105
+ quotes: "\201C" "\201D" "\2018" "\2019";
106
+ }
107
+
108
+ small {
109
+ font-size: 80%;
110
+ }
111
+
112
+ sub,
113
+ sup {
114
+ position: relative;
115
+ font-size: 75%;
116
+ line-height: 0;
117
+ vertical-align: baseline;
118
+ }
119
+
120
+ sup {
121
+ top: -0.5em;
122
+ }
123
+
124
+ sub {
125
+ bottom: -0.25em;
126
+ }
127
+
128
+ img {
129
+ border: 0;
130
+ }
131
+
132
+ svg:not(:root) {
133
+ overflow: hidden;
134
+ }
135
+
136
+ figure {
137
+ margin: 0;
138
+ }
139
+
140
+ fieldset {
141
+ padding: 0.35em 0.625em 0.75em;
142
+ margin: 0 2px;
143
+ border: 1px solid #c0c0c0;
144
+ }
145
+
146
+ legend {
147
+ padding: 0;
148
+ border: 0;
149
+ }
150
+
151
+ button,
152
+ input,
153
+ select,
154
+ textarea {
155
+ margin: 0;
156
+ font-family: inherit;
157
+ font-size: 100%;
158
+ }
159
+
160
+ button,
161
+ input {
162
+ line-height: normal;
163
+ }
164
+
165
+ button,
166
+ select {
167
+ text-transform: none;
168
+ }
169
+
170
+ button,
171
+ html input[type="button"],
172
+ input[type="reset"],
173
+ input[type="submit"] {
174
+ cursor: pointer;
175
+ -webkit-appearance: button;
176
+ }
177
+
178
+ button[disabled],
179
+ html input[disabled] {
180
+ cursor: default;
181
+ }
182
+
183
+ input[type="checkbox"],
184
+ input[type="radio"] {
185
+ padding: 0;
186
+ box-sizing: border-box;
187
+ }
188
+
189
+ input[type="search"] {
190
+ -webkit-box-sizing: content-box;
191
+ -moz-box-sizing: content-box;
192
+ box-sizing: content-box;
193
+ -webkit-appearance: textfield;
194
+ }
195
+
196
+ input[type="search"]::-webkit-search-cancel-button,
197
+ input[type="search"]::-webkit-search-decoration {
198
+ -webkit-appearance: none;
199
+ }
200
+
201
+ button::-moz-focus-inner,
202
+ input::-moz-focus-inner {
203
+ padding: 0;
204
+ border: 0;
205
+ }
206
+
207
+ textarea {
208
+ overflow: auto;
209
+ vertical-align: top;
210
+ }
211
+
212
+ table {
213
+ border-collapse: collapse;
214
+ border-spacing: 0;
215
+ }
216
+
217
+ @media print {
218
+ * {
219
+ color: #000 !important;
220
+ text-shadow: none !important;
221
+ background: transparent !important;
222
+ box-shadow: none !important;
223
+ }
224
+ a,
225
+ a:visited {
226
+ text-decoration: underline;
227
+ }
228
+ a[href]:after {
229
+ content: " (" attr(href) ")";
230
+ }
231
+ abbr[title]:after {
232
+ content: " (" attr(title) ")";
233
+ }
234
+ a[href^="javascript:"]:after,
235
+ a[href^="#"]:after {
236
+ content: "";
237
+ }
238
+ pre,
239
+ blockquote {
240
+ border: 1px solid #999;
241
+ page-break-inside: avoid;
242
+ }
243
+ thead {
244
+ display: table-header-group;
245
+ }
246
+ tr,
247
+ img {
248
+ page-break-inside: avoid;
249
+ }
250
+ img {
251
+ max-width: 100% !important;
252
+ }
253
+ @page {
254
+ margin: 2cm .5cm;
255
+ }
256
+ p,
257
+ h2,
258
+ h3 {
259
+ orphans: 3;
260
+ widows: 3;
261
+ }
262
+ h2,
263
+ h3 {
264
+ page-break-after: avoid;
265
+ }
266
+ select {
267
+ background: #fff !important;
268
+ }
269
+ .navbar {
270
+ display: none;
271
+ }
272
+ .table td,
273
+ .table th {
274
+ background-color: #fff !important;
275
+ }
276
+ .btn > .caret,
277
+ .dropup > .btn > .caret {
278
+ border-top-color: #000 !important;
279
+ }
280
+ .label {
281
+ border: 1px solid #000;
282
+ }
283
+ .table {
284
+ border-collapse: collapse !important;
285
+ }
286
+ .table-bordered th,
287
+ .table-bordered td {
288
+ border: 1px solid #ddd !important;
289
+ }
290
+ }
291
+
292
+ *,
293
+ *:before,
294
+ *:after {
295
+ -webkit-box-sizing: border-box;
296
+ -moz-box-sizing: border-box;
297
+ box-sizing: border-box;
298
+ }
299
+
300
+ html {
301
+ font-size: 62.5%;
302
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
303
+ }
304
+
305
+ /*body {
306
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
307
+ font-size: 14px;
308
+ line-height: 1.428571429;
309
+ color: #333333;
310
+ background-color: #ffffff;
311
+ }*/
312
+
313
+ input,
314
+ button,
315
+ select,
316
+ textarea {
317
+ font-family: inherit;
318
+ font-size: inherit;
319
+ line-height: inherit;
320
+ }
321
+
322
+ a {
323
+ color: #428bca;
324
+ text-decoration: none;
325
+ }
326
+
327
+ a:hover,
328
+ a:focus {
329
+ color: #2a6496;
330
+ text-decoration: underline;
331
+ }
332
+
333
+ a:focus {
334
+ outline: thin dotted;
335
+ outline: 5px auto -webkit-focus-ring-color;
336
+ outline-offset: -2px;
337
+ }
338
+
339
+ img {
340
+ vertical-align: middle;
341
+ }
342
+
343
+ .img-responsive {
344
+ display: block;
345
+ height: auto;
346
+ max-width: 100%;
347
+ }
348
+
349
+ .img-rounded {
350
+ border-radius: 6px;
351
+ }
352
+
353
+ .img-thumbnail {
354
+ display: inline-block;
355
+ height: auto;
356
+ max-width: 100%;
357
+ padding: 4px;
358
+ line-height: 1.428571429;
359
+ background-color: #ffffff;
360
+ border: 1px solid #dddddd;
361
+ border-radius: 4px;
362
+ -webkit-transition: all 0.2s ease-in-out;
363
+ transition: all 0.2s ease-in-out;
364
+ }
365
+
366
+ .img-circle {
367
+ border-radius: 50%;
368
+ }
369
+
370
+ hr {
371
+ margin-top: 20px;
372
+ margin-bottom: 20px;
373
+ border: 0;
374
+ border-top: 1px solid #eeeeee;
375
+ }
376
+
377
+ .sr-only {
378
+ position: absolute;
379
+ width: 1px;
380
+ height: 1px;
381
+ padding: 0;
382
+ margin: -1px;
383
+ overflow: hidden;
384
+ clip: rect(0, 0, 0, 0);
385
+ border: 0;
386
+ }
387
+
388
+ h1,
389
+ h2,
390
+ h3,
391
+ h4,
392
+ h5,
393
+ h6,
394
+ .h1,
395
+ .h2,
396
+ .h3,
397
+ .h4,
398
+ .h5,
399
+ .h6 {
400
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
401
+ font-weight: 500;
402
+ line-height: 1.1;
403
+ color: inherit;
404
+ }
405
+
406
+ h1 small,
407
+ h2 small,
408
+ h3 small,
409
+ h4 small,
410
+ h5 small,
411
+ h6 small,
412
+ .h1 small,
413
+ .h2 small,
414
+ .h3 small,
415
+ .h4 small,
416
+ .h5 small,
417
+ .h6 small,
418
+ h1 .small,
419
+ h2 .small,
420
+ h3 .small,
421
+ h4 .small,
422
+ h5 .small,
423
+ h6 .small,
424
+ .h1 .small,
425
+ .h2 .small,
426
+ .h3 .small,
427
+ .h4 .small,
428
+ .h5 .small,
429
+ .h6 .small {
430
+ font-weight: normal;
431
+ line-height: 1;
432
+ color: #999999;
433
+ }
434
+
435
+ h1,
436
+ h2,
437
+ h3 {
438
+ margin-top: 20px;
439
+ margin-bottom: 10px;
440
+ }
441
+
442
+ h1 small,
443
+ h2 small,
444
+ h3 small,
445
+ h1 .small,
446
+ h2 .small,
447
+ h3 .small {
448
+ font-size: 65%;
449
+ }
450
+
451
+ h4,
452
+ h5,
453
+ h6 {
454
+ margin-top: 10px;
455
+ margin-bottom: 10px;
456
+ }
457
+
458
+ h4 small,
459
+ h5 small,
460
+ h6 small,
461
+ h4 .small,
462
+ h5 .small,
463
+ h6 .small {
464
+ font-size: 75%;
465
+ }
466
+
467
+ h1,
468
+ .h1 {
469
+ font-size: 36px;
470
+ }
471
+
472
+ h2,
473
+ .h2 {
474
+ font-size: 30px;
475
+ }
476
+
477
+ h3,
478
+ .h3 {
479
+ font-size: 24px;
480
+ }
481
+
482
+ h4,
483
+ .h4 {
484
+ font-size: 18px;
485
+ }
486
+
487
+ h5,
488
+ .h5 {
489
+ font-size: 14px;
490
+ }
491
+
492
+ h6,
493
+ .h6 {
494
+ font-size: 12px;
495
+ }
496
+
497
+ p {
498
+ margin: 0 0 10px;
499
+ }
500
+
501
+ .lead {
502
+ margin-bottom: 20px;
503
+ font-size: 16px;
504
+ font-weight: 200;
505
+ line-height: 1.4;
506
+ }
507
+
508
+ @media (min-width: 768px) {
509
+ .lead {
510
+ font-size: 21px;
511
+ }
512
+ }
513
+
514
+ small,
515
+ .small {
516
+ font-size: 85%;
517
+ }
518
+
519
+ cite {
520
+ font-style: normal;
521
+ }
522
+
523
+ .text-muted {
524
+ color: #999999;
525
+ }
526
+
527
+ .text-primary {
528
+ color: #428bca;
529
+ }
530
+
531
+ .text-primary:hover {
532
+ color: #3071a9;
533
+ }
534
+
535
+ .text-warning {
536
+ color: #8a6d3b;
537
+ }
538
+
539
+ .text-warning:hover {
540
+ color: #66512c;
541
+ }
542
+
543
+ .text-danger {
544
+ color: #a94442;
545
+ }
546
+
547
+ .text-danger:hover {
548
+ color: #843534;
549
+ }
550
+
551
+ .text-success {
552
+ color: #3c763d;
553
+ }
554
+
555
+ .text-success:hover {
556
+ color: #2b542c;
557
+ }
558
+
559
+ .text-info {
560
+ color: #31708f;
561
+ }
562
+
563
+ .text-info:hover {
564
+ color: #245269;
565
+ }
566
+
567
+ .text-left {
568
+ text-align: left;
569
+ }
570
+
571
+ .text-right {
572
+ text-align: right;
573
+ }
574
+
575
+ .text-center {
576
+ text-align: center;
577
+ }
578
+
579
+ .page-header {
580
+ padding-bottom: 9px;
581
+ margin: 40px 0 20px;
582
+ border-bottom: 1px solid #eeeeee;
583
+ }
584
+
585
+ ul,
586
+ ol {
587
+ margin-top: 0;
588
+ margin-bottom: 10px;
589
+ }
590
+
591
+ ul ul,
592
+ ol ul,
593
+ ul ol,
594
+ ol ol {
595
+ margin-bottom: 0;
596
+ }
597
+
598
+ .list-unstyled {
599
+ padding-left: 0;
600
+ list-style: none;
601
+ }
602
+
603
+ .list-inline {
604
+ padding-left: 0;
605
+ list-style: none;
606
+ }
607
+
608
+ .list-inline > li {
609
+ display: inline-block;
610
+ padding-right: 5px;
611
+ padding-left: 5px;
612
+ }
613
+
614
+ .list-inline > li:first-child {
615
+ padding-left: 0;
616
+ }
617
+
618
+ dl {
619
+ margin-top: 0;
620
+ margin-bottom: 20px;
621
+ }
622
+
623
+ dt,
624
+ dd {
625
+ line-height: 1.428571429;
626
+ }
627
+
628
+ dt {
629
+ font-weight: bold;
630
+ }
631
+
632
+ dd {
633
+ margin-left: 0;
634
+ }
635
+
636
+ @media (min-width: 768px) {
637
+ .dl-horizontal dt {
638
+ float: left;
639
+ width: 160px;
640
+ overflow: hidden;
641
+ clear: left;
642
+ text-align: right;
643
+ text-overflow: ellipsis;
644
+ white-space: nowrap;
645
+ }
646
+ .dl-horizontal dd {
647
+ margin-left: 180px;
648
+ }
649
+ .dl-horizontal dd:before,
650
+ .dl-horizontal dd:after {
651
+ display: table;
652
+ content: " ";
653
+ }
654
+ .dl-horizontal dd:after {
655
+ clear: both;
656
+ }
657
+ .dl-horizontal dd:before,
658
+ .dl-horizontal dd:after {
659
+ display: table;
660
+ content: " ";
661
+ }
662
+ .dl-horizontal dd:after {
663
+ clear: both;
664
+ }
665
+ }
666
+
667
+ abbr[title],
668
+ abbr[data-original-title] {
669
+ cursor: help;
670
+ border-bottom: 1px dotted #999999;
671
+ }
672
+
673
+ .initialism {
674
+ font-size: 90%;
675
+ text-transform: uppercase;
676
+ }
677
+
678
+ blockquote {
679
+ padding: 10px 20px;
680
+ margin: 0 0 20px;
681
+ border-left: 5px solid #eeeeee;
682
+ }
683
+
684
+ blockquote p {
685
+ font-size: 17.5px;
686
+ font-weight: 300;
687
+ line-height: 1.25;
688
+ }
689
+
690
+ blockquote p:last-child {
691
+ margin-bottom: 0;
692
+ }
693
+
694
+ blockquote small,
695
+ blockquote .small {
696
+ display: block;
697
+ line-height: 1.428571429;
698
+ color: #999999;
699
+ }
700
+
701
+ blockquote small:before,
702
+ blockquote .small:before {
703
+ content: '\2014 \00A0';
704
+ }
705
+
706
+ blockquote.pull-right {
707
+ padding-right: 15px;
708
+ padding-left: 0;
709
+ border-right: 5px solid #eeeeee;
710
+ border-left: 0;
711
+ }
712
+
713
+ blockquote.pull-right p,
714
+ blockquote.pull-right small,
715
+ blockquote.pull-right .small {
716
+ text-align: right;
717
+ }
718
+
719
+ blockquote.pull-right small:before,
720
+ blockquote.pull-right .small:before {
721
+ content: '';
722
+ }
723
+
724
+ blockquote.pull-right small:after,
725
+ blockquote.pull-right .small:after {
726
+ content: '\00A0 \2014';
727
+ }
728
+
729
+ blockquote:before,
730
+ blockquote:after {
731
+ content: "";
732
+ }
733
+
734
+ address {
735
+ margin-bottom: 20px;
736
+ font-style: normal;
737
+ line-height: 1.428571429;
738
+ }
739
+
740
+ code,
741
+ kbd,
742
+ pre,
743
+ samp {
744
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
745
+ }
746
+
747
+ code {
748
+ padding: 2px 4px;
749
+ font-size: 90%;
750
+ color: #c7254e;
751
+ white-space: nowrap;
752
+ background-color: #f9f2f4;
753
+ border-radius: 4px;
754
+ }
755
+
756
+ pre {
757
+ display: block;
758
+ padding: 9.5px;
759
+ margin: 0 0 10px;
760
+ font-size: 13px;
761
+ line-height: 1.428571429;
762
+ color: #333333;
763
+ word-break: break-all;
764
+ word-wrap: break-word;
765
+ background-color: #f5f5f5;
766
+ border: 1px solid #cccccc;
767
+ border-radius: 4px;
768
+ }
769
+
770
+ pre code {
771
+ padding: 0;
772
+ font-size: inherit;
773
+ color: inherit;
774
+ white-space: pre-wrap;
775
+ background-color: transparent;
776
+ border-radius: 0;
777
+ }
778
+
779
+ .pre-scrollable {
780
+ max-height: 340px;
781
+ overflow-y: scroll;
782
+ }
783
+
784
+ .container {
785
+ padding-right: 15px;
786
+ padding-left: 15px;
787
+ margin-right: auto;
788
+ margin-left: auto;
789
+ }
790
+
791
+ .container:before,
792
+ .container:after {
793
+ display: table;
794
+ content: " ";
795
+ }
796
+
797
+ .container:after {
798
+ clear: both;
799
+ }
800
+
801
+ .container:before,
802
+ .container:after {
803
+ display: table;
804
+ content: " ";
805
+ }
806
+
807
+ .container:after {
808
+ clear: both;
809
+ }
810
+
811
+ @media (min-width: 768px) {
812
+ .container {
813
+ /* width: 750px; */
814
+ }
815
+ }
816
+
817
+ @media (min-width: 992px) {
818
+ .container {
819
+ /* width: 970px; */
820
+ }
821
+ }
822
+
823
+ @media (min-width: 1200px) {
824
+ .container {
825
+ /* width: 1170px;*/
826
+ }
827
+ }
828
+
829
+ .row {
830
+ margin-right: -15px;
831
+ margin-left: -15px;
832
+ }
833
+
834
+ .row:before,
835
+ .row:after {
836
+ display: table;
837
+ content: " ";
838
+ }
839
+
840
+ .row:after {
841
+ clear: both;
842
+ }
843
+
844
+ .row:before,
845
+ .row:after {
846
+ display: table;
847
+ content: " ";
848
+ }
849
+
850
+ .row:after {
851
+ clear: both;
852
+ }
853
+
854
+ .col-xs-1,
855
+ .col-sm-1,
856
+ .col-md-1,
857
+ .col-lg-1,
858
+ .col-xs-2,
859
+ .col-sm-2,
860
+ .col-md-2,
861
+ .col-lg-2,
862
+ .col-xs-3,
863
+ .col-sm-3,
864
+ .col-md-3,
865
+ .col-lg-3,
866
+ .col-xs-4,
867
+ .col-sm-4,
868
+ .col-md-4,
869
+ .col-lg-4,
870
+ .col-xs-5,
871
+ .col-sm-5,
872
+ .col-md-5,
873
+ .col-lg-5,
874
+ .col-xs-6,
875
+ .col-sm-6,
876
+ .col-md-6,
877
+ .col-lg-6,
878
+ .col-xs-7,
879
+ .col-sm-7,
880
+ .col-md-7,
881
+ .col-lg-7,
882
+ .col-xs-8,
883
+ .col-sm-8,
884
+ .col-md-8,
885
+ .col-lg-8,
886
+ .col-xs-9,
887
+ .col-sm-9,
888
+ .col-md-9,
889
+ .col-lg-9,
890
+ .col-xs-10,
891
+ .col-sm-10,
892
+ .col-md-10,
893
+ .col-lg-10,
894
+ .col-xs-11,
895
+ .col-sm-11,
896
+ .col-md-11,
897
+ .col-lg-11,
898
+ .col-xs-12,
899
+ .col-sm-12,
900
+ .col-md-12,
901
+ .col-lg-12 {
902
+ position: relative;
903
+ min-height: 1px;
904
+ padding-right: 15px;
905
+ padding-left: 15px;
906
+ }
907
+
908
+ .col-xs-1,
909
+ .col-xs-2,
910
+ .col-xs-3,
911
+ .col-xs-4,
912
+ .col-xs-5,
913
+ .col-xs-6,
914
+ .col-xs-7,
915
+ .col-xs-8,
916
+ .col-xs-9,
917
+ .col-xs-10,
918
+ .col-xs-11,
919
+ .col-xs-12 {
920
+ float: left;
921
+ }
922
+
923
+ .col-xs-12 {
924
+ width: 100%;
925
+ }
926
+
927
+ .col-xs-11 {
928
+ width: 91.66666666666666%;
929
+ }
930
+
931
+ .col-xs-10 {
932
+ width: 83.33333333333334%;
933
+ }
934
+
935
+ .col-xs-9 {
936
+ width: 75%;
937
+ }
938
+
939
+ .col-xs-8 {
940
+ width: 66.66666666666666%;
941
+ }
942
+
943
+ .col-xs-7 {
944
+ width: 58.333333333333336%;
945
+ }
946
+
947
+ .col-xs-6 {
948
+ width: 50%;
949
+ }
950
+
951
+ .col-xs-5 {
952
+ width: 41.66666666666667%;
953
+ }
954
+
955
+ .col-xs-4 {
956
+ width: 33.33333333333333%;
957
+ }
958
+
959
+ .col-xs-3 {
960
+ width: 25%;
961
+ }
962
+
963
+ .col-xs-2 {
964
+ width: 16.666666666666664%;
965
+ }
966
+
967
+ .col-xs-1 {
968
+ width: 8.333333333333332%;
969
+ }
970
+
971
+ .col-xs-pull-12 {
972
+ right: 100%;
973
+ }
974
+
975
+ .col-xs-pull-11 {
976
+ right: 91.66666666666666%;
977
+ }
978
+
979
+ .col-xs-pull-10 {
980
+ right: 83.33333333333334%;
981
+ }
982
+
983
+ .col-xs-pull-9 {
984
+ right: 75%;
985
+ }
986
+
987
+ .col-xs-pull-8 {
988
+ right: 66.66666666666666%;
989
+ }
990
+
991
+ .col-xs-pull-7 {
992
+ right: 58.333333333333336%;
993
+ }
994
+
995
+ .col-xs-pull-6 {
996
+ right: 50%;
997
+ }
998
+
999
+ .col-xs-pull-5 {
1000
+ right: 41.66666666666667%;
1001
+ }
1002
+
1003
+ .col-xs-pull-4 {
1004
+ right: 33.33333333333333%;
1005
+ }
1006
+
1007
+ .col-xs-pull-3 {
1008
+ right: 25%;
1009
+ }
1010
+
1011
+ .col-xs-pull-2 {
1012
+ right: 16.666666666666664%;
1013
+ }
1014
+
1015
+ .col-xs-pull-1 {
1016
+ right: 8.333333333333332%;
1017
+ }
1018
+
1019
+ .col-xs-pull-0 {
1020
+ right: 0;
1021
+ }
1022
+
1023
+ .col-xs-push-12 {
1024
+ left: 100%;
1025
+ }
1026
+
1027
+ .col-xs-push-11 {
1028
+ left: 91.66666666666666%;
1029
+ }
1030
+
1031
+ .col-xs-push-10 {
1032
+ left: 83.33333333333334%;
1033
+ }
1034
+
1035
+ .col-xs-push-9 {
1036
+ left: 75%;
1037
+ }
1038
+
1039
+ .col-xs-push-8 {
1040
+ left: 66.66666666666666%;
1041
+ }
1042
+
1043
+ .col-xs-push-7 {
1044
+ left: 58.333333333333336%;
1045
+ }
1046
+
1047
+ .col-xs-push-6 {
1048
+ left: 50%;
1049
+ }
1050
+
1051
+ .col-xs-push-5 {
1052
+ left: 41.66666666666667%;
1053
+ }
1054
+
1055
+ .col-xs-push-4 {
1056
+ left: 33.33333333333333%;
1057
+ }
1058
+
1059
+ .col-xs-push-3 {
1060
+ left: 25%;
1061
+ }
1062
+
1063
+ .col-xs-push-2 {
1064
+ left: 16.666666666666664%;
1065
+ }
1066
+
1067
+ .col-xs-push-1 {
1068
+ left: 8.333333333333332%;
1069
+ }
1070
+
1071
+ .col-xs-push-0 {
1072
+ left: 0;
1073
+ }
1074
+
1075
+ .col-xs-offset-12 {
1076
+ margin-left: 100%;
1077
+ }
1078
+
1079
+ .col-xs-offset-11 {
1080
+ margin-left: 91.66666666666666%;
1081
+ }
1082
+
1083
+ .col-xs-offset-10 {
1084
+ margin-left: 83.33333333333334%;
1085
+ }
1086
+
1087
+ .col-xs-offset-9 {
1088
+ margin-left: 75%;
1089
+ }
1090
+
1091
+ .col-xs-offset-8 {
1092
+ margin-left: 66.66666666666666%;
1093
+ }
1094
+
1095
+ .col-xs-offset-7 {
1096
+ margin-left: 58.333333333333336%;
1097
+ }
1098
+
1099
+ .col-xs-offset-6 {
1100
+ margin-left: 50%;
1101
+ }
1102
+
1103
+ .col-xs-offset-5 {
1104
+ margin-left: 41.66666666666667%;
1105
+ }
1106
+
1107
+ .col-xs-offset-4 {
1108
+ margin-left: 33.33333333333333%;
1109
+ }
1110
+
1111
+ .col-xs-offset-3 {
1112
+ margin-left: 25%;
1113
+ }
1114
+
1115
+ .col-xs-offset-2 {
1116
+ margin-left: 16.666666666666664%;
1117
+ }
1118
+
1119
+ .col-xs-offset-1 {
1120
+ margin-left: 8.333333333333332%;
1121
+ }
1122
+
1123
+ .col-xs-offset-0 {
1124
+ margin-left: 0;
1125
+ }
1126
+
1127
+ @media (min-width: 768px) {
1128
+ .col-sm-1,
1129
+ .col-sm-2,
1130
+ .col-sm-3,
1131
+ .col-sm-4,
1132
+ .col-sm-5,
1133
+ .col-sm-6,
1134
+ .col-sm-7,
1135
+ .col-sm-8,
1136
+ .col-sm-9,
1137
+ .col-sm-10,
1138
+ .col-sm-11,
1139
+ .col-sm-12 {
1140
+ float: left;
1141
+ }
1142
+ .col-sm-12 {
1143
+ width: 100%;
1144
+ }
1145
+ .col-sm-11 {
1146
+ width: 91.66666666666666%;
1147
+ }
1148
+ .col-sm-10 {
1149
+ width: 83.33333333333334%;
1150
+ }
1151
+ .col-sm-9 {
1152
+ width: 75%;
1153
+ }
1154
+ .col-sm-8 {
1155
+ width: 66.66666666666666%;
1156
+ }
1157
+ .col-sm-7 {
1158
+ width: 58.333333333333336%;
1159
+ }
1160
+ .col-sm-6 {
1161
+ width: 50%;
1162
+ }
1163
+ .col-sm-5 {
1164
+ width: 41.66666666666667%;
1165
+ }
1166
+ .col-sm-4 {
1167
+ width: 33.33333333333333%;
1168
+ }
1169
+ .col-sm-3 {
1170
+ width: 25%;
1171
+ }
1172
+ .col-sm-2 {
1173
+ width: 16.666666666666664%;
1174
+ }
1175
+ .col-sm-1 {
1176
+ width: 8.333333333333332%;
1177
+ }
1178
+ .col-sm-pull-12 {
1179
+ right: 100%;
1180
+ }
1181
+ .col-sm-pull-11 {
1182
+ right: 91.66666666666666%;
1183
+ }
1184
+ .col-sm-pull-10 {
1185
+ right: 83.33333333333334%;
1186
+ }
1187
+ .col-sm-pull-9 {
1188
+ right: 75%;
1189
+ }
1190
+ .col-sm-pull-8 {
1191
+ right: 66.66666666666666%;
1192
+ }
1193
+ .col-sm-pull-7 {
1194
+ right: 58.333333333333336%;
1195
+ }
1196
+ .col-sm-pull-6 {
1197
+ right: 50%;
1198
+ }
1199
+ .col-sm-pull-5 {
1200
+ right: 41.66666666666667%;
1201
+ }
1202
+ .col-sm-pull-4 {
1203
+ right: 33.33333333333333%;
1204
+ }
1205
+ .col-sm-pull-3 {
1206
+ right: 25%;
1207
+ }
1208
+ .col-sm-pull-2 {
1209
+ right: 16.666666666666664%;
1210
+ }
1211
+ .col-sm-pull-1 {
1212
+ right: 8.333333333333332%;
1213
+ }
1214
+ .col-sm-pull-0 {
1215
+ right: 0;
1216
+ }
1217
+ .col-sm-push-12 {
1218
+ left: 100%;
1219
+ }
1220
+ .col-sm-push-11 {
1221
+ left: 91.66666666666666%;
1222
+ }
1223
+ .col-sm-push-10 {
1224
+ left: 83.33333333333334%;
1225
+ }
1226
+ .col-sm-push-9 {
1227
+ left: 75%;
1228
+ }
1229
+ .col-sm-push-8 {
1230
+ left: 66.66666666666666%;
1231
+ }
1232
+ .col-sm-push-7 {
1233
+ left: 58.333333333333336%;
1234
+ }
1235
+ .col-sm-push-6 {
1236
+ left: 50%;
1237
+ }
1238
+ .col-sm-push-5 {
1239
+ left: 41.66666666666667%;
1240
+ }
1241
+ .col-sm-push-4 {
1242
+ left: 33.33333333333333%;
1243
+ }
1244
+ .col-sm-push-3 {
1245
+ left: 25%;
1246
+ }
1247
+ .col-sm-push-2 {
1248
+ left: 16.666666666666664%;
1249
+ }
1250
+ .col-sm-push-1 {
1251
+ left: 8.333333333333332%;
1252
+ }
1253
+ .col-sm-push-0 {
1254
+ left: 0;
1255
+ }
1256
+ .col-sm-offset-12 {
1257
+ margin-left: 100%;
1258
+ }
1259
+ .col-sm-offset-11 {
1260
+ margin-left: 91.66666666666666%;
1261
+ }
1262
+ .col-sm-offset-10 {
1263
+ margin-left: 83.33333333333334%;
1264
+ }
1265
+ .col-sm-offset-9 {
1266
+ margin-left: 75%;
1267
+ }
1268
+ .col-sm-offset-8 {
1269
+ margin-left: 66.66666666666666%;
1270
+ }
1271
+ .col-sm-offset-7 {
1272
+ margin-left: 58.333333333333336%;
1273
+ }
1274
+ .col-sm-offset-6 {
1275
+ margin-left: 50%;
1276
+ }
1277
+ .col-sm-offset-5 {
1278
+ margin-left: 41.66666666666667%;
1279
+ }
1280
+ .col-sm-offset-4 {
1281
+ margin-left: 33.33333333333333%;
1282
+ }
1283
+ .col-sm-offset-3 {
1284
+ margin-left: 25%;
1285
+ }
1286
+ .col-sm-offset-2 {
1287
+ margin-left: 16.666666666666664%;
1288
+ }
1289
+ .col-sm-offset-1 {
1290
+ margin-left: 8.333333333333332%;
1291
+ }
1292
+ .col-sm-offset-0 {
1293
+ margin-left: 0;
1294
+ }
1295
+ }
1296
+
1297
+ @media (min-width: 992px) {
1298
+ .col-md-1,
1299
+ .col-md-2,
1300
+ .col-md-3,
1301
+ .col-md-4,
1302
+ .col-md-5,
1303
+ .col-md-6,
1304
+ .col-md-7,
1305
+ .col-md-8,
1306
+ .col-md-9,
1307
+ .col-md-10,
1308
+ .col-md-11,
1309
+ .col-md-12 {
1310
+ float: left;
1311
+ }
1312
+ .col-md-12 {
1313
+ width: 100%;
1314
+ }
1315
+ .col-md-11 {
1316
+ width: 91.66666666666666%;
1317
+ }
1318
+ .col-md-10 {
1319
+ width: 83.33333333333334%;
1320
+ }
1321
+ .col-md-9 {
1322
+ width: 75%;
1323
+ }
1324
+ .col-md-8 {
1325
+ width: 66.66666666666666%;
1326
+ }
1327
+ .col-md-7 {
1328
+ width: 58.333333333333336%;
1329
+ }
1330
+ .col-md-6 {
1331
+ width: 50%;
1332
+ }
1333
+ .col-md-5 {
1334
+ width: 41.66666666666667%;
1335
+ }
1336
+ .col-md-4 {
1337
+ width: 33.33333333333333%;
1338
+ }
1339
+ .col-md-3 {
1340
+ width: 25%;
1341
+ }
1342
+ .col-md-2 {
1343
+ width: 16.666666666666664%;
1344
+ }
1345
+ .col-md-1 {
1346
+ width: 8.333333333333332%;
1347
+ }
1348
+ .col-md-pull-12 {
1349
+ right: 100%;
1350
+ }
1351
+ .col-md-pull-11 {
1352
+ right: 91.66666666666666%;
1353
+ }
1354
+ .col-md-pull-10 {
1355
+ right: 83.33333333333334%;
1356
+ }
1357
+ .col-md-pull-9 {
1358
+ right: 75%;
1359
+ }
1360
+ .col-md-pull-8 {
1361
+ right: 66.66666666666666%;
1362
+ }
1363
+ .col-md-pull-7 {
1364
+ right: 58.333333333333336%;
1365
+ }
1366
+ .col-md-pull-6 {
1367
+ right: 50%;
1368
+ }
1369
+ .col-md-pull-5 {
1370
+ right: 41.66666666666667%;
1371
+ }
1372
+ .col-md-pull-4 {
1373
+ right: 33.33333333333333%;
1374
+ }
1375
+ .col-md-pull-3 {
1376
+ right: 25%;
1377
+ }
1378
+ .col-md-pull-2 {
1379
+ right: 16.666666666666664%;
1380
+ }
1381
+ .col-md-pull-1 {
1382
+ right: 8.333333333333332%;
1383
+ }
1384
+ .col-md-pull-0 {
1385
+ right: 0;
1386
+ }
1387
+ .col-md-push-12 {
1388
+ left: 100%;
1389
+ }
1390
+ .col-md-push-11 {
1391
+ left: 91.66666666666666%;
1392
+ }
1393
+ .col-md-push-10 {
1394
+ left: 83.33333333333334%;
1395
+ }
1396
+ .col-md-push-9 {
1397
+ left: 75%;
1398
+ }
1399
+ .col-md-push-8 {
1400
+ left: 66.66666666666666%;
1401
+ }
1402
+ .col-md-push-7 {
1403
+ left: 58.333333333333336%;
1404
+ }
1405
+ .col-md-push-6 {
1406
+ left: 50%;
1407
+ }
1408
+ .col-md-push-5 {
1409
+ left: 41.66666666666667%;
1410
+ }
1411
+ .col-md-push-4 {
1412
+ left: 33.33333333333333%;
1413
+ }
1414
+ .col-md-push-3 {
1415
+ left: 25%;
1416
+ }
1417
+ .col-md-push-2 {
1418
+ left: 16.666666666666664%;
1419
+ }
1420
+ .col-md-push-1 {
1421
+ left: 8.333333333333332%;
1422
+ }
1423
+ .col-md-push-0 {
1424
+ left: 0;
1425
+ }
1426
+ .col-md-offset-12 {
1427
+ margin-left: 100%;
1428
+ }
1429
+ .col-md-offset-11 {
1430
+ margin-left: 91.66666666666666%;
1431
+ }
1432
+ .col-md-offset-10 {
1433
+ margin-left: 83.33333333333334%;
1434
+ }
1435
+ .col-md-offset-9 {
1436
+ margin-left: 75%;
1437
+ }
1438
+ .col-md-offset-8 {
1439
+ margin-left: 66.66666666666666%;
1440
+ }
1441
+ .col-md-offset-7 {
1442
+ margin-left: 58.333333333333336%;
1443
+ }
1444
+ .col-md-offset-6 {
1445
+ margin-left: 50%;
1446
+ }
1447
+ .col-md-offset-5 {
1448
+ margin-left: 41.66666666666667%;
1449
+ }
1450
+ .col-md-offset-4 {
1451
+ margin-left: 33.33333333333333%;
1452
+ }
1453
+ .col-md-offset-3 {
1454
+ margin-left: 25%;
1455
+ }
1456
+ .col-md-offset-2 {
1457
+ margin-left: 16.666666666666664%;
1458
+ }
1459
+ .col-md-offset-1 {
1460
+ margin-left: 8.333333333333332%;
1461
+ }
1462
+ .col-md-offset-0 {
1463
+ margin-left: 0;
1464
+ }
1465
+ }
1466
+
1467
+ @media (min-width: 1200px) {
1468
+ .col-lg-1,
1469
+ .col-lg-2,
1470
+ .col-lg-3,
1471
+ .col-lg-4,
1472
+ .col-lg-5,
1473
+ .col-lg-6,
1474
+ .col-lg-7,
1475
+ .col-lg-8,
1476
+ .col-lg-9,
1477
+ .col-lg-10,
1478
+ .col-lg-11,
1479
+ .col-lg-12 {
1480
+ float: left;
1481
+ }
1482
+ .col-lg-12 {
1483
+ width: 100%;
1484
+ }
1485
+ .col-lg-11 {
1486
+ width: 91.66666666666666%;
1487
+ }
1488
+ .col-lg-10 {
1489
+ width: 83.33333333333334%;
1490
+ }
1491
+ .col-lg-9 {
1492
+ width: 75%;
1493
+ }
1494
+ .col-lg-8 {
1495
+ width: 66.66666666666666%;
1496
+ }
1497
+ .col-lg-7 {
1498
+ width: 58.333333333333336%;
1499
+ }
1500
+ .col-lg-6 {
1501
+ width: 50%;
1502
+ }
1503
+ .col-lg-5 {
1504
+ width: 41.66666666666667%;
1505
+ }
1506
+ .col-lg-4 {
1507
+ width: 33.33333333333333%;
1508
+ }
1509
+ .col-lg-3 {
1510
+ width: 25%;
1511
+ }
1512
+ .col-lg-2 {
1513
+ width: 16.666666666666664%;
1514
+ }
1515
+ .col-lg-1 {
1516
+ width: 8.333333333333332%;
1517
+ }
1518
+ .col-lg-pull-12 {
1519
+ right: 100%;
1520
+ }
1521
+ .col-lg-pull-11 {
1522
+ right: 91.66666666666666%;
1523
+ }
1524
+ .col-lg-pull-10 {
1525
+ right: 83.33333333333334%;
1526
+ }
1527
+ .col-lg-pull-9 {
1528
+ right: 75%;
1529
+ }
1530
+ .col-lg-pull-8 {
1531
+ right: 66.66666666666666%;
1532
+ }
1533
+ .col-lg-pull-7 {
1534
+ right: 58.333333333333336%;
1535
+ }
1536
+ .col-lg-pull-6 {
1537
+ right: 50%;
1538
+ }
1539
+ .col-lg-pull-5 {
1540
+ right: 41.66666666666667%;
1541
+ }
1542
+ .col-lg-pull-4 {
1543
+ right: 33.33333333333333%;
1544
+ }
1545
+ .col-lg-pull-3 {
1546
+ right: 25%;
1547
+ }
1548
+ .col-lg-pull-2 {
1549
+ right: 16.666666666666664%;
1550
+ }
1551
+ .col-lg-pull-1 {
1552
+ right: 8.333333333333332%;
1553
+ }
1554
+ .col-lg-pull-0 {
1555
+ right: 0;
1556
+ }
1557
+ .col-lg-push-12 {
1558
+ left: 100%;
1559
+ }
1560
+ .col-lg-push-11 {
1561
+ left: 91.66666666666666%;
1562
+ }
1563
+ .col-lg-push-10 {
1564
+ left: 83.33333333333334%;
1565
+ }
1566
+ .col-lg-push-9 {
1567
+ left: 75%;
1568
+ }
1569
+ .col-lg-push-8 {
1570
+ left: 66.66666666666666%;
1571
+ }
1572
+ .col-lg-push-7 {
1573
+ left: 58.333333333333336%;
1574
+ }
1575
+ .col-lg-push-6 {
1576
+ left: 50%;
1577
+ }
1578
+ .col-lg-push-5 {
1579
+ left: 41.66666666666667%;
1580
+ }
1581
+ .col-lg-push-4 {
1582
+ left: 33.33333333333333%;
1583
+ }
1584
+ .col-lg-push-3 {
1585
+ left: 25%;
1586
+ }
1587
+ .col-lg-push-2 {
1588
+ left: 16.666666666666664%;
1589
+ }
1590
+ .col-lg-push-1 {
1591
+ left: 8.333333333333332%;
1592
+ }
1593
+ .col-lg-push-0 {
1594
+ left: 0;
1595
+ }
1596
+ .col-lg-offset-12 {
1597
+ margin-left: 100%;
1598
+ }
1599
+ .col-lg-offset-11 {
1600
+ margin-left: 91.66666666666666%;
1601
+ }
1602
+ .col-lg-offset-10 {
1603
+ margin-left: 83.33333333333334%;
1604
+ }
1605
+ .col-lg-offset-9 {
1606
+ margin-left: 75%;
1607
+ }
1608
+ .col-lg-offset-8 {
1609
+ margin-left: 66.66666666666666%;
1610
+ }
1611
+ .col-lg-offset-7 {
1612
+ margin-left: 58.333333333333336%;
1613
+ }
1614
+ .col-lg-offset-6 {
1615
+ margin-left: 50%;
1616
+ }
1617
+ .col-lg-offset-5 {
1618
+ margin-left: 41.66666666666667%;
1619
+ }
1620
+ .col-lg-offset-4 {
1621
+ margin-left: 33.33333333333333%;
1622
+ }
1623
+ .col-lg-offset-3 {
1624
+ margin-left: 25%;
1625
+ }
1626
+ .col-lg-offset-2 {
1627
+ margin-left: 16.666666666666664%;
1628
+ }
1629
+ .col-lg-offset-1 {
1630
+ margin-left: 8.333333333333332%;
1631
+ }
1632
+ .col-lg-offset-0 {
1633
+ margin-left: 0;
1634
+ }
1635
+ }
1636
+
1637
+ table {
1638
+ max-width: 100%;
1639
+ background-color: transparent;
1640
+ }
1641
+
1642
+ th {
1643
+ text-align: left;
1644
+ }
1645
+
1646
+ .table {
1647
+ width: 100%;
1648
+ /* margin-bottom: 20px;*/
1649
+ }
1650
+
1651
+ .table > thead > tr > th,
1652
+ .table > tbody > tr > th,
1653
+ .table > tfoot > tr > th,
1654
+ .table > thead > tr > td,
1655
+ .table > tbody > tr > td,
1656
+ .table > tfoot > tr > td {
1657
+ padding: 8px;
1658
+ line-height: 1.428571429;
1659
+ vertical-align: top;
1660
+ border-top: 1px solid #dddddd;
1661
+ }
1662
+
1663
+ .table > thead > tr > th {
1664
+ vertical-align: bottom;
1665
+ border-bottom: 2px solid #dddddd;
1666
+ }
1667
+
1668
+ .table > caption + thead > tr:first-child > th,
1669
+ .table > colgroup + thead > tr:first-child > th,
1670
+ .table > thead:first-child > tr:first-child > th,
1671
+ .table > caption + thead > tr:first-child > td,
1672
+ .table > colgroup + thead > tr:first-child > td,
1673
+ .table > thead:first-child > tr:first-child > td {
1674
+ border-top: 0;
1675
+ }
1676
+
1677
+ .table > tbody + tbody {
1678
+ border-top: 2px solid #dddddd;
1679
+ }
1680
+
1681
+ .table .table {
1682
+ background-color: #ffffff;
1683
+ }
1684
+
1685
+ .table-condensed > thead > tr > th,
1686
+ .table-condensed > tbody > tr > th,
1687
+ .table-condensed > tfoot > tr > th,
1688
+ .table-condensed > thead > tr > td,
1689
+ .table-condensed > tbody > tr > td,
1690
+ .table-condensed > tfoot > tr > td {
1691
+ padding: 5px;
1692
+ }
1693
+
1694
+ .table-bordered {
1695
+ border: 1px solid #dddddd;
1696
+ }
1697
+
1698
+ .table-bordered > thead > tr > th,
1699
+ .table-bordered > tbody > tr > th,
1700
+ .table-bordered > tfoot > tr > th,
1701
+ .table-bordered > thead > tr > td,
1702
+ .table-bordered > tbody > tr > td,
1703
+ .table-bordered > tfoot > tr > td {
1704
+ border: 1px solid #dddddd;
1705
+ }
1706
+
1707
+ .table-bordered > thead > tr > th,
1708
+ .table-bordered > thead > tr > td {
1709
+ /* border-bottom-width: 2px;*/
1710
+ }
1711
+
1712
+ .table-striped > tbody > tr:nth-child(odd) > td,
1713
+ .table-striped > tbody > tr:nth-child(odd) > th {
1714
+ background-color: #f9f9f9;
1715
+ }
1716
+
1717
+ .table-hover > tbody > tr:hover > td,
1718
+ .table-hover > tbody > tr:hover > th {
1719
+ background-color: #f5f5f5;
1720
+ }
1721
+
1722
+ table col[class*="col-"] {
1723
+ position: static;
1724
+ display: table-column;
1725
+ float: none;
1726
+ }
1727
+
1728
+ table td[class*="col-"],
1729
+ table th[class*="col-"] {
1730
+ display: table-cell;
1731
+ float: none;
1732
+ }
1733
+
1734
+ .table > thead > tr > .active,
1735
+ .table > tbody > tr > .active,
1736
+ .table > tfoot > tr > .active,
1737
+ .table > thead > .active > td,
1738
+ .table > tbody > .active > td,
1739
+ .table > tfoot > .active > td,
1740
+ .table > thead > .active > th,
1741
+ .table > tbody > .active > th,
1742
+ .table > tfoot > .active > th {
1743
+ background-color: #f5f5f5;
1744
+ }
1745
+
1746
+ .table-hover > tbody > tr > .active:hover,
1747
+ .table-hover > tbody > .active:hover > td,
1748
+ .table-hover > tbody > .active:hover > th {
1749
+ background-color: #e8e8e8;
1750
+ }
1751
+
1752
+ .table > thead > tr > .success,
1753
+ .table > tbody > tr > .success,
1754
+ .table > tfoot > tr > .success,
1755
+ .table > thead > .success > td,
1756
+ .table > tbody > .success > td,
1757
+ .table > tfoot > .success > td,
1758
+ .table > thead > .success > th,
1759
+ .table > tbody > .success > th,
1760
+ .table > tfoot > .success > th {
1761
+ background-color: #dff0d8;
1762
+ }
1763
+
1764
+ .table-hover > tbody > tr > .success:hover,
1765
+ .table-hover > tbody > .success:hover > td,
1766
+ .table-hover > tbody > .success:hover > th {
1767
+ background-color: #d0e9c6;
1768
+ }
1769
+
1770
+ .table > thead > tr > .danger,
1771
+ .table > tbody > tr > .danger,
1772
+ .table > tfoot > tr > .danger,
1773
+ .table > thead > .danger > td,
1774
+ .table > tbody > .danger > td,
1775
+ .table > tfoot > .danger > td,
1776
+ .table > thead > .danger > th,
1777
+ .table > tbody > .danger > th,
1778
+ .table > tfoot > .danger > th {
1779
+ background-color: #f2dede;
1780
+ }
1781
+
1782
+ .table-hover > tbody > tr > .danger:hover,
1783
+ .table-hover > tbody > .danger:hover > td,
1784
+ .table-hover > tbody > .danger:hover > th {
1785
+ background-color: #ebcccc;
1786
+ }
1787
+
1788
+ .table > thead > tr > .warning,
1789
+ .table > tbody > tr > .warning,
1790
+ .table > tfoot > tr > .warning,
1791
+ .table > thead > .warning > td,
1792
+ .table > tbody > .warning > td,
1793
+ .table > tfoot > .warning > td,
1794
+ .table > thead > .warning > th,
1795
+ .table > tbody > .warning > th,
1796
+ .table > tfoot > .warning > th {
1797
+ background-color: #fcf8e3;
1798
+ }
1799
+
1800
+ .table-hover > tbody > tr > .warning:hover,
1801
+ .table-hover > tbody > .warning:hover > td,
1802
+ .table-hover > tbody > .warning:hover > th {
1803
+ background-color: #faf2cc;
1804
+ }
1805
+
1806
+ @media (max-width: 767px) {
1807
+ .table-responsive {
1808
+ width: 100%;
1809
+ margin-bottom: 15px;
1810
+ overflow-x: scroll;
1811
+ overflow-y: hidden;
1812
+ border: 1px solid #dddddd;
1813
+ -ms-overflow-style: -ms-autohiding-scrollbar;
1814
+ -webkit-overflow-scrolling: touch;
1815
+ }
1816
+ .table-responsive > .table {
1817
+ margin-bottom: 0;
1818
+ }
1819
+ .table-responsive > .table > thead > tr > th,
1820
+ .table-responsive > .table > tbody > tr > th,
1821
+ .table-responsive > .table > tfoot > tr > th,
1822
+ .table-responsive > .table > thead > tr > td,
1823
+ .table-responsive > .table > tbody > tr > td,
1824
+ .table-responsive > .table > tfoot > tr > td {
1825
+ white-space: nowrap;
1826
+ }
1827
+ .table-responsive > .table-bordered {
1828
+ border: 0;
1829
+ }
1830
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
1831
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
1832
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1833
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
1834
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
1835
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1836
+ border-left: 0;
1837
+ }
1838
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
1839
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
1840
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1841
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
1842
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
1843
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1844
+ border-right: 0;
1845
+ }
1846
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
1847
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1848
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
1849
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1850
+ border-bottom: 0;
1851
+ }
1852
+ }
1853
+
1854
+ fieldset {
1855
+ padding: 0;
1856
+ margin: 0;
1857
+ border: 0;
1858
+ }
1859
+
1860
+ legend {
1861
+ display: block;
1862
+ width: 100%;
1863
+ padding: 0;
1864
+ margin-bottom: 20px;
1865
+ font-size: 21px;
1866
+ line-height: inherit;
1867
+ color: #333333;
1868
+ border: 0;
1869
+ border-bottom: 1px solid #e5e5e5;
1870
+ }
1871
+
1872
+ label {
1873
+ display: inline-block;
1874
+ margin-bottom: 5px;
1875
+ /* font-weight: bold; */
1876
+ }
1877
+
1878
+ input[type="search"] {
1879
+ -webkit-box-sizing: border-box;
1880
+ -moz-box-sizing: border-box;
1881
+ box-sizing: border-box;
1882
+ }
1883
+
1884
+ input[type="radio"],
1885
+ input[type="checkbox"] {
1886
+ margin: 4px 0 0;
1887
+ margin-top: 1px \9;
1888
+ /* IE8-9 */
1889
+
1890
+ line-height: normal;
1891
+ }
1892
+
1893
+ input[type="file"] {
1894
+ display: block;
1895
+ }
1896
+
1897
+ select[multiple],
1898
+ select[size] {
1899
+ height: auto;
1900
+ }
1901
+
1902
+ select optgroup {
1903
+ font-family: inherit;
1904
+ font-size: inherit;
1905
+ font-style: inherit;
1906
+ }
1907
+
1908
+ input[type="file"]:focus,
1909
+ input[type="radio"]:focus,
1910
+ input[type="checkbox"]:focus {
1911
+ outline: thin dotted;
1912
+ outline: 5px auto -webkit-focus-ring-color;
1913
+ outline-offset: -2px;
1914
+ }
1915
+
1916
+ input[type="number"]::-webkit-outer-spin-button,
1917
+ input[type="number"]::-webkit-inner-spin-button {
1918
+ height: auto;
1919
+ }
1920
+
1921
+ output {
1922
+ display: block;
1923
+ padding-top: 7px;
1924
+ font-size: 14px;
1925
+ line-height: 1.428571429;
1926
+ color: #555555;
1927
+ vertical-align: middle;
1928
+ }
1929
+
1930
+ .form-control {
1931
+ display: block;
1932
+ width: 100%;
1933
+ height: 34px;
1934
+ padding: 6px 12px;
1935
+ font-size: 14px;
1936
+ line-height: 1.428571429;
1937
+ color: #555555;
1938
+ vertical-align: middle;
1939
+ background-color: #ffffff;
1940
+ background-image: none;
1941
+ border: 1px solid #cccccc;
1942
+ border-radius: 4px;
1943
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1944
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1945
+ -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
1946
+ transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
1947
+ }
1948
+
1949
+ .form-control:focus {
1950
+ border-color: #66afe9;
1951
+ outline: 0;
1952
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
1953
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
1954
+ }
1955
+
1956
+ .form-control:-moz-placeholder {
1957
+ color: #999999;
1958
+ }
1959
+
1960
+ .form-control::-moz-placeholder {
1961
+ color: #999999;
1962
+ opacity: 1;
1963
+ }
1964
+
1965
+ .form-control:-ms-input-placeholder {
1966
+ color: #999999;
1967
+ }
1968
+
1969
+ .form-control::-webkit-input-placeholder {
1970
+ color: #999999;
1971
+ }
1972
+
1973
+ .form-control[disabled],
1974
+ .form-control[readonly],
1975
+ fieldset[disabled] .form-control {
1976
+ cursor: not-allowed;
1977
+ background-color: #eeeeee;
1978
+ }
1979
+
1980
+ textarea.form-control {
1981
+ height: auto;
1982
+ }
1983
+
1984
+ .form-group {
1985
+ margin-bottom: 15px;
1986
+ }
1987
+
1988
+ .radio,
1989
+ .checkbox {
1990
+ display: block;
1991
+ min-height: 20px;
1992
+ padding-left: 20px;
1993
+ margin-top: 10px;
1994
+ margin-bottom: 10px;
1995
+ vertical-align: middle;
1996
+ }
1997
+
1998
+ .radio label,
1999
+ .checkbox label {
2000
+ display: inline;
2001
+ margin-bottom: 0;
2002
+ font-weight: normal;
2003
+ cursor: pointer;
2004
+ }
2005
+
2006
+ .radio input[type="radio"],
2007
+ .radio-inline input[type="radio"],
2008
+ .checkbox input[type="checkbox"],
2009
+ .checkbox-inline input[type="checkbox"] {
2010
+ float: left;
2011
+ margin-left: -20px;
2012
+ }
2013
+
2014
+ .radio + .radio,
2015
+ .checkbox + .checkbox {
2016
+ margin-top: -5px;
2017
+ }
2018
+
2019
+ .radio-inline,
2020
+ .checkbox-inline {
2021
+ display: inline-block;
2022
+ padding-left: 20px;
2023
+ margin-bottom: 0;
2024
+ font-weight: normal;
2025
+ vertical-align: middle;
2026
+ cursor: pointer;
2027
+ }
2028
+
2029
+ .radio-inline + .radio-inline,
2030
+ .checkbox-inline + .checkbox-inline {
2031
+ margin-top: 0;
2032
+ margin-left: 10px;
2033
+ }
2034
+
2035
+ input[type="radio"][disabled],
2036
+ input[type="checkbox"][disabled],
2037
+ .radio[disabled],
2038
+ .radio-inline[disabled],
2039
+ .checkbox[disabled],
2040
+ .checkbox-inline[disabled],
2041
+ fieldset[disabled] input[type="radio"],
2042
+ fieldset[disabled] input[type="checkbox"],
2043
+ fieldset[disabled] .radio,
2044
+ fieldset[disabled] .radio-inline,
2045
+ fieldset[disabled] .checkbox,
2046
+ fieldset[disabled] .checkbox-inline {
2047
+ cursor: not-allowed;
2048
+ }
2049
+
2050
+ .input-sm {
2051
+ height: 30px;
2052
+ padding: 5px 10px;
2053
+ font-size: 12px;
2054
+ line-height: 1.5;
2055
+ border-radius: 3px;
2056
+ }
2057
+
2058
+ select.input-sm {
2059
+ height: 30px;
2060
+ line-height: 30px;
2061
+ }
2062
+
2063
+ textarea.input-sm {
2064
+ height: auto;
2065
+ }
2066
+
2067
+ .input-lg {
2068
+ height: 46px;
2069
+ padding: 10px 16px;
2070
+ font-size: 18px;
2071
+ line-height: 1.33;
2072
+ border-radius: 6px;
2073
+ }
2074
+
2075
+ select.input-lg {
2076
+ height: 46px;
2077
+ line-height: 46px;
2078
+ }
2079
+
2080
+ textarea.input-lg {
2081
+ height: auto;
2082
+ }
2083
+
2084
+ .has-warning .help-block,
2085
+ .has-warning .control-label,
2086
+ .has-warning .radio,
2087
+ .has-warning .checkbox,
2088
+ .has-warning .radio-inline,
2089
+ .has-warning .checkbox-inline {
2090
+ color: #8a6d3b;
2091
+ }
2092
+
2093
+ .has-warning .form-control {
2094
+ border-color: #8a6d3b;
2095
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2096
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2097
+ }
2098
+
2099
+ .has-warning .form-control:focus {
2100
+ border-color: #66512c;
2101
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2102
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
2103
+ }
2104
+
2105
+ .has-warning .input-group-addon {
2106
+ color: #8a6d3b;
2107
+ background-color: #fcf8e3;
2108
+ border-color: #8a6d3b;
2109
+ }
2110
+
2111
+ .has-error .help-block,
2112
+ .has-error .control-label,
2113
+ .has-error .radio,
2114
+ .has-error .checkbox,
2115
+ .has-error .radio-inline,
2116
+ .has-error .checkbox-inline {
2117
+ color: #a94442;
2118
+ }
2119
+
2120
+ .has-error .form-control {
2121
+ border-color: #a94442;
2122
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2123
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2124
+ }
2125
+
2126
+ .has-error .form-control:focus {
2127
+ border-color: #843534;
2128
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2129
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
2130
+ }
2131
+
2132
+ .has-error .input-group-addon {
2133
+ color: #a94442;
2134
+ background-color: #f2dede;
2135
+ border-color: #a94442;
2136
+ }
2137
+
2138
+ .has-success .help-block,
2139
+ .has-success .control-label,
2140
+ .has-success .radio,
2141
+ .has-success .checkbox,
2142
+ .has-success .radio-inline,
2143
+ .has-success .checkbox-inline {
2144
+ color: #3c763d;
2145
+ }
2146
+
2147
+ .has-success .form-control {
2148
+ border-color: #3c763d;
2149
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2150
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
2151
+ }
2152
+
2153
+ .has-success .form-control:focus {
2154
+ border-color: #2b542c;
2155
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2156
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
2157
+ }
2158
+
2159
+ .has-success .input-group-addon {
2160
+ color: #3c763d;
2161
+ background-color: #dff0d8;
2162
+ border-color: #3c763d;
2163
+ }
2164
+
2165
+ .form-control-static {
2166
+ margin-bottom: 0;
2167
+ }
2168
+
2169
+ .help-block {
2170
+ display: block;
2171
+ margin-top: 5px;
2172
+ margin-bottom: 10px;
2173
+ color: #737373;
2174
+ }
2175
+
2176
+ @media (min-width: 768px) {
2177
+ .form-inline .form-group {
2178
+ display: inline-block;
2179
+ margin-bottom: 0;
2180
+ vertical-align: middle;
2181
+ }
2182
+ .form-inline .form-control {
2183
+ display: inline-block;
2184
+ }
2185
+ .form-inline select.form-control {
2186
+ width: auto;
2187
+ }
2188
+ .form-inline .radio,
2189
+ .form-inline .checkbox {
2190
+ display: inline-block;
2191
+ padding-left: 0;
2192
+ margin-top: 0;
2193
+ margin-bottom: 0;
2194
+ }
2195
+ .form-inline .radio input[type="radio"],
2196
+ .form-inline .checkbox input[type="checkbox"] {
2197
+ float: none;
2198
+ margin-left: 0;
2199
+ }
2200
+ }
2201
+
2202
+ .form-horizontal .control-label,
2203
+ .form-horizontal .radio,
2204
+ .form-horizontal .checkbox,
2205
+ .form-horizontal .radio-inline,
2206
+ .form-horizontal .checkbox-inline {
2207
+ padding-top: 7px;
2208
+ margin-top: 0;
2209
+ margin-bottom: 0;
2210
+ }
2211
+
2212
+ .form-horizontal .radio,
2213
+ .form-horizontal .checkbox {
2214
+ min-height: 27px;
2215
+ }
2216
+
2217
+ .form-horizontal .form-group {
2218
+ margin-right: -15px;
2219
+ margin-left: -15px;
2220
+ }
2221
+
2222
+ .form-horizontal .form-group:before,
2223
+ .form-horizontal .form-group:after {
2224
+ display: table;
2225
+ content: " ";
2226
+ }
2227
+
2228
+ .form-horizontal .form-group:after {
2229
+ clear: both;
2230
+ }
2231
+
2232
+ .form-horizontal .form-group:before,
2233
+ .form-horizontal .form-group:after {
2234
+ display: table;
2235
+ content: " ";
2236
+ }
2237
+
2238
+ .form-horizontal .form-group:after {
2239
+ clear: both;
2240
+ }
2241
+
2242
+ .form-horizontal .form-control-static {
2243
+ padding-top: 7px;
2244
+ }
2245
+
2246
+ @media (min-width: 768px) {
2247
+ .form-horizontal .control-label {
2248
+ text-align: right;
2249
+ }
2250
+ }
2251
+
2252
+ .btn {
2253
+ display: inline-block;
2254
+ padding: 6px 12px;
2255
+ margin-bottom: 0;
2256
+ font-size: 14px;
2257
+ font-weight: normal;
2258
+ line-height: 1.428571429;
2259
+ text-align: center;
2260
+ white-space: nowrap;
2261
+ vertical-align: middle;
2262
+ cursor: pointer;
2263
+ background-image: none;
2264
+ border: 1px solid transparent;
2265
+ border-radius: 4px;
2266
+ -webkit-user-select: none;
2267
+ -moz-user-select: none;
2268
+ -ms-user-select: none;
2269
+ -o-user-select: none;
2270
+ user-select: none;
2271
+ }
2272
+
2273
+ .btn:focus {
2274
+ outline: thin dotted;
2275
+ outline: 5px auto -webkit-focus-ring-color;
2276
+ outline-offset: -2px;
2277
+ }
2278
+
2279
+ .btn:hover,
2280
+ .btn:focus {
2281
+ color: #333333;
2282
+ text-decoration: none;
2283
+ }
2284
+
2285
+ .btn:active,
2286
+ .btn.active {
2287
+ background-image: none;
2288
+ outline: 0;
2289
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2290
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
2291
+ }
2292
+
2293
+ .btn.disabled,
2294
+ .btn[disabled],
2295
+ fieldset[disabled] .btn {
2296
+ pointer-events: none;
2297
+ cursor: not-allowed;
2298
+ opacity: 0.65;
2299
+ filter: alpha(opacity=65);
2300
+ -webkit-box-shadow: none;
2301
+ box-shadow: none;
2302
+ }
2303
+
2304
+ .btn-default {
2305
+ color: #333333;
2306
+ background-color: #ffffff;
2307
+ border-color: #cccccc;
2308
+ }
2309
+
2310
+ .btn-default:hover,
2311
+ .btn-default:focus,
2312
+ .btn-default:active,
2313
+ .btn-default.active,
2314
+ .open .dropdown-toggle.btn-default {
2315
+ color: #333333;
2316
+ background-color: #ebebeb;
2317
+ border-color: #adadad;
2318
+ }
2319
+
2320
+ .btn-default:active,
2321
+ .btn-default.active,
2322
+ .open .dropdown-toggle.btn-default {
2323
+ background-image: none;
2324
+ }
2325
+
2326
+ .btn-default.disabled,
2327
+ .btn-default[disabled],
2328
+ fieldset[disabled] .btn-default,
2329
+ .btn-default.disabled:hover,
2330
+ .btn-default[disabled]:hover,
2331
+ fieldset[disabled] .btn-default:hover,
2332
+ .btn-default.disabled:focus,
2333
+ .btn-default[disabled]:focus,
2334
+ fieldset[disabled] .btn-default:focus,
2335
+ .btn-default.disabled:active,
2336
+ .btn-default[disabled]:active,
2337
+ fieldset[disabled] .btn-default:active,
2338
+ .btn-default.disabled.active,
2339
+ .btn-default[disabled].active,
2340
+ fieldset[disabled] .btn-default.active {
2341
+ background-color: #ffffff;
2342
+ border-color: #cccccc;
2343
+ }
2344
+
2345
+ .btn-default .badge {
2346
+ color: #ffffff;
2347
+ background-color: #fff;
2348
+ }
2349
+
2350
+ .btn-primary {
2351
+ color: #ffffff;
2352
+ background-color: #428bca;
2353
+ border-color: #357ebd;
2354
+ }
2355
+
2356
+ .btn-primary:hover,
2357
+ .btn-primary:focus,
2358
+ .btn-primary:active,
2359
+ .btn-primary.active,
2360
+ .open .dropdown-toggle.btn-primary {
2361
+ color: #ffffff;
2362
+ background-color: #3276b1;
2363
+ border-color: #285e8e;
2364
+ }
2365
+
2366
+ .btn-primary:active,
2367
+ .btn-primary.active,
2368
+ .open .dropdown-toggle.btn-primary {
2369
+ background-image: none;
2370
+ }
2371
+
2372
+ .btn-primary.disabled,
2373
+ .btn-primary[disabled],
2374
+ fieldset[disabled] .btn-primary,
2375
+ .btn-primary.disabled:hover,
2376
+ .btn-primary[disabled]:hover,
2377
+ fieldset[disabled] .btn-primary:hover,
2378
+ .btn-primary.disabled:focus,
2379
+ .btn-primary[disabled]:focus,
2380
+ fieldset[disabled] .btn-primary:focus,
2381
+ .btn-primary.disabled:active,
2382
+ .btn-primary[disabled]:active,
2383
+ fieldset[disabled] .btn-primary:active,
2384
+ .btn-primary.disabled.active,
2385
+ .btn-primary[disabled].active,
2386
+ fieldset[disabled] .btn-primary.active {
2387
+ background-color: #428bca;
2388
+ border-color: #357ebd;
2389
+ }
2390
+
2391
+ .btn-primary .badge {
2392
+ color: #428bca;
2393
+ background-color: #fff;
2394
+ }
2395
+
2396
+ .btn-warning {
2397
+ color: #ffffff;
2398
+ background-color: #f0ad4e;
2399
+ border-color: #eea236;
2400
+ }
2401
+
2402
+ .btn-warning:hover,
2403
+ .btn-warning:focus,
2404
+ .btn-warning:active,
2405
+ .btn-warning.active,
2406
+ .open .dropdown-toggle.btn-warning {
2407
+ color: #ffffff;
2408
+ background-color: #ed9c28;
2409
+ border-color: #d58512;
2410
+ }
2411
+
2412
+ .btn-warning:active,
2413
+ .btn-warning.active,
2414
+ .open .dropdown-toggle.btn-warning {
2415
+ background-image: none;
2416
+ }
2417
+
2418
+ .btn-warning.disabled,
2419
+ .btn-warning[disabled],
2420
+ fieldset[disabled] .btn-warning,
2421
+ .btn-warning.disabled:hover,
2422
+ .btn-warning[disabled]:hover,
2423
+ fieldset[disabled] .btn-warning:hover,
2424
+ .btn-warning.disabled:focus,
2425
+ .btn-warning[disabled]:focus,
2426
+ fieldset[disabled] .btn-warning:focus,
2427
+ .btn-warning.disabled:active,
2428
+ .btn-warning[disabled]:active,
2429
+ fieldset[disabled] .btn-warning:active,
2430
+ .btn-warning.disabled.active,
2431
+ .btn-warning[disabled].active,
2432
+ fieldset[disabled] .btn-warning.active {
2433
+ background-color: #f0ad4e;
2434
+ border-color: #eea236;
2435
+ }
2436
+
2437
+ .btn-warning .badge {
2438
+ color: #f0ad4e;
2439
+ background-color: #fff;
2440
+ }
2441
+
2442
+ .btn-danger {
2443
+ color: #ffffff;
2444
+ background-color: #d9534f;
2445
+ border-color: #d43f3a;
2446
+ }
2447
+
2448
+ .btn-danger:hover,
2449
+ .btn-danger:focus,
2450
+ .btn-danger:active,
2451
+ .btn-danger.active,
2452
+ .open .dropdown-toggle.btn-danger {
2453
+ color: #ffffff;
2454
+ background-color: #d2322d;
2455
+ border-color: #ac2925;
2456
+ }
2457
+
2458
+ .btn-danger:active,
2459
+ .btn-danger.active,
2460
+ .open .dropdown-toggle.btn-danger {
2461
+ background-image: none;
2462
+ }
2463
+
2464
+ .btn-danger.disabled,
2465
+ .btn-danger[disabled],
2466
+ fieldset[disabled] .btn-danger,
2467
+ .btn-danger.disabled:hover,
2468
+ .btn-danger[disabled]:hover,
2469
+ fieldset[disabled] .btn-danger:hover,
2470
+ .btn-danger.disabled:focus,
2471
+ .btn-danger[disabled]:focus,
2472
+ fieldset[disabled] .btn-danger:focus,
2473
+ .btn-danger.disabled:active,
2474
+ .btn-danger[disabled]:active,
2475
+ fieldset[disabled] .btn-danger:active,
2476
+ .btn-danger.disabled.active,
2477
+ .btn-danger[disabled].active,
2478
+ fieldset[disabled] .btn-danger.active {
2479
+ background-color: #d9534f;
2480
+ border-color: #d43f3a;
2481
+ }
2482
+
2483
+ .btn-danger .badge {
2484
+ color: #d9534f;
2485
+ background-color: #fff;
2486
+ }
2487
+
2488
+ .btn-success {
2489
+ color: #ffffff;
2490
+ background-color: #5cb85c;
2491
+ border-color: #4cae4c;
2492
+ }
2493
+
2494
+ .btn-success:hover,
2495
+ .btn-success:focus,
2496
+ .btn-success:active,
2497
+ .btn-success.active,
2498
+ .open .dropdown-toggle.btn-success {
2499
+ color: #ffffff;
2500
+ background-color: #47a447;
2501
+ border-color: #398439;
2502
+ }
2503
+
2504
+ .btn-success:active,
2505
+ .btn-success.active,
2506
+ .open .dropdown-toggle.btn-success {
2507
+ background-image: none;
2508
+ }
2509
+
2510
+ .btn-success.disabled,
2511
+ .btn-success[disabled],
2512
+ fieldset[disabled] .btn-success,
2513
+ .btn-success.disabled:hover,
2514
+ .btn-success[disabled]:hover,
2515
+ fieldset[disabled] .btn-success:hover,
2516
+ .btn-success.disabled:focus,
2517
+ .btn-success[disabled]:focus,
2518
+ fieldset[disabled] .btn-success:focus,
2519
+ .btn-success.disabled:active,
2520
+ .btn-success[disabled]:active,
2521
+ fieldset[disabled] .btn-success:active,
2522
+ .btn-success.disabled.active,
2523
+ .btn-success[disabled].active,
2524
+ fieldset[disabled] .btn-success.active {
2525
+ background-color: #5cb85c;
2526
+ border-color: #4cae4c;
2527
+ }
2528
+
2529
+ .btn-success .badge {
2530
+ color: #5cb85c;
2531
+ background-color: #fff;
2532
+ }
2533
+
2534
+ .btn-info {
2535
+ color: #ffffff;
2536
+ background-color: #5bc0de;
2537
+ border-color: #46b8da;
2538
+ }
2539
+
2540
+ .btn-info:hover,
2541
+ .btn-info:focus,
2542
+ .btn-info:active,
2543
+ .btn-info.active,
2544
+ .open .dropdown-toggle.btn-info {
2545
+ color: #ffffff;
2546
+ background-color: #39b3d7;
2547
+ border-color: #269abc;
2548
+ }
2549
+
2550
+ .btn-info:active,
2551
+ .btn-info.active,
2552
+ .open .dropdown-toggle.btn-info {
2553
+ background-image: none;
2554
+ }
2555
+
2556
+ .btn-info.disabled,
2557
+ .btn-info[disabled],
2558
+ fieldset[disabled] .btn-info,
2559
+ .btn-info.disabled:hover,
2560
+ .btn-info[disabled]:hover,
2561
+ fieldset[disabled] .btn-info:hover,
2562
+ .btn-info.disabled:focus,
2563
+ .btn-info[disabled]:focus,
2564
+ fieldset[disabled] .btn-info:focus,
2565
+ .btn-info.disabled:active,
2566
+ .btn-info[disabled]:active,
2567
+ fieldset[disabled] .btn-info:active,
2568
+ .btn-info.disabled.active,
2569
+ .btn-info[disabled].active,
2570
+ fieldset[disabled] .btn-info.active {
2571
+ background-color: #5bc0de;
2572
+ border-color: #46b8da;
2573
+ }
2574
+
2575
+ .btn-info .badge {
2576
+ color: #5bc0de;
2577
+ background-color: #fff;
2578
+ }
2579
+
2580
+ .btn-link {
2581
+ font-weight: normal;
2582
+ color: #428bca;
2583
+ cursor: pointer;
2584
+ border-radius: 0;
2585
+ }
2586
+
2587
+ .btn-link,
2588
+ .btn-link:active,
2589
+ .btn-link[disabled],
2590
+ fieldset[disabled] .btn-link {
2591
+ background-color: transparent;
2592
+ -webkit-box-shadow: none;
2593
+ box-shadow: none;
2594
+ }
2595
+
2596
+ .btn-link,
2597
+ .btn-link:hover,
2598
+ .btn-link:focus,
2599
+ .btn-link:active {
2600
+ border-color: transparent;
2601
+ }
2602
+
2603
+ .btn-link:hover,
2604
+ .btn-link:focus {
2605
+ color: #2a6496;
2606
+ text-decoration: underline;
2607
+ background-color: transparent;
2608
+ }
2609
+
2610
+ .btn-link[disabled]:hover,
2611
+ fieldset[disabled] .btn-link:hover,
2612
+ .btn-link[disabled]:focus,
2613
+ fieldset[disabled] .btn-link:focus {
2614
+ color: #999999;
2615
+ text-decoration: none;
2616
+ }
2617
+
2618
+ .btn-lg {
2619
+ padding: 10px 16px;
2620
+ font-size: 18px;
2621
+ line-height: 1.33;
2622
+ border-radius: 6px;
2623
+ }
2624
+
2625
+ .btn-sm {
2626
+ padding: 5px 10px;
2627
+ font-size: 12px;
2628
+ line-height: 1.5;
2629
+ border-radius: 3px;
2630
+ }
2631
+
2632
+ .btn-xs {
2633
+ padding: 1px 5px;
2634
+ font-size: 12px;
2635
+ line-height: 1.5;
2636
+ border-radius: 3px;
2637
+ }
2638
+
2639
+ .btn-block {
2640
+ display: block;
2641
+ width: 100%;
2642
+ padding-right: 0;
2643
+ padding-left: 0;
2644
+ }
2645
+
2646
+ .btn-block + .btn-block {
2647
+ margin-top: 5px;
2648
+ }
2649
+
2650
+ input[type="submit"].btn-block,
2651
+ input[type="reset"].btn-block,
2652
+ input[type="button"].btn-block {
2653
+ width: 100%;
2654
+ }
2655
+
2656
+ .fade {
2657
+ opacity: 0;
2658
+ -webkit-transition: opacity 0.15s linear;
2659
+ transition: opacity 0.15s linear;
2660
+ }
2661
+
2662
+ .fade.in {
2663
+ opacity: 1;
2664
+ }
2665
+
2666
+ .collapse {
2667
+ display: none;
2668
+ }
2669
+
2670
+ .collapse.in {
2671
+ display: block;
2672
+ }
2673
+
2674
+ .collapsing {
2675
+ position: relative;
2676
+ height: 0;
2677
+ overflow: hidden;
2678
+ -webkit-transition: height 0.35s ease;
2679
+ transition: height 0.35s ease;
2680
+ }
2681
+
2682
+ @font-face {
2683
+ font-family: 'Glyphicons Halflings';
2684
+ src: url('../fonts/glyphicons-halflings-regular.eot');
2685
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2686
+ }
2687
+
2688
+ .glyphicon {
2689
+ position: relative;
2690
+ top: 1px;
2691
+ display: inline-block;
2692
+ font-family: 'Glyphicons Halflings';
2693
+ -webkit-font-smoothing: antialiased;
2694
+ font-style: normal;
2695
+ font-weight: normal;
2696
+ line-height: 1;
2697
+ -moz-osx-font-smoothing: grayscale;
2698
+ }
2699
+
2700
+ .glyphicon:empty {
2701
+ width: 1em;
2702
+ }
2703
+
2704
+ .glyphicon-asterisk:before {
2705
+ content: "\2a";
2706
+ }
2707
+
2708
+ .glyphicon-plus:before {
2709
+ content: "\2b";
2710
+ }
2711
+
2712
+ .glyphicon-euro:before {
2713
+ content: "\20ac";
2714
+ }
2715
+
2716
+ .glyphicon-minus:before {
2717
+ content: "\2212";
2718
+ }
2719
+
2720
+ .glyphicon-cloud:before {
2721
+ content: "\2601";
2722
+ }
2723
+
2724
+ .glyphicon-envelope:before {
2725
+ content: "\2709";
2726
+ }
2727
+
2728
+ .glyphicon-pencil:before {
2729
+ content: "\270f";
2730
+ }
2731
+
2732
+ .glyphicon-glass:before {
2733
+ content: "\e001";
2734
+ }
2735
+
2736
+ .glyphicon-music:before {
2737
+ content: "\e002";
2738
+ }
2739
+
2740
+ .glyphicon-search:before {
2741
+ content: "\e003";
2742
+ }
2743
+
2744
+ .glyphicon-heart:before {
2745
+ content: "\e005";
2746
+ }
2747
+
2748
+ .glyphicon-star:before {
2749
+ content: "\e006";
2750
+ }
2751
+
2752
+ .glyphicon-star-empty:before {
2753
+ content: "\e007";
2754
+ }
2755
+
2756
+ .glyphicon-user:before {
2757
+ content: "\e008";
2758
+ }
2759
+
2760
+ .glyphicon-film:before {
2761
+ content: "\e009";
2762
+ }
2763
+
2764
+ .glyphicon-th-large:before {
2765
+ content: "\e010";
2766
+ }
2767
+
2768
+ .glyphicon-th:before {
2769
+ content: "\e011";
2770
+ }
2771
+
2772
+ .glyphicon-th-list:before {
2773
+ content: "\e012";
2774
+ }
2775
+
2776
+ .glyphicon-ok:before {
2777
+ content: "\e013";
2778
+ }
2779
+
2780
+ .glyphicon-remove:before {
2781
+ content: "\e014";
2782
+ }
2783
+
2784
+ .glyphicon-zoom-in:before {
2785
+ content: "\e015";
2786
+ }
2787
+
2788
+ .glyphicon-zoom-out:before {
2789
+ content: "\e016";
2790
+ }
2791
+
2792
+ .glyphicon-off:before {
2793
+ content: "\e017";
2794
+ }
2795
+
2796
+ .glyphicon-signal:before {
2797
+ content: "\e018";
2798
+ }
2799
+
2800
+ .glyphicon-cog:before {
2801
+ content: "\e019";
2802
+ }
2803
+
2804
+ .glyphicon-trash:before {
2805
+ content: "\e020";
2806
+ }
2807
+
2808
+ .glyphicon-home:before {
2809
+ content: "\e021";
2810
+ }
2811
+
2812
+ .glyphicon-file:before {
2813
+ content: "\e022";
2814
+ }
2815
+
2816
+ .glyphicon-time:before {
2817
+ content: "\e023";
2818
+ }
2819
+
2820
+ .glyphicon-road:before {
2821
+ content: "\e024";
2822
+ }
2823
+
2824
+ .glyphicon-download-alt:before {
2825
+ content: "\e025";
2826
+ }
2827
+
2828
+ .glyphicon-download:before {
2829
+ content: "\e026";
2830
+ }
2831
+
2832
+ .glyphicon-upload:before {
2833
+ content: "\e027";
2834
+ }
2835
+
2836
+ .glyphicon-inbox:before {
2837
+ content: "\e028";
2838
+ }
2839
+
2840
+ .glyphicon-play-circle:before {
2841
+ content: "\e029";
2842
+ }
2843
+
2844
+ .glyphicon-repeat:before {
2845
+ content: "\e030";
2846
+ }
2847
+
2848
+ .glyphicon-refresh:before {
2849
+ content: "\e031";
2850
+ }
2851
+
2852
+ .glyphicon-list-alt:before {
2853
+ content: "\e032";
2854
+ }
2855
+
2856
+ .glyphicon-lock:before {
2857
+ content: "\e033";
2858
+ }
2859
+
2860
+ .glyphicon-flag:before {
2861
+ content: "\e034";
2862
+ }
2863
+
2864
+ .glyphicon-headphones:before {
2865
+ content: "\e035";
2866
+ }
2867
+
2868
+ .glyphicon-volume-off:before {
2869
+ content: "\e036";
2870
+ }
2871
+
2872
+ .glyphicon-volume-down:before {
2873
+ content: "\e037";
2874
+ }
2875
+
2876
+ .glyphicon-volume-up:before {
2877
+ content: "\e038";
2878
+ }
2879
+
2880
+ .glyphicon-qrcode:before {
2881
+ content: "\e039";
2882
+ }
2883
+
2884
+ .glyphicon-barcode:before {
2885
+ content: "\e040";
2886
+ }
2887
+
2888
+ .glyphicon-tag:before {
2889
+ content: "\e041";
2890
+ }
2891
+
2892
+ .glyphicon-tags:before {
2893
+ content: "\e042";
2894
+ }
2895
+
2896
+ .glyphicon-book:before {
2897
+ content: "\e043";
2898
+ }
2899
+
2900
+ .glyphicon-bookmark:before {
2901
+ content: "\e044";
2902
+ }
2903
+
2904
+ .glyphicon-print:before {
2905
+ content: "\e045";
2906
+ }
2907
+
2908
+ .glyphicon-camera:before {
2909
+ content: "\e046";
2910
+ }
2911
+
2912
+ .glyphicon-font:before {
2913
+ content: "\e047";
2914
+ }
2915
+
2916
+ .glyphicon-bold:before {
2917
+ content: "\e048";
2918
+ }
2919
+
2920
+ .glyphicon-italic:before {
2921
+ content: "\e049";
2922
+ }
2923
+
2924
+ .glyphicon-text-height:before {
2925
+ content: "\e050";
2926
+ }
2927
+
2928
+ .glyphicon-text-width:before {
2929
+ content: "\e051";
2930
+ }
2931
+
2932
+ .glyphicon-align-left:before {
2933
+ content: "\e052";
2934
+ }
2935
+
2936
+ .glyphicon-align-center:before {
2937
+ content: "\e053";
2938
+ }
2939
+
2940
+ .glyphicon-align-right:before {
2941
+ content: "\e054";
2942
+ }
2943
+
2944
+ .glyphicon-align-justify:before {
2945
+ content: "\e055";
2946
+ }
2947
+
2948
+ .glyphicon-list:before {
2949
+ content: "\e056";
2950
+ }
2951
+
2952
+ .glyphicon-indent-left:before {
2953
+ content: "\e057";
2954
+ }
2955
+
2956
+ .glyphicon-indent-right:before {
2957
+ content: "\e058";
2958
+ }
2959
+
2960
+ .glyphicon-facetime-video:before {
2961
+ content: "\e059";
2962
+ }
2963
+
2964
+ .glyphicon-picture:before {
2965
+ content: "\e060";
2966
+ }
2967
+
2968
+ .glyphicon-map-marker:before {
2969
+ content: "\e062";
2970
+ }
2971
+
2972
+ .glyphicon-adjust:before {
2973
+ content: "\e063";
2974
+ }
2975
+
2976
+ .glyphicon-tint:before {
2977
+ content: "\e064";
2978
+ }
2979
+
2980
+ .glyphicon-edit:before {
2981
+ content: "\e065";
2982
+ }
2983
+
2984
+ .glyphicon-share:before {
2985
+ content: "\e066";
2986
+ }
2987
+
2988
+ .glyphicon-check:before {
2989
+ content: "\e067";
2990
+ }
2991
+
2992
+ .glyphicon-move:before {
2993
+ content: "\e068";
2994
+ }
2995
+
2996
+ .glyphicon-step-backward:before {
2997
+ content: "\e069";
2998
+ }
2999
+
3000
+ .glyphicon-fast-backward:before {
3001
+ content: "\e070";
3002
+ }
3003
+
3004
+ .glyphicon-backward:before {
3005
+ content: "\e071";
3006
+ }
3007
+
3008
+ .glyphicon-play:before {
3009
+ content: "\e072";
3010
+ }
3011
+
3012
+ .glyphicon-pause:before {
3013
+ content: "\e073";
3014
+ }
3015
+
3016
+ .glyphicon-stop:before {
3017
+ content: "\e074";
3018
+ }
3019
+
3020
+ .glyphicon-forward:before {
3021
+ content: "\e075";
3022
+ }
3023
+
3024
+ .glyphicon-fast-forward:before {
3025
+ content: "\e076";
3026
+ }
3027
+
3028
+ .glyphicon-step-forward:before {
3029
+ content: "\e077";
3030
+ }
3031
+
3032
+ .glyphicon-eject:before {
3033
+ content: "\e078";
3034
+ }
3035
+
3036
+ .glyphicon-chevron-left:before {
3037
+ content: "\e079";
3038
+ }
3039
+
3040
+ .glyphicon-chevron-right:before {
3041
+ content: "\e080";
3042
+ }
3043
+
3044
+ .glyphicon-plus-sign:before {
3045
+ content: "\e081";
3046
+ }
3047
+
3048
+ .glyphicon-minus-sign:before {
3049
+ content: "\e082";
3050
+ }
3051
+
3052
+ .glyphicon-remove-sign:before {
3053
+ content: "\e083";
3054
+ }
3055
+
3056
+ .glyphicon-ok-sign:before {
3057
+ content: "\e084";
3058
+ }
3059
+
3060
+ .glyphicon-question-sign:before {
3061
+ content: "\e085";
3062
+ }
3063
+
3064
+ .glyphicon-info-sign:before {
3065
+ content: "\e086";
3066
+ }
3067
+
3068
+ .glyphicon-screenshot:before {
3069
+ content: "\e087";
3070
+ }
3071
+
3072
+ .glyphicon-remove-circle:before {
3073
+ content: "\e088";
3074
+ }
3075
+
3076
+ .glyphicon-ok-circle:before {
3077
+ content: "\e089";
3078
+ }
3079
+
3080
+ .glyphicon-ban-circle:before {
3081
+ content: "\e090";
3082
+ }
3083
+
3084
+ .glyphicon-arrow-left:before {
3085
+ content: "\e091";
3086
+ }
3087
+
3088
+ .glyphicon-arrow-right:before {
3089
+ content: "\e092";
3090
+ }
3091
+
3092
+ .glyphicon-arrow-up:before {
3093
+ content: "\e093";
3094
+ }
3095
+
3096
+ .glyphicon-arrow-down:before {
3097
+ content: "\e094";
3098
+ }
3099
+
3100
+ .glyphicon-share-alt:before {
3101
+ content: "\e095";
3102
+ }
3103
+
3104
+ .glyphicon-resize-full:before {
3105
+ content: "\e096";
3106
+ }
3107
+
3108
+ .glyphicon-resize-small:before {
3109
+ content: "\e097";
3110
+ }
3111
+
3112
+ .glyphicon-exclamation-sign:before {
3113
+ content: "\e101";
3114
+ }
3115
+
3116
+ .glyphicon-gift:before {
3117
+ content: "\e102";
3118
+ }
3119
+
3120
+ .glyphicon-leaf:before {
3121
+ content: "\e103";
3122
+ }
3123
+
3124
+ .glyphicon-fire:before {
3125
+ content: "\e104";
3126
+ }
3127
+
3128
+ .glyphicon-eye-open:before {
3129
+ content: "\e105";
3130
+ }
3131
+
3132
+ .glyphicon-eye-close:before {
3133
+ content: "\e106";
3134
+ }
3135
+
3136
+ .glyphicon-warning-sign:before {
3137
+ content: "\e107";
3138
+ }
3139
+
3140
+ .glyphicon-plane:before {
3141
+ content: "\e108";
3142
+ }
3143
+
3144
+ .glyphicon-calendar:before {
3145
+ content: "\e109";
3146
+ }
3147
+
3148
+ .glyphicon-random:before {
3149
+ content: "\e110";
3150
+ }
3151
+
3152
+ .glyphicon-comment:before {
3153
+ content: "\e111";
3154
+ }
3155
+
3156
+ .glyphicon-magnet:before {
3157
+ content: "\e112";
3158
+ }
3159
+
3160
+ .glyphicon-chevron-up:before {
3161
+ content: "\e113";
3162
+ }
3163
+
3164
+ .glyphicon-chevron-down:before {
3165
+ content: "\e114";
3166
+ }
3167
+
3168
+ .glyphicon-retweet:before {
3169
+ content: "\e115";
3170
+ }
3171
+
3172
+ .glyphicon-shopping-cart:before {
3173
+ content: "\e116";
3174
+ }
3175
+
3176
+ .glyphicon-folder-close:before {
3177
+ content: "\e117";
3178
+ }
3179
+
3180
+ .glyphicon-folder-open:before {
3181
+ content: "\e118";
3182
+ }
3183
+
3184
+ .glyphicon-resize-vertical:before {
3185
+ content: "\e119";
3186
+ }
3187
+
3188
+ .glyphicon-resize-horizontal:before {
3189
+ content: "\e120";
3190
+ }
3191
+
3192
+ .glyphicon-hdd:before {
3193
+ content: "\e121";
3194
+ }
3195
+
3196
+ .glyphicon-bullhorn:before {
3197
+ content: "\e122";
3198
+ }
3199
+
3200
+ .glyphicon-bell:before {
3201
+ content: "\e123";
3202
+ }
3203
+
3204
+ .glyphicon-certificate:before {
3205
+ content: "\e124";
3206
+ }
3207
+
3208
+ .glyphicon-thumbs-up:before {
3209
+ content: "\e125";
3210
+ }
3211
+
3212
+ .glyphicon-thumbs-down:before {
3213
+ content: "\e126";
3214
+ }
3215
+
3216
+ .glyphicon-hand-right:before {
3217
+ content: "\e127";
3218
+ }
3219
+
3220
+ .glyphicon-hand-left:before {
3221
+ content: "\e128";
3222
+ }
3223
+
3224
+ .glyphicon-hand-up:before {
3225
+ content: "\e129";
3226
+ }
3227
+
3228
+ .glyphicon-hand-down:before {
3229
+ content: "\e130";
3230
+ }
3231
+
3232
+ .glyphicon-circle-arrow-right:before {
3233
+ content: "\e131";
3234
+ }
3235
+
3236
+ .glyphicon-circle-arrow-left:before {
3237
+ content: "\e132";
3238
+ }
3239
+
3240
+ .glyphicon-circle-arrow-up:before {
3241
+ content: "\e133";
3242
+ }
3243
+
3244
+ .glyphicon-circle-arrow-down:before {
3245
+ content: "\e134";
3246
+ }
3247
+
3248
+ .glyphicon-globe:before {
3249
+ content: "\e135";
3250
+ }
3251
+
3252
+ .glyphicon-wrench:before {
3253
+ content: "\e136";
3254
+ }
3255
+
3256
+ .glyphicon-tasks:before {
3257
+ content: "\e137";
3258
+ }
3259
+
3260
+ .glyphicon-filter:before {
3261
+ content: "\e138";
3262
+ }
3263
+
3264
+ .glyphicon-briefcase:before {
3265
+ content: "\e139";
3266
+ }
3267
+
3268
+ .glyphicon-fullscreen:before {
3269
+ content: "\e140";
3270
+ }
3271
+
3272
+ .glyphicon-dashboard:before {
3273
+ content: "\e141";
3274
+ }
3275
+
3276
+ .glyphicon-paperclip:before {
3277
+ content: "\e142";
3278
+ }
3279
+
3280
+ .glyphicon-heart-empty:before {
3281
+ content: "\e143";
3282
+ }
3283
+
3284
+ .glyphicon-link:before {
3285
+ content: "\e144";
3286
+ }
3287
+
3288
+ .glyphicon-phone:before {
3289
+ content: "\e145";
3290
+ }
3291
+
3292
+ .glyphicon-pushpin:before {
3293
+ content: "\e146";
3294
+ }
3295
+
3296
+ .glyphicon-usd:before {
3297
+ content: "\e148";
3298
+ }
3299
+
3300
+ .glyphicon-gbp:before {
3301
+ content: "\e149";
3302
+ }
3303
+
3304
+ .glyphicon-sort:before {
3305
+ content: "\e150";
3306
+ }
3307
+
3308
+ .glyphicon-sort-by-alphabet:before {
3309
+ content: "\e151";
3310
+ }
3311
+
3312
+ .glyphicon-sort-by-alphabet-alt:before {
3313
+ content: "\e152";
3314
+ }
3315
+
3316
+ .glyphicon-sort-by-order:before {
3317
+ content: "\e153";
3318
+ }
3319
+
3320
+ .glyphicon-sort-by-order-alt:before {
3321
+ content: "\e154";
3322
+ }
3323
+
3324
+ .glyphicon-sort-by-attributes:before {
3325
+ content: "\e155";
3326
+ }
3327
+
3328
+ .glyphicon-sort-by-attributes-alt:before {
3329
+ content: "\e156";
3330
+ }
3331
+
3332
+ .glyphicon-unchecked:before {
3333
+ content: "\e157";
3334
+ }
3335
+
3336
+ .glyphicon-expand:before {
3337
+ content: "\e158";
3338
+ }
3339
+
3340
+ .glyphicon-collapse-down:before {
3341
+ content: "\e159";
3342
+ }
3343
+
3344
+ .glyphicon-collapse-up:before {
3345
+ content: "\e160";
3346
+ }
3347
+
3348
+ .glyphicon-log-in:before {
3349
+ content: "\e161";
3350
+ }
3351
+
3352
+ .glyphicon-flash:before {
3353
+ content: "\e162";
3354
+ }
3355
+
3356
+ .glyphicon-log-out:before {
3357
+ content: "\e163";
3358
+ }
3359
+
3360
+ .glyphicon-new-window:before {
3361
+ content: "\e164";
3362
+ }
3363
+
3364
+ .glyphicon-record:before {
3365
+ content: "\e165";
3366
+ }
3367
+
3368
+ .glyphicon-save:before {
3369
+ content: "\e166";
3370
+ }
3371
+
3372
+ .glyphicon-open:before {
3373
+ content: "\e167";
3374
+ }
3375
+
3376
+ .glyphicon-saved:before {
3377
+ content: "\e168";
3378
+ }
3379
+
3380
+ .glyphicon-import:before {
3381
+ content: "\e169";
3382
+ }
3383
+
3384
+ .glyphicon-export:before {
3385
+ content: "\e170";
3386
+ }
3387
+
3388
+ .glyphicon-send:before {
3389
+ content: "\e171";
3390
+ }
3391
+
3392
+ .glyphicon-floppy-disk:before {
3393
+ content: "\e172";
3394
+ }
3395
+
3396
+ .glyphicon-floppy-saved:before {
3397
+ content: "\e173";
3398
+ }
3399
+
3400
+ .glyphicon-floppy-remove:before {
3401
+ content: "\e174";
3402
+ }
3403
+
3404
+ .glyphicon-floppy-save:before {
3405
+ content: "\e175";
3406
+ }
3407
+
3408
+ .glyphicon-floppy-open:before {
3409
+ content: "\e176";
3410
+ }
3411
+
3412
+ .glyphicon-credit-card:before {
3413
+ content: "\e177";
3414
+ }
3415
+
3416
+ .glyphicon-transfer:before {
3417
+ content: "\e178";
3418
+ }
3419
+
3420
+ .glyphicon-cutlery:before {
3421
+ content: "\e179";
3422
+ }
3423
+
3424
+ .glyphicon-header:before {
3425
+ content: "\e180";
3426
+ }
3427
+
3428
+ .glyphicon-compressed:before {
3429
+ content: "\e181";
3430
+ }
3431
+
3432
+ .glyphicon-earphone:before {
3433
+ content: "\e182";
3434
+ }
3435
+
3436
+ .glyphicon-phone-alt:before {
3437
+ content: "\e183";
3438
+ }
3439
+
3440
+ .glyphicon-tower:before {
3441
+ content: "\e184";
3442
+ }
3443
+
3444
+ .glyphicon-stats:before {
3445
+ content: "\e185";
3446
+ }
3447
+
3448
+ .glyphicon-sd-video:before {
3449
+ content: "\e186";
3450
+ }
3451
+
3452
+ .glyphicon-hd-video:before {
3453
+ content: "\e187";
3454
+ }
3455
+
3456
+ .glyphicon-subtitles:before {
3457
+ content: "\e188";
3458
+ }
3459
+
3460
+ .glyphicon-sound-stereo:before {
3461
+ content: "\e189";
3462
+ }
3463
+
3464
+ .glyphicon-sound-dolby:before {
3465
+ content: "\e190";
3466
+ }
3467
+
3468
+ .glyphicon-sound-5-1:before {
3469
+ content: "\e191";
3470
+ }
3471
+
3472
+ .glyphicon-sound-6-1:before {
3473
+ content: "\e192";
3474
+ }
3475
+
3476
+ .glyphicon-sound-7-1:before {
3477
+ content: "\e193";
3478
+ }
3479
+
3480
+ .glyphicon-copyright-mark:before {
3481
+ content: "\e194";
3482
+ }
3483
+
3484
+ .glyphicon-registration-mark:before {
3485
+ content: "\e195";
3486
+ }
3487
+
3488
+ .glyphicon-cloud-download:before {
3489
+ content: "\e197";
3490
+ }
3491
+
3492
+ .glyphicon-cloud-upload:before {
3493
+ content: "\e198";
3494
+ }
3495
+
3496
+ .glyphicon-tree-conifer:before {
3497
+ content: "\e199";
3498
+ }
3499
+
3500
+ .glyphicon-tree-deciduous:before {
3501
+ content: "\e200";
3502
+ }
3503
+
3504
+ .caret {
3505
+ display: inline-block;
3506
+ width: 0;
3507
+ height: 0;
3508
+ margin-left: 2px;
3509
+ vertical-align: middle;
3510
+ border-top: 4px solid;
3511
+ border-right: 4px solid transparent;
3512
+ border-left: 4px solid transparent;
3513
+ }
3514
+
3515
+ .dropdown {
3516
+ position: relative;
3517
+ }
3518
+
3519
+ .dropdown-toggle:focus {
3520
+ outline: 0;
3521
+ }
3522
+
3523
+ .dropdown-menu {
3524
+ position: absolute;
3525
+ top: 100%;
3526
+ left: 0;
3527
+ z-index: 1000;
3528
+ display: none;
3529
+ float: left;
3530
+ min-width: 160px;
3531
+ padding: 5px 0;
3532
+ margin: 2px 0 0;
3533
+ font-size: 14px;
3534
+ list-style: none;
3535
+ background-color: #ffffff;
3536
+ border: 1px solid #cccccc;
3537
+ border: 1px solid rgba(0, 0, 0, 0.15);
3538
+ border-radius: 4px;
3539
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3540
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3541
+ background-clip: padding-box;
3542
+ }
3543
+
3544
+ .dropdown-menu.pull-right {
3545
+ right: 0;
3546
+ left: auto;
3547
+ }
3548
+
3549
+ .dropdown-menu .divider {
3550
+ height: 1px;
3551
+ margin: 9px 0;
3552
+ overflow: hidden;
3553
+ background-color: #e5e5e5;
3554
+ }
3555
+
3556
+ .dropdown-menu > li > a {
3557
+ display: block;
3558
+ padding: 3px 20px;
3559
+ clear: both;
3560
+ font-weight: normal;
3561
+ line-height: 1.428571429;
3562
+ color: #333333;
3563
+ white-space: nowrap;
3564
+ }
3565
+
3566
+ .dropdown-menu > li > a:hover,
3567
+ .dropdown-menu > li > a:focus {
3568
+ color: #262626;
3569
+ text-decoration: none;
3570
+ background-color: #f5f5f5;
3571
+ }
3572
+
3573
+ .dropdown-menu > .active > a,
3574
+ .dropdown-menu > .active > a:hover,
3575
+ .dropdown-menu > .active > a:focus {
3576
+ color: #ffffff;
3577
+ text-decoration: none;
3578
+ background-color: #428bca;
3579
+ outline: 0;
3580
+ }
3581
+
3582
+ .dropdown-menu > .disabled > a,
3583
+ .dropdown-menu > .disabled > a:hover,
3584
+ .dropdown-menu > .disabled > a:focus {
3585
+ color: #999999;
3586
+ }
3587
+
3588
+ .dropdown-menu > .disabled > a:hover,
3589
+ .dropdown-menu > .disabled > a:focus {
3590
+ text-decoration: none;
3591
+ cursor: not-allowed;
3592
+ background-color: transparent;
3593
+ background-image: none;
3594
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
3595
+ }
3596
+
3597
+ .open > .dropdown-menu {
3598
+ display: block;
3599
+ }
3600
+
3601
+ .open > a {
3602
+ outline: 0;
3603
+ }
3604
+
3605
+ .dropdown-header {
3606
+ display: block;
3607
+ padding: 3px 20px;
3608
+ font-size: 12px;
3609
+ line-height: 1.428571429;
3610
+ color: #999999;
3611
+ }
3612
+
3613
+ .dropdown-backdrop {
3614
+ position: fixed;
3615
+ top: 0;
3616
+ right: 0;
3617
+ bottom: 0;
3618
+ left: 0;
3619
+ z-index: 990;
3620
+ }
3621
+
3622
+ .pull-right > .dropdown-menu {
3623
+ right: 0;
3624
+ left: auto;
3625
+ }
3626
+
3627
+ .dropup .caret,
3628
+ .navbar-fixed-bottom .dropdown .caret {
3629
+ border-top: 0;
3630
+ border-bottom: 4px solid;
3631
+ content: "";
3632
+ }
3633
+
3634
+ .dropup .dropdown-menu,
3635
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
3636
+ top: auto;
3637
+ bottom: 100%;
3638
+ margin-bottom: 1px;
3639
+ }
3640
+
3641
+ @media (min-width: 768px) {
3642
+ .navbar-right .dropdown-menu {
3643
+ right: 0;
3644
+ left: auto;
3645
+ }
3646
+ }
3647
+
3648
+ .btn-group,
3649
+ .btn-group-vertical {
3650
+ position: relative;
3651
+ display: inline-block;
3652
+ vertical-align: middle;
3653
+ }
3654
+
3655
+ .btn-group > .btn,
3656
+ .btn-group-vertical > .btn {
3657
+ position: relative;
3658
+ float: left;
3659
+ }
3660
+
3661
+ .btn-group > .btn:hover,
3662
+ .btn-group-vertical > .btn:hover,
3663
+ .btn-group > .btn:focus,
3664
+ .btn-group-vertical > .btn:focus,
3665
+ .btn-group > .btn:active,
3666
+ .btn-group-vertical > .btn:active,
3667
+ .btn-group > .btn.active,
3668
+ .btn-group-vertical > .btn.active {
3669
+ z-index: 2;
3670
+ }
3671
+
3672
+ .btn-group > .btn:focus,
3673
+ .btn-group-vertical > .btn:focus {
3674
+ outline: none;
3675
+ }
3676
+
3677
+ .btn-group .btn + .btn,
3678
+ .btn-group .btn + .btn-group,
3679
+ .btn-group .btn-group + .btn,
3680
+ .btn-group .btn-group + .btn-group {
3681
+ margin-left: -1px;
3682
+ }
3683
+
3684
+ .btn-toolbar:before,
3685
+ .btn-toolbar:after {
3686
+ display: table;
3687
+ content: " ";
3688
+ }
3689
+
3690
+ .btn-toolbar:after {
3691
+ clear: both;
3692
+ }
3693
+
3694
+ .btn-toolbar:before,
3695
+ .btn-toolbar:after {
3696
+ display: table;
3697
+ content: " ";
3698
+ }
3699
+
3700
+ .btn-toolbar:after {
3701
+ clear: both;
3702
+ }
3703
+
3704
+ .btn-toolbar .btn-group {
3705
+ float: left;
3706
+ }
3707
+
3708
+ .btn-toolbar > .btn + .btn,
3709
+ .btn-toolbar > .btn-group + .btn,
3710
+ .btn-toolbar > .btn + .btn-group,
3711
+ .btn-toolbar > .btn-group + .btn-group {
3712
+ margin-left: 5px;
3713
+ }
3714
+
3715
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3716
+ border-radius: 0;
3717
+ }
3718
+
3719
+ .btn-group > .btn:first-child {
3720
+ margin-left: 0;
3721
+ }
3722
+
3723
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3724
+ border-top-right-radius: 0;
3725
+ border-bottom-right-radius: 0;
3726
+ }
3727
+
3728
+ .btn-group > .btn:last-child:not(:first-child),
3729
+ .btn-group > .dropdown-toggle:not(:first-child) {
3730
+ border-bottom-left-radius: 0;
3731
+ border-top-left-radius: 0;
3732
+ }
3733
+
3734
+ .btn-group > .btn-group {
3735
+ float: left;
3736
+ }
3737
+
3738
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3739
+ border-radius: 0;
3740
+ }
3741
+
3742
+ .btn-group > .btn-group:first-child > .btn:last-child,
3743
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
3744
+ border-top-right-radius: 0;
3745
+ border-bottom-right-radius: 0;
3746
+ }
3747
+
3748
+ .btn-group > .btn-group:last-child > .btn:first-child {
3749
+ border-bottom-left-radius: 0;
3750
+ border-top-left-radius: 0;
3751
+ }
3752
+
3753
+ .btn-group .dropdown-toggle:active,
3754
+ .btn-group.open .dropdown-toggle {
3755
+ outline: 0;
3756
+ }
3757
+
3758
+ .btn-group-xs > .btn {
3759
+ padding: 1px 5px;
3760
+ font-size: 12px;
3761
+ line-height: 1.5;
3762
+ border-radius: 3px;
3763
+ }
3764
+
3765
+ .btn-group-sm > .btn {
3766
+ padding: 5px 10px;
3767
+ font-size: 12px;
3768
+ line-height: 1.5;
3769
+ border-radius: 3px;
3770
+ }
3771
+
3772
+ .btn-group-lg > .btn {
3773
+ padding: 10px 16px;
3774
+ font-size: 18px;
3775
+ line-height: 1.33;
3776
+ border-radius: 6px;
3777
+ }
3778
+
3779
+ .btn-group > .btn + .dropdown-toggle {
3780
+ padding-right: 8px;
3781
+ padding-left: 8px;
3782
+ }
3783
+
3784
+ .btn-group > .btn-lg + .dropdown-toggle {
3785
+ padding-right: 12px;
3786
+ padding-left: 12px;
3787
+ }
3788
+
3789
+ .btn-group.open .dropdown-toggle {
3790
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3791
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3792
+ }
3793
+
3794
+ .btn-group.open .dropdown-toggle.btn-link {
3795
+ -webkit-box-shadow: none;
3796
+ box-shadow: none;
3797
+ }
3798
+
3799
+ .btn .caret {
3800
+ margin-left: 0;
3801
+ }
3802
+
3803
+ .btn-lg .caret {
3804
+ border-width: 5px 5px 0;
3805
+ border-bottom-width: 0;
3806
+ }
3807
+
3808
+ .dropup .btn-lg .caret {
3809
+ border-width: 0 5px 5px;
3810
+ }
3811
+
3812
+ .btn-group-vertical > .btn,
3813
+ .btn-group-vertical > .btn-group,
3814
+ .btn-group-vertical > .btn-group > .btn {
3815
+ display: block;
3816
+ float: none;
3817
+ width: 100%;
3818
+ max-width: 100%;
3819
+ }
3820
+
3821
+ .btn-group-vertical > .btn-group:before,
3822
+ .btn-group-vertical > .btn-group:after {
3823
+ display: table;
3824
+ content: " ";
3825
+ }
3826
+
3827
+ .btn-group-vertical > .btn-group:after {
3828
+ clear: both;
3829
+ }
3830
+
3831
+ .btn-group-vertical > .btn-group:before,
3832
+ .btn-group-vertical > .btn-group:after {
3833
+ display: table;
3834
+ content: " ";
3835
+ }
3836
+
3837
+ .btn-group-vertical > .btn-group:after {
3838
+ clear: both;
3839
+ }
3840
+
3841
+ .btn-group-vertical > .btn-group > .btn {
3842
+ float: none;
3843
+ }
3844
+
3845
+ .btn-group-vertical > .btn + .btn,
3846
+ .btn-group-vertical > .btn + .btn-group,
3847
+ .btn-group-vertical > .btn-group + .btn,
3848
+ .btn-group-vertical > .btn-group + .btn-group {
3849
+ margin-top: -1px;
3850
+ margin-left: 0;
3851
+ }
3852
+
3853
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3854
+ border-radius: 0;
3855
+ }
3856
+
3857
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
3858
+ border-top-right-radius: 4px;
3859
+ border-bottom-right-radius: 0;
3860
+ border-bottom-left-radius: 0;
3861
+ }
3862
+
3863
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
3864
+ border-top-right-radius: 0;
3865
+ border-bottom-left-radius: 4px;
3866
+ border-top-left-radius: 0;
3867
+ }
3868
+
3869
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3870
+ border-radius: 0;
3871
+ }
3872
+
3873
+ .btn-group-vertical > .btn-group:first-child > .btn:last-child,
3874
+ .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
3875
+ border-bottom-right-radius: 0;
3876
+ border-bottom-left-radius: 0;
3877
+ }
3878
+
3879
+ .btn-group-vertical > .btn-group:last-child > .btn:first-child {
3880
+ border-top-right-radius: 0;
3881
+ border-top-left-radius: 0;
3882
+ }
3883
+
3884
+ .btn-group-justified {
3885
+ display: table;
3886
+ width: 100%;
3887
+ border-collapse: separate;
3888
+ table-layout: fixed;
3889
+ }
3890
+
3891
+ .btn-group-justified > .btn,
3892
+ .btn-group-justified > .btn-group {
3893
+ display: table-cell;
3894
+ float: none;
3895
+ width: 1%;
3896
+ }
3897
+
3898
+ .btn-group-justified > .btn-group .btn {
3899
+ width: 100%;
3900
+ }
3901
+
3902
+ [data-toggle="buttons"] > .btn > input[type="radio"],
3903
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3904
+ display: none;
3905
+ }
3906
+
3907
+ .input-group {
3908
+ position: relative;
3909
+ display: table;
3910
+ border-collapse: separate;
3911
+ }
3912
+
3913
+ .input-group[class*="col-"] {
3914
+ float: none;
3915
+ padding-right: 0;
3916
+ padding-left: 0;
3917
+ }
3918
+
3919
+ .input-group .form-control {
3920
+ width: 100%;
3921
+ margin-bottom: 0;
3922
+ }
3923
+
3924
+ .input-group-lg > .form-control,
3925
+ .input-group-lg > .input-group-addon,
3926
+ .input-group-lg > .input-group-btn > .btn {
3927
+ height: 46px;
3928
+ padding: 10px 16px;
3929
+ font-size: 18px;
3930
+ line-height: 1.33;
3931
+ border-radius: 6px;
3932
+ }
3933
+
3934
+ select.input-group-lg > .form-control,
3935
+ select.input-group-lg > .input-group-addon,
3936
+ select.input-group-lg > .input-group-btn > .btn {
3937
+ height: 46px;
3938
+ line-height: 46px;
3939
+ }
3940
+
3941
+ textarea.input-group-lg > .form-control,
3942
+ textarea.input-group-lg > .input-group-addon,
3943
+ textarea.input-group-lg > .input-group-btn > .btn {
3944
+ height: auto;
3945
+ }
3946
+
3947
+ .input-group-sm > .form-control,
3948
+ .input-group-sm > .input-group-addon,
3949
+ .input-group-sm > .input-group-btn > .btn {
3950
+ height: 30px;
3951
+ padding: 5px 10px;
3952
+ font-size: 12px;
3953
+ line-height: 1.5;
3954
+ border-radius: 3px;
3955
+ }
3956
+
3957
+ select.input-group-sm > .form-control,
3958
+ select.input-group-sm > .input-group-addon,
3959
+ select.input-group-sm > .input-group-btn > .btn {
3960
+ height: 30px;
3961
+ line-height: 30px;
3962
+ }
3963
+
3964
+ textarea.input-group-sm > .form-control,
3965
+ textarea.input-group-sm > .input-group-addon,
3966
+ textarea.input-group-sm > .input-group-btn > .btn {
3967
+ height: auto;
3968
+ }
3969
+
3970
+ .input-group-addon,
3971
+ .input-group-btn,
3972
+ .input-group .form-control {
3973
+ display: table-cell;
3974
+ }
3975
+
3976
+ .input-group-addon:not(:first-child):not(:last-child),
3977
+ .input-group-btn:not(:first-child):not(:last-child),
3978
+ .input-group .form-control:not(:first-child):not(:last-child) {
3979
+ border-radius: 0;
3980
+ }
3981
+
3982
+ .input-group-addon,
3983
+ .input-group-btn {
3984
+ width: 1%;
3985
+ white-space: nowrap;
3986
+ vertical-align: middle;
3987
+ }
3988
+
3989
+ .input-group-addon {
3990
+ padding: 6px 12px;
3991
+ font-size: 14px;
3992
+ font-weight: normal;
3993
+ line-height: 1;
3994
+ color: #555555;
3995
+ text-align: center;
3996
+ background-color: #eeeeee;
3997
+ border: 1px solid #cccccc;
3998
+ border-radius: 4px;
3999
+ }
4000
+
4001
+ .input-group-addon.input-sm {
4002
+ padding: 5px 10px;
4003
+ font-size: 12px;
4004
+ border-radius: 3px;
4005
+ }
4006
+
4007
+ .input-group-addon.input-lg {
4008
+ padding: 10px 16px;
4009
+ font-size: 18px;
4010
+ border-radius: 6px;
4011
+ }
4012
+
4013
+ .input-group-addon input[type="radio"],
4014
+ .input-group-addon input[type="checkbox"] {
4015
+ margin-top: 0;
4016
+ }
4017
+
4018
+ .input-group .form-control:first-child,
4019
+ .input-group-addon:first-child,
4020
+ .input-group-btn:first-child > .btn,
4021
+ .input-group-btn:first-child > .dropdown-toggle,
4022
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
4023
+ border-top-right-radius: 0;
4024
+ border-bottom-right-radius: 0;
4025
+ }
4026
+
4027
+ .input-group-addon:first-child {
4028
+ border-right: 0;
4029
+ }
4030
+
4031
+ .input-group .form-control:last-child,
4032
+ .input-group-addon:last-child,
4033
+ .input-group-btn:last-child > .btn,
4034
+ .input-group-btn:last-child > .dropdown-toggle,
4035
+ .input-group-btn:first-child > .btn:not(:first-child) {
4036
+ border-bottom-left-radius: 0;
4037
+ border-top-left-radius: 0;
4038
+ }
4039
+
4040
+ .input-group-addon:last-child {
4041
+ border-left: 0;
4042
+ }
4043
+
4044
+ .input-group-btn {
4045
+ position: relative;
4046
+ white-space: nowrap;
4047
+ }
4048
+
4049
+ .input-group-btn:first-child > .btn {
4050
+ margin-right: -1px;
4051
+ }
4052
+
4053
+ .input-group-btn:last-child > .btn {
4054
+ margin-left: -1px;
4055
+ }
4056
+
4057
+ .input-group-btn > .btn {
4058
+ position: relative;
4059
+ }
4060
+
4061
+ .input-group-btn > .btn + .btn {
4062
+ margin-left: -4px;
4063
+ }
4064
+
4065
+ .input-group-btn > .btn:hover,
4066
+ .input-group-btn > .btn:active {
4067
+ z-index: 2;
4068
+ }
4069
+
4070
+ .nav {
4071
+ padding-left: 0;
4072
+ margin-bottom: 0;
4073
+ list-style: none;
4074
+ }
4075
+
4076
+ .nav:before,
4077
+ .nav:after {
4078
+ display: table;
4079
+ content: " ";
4080
+ }
4081
+
4082
+ .nav:after {
4083
+ clear: both;
4084
+ }
4085
+
4086
+ .nav:before,
4087
+ .nav:after {
4088
+ display: table;
4089
+ content: " ";
4090
+ }
4091
+
4092
+ .nav:after {
4093
+ clear: both;
4094
+ }
4095
+
4096
+ .nav > li {
4097
+ position: relative;
4098
+ display: block;
4099
+ }
4100
+
4101
+ .nav > li > a {
4102
+ position: relative;
4103
+ display: block;
4104
+ padding: 10px 15px;
4105
+ }
4106
+
4107
+ .nav > li > a:hover,
4108
+ .nav > li > a:focus {
4109
+ text-decoration: none;
4110
+ background-color: #eeeeee;
4111
+ }
4112
+
4113
+ .nav > li.disabled > a {
4114
+ color: #999999;
4115
+ }
4116
+
4117
+ .nav > li.disabled > a:hover,
4118
+ .nav > li.disabled > a:focus {
4119
+ color: #999999;
4120
+ text-decoration: none;
4121
+ cursor: not-allowed;
4122
+ background-color: transparent;
4123
+ }
4124
+
4125
+ .nav .open > a,
4126
+ .nav .open > a:hover,
4127
+ .nav .open > a:focus {
4128
+ background-color: #eeeeee;
4129
+ border-color: #428bca;
4130
+ }
4131
+
4132
+ .nav .nav-divider {
4133
+ height: 1px;
4134
+ margin: 9px 0;
4135
+ overflow: hidden;
4136
+ background-color: #e5e5e5;
4137
+ }
4138
+
4139
+ .nav > li > a > img {
4140
+ max-width: none;
4141
+ }
4142
+
4143
+ .nav-tabs {
4144
+ border-bottom: 1px solid #dddddd;
4145
+ }
4146
+
4147
+ .nav-tabs > li {
4148
+ float: left;
4149
+ margin-bottom: -1px;
4150
+ }
4151
+
4152
+ .nav-tabs > li > a {
4153
+ margin-right: 2px;
4154
+ line-height: 1.428571429;
4155
+ border: 1px solid transparent;
4156
+ border-radius: 4px 4px 0 0;
4157
+ }
4158
+
4159
+ .nav-tabs > li > a:hover {
4160
+ border-color: #eeeeee #eeeeee #dddddd;
4161
+ }
4162
+
4163
+ .nav-tabs > li.active > a,
4164
+ .nav-tabs > li.active > a:hover,
4165
+ .nav-tabs > li.active > a:focus {
4166
+ color: #555555;
4167
+ cursor: default;
4168
+ background-color: #ffffff;
4169
+ border: 1px solid #dddddd;
4170
+ border-bottom-color: transparent;
4171
+ }
4172
+
4173
+ .nav-tabs.nav-justified {
4174
+ width: 100%;
4175
+ border-bottom: 0;
4176
+ }
4177
+
4178
+ .nav-tabs.nav-justified > li {
4179
+ float: none;
4180
+ }
4181
+
4182
+ .nav-tabs.nav-justified > li > a {
4183
+ margin-bottom: 5px;
4184
+ text-align: center;
4185
+ }
4186
+
4187
+ .nav-tabs.nav-justified > .dropdown .dropdown-menu {
4188
+ top: auto;
4189
+ left: auto;
4190
+ }
4191
+
4192
+ @media (min-width: 768px) {
4193
+ .nav-tabs.nav-justified > li {
4194
+ display: table-cell;
4195
+ width: 1%;
4196
+ }
4197
+ .nav-tabs.nav-justified > li > a {
4198
+ margin-bottom: 0;
4199
+ }
4200
+ }
4201
+
4202
+ .nav-tabs.nav-justified > li > a {
4203
+ margin-right: 0;
4204
+ border-radius: 4px;
4205
+ }
4206
+
4207
+ .nav-tabs.nav-justified > .active > a,
4208
+ .nav-tabs.nav-justified > .active > a:hover,
4209
+ .nav-tabs.nav-justified > .active > a:focus {
4210
+ border: 1px solid #dddddd;
4211
+ }
4212
+
4213
+ @media (min-width: 768px) {
4214
+ .nav-tabs.nav-justified > li > a {
4215
+ border-bottom: 1px solid #dddddd;
4216
+ border-radius: 4px 4px 0 0;
4217
+ }
4218
+ .nav-tabs.nav-justified > .active > a,
4219
+ .nav-tabs.nav-justified > .active > a:hover,
4220
+ .nav-tabs.nav-justified > .active > a:focus {
4221
+ border-bottom-color: #ffffff;
4222
+ }
4223
+ }
4224
+
4225
+ .nav-pills > li {
4226
+ float: left;
4227
+ }
4228
+
4229
+ .nav-pills > li > a {
4230
+ border-radius: 4px;
4231
+ }
4232
+
4233
+ .nav-pills > li + li {
4234
+ margin-left: 2px;
4235
+ }
4236
+
4237
+ .nav-pills > li.active > a,
4238
+ .nav-pills > li.active > a:hover,
4239
+ .nav-pills > li.active > a:focus {
4240
+ color: #ffffff;
4241
+ background-color: #428bca;
4242
+ }
4243
+
4244
+ .nav-stacked > li {
4245
+ float: none;
4246
+ }
4247
+
4248
+ .nav-stacked > li + li {
4249
+ margin-top: 2px;
4250
+ margin-left: 0;
4251
+ }
4252
+
4253
+ .nav-justified {
4254
+ width: 100%;
4255
+ }
4256
+
4257
+ .nav-justified > li {
4258
+ float: none;
4259
+ }
4260
+
4261
+ .nav-justified > li > a {
4262
+ margin-bottom: 5px;
4263
+ text-align: center;
4264
+ }
4265
+
4266
+ .nav-justified > .dropdown .dropdown-menu {
4267
+ top: auto;
4268
+ left: auto;
4269
+ }
4270
+
4271
+ @media (min-width: 768px) {
4272
+ .nav-justified > li {
4273
+ display: table-cell;
4274
+ width: 1%;
4275
+ }
4276
+ .nav-justified > li > a {
4277
+ margin-bottom: 0;
4278
+ }
4279
+ }
4280
+
4281
+ .nav-tabs-justified {
4282
+ border-bottom: 0;
4283
+ }
4284
+
4285
+ .nav-tabs-justified > li > a {
4286
+ margin-right: 0;
4287
+ border-radius: 4px;
4288
+ }
4289
+
4290
+ .nav-tabs-justified > .active > a,
4291
+ .nav-tabs-justified > .active > a:hover,
4292
+ .nav-tabs-justified > .active > a:focus {
4293
+ border: 1px solid #dddddd;
4294
+ }
4295
+
4296
+ @media (min-width: 768px) {
4297
+ .nav-tabs-justified > li > a {
4298
+ border-bottom: 1px solid #dddddd;
4299
+ border-radius: 4px 4px 0 0;
4300
+ }
4301
+ .nav-tabs-justified > .active > a,
4302
+ .nav-tabs-justified > .active > a:hover,
4303
+ .nav-tabs-justified > .active > a:focus {
4304
+ border-bottom-color: #ffffff;
4305
+ }
4306
+ }
4307
+
4308
+ .tab-content > .tab-pane {
4309
+ display: none;
4310
+ }
4311
+
4312
+ .tab-content > .active {
4313
+ display: block;
4314
+ }
4315
+
4316
+ .nav-tabs .dropdown-menu {
4317
+ margin-top: -1px;
4318
+ border-top-right-radius: 0;
4319
+ border-top-left-radius: 0;
4320
+ }
4321
+
4322
+ .navbar {
4323
+ position: relative;
4324
+ min-height: 50px;
4325
+ margin-bottom: 20px;
4326
+ border: 1px solid transparent;
4327
+ }
4328
+
4329
+ .navbar:before,
4330
+ .navbar:after {
4331
+ display: table;
4332
+ content: " ";
4333
+ }
4334
+
4335
+ .navbar:after {
4336
+ clear: both;
4337
+ }
4338
+
4339
+ .navbar:before,
4340
+ .navbar:after {
4341
+ display: table;
4342
+ content: " ";
4343
+ }
4344
+
4345
+ .navbar:after {
4346
+ clear: both;
4347
+ }
4348
+
4349
+ @media (min-width: 768px) {
4350
+ .navbar {
4351
+ border-radius: 4px;
4352
+ }
4353
+ }
4354
+
4355
+ .navbar-header:before,
4356
+ .navbar-header:after {
4357
+ display: table;
4358
+ content: " ";
4359
+ }
4360
+
4361
+ .navbar-header:after {
4362
+ clear: both;
4363
+ }
4364
+
4365
+ .navbar-header:before,
4366
+ .navbar-header:after {
4367
+ display: table;
4368
+ content: " ";
4369
+ }
4370
+
4371
+ .navbar-header:after {
4372
+ clear: both;
4373
+ }
4374
+
4375
+ @media (min-width: 768px) {
4376
+ .navbar-header {
4377
+ float: left;
4378
+ }
4379
+ }
4380
+
4381
+ .navbar-collapse {
4382
+ max-height: 340px;
4383
+ padding-right: 15px;
4384
+ padding-left: 15px;
4385
+ overflow-x: visible;
4386
+ border-top: 1px solid transparent;
4387
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
4388
+ -webkit-overflow-scrolling: touch;
4389
+ }
4390
+
4391
+ .navbar-collapse:before,
4392
+ .navbar-collapse:after {
4393
+ display: table;
4394
+ content: " ";
4395
+ }
4396
+
4397
+ .navbar-collapse:after {
4398
+ clear: both;
4399
+ }
4400
+
4401
+ .navbar-collapse:before,
4402
+ .navbar-collapse:after {
4403
+ display: table;
4404
+ content: " ";
4405
+ }
4406
+
4407
+ .navbar-collapse:after {
4408
+ clear: both;
4409
+ }
4410
+
4411
+ .navbar-collapse.in {
4412
+ overflow-y: auto;
4413
+ }
4414
+
4415
+ @media (min-width: 768px) {
4416
+ .navbar-collapse {
4417
+ width: auto;
4418
+ border-top: 0;
4419
+ box-shadow: none;
4420
+ }
4421
+ .navbar-collapse.collapse {
4422
+ display: block !important;
4423
+ height: auto !important;
4424
+ padding-bottom: 0;
4425
+ overflow: visible !important;
4426
+ }
4427
+ .navbar-collapse.in {
4428
+ overflow-y: visible;
4429
+ }
4430
+ .navbar-fixed-top .navbar-collapse,
4431
+ .navbar-static-top .navbar-collapse,
4432
+ .navbar-fixed-bottom .navbar-collapse {
4433
+ padding-right: 0;
4434
+ padding-left: 0;
4435
+ }
4436
+ }
4437
+
4438
+ .container > .navbar-header,
4439
+ .container > .navbar-collapse {
4440
+ margin-right: -15px;
4441
+ margin-left: -15px;
4442
+ }
4443
+
4444
+ @media (min-width: 768px) {
4445
+ .container > .navbar-header,
4446
+ .container > .navbar-collapse {
4447
+ margin-right: 0;
4448
+ margin-left: 0;
4449
+ }
4450
+ }
4451
+
4452
+ .navbar-static-top {
4453
+ z-index: 1000;
4454
+ border-width: 0 0 1px;
4455
+ }
4456
+
4457
+ @media (min-width: 768px) {
4458
+ .navbar-static-top {
4459
+ border-radius: 0;
4460
+ }
4461
+ }
4462
+
4463
+ .navbar-fixed-top,
4464
+ .navbar-fixed-bottom {
4465
+ position: fixed;
4466
+ right: 0;
4467
+ left: 0;
4468
+ z-index: 1030;
4469
+ }
4470
+
4471
+ @media (min-width: 768px) {
4472
+ .navbar-fixed-top,
4473
+ .navbar-fixed-bottom {
4474
+ border-radius: 0;
4475
+ }
4476
+ }
4477
+
4478
+ .navbar-fixed-top {
4479
+ top: 0;
4480
+ border-width: 0 0 1px;
4481
+ }
4482
+
4483
+ .navbar-fixed-bottom {
4484
+ bottom: 0;
4485
+ margin-bottom: 0;
4486
+ border-width: 1px 0 0;
4487
+ }
4488
+
4489
+ .navbar-brand {
4490
+ float: left;
4491
+ padding: 15px 15px;
4492
+ font-size: 18px;
4493
+ line-height: 20px;
4494
+ }
4495
+
4496
+ .navbar-brand:hover,
4497
+ .navbar-brand:focus {
4498
+ text-decoration: none;
4499
+ }
4500
+
4501
+ @media (min-width: 768px) {
4502
+ .navbar > .container .navbar-brand {
4503
+ margin-left: -15px;
4504
+ }
4505
+ }
4506
+
4507
+ .navbar-toggle {
4508
+ position: relative;
4509
+ float: right;
4510
+ padding: 9px 10px;
4511
+ margin-top: 8px;
4512
+ margin-right: 15px;
4513
+ margin-bottom: 8px;
4514
+ background-color: transparent;
4515
+ background-image: none;
4516
+ border: 1px solid transparent;
4517
+ border-radius: 4px;
4518
+ }
4519
+
4520
+ .navbar-toggle .icon-bar {
4521
+ display: block;
4522
+ width: 22px;
4523
+ height: 2px;
4524
+ border-radius: 1px;
4525
+ }
4526
+
4527
+ .navbar-toggle .icon-bar + .icon-bar {
4528
+ margin-top: 4px;
4529
+ }
4530
+
4531
+ @media (min-width: 768px) {
4532
+ .navbar-toggle {
4533
+ display: none;
4534
+ }
4535
+ }
4536
+
4537
+ .navbar-nav {
4538
+ margin: 7.5px -15px;
4539
+ }
4540
+
4541
+ .navbar-nav > li > a {
4542
+ padding-top: 10px;
4543
+ padding-bottom: 10px;
4544
+ line-height: 20px;
4545
+ }
4546
+
4547
+ @media (max-width: 767px) {
4548
+ .navbar-nav .open .dropdown-menu {
4549
+ position: static;
4550
+ float: none;
4551
+ width: auto;
4552
+ margin-top: 0;
4553
+ background-color: transparent;
4554
+ border: 0;
4555
+ box-shadow: none;
4556
+ }
4557
+ .navbar-nav .open .dropdown-menu > li > a,
4558
+ .navbar-nav .open .dropdown-menu .dropdown-header {
4559
+ padding: 5px 15px 5px 25px;
4560
+ }
4561
+ .navbar-nav .open .dropdown-menu > li > a {
4562
+ line-height: 20px;
4563
+ }
4564
+ .navbar-nav .open .dropdown-menu > li > a:hover,
4565
+ .navbar-nav .open .dropdown-menu > li > a:focus {
4566
+ background-image: none;
4567
+ }
4568
+ }
4569
+
4570
+ @media (min-width: 768px) {
4571
+ .navbar-nav {
4572
+ float: left;
4573
+ margin: 0;
4574
+ }
4575
+ .navbar-nav > li {
4576
+ float: left;
4577
+ }
4578
+ .navbar-nav > li > a {
4579
+ padding-top: 15px;
4580
+ padding-bottom: 15px;
4581
+ }
4582
+ .navbar-nav.navbar-right:last-child {
4583
+ margin-right: -15px;
4584
+ }
4585
+ }
4586
+
4587
+ @media (min-width: 768px) {
4588
+ .navbar-left {
4589
+ float: left !important;
4590
+ }
4591
+ .navbar-right {
4592
+ float: right !important;
4593
+ }
4594
+ }
4595
+
4596
+ .navbar-form {
4597
+ padding: 10px 15px;
4598
+ margin-top: 8px;
4599
+ margin-right: -15px;
4600
+ margin-bottom: 8px;
4601
+ margin-left: -15px;
4602
+ border-top: 1px solid transparent;
4603
+ border-bottom: 1px solid transparent;
4604
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4605
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
4606
+ }
4607
+
4608
+ @media (min-width: 768px) {
4609
+ .navbar-form .form-group {
4610
+ display: inline-block;
4611
+ margin-bottom: 0;
4612
+ vertical-align: middle;
4613
+ }
4614
+ .navbar-form .form-control {
4615
+ display: inline-block;
4616
+ }
4617
+ .navbar-form select.form-control {
4618
+ width: auto;
4619
+ }
4620
+ .navbar-form .radio,
4621
+ .navbar-form .checkbox {
4622
+ display: inline-block;
4623
+ padding-left: 0;
4624
+ margin-top: 0;
4625
+ margin-bottom: 0;
4626
+ }
4627
+ .navbar-form .radio input[type="radio"],
4628
+ .navbar-form .checkbox input[type="checkbox"] {
4629
+ float: none;
4630
+ margin-left: 0;
4631
+ }
4632
+ }
4633
+
4634
+ @media (max-width: 767px) {
4635
+ .navbar-form .form-group {
4636
+ margin-bottom: 5px;
4637
+ }
4638
+ }
4639
+
4640
+ @media (min-width: 768px) {
4641
+ .navbar-form {
4642
+ width: auto;
4643
+ padding-top: 0;
4644
+ padding-bottom: 0;
4645
+ margin-right: 0;
4646
+ margin-left: 0;
4647
+ border: 0;
4648
+ -webkit-box-shadow: none;
4649
+ box-shadow: none;
4650
+ }
4651
+ .navbar-form.navbar-right:last-child {
4652
+ margin-right: -15px;
4653
+ }
4654
+ }
4655
+
4656
+ .navbar-nav > li > .dropdown-menu {
4657
+ margin-top: 0;
4658
+ border-top-right-radius: 0;
4659
+ border-top-left-radius: 0;
4660
+ }
4661
+
4662
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4663
+ border-bottom-right-radius: 0;
4664
+ border-bottom-left-radius: 0;
4665
+ }
4666
+
4667
+ .navbar-nav.pull-right > li > .dropdown-menu,
4668
+ .navbar-nav > li > .dropdown-menu.pull-right {
4669
+ right: 0;
4670
+ left: auto;
4671
+ }
4672
+
4673
+ .navbar-btn {
4674
+ margin-top: 8px;
4675
+ margin-bottom: 8px;
4676
+ }
4677
+
4678
+ .navbar-btn.btn-sm {
4679
+ margin-top: 10px;
4680
+ margin-bottom: 10px;
4681
+ }
4682
+
4683
+ .navbar-btn.btn-xs {
4684
+ margin-top: 14px;
4685
+ margin-bottom: 14px;
4686
+ }
4687
+
4688
+ .navbar-text {
4689
+ margin-top: 15px;
4690
+ margin-bottom: 15px;
4691
+ }
4692
+
4693
+ @media (min-width: 768px) {
4694
+ .navbar-text {
4695
+ float: left;
4696
+ margin-right: 15px;
4697
+ margin-left: 15px;
4698
+ }
4699
+ .navbar-text.navbar-right:last-child {
4700
+ margin-right: 0;
4701
+ }
4702
+ }
4703
+
4704
+ .navbar-default {
4705
+ background-color: #f8f8f8;
4706
+ border-color: #e7e7e7;
4707
+ }
4708
+
4709
+ .navbar-default .navbar-brand {
4710
+ color: #777777;
4711
+ }
4712
+
4713
+ .navbar-default .navbar-brand:hover,
4714
+ .navbar-default .navbar-brand:focus {
4715
+ color: #5e5e5e;
4716
+ background-color: transparent;
4717
+ }
4718
+
4719
+ .navbar-default .navbar-text {
4720
+ color: #777777;
4721
+ }
4722
+
4723
+ .navbar-default .navbar-nav > li > a {
4724
+ color: #777777;
4725
+ }
4726
+
4727
+ .navbar-default .navbar-nav > li > a:hover,
4728
+ .navbar-default .navbar-nav > li > a:focus {
4729
+ color: #333333;
4730
+ background-color: transparent;
4731
+ }
4732
+
4733
+ .navbar-default .navbar-nav > .active > a,
4734
+ .navbar-default .navbar-nav > .active > a:hover,
4735
+ .navbar-default .navbar-nav > .active > a:focus {
4736
+ color: #555555;
4737
+ background-color: #e7e7e7;
4738
+ }
4739
+
4740
+ .navbar-default .navbar-nav > .disabled > a,
4741
+ .navbar-default .navbar-nav > .disabled > a:hover,
4742
+ .navbar-default .navbar-nav > .disabled > a:focus {
4743
+ color: #cccccc;
4744
+ background-color: transparent;
4745
+ }
4746
+
4747
+ .navbar-default .navbar-toggle {
4748
+ border-color: #dddddd;
4749
+ }
4750
+
4751
+ .navbar-default .navbar-toggle:hover,
4752
+ .navbar-default .navbar-toggle:focus {
4753
+ background-color: #dddddd;
4754
+ }
4755
+
4756
+ .navbar-default .navbar-toggle .icon-bar {
4757
+ background-color: #cccccc;
4758
+ }
4759
+
4760
+ .navbar-default .navbar-collapse,
4761
+ .navbar-default .navbar-form {
4762
+ border-color: #e7e7e7;
4763
+ }
4764
+
4765
+ .navbar-default .navbar-nav > .open > a,
4766
+ .navbar-default .navbar-nav > .open > a:hover,
4767
+ .navbar-default .navbar-nav > .open > a:focus {
4768
+ color: #555555;
4769
+ background-color: #e7e7e7;
4770
+ }
4771
+
4772
+ @media (max-width: 767px) {
4773
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4774
+ color: #777777;
4775
+ }
4776
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4777
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4778
+ color: #333333;
4779
+ background-color: transparent;
4780
+ }
4781
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4782
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4783
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4784
+ color: #555555;
4785
+ background-color: #e7e7e7;
4786
+ }
4787
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4788
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4789
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4790
+ color: #cccccc;
4791
+ background-color: transparent;
4792
+ }
4793
+ }
4794
+
4795
+ .navbar-default .navbar-link {
4796
+ color: #777777;
4797
+ }
4798
+
4799
+ .navbar-default .navbar-link:hover {
4800
+ color: #333333;
4801
+ }
4802
+
4803
+ .navbar-inverse {
4804
+ background-color: #222222;
4805
+ border-color: #080808;
4806
+ }
4807
+
4808
+ .navbar-inverse .navbar-brand {
4809
+ color: #999999;
4810
+ }
4811
+
4812
+ .navbar-inverse .navbar-brand:hover,
4813
+ .navbar-inverse .navbar-brand:focus {
4814
+ color: #ffffff;
4815
+ background-color: transparent;
4816
+ }
4817
+
4818
+ .navbar-inverse .navbar-text {
4819
+ color: #999999;
4820
+ }
4821
+
4822
+ .navbar-inverse .navbar-nav > li > a {
4823
+ color: #999999;
4824
+ }
4825
+
4826
+ .navbar-inverse .navbar-nav > li > a:hover,
4827
+ .navbar-inverse .navbar-nav > li > a:focus {
4828
+ color: #ffffff;
4829
+ background-color: transparent;
4830
+ }
4831
+
4832
+ .navbar-inverse .navbar-nav > .active > a,
4833
+ .navbar-inverse .navbar-nav > .active > a:hover,
4834
+ .navbar-inverse .navbar-nav > .active > a:focus {
4835
+ color: #ffffff;
4836
+ background-color: #080808;
4837
+ }
4838
+
4839
+ .navbar-inverse .navbar-nav > .disabled > a,
4840
+ .navbar-inverse .navbar-nav > .disabled > a:hover,
4841
+ .navbar-inverse .navbar-nav > .disabled > a:focus {
4842
+ color: #444444;
4843
+ background-color: transparent;
4844
+ }
4845
+
4846
+ .navbar-inverse .navbar-toggle {
4847
+ border-color: #333333;
4848
+ }
4849
+
4850
+ .navbar-inverse .navbar-toggle:hover,
4851
+ .navbar-inverse .navbar-toggle:focus {
4852
+ background-color: #333333;
4853
+ }
4854
+
4855
+ .navbar-inverse .navbar-toggle .icon-bar {
4856
+ background-color: #ffffff;
4857
+ }
4858
+
4859
+ .navbar-inverse .navbar-collapse,
4860
+ .navbar-inverse .navbar-form {
4861
+ border-color: #101010;
4862
+ }
4863
+
4864
+ .navbar-inverse .navbar-nav > .open > a,
4865
+ .navbar-inverse .navbar-nav > .open > a:hover,
4866
+ .navbar-inverse .navbar-nav > .open > a:focus {
4867
+ color: #ffffff;
4868
+ background-color: #080808;
4869
+ }
4870
+
4871
+ @media (max-width: 767px) {
4872
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4873
+ border-color: #080808;
4874
+ }
4875
+ .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4876
+ background-color: #080808;
4877
+ }
4878
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4879
+ color: #999999;
4880
+ }
4881
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4882
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4883
+ color: #ffffff;
4884
+ background-color: transparent;
4885
+ }
4886
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4887
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4888
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4889
+ color: #ffffff;
4890
+ background-color: #080808;
4891
+ }
4892
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4893
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4894
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4895
+ color: #444444;
4896
+ background-color: transparent;
4897
+ }
4898
+ }
4899
+
4900
+ .navbar-inverse .navbar-link {
4901
+ color: #999999;
4902
+ }
4903
+
4904
+ .navbar-inverse .navbar-link:hover {
4905
+ color: #ffffff;
4906
+ }
4907
+
4908
+ .breadcrumb {
4909
+ padding: 8px 15px;
4910
+ margin-bottom: 20px;
4911
+ list-style: none;
4912
+ background-color: #f5f5f5;
4913
+ border-radius: 4px;
4914
+ }
4915
+
4916
+ .breadcrumb > li {
4917
+ display: inline-block;
4918
+ }
4919
+
4920
+ .breadcrumb > li + li:before {
4921
+ padding: 0 5px;
4922
+ color: #cccccc;
4923
+ content: "/\00a0";
4924
+ }
4925
+
4926
+ .breadcrumb > .active {
4927
+ color: #999999;
4928
+ }
4929
+
4930
+ .pagination {
4931
+ display: inline-block;
4932
+ padding-left: 0;
4933
+ /*margin: 20px 0;*/
4934
+ border-radius: 4px;
4935
+ }
4936
+
4937
+ .pagination > li {
4938
+ display: inline;
4939
+ }
4940
+
4941
+ .pagination > li > a,
4942
+ .pagination > li > span {
4943
+ position: relative;
4944
+ float: left;
4945
+ padding: 6px 12px;
4946
+ margin-left: -1px;
4947
+ line-height: 1.428571429;
4948
+ text-decoration: none;
4949
+ background-color: #ffffff;
4950
+ border: 1px solid #dddddd;
4951
+ }
4952
+
4953
+ .pagination > li:first-child > a,
4954
+ .pagination > li:first-child > span {
4955
+ margin-left: 0;
4956
+ border-bottom-left-radius: 4px;
4957
+ border-top-left-radius: 4px;
4958
+ }
4959
+
4960
+ .pagination > li:last-child > a,
4961
+ .pagination > li:last-child > span {
4962
+ border-top-right-radius: 4px;
4963
+ border-bottom-right-radius: 4px;
4964
+ }
4965
+
4966
+ .pagination > li > a:hover,
4967
+ .pagination > li > span:hover,
4968
+ .pagination > li > a:focus,
4969
+ .pagination > li > span:focus {
4970
+ background-color: #eeeeee;
4971
+ }
4972
+
4973
+ .pagination > .active > a,
4974
+ .pagination > .active > span,
4975
+ .pagination > .active > a:hover,
4976
+ .pagination > .active > span:hover,
4977
+ .pagination > .active > a:focus,
4978
+ .pagination > .active > span:focus {
4979
+ z-index: 2;
4980
+ color: #ffffff;
4981
+ cursor: default;
4982
+ background-color: #428bca;
4983
+ border-color: #428bca;
4984
+ }
4985
+
4986
+ .pagination > .disabled > span,
4987
+ .pagination > .disabled > span:hover,
4988
+ .pagination > .disabled > span:focus,
4989
+ .pagination > .disabled > a,
4990
+ .pagination > .disabled > a:hover,
4991
+ .pagination > .disabled > a:focus {
4992
+ color: #999999;
4993
+ cursor: not-allowed;
4994
+ background-color: #ffffff;
4995
+ border-color: #dddddd;
4996
+ }
4997
+
4998
+ .pagination-lg > li > a,
4999
+ .pagination-lg > li > span {
5000
+ padding: 10px 16px;
5001
+ font-size: 18px;
5002
+ }
5003
+
5004
+ .pagination-lg > li:first-child > a,
5005
+ .pagination-lg > li:first-child > span {
5006
+ border-bottom-left-radius: 6px;
5007
+ border-top-left-radius: 6px;
5008
+ }
5009
+
5010
+ .pagination-lg > li:last-child > a,
5011
+ .pagination-lg > li:last-child > span {
5012
+ border-top-right-radius: 6px;
5013
+ border-bottom-right-radius: 6px;
5014
+ }
5015
+
5016
+ .pagination-sm > li > a,
5017
+ .pagination-sm > li > span {
5018
+ padding: 5px 10px;
5019
+ font-size: 12px;
5020
+ }
5021
+
5022
+ .pagination-sm > li:first-child > a,
5023
+ .pagination-sm > li:first-child > span {
5024
+ border-bottom-left-radius: 3px;
5025
+ border-top-left-radius: 3px;
5026
+ }
5027
+
5028
+ .pagination-sm > li:last-child > a,
5029
+ .pagination-sm > li:last-child > span {
5030
+ border-top-right-radius: 3px;
5031
+ border-bottom-right-radius: 3px;
5032
+ }
5033
+
5034
+ .pager {
5035
+ padding-left: 0;
5036
+ margin: 20px 0;
5037
+ text-align: center;
5038
+ list-style: none;
5039
+ }
5040
+
5041
+ .pager:before,
5042
+ .pager:after {
5043
+ display: table;
5044
+ content: " ";
5045
+ }
5046
+
5047
+ .pager:after {
5048
+ clear: both;
5049
+ }
5050
+
5051
+ .pager:before,
5052
+ .pager:after {
5053
+ display: table;
5054
+ content: " ";
5055
+ }
5056
+
5057
+ .pager:after {
5058
+ clear: both;
5059
+ }
5060
+
5061
+ .pager li {
5062
+ display: inline;
5063
+ }
5064
+
5065
+ .pager li > a,
5066
+ .pager li > span {
5067
+ display: inline-block;
5068
+ padding: 5px 14px;
5069
+ background-color: #ffffff;
5070
+ border: 1px solid #dddddd;
5071
+ border-radius: 15px;
5072
+ }
5073
+
5074
+ .pager li > a:hover,
5075
+ .pager li > a:focus {
5076
+ text-decoration: none;
5077
+ background-color: #eeeeee;
5078
+ }
5079
+
5080
+ .pager .next > a,
5081
+ .pager .next > span {
5082
+ float: right;
5083
+ }
5084
+
5085
+ .pager .previous > a,
5086
+ .pager .previous > span {
5087
+ float: left;
5088
+ }
5089
+
5090
+ .pager .disabled > a,
5091
+ .pager .disabled > a:hover,
5092
+ .pager .disabled > a:focus,
5093
+ .pager .disabled > span {
5094
+ color: #999999;
5095
+ cursor: not-allowed;
5096
+ background-color: #ffffff;
5097
+ }
5098
+
5099
+ .label {
5100
+ display: inline;
5101
+ /* padding: .2em .6em .3em; */
5102
+ padding: 5px;
5103
+ font-size: 75%;
5104
+ font-weight: bold;
5105
+ line-height: 1;
5106
+ color: #ffffff;
5107
+ text-align: center;
5108
+ white-space: nowrap;
5109
+ vertical-align: baseline;
5110
+ border-radius: .25em;
5111
+ }
5112
+
5113
+ .label[href]:hover,
5114
+ .label[href]:focus {
5115
+ color: #ffffff;
5116
+ text-decoration: none;
5117
+ cursor: pointer;
5118
+ }
5119
+
5120
+ .label:empty {
5121
+ display: none;
5122
+ }
5123
+
5124
+ .btn .label {
5125
+ position: relative;
5126
+ top: -1px;
5127
+ }
5128
+
5129
+ .label-default {
5130
+ background-color: #999999;
5131
+ }
5132
+
5133
+ .label-default[href]:hover,
5134
+ .label-default[href]:focus {
5135
+ background-color: #808080;
5136
+ }
5137
+
5138
+ .label-primary {
5139
+ background-color: #428bca;
5140
+ }
5141
+
5142
+ .label-primary[href]:hover,
5143
+ .label-primary[href]:focus {
5144
+ background-color: #3071a9;
5145
+ }
5146
+
5147
+ .label-success {
5148
+ background-color: #5cb85c;
5149
+ }
5150
+
5151
+ .label-success[href]:hover,
5152
+ .label-success[href]:focus {
5153
+ background-color: #449d44;
5154
+ }
5155
+
5156
+ .label-info {
5157
+ background-color: #5bc0de;
5158
+ }
5159
+
5160
+ .label-info[href]:hover,
5161
+ .label-info[href]:focus {
5162
+ background-color: #31b0d5;
5163
+ }
5164
+
5165
+ .label-warning {
5166
+ background-color: #f0ad4e;
5167
+ }
5168
+
5169
+ .label-warning[href]:hover,
5170
+ .label-warning[href]:focus {
5171
+ background-color: #ec971f;
5172
+ }
5173
+
5174
+ .label-danger {
5175
+ background-color: #d9534f;
5176
+ }
5177
+
5178
+ .label-danger[href]:hover,
5179
+ .label-danger[href]:focus {
5180
+ background-color: #c9302c;
5181
+ }
5182
+
5183
+ .badge {
5184
+ display: inline-block;
5185
+ min-width: 10px;
5186
+ padding: 3px 7px;
5187
+ font-size: 12px;
5188
+ font-weight: bold;
5189
+ line-height: 1;
5190
+ color: #ffffff;
5191
+ text-align: center;
5192
+ white-space: nowrap;
5193
+ vertical-align: baseline;
5194
+ background-color: #999999;
5195
+ border-radius: 10px;
5196
+ }
5197
+
5198
+ .badge:empty {
5199
+ display: none;
5200
+ }
5201
+
5202
+ .btn .badge {
5203
+ position: relative;
5204
+ top: -1px;
5205
+ }
5206
+
5207
+ a.badge:hover,
5208
+ a.badge:focus {
5209
+ color: #ffffff;
5210
+ text-decoration: none;
5211
+ cursor: pointer;
5212
+ }
5213
+
5214
+ a.list-group-item.active > .badge,
5215
+ .nav-pills > .active > a > .badge {
5216
+ color: #428bca;
5217
+ background-color: #ffffff;
5218
+ }
5219
+
5220
+ .nav-pills > li > a > .badge {
5221
+ margin-left: 3px;
5222
+ }
5223
+
5224
+ .jumbotron {
5225
+ padding: 30px;
5226
+ margin-bottom: 30px;
5227
+ font-size: 21px;
5228
+ font-weight: 200;
5229
+ line-height: 2.1428571435;
5230
+ color: inherit;
5231
+ background-color: #eeeeee;
5232
+ }
5233
+
5234
+ .jumbotron h1,
5235
+ .jumbotron .h1 {
5236
+ line-height: 1;
5237
+ color: inherit;
5238
+ }
5239
+
5240
+ .jumbotron p {
5241
+ line-height: 1.4;
5242
+ }
5243
+
5244
+ .container .jumbotron {
5245
+ border-radius: 6px;
5246
+ }
5247
+
5248
+ .jumbotron .container {
5249
+ max-width: 100%;
5250
+ }
5251
+
5252
+ @media screen and (min-width: 768px) {
5253
+ .jumbotron {
5254
+ padding-top: 48px;
5255
+ padding-bottom: 48px;
5256
+ }
5257
+ .container .jumbotron {
5258
+ padding-right: 60px;
5259
+ padding-left: 60px;
5260
+ }
5261
+ .jumbotron h1,
5262
+ .jumbotron .h1 {
5263
+ font-size: 63px;
5264
+ }
5265
+ }
5266
+
5267
+ .thumbnail {
5268
+ display: block;
5269
+ padding: 4px;
5270
+ margin-bottom: 20px;
5271
+ line-height: 1.428571429;
5272
+ background-color: #ffffff;
5273
+ border: 1px solid #dddddd;
5274
+ border-radius: 4px;
5275
+ -webkit-transition: all 0.2s ease-in-out;
5276
+ transition: all 0.2s ease-in-out;
5277
+ }
5278
+
5279
+ .thumbnail > img,
5280
+ .thumbnail a > img {
5281
+ display: block;
5282
+ height: auto;
5283
+ max-width: 100%;
5284
+ margin-right: auto;
5285
+ margin-left: auto;
5286
+ }
5287
+
5288
+ a.thumbnail:hover,
5289
+ a.thumbnail:focus,
5290
+ a.thumbnail.active {
5291
+ border-color: #428bca;
5292
+ }
5293
+
5294
+ .thumbnail .caption {
5295
+ padding: 9px;
5296
+ color: #333333;
5297
+ }
5298
+
5299
+ .alert {
5300
+ padding: 15px;
5301
+ margin-bottom: 20px;
5302
+ border: 1px solid transparent;
5303
+ border-radius: 4px;
5304
+ }
5305
+
5306
+ .alert h4 {
5307
+ margin-top: 0;
5308
+ color: inherit;
5309
+ }
5310
+
5311
+ .alert .alert-link {
5312
+ font-weight: bold;
5313
+ }
5314
+
5315
+ .alert > p,
5316
+ .alert > ul {
5317
+ margin-bottom: 0;
5318
+ }
5319
+
5320
+ .alert > p + p {
5321
+ margin-top: 5px;
5322
+ }
5323
+
5324
+ .alert-dismissable {
5325
+ padding-right: 35px;
5326
+ }
5327
+
5328
+ .alert-dismissable .close {
5329
+ position: relative;
5330
+ top: -2px;
5331
+ right: -21px;
5332
+ color: inherit;
5333
+ }
5334
+
5335
+ .alert-success {
5336
+ color: #3c763d;
5337
+ background-color: #dff0d8;
5338
+ border-color: #d6e9c6;
5339
+ }
5340
+
5341
+ .alert-success hr {
5342
+ border-top-color: #c9e2b3;
5343
+ }
5344
+
5345
+ .alert-success .alert-link {
5346
+ color: #2b542c;
5347
+ }
5348
+
5349
+ .alert-info {
5350
+ color: #31708f;
5351
+ background-color: #d9edf7;
5352
+ border-color: #bce8f1;
5353
+ }
5354
+
5355
+ .alert-info hr {
5356
+ border-top-color: #a6e1ec;
5357
+ }
5358
+
5359
+ .alert-info .alert-link {
5360
+ color: #245269;
5361
+ }
5362
+
5363
+ .alert-warning {
5364
+ color: #8a6d3b;
5365
+ background-color: #fcf8e3;
5366
+ border-color: #faebcc;
5367
+ }
5368
+
5369
+ .alert-warning hr {
5370
+ border-top-color: #f7e1b5;
5371
+ }
5372
+
5373
+ .alert-warning .alert-link {
5374
+ color: #66512c;
5375
+ }
5376
+
5377
+ .alert-danger {
5378
+ color: #a94442;
5379
+ background-color: #f2dede;
5380
+ border-color: #ebccd1;
5381
+ }
5382
+
5383
+ .alert-danger hr {
5384
+ border-top-color: #e4b9c0;
5385
+ }
5386
+
5387
+ .alert-danger .alert-link {
5388
+ color: #843534;
5389
+ }
5390
+
5391
+ @-webkit-keyframes progress-bar-stripes {
5392
+ from {
5393
+ background-position: 40px 0;
5394
+ }
5395
+ to {
5396
+ background-position: 0 0;
5397
+ }
5398
+ }
5399
+
5400
+ @keyframes progress-bar-stripes {
5401
+ from {
5402
+ background-position: 40px 0;
5403
+ }
5404
+ to {
5405
+ background-position: 0 0;
5406
+ }
5407
+ }
5408
+
5409
+ .progress {
5410
+ height: 20px;
5411
+ margin-bottom: 20px;
5412
+ overflow: hidden;
5413
+ background-color: #f5f5f5;
5414
+ border-radius: 4px;
5415
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5416
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
5417
+ }
5418
+
5419
+ .progress-bar {
5420
+ float: left;
5421
+ width: 0;
5422
+ height: 100%;
5423
+ font-size: 12px;
5424
+ line-height: 20px;
5425
+ color: #ffffff;
5426
+ text-align: center;
5427
+ background-color: #428bca;
5428
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5429
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
5430
+ -webkit-transition: width 0.6s ease;
5431
+ transition: width 0.6s ease;
5432
+ }
5433
+
5434
+ .progress-striped .progress-bar {
5435
+ 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);
5436
+ 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);
5437
+ background-size: 40px 40px;
5438
+ }
5439
+
5440
+ .progress.active .progress-bar {
5441
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
5442
+ animation: progress-bar-stripes 2s linear infinite;
5443
+ }
5444
+
5445
+ .progress-bar-success {
5446
+ background-color: #5cb85c;
5447
+ }
5448
+
5449
+ .progress-striped .progress-bar-success {
5450
+ 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);
5451
+ 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);
5452
+ }
5453
+
5454
+ .progress-bar-info {
5455
+ background-color: #5bc0de;
5456
+ }
5457
+
5458
+ .progress-striped .progress-bar-info {
5459
+ 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);
5460
+ 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);
5461
+ }
5462
+
5463
+ .progress-bar-warning {
5464
+ background-color: #f0ad4e;
5465
+ }
5466
+
5467
+ .progress-striped .progress-bar-warning {
5468
+ 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);
5469
+ 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);
5470
+ }
5471
+
5472
+ .progress-bar-danger {
5473
+ background-color: #d9534f;
5474
+ }
5475
+
5476
+ .progress-striped .progress-bar-danger {
5477
+ 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);
5478
+ 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);
5479
+ }
5480
+
5481
+ .media,
5482
+ .media-body {
5483
+ overflow: hidden;
5484
+ zoom: 1;
5485
+ }
5486
+
5487
+ .media,
5488
+ .media .media {
5489
+ margin-top: 15px;
5490
+ }
5491
+
5492
+ .media:first-child {
5493
+ margin-top: 0;
5494
+ }
5495
+
5496
+ .media-object {
5497
+ display: block;
5498
+ }
5499
+
5500
+ .media-heading {
5501
+ margin: 0 0 5px;
5502
+ }
5503
+
5504
+ .media > .pull-left {
5505
+ margin-right: 10px;
5506
+ }
5507
+
5508
+ .media > .pull-right {
5509
+ margin-left: 10px;
5510
+ }
5511
+
5512
+ .media-list {
5513
+ padding-left: 0;
5514
+ list-style: none;
5515
+ }
5516
+
5517
+ .list-group {
5518
+ padding-left: 0;
5519
+ margin-bottom: 20px;
5520
+ }
5521
+
5522
+ .list-group-item {
5523
+ position: relative;
5524
+ display: block;
5525
+ padding: 10px 15px;
5526
+ margin-bottom: -1px;
5527
+ background-color: #ffffff;
5528
+ border: 1px solid #dddddd;
5529
+ }
5530
+
5531
+ .list-group-item:first-child {
5532
+ border-top-right-radius: 4px;
5533
+ border-top-left-radius: 4px;
5534
+ }
5535
+
5536
+ .list-group-item:last-child {
5537
+ margin-bottom: 0;
5538
+ border-bottom-right-radius: 4px;
5539
+ border-bottom-left-radius: 4px;
5540
+ }
5541
+
5542
+ .list-group-item > .badge {
5543
+ float: right;
5544
+ }
5545
+
5546
+ .list-group-item > .badge + .badge {
5547
+ margin-right: 5px;
5548
+ }
5549
+
5550
+ a.list-group-item {
5551
+ color: #555555;
5552
+ }
5553
+
5554
+ a.list-group-item .list-group-item-heading {
5555
+ color: #333333;
5556
+ }
5557
+
5558
+ a.list-group-item:hover,
5559
+ a.list-group-item:focus {
5560
+ text-decoration: none;
5561
+ background-color: #f5f5f5;
5562
+ }
5563
+
5564
+ a.list-group-item.active,
5565
+ a.list-group-item.active:hover,
5566
+ a.list-group-item.active:focus {
5567
+ z-index: 2;
5568
+ color: #ffffff;
5569
+ background-color: #428bca;
5570
+ border-color: #428bca;
5571
+ }
5572
+
5573
+ a.list-group-item.active .list-group-item-heading,
5574
+ a.list-group-item.active:hover .list-group-item-heading,
5575
+ a.list-group-item.active:focus .list-group-item-heading {
5576
+ color: inherit;
5577
+ }
5578
+
5579
+ a.list-group-item.active .list-group-item-text,
5580
+ a.list-group-item.active:hover .list-group-item-text,
5581
+ a.list-group-item.active:focus .list-group-item-text {
5582
+ color: #e1edf7;
5583
+ }
5584
+
5585
+ .list-group-item-heading {
5586
+ margin-top: 0;
5587
+ margin-bottom: 5px;
5588
+ }
5589
+
5590
+ .list-group-item-text {
5591
+ margin-bottom: 0;
5592
+ line-height: 1.3;
5593
+ }
5594
+
5595
+ .panel {
5596
+ margin-bottom: 20px;
5597
+ background-color: #ffffff;
5598
+ border: 1px solid transparent;
5599
+ border-radius: 4px;
5600
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5601
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
5602
+ }
5603
+
5604
+ .panel-body {
5605
+ padding: 15px;
5606
+ }
5607
+
5608
+ .panel-body:before,
5609
+ .panel-body:after {
5610
+ display: table;
5611
+ content: " ";
5612
+ }
5613
+
5614
+ .panel-body:after {
5615
+ clear: both;
5616
+ }
5617
+
5618
+ .panel-body:before,
5619
+ .panel-body:after {
5620
+ display: table;
5621
+ content: " ";
5622
+ }
5623
+
5624
+ .panel-body:after {
5625
+ clear: both;
5626
+ }
5627
+
5628
+ .panel > .list-group {
5629
+ margin-bottom: 0;
5630
+ }
5631
+
5632
+ .panel > .list-group .list-group-item {
5633
+ border-width: 1px 0;
5634
+ }
5635
+
5636
+ .panel > .list-group .list-group-item:first-child {
5637
+ border-top-right-radius: 0;
5638
+ border-top-left-radius: 0;
5639
+ }
5640
+
5641
+ .panel > .list-group .list-group-item:last-child {
5642
+ border-bottom: 0;
5643
+ }
5644
+
5645
+ .panel-heading + .list-group .list-group-item:first-child {
5646
+ border-top-width: 0;
5647
+ }
5648
+
5649
+ .panel > .table,
5650
+ .panel > .table-responsive > .table {
5651
+ margin-bottom: 0;
5652
+ }
5653
+
5654
+ .panel > .panel-body + .table,
5655
+ .panel > .panel-body + .table-responsive {
5656
+ border-top: 1px solid #dddddd;
5657
+ }
5658
+
5659
+ .panel > .table > tbody:first-child th,
5660
+ .panel > .table > tbody:first-child td {
5661
+ border-top: 0;
5662
+ }
5663
+
5664
+ .panel > .table-bordered,
5665
+ .panel > .table-responsive > .table-bordered {
5666
+ border: 0;
5667
+ }
5668
+
5669
+ .panel > .table-bordered > thead > tr > th:first-child,
5670
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5671
+ .panel > .table-bordered > tbody > tr > th:first-child,
5672
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5673
+ .panel > .table-bordered > tfoot > tr > th:first-child,
5674
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5675
+ .panel > .table-bordered > thead > tr > td:first-child,
5676
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5677
+ .panel > .table-bordered > tbody > tr > td:first-child,
5678
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5679
+ .panel > .table-bordered > tfoot > tr > td:first-child,
5680
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5681
+ border-left: 0;
5682
+ }
5683
+
5684
+ .panel > .table-bordered > thead > tr > th:last-child,
5685
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5686
+ .panel > .table-bordered > tbody > tr > th:last-child,
5687
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5688
+ .panel > .table-bordered > tfoot > tr > th:last-child,
5689
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5690
+ .panel > .table-bordered > thead > tr > td:last-child,
5691
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5692
+ .panel > .table-bordered > tbody > tr > td:last-child,
5693
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5694
+ .panel > .table-bordered > tfoot > tr > td:last-child,
5695
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5696
+ border-right: 0;
5697
+ }
5698
+
5699
+ .panel > .table-bordered > thead > tr:last-child > th,
5700
+ .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
5701
+ .panel > .table-bordered > tbody > tr:last-child > th,
5702
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5703
+ .panel > .table-bordered > tfoot > tr:last-child > th,
5704
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
5705
+ .panel > .table-bordered > thead > tr:last-child > td,
5706
+ .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
5707
+ .panel > .table-bordered > tbody > tr:last-child > td,
5708
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5709
+ .panel > .table-bordered > tfoot > tr:last-child > td,
5710
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
5711
+ border-bottom: 0;
5712
+ }
5713
+
5714
+ .panel > .table-responsive {
5715
+ margin-bottom: 0;
5716
+ border: 0;
5717
+ }
5718
+
5719
+ .panel-heading {
5720
+ padding: 10px 15px;
5721
+ border-bottom: 1px solid transparent;
5722
+ border-top-right-radius: 3px;
5723
+ border-top-left-radius: 3px;
5724
+ }
5725
+
5726
+ .panel-heading > .dropdown .dropdown-toggle {
5727
+ color: inherit;
5728
+ }
5729
+
5730
+ .panel-title {
5731
+ margin-top: 0;
5732
+ margin-bottom: 0;
5733
+ font-size: 16px;
5734
+ color: inherit;
5735
+ }
5736
+
5737
+ .panel-title > a {
5738
+ color: inherit;
5739
+ }
5740
+
5741
+ .panel-footer {
5742
+ padding: 10px 15px;
5743
+ background-color: #f5f5f5;
5744
+ border-top: 1px solid #dddddd;
5745
+ border-bottom-right-radius: 3px;
5746
+ border-bottom-left-radius: 3px;
5747
+ }
5748
+
5749
+ .panel-group .panel {
5750
+ margin-bottom: 0;
5751
+ overflow: hidden;
5752
+ border-radius: 4px;
5753
+ }
5754
+
5755
+ .panel-group .panel + .panel {
5756
+ margin-top: 5px;
5757
+ }
5758
+
5759
+ .panel-group .panel-heading {
5760
+ border-bottom: 0;
5761
+ }
5762
+
5763
+ .panel-group .panel-heading + .panel-collapse .panel-body {
5764
+ border-top: 1px solid #dddddd;
5765
+ }
5766
+
5767
+ .panel-group .panel-footer {
5768
+ border-top: 0;
5769
+ }
5770
+
5771
+ .panel-group .panel-footer + .panel-collapse .panel-body {
5772
+ border-bottom: 1px solid #dddddd;
5773
+ }
5774
+
5775
+ .panel-default {
5776
+ border-color: #dddddd;
5777
+ }
5778
+
5779
+ .panel-default > .panel-heading {
5780
+ color: #333333;
5781
+ background-color: #f5f5f5;
5782
+ border-color: #dddddd;
5783
+ }
5784
+
5785
+ .panel-default > .panel-heading + .panel-collapse .panel-body {
5786
+ border-top-color: #dddddd;
5787
+ }
5788
+
5789
+ .panel-default > .panel-footer + .panel-collapse .panel-body {
5790
+ border-bottom-color: #dddddd;
5791
+ }
5792
+
5793
+ .panel-primary {
5794
+ border-color: #428bca;
5795
+ }
5796
+
5797
+ .panel-primary > .panel-heading {
5798
+ color: #ffffff;
5799
+ background-color: #428bca;
5800
+ border-color: #428bca;
5801
+ }
5802
+
5803
+ .panel-primary > .panel-heading + .panel-collapse .panel-body {
5804
+ border-top-color: #428bca;
5805
+ }
5806
+
5807
+ .panel-primary > .panel-footer + .panel-collapse .panel-body {
5808
+ border-bottom-color: #428bca;
5809
+ }
5810
+
5811
+ .panel-success {
5812
+ border-color: #d6e9c6;
5813
+ }
5814
+
5815
+ .panel-success > .panel-heading {
5816
+ color: #3c763d;
5817
+ background-color: #dff0d8;
5818
+ border-color: #d6e9c6;
5819
+ }
5820
+
5821
+ .panel-success > .panel-heading + .panel-collapse .panel-body {
5822
+ border-top-color: #d6e9c6;
5823
+ }
5824
+
5825
+ .panel-success > .panel-footer + .panel-collapse .panel-body {
5826
+ border-bottom-color: #d6e9c6;
5827
+ }
5828
+
5829
+ .panel-warning {
5830
+ border-color: #faebcc;
5831
+ }
5832
+
5833
+ .panel-warning > .panel-heading {
5834
+ color: #8a6d3b;
5835
+ background-color: #fcf8e3;
5836
+ border-color: #faebcc;
5837
+ }
5838
+
5839
+ .panel-warning > .panel-heading + .panel-collapse .panel-body {
5840
+ border-top-color: #faebcc;
5841
+ }
5842
+
5843
+ .panel-warning > .panel-footer + .panel-collapse .panel-body {
5844
+ border-bottom-color: #faebcc;
5845
+ }
5846
+
5847
+ .panel-danger {
5848
+ border-color: #ebccd1;
5849
+ }
5850
+
5851
+ .panel-danger > .panel-heading {
5852
+ color: #a94442;
5853
+ background-color: #f2dede;
5854
+ border-color: #ebccd1;
5855
+ }
5856
+
5857
+ .panel-danger > .panel-heading + .panel-collapse .panel-body {
5858
+ border-top-color: #ebccd1;
5859
+ }
5860
+
5861
+ .panel-danger > .panel-footer + .panel-collapse .panel-body {
5862
+ border-bottom-color: #ebccd1;
5863
+ }
5864
+
5865
+ .panel-info {
5866
+ border-color: #bce8f1;
5867
+ }
5868
+
5869
+ .panel-info > .panel-heading {
5870
+ color: #31708f;
5871
+ background-color: #d9edf7;
5872
+ border-color: #bce8f1;
5873
+ }
5874
+
5875
+ .panel-info > .panel-heading + .panel-collapse .panel-body {
5876
+ border-top-color: #bce8f1;
5877
+ }
5878
+
5879
+ .panel-info > .panel-footer + .panel-collapse .panel-body {
5880
+ border-bottom-color: #bce8f1;
5881
+ }
5882
+
5883
+ .well {
5884
+ min-height: 20px;
5885
+ padding: 19px;
5886
+ margin-bottom: 20px;
5887
+ background-color: #f5f5f5;
5888
+ border: 1px solid #e3e3e3;
5889
+ border-radius: 4px;
5890
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5891
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
5892
+ }
5893
+
5894
+ .well blockquote {
5895
+ border-color: #ddd;
5896
+ border-color: rgba(0, 0, 0, 0.15);
5897
+ }
5898
+
5899
+ .well-lg {
5900
+ padding: 24px;
5901
+ border-radius: 6px;
5902
+ }
5903
+
5904
+ .well-sm {
5905
+ padding: 9px;
5906
+ border-radius: 3px;
5907
+ }
5908
+
5909
+ .close {
5910
+ float: right;
5911
+ font-size: 21px;
5912
+ font-weight: bold;
5913
+ line-height: 1;
5914
+ color: #000000;
5915
+ text-shadow: 0 1px 0 #ffffff;
5916
+ opacity: 0.2;
5917
+ filter: alpha(opacity=20);
5918
+ }
5919
+
5920
+ .close:hover,
5921
+ .close:focus {
5922
+ color: #000000;
5923
+ text-decoration: none;
5924
+ cursor: pointer;
5925
+ opacity: 0.5;
5926
+ filter: alpha(opacity=50);
5927
+ }
5928
+
5929
+ button.close {
5930
+ padding: 0;
5931
+ cursor: pointer;
5932
+ background: transparent;
5933
+ border: 0;
5934
+ -webkit-appearance: none;
5935
+ }
5936
+
5937
+ .modal-open {
5938
+ overflow: hidden;
5939
+ }
5940
+
5941
+ .modal {
5942
+ position: fixed;
5943
+ top: 0;
5944
+ right: 0;
5945
+ bottom: 0;
5946
+ left: 0;
5947
+ z-index: 1040;
5948
+ display: none;
5949
+ overflow: auto;
5950
+ overflow-y: scroll;
5951
+ }
5952
+
5953
+ .modal.fade .modal-dialog {
5954
+ -webkit-transform: translate(0, -25%);
5955
+ -ms-transform: translate(0, -25%);
5956
+ transform: translate(0, -25%);
5957
+ -webkit-transition: -webkit-transform 0.3s ease-out;
5958
+ -moz-transition: -moz-transform 0.3s ease-out;
5959
+ -o-transition: -o-transform 0.3s ease-out;
5960
+ transition: transform 0.3s ease-out;
5961
+ }
5962
+
5963
+ .modal.in .modal-dialog {
5964
+ -webkit-transform: translate(0, 0);
5965
+ -ms-transform: translate(0, 0);
5966
+ transform: translate(0, 0);
5967
+ }
5968
+
5969
+ .modal-dialog {
5970
+ position: relative;
5971
+ z-index: 1050;
5972
+ width: auto;
5973
+ margin: 10px;
5974
+ }
5975
+
5976
+ .modal-content {
5977
+ position: relative;
5978
+ background-color: #ffffff;
5979
+ border: 1px solid #999999;
5980
+ border: 1px solid rgba(0, 0, 0, 0.2);
5981
+ border-radius: 6px;
5982
+ outline: none;
5983
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5984
+ box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
5985
+ background-clip: padding-box;
5986
+ }
5987
+
5988
+ .modal-backdrop {
5989
+ position: fixed;
5990
+ top: 0;
5991
+ right: 0;
5992
+ bottom: 0;
5993
+ left: 0;
5994
+ z-index: 1030;
5995
+ background-color: #000000;
5996
+ }
5997
+
5998
+ .modal-backdrop.fade {
5999
+ opacity: 0;
6000
+ filter: alpha(opacity=0);
6001
+ }
6002
+
6003
+ .modal-backdrop.in {
6004
+ opacity: 0.5;
6005
+ filter: alpha(opacity=50);
6006
+ }
6007
+
6008
+ .modal-header {
6009
+ min-height: 16.428571429px;
6010
+ padding: 15px;
6011
+ border-bottom: 1px solid #e5e5e5;
6012
+ }
6013
+
6014
+ .modal-header .close {
6015
+ margin-top: -2px;
6016
+ }
6017
+
6018
+ .modal-title {
6019
+ margin: 0;
6020
+ line-height: 1.428571429;
6021
+ }
6022
+
6023
+ .modal-body {
6024
+ position: relative;
6025
+ padding: 20px;
6026
+ }
6027
+
6028
+ .modal-footer {
6029
+ padding: 19px 20px 20px;
6030
+ margin-top: 15px;
6031
+ text-align: right;
6032
+ border-top: 1px solid #e5e5e5;
6033
+ }
6034
+
6035
+ .modal-footer:before,
6036
+ .modal-footer:after {
6037
+ display: table;
6038
+ content: " ";
6039
+ }
6040
+
6041
+ .modal-footer:after {
6042
+ clear: both;
6043
+ }
6044
+
6045
+ .modal-footer:before,
6046
+ .modal-footer:after {
6047
+ display: table;
6048
+ content: " ";
6049
+ }
6050
+
6051
+ .modal-footer:after {
6052
+ clear: both;
6053
+ }
6054
+
6055
+ .modal-footer .btn + .btn {
6056
+ margin-bottom: 0;
6057
+ margin-left: 5px;
6058
+ }
6059
+
6060
+ .modal-footer .btn-group .btn + .btn {
6061
+ margin-left: -1px;
6062
+ }
6063
+
6064
+ .modal-footer .btn-block + .btn-block {
6065
+ margin-left: 0;
6066
+ }
6067
+
6068
+ @media screen and (min-width: 768px) {
6069
+ .modal-dialog {
6070
+ width: 600px;
6071
+ margin: 30px auto;
6072
+ }
6073
+ .modal-content {
6074
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6075
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
6076
+ }
6077
+ }
6078
+
6079
+ .tooltip {
6080
+ position: absolute;
6081
+ z-index: 1030;
6082
+ display: block;
6083
+ font-size: 12px;
6084
+ line-height: 1.4;
6085
+ //opacity: 0;
6086
+ filter: alpha(opacity=0);
6087
+ visibility: visible;
6088
+ }
6089
+
6090
+ .tooltip.in {
6091
+ opacity: 0.9;
6092
+ filter: alpha(opacity=90);
6093
+ }
6094
+
6095
+ .tooltip.top {
6096
+ padding: 5px 0;
6097
+ margin-top: -3px;
6098
+ }
6099
+
6100
+ .tooltip.right {
6101
+ padding: 0 5px;
6102
+ margin-left: 3px;
6103
+ }
6104
+
6105
+ .tooltip.bottom {
6106
+ padding: 5px 0;
6107
+ margin-top: 3px;
6108
+ }
6109
+
6110
+ .tooltip.left {
6111
+ padding: 0 5px;
6112
+ margin-left: -3px;
6113
+ }
6114
+
6115
+ .tooltip-inner {
6116
+ max-width: 200px;
6117
+ padding: 3px 8px;
6118
+ color: #ffffff;
6119
+ text-align: center;
6120
+ text-decoration: none;
6121
+ background-color: #000000;
6122
+ border-radius: 4px;
6123
+ }
6124
+
6125
+ .tooltip-arrow {
6126
+ position: absolute;
6127
+ width: 0;
6128
+ height: 0;
6129
+ border-color: transparent;
6130
+ border-style: solid;
6131
+ }
6132
+
6133
+ .tooltip.top .tooltip-arrow {
6134
+ bottom: 0;
6135
+ left: 50%;
6136
+ margin-left: -5px;
6137
+ border-top-color: #000000;
6138
+ border-width: 5px 5px 0;
6139
+ }
6140
+
6141
+ .tooltip.top-left .tooltip-arrow {
6142
+ bottom: 0;
6143
+ left: 5px;
6144
+ border-top-color: #000000;
6145
+ border-width: 5px 5px 0;
6146
+ }
6147
+
6148
+ .tooltip.top-right .tooltip-arrow {
6149
+ right: 5px;
6150
+ bottom: 0;
6151
+ border-top-color: #000000;
6152
+ border-width: 5px 5px 0;
6153
+ }
6154
+
6155
+ .tooltip.right .tooltip-arrow {
6156
+ top: 50%;
6157
+ left: 0;
6158
+ margin-top: -5px;
6159
+ border-right-color: #000000;
6160
+ border-width: 5px 5px 5px 0;
6161
+ }
6162
+
6163
+ .tooltip.left .tooltip-arrow {
6164
+ top: 50%;
6165
+ right: 0;
6166
+ margin-top: -5px;
6167
+ border-left-color: #000000;
6168
+ border-width: 5px 0 5px 5px;
6169
+ }
6170
+
6171
+ .tooltip.bottom .tooltip-arrow {
6172
+ top: 0;
6173
+ left: 50%;
6174
+ margin-left: -5px;
6175
+ border-bottom-color: #000000;
6176
+ border-width: 0 5px 5px;
6177
+ }
6178
+
6179
+ .tooltip.bottom-left .tooltip-arrow {
6180
+ top: 0;
6181
+ left: 5px;
6182
+ border-bottom-color: #000000;
6183
+ border-width: 0 5px 5px;
6184
+ }
6185
+
6186
+ .tooltip.bottom-right .tooltip-arrow {
6187
+ top: 0;
6188
+ right: 5px;
6189
+ border-bottom-color: #000000;
6190
+ border-width: 0 5px 5px;
6191
+ }
6192
+
6193
+ .popover {
6194
+ position: absolute;
6195
+ top: 0;
6196
+ left: 0;
6197
+ z-index: 1010;
6198
+ display: none;
6199
+ max-width: 276px;
6200
+ padding: 1px;
6201
+ text-align: left;
6202
+ white-space: normal;
6203
+ background-color: #ffffff;
6204
+ border: 1px solid #cccccc;
6205
+ border: 1px solid rgba(0, 0, 0, 0.2);
6206
+ border-radius: 6px;
6207
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6208
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
6209
+ background-clip: padding-box;
6210
+ }
6211
+
6212
+ .popover.top {
6213
+ margin-top: -10px;
6214
+ }
6215
+
6216
+ .popover.right {
6217
+ margin-left: 10px;
6218
+ }
6219
+
6220
+ .popover.bottom {
6221
+ margin-top: 10px;
6222
+ }
6223
+
6224
+ .popover.left {
6225
+ margin-left: -10px;
6226
+ }
6227
+
6228
+ .popover-title {
6229
+ padding: 8px 14px;
6230
+ margin: 0;
6231
+ font-size: 14px;
6232
+ font-weight: normal;
6233
+ line-height: 18px;
6234
+ background-color: #f7f7f7;
6235
+ border-bottom: 1px solid #ebebeb;
6236
+ border-radius: 5px 5px 0 0;
6237
+ }
6238
+
6239
+ .popover-content {
6240
+ padding: 9px 14px;
6241
+ }
6242
+
6243
+ .popover .arrow,
6244
+ .popover .arrow:after {
6245
+ position: absolute;
6246
+ display: block;
6247
+ width: 0;
6248
+ height: 0;
6249
+ border-color: transparent;
6250
+ border-style: solid;
6251
+ }
6252
+
6253
+ .popover .arrow {
6254
+ border-width: 11px;
6255
+ }
6256
+
6257
+ .popover .arrow:after {
6258
+ border-width: 10px;
6259
+ content: "";
6260
+ }
6261
+
6262
+ .popover.top .arrow {
6263
+ bottom: -11px;
6264
+ left: 50%;
6265
+ margin-left: -11px;
6266
+ border-top-color: #999999;
6267
+ border-top-color: rgba(0, 0, 0, 0.25);
6268
+ border-bottom-width: 0;
6269
+ }
6270
+
6271
+ .popover.top .arrow:after {
6272
+ bottom: 1px;
6273
+ margin-left: -10px;
6274
+ border-top-color: #ffffff;
6275
+ border-bottom-width: 0;
6276
+ content: " ";
6277
+ }
6278
+
6279
+ .popover.right .arrow {
6280
+ top: 50%;
6281
+ left: -11px;
6282
+ margin-top: -11px;
6283
+ border-right-color: #999999;
6284
+ border-right-color: rgba(0, 0, 0, 0.25);
6285
+ border-left-width: 0;
6286
+ }
6287
+
6288
+ .popover.right .arrow:after {
6289
+ bottom: -10px;
6290
+ left: 1px;
6291
+ border-right-color: #ffffff;
6292
+ border-left-width: 0;
6293
+ content: " ";
6294
+ }
6295
+
6296
+ .popover.bottom .arrow {
6297
+ top: -11px;
6298
+ left: 50%;
6299
+ margin-left: -11px;
6300
+ border-bottom-color: #999999;
6301
+ border-bottom-color: rgba(0, 0, 0, 0.25);
6302
+ border-top-width: 0;
6303
+ }
6304
+
6305
+ .popover.bottom .arrow:after {
6306
+ top: 1px;
6307
+ margin-left: -10px;
6308
+ border-bottom-color: #ffffff;
6309
+ border-top-width: 0;
6310
+ content: " ";
6311
+ }
6312
+
6313
+ .popover.left .arrow {
6314
+ top: 50%;
6315
+ right: -11px;
6316
+ margin-top: -11px;
6317
+ border-left-color: #999999;
6318
+ border-left-color: rgba(0, 0, 0, 0.25);
6319
+ border-right-width: 0;
6320
+ }
6321
+
6322
+ .popover.left .arrow:after {
6323
+ right: 1px;
6324
+ bottom: -10px;
6325
+ border-left-color: #ffffff;
6326
+ border-right-width: 0;
6327
+ content: " ";
6328
+ }
6329
+
6330
+ .carousel {
6331
+ position: relative;
6332
+ }
6333
+
6334
+ .carousel-inner {
6335
+ position: relative;
6336
+ width: 100%;
6337
+ overflow: hidden;
6338
+ }
6339
+
6340
+ .carousel-inner > .item {
6341
+ position: relative;
6342
+ display: none;
6343
+ -webkit-transition: 0.6s ease-in-out left;
6344
+ transition: 0.6s ease-in-out left;
6345
+ }
6346
+
6347
+ .carousel-inner > .item > img,
6348
+ .carousel-inner > .item > a > img {
6349
+ display: block;
6350
+ height: auto;
6351
+ max-width: 100%;
6352
+ line-height: 1;
6353
+ }
6354
+
6355
+ .carousel-inner > .active,
6356
+ .carousel-inner > .next,
6357
+ .carousel-inner > .prev {
6358
+ display: block;
6359
+ }
6360
+
6361
+ .carousel-inner > .active {
6362
+ left: 0;
6363
+ }
6364
+
6365
+ .carousel-inner > .next,
6366
+ .carousel-inner > .prev {
6367
+ position: absolute;
6368
+ top: 0;
6369
+ width: 100%;
6370
+ }
6371
+
6372
+ .carousel-inner > .next {
6373
+ left: 100%;
6374
+ }
6375
+
6376
+ .carousel-inner > .prev {
6377
+ left: -100%;
6378
+ }
6379
+
6380
+ .carousel-inner > .next.left,
6381
+ .carousel-inner > .prev.right {
6382
+ left: 0;
6383
+ }
6384
+
6385
+ .carousel-inner > .active.left {
6386
+ left: -100%;
6387
+ }
6388
+
6389
+ .carousel-inner > .active.right {
6390
+ left: 100%;
6391
+ }
6392
+
6393
+ .carousel-control {
6394
+ position: absolute;
6395
+ top: 0;
6396
+ bottom: 0;
6397
+ left: 0;
6398
+ width: 15%;
6399
+ font-size: 20px;
6400
+ color: #ffffff;
6401
+ text-align: center;
6402
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6403
+ opacity: 0.5;
6404
+ filter: alpha(opacity=50);
6405
+ }
6406
+
6407
+ .carousel-control.left {
6408
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
6409
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
6410
+ background-repeat: repeat-x;
6411
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
6412
+ }
6413
+
6414
+ .carousel-control.right {
6415
+ right: 0;
6416
+ left: auto;
6417
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
6418
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
6419
+ background-repeat: repeat-x;
6420
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
6421
+ }
6422
+
6423
+ .carousel-control:hover,
6424
+ .carousel-control:focus {
6425
+ color: #ffffff;
6426
+ text-decoration: none;
6427
+ outline: none;
6428
+ opacity: 0.9;
6429
+ filter: alpha(opacity=90);
6430
+ }
6431
+
6432
+ .carousel-control .icon-prev,
6433
+ .carousel-control .icon-next,
6434
+ .carousel-control .glyphicon-chevron-left,
6435
+ .carousel-control .glyphicon-chevron-right {
6436
+ position: absolute;
6437
+ top: 50%;
6438
+ z-index: 5;
6439
+ display: inline-block;
6440
+ }
6441
+
6442
+ .carousel-control .icon-prev,
6443
+ .carousel-control .glyphicon-chevron-left {
6444
+ left: 50%;
6445
+ }
6446
+
6447
+ .carousel-control .icon-next,
6448
+ .carousel-control .glyphicon-chevron-right {
6449
+ right: 50%;
6450
+ }
6451
+
6452
+ .carousel-control .icon-prev,
6453
+ .carousel-control .icon-next {
6454
+ width: 20px;
6455
+ height: 20px;
6456
+ margin-top: -10px;
6457
+ margin-left: -10px;
6458
+ font-family: serif;
6459
+ }
6460
+
6461
+ .carousel-control .icon-prev:before {
6462
+ content: '\2039';
6463
+ }
6464
+
6465
+ .carousel-control .icon-next:before {
6466
+ content: '\203a';
6467
+ }
6468
+
6469
+ .carousel-indicators {
6470
+ position: absolute;
6471
+ bottom: 10px;
6472
+ left: 50%;
6473
+ z-index: 15;
6474
+ width: 60%;
6475
+ padding-left: 0;
6476
+ margin-left: -30%;
6477
+ text-align: center;
6478
+ list-style: none;
6479
+ }
6480
+
6481
+ .carousel-indicators li {
6482
+ display: inline-block;
6483
+ width: 10px;
6484
+ height: 10px;
6485
+ margin: 1px;
6486
+ text-indent: -999px;
6487
+ cursor: pointer;
6488
+ background-color: #000 \9;
6489
+ background-color: rgba(0, 0, 0, 0);
6490
+ border: 1px solid #ffffff;
6491
+ border-radius: 10px;
6492
+ }
6493
+
6494
+ .carousel-indicators .active {
6495
+ width: 12px;
6496
+ height: 12px;
6497
+ margin: 0;
6498
+ background-color: #ffffff;
6499
+ }
6500
+
6501
+ .carousel-caption {
6502
+ position: absolute;
6503
+ right: 15%;
6504
+ bottom: 20px;
6505
+ left: 15%;
6506
+ z-index: 10;
6507
+ padding-top: 20px;
6508
+ padding-bottom: 20px;
6509
+ color: #ffffff;
6510
+ text-align: center;
6511
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
6512
+ }
6513
+
6514
+ .carousel-caption .btn {
6515
+ text-shadow: none;
6516
+ }
6517
+
6518
+ @media screen and (min-width: 768px) {
6519
+ .carousel-control .glyphicons-chevron-left,
6520
+ .carousel-control .glyphicons-chevron-right,
6521
+ .carousel-control .icon-prev,
6522
+ .carousel-control .icon-next {
6523
+ width: 30px;
6524
+ height: 30px;
6525
+ margin-top: -15px;
6526
+ margin-left: -15px;
6527
+ font-size: 30px;
6528
+ }
6529
+ .carousel-caption {
6530
+ right: 20%;
6531
+ left: 20%;
6532
+ padding-bottom: 30px;
6533
+ }
6534
+ .carousel-indicators {
6535
+ bottom: 20px;
6536
+ }
6537
+ }
6538
+
6539
+ .clearfix:before,
6540
+ .clearfix:after {
6541
+ display: table;
6542
+ content: " ";
6543
+ }
6544
+
6545
+ .clearfix:after {
6546
+ clear: both;
6547
+ }
6548
+
6549
+ .center-block {
6550
+ display: block;
6551
+ margin-right: auto;
6552
+ margin-left: auto;
6553
+ }
6554
+
6555
+ .pull-right {
6556
+ float: right !important;
6557
+ }
6558
+
6559
+ .pull-left {
6560
+ float: left !important;
6561
+ }
6562
+
6563
+ .hide {
6564
+ display: none !important;
6565
+ }
6566
+
6567
+ .show {
6568
+ display: block !important;
6569
+ }
6570
+
6571
+ .invisible {
6572
+ visibility: hidden;
6573
+ }
6574
+
6575
+ .text-hide {
6576
+ font: 0/0 a;
6577
+ color: transparent;
6578
+ text-shadow: none;
6579
+ background-color: transparent;
6580
+ border: 0;
6581
+ }
6582
+
6583
+ .hidden {
6584
+ display: none !important;
6585
+ visibility: hidden !important;
6586
+ }
6587
+
6588
+ .affix {
6589
+ position: fixed;
6590
+ }
6591
+
6592
+ @-ms-viewport {
6593
+ width: device-width;
6594
+ }
6595
+
6596
+ .visible-xs,
6597
+ tr.visible-xs,
6598
+ th.visible-xs,
6599
+ td.visible-xs {
6600
+ display: none !important;
6601
+ }
6602
+
6603
+ @media (max-width: 767px) {
6604
+ .visible-xs {
6605
+ display: block !important;
6606
+ }
6607
+ table.visible-xs {
6608
+ display: table;
6609
+ }
6610
+ tr.visible-xs {
6611
+ display: table-row !important;
6612
+ }
6613
+ th.visible-xs,
6614
+ td.visible-xs {
6615
+ display: table-cell !important;
6616
+ }
6617
+ }
6618
+
6619
+ @media (min-width: 768px) and (max-width: 991px) {
6620
+ .visible-xs.visible-sm {
6621
+ display: block !important;
6622
+ }
6623
+ table.visible-xs.visible-sm {
6624
+ display: table;
6625
+ }
6626
+ tr.visible-xs.visible-sm {
6627
+ display: table-row !important;
6628
+ }
6629
+ th.visible-xs.visible-sm,
6630
+ td.visible-xs.visible-sm {
6631
+ display: table-cell !important;
6632
+ }
6633
+ }
6634
+
6635
+ @media (min-width: 992px) and (max-width: 1199px) {
6636
+ .visible-xs.visible-md {
6637
+ display: block !important;
6638
+ }
6639
+ table.visible-xs.visible-md {
6640
+ display: table;
6641
+ }
6642
+ tr.visible-xs.visible-md {
6643
+ display: table-row !important;
6644
+ }
6645
+ th.visible-xs.visible-md,
6646
+ td.visible-xs.visible-md {
6647
+ display: table-cell !important;
6648
+ }
6649
+ }
6650
+
6651
+ @media (min-width: 1200px) {
6652
+ .visible-xs.visible-lg {
6653
+ display: block !important;
6654
+ }
6655
+ table.visible-xs.visible-lg {
6656
+ display: table;
6657
+ }
6658
+ tr.visible-xs.visible-lg {
6659
+ display: table-row !important;
6660
+ }
6661
+ th.visible-xs.visible-lg,
6662
+ td.visible-xs.visible-lg {
6663
+ display: table-cell !important;
6664
+ }
6665
+ }
6666
+
6667
+ .visible-sm,
6668
+ tr.visible-sm,
6669
+ th.visible-sm,
6670
+ td.visible-sm {
6671
+ display: none !important;
6672
+ }
6673
+
6674
+ @media (max-width: 767px) {
6675
+ .visible-sm.visible-xs {
6676
+ display: block !important;
6677
+ }
6678
+ table.visible-sm.visible-xs {
6679
+ display: table;
6680
+ }
6681
+ tr.visible-sm.visible-xs {
6682
+ display: table-row !important;
6683
+ }
6684
+ th.visible-sm.visible-xs,
6685
+ td.visible-sm.visible-xs {
6686
+ display: table-cell !important;
6687
+ }
6688
+ }
6689
+
6690
+ @media (min-width: 768px) and (max-width: 991px) {
6691
+ .visible-sm {
6692
+ display: block !important;
6693
+ }
6694
+ table.visible-sm {
6695
+ display: table;
6696
+ }
6697
+ tr.visible-sm {
6698
+ display: table-row !important;
6699
+ }
6700
+ th.visible-sm,
6701
+ td.visible-sm {
6702
+ display: table-cell !important;
6703
+ }
6704
+ }
6705
+
6706
+ @media (min-width: 992px) and (max-width: 1199px) {
6707
+ .visible-sm.visible-md {
6708
+ display: block !important;
6709
+ }
6710
+ table.visible-sm.visible-md {
6711
+ display: table;
6712
+ }
6713
+ tr.visible-sm.visible-md {
6714
+ display: table-row !important;
6715
+ }
6716
+ th.visible-sm.visible-md,
6717
+ td.visible-sm.visible-md {
6718
+ display: table-cell !important;
6719
+ }
6720
+ }
6721
+
6722
+ @media (min-width: 1200px) {
6723
+ .visible-sm.visible-lg {
6724
+ display: block !important;
6725
+ }
6726
+ table.visible-sm.visible-lg {
6727
+ display: table;
6728
+ }
6729
+ tr.visible-sm.visible-lg {
6730
+ display: table-row !important;
6731
+ }
6732
+ th.visible-sm.visible-lg,
6733
+ td.visible-sm.visible-lg {
6734
+ display: table-cell !important;
6735
+ }
6736
+ }
6737
+
6738
+ .visible-md,
6739
+ tr.visible-md,
6740
+ th.visible-md,
6741
+ td.visible-md {
6742
+ display: none !important;
6743
+ }
6744
+
6745
+ @media (max-width: 767px) {
6746
+ .visible-md.visible-xs {
6747
+ display: block !important;
6748
+ }
6749
+ table.visible-md.visible-xs {
6750
+ display: table;
6751
+ }
6752
+ tr.visible-md.visible-xs {
6753
+ display: table-row !important;
6754
+ }
6755
+ th.visible-md.visible-xs,
6756
+ td.visible-md.visible-xs {
6757
+ display: table-cell !important;
6758
+ }
6759
+ }
6760
+
6761
+ @media (min-width: 768px) and (max-width: 991px) {
6762
+ .visible-md.visible-sm {
6763
+ display: block !important;
6764
+ }
6765
+ table.visible-md.visible-sm {
6766
+ display: table;
6767
+ }
6768
+ tr.visible-md.visible-sm {
6769
+ display: table-row !important;
6770
+ }
6771
+ th.visible-md.visible-sm,
6772
+ td.visible-md.visible-sm {
6773
+ display: table-cell !important;
6774
+ }
6775
+ }
6776
+
6777
+ @media (min-width: 992px) and (max-width: 1199px) {
6778
+ .visible-md {
6779
+ display: block !important;
6780
+ }
6781
+ table.visible-md {
6782
+ display: table;
6783
+ }
6784
+ tr.visible-md {
6785
+ display: table-row !important;
6786
+ }
6787
+ th.visible-md,
6788
+ td.visible-md {
6789
+ display: table-cell !important;
6790
+ }
6791
+ }
6792
+
6793
+ @media (min-width: 1200px) {
6794
+ .visible-md.visible-lg {
6795
+ display: block !important;
6796
+ }
6797
+ table.visible-md.visible-lg {
6798
+ display: table;
6799
+ }
6800
+ tr.visible-md.visible-lg {
6801
+ display: table-row !important;
6802
+ }
6803
+ th.visible-md.visible-lg,
6804
+ td.visible-md.visible-lg {
6805
+ display: table-cell !important;
6806
+ }
6807
+ }
6808
+
6809
+ .visible-lg,
6810
+ tr.visible-lg,
6811
+ th.visible-lg,
6812
+ td.visible-lg {
6813
+ display: none !important;
6814
+ }
6815
+
6816
+ @media (max-width: 767px) {
6817
+ .visible-lg.visible-xs {
6818
+ display: block !important;
6819
+ }
6820
+ table.visible-lg.visible-xs {
6821
+ display: table;
6822
+ }
6823
+ tr.visible-lg.visible-xs {
6824
+ display: table-row !important;
6825
+ }
6826
+ th.visible-lg.visible-xs,
6827
+ td.visible-lg.visible-xs {
6828
+ display: table-cell !important;
6829
+ }
6830
+ }
6831
+
6832
+ @media (min-width: 768px) and (max-width: 991px) {
6833
+ .visible-lg.visible-sm {
6834
+ display: block !important;
6835
+ }
6836
+ table.visible-lg.visible-sm {
6837
+ display: table;
6838
+ }
6839
+ tr.visible-lg.visible-sm {
6840
+ display: table-row !important;
6841
+ }
6842
+ th.visible-lg.visible-sm,
6843
+ td.visible-lg.visible-sm {
6844
+ display: table-cell !important;
6845
+ }
6846
+ }
6847
+
6848
+ @media (min-width: 992px) and (max-width: 1199px) {
6849
+ .visible-lg.visible-md {
6850
+ display: block !important;
6851
+ }
6852
+ table.visible-lg.visible-md {
6853
+ display: table;
6854
+ }
6855
+ tr.visible-lg.visible-md {
6856
+ display: table-row !important;
6857
+ }
6858
+ th.visible-lg.visible-md,
6859
+ td.visible-lg.visible-md {
6860
+ display: table-cell !important;
6861
+ }
6862
+ }
6863
+
6864
+ @media (min-width: 1200px) {
6865
+ .visible-lg {
6866
+ display: block !important;
6867
+ }
6868
+ table.visible-lg {
6869
+ display: table;
6870
+ }
6871
+ tr.visible-lg {
6872
+ display: table-row !important;
6873
+ }
6874
+ th.visible-lg,
6875
+ td.visible-lg {
6876
+ display: table-cell !important;
6877
+ }
6878
+ }
6879
+
6880
+ .hidden-xs {
6881
+ display: block !important;
6882
+ }
6883
+
6884
+ table.hidden-xs {
6885
+ display: table;
6886
+ }
6887
+
6888
+ tr.hidden-xs {
6889
+ display: table-row !important;
6890
+ }
6891
+
6892
+ th.hidden-xs,
6893
+ td.hidden-xs {
6894
+ display: table-cell !important;
6895
+ }
6896
+
6897
+ @media (max-width: 767px) {
6898
+ .hidden-xs,
6899
+ tr.hidden-xs,
6900
+ th.hidden-xs,
6901
+ td.hidden-xs {
6902
+ display: none !important;
6903
+ }
6904
+ }
6905
+
6906
+ @media (min-width: 768px) and (max-width: 991px) {
6907
+ .hidden-xs.hidden-sm,
6908
+ tr.hidden-xs.hidden-sm,
6909
+ th.hidden-xs.hidden-sm,
6910
+ td.hidden-xs.hidden-sm {
6911
+ display: none !important;
6912
+ }
6913
+ }
6914
+
6915
+ @media (min-width: 992px) and (max-width: 1199px) {
6916
+ .hidden-xs.hidden-md,
6917
+ tr.hidden-xs.hidden-md,
6918
+ th.hidden-xs.hidden-md,
6919
+ td.hidden-xs.hidden-md {
6920
+ display: none !important;
6921
+ }
6922
+ }
6923
+
6924
+ @media (min-width: 1200px) {
6925
+ .hidden-xs.hidden-lg,
6926
+ tr.hidden-xs.hidden-lg,
6927
+ th.hidden-xs.hidden-lg,
6928
+ td.hidden-xs.hidden-lg {
6929
+ display: none !important;
6930
+ }
6931
+ }
6932
+
6933
+ .hidden-sm {
6934
+ display: block !important;
6935
+ }
6936
+
6937
+ table.hidden-sm {
6938
+ display: table;
6939
+ }
6940
+
6941
+ tr.hidden-sm {
6942
+ display: table-row !important;
6943
+ }
6944
+
6945
+ th.hidden-sm,
6946
+ td.hidden-sm {
6947
+ display: table-cell !important;
6948
+ }
6949
+
6950
+ @media (max-width: 767px) {
6951
+ .hidden-sm.hidden-xs,
6952
+ tr.hidden-sm.hidden-xs,
6953
+ th.hidden-sm.hidden-xs,
6954
+ td.hidden-sm.hidden-xs {
6955
+ display: none !important;
6956
+ }
6957
+ }
6958
+
6959
+ @media (min-width: 768px) and (max-width: 991px) {
6960
+ .hidden-sm,
6961
+ tr.hidden-sm,
6962
+ th.hidden-sm,
6963
+ td.hidden-sm {
6964
+ display: none !important;
6965
+ }
6966
+ }
6967
+
6968
+ @media (min-width: 992px) and (max-width: 1199px) {
6969
+ .hidden-sm.hidden-md,
6970
+ tr.hidden-sm.hidden-md,
6971
+ th.hidden-sm.hidden-md,
6972
+ td.hidden-sm.hidden-md {
6973
+ display: none !important;
6974
+ }
6975
+ }
6976
+
6977
+ @media (min-width: 1200px) {
6978
+ .hidden-sm.hidden-lg,
6979
+ tr.hidden-sm.hidden-lg,
6980
+ th.hidden-sm.hidden-lg,
6981
+ td.hidden-sm.hidden-lg {
6982
+ display: none !important;
6983
+ }
6984
+ }
6985
+
6986
+ .hidden-md {
6987
+ display: block !important;
6988
+ }
6989
+
6990
+ table.hidden-md {
6991
+ display: table;
6992
+ }
6993
+
6994
+ tr.hidden-md {
6995
+ display: table-row !important;
6996
+ }
6997
+
6998
+ th.hidden-md,
6999
+ td.hidden-md {
7000
+ display: table-cell !important;
7001
+ }
7002
+
7003
+ @media (max-width: 767px) {
7004
+ .hidden-md.hidden-xs,
7005
+ tr.hidden-md.hidden-xs,
7006
+ th.hidden-md.hidden-xs,
7007
+ td.hidden-md.hidden-xs {
7008
+ display: none !important;
7009
+ }
7010
+ }
7011
+
7012
+ @media (min-width: 768px) and (max-width: 991px) {
7013
+ .hidden-md.hidden-sm,
7014
+ tr.hidden-md.hidden-sm,
7015
+ th.hidden-md.hidden-sm,
7016
+ td.hidden-md.hidden-sm {
7017
+ display: none !important;
7018
+ }
7019
+ }
7020
+
7021
+ @media (min-width: 992px) and (max-width: 1199px) {
7022
+ .hidden-md,
7023
+ tr.hidden-md,
7024
+ th.hidden-md,
7025
+ td.hidden-md {
7026
+ display: none !important;
7027
+ }
7028
+ }
7029
+
7030
+ @media (min-width: 1200px) {
7031
+ .hidden-md.hidden-lg,
7032
+ tr.hidden-md.hidden-lg,
7033
+ th.hidden-md.hidden-lg,
7034
+ td.hidden-md.hidden-lg {
7035
+ display: none !important;
7036
+ }
7037
+ }
7038
+
7039
+ .hidden-lg {
7040
+ display: block !important;
7041
+ }
7042
+
7043
+ table.hidden-lg {
7044
+ display: table;
7045
+ }
7046
+
7047
+ tr.hidden-lg {
7048
+ display: table-row !important;
7049
+ }
7050
+
7051
+ th.hidden-lg,
7052
+ td.hidden-lg {
7053
+ display: table-cell !important;
7054
+ }
7055
+
7056
+ @media (max-width: 767px) {
7057
+ .hidden-lg.hidden-xs,
7058
+ tr.hidden-lg.hidden-xs,
7059
+ th.hidden-lg.hidden-xs,
7060
+ td.hidden-lg.hidden-xs {
7061
+ display: none !important;
7062
+ }
7063
+ }
7064
+
7065
+ @media (min-width: 768px) and (max-width: 991px) {
7066
+ .hidden-lg.hidden-sm,
7067
+ tr.hidden-lg.hidden-sm,
7068
+ th.hidden-lg.hidden-sm,
7069
+ td.hidden-lg.hidden-sm {
7070
+ display: none !important;
7071
+ }
7072
+ }
7073
+
7074
+ @media (min-width: 992px) and (max-width: 1199px) {
7075
+ .hidden-lg.hidden-md,
7076
+ tr.hidden-lg.hidden-md,
7077
+ th.hidden-lg.hidden-md,
7078
+ td.hidden-lg.hidden-md {
7079
+ display: none !important;
7080
+ }
7081
+ }
7082
+
7083
+ @media (min-width: 1200px) {
7084
+ .hidden-lg,
7085
+ tr.hidden-lg,
7086
+ th.hidden-lg,
7087
+ td.hidden-lg {
7088
+ display: none !important;
7089
+ }
7090
+ }
7091
+
7092
+ .visible-print,
7093
+ tr.visible-print,
7094
+ th.visible-print,
7095
+ td.visible-print {
7096
+ display: none !important;
7097
+ }
7098
+
7099
+ @media print {
7100
+ .visible-print {
7101
+ display: block !important;
7102
+ }
7103
+ table.visible-print {
7104
+ display: table;
7105
+ }
7106
+ tr.visible-print {
7107
+ display: table-row !important;
7108
+ }
7109
+ th.visible-print,
7110
+ td.visible-print {
7111
+ display: table-cell !important;
7112
+ }
7113
+ .hidden-print,
7114
+ tr.hidden-print,
7115
+ th.hidden-print,
7116
+ td.hidden-print {
7117
+ display: none !important;
7118
+ }
7119
+ }
7120
+
7121
+ .nav {
7122
+ padding-left: 0;
7123
+ margin-bottom: 0;
7124
+ list-style: none;
7125
+ }
7126
+
7127
+ .nav:before,
7128
+ .nav:after {
7129
+ display: table;
7130
+ content: " ";
7131
+ }
7132
+
7133
+ .nav:after {
7134
+ clear: both;
7135
+ }
7136
+
7137
+ .nav:before,
7138
+ .nav:after {
7139
+ display: table;
7140
+ content: " ";
7141
+ }
7142
+
7143
+ .nav:after {
7144
+ clear: both;
7145
+ }
7146
+
7147
+ .nav > li {
7148
+ position: relative;
7149
+ display: block;
7150
+ }
7151
+
7152
+ .nav > li > a {
7153
+ position: relative;
7154
+ display: block;
7155
+ padding: 10px 15px;
7156
+ text-decoration: none;
7157
+ }
7158
+
7159
+ .nav > li > a:hover,
7160
+ .nav > li > a:focus {
7161
+ text-decoration: none;
7162
+ background-color: #eeeeee;
7163
+ }
7164
+
7165
+ .nav > li.disabled > a {
7166
+ color: #999999;
7167
+ }
7168
+
7169
+ .nav > li.disabled > a:hover,
7170
+ .nav > li.disabled > a:focus {
7171
+ color: #999999;
7172
+ text-decoration: none;
7173
+ cursor: not-allowed;
7174
+ background-color: transparent;
7175
+ }
7176
+
7177
+ .nav .open > a,
7178
+ .nav .open > a:hover,
7179
+ .nav .open > a:focus {
7180
+ background-color: #eeeeee;
7181
+ border-color: #428bca;
7182
+ }
7183
+
7184
+ .nav .nav-divider {
7185
+ height: 1px;
7186
+ margin: 9px 0;
7187
+ overflow: hidden;
7188
+ background-color: #e5e5e5;
7189
+ }
7190
+
7191
+ .nav > li > a > img {
7192
+ max-width: none;
7193
+ }
7194
+
7195
+ .nav-tabs {
7196
+ border-bottom: 1px solid #dddddd;
7197
+ }
7198
+
7199
+ .nav-tabs > li {
7200
+ float: left;
7201
+ margin-bottom: -1px;
7202
+ }
7203
+
7204
+ .nav-tabs > li > a {
7205
+ border: 1px solid transparent;
7206
+ background-color: #F9F9F9;
7207
+ border-color: #C5D0DC;
7208
+ border-radius: 0 0 0 0 !important;
7209
+ color: #999999;
7210
+ line-height: 16px;
7211
+ margin-right: -1px;
7212
+ position: relative;
7213
+ z-index: 11;
7214
+ }
7215
+
7216
+ .nav-tabs > li > a:hover {
7217
+ color:#4C8FBD;
7218
+ background-color: #FFFFFF;
7219
+ border-color: #C5D0DC;
7220
+ }
7221
+
7222
+ .nav-tabs > li.active > a,
7223
+ .nav-tabs > li.active > a:hover,
7224
+ .nav-tabs > li.active > a:focus {
7225
+ background-color: #FFFFFF;
7226
+ border-color: #4C8FBD #C5D0DC transparent;
7227
+ border-top: 2px solid #4C8FBD;
7228
+ box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
7229
+ color: #576373;
7230
+ line-height: 16px;
7231
+ margin-top: -1px;
7232
+ z-index: 12;
7233
+ }
7234
+
7235
+ /** Pagination starts here **/
7236
+ .pagination {
7237
+ display: inline-block;
7238
+ padding-left: 0;
7239
+ /*margin: 20px 0;*/
7240
+ border-radius: 4px;
7241
+ }
7242
+ .pagination > li {
7243
+ display: inline;
7244
+ }
7245
+ .pagination > li > a,
7246
+ .pagination > li > span {
7247
+ position: relative;
7248
+ float: none;
7249
+ padding: 6px 12px;
7250
+ line-height: 1.428571429;
7251
+ text-decoration: none;
7252
+ background-color: #ffffff;
7253
+ border: 1px solid #dddddd;
7254
+ margin-left: -1px;
7255
+ }
7256
+ .pagination > li:first-child > a,
7257
+ .pagination > li:first-child > span {
7258
+ margin-left: 0;
7259
+ border-bottom-left-radius: 4px;
7260
+ border-top-left-radius: 4px;
7261
+ }
7262
+ .pagination > li:last-child > a,
7263
+ .pagination > li:last-child > span {
7264
+ border-bottom-right-radius: 4px;
7265
+ border-top-right-radius: 4px;
7266
+ }
7267
+ .pagination > li > a:hover,
7268
+ .pagination > li > span:hover,
7269
+ .pagination > li > a:focus,
7270
+ .pagination > li > span:focus {
7271
+ background-color: #eeeeee;
7272
+ }
7273
+ .pagination > .active > a,
7274
+ .pagination > .active > span,
7275
+ .pagination > .active > a:hover,
7276
+ .pagination > .active > span:hover,
7277
+ .pagination > .active > a:focus,
7278
+ .pagination > .active > span:focus {
7279
+ z-index: 2;
7280
+ color: #ffffff;
7281
+ background-color: #428bca;
7282
+ border-color: #428bca;
7283
+ cursor: default;
7284
+ }
7285
+ .pagination > .disabled > span,
7286
+ .pagination > .disabled > span:hover,
7287
+ .pagination > .disabled > span:focus,
7288
+ .pagination > .disabled > a,
7289
+ .pagination > .disabled > a:hover,
7290
+ .pagination > .disabled > a:focus {
7291
+ color: #999999;
7292
+ background-color: #ffffff;
7293
+ border-color: #dddddd;
7294
+ cursor: not-allowed;
7295
+ }
7296
+ .pagination-lg > li > a,
7297
+ .pagination-lg > li > span {
7298
+ font-size: 18px;
7299
+ }
7300
+ .pagination-lg > li:first-child > a,
7301
+ .pagination-lg > li:first-child > span {
7302
+ border-bottom-left-radius: 6px;
7303
+ border-top-left-radius: 6px;
7304
+ }
7305
+ .pagination-lg > li:last-child > a,
7306
+ .pagination-lg > li:last-child > span {
7307
+ border-bottom-right-radius: 6px;
7308
+ border-top-right-radius: 6px;
7309
+ }
7310
+ .pagination-sm > li > a,
7311
+ .pagination-sm > li > span {
7312
+ padding: 5px 10px;
7313
+ font-size: 12px;
7314
+ }
7315
+ .pagination-sm > li:first-child > a,
7316
+ .pagination-sm > li:first-child > span {
7317
+ border-bottom-left-radius: 3px;
7318
+ border-top-left-radius: 3px;
7319
+ }
7320
+ .pagination-sm > li:last-child > a,
7321
+ .pagination-sm > li:last-child > span {
7322
+ border-bottom-right-radius: 3px;
7323
+ border-top-right-radius: 3px;
7324
+ }
7325
+ /** Pagination ends here */
css/bootstrap.min.css ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.0.0
3
+ *
4
+ * Copyright 2013 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world by @mdo and @fat.
9
+ *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}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}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-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-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-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}}@-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{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-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-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{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: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-size:40px 40px}.progress.active .progress-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}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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: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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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: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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{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: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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{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: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)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-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)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
css/custom-style.css DELETED
@@ -1,505 +0,0 @@
1
- /*********************************************************************************
2
- * WordPress ultimate CSV Importer is a Tool for importing CSV for the Wordpress
3
- * plugin developed by Smackcoder. Copyright (C) 2013 Smackcoders.
4
- *
5
- * WordPress ultimate CSV Importer is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU Affero General Public License version 3 as
7
- * published by the Free Software Foundation with the addition of the following
8
- * permission added to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE
9
- * COVERED WORK IN WHICH THE COPYRIGHT IS OWNED BY WordPress ultimate CSV Importer,
10
- * WordPress ultimate CSV Importer DISCLAIMS THE WARRANTY OF NON INFRINGEMENT OF THIRD
11
- * PARTY RIGHTS.
12
- *
13
- * WordPress ultimate CSV Importer is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
16
- * more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public License along with
19
- * this program; if not, see http://www.gnu.org/licenses or write to the Free
20
- * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
21
- * 02110-1301 USA.
22
- *
23
- * You can contact Smackcoders at email address info@smackcoders.com.
24
- *
25
- * The interactive user interfaces in original and modified versions
26
- * of this program must display Appropriate Legal Notices, as required under
27
- * Section 5 of the GNU Affero General Public License version 3.
28
- *
29
- * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
30
- * these Appropriate Legal Notices must retain the display of the WordPress ultimate
31
- * CSV Importer copyright notice. If the display of the logo is not reasonably feasible
32
- * for technical reasons, the Appropriate Legal Notices must display the words
33
- * "Copyright Smackcoders. 2013. All rights reserved".
34
- ********************************************************************************/
35
-
36
- .navigationMenu {
37
- float: left;
38
- cursor: pointer;
39
- }
40
-
41
- #helpatright li {
42
- padding: 6px;
43
- }
44
-
45
- .versionbox {
46
- width: 100px;
47
- }
48
-
49
- .success {
50
- background: #EFF5EA !important;
51
- border: 1px solid #95A486 !important;
52
- color: #3D6611 !important;
53
- }
54
-
55
- #dispLabel {
56
- font-weight: bold;
57
- text-align: center;
58
- }
59
-
60
- .mandatory {
61
- color: red;
62
- }
63
-
64
- .addmarginright {
65
- margin-right: 30px;
66
- }
67
-
68
- .smack-wrap {
69
- width: 100%;
70
- overflow: hidden;
71
- }
72
-
73
- .smack-postform {
74
- width: 50%;
75
- float: left;
76
- }
77
-
78
- .module-desc {
79
- width: 50%;
80
- float: right;
81
- }
82
-
83
- /*menu css*/
84
- #header ul {
85
- list-style: none;
86
- padding: 0;
87
- margin: 0;
88
- }
89
-
90
- .selected {
91
- font-weight: bold;
92
- border-bottom: 1px solid white;
93
- }
94
-
95
- #header li {
96
- float: left;
97
- border: 2px solid #BCD5E1;
98
- border-bottom-width: 0;
99
- margin-left: 5px;
100
- -webkit-border-radius: 6px 6px 0 0;
101
- -moz-border-radius: 6px 6px 0 0;
102
- border-radius: 6px 6px 0 0;
103
- }
104
-
105
- #header a {
106
- text-decoration: none;
107
- display: block;
108
- background: #E8F1F5;
109
- padding: 7px 10px;
110
- color: #103A4D;
111
- text-align: center;
112
- }
113
-
114
- #header a:hover {
115
- background: #D2E3EB;
116
- }
117
-
118
- #header #selected {
119
- border-color: black;
120
- }
121
-
122
- #header #selected a {
123
- position: relative;
124
- top: 1px;
125
- background: white;
126
- color: black;
127
- font-weight: bold;
128
- }
129
-
130
- #content {
131
- border: 1px solid black;
132
- clear: both;
133
- padding: 0 1em;
134
- }
135
-
136
- .error {
137
- background: #FAEBE7 !important;
138
- border: 1px solid #F16048 !important;
139
- color: #DF280A !important;
140
- }
141
-
142
- #topNavigation {
143
- margin: 20px;
144
- font-size: 1.2em;
145
- }
146
-
147
- .success {
148
- background-color: #EFF5EA;
149
- border: 1px solid #95A486 !important;
150
- color: #3D6611 !important;
151
- }
152
-
153
- .msg {
154
- font-weight: bold !important;
155
- margin: 0 auto !important;
156
- width: 60%;
157
- text-align: center;
158
- min-height: 23px !important;
159
- padding: 8px 8px 2px 32px !important;
160
- margin-top: 5px !important;
161
- }
162
-
163
- .settingscontainer td input {
164
- }
165
-
166
- .settingscontainer td label {
167
- margin: 5px;
168
- }
169
-
170
- .error {
171
- background-color: #FAEBE7 !important;
172
- border: 1px solid #F16048 !important;
173
- color: #DF280A !important;
174
- }
175
-
176
- .navigationMenu-link-active {
177
- background-color: #808080;
178
- border-top: 1px solid #464646;
179
- border-left: 1px solid #464646;
180
- border-right: 1px solid #464646;
181
- border-bottom: 1px solid #FFFFFF;
182
- padding: 5px;
183
- margin: 3px;
184
- border-top-left-radius: 6px;
185
- border-top-right-radius: 6px;
186
- color: #FFFFFF;
187
- text-decoration: none;
188
- }
189
-
190
- .navigationMenu-link-active:hover {
191
- color: #FFFFFF;
192
- }
193
-
194
- .formandhelp {
195
- margin-top: 20px;
196
- }
197
-
198
- .csv-top-navigation-wrapper {
199
- padding-bottom: 6px;
200
- display: block;
201
- width: 100%;
202
- margin-top: 20px;
203
- margin-bottom: 20px;
204
- height: 27px;
205
- border-bottom: 2px solid #BCD5E1;
206
- }
207
-
208
- #topNavigation .selected a {
209
- background-color: #fff;
210
- }
211
-
212
- #topNavigation .selected {
213
- border-bottom: 2px solid white;
214
- }
215
-
216
- @media screen and (-webkit-min-device-pixel-ratio:0) {
217
- .csv-top-navigation-wrapper {
218
- height: 26px;
219
- }
220
- }
221
-
222
- #pluginDetails h3, #overview-detail h3, #pluginManager h3 {
223
- padding: 7px;
224
- font-weight: bold;
225
- background-color: #F1F1F1;
226
- font-style: oblique;
227
- font-size: medium;
228
- }
229
-
230
- .dash-inside {
231
- padding: 10px;
232
- margin-top: -14px;
233
- line-height: 1.5;
234
- border: 1px solid #EEEEEE;
235
- }
236
-
237
- .plugin-details {
238
- height: 130px;
239
- }
240
-
241
- .company-detials {
242
- }
243
-
244
- .sociallinks {
245
- float: right;
246
- margin-top: -63px;
247
- }
248
-
249
- .poweredby {
250
- margin-top: -30px;
251
- float: right;
252
- }
253
-
254
- #csv_import {
255
- float: left;
256
- }
257
-
258
- .rateus {
259
- width: 25%;
260
- }
261
-
262
- .dash-manager {
263
- padding: 7px;
264
- }
265
-
266
- .dashboard-box {
267
- font-weight: normal;
268
- line-height: 1;
269
- margin: 0;
270
- width: 75%;
271
- float: left;
272
- padding: 7px 10px;
273
- }
274
-
275
- .dashboardbox {
276
- width: 99%;
277
- }
278
-
279
- .smack-left {
280
- font-size: 1.2em;
281
- font-style: oblique;
282
- font-family: Georgia;
283
- text-align: left;
284
- }
285
-
286
- .smack-right {
287
- font-weight: bold;
288
- font-style: oblique;
289
- font-size: medium;
290
- font-family: Georgia;
291
- text-align: right;
292
- }
293
-
294
- .smack-thead {
295
- font-size: 1em;
296
- }
297
-
298
- .t-head {
299
- text-align: center;
300
- font-weight: bold;
301
- }
302
-
303
- .t-small {
304
- min-width: 13%;
305
- }
306
-
307
- .t-medium {
308
- min-width: 20%;
309
- }
310
-
311
- .t-big {
312
- min-width: 28%;
313
- }
314
-
315
- .t-tiny {
316
- min-width: 6%;
317
- padding: 5px;
318
- }
319
-
320
- .dash-action {
321
- cursor: pointer;
322
- text-decoration: none;
323
- }
324
-
325
- .smackHeler {
326
- font-weight: bold;
327
- font-size: 1.2em;
328
- text-align: center;
329
- width: 100%;
330
- color: red;
331
- }
332
-
333
- .smackaltrow {
334
- background-color: #F9F9F9;
335
- }
336
-
337
- .smackhelpswitcher {
338
- border-bottom: 1px solid #A2A29D;
339
- background-color: #E8F1F5;
340
- text-decoration: none;
341
- font-size: medium;
342
- font-weight: bold;
343
- padding: 7px;
344
- min-width: 600px;
345
- }
346
-
347
- .switchercontent {
348
- border: 1px solid #EEEEEE;
349
- background-color: #FFFFFF;
350
- display: none;
351
- padding: 5px;
352
- }
353
-
354
- .switchercontentodd {
355
- border: 1px solid #EEEEEE;
356
- background-color: #FFFFFF;
357
- display: block;
358
- font-style: oblique;
359
- padding: 5px;
360
- }
361
-
362
- .smackhelpswitcher_anchor {
363
- text-decoration: none;
364
- color: #515151;
365
- width: 100%;
366
- }
367
-
368
- .smackhelpswitcher_img {
369
- float: right;
370
- }
371
-
372
- .settingsicon {
373
- margin-bottom: -4px;
374
- }
375
-
376
- .pluginAbsent:hover {
377
- color: red;
378
- }
379
-
380
- .pluginPresent:hover {
381
- color: red;
382
- }
383
-
384
- .pluginActive:hover {
385
- color: green;
386
- }
387
-
388
- table.importform {
389
- width: 100%;
390
- margin-top: 25px;
391
- }
392
-
393
- .detectDup {
394
- width: 220px;
395
- }
396
-
397
- .detectDup1 {
398
- width: 150px;
399
- }
400
-
401
- table.importform td {
402
- padding-top: 20px;
403
- }
404
-
405
- .maperror {
406
- position: fixed;
407
- z-index: 999;
408
- width: 250px;
409
- right: 200px;
410
- }
411
-
412
- .iconatright {
413
- float: right;
414
- }
415
-
416
- .helpatright {
417
- border: 1px solid #EEEEEE;
418
- margin-top: 25px;
419
- }
420
-
421
- .helpatright li {
422
- padding: 15px;
423
- }
424
-
425
- .helpatright > ul {
426
- margin-top: 40px;
427
- }
428
-
429
- div.helpatright h4 {
430
- float: left;
431
- padding: 0 0 0 18px;
432
- }
433
-
434
- .tickWrongImg {
435
- display: block;
436
- padding-left: 10px;
437
- }
438
-
439
- #dashboard-wrap {
440
- margin-bottom: 20px;
441
- }
442
-
443
- .uploadlabel {
444
- float: left;
445
- width: 100px;
446
- }
447
-
448
- .renameOrUpdate {
449
- display: none;
450
- }
451
-
452
- .secondform {
453
- }
454
-
455
- #posttypecss td {
456
- padding: 10px;
457
- }
458
-
459
- #display_area td {
460
- padding: 10px;
461
- }
462
-
463
- .customfieldtext {
464
- margin-left: 15px;
465
- width: 110px;
466
- }
467
-
468
- .upgradetopro {
469
- color: red;
470
- font-weight: bold;
471
- text-align: center;
472
- }
473
-
474
- /* Tooltip */
475
-
476
- a.tooltip {outline:none; }
477
- a.tooltip strong {line-height:20px;}
478
- a.tooltip:hover {text-decoration:none;}
479
- a.tooltip span {
480
- z-index:10;display:none; padding:3px 12px;
481
- }
482
- a.tooltip:hover span{
483
- display:inline; position:absolute; color:#111;
484
- border:1px solid #DCA; background:#fffAF0;}
485
- .callout {z-index:20;position:absolute;top:8px;border:0;left:-12px;}
486
-
487
- /*CSS3 extras*/
488
- a.tooltip span
489
- {
490
- border-radius:4px;
491
- -moz-border-radius: 4px;
492
- -webkit-border-radius: 4px;
493
-
494
- -moz-box-shadow: 5px 5px 8px #CCC;
495
- -webkit-box-shadow: 5px 5px 8px #CCC;
496
- box-shadow: 5px 5px 8px #CCC;
497
- }
498
-
499
- .tooltipOne {margin-top:-12px;margin-left:10px;width:225px; line-height:30px;}
500
- .tooltipTwo {margin-top:-37px;margin-left:160px;width:245px; line-height:20px;}
501
- .tooltipThree {margin-top:-12px;margin-left:10px;width:160px; line-height:30px;}
502
- .tooltipFour {margin-top:-35px;margin-left:360px;width:240px; line-height:30px;}
503
- .tooltipFive {margin-top:-35px;margin-left:160px;width:245px; line-height:20px;}
504
-
505
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
css/fancybox_loading.gif DELETED
Binary file
css/fancybox_loading@2x.gif DELETED
Binary file
css/fancybox_overlay.png DELETED
Binary file
css/fancybox_sprite.png DELETED
Binary file
css/fancybox_sprite@2x.png DELETED
Binary file
css/font-awesome.css ADDED
@@ -0,0 +1,1340 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */
5
+ /* FONT PATH
6
+ * -------------------------- */
7
+ @font-face {
8
+ font-family: 'FontAwesome';
9
+ src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
10
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ }
14
+ .fa {
15
+ display: inline-block;
16
+ font-family: FontAwesome;
17
+ font-style: normal;
18
+ font-weight: normal;
19
+ line-height: 1;
20
+ -webkit-font-smoothing: antialiased;
21
+ -moz-osx-font-smoothing: grayscale;
22
+ }
23
+ /* makes the font 33% larger relative to the icon container */
24
+ .fa-lg {
25
+ font-size: 1.3333333333333333em;
26
+ line-height: 0.75em;
27
+ vertical-align: -15%;
28
+ }
29
+ .fa-2x {
30
+ font-size: 2em;
31
+ }
32
+ .fa-3x {
33
+ font-size: 3em;
34
+ }
35
+ .fa-4x {
36
+ font-size: 4em;
37
+ }
38
+ .fa-5x {
39
+ font-size: 5em;
40
+ }
41
+ .fa-fw {
42
+ width: 1.2857142857142858em;
43
+ text-align: center;
44
+ }
45
+ .fa-ul {
46
+ padding-left: 0;
47
+ margin-left: 2.142857142857143em;
48
+ list-style-type: none;
49
+ }
50
+ .fa-ul > li {
51
+ position: relative;
52
+ }
53
+ .fa-li {
54
+ position: absolute;
55
+ left: -2.142857142857143em;
56
+ width: 2.142857142857143em;
57
+ top: 0.14285714285714285em;
58
+ text-align: center;
59
+ }
60
+ .fa-li.fa-lg {
61
+ left: -1.8571428571428572em;
62
+ }
63
+ .fa-border {
64
+ padding: .2em .25em .15em;
65
+ border: solid 0.08em #eeeeee;
66
+ border-radius: .1em;
67
+ }
68
+ .pull-right {
69
+ float: right;
70
+ }
71
+ .pull-left {
72
+ float: left;
73
+ }
74
+ .fa.pull-left {
75
+ margin-right: .3em;
76
+ }
77
+ .fa.pull-right {
78
+ margin-left: .3em;
79
+ }
80
+ .fa-spin {
81
+ -webkit-animation: spin 2s infinite linear;
82
+ -moz-animation: spin 2s infinite linear;
83
+ -o-animation: spin 2s infinite linear;
84
+ animation: spin 2s infinite linear;
85
+ }
86
+ @-moz-keyframes spin {
87
+ 0% {
88
+ -moz-transform: rotate(0deg);
89
+ }
90
+ 100% {
91
+ -moz-transform: rotate(359deg);
92
+ }
93
+ }
94
+ @-webkit-keyframes spin {
95
+ 0% {
96
+ -webkit-transform: rotate(0deg);
97
+ }
98
+ 100% {
99
+ -webkit-transform: rotate(359deg);
100
+ }
101
+ }
102
+ @-o-keyframes spin {
103
+ 0% {
104
+ -o-transform: rotate(0deg);
105
+ }
106
+ 100% {
107
+ -o-transform: rotate(359deg);
108
+ }
109
+ }
110
+ @-ms-keyframes spin {
111
+ 0% {
112
+ -ms-transform: rotate(0deg);
113
+ }
114
+ 100% {
115
+ -ms-transform: rotate(359deg);
116
+ }
117
+ }
118
+ @keyframes spin {
119
+ 0% {
120
+ transform: rotate(0deg);
121
+ }
122
+ 100% {
123
+ transform: rotate(359deg);
124
+ }
125
+ }
126
+ .fa-rotate-90 {
127
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
128
+ -webkit-transform: rotate(90deg);
129
+ -moz-transform: rotate(90deg);
130
+ -ms-transform: rotate(90deg);
131
+ -o-transform: rotate(90deg);
132
+ transform: rotate(90deg);
133
+ }
134
+ .fa-rotate-180 {
135
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
136
+ -webkit-transform: rotate(180deg);
137
+ -moz-transform: rotate(180deg);
138
+ -ms-transform: rotate(180deg);
139
+ -o-transform: rotate(180deg);
140
+ transform: rotate(180deg);
141
+ }
142
+ .fa-rotate-270 {
143
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
144
+ -webkit-transform: rotate(270deg);
145
+ -moz-transform: rotate(270deg);
146
+ -ms-transform: rotate(270deg);
147
+ -o-transform: rotate(270deg);
148
+ transform: rotate(270deg);
149
+ }
150
+ .fa-flip-horizontal {
151
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
152
+ -webkit-transform: scale(-1, 1);
153
+ -moz-transform: scale(-1, 1);
154
+ -ms-transform: scale(-1, 1);
155
+ -o-transform: scale(-1, 1);
156
+ transform: scale(-1, 1);
157
+ }
158
+ .fa-flip-vertical {
159
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
160
+ -webkit-transform: scale(1, -1);
161
+ -moz-transform: scale(1, -1);
162
+ -ms-transform: scale(1, -1);
163
+ -o-transform: scale(1, -1);
164
+ transform: scale(1, -1);
165
+ }
166
+ .fa-stack {
167
+ position: relative;
168
+ display: inline-block;
169
+ width: 2em;
170
+ height: 2em;
171
+ line-height: 2em;
172
+ vertical-align: middle;
173
+ }
174
+ .fa-stack-1x,
175
+ .fa-stack-2x {
176
+ position: absolute;
177
+ left: 0;
178
+ width: 100%;
179
+ text-align: center;
180
+ }
181
+ .fa-stack-1x {
182
+ line-height: inherit;
183
+ }
184
+ .fa-stack-2x {
185
+ font-size: 2em;
186
+ }
187
+ .fa-inverse {
188
+ color: #ffffff;
189
+ }
190
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
191
+ readers do not read off random characters that represent icons */
192
+ .fa-glass:before {
193
+ content: "\f000";
194
+ }
195
+ .fa-music:before {
196
+ content: "\f001";
197
+ }
198
+ .fa-search:before {
199
+ content: "\f002";
200
+ }
201
+ .fa-envelope-o:before {
202
+ content: "\f003";
203
+ }
204
+ .fa-heart:before {
205
+ content: "\f004";
206
+ }
207
+ .fa-star:before {
208
+ content: "\f005";
209
+ }
210
+ .fa-star-o:before {
211
+ content: "\f006";
212
+ }
213
+ .fa-user:before {
214
+ content: "\f007";
215
+ }
216
+ .fa-film:before {
217
+ content: "\f008";
218
+ }
219
+ .fa-th-large:before {
220
+ content: "\f009";
221
+ }
222
+ .fa-th:before {
223
+ content: "\f00a";
224
+ }
225
+ .fa-th-list:before {
226
+ content: "\f00b";
227
+ }
228
+ .fa-check:before {
229
+ content: "\f00c";
230
+ }
231
+ .fa-times:before {
232
+ content: "\f00d";
233
+ }
234
+ .fa-search-plus:before {
235
+ content: "\f00e";
236
+ }
237
+ .fa-search-minus:before {
238
+ content: "\f010";
239
+ }
240
+ .fa-power-off:before {
241
+ content: "\f011";
242
+ }
243
+ .fa-signal:before {
244
+ content: "\f012";
245
+ }
246
+ .fa-gear:before,
247
+ .fa-cog:before {
248
+ content: "\f013";
249
+ }
250
+ .fa-trash-o:before {
251
+ content: "\f014";
252
+ }
253
+ .fa-home:before {
254
+ content: "\f015";
255
+ }
256
+ .fa-file-o:before {
257
+ content: "\f016";
258
+ }
259
+ .fa-clock-o:before {
260
+ content: "\f017";
261
+ }
262
+ .fa-road:before {
263
+ content: "\f018";
264
+ }
265
+ .fa-download:before {
266
+ content: "\f019";
267
+ }
268
+ .fa-arrow-circle-o-down:before {
269
+ content: "\f01a";
270
+ }
271
+ .fa-arrow-circle-o-up:before {
272
+ content: "\f01b";
273
+ }
274
+ .fa-inbox:before {
275
+ content: "\f01c";
276
+ }
277
+ .fa-play-circle-o:before {
278
+ content: "\f01d";
279
+ }
280
+ .fa-rotate-right:before,
281
+ .fa-repeat:before {
282
+ content: "\f01e";
283
+ }
284
+ .fa-refresh:before {
285
+ content: "\f021";
286
+ }
287
+ .fa-list-alt:before {
288
+ content: "\f022";
289
+ }
290
+ .fa-lock:before {
291
+ content: "\f023";
292
+ }
293
+ .fa-flag:before {
294
+ content: "\f024";
295
+ }
296
+ .fa-headphones:before {
297
+ content: "\f025";
298
+ }
299
+ .fa-volume-off:before {
300
+ content: "\f026";
301
+ }
302
+ .fa-volume-down:before {
303
+ content: "\f027";
304
+ }
305
+ .fa-volume-up:before {
306
+ content: "\f028";
307
+ }
308
+ .fa-qrcode:before {
309
+ content: "\f029";
310
+ }
311
+ .fa-barcode:before {
312
+ content: "\f02a";
313
+ }
314
+ .fa-tag:before {
315
+ content: "\f02b";
316
+ }
317
+ .fa-tags:before {
318
+ content: "\f02c";
319
+ }
320
+ .fa-book:before {
321
+ content: "\f02d";
322
+ }
323
+ .fa-bookmark:before {
324
+ content: "\f02e";
325
+ }
326
+ .fa-print:before {
327
+ content: "\f02f";
328
+ }
329
+ .fa-camera:before {
330
+ content: "\f030";
331
+ }
332
+ .fa-font:before {
333
+ content: "\f031";
334
+ }
335
+ .fa-bold:before {
336
+ content: "\f032";
337
+ }
338
+ .fa-italic:before {
339
+ content: "\f033";
340
+ }
341
+ .fa-text-height:before {
342
+ content: "\f034";
343
+ }
344
+ .fa-text-width:before {
345
+ content: "\f035";
346
+ }
347
+ .fa-align-left:before {
348
+ content: "\f036";
349
+ }
350
+ .fa-align-center:before {
351
+ content: "\f037";
352
+ }
353
+ .fa-align-right:before {
354
+ content: "\f038";
355
+ }
356
+ .fa-align-justify:before {
357
+ content: "\f039";
358
+ }
359
+ .fa-list:before {
360
+ content: "\f03a";
361
+ }
362
+ .fa-dedent:before,
363
+ .fa-outdent:before {
364
+ content: "\f03b";
365
+ }
366
+ .fa-indent:before {
367
+ content: "\f03c";
368
+ }
369
+ .fa-video-camera:before {
370
+ content: "\f03d";
371
+ }
372
+ .fa-picture-o:before {
373
+ content: "\f03e";
374
+ }
375
+ .fa-pencil:before {
376
+ content: "\f040";
377
+ }
378
+ .fa-map-marker:before {
379
+ content: "\f041";
380
+ }
381
+ .fa-adjust:before {
382
+ content: "\f042";
383
+ }
384
+ .fa-tint:before {
385
+ content: "\f043";
386
+ }
387
+ .fa-edit:before,
388
+ .fa-pencil-square-o:before {
389
+ content: "\f044";
390
+ }
391
+ .fa-share-square-o:before {
392
+ content: "\f045";
393
+ }
394
+ .fa-check-square-o:before {
395
+ content: "\f046";
396
+ }
397
+ .fa-arrows:before {
398
+ content: "\f047";
399
+ }
400
+ .fa-step-backward:before {
401
+ content: "\f048";
402
+ }
403
+ .fa-fast-backward:before {
404
+ content: "\f049";
405
+ }
406
+ .fa-backward:before {
407
+ content: "\f04a";
408
+ }
409
+ .fa-play:before {
410
+ content: "\f04b";
411
+ }
412
+ .fa-pause:before {
413
+ content: "\f04c";
414
+ }
415
+ .fa-stop:before {
416
+ content: "\f04d";
417
+ }
418
+ .fa-forward:before {
419
+ content: "\f04e";
420
+ }
421
+ .fa-fast-forward:before {
422
+ content: "\f050";
423
+ }
424
+ .fa-step-forward:before {
425
+ content: "\f051";
426
+ }
427
+ .fa-eject:before {
428
+ content: "\f052";
429
+ }
430
+ .fa-chevron-left:before {
431
+ content: "\f053";
432
+ }
433
+ .fa-chevron-right:before {
434
+ content: "\f054";
435
+ }
436
+ .fa-plus-circle:before {
437
+ content: "\f055";
438
+ }
439
+ .fa-minus-circle:before {
440
+ content: "\f056";
441
+ }
442
+ .fa-times-circle:before {
443
+ content: "\f057";
444
+ }
445
+ .fa-check-circle:before {
446
+ content: "\f058";
447
+ }
448
+ .fa-question-circle:before {
449
+ content: "\f059";
450
+ }
451
+ .fa-info-circle:before {
452
+ content: "\f05a";
453
+ }
454
+ .fa-crosshairs:before {
455
+ content: "\f05b";
456
+ }
457
+ .fa-times-circle-o:before {
458
+ content: "\f05c";
459
+ }
460
+ .fa-check-circle-o:before {
461
+ content: "\f05d";
462
+ }
463
+ .fa-ban:before {
464
+ content: "\f05e";
465
+ }
466
+ .fa-arrow-left:before {
467
+ content: "\f060";
468
+ }
469
+ .fa-arrow-right:before {
470
+ content: "\f061";
471
+ }
472
+ .fa-arrow-up:before {
473
+ content: "\f062";
474
+ }
475
+ .fa-arrow-down:before {
476
+ content: "\f063";
477
+ }
478
+ .fa-mail-forward:before,
479
+ .fa-share:before {
480
+ content: "\f064";
481
+ }
482
+ .fa-expand:before {
483
+ content: "\f065";
484
+ }
485
+ .fa-compress:before {
486
+ content: "\f066";
487
+ }
488
+ .fa-plus:before {
489
+ content: "\f067";
490
+ }
491
+ .fa-minus:before {
492
+ content: "\f068";
493
+ }
494
+ .fa-asterisk:before {
495
+ content: "\f069";
496
+ }
497
+ .fa-exclamation-circle:before {
498
+ content: "\f06a";
499
+ }
500
+ .fa-gift:before {
501
+ content: "\f06b";
502
+ }
503
+ .fa-leaf:before {
504
+ content: "\f06c";
505
+ }
506
+ .fa-fire:before {
507
+ content: "\f06d";
508
+ }
509
+ .fa-eye:before {
510
+ content: "\f06e";
511
+ }
512
+ .fa-eye-slash:before {
513
+ content: "\f070";
514
+ }
515
+ .fa-warning:before,
516
+ .fa-exclamation-triangle:before {
517
+ content: "\f071";
518
+ }
519
+ .fa-plane:before {
520
+ content: "\f072";
521
+ }
522
+ .fa-calendar:before {
523
+ content: "\f073";
524
+ }
525
+ .fa-random:before {
526
+ content: "\f074";
527
+ }
528
+ .fa-comment:before {
529
+ content: "\f075";
530
+ }
531
+ .fa-magnet:before {
532
+ content: "\f076";
533
+ }
534
+ .fa-chevron-up:before {
535
+ content: "\f077";
536
+ }
537
+ .fa-chevron-down:before {
538
+ content: "\f078";
539
+ }
540
+ .fa-retweet:before {
541
+ content: "\f079";
542
+ }
543
+ .fa-shopping-cart:before {
544
+ content: "\f07a";
545
+ }
546
+ .fa-folder:before {
547
+ content: "\f07b";
548
+ }
549
+ .fa-folder-open:before {
550
+ content: "\f07c";
551
+ }
552
+ .fa-arrows-v:before {
553
+ content: "\f07d";
554
+ }
555
+ .fa-arrows-h:before {
556
+ content: "\f07e";
557
+ }
558
+ .fa-bar-chart-o:before {
559
+ content: "\f080";
560
+ }
561
+ .fa-twitter-square:before {
562
+ content: "\f081";
563
+ }
564
+ .fa-facebook-square:before {
565
+ content: "\f082";
566
+ }
567
+ .fa-camera-retro:before {
568
+ content: "\f083";
569
+ }
570
+ .fa-key:before {
571
+ content: "\f084";
572
+ }
573
+ .fa-gears:before,
574
+ .fa-cogs:before {
575
+ content: "\f085";
576
+ }
577
+ .fa-comments:before {
578
+ content: "\f086";
579
+ }
580
+ .fa-thumbs-o-up:before {
581
+ content: "\f087";
582
+ }
583
+ .fa-thumbs-o-down:before {
584
+ content: "\f088";
585
+ }
586
+ .fa-star-half:before {
587
+ content: "\f089";
588
+ }
589
+ .fa-heart-o:before {
590
+ content: "\f08a";
591
+ }
592
+ .fa-sign-out:before {
593
+ content: "\f08b";
594
+ }
595
+ .fa-linkedin-square:before {
596
+ content: "\f08c";
597
+ }
598
+ .fa-thumb-tack:before {
599
+ content: "\f08d";
600
+ }
601
+ .fa-external-link:before {
602
+ content: "\f08e";
603
+ }
604
+ .fa-sign-in:before {
605
+ content: "\f090";
606
+ }
607
+ .fa-trophy:before {
608
+ content: "\f091";
609
+ }
610
+ .fa-github-square:before {
611
+ content: "\f092";
612
+ }
613
+ .fa-upload:before {
614
+ content: "\f093";
615
+ }
616
+ .fa-lemon-o:before {
617
+ content: "\f094";
618
+ }
619
+ .fa-phone:before {
620
+ content: "\f095";
621
+ }
622
+ .fa-square-o:before {
623
+ content: "\f096";
624
+ }
625
+ .fa-bookmark-o:before {
626
+ content: "\f097";
627
+ }
628
+ .fa-phone-square:before {
629
+ content: "\f098";
630
+ }
631
+ .fa-twitter:before {
632
+ content: "\f099";
633
+ }
634
+ .fa-facebook:before {
635
+ content: "\f09a";
636
+ }
637
+ .fa-github:before {
638
+ content: "\f09b";
639
+ }
640
+ .fa-unlock:before {
641
+ content: "\f09c";
642
+ }
643
+ .fa-credit-card:before {
644
+ content: "\f09d";
645
+ }
646
+ .fa-rss:before {
647
+ content: "\f09e";
648
+ }
649
+ .fa-hdd-o:before {
650
+ content: "\f0a0";
651
+ }
652
+ .fa-bullhorn:before {
653
+ content: "\f0a1";
654
+ }
655
+ .fa-bell:before {
656
+ content: "\f0f3";
657
+ }
658
+ .fa-certificate:before {
659
+ content: "\f0a3";
660
+ }
661
+ .fa-hand-o-right:before {
662
+ content: "\f0a4";
663
+ }
664
+ .fa-hand-o-left:before {
665
+ content: "\f0a5";
666
+ }
667
+ .fa-hand-o-up:before {
668
+ content: "\f0a6";
669
+ }
670
+ .fa-hand-o-down:before {
671
+ content: "\f0a7";
672
+ }
673
+ .fa-arrow-circle-left:before {
674
+ content: "\f0a8";
675
+ }
676
+ .fa-arrow-circle-right:before {
677
+ content: "\f0a9";
678
+ }
679
+ .fa-arrow-circle-up:before {
680
+ content: "\f0aa";
681
+ }
682
+ .fa-arrow-circle-down:before {
683
+ content: "\f0ab";
684
+ }
685
+ .fa-globe:before {
686
+ content: "\f0ac";
687
+ }
688
+ .fa-wrench:before {
689
+ content: "\f0ad";
690
+ }
691
+ .fa-tasks:before {
692
+ content: "\f0ae";
693
+ }
694
+ .fa-filter:before {
695
+ content: "\f0b0";
696
+ }
697
+ .fa-briefcase:before {
698
+ content: "\f0b1";
699
+ }
700
+ .fa-arrows-alt:before {
701
+ content: "\f0b2";
702
+ }
703
+ .fa-group:before,
704
+ .fa-users:before {
705
+ content: "\f0c0";
706
+ }
707
+ .fa-chain:before,
708
+ .fa-link:before {
709
+ content: "\f0c1";
710
+ }
711
+ .fa-cloud:before {
712
+ content: "\f0c2";
713
+ }
714
+ .fa-flask:before {
715
+ content: "\f0c3";
716
+ }
717
+ .fa-cut:before,
718
+ .fa-scissors:before {
719
+ content: "\f0c4";
720
+ }
721
+ .fa-copy:before,
722
+ .fa-files-o:before {
723
+ content: "\f0c5";
724
+ }
725
+ .fa-paperclip:before {
726
+ content: "\f0c6";
727
+ }
728
+ .fa-save:before,
729
+ .fa-floppy-o:before {
730
+ content: "\f0c7";
731
+ }
732
+ .fa-square:before {
733
+ content: "\f0c8";
734
+ }
735
+ .fa-bars:before {
736
+ content: "\f0c9";
737
+ }
738
+ .fa-list-ul:before {
739
+ content: "\f0ca";
740
+ }
741
+ .fa-list-ol:before {
742
+ content: "\f0cb";
743
+ }
744
+ .fa-strikethrough:before {
745
+ content: "\f0cc";
746
+ }
747
+ .fa-underline:before {
748
+ content: "\f0cd";
749
+ }
750
+ .fa-table:before {
751
+ content: "\f0ce";
752
+ }
753
+ .fa-magic:before {
754
+ content: "\f0d0";
755
+ }
756
+ .fa-truck:before {
757
+ content: "\f0d1";
758
+ }
759
+ .fa-pinterest:before {
760
+ content: "\f0d2";
761
+ }
762
+ .fa-pinterest-square:before {
763
+ content: "\f0d3";
764
+ }
765
+ .fa-google-plus-square:before {
766
+ content: "\f0d4";
767
+ }
768
+ .fa-google-plus:before {
769
+ content: "\f0d5";
770
+ }
771
+ .fa-money:before {
772
+ content: "\f0d6";
773
+ }
774
+ .fa-caret-down:before {
775
+ content: "\f0d7";
776
+ }
777
+ .fa-caret-up:before {
778
+ content: "\f0d8";
779
+ }
780
+ .fa-caret-left:before {
781
+ content: "\f0d9";
782
+ }
783
+ .fa-caret-right:before {
784
+ content: "\f0da";
785
+ }
786
+ .fa-columns:before {
787
+ content: "\f0db";
788
+ }
789
+ .fa-unsorted:before,
790
+ .fa-sort:before {
791
+ content: "\f0dc";
792
+ }
793
+ .fa-sort-down:before,
794
+ .fa-sort-asc:before {
795
+ content: "\f0dd";
796
+ }
797
+ .fa-sort-up:before,
798
+ .fa-sort-desc:before {
799
+ content: "\f0de";
800
+ }
801
+ .fa-envelope:before {
802
+ content: "\f0e0";
803
+ }
804
+ .fa-linkedin:before {
805
+ content: "\f0e1";
806
+ }
807
+ .fa-rotate-left:before,
808
+ .fa-undo:before {
809
+ content: "\f0e2";
810
+ }
811
+ .fa-legal:before,
812
+ .fa-gavel:before {
813
+ content: "\f0e3";
814
+ }
815
+ .fa-dashboard:before,
816
+ .fa-tachometer:before {
817
+ content: "\f0e4";
818
+ }
819
+ .fa-comment-o:before {
820
+ content: "\f0e5";
821
+ }
822
+ .fa-comments-o:before {
823
+ content: "\f0e6";
824
+ }
825
+ .fa-flash:before,
826
+ .fa-bolt:before {
827
+ content: "\f0e7";
828
+ }
829
+ .fa-sitemap:before {
830
+ content: "\f0e8";
831
+ }
832
+ .fa-umbrella:before {
833
+ content: "\f0e9";
834
+ }
835
+ .fa-paste:before,
836
+ .fa-clipboard:before {
837
+ content: "\f0ea";
838
+ }
839
+ .fa-lightbulb-o:before {
840
+ content: "\f0eb";
841
+ }
842
+ .fa-exchange:before {
843
+ content: "\f0ec";
844
+ }
845
+ .fa-cloud-download:before {
846
+ content: "\f0ed";
847
+ }
848
+ .fa-cloud-upload:before {
849
+ content: "\f0ee";
850
+ }
851
+ .fa-user-md:before {
852
+ content: "\f0f0";
853
+ }
854
+ .fa-stethoscope:before {
855
+ content: "\f0f1";
856
+ }
857
+ .fa-suitcase:before {
858
+ content: "\f0f2";
859
+ }
860
+ .fa-bell-o:before {
861
+ content: "\f0a2";
862
+ }
863
+ .fa-coffee:before {
864
+ content: "\f0f4";
865
+ }
866
+ .fa-cutlery:before {
867
+ content: "\f0f5";
868
+ }
869
+ .fa-file-text-o:before {
870
+ content: "\f0f6";
871
+ }
872
+ .fa-building-o:before {
873
+ content: "\f0f7";
874
+ }
875
+ .fa-hospital-o:before {
876
+ content: "\f0f8";
877
+ }
878
+ .fa-ambulance:before {
879
+ content: "\f0f9";
880
+ }
881
+ .fa-medkit:before {
882
+ content: "\f0fa";
883
+ }
884
+ .fa-fighter-jet:before {
885
+ content: "\f0fb";
886
+ }
887
+ .fa-beer:before {
888
+ content: "\f0fc";
889
+ }
890
+ .fa-h-square:before {
891
+ content: "\f0fd";
892
+ }
893
+ .fa-plus-square:before {
894
+ content: "\f0fe";
895
+ }
896
+ .fa-angle-double-left:before {
897
+ content: "\f100";
898
+ }
899
+ .fa-angle-double-right:before {
900
+ content: "\f101";
901
+ }
902
+ .fa-angle-double-up:before {
903
+ content: "\f102";
904
+ }
905
+ .fa-angle-double-down:before {
906
+ content: "\f103";
907
+ }
908
+ .fa-angle-left:before {
909
+ content: "\f104";
910
+ }
911
+ .fa-angle-right:before {
912
+ content: "\f105";
913
+ }
914
+ .fa-angle-up:before {
915
+ content: "\f106";
916
+ }
917
+ .fa-angle-down:before {
918
+ content: "\f107";
919
+ }
920
+ .fa-desktop:before {
921
+ content: "\f108";
922
+ }
923
+ .fa-laptop:before {
924
+ content: "\f109";
925
+ }
926
+ .fa-tablet:before {
927
+ content: "\f10a";
928
+ }
929
+ .fa-mobile-phone:before,
930
+ .fa-mobile:before {
931
+ content: "\f10b";
932
+ }
933
+ .fa-circle-o:before {
934
+ content: "\f10c";
935
+ }
936
+ .fa-quote-left:before {
937
+ content: "\f10d";
938
+ }
939
+ .fa-quote-right:before {
940
+ content: "\f10e";
941
+ }
942
+ .fa-spinner:before {
943
+ content: "\f110";
944
+ }
945
+ .fa-circle:before {
946
+ content: "\f111";
947
+ }
948
+ .fa-mail-reply:before,
949
+ .fa-reply:before {
950
+ content: "\f112";
951
+ }
952
+ .fa-github-alt:before {
953
+ content: "\f113";
954
+ }
955
+ .fa-folder-o:before {
956
+ content: "\f114";
957
+ }
958
+ .fa-folder-open-o:before {
959
+ content: "\f115";
960
+ }
961
+ .fa-smile-o:before {
962
+ content: "\f118";
963
+ }
964
+ .fa-frown-o:before {
965
+ content: "\f119";
966
+ }
967
+ .fa-meh-o:before {
968
+ content: "\f11a";
969
+ }
970
+ .fa-gamepad:before {
971
+ content: "\f11b";
972
+ }
973
+ .fa-keyboard-o:before {
974
+ content: "\f11c";
975
+ }
976
+ .fa-flag-o:before {
977
+ content: "\f11d";
978
+ }
979
+ .fa-flag-checkered:before {
980
+ content: "\f11e";
981
+ }
982
+ .fa-terminal:before {
983
+ content: "\f120";
984
+ }
985
+ .fa-code:before {
986
+ content: "\f121";
987
+ }
988
+ .fa-reply-all:before {
989
+ content: "\f122";
990
+ }
991
+ .fa-mail-reply-all:before {
992
+ content: "\f122";
993
+ }
994
+ .fa-star-half-empty:before,
995
+ .fa-star-half-full:before,
996
+ .fa-star-half-o:before {
997
+ content: "\f123";
998
+ }
999
+ .fa-location-arrow:before {
1000
+ content: "\f124";
1001
+ }
1002
+ .fa-crop:before {
1003
+ content: "\f125";
1004
+ }
1005
+ .fa-code-fork:before {
1006
+ content: "\f126";
1007
+ }
1008
+ .fa-unlink:before,
1009
+ .fa-chain-broken:before {
1010
+ content: "\f127";
1011
+ }
1012
+ .fa-question:before {
1013
+ content: "\f128";
1014
+ }
1015
+ .fa-info:before {
1016
+ content: "\f129";
1017
+ }
1018
+ .fa-exclamation:before {
1019
+ content: "\f12a";
1020
+ }
1021
+ .fa-superscript:before {
1022
+ content: "\f12b";
1023
+ }
1024
+ .fa-subscript:before {
1025
+ content: "\f12c";
1026
+ }
1027
+ .fa-eraser:before {
1028
+ content: "\f12d";
1029
+ }
1030
+ .fa-puzzle-piece:before {
1031
+ content: "\f12e";
1032
+ }
1033
+ .fa-microphone:before {
1034
+ content: "\f130";
1035
+ }
1036
+ .fa-microphone-slash:before {
1037
+ content: "\f131";
1038
+ }
1039
+ .fa-shield:before {
1040
+ content: "\f132";
1041
+ }
1042
+ .fa-calendar-o:before {
1043
+ content: "\f133";
1044
+ }
1045
+ .fa-fire-extinguisher:before {
1046
+ content: "\f134";
1047
+ }
1048
+ .fa-rocket:before {
1049
+ content: "\f135";
1050
+ }
1051
+ .fa-maxcdn:before {
1052
+ content: "\f136";
1053
+ }
1054
+ .fa-chevron-circle-left:before {
1055
+ content: "\f137";
1056
+ }
1057
+ .fa-chevron-circle-right:before {
1058
+ content: "\f138";
1059
+ }
1060
+ .fa-chevron-circle-up:before {
1061
+ content: "\f139";
1062
+ }
1063
+ .fa-chevron-circle-down:before {
1064
+ content: "\f13a";
1065
+ }
1066
+ .fa-html5:before {
1067
+ content: "\f13b";
1068
+ }
1069
+ .fa-css3:before {
1070
+ content: "\f13c";
1071
+ }
1072
+ .fa-anchor:before {
1073
+ content: "\f13d";
1074
+ }
1075
+ .fa-unlock-alt:before {
1076
+ content: "\f13e";
1077
+ }
1078
+ .fa-bullseye:before {
1079
+ content: "\f140";
1080
+ }
1081
+ .fa-ellipsis-h:before {
1082
+ content: "\f141";
1083
+ }
1084
+ .fa-ellipsis-v:before {
1085
+ content: "\f142";
1086
+ }
1087
+ .fa-rss-square:before {
1088
+ content: "\f143";
1089
+ }
1090
+ .fa-play-circle:before {
1091
+ content: "\f144";
1092
+ }
1093
+ .fa-ticket:before {
1094
+ content: "\f145";
1095
+ }
1096
+ .fa-minus-square:before {
1097
+ content: "\f146";
1098
+ }
1099
+ .fa-minus-square-o:before {
1100
+ content: "\f147";
1101
+ }
1102
+ .fa-level-up:before {
1103
+ content: "\f148";
1104
+ }
1105
+ .fa-level-down:before {
1106
+ content: "\f149";
1107
+ }
1108
+ .fa-check-square:before {
1109
+ content: "\f14a";
1110
+ }
1111
+ .fa-pencil-square:before {
1112
+ content: "\f14b";
1113
+ }
1114
+ .fa-external-link-square:before {
1115
+ content: "\f14c";
1116
+ }
1117
+ .fa-share-square:before {
1118
+ content: "\f14d";
1119
+ }
1120
+ .fa-compass:before {
1121
+ content: "\f14e";
1122
+ }
1123
+ .fa-toggle-down:before,
1124
+ .fa-caret-square-o-down:before {
1125
+ content: "\f150";
1126
+ }
1127
+ .fa-toggle-up:before,
1128
+ .fa-caret-square-o-up:before {
1129
+ content: "\f151";
1130
+ }
1131
+ .fa-toggle-right:before,
1132
+ .fa-caret-square-o-right:before {
1133
+ content: "\f152";
1134
+ }
1135
+ .fa-euro:before,
1136
+ .fa-eur:before {
1137
+ content: "\f153";
1138
+ }
1139
+ .fa-gbp:before {
1140
+ content: "\f154";
1141
+ }
1142
+ .fa-dollar:before,
1143
+ .fa-usd:before {
1144
+ content: "\f155";
1145
+ }
1146
+ .fa-rupee:before,
1147
+ .fa-inr:before {
1148
+ content: "\f156";
1149
+ }
1150
+ .fa-cny:before,
1151
+ .fa-rmb:before,
1152
+ .fa-yen:before,
1153
+ .fa-jpy:before {
1154
+ content: "\f157";
1155
+ }
1156
+ .fa-ruble:before,
1157
+ .fa-rouble:before,
1158
+ .fa-rub:before {
1159
+ content: "\f158";
1160
+ }
1161
+ .fa-won:before,
1162
+ .fa-krw:before {
1163
+ content: "\f159";
1164
+ }
1165
+ .fa-bitcoin:before,
1166
+ .fa-btc:before {
1167
+ content: "\f15a";
1168
+ }
1169
+ .fa-file:before {
1170
+ content: "\f15b";
1171
+ }
1172
+ .fa-file-text:before {
1173
+ content: "\f15c";
1174
+ }
1175
+ .fa-sort-alpha-asc:before {
1176
+ content: "\f15d";
1177
+ }
1178
+ .fa-sort-alpha-desc:before {
1179
+ content: "\f15e";
1180
+ }
1181
+ .fa-sort-amount-asc:before {
1182
+ content: "\f160";
1183
+ }
1184
+ .fa-sort-amount-desc:before {
1185
+ content: "\f161";
1186
+ }
1187
+ .fa-sort-numeric-asc:before {
1188
+ content: "\f162";
1189
+ }
1190
+ .fa-sort-numeric-desc:before {
1191
+ content: "\f163";
1192
+ }
1193
+ .fa-thumbs-up:before {
1194
+ content: "\f164";
1195
+ }
1196
+ .fa-thumbs-down:before {
1197
+ content: "\f165";
1198
+ }
1199
+ .fa-youtube-square:before {
1200
+ content: "\f166";
1201
+ }
1202
+ .fa-youtube:before {
1203
+ content: "\f167";
1204
+ }
1205
+ .fa-xing:before {
1206
+ content: "\f168";
1207
+ }
1208
+ .fa-xing-square:before {
1209
+ content: "\f169";
1210
+ }
1211
+ .fa-youtube-play:before {
1212
+ content: "\f16a";
1213
+ }
1214
+ .fa-dropbox:before {
1215
+ content: "\f16b";
1216
+ }
1217
+ .fa-stack-overflow:before {
1218
+ content: "\f16c";
1219
+ }
1220
+ .fa-instagram:before {
1221
+ content: "\f16d";
1222
+ }
1223
+ .fa-flickr:before {
1224
+ content: "\f16e";
1225
+ }
1226
+ .fa-adn:before {
1227
+ content: "\f170";
1228
+ }
1229
+ .fa-bitbucket:before {
1230
+ content: "\f171";
1231
+ }
1232
+ .fa-bitbucket-square:before {
1233
+ content: "\f172";
1234
+ }
1235
+ .fa-tumblr:before {
1236
+ content: "\f173";
1237
+ }
1238
+ .fa-tumblr-square:before {
1239
+ content: "\f174";
1240
+ }
1241
+ .fa-long-arrow-down:before {
1242
+ content: "\f175";
1243
+ }
1244
+ .fa-long-arrow-up:before {
1245
+ content: "\f176";
1246
+ }
1247
+ .fa-long-arrow-left:before {
1248
+ content: "\f177";
1249
+ }
1250
+ .fa-long-arrow-right:before {
1251
+ content: "\f178";
1252
+ }
1253
+ .fa-apple:before {
1254
+ content: "\f179";
1255
+ }
1256
+ .fa-windows:before {
1257
+ content: "\f17a";
1258
+ }
1259
+ .fa-android:before {
1260
+ content: "\f17b";
1261
+ }
1262
+ .fa-linux:before {
1263
+ content: "\f17c";
1264
+ }
1265
+ .fa-dribbble:before {
1266
+ content: "\f17d";
1267
+ }
1268
+ .fa-skype:before {
1269
+ content: "\f17e";
1270
+ }
1271
+ .fa-foursquare:before {
1272
+ content: "\f180";
1273
+ }
1274
+ .fa-trello:before {
1275
+ content: "\f181";
1276
+ }
1277
+ .fa-female:before {
1278
+ content: "\f182";
1279
+ }
1280
+ .fa-male:before {
1281
+ content: "\f183";
1282
+ }
1283
+ .fa-gittip:before {
1284
+ content: "\f184";
1285
+ }
1286
+ .fa-sun-o:before {
1287
+ content: "\f185";
1288
+ }
1289
+ .fa-moon-o:before {
1290
+ content: "\f186";
1291
+ }
1292
+ .fa-archive:before {
1293
+ content: "\f187";
1294
+ }
1295
+ .fa-bug:before {
1296
+ content: "\f188";
1297
+ }
1298
+ .fa-vk:before {
1299
+ content: "\f189";
1300
+ }
1301
+ .fa-weibo:before {
1302
+ content: "\f18a";
1303
+ }
1304
+ .fa-renren:before {
1305
+ content: "\f18b";
1306
+ }
1307
+ .fa-pagelines:before {
1308
+ content: "\f18c";
1309
+ }
1310
+ .fa-stack-exchange:before {
1311
+ content: "\f18d";
1312
+ }
1313
+ .fa-arrow-circle-o-right:before {
1314
+ content: "\f18e";
1315
+ }
1316
+ .fa-arrow-circle-o-left:before {
1317
+ content: "\f190";
1318
+ }
1319
+ .fa-toggle-left:before,
1320
+ .fa-caret-square-o-left:before {
1321
+ content: "\f191";
1322
+ }
1323
+ .fa-dot-circle-o:before {
1324
+ content: "\f192";
1325
+ }
1326
+ .fa-wheelchair:before {
1327
+ content: "\f193";
1328
+ }
1329
+ .fa-vimeo-square:before {
1330
+ content: "\f194";
1331
+ }
1332
+ .fa-turkish-lira:before,
1333
+ .fa-try:before {
1334
+ content: "\f195";
1335
+ }
1336
+ .fa-plus-square-o:before {
1337
+ content: "\f196";
1338
+ }
1339
+
1340
+
css/jquery-ui.css ADDED
@@ -0,0 +1,489 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery UI CSS Framework
3
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
4
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5
+ */
6
+
7
+ /* Layout helpers
8
+ ----------------------------------*/
9
+ .ui-helper-hidden { display: none; }
10
+ .ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
11
+ .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12
+ .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
13
+ .ui-helper-clearfix { display: inline-block; }
14
+ /* required comment for clearfix to work in Opera \*/
15
+ * html .ui-helper-clearfix { height:1%; }
16
+ .ui-helper-clearfix { display:block; }
17
+ /* end clearfix */
18
+ .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
19
+
20
+
21
+ /* Interaction Cues
22
+ ----------------------------------*/
23
+ .ui-state-disabled { cursor: default !important; }
24
+
25
+
26
+ /* Icons
27
+ ----------------------------------*/
28
+
29
+ /* states and images */
30
+ .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
31
+
32
+
33
+ /* Misc visuals
34
+ ----------------------------------*/
35
+
36
+ /* Overlays */
37
+ .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
38
+
39
+
40
+ /*
41
+ * jQuery UI CSS Framework
42
+ * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
43
+ * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
44
+ * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
45
+ */
46
+
47
+
48
+ /* Component containers
49
+ ----------------------------------*/
50
+ .ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
51
+ .ui-widget .ui-widget { font-size: 1em; }
52
+ .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
53
+ .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
54
+ .ui-widget-content a { color: #222222; }
55
+ .ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
56
+ .ui-widget-header a { color: #222222; }
57
+
58
+ /* Interaction states
59
+ ----------------------------------*/
60
+ .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
61
+ .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
62
+ .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
63
+ .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
64
+ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
65
+ .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
66
+ .ui-widget :active { outline: none; }
67
+
68
+ /* Interaction Cues
69
+ ----------------------------------*/
70
+ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
71
+ .ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
72
+ .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
73
+ .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
74
+ .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
75
+ .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
76
+ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
77
+ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
78
+
79
+ /* Icons
80
+ ----------------------------------*/
81
+
82
+ /* states and images */
83
+ .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
84
+ .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
85
+ .ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
86
+ .ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
87
+ .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
88
+ .ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
89
+ .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
90
+ .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
91
+
92
+ /* positioning */
93
+ .ui-icon-carat-1-n { background-position: 0 0; }
94
+ .ui-icon-carat-1-ne { background-position: -16px 0; }
95
+ .ui-icon-carat-1-e { background-position: -32px 0; }
96
+ .ui-icon-carat-1-se { background-position: -48px 0; }
97
+ .ui-icon-carat-1-s { background-position: -64px 0; }
98
+ .ui-icon-carat-1-sw { background-position: -80px 0; }
99
+ .ui-icon-carat-1-w { background-position: -96px 0; }
100
+ .ui-icon-carat-1-nw { background-position: -112px 0; }
101
+ .ui-icon-carat-2-n-s { background-position: -128px 0; }
102
+ .ui-icon-carat-2-e-w { background-position: -144px 0; }
103
+ .ui-icon-triangle-1-n { background-position: 0 -16px; }
104
+ .ui-icon-triangle-1-ne { background-position: -16px -16px; }
105
+ .ui-icon-triangle-1-e { background-position: -32px -16px; }
106
+ .ui-icon-triangle-1-se { background-position: -48px -16px; }
107
+ .ui-icon-triangle-1-s { background-position: -64px -16px; }
108
+ .ui-icon-triangle-1-sw { background-position: -80px -16px; }
109
+ .ui-icon-triangle-1-w { background-position: -96px -16px; }
110
+ .ui-icon-triangle-1-nw { background-position: -112px -16px; }
111
+ .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
112
+ .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
113
+ .ui-icon-arrow-1-n { background-position: 0 -32px; }
114
+ .ui-icon-arrow-1-ne { background-position: -16px -32px; }
115
+ .ui-icon-arrow-1-e { background-position: -32px -32px; }
116
+ .ui-icon-arrow-1-se { background-position: -48px -32px; }
117
+ .ui-icon-arrow-1-s { background-position: -64px -32px; }
118
+ .ui-icon-arrow-1-sw { background-position: -80px -32px; }
119
+ .ui-icon-arrow-1-w { background-position: -96px -32px; }
120
+ .ui-icon-arrow-1-nw { background-position: -112px -32px; }
121
+ .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
122
+ .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
123
+ .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
124
+ .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
125
+ .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
126
+ .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
127
+ .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
128
+ .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
129
+ .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
130
+ .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
131
+ .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
132
+ .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
133
+ .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
134
+ .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
135
+ .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
136
+ .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
137
+ .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
138
+ .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
139
+ .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
140
+ .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
141
+ .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
142
+ .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
143
+ .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
144
+ .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
145
+ .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
146
+ .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
147
+ .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
148
+ .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
149
+ .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
150
+ .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
151
+ .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
152
+ .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
153
+ .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
154
+ .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
155
+ .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
156
+ .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
157
+ .ui-icon-arrow-4 { background-position: 0 -80px; }
158
+ .ui-icon-arrow-4-diag { background-position: -16px -80px; }
159
+ .ui-icon-extlink { background-position: -32px -80px; }
160
+ .ui-icon-newwin { background-position: -48px -80px; }
161
+ .ui-icon-refresh { background-position: -64px -80px; }
162
+ .ui-icon-shuffle { background-position: -80px -80px; }
163
+ .ui-icon-transfer-e-w { background-position: -96px -80px; }
164
+ .ui-icon-transferthick-e-w { background-position: -112px -80px; }
165
+ .ui-icon-folder-collapsed { background-position: 0 -96px; }
166
+ .ui-icon-folder-open { background-position: -16px -96px; }
167
+ .ui-icon-document { background-position: -32px -96px; }
168
+ .ui-icon-document-b { background-position: -48px -96px; }
169
+ .ui-icon-note { background-position: -64px -96px; }
170
+ .ui-icon-mail-closed { background-position: -80px -96px; }
171
+ .ui-icon-mail-open { background-position: -96px -96px; }
172
+ .ui-icon-suitcase { background-position: -112px -96px; }
173
+ .ui-icon-comment { background-position: -128px -96px; }
174
+ .ui-icon-person { background-position: -144px -96px; }
175
+ .ui-icon-print { background-position: -160px -96px; }
176
+ .ui-icon-trash { background-position: -176px -96px; }
177
+ .ui-icon-locked { background-position: -192px -96px; }
178
+ .ui-icon-unlocked { background-position: -208px -96px; }
179
+ .ui-icon-bookmark { background-position: -224px -96px; }
180
+ .ui-icon-tag { background-position: -240px -96px; }
181
+ .ui-icon-home { background-position: 0 -112px; }
182
+ .ui-icon-flag { background-position: -16px -112px; }
183
+ .ui-icon-calendar { background-position: -32px -112px; }
184
+ .ui-icon-cart { background-position: -48px -112px; }
185
+ .ui-icon-pencil { background-position: -64px -112px; }
186
+ .ui-icon-clock { background-position: -80px -112px; }
187
+ .ui-icon-disk { background-position: -96px -112px; }
188
+ .ui-icon-calculator { background-position: -112px -112px; }
189
+ .ui-icon-zoomin { background-position: -128px -112px; }
190
+ .ui-icon-zoomout { background-position: -144px -112px; }
191
+ .ui-icon-search { background-position: -160px -112px; }
192
+ .ui-icon-wrench { background-position: -176px -112px; }
193
+ .ui-icon-gear { background-position: -192px -112px; }
194
+ .ui-icon-heart { background-position: -208px -112px; }
195
+ .ui-icon-star { background-position: -224px -112px; }
196
+ .ui-icon-link { background-position: -240px -112px; }
197
+ .ui-icon-cancel { background-position: 0 -128px; }
198
+ .ui-icon-plus { background-position: -16px -128px; }
199
+ .ui-icon-plusthick { background-position: -32px -128px; }
200
+ .ui-icon-minus { background-position: -48px -128px; }
201
+ .ui-icon-minusthick { background-position: -64px -128px; }
202
+ .ui-icon-close { background-position: -80px -128px; }
203
+ .ui-icon-closethick { background-position: -96px -128px; }
204
+ .ui-icon-key { background-position: -112px -128px; }
205
+ .ui-icon-lightbulb { background-position: -128px -128px; }
206
+ .ui-icon-scissors { background-position: -144px -128px; }
207
+ .ui-icon-clipboard { background-position: -160px -128px; }
208
+ .ui-icon-copy { background-position: -176px -128px; }
209
+ .ui-icon-contact { background-position: -192px -128px; }
210
+ .ui-icon-image { background-position: -208px -128px; }
211
+ .ui-icon-video { background-position: -224px -128px; }
212
+ .ui-icon-script { background-position: -240px -128px; }
213
+ .ui-icon-alert { background-position: 0 -144px; }
214
+ .ui-icon-info { background-position: -16px -144px; }
215
+ .ui-icon-notice { background-position: -32px -144px; }
216
+ .ui-icon-help { background-position: -48px -144px; }
217
+ .ui-icon-check { background-position: -64px -144px; }
218
+ .ui-icon-bullet { background-position: -80px -144px; }
219
+ .ui-icon-radio-off { background-position: -96px -144px; }
220
+ .ui-icon-radio-on { background-position: -112px -144px; }
221
+ .ui-icon-pin-w { background-position: -128px -144px; }
222
+ .ui-icon-pin-s { background-position: -144px -144px; }
223
+ .ui-icon-play { background-position: 0 -160px; }
224
+ .ui-icon-pause { background-position: -16px -160px; }
225
+ .ui-icon-seek-next { background-position: -32px -160px; }
226
+ .ui-icon-seek-prev { background-position: -48px -160px; }
227
+ .ui-icon-seek-end { background-position: -64px -160px; }
228
+ .ui-icon-seek-start { background-position: -80px -160px; }
229
+ /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
230
+ .ui-icon-seek-first { background-position: -80px -160px; }
231
+ .ui-icon-stop { background-position: -96px -160px; }
232
+ .ui-icon-eject { background-position: -112px -160px; }
233
+ .ui-icon-volume-off { background-position: -128px -160px; }
234
+ .ui-icon-volume-on { background-position: -144px -160px; }
235
+ .ui-icon-power { background-position: 0 -176px; }
236
+ .ui-icon-signal-diag { background-position: -16px -176px; }
237
+ .ui-icon-signal { background-position: -32px -176px; }
238
+ .ui-icon-battery-0 { background-position: -48px -176px; }
239
+ .ui-icon-battery-1 { background-position: -64px -176px; }
240
+ .ui-icon-battery-2 { background-position: -80px -176px; }
241
+ .ui-icon-battery-3 { background-position: -96px -176px; }
242
+ .ui-icon-circle-plus { background-position: 0 -192px; }
243
+ .ui-icon-circle-minus { background-position: -16px -192px; }
244
+ .ui-icon-circle-close { background-position: -32px -192px; }
245
+ .ui-icon-circle-triangle-e { background-position: -48px -192px; }
246
+ .ui-icon-circle-triangle-s { background-position: -64px -192px; }
247
+ .ui-icon-circle-triangle-w { background-position: -80px -192px; }
248
+ .ui-icon-circle-triangle-n { background-position: -96px -192px; }
249
+ .ui-icon-circle-arrow-e { background-position: -112px -192px; }
250
+ .ui-icon-circle-arrow-s { background-position: -128px -192px; }
251
+ .ui-icon-circle-arrow-w { background-position: -144px -192px; }
252
+ .ui-icon-circle-arrow-n { background-position: -160px -192px; }
253
+ .ui-icon-circle-zoomin { background-position: -176px -192px; }
254
+ .ui-icon-circle-zoomout { background-position: -192px -192px; }
255
+ .ui-icon-circle-check { background-position: -208px -192px; }
256
+ .ui-icon-circlesmall-plus { background-position: 0 -208px; }
257
+ .ui-icon-circlesmall-minus { background-position: -16px -208px; }
258
+ .ui-icon-circlesmall-close { background-position: -32px -208px; }
259
+ .ui-icon-squaresmall-plus { background-position: -48px -208px; }
260
+ .ui-icon-squaresmall-minus { background-position: -64px -208px; }
261
+ .ui-icon-squaresmall-close { background-position: -80px -208px; }
262
+ .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
263
+ .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
264
+ .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
265
+ .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
266
+ .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
267
+ .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
268
+
269
+
270
+ /* Misc visuals
271
+ ----------------------------------*/
272
+
273
+ /* Corner radius */
274
+ .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
275
+ .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
276
+ .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
277
+ .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
278
+ .ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
279
+ .ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
280
+ .ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
281
+ .ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
282
+ .ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
283
+
284
+ /* Overlays */
285
+ .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
286
+ .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
287
+ ----------------------------------*/
288
+ .ui-resizable { position: relative;}
289
+ .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
290
+ .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
291
+ .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
292
+ .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
293
+ .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
294
+ .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
295
+ .ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
296
+ .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
297
+ .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
298
+ .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Selectable
299
+ ----------------------------------*/
300
+ .ui-selectable-helper { border:1px dotted black }
301
+ /* Accordion
302
+ ----------------------------------*/
303
+ .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
304
+ .ui-accordion .ui-accordion-li-fix { display: inline; }
305
+ .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
306
+ .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
307
+ /* IE7-/Win - Fix extra vertical space in lists */
308
+ .ui-accordion a { zoom: 1; }
309
+ .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
310
+ .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
311
+ .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
312
+ .ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
313
+ ----------------------------------*/
314
+ .ui-autocomplete { position: absolute; cursor: default; }
315
+ .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
316
+
317
+ /* workarounds */
318
+ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
319
+
320
+ /* Menu
321
+ ----------------------------------*/
322
+ .ui-menu {
323
+ list-style:none;
324
+ padding: 2px;
325
+ margin: 0;
326
+ display:block;
327
+ }
328
+ .ui-menu .ui-menu {
329
+ margin-top: -3px;
330
+ }
331
+ .ui-menu .ui-menu-item {
332
+ margin:0;
333
+ padding: 0;
334
+ zoom: 1;
335
+ float: left;
336
+ clear: left;
337
+ width: 100%;
338
+ }
339
+ .ui-menu .ui-menu-item a {
340
+ text-decoration:none;
341
+ display:block;
342
+ padding:.2em .4em;
343
+ line-height:1.5;
344
+ zoom:1;
345
+ }
346
+ .ui-menu .ui-menu-item a.ui-state-hover,
347
+ .ui-menu .ui-menu-item a.ui-state-active {
348
+ font-weight: normal;
349
+ margin: -1px;
350
+ }
351
+ /* Button
352
+ ----------------------------------*/
353
+
354
+ .ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
355
+ .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
356
+ button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
357
+ .ui-button-icons-only { width: 3.4em; }
358
+ button.ui-button-icons-only { width: 3.7em; }
359
+
360
+ /*button text element */
361
+ .ui-button .ui-button-text { display: block; line-height: 1.4; }
362
+ .ui-button-text-only .ui-button-text { padding: .4em 1em; }
363
+ .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
364
+ .ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
365
+ .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
366
+ /* no icon support for input elements, provide padding by default */
367
+ input.ui-button { padding: .4em 1em; }
368
+
369
+ /*button icon element(s) */
370
+ .ui-button-icon-only .ui-icon, .ui-button-text-icon .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
371
+ .ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
372
+ .ui-button-text-icon .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
373
+ .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
374
+
375
+ /*button sets*/
376
+ .ui-buttonset { margin-right: 7px; }
377
+ .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
378
+
379
+ /* workarounds */
380
+ button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
381
+
382
+
383
+
384
+
385
+
386
+ /* Dialog
387
+ ----------------------------------*/
388
+ .ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
389
+ .ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; }
390
+ .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
391
+ .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
392
+ .ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
393
+ .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
394
+ .ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
395
+ .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
396
+ .ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
397
+ .ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
398
+ .ui-draggable .ui-dialog-titlebar { cursor: move; }
399
+ /* Slider
400
+ ----------------------------------*/
401
+ .ui-slider { position: relative; text-align: left; }
402
+ .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
403
+ .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
404
+
405
+ .ui-slider-horizontal { height: .8em; }
406
+ .ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
407
+ .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
408
+ .ui-slider-horizontal .ui-slider-range-min { left: 0; }
409
+ .ui-slider-horizontal .ui-slider-range-max { right: 0; }
410
+
411
+ .ui-slider-vertical { width: .8em; height: 100px; }
412
+ .ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
413
+ .ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
414
+ .ui-slider-vertical .ui-slider-range-min { bottom: 0; }
415
+ .ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
416
+ ----------------------------------*/
417
+ .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
418
+ .ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
419
+ .ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
420
+ .ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
421
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
422
+ .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
423
+ .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
424
+ .ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
425
+ .ui-tabs .ui-tabs-hide { display: none !important; }
426
+ /* Datepicker
427
+ ----------------------------------*/
428
+ .ui-datepicker { width: 17em; padding: .2em .2em 0; }
429
+ .ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
430
+ .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
431
+ .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
432
+ .ui-datepicker .ui-datepicker-prev { left:2px; }
433
+ .ui-datepicker .ui-datepicker-next { right:2px; }
434
+ .ui-datepicker .ui-datepicker-prev-hover { left:1px; }
435
+ .ui-datepicker .ui-datepicker-next-hover { right:1px; }
436
+ .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
437
+ .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
438
+ .ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
439
+ .ui-datepicker select.ui-datepicker-month-year {width: 100%;}
440
+ .ui-datepicker select.ui-datepicker-month,
441
+ .ui-datepicker select.ui-datepicker-year { width: 49%;}
442
+ .ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
443
+ .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
444
+ .ui-datepicker td { border: 0; padding: 1px; }
445
+ .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
446
+ .ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
447
+ .ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
448
+ .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
449
+
450
+ /* with multiple calendars */
451
+ .ui-datepicker.ui-datepicker-multi { width:auto; }
452
+ .ui-datepicker-multi .ui-datepicker-group { float:left; }
453
+ .ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
454
+ .ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
455
+ .ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
456
+ .ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
457
+ .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
458
+ .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
459
+ .ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
460
+ .ui-datepicker-row-break { clear:both; width:100%; }
461
+
462
+ /* RTL support */
463
+ .ui-datepicker-rtl { direction: rtl; }
464
+ .ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
465
+ .ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
466
+ .ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
467
+ .ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
468
+ .ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
469
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
470
+ .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
471
+ .ui-datepicker-rtl .ui-datepicker-group { float:right; }
472
+ .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
473
+ .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
474
+
475
+ /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
476
+ .ui-datepicker-cover {
477
+ display: none; /*sorry for IE5*/
478
+ display/**/: block; /*sorry for IE5*/
479
+ position: absolute; /*must have*/
480
+ z-index: -1; /*must have*/
481
+ filter: mask(); /*must have*/
482
+ top: -4px; /*must have*/
483
+ left: -4px; /*must have*/
484
+ width: 200px; /*must have*/
485
+ height: 200px; /*must have*/
486
+ }/* Progressbar
487
+ ----------------------------------*/
488
+ .ui-progressbar { height:2em; text-align: left; }
489
+ .ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
css/jquery.fileupload.css ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+ /*
3
+ * jQuery File Upload Plugin CSS 1.3.0
4
+ * https://github.com/blueimp/jQuery-File-Upload
5
+ *
6
+ * Copyright 2013, Sebastian Tschan
7
+ * https://blueimp.net
8
+ *
9
+ * Licensed under the MIT license:
10
+ * http://www.opensource.org/licenses/MIT
11
+ */
12
+
13
+ .fileinput-button {
14
+ position: relative;
15
+ overflow: hidden;
16
+ }
17
+ .fileinput-button input {
18
+ position: absolute;
19
+ top: 0;
20
+ right: 0;
21
+ margin: 0;
22
+ opacity: 0;
23
+ -ms-filter: 'alpha(opacity=0)';
24
+ font-size: 200px;
25
+ direction: ltr;
26
+ cursor: pointer;
27
+ }
28
+
29
+ /* Fixes for IE < 8 */
30
+ @media screen\9 {
31
+ .fileinput-button input {
32
+ filter: alpha(opacity=0);
33
+ font-size: 100%;
34
+ height: 100%;
35
+ }
36
+ }
css/main.css ADDED
@@ -0,0 +1,579 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #accordion {
2
+ width:62%;
3
+ margin-right:15px;
4
+ margin-top: 22px;
5
+ float:left;
6
+ }
7
+
8
+ .accordion-body {
9
+ background: #fff;
10
+ }
11
+ .tooltip_smack { -moz-padding-start:135px; }
12
+
13
+ #accordion h3{
14
+ font: normal 12px Verdana;
15
+ text-decoration: none;
16
+ position: relative;
17
+ padding: 7px 22px;
18
+ color: #fff;
19
+ outline:none;
20
+ background: #222222;
21
+ border:1px solid #333333;
22
+ margin-top:-10px;
23
+ text-transform:uppercase;
24
+ }
25
+
26
+ #accordion h3:hover{
27
+ top: 0px;
28
+ font-weight:normal;
29
+ background: #333;
30
+ color: #2EA2CC;
31
+ }
32
+ #sec-one, #sec-two, #sec-three, #sec-four{
33
+ border:1px solid #CCC;
34
+ margin-top:-13px;
35
+ width:100%;
36
+ background: #FFF;
37
+ }
38
+
39
+ #sec-two{
40
+ height:auto;
41
+ }
42
+
43
+ .csv-top-navigation-wrapper{
44
+ border-bottom: 1px solid #B7B7B7;
45
+ display: block;
46
+ height: 28px;
47
+ margin-bottom: 20px;
48
+ margin-top: 20px;
49
+ padding-bottom: 2px;
50
+ -webkit-padding-before:0px;
51
+ -webkit-padding-end:0px;
52
+ -webkit-padding-after:0px;
53
+ -webkit-padding-start:0px;
54
+ width: 100%;
55
+ }
56
+
57
+ .csv-top-navigation-wrapper li{
58
+ float:left;
59
+ display: inline;
60
+ margin: 0;
61
+ margin-right:4px;
62
+ font: normal 12px Verdana;
63
+ text-decoration: none;
64
+ position: relative;
65
+ padding: 6px 14px;
66
+ border: 1px solid #333333;
67
+ color: #000;
68
+ text-transform:uppercase;
69
+ /*background: #F7F7F7 url(../images/tabbg2.gif) repeat-x 0 0;*/
70
+ background: #222222;
71
+ border-radius: 3px 3px 0 0;
72
+ outline:none;
73
+ }
74
+ .csv-top-navigation-wrapper li a{
75
+ text-decoration: none;
76
+ color: #ffffff;
77
+ }
78
+ .csv-top-navigation-wrapper li a:hover{
79
+ color: #2EA2CC;
80
+ }
81
+ .csv-top-navigation-wrapper li:hover{
82
+ /*background:White url(../images/tabbg.gif) repeat-x 0 0;*/
83
+ background: #333333;
84
+ }
85
+ .csv-top-navigation-wrapper li.selected{
86
+ /*background:White url(../images/tabbg.gif) repeat-x 0 0;*/
87
+ /*font-weight: bold;*/
88
+ background: #0074A2;
89
+ text-transform:uppercase;
90
+ }
91
+ .csv-top-navigation-wrapper li.selected a:hover{
92
+ color: #FFFFFF;
93
+ }
94
+ .navigationMenu{
95
+ text-decoration: none;
96
+ }
97
+
98
+ .selected{
99
+
100
+ }
101
+ .section-one{
102
+ padding-top:15px;
103
+ }
104
+ .section-one input{
105
+ width:65px;
106
+ }
107
+ .importer_icon img{
108
+ padding-right: 5px;
109
+ padding-top: 8px;
110
+ }
111
+
112
+ .importfile{
113
+ height : 255px;
114
+ }
115
+
116
+ .uploadlabel{
117
+ float:left;
118
+ width:100px;
119
+ padding-top:10px;
120
+ }
121
+ .mandatory{
122
+ color:red;
123
+ }
124
+ .progress{
125
+ margin:10px 10px 0px 15px;
126
+ }
127
+ .fileinput-button{
128
+ float:left;
129
+ }
130
+ .smackhelpswitcher{
131
+ border-bottom: 1px solid #A2A29D;
132
+ background-color: #E8F1F5;
133
+ text-decoration:none;
134
+ padding: 5px;
135
+ font-size: medium;
136
+ font-weight: bold;
137
+ padding: 7px;
138
+ min-width:600px;
139
+ }
140
+ .switchercontent li input[type="checkbox"], .switchercontent input[type="checkbox"], .supportedplugins input[type="radio"] {
141
+ margin-top: -2px;
142
+ }
143
+ .mappingsection{
144
+
145
+ }
146
+ .importstatus{
147
+ padding:10px 0px 35px 10px;
148
+ }
149
+ .mappingheader{
150
+ margin-top:15px;
151
+ }
152
+ .mappingactions > span a.tooltip{
153
+ -webkit-margin-start: 130px;
154
+ -webkit-margin-end: 0px;
155
+ }
156
+ .panel {
157
+ margin-bottom: 20px;
158
+ background-color: #fff;
159
+ border: 1px solid transparent;
160
+ border-radius: 4px;
161
+ -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
162
+ box-shadow: 0 1px 1px rgba(0,0,0,0.05);
163
+ }
164
+ .panel{
165
+ margin-top:40px;
166
+ text-align:left;
167
+ padding:10px;
168
+ margin-bottom:0px;
169
+ }
170
+ .panel h4{
171
+ font-weight: bold;
172
+ padding-bottom:3px;
173
+ }
174
+ .progress {
175
+ height: 20px;
176
+ overflow: hidden;
177
+ background-color: #f5f5f5;
178
+ border-radius: 4px;
179
+ -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
180
+ box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
181
+ }
182
+ .btn-success {
183
+ color: #fff;
184
+ background-color: #5cb85c;
185
+ border-color: #4cae4c;
186
+ }
187
+ .btn {
188
+ margin-right:10px;
189
+ display: inline-block;
190
+ padding: 6px 12px;
191
+ margin-bottom: 0;
192
+ font-size: 14px;
193
+ font-weight: normal;
194
+ line-height: 1.428571429;
195
+ text-align: center;
196
+ white-space: nowrap;
197
+ vertical-align: middle;
198
+ cursor: pointer;
199
+ border: 1px solid transparent;
200
+ border-radius: 4px;
201
+ -webkit-user-select: none;
202
+ -moz-user-select: none;
203
+ -ms-user-select: none;
204
+ -o-user-select: none;
205
+ user-select: none;
206
+ }
207
+ .glyphicon {
208
+ position: relative;
209
+ top: 1px;
210
+ display: inline-block;
211
+ font-family: 'Glyphicons Halflings';
212
+ -webkit-font-smoothing: antialiased;
213
+ font-style: normal;
214
+ font-weight: normal;
215
+ line-height: 1;
216
+ }
217
+ .glyphicon-plus:before {
218
+ content: "+";
219
+ }
220
+ .progress-bar-success {
221
+ background-color: #5cb85c;
222
+ }
223
+ .progress-bar {
224
+ float: left;
225
+ width: 0;
226
+ height: 100%;
227
+ font-size: 12px;
228
+ color: #fff;
229
+ text-align: center;
230
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
231
+ box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
232
+ -webkit-transition: width .6s ease;
233
+ transition: width .6s ease;
234
+ }
235
+ .container {
236
+ max-width: 1170px;
237
+ }
238
+ .container {
239
+ padding-right: 15px;
240
+ padding-left: 15px;
241
+ margin-right: auto;
242
+ margin-left: auto;
243
+ }
244
+ .container:before, .container:after {
245
+ display: table;
246
+ content: " ";
247
+ }
248
+ .panel-default {
249
+ border-color: #ddd;
250
+ }
251
+ .reportLog h3{
252
+ font: normal 12px Verdana;
253
+ text-decoration: none;
254
+ position: relative;
255
+ padding: 7px 22px;
256
+ color: #FFF;
257
+ outline: none;
258
+ background: #222;
259
+ border: 1px solid #CCC;
260
+ margin-top: -13px;
261
+ text-transform:uppercase;
262
+ -webkit-margin-before: 1em;
263
+ -webkit-margin-after: 1em;
264
+ -webkit-margin-start: 0px;
265
+ -webkit-margin-end: 0px;
266
+ }
267
+ .reportLog h3:hover{
268
+ color: #2EA2CC;
269
+ background: #333;
270
+ }
271
+ .reportLog{
272
+ width:35%;
273
+ float:right;
274
+ margin-right:15px;
275
+ height:350px;
276
+ }
277
+ @-moz-document url-prefix() {
278
+ .reportLog{
279
+ margin-top: 26px;
280
+ }
281
+ }
282
+ .logcontainer{
283
+ height:300px;
284
+ border: 1px solid #CCC;
285
+ margin-top: -13px;
286
+ overflow-y: scroll;
287
+ background: #fff;
288
+ }
289
+
290
+ .delimeter
291
+ {
292
+ float:left;
293
+ margin-left:35px;
294
+ margin-top:7px;
295
+ margin-bottom:7px;
296
+ }
297
+
298
+ .cutompostview
299
+ {
300
+ margin-left:10px;
301
+ }
302
+
303
+ #goto_element{
304
+ width:85px;
305
+ }
306
+
307
+ a.tooltip {outline:none; }
308
+ a.tooltip strong {line-height:20px;}
309
+ a.tooltip:hover {text-decoration:none;}
310
+ a.tooltip span {
311
+ z-index:10;display:none; padding:3px 12px;
312
+ }
313
+
314
+ a.tooltip:hover span{
315
+ display:inline; position:absolute; color:#111;
316
+ border:1px solid #DCA; background:#fffAF0;}
317
+ .callout {z-index:20;position:absolute;top:8px;border:0;left:-12px;}
318
+
319
+ a.tooltip span
320
+ {
321
+ border-radius:4px;
322
+ -moz-border-radius: 4px;
323
+ -webkit-border-radius: 4px;
324
+
325
+ -moz-box-shadow: 5px 5px 8px #CCC;
326
+ -webkit-box-shadow: 5px 5px 8px #CCC;
327
+ box-shadow: 5px 5px 8px #CCC;
328
+ }
329
+ .tooltipCustompost
330
+ {
331
+ margin-top:-27px;
332
+ margin-left:27px;
333
+ width:225px;
334
+ line-height:30px;
335
+ }
336
+
337
+ .tooltipPostStatus
338
+ {
339
+ min-height:50px;
340
+ margin-top:-13px;
341
+ margin-left:13px;
342
+ width:325px;
343
+ line-height:20px;
344
+ -webkit-margin-start: 28px;
345
+ -webkit-margin-end: 0px;
346
+ -webkit-margin-before: -28px;
347
+ }
348
+
349
+ .tooltipClearMapping
350
+ {
351
+ margin-top:-13px;
352
+ margin-left:13px;
353
+ width:225px;
354
+ line-height:30px;
355
+ -webkit-margin-start: 21px;
356
+ -webkit-margin-end: 0px;
357
+ -webkit-margin-before: -28px;
358
+ }
359
+
360
+ .goto_importer_setting
361
+ {
362
+ margin-left:50px;
363
+ margin-bottom:50px;
364
+ }
365
+
366
+ .clear_mapping
367
+ {
368
+ /*margin-left:25px;*/
369
+ }
370
+
371
+ .maperror {
372
+ position: fixed;
373
+ z-index: 999;
374
+ width: 250px;
375
+ right: 200px;
376
+ }
377
+
378
+ .error {
379
+ background-color: #FAEBE7 !important;
380
+ border: 1px solid #F16048 !important;
381
+ color: #DF280A !important;
382
+ }
383
+
384
+ .msg {
385
+ font-weight: bold !important;
386
+ margin: 0 auto !important;
387
+ width: 60%;
388
+ text-align: center;
389
+ min-height: 23px !important;
390
+ padding: 8px 8px 2px 32px !important;
391
+ margin-top: 5px !important;
392
+ }
393
+ .warning
394
+ {
395
+ float:left;
396
+ padding: 5px 5px;
397
+ border: 2px solid red;
398
+ border-radius:4px;
399
+ -moz-border-radius: 4px;
400
+ -webkit-border-radius: 4px;
401
+ margin-left:100px;
402
+ margin-top:20px;
403
+ }
404
+
405
+ .warnings
406
+ {
407
+ padding: 10px 10px;
408
+ border: 2px solid red;
409
+ border-radius:4px;
410
+ -moz-border-radius: 4px;
411
+ -webkit-border-radius: 4px;
412
+ top:190px;
413
+ position:relative;
414
+ }
415
+
416
+
417
+ .secondformheader{
418
+ padding-left:20px;
419
+ }
420
+
421
+ #settings{
422
+ line-height:200%;
423
+ }
424
+
425
+ .left_align{
426
+ /*padding-left: 15px;*/
427
+ }
428
+ .table-importer{
429
+ width:100%;
430
+ }
431
+
432
+ .moreMenu
433
+ {
434
+ z-index:5 !important;
435
+ background-color: #222222 !important;
436
+ }
437
+ .moreMenu ul
438
+ {
439
+ display: none;
440
+ }
441
+
442
+ .moreMenu:hover > ul
443
+ {
444
+ color: #ffffff;
445
+ display: block;
446
+ position:absolute;
447
+ margin-top:7px;
448
+ margin-left:-16px;
449
+ }
450
+ .moreMenu ul li {
451
+ width:145px;
452
+ }
453
+ .moreMenu li {
454
+ position:relative;
455
+ }
456
+ /*.contactus
457
+ {
458
+ width: 300px;
459
+ } */
460
+ #contactus, #usefullinks
461
+ {
462
+ width: 50%;
463
+ padding-top : 10px;
464
+ float:left;
465
+ }
466
+ .usefullinks{
467
+ padding-top: 12px;
468
+ }
469
+ .promobox .accordion-inner{
470
+ padding:17px;
471
+ }
472
+ #promobox{
473
+ height:auto;
474
+ width:50%;
475
+ padding : 10px;
476
+ }
477
+ #pluginpromo{
478
+ margin-top:15px;
479
+ }
480
+ #pluginpromo, #promobox{
481
+ float:left;
482
+ }
483
+ .stars li{
484
+ float:left;
485
+ width:20px;
486
+ height:20px;
487
+ background-color:#fff;
488
+ border:1px solid #ccc;
489
+ font-size:10px;
490
+ border-radius:50%;
491
+ text-align:center;
492
+ line-height:20px;
493
+ margin-right:3px;
494
+ transition:all 0.2s linear;
495
+ }
496
+ .stars:hover li{
497
+ background-color:yellow;
498
+ }
499
+ .stars li:hover ~ li{
500
+ background-color:#fff;
501
+ }
502
+ .sociallink{
503
+ margin-right:12px;
504
+ }
505
+ .plugintags a{
506
+ background-color: #767676;
507
+ border-radius: 0 2px 2px 0;
508
+ color: #fff;
509
+ display: inline-block;
510
+ font-size: 11px;
511
+ font-weight: 700;
512
+ line-height: 1.2727272727;
513
+ margin: 2px 4px 2px 10px;
514
+ padding: 3px 7px;
515
+ position: relative;
516
+ text-transform: uppercase;
517
+ text-decoration: none;
518
+ }
519
+ .plugintags a:before{
520
+ border-top: 10px solid transparent;
521
+ border-right: 8px solid #767676;
522
+ border-bottom: 10px solid transparent;
523
+ content: "";
524
+ height: 0;
525
+ position: absolute;
526
+ top: 0;
527
+ left: -8px;
528
+ width: 0;
529
+ }
530
+ .plugintags a:after{
531
+ background-color: #fff;
532
+ border-radius: 50%;
533
+ content: "";
534
+ height: 4px;
535
+ position: absolute;
536
+ top: 8px;
537
+ left: -2px;
538
+ width: 4px;
539
+ }
540
+ .plugintags a:hover{
541
+ background: #2ea2cc;
542
+ color: #fff;
543
+ text-shadow: none;
544
+ }
545
+ .moreMenuList
546
+ {
547
+ border-radius: 0 !important;
548
+ }
549
+ .msgborder
550
+ {
551
+ padding:10px;
552
+ border: 2px solid green;
553
+ border-radius:4px;
554
+ -moz-border-radius: 4px;
555
+ -webkit-border-radius: 4px;
556
+ margin-top:30px;
557
+ margin-bottom:20px;
558
+ position:relative;
559
+ }
560
+ #filenamedisplay{
561
+ height:65px;
562
+ padding-top: 30px;
563
+ }
564
+ input[type="checkbox"], #duplicatecontent {
565
+ margin-top: 0px;
566
+ -webkit-margin-start: -5px;
567
+ -webkit-margin-end: 0px;
568
+ }
569
+
570
+ #cust_post_empty
571
+ {
572
+ color:red;
573
+ margin-left:100px;
574
+ margin-top: 7px;
575
+ font-size:20px;
576
+ }
577
+ .prolinks{
578
+ padding: 0px 10px;
579
+ }
css/style.css ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+ /*
3
+ * jQuery File Upload Plugin CSS Example 8.8.2
4
+ * https://github.com/blueimp/jQuery-File-Upload
5
+ *
6
+ * Copyright 2013, Sebastian Tschan
7
+ * https://blueimp.net
8
+ *
9
+ * Licensed under the MIT license:
10
+ * http://www.opensource.org/licenses/MIT
11
+ */
12
+
13
+ body {
14
+ }
15
+
16
+ .container-fluid {
17
+ padding-left: 20px;
18
+ padding-right: 20px;
19
+ width: 900px;
20
+ *zoom: 1;
21
+ }
22
+ .container-fluid:before, .container-fluid:after {
23
+ display: table;
24
+ content: "";
25
+ }
26
+ .container-fluid:after {
27
+ clear: both;
28
+ }
29
+ .accordion {
30
+ margin-bottom: 18px;
31
+ }
32
+ .accordion-group {
33
+ margin-bottom: 2px;
34
+ border: 1px solid #e5e5e5;
35
+ -webkit-border-radius: 4px;
36
+ -moz-border-radius: 4px;
37
+ border-radius: 4px;
38
+ }
39
+ .accordion-heading {
40
+ border-bottom: 0;
41
+ }
42
+ .accordion-heading a{
43
+ text-decoration: none;
44
+ color:#ffffff;
45
+ }
46
+ .accordion-heading .accordion-toggle {
47
+ display: block;
48
+ padding: 8px 15px;
49
+ }
50
+ .accordion-heading a:hover{
51
+ color:#2EA2CC;
52
+ text-decoration: none;
53
+ }
54
+ .accordion-inner {
55
+ padding: 9px 15px;
56
+ background:#ffffff;
57
+ border-top: 1px solid #e5e5e5;
58
+ }
59
+ .accordion-group {
60
+ margin-bottom: 2px;
61
+ border: 1px solid #e5e5e5;
62
+ -webkit-border-radius: 4px;
63
+ -moz-border-radius: 4px;
64
+ border-radius: 4px;
65
+ }
66
+ .accordion-heading {
67
+ border-bottom: 0;
68
+ background:#222222;
69
+ }
70
+ .accordion-heading .accordion-toggle {
71
+ display: block;
72
+ padding: 8px 15px;
73
+ }
74
+ .accordion-inner {
75
+ padding: 9px 10px;
76
+ border-top: 1px solid #e5e5e5;
77
+ }
78
+ .collapse {
79
+ -webkit-transition: height 0.35s ease;
80
+ -moz-transition: height 0.35s ease;
81
+ -ms-transition: height 0.35s ease;
82
+ -o-transition: height 0.35s ease;
83
+ transition: height 0.35s ease;
84
+ position: relative;
85
+ overflow: hidden;
86
+ height: 0;
87
+ }
88
+ .collapse.in {
89
+ height: auto;
90
+ }
91
+ .nav-collapse.collapse {
92
+ height: auto;
93
+ }
94
+ .success{
95
+ background-color:#EAF0D5;
96
+ border:1px solid #008000;
97
+ }
98
+
99
+ .alert{
100
+ text-align:center;
101
+ padding:10px;
102
+ margin:5px;
103
+ border-radius:3px;
104
+ }
105
+ .alert-warning {
106
+ background-color: #FAEBE7 !important;
107
+ border: 1px solid #F16048 !important;
108
+ color: #DF280A !important;
109
+ }
110
+ .pluginAbsent:hover{
111
+ color:red;
112
+ }
113
+ .pluginPresent:hover{
114
+ color:red;
115
+ }
116
+ .pluginActive:hover{
117
+ color:green;
118
+ }
119
+ .container-fluid label{
120
+ display: block;
121
+ /*font-size: 1.2em;*/
122
+ padding:12px;
123
+ }
124
+ .typeofplugin{
125
+ font-size: 1.3em;
126
+ }
127
+ .supportedplugins td{
128
+ width:230px;
129
+ }
130
+ .typeofplugin {
131
+ text-transform:uppercase;
132
+ }
133
+ td.plugintype{
134
+ width:230px;
135
+ }
136
+ .box-one{
137
+ height:350px;
138
+ }
139
+ .top-left-box,.top-right-box{
140
+ width:48%;
141
+ height:350px;
142
+ margin-right:20px;
143
+ }
144
+ .top-left-box{
145
+ float:left;
146
+ }
147
+ .top-right-box{
148
+ float:right;
149
+ }
150
+ .top-left-box h3,.top-right-box h3,.fileManager h3{
151
+ padding:10px;
152
+ background: #222222;
153
+ border-color: #D2E3EB;
154
+ border-top-left-radius: 5px;
155
+ border-top-right-radius: 5px;
156
+ font-weight: normal;
157
+ font-size: 1.5em;
158
+ text-transform: uppercase;
159
+ color:#ffffff;
160
+ }
161
+ .top-left-box h3:hover,.top-right-box h3:hover,.fileManager h3:hover{
162
+ color:#ffffff;
163
+ }
164
+ .top-left-content,.top-right-content{
165
+ border: 1px solid #dddddd;
166
+ height: 275px;
167
+ margin-top: -16px;
168
+ background: #ffffff;
169
+ }
170
+ .fileManager{
171
+ width:98%;
172
+ }
173
+ .manager-content{
174
+ height:auto;
175
+ margin-top: -12px;
176
+ /*border: 1px solid #2e8965;*/
177
+ border: 1px solid #dddddd;
178
+ border-top: 1px solid #333333;
179
+ }
180
+ .manager-actions{
181
+ width:200px;
182
+ }
183
+ .manageraction{
184
+ margin-right:15px;
185
+ cursor:pointer;
186
+ }
187
+ .file-version{
188
+ width:100px;
189
+ }
190
+ .importedtime,.updatedtime{
191
+ width:150px;
192
+ }
193
+ .importedtype{
194
+ width:225px;
195
+ }
196
+ .importedfilename{
197
+ width:250px;
198
+ }
199
+ .selectall{
200
+ width:60px;
201
+ }
202
+ .center{
203
+ text-align:center;
204
+ }
205
+ .header-icon{
206
+ margin-right:15px;
207
+ }
208
+ .form-group label {
209
+ /* margin-top:8px; */
210
+ margin-top : 0px;
211
+ -webkit-margin-start: 8px;
212
+ -webkit-margin-end: 0px;
213
+ }
214
+ .mappingactions{
215
+ width:300px;
216
+ }
217
+ .importstatus label {
218
+ margin-top:12px
219
+ }
220
+ .importstatus span{
221
+ /*margin-top:15px;*/
222
+ padding: 0 5px;
223
+ }
224
+ /*.mappingheader .table-condensed label {
225
+ margin-top:13px;
226
+ }
227
+ .mappingheader .table-condensed span {
228
+ margin-top:13px;
229
+ }*/
fonts/FontAwesome.otf ADDED
Binary file
fonts/fontawesome-webfont.eot ADDED
Binary file
fonts/fontawesome-webfont.svg ADDED
@@ -0,0 +1,414 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="fontawesomeregular" horiz-adv-x="1536" >
7
+ <font-face units-per-em="1792" ascent="1536" descent="-256" />
8
+ <missing-glyph horiz-adv-x="448" />
9
+ <glyph unicode=" " horiz-adv-x="448" />
10
+ <glyph unicode="&#x09;" horiz-adv-x="448" />
11
+ <glyph unicode="&#xa0;" horiz-adv-x="448" />
12
+ <glyph unicode="&#xa8;" horiz-adv-x="1792" />
13
+ <glyph unicode="&#xa9;" horiz-adv-x="1792" />
14
+ <glyph unicode="&#xae;" horiz-adv-x="1792" />
15
+ <glyph unicode="&#xb4;" horiz-adv-x="1792" />
16
+ <glyph unicode="&#xc6;" horiz-adv-x="1792" />
17
+ <glyph unicode="&#x2000;" horiz-adv-x="768" />
18
+ <glyph unicode="&#x2001;" />
19
+ <glyph unicode="&#x2002;" horiz-adv-x="768" />
20
+ <glyph unicode="&#x2003;" />
21
+ <glyph unicode="&#x2004;" horiz-adv-x="512" />
22
+ <glyph unicode="&#x2005;" horiz-adv-x="384" />
23
+ <glyph unicode="&#x2006;" horiz-adv-x="256" />
24
+ <glyph unicode="&#x2007;" horiz-adv-x="256" />
25
+ <glyph unicode="&#x2008;" horiz-adv-x="192" />
26
+ <glyph unicode="&#x2009;" horiz-adv-x="307" />
27
+ <glyph unicode="&#x200a;" horiz-adv-x="85" />
28
+ <glyph unicode="&#x202f;" horiz-adv-x="307" />
29
+ <glyph unicode="&#x205f;" horiz-adv-x="384" />
30
+ <glyph unicode="&#x2122;" horiz-adv-x="1792" />
31
+ <glyph unicode="&#x221e;" horiz-adv-x="1792" />
32
+ <glyph unicode="&#x2260;" horiz-adv-x="1792" />
33
+ <glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
34
+ <glyph unicode="&#xf000;" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
35
+ <glyph unicode="&#xf001;" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
36
+ <glyph unicode="&#xf002;" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
37
+ <glyph unicode="&#xf003;" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
38
+ <glyph unicode="&#xf004;" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" />
39
+ <glyph unicode="&#xf005;" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" />
40
+ <glyph unicode="&#xf006;" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
41
+ <glyph unicode="&#xf007;" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
42
+ <glyph unicode="&#xf008;" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
43
+ <glyph unicode="&#xf009;" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
44
+ <glyph unicode="&#xf00a;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
45
+ <glyph unicode="&#xf00b;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
46
+ <glyph unicode="&#xf00c;" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
47
+ <glyph unicode="&#xf00d;" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
48
+ <glyph unicode="&#xf00e;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
49
+ <glyph unicode="&#xf010;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " />
50
+ <glyph unicode="&#xf011;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
51
+ <glyph unicode="&#xf012;" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
52
+ <glyph unicode="&#xf013;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
53
+ <glyph unicode="&#xf014;" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
54
+ <glyph unicode="&#xf015;" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
55
+ <glyph unicode="&#xf016;" horiz-adv-x="1280" d="M128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280zM768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z " />
56
+ <glyph unicode="&#xf017;" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
57
+ <glyph unicode="&#xf018;" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
58
+ <glyph unicode="&#xf019;" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
59
+ <glyph unicode="&#xf01a;" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
60
+ <glyph unicode="&#xf01b;" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
61
+ <glyph unicode="&#xf01c;" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" />
62
+ <glyph unicode="&#xf01d;" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
63
+ <glyph unicode="&#xf01e;" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
64
+ <glyph unicode="&#xf021;" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
65
+ <glyph unicode="&#xf022;" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" />
66
+ <glyph unicode="&#xf023;" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
67
+ <glyph unicode="&#xf024;" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
68
+ <glyph unicode="&#xf025;" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
69
+ <glyph unicode="&#xf026;" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
70
+ <glyph unicode="&#xf027;" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
71
+ <glyph unicode="&#xf028;" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
72
+ <glyph unicode="&#xf029;" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
73
+ <glyph unicode="&#xf02a;" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
74
+ <glyph unicode="&#xf02b;" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" />
75
+ <glyph unicode="&#xf02c;" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
76
+ <glyph unicode="&#xf02d;" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
77
+ <glyph unicode="&#xf02e;" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
78
+ <glyph unicode="&#xf02f;" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
79
+ <glyph unicode="&#xf030;" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
80
+ <glyph unicode="&#xf031;" horiz-adv-x="1664" d="M725 977l-170 -450q73 -1 153.5 -2t119 -1.5t52.5 -0.5l29 2q-32 95 -92 241q-53 132 -92 211zM21 -128h-21l2 79q22 7 80 18q89 16 110 31q20 16 48 68l237 616l280 724h75h53l11 -21l205 -480q103 -242 124 -297q39 -102 96 -235q26 -58 65 -164q24 -67 65 -149 q22 -49 35 -57q22 -19 69 -23q47 -6 103 -27q6 -39 6 -57q0 -14 -1 -26q-80 0 -192 8q-93 8 -189 8q-79 0 -135 -2l-200 -11l-58 -2q0 45 4 78l131 28q56 13 68 23q12 12 12 27t-6 32l-47 114l-92 228l-450 2q-29 -65 -104 -274q-23 -64 -23 -84q0 -31 17 -43 q26 -21 103 -32q3 0 13.5 -2t30 -5t40.5 -6q1 -28 1 -58q0 -17 -2 -27q-66 0 -349 20l-48 -8q-81 -14 -167 -14z" />
81
+ <glyph unicode="&#xf032;" horiz-adv-x="1408" d="M555 15q76 -32 140 -32q131 0 216 41t122 113q38 70 38 181q0 114 -41 180q-58 94 -141 126q-80 32 -247 32q-74 0 -101 -10v-144l-1 -173l3 -270q0 -15 12 -44zM541 761q43 -7 109 -7q175 0 264 65t89 224q0 112 -85 187q-84 75 -255 75q-52 0 -130 -13q0 -44 2 -77 q7 -122 6 -279l-1 -98q0 -43 1 -77zM0 -128l2 94q45 9 68 12q77 12 123 31q17 27 21 51q9 66 9 194l-2 497q-5 256 -9 404q-1 87 -11 109q-1 4 -12 12q-18 12 -69 15q-30 2 -114 13l-4 83l260 6l380 13l45 1q5 0 14 0.5t14 0.5q1 0 21.5 -0.5t40.5 -0.5h74q88 0 191 -27 q43 -13 96 -39q57 -29 102 -76q44 -47 65 -104t21 -122q0 -70 -32 -128t-95 -105q-26 -20 -150 -77q177 -41 267 -146q92 -106 92 -236q0 -76 -29 -161q-21 -62 -71 -117q-66 -72 -140 -108q-73 -36 -203 -60q-82 -15 -198 -11l-197 4q-84 2 -298 -11q-33 -3 -272 -11z" />
82
+ <glyph unicode="&#xf033;" horiz-adv-x="1024" d="M0 -126l17 85q4 1 77 20q76 19 116 39q29 37 41 101l27 139l56 268l12 64q8 44 17 84.5t16 67t12.5 46.5t9 30.5t3.5 11.5l29 157l16 63l22 135l8 50v38q-41 22 -144 28q-28 2 -38 4l19 103l317 -14q39 -2 73 -2q66 0 214 9q33 2 68 4.5t36 2.5q-2 -19 -6 -38 q-7 -29 -13 -51q-55 -19 -109 -31q-64 -16 -101 -31q-12 -31 -24 -88q-9 -44 -13 -82q-44 -199 -66 -306l-61 -311l-38 -158l-43 -235l-12 -45q-2 -7 1 -27q64 -15 119 -21q36 -5 66 -10q-1 -29 -7 -58q-7 -31 -9 -41q-18 0 -23 -1q-24 -2 -42 -2q-9 0 -28 3q-19 4 -145 17 l-198 2q-41 1 -174 -11q-74 -7 -98 -9z" />
83
+ <glyph unicode="&#xf034;" horiz-adv-x="1792" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l215 -1h293l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -42.5 2t-103.5 -1t-111 -1 q-34 0 -67 -5q-10 -97 -8 -136l1 -152v-332l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-88 0 -233 -14q-48 -4 -70 -4q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q8 192 6 433l-5 428q-1 62 -0.5 118.5t0.5 102.5t-2 57t-6 15q-6 5 -14 6q-38 6 -148 6q-43 0 -100 -13.5t-73 -24.5q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1744 128q33 0 42 -18.5t-11 -44.5 l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80z" />
84
+ <glyph unicode="&#xf035;" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l446 -1h318l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -58.5 2t-138.5 -1t-128 -1 q-94 0 -127 -5q-10 -97 -8 -136l1 -152v52l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-82 0 -233 -13q-45 -5 -70 -5q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q6 137 6 433l-5 44q0 265 -2 278q-2 11 -6 15q-6 5 -14 6q-38 6 -148 6q-50 0 -168.5 -14t-132.5 -24q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1505 113q26 -20 26 -49t-26 -49l-162 -126 q-26 -20 -44.5 -11t-18.5 42v80h-1024v-80q0 -33 -18.5 -42t-44.5 11l-162 126q-26 20 -26 49t26 49l162 126q26 20 44.5 11t18.5 -42v-80h1024v80q0 33 18.5 42t44.5 -11z" />
85
+ <glyph unicode="&#xf036;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
86
+ <glyph unicode="&#xf037;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
87
+ <glyph unicode="&#xf038;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
88
+ <glyph unicode="&#xf039;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
89
+ <glyph unicode="&#xf03a;" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
90
+ <glyph unicode="&#xf03b;" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
91
+ <glyph unicode="&#xf03c;" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
92
+ <glyph unicode="&#xf03d;" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" />
93
+ <glyph unicode="&#xf03e;" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
94
+ <glyph unicode="&#xf040;" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" />
95
+ <glyph unicode="&#xf041;" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
96
+ <glyph unicode="&#xf042;" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
97
+ <glyph unicode="&#xf043;" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
98
+ <glyph unicode="&#xf044;" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
99
+ <glyph unicode="&#xf045;" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
100
+ <glyph unicode="&#xf046;" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" />
101
+ <glyph unicode="&#xf047;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
102
+ <glyph unicode="&#xf048;" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" />
103
+ <glyph unicode="&#xf049;" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" />
104
+ <glyph unicode="&#xf04a;" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" />
105
+ <glyph unicode="&#xf04b;" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
106
+ <glyph unicode="&#xf04c;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
107
+ <glyph unicode="&#xf04d;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
108
+ <glyph unicode="&#xf04e;" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
109
+ <glyph unicode="&#xf050;" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
110
+ <glyph unicode="&#xf051;" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" />
111
+ <glyph unicode="&#xf052;" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
112
+ <glyph unicode="&#xf053;" horiz-adv-x="1152" d="M742 -37l-652 651q-37 37 -37 90.5t37 90.5l652 651q37 37 90.5 37t90.5 -37l75 -75q37 -37 37 -90.5t-37 -90.5l-486 -486l486 -485q37 -38 37 -91t-37 -90l-75 -75q-37 -37 -90.5 -37t-90.5 37z" />
113
+ <glyph unicode="&#xf054;" horiz-adv-x="1152" d="M1099 704q0 -52 -37 -91l-652 -651q-37 -37 -90 -37t-90 37l-76 75q-37 39 -37 91q0 53 37 90l486 486l-486 485q-37 39 -37 91q0 53 37 90l76 75q36 38 90 38t90 -38l652 -651q37 -37 37 -90z" />
114
+ <glyph unicode="&#xf055;" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
115
+ <glyph unicode="&#xf056;" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
116
+ <glyph unicode="&#xf057;" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
117
+ <glyph unicode="&#xf058;" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
118
+ <glyph unicode="&#xf059;" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
119
+ <glyph unicode="&#xf05a;" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
120
+ <glyph unicode="&#xf05b;" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
121
+ <glyph unicode="&#xf05c;" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
122
+ <glyph unicode="&#xf05d;" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
123
+ <glyph unicode="&#xf05e;" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
124
+ <glyph unicode="&#xf060;" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" />
125
+ <glyph unicode="&#xf061;" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
126
+ <glyph unicode="&#xf062;" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" />
127
+ <glyph unicode="&#xf063;" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
128
+ <glyph unicode="&#xf064;" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
129
+ <glyph unicode="&#xf065;" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
130
+ <glyph unicode="&#xf066;" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
131
+ <glyph unicode="&#xf067;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
132
+ <glyph unicode="&#xf068;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
133
+ <glyph unicode="&#xf069;" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
134
+ <glyph unicode="&#xf06a;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
135
+ <glyph unicode="&#xf06b;" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
136
+ <glyph unicode="&#xf06c;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
137
+ <glyph unicode="&#xf06d;" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
138
+ <glyph unicode="&#xf06e;" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
139
+ <glyph unicode="&#xf070;" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " />
140
+ <glyph unicode="&#xf071;" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
141
+ <glyph unicode="&#xf072;" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
142
+ <glyph unicode="&#xf073;" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
143
+ <glyph unicode="&#xf074;" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
144
+ <glyph unicode="&#xf075;" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
145
+ <glyph unicode="&#xf076;" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
146
+ <glyph unicode="&#xf077;" horiz-adv-x="1664" d="M1611 320q0 -53 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-486 485l-486 -485q-36 -38 -90 -38t-90 38l-75 75q-38 36 -38 90q0 53 38 91l651 651q37 37 90 37q52 0 91 -37l650 -651q38 -38 38 -91z" />
147
+ <glyph unicode="&#xf078;" horiz-adv-x="1664" d="M1611 832q0 -53 -37 -90l-651 -651q-38 -38 -91 -38q-54 0 -90 38l-651 651q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l486 -486l486 486q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
148
+ <glyph unicode="&#xf079;" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " />
149
+ <glyph unicode="&#xf07a;" horiz-adv-x="1664" d="M640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5 l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5 t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
150
+ <glyph unicode="&#xf07b;" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
151
+ <glyph unicode="&#xf07c;" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
152
+ <glyph unicode="&#xf07d;" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
153
+ <glyph unicode="&#xf07e;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
154
+ <glyph unicode="&#xf080;" horiz-adv-x="1920" d="M512 512v-384h-256v384h256zM896 1024v-896h-256v896h256zM1280 768v-640h-256v640h256zM1664 1152v-1024h-256v1024h256zM1792 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5z M1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
155
+ <glyph unicode="&#xf081;" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
156
+ <glyph unicode="&#xf082;" d="M1307 618l23 219h-198v109q0 49 15.5 68.5t71.5 19.5h110v219h-175q-152 0 -218 -72t-66 -213v-131h-131v-219h131v-635h262v635h175zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 q119 0 203.5 -84.5t84.5 -203.5z" />
157
+ <glyph unicode="&#xf083;" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
158
+ <glyph unicode="&#xf084;" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
159
+ <glyph unicode="&#xf085;" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
160
+ <glyph unicode="&#xf086;" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
161
+ <glyph unicode="&#xf087;" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
162
+ <glyph unicode="&#xf088;" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" />
163
+ <glyph unicode="&#xf089;" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
164
+ <glyph unicode="&#xf08a;" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" />
165
+ <glyph unicode="&#xf08b;" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
166
+ <glyph unicode="&#xf08c;" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
167
+ <glyph unicode="&#xf08d;" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
168
+ <glyph unicode="&#xf08e;" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
169
+ <glyph unicode="&#xf090;" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
170
+ <glyph unicode="&#xf091;" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
171
+ <glyph unicode="&#xf092;" d="M394 184q-8 -9 -20 3q-13 11 -4 19q8 9 20 -3q12 -11 4 -19zM352 245q9 -12 0 -19q-8 -6 -17 7t0 18q9 7 17 -6zM291 305q-5 -7 -13 -2q-10 5 -7 12q3 5 13 2q10 -5 7 -12zM322 271q-6 -7 -16 3q-9 11 -2 16q6 6 16 -3q9 -11 2 -16zM451 159q-4 -12 -19 -6q-17 4 -13 15 t19 7q16 -5 13 -16zM514 154q0 -11 -16 -11q-17 -2 -17 11q0 11 16 11q17 2 17 -11zM572 164q2 -10 -14 -14t-18 8t14 15q16 2 18 -9zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-224q-16 0 -24.5 1t-19.5 5t-16 14.5t-5 27.5v239q0 97 -52 142q57 6 102.5 18t94 39 t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103 q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -103t0.5 -68q0 -22 -11 -33.5t-22 -13t-33 -1.5 h-224q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
172
+ <glyph unicode="&#xf093;" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
173
+ <glyph unicode="&#xf094;" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
174
+ <glyph unicode="&#xf095;" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
175
+ <glyph unicode="&#xf096;" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" />
176
+ <glyph unicode="&#xf097;" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
177
+ <glyph unicode="&#xf098;" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
178
+ <glyph unicode="&#xf099;" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
179
+ <glyph unicode="&#xf09a;" horiz-adv-x="768" d="M511 980h257l-30 -284h-227v-824h-341v824h-170v284h170v171q0 182 86 275.5t283 93.5h227v-284h-142q-39 0 -62.5 -6.5t-34 -23.5t-13.5 -34.5t-3 -49.5v-142z" />
180
+ <glyph unicode="&#xf09b;" d="M1536 640q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -39.5 7t-12.5 30v211q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5 q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23 q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -89t0.5 -54q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
181
+ <glyph unicode="&#xf09c;" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
182
+ <glyph unicode="&#xf09d;" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
183
+ <glyph unicode="&#xf09e;" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
184
+ <glyph unicode="&#xf0a0;" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
185
+ <glyph unicode="&#xf0a1;" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
186
+ <glyph unicode="&#xf0a2;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM183 128h1298q-164 181 -246.5 411.5t-82.5 484.5q0 256 -320 256t-320 -256q0 -254 -82.5 -484.5t-246.5 -411.5zM1664 128q0 -52 -38 -90t-90 -38 h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
187
+ <glyph unicode="&#xf0a3;" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
188
+ <glyph unicode="&#xf0a4;" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
189
+ <glyph unicode="&#xf0a5;" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
190
+ <glyph unicode="&#xf0a6;" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
191
+ <glyph unicode="&#xf0a7;" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
192
+ <glyph unicode="&#xf0a8;" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
193
+ <glyph unicode="&#xf0a9;" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
194
+ <glyph unicode="&#xf0aa;" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
195
+ <glyph unicode="&#xf0ab;" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
196
+ <glyph unicode="&#xf0ac;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
197
+ <glyph unicode="&#xf0ad;" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
198
+ <glyph unicode="&#xf0ae;" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
199
+ <glyph unicode="&#xf0b0;" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
200
+ <glyph unicode="&#xf0b1;" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
201
+ <glyph unicode="&#xf0b2;" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " />
202
+ <glyph unicode="&#xf0c0;" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
203
+ <glyph unicode="&#xf0c1;" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
204
+ <glyph unicode="&#xf0c2;" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " />
205
+ <glyph unicode="&#xf0c3;" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
206
+ <glyph unicode="&#xf0c4;" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
207
+ <glyph unicode="&#xf0c5;" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
208
+ <glyph unicode="&#xf0c6;" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" />
209
+ <glyph unicode="&#xf0c7;" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
210
+ <glyph unicode="&#xf0c8;" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
211
+ <glyph unicode="&#xf0c9;" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
212
+ <glyph unicode="&#xf0ca;" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
213
+ <glyph unicode="&#xf0cb;" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
214
+ <glyph unicode="&#xf0cc;" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
215
+ <glyph unicode="&#xf0cd;" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
216
+ <glyph unicode="&#xf0ce;" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" />
217
+ <glyph unicode="&#xf0d0;" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
218
+ <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
219
+ <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
220
+ <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
221
+ <glyph unicode="&#xf0d4;" d="M678 -57q0 -38 -10 -71h-380q-95 0 -171.5 56.5t-103.5 147.5q24 45 69 77.5t100 49.5t107 24t107 7q32 0 49 -2q6 -4 30.5 -21t33 -23t31 -23t32 -25.5t27.5 -25.5t26.5 -29.5t21 -30.5t17.5 -34.5t9.5 -36t4.5 -40.5zM385 294q-234 -7 -385 -85v433q103 -118 273 -118 q32 0 70 5q-21 -61 -21 -86q0 -67 63 -149zM558 805q0 -100 -43.5 -160.5t-140.5 -60.5q-51 0 -97 26t-78 67.5t-56 93.5t-35.5 104t-11.5 99q0 96 51.5 165t144.5 69q66 0 119 -41t84 -104t47 -130t16 -128zM1536 896v-736q0 -119 -84.5 -203.5t-203.5 -84.5h-468 q39 73 39 157q0 66 -22 122.5t-55.5 93t-72 71t-72 59.5t-55.5 54.5t-22 59.5q0 36 23 68t56 61.5t65.5 64.5t55.5 93t23 131t-26.5 145.5t-75.5 118.5q-6 6 -14 11t-12.5 7.5t-10 9.5t-10.5 17h135l135 64h-437q-138 0 -244.5 -38.5t-182.5 -133.5q0 126 81 213t207 87h960 q119 0 203.5 -84.5t84.5 -203.5v-96h-256v256h-128v-256h-256v-128h256v-256h128v256h256z" />
222
+ <glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M876 71q0 21 -4.5 40.5t-9.5 36t-17.5 34.5t-21 30.5t-26.5 29.5t-27.5 25.5t-32 25.5t-31 23t-33 23t-30.5 21q-17 2 -50 2q-54 0 -106 -7t-108 -25t-98 -46t-69 -75t-27 -107q0 -68 35.5 -121.5t93 -84t120.5 -45.5t127 -15q59 0 112.5 12.5t100.5 39t74.5 73.5 t27.5 110zM756 933q0 60 -16.5 127.5t-47 130.5t-84 104t-119.5 41q-93 0 -144 -69t-51 -165q0 -47 11.5 -99t35.5 -104t56 -93.5t78 -67.5t97 -26q97 0 140.5 60.5t43.5 160.5zM625 1408h437l-135 -79h-135q71 -45 110 -126t39 -169q0 -74 -23 -131.5t-56 -92.5t-66 -64.5 t-56 -61t-23 -67.5q0 -26 16.5 -51t43 -48t58.5 -48t64 -55.5t58.5 -66t43 -85t16.5 -106.5q0 -160 -140 -282q-152 -131 -420 -131q-59 0 -119.5 10t-122 33.5t-108.5 58t-77 89t-30 121.5q0 61 37 135q32 64 96 110.5t145 71t155 36t150 13.5q-64 83 -64 149q0 12 2 23.5 t5 19.5t8 21.5t7 21.5q-40 -5 -70 -5q-149 0 -255.5 98t-106.5 246q0 140 95 250.5t234 141.5q94 20 187 20zM1664 1152v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" />
223
+ <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
224
+ <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
225
+ <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
226
+ <glyph unicode="&#xf0d9;" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
227
+ <glyph unicode="&#xf0da;" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
228
+ <glyph unicode="&#xf0db;" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
229
+ <glyph unicode="&#xf0dc;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
230
+ <glyph unicode="&#xf0dd;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
231
+ <glyph unicode="&#xf0de;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
232
+ <glyph unicode="&#xf0e0;" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
233
+ <glyph unicode="&#xf0e1;" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
234
+ <glyph unicode="&#xf0e2;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
235
+ <glyph unicode="&#xf0e3;" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
236
+ <glyph unicode="&#xf0e4;" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
237
+ <glyph unicode="&#xf0e5;" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
238
+ <glyph unicode="&#xf0e6;" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
239
+ <glyph unicode="&#xf0e7;" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
240
+ <glyph unicode="&#xf0e8;" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" />
241
+ <glyph unicode="&#xf0e9;" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
242
+ <glyph unicode="&#xf0ea;" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
243
+ <glyph unicode="&#xf0eb;" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
244
+ <glyph unicode="&#xf0ec;" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
245
+ <glyph unicode="&#xf0ed;" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
246
+ <glyph unicode="&#xf0ee;" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
247
+ <glyph unicode="&#xf0f0;" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
248
+ <glyph unicode="&#xf0f1;" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
249
+ <glyph unicode="&#xf0f2;" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" />
250
+ <glyph unicode="&#xf0f3;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1664 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5 q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
251
+ <glyph unicode="&#xf0f4;" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
252
+ <glyph unicode="&#xf0f5;" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
253
+ <glyph unicode="&#xf0f6;" horiz-adv-x="1280" d="M1024 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1024 608v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280z M768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z" />
254
+ <glyph unicode="&#xf0f7;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
255
+ <glyph unicode="&#xf0f8;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
256
+ <glyph unicode="&#xf0f9;" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
257
+ <glyph unicode="&#xf0fa;" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
258
+ <glyph unicode="&#xf0fb;" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" />
259
+ <glyph unicode="&#xf0fc;" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
260
+ <glyph unicode="&#xf0fd;" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
261
+ <glyph unicode="&#xf0fe;" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
262
+ <glyph unicode="&#xf100;" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
263
+ <glyph unicode="&#xf101;" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
264
+ <glyph unicode="&#xf102;" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
265
+ <glyph unicode="&#xf103;" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
266
+ <glyph unicode="&#xf104;" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
267
+ <glyph unicode="&#xf105;" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
268
+ <glyph unicode="&#xf106;" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
269
+ <glyph unicode="&#xf107;" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
270
+ <glyph unicode="&#xf108;" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
271
+ <glyph unicode="&#xf109;" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
272
+ <glyph unicode="&#xf10a;" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
273
+ <glyph unicode="&#xf10b;" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
274
+ <glyph unicode="&#xf10c;" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" />
275
+ <glyph unicode="&#xf10d;" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
276
+ <glyph unicode="&#xf10e;" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
277
+ <glyph unicode="&#xf110;" horiz-adv-x="1568" d="M496 192q0 -60 -42.5 -102t-101.5 -42q-60 0 -102 42t-42 102t42 102t102 42q59 0 101.5 -42t42.5 -102zM928 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -66 -47 -113t-113 -47t-113 47t-47 113 t47 113t113 47t113 -47t47 -113zM1360 192q0 -46 -33 -79t-79 -33t-79 33t-33 79t33 79t79 33t79 -33t33 -79zM528 1088q0 -73 -51.5 -124.5t-124.5 -51.5t-124.5 51.5t-51.5 124.5t51.5 124.5t124.5 51.5t124.5 -51.5t51.5 -124.5zM992 1280q0 -80 -56 -136t-136 -56 t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1536 640q0 -40 -28 -68t-68 -28t-68 28t-28 68t28 68t68 28t68 -28t28 -68zM1328 1088q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5z" />
278
+ <glyph unicode="&#xf111;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
279
+ <glyph unicode="&#xf112;" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
280
+ <glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
281
+ <glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
282
+ <glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
283
+ <glyph unicode="&#xf116;" horiz-adv-x="1792" />
284
+ <glyph unicode="&#xf117;" horiz-adv-x="1792" />
285
+ <glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
286
+ <glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
287
+ <glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
288
+ <glyph unicode="&#xf11b;" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
289
+ <glyph unicode="&#xf11c;" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
290
+ <glyph unicode="&#xf11d;" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
291
+ <glyph unicode="&#xf11e;" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
292
+ <glyph unicode="&#xf120;" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" />
293
+ <glyph unicode="&#xf121;" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
294
+ <glyph unicode="&#xf122;" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
295
+ <glyph unicode="&#xf123;" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
296
+ <glyph unicode="&#xf124;" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
297
+ <glyph unicode="&#xf125;" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
298
+ <glyph unicode="&#xf126;" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
299
+ <glyph unicode="&#xf127;" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
300
+ <glyph unicode="&#xf128;" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
301
+ <glyph unicode="&#xf129;" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
302
+ <glyph unicode="&#xf12a;" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
303
+ <glyph unicode="&#xf12b;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" />
304
+ <glyph unicode="&#xf12c;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" />
305
+ <glyph unicode="&#xf12d;" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
306
+ <glyph unicode="&#xf12e;" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
307
+ <glyph unicode="&#xf130;" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
308
+ <glyph unicode="&#xf131;" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
309
+ <glyph unicode="&#xf132;" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
310
+ <glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
311
+ <glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
312
+ <glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
313
+ <glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
314
+ <glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
315
+ <glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
316
+ <glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
317
+ <glyph unicode="&#xf13a;" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
318
+ <glyph unicode="&#xf13b;" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
319
+ <glyph unicode="&#xf13c;" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
320
+ <glyph unicode="&#xf13d;" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
321
+ <glyph unicode="&#xf13e;" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" />
322
+ <glyph unicode="&#xf140;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
323
+ <glyph unicode="&#xf141;" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
324
+ <glyph unicode="&#xf142;" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
325
+ <glyph unicode="&#xf143;" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
326
+ <glyph unicode="&#xf144;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" />
327
+ <glyph unicode="&#xf145;" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
328
+ <glyph unicode="&#xf146;" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
329
+ <glyph unicode="&#xf147;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
330
+ <glyph unicode="&#xf148;" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
331
+ <glyph unicode="&#xf149;" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
332
+ <glyph unicode="&#xf14a;" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
333
+ <glyph unicode="&#xf14b;" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
334
+ <glyph unicode="&#xf14c;" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
335
+ <glyph unicode="&#xf14d;" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
336
+ <glyph unicode="&#xf14e;" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
337
+ <glyph unicode="&#xf150;" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
338
+ <glyph unicode="&#xf151;" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
339
+ <glyph unicode="&#xf152;" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
340
+ <glyph unicode="&#xf153;" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
341
+ <glyph unicode="&#xf154;" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
342
+ <glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
343
+ <glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
344
+ <glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
345
+ <glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
346
+ <glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
347
+ <glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
348
+ <glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
349
+ <glyph unicode="&#xf15c;" horiz-adv-x="1280" d="M1024 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1024 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28 t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
350
+ <glyph unicode="&#xf15d;" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" />
351
+ <glyph unicode="&#xf15e;" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" />
352
+ <glyph unicode="&#xf160;" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
353
+ <glyph unicode="&#xf161;" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
354
+ <glyph unicode="&#xf162;" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
355
+ <glyph unicode="&#xf163;" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
356
+ <glyph unicode="&#xf164;" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
357
+ <glyph unicode="&#xf165;" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
358
+ <glyph unicode="&#xf166;" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
359
+ <glyph unicode="&#xf167;" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
360
+ <glyph unicode="&#xf168;" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" />
361
+ <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
362
+ <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
363
+ <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
364
+ <glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
365
+ <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
366
+ <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
367
+ <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
368
+ <glyph unicode="&#xf171;" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
369
+ <glyph unicode="&#xf172;" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
370
+ <glyph unicode="&#xf173;" horiz-adv-x="1024" d="M390 1408h219v-388h364v-241h-364v-394q0 -136 14 -172q13 -37 52 -60q50 -31 117 -31q117 0 232 76v-242q-102 -48 -178 -65q-77 -19 -173 -19q-105 0 -186 27q-78 25 -138 75q-58 51 -79 105q-22 54 -22 161v539h-170v217q91 30 155 84q64 55 103 132q39 78 54 196z " />
371
+ <glyph unicode="&#xf174;" d="M1123 127v181q-88 -56 -174 -56q-51 0 -88 23q-29 17 -39 45q-11 30 -11 129v295h274v181h-274v291h-164q-11 -90 -40 -147t-78 -99q-48 -40 -116 -63v-163h127v-404q0 -78 17 -121q17 -42 59 -78q43 -37 104 -57q62 -20 140 -20q67 0 129 14q57 13 134 49zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
372
+ <glyph unicode="&#xf175;" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
373
+ <glyph unicode="&#xf176;" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
374
+ <glyph unicode="&#xf177;" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
375
+ <glyph unicode="&#xf178;" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
376
+ <glyph unicode="&#xf179;" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
377
+ <glyph unicode="&#xf17a;" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
378
+ <glyph unicode="&#xf17b;" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
379
+ <glyph unicode="&#xf17c;" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
380
+ <glyph unicode="&#xf17d;" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
381
+ <glyph unicode="&#xf17e;" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
382
+ <glyph unicode="&#xf180;" horiz-adv-x="1664" d="M1483 512l-587 -587q-52 -53 -127.5 -53t-128.5 53l-587 587q-53 53 -53 128t53 128l587 587q53 53 128 53t128 -53l265 -265l-398 -399l-188 188q-42 42 -99 42q-59 0 -100 -41l-120 -121q-42 -40 -42 -99q0 -58 42 -100l406 -408q30 -28 67 -37l6 -4h28q60 0 99 41 l619 619l2 -3q53 -53 53 -128t-53 -128zM1406 1138l120 -120q14 -15 14 -36t-14 -36l-730 -730q-17 -15 -37 -15v0q-4 0 -6 1q-18 2 -30 14l-407 408q-14 15 -14 36t14 35l121 120q13 15 35 15t36 -15l252 -252l574 575q15 15 36 15t36 -15z" />
383
+ <glyph unicode="&#xf181;" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
384
+ <glyph unicode="&#xf182;" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
385
+ <glyph unicode="&#xf183;" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
386
+ <glyph unicode="&#xf184;" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
387
+ <glyph unicode="&#xf185;" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
388
+ <glyph unicode="&#xf186;" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
389
+ <glyph unicode="&#xf187;" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
390
+ <glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
391
+ <glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
392
+ <glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
393
+ <glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
394
+ <glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
395
+ <glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
396
+ <glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
397
+ <glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
398
+ <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
399
+ <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
400
+ <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
401
+ <glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
402
+ <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
403
+ <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
404
+ <glyph unicode="&#xf197;" horiz-adv-x="1792" />
405
+ <glyph unicode="&#xf198;" horiz-adv-x="1792" />
406
+ <glyph unicode="&#xf199;" horiz-adv-x="1792" />
407
+ <glyph unicode="&#xf19a;" horiz-adv-x="1792" />
408
+ <glyph unicode="&#xf19b;" horiz-adv-x="1792" />
409
+ <glyph unicode="&#xf19c;" horiz-adv-x="1792" />
410
+ <glyph unicode="&#xf19d;" horiz-adv-x="1792" />
411
+ <glyph unicode="&#xf19e;" horiz-adv-x="1792" />
412
+ <glyph unicode="&#xf500;" horiz-adv-x="1792" />
413
+ </font>
414
+ </defs></svg>
fonts/fontawesome-webfont.ttf ADDED
Binary file
fonts/fontawesome-webfont.woff ADDED
Binary file
fonts/glyphicons-halflings-regular.eot ADDED
Binary file
fonts/glyphicons-halflings-regular.svg ADDED
@@ -0,0 +1,229 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata></metadata>
5
+ <defs>
6
+ <font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
7
+ <font-face units-per-em="1200" ascent="960" descent="-240" />
8
+ <missing-glyph horiz-adv-x="500" />
9
+ <glyph />
10
+ <glyph />
11
+ <glyph unicode="&#xd;" />
12
+ <glyph unicode=" " />
13
+ <glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
14
+ <glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
15
+ <glyph unicode="&#xa0;" />
16
+ <glyph unicode="&#x2000;" horiz-adv-x="652" />
17
+ <glyph unicode="&#x2001;" horiz-adv-x="1304" />
18
+ <glyph unicode="&#x2002;" horiz-adv-x="652" />
19
+ <glyph unicode="&#x2003;" horiz-adv-x="1304" />
20
+ <glyph unicode="&#x2004;" horiz-adv-x="434" />
21
+ <glyph unicode="&#x2005;" horiz-adv-x="326" />
22
+ <glyph unicode="&#x2006;" horiz-adv-x="217" />
23
+ <glyph unicode="&#x2007;" horiz-adv-x="217" />
24
+ <glyph unicode="&#x2008;" horiz-adv-x="163" />
25
+ <glyph unicode="&#x2009;" horiz-adv-x="260" />
26
+ <glyph unicode="&#x200a;" horiz-adv-x="72" />
27
+ <glyph unicode="&#x202f;" horiz-adv-x="260" />
28
+ <glyph unicode="&#x205f;" horiz-adv-x="326" />
29
+ <glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
30
+ <glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
31
+ <glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
32
+ <glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
33
+ <glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
34
+ <glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
35
+ <glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
36
+ <glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
37
+ <glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
38
+ <glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
39
+ <glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
40
+ <glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
41
+ <glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
42
+ <glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
43
+ <glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
44
+ <glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
45
+ <glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
46
+ <glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
47
+ <glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
48
+ <glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
49
+ <glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
50
+ <glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
51
+ <glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
52
+ <glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
53
+ <glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
54
+ <glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
55
+ <glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
56
+ <glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
57
+ <glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
58
+ <glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
59
+ <glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
60
+ <glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
61
+ <glyph unicode="&#xe028;" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
62
+ <glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
63
+ <glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
64
+ <glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
65
+ <glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
66
+ <glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
67
+ <glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
68
+ <glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
69
+ <glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
70
+ <glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
71
+ <glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
72
+ <glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
73
+ <glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
74
+ <glyph unicode="&#xe041;" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
75
+ <glyph unicode="&#xe042;" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
76
+ <glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
77
+ <glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
78
+ <glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
79
+ <glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
80
+ <glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
81
+ <glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
82
+ <glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
83
+ <glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
84
+ <glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
85
+ <glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
86
+ <glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
87
+ <glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
88
+ <glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
89
+ <glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
90
+ <glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
91
+ <glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
92
+ <glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
93
+ <glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
94
+ <glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
95
+ <glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
96
+ <glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
97
+ <glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
98
+ <glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
99
+ <glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
100
+ <glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
101
+ <glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
102
+ <glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
103
+ <glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
104
+ <glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
105
+ <glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
106
+ <glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
107
+ <glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
108
+ <glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
109
+ <glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
110
+ <glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
111
+ <glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
112
+ <glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
113
+ <glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
114
+ <glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
115
+ <glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
116
+ <glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
117
+ <glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
118
+ <glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
119
+ <glyph unicode="&#xe087;" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
120
+ <glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
121
+ <glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
122
+ <glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
123
+ <glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
124
+ <glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
125
+ <glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
126
+ <glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
127
+ <glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
128
+ <glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
129
+ <glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
130
+ <glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
131
+ <glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
132
+ <glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
133
+ <glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
134
+ <glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
135
+ <glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
136
+ <glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
137
+ <glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
138
+ <glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
139
+ <glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
140
+ <glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
141
+ <glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
142
+ <glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
143
+ <glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
144
+ <glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
145
+ <glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
146
+ <glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
147
+ <glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
148
+ <glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
149
+ <glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
150
+ <glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
151
+ <glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
152
+ <glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
153
+ <glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
154
+ <glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
155
+ <glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
156
+ <glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
157
+ <glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
158
+ <glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
159
+ <glyph unicode="&#xe130;" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
160
+ <glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
161
+ <glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
162
+ <glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
163
+ <glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
164
+ <glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
165
+ <glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
166
+ <glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
167
+ <glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
168
+ <glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
169
+ <glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
170
+ <glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
171
+ <glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
172
+ <glyph unicode="&#xe143;" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
173
+ <glyph unicode="&#xe144;" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
174
+ <glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
175
+ <glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
176
+ <glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
177
+ <glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
178
+ <glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
179
+ <glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
180
+ <glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
181
+ <glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
182
+ <glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
183
+ <glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
184
+ <glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
185
+ <glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
186
+ <glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
187
+ <glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
188
+ <glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
189
+ <glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
190
+ <glyph unicode="&#xe162;" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
191
+ <glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
192
+ <glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
193
+ <glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
194
+ <glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
195
+ <glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
196
+ <glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
197
+ <glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
198
+ <glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
199
+ <glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
200
+ <glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
201
+ <glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
202
+ <glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
203
+ <glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
204
+ <glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
205
+ <glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
206
+ <glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
207
+ <glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
208
+ <glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
209
+ <glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
210
+ <glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
211
+ <glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
212
+ <glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
213
+ <glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
214
+ <glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
215
+ <glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
216
+ <glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
217
+ <glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
218
+ <glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
219
+ <glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
220
+ <glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
221
+ <glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
222
+ <glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
223
+ <glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
224
+ <glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
225
+ <glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
226
+ <glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
227
+ <glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
228
+ </font>
229
+ </defs></svg>
fonts/glyphicons-halflings-regular.ttf ADDED
Binary file
fonts/glyphicons-halflings-regular.woff ADDED
Binary file
images/HeadersExplained.jpeg DELETED
Binary file
images/Importicon_24.png CHANGED
File without changes
images/SubscribeViaEmail.gif DELETED
Binary file
images/ajax-loader.gif ADDED
Binary file
images/arrow_down.gif DELETED
Binary file
images/arrow_up.gif DELETED
Binary file
images/bg.gif DELETED
Binary file
images/csv-pro_01.png DELETED
Binary file
images/csv-pro_02.png DELETED
Binary file
images/csv-pro_04.png DELETED
Binary file
images/csv-pro_06.png DELETED
Binary file
images/csv-pro_07.png DELETED
Binary file
images/csv-pro_08.png DELETED
Binary file
images/csv-pro_10.png DELETED
Binary file
images/csv-pro_11.png DELETED
Binary file
images/csv-pro_13.png DELETED
Binary file
images/csv-pro_14.png DELETED
Binary file
images/csv-pro_16.png DELETED
Binary file
images/csv-pro_18.png DELETED
Binary file
images/csv-pro_19.png DELETED
Binary file
images/csv-pro_20.png DELETED
Binary file
images/csv-pro_21.png DELETED
Binary file
images/csv_delete.png DELETED
Binary file
images/csv_download.png DELETED
Binary file
images/csv_download_all.png DELETED
Binary file
images/csv_importer_dashboard_v3.5.png ADDED
Binary file
images/csv_records_delete.png DELETED
Binary file
images/custompostuitype.png DELETED
Binary file
images/delete_records.png DELETED
Binary file
images/donatenow.png ADDED
Binary file
images/eshop.png DELETED
Binary file
images/facebook.png CHANGED
File without changes
images/googleplus.png CHANGED
File without changes
images/icon.png CHANGED
File without changes
images/importerpro.png DELETED
Binary file
images/linkedin.png CHANGED
File without changes
images/loading.gif ADDED
Binary file
images/notactive.png DELETED
Binary file
images/notok.png DELETED
Binary file
images/ok.png DELETED
Binary file
images/paypal_donate_button.png DELETED
Binary file
images/progressbar.gif ADDED
Binary file
images/spacer.gif DELETED
Binary file
images/sprite.png DELETED
Binary file
images/stats.png DELETED
Binary file
images/stats5263_03.png DELETED
Binary file
images/stats5263_05.png DELETED
Binary file
images/stats5263_09.png DELETED
Binary file
images/stats5263_12.png DELETED
Binary file
images/stats5263_15.png DELETED
Binary file
images/stats5263_17.png DELETED
Binary file
images/tabbg.gif ADDED
Binary file
images/tabbg2.gif ADDED
Binary file
images/trash_records.png DELETED
Binary file
images/twitter.png CHANGED
File without changes
includes/WPImporter_includes_helper.php ADDED
@@ -0,0 +1,784 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /******************************
3
+ * Filename : includes/WPImporter_includes_helper.php
4
+ * Description : Helper class for WP Ultimate CSV Importer
5
+ * Author : Fredrick
6
+ * Owner : smackcoders.com
7
+ * Date : Jan31,2014
8
+ */
9
+
10
+ class WPImporter_includes_helper {
11
+
12
+ public function __construct()
13
+ {
14
+ $this->getKeyVals();
15
+ }
16
+
17
+ // @var string CSV upload directory name
18
+ public $uploadDir = 'ultimate_importer';
19
+
20
+ // @var boolean post title check
21
+ public $titleDupCheck = false;
22
+
23
+ // @var boolean content title check
24
+ public $conDupCheck = false;
25
+
26
+ // @var boolean for post flag
27
+ public $postFlag = true;
28
+
29
+ // @var int duplicate post count
30
+ public $dupPostCount = 0;
31
+
32
+ // @var int inserted post count
33
+ public $insPostCount = 0;
34
+
35
+ // @var int no post author count
36
+ public $noPostAuthCount = 0;
37
+
38
+ // @var int updated post count
39
+ public $updatedPostCount=0;
40
+
41
+ // @var string delimiter
42
+ public $delim = ",";
43
+
44
+ // @var array delilimters supported by CSV importer
45
+ public $delim_avail = array(
46
+ ',',
47
+ ';'
48
+ );
49
+
50
+ // @var array wp field keys
51
+ public $keys = array();
52
+
53
+ // @var array for default columns
54
+ public $defCols = array(
55
+ 'post_title' => null,
56
+ 'post_content' => null,
57
+ 'post_excerpt' => null,
58
+ 'post_date' => null,
59
+ 'post_name' => null,
60
+ 'post_tag' => null,
61
+ 'post_category' => null,
62
+ 'post_author' => null,
63
+ 'featured_image' => null,
64
+ 'post_parent' => 0,
65
+ 'post_status' => 0
66
+ );
67
+
68
+ // @var array CSV headers
69
+ public $headers = array();
70
+
71
+ public $capturedId=0;
72
+
73
+ /* getImportDataConfiguration */
74
+ public function getImportDataConfiguration(){
75
+ $importDataConfig = "<div class='importstatus'id='importallwithps_div'>
76
+ <table><tr><td>
77
+ <label>Import with post status</label><span class='mandatory'> *</span></td><td>
78
+ <div style='float:left;'>
79
+ <select name='importallwithps' id='importallwithps' onChange='selectpoststatus();' >
80
+ <option value='0'>Status as in CSV</option>
81
+ <option value='1'>Publish</option>
82
+ <option value='2'>Sticky</option>
83
+ <option value='4'>Private</option>
84
+ <option value='3'>Protected</option>
85
+ <option value='5'>Draft</option>
86
+ <option value='6'>Pending</option>
87
+ </select></div>
88
+ <div style='float:right;'>
89
+ <a href='#' class='tooltip'>
90
+ <img src='".WP_CONST_ULTIMATE_CSV_IMP_DIR."images/help.png' />
91
+ <span class='tooltipPostStatus'>
92
+ <img class='callout' src='".WP_CONST_ULTIMATE_CSV_IMP_DIR."images/callout.gif' />
93
+ Select the status for the post imported, if not defined within your csv .E.g.publish
94
+ <img src='". WP_CONST_ULTIMATE_CSV_IMP_DIR."images/help.png' style='margin-top: 6px;float:right;' />
95
+ </span></a> </div>
96
+ </td></tr><tr><td>
97
+ <div id='globalpassword_label' class='globalpassword' style='display:none;'><label>Password</label><span class='mandatory'> *</span></div></td><td>
98
+ <div id='globalpassword_text' class='globalpassword' style='display:none;'><input type = 'text' id='globalpassword_txt' name='globalpassword_txt' placeholder='Password for all post'></div></td></tr></table>
99
+ </div>";
100
+ return $importDataConfig;
101
+ }
102
+
103
+ /**
104
+ * Get upload directory
105
+ */
106
+ public function getUploadDirectory($check = 'plugin_uploads')
107
+ {
108
+ $upload_dir = wp_upload_dir();
109
+ if($check == 'plugin_uploads'){
110
+ return $upload_dir ['basedir'] . "/" . $this->uploadDir;
111
+ }else{
112
+ return $upload_dir ['basedir'];
113
+ }
114
+ }
115
+
116
+ /**
117
+ * generate help tooltip
118
+ * @param string $content ** content to show on tooltip **
119
+ * @return string $html ** generated HTML **
120
+ **/
121
+ public function generatehelp($content, $mapping_style = NULL)
122
+ {
123
+ $html = '<div style = "'.$mapping_style.'"> <a href="#" class="tooltip">
124
+ <img src="'.WP_CONST_ULTIMATE_CSV_IMP_DIR.'images/help.png" />
125
+ <span class="tooltipPostStatus">
126
+ <img class="callout" src="'.WP_CONST_ULTIMATE_CSV_IMP_DIR.'images/callout.gif" />
127
+ '.$content.'
128
+ <img src="'.WP_CONST_ULTIMATE_CSV_IMP_DIR.'images/help.png" style="margin-top: 6px;float:right;" />
129
+ </span> </a> </div>';
130
+ return $html;
131
+ }
132
+
133
+ public function activate(){
134
+ $csvfreesettings = array();
135
+ $csvfreesettings['post'] = 'post';
136
+ //$csvfreesettings['custompost'] = 'custompost';
137
+ $csvfreesettings['page'] = 'page';
138
+ $csvfreesettings['comments'] = 'comments';
139
+ $csvfreesettings['users'] = 'users';
140
+ $csvfreesettings['rcustompost'] = 'nonercustompost';
141
+ $csvfreesettings['rseooption'] = 'nonerseooption';
142
+ update_option('wpcsvfreesettings', $csvfreesettings);
143
+ }
144
+
145
+ public function deactivate(){
146
+ delete_option('wpcsvfreesettings');
147
+ }
148
+
149
+ public function output_fd_page()
150
+ {
151
+ if(!isset($_REQUEST['__module']))
152
+ {
153
+ wp_redirect( get_admin_url() . 'admin.php?page='.WP_CONST_ULTIMATE_CSV_IMP_SLUG.'/index.php&__module=post&step=uploadfile');
154
+ }
155
+ require_once(WP_CONST_ULTIMATE_CSV_IMP_DIRECTORY.'config/settings.php');
156
+ require_once(WP_CONST_ULTIMATE_CSV_IMP_DIRECTORY.'lib/skinnymvc/controller/SkinnyController.php');
157
+
158
+ $c = new SkinnyController;
159
+ $c->main();
160
+ }
161
+
162
+ public function getSettings(){
163
+ return get_option('wpcsvfreesettings');
164
+ }
165
+
166
+ public function renderMenu()
167
+ {
168
+ include(plugin_dir_path(__FILE__) . '../templates/menu.php');
169
+ }
170
+
171
+ public function requestedAction($action,$step){
172
+ $actions = array('dashboard','settings','help','users','comments','eshop','wpcommerce','woocommerce','categories','customtaxonomy','export', 'mappingtemplate');
173
+ if(!in_array($action,$actions)){
174
+ include(plugin_dir_path(__FILE__) . '../templates/view.php');
175
+ }else{
176
+ include(plugin_dir_path(__FILE__) . '../modules/'.$action.'/actions/actions.php');
177
+ include(plugin_dir_path(__FILE__) . '../modules/'.$action.'/templates/view.php');
178
+ }
179
+ }
180
+
181
+ /**
182
+ * Move CSV to the upload directory
183
+ */
184
+ public function move_file()
185
+ {
186
+ if ($_FILES ["csv_import"] ["error"] == 0) {
187
+ $tmp_name = $_FILES ["csv_import"] ["tmp_name"];
188
+ $this->csvFileName = $_FILES ["csv_import"] ["name"];
189
+ move_uploaded_file($tmp_name, $this->getUploadDirectory() . "/$this->csvFileName");
190
+ }
191
+ }
192
+
193
+ /**
194
+ * Check upload dirctory permission
195
+ */
196
+ function checkUploadDirPermission()
197
+ {
198
+ $this->getUploadDirectory();
199
+ $upload_dir = wp_upload_dir();
200
+ if (!is_dir($upload_dir ['basedir'])) {
201
+ print " <div style='font-size:16px;margin-left:20px;margin-top:25px;'>" . $this->t("UPLOAD_PERMISSION_ERROR") . "
202
+ </div><br/>
203
+ <div style='margin-left:20px;'>
204
+ <form class='add:the-list: validate' method='post' action=''>
205
+ <input type='submit' class='button-primary' name='Import Again' value='" . $this->t("IMPORT_AGAIN") . "'/>
206
+ </form>
207
+ </div>";
208
+ $this->freeze();
209
+ } else {
210
+ if (!is_dir($this->getUploadDirectory())) {
211
+ wp_mkdir_p($this->getUploadDirectory());
212
+ }
213
+ }
214
+ }
215
+
216
+
217
+ /**
218
+ * Get field colum keys
219
+ */
220
+ function getKeyVals()
221
+ {
222
+ $cust_fields='';
223
+ $acf_field=array();
224
+ global $wpdb;
225
+ $active_plugins = get_option('active_plugins');
226
+ $limit = ( int )apply_filters('postmeta_form_limit', 150);
227
+ $this->keys = $wpdb->get_col("SELECT meta_key FROM $wpdb->postmeta
228
+ GROUP BY meta_key
229
+ HAVING meta_key NOT LIKE '\_%' and meta_key NOT LIKE 'field_%'
230
+ ORDER BY meta_key
231
+ LIMIT $limit");
232
+
233
+ foreach ($this->keys as $val) {
234
+ $this->defCols ["CF: " . $val] = $val;
235
+ }
236
+
237
+
238
+
239
+ }
240
+
241
+ /**
242
+ * Function converts CSV data to formatted array.
243
+ *
244
+ * @param $file CSV
245
+ * input filename
246
+ * @param $delim delimiter
247
+ * for the CSV
248
+ * @return array formatted CSV output as array
249
+ */
250
+ function csv_file_data($file, $delim)
251
+ {
252
+ $file = $this->getUploadDirectory() .'/'. $file;
253
+ ini_set("auto_detect_line_endings", true);
254
+
255
+ $data_rows = array();
256
+ $this->delim = $delim;
257
+ //print($this->delim);die;
258
+ # Check whether file is present in the given file location
259
+ $fileexists = file_exists($file);
260
+
261
+ if ($fileexists) {
262
+ $resource = fopen($file, 'r');
263
+
264
+ $init = 0;
265
+ while ($keys = fgetcsv($resource, '', $this->delim, '"')) {
266
+ if ($init == 0) {
267
+ $this->headers = $keys;
268
+ } else {
269
+ if (!(($keys[0] == null) && (count($keys) == 1)))
270
+ array_push($data_rows, $keys);
271
+ }
272
+ $init++;
273
+ }
274
+ fclose($resource);
275
+ ini_set("auto_detect_line_endings", false);
276
+ } else {
277
+
278
+ }
279
+ return $data_rows;
280
+ }
281
+
282
+
283
+ /**
284
+ * Manage duplicates
285
+ *
286
+ * @param string type = (title|content), string content
287
+ * @return boolean
288
+ */
289
+ function duplicateChecks($type = 'title', $text, $gettype)
290
+ {
291
+ global $wpdb;
292
+ //$this->dupPostCount = 0;
293
+ if ($type == 'content') {
294
+ $htmlDecode = html_entity_decode($text);
295
+ $strippedText = strip_tags($htmlDecode);
296
+ $contentLength = strlen($strippedText);
297
+ $allPosts_count = $wpdb->get_results("SELECT COUNT(ID) as count FROM $wpdb->posts WHERE post_type = \"{$gettype}\" and post_status IN('publish','future','draft','pending','private')");
298
+ $allPosts_count = $allPosts_count[0]->count;
299
+ $allPosts = $wpdb->get_results("SELECT ID,post_title,post_date,post_content FROM $wpdb->posts WHERE post_type = \"{$gettype}\" and post_status IN('publish','future','draft','pending','private')");
300
+ foreach ($allPosts as $allPost) {
301
+ $htmlDecodePCont = html_entity_decode($allPost->post_content);
302
+ $strippedTextPCont = strip_tags($htmlDecodePCont);
303
+ similar_text($strippedTextPCont, $strippedText, $p);
304
+ if ($p == 100) {
305
+ $this->dupPostCount++;
306
+ return false;
307
+ }
308
+ }
309
+ return true;
310
+ } else if ($type == 'title') {
311
+ $post_exist = $wpdb->get_results("select ID from " . $wpdb->posts . " where post_title = \"{$text}\" and post_type = \"{$gettype}\" and post_status in('publish','future','draft','pending','private')");
312
+ if (count($post_exist) == 0 && ($text != null || $text != ''))
313
+ return true;
314
+ }
315
+ $this->dupPostCount++;
316
+ return false;
317
+ }
318
+
319
+
320
+ /**
321
+ * function to map the csv file and process it
322
+ *
323
+ * @return boolean
324
+ */
325
+ function processDataInWP($data_rows,$ret_array,$session_arr)
326
+ {
327
+ global $wpdb;
328
+ $post_id = '';
329
+ $smack_taxo = array();
330
+ $custom_array = array();
331
+ $seo_custom_array= array();
332
+
333
+ $headr_count = $ret_array['h2'];
334
+ for ($i = 0; $i < count($data_rows); $i++) {
335
+ if (array_key_exists('mapping' . $i, $ret_array)) {
336
+ if($ret_array ['mapping' . $i] != '-- Select --'){
337
+ if ($ret_array ['mapping' . $i] != 'add_custom' . $i) {
338
+ $strip_CF = strpos($ret_array['mapping' . $i], 'CF: ');
339
+ if ($strip_CF === 0) {
340
+ $custom_key = substr($ret_array['mapping' . $i], 4);
341
+ $custom_array[$custom_key] = $data_rows[$i];
342
+ }
343
+ else {
344
+ $new_post[$ret_array['mapping' . $i]] = $data_rows[$i];
345
+ }
346
+ } else {
347
+ $new_post [$ret_array ['textbox' . $i]] = $data_rows [$i];
348
+ $custom_array [$ret_array ['textbox' . $i]] = $data_rows [$i];
349
+ }
350
+ }
351
+ }
352
+ }
353
+ for ($inc = 0; $inc < count($data_rows); $inc++) {
354
+ foreach ($this->keys as $k => $v) {
355
+ if (array_key_exists($v, $new_post)) {
356
+ $custom_array [$v] = $new_post [$v];
357
+ }
358
+ }
359
+ }
360
+ if(is_array( $new_post )){
361
+ foreach ($new_post as $ckey => $cval) {
362
+ $this->postFlag = true;
363
+ $taxo = get_taxonomies();
364
+ foreach ($taxo as $taxokey => $taxovalue) {
365
+ if ($taxokey != 'category' && $taxokey != 'link_category' && $taxokey != 'post_tag' && $taxokey != 'nav_menu' && $taxokey != 'post_format') {
366
+ if ($taxokey == $ckey) {
367
+ $smack_taxo [$ckey] = $new_post [$ckey];
368
+ }
369
+ }
370
+ }
371
+
372
+ $taxo_check = 0;
373
+ if (!isset($smack_taxo[$ckey])) {
374
+ $smack_taxo [$ckey] = null;
375
+ $taxo_check = 1;
376
+ }
377
+ if ($ckey != 'post_category' && $ckey != 'post_tag' && $ckey != 'featured_image' && $ckey != $smack_taxo [$ckey]) {
378
+ if ($taxo_check == 1) {
379
+ unset($smack_taxo[$ckey]);
380
+ $taxo_check = 0;
381
+ }
382
+ if (array_key_exists($ckey, $custom_array)) {
383
+ $darray [$ckey] = $new_post [$ckey];
384
+ } else {
385
+ if (array_key_exists($ckey, $smack_taxo)) {
386
+ $data_array[$ckey] = null;
387
+ } else {
388
+ $data_array[$ckey] = $new_post [$ckey];
389
+ }
390
+ }
391
+ } else {
392
+ switch ($ckey) {
393
+ case 'post_tag' :
394
+ $tags [$ckey] = $new_post [$ckey];
395
+ break;
396
+ case 'post_category' :
397
+ $categories [$ckey] = $new_post [$ckey];
398
+ break;
399
+ case 'featured_image' :
400
+ /*
401
+ * TODO: Cleanup required
402
+ */
403
+ $split_filename = explode('/', htmlentities($new_post [$ckey]));
404
+ $arr_filename = count($split_filename);
405
+ $plain_filename = $split_filename [$arr_filename - 1];
406
+ $new_post [$ckey] = str_replace(' ', '%20', $new_post [$ckey]);
407
+ $file_url = $filetype [$ckey] = $new_post [$ckey];
408
+ $file_type = explode('.', $filetype [$ckey]);
409
+ $count = count($file_type);
410
+ $type = $file_type [$count - 1];
411
+
412
+ if ($type == 'png') {
413
+ $file ['post_mime_type'] = 'image/png';
414
+ } else if ($type == 'jpg' || $type == 'jpeg') {
415
+ $file ['post_mime_type'] = 'image/jpeg';
416
+ } else if ($type == 'gif') {
417
+ $file ['post_mime_type'] = 'image/gif';
418
+ }
419
+ $img_name = explode('/', $file_url);
420
+ $imgurl_split = count($img_name);
421
+ $img_name = explode('.', $img_name [$imgurl_split - 1]);
422
+ if (count($img_name) > 2) {
423
+ for ($r = 0; $r < (count($img_name) - 1); $r++) {
424
+ if ($r == 0)
425
+ $img_title = $img_name[$r];
426
+ else
427
+ $img_title .= '.' . $img_name[$r];
428
+ }
429
+ } else {
430
+ $img_title = $img_name = $img_name [0];
431
+ }
432
+ $attachmentName = urldecode($img_title) . '.' . $type;
433
+ $dir = wp_upload_dir();
434
+ $get_media_settings = get_option('uploads_use_yearmonth_folders');
435
+ if($get_media_settings == 1){
436
+ $dirname = date('Y') . '/' . date('m');
437
+ $full_path = $dir ['basedir'] . '/' . $dirname;
438
+ $baseurl = $dir ['baseurl'] . '/' . $dirname;
439
+ }else{
440
+ $full_path = $dir ['basedir'];
441
+ $baseurl = $dir ['baseurl'];
442
+ }
443
+ $filename = explode('/', $file_url);
444
+ $file_split = count($filename);
445
+ $filepath = $full_path . '/' . urldecode($plain_filename);
446
+ $fileurl = $baseurl . '/' . $filename [$file_split - 1];
447
+ if (is_dir($full_path)) {
448
+ $smack_fileCopy = @copy($file_url, $filepath);
449
+ } else {
450
+ wp_mkdir_p($full_path);
451
+ $smack_fileCopy = @copy($file_url, $filepath);
452
+ }
453
+
454
+ if(!function_exists('wp_get_current_user')) {
455
+ include(ABSPATH . "wp-includes/pluggable.php");
456
+ }
457
+ $img = wp_get_image_editor($filepath);
458
+ if (!is_wp_error($img)) {
459
+
460
+ $sizes_array = array(
461
+ // #1 - resizes to 1024x768 pixel, square-cropped image
462
+ array('width' => 1024, 'height' => 768, 'crop' => true),
463
+ // #2 - resizes to 100px max width/height, non-cropped image
464
+ array('width' => 100, 'height' => 100, 'crop' => false),
465
+ // #3 - resizes to 100 pixel max height, non-cropped image
466
+ array('width' => 300, 'height' => 100, 'crop' => false),
467
+ // #3 - resizes to 624x468 pixel max width, non-cropped image
468
+ array('width' => 624, 'height' => 468, 'crop' => false)
469
+ );
470
+ $resize = $img->multi_resize($sizes_array);
471
+ }
472
+ if ($smack_fileCopy) {
473
+ $file ['guid'] = $fileurl;
474
+ $file ['post_title'] = $img_title;
475
+ $file ['post_content'] = '';
476
+ $file ['post_status'] = 'attachment';
477
+ } else {
478
+ $file = false;
479
+ }
480
+ break;
481
+ }
482
+ }
483
+ }
484
+ }
485
+
486
+ if($_SESSION['SMACK_MAPPING_SETTINGS_VALUES']['selectedImporter'] != 'custompost'){
487
+ $data_array['post_type'] = $_SESSION['SMACK_MAPPING_SETTINGS_VALUES']['selectedImporter'];
488
+ }else{
489
+ $data_array['post_type'] = $_SESSION['SMACK_MAPPING_SETTINGS_VALUES']['custompostlist'];
490
+ }
491
+ if ($this->titleDupCheck == 'true')
492
+ $this->postFlag = $this->duplicateChecks('title', $data_array ['post_title'], $data_array ['post_type']);
493
+
494
+ if ($this->conDupCheck == 'true' && $this->postFlag)
495
+ $this->postFlag = $this->duplicateChecks('content', $data_array ['post_content'], $data_array ['post_type']);
496
+
497
+ if ($this->postFlag) {
498
+ unset ($sticky);
499
+ if (empty($data_array['post_status']))
500
+ $data_array['post_status'] = null;
501
+
502
+ if ($_SESSION['SMACK_MAPPING_SETTINGS_VALUES']['importallwithps'] != 0)
503
+ $data_array['post_status'] = $_SESSION['SMACK_MAPPING_SETTINGS_VALUES']['importallwithps'];
504
+
505
+ switch ($data_array ['post_status']) {
506
+ case 1 :
507
+ $data_array['post_status'] = 'publish';
508
+ break;
509
+ case 2 :
510
+ $data_array['post_status'] = 'publish';
511
+ $sticky = true;
512
+ break;
513
+ case 3 :
514
+ $data_array['post_status'] = 'publish';
515
+ $data_array ['post_password'] = $_POST ['postsPassword'];
516
+ break;
517
+ case 4 :
518
+ $data_array ['post_status'] = 'private';
519
+ break;
520
+ case 5 :
521
+ $data_array ['post_status'] = 'draft';
522
+ break;
523
+ case 6 :
524
+ $data_array ['post_status'] = 'pending';
525
+ break;
526
+ default :
527
+ $poststatus = $data_array['post_status'] = strtolower($data_array['post_status']);
528
+ if ($data_array['post_status'] != 'publish' && $data_array['post_status'] != 'private' && $data_array['post_status'] != 'draft' && $data_array['post_status'] != 'pending' && $data_array['post_status'] != 'sticky') {
529
+ $stripPSF = strpos($data_array['post_status'], '{');
530
+ if ($stripPSF === 0) {
531
+ $poststatus = substr($data_array['post_status'], 1);
532
+ $stripPSL = substr($poststatus, -1);
533
+ if ($stripPSL == '}') {
534
+ $postpwd = substr($poststatus, 0, -1);
535
+ $data_array['post_status'] = 'publish';
536
+ $data_array ['post_password'] = $postpwd;
537
+ } else {
538
+ $data_array['post_status'] = 'publish';
539
+ $data_array ['post_password'] = $poststatus;
540
+ }
541
+ } else {
542
+ $data_array['post_status'] = 'publish';
543
+ }
544
+ }
545
+ if ($data_array['post_status'] == 'sticky') {
546
+ $data_array['post_status'] = 'publish';
547
+ $sticky = true;
548
+ }
549
+
550
+ }
551
+ // Author name/id update
552
+ if(isset($data_array ['post_author'])){
553
+ $authorLen = strlen($data_array ['post_author']);
554
+ $postuserid = $data_array ['post_author'];
555
+ $checkpostuserid = intval($data_array ['post_author']);
556
+ $postAuthorLen = strlen($checkpostuserid);
557
+ $postauthor = array();
558
+
559
+ if ($authorLen == $postAuthorLen) {
560
+ $postauthor = $wpdb->get_results("select ID from $wpdb->users where ID = \"{$postuserid}\"");
561
+ } else {
562
+ $postauthor = $wpdb->get_results("select ID from $wpdb->users where user_login = \"{$postuserid}\"");
563
+ }
564
+
565
+ if (empty($postauthor) || !$postauthor[0]->ID) {
566
+ $data_array ['post_author'] = 1;
567
+ $this->noPostAuthCount++;
568
+ } else {
569
+ $data_array ['post_author'] = $postauthor [0]->ID;
570
+ }
571
+ }
572
+ else{
573
+ $data_array ['post_author'] = 1;
574
+ $this->noPostAuthCount++;
575
+ }
576
+
577
+ // Date format post
578
+ if (!isset($data_array ['post_date'])){
579
+ $data_array ['post_date'] = date('Y-m-d H:i:s');
580
+ }else{
581
+ $data_array ['post_date'] = date('Y-m-d H:i:s', strtotime($data_array ['post_date']));
582
+ }
583
+ if(isset($data_array ['post_slug'])){
584
+ $data_array ['post_name'] = $data_array ['post_slug'];
585
+ }
586
+
587
+ //add global password
588
+ if($data_array){
589
+ if($ret_array['importallwithps'] == 3){
590
+ $data_array['post_password'] = $ret_array['globalpassword_txt'];
591
+
592
+ }
593
+ }
594
+ //print('<pre>');print_r($data_array);die;
595
+ if ($data_array)
596
+ $post_id = wp_insert_post($data_array);
597
+
598
+ unset($postauthor);
599
+ if ($post_id) {
600
+ $uploaded_file_name=$session_arr['uploadedFile'];
601
+ $real_file_name = $session_arr['uploaded_csv_name'];
602
+ // $version = $session_arr['currentfileversion'];
603
+ $action = $data_array['post_type'];
604
+ /* $version_arr=array();
605
+ $version_arr=explode("(",$uploaded_file_name);
606
+ $version_arr=explode(")",$version_arr[1]);
607
+ $version=$version_arr[0]; */
608
+ $created_records[$action][] = $post_id;
609
+ if($action == 'post'){
610
+ $imported_as = 'Post';
611
+ }
612
+ if($action == 'page'){
613
+ $imported_as = 'Page';
614
+ }
615
+ if($action != 'post' && $action != 'page'){
616
+ $imported_as = 'Custom Post';
617
+ }
618
+ $keyword = $action;
619
+ $this->insPostCount++;
620
+ if (isset($sticky) && $sticky)
621
+ stick_post($post_id);
622
+
623
+ if (!empty ($custom_array)) {
624
+ foreach ($custom_array as $custom_key => $custom_value) {
625
+ add_post_meta($post_id, $custom_key, $custom_value);
626
+ }
627
+ }
628
+
629
+
630
+ // Create custom taxonomy to post
631
+ if (!empty ($smack_taxo)) {
632
+ foreach ($smack_taxo as $taxo_key => $taxo_value) {
633
+ if (!empty($taxo_value)) {
634
+ $split_line = explode('|', $taxo_value);
635
+ wp_set_object_terms($post_id, $split_line, $taxo_key);
636
+ }
637
+ }
638
+ }
639
+
640
+ // Create/Add tags to post
641
+ if (!empty ($tags)) {
642
+ foreach ($tags as $tag_key => $tag_value) {
643
+ wp_set_post_tags($post_id, $tag_value);
644
+ }
645
+ }
646
+
647
+ // Create/Add category to post
648
+ if (!empty ($categories)) {
649
+ $split_cate = explode('|', $categories ['post_category']);
650
+ foreach ($split_cate as $key => $val) {
651
+ if (is_numeric($val))
652
+ $split_cate[$key] = 'uncategorized';
653
+ }
654
+ wp_set_object_terms($post_id, $split_cate, 'category');
655
+ }
656
+ // Add featured image
657
+ if (!empty ($file)) {
658
+ $wp_filetype = wp_check_filetype(basename($attachmentName), null);
659
+ $wp_upload_dir = wp_upload_dir();
660
+ $attachment = array(
661
+ 'guid' => $wp_upload_dir['url'] . '/' . basename($attachmentName),
662
+ 'post_mime_type' => $wp_filetype['type'],
663
+ 'post_title' => preg_replace('/\.[^.]+$/', '', basename($attachmentName)),
664
+ 'post_content' => '',
665
+ 'post_status' => 'inherit'
666
+ );
667
+ if($get_media_settings == 1){
668
+ $generate_attachment = $dirname . '/' . $attachmentName;
669
+ }else{
670
+ $generate_attachment = $attachmentName;
671
+ }
672
+ $uploadedImage = $wp_upload_dir['path'] . '/' . $attachmentName;
673
+ $attach_id = wp_insert_attachment($attachment, $generate_attachment, $post_id);
674
+ require_once(ABSPATH . 'wp-admin/includes/image.php');
675
+ $attach_data = wp_generate_attachment_metadata($attach_id, $uploadedImage);
676
+ wp_update_attachment_metadata($attach_id, $attach_data);
677
+ set_post_thumbnail($post_id, $attach_id);
678
+ }
679
+ }
680
+ else{
681
+ $skippedRecords[] = $_SESSION['SMACK_SKIPPED_RECORDS'];
682
+ }
683
+ }
684
+ unset($data_array);
685
+ }
686
+
687
+ /**
688
+ * Delete uploaded file after import process
689
+ */
690
+ function deletefileafterprocesscomplete($uploadDir) {
691
+ //array_map('unlink', glob("$uploadDir/*"));
692
+ $files = array_diff(scandir($uploadDir), array('.','..'));
693
+ foreach ($files as $file) {
694
+ (is_dir("$uploadDir/$file")) ? rmdir("$uploadDir/$file") : unlink("$uploadDir/$file");
695
+ }
696
+ }
697
+
698
+ // Function convert string to hash_key
699
+ public function convert_string2hash_key($value) {
700
+ $file_name = hash_hmac('md5', "$value", 'secret');
701
+ return $file_name;
702
+ }
703
+
704
+ // Function for common footer
705
+ public function common_footer_for_other_plugin_promotions(){
706
+ $content = '<div class="accordion-inner">
707
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/" target="_blank">Social All in One Bot</a></label>
708
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/google-seo-author-snippet-plugin/" target="_blank">Google SEO Author Snippet</a></label>
709
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/" target="_blank">WP Advanced Importer</a></label>
710
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/wp-vtiger/" target="_blank">WP Tiger</a></label>
711
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/" target="_blank">WP Sugar</a></label>
712
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/" target="_blank">WP Zoho crm Sync</a></label>
713
+ <label class="plugintags"><a href="http://blog.smackcoders.com/category/free-wordpress-plugins/" target="_blank">CRM Ecommerce Integration</a></label>
714
+
715
+ <label class="plugintags"><a href="http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html" target="_blank">WP Ultimate CSV Importer Pro</a></label>
716
+ <label class="plugintags"><a href="http://www.smackcoders.com/pro-wordpress-vtiger-webforms-module.html" target="_blank">WP Tiger Pro</a></label>
717
+ <label class="plugintags"><a href="http://www.smackcoders.com/wordpress-sugar-integration-automated-multi-web-forms-generator-pro.html" target="_blank">WordPress Sugar Pro</a></label>
718
+ <label class="plugintags"><a href="http://www.smackcoders.com/vtigercrm6-magento-connector.html" target="_blank">VTiger 6 Magento Sync</a></label>
719
+ <label class="plugintags"><a href="http://www.smackcoders.com/vtigercrm-mailchimp-integration.html" target="_blank">VTiger 6 Mailchimp</a></label>
720
+ <label class="plugintags"><a href="http://www.smackcoders.com/vtiger-quickbooks-integration-module.html" target="_blank">Vtiger QuickBooks</a></label>
721
+ <label class="plugintags"><a href="http://www.smackcoders.com/xero-vtiger-integration.html" target="_blank">Vtiger Xero Sync</a></label>
722
+ <label class="plugintags"><a href="http://www.smackcoders.com/vtiger-crm-hrm-payroll-modules.html" target="_blank">Vtiger HR and Payroll</a></label>
723
+ <label class="plugintags"><a href="http://www.smackcoders.com/hr-payroll.html" target="_blank">HR Payroll</a></label>
724
+ <div style="position:relative;float:right;"><a href="http://www.smackcoders.com/"><img width=80 src="http://www.smackcoders.com/skin/frontend/default/megashop/images/logo.png" /></a></div>
725
+ </div>';
726
+ echo $content;
727
+ }
728
+
729
+ // Function for social sharing
730
+ public function importer_social_profile_share() {
731
+ $urlCurrentPage = "http://www.smackcoders.com/wp-ultimate-csv-importer.html";
732
+ $fbimgsrc = WP_CONTENT_URL . "/plugins/" . WP_CONST_ULTIMATE_CSV_IMP_SLUG . "/images/facebook.png";
733
+ $googleimgsrc = WP_CONTENT_URL . "/plugins/" . WP_CONST_ULTIMATE_CSV_IMP_SLUG . "/images/googleplus.png";
734
+ $linkedimgsrc = WP_CONTENT_URL . "/plugins/" . WP_CONST_ULTIMATE_CSV_IMP_SLUG . "/images/linkedin.png";
735
+ $twitimgsrc = WP_CONTENT_URL . "/plugins/" . WP_CONST_ULTIMATE_CSV_IMP_SLUG . "/images/twitter.png";
736
+ $strPageTitle = 'WP Ultimate CSV Importer';
737
+ $linked_in_username = 'smackcoders';
738
+
739
+ //Facebook
740
+ $htmlShareButtons = '<span class="sociallink">';
741
+ $htmlShareButtons .= '<a id="wpcsv_facebook_share" href="http://www.facebook.com/sharer.php?u=' . $urlCurrentPage . '" target="_blank">';
742
+ $htmlShareButtons .= '<img title="Facebook" class="wpcsv" src="' . $fbimgsrc . '" alt="Facebook" />';
743
+ $htmlShareButtons .= '</a>';
744
+ $htmlShareButtons .= '</span>';
745
+
746
+ //Google Plus
747
+ $htmlShareButtons .= '<span class="sociallink">';
748
+ $htmlShareButtons .= '<a id="wpcsv_google_share" href="https://plus.google.com/share?url=' . $urlCurrentPage . '" target="_blank" >';
749
+ $htmlShareButtons .= '<img title="Google+" class="wpcsv" src="' . $googleimgsrc . '" alt="Google+" />';
750
+ $htmlShareButtons .= '</a>';
751
+ $htmlShareButtons .= '</span>';
752
+
753
+ //Linked in
754
+ $htmlShareButtons .= '<span class="sociallink">';
755
+ $htmlShareButtons .= '<a id="wpcsv_linkedin_share" class="wpcsv_share_link" href="http://www.linkedin.com/shareArticle?mini=true&url=' . urlencode($urlCurrentPage) . '&title='.urlencode($strPageTitle).'&source='.$linked_in_username.'" target="_blank" >';
756
+ $htmlShareButtons .= '<img title="LinkedIn" class="wpcsv" src="' . $linkedimgsrc . '" alt="LinkedIn" />';
757
+ $htmlShareButtons .= '</a>';
758
+ $htmlShareButtons .= '</span>';
759
+
760
+ //Twitter
761
+ $username = "smackcoders";
762
+ // format the URL into friendly code
763
+ $twitterShareText = urlencode(html_entity_decode($strPageTitle . ' ', ENT_COMPAT, 'UTF-8'));
764
+ // twitter share link
765
+ $htmlShareButtons .= '<span class="sociallink">';
766
+ $htmlShareButtons .= '<a id="wpcsv_twitter_share" href="http://twitter.com/share?url=' . $urlCurrentPage .'&via='.$username.'&related='.$username.'&text=' . $twitterShareText . '" target="_blank">';
767
+ $htmlShareButtons .= '<img title="Twitter" class="wpcsv" src="' . $twitimgsrc . '" alt="Twitter" />';
768
+ $htmlShareButtons .= '</a>';
769
+ $htmlShareButtons .= '</span>';
770
+ echo $htmlShareButtons;
771
+ }
772
+
773
+ }
774
+ class CallWPImporterObj extends WPImporter_includes_helper
775
+ {
776
+ private static $_instance = null;
777
+ public static function getInstance()
778
+ {
779
+ if( !is_object(self::$_instance) ) //or if( is_null(self::$_instance) ) or if( self::$_instance == null )
780
+ self::$_instance = new WPImporter_includes_helper();
781
+ return self::$_instance;
782
+ }
783
+ }// CallSkinnyObj Class Ends
784
+ ?>
index.php ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /******************************
3
+ Plugin Name: WP Ultimate CSV Importer
4
+ Description: A plugin that helps to import the data's from a CSV file.
5
+ Version: 3.5
6
+ Author: smackcoders.com
7
+ Plugin URI: http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
8
+ Author URI: http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html
9
+ * filename: index.php
10
+ */
11
+ ob_start();
12
+ define('WP_CONST_ULTIMATE_CSV_IMP_URL', 'http://www.smackcoders.com/wp-ultimate-csv-importer-pro.html');
13
+ define('WP_CONST_ULTIMATE_CSV_IMP_NAME', 'WP Ultimate CSV Importer');
14
+ define('WP_CONST_ULTIMATE_CSV_IMP_SLUG', 'wp-ultimate-csv-importer');
15
+ define('WP_CONST_ULTIMATE_CSV_IMP_SETTINGS', 'WP Ultimate CSV Importer');
16
+ define('WP_CONST_ULTIMATE_CSV_IMP_VERSION', '3.5');
17
+ define('WP_CONST_ULTIMATE_CSV_IMP_DIR', WP_PLUGIN_URL . '/' . WP_CONST_ULTIMATE_CSV_IMP_SLUG . '/');
18
+ define('WP_CONST_ULTIMATE_CSV_IMP_DIRECTORY', plugin_dir_path( __FILE__ ));
19
+ define('WP_PLUGIN_BASE', WP_CONST_ULTIMATE_CSV_IMP_DIRECTORY);
20
+ /*define('WP_CONST_ULTIMATE_CSV_IMP_MAPPING_TEMPLATE', 'wp_ultimate_csv_importer_mappingtemplate');
21
+ define('WP_CONST_ULTIMATE_CSV_IMP_SCHEDULED_IMPORT', 'wp_ultimate_csv_importer_scheduled_import');*/
22
+
23
+ require_once('config/settings.php');
24
+ require_once('lib/skinnymvc/controller/SkinnyController.php');
25
+ require_once('includes/WPImporter_includes_helper.php');
26
+
27
+ # Activation & Deactivation
28
+ register_activation_hook(__FILE__, array('WPImporter_includes_helper', 'activate') );
29
+ register_deactivation_hook(__FILE__, array('WPImporter_includes_helper', 'deactivate') );
30
+
31
+ function action_admin_menu()
32
+ {
33
+ add_menu_page(WP_CONST_ULTIMATE_CSV_IMP_SETTINGS, WP_CONST_ULTIMATE_CSV_IMP_NAME, 'manage_options', __FILE__, array('WPImporter_includes_helper','output_fd_page'), WP_CONST_ULTIMATE_CSV_IMP_DIR . "/images/icon.png");
34
+ }
35
+ add_action ( "admin_menu", "action_admin_menu" );
36
+
37
+ function action_admin_init()
38
+ {
39
+ wp_enqueue_script('jquery-ui-datepicker');
40
+ wp_enqueue_style('jquery-style', plugins_url('css/jquery-ui.css', __FILE__));
41
+ wp_register_script('ultimate-importer-js', plugins_url('js/ultimate-importer-pro.js', __FILE__));
42
+ wp_enqueue_script('ultimate-importer-js');
43
+ wp_register_script('ultimate-importer-button', plugins_url('js/buttons.js', __FILE__));
44
+ wp_enqueue_script('ultimate-importer-button');
45
+ wp_enqueue_style('ultimate_importer_font_awesome', plugins_url('css/font-awesome.css', __FILE__));
46
+ wp_register_script('jquery-min', plugins_url('js/jquery.js', __FILE__));
47
+ wp_enqueue_script('jquery-min');
48
+ wp_register_script('jquery-widget', plugins_url('js/jquery.ui.widget.js', __FILE__));
49
+ wp_enqueue_script('jquery-widget');
50
+ wp_register_script('jquery-fileupload', plugins_url('js/jquery.fileupload.js', __FILE__));
51
+ wp_enqueue_script('jquery-fileupload');
52
+ wp_register_script('bootstrap-collapse', plugins_url('js/bootstrap-collapse.js', __FILE__));
53
+ wp_enqueue_script('bootstrap-collapse');
54
+ wp_enqueue_style('style', plugins_url('css/style.css', __FILE__));
55
+ wp_enqueue_style('jquery-fileupload', plugins_url('css/jquery.fileupload.css', __FILE__));
56
+ wp_enqueue_style('bootstrap-css', plugins_url('css/bootstrap.css', __FILE__));
57
+ wp_enqueue_style('ultimate-importer-css', plugins_url('css/main.css', __FILE__));
58
+ }
59
+ add_action('admin_init', 'action_admin_init');
60
+
61
+ function importByRequest()
62
+ {
63
+ require_once("templates/import.php");
64
+ die;
65
+ }
66
+ add_action('wp_ajax_importByRequest', 'importByRequest');
67
+
68
+ add_action('init', 'myStartSession', 1);
69
+ add_action('wp_logout', 'myEndSession');
70
+ add_action('wp_login', 'myEndSession');
71
+
72
+ function myStartSession() {
73
+ if(!session_id()) {
74
+ session_start();
75
+ }
76
+ }
77
+
78
+ function myEndSession() {
79
+ session_destroy ();
80
+ }
81
+ ?>
js/bootstrap-collapse.js ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* =============================================================
2
+ * bootstrap-collapse.js v2.0.1
3
+ * http://twitter.github.com/bootstrap/javascript.html#collapse
4
+ * =============================================================
5
+ * Copyright 2012 Twitter, Inc.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * ============================================================ */
19
+
20
+ !function( $ ){
21
+
22
+ "use strict"
23
+
24
+ var Collapse = function ( element, options ) {
25
+ this.$element = $(element)
26
+ this.options = $.extend({}, $.fn.collapse.defaults, options)
27
+
28
+ if (this.options["parent"]) {
29
+ this.$parent = $(this.options["parent"])
30
+ }
31
+
32
+ this.options.toggle && this.toggle()
33
+ }
34
+
35
+ Collapse.prototype = {
36
+
37
+ constructor: Collapse
38
+
39
+ , dimension: function () {
40
+ var hasWidth = this.$element.hasClass('width')
41
+ return hasWidth ? 'width' : 'height'
42
+ }
43
+
44
+ , show: function () {
45
+ var dimension = this.dimension()
46
+ , scroll = $.camelCase(['scroll', dimension].join('-'))
47
+ , actives = this.$parent && this.$parent.find('.in')
48
+ , hasData
49
+
50
+ if (actives && actives.length) {
51
+ hasData = actives.data('collapse')
52
+ actives.collapse('hide')
53
+ hasData || actives.data('collapse', null)
54
+ }
55
+
56
+ this.$element[dimension](0)
57
+ this.transition('addClass', 'show', 'shown')
58
+ this.$element[dimension](this.$element[0][scroll])
59
+
60
+ }
61
+
62
+ , hide: function () {
63
+ var dimension = this.dimension()
64
+ this.reset(this.$element[dimension]())
65
+ this.transition('removeClass', 'hide', 'hidden')
66
+ this.$element[dimension](0)
67
+ }
68
+
69
+ , reset: function ( size ) {
70
+ var dimension = this.dimension()
71
+
72
+ this.$element
73
+ .removeClass('collapse')
74
+ [dimension](size || 'auto')
75
+ [0].offsetWidth
76
+
77
+ this.$element.addClass('collapse')
78
+ }
79
+
80
+ , transition: function ( method, startEvent, completeEvent ) {
81
+ var that = this
82
+ , complete = function () {
83
+ if (startEvent == 'show') that.reset()
84
+ that.$element.trigger(completeEvent)
85
+ }
86
+
87
+ this.$element
88
+ .trigger(startEvent)
89
+ [method]('in')
90
+
91
+ $.support.transition && this.$element.hasClass('collapse') ?
92
+ this.$element.one($.support.transition.end, complete) :
93
+ complete()
94
+ }
95
+
96
+ , toggle: function () {
97
+ this[this.$element.hasClass('in') ? 'hide' : 'show']()
98
+ }
99
+
100
+ }
101
+
102
+ /* COLLAPSIBLE PLUGIN DEFINITION
103
+ * ============================== */
104
+
105
+ $.fn.collapse = function ( option ) {
106
+ return this.each(function () {
107
+ var $this = $(this)
108
+ , data = $this.data('collapse')
109
+ , options = typeof option == 'object' && option
110
+ if (!data) $this.data('collapse', (data = new Collapse(this, options)))
111
+ if (typeof option == 'string') data[option]()
112
+ })
113
+ }
114
+
115
+ $.fn.collapse.defaults = {
116
+ toggle: true
117
+ }
118
+
119
+ $.fn.collapse.Constructor = Collapse
120
+
121
+
122
+ /* COLLAPSIBLE DATA-API
123
+ * ==================== */
124
+
125
+ $(function () {
126
+ $('body').on('click.collapse.data-api', '[data-toggle=collapse]', function ( e ) {
127
+ var $this = $(this), href
128
+ , target = $this.attr('data-target')
129
+ || e.preventDefault()
130
+ || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '') //strip for ie7
131
+ , option = $(target).data('collapse') ? 'toggle' : $this.data()
132
+ $(target).collapse(option)
133
+ })
134
+ })
135
+
136
+ }( window.jQuery );
js/bootstrap.min.js ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ /**
2
+ * bootstrap.js v3.0.0 by @fat and @mdo
3
+ * Copyright 2013 Twitter Inc.
4
+ * http://www.apache.org/licenses/LICENSE-2.0
5
+ */
6
+ if(!jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(window.jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]');if(a.length){var b=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");"radio"===b.prop("type")&&a.find(".active").removeClass("active")}this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(window.jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("dropdown");d||c.data("dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(window.jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(window.jQuery);
js/buttons.js ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ========================================================================
2
+ * Bootstrap: button.js v3.0.3
3
+ * http://getbootstrap.com/javascript/#buttons
4
+ * ========================================================================
5
+ * Copyright 2013 Twitter, Inc.
6
+ *
7
+ * Licensed under the Apache License, Version 2.0 (the "License");
8
+ * you may not use this file except in compliance with the License.
9
+ * You may obtain a copy of the License at
10
+ *
11
+ * http://www.apache.org/licenses/LICENSE-2.0
12
+ *
13
+ * Unless required by applicable law or agreed to in writing, software
14
+ * distributed under the License is distributed on an "AS IS" BASIS,
15
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ * See the License for the specific language governing permissions and
17
+ * limitations under the License.
18
+ * ======================================================================== */
19
+
20
+
21
+ +function ($) { "use strict";
22
+
23
+ // BUTTON PUBLIC CLASS DEFINITION
24
+ // ==============================
25
+
26
+ var Button = function (element, options) {
27
+ this.$element = $(element)
28
+ this.options = $.extend({}, Button.DEFAULTS, options)
29
+ }
30
+
31
+ Button.DEFAULTS = {
32
+ loadingText: 'loading...'
33
+ }
34
+
35
+ Button.prototype.setState = function (state) {
36
+ var d = 'disabled'
37
+ var $el = this.$element
38
+ var val = $el.is('input') ? 'val' : 'html'
39
+ var data = $el.data()
40
+
41
+ state = state + 'Text'
42
+
43
+ if (!data.resetText) $el.data('resetText', $el[val]())
44
+
45
+ $el[val](data[state] || this.options[state])
46
+
47
+ // push to event loop to allow forms to submit
48
+ setTimeout(function () {
49
+ state == 'loadingText' ?
50
+ $el.addClass(d).attr(d, d) :
51
+ $el.removeClass(d).removeAttr(d);
52
+ }, 0)
53
+ }
54
+
55
+ Button.prototype.toggle = function () {
56
+ var $parent = this.$element.closest('[data-toggle="buttons"]')
57
+ var changed = true
58
+
59
+ if ($parent.length) {
60
+ var $input = this.$element.find('input')
61
+ if ($input.prop('type') === 'radio') {
62
+ // see if clicking on current one
63
+ if ($input.prop('checked') && this.$element.hasClass('active'))
64
+ changed = false
65
+ else
66
+ $parent.find('.active').removeClass('active')
67
+ }
68
+ if (changed) $input.prop('checked', !this.$element.hasClass('active')).trigger('change')
69
+ }
70
+
71
+ if (changed) this.$element.toggleClass('active')
72
+ }
73
+
74
+
75
+ // BUTTON PLUGIN DEFINITION
76
+ // ========================
77
+
78
+ var old = $.fn.button
79
+
80
+ $.fn.button = function (option) {
81
+ return this.each(function () {
82
+ var $this = $(this)
83
+ var data = $this.data('bs.button')
84
+ var options = typeof option == 'object' && option
85
+
86
+ if (!data) $this.data('bs.button', (data = new Button(this, options)))
87
+
88
+ if (option == 'toggle') data.toggle()
89
+ else if (option) data.setState(option)
90
+ })
91
+ }
92
+
93
+ $.fn.button.Constructor = Button
94
+
95
+
96
+ // BUTTON NO CONFLICT
97
+ // ==================
98
+
99
+ $.fn.button.noConflict = function () {
100
+ $.fn.button = old
101
+ return this
102
+ }
103
+
104
+
105
+ // BUTTON DATA-API
106
+ // ===============
107
+
108
+ $(document).on('click.bs.button.data-api', '[data-toggle^=button]', function (e) {
109
+ var $btn = $(e.target)
110
+ if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
111
+ $btn.button('toggle')
112
+ e.preventDefault()
113
+ })
114
+
115
+ }(jQuery);
js/jquery.fileupload.js ADDED
@@ -0,0 +1,1416 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery File Upload Plugin 5.38.0
3
+ * https://github.com/blueimp/jQuery-File-Upload
4
+ *
5
+ * Copyright 2010, Sebastian Tschan
6
+ * https://blueimp.net
7
+ *
8
+ * Licensed under the MIT license:
9
+ * http://www.opensource.org/licenses/MIT
10
+ */
11
+
12
+ /*jslint nomen: true, unparam: true, regexp: true */
13
+ /*global define, window, document, location, File, Blob, FormData */
14
+
15
+ (function (factory) {
16
+ 'use strict';
17
+ if (typeof define === 'function' && define.amd) {
18
+ // Register as an anonymous AMD module:
19
+ define([
20
+ 'jquery',
21
+ 'jquery.ui.widget'
22
+ ], factory);
23
+ } else {
24
+ // Browser globals:
25
+ factory(window.jQuery);
26
+ }
27
+ }(function ($) {
28
+ 'use strict';
29
+
30
+ // Detect file input support, based on
31
+ // http://viljamis.com/blog/2012/file-upload-support-on-mobile/
32
+ $.support.fileInput = !(new RegExp(
33
+ // Handle devices which give false positives for the feature detection:
34
+ '(Android (1\\.[0156]|2\\.[01]))' +
35
+ '|(Windows Phone (OS 7|8\\.0))|(XBLWP)|(ZuneWP)|(WPDesktop)' +
36
+ '|(w(eb)?OSBrowser)|(webOS)' +
37
+ '|(Kindle/(1\\.0|2\\.[05]|3\\.0))'
38
+ ).test(window.navigator.userAgent) ||
39
+ // Feature detection for all other devices:
40
+ $('<input type="file">').prop('disabled'));
41
+
42
+ // The FileReader API is not actually used, but works as feature detection,
43
+ // as some Safari versions (5?) support XHR file uploads via the FormData API,
44
+ // but not non-multipart XHR file uploads.
45
+ // window.XMLHttpRequestUpload is not available on IE10, so we check for
46
+ // window.ProgressEvent instead to detect XHR2 file upload capability:
47
+ $.support.xhrFileUpload = !!(window.ProgressEvent && window.FileReader);
48
+ $.support.xhrFormDataFileUpload = !!window.FormData;
49
+
50
+ // Detect support for Blob slicing (required for chunked uploads):
51
+ $.support.blobSlice = window.Blob && (Blob.prototype.slice ||
52
+ Blob.prototype.webkitSlice || Blob.prototype.mozSlice);
53
+
54
+ // The fileupload widget listens for change events on file input fields defined
55
+ // via fileInput setting and paste or drop events of the given dropZone.
56
+ // In addition to the default jQuery Widget methods, the fileupload widget
57
+ // exposes the "add" and "send" methods, to add or directly send files using
58
+ // the fileupload API.
59
+ // By default, files added via file input selection, paste, drag & drop or
60
+ // "add" method are uploaded immediately, but it is possible to override
61
+ // the "add" callback option to queue file uploads.
62
+ $.widget('blueimp.fileupload', {
63
+
64
+ options: {
65
+ // The drop target element(s), by the default the complete document.
66
+ // Set to null to disable drag & drop support:
67
+ dropZone: $(document),
68
+ // The paste target element(s), by the default the complete document.
69
+ // Set to null to disable paste support:
70
+ pasteZone: $(document),
71
+ // The file input field(s), that are listened to for change events.
72
+ // If undefined, it is set to the file input fields inside
73
+ // of the widget element on plugin initialization.
74
+ // Set to null to disable the change listener.
75
+ fileInput: undefined,
76
+ // By default, the file input field is replaced with a clone after
77
+ // each input field change event. This is required for iframe transport
78
+ // queues and allows change events to be fired for the same file
79
+ // selection, but can be disabled by setting the following option to false:
80
+ replaceFileInput: true,
81
+ // The parameter name for the file form data (the request argument name).
82
+ // If undefined or empty, the name property of the file input field is
83
+ // used, or "files[]" if the file input name property is also empty,
84
+ // can be a string or an array of strings:
85
+ paramName: undefined,
86
+ // By default, each file of a selection is uploaded using an individual
87
+ // request for XHR type uploads. Set to false to upload file
88
+ // selections in one request each:
89
+ singleFileUploads: true,
90
+ // To limit the number of files uploaded with one XHR request,
91
+ // set the following option to an integer greater than 0:
92
+ limitMultiFileUploads: undefined,
93
+ // The following option limits the number of files uploaded with one
94
+ // XHR request to keep the request size under or equal to the defined
95
+ // limit in bytes:
96
+ limitMultiFileUploadSize: undefined,
97
+ // Multipart file uploads add a number of bytes to each uploaded file,
98
+ // therefore the following option adds an overhead for each file used
99
+ // in the limitMultiFileUploadSize configuration:
100
+ limitMultiFileUploadSizeOverhead: 512,
101
+ // Set the following option to true to issue all file upload requests
102
+ // in a sequential order:
103
+ sequentialUploads: false,
104
+ // To limit the number of concurrent uploads,
105
+ // set the following option to an integer greater than 0:
106
+ limitConcurrentUploads: undefined,
107
+ // Set the following option to true to force iframe transport uploads:
108
+ forceIframeTransport: false,
109
+ // Set the following option to the location of a redirect url on the
110
+ // origin server, for cross-domain iframe transport uploads:
111
+ redirect: undefined,
112
+ // The parameter name for the redirect url, sent as part of the form
113
+ // data and set to 'redirect' if this option is empty:
114
+ redirectParamName: undefined,
115
+ // Set the following option to the location of a postMessage window,
116
+ // to enable postMessage transport uploads:
117
+ postMessage: undefined,
118
+ // By default, XHR file uploads are sent as multipart/form-data.
119
+ // The iframe transport is always using multipart/form-data.
120
+ // Set to false to enable non-multipart XHR uploads:
121
+ multipart: true,
122
+ // To upload large files in smaller chunks, set the following option
123
+ // to a preferred maximum chunk size. If set to 0, null or undefined,
124
+ // or the browser does not support the required Blob API, files will
125
+ // be uploaded as a whole.
126
+ maxChunkSize: undefined,
127
+ // When a non-multipart upload or a chunked multipart upload has been
128
+ // aborted, this option can be used to resume the upload by setting
129
+ // it to the size of the already uploaded bytes. This option is most
130
+ // useful when modifying the options object inside of the "add" or
131
+ // "send" callbacks, as the options are cloned for each file upload.
132
+ uploadedBytes: undefined,
133
+ // By default, failed (abort or error) file uploads are removed from the
134
+ // global progress calculation. Set the following option to false to
135
+ // prevent recalculating the global progress data:
136
+ recalculateProgress: true,
137
+ // Interval in milliseconds to calculate and trigger progress events:
138
+ progressInterval: 100,
139
+ // Interval in milliseconds to calculate progress bitrate:
140
+ bitrateInterval: 500,
141
+ // By default, uploads are started automatically when adding files:
142
+ autoUpload: true,
143
+
144
+ // Error and info messages:
145
+ messages: {
146
+ uploadedBytes: 'Uploaded bytes exceed file size'
147
+ },
148
+
149
+ // Translation function, gets the message key to be translated
150
+ // and an object with context specific data as arguments:
151
+ i18n: function (message, context) {
152
+ message = this.messages[message] || message.toString();
153
+ if (context) {
154
+ $.each(context, function (key, value) {
155
+ message = message.replace('{' + key + '}', value);
156
+ });
157
+ }
158
+ return message;
159
+ },
160
+
161
+ // Additional form data to be sent along with the file uploads can be set
162
+ // using this option, which accepts an array of objects with name and
163
+ // value properties, a function returning such an array, a FormData
164
+ // object (for XHR file uploads), or a simple object.
165
+ // The form of the first fileInput is given as parameter to the function:
166
+ formData: function (form) {
167
+ return form.serializeArray();
168
+ },
169
+
170
+ // The add callback is invoked as soon as files are added to the fileupload
171
+ // widget (via file input selection, drag & drop, paste or add API call).
172
+ // If the singleFileUploads option is enabled, this callback will be
173
+ // called once for each file in the selection for XHR file uploads, else
174
+ // once for each file selection.
175
+ //
176
+ // The upload starts when the submit method is invoked on the data parameter.
177
+ // The data object contains a files property holding the added files
178
+ // and allows you to override plugin options as well as define ajax settings.
179
+ //
180
+ // Listeners for this callback can also be bound the following way:
181
+ // .bind('fileuploadadd', func);
182
+ //
183
+ // data.submit() returns a Promise object and allows to attach additional
184
+ // handlers using jQuery's Deferred callbacks:
185
+ // data.submit().done(func).fail(func).always(func);
186
+ add: function (e, data) {
187
+ if (e.isDefaultPrevented()) {
188
+ return false;
189
+ }
190
+ if (data.autoUpload || (data.autoUpload !== false &&
191
+ $(this).fileupload('option', 'autoUpload'))) {
192
+ data.process().done(function () {
193
+ data.submit();
194
+ });
195
+ }
196
+ },
197
+
198
+ // Other callbacks:
199
+
200
+ // Callback for the submit event of each file upload:
201
+ // submit: function (e, data) {}, // .bind('fileuploadsubmit', func);
202
+
203
+ // Callback for the start of each file upload request:
204
+ // send: function (e, data) {}, // .bind('fileuploadsend', func);
205
+
206
+ // Callback for successful uploads:
207
+ // done: function (e, data) {}, // .bind('fileuploaddone', func);
208
+
209
+ // Callback for failed (abort or error) uploads:
210
+ // fail: function (e, data) {}, // .bind('fileuploadfail', func);
211
+
212
+ // Callback for completed (success, abort or error) requests:
213
+ // always: function (e, data) {}, // .bind('fileuploadalways', func);
214
+
215
+ // Callback for upload progress events:
216
+ // progress: function (e, data) {}, // .bind('fileuploadprogress', func);
217
+
218
+ // Callback for global upload progress events:
219
+ // progressall: function (e, data) {}, // .bind('fileuploadprogressall', func);
220
+
221
+ // Callback for uploads start, equivalent to the global ajaxStart event:
222
+ // start: function (e) {}, // .bind('fileuploadstart', func);
223
+
224
+ // Callback for uploads stop, equivalent to the global ajaxStop event:
225
+ // stop: function (e) {}, // .bind('fileuploadstop', func);
226
+
227
+ // Callback for change events of the fileInput(s):
228
+ // change: function (e, data) {}, // .bind('fileuploadchange', func);
229
+
230
+ // Callback for paste events to the pasteZone(s):
231
+ // paste: function (e, data) {}, // .bind('fileuploadpaste', func);
232
+
233
+ // Callback for drop events of the dropZone(s):
234
+ // drop: function (e, data) {}, // .bind('fileuploaddrop', func);
235
+
236
+ // Callback for dragover events of the dropZone(s):
237
+ // dragover: function (e) {}, // .bind('fileuploaddragover', func);
238
+
239
+ // Callback for the start of each chunk upload request:
240
+ // chunksend: function (e, data) {}, // .bind('fileuploadchunksend', func);
241
+
242
+ // Callback for successful chunk uploads:
243
+ // chunkdone: function (e, data) {}, // .bind('fileuploadchunkdone', func);
244
+
245
+ // Callback for failed (abort or error) chunk uploads:
246
+ // chunkfail: function (e, data) {}, // .bind('fileuploadchunkfail', func);
247
+
248
+ // Callback for completed (success, abort or error) chunk upload requests:
249
+ // chunkalways: function (e, data) {}, // .bind('fileuploadchunkalways', func);
250
+
251
+ // The plugin options are used as settings object for the ajax calls.
252
+ // The following are jQuery ajax settings required for the file uploads:
253
+ processData: false,
254
+ contentType: false,
255
+ cache: false
256
+ },
257
+
258
+ // A list of options that require reinitializing event listeners and/or
259
+ // special initialization code:
260
+ _specialOptions: [
261
+ 'fileInput',
262
+ 'dropZone',
263
+ 'pasteZone',
264
+ 'multipart',
265
+ 'forceIframeTransport'
266
+ ],
267
+
268
+ _blobSlice: $.support.blobSlice && function () {
269
+ var slice = this.slice || this.webkitSlice || this.mozSlice;
270
+ return slice.apply(this, arguments);
271
+ },
272
+
273
+ _BitrateTimer: function () {
274
+ this.timestamp = ((Date.now) ? Date.now() : (new Date()).getTime());
275
+ this.loaded = 0;
276
+ this.bitrate = 0;
277
+ this.getBitrate = function (now, loaded, interval) {
278
+ var timeDiff = now - this.timestamp;
279
+ if (!this.bitrate || !interval || timeDiff > interval) {
280
+ this.bitrate = (loaded - this.loaded) * (1000 / timeDiff) * 8;
281
+ this.loaded = loaded;
282
+ this.timestamp = now;
283
+ }
284
+ return this.bitrate;
285
+ };
286
+ },
287
+
288
+ _isXHRUpload: function (options) {
289
+ return !options.forceIframeTransport &&
290
+ ((!options.multipart && $.support.xhrFileUpload) ||
291
+ $.support.xhrFormDataFileUpload);
292
+ },
293
+
294
+ _getFormData: function (options) {
295
+ var formData;
296
+ if ($.type(options.formData) === 'function') {
297
+ return options.formData(options.form);
298
+ }
299
+ if ($.isArray(options.formData)) {
300
+ return options.formData;
301
+ }
302
+ if ($.type(options.formData) === 'object') {
303
+ formData = [];
304
+ $.each(options.formData, function (name, value) {
305
+ formData.push({name: name, value: value});
306
+ });
307
+ return formData;
308
+ }
309
+ return [];
310
+ },
311
+
312
+ _getTotal: function (files) {
313
+ var total = 0;
314
+ $.each(files, function (index, file) {
315
+ total += file.size || 1;
316
+ });
317
+ return total;
318
+ },
319
+
320
+ _initProgressObject: function (obj) {
321
+ var progress = {
322
+ loaded: 0,
323
+ total: 0,
324
+ bitrate: 0
325
+ };
326
+ if (obj._progress) {
327
+ $.extend(obj._progress, progress);
328
+ } else {
329
+ obj._progress = progress;
330
+ }
331
+ },
332
+
333
+ _initResponseObject: function (obj) {
334
+ var prop;
335
+ if (obj._response) {
336
+ for (prop in obj._response) {
337
+ if (obj._response.hasOwnProperty(prop)) {
338
+ delete obj._response[prop];
339
+ }
340
+ }
341
+ } else {
342
+ obj._response = {};
343
+ }
344
+ },
345
+
346
+ _onProgress: function (e, data) {
347
+ if (e.lengthComputable) {
348
+ var now = ((Date.now) ? Date.now() : (new Date()).getTime()),
349
+ loaded;
350
+ if (data._time && data.progressInterval &&
351
+ (now - data._time < data.progressInterval) &&
352
+ e.loaded !== e.total) {
353
+ return;
354
+ }
355
+ data._time = now;
356
+ loaded = Math.floor(
357
+ e.loaded / e.total * (data.chunkSize || data._progress.total)
358
+ ) + (data.uploadedBytes || 0);
359
+ // Add the difference from the previously loaded state
360
+ // to the global loaded counter:
361
+ this._progress.loaded += (loaded - data._progress.loaded);
362
+ this._progress.bitrate = this._bitrateTimer.getBitrate(
363
+ now,
364
+ this._progress.loaded,
365
+ data.bitrateInterval
366
+ );
367
+ data._progress.loaded = data.loaded = loaded;
368
+ data._progress.bitrate = data.bitrate = data._bitrateTimer.getBitrate(
369
+ now,
370
+ loaded,
371
+ data.bitrateInterval
372
+ );
373
+ // Trigger a custom progress event with a total data property set
374
+ // to the file size(s) of the current upload and a loaded data
375
+ // property calculated accordingly:
376
+ this._trigger(
377
+ 'progress',
378
+ $.Event('progress', {delegatedEvent: e}),
379
+ data
380
+ );
381
+ // Trigger a global progress event for all current file uploads,
382
+ // including ajax calls queued for sequential file uploads:
383
+ this._trigger(
384
+ 'progressall',
385
+ $.Event('progressall', {delegatedEvent: e}),
386
+ this._progress
387
+ );
388
+ }
389
+ },
390
+
391
+ _initProgressListener: function (options) {
392
+ var that = this,
393
+ xhr = options.xhr ? options.xhr() : $.ajaxSettings.xhr();
394
+ // Accesss to the native XHR object is required to add event listeners
395
+ // for the upload progress event:
396
+ if (xhr.upload) {
397
+ $(xhr.upload).bind('progress', function (e) {
398
+ var oe = e.originalEvent;
399
+ // Make sure the progress event properties get copied over:
400
+ e.lengthComputable = oe.lengthComputable;
401
+ e.loaded = oe.loaded;
402
+ e.total = oe.total;
403
+ that._onProgress(e, options);
404
+ });
405
+ options.xhr = function () {
406
+ return xhr;
407
+ };
408
+ }
409
+ },
410
+
411
+ _isInstanceOf: function (type, obj) {
412
+ // Cross-frame instanceof check
413
+ return Object.prototype.toString.call(obj) === '[object ' + type + ']';
414
+ },
415
+
416
+ _initXHRData: function (options) {
417
+ var that = this,
418
+ formData,
419
+ file = options.files[0],
420
+ // Ignore non-multipart setting if not supported:
421
+ multipart = options.multipart || !$.support.xhrFileUpload,
422
+ paramName = options.paramName[0];
423
+ options.headers = $.extend({}, options.headers);
424
+ if (options.contentRange) {
425
+ options.headers['Content-Range'] = options.contentRange;
426
+ }
427
+ if (!multipart || options.blob || !this._isInstanceOf('File', file)) {
428
+ options.headers['Content-Disposition'] = 'attachment; filename="' +
429
+ encodeURI(file.name) + '"';
430
+ }
431
+ if (!multipart) {
432
+ options.contentType = file.type;
433
+ options.data = options.blob || file;
434
+ } else if ($.support.xhrFormDataFileUpload) {
435
+ if (options.postMessage) {
436
+ // window.postMessage does not allow sending FormData
437
+ // objects, so we just add the File/Blob objects to
438
+ // the formData array and let the postMessage window
439
+ // create the FormData object out of this array:
440
+ formData = this._getFormData(options);
441
+ if (options.blob) {
442
+ formData.push({
443
+ name: paramName,
444
+ value: options.blob
445
+ });
446
+ } else {
447
+ $.each(options.files, function (index, file) {
448
+ formData.push({
449
+ name: options.paramName[index] || paramName,
450
+ value: file
451
+ });
452
+ });
453
+ }
454
+ } else {
455
+ if (that._isInstanceOf('FormData', options.formData)) {
456
+ formData = options.formData;
457
+ } else {
458
+ formData = new FormData();
459
+ $.each(this._getFormData(options), function (index, field) {
460
+ formData.append(field.name, field.value);
461
+ });
462
+ }
463
+ if (options.blob) {
464
+ formData.append(paramName, options.blob, file.name);
465
+ } else {
466
+ $.each(options.files, function (index, file) {
467
+ // This check allows the tests to run with
468
+ // dummy objects:
469
+ if (that._isInstanceOf('File', file) ||
470
+ that._isInstanceOf('Blob', file)) {
471
+ formData.append(
472
+ options.paramName[index] || paramName,
473
+ file,
474
+ file.uploadName || file.name
475
+ );
476
+ }
477
+ });
478
+ }
479
+ }
480
+ options.data = formData;
481
+ }
482
+ // Blob reference is not needed anymore, free memory:
483
+ options.blob = null;
484
+ },
485
+
486
+ _initIframeSettings: function (options) {
487
+ var targetHost = $('<a></a>').prop('href', options.url).prop('host');
488
+ // Setting the dataType to iframe enables the iframe transport:
489
+ options.dataType = 'iframe ' + (options.dataType || '');
490
+ // The iframe transport accepts a serialized array as form data:
491
+ options.formData = this._getFormData(options);
492
+ // Add redirect url to form data on cross-domain uploads:
493
+ if (options.redirect && targetHost && targetHost !== location.host) {
494
+ options.formData.push({
495
+ name: options.redirectParamName || 'redirect',
496
+ value: options.redirect
497
+ });
498
+ }
499
+ },
500
+
501
+ _initDataSettings: function (options) {
502
+ if (this._isXHRUpload(options)) {
503
+ if (!this._chunkedUpload(options, true)) {
504
+ if (!options.data) {
505
+ this._initXHRData(options);
506
+ }
507
+ this._initProgressListener(options);
508
+ }
509
+ if (options.postMessage) {
510
+ // Setting the dataType to postmessage enables the
511
+ // postMessage transport:
512
+ options.dataType = 'postmessage ' + (options.dataType || '');
513
+ }
514
+ } else {
515
+ this._initIframeSettings(options);
516
+ }
517
+ },
518
+
519
+ _getParamName: function (options) {
520
+ var fileInput = $(options.fileInput),
521
+ paramName = options.paramName;
522
+ if (!paramName) {
523
+ paramName = [];
524
+ fileInput.each(function () {
525
+ var input = $(this),
526
+ name = input.prop('name') || 'files[]',
527
+ i = (input.prop('files') || [1]).length;
528
+ while (i) {
529
+ paramName.push(name);
530
+ i -= 1;
531
+ }
532
+ });
533
+ if (!paramName.length) {
534
+ paramName = [fileInput.prop('name') || 'files[]'];
535
+ }
536
+ } else if (!$.isArray(paramName)) {
537
+ paramName = [paramName];
538
+ }
539
+ return paramName;
540
+ },
541
+
542
+ _initFormSettings: function (options) {
543
+ // Retrieve missing options from the input field and the
544
+ // associated form, if available:
545
+ if (!options.form || !options.form.length) {
546
+ options.form = $(options.fileInput.prop('form'));
547
+ // If the given file input doesn't have an associated form,
548
+ // use the default widget file input's form:
549
+ if (!options.form.length) {
550
+ options.form = $(this.options.fileInput.prop('form'));
551
+ }
552
+ }
553
+ options.paramName = this._getParamName(options);
554
+ if (!options.url) {
555
+ options.url = options.form.prop('action') || location.href;
556
+ }
557
+ // The HTTP request method must be "POST" or "PUT":
558
+ options.type = (options.type ||
559
+ ($.type(options.form.prop('method')) === 'string' &&
560
+ options.form.prop('method')) || ''
561
+ ).toUpperCase();
562
+ if (options.type !== 'POST' && options.type !== 'PUT' &&
563
+ options.type !== 'PATCH') {
564
+ options.type = 'POST';
565
+ }
566
+ if (!options.formAcceptCharset) {
567
+ options.formAcceptCharset = options.form.attr('accept-charset');
568
+ }
569
+ },
570
+
571
+ _getAJAXSettings: function (data) {
572
+ var options = $.extend({}, this.options, data);
573
+ this._initFormSettings(options);
574
+ this._initDataSettings(options);
575
+ return options;
576
+ },
577
+
578
+ // jQuery 1.6 doesn't provide .state(),
579
+ // while jQuery 1.8+ removed .isRejected() and .isResolved():
580
+ _getDeferredState: function (deferred) {
581
+ if (deferred.state) {
582
+ return deferred.state();
583
+ }
584
+ if (deferred.isResolved()) {
585
+ return 'resolved';
586
+ }
587
+ if (deferred.isRejected()) {
588
+ return 'rejected';
589
+ }
590
+ return 'pending';
591
+ },
592
+
593
+ // Maps jqXHR callbacks to the equivalent
594
+ // methods of the given Promise object:
595
+ _enhancePromise: function (promise) {
596
+ promise.success = promise.done;
597
+ promise.error = promise.fail;
598
+ promise.complete = promise.always;
599
+ return promise;
600
+ },
601
+
602
+ // Creates and returns a Promise object enhanced with
603
+ // the jqXHR methods abort, success, error and complete:
604
+ _getXHRPromise: function (resolveOrReject, context, args) {
605
+ var dfd = $.Deferred(),
606
+ promise = dfd.promise();
607
+ context = context || this.options.context || promise;
608
+ if (resolveOrReject === true) {
609
+ dfd.resolveWith(context, args);
610
+ } else if (resolveOrReject === false) {
611
+ dfd.rejectWith(context, args);
612
+ }
613
+ promise.abort = dfd.promise;
614
+ return this._enhancePromise(promise);
615
+ },
616
+
617
+ // Adds convenience methods to the data callback argument:
618
+ _addConvenienceMethods: function (e, data) {
619
+ var that = this,
620
+ getPromise = function (args) {
621
+ return $.Deferred().resolveWith(that, args).promise();
622
+ };
623
+ data.process = function (resolveFunc, rejectFunc) {
624
+ if (resolveFunc || rejectFunc) {
625
+ data._processQueue = this._processQueue =
626
+ (this._processQueue || getPromise([this])).pipe(
627
+ function () {
628
+ if (data.errorThrown) {
629
+ return $.Deferred()
630
+ .rejectWith(that, [data]).promise();
631
+ }
632
+ return getPromise(arguments);
633
+ }
634
+ ).pipe(resolveFunc, rejectFunc);
635
+ }
636
+ return this._processQueue || getPromise([this]);
637
+ };
638
+ data.submit = function () {
639
+ if (this.state() !== 'pending') {
640
+ data.jqXHR = this.jqXHR =
641
+ (that._trigger(
642
+ 'submit',
643
+ $.Event('submit', {delegatedEvent: e}),
644
+ this
645
+ ) !== false) && that._onSend(e, this);
646
+ }
647
+ return this.jqXHR || that._getXHRPromise();
648
+ };
649
+ data.abort = function () {
650
+ if (this.jqXHR) {
651
+ return this.jqXHR.abort();
652
+ }
653
+ this.errorThrown = 'abort';
654
+ return that._getXHRPromise();
655
+ };
656
+ data.state = function () {
657
+ if (this.jqXHR) {
658
+ return that._getDeferredState(this.jqXHR);
659
+ }
660
+ if (this._processQueue) {
661
+ return that._getDeferredState(this._processQueue);
662
+ }
663
+ };
664
+ data.processing = function () {
665
+ return !this.jqXHR && this._processQueue && that
666
+ ._getDeferredState(this._processQueue) === 'pending';
667
+ };
668
+ data.progress = function () {
669
+ return this._progress;
670
+ };
671
+ data.response = function () {
672
+ return this._response;
673
+ };
674
+ },
675
+
676
+ // Parses the Range header from the server response
677
+ // and returns the uploaded bytes:
678
+ _getUploadedBytes: function (jqXHR) {
679
+ var range = jqXHR.getResponseHeader('Range'),
680
+ parts = range && range.split('-'),
681
+ upperBytesPos = parts && parts.length > 1 &&
682
+ parseInt(parts[1], 10);
683
+ return upperBytesPos && upperBytesPos + 1;
684
+ },
685
+
686
+ // Uploads a file in multiple, sequential requests
687
+ // by splitting the file up in multiple blob chunks.
688
+ // If the second parameter is true, only tests if the file
689
+ // should be uploaded in chunks, but does not invoke any
690
+ // upload requests:
691
+ _chunkedUpload: function (options, testOnly) {
692
+ options.uploadedBytes = options.uploadedBytes || 0;
693
+ var that = this,
694
+ file = options.files[0],
695
+ fs = file.size,
696
+ ub = options.uploadedBytes,
697
+ mcs = options.maxChunkSize || fs,
698
+ slice = this._blobSlice,
699
+ dfd = $.Deferred(),
700
+ promise = dfd.promise(),
701
+ jqXHR,
702
+ upload;
703
+ if (!(this._isXHRUpload(options) && slice && (ub || mcs < fs)) ||
704
+ options.data) {
705
+ return false;
706
+ }
707
+ if (testOnly) {
708
+ return true;
709
+ }
710
+ if (ub >= fs) {
711
+ file.error = options.i18n('uploadedBytes');
712
+ return this._getXHRPromise(
713
+ false,
714
+ options.context,
715
+ [null, 'error', file.error]
716
+ );
717
+ }
718
+ // The chunk upload method:
719
+ upload = function () {
720
+ // Clone the options object for each chunk upload:
721
+ var o = $.extend({}, options),
722
+ currentLoaded = o._progress.loaded;
723
+ o.blob = slice.call(
724
+ file,
725
+ ub,
726
+ ub + mcs,
727
+ file.type
728
+ );
729
+ // Store the current chunk size, as the blob itself
730
+ // will be dereferenced after data processing:
731
+ o.chunkSize = o.blob.size;
732
+ // Expose the chunk bytes position range:
733
+ o.contentRange = 'bytes ' + ub + '-' +
734
+ (ub + o.chunkSize - 1) + '/' + fs;
735
+ // Process the upload data (the blob and potential form data):
736
+ that._initXHRData(o);
737
+ // Add progress listeners for this chunk upload:
738
+ that._initProgressListener(o);
739
+ jqXHR = ((that._trigger('chunksend', null, o) !== false && $.ajax(o)) ||
740
+ that._getXHRPromise(false, o.context))
741
+ .done(function (result, textStatus, jqXHR) {
742
+ ub = that._getUploadedBytes(jqXHR) ||
743
+ (ub + o.chunkSize);
744
+ // Create a progress event if no final progress event
745
+ // with loaded equaling total has been triggered
746
+ // for this chunk:
747
+ if (currentLoaded + o.chunkSize - o._progress.loaded) {
748
+ that._onProgress($.Event('progress', {
749
+ lengthComputable: true,
750
+ loaded: ub - o.uploadedBytes,
751
+ total: ub - o.uploadedBytes
752
+ }), o);
753
+ }
754
+ options.uploadedBytes = o.uploadedBytes = ub;
755
+ o.result = result;
756
+ o.textStatus = textStatus;
757
+ o.jqXHR = jqXHR;
758
+ that._trigger('chunkdone', null, o);
759
+ that._trigger('chunkalways', null, o);
760
+ if (ub < fs) {
761
+ // File upload not yet complete,
762
+ // continue with the next chunk:
763
+ upload();
764
+ } else {
765
+ dfd.resolveWith(
766
+ o.context,
767
+ [result, textStatus, jqXHR]
768
+ );
769
+ }
770
+ })
771
+ .fail(function (jqXHR, textStatus, errorThrown) {
772
+ o.jqXHR = jqXHR;
773
+ o.textStatus = textStatus;
774
+ o.errorThrown = errorThrown;
775
+ that._trigger('chunkfail', null, o);
776
+ that._trigger('chunkalways', null, o);
777
+ dfd.rejectWith(
778
+ o.context,
779
+ [jqXHR, textStatus, errorThrown]
780
+ );
781
+ });
782
+ };
783
+ this._enhancePromise(promise);
784
+ promise.abort = function () {
785
+ return jqXHR.abort();
786
+ };
787
+ upload();
788
+ return promise;
789
+ },
790
+
791
+ _beforeSend: function (e, data) {
792
+ if (this._active === 0) {
793
+ // the start callback is triggered when an upload starts
794
+ // and no other uploads are currently running,
795
+ // equivalent to the global ajaxStart event:
796
+ this._trigger('start');
797
+ // Set timer for global bitrate progress calculation:
798
+ this._bitrateTimer = new this._BitrateTimer();
799
+ // Reset the global progress values:
800
+ this._progress.loaded = this._progress.total = 0;
801
+ this._progress.bitrate = 0;
802
+ }
803
+ // Make sure the container objects for the .response() and
804
+ // .progress() methods on the data object are available
805
+ // and reset to their initial state:
806
+ this._initResponseObject(data);
807
+ this._initProgressObject(data);
808
+ data._progress.loaded = data.loaded = data.uploadedBytes || 0;
809
+ data._progress.total = data.total = this._getTotal(data.files) || 1;
810
+ data._progress.bitrate = data.bitrate = 0;
811
+ this._active += 1;
812
+ // Initialize the global progress values:
813
+ this._progress.loaded += data.loaded;
814
+ this._progress.total += data.total;
815
+ },
816
+
817
+ _onDone: function (result, textStatus, jqXHR, options) {
818
+ var total = options._progress.total,
819
+ response = options._response;
820
+ if (options._progress.loaded < total) {
821
+ // Create a progress event if no final progress event
822
+ // with loaded equaling total has been triggered:
823
+ this._onProgress($.Event('progress', {
824
+ lengthComputable: true,
825
+ loaded: total,
826
+ total: total
827
+ }), options);
828
+ }
829
+ response.result = options.result = result;
830
+ response.textStatus = options.textStatus = textStatus;
831
+ response.jqXHR = options.jqXHR = jqXHR;
832
+ this._trigger('done', null, options);
833
+ },
834
+
835
+ _onFail: function (jqXHR, textStatus, errorThrown, options) {
836
+ var response = options._response;
837
+ if (options.recalculateProgress) {
838
+ // Remove the failed (error or abort) file upload from
839
+ // the global progress calculation:
840
+ this._progress.loaded -= options._progress.loaded;
841
+ this._progress.total -= options._progress.total;
842
+ }
843
+ response.jqXHR = options.jqXHR = jqXHR;
844
+ response.textStatus = options.textStatus = textStatus;
845
+ response.errorThrown = options.errorThrown = errorThrown;
846
+ this._trigger('fail', null, options);
847
+ },
848
+
849
+ _onAlways: function (jqXHRorResult, textStatus, jqXHRorError, options) {
850
+ // jqXHRorResult, textStatus and jqXHRorError are added to the
851
+ // options object via done and fail callbacks
852
+ this._trigger('always', null, options);
853
+ },
854
+
855
+ _onSend: function (e, data) {
856
+ if (!data.submit) {
857
+ this._addConvenienceMethods(e, data);
858
+ }
859
+ var that = this,
860
+ jqXHR,
861
+ aborted,
862
+ slot,
863
+ pipe,
864
+ options = that._getAJAXSettings(data),
865
+ send = function () {
866
+ that._sending += 1;
867
+ // Set timer for bitrate progress calculation:
868
+ options._bitrateTimer = new that._BitrateTimer();
869
+ jqXHR = jqXHR || (
870
+ ((aborted || that._trigger(
871
+ 'send',
872
+ $.Event('send', {delegatedEvent: e}),
873
+ options
874
+ ) === false) &&
875
+ that._getXHRPromise(false, options.context, aborted)) ||
876
+ that._chunkedUpload(options) || $.ajax(options)
877
+ ).done(function (result, textStatus, jqXHR) {
878
+ that._onDone(result, textStatus, jqXHR, options);
879
+ }).fail(function (jqXHR, textStatus, errorThrown) {
880
+ that._onFail(jqXHR, textStatus, errorThrown, options);
881
+ }).always(function (jqXHRorResult, textStatus, jqXHRorError) {
882
+ that._onAlways(
883
+ jqXHRorResult,
884
+ textStatus,
885
+ jqXHRorError,
886
+ options
887
+ );
888
+ that._sending -= 1;
889
+ that._active -= 1;
890
+ if (options.limitConcurrentUploads &&
891
+ options.limitConcurrentUploads > that._sending) {
892
+ // Start the next queued upload,
893
+ // that has not been aborted:
894
+ var nextSlot = that._slots.shift();
895
+ while (nextSlot) {
896
+ if (that._getDeferredState(nextSlot) === 'pending') {
897
+ nextSlot.resolve();
898
+ break;
899
+ }
900
+ nextSlot = that._slots.shift();
901
+ }
902
+ }
903
+ if (that._active === 0) {
904
+ // The stop callback is triggered when all uploads have
905
+ // been completed, equivalent to the global ajaxStop event:
906
+ that._trigger('stop');
907
+ }
908
+ });
909
+ return jqXHR;
910
+ };
911
+ this._beforeSend(e, options);
912
+ if (this.options.sequentialUploads ||
913
+ (this.options.limitConcurrentUploads &&
914
+ this.options.limitConcurrentUploads <= this._sending)) {
915
+ if (this.options.limitConcurrentUploads > 1) {
916
+ slot = $.Deferred();
917
+ this._slots.push(slot);
918
+ pipe = slot.pipe(send);
919
+ } else {
920
+ this._sequence = this._sequence.pipe(send, send);
921
+ pipe = this._sequence;
922
+ }
923
+ // Return the piped Promise object, enhanced with an abort method,
924
+ // which is delegated to the jqXHR object of the current upload,
925
+ // and jqXHR callbacks mapped to the equivalent Promise methods:
926
+ pipe.abort = function () {
927
+ aborted = [undefined, 'abort', 'abort'];
928
+ if (!jqXHR) {
929
+ if (slot) {
930
+ slot.rejectWith(options.context, aborted);
931
+ }
932
+ return send();
933
+ }
934
+ return jqXHR.abort();
935
+ };
936
+ return this._enhancePromise(pipe);
937
+ }
938
+ return send();
939
+ },
940
+
941
+ _onAdd: function (e, data) {
942
+ var that = this,
943
+ result = true,
944
+ options = $.extend({}, this.options, data),
945
+ files = data.files,
946
+ filesLength = files.length,
947
+ limit = options.limitMultiFileUploads,
948
+ limitSize = options.limitMultiFileUploadSize,
949
+ overhead = options.limitMultiFileUploadSizeOverhead,
950
+ batchSize = 0,
951
+ paramName = this._getParamName(options),
952
+ paramNameSet,
953
+ paramNameSlice,
954
+ fileSet,
955
+ i,
956
+ j = 0;
957
+ if (limitSize && (!filesLength || files[0].size === undefined)) {
958
+ limitSize = undefined;
959
+ }
960
+ if (!(options.singleFileUploads || limit || limitSize) ||
961
+ !this._isXHRUpload(options)) {
962
+ fileSet = [files];
963
+ paramNameSet = [paramName];
964
+ } else if (!(options.singleFileUploads || limitSize) && limit) {
965
+ fileSet = [];
966
+ paramNameSet = [];
967
+ for (i = 0; i < filesLength; i += limit) {
968
+ fileSet.push(files.slice(i, i + limit));
969
+ paramNameSlice = paramName.slice(i, i + limit);
970
+ if (!paramNameSlice.length) {
971
+ paramNameSlice = paramName;
972
+ }
973
+ paramNameSet.push(paramNameSlice);
974
+ }
975
+ } else if (!options.singleFileUploads && limitSize) {
976
+ fileSet = [];
977
+ paramNameSet = [];
978
+ for (i = 0; i < filesLength; i = i + 1) {
979
+ batchSize += files[i].size + overhead;
980
+ if (i + 1 === filesLength ||
981
+ (batchSize + files[i + 1].size + overhead) >
982
+ limitSize) {
983
+ fileSet.push(files.slice(j, i + 1));
984
+ paramNameSlice = paramName.slice(j, i + 1);
985
+ if (!paramNameSlice.length) {
986
+ paramNameSlice = paramName;
987
+ }
988
+ paramNameSet.push(paramNameSlice);
989
+ j = i + 1;
990
+ batchSize = 0;
991
+ }
992
+ }
993
+ } else {
994
+ paramNameSet = paramName;
995
+ }
996
+ data.originalFiles = files;
997
+ $.each(fileSet || files, function (index, element) {
998
+ var newData = $.extend({}, data);
999
+ newData.files = fileSet ? element : [element];
1000
+ newData.paramName = paramNameSet[index];
1001
+ that._initResponseObject(newData);
1002
+ that._initProgressObject(newData);
1003
+ that._addConvenienceMethods(e, newData);
1004
+ result = that._trigger(
1005
+ 'add',
1006
+ $.Event('add', {delegatedEvent: e}),
1007
+ newData
1008
+ );
1009
+ return result;
1010
+ });
1011
+ return result;
1012
+ },
1013
+
1014
+ _replaceFileInput: function (input) {
1015
+ var inputClone = input.clone(true);
1016
+ $('<form></form>').append(inputClone)[0].reset();
1017
+ // Detaching allows to insert the fileInput on another form
1018
+ // without loosing the file input value:
1019
+ input.after(inputClone).detach();
1020
+ // Avoid memory leaks with the detached file input:
1021
+ $.cleanData(input.unbind('remove'));
1022
+ // Replace the original file input element in the fileInput
1023
+ // elements set with the clone, which has been copied including
1024
+ // event handlers:
1025
+ this.options.fileInput = this.options.fileInput.map(function (i, el) {
1026
+ if (el === input[0]) {
1027
+ return inputClone[0];
1028
+ }
1029
+ return el;
1030
+ });
1031
+ // If the widget has been initialized on the file input itself,
1032
+ // override this.element with the file input clone:
1033
+ if (input[0] === this.element[0]) {
1034
+ this.element = inputClone;
1035
+ }
1036
+ },
1037
+
1038
+ _handleFileTreeEntry: function (entry, path) {
1039
+ var that = this,
1040
+ dfd = $.Deferred(),
1041
+ errorHandler = function (e) {
1042
+ if (e && !e.entry) {
1043
+ e.entry = entry;
1044
+ }
1045
+ // Since $.when returns immediately if one
1046
+ // Deferred is rejected, we use resolve instead.
1047
+ // This allows valid files and invalid items
1048
+ // to be returned together in one set:
1049
+ dfd.resolve([e]);
1050
+ },
1051
+ dirReader;
1052
+ path = path || '';
1053
+ if (entry.isFile) {
1054
+ if (entry._file) {
1055
+ // Workaround for Chrome bug #149735
1056
+ entry._file.relativePath = path;
1057
+ dfd.resolve(entry._file);
1058
+ } else {
1059
+ entry.file(function (file) {
1060
+ file.relativePath = path;
1061
+ dfd.resolve(file);
1062
+ }, errorHandler);
1063
+ }
1064
+ } else if (entry.isDirectory) {
1065
+ dirReader = entry.createReader();
1066
+ dirReader.readEntries(function (entries) {
1067
+ that._handleFileTreeEntries(
1068
+ entries,
1069
+ path + entry.name + '/'
1070
+ ).done(function (files) {
1071
+ dfd.resolve(files);
1072
+ }).fail(errorHandler);
1073
+ }, errorHandler);
1074
+ } else {
1075
+ // Return an empy list for file system items
1076
+ // other than files or directories:
1077
+ dfd.resolve([]);
1078
+ }
1079
+ return dfd.promise();
1080
+ },
1081
+
1082
+ _handleFileTreeEntries: function (entries, path) {
1083
+ var that = this;
1084
+ return $.when.apply(
1085
+ $,
1086
+ $.map(entries, function (entry) {
1087
+ return that._handleFileTreeEntry(entry, path);
1088
+ })
1089
+ ).pipe(function () {
1090
+ return Array.prototype.concat.apply(
1091
+ [],
1092
+ arguments
1093
+ );
1094
+ });
1095
+ },
1096
+
1097
+ _getDroppedFiles: function (dataTransfer) {
1098
+ dataTransfer = dataTransfer || {};
1099
+ var items = dataTransfer.items;
1100
+ if (items && items.length && (items[0].webkitGetAsEntry ||
1101
+ items[0].getAsEntry)) {
1102
+ return this._handleFileTreeEntries(
1103
+ $.map(items, function (item) {
1104
+ var entry;
1105
+ if (item.webkitGetAsEntry) {
1106
+ entry = item.webkitGetAsEntry();
1107
+ if (entry) {
1108
+ // Workaround for Chrome bug #149735:
1109
+ entry._file = item.getAsFile();
1110
+ }
1111
+ return entry;
1112
+ }
1113
+ return item.getAsEntry();
1114
+ })
1115
+ );
1116
+ }
1117
+ return $.Deferred().resolve(
1118
+ $.makeArray(dataTransfer.files)
1119
+ ).promise();
1120
+ },
1121
+
1122
+ _getSingleFileInputFiles: function (fileInput) {
1123
+ fileInput = $(fileInput);
1124
+ var entries = fileInput.prop('webkitEntries') ||
1125
+ fileInput.prop('entries'),
1126
+ files,
1127
+ value;
1128
+ if (entries && entries.length) {
1129
+ return this._handleFileTreeEntries(entries);
1130
+ }
1131
+ files = $.makeArray(fileInput.prop('files'));
1132
+ if (!files.length) {
1133
+ value = fileInput.prop('value');
1134
+ if (!value) {
1135
+ return $.Deferred().resolve([]).promise();
1136
+ }
1137
+ // If the files property is not available, the browser does not
1138
+ // support the File API and we add a pseudo File object with
1139
+ // the input value as name with path information removed:
1140
+ files = [{name: value.replace(/^.*\\/, '')}];
1141
+ } else if (files[0].name === undefined && files[0].fileName) {
1142
+ // File normalization for Safari 4 and Firefox 3:
1143
+ $.each(files, function (index, file) {
1144
+ file.name = file.fileName;
1145
+ file.size = file.fileSize;
1146
+ });
1147
+ }
1148
+ return $.Deferred().resolve(files).promise();
1149
+ },
1150
+
1151
+ _getFileInputFiles: function (fileInput) {
1152
+ if (!(fileInput instanceof $) || fileInput.length === 1) {
1153
+ return this._getSingleFileInputFiles(fileInput);
1154
+ }
1155
+ return $.when.apply(
1156
+ $,
1157
+ $.map(fileInput, this._getSingleFileInputFiles)
1158
+ ).pipe(function () {
1159
+ return Array.prototype.concat.apply(
1160
+ [],
1161
+ arguments
1162
+ );
1163
+ });
1164
+ },
1165
+
1166
+ _onChange: function (e) {
1167
+ var that = this,
1168
+ data = {
1169
+ fileInput: $(e.target),
1170
+ form: $(e.target.form)
1171
+ };
1172
+ this._getFileInputFiles(data.fileInput).always(function (files) {
1173
+ data.files = files;
1174
+ if (that.options.replaceFileInput) {
1175
+ that._replaceFileInput(data.fileInput);
1176
+ }
1177
+ if (that._trigger(
1178
+ 'change',
1179
+ $.Event('change', {delegatedEvent: e}),
1180
+ data
1181
+ ) !== false) {
1182
+ that._onAdd(e, data);
1183
+ }
1184
+ });
1185
+ },
1186
+
1187
+ _onPaste: function (e) {
1188
+ var items = e.originalEvent && e.originalEvent.clipboardData &&
1189
+ e.originalEvent.clipboardData.items,
1190
+ data = {files: []};
1191
+ if (items && items.length) {
1192
+ $.each(items, function (index, item) {
1193
+ var file = item.getAsFile && item.getAsFile();
1194
+ if (file) {
1195
+ data.files.push(file);
1196
+ }
1197
+ });
1198
+ if (this._trigger(
1199
+ 'paste',
1200
+ $.Event('paste', {delegatedEvent: e}),
1201
+ data
1202
+ ) !== false) {
1203
+ this._onAdd(e, data);
1204
+ }
1205
+ }
1206
+ },
1207
+
1208
+ _onDrop: function (e) {
1209
+ e.dataTransfer = e.originalEvent && e.originalEvent.dataTransfer;
1210
+ var that = this,
1211
+ dataTransfer = e.dataTransfer,
1212
+ data = {};
1213
+ if (dataTransfer && dataTransfer.files && dataTransfer.files.length) {
1214
+ e.preventDefault();
1215
+ this._getDroppedFiles(dataTransfer).always(function (files) {
1216
+ data.files = files;
1217
+ if (that._trigger(
1218
+ 'drop',
1219
+ $.Event('drop', {delegatedEvent: e}),
1220
+ data
1221
+ ) !== false) {
1222
+ that._onAdd(e, data);
1223
+ }
1224
+ });
1225
+ }
1226
+ },
1227
+
1228
+ _onDragOver: function (e) {
1229
+ e.dataTransfer = e.originalEvent && e.originalEvent.dataTransfer;
1230
+ var dataTransfer = e.dataTransfer;
1231
+ if (dataTransfer && $.inArray('Files', dataTransfer.types) !== -1 &&
1232
+ this._trigger(
1233
+ 'dragover',
1234
+ $.Event('dragover', {delegatedEvent: e})
1235
+ ) !== false) {
1236
+ e.preventDefault();
1237
+ dataTransfer.dropEffect = 'copy';
1238
+ }
1239
+ },
1240
+
1241
+ _initEventHandlers: function () {
1242
+ if (this._isXHRUpload(this.options)) {
1243
+ this._on(this.options.dropZone, {
1244
+ dragover: this._onDragOver,
1245
+ drop: this._onDrop
1246
+ });
1247
+ this._on(this.options.pasteZone, {
1248
+ paste: this._onPaste
1249
+ });
1250
+ }
1251
+ if ($.support.fileInput) {
1252
+ this._on(this.options.fileInput, {
1253
+ change: this._onChange
1254
+ });
1255
+ }
1256
+ },
1257
+
1258
+ _destroyEventHandlers: function () {
1259
+ this._off(this.options.dropZone, 'dragover drop');
1260
+ this._off(this.options.pasteZone, 'paste');
1261
+ this._off(this.options.fileInput, 'change');
1262
+ },
1263
+
1264
+ _setOption: function (key, value) {
1265
+ var reinit = $.inArray(key, this._specialOptions) !== -1;
1266
+ if (reinit) {
1267
+ this._destroyEventHandlers();
1268
+ }
1269
+ this._super(key, value);
1270
+ if (reinit) {
1271
+ this._initSpecialOptions();
1272
+ this._initEventHandlers();
1273
+ }
1274
+ },
1275
+
1276
+ _initSpecialOptions: function () {
1277
+ var options = this.options;
1278
+ if (options.fileInput === undefined) {
1279
+ options.fileInput = this.element.is('input[type="file"]') ?
1280
+ this.element : this.element.find('input[type="file"]');
1281
+ } else if (!(options.fileInput instanceof $)) {
1282
+ options.fileInput = $(options.fileInput);
1283
+ }
1284
+ if (!(options.dropZone instanceof $)) {
1285
+ options.dropZone = $(options.dropZone);
1286
+ }
1287
+ if (!(options.pasteZone instanceof $)) {
1288
+ options.pasteZone = $(options.pasteZone);
1289
+ }
1290
+ },
1291
+
1292
+ _getRegExp: function (str) {
1293
+ var parts = str.split('/'),
1294
+ modifiers = parts.pop();
1295
+ parts.shift();
1296
+ return new RegExp(parts.join('/'), modifiers);
1297
+ },
1298
+
1299
+ _isRegExpOption: function (key, value) {
1300
+ return key !== 'url' && $.type(value) === 'string' &&
1301
+ /^\/.*\/[igm]{0,3}$/.test(value);
1302
+ },
1303
+
1304
+ _initDataAttributes: function () {
1305
+ var that = this,
1306
+ options = this.options;
1307
+ // Initialize options set via HTML5 data-attributes:
1308
+ $.each(
1309
+ $(this.element[0].cloneNode(false)).data(),
1310
+ function (key, value) {
1311
+ if (that._isRegExpOption(key, value)) {
1312
+ value = that._getRegExp(value);
1313
+ }
1314
+ options[key] = value;
1315
+ }
1316
+ );
1317
+ },
1318
+
1319
+ _create: function () {
1320
+ this._initDataAttributes();
1321
+ this._initSpecialOptions();
1322
+ this._slots = [];
1323
+ this._sequence = this._getXHRPromise(true);
1324
+ this._sending = this._active = 0;
1325
+ this._initProgressObject(this);
1326
+ this._initEventHandlers();
1327
+ },
1328
+
1329
+ // This method is exposed to the widget API and allows to query
1330
+ // the number of active uploads:
1331
+ active: function () {
1332
+ return this._active;
1333
+ },
1334
+
1335
+ // This method is exposed to the widget API and allows to query
1336
+ // the widget upload progress.
1337
+ // It returns an object with loaded, total and bitrate properties
1338
+ // for the running uploads:
1339
+ progress: function () {
1340
+ return this._progress;
1341
+ },
1342
+
1343
+ // This method is exposed to the widget API and allows adding files
1344
+ // using the fileupload API. The data parameter accepts an object which
1345
+ // must have a files property and can contain additional options:
1346
+ // .fileupload('add', {files: filesList});
1347
+ add: function (data) {
1348
+ var that = this;
1349
+ if (!data || this.options.disabled) {
1350
+ return;
1351
+ }
1352
+ if (data.fileInput && !data.files) {
1353
+ this._getFileInputFiles(data.fileInput).always(function (files) {
1354
+ data.files = files;
1355
+ that._onAdd(null, data);
1356
+ });
1357
+ } else {
1358
+ data.files = $.makeArray(data.files);
1359
+ this._onAdd(null, data);
1360
+ }
1361
+ },
1362
+
1363
+ // This method is exposed to the widget API and allows sending files
1364
+ // using the fileupload API. The data parameter accepts an object which
1365
+ // must have a files or fileInput property and can contain additional options:
1366
+ // .fileupload('send', {files: filesList});
1367
+ // The method returns a Promise object for the file upload call.
1368
+ send: function (data) {
1369
+ if (data && !this.options.disabled) {
1370
+ if (data.fileInput && !data.files) {
1371
+ var that = this,
1372
+ dfd = $.Deferred(),
1373
+ promise = dfd.promise(),
1374
+ jqXHR,
1375
+ aborted;
1376
+ promise.abort = function () {
1377
+ aborted = true;
1378
+ if (jqXHR) {
1379
+ return jqXHR.abort();
1380
+ }
1381
+ dfd.reject(null, 'abort', 'abort');
1382
+ return promise;
1383
+ };
1384
+ this._getFileInputFiles(data.fileInput).always(
1385
+ function (files) {
1386
+ if (aborted) {
1387
+ return;
1388
+ }
1389
+ if (!files.length) {
1390
+ dfd.reject();
1391
+ return;
1392
+ }
1393
+ data.files = files;
1394
+ jqXHR = that._onSend(null, data).then(
1395
+ function (result, textStatus, jqXHR) {
1396
+ dfd.resolve(result, textStatus, jqXHR);
1397
+ },
1398
+ function (jqXHR, textStatus, errorThrown) {
1399
+ dfd.reject(jqXHR, textStatus, errorThrown);
1400
+ }
1401
+ );
1402
+ }
1403
+ );
1404
+ return this._enhancePromise(promise);
1405
+ }
1406
+ data.files = $.makeArray(data.files);
1407
+ if (data.files.length) {
1408
+ return this._onSend(null, data);
1409
+ }
1410
+ }
1411
+ return this._getXHRPromise(false, data && data.context);
1412
+ }
1413
+
1414
+ });
1415
+
1416
+ }));
js/jquery.js ADDED
@@ -0,0 +1,9473 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery JavaScript Library v1.8.3
3
+ * http://jquery.com/
4
+ *
5
+ * Includes Sizzle.js
6
+ * http://sizzlejs.com/
7
+ *
8
+ * Copyright 2012 jQuery Foundation and other contributors
9
+ * Released under the MIT license
10
+ * http://jquery.org/license
11
+ *
12
+ * Date: Tue Nov 13 2012 08:20:33 GMT-0500 (Eastern Standard Time)
13
+ */
14
+ (function( window, undefined ) {
15
+ var
16
+ // A central reference to the root jQuery(document)
17
+ rootjQuery,
18
+
19
+ // The deferred used on DOM ready
20
+ readyList,
21
+
22
+ // Use the correct document accordingly with window argument (sandbox)
23
+ document = window.document,
24
+ location = window.location,
25
+ navigator = window.navigator,
26
+
27
+ // Map over jQuery in case of overwrite
28
+ _jQuery = window.jQuery,
29
+
30
+ // Map over the $ in case of overwrite
31
+ _$ = window.$,
32
+
33
+ // Save a reference to some core methods
34
+ core_push = Array.prototype.push,
35
+ core_slice = Array.prototype.slice,
36
+ core_indexOf = Array.prototype.indexOf,
37
+ core_toString = Object.prototype.toString,
38
+ core_hasOwn = Object.prototype.hasOwnProperty,
39
+ core_trim = String.prototype.trim,
40
+
41
+ // Define a local copy of jQuery
42
+ jQuery = function( selector, context ) {
43
+ // The jQuery object is actually just the init constructor 'enhanced'
44
+ return new jQuery.fn.init( selector, context, rootjQuery );
45
+ },
46
+
47
+ // Used for matching numbers
48
+ core_pnum = /[\-+]?(?:\d*\.|)\d+(?:[eE][\-+]?\d+|)/.source,
49
+
50
+ // Used for detecting and trimming whitespace
51
+ core_rnotwhite = /\S/,
52
+ core_rspace = /\s+/,
53
+
54
+ // Make sure we trim BOM and NBSP (here's looking at you, Safari 5.0 and IE)
55
+ rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,
56
+
57
+ // A simple way to check for HTML strings
58
+ // Prioritize #id over <tag> to avoid XSS via location.hash (#9521)
59
+ rquickExpr = /^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,
60
+
61
+ // Match a standalone tag
62
+ rsingleTag = /^<(\w+)\s*\/?>(?:<\/\1>|)$/,
63
+
64
+ // JSON RegExp
65
+ rvalidchars = /^[\],:{}\s]*$/,
66
+ rvalidbraces = /(?:^|:|,)(?:\s*\[)+/g,
67
+ rvalidescape = /\\(?:["\\\/bfnrt]|u[\da-fA-F]{4})/g,
68
+ rvalidtokens = /"[^"\\\r\n]*"|true|false|null|-?(?:\d\d*\.|)\d+(?:[eE][\-+]?\d+|)/g,
69
+
70
+ // Matches dashed string for camelizing
71
+ rmsPrefix = /^-ms-/,
72
+ rdashAlpha = /-([\da-z])/gi,
73
+
74
+ // Used by jQuery.camelCase as callback to replace()
75
+ fcamelCase = function( all, letter ) {
76
+ return ( letter + "" ).toUpperCase();
77
+ },
78
+
79
+ // The ready event handler and self cleanup method
80
+ DOMContentLoaded = function() {
81
+ if ( document.addEventListener ) {
82
+ document.removeEventListener( "DOMContentLoaded", DOMContentLoaded, false );
83
+ jQuery.ready();
84
+ } else if ( document.readyState === "complete" ) {
85
+ // we're here because readyState === "complete" in oldIE
86
+ // which is good enough for us to call the dom ready!
87
+ document.detachEvent( "onreadystatechange", DOMContentLoaded );
88
+ jQuery.ready();
89
+ }
90
+ },
91
+
92
+ // [[Class]] -> type pairs
93
+ class2type = {};
94
+
95
+ jQuery.fn = jQuery.prototype = {
96
+ constructor: jQuery,
97
+ init: function( selector, context, rootjQuery ) {
98
+ var match, elem, ret, doc;
99
+
100
+ // Handle $(""), $(null), $(undefined), $(false)
101
+ if ( !selector ) {
102
+ return this;
103
+ }
104
+
105
+ // Handle $(DOMElement)
106
+ if ( selector.nodeType ) {
107
+ this.context = this[0] = selector;
108
+ this.length = 1;
109
+ return this;
110
+ }
111
+
112
+ // Handle HTML strings
113
+ if ( typeof selector === "string" ) {
114
+ if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.length >= 3 ) {
115
+ // Assume that strings that start and end with <> are HTML and skip the regex check
116
+ match = [ null, selector, null ];
117
+
118
+ } else {
119
+ match = rquickExpr.exec( selector );
120
+ }
121
+
122
+ // Match html or make sure no context is specified for #id
123
+ if ( match && (match[1] || !context) ) {
124
+
125
+ // HANDLE: $(html) -> $(array)
126
+ if ( match[1] ) {
127
+ context = context instanceof jQuery ? context[0] : context;
128
+ doc = ( context && context.nodeType ? context.ownerDocument || context : document );
129
+
130
+ // scripts is true for back-compat
131
+ selector = jQuery.parseHTML( match[1], doc, true );
132
+ if ( rsingleTag.test( match[1] ) && jQuery.isPlainObject( context ) ) {
133
+ this.attr.call( selector, context, true );
134
+ }
135
+
136
+ return jQuery.merge( this, selector );
137
+
138
+ // HANDLE: $(#id)
139
+ } else {
140
+ elem = document.getElementById( match[2] );
141
+
142
+ // Check parentNode to catch when Blackberry 4.6 returns
143
+ // nodes that are no longer in the document #6963
144
+ if ( elem && elem.parentNode ) {
145
+ // Handle the case where IE and Opera return items
146
+ // by name instead of ID
147
+ if ( elem.id !== match[2] ) {
148
+ return rootjQuery.find( selector );
149
+ }
150
+
151
+ // Otherwise, we inject the element directly into the jQuery object
152
+ this.length = 1;
153
+ this[0] = elem;
154
+ }
155
+
156
+ this.context = document;
157
+ this.selector = selector;
158
+ return this;
159
+ }
160
+
161
+ // HANDLE: $(expr, $(...))
162
+ } else if ( !context || context.jquery ) {
163
+ return ( context || rootjQuery ).find( selector );
164
+
165
+ // HANDLE: $(expr, context)
166
+ // (which is just equivalent to: $(context).find(expr)
167
+ } else {
168
+ return this.constructor( context ).find( selector );
169
+ }
170
+
171
+ // HANDLE: $(function)
172
+ // Shortcut for document ready
173
+ } else if ( jQuery.isFunction( selector ) ) {
174
+ return rootjQuery.ready( selector );
175
+ }
176
+
177
+ if ( selector.selector !== undefined ) {
178
+ this.selector = selector.selector;
179
+ this.context = selector.context;
180
+ }
181
+
182
+ return jQuery.makeArray( selector, this );
183
+ },
184
+
185
+ // Start with an empty selector
186
+ selector: "",
187
+
188
+ // The current version of jQuery being used
189
+ jquery: "1.8.3",
190
+
191
+ // The default length of a jQuery object is 0
192
+ length: 0,
193
+
194
+ // The number of elements contained in the matched element set
195
+ size: function() {
196
+ return this.length;
197
+ },
198
+
199
+ toArray: function() {
200
+ return core_slice.call( this );
201
+ },
202
+
203
+ // Get the Nth element in the matched element set OR
204
+ // Get the whole matched element set as a clean array
205
+ get: function( num ) {
206
+ return num == null ?
207
+
208
+ // Return a 'clean' array
209
+ this.toArray() :
210
+
211
+ // Return just the object
212
+ ( num < 0 ? this[ this.length + num ] : this[ num ] );
213
+ },
214
+
215
+ // Take an array of elements and push it onto the stack
216
+ // (returning the new matched element set)
217
+ pushStack: function( elems, name, selector ) {
218
+
219
+ // Build a new jQuery matched element set
220
+ var ret = jQuery.merge( this.constructor(), elems );
221
+
222
+ // Add the old object onto the stack (as a reference)
223
+ ret.prevObject = this;
224
+
225
+ ret.context = this.context;
226
+
227
+ if ( name === "find" ) {
228
+ ret.selector = this.selector + ( this.selector ? " " : "" ) + selector;
229
+ } else if ( name ) {
230
+ ret.selector = this.selector + "." + name + "(" + selector + ")";
231
+ }
232
+
233
+ // Return the newly-formed element set
234
+ return ret;
235
+ },
236
+
237
+ // Execute a callback for every element in the matched set.
238
+ // (You can seed the arguments with an array of args, but this is
239
+ // only used internally.)
240
+ each: function( callback, args ) {
241
+ return jQuery.each( this, callback, args );
242
+ },
243
+
244
+ ready: function( fn ) {
245
+ // Add the callback
246
+ jQuery.ready.promise().done( fn );
247
+
248
+ return this;
249
+ },
250
+
251
+ eq: function( i ) {
252
+ i = +i;
253
+ return i === -1 ?
254
+ this.slice( i ) :
255
+ this.slice( i, i + 1 );
256
+ },
257
+
258
+ first: function() {
259
+ return this.eq( 0 );
260
+ },
261
+
262
+ last: function() {
263
+ return this.eq( -1 );
264
+ },
265
+
266
+ slice: function() {
267
+ return this.pushStack( core_slice.apply( this, arguments ),
268
+ "slice", core_slice.call(arguments).join(",") );
269
+ },
270
+
271
+ map: function( callback ) {
272
+ return this.pushStack( jQuery.map(this, function( elem, i ) {
273
+ return callback.call( elem, i, elem );
274
+ }));
275
+ },
276
+
277
+ end: function() {
278
+ return this.prevObject || this.constructor(null);
279
+ },
280
+
281
+ // For internal use only.
282
+ // Behaves like an Array's method, not like a jQuery method.
283
+ push: core_push,
284
+ sort: [].sort,
285
+ splice: [].splice
286
+ };
287
+
288
+ // Give the init function the jQuery prototype for later instantiation
289
+ jQuery.fn.init.prototype = jQuery.fn;
290
+
291
+ jQuery.extend = jQuery.fn.extend = function() {
292
+ var options, name, src, copy, copyIsArray, clone,
293
+ target = arguments[0] || {},
294
+ i = 1,
295
+ length = arguments.length,
296
+ deep = false;
297
+
298
+ // Handle a deep copy situation
299
+ if ( typeof target === "boolean" ) {
300
+ deep = target;
301
+ target = arguments[1] || {};
302
+ // skip the boolean and the target
303
+ i = 2;
304
+ }
305
+
306
+ // Handle case when target is a string or something (possible in deep copy)
307
+ if ( typeof target !== "object" && !jQuery.isFunction(target) ) {
308
+ target = {};
309
+ }
310
+
311
+ // extend jQuery itself if only one argument is passed
312
+ if ( length === i ) {
313
+ target = this;
314
+ --i;
315
+ }
316
+
317
+ for ( ; i < length; i++ ) {
318
+ // Only deal with non-null/undefined values
319
+ if ( (options = arguments[ i ]) != null ) {
320
+ // Extend the base object
321
+ for ( name in options ) {
322
+ src = target[ name ];
323
+ copy = options[ name ];
324
+
325
+ // Prevent never-ending loop
326
+ if ( target === copy ) {
327
+ continue;
328
+ }
329
+
330
+ // Recurse if we're merging plain objects or arrays
331
+ if ( deep && copy && ( jQuery.isPlainObject(copy) || (copyIsArray = jQuery.isArray(copy)) ) ) {
332
+ if ( copyIsArray ) {
333
+ copyIsArray = false;
334
+ clone = src && jQuery.isArray(src) ? src : [];
335
+
336
+ } else {
337
+ clone = src && jQuery.isPlainObject(src) ? src : {};
338
+ }
339
+
340
+ // Never move original objects, clone them
341
+ target[ name ] = jQuery.extend( deep, clone, copy );
342
+
343
+ // Don't bring in undefined values
344
+ } else if ( copy !== undefined ) {
345
+ target[ name ] = copy;
346
+ }
347
+ }
348
+ }
349
+ }
350
+
351
+ // Return the modified object
352
+ return target;
353
+ };
354
+
355
+ jQuery.extend({
356
+ noConflict: function( deep ) {
357
+ if ( window.$ === jQuery ) {
358
+ window.$ = _$;
359
+ }
360
+
361
+ if ( deep && window.jQuery === jQuery ) {
362
+ window.jQuery = _jQuery;
363
+ }
364
+
365
+ return jQuery;
366
+ },
367
+
368
+ // Is the DOM ready to be used? Set to true once it occurs.
369
+ isReady: false,
370
+
371
+ // A counter to track how many items to wait for before
372
+ // the ready event fires. See #6781
373
+ readyWait: 1,
374
+
375
+ // Hold (or release) the ready event
376
+ holdReady: function( hold ) {
377
+ if ( hold ) {
378
+ jQuery.readyWait++;
379
+ } else {
380
+ jQuery.ready( true );
381
+ }
382
+ },
383
+
384
+ // Handle when the DOM is ready
385
+ ready: function( wait ) {
386
+
387
+ // Abort if there are pending holds or we're already ready
388
+ if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) {
389
+ return;
390
+ }
391
+
392
+ // Make sure body exists, at least, in case IE gets a little overzealous (ticket #5443).
393
+ if ( !document.body ) {
394
+ return setTimeout( jQuery.ready, 1 );
395
+ }
396
+
397
+ // Remember that the DOM is ready
398
+ jQuery.isReady = true;
399
+
400
+ // If a normal DOM Ready event fired, decrement, and wait if need be
401
+ if ( wait !== true && --jQuery.readyWait > 0 ) {
402
+ return;
403
+ }
404
+
405
+ // If there are functions bound, to execute
406
+ readyList.resolveWith( document, [ jQuery ] );
407
+
408
+ // Trigger any bound ready events
409
+ if ( jQuery.fn.trigger ) {
410
+ jQuery( document ).trigger("ready").off("ready");
411
+ }
412
+ },
413
+
414
+ // See test/unit/core.js for details concerning isFunction.
415
+ // Since version 1.3, DOM methods and functions like alert
416
+ // aren't supported. They return false on IE (#2968).
417
+ isFunction: function( obj ) {
418
+ return jQuery.type(obj) === "function";
419
+ },
420
+
421
+ isArray: Array.isArray || function( obj ) {
422
+ return jQuery.type(obj) === "array";
423
+ },
424
+
425
+ isWindow: function( obj ) {
426
+ return obj != null && obj == obj.window;
427
+ },
428
+
429
+ isNumeric: function( obj ) {
430
+ return !isNaN( parseFloat(obj) ) && isFinite( obj );
431
+ },
432
+
433
+ type: function( obj ) {
434
+ return obj == null ?
435
+ String( obj ) :
436
+ class2type[ core_toString.call(obj) ] || "object";
437
+ },
438
+
439
+ isPlainObject: function( obj ) {
440
+ // Must be an Object.
441
+ // Because of IE, we also have to check the presence of the constructor property.
442
+ // Make sure that DOM nodes and window objects don't pass through, as well
443
+ if ( !obj || jQuery.type(obj) !== "object" || obj.nodeType || jQuery.isWindow( obj ) ) {
444
+ return false;
445
+ }
446
+
447
+ try {
448
+ // Not own constructor property must be Object
449
+ if ( obj.constructor &&
450
+ !core_hasOwn.call(obj, "constructor") &&
451
+ !core_hasOwn.call(obj.constructor.prototype, "isPrototypeOf") ) {
452
+ return false;
453
+ }
454
+ } catch ( e ) {
455
+ // IE8,9 Will throw exceptions on certain host objects #9897
456
+ return false;
457
+ }
458
+
459
+ // Own properties are enumerated firstly, so to speed up,
460
+ // if last one is own, then all properties are own.
461
+
462
+ var key;
463
+ for ( key in obj ) {}
464
+
465
+ return key === undefined || core_hasOwn.call( obj, key );
466
+ },
467
+
468
+ isEmptyObject: function( obj ) {
469
+ var name;
470
+ for ( name in obj ) {
471
+ return false;
472
+ }
473
+ return true;
474
+ },
475
+
476
+ error: function( msg ) {
477
+ throw new Error( msg );
478
+ },
479
+
480
+ // data: string of html
481
+ // context (optional): If specified, the fragment will be created in this context, defaults to document
482
+ // scripts (optional): If true, will include scripts passed in the html string
483
+ parseHTML: function( data, context, scripts ) {
484
+ var parsed;
485
+ if ( !data || typeof data !== "string" ) {
486
+ return null;
487
+ }
488
+ if ( typeof context === "boolean" ) {
489
+ scripts = context;
490
+ context = 0;
491
+ }
492
+ context = context || document;
493
+
494
+ // Single tag
495
+ if ( (parsed = rsingleTag.exec( data )) ) {
496
+ return [ context.createElement( parsed[1] ) ];
497
+ }
498
+
499
+ parsed = jQuery.buildFragment( [ data ], context, scripts ? null : [] );
500
+ return jQuery.merge( [],
501
+ (parsed.cacheable ? jQuery.clone( parsed.fragment ) : parsed.fragment).childNodes );
502
+ },
503
+
504
+ parseJSON: function( data ) {
505
+ if ( !data || typeof data !== "string") {
506
+ return null;
507
+ }
508
+
509
+ // Make sure leading/trailing whitespace is removed (IE can't handle it)
510
+ data = jQuery.trim( data );
511
+
512
+ // Attempt to parse using the native JSON parser first
513
+ if ( window.JSON && window.JSON.parse ) {
514
+ return window.JSON.parse( data );
515
+ }
516
+
517
+ // Make sure the incoming data is actual JSON
518
+ // Logic borrowed from http://json.org/json2.js
519
+ if ( rvalidchars.test( data.replace( rvalidescape, "@" )
520
+ .replace( rvalidtokens, "]" )
521
+ .replace( rvalidbraces, "")) ) {
522
+
523
+ return ( new Function( "return " + data ) )();
524
+
525
+ }
526
+ jQuery.error( "Invalid JSON: " + data );
527
+ },
528
+
529
+ // Cross-browser xml parsing
530
+ parseXML: function( data ) {
531
+ var xml, tmp;
532
+ if ( !data || typeof data !== "string" ) {
533
+ return null;
534
+ }
535
+ try {
536
+ if ( window.DOMParser ) { // Standard
537
+ tmp = new DOMParser();
538
+ xml = tmp.parseFromString( data , "text/xml" );
539
+ } else { // IE
540
+ xml = new ActiveXObject( "Microsoft.XMLDOM" );
541
+ xml.async = "false";
542
+ xml.loadXML( data );
543
+ }
544
+ } catch( e ) {
545
+ xml = undefined;
546
+ }
547
+ if ( !xml || !xml.documentElement || xml.getElementsByTagName( "parsererror" ).length ) {
548
+ jQuery.error( "Invalid XML: " + data );
549
+ }
550
+ return xml;
551
+ },
552
+
553
+ noop: function() {},
554
+
555
+ // Evaluates a script in a global context
556
+ // Workarounds based on findings by Jim Driscoll
557
+ // http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
558
+ globalEval: function( data ) {
559
+ if ( data && core_rnotwhite.test( data ) ) {
560
+ // We use execScript on Internet Explorer
561
+ // We use an anonymous function so that context is window
562
+ // rather than jQuery in Firefox
563
+ ( window.execScript || function( data ) {
564
+ window[ "eval" ].call( window, data );
565
+ } )( data );
566
+ }
567
+ },
568
+
569
+ // Convert dashed to camelCase; used by the css and data modules
570
+ // Microsoft forgot to hump their vendor prefix (#9572)
571
+ camelCase: function( string ) {
572
+ return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase );
573
+ },
574
+
575
+ nodeName: function( elem, name ) {
576
+ return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase();
577
+ },
578
+
579
+ // args is for internal usage only
580
+ each: function( obj, callback, args ) {
581
+ var name,
582
+ i = 0,
583
+ length = obj.length,
584
+ isObj = length === undefined || jQuery.isFunction( obj );
585
+
586
+ if ( args ) {
587
+ if ( isObj ) {
588
+ for ( name in obj ) {
589
+ if ( callback.apply( obj[ name ], args ) === false ) {
590
+ break;
591
+ }
592
+ }
593
+ } else {
594
+ for ( ; i < length; ) {
595
+ if ( callback.apply( obj[ i++ ], args ) === false ) {
596
+ break;
597
+ }
598
+ }
599
+ }
600
+
601
+ // A special, fast, case for the most common use of each
602
+ } else {
603
+ if ( isObj ) {
604
+ for ( name in obj ) {
605
+ if ( callback.call( obj[ name ], name, obj[ name ] ) === false ) {
606
+ break;
607
+ }
608
+ }
609
+ } else {
610
+ for ( ; i < length; ) {
611
+ if ( callback.call( obj[ i ], i, obj[ i++ ] ) === false ) {
612
+ break;
613
+ }
614
+ }
615
+ }
616
+ }
617
+
618
+ return obj;
619
+ },
620
+
621
+ // Use native String.trim function wherever possible
622
+ trim: core_trim && !core_trim.call("\uFEFF\xA0") ?
623
+ function( text ) {
624
+ return text == null ?
625
+ "" :
626
+ core_trim.call( text );
627
+ } :
628
+
629
+ // Otherwise use our own trimming functionality
630
+ function( text ) {
631
+ return text == null ?
632
+ "" :
633
+ ( text + "" ).replace( rtrim, "" );
634
+ },
635
+
636
+ // results is for internal usage only
637
+ makeArray: function( arr, results ) {
638
+ var type,
639
+ ret = results || [];
640
+
641
+ if ( arr != null ) {
642
+ // The window, strings (and functions) also have 'length'
643
+ // Tweaked logic slightly to handle Blackberry 4.7 RegExp issues #6930
644
+ type = jQuery.type( arr );
645
+
646
+ if ( arr.length == null || type === "string" || type === "function" || type === "regexp" || jQuery.isWindow( arr ) ) {
647
+ core_push.call( ret, arr );
648
+ } else {
649
+ jQuery.merge( ret, arr );
650
+ }
651
+ }
652
+
653
+ return ret;
654
+ },
655
+
656
+ inArray: function( elem, arr, i ) {
657
+ var len;
658
+
659
+ if ( arr ) {
660
+ if ( core_indexOf ) {
661
+ return core_indexOf.call( arr, elem, i );
662
+ }
663
+
664
+ len = arr.length;
665
+ i = i ? i < 0 ? Math.max( 0, len + i ) : i : 0;
666
+
667
+ for ( ; i < len; i++ ) {
668
+ // Skip accessing in sparse arrays
669
+ if ( i in arr && arr[ i ] === elem ) {
670
+ return i;
671
+ }
672
+ }
673
+ }
674
+
675
+ return -1;
676
+ },
677
+
678
+ merge: function( first, second ) {
679
+ var l = second.length,
680
+ i = first.length,
681
+ j = 0;
682
+
683
+ if ( typeof l === "number" ) {
684
+ for ( ; j < l; j++ ) {
685
+ first[ i++ ] = second[ j ];
686
+ }
687
+
688
+ } else {
689
+ while ( second[j] !== undefined ) {
690
+ first[ i++ ] = second[ j++ ];
691
+ }
692
+ }
693
+
694
+ first.length = i;
695
+
696
+ return first;
697
+ },
698
+
699
+ grep: function( elems, callback, inv ) {
700
+ var retVal,
701
+ ret = [],
702
+ i = 0,
703
+ length = elems.length;
704
+ inv = !!inv;
705
+
706
+ // Go through the array, only saving the items
707
+ // that pass the validator function
708
+ for ( ; i < length; i++ ) {
709
+ retVal = !!callback( elems[ i ], i );
710
+ if ( inv !== retVal ) {
711
+ ret.push( elems[ i ] );
712
+ }
713
+ }
714
+
715
+ return ret;
716
+ },
717
+
718
+ // arg is for internal usage only
719
+ map: function( elems, callback, arg ) {
720
+ var value, key,
721
+ ret = [],
722
+ i = 0,
723
+ length = elems.length,
724
+ // jquery objects are treated as arrays
725
+ isArray = elems instanceof jQuery || length !== undefined && typeof length === "number" && ( ( length > 0 && elems[ 0 ] && elems[ length -1 ] ) || length === 0 || jQuery.isArray( elems ) ) ;
726
+
727
+ // Go through the array, translating each of the items to their
728
+ if ( isArray ) {
729
+ for ( ; i < length; i++ ) {
730
+ value = callback( elems[ i ], i, arg );
731
+
732
+ if ( value != null ) {
733
+ ret[ ret.length ] = value;
734
+ }
735
+ }
736
+
737
+ // Go through every key on the object,
738
+ } else {
739
+ for ( key in elems ) {
740
+ value = callback( elems[ key ], key, arg );
741
+
742
+ if ( value != null ) {
743
+ ret[ ret.length ] = value;
744
+ }
745
+ }
746
+ }
747
+
748
+ // Flatten any nested arrays
749
+ return ret.concat.apply( [], ret );
750
+ },
751
+
752
+ // A global GUID counter for objects
753
+ guid: 1,
754
+
755
+ // Bind a function to a context, optionally partially applying any
756
+ // arguments.
757
+ proxy: function( fn, context ) {
758
+ var tmp, args, proxy;
759
+
760
+ if ( typeof context === "string" ) {
761
+ tmp = fn[ context ];
762
+ context = fn;
763
+ fn = tmp;
764
+ }
765
+
766
+ // Quick check to determine if target is callable, in the spec
767
+ // this throws a TypeError, but we will just return undefined.
768
+ if ( !jQuery.isFunction( fn ) ) {
769
+ return undefined;
770
+ }
771
+
772
+ // Simulated bind
773
+ args = core_slice.call( arguments, 2 );
774
+ proxy = function() {
775
+ return fn.apply( context, args.concat( core_slice.call( arguments ) ) );
776
+ };
777
+
778
+ // Set the guid of unique handler to the same of original handler, so it can be removed
779
+ proxy.guid = fn.guid = fn.guid || jQuery.guid++;
780
+
781
+ return proxy;
782
+ },
783
+
784
+ // Multifunctional method to get and set values of a collection
785
+ // The value/s can optionally be executed if it's a function
786
+ access: function( elems, fn, key, value, chainable, emptyGet, pass ) {
787
+ var exec,
788
+ bulk = key == null,
789
+ i = 0,
790
+ length = elems.length;
791
+
792
+ // Sets many values
793
+ if ( key && typeof key === "object" ) {
794
+ for ( i in key ) {
795
+ jQuery.access( elems, fn, i, key[i], 1, emptyGet, value );
796
+ }
797
+ chainable = 1;
798
+
799
+ // Sets one value
800
+ } else if ( value !== undefined ) {
801
+ // Optionally, function values get executed if exec is true
802
+ exec = pass === undefined && jQuery.isFunction( value );
803
+
804
+ if ( bulk ) {
805
+ // Bulk operations only iterate when executing function values
806
+ if ( exec ) {
807
+ exec = fn;
808
+ fn = function( elem, key, value ) {
809
+ return exec.call( jQuery( elem ), value );
810
+ };
811
+
812
+ // Otherwise they run against the entire set
813
+ } else {
814
+ fn.call( elems, value );
815
+ fn = null;
816
+ }
817
+ }
818
+
819
+ if ( fn ) {
820
+ for (; i < length; i++ ) {
821
+ fn( elems[i], key, exec ? value.call( elems[i], i, fn( elems[i], key ) ) : value, pass );
822
+ }
823
+ }
824
+
825
+ chainable = 1;
826
+ }
827
+
828
+ return chainable ?
829
+ elems :
830
+
831
+ // Gets
832
+ bulk ?
833
+ fn.call( elems ) :
834
+ length ? fn( elems[0], key ) : emptyGet;
835
+ },
836
+
837
+ now: function() {
838
+ return ( new Date() ).getTime();
839
+ }
840
+ });
841
+
842
+ jQuery.ready.promise = function( obj ) {
843
+ if ( !readyList ) {
844
+
845
+ readyList = jQuery.Deferred();
846
+
847
+ // Catch cases where $(document).ready() is called after the browser event has already occurred.
848
+ // we once tried to use readyState "interactive" here, but it caused issues like the one
849
+ // discovered by ChrisS here: http://bugs.jquery.com/ticket/12282#comment:15
850
+ if ( document.readyState === "complete" ) {
851
+ // Handle it asynchronously to allow scripts the opportunity to delay ready
852
+ setTimeout( jQuery.ready, 1 );
853
+
854
+ // Standards-based browsers support DOMContentLoaded
855
+ } else if ( document.addEventListener ) {
856
+ // Use the handy event callback
857
+ document.addEventListener( "DOMContentLoaded", DOMContentLoaded, false );
858
+
859
+ // A fallback to window.onload, that will always work
860
+ window.addEventListener( "load", jQuery.ready, false );
861
+
862
+ // If IE event model is used
863
+ } else {
864
+ // Ensure firing before onload, maybe late but safe also for iframes
865
+ document.attachEvent( "onreadystatechange", DOMContentLoaded );
866
+
867
+ // A fallback to window.onload, that will always work
868
+ window.attachEvent( "onload", jQuery.ready );
869
+
870
+ // If IE and not a frame
871
+ // continually check to see if the document is ready
872
+ var top = false;
873
+
874
+ try {
875
+ top = window.frameElement == null && document.documentElement;
876
+ } catch(e) {}
877
+
878
+ if ( top && top.doScroll ) {
879
+ (function doScrollCheck() {
880
+ if ( !jQuery.isReady ) {
881
+
882
+ try {
883
+ // Use the trick by Diego Perini
884
+ // http://javascript.nwbox.com/IEContentLoaded/
885
+ top.doScroll("left");
886
+ } catch(e) {
887
+ return setTimeout( doScrollCheck, 50 );
888
+ }
889
+
890
+ // and execute any waiting functions
891
+ jQuery.ready();
892
+ }
893
+ })();
894
+ }
895
+ }
896
+ }
897
+ return readyList.promise( obj );
898
+ };
899
+
900
+ // Populate the class2type map
901
+ jQuery.each("Boolean Number String Function Array Date RegExp Object".split(" "), function(i, name) {
902
+ class2type[ "[object " + name + "]" ] = name.toLowerCase();
903
+ });
904
+
905
+ // All jQuery objects should point back to these
906
+ rootjQuery = jQuery(document);
907
+ // String to Object options format cache
908
+ var optionsCache = {};
909
+
910
+ // Convert String-formatted options into Object-formatted ones and store in cache
911
+ function createOptions( options ) {
912
+ var object = optionsCache[ options ] = {};
913
+ jQuery.each( options.split( core_rspace ), function( _, flag ) {
914
+ object[ flag ] = true;
915
+ });
916
+ return object;
917
+ }
918
+
919
+ /*
920
+ * Create a callback list using the following parameters:
921
+ *
922
+ * options: an optional list of space-separated options that will change how
923
+ * the callback list behaves or a more traditional option object
924
+ *
925
+ * By default a callback list will act like an event callback list and can be
926
+ * "fired" multiple times.
927
+ *
928
+ * Possible options:
929
+ *
930
+ * once: will ensure the callback list can only be fired once (like a Deferred)
931
+ *
932
+ * memory: will keep track of previous values and will call any callback added
933
+ * after the list has been fired right away with the latest "memorized"
934
+ * values (like a Deferred)
935
+ *
936
+ * unique: will ensure a callback can only be added once (no duplicate in the list)
937
+ *
938
+ * stopOnFalse: interrupt callings when a callback returns false
939
+ *
940
+ */
941
+ jQuery.Callbacks = function( options ) {
942
+
943
+ // Convert options from String-formatted to Object-formatted if needed
944
+ // (we check in cache first)
945
+ options = typeof options === "string" ?
946
+ ( optionsCache[ options ] || createOptions( options ) ) :
947
+ jQuery.extend( {}, options );
948
+
949
+ var // Last fire value (for non-forgettable lists)
950
+ memory,
951
+ // Flag to know if list was already fired
952
+ fired,
953
+ // Flag to know if list is currently firing
954
+ firing,
955
+ // First callback to fire (used internally by add and fireWith)
956
+ firingStart,
957
+ // End of the loop when firing
958
+ firingLength,
959
+ // Index of currently firing callback (modified by remove if needed)
960
+ firingIndex,
961
+ // Actual callback list
962
+ list = [],
963
+ // Stack of fire calls for repeatable lists
964
+ stack = !options.once && [],
965
+ // Fire callbacks
966
+ fire = function( data ) {
967
+ memory = options.memory && data;
968
+ fired = true;
969
+ firingIndex = firingStart || 0;
970
+ firingStart = 0;
971
+ firingLength = list.length;
972
+ firing = true;
973
+ for ( ; list && firingIndex < firingLength; firingIndex++ ) {
974
+ if ( list[ firingIndex ].apply( data[ 0 ], data[ 1 ] ) === false && options.stopOnFalse ) {
975
+ memory = false; // To prevent further calls using add
976
+ break;
977
+ }
978
+ }
979
+ firing = false;
980
+ if ( list ) {
981
+ if ( stack ) {
982
+ if ( stack.length ) {
983
+ fire( stack.shift() );
984
+ }
985
+ } else if ( memory ) {
986
+ list = [];
987
+ } else {
988
+ self.disable();
989
+ }
990
+ }
991
+ },
992
+ // Actual Callbacks object
993
+ self = {
994
+ // Add a callback or a collection of callbacks to the list
995
+ add: function() {
996
+ if ( list ) {
997
+ // First, we save the current length
998
+ var start = list.length;
999
+ (function add( args ) {
1000
+ jQuery.each( args, function( _, arg ) {
1001
+ var type = jQuery.type( arg );
1002
+ if ( type === "function" ) {
1003
+ if ( !options.unique || !self.has( arg ) ) {
1004
+ list.push( arg );
1005
+ }
1006
+ } else if ( arg && arg.length && type !== "string" ) {
1007
+ // Inspect recursively
1008
+ add( arg );
1009
+ }
1010
+ });
1011
+ })( arguments );
1012
+ // Do we need to add the callbacks to the
1013
+ // current firing batch?
1014
+ if ( firing ) {
1015
+ firingLength = list.length;
1016
+ // With memory, if we're not firing then
1017
+ // we should call right away
1018
+ } else if ( memory ) {
1019
+ firingStart = start;
1020
+ fire( memory );
1021
+ }
1022
+ }
1023
+ return this;
1024
+ },
1025
+ // Remove a callback from the list
1026
+ remove: function() {
1027
+ if ( list ) {
1028
+ jQuery.each( arguments, function( _, arg ) {
1029
+ var index;
1030
+ while( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) {
1031
+ list.splice( index, 1 );
1032
+ // Handle firing indexes
1033
+ if ( firing ) {
1034
+ if ( index <= firingLength ) {
1035
+ firingLength--;
1036
+ }
1037
+ if ( index <= firingIndex ) {
1038
+ firingIndex--;
1039
+ }
1040
+ }
1041
+ }
1042
+ });
1043
+ }
1044
+ return this;
1045
+ },
1046
+ // Control if a given callback is in the list
1047
+ has: function( fn ) {
1048
+ return jQuery.inArray( fn, list ) > -1;
1049
+ },
1050
+ // Remove all callbacks from the list
1051
+ empty: function() {
1052
+ list = [];
1053
+ return this;
1054
+ },
1055
+ // Have the list do nothing anymore
1056
+ disable: function() {
1057
+ list = stack = memory = undefined;
1058
+ return this;
1059
+ },
1060
+ // Is it disabled?
1061
+ disabled: function() {
1062
+ return !list;
1063
+ },
1064
+ // Lock the list in its current state
1065
+ lock: function() {
1066
+ stack = undefined;
1067
+ if ( !memory ) {
1068
+ self.disable();
1069
+ }
1070
+ return this;
1071
+ },
1072
+ // Is it locked?
1073
+ locked: function() {
1074
+ return !stack;
1075
+ },
1076
+ // Call all callbacks with the given context and arguments
1077
+ fireWith: function( context, args ) {
1078
+ args = args || [];
1079
+ args = [ context, args.slice ? args.slice() : args ];
1080
+ if ( list && ( !fired || stack ) ) {
1081
+ if ( firing ) {
1082
+ stack.push( args );
1083
+ } else {
1084
+ fire( args );
1085
+ }
1086
+ }
1087
+ return this;
1088
+ },
1089
+ // Call all the callbacks with the given arguments
1090
+ fire: function() {
1091
+ self.fireWith( this, arguments );
1092
+ return this;
1093
+ },
1094
+ // To know if the callbacks have already been called at least once
1095
+ fired: function() {
1096
+ return !!fired;
1097
+ }
1098
+ };
1099
+
1100
+ return self;
1101
+ };
1102
+ jQuery.extend({
1103
+
1104
+ Deferred: function( func ) {
1105
+ var tuples = [
1106
+ // action, add listener, listener list, final state
1107
+ [ "resolve", "done", jQuery.Callbacks("once memory"), "resolved" ],
1108
+ [ "reject", "fail", jQuery.Callbacks("once memory"), "rejected" ],
1109
+ [ "notify", "progress", jQuery.Callbacks("memory") ]
1110
+ ],
1111
+ state = "pending",
1112
+ promise = {
1113
+ state: function() {
1114
+ return state;
1115
+ },
1116
+ always: function() {
1117
+ deferred.done( arguments ).fail( arguments );
1118
+ return this;
1119
+ },
1120
+ then: function( /* fnDone, fnFail, fnProgress */ ) {
1121
+ var fns = arguments;
1122
+ return jQuery.Deferred(function( newDefer ) {
1123
+ jQuery.each( tuples, function( i, tuple ) {
1124
+ var action = tuple[ 0 ],
1125
+ fn = fns[ i ];
1126
+ // deferred[ done | fail | progress ] for forwarding actions to newDefer
1127
+ deferred[ tuple[1] ]( jQuery.isFunction( fn ) ?
1128
+ function() {
1129
+ var returned = fn.apply( this, arguments );
1130
+ if ( returned && jQuery.isFunction( returned.promise ) ) {
1131
+ returned.promise()
1132
+ .done( newDefer.resolve )
1133
+ .fail( newDefer.reject )
1134
+ .progress( newDefer.notify );
1135
+ } else {
1136
+ newDefer[ action + "With" ]( this === deferred ? newDefer : this, [ returned ] );
1137
+ }
1138
+ } :
1139
+ newDefer[ action ]
1140
+ );
1141
+ });
1142
+ fns = null;
1143
+ }).promise();
1144
+ },
1145
+ // Get a promise for this deferred
1146
+ // If obj is provided, the promise aspect is added to the object
1147
+ promise: function( obj ) {
1148
+ return obj != null ? jQuery.extend( obj, promise ) : promise;
1149
+ }
1150
+ },
1151
+ deferred = {};
1152
+
1153
+ // Keep pipe for back-compat
1154
+ promise.pipe = promise.then;
1155
+
1156
+ // Add list-specific methods
1157
+ jQuery.each( tuples, function( i, tuple ) {
1158
+ var list = tuple[ 2 ],
1159
+ stateString = tuple[ 3 ];
1160
+
1161
+ // promise[ done | fail | progress ] = list.add
1162
+ promise[ tuple[1] ] = list.add;
1163
+
1164
+ // Handle state
1165
+ if ( stateString ) {
1166
+ list.add(function() {
1167
+ // state = [ resolved | rejected ]
1168
+ state = stateString;
1169
+
1170
+ // [ reject_list | resolve_list ].disable; progress_list.lock
1171
+ }, tuples[ i ^ 1 ][ 2 ].disable, tuples[ 2 ][ 2 ].lock );
1172
+ }
1173
+
1174
+ // deferred[ resolve | reject | notify ] = list.fire
1175
+ deferred[ tuple[0] ] = list.fire;
1176
+ deferred[ tuple[0] + "With" ] = list.fireWith;
1177
+ });
1178
+
1179
+ // Make the deferred a promise
1180
+ promise.promise( deferred );
1181
+
1182
+ // Call given func if any
1183
+ if ( func ) {
1184
+ func.call( deferred, deferred );
1185
+ }
1186
+
1187
+ // All done!
1188
+ return deferred;
1189
+ },
1190
+
1191
+ // Deferred helper
1192
+ when: function( subordinate /* , ..., subordinateN */ ) {
1193
+ var i = 0,
1194
+ resolveValues = core_slice.call( arguments ),
1195
+ length = resolveValues.length,
1196
+
1197
+ // the count of uncompleted subordinates
1198
+ remaining = length !== 1 || ( subordinate && jQuery.isFunction( subordinate.promise ) ) ? length : 0,
1199
+
1200
+ // the master Deferred. If resolveValues consist of only a single Deferred, just use that.
1201
+ deferred = remaining === 1 ? subordinate : jQuery.Deferred(),
1202
+
1203
+ // Update function for both resolve and progress values
1204
+ updateFunc = function( i, contexts, values ) {
1205
+ return function( value ) {
1206
+ contexts[ i ] = this;
1207
+ values[ i ] = arguments.length > 1 ? core_slice.call( arguments ) : value;
1208
+ if( values === progressValues ) {
1209
+ deferred.notifyWith( contexts, values );
1210
+ } else if ( !( --remaining ) ) {
1211
+ deferred.resolveWith( contexts, values );
1212
+ }
1213
+ };
1214
+ },
1215
+
1216
+ progressValues, progressContexts, resolveContexts;
1217
+
1218
+ // add listeners to Deferred subordinates; treat others as resolved
1219
+ if ( length > 1 ) {
1220
+ progressValues = new Array( length );
1221
+ progressContexts = new Array( length );
1222
+ resolveContexts = new Array( length );
1223
+ for ( ; i < length; i++ ) {
1224
+ if ( resolveValues[ i ] && jQuery.isFunction( resolveValues[ i ].promise ) ) {
1225
+ resolveValues[ i ].promise()
1226
+ .done( updateFunc( i, resolveContexts, resolveValues ) )
1227
+ .fail( deferred.reject )
1228
+ .progress( updateFunc( i, progressContexts, progressValues ) );
1229
+ } else {
1230
+ --remaining;
1231
+ }
1232
+ }
1233
+ }
1234
+
1235
+ // if we're not waiting on anything, resolve the master
1236
+ if ( !remaining ) {
1237
+ deferred.resolveWith( resolveContexts, resolveValues );
1238
+ }
1239
+
1240
+ return deferred.promise();
1241
+ }
1242
+ });
1243
+ jQuery.support = (function() {
1244
+
1245
+ var support,
1246
+ all,
1247
+ a,
1248
+ select,
1249
+ opt,
1250
+ input,
1251
+ fragment,
1252
+ eventName,
1253
+ i,
1254
+ isSupported,
1255
+ clickFn,
1256
+ div = document.createElement("div");
1257
+
1258
+ // Setup
1259
+ div.setAttribute( "className", "t" );
1260
+ div.innerHTML = " <link/><table></table><a href='/a'>a</a><input type='checkbox'/>";
1261
+
1262
+ // Support tests won't run in some limited or non-browser environments
1263
+ all = div.getElementsByTagName("*");
1264
+ a = div.getElementsByTagName("a")[ 0 ];
1265
+ if ( !all || !a || !all.length ) {
1266
+ return {};
1267
+ }
1268
+
1269
+ // First batch of tests
1270
+ select = document.createElement("select");
1271
+ opt = select.appendChild( document.createElement("option") );
1272
+ input = div.getElementsByTagName("input")[ 0 ];
1273
+
1274
+ a.style.cssText = "top:1px;float:left;opacity:.5";
1275
+ support = {
1276
+ // IE strips leading whitespace when .innerHTML is used
1277
+ leadingWhitespace: ( div.firstChild.nodeType === 3 ),
1278
+
1279
+ // Make sure that tbody elements aren't automatically inserted
1280
+ // IE will insert them into empty tables
1281
+ tbody: !div.getElementsByTagName("tbody").length,
1282
+
1283
+ // Make sure that link elements get serialized correctly by innerHTML
1284
+ // This requires a wrapper element in IE
1285
+ htmlSerialize: !!div.getElementsByTagName("link").length,
1286
+
1287
+ // Get the style information from getAttribute
1288
+ // (IE uses .cssText instead)
1289
+ style: /top/.test( a.getAttribute("style") ),
1290
+
1291
+ // Make sure that URLs aren't manipulated
1292
+ // (IE normalizes it by default)
1293
+ hrefNormalized: ( a.getAttribute("href") === "/a" ),
1294
+
1295
+ // Make sure that element opacity exists
1296
+ // (IE uses filter instead)
1297
+ // Use a regex to work around a WebKit issue. See #5145
1298
+ opacity: /^0.5/.test( a.style.opacity ),
1299
+
1300
+ // Verify style float existence
1301
+ // (IE uses styleFloat instead of cssFloat)
1302
+ cssFloat: !!a.style.cssFloat,
1303
+
1304
+ // Make sure that if no value is specified for a checkbox
1305
+ // that it defaults to "on".
1306
+ // (WebKit defaults to "" instead)
1307
+ checkOn: ( input.value === "on" ),
1308
+
1309
+ // Make sure that a selected-by-default option has a working selected property.
1310
+ // (WebKit defaults to false instead of true, IE too, if it's in an optgroup)
1311
+ optSelected: opt.selected,
1312
+
1313
+ // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7)
1314
+ getSetAttribute: div.className !== "t",
1315
+
1316
+ // Tests for enctype support on a form (#6743)
1317
+ enctype: !!document.createElement("form").enctype,
1318
+
1319
+ // Makes sure cloning an html5 element does not cause problems
1320
+ // Where outerHTML is undefined, this still works
1321
+ html5Clone: document.createElement("nav").cloneNode( true ).outerHTML !== "<:nav></:nav>",
1322
+
1323
+ // jQuery.support.boxModel DEPRECATED in 1.8 since we don't support Quirks Mode
1324
+ boxModel: ( document.compatMode === "CSS1Compat" ),
1325
+
1326
+ // Will be defined later
1327
+ submitBubbles: true,
1328
+ changeBubbles: true,
1329
+ focusinBubbles: false,
1330
+ deleteExpando: true,
1331
+ noCloneEvent: true,
1332
+ inlineBlockNeedsLayout: false,
1333
+ shrinkWrapBlocks: false,
1334
+ reliableMarginRight: true,
1335
+ boxSizingReliable: true,
1336
+ pixelPosition: false
1337
+ };
1338
+
1339
+ // Make sure checked status is properly cloned
1340
+ input.checked = true;
1341
+ support.noCloneChecked = input.cloneNode( true ).checked;
1342
+
1343
+ // Make sure that the options inside disabled selects aren't marked as disabled
1344
+ // (WebKit marks them as disabled)
1345
+ select.disabled = true;
1346
+ support.optDisabled = !opt.disabled;
1347
+
1348
+ // Test to see if it's possible to delete an expando from an element
1349
+ // Fails in Internet Explorer
1350
+ try {
1351
+ delete div.test;
1352
+ } catch( e ) {
1353
+ support.deleteExpando = false;
1354
+ }
1355
+
1356
+ if ( !div.addEventListener && div.attachEvent && div.fireEvent ) {
1357
+ div.attachEvent( "onclick", clickFn = function() {
1358
+ // Cloning a node shouldn't copy over any
1359
+ // bound event handlers (IE does this)
1360
+ support.noCloneEvent = false;
1361
+ });
1362
+ div.cloneNode( true ).fireEvent("onclick");
1363
+ div.detachEvent( "onclick", clickFn );
1364
+ }
1365
+
1366
+ // Check if a radio maintains its value
1367
+ // after being appended to the DOM
1368
+ input = document.createElement("input");
1369
+ input.value = "t";
1370
+ input.setAttribute( "type", "radio" );
1371
+ support.radioValue = input.value === "t";
1372
+
1373
+ input.setAttribute( "checked", "checked" );
1374
+
1375
+ // #11217 - WebKit loses check when the name is after the checked attribute
1376
+ input.setAttribute( "name", "t" );
1377
+
1378
+ div.appendChild( input );
1379
+ fragment = document.createDocumentFragment();
1380
+ fragment.appendChild( div.lastChild );
1381
+
1382
+ // WebKit doesn't clone checked state correctly in fragments
1383
+ support.checkClone = fragment.cloneNode( true ).cloneNode( true ).lastChild.checked;
1384
+
1385
+ // Check if a disconnected checkbox will retain its checked
1386
+ // value of true after appended to the DOM (IE6/7)
1387
+ support.appendChecked = input.checked;
1388
+
1389
+ fragment.removeChild( input );
1390
+ fragment.appendChild( div );
1391
+
1392
+ // Technique from Juriy Zaytsev
1393
+ // http://perfectionkills.com/detecting-event-support-without-browser-sniffing/
1394
+ // We only care about the case where non-standard event systems
1395
+ // are used, namely in IE. Short-circuiting here helps us to
1396
+ // avoid an eval call (in setAttribute) which can cause CSP
1397
+ // to go haywire. See: https://developer.mozilla.org/en/Security/CSP
1398
+ if ( div.attachEvent ) {
1399
+ for ( i in {
1400
+ submit: true,
1401
+ change: true,
1402
+ focusin: true
1403
+ }) {
1404
+ eventName = "on" + i;
1405
+ isSupported = ( eventName in div );
1406
+ if ( !isSupported ) {
1407
+ div.setAttribute( eventName, "return;" );
1408
+ isSupported = ( typeof div[ eventName ] === "function" );
1409
+ }
1410
+ support[ i + "Bubbles" ] = isSupported;
1411
+ }
1412
+ }
1413
+
1414
+ // Run tests that need a body at doc ready
1415
+ jQuery(function() {
1416
+ var container, div, tds, marginDiv,
1417
+ divReset = "padding:0;margin:0;border:0;display:block;overflow:hidden;",
1418
+ body = document.getElementsByTagName("body")[0];
1419
+
1420
+ if ( !body ) {
1421
+ // Return for frameset docs that don't have a body
1422
+ return;
1423
+ }
1424
+
1425
+ container = document.createElement("div");
1426
+ container.style.cssText = "visibility:hidden;border:0;width:0;height:0;position:static;top:0;margin-top:1px";
1427
+ body.insertBefore( container, body.firstChild );
1428
+
1429
+ // Construct the test element
1430
+ div = document.createElement("div");
1431
+ container.appendChild( div );
1432
+
1433
+ // Check if table cells still have offsetWidth/Height when they are set
1434
+ // to display:none and there are still other visible table cells in a
1435
+ // table row; if so, offsetWidth/Height are not reliable for use when
1436
+ // determining if an element has been hidden directly using
1437
+ // display:none (it is still safe to use offsets if a parent element is
1438
+ // hidden; don safety goggles and see bug #4512 for more information).
1439
+ // (only IE 8 fails this test)
1440
+ div.innerHTML = "<table><tr><td></td><td>t</td></tr></table>";
1441
+ tds = div.getElementsByTagName("td");
1442
+ tds[ 0 ].style.cssText = "padding:0;margin:0;border:0;display:none";
1443
+ isSupported = ( tds[ 0 ].offsetHeight === 0 );
1444
+
1445
+ tds[ 0 ].style.display = "";
1446
+ tds[ 1 ].style.display = "none";
1447
+
1448
+ // Check if empty table cells still have offsetWidth/Height
1449
+ // (IE <= 8 fail this test)
1450
+ support.reliableHiddenOffsets = isSupported && ( tds[ 0 ].offsetHeight === 0 );
1451
+
1452
+ // Check box-sizing and margin behavior
1453
+ div.innerHTML = "";
1454
+ div.style.cssText = "box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:1px;border:1px;display:block;width:4px;margin-top:1%;position:absolute;top:1%;";
1455
+ support.boxSizing = ( div.offsetWidth === 4 );
1456
+ support.doesNotIncludeMarginInBodyOffset = ( body.offsetTop !== 1 );
1457
+
1458
+ // NOTE: To any future maintainer, we've window.getComputedStyle
1459
+ // because jsdom on node.js will break without it.
1460
+ if ( window.getComputedStyle ) {
1461
+ support.pixelPosition = ( window.getComputedStyle( div, null ) || {} ).top !== "1%";
1462
+ support.boxSizingReliable = ( window.getComputedStyle( div, null ) || { width: "4px" } ).width === "4px";
1463
+
1464
+ // Check if div with explicit width and no margin-right incorrectly
1465
+ // gets computed margin-right based on width of container. For more
1466
+ // info see bug #3333
1467
+ // Fails in WebKit before Feb 2011 nightlies
1468
+ // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
1469
+ marginDiv = document.createElement("div");
1470
+ marginDiv.style.cssText = div.style.cssText = divReset;
1471
+ marginDiv.style.marginRight = marginDiv.style.width = "0";
1472
+ div.style.width = "1px";
1473
+ div.appendChild( marginDiv );
1474
+ support.reliableMarginRight =
1475
+ !parseFloat( ( window.getComputedStyle( marginDiv, null ) || {} ).marginRight );
1476
+ }
1477
+
1478
+ if ( typeof div.style.zoom !== "undefined" ) {
1479
+ // Check if natively block-level elements act like inline-block
1480
+ // elements when setting their display to 'inline' and giving
1481
+ // them layout
1482
+ // (IE < 8 does this)
1483
+ div.innerHTML = "";
1484
+ div.style.cssText = divReset + "width:1px;padding:1px;display:inline;zoom:1";
1485
+ support.inlineBlockNeedsLayout = ( div.offsetWidth === 3 );
1486
+
1487
+ // Check if elements with layout shrink-wrap their children
1488
+ // (IE 6 does this)
1489
+ div.style.display = "block";
1490
+ div.style.overflow = "visible";
1491
+ div.innerHTML = "<div></div>";
1492
+ div.firstChild.style.width = "5px";
1493
+ support.shrinkWrapBlocks = ( div.offsetWidth !== 3 );
1494
+
1495
+ container.style.zoom = 1;
1496
+ }
1497
+
1498
+ // Null elements to avoid leaks in IE
1499
+ body.removeChild( container );
1500
+ container = div = tds = marginDiv = null;
1501
+ });
1502
+
1503
+ // Null elements to avoid leaks in IE
1504
+ fragment.removeChild( div );
1505
+ all = a = select = opt = input = fragment = div = null;
1506
+
1507
+ return support;
1508
+ })();
1509
+ var rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/,
1510
+ rmultiDash = /([A-Z])/g;
1511
+
1512
+ jQuery.extend({
1513
+ cache: {},
1514
+
1515
+ deletedIds: [],
1516
+
1517
+ // Remove at next major release (1.9/2.0)
1518
+ uuid: 0,
1519
+
1520
+ // Unique for each copy of jQuery on the page
1521
+ // Non-digits removed to match rinlinejQuery
1522
+ expando: "jQuery" + ( jQuery.fn.jquery + Math.random() ).replace( /\D/g, "" ),
1523
+
1524
+ // The following elements throw uncatchable exceptions if you
1525
+ // attempt to add expando properties to them.
1526
+ noData: {
1527
+ "embed": true,
1528
+ // Ban all objects except for Flash (which handle expandos)
1529
+ "object": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",
1530
+ "applet": true
1531
+ },
1532
+
1533
+ hasData: function( elem ) {
1534
+ elem = elem.nodeType ? jQuery.cache[ elem[jQuery.expando] ] : elem[ jQuery.expando ];
1535
+ return !!elem && !isEmptyDataObject( elem );
1536
+ },
1537
+
1538
+ data: function( elem, name, data, pvt /* Internal Use Only */ ) {
1539
+ if ( !jQuery.acceptData( elem ) ) {
1540
+ return;
1541
+ }
1542
+
1543
+ var thisCache, ret,
1544
+ internalKey = jQuery.expando,
1545
+ getByName = typeof name === "string",
1546
+
1547
+ // We have to handle DOM nodes and JS objects differently because IE6-7
1548
+ // can't GC object references properly across the DOM-JS boundary
1549
+ isNode = elem.nodeType,
1550
+
1551
+ // Only DOM nodes need the global jQuery cache; JS object data is
1552
+ // attached directly to the object so GC can occur automatically
1553
+ cache = isNode ? jQuery.cache : elem,
1554
+
1555
+ // Only defining an ID for JS objects if its cache already exists allows
1556
+ // the code to shortcut on the same path as a DOM node with no cache
1557
+ id = isNode ? elem[ internalKey ] : elem[ internalKey ] && internalKey;
1558
+
1559
+ // Avoid doing any more work than we need to when trying to get data on an
1560
+ // object that has no data at all
1561
+ if ( (!id || !cache[id] || (!pvt && !cache[id].data)) && getByName && data === undefined ) {
1562
+ return;
1563
+ }
1564
+
1565
+ if ( !id ) {
1566
+ // Only DOM nodes need a new unique ID for each element since their data
1567
+ // ends up in the global cache
1568
+ if ( isNode ) {
1569
+ elem[ internalKey ] = id = jQuery.deletedIds.pop() || jQuery.guid++;
1570
+ } else {
1571
+ id = internalKey;
1572
+ }
1573
+ }
1574
+
1575
+ if ( !cache[ id ] ) {
1576
+ cache[ id ] = {};
1577
+
1578
+ // Avoids exposing jQuery metadata on plain JS objects when the object
1579
+ // is serialized using JSON.stringify
1580
+ if ( !isNode ) {
1581
+ cache[ id ].toJSON = jQuery.noop;
1582
+ }
1583
+ }
1584
+
1585
+ // An object can be passed to jQuery.data instead of a key/value pair; this gets
1586
+ // shallow copied over onto the existing cache
1587
+ if ( typeof name === "object" || typeof name === "function" ) {
1588
+ if ( pvt ) {
1589
+ cache[ id ] = jQuery.extend( cache[ id ], name );
1590
+ } else {
1591
+ cache[ id ].data = jQuery.extend( cache[ id ].data, name );
1592
+ }
1593
+ }
1594
+
1595
+ thisCache = cache[ id ];
1596
+
1597
+ // jQuery data() is stored in a separate object inside the object's internal data
1598
+ // cache in order to avoid key collisions between internal data and user-defined
1599
+ // data.
1600
+ if ( !pvt ) {
1601
+ if ( !thisCache.data ) {
1602
+ thisCache.data = {};
1603
+ }
1604
+
1605
+ thisCache = thisCache.data;
1606
+ }
1607
+
1608
+ if ( data !== undefined ) {
1609
+ thisCache[ jQuery.camelCase( name ) ] = data;
1610
+ }
1611
+
1612
+ // Check for both converted-to-camel and non-converted data property names
1613
+ // If a data property was specified
1614
+ if ( getByName ) {
1615
+
1616
+ // First Try to find as-is property data
1617
+ ret = thisCache[ name ];
1618
+
1619
+ // Test for null|undefined property data
1620
+ if ( ret == null ) {
1621
+
1622
+ // Try to find the camelCased property
1623
+ ret = thisCache[ jQuery.camelCase( name ) ];
1624
+ }
1625
+ } else {
1626
+ ret = thisCache;
1627
+ }
1628
+
1629
+ return ret;
1630
+ },
1631
+
1632
+ removeData: function( elem, name, pvt /* Internal Use Only */ ) {
1633
+ if ( !jQuery.acceptData( elem ) ) {
1634
+ return;
1635
+ }
1636
+
1637
+ var thisCache, i, l,
1638
+
1639
+ isNode = elem.nodeType,
1640
+
1641
+ // See jQuery.data for more information
1642
+ cache = isNode ? jQuery.cache : elem,
1643
+ id = isNode ? elem[ jQuery.expando ] : jQuery.expando;
1644
+
1645
+ // If there is already no cache entry for this object, there is no
1646
+ // purpose in continuing
1647
+ if ( !cache[ id ] ) {
1648
+ return;
1649
+ }
1650
+
1651
+ if ( name ) {
1652
+
1653
+ thisCache = pvt ? cache[ id ] : cache[ id ].data;
1654
+
1655
+ if ( thisCache ) {
1656
+
1657
+ // Support array or space separated string names for data keys
1658
+ if ( !jQuery.isArray( name ) ) {
1659
+
1660
+ // try the string as a key before any manipulation
1661
+ if ( name in thisCache ) {
1662
+ name = [ name ];
1663
+ } else {
1664
+
1665
+ // split the camel cased version by spaces unless a key with the spaces exists
1666
+ name = jQuery.camelCase( name );
1667
+ if ( name in thisCache ) {
1668
+ name = [ name ];
1669
+ } else {
1670
+ name = name.split(" ");
1671
+ }
1672
+ }
1673
+ }
1674
+
1675
+ for ( i = 0, l = name.length; i < l; i++ ) {
1676
+ delete thisCache[ name[i] ];
1677
+ }
1678
+
1679
+ // If there is no data left in the cache, we want to continue
1680
+ // and let the cache object itself get destroyed
1681
+ if ( !( pvt ? isEmptyDataObject : jQuery.isEmptyObject )( thisCache ) ) {
1682
+ return;
1683
+ }
1684
+ }
1685
+ }
1686
+
1687
+ // See jQuery.data for more information
1688
+ if ( !pvt ) {
1689
+ delete cache[ id ].data;
1690
+
1691
+ // Don't destroy the parent cache unless the internal data object
1692
+ // had been the only thing left in it
1693
+ if ( !isEmptyDataObject( cache[ id ] ) ) {
1694
+ return;
1695
+ }
1696
+ }
1697
+
1698
+ // Destroy the cache
1699
+ if ( isNode ) {
1700
+ jQuery.cleanData( [ elem ], true );
1701
+
1702
+ // Use delete when supported for expandos or `cache` is not a window per isWindow (#10080)
1703
+ } else if ( jQuery.support.deleteExpando || cache != cache.window ) {
1704
+ delete cache[ id ];
1705
+
1706
+ // When all else fails, null
1707
+ } else {
1708
+ cache[ id ] = null;
1709
+ }
1710
+ },
1711
+
1712
+ // For internal use only.
1713
+ _data: function( elem, name, data ) {
1714
+ return jQuery.data( elem, name, data, true );
1715
+ },
1716
+
1717
+ // A method for determining if a DOM node can handle the data expando
1718
+ acceptData: function( elem ) {
1719
+ var noData = elem.nodeName && jQuery.noData[ elem.nodeName.toLowerCase() ];
1720
+
1721
+ // nodes accept data unless otherwise specified; rejection can be conditional
1722
+ return !noData || noData !== true && elem.getAttribute("classid") === noData;
1723
+ }
1724
+ });
1725
+
1726
+ jQuery.fn.extend({
1727
+ data: function( key, value ) {
1728
+ var parts, part, attr, name, l,
1729
+ elem = this[0],
1730
+ i = 0,
1731
+ data = null;
1732
+
1733
+ // Gets all values
1734
+ if ( key === undefined ) {
1735
+ if ( this.length ) {
1736
+ data = jQuery.data( elem );
1737
+
1738
+ if ( elem.nodeType === 1 && !jQuery._data( elem, "parsedAttrs" ) ) {
1739
+ attr = elem.attributes;
1740
+ for ( l = attr.length; i < l; i++ ) {
1741
+ name = attr[i].name;
1742
+
1743
+ if ( !name.indexOf( "data-" ) ) {
1744
+ name = jQuery.camelCase( name.substring(5) );
1745
+
1746
+ dataAttr( elem, name, data[ name ] );
1747
+ }
1748
+ }
1749
+ jQuery._data( elem, "parsedAttrs", true );
1750
+ }
1751
+ }
1752
+
1753
+ return data;
1754
+ }
1755
+
1756
+ // Sets multiple values
1757
+ if ( typeof key === "object" ) {
1758
+ return this.each(function() {
1759
+ jQuery.data( this, key );
1760
+ });
1761
+ }
1762
+
1763
+ parts = key.split( ".", 2 );
1764
+ parts[1] = parts[1] ? "." + parts[1] : "";
1765
+ part = parts[1] + "!";
1766
+
1767
+ return jQuery.access( this, function( value ) {
1768
+
1769
+ if ( value === undefined ) {
1770
+ data = this.triggerHandler( "getData" + part, [ parts[0] ] );
1771
+
1772
+ // Try to fetch any internally stored data first
1773
+ if ( data === undefined && elem ) {
1774
+ data = jQuery.data( elem, key );
1775
+ data = dataAttr( elem, key, data );
1776
+ }
1777
+
1778
+ return data === undefined && parts[1] ?
1779
+ this.data( parts[0] ) :
1780
+ data;
1781
+ }
1782
+
1783
+ parts[1] = value;
1784
+ this.each(function() {
1785
+ var self = jQuery( this );
1786
+
1787
+ self.triggerHandler( "setData" + part, parts );
1788
+ jQuery.data( this, key, value );
1789
+ self.triggerHandler( "changeData" + part, parts );
1790
+ });
1791
+ }, null, value, arguments.length > 1, null, false );
1792
+ },
1793
+
1794
+ removeData: function( key ) {
1795
+ return this.each(function() {
1796
+ jQuery.removeData( this, key );
1797
+ });
1798
+ }
1799
+ });
1800
+
1801
+ function dataAttr( elem, key, data ) {
1802
+ // If nothing was found internally, try to fetch any
1803
+ // data from the HTML5 data-* attribute
1804
+ if ( data === undefined && elem.nodeType === 1 ) {
1805
+
1806
+ var name = "data-" + key.replace( rmultiDash, "-$1" ).toLowerCase();
1807
+
1808
+ data = elem.getAttribute( name );
1809
+
1810
+ if ( typeof data === "string" ) {
1811
+ try {
1812
+ data = data === "true" ? true :
1813
+ data === "false" ? false :
1814
+ data === "null" ? null :
1815
+ // Only convert to a number if it doesn't change the string
1816
+ +data + "" === data ? +data :
1817
+ rbrace.test( data ) ? jQuery.parseJSON( data ) :
1818
+ data;
1819
+ } catch( e ) {}
1820
+
1821
+ // Make sure we set the data so it isn't changed later
1822
+ jQuery.data( elem, key, data );
1823
+
1824
+ } else {
1825
+ data = undefined;
1826
+ }
1827
+ }
1828
+
1829
+ return data;
1830
+ }
1831
+
1832
+ // checks a cache object for emptiness
1833
+ function isEmptyDataObject( obj ) {
1834
+ var name;
1835
+ for ( name in obj ) {
1836
+
1837
+ // if the public data object is empty, the private is still empty
1838
+ if ( name === "data" && jQuery.isEmptyObject( obj[name] ) ) {
1839
+ continue;
1840
+ }
1841
+ if ( name !== "toJSON" ) {
1842
+ return false;
1843
+ }
1844
+ }
1845
+
1846
+ return true;
1847
+ }
1848
+ jQuery.extend({
1849
+ queue: function( elem, type, data ) {
1850
+ var queue;
1851
+
1852
+ if ( elem ) {
1853
+ type = ( type || "fx" ) + "queue";
1854
+ queue = jQuery._data( elem, type );
1855
+
1856
+ // Speed up dequeue by getting out quickly if this is just a lookup
1857
+ if ( data ) {
1858
+ if ( !queue || jQuery.isArray(data) ) {
1859
+ queue = jQuery._data( elem, type, jQuery.makeArray(data) );
1860
+ } else {
1861
+ queue.push( data );
1862
+ }
1863
+ }
1864
+ return queue || [];
1865
+ }
1866
+ },
1867
+
1868
+ dequeue: function( elem, type ) {
1869
+ type = type || "fx";
1870
+
1871
+ var queue = jQuery.queue( elem, type ),
1872
+ startLength = queue.length,
1873
+ fn = queue.shift(),
1874
+ hooks = jQuery._queueHooks( elem, type ),
1875
+ next = function() {
1876
+ jQuery.dequeue( elem, type );
1877
+ };
1878
+
1879
+ // If the fx queue is dequeued, always remove the progress sentinel
1880
+ if ( fn === "inprogress" ) {
1881
+ fn = queue.shift();
1882
+ startLength--;
1883
+ }
1884
+
1885
+ if ( fn ) {
1886
+
1887
+ // Add a progress sentinel to prevent the fx queue from being
1888
+ // automatically dequeued
1889
+ if ( type === "fx" ) {
1890
+ queue.unshift( "inprogress" );
1891
+ }
1892
+
1893
+ // clear up the last queue stop function
1894
+ delete hooks.stop;
1895
+ fn.call( elem, next, hooks );
1896
+ }
1897
+
1898
+ if ( !startLength && hooks ) {
1899
+ hooks.empty.fire();
1900
+ }
1901
+ },
1902
+
1903
+ // not intended for public consumption - generates a queueHooks object, or returns the current one
1904
+ _queueHooks: function( elem, type ) {
1905
+ var key = type + "queueHooks";
1906
+ return jQuery._data( elem, key ) || jQuery._data( elem, key, {
1907
+ empty: jQuery.Callbacks("once memory").add(function() {
1908
+ jQuery.removeData( elem, type + "queue", true );
1909
+ jQuery.removeData( elem, key, true );
1910
+ })
1911
+ });
1912
+ }
1913
+ });
1914
+
1915
+ jQuery.fn.extend({
1916
+ queue: function( type, data ) {
1917
+ var setter = 2;
1918
+
1919
+ if ( typeof type !== "string" ) {
1920
+ data = type;
1921
+ type = "fx";
1922
+ setter--;
1923
+ }
1924
+
1925
+ if ( arguments.length < setter ) {
1926
+ return jQuery.queue( this[0], type );
1927
+ }
1928
+
1929
+ return data === undefined ?
1930
+ this :
1931
+ this.each(function() {
1932
+ var queue = jQuery.queue( this, type, data );
1933
+
1934
+ // ensure a hooks for this queue
1935
+ jQuery._queueHooks( this, type );
1936
+
1937
+ if ( type === "fx" && queue[0] !== "inprogress" ) {
1938
+ jQuery.dequeue( this, type );
1939
+ }
1940
+ });
1941
+ },
1942
+ dequeue: function( type ) {
1943
+ return this.each(function() {
1944
+ jQuery.dequeue( this, type );
1945
+ });
1946
+ },
1947
+ // Based off of the plugin by Clint Helfers, with permission.
1948
+ // http://blindsignals.com/index.php/2009/07/jquery-delay/
1949
+ delay: function( time, type ) {
1950
+ time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
1951
+ type = type || "fx";
1952
+
1953
+ return this.queue( type, function( next, hooks ) {
1954
+ var timeout = setTimeout( next, time );
1955
+ hooks.stop = function() {
1956
+ clearTimeout( timeout );
1957
+ };
1958
+ });
1959
+ },
1960
+ clearQueue: function( type ) {
1961
+ return this.queue( type || "fx", [] );
1962
+ },
1963
+ // Get a promise resolved when queues of a certain type
1964
+ // are emptied (fx is the type by default)
1965
+ promise: function( type, obj ) {
1966
+ var tmp,
1967
+ count = 1,
1968
+ defer = jQuery.Deferred(),
1969
+ elements = this,
1970
+ i = this.length,
1971
+ resolve = function() {
1972
+ if ( !( --count ) ) {
1973
+ defer.resolveWith( elements, [ elements ] );
1974
+ }
1975
+ };
1976
+
1977
+ if ( typeof type !== "string" ) {
1978
+ obj = type;
1979
+ type = undefined;
1980
+ }
1981
+ type = type || "fx";
1982
+
1983
+ while( i-- ) {
1984
+ tmp = jQuery._data( elements[ i ], type + "queueHooks" );
1985
+ if ( tmp && tmp.empty ) {
1986
+ count++;
1987
+ tmp.empty.add( resolve );
1988
+ }
1989
+ }
1990
+ resolve();
1991
+ return defer.promise( obj );
1992
+ }
1993
+ });
1994
+ var nodeHook, boolHook, fixSpecified,
1995
+ rclass = /[\t\r\n]/g,
1996
+ rreturn = /\r/g,
1997
+ rtype = /^(?:button|input)$/i,
1998
+ rfocusable = /^(?:button|input|object|select|textarea)$/i,
1999
+ rclickable = /^a(?:rea|)$/i,
2000
+ rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
2001
+ getSetAttribute = jQuery.support.getSetAttribute;
2002
+
2003
+ jQuery.fn.extend({
2004
+ attr: function( name, value ) {
2005
+ return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 );
2006
+ },
2007
+
2008
+ removeAttr: function( name ) {
2009
+ return this.each(function() {
2010
+ jQuery.removeAttr( this, name );
2011
+ });
2012
+ },
2013
+
2014
+ prop: function( name, value ) {
2015
+ return jQuery.access( this, jQuery.prop, name, value, arguments.length > 1 );
2016
+ },
2017
+
2018
+ removeProp: function( name ) {
2019
+ name = jQuery.propFix[ name ] || name;
2020
+ return this.each(function() {
2021
+ // try/catch handles cases where IE balks (such as removing a property on window)
2022
+ try {
2023
+ this[ name ] = undefined;
2024
+ delete this[ name ];
2025
+ } catch( e ) {}
2026
+ });
2027
+ },
2028
+
2029
+ addClass: function( value ) {
2030
+ var classNames, i, l, elem,
2031
+ setClass, c, cl;
2032
+
2033
+ if ( jQuery.isFunction( value ) ) {
2034
+ return this.each(function( j ) {
2035
+ jQuery( this ).addClass( value.call(this, j, this.className) );
2036
+ });
2037
+ }
2038
+
2039
+ if ( value && typeof value === "string" ) {
2040
+ classNames = value.split( core_rspace );
2041
+
2042
+ for ( i = 0, l = this.length; i < l; i++ ) {
2043
+ elem = this[ i ];
2044
+
2045
+ if ( elem.nodeType === 1 ) {
2046
+ if ( !elem.className && classNames.length === 1 ) {
2047
+ elem.className = value;
2048
+
2049
+ } else {
2050
+ setClass = " " + elem.className + " ";
2051
+
2052
+ for ( c = 0, cl = classNames.length; c < cl; c++ ) {
2053
+ if ( setClass.indexOf( " " + classNames[ c ] + " " ) < 0 ) {
2054
+ setClass += classNames[ c ] + " ";
2055
+ }
2056
+ }
2057
+ elem.className = jQuery.trim( setClass );
2058
+ }
2059
+ }
2060
+ }
2061
+ }
2062
+
2063
+ return this;
2064
+ },
2065
+
2066
+ removeClass: function( value ) {
2067
+ var removes, className, elem, c, cl, i, l;
2068
+
2069
+ if ( jQuery.isFunction( value ) ) {
2070
+ return this.each(function( j ) {
2071
+ jQuery( this ).removeClass( value.call(this, j, this.className) );
2072
+ });
2073
+ }
2074
+ if ( (value && typeof value === "string") || value === undefined ) {
2075
+ removes = ( value || "" ).split( core_rspace );
2076
+
2077
+ for ( i = 0, l = this.length; i < l; i++ ) {
2078
+ elem = this[ i ];
2079
+ if ( elem.nodeType === 1 && elem.className ) {
2080
+
2081
+ className = (" " + elem.className + " ").replace( rclass, " " );
2082
+
2083
+ // loop over each item in the removal list
2084
+ for ( c = 0, cl = removes.length; c < cl; c++ ) {
2085
+ // Remove until there is nothing to remove,
2086
+ while ( className.indexOf(" " + removes[ c ] + " ") >= 0 ) {
2087
+ className = className.replace( " " + removes[ c ] + " " , " " );
2088
+ }
2089
+ }
2090
+ elem.className = value ? jQuery.trim( className ) : "";
2091
+ }
2092
+ }
2093
+ }
2094
+
2095
+ return this;
2096
+ },
2097
+
2098
+ toggleClass: function( value, stateVal ) {
2099
+ var type = typeof value,
2100
+ isBool = typeof stateVal === "boolean";
2101
+
2102
+ if ( jQuery.isFunction( value ) ) {
2103
+ return this.each(function( i ) {
2104
+ jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
2105
+ });
2106
+ }
2107
+
2108
+ return this.each(function() {
2109
+ if ( type === "string" ) {
2110
+ // toggle individual class names
2111
+ var className,
2112
+ i = 0,
2113
+ self = jQuery( this ),
2114
+ state = stateVal,
2115
+ classNames = value.split( core_rspace );
2116
+
2117
+ while ( (className = classNames[ i++ ]) ) {
2118
+ // check each className given, space separated list
2119
+ state = isBool ? state : !self.hasClass( className );
2120
+ self[ state ? "addClass" : "removeClass" ]( className );
2121
+ }
2122
+
2123
+ } else if ( type === "undefined" || type === "boolean" ) {
2124
+ if ( this.className ) {
2125
+ // store className if set
2126
+ jQuery._data( this, "__className__", this.className );
2127
+ }
2128
+
2129
+ // toggle whole className
2130
+ this.className = this.className || value === false ? "" : jQuery._data( this, "__className__" ) || "";
2131
+ }
2132
+ });
2133
+ },
2134
+
2135
+ hasClass: function( selector ) {
2136
+ var className = " " + selector + " ",
2137
+ i = 0,
2138
+ l = this.length;
2139
+ for ( ; i < l; i++ ) {
2140
+ if ( this[i].nodeType === 1 && (" " + this[i].className + " ").replace(rclass, " ").indexOf( className ) >= 0 ) {
2141
+ return true;
2142
+ }
2143
+ }
2144
+
2145
+ return false;
2146
+ },
2147
+
2148
+ val: function( value ) {
2149
+ var hooks, ret, isFunction,
2150
+ elem = this[0];
2151
+
2152
+ if ( !arguments.length ) {
2153
+ if ( elem ) {
2154
+ hooks = jQuery.valHooks[ elem.type ] || jQuery.valHooks[ elem.nodeName.toLowerCase() ];
2155
+
2156
+ if ( hooks && "get" in hooks && (ret = hooks.get( elem, "value" )) !== undefined ) {
2157
+ return ret;
2158
+ }
2159
+
2160
+ ret = elem.value;
2161
+
2162
+ return typeof ret === "string" ?
2163
+ // handle most common string cases
2164
+ ret.replace(rreturn, "") :
2165
+ // handle cases where value is null/undef or number
2166
+ ret == null ? "" : ret;
2167
+ }
2168
+
2169
+ return;
2170
+ }
2171
+
2172
+ isFunction = jQuery.isFunction( value );
2173
+
2174
+ return this.each(function( i ) {
2175
+ var val,
2176
+ self = jQuery(this);
2177
+
2178
+ if ( this.nodeType !== 1 ) {
2179
+ return;
2180
+ }
2181
+
2182
+ if ( isFunction ) {
2183
+ val = value.call( this, i, self.val() );
2184
+ } else {
2185
+ val = value;
2186
+ }
2187
+
2188
+ // Treat null/undefined as ""; convert numbers to string
2189
+ if ( val == null ) {
2190
+ val = "";
2191
+ } else if ( typeof val === "number" ) {
2192
+ val += "";
2193
+ } else if ( jQuery.isArray( val ) ) {
2194
+ val = jQuery.map(val, function ( value ) {
2195
+ return value == null ? "" : value + "";
2196
+ });
2197
+ }
2198
+
2199
+ hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ];
2200
+
2201
+ // If set returns undefined, fall back to normal setting
2202
+ if ( !hooks || !("set" in hooks) || hooks.set( this, val, "value" ) === undefined ) {
2203
+ this.value = val;
2204
+ }
2205
+ });
2206
+ }
2207
+ });
2208
+
2209
+ jQuery.extend({
2210
+ valHooks: {
2211
+ option: {
2212
+ get: function( elem ) {
2213
+ // attributes.value is undefined in Blackberry 4.7 but
2214
+ // uses .value. See #6932
2215
+ var val = elem.attributes.value;
2216
+ return !val || val.specified ? elem.value : elem.text;
2217
+ }
2218
+ },
2219
+ select: {
2220
+ get: function( elem ) {
2221
+ var value, option,
2222
+ options = elem.options,
2223
+ index = elem.selectedIndex,
2224
+ one = elem.type === "select-one" || index < 0,
2225
+ values = one ? null : [],
2226
+ max = one ? index + 1 : options.length,
2227
+ i = index < 0 ?
2228
+ max :
2229
+ one ? index : 0;
2230
+
2231
+ // Loop through all the selected options
2232
+ for ( ; i < max; i++ ) {
2233
+ option = options[ i ];
2234
+
2235
+ // oldIE doesn't update selected after form reset (#2551)
2236
+ if ( ( option.selected || i === index ) &&
2237
+ // Don't return options that are disabled or in a disabled optgroup
2238
+ ( jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null ) &&
2239
+ ( !option.parentNode.disabled || !jQuery.nodeName( option.parentNode, "optgroup" ) ) ) {
2240
+
2241
+ // Get the specific value for the option
2242
+ value = jQuery( option ).val();
2243
+
2244
+ // We don't need an array for one selects
2245
+ if ( one ) {
2246
+ return value;
2247
+ }
2248
+
2249
+ // Multi-Selects return an array
2250
+ values.push( value );
2251
+ }
2252
+ }
2253
+
2254
+ return values;
2255
+ },
2256
+
2257
+ set: function( elem, value ) {
2258
+ var values = jQuery.makeArray( value );
2259
+
2260
+ jQuery(elem).find("option").each(function() {
2261
+ this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
2262
+ });
2263
+
2264
+ if ( !values.length ) {
2265
+ elem.selectedIndex = -1;
2266
+ }
2267
+ return values;
2268
+ }
2269
+ }
2270
+ },
2271
+
2272
+ // Unused in 1.8, left in so attrFn-stabbers won't die; remove in 1.9
2273
+ attrFn: {},
2274
+
2275
+ attr: function( elem, name, value, pass ) {
2276
+ var ret, hooks, notxml,
2277
+ nType = elem.nodeType;
2278
+
2279
+ // don't get/set attributes on text, comment and attribute nodes
2280
+ if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2281
+ return;
2282
+ }
2283
+
2284
+ if ( pass && jQuery.isFunction( jQuery.fn[ name ] ) ) {
2285
+ return jQuery( elem )[ name ]( value );
2286
+ }
2287
+
2288
+ // Fallback to prop when attributes are not supported
2289
+ if ( typeof elem.getAttribute === "undefined" ) {
2290
+ return jQuery.prop( elem, name, value );
2291
+ }
2292
+
2293
+ notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
2294
+
2295
+ // All attributes are lowercase
2296
+ // Grab necessary hook if one is defined
2297
+ if ( notxml ) {
2298
+ name = name.toLowerCase();
2299
+ hooks = jQuery.attrHooks[ name ] || ( rboolean.test( name ) ? boolHook : nodeHook );
2300
+ }
2301
+
2302
+ if ( value !== undefined ) {
2303
+
2304
+ if ( value === null ) {
2305
+ jQuery.removeAttr( elem, name );
2306
+ return;
2307
+
2308
+ } else if ( hooks && "set" in hooks && notxml && (ret = hooks.set( elem, value, name )) !== undefined ) {
2309
+ return ret;
2310
+
2311
+ } else {
2312
+ elem.setAttribute( name, value + "" );
2313
+ return value;
2314
+ }
2315
+
2316
+ } else if ( hooks && "get" in hooks && notxml && (ret = hooks.get( elem, name )) !== null ) {
2317
+ return ret;
2318
+
2319
+ } else {
2320
+
2321
+ ret = elem.getAttribute( name );
2322
+
2323
+ // Non-existent attributes return null, we normalize to undefined
2324
+ return ret === null ?
2325
+ undefined :
2326
+ ret;
2327
+ }
2328
+ },
2329
+
2330
+ removeAttr: function( elem, value ) {
2331
+ var propName, attrNames, name, isBool,
2332
+ i = 0;
2333
+
2334
+ if ( value && elem.nodeType === 1 ) {
2335
+
2336
+ attrNames = value.split( core_rspace );
2337
+
2338
+ for ( ; i < attrNames.length; i++ ) {
2339
+ name = attrNames[ i ];
2340
+
2341
+ if ( name ) {
2342
+ propName = jQuery.propFix[ name ] || name;
2343
+ isBool = rboolean.test( name );
2344
+
2345
+ // See #9699 for explanation of this approach (setting first, then removal)
2346
+ // Do not do this for boolean attributes (see #10870)
2347
+ if ( !isBool ) {
2348
+ jQuery.attr( elem, name, "" );
2349
+ }
2350
+ elem.removeAttribute( getSetAttribute ? name : propName );
2351
+
2352
+ // Set corresponding property to false for boolean attributes
2353
+ if ( isBool && propName in elem ) {
2354
+ elem[ propName ] = false;
2355
+ }
2356
+ }
2357
+ }
2358
+ }
2359
+ },
2360
+
2361
+ attrHooks: {
2362
+ type: {
2363
+ set: function( elem, value ) {
2364
+ // We can't allow the type property to be changed (since it causes problems in IE)
2365
+ if ( rtype.test( elem.nodeName ) && elem.parentNode ) {
2366
+ jQuery.error( "type property can't be changed" );
2367
+ } else if ( !jQuery.support.radioValue && value === "radio" && jQuery.nodeName(elem, "input") ) {
2368
+ // Setting the type on a radio button after the value resets the value in IE6-9
2369
+ // Reset value to it's default in case type is set after value
2370
+ // This is for element creation
2371
+ var val = elem.value;
2372
+ elem.setAttribute( "type", value );
2373
+ if ( val ) {
2374
+ elem.value = val;
2375
+ }
2376
+ return value;
2377
+ }
2378
+ }
2379
+ },
2380
+ // Use the value property for back compat
2381
+ // Use the nodeHook for button elements in IE6/7 (#1954)
2382
+ value: {
2383
+ get: function( elem, name ) {
2384
+ if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
2385
+ return nodeHook.get( elem, name );
2386
+ }
2387
+ return name in elem ?
2388
+ elem.value :
2389
+ null;
2390
+ },
2391
+ set: function( elem, value, name ) {
2392
+ if ( nodeHook && jQuery.nodeName( elem, "button" ) ) {
2393
+ return nodeHook.set( elem, value, name );
2394
+ }
2395
+ // Does not return so that setAttribute is also used
2396
+ elem.value = value;
2397
+ }
2398
+ }
2399
+ },
2400
+
2401
+ propFix: {
2402
+ tabindex: "tabIndex",
2403
+ readonly: "readOnly",
2404
+ "for": "htmlFor",
2405
+ "class": "className",
2406
+ maxlength: "maxLength",
2407
+ cellspacing: "cellSpacing",
2408
+ cellpadding: "cellPadding",
2409
+ rowspan: "rowSpan",
2410
+ colspan: "colSpan",
2411
+ usemap: "useMap",
2412
+ frameborder: "frameBorder",
2413
+ contenteditable: "contentEditable"
2414
+ },
2415
+
2416
+ prop: function( elem, name, value ) {
2417
+ var ret, hooks, notxml,
2418
+ nType = elem.nodeType;
2419
+
2420
+ // don't get/set properties on text, comment and attribute nodes
2421
+ if ( !elem || nType === 3 || nType === 8 || nType === 2 ) {
2422
+ return;
2423
+ }
2424
+
2425
+ notxml = nType !== 1 || !jQuery.isXMLDoc( elem );
2426
+
2427
+ if ( notxml ) {
2428
+ // Fix name and attach hooks
2429
+ name = jQuery.propFix[ name ] || name;
2430
+ hooks = jQuery.propHooks[ name ];
2431
+ }
2432
+
2433
+ if ( value !== undefined ) {
2434
+ if ( hooks && "set" in hooks && (ret = hooks.set( elem, value, name )) !== undefined ) {
2435
+ return ret;
2436
+
2437
+ } else {
2438
+ return ( elem[ name ] = value );
2439
+ }
2440
+
2441
+ } else {
2442
+ if ( hooks && "get" in hooks && (ret = hooks.get( elem, name )) !== null ) {
2443
+ return ret;
2444
+
2445
+ } else {
2446
+ return elem[ name ];
2447
+ }
2448
+ }
2449
+ },
2450
+
2451
+ propHooks: {
2452
+ tabIndex: {
2453
+ get: function( elem ) {
2454
+ // elem.tabIndex doesn't always return the correct value when it hasn't been explicitly set
2455
+ // http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/
2456
+ var attributeNode = elem.getAttributeNode("tabindex");
2457
+
2458
+ return attributeNode && attributeNode.specified ?
2459
+ parseInt( attributeNode.value, 10 ) :
2460
+ rfocusable.test( elem.nodeName ) || rclickable.test( elem.nodeName ) && elem.href ?
2461
+ 0 :
2462
+ undefined;
2463
+ }
2464
+ }
2465
+ }
2466
+ });
2467
+
2468
+ // Hook for boolean attributes
2469
+ boolHook = {
2470
+ get: function( elem, name ) {
2471
+ // Align boolean attributes with corresponding properties
2472
+ // Fall back to attribute presence where some booleans are not supported
2473
+ var attrNode,
2474
+ property = jQuery.prop( elem, name );
2475
+ return property === true || typeof property !== "boolean" && ( attrNode = elem.getAttributeNode(name) ) && attrNode.nodeValue !== false ?
2476
+ name.toLowerCase() :
2477
+ undefined;
2478
+ },
2479
+ set: function( elem, value, name ) {
2480
+ var propName;
2481
+ if ( value === false ) {
2482
+ // Remove boolean attributes when set to false
2483
+ jQuery.removeAttr( elem, name );
2484
+ } else {
2485
+ // value is true since we know at this point it's type boolean and not false
2486
+ // Set boolean attributes to the same name and set the DOM property
2487
+ propName = jQuery.propFix[ name ] || name;
2488
+ if ( propName in elem ) {
2489
+ // Only set the IDL specifically if it already exists on the element
2490
+ elem[ propName ] = true;
2491
+ }
2492
+
2493
+ elem.setAttribute( name, name.toLowerCase() );
2494
+ }
2495
+ return name;
2496
+ }
2497
+ };
2498
+
2499
+ // IE6/7 do not support getting/setting some attributes with get/setAttribute
2500
+ if ( !getSetAttribute ) {
2501
+
2502
+ fixSpecified = {
2503
+ name: true,
2504
+ id: true,
2505
+ coords: true
2506
+ };
2507
+
2508
+ // Use this for any attribute in IE6/7
2509
+ // This fixes almost every IE6/7 issue
2510
+ nodeHook = jQuery.valHooks.button = {
2511
+ get: function( elem, name ) {
2512
+ var ret;
2513
+ ret = elem.getAttributeNode( name );
2514
+ return ret && ( fixSpecified[ name ] ? ret.value !== "" : ret.specified ) ?
2515
+ ret.value :
2516
+ undefined;
2517
+ },
2518
+ set: function( elem, value, name ) {
2519
+ // Set the existing or create a new attribute node
2520
+ var ret = elem.getAttributeNode( name );
2521
+ if ( !ret ) {
2522
+ ret = document.createAttribute( name );
2523
+ elem.setAttributeNode( ret );
2524
+ }
2525
+ return ( ret.value = value + "" );
2526
+ }
2527
+ };
2528
+
2529
+ // Set width and height to auto instead of 0 on empty string( Bug #8150 )
2530
+ // This is for removals
2531
+ jQuery.each([ "width", "height" ], function( i, name ) {
2532
+ jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
2533
+ set: function( elem, value ) {
2534
+ if ( value === "" ) {
2535
+ elem.setAttribute( name, "auto" );
2536
+ return value;
2537
+ }
2538
+ }
2539
+ });
2540
+ });
2541
+
2542
+ // Set contenteditable to false on removals(#10429)
2543
+ // Setting to empty string throws an error as an invalid value
2544
+ jQuery.attrHooks.contenteditable = {
2545
+ get: nodeHook.get,
2546
+ set: function( elem, value, name ) {
2547
+ if ( value === "" ) {
2548
+ value = "false";
2549
+ }
2550
+ nodeHook.set( elem, value, name );
2551
+ }
2552
+ };
2553
+ }
2554
+
2555
+
2556
+ // Some attributes require a special call on IE
2557
+ if ( !jQuery.support.hrefNormalized ) {
2558
+ jQuery.each([ "href", "src", "width", "height" ], function( i, name ) {
2559
+ jQuery.attrHooks[ name ] = jQuery.extend( jQuery.attrHooks[ name ], {
2560
+ get: function( elem ) {
2561
+ var ret = elem.getAttribute( name, 2 );
2562
+ return ret === null ? undefined : ret;
2563
+ }
2564
+ });
2565
+ });
2566
+ }
2567
+
2568
+ if ( !jQuery.support.style ) {
2569
+ jQuery.attrHooks.style = {
2570
+ get: function( elem ) {
2571
+ // Return undefined in the case of empty string
2572
+ // Normalize to lowercase since IE uppercases css property names
2573
+ return elem.style.cssText.toLowerCase() || undefined;
2574
+ },
2575
+ set: function( elem, value ) {
2576
+ return ( elem.style.cssText = value + "" );
2577
+ }
2578
+ };
2579
+ }
2580
+
2581
+ // Safari mis-reports the default selected property of an option
2582
+ // Accessing the parent's selectedIndex property fixes it
2583
+ if ( !jQuery.support.optSelected ) {
2584
+ jQuery.propHooks.selected = jQuery.extend( jQuery.propHooks.selected, {
2585
+ get: function( elem ) {
2586
+ var parent = elem.parentNode;
2587
+
2588
+ if ( parent ) {
2589
+ parent.selectedIndex;
2590
+
2591
+ // Make sure that it also works with optgroups, see #5701
2592
+ if ( parent.parentNode ) {
2593
+ parent.parentNode.selectedIndex;
2594
+ }
2595
+ }
2596
+ return null;
2597
+ }
2598
+ });
2599
+ }
2600
+
2601
+ // IE6/7 call enctype encoding
2602
+ if ( !jQuery.support.enctype ) {
2603
+ jQuery.propFix.enctype = "encoding";
2604
+ }
2605
+
2606
+ // Radios and checkboxes getter/setter
2607
+ if ( !jQuery.support.checkOn ) {
2608
+ jQuery.each([ "radio", "checkbox" ], function() {
2609
+ jQuery.valHooks[ this ] = {
2610
+ get: function( elem ) {
2611
+ // Handle the case where in Webkit "" is returned instead of "on" if a value isn't specified
2612
+ return elem.getAttribute("value") === null ? "on" : elem.value;
2613
+ }
2614
+ };
2615
+ });
2616
+ }
2617
+ jQuery.each([ "radio", "checkbox" ], function() {
2618
+ jQuery.valHooks[ this ] = jQuery.extend( jQuery.valHooks[ this ], {
2619
+ set: function( elem, value ) {
2620
+ if ( jQuery.isArray( value ) ) {
2621
+ return ( elem.checked = jQuery.inArray( jQuery(elem).val(), value ) >= 0 );
2622
+ }
2623
+ }
2624
+ });
2625
+ });
2626
+ var rformElems = /^(?:textarea|input|select)$/i,
2627
+ rtypenamespace = /^([^\.]*|)(?:\.(.+)|)$/,
2628
+ rhoverHack = /(?:^|\s)hover(\.\S+|)\b/,
2629
+ rkeyEvent = /^key/,
2630
+ rmouseEvent = /^(?:mouse|contextmenu)|click/,
2631
+ rfocusMorph = /^(?:focusinfocus|focusoutblur)$/,
2632
+ hoverHack = function( events ) {
2633
+ return jQuery.event.special.hover ? events : events.replace( rhoverHack, "mouseenter$1 mouseleave$1" );
2634
+ };
2635
+
2636
+ /*
2637
+ * Helper functions for managing events -- not part of the public interface.
2638
+ * Props to Dean Edwards' addEvent library for many of the ideas.
2639
+ */
2640
+ jQuery.event = {
2641
+
2642
+ add: function( elem, types, handler, data, selector ) {
2643
+
2644
+ var elemData, eventHandle, events,
2645
+ t, tns, type, namespaces, handleObj,
2646
+ handleObjIn, handlers, special;
2647
+
2648
+ // Don't attach events to noData or text/comment nodes (allow plain objects tho)
2649
+ if ( elem.nodeType === 3 || elem.nodeType === 8 || !types || !handler || !(elemData = jQuery._data( elem )) ) {
2650
+ return;
2651
+ }
2652
+
2653
+ // Caller can pass in an object of custom data in lieu of the handler
2654
+ if ( handler.handler ) {
2655
+ handleObjIn = handler;
2656
+ handler = handleObjIn.handler;
2657
+ selector = handleObjIn.selector;
2658
+ }
2659
+
2660
+ // Make sure that the handler has a unique ID, used to find/remove it later
2661
+ if ( !handler.guid ) {
2662
+ handler.guid = jQuery.guid++;
2663
+ }
2664
+
2665
+ // Init the element's event structure and main handler, if this is the first
2666
+ events = elemData.events;
2667
+ if ( !events ) {
2668
+ elemData.events = events = {};
2669
+ }
2670
+ eventHandle = elemData.handle;
2671
+ if ( !eventHandle ) {
2672
+ elemData.handle = eventHandle = function( e ) {
2673
+ // Discard the second event of a jQuery.event.trigger() and
2674
+ // when an event is called after a page has unloaded
2675
+ return typeof jQuery !== "undefined" && (!e || jQuery.event.triggered !== e.type) ?
2676
+ jQuery.event.dispatch.apply( eventHandle.elem, arguments ) :
2677
+ undefined;
2678
+ };
2679
+ // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events
2680
+ eventHandle.elem = elem;
2681
+ }
2682
+
2683
+ // Handle multiple events separated by a space
2684
+ // jQuery(...).bind("mouseover mouseout", fn);
2685
+ types = jQuery.trim( hoverHack(types) ).split( " " );
2686
+ for ( t = 0; t < types.length; t++ ) {
2687
+
2688
+ tns = rtypenamespace.exec( types[t] ) || [];
2689
+ type = tns[1];
2690
+ namespaces = ( tns[2] || "" ).split( "." ).sort();
2691
+
2692
+ // If event changes its type, use the special event handlers for the changed type
2693
+ special = jQuery.event.special[ type ] || {};
2694
+
2695
+ // If selector defined, determine special event api type, otherwise given type
2696
+ type = ( selector ? special.delegateType : special.bindType ) || type;
2697
+
2698
+ // Update special based on newly reset type
2699
+ special = jQuery.event.special[ type ] || {};
2700
+
2701
+ // handleObj is passed to all event handlers
2702
+ handleObj = jQuery.extend({
2703
+ type: type,
2704
+ origType: tns[1],
2705
+ data: data,
2706
+ handler: handler,
2707
+ guid: handler.guid,
2708
+ selector: selector,
2709
+ needsContext: selector && jQuery.expr.match.needsContext.test( selector ),
2710
+ namespace: namespaces.join(".")
2711
+ }, handleObjIn );
2712
+
2713
+ // Init the event handler queue if we're the first
2714
+ handlers = events[ type ];
2715
+ if ( !handlers ) {
2716
+ handlers = events[ type ] = [];
2717
+ handlers.delegateCount = 0;
2718
+
2719
+ // Only use addEventListener/attachEvent if the special events handler returns false
2720
+ if ( !special.setup || special.setup.call( elem, data, namespaces, eventHandle ) === false ) {
2721
+ // Bind the global event handler to the element
2722
+ if ( elem.addEventListener ) {
2723
+ elem.addEventListener( type, eventHandle, false );
2724
+
2725
+ } else if ( elem.attachEvent ) {
2726
+ elem.attachEvent( "on" + type, eventHandle );
2727
+ }
2728
+ }
2729
+ }
2730
+
2731
+ if ( special.add ) {
2732
+ special.add.call( elem, handleObj );
2733
+
2734
+ if ( !handleObj.handler.guid ) {
2735
+ handleObj.handler.guid = handler.guid;
2736
+ }
2737
+ }
2738
+
2739
+ // Add to the element's handler list, delegates in front
2740
+ if ( selector ) {
2741
+ handlers.splice( handlers.delegateCount++, 0, handleObj );
2742
+ } else {
2743
+ handlers.push( handleObj );
2744
+ }
2745
+
2746
+ // Keep track of which events have ever been used, for event optimization
2747
+ jQuery.event.global[ type ] = true;
2748
+ }
2749
+
2750
+ // Nullify elem to prevent memory leaks in IE
2751
+ elem = null;
2752
+ },
2753
+
2754
+ global: {},
2755
+
2756
+ // Detach an event or set of events from an element
2757
+ remove: function( elem, types, handler, selector, mappedTypes ) {
2758
+
2759
+ var t, tns, type, origType, namespaces, origCount,
2760
+ j, events, special, eventType, handleObj,
2761
+ elemData = jQuery.hasData( elem ) && jQuery._data( elem );
2762
+
2763
+ if ( !elemData || !(events = elemData.events) ) {
2764
+ return;
2765
+ }
2766
+
2767
+ // Once for each type.namespace in types; type may be omitted
2768
+ types = jQuery.trim( hoverHack( types || "" ) ).split(" ");
2769
+ for ( t = 0; t < types.length; t++ ) {
2770
+ tns = rtypenamespace.exec( types[t] ) || [];
2771
+ type = origType = tns[1];
2772
+ namespaces = tns[2];
2773
+
2774
+ // Unbind all events (on this namespace, if provided) for the element
2775
+ if ( !type ) {
2776
+ for ( type in events ) {
2777
+ jQuery.event.remove( elem, type + types[ t ], handler, selector, true );
2778
+ }
2779
+ continue;
2780
+ }
2781
+
2782
+ special = jQuery.event.special[ type ] || {};
2783
+ type = ( selector? special.delegateType : special.bindType ) || type;
2784
+ eventType = events[ type ] || [];
2785
+ origCount = eventType.length;
2786
+ namespaces = namespaces ? new RegExp("(^|\\.)" + namespaces.split(".").sort().join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
2787
+
2788
+ // Remove matching events
2789
+ for ( j = 0; j < eventType.length; j++ ) {
2790
+ handleObj = eventType[ j ];
2791
+
2792
+ if ( ( mappedTypes || origType === handleObj.origType ) &&
2793
+ ( !handler || handler.guid === handleObj.guid ) &&
2794
+ ( !namespaces || namespaces.test( handleObj.namespace ) ) &&
2795
+ ( !selector || selector === handleObj.selector || selector === "**" && handleObj.selector ) ) {
2796
+ eventType.splice( j--, 1 );
2797
+
2798
+ if ( handleObj.selector ) {
2799
+ eventType.delegateCount--;
2800
+ }
2801
+ if ( special.remove ) {
2802
+ special.remove.call( elem, handleObj );
2803
+ }
2804
+ }
2805
+ }
2806
+
2807
+ // Remove generic event handler if we removed something and no more handlers exist
2808
+ // (avoids potential for endless recursion during removal of special event handlers)
2809
+ if ( eventType.length === 0 && origCount !== eventType.length ) {
2810
+ if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
2811
+ jQuery.removeEvent( elem, type, elemData.handle );
2812
+ }
2813
+
2814
+ delete events[ type ];
2815
+ }
2816
+ }
2817
+
2818
+ // Remove the expando if it's no longer used
2819
+ if ( jQuery.isEmptyObject( events ) ) {
2820
+ delete elemData.handle;
2821
+
2822
+ // removeData also checks for emptiness and clears the expando if empty
2823
+ // so use it instead of delete
2824
+ jQuery.removeData( elem, "events", true );
2825
+ }
2826
+ },
2827
+
2828
+ // Events that are safe to short-circuit if no handlers are attached.
2829
+ // Native DOM events should not be added, they may have inline handlers.
2830
+ customEvent: {
2831
+ "getData": true,
2832
+ "setData": true,
2833
+ "changeData": true
2834
+ },
2835
+
2836
+ trigger: function( event, data, elem, onlyHandlers ) {
2837
+ // Don't do events on text and comment nodes
2838
+ if ( elem && (elem.nodeType === 3 || elem.nodeType === 8) ) {
2839
+ return;
2840
+ }
2841
+
2842
+ // Event object or event type
2843
+ var cache, exclusive, i, cur, old, ontype, special, handle, eventPath, bubbleType,
2844
+ type = event.type || event,
2845
+ namespaces = [];
2846
+
2847
+ // focus/blur morphs to focusin/out; ensure we're not firing them right now
2848
+ if ( rfocusMorph.test( type + jQuery.event.triggered ) ) {
2849
+ return;
2850
+ }
2851
+
2852
+ if ( type.indexOf( "!" ) >= 0 ) {
2853
+ // Exclusive events trigger only for the exact event (no namespaces)
2854
+ type = type.slice(0, -1);
2855
+ exclusive = true;
2856
+ }
2857
+
2858
+ if ( type.indexOf( "." ) >= 0 ) {
2859
+ // Namespaced trigger; create a regexp to match event type in handle()
2860
+ namespaces = type.split(".");
2861
+ type = namespaces.shift();
2862
+ namespaces.sort();
2863
+ }
2864
+
2865
+ if ( (!elem || jQuery.event.customEvent[ type ]) && !jQuery.event.global[ type ] ) {
2866
+ // No jQuery handlers for this event type, and it can't have inline handlers
2867
+ return;
2868
+ }
2869
+
2870
+ // Caller can pass in an Event, Object, or just an event type string
2871
+ event = typeof event === "object" ?
2872
+ // jQuery.Event object
2873
+ event[ jQuery.expando ] ? event :
2874
+ // Object literal
2875
+ new jQuery.Event( type, event ) :
2876
+ // Just the event type (string)
2877
+ new jQuery.Event( type );
2878
+
2879
+ event.type = type;
2880
+ event.isTrigger = true;
2881
+ event.exclusive = exclusive;
2882
+ event.namespace = namespaces.join( "." );
2883
+ event.namespace_re = event.namespace? new RegExp("(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)") : null;
2884
+ ontype = type.indexOf( ":" ) < 0 ? "on" + type : "";
2885
+
2886
+ // Handle a global trigger
2887
+ if ( !elem ) {
2888
+
2889
+ // TODO: Stop taunting the data cache; remove global events and always attach to document
2890
+ cache = jQuery.cache;
2891
+ for ( i in cache ) {
2892
+ if ( cache[ i ].events && cache[ i ].events[ type ] ) {
2893
+ jQuery.event.trigger( event, data, cache[ i ].handle.elem, true );
2894
+ }
2895
+ }
2896
+ return;
2897
+ }
2898
+
2899
+ // Clean up the event in case it is being reused
2900
+ event.result = undefined;
2901
+ if ( !event.target ) {
2902
+ event.target = elem;
2903
+ }
2904
+
2905
+ // Clone any incoming data and prepend the event, creating the handler arg list
2906
+ data = data != null ? jQuery.makeArray( data ) : [];
2907
+ data.unshift( event );
2908
+
2909
+ // Allow special events to draw outside the lines
2910
+ special = jQuery.event.special[ type ] || {};
2911
+ if ( special.trigger && special.trigger.apply( elem, data ) === false ) {
2912
+ return;
2913
+ }
2914
+
2915
+ // Determine event propagation path in advance, per W3C events spec (#9951)
2916
+ // Bubble up to document, then to window; watch for a global ownerDocument var (#9724)
2917
+ eventPath = [[ elem, special.bindType || type ]];
2918
+ if ( !onlyHandlers && !special.noBubble && !jQuery.isWindow( elem ) ) {
2919
+
2920
+ bubbleType = special.delegateType || type;
2921
+ cur = rfocusMorph.test( bubbleType + type ) ? elem : elem.parentNode;
2922
+ for ( old = elem; cur; cur = cur.parentNode ) {
2923
+ eventPath.push([ cur, bubbleType ]);
2924
+ old = cur;
2925
+ }
2926
+
2927
+ // Only add window if we got to document (e.g., not plain obj or detached DOM)
2928
+ if ( old === (elem.ownerDocument || document) ) {
2929
+ eventPath.push([ old.defaultView || old.parentWindow || window, bubbleType ]);
2930
+ }
2931
+ }
2932
+
2933
+ // Fire handlers on the event path
2934
+ for ( i = 0; i < eventPath.length && !event.isPropagationStopped(); i++ ) {
2935
+
2936
+ cur = eventPath[i][0];
2937
+ event.type = eventPath[i][1];
2938
+
2939
+ handle = ( jQuery._data( cur, "events" ) || {} )[ event.type ] && jQuery._data( cur, "handle" );
2940
+ if ( handle ) {
2941
+ handle.apply( cur, data );
2942
+ }
2943
+ // Note that this is a bare JS function and not a jQuery handler
2944
+ handle = ontype && cur[ ontype ];
2945
+ if ( handle && jQuery.acceptData( cur ) && handle.apply && handle.apply( cur, data ) === false ) {
2946
+ event.preventDefault();
2947
+ }
2948
+ }
2949
+ event.type = type;
2950
+
2951
+ // If nobody prevented the default action, do it now
2952
+ if ( !onlyHandlers && !event.isDefaultPrevented() ) {
2953
+
2954
+ if ( (!special._default || special._default.apply( elem.ownerDocument, data ) === false) &&
2955
+ !(type === "click" && jQuery.nodeName( elem, "a" )) && jQuery.acceptData( elem ) ) {
2956
+
2957
+ // Call a native DOM method on the target with the same name name as the event.
2958
+ // Can't use an .isFunction() check here because IE6/7 fails that test.
2959
+ // Don't do default actions on window, that's where global variables be (#6170)
2960
+ // IE<9 dies on focus/blur to hidden element (#1486)
2961
+ if ( ontype && elem[ type ] && ((type !== "focus" && type !== "blur") || event.target.offsetWidth !== 0) && !jQuery.isWindow( elem ) ) {
2962
+
2963
+ // Don't re-trigger an onFOO event when we call its FOO() method
2964
+ old = elem[ ontype ];
2965
+
2966
+ if ( old ) {
2967
+ elem[ ontype ] = null;
2968
+ }
2969
+
2970
+ // Prevent re-triggering of the same event, since we already bubbled it above
2971
+ jQuery.event.triggered = type;
2972
+ elem[ type ]();
2973
+ jQuery.event.triggered = undefined;
2974
+
2975
+ if ( old ) {
2976
+ elem[ ontype ] = old;
2977
+ }
2978
+ }
2979
+ }
2980
+ }
2981
+
2982
+ return event.result;
2983
+ },
2984
+
2985
+ dispatch: function( event ) {
2986
+
2987
+ // Make a writable jQuery.Event from the native event object
2988
+ event = jQuery.event.fix( event || window.event );
2989
+
2990
+ var i, j, cur, ret, selMatch, matched, matches, handleObj, sel, related,
2991
+ handlers = ( (jQuery._data( this, "events" ) || {} )[ event.type ] || []),
2992
+ delegateCount = handlers.delegateCount,
2993
+ args = core_slice.call( arguments ),
2994
+ run_all = !event.exclusive && !event.namespace,
2995
+ special = jQuery.event.special[ event.type ] || {},
2996
+ handlerQueue = [];
2997
+
2998
+ // Use the fix-ed jQuery.Event rather than the (read-only) native event
2999
+ args[0] = event;
3000
+ event.delegateTarget = this;
3001
+
3002
+ // Call the preDispatch hook for the mapped type, and let it bail if desired
3003
+ if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) {
3004
+ return;
3005
+ }
3006
+
3007
+ // Determine handlers that should run if there are delegated events
3008
+ // Avoid non-left-click bubbling in Firefox (#3861)
3009
+ if ( delegateCount && !(event.button && event.type === "click") ) {
3010
+
3011
+ for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
3012
+
3013
+ // Don't process clicks (ONLY) on disabled elements (#6911, #8165, #11382, #11764)
3014
+ if ( cur.disabled !== true || event.type !== "click" ) {
3015
+ selMatch = {};
3016
+ matches = [];
3017
+ for ( i = 0; i < delegateCount; i++ ) {
3018
+ handleObj = handlers[ i ];
3019
+ sel = handleObj.selector;
3020
+
3021
+ if ( selMatch[ sel ] === undefined ) {
3022
+ selMatch[ sel ] = handleObj.needsContext ?
3023
+ jQuery( sel, this ).index( cur ) >= 0 :
3024
+ jQuery.find( sel, this, null, [ cur ] ).length;
3025
+ }
3026
+ if ( selMatch[ sel ] ) {
3027
+ matches.push( handleObj );
3028
+ }
3029
+ }
3030
+ if ( matches.length ) {
3031
+ handlerQueue.push({ elem: cur, matches: matches });
3032
+ }
3033
+ }
3034
+ }
3035
+ }
3036
+
3037
+ // Add the remaining (directly-bound) handlers
3038
+ if ( handlers.length > delegateCount ) {
3039
+ handlerQueue.push({ elem: this, matches: handlers.slice( delegateCount ) });
3040
+ }
3041
+
3042
+ // Run delegates first; they may want to stop propagation beneath us
3043
+ for ( i = 0; i < handlerQueue.length && !event.isPropagationStopped(); i++ ) {
3044
+ matched = handlerQueue[ i ];
3045
+ event.currentTarget = matched.elem;
3046
+
3047
+ for ( j = 0; j < matched.matches.length && !event.isImmediatePropagationStopped(); j++ ) {
3048
+ handleObj = matched.matches[ j ];
3049
+
3050
+ // Triggered event must either 1) be non-exclusive and have no namespace, or
3051
+ // 2) have namespace(s) a subset or equal to those in the bound event (both can have no namespace).
3052
+ if ( run_all || (!event.namespace && !handleObj.namespace) || event.namespace_re && event.namespace_re.test( handleObj.namespace ) ) {
3053
+
3054
+ event.data = handleObj.data;
3055
+ event.handleObj = handleObj;
3056
+
3057
+ ret = ( (jQuery.event.special[ handleObj.origType ] || {}).handle || handleObj.handler )
3058
+ .apply( matched.elem, args );
3059
+
3060
+ if ( ret !== undefined ) {
3061
+ event.result = ret;
3062
+ if ( ret === false ) {
3063
+ event.preventDefault();
3064
+ event.stopPropagation();
3065
+ }
3066
+ }
3067
+ }
3068
+ }
3069
+ }
3070
+
3071
+ // Call the postDispatch hook for the mapped type
3072
+ if ( special.postDispatch ) {
3073
+ special.postDispatch.call( this, event );
3074
+ }
3075
+
3076
+ return event.result;
3077
+ },
3078
+
3079
+ // Includes some event props shared by KeyEvent and MouseEvent
3080
+ // *** attrChange attrName relatedNode srcElement are not normalized, non-W3C, deprecated, will be removed in 1.8 ***
3081
+ props: "attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),
3082
+
3083
+ fixHooks: {},
3084
+
3085
+ keyHooks: {
3086
+ props: "char charCode key keyCode".split(" "),
3087
+ filter: function( event, original ) {
3088
+
3089
+ // Add which for key events
3090
+ if ( event.which == null ) {
3091
+ event.which = original.charCode != null ? original.charCode : original.keyCode;
3092
+ }
3093
+
3094
+ return event;
3095
+ }
3096
+ },
3097
+
3098
+ mouseHooks: {
3099
+ props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),
3100
+ filter: function( event, original ) {
3101
+ var eventDoc, doc, body,
3102
+ button = original.button,
3103
+ fromElement = original.fromElement;
3104
+
3105
+ // Calculate pageX/Y if missing and clientX/Y available
3106
+ if ( event.pageX == null && original.clientX != null ) {
3107
+ eventDoc = event.target.ownerDocument || document;
3108
+ doc = eventDoc.documentElement;
3109
+ body = eventDoc.body;
3110
+
3111
+ event.pageX = original.clientX + ( doc && doc.scrollLeft || body && body.scrollLeft || 0 ) - ( doc && doc.clientLeft || body && body.clientLeft || 0 );
3112
+ event.pageY = original.clientY + ( doc && doc.scrollTop || body && body.scrollTop || 0 ) - ( doc && doc.clientTop || body && body.clientTop || 0 );
3113
+ }
3114
+
3115
+ // Add relatedTarget, if necessary
3116
+ if ( !event.relatedTarget && fromElement ) {
3117
+ event.relatedTarget = fromElement === event.target ? original.toElement : fromElement;
3118
+ }
3119
+
3120
+ // Add which for click: 1 === left; 2 === middle; 3 === right
3121
+ // Note: button is not normalized, so don't use it
3122
+ if ( !event.which && button !== undefined ) {
3123
+ event.which = ( button & 1 ? 1 : ( button & 2 ? 3 : ( button & 4 ? 2 : 0 ) ) );
3124
+ }
3125
+
3126
+ return event;
3127
+ }
3128
+ },
3129
+
3130
+ fix: function( event ) {
3131
+ if ( event[ jQuery.expando ] ) {
3132
+ return event;
3133
+ }
3134
+
3135
+ // Create a writable copy of the event object and normalize some properties
3136
+ var i, prop,
3137
+ originalEvent = event,
3138
+ fixHook = jQuery.event.fixHooks[ event.type ] || {},
3139
+ copy = fixHook.props ? this.props.concat( fixHook.props ) : this.props;
3140
+
3141
+ event = jQuery.Event( originalEvent );
3142
+
3143
+ for ( i = copy.length; i; ) {
3144
+ prop = copy[ --i ];
3145
+ event[ prop ] = originalEvent[ prop ];
3146
+ }
3147
+
3148
+ // Fix target property, if necessary (#1925, IE 6/7/8 & Safari2)
3149
+ if ( !event.target ) {
3150
+ event.target = originalEvent.srcElement || document;
3151
+ }
3152
+
3153
+ // Target should not be a text node (#504, Safari)
3154
+ if ( event.target.nodeType === 3 ) {
3155
+ event.target = event.target.parentNode;
3156
+ }
3157
+
3158
+ // For mouse/key events, metaKey==false if it's undefined (#3368, #11328; IE6/7/8)
3159
+ event.metaKey = !!event.metaKey;
3160
+
3161
+ return fixHook.filter? fixHook.filter( event, originalEvent ) : event;
3162
+ },
3163
+
3164
+ special: {
3165
+ load: {
3166
+ // Prevent triggered image.load events from bubbling to window.load
3167
+ noBubble: true
3168
+ },
3169
+
3170
+ focus: {
3171
+ delegateType: "focusin"
3172
+ },
3173
+ blur: {
3174
+ delegateType: "focusout"
3175
+ },
3176
+
3177
+ beforeunload: {
3178
+ setup: function( data, namespaces, eventHandle ) {
3179
+ // We only want to do this special case on windows
3180
+ if ( jQuery.isWindow( this ) ) {
3181
+ this.onbeforeunload = eventHandle;
3182
+ }
3183
+ },
3184
+
3185
+ teardown: function( namespaces, eventHandle ) {
3186
+ if ( this.onbeforeunload === eventHandle ) {
3187
+ this.onbeforeunload = null;
3188
+ }
3189
+ }
3190
+ }
3191
+ },
3192
+
3193
+ simulate: function( type, elem, event, bubble ) {
3194
+ // Piggyback on a donor event to simulate a different one.
3195
+ // Fake originalEvent to avoid donor's stopPropagation, but if the
3196
+ // simulated event prevents default then we do the same on the donor.
3197
+ var e = jQuery.extend(
3198
+ new jQuery.Event(),
3199
+ event,
3200
+ { type: type,
3201
+ isSimulated: true,
3202
+ originalEvent: {}
3203
+ }
3204
+ );
3205
+ if ( bubble ) {
3206
+ jQuery.event.trigger( e, null, elem );
3207
+ } else {
3208
+ jQuery.event.dispatch.call( elem, e );
3209
+ }
3210
+ if ( e.isDefaultPrevented() ) {
3211
+ event.preventDefault();
3212
+ }
3213
+ }
3214
+ };
3215
+
3216
+ // Some plugins are using, but it's undocumented/deprecated and will be removed.
3217
+ // The 1.7 special event interface should provide all the hooks needed now.
3218
+ jQuery.event.handle = jQuery.event.dispatch;
3219
+
3220
+ jQuery.removeEvent = document.removeEventListener ?
3221
+ function( elem, type, handle ) {
3222
+ if ( elem.removeEventListener ) {
3223
+ elem.removeEventListener( type, handle, false );
3224
+ }
3225
+ } :
3226
+ function( elem, type, handle ) {
3227
+ var name = "on" + type;
3228
+
3229
+ if ( elem.detachEvent ) {
3230
+
3231
+ // #8545, #7054, preventing memory leaks for custom events in IE6-8
3232
+ // detachEvent needed property on element, by name of that event, to properly expose it to GC
3233
+ if ( typeof elem[ name ] === "undefined" ) {
3234
+ elem[ name ] = null;
3235
+ }
3236
+
3237
+ elem.detachEvent( name, handle );
3238
+ }
3239
+ };
3240
+
3241
+ jQuery.Event = function( src, props ) {
3242
+ // Allow instantiation without the 'new' keyword
3243
+ if ( !(this instanceof jQuery.Event) ) {
3244
+ return new jQuery.Event( src, props );
3245
+ }
3246
+
3247
+ // Event object
3248
+ if ( src && src.type ) {
3249
+ this.originalEvent = src;
3250
+ this.type = src.type;
3251
+
3252
+ // Events bubbling up the document may have been marked as prevented
3253
+ // by a handler lower down the tree; reflect the correct value.
3254
+ this.isDefaultPrevented = ( src.defaultPrevented || src.returnValue === false ||
3255
+ src.getPreventDefault && src.getPreventDefault() ) ? returnTrue : returnFalse;
3256
+
3257
+ // Event type
3258
+ } else {
3259
+ this.type = src;
3260
+ }
3261
+
3262
+ // Put explicitly provided properties onto the event object
3263
+ if ( props ) {
3264
+ jQuery.extend( this, props );
3265
+ }
3266
+
3267
+ // Create a timestamp if incoming event doesn't have one
3268
+ this.timeStamp = src && src.timeStamp || jQuery.now();
3269
+
3270
+ // Mark it as fixed
3271
+ this[ jQuery.expando ] = true;
3272
+ };
3273
+
3274
+ function returnFalse() {
3275
+ return false;
3276
+ }
3277
+ function returnTrue() {
3278
+ return true;
3279
+ }
3280
+
3281
+ // jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
3282
+ // http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
3283
+ jQuery.Event.prototype = {
3284
+ preventDefault: function() {
3285
+ this.isDefaultPrevented = returnTrue;
3286
+
3287
+ var e = this.originalEvent;
3288
+ if ( !e ) {
3289
+ return;
3290
+ }
3291
+
3292
+ // if preventDefault exists run it on the original event
3293
+ if ( e.preventDefault ) {
3294
+ e.preventDefault();
3295
+
3296
+ // otherwise set the returnValue property of the original event to false (IE)
3297
+ } else {
3298
+ e.returnValue = false;
3299
+ }
3300
+ },
3301
+ stopPropagation: function() {
3302
+ this.isPropagationStopped = returnTrue;
3303
+
3304
+ var e = this.originalEvent;
3305
+ if ( !e ) {
3306
+ return;
3307
+ }
3308
+ // if stopPropagation exists run it on the original event
3309
+ if ( e.stopPropagation ) {
3310
+ e.stopPropagation();
3311
+ }
3312
+ // otherwise set the cancelBubble property of the original event to true (IE)
3313
+ e.cancelBubble = true;
3314
+ },
3315
+ stopImmediatePropagation: function() {
3316
+ this.isImmediatePropagationStopped = returnTrue;
3317
+ this.stopPropagation();
3318
+ },
3319
+ isDefaultPrevented: returnFalse,
3320
+ isPropagationStopped: returnFalse,
3321
+ isImmediatePropagationStopped: returnFalse
3322
+ };
3323
+
3324
+ // Create mouseenter/leave events using mouseover/out and event-time checks
3325
+ jQuery.each({
3326
+ mouseenter: "mouseover",
3327
+ mouseleave: "mouseout"
3328
+ }, function( orig, fix ) {
3329
+ jQuery.event.special[ orig ] = {
3330
+ delegateType: fix,
3331
+ bindType: fix,
3332
+
3333
+ handle: function( event ) {
3334
+ var ret,
3335
+ target = this,
3336
+ related = event.relatedTarget,
3337
+ handleObj = event.handleObj,
3338
+ selector = handleObj.selector;
3339
+
3340
+ // For mousenter/leave call the handler if related is outside the target.
3341
+ // NB: No relatedTarget if the mouse left/entered the browser window
3342
+ if ( !related || (related !== target && !jQuery.contains( target, related )) ) {
3343
+ event.type = handleObj.origType;
3344
+ ret = handleObj.handler.apply( this, arguments );
3345
+ event.type = fix;
3346
+ }
3347
+ return ret;
3348
+ }
3349
+ };
3350
+ });
3351
+
3352
+ // IE submit delegation
3353
+ if ( !jQuery.support.submitBubbles ) {
3354
+
3355
+ jQuery.event.special.submit = {
3356
+ setup: function() {
3357
+ // Only need this for delegated form submit events
3358
+ if ( jQuery.nodeName( this, "form" ) ) {
3359
+ return false;
3360
+ }
3361
+
3362
+ // Lazy-add a submit handler when a descendant form may potentially be submitted
3363
+ jQuery.event.add( this, "click._submit keypress._submit", function( e ) {
3364
+ // Node name check avoids a VML-related crash in IE (#9807)
3365
+ var elem = e.target,
3366
+ form = jQuery.nodeName( elem, "input" ) || jQuery.nodeName( elem, "button" ) ? elem.form : undefined;
3367
+ if ( form && !jQuery._data( form, "_submit_attached" ) ) {
3368
+ jQuery.event.add( form, "submit._submit", function( event ) {
3369
+ event._submit_bubble = true;
3370
+ });
3371
+ jQuery._data( form, "_submit_attached", true );
3372
+ }
3373
+ });
3374
+ // return undefined since we don't need an event listener
3375
+ },
3376
+
3377
+ postDispatch: function( event ) {
3378
+ // If form was submitted by the user, bubble the event up the tree
3379
+ if ( event._submit_bubble ) {
3380
+ delete event._submit_bubble;
3381
+ if ( this.parentNode && !event.isTrigger ) {
3382
+ jQuery.event.simulate( "submit", this.parentNode, event, true );
3383
+ }
3384
+ }
3385
+ },
3386
+
3387
+ teardown: function() {
3388
+ // Only need this for delegated form submit events
3389
+ if ( jQuery.nodeName( this, "form" ) ) {
3390
+ return false;
3391
+ }
3392
+
3393
+ // Remove delegated handlers; cleanData eventually reaps submit handlers attached above
3394
+ jQuery.event.remove( this, "._submit" );
3395
+ }
3396
+ };
3397
+ }
3398
+
3399
+ // IE change delegation and checkbox/radio fix
3400
+ if ( !jQuery.support.changeBubbles ) {
3401
+
3402
+ jQuery.event.special.change = {
3403
+
3404
+ setup: function() {
3405
+
3406
+ if ( rformElems.test( this.nodeName ) ) {
3407
+ // IE doesn't fire change on a check/radio until blur; trigger it on click
3408
+ // after a propertychange. Eat the blur-change in special.change.handle.
3409
+ // This still fires onchange a second time for check/radio after blur.
3410
+ if ( this.type === "checkbox" || this.type === "radio" ) {
3411
+ jQuery.event.add( this, "propertychange._change", function( event ) {
3412
+ if ( event.originalEvent.propertyName === "checked" ) {
3413
+ this._just_changed = true;
3414
+ }
3415
+ });
3416
+ jQuery.event.add( this, "click._change", function( event ) {
3417
+ if ( this._just_changed && !event.isTrigger ) {
3418
+ this._just_changed = false;
3419
+ }
3420
+ // Allow triggered, simulated change events (#11500)
3421
+ jQuery.event.simulate( "change", this, event, true );
3422
+ });
3423
+ }
3424
+ return false;
3425
+ }
3426
+ // Delegated event; lazy-add a change handler on descendant inputs
3427
+ jQuery.event.add( this, "beforeactivate._change", function( e ) {
3428
+ var elem = e.target;
3429
+
3430
+ if ( rformElems.test( elem.nodeName ) && !jQuery._data( elem, "_change_attached" ) ) {
3431
+ jQuery.event.add( elem, "change._change", function( event ) {
3432
+ if ( this.parentNode && !event.isSimulated && !event.isTrigger ) {
3433
+ jQuery.event.simulate( "change", this.parentNode, event, true );
3434
+ }
3435
+ });
3436
+ jQuery._data( elem, "_change_attached", true );
3437
+ }
3438
+ });
3439
+ },
3440
+
3441
+ handle: function( event ) {
3442
+ var elem = event.target;
3443
+
3444
+ // Swallow native change events from checkbox/radio, we already triggered them above
3445
+ if ( this !== elem || event.isSimulated || event.isTrigger || (elem.type !== "radio" && elem.type !== "checkbox") ) {
3446
+ return event.handleObj.handler.apply( this, arguments );
3447
+ }
3448
+ },
3449
+
3450
+ teardown: function() {
3451
+ jQuery.event.remove( this, "._change" );
3452
+
3453
+ return !rformElems.test( this.nodeName );
3454
+ }
3455
+ };
3456
+ }
3457
+
3458
+ // Create "bubbling" focus and blur events
3459
+ if ( !jQuery.support.focusinBubbles ) {
3460
+ jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
3461
+
3462
+ // Attach a single capturing handler while someone wants focusin/focusout
3463
+ var attaches = 0,
3464
+ handler = function( event ) {
3465
+ jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ), true );
3466
+ };
3467
+
3468
+ jQuery.event.special[ fix ] = {
3469
+ setup: function() {
3470
+ if ( attaches++ === 0 ) {
3471
+ document.addEventListener( orig, handler, true );
3472
+ }
3473
+ },
3474
+ teardown: function() {
3475
+ if ( --attaches === 0 ) {
3476
+ document.removeEventListener( orig, handler, true );
3477
+ }
3478
+ }
3479
+ };
3480
+ });
3481
+ }
3482
+
3483
+ jQuery.fn.extend({
3484
+
3485
+ on: function( types, selector, data, fn, /*INTERNAL*/ one ) {
3486
+ var origFn, type;
3487
+
3488
+ // Types can be a map of types/handlers
3489
+ if ( typeof types === "object" ) {
3490
+ // ( types-Object, selector, data )
3491
+ if ( typeof selector !== "string" ) { // && selector != null
3492
+ // ( types-Object, data )
3493
+ data = data || selector;
3494
+ selector = undefined;
3495
+ }
3496
+ for ( type in types ) {
3497
+ this.on( type, selector, data, types[ type ], one );
3498
+ }
3499
+ return this;
3500
+ }
3501
+
3502
+ if ( data == null && fn == null ) {
3503
+ // ( types, fn )
3504
+ fn = selector;
3505
+ data = selector = undefined;
3506
+ } else if ( fn == null ) {
3507
+ if ( typeof selector === "string" ) {
3508
+ // ( types, selector, fn )
3509
+ fn = data;
3510
+ data = undefined;
3511
+ } else {
3512
+ // ( types, data, fn )
3513
+ fn = data;
3514
+ data = selector;
3515
+ selector = undefined;
3516
+ }
3517
+ }
3518
+ if ( fn === false ) {
3519
+ fn = returnFalse;
3520
+ } else if ( !fn ) {
3521
+ return this;
3522
+ }
3523
+
3524
+ if ( one === 1 ) {
3525
+ origFn = fn;
3526
+ fn = function( event ) {
3527
+ // Can use an empty set, since event contains the info
3528
+ jQuery().off( event );
3529
+ return origFn.apply( this, arguments );
3530
+ };
3531
+ // Use same guid so caller can remove using origFn
3532
+ fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ );
3533
+ }
3534
+ return this.each( function() {
3535
+ jQuery.event.add( this, types, fn, data, selector );
3536
+ });
3537
+ },
3538
+ one: function( types, selector, data, fn ) {
3539
+ return this.on( types, selector, data, fn, 1 );
3540
+ },
3541
+ off: function( types, selector, fn ) {
3542
+ var handleObj, type;
3543
+ if ( types && types.preventDefault && types.handleObj ) {
3544
+ // ( event ) dispatched jQuery.Event
3545
+ handleObj = types.handleObj;
3546
+ jQuery( types.delegateTarget ).off(
3547
+ handleObj.namespace ? handleObj.origType + "." + handleObj.namespace : handleObj.origType,
3548
+ handleObj.selector,
3549
+ handleObj.handler
3550
+ );
3551
+ return this;
3552
+ }
3553
+ if ( typeof types === "object" ) {
3554
+ // ( types-object [, selector] )
3555
+ for ( type in types ) {
3556
+ this.off( type, selector, types[ type ] );
3557
+ }
3558
+ return this;
3559
+ }
3560
+ if ( selector === false || typeof selector === "function" ) {
3561
+ // ( types [, fn] )
3562
+ fn = selector;
3563
+ selector = undefined;
3564
+ }
3565
+ if ( fn === false ) {
3566
+ fn = returnFalse;
3567
+ }
3568
+ return this.each(function() {
3569
+ jQuery.event.remove( this, types, fn, selector );
3570
+ });
3571
+ },
3572
+
3573
+ bind: function( types, data, fn ) {
3574
+ return this.on( types, null, data, fn );
3575
+ },
3576
+ unbind: function( types, fn ) {
3577
+ return this.off( types, null, fn );
3578
+ },
3579
+
3580
+ live: function( types, data, fn ) {
3581
+ jQuery( this.context ).on( types, this.selector, data, fn );
3582
+ return this;
3583
+ },
3584
+ die: function( types, fn ) {
3585
+ jQuery( this.context ).off( types, this.selector || "**", fn );
3586
+ return this;
3587
+ },
3588
+
3589
+ delegate: function( selector, types, data, fn ) {
3590
+ return this.on( types, selector, data, fn );
3591
+ },
3592
+ undelegate: function( selector, types, fn ) {
3593
+ // ( namespace ) or ( selector, types [, fn] )
3594
+ return arguments.length === 1 ? this.off( selector, "**" ) : this.off( types, selector || "**", fn );
3595
+ },
3596
+
3597
+ trigger: function( type, data ) {
3598
+ return this.each(function() {
3599
+ jQuery.event.trigger( type, data, this );
3600
+ });
3601
+ },
3602
+ triggerHandler: function( type, data ) {
3603
+ if ( this[0] ) {
3604
+ return jQuery.event.trigger( type, data, this[0], true );
3605
+ }
3606
+ },
3607
+
3608
+ toggle: function( fn ) {
3609
+ // Save reference to arguments for access in closure
3610
+ var args = arguments,
3611
+ guid = fn.guid || jQuery.guid++,
3612
+ i = 0,
3613
+ toggler = function( event ) {
3614
+ // Figure out which function to execute
3615
+ var lastToggle = ( jQuery._data( this, "lastToggle" + fn.guid ) || 0 ) % i;
3616
+ jQuery._data( this, "lastToggle" + fn.guid, lastToggle + 1 );
3617
+
3618
+ // Make sure that clicks stop
3619
+ event.preventDefault();
3620
+
3621
+ // and execute the function
3622
+ return args[ lastToggle ].apply( this, arguments ) || false;
3623
+ };
3624
+
3625
+ // link all the functions, so any of them can unbind this click handler
3626
+ toggler.guid = guid;
3627
+ while ( i < args.length ) {
3628
+ args[ i++ ].guid = guid;
3629
+ }
3630
+
3631
+ return this.click( toggler );
3632
+ },
3633
+
3634
+ hover: function( fnOver, fnOut ) {
3635
+ return this.mouseenter( fnOver ).mouseleave( fnOut || fnOver );
3636
+ }
3637
+ });
3638
+
3639
+ jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
3640
+ "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +
3641
+ "change select submit keydown keypress keyup error contextmenu").split(" "), function( i, name ) {
3642
+
3643
+ // Handle event binding
3644
+ jQuery.fn[ name ] = function( data, fn ) {
3645
+ if ( fn == null ) {
3646
+ fn = data;
3647
+ data = null;
3648
+ }
3649
+
3650
+ return arguments.length > 0 ?
3651
+ this.on( name, null, data, fn ) :
3652
+ this.trigger( name );
3653
+ };
3654
+
3655
+ if ( rkeyEvent.test( name ) ) {
3656
+ jQuery.event.fixHooks[ name ] = jQuery.event.keyHooks;
3657
+ }
3658
+
3659
+ if ( rmouseEvent.test( name ) ) {
3660
+ jQuery.event.fixHooks[ name ] = jQuery.event.mouseHooks;
3661
+ }
3662
+ });
3663
+ /*!
3664
+ * Sizzle CSS Selector Engine
3665
+ * Copyright 2012 jQuery Foundation and other contributors
3666
+ * Released under the MIT license
3667
+ * http://sizzlejs.com/
3668
+ */
3669
+ (function( window, undefined ) {
3670
+
3671
+ var cachedruns,
3672
+ assertGetIdNotName,
3673
+ Expr,
3674
+ getText,
3675
+ isXML,
3676
+ contains,
3677
+ compile,
3678
+ sortOrder,
3679
+ hasDuplicate,
3680
+ outermostContext,
3681
+
3682
+ baseHasDuplicate = true,
3683
+ strundefined = "undefined",
3684
+
3685
+ expando = ( "sizcache" + Math.random() ).replace( ".", "" ),
3686
+
3687
+ Token = String,
3688
+ document = window.document,
3689
+ docElem = document.documentElement,
3690
+ dirruns = 0,
3691
+ done = 0,
3692
+ pop = [].pop,
3693
+ push = [].push,
3694
+ slice = [].slice,
3695
+ // Use a stripped-down indexOf if a native one is unavailable
3696
+ indexOf = [].indexOf || function( elem ) {
3697
+ var i = 0,
3698
+ len = this.length;
3699
+ for ( ; i < len; i++ ) {
3700
+ if ( this[i] === elem ) {
3701
+ return i;
3702
+ }
3703
+ }
3704
+ return -1;
3705
+ },
3706
+
3707
+ // Augment a function for special use by Sizzle
3708
+ markFunction = function( fn, value ) {
3709
+ fn[ expando ] = value == null || value;
3710
+ return fn;
3711
+ },
3712
+
3713
+ createCache = function() {
3714
+ var cache = {},
3715
+ keys = [];
3716
+
3717
+ return markFunction(function( key, value ) {
3718
+ // Only keep the most recent entries
3719
+ if ( keys.push( key ) > Expr.cacheLength ) {
3720
+ delete cache[ keys.shift() ];
3721
+ }
3722
+
3723
+ // Retrieve with (key + " ") to avoid collision with native Object.prototype properties (see Issue #157)
3724
+ return (cache[ key + " " ] = value);
3725
+ }, cache );
3726
+ },
3727
+
3728
+ classCache = createCache(),
3729
+ tokenCache = createCache(),
3730
+ compilerCache = createCache(),
3731
+
3732
+ // Regex
3733
+
3734
+ // Whitespace characters http://www.w3.org/TR/css3-selectors/#whitespace
3735
+ whitespace = "[\\x20\\t\\r\\n\\f]",
3736
+ // http://www.w3.org/TR/css3-syntax/#characters
3737
+ characterEncoding = "(?:\\\\.|[-\\w]|[^\\x00-\\xa0])+",
3738
+
3739
+ // Loosely modeled on CSS identifier characters
3740
+ // An unquoted value should be a CSS identifier (http://www.w3.org/TR/css3-selectors/#attribute-selectors)
3741
+ // Proper syntax: http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier
3742
+ identifier = characterEncoding.replace( "w", "w#" ),
3743
+
3744
+ // Acceptable operators http://www.w3.org/TR/selectors/#attribute-selectors
3745
+ operators = "([*^$|!~]?=)",
3746
+ attributes = "\\[" + whitespace + "*(" + characterEncoding + ")" + whitespace +
3747
+ "*(?:" + operators + whitespace + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + identifier + ")|)|)" + whitespace + "*\\]",
3748
+
3749
+ // Prefer arguments not in parens/brackets,
3750
+ // then attribute selectors and non-pseudos (denoted by :),
3751
+ // then anything else
3752
+ // These preferences are here to reduce the number of selectors
3753
+ // needing tokenize in the PSEUDO preFilter
3754
+ pseudos = ":(" + characterEncoding + ")(?:\\((?:(['\"])((?:\\\\.|[^\\\\])*?)\\2|([^()[\\]]*|(?:(?:" + attributes + ")|[^:]|\\\\.)*|.*))\\)|)",
3755
+
3756
+ // For matchExpr.POS and matchExpr.needsContext
3757
+ pos = ":(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace +
3758
+ "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)",
3759
+
3760
+ // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter
3761
+ rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ),
3762
+
3763
+ rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
3764
+ rcombinators = new RegExp( "^" + whitespace + "*([\\x20\\t\\r\\n\\f>+~])" + whitespace + "*" ),
3765
+ rpseudo = new RegExp( pseudos ),
3766
+
3767
+ // Easily-parseable/retrievable ID or TAG or CLASS selectors
3768
+ rquickExpr = /^(?:#([\w\-]+)|(\w+)|\.([\w\-]+))$/,
3769
+
3770
+ rnot = /^:not/,
3771
+ rsibling = /[\x20\t\r\n\f]*[+~]/,
3772
+ rendsWithNot = /:not\($/,
3773
+
3774
+ rheader = /h\d/i,
3775
+ rinputs = /input|select|textarea|button/i,
3776
+
3777
+ rbackslash = /\\(?!\\)/g,
3778
+
3779
+ matchExpr = {
3780
+ "ID": new RegExp( "^#(" + characterEncoding + ")" ),
3781
+ "CLASS": new RegExp( "^\\.(" + characterEncoding + ")" ),
3782
+ "NAME": new RegExp( "^\\[name=['\"]?(" + characterEncoding + ")['\"]?\\]" ),
3783
+ "TAG": new RegExp( "^(" + characterEncoding.replace( "w", "w*" ) + ")" ),
3784
+ "ATTR": new RegExp( "^" + attributes ),
3785
+ "PSEUDO": new RegExp( "^" + pseudos ),
3786
+ "POS": new RegExp( pos, "i" ),
3787
+ "CHILD": new RegExp( "^:(only|nth|first|last)-child(?:\\(" + whitespace +
3788
+ "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace +
3789
+ "*(\\d+)|))" + whitespace + "*\\)|)", "i" ),
3790
+ // For use in libraries implementing .is()
3791
+ "needsContext": new RegExp( "^" + whitespace + "*[>+~]|" + pos, "i" )
3792
+ },
3793
+
3794
+ // Support
3795
+
3796
+ // Used for testing something on an element
3797
+ assert = function( fn ) {
3798
+ var div = document.createElement("div");
3799
+
3800
+ try {
3801
+ return fn( div );
3802
+ } catch (e) {
3803
+ return false;
3804
+ } finally {
3805
+ // release memory in IE
3806
+ div = null;
3807
+ }
3808
+ },
3809
+
3810
+ // Check if getElementsByTagName("*") returns only elements
3811
+ assertTagNameNoComments = assert(function( div ) {
3812
+ div.appendChild( document.createComment("") );
3813
+ return !div.getElementsByTagName("*").length;
3814
+ }),
3815
+
3816
+ // Check if getAttribute returns normalized href attributes
3817
+ assertHrefNotNormalized = assert(function( div ) {
3818
+ div.innerHTML = "<a href='#'></a>";
3819
+ return div.firstChild && typeof div.firstChild.getAttribute !== strundefined &&
3820
+ div.firstChild.getAttribute("href") === "#";
3821
+ }),
3822
+
3823
+ // Check if attributes should be retrieved by attribute nodes
3824
+ assertAttributes = assert(function( div ) {
3825
+ div.innerHTML = "<select></select>";
3826
+ var type = typeof div.lastChild.getAttribute("multiple");
3827
+ // IE8 returns a string for some attributes even when not present
3828
+ return type !== "boolean" && type !== "string";
3829
+ }),
3830
+
3831
+ // Check if getElementsByClassName can be trusted
3832
+ assertUsableClassName = assert(function( div ) {
3833
+ // Opera can't find a second classname (in 9.6)
3834
+ div.innerHTML = "<div class='hidden e'></div><div class='hidden'></div>";
3835
+ if ( !div.getElementsByClassName || !div.getElementsByClassName("e").length ) {
3836
+ return false;
3837
+ }
3838
+
3839
+ // Safari 3.2 caches class attributes and doesn't catch changes
3840
+ div.lastChild.className = "e";
3841
+ return div.getElementsByClassName("e").length === 2;
3842
+ }),
3843
+
3844
+ // Check if getElementById returns elements by name
3845
+ // Check if getElementsByName privileges form controls or returns elements by ID
3846
+ assertUsableName = assert(function( div ) {
3847
+ // Inject content
3848
+ div.id = expando + 0;
3849
+ div.innerHTML = "<a name='" + expando + "'></a><div name='" + expando + "'></div>";
3850
+ docElem.insertBefore( div, docElem.firstChild );
3851
+
3852
+ // Test
3853
+ var pass = document.getElementsByName &&
3854
+ // buggy browsers will return fewer than the correct 2
3855
+ document.getElementsByName( expando ).length === 2 +
3856
+ // buggy browsers will return more than the correct 0
3857
+ document.getElementsByName( expando + 0 ).length;
3858
+ assertGetIdNotName = !document.getElementById( expando );
3859
+
3860
+ // Cleanup
3861
+ docElem.removeChild( div );
3862
+
3863
+ return pass;
3864
+ });
3865
+
3866
+ // If slice is not available, provide a backup
3867
+ try {
3868
+ slice.call( docElem.childNodes, 0 )[0].nodeType;
3869
+ } catch ( e ) {
3870
+ slice = function( i ) {
3871
+ var elem,
3872
+ results = [];
3873
+ for ( ; (elem = this[i]); i++ ) {
3874
+ results.push( elem );
3875
+ }
3876
+ return results;
3877
+ };
3878
+ }
3879
+
3880
+ function Sizzle( selector, context, results, seed ) {
3881
+ results = results || [];
3882
+ context = context || document;
3883
+ var match, elem, xml, m,
3884
+ nodeType = context.nodeType;
3885
+
3886
+ if ( !selector || typeof selector !== "string" ) {
3887
+ return results;
3888
+ }
3889
+
3890
+ if ( nodeType !== 1 && nodeType !== 9 ) {
3891
+ return [];
3892
+ }
3893
+
3894
+ xml = isXML( context );
3895
+
3896
+ if ( !xml && !seed ) {
3897
+ if ( (match = rquickExpr.exec( selector )) ) {
3898
+ // Speed-up: Sizzle("#ID")
3899
+ if ( (m = match[1]) ) {
3900
+ if ( nodeType === 9 ) {
3901
+ elem = context.getElementById( m );
3902
+ // Check parentNode to catch when Blackberry 4.6 returns
3903
+ // nodes that are no longer in the document #6963
3904
+ if ( elem && elem.parentNode ) {
3905
+ // Handle the case where IE, Opera, and Webkit return items
3906
+ // by name instead of ID
3907
+ if ( elem.id === m ) {
3908
+ results.push( elem );
3909
+ return results;
3910
+ }
3911
+ } else {
3912
+ return results;
3913
+ }
3914
+ } else {
3915
+ // Context is not a document
3916
+ if ( context.ownerDocument && (elem = context.ownerDocument.getElementById( m )) &&
3917
+ contains( context, elem ) && elem.id === m ) {
3918
+ results.push( elem );
3919
+ return results;
3920
+ }
3921
+ }
3922
+
3923
+ // Speed-up: Sizzle("TAG")
3924
+ } else if ( match[2] ) {
3925
+ push.apply( results, slice.call(context.getElementsByTagName( selector ), 0) );
3926
+ return results;
3927
+
3928
+ // Speed-up: Sizzle(".CLASS")
3929
+ } else if ( (m = match[3]) && assertUsableClassName && context.getElementsByClassName ) {
3930
+ push.apply( results, slice.call(context.getElementsByClassName( m ), 0) );
3931
+ return results;
3932
+ }
3933
+ }
3934
+ }
3935
+
3936
+ // All others
3937
+ return select( selector.replace( rtrim, "$1" ), context, results, seed, xml );
3938
+ }
3939
+
3940
+ Sizzle.matches = function( expr, elements ) {
3941
+ return Sizzle( expr, null, null, elements );
3942
+ };
3943
+
3944
+ Sizzle.matchesSelector = function( elem, expr ) {
3945
+ return Sizzle( expr, null, null, [ elem ] ).length > 0;
3946
+ };
3947
+
3948
+ // Returns a function to use in pseudos for input types
3949
+ function createInputPseudo( type ) {
3950
+ return function( elem ) {
3951
+ var name = elem.nodeName.toLowerCase();
3952
+ return name === "input" && elem.type === type;
3953
+ };
3954
+ }
3955
+
3956
+ // Returns a function to use in pseudos for buttons
3957
+ function createButtonPseudo( type ) {
3958
+ return function( elem ) {
3959
+ var name = elem.nodeName.toLowerCase();
3960
+ return (name === "input" || name === "button") && elem.type === type;
3961
+ };
3962
+ }
3963
+
3964
+ // Returns a function to use in pseudos for positionals
3965
+ function createPositionalPseudo( fn ) {
3966
+ return markFunction(function( argument ) {
3967
+ argument = +argument;
3968
+ return markFunction(function( seed, matches ) {
3969
+ var j,
3970
+ matchIndexes = fn( [], seed.length, argument ),
3971
+ i = matchIndexes.length;
3972
+
3973
+ // Match elements found at the specified indexes
3974
+ while ( i-- ) {
3975
+ if ( seed[ (j = matchIndexes[i]) ] ) {
3976
+ seed[j] = !(matches[j] = seed[j]);
3977
+ }
3978
+ }
3979
+ });
3980
+ });
3981
+ }
3982
+
3983
+ /**
3984
+ * Utility function for retrieving the text value of an array of DOM nodes
3985
+ * @param {Array|Element} elem
3986
+ */
3987
+ getText = Sizzle.getText = function( elem ) {
3988
+ var node,
3989
+ ret = "",
3990
+ i = 0,
3991
+ nodeType = elem.nodeType;
3992
+
3993
+ if ( nodeType ) {
3994
+ if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) {
3995
+ // Use textContent for elements
3996
+ // innerText usage removed for consistency of new lines (see #11153)
3997
+ if ( typeof elem.textContent === "string" ) {
3998
+ return elem.textContent;
3999
+ } else {
4000
+ // Traverse its children
4001
+ for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) {
4002
+ ret += getText( elem );
4003
+ }
4004
+ }
4005
+ } else if ( nodeType === 3 || nodeType === 4 ) {
4006
+ return elem.nodeValue;
4007
+ }
4008
+ // Do not include comment or processing instruction nodes
4009
+ } else {
4010
+
4011
+ // If no nodeType, this is expected to be an array
4012
+ for ( ; (node = elem[i]); i++ ) {
4013
+ // Do not traverse comment nodes
4014
+ ret += getText( node );
4015
+ }
4016
+ }
4017
+ return ret;
4018
+ };
4019
+
4020
+ isXML = Sizzle.isXML = function( elem ) {
4021
+ // documentElement is verified for cases where it doesn't yet exist
4022
+ // (such as loading iframes in IE - #4833)
4023
+ var documentElement = elem && (elem.ownerDocument || elem).documentElement;
4024
+ return documentElement ? documentElement.nodeName !== "HTML" : false;
4025
+ };
4026
+
4027
+ // Element contains another
4028
+ contains = Sizzle.contains = docElem.contains ?
4029
+ function( a, b ) {
4030
+ var adown = a.nodeType === 9 ? a.documentElement : a,
4031
+ bup = b && b.parentNode;
4032
+ return a === bup || !!( bup && bup.nodeType === 1 && adown.contains && adown.contains(bup) );
4033
+ } :
4034
+ docElem.compareDocumentPosition ?
4035
+ function( a, b ) {
4036
+ return b && !!( a.compareDocumentPosition( b ) & 16 );
4037
+ } :
4038
+ function( a, b ) {
4039
+ while ( (b = b.parentNode) ) {
4040
+ if ( b === a ) {
4041
+ return true;
4042
+ }
4043
+ }
4044
+ return false;
4045
+ };
4046
+
4047
+ Sizzle.attr = function( elem, name ) {
4048
+ var val,
4049
+ xml = isXML( elem );
4050
+
4051
+ if ( !xml ) {
4052
+ name = name.toLowerCase();
4053
+ }
4054
+ if ( (val = Expr.attrHandle[ name ]) ) {
4055
+ return val( elem );
4056
+ }
4057
+ if ( xml || assertAttributes ) {
4058
+ return elem.getAttribute( name );
4059
+ }
4060
+ val = elem.getAttributeNode( name );
4061
+ return val ?
4062
+ typeof elem[ name ] === "boolean" ?
4063
+ elem[ name ] ? name : null :
4064
+ val.specified ? val.value : null :
4065
+ null;
4066
+ };
4067
+
4068
+ Expr = Sizzle.selectors = {
4069
+
4070
+ // Can be adjusted by the user
4071
+ cacheLength: 50,
4072
+
4073
+ createPseudo: markFunction,
4074
+
4075
+ match: matchExpr,
4076
+
4077
+ // IE6/7 return a modified href
4078
+ attrHandle: assertHrefNotNormalized ?
4079
+ {} :
4080
+ {
4081
+ "href": function( elem ) {
4082
+ return elem.getAttribute( "href", 2 );
4083
+ },
4084
+ "type": function( elem ) {
4085
+ return elem.getAttribute("type");
4086
+ }
4087
+ },
4088
+
4089
+ find: {
4090
+ "ID": assertGetIdNotName ?
4091
+ function( id, context, xml ) {
4092
+ if ( typeof context.getElementById !== strundefined && !xml ) {
4093
+ var m = context.getElementById( id );
4094
+ // Check parentNode to catch when Blackberry 4.6 returns
4095
+ // nodes that are no longer in the document #6963
4096
+ return m && m.parentNode ? [m] : [];
4097
+ }
4098
+ } :
4099
+ function( id, context, xml ) {
4100
+ if ( typeof context.getElementById !== strundefined && !xml ) {
4101
+ var m = context.getElementById( id );
4102
+
4103
+ return m ?
4104
+ m.id === id || typeof m.getAttributeNode !== strundefined && m.getAttributeNode("id").value === id ?
4105
+ [m] :
4106
+ undefined :
4107
+ [];
4108
+ }
4109
+ },
4110
+
4111
+ "TAG": assertTagNameNoComments ?
4112
+ function( tag, context ) {
4113
+ if ( typeof context.getElementsByTagName !== strundefined ) {
4114
+ return context.getElementsByTagName( tag );
4115
+ }
4116
+ } :
4117
+ function( tag, context ) {
4118
+ var results = context.getElementsByTagName( tag );
4119
+
4120
+ // Filter out possible comments
4121
+ if ( tag === "*" ) {
4122
+ var elem,
4123
+ tmp = [],
4124
+ i = 0;
4125
+
4126
+ for ( ; (elem = results[i]); i++ ) {
4127
+ if ( elem.nodeType === 1 ) {
4128
+ tmp.push( elem );
4129
+ }
4130
+ }
4131
+
4132
+ return tmp;
4133
+ }
4134
+ return results;
4135
+ },
4136
+
4137
+ "NAME": assertUsableName && function( tag, context ) {
4138
+ if ( typeof context.getElementsByName !== strundefined ) {
4139
+ return context.getElementsByName( name );
4140
+ }
4141
+ },
4142
+
4143
+ "CLASS": assertUsableClassName && function( className, context, xml ) {
4144
+ if ( typeof context.getElementsByClassName !== strundefined && !xml ) {
4145
+ return context.getElementsByClassName( className );
4146
+ }
4147
+ }
4148
+ },
4149
+
4150
+ relative: {
4151
+ ">": { dir: "parentNode", first: true },
4152
+ " ": { dir: "parentNode" },
4153
+ "+": { dir: "previousSibling", first: true },
4154
+ "~": { dir: "previousSibling" }
4155
+ },
4156
+
4157
+ preFilter: {
4158
+ "ATTR": function( match ) {
4159
+ match[1] = match[1].replace( rbackslash, "" );
4160
+
4161
+ // Move the given value to match[3] whether quoted or unquoted
4162
+ match[3] = ( match[4] || match[5] || "" ).replace( rbackslash, "" );
4163
+
4164
+ if ( match[2] === "~=" ) {
4165
+ match[3] = " " + match[3] + " ";
4166
+ }
4167
+
4168
+ return match.slice( 0, 4 );
4169
+ },
4170
+
4171
+ "CHILD": function( match ) {
4172
+ /* matches from matchExpr["CHILD"]
4173
+ 1 type (only|nth|...)
4174
+ 2 argument (even|odd|\d*|\d*n([+-]\d+)?|...)
4175
+ 3 xn-component of xn+y argument ([+-]?\d*n|)
4176
+ 4 sign of xn-component
4177
+ 5 x of xn-component
4178
+ 6 sign of y-component
4179
+ 7 y of y-component
4180
+ */
4181
+ match[1] = match[1].toLowerCase();
4182
+
4183
+ if ( match[1] === "nth" ) {
4184
+ // nth-child requires argument
4185
+ if ( !match[2] ) {
4186
+ Sizzle.error( match[0] );
4187
+ }
4188
+
4189
+ // numeric x and y parameters for Expr.filter.CHILD
4190
+ // remember that false/true cast respectively to 0/1
4191
+ match[3] = +( match[3] ? match[4] + (match[5] || 1) : 2 * ( match[2] === "even" || match[2] === "odd" ) );
4192
+ match[4] = +( ( match[6] + match[7] ) || match[2] === "odd" );
4193
+
4194
+ // other types prohibit arguments
4195
+ } else if ( match[2] ) {
4196
+ Sizzle.error( match[0] );
4197
+ }
4198
+
4199
+ return match;
4200
+ },
4201
+
4202
+ "PSEUDO": function( match ) {
4203
+ var unquoted, excess;
4204
+ if ( matchExpr["CHILD"].test( match[0] ) ) {
4205
+ return null;
4206
+ }
4207
+
4208
+ if ( match[3] ) {
4209
+ match[2] = match[3];
4210
+ } else if ( (unquoted = match[4]) ) {
4211
+ // Only check arguments that contain a pseudo
4212
+ if ( rpseudo.test(unquoted) &&
4213
+ // Get excess from tokenize (recursively)
4214
+ (excess = tokenize( unquoted, true )) &&
4215
+ // advance to the next closing parenthesis
4216
+ (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) {
4217
+
4218
+ // excess is a negative index
4219
+ unquoted = unquoted.slice( 0, excess );
4220
+ match[0] = match[0].slice( 0, excess );
4221
+ }
4222
+ match[2] = unquoted;
4223
+ }
4224
+
4225
+ // Return only captures needed by the pseudo filter method (type and argument)
4226
+ return match.slice( 0, 3 );
4227
+ }
4228
+ },
4229
+
4230
+ filter: {
4231
+ "ID": assertGetIdNotName ?
4232
+ function( id ) {
4233
+ id = id.replace( rbackslash, "" );
4234
+ return function( elem ) {
4235
+ return elem.getAttribute("id") === id;
4236
+ };
4237
+ } :
4238
+ function( id ) {
4239
+ id = id.replace( rbackslash, "" );
4240
+ return function( elem ) {
4241
+ var node = typeof elem.getAttributeNode !== strundefined && elem.getAttributeNode("id");
4242
+ return node && node.value === id;
4243
+ };
4244
+ },
4245
+
4246
+ "TAG": function( nodeName ) {
4247
+ if ( nodeName === "*" ) {
4248
+ return function() { return true; };
4249
+ }
4250
+ nodeName = nodeName.replace( rbackslash, "" ).toLowerCase();
4251
+
4252
+ return function( elem ) {
4253
+ return elem.nodeName && elem.nodeName.toLowerCase() === nodeName;
4254
+ };
4255
+ },
4256
+
4257
+ "CLASS": function( className ) {
4258
+ var pattern = classCache[ expando ][ className + " " ];
4259
+
4260
+ return pattern ||
4261
+ (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) &&
4262
+ classCache( className, function( elem ) {
4263
+ return pattern.test( elem.className || (typeof elem.getAttribute !== strundefined && elem.getAttribute("class")) || "" );
4264
+ });
4265
+ },
4266
+
4267
+ "ATTR": function( name, operator, check ) {
4268
+ return function( elem, context ) {
4269
+ var result = Sizzle.attr( elem, name );
4270
+
4271
+ if ( result == null ) {
4272
+ return operator === "!=";
4273
+ }
4274
+ if ( !operator ) {
4275
+ return true;
4276
+ }
4277
+
4278
+ result += "";
4279
+
4280
+ return operator === "=" ? result === check :
4281
+ operator === "!=" ? result !== check :
4282
+ operator === "^=" ? check && result.indexOf( check ) === 0 :
4283
+ operator === "*=" ? check && result.indexOf( check ) > -1 :
4284
+ operator === "$=" ? check && result.substr( result.length - check.length ) === check :
4285
+ operator === "~=" ? ( " " + result + " " ).indexOf( check ) > -1 :
4286
+ operator === "|=" ? result === check || result.substr( 0, check.length + 1 ) === check + "-" :
4287
+ false;
4288
+ };
4289
+ },
4290
+
4291
+ "CHILD": function( type, argument, first, last ) {
4292
+
4293
+ if ( type === "nth" ) {
4294
+ return function( elem ) {
4295
+ var node, diff,
4296
+ parent = elem.parentNode;
4297
+
4298
+ if ( first === 1 && last === 0 ) {
4299
+ return true;
4300
+ }
4301
+
4302
+ if ( parent ) {
4303
+ diff = 0;
4304
+ for ( node = parent.firstChild; node; node = node.nextSibling ) {
4305
+ if ( node.nodeType === 1 ) {
4306
+ diff++;
4307
+ if ( elem === node ) {
4308
+ break;
4309
+ }
4310
+ }
4311
+ }
4312
+ }
4313
+
4314
+ // Incorporate the offset (or cast to NaN), then check against cycle size
4315
+ diff -= last;
4316
+ return diff === first || ( diff % first === 0 && diff / first >= 0 );
4317
+ };
4318
+ }
4319
+
4320
+ return function( elem ) {
4321
+ var node = elem;
4322
+
4323
+ switch ( type ) {
4324
+ case "only":
4325
+ case "first":
4326
+ while ( (node = node.previousSibling) ) {
4327
+ if ( node.nodeType === 1 ) {
4328
+ return false;
4329
+ }
4330
+ }
4331
+
4332
+ if ( type === "first" ) {
4333
+ return true;
4334
+ }
4335
+
4336
+ node = elem;
4337
+
4338
+ /* falls through */
4339
+ case "last":
4340
+ while ( (node = node.nextSibling) ) {
4341
+ if ( node.nodeType === 1 ) {
4342
+ return false;
4343
+ }
4344
+ }
4345
+
4346
+ return true;
4347
+ }
4348
+ };
4349
+ },
4350
+
4351
+ "PSEUDO": function( pseudo, argument ) {
4352
+ // pseudo-class names are case-insensitive
4353
+ // http://www.w3.org/TR/selectors/#pseudo-classes
4354
+ // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters
4355
+ // Remember that setFilters inherits from pseudos
4356
+ var args,
4357
+ fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] ||
4358
+ Sizzle.error( "unsupported pseudo: " + pseudo );
4359
+
4360
+ // The user may use createPseudo to indicate that
4361
+ // arguments are needed to create the filter function
4362
+ // just as Sizzle does
4363
+ if ( fn[ expando ] ) {
4364
+ return fn( argument );
4365
+ }
4366
+
4367
+ // But maintain support for old signatures
4368
+ if ( fn.length > 1 ) {
4369
+ args = [ pseudo, pseudo, "", argument ];
4370
+ return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ?
4371
+ markFunction(function( seed, matches ) {
4372
+ var idx,
4373
+ matched = fn( seed, argument ),
4374
+ i = matched.length;
4375
+ while ( i-- ) {
4376
+ idx = indexOf.call( seed, matched[i] );
4377
+ seed[ idx ] = !( matches[ idx ] = matched[i] );
4378
+ }
4379
+ }) :
4380
+ function( elem ) {
4381
+ return fn( elem, 0, args );
4382
+ };
4383
+ }
4384
+
4385
+ return fn;
4386
+ }
4387
+ },
4388
+
4389
+ pseudos: {
4390
+ "not": markFunction(function( selector ) {
4391
+ // Trim the selector passed to compile
4392
+ // to avoid treating leading and trailing
4393
+ // spaces as combinators
4394
+ var input = [],
4395
+ results = [],
4396
+ matcher = compile( selector.replace( rtrim, "$1" ) );
4397
+
4398
+ return matcher[ expando ] ?
4399
+ markFunction(function( seed, matches, context, xml ) {
4400
+ var elem,
4401
+ unmatched = matcher( seed, null, xml, [] ),
4402
+ i = seed.length;
4403
+
4404
+ // Match elements unmatched by `matcher`
4405
+ while ( i-- ) {
4406
+ if ( (elem = unmatched[i]) ) {
4407
+ seed[i] = !(matches[i] = elem);
4408
+ }
4409
+ }
4410
+ }) :
4411
+ function( elem, context, xml ) {
4412
+ input[0] = elem;
4413
+ matcher( input, null, xml, results );
4414
+ return !results.pop();
4415
+ };
4416
+ }),
4417
+
4418
+ "has": markFunction(function( selector ) {
4419
+ return function( elem ) {
4420
+ return Sizzle( selector, elem ).length > 0;
4421
+ };
4422
+ }),
4423
+
4424
+ "contains": markFunction(function( text ) {
4425
+ return function( elem ) {
4426
+ return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1;
4427
+ };
4428
+ }),
4429
+
4430
+ "enabled": function( elem ) {
4431
+ return elem.disabled === false;
4432
+ },
4433
+
4434
+ "disabled": function( elem ) {
4435
+ return elem.disabled === true;
4436
+ },
4437
+
4438
+ "checked": function( elem ) {
4439
+ // In CSS3, :checked should return both checked and selected elements
4440
+ // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
4441
+ var nodeName = elem.nodeName.toLowerCase();
4442
+ return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected);
4443
+ },
4444
+
4445
+ "selected": function( elem ) {
4446
+ // Accessing this property makes selected-by-default
4447
+ // options in Safari work properly
4448
+ if ( elem.parentNode ) {
4449
+ elem.parentNode.selectedIndex;
4450
+ }
4451
+
4452
+ return elem.selected === true;
4453
+ },
4454
+
4455
+ "parent": function( elem ) {
4456
+ return !Expr.pseudos["empty"]( elem );
4457
+ },
4458
+
4459
+ "empty": function( elem ) {
4460
+ // http://www.w3.org/TR/selectors/#empty-pseudo
4461
+ // :empty is only affected by element nodes and content nodes(including text(3), cdata(4)),
4462
+ // not comment, processing instructions, or others
4463
+ // Thanks to Diego Perini for the nodeName shortcut
4464
+ // Greater than "@" means alpha characters (specifically not starting with "#" or "?")
4465
+ var nodeType;
4466
+ elem = elem.firstChild;
4467
+ while ( elem ) {
4468
+ if ( elem.nodeName > "@" || (nodeType = elem.nodeType) === 3 || nodeType === 4 ) {
4469
+ return false;
4470
+ }
4471
+ elem = elem.nextSibling;
4472
+ }
4473
+ return true;
4474
+ },
4475
+
4476
+ "header": function( elem ) {
4477
+ return rheader.test( elem.nodeName );
4478
+ },
4479
+
4480
+ "text": function( elem ) {
4481
+ var type, attr;
4482
+ // IE6 and 7 will map elem.type to 'text' for new HTML5 types (search, etc)
4483
+ // use getAttribute instead to test this case
4484
+ return elem.nodeName.toLowerCase() === "input" &&
4485
+ (type = elem.type) === "text" &&
4486
+ ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === type );
4487
+ },
4488
+
4489
+ // Input types
4490
+ "radio": createInputPseudo("radio"),
4491
+ "checkbox": createInputPseudo("checkbox"),
4492
+ "file": createInputPseudo("file"),
4493
+ "password": createInputPseudo("password"),
4494
+ "image": createInputPseudo("image"),
4495
+
4496
+ "submit": createButtonPseudo("submit"),
4497
+ "reset": createButtonPseudo("reset"),
4498
+
4499
+ "button": function( elem ) {
4500
+ var name = elem.nodeName.toLowerCase();
4501
+ return name === "input" && elem.type === "button" || name === "button";
4502
+ },
4503
+
4504
+ "input": function( elem ) {
4505
+ return rinputs.test( elem.nodeName );
4506
+ },
4507
+
4508
+ "focus": function( elem ) {
4509
+ var doc = elem.ownerDocument;
4510
+ return elem === doc.activeElement && (!doc.hasFocus || doc.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex);
4511
+ },
4512
+
4513
+ "active": function( elem ) {
4514
+ return elem === elem.ownerDocument.activeElement;
4515
+ },
4516
+
4517
+ // Positional types
4518
+ "first": createPositionalPseudo(function() {
4519
+ return [ 0 ];
4520
+ }),
4521
+
4522
+ "last": createPositionalPseudo(function( matchIndexes, length ) {
4523
+ return [ length - 1 ];
4524
+ }),
4525
+
4526
+ "eq": createPositionalPseudo(function( matchIndexes, length, argument ) {
4527
+ return [ argument < 0 ? argument + length : argument ];
4528
+ }),
4529
+
4530
+ "even": createPositionalPseudo(function( matchIndexes, length ) {
4531
+ for ( var i = 0; i < length; i += 2 ) {
4532
+ matchIndexes.push( i );
4533
+ }
4534
+ return matchIndexes;
4535
+ }),
4536
+
4537
+ "odd": createPositionalPseudo(function( matchIndexes, length ) {
4538
+ for ( var i = 1; i < length; i += 2 ) {
4539
+ matchIndexes.push( i );
4540
+ }
4541
+ return matchIndexes;
4542
+ }),
4543
+
4544
+ "lt": createPositionalPseudo(function( matchIndexes, length, argument ) {
4545
+ for ( var i = argument < 0 ? argument + length : argument; --i >= 0; ) {
4546
+ matchIndexes.push( i );
4547
+ }
4548
+ return matchIndexes;
4549
+ }),
4550
+
4551
+ "gt": createPositionalPseudo(function( matchIndexes, length, argument ) {
4552
+ for ( var i = argument < 0 ? argument + length : argument; ++i < length; ) {
4553
+ matchIndexes.push( i );
4554
+ }
4555
+ return matchIndexes;
4556
+ })
4557
+ }
4558
+ };
4559
+
4560
+ function siblingCheck( a, b, ret ) {
4561
+ if ( a === b ) {
4562
+ return ret;
4563
+ }
4564
+
4565
+ var cur = a.nextSibling;
4566
+
4567
+ while ( cur ) {
4568
+ if ( cur === b ) {
4569
+ return -1;
4570
+ }
4571
+
4572
+ cur = cur.nextSibling;
4573
+ }
4574
+
4575
+ return 1;
4576
+ }
4577
+
4578
+ sortOrder = docElem.compareDocumentPosition ?
4579
+ function( a, b ) {
4580
+ if ( a === b ) {
4581
+ hasDuplicate = true;
4582
+ return 0;
4583
+ }
4584
+
4585
+ return ( !a.compareDocumentPosition || !b.compareDocumentPosition ?
4586
+ a.compareDocumentPosition :
4587
+ a.compareDocumentPosition(b) & 4
4588
+ ) ? -1 : 1;
4589
+ } :
4590
+ function( a, b ) {
4591
+ // The nodes are identical, we can exit early
4592
+ if ( a === b ) {
4593
+ hasDuplicate = true;
4594
+ return 0;
4595
+
4596
+ // Fallback to using sourceIndex (in IE) if it's available on both nodes
4597
+ } else if ( a.sourceIndex && b.sourceIndex ) {
4598
+ return a.sourceIndex - b.sourceIndex;
4599
+ }
4600
+
4601
+ var al, bl,
4602
+ ap = [],
4603
+ bp = [],
4604
+ aup = a.parentNode,
4605
+ bup = b.parentNode,
4606
+ cur = aup;
4607
+
4608
+ // If the nodes are siblings (or identical) we can do a quick check
4609
+ if ( aup === bup ) {
4610
+ return siblingCheck( a, b );
4611
+
4612
+ // If no parents were found then the nodes are disconnected
4613
+ } else if ( !aup ) {
4614
+ return -1;
4615
+
4616
+ } else if ( !bup ) {
4617
+ return 1;
4618
+ }
4619
+
4620
+ // Otherwise they're somewhere else in the tree so we need
4621
+ // to build up a full list of the parentNodes for comparison
4622
+ while ( cur ) {
4623
+ ap.unshift( cur );
4624
+ cur = cur.parentNode;
4625
+ }
4626
+
4627
+ cur = bup;
4628
+
4629
+ while ( cur ) {
4630
+ bp.unshift( cur );
4631
+ cur = cur.parentNode;
4632
+ }
4633
+
4634
+ al = ap.length;
4635
+ bl = bp.length;
4636
+
4637
+ // Start walking down the tree looking for a discrepancy
4638
+ for ( var i = 0; i < al && i < bl; i++ ) {
4639
+ if ( ap[i] !== bp[i] ) {
4640
+ return siblingCheck( ap[i], bp[i] );
4641
+ }
4642
+ }
4643
+
4644
+ // We ended someplace up the tree so do a sibling check
4645
+ return i === al ?
4646
+ siblingCheck( a, bp[i], -1 ) :
4647
+ siblingCheck( ap[i], b, 1 );
4648
+ };
4649
+
4650
+ // Always assume the presence of duplicates if sort doesn't
4651
+ // pass them to our comparison function (as in Google Chrome).
4652
+ [0, 0].sort( sortOrder );
4653
+ baseHasDuplicate = !hasDuplicate;
4654
+
4655
+ // Document sorting and removing duplicates
4656
+ Sizzle.uniqueSort = function( results ) {
4657
+ var elem,
4658
+ duplicates = [],
4659
+ i = 1,
4660
+ j = 0;
4661
+
4662
+ hasDuplicate = baseHasDuplicate;
4663
+ results.sort( sortOrder );
4664
+
4665
+ if ( hasDuplicate ) {
4666
+ for ( ; (elem = results[i]); i++ ) {
4667
+ if ( elem === results[ i - 1 ] ) {
4668
+ j = duplicates.push( i );
4669
+ }
4670
+ }
4671
+ while ( j-- ) {
4672
+ results.splice( duplicates[ j ], 1 );
4673
+ }
4674
+ }
4675
+
4676
+ return results;
4677
+ };
4678
+
4679
+ Sizzle.error = function( msg ) {
4680
+ throw new Error( "Syntax error, unrecognized expression: " + msg );
4681
+ };
4682
+
4683
+ function tokenize( selector, parseOnly ) {
4684
+ var matched, match, tokens, type,
4685
+ soFar, groups, preFilters,
4686
+ cached = tokenCache[ expando ][ selector + " " ];
4687
+
4688
+ if ( cached ) {
4689
+ return parseOnly ? 0 : cached.slice( 0 );
4690
+ }
4691
+
4692
+ soFar = selector;
4693
+ groups = [];
4694
+ preFilters = Expr.preFilter;
4695
+
4696
+ while ( soFar ) {
4697
+
4698
+ // Comma and first run
4699
+ if ( !matched || (match = rcomma.exec( soFar )) ) {
4700
+ if ( match ) {
4701
+ // Don't consume trailing commas as valid
4702
+ soFar = soFar.slice( match[0].length ) || soFar;
4703
+ }
4704
+ groups.push( tokens = [] );
4705
+ }
4706
+
4707
+ matched = false;
4708
+
4709
+ // Combinators
4710
+ if ( (match = rcombinators.exec( soFar )) ) {
4711
+ tokens.push( matched = new Token( match.shift() ) );
4712
+ soFar = soFar.slice( matched.length );
4713
+
4714
+ // Cast descendant combinators to space
4715
+ matched.type = match[0].replace( rtrim, " " );
4716
+ }
4717
+
4718
+ // Filters
4719
+ for ( type in Expr.filter ) {
4720
+ if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] ||
4721
+ (match = preFilters[ type ]( match ))) ) {
4722
+
4723
+ tokens.push( matched = new Token( match.shift() ) );
4724
+ soFar = soFar.slice( matched.length );
4725
+ matched.type = type;
4726
+ matched.matches = match;
4727
+ }
4728
+ }
4729
+
4730
+ if ( !matched ) {
4731
+ break;
4732
+ }
4733
+ }
4734
+
4735
+ // Return the length of the invalid excess
4736
+ // if we're just parsing
4737
+ // Otherwise, throw an error or return tokens
4738
+ return parseOnly ?
4739
+ soFar.length :
4740
+ soFar ?
4741
+ Sizzle.error( selector ) :
4742
+ // Cache the tokens
4743
+ tokenCache( selector, groups ).slice( 0 );
4744
+ }
4745
+
4746
+ function addCombinator( matcher, combinator, base ) {
4747
+ var dir = combinator.dir,
4748
+ checkNonElements = base && combinator.dir === "parentNode",
4749
+ doneName = done++;
4750
+
4751
+ return combinator.first ?
4752
+ // Check against closest ancestor/preceding element
4753
+ function( elem, context, xml ) {
4754
+ while ( (elem = elem[ dir ]) ) {
4755
+ if ( checkNonElements || elem.nodeType === 1 ) {
4756
+ return matcher( elem, context, xml );
4757
+ }
4758
+ }
4759
+ } :
4760
+
4761
+ // Check against all ancestor/preceding elements
4762
+ function( elem, context, xml ) {
4763
+ // We can't set arbitrary data on XML nodes, so they don't benefit from dir caching
4764
+ if ( !xml ) {
4765
+ var cache,
4766
+ dirkey = dirruns + " " + doneName + " ",
4767
+ cachedkey = dirkey + cachedruns;
4768
+ while ( (elem = elem[ dir ]) ) {
4769
+ if ( checkNonElements || elem.nodeType === 1 ) {
4770
+ if ( (cache = elem[ expando ]) === cachedkey ) {
4771
+ return elem.sizset;
4772
+ } else if ( typeof cache === "string" && cache.indexOf(dirkey) === 0 ) {
4773
+ if ( elem.sizset ) {
4774
+ return elem;
4775
+ }
4776
+ } else {
4777
+ elem[ expando ] = cachedkey;
4778
+ if ( matcher( elem, context, xml ) ) {
4779
+ elem.sizset = true;
4780
+ return elem;
4781
+ }
4782
+ elem.sizset = false;
4783
+ }
4784
+ }
4785
+ }
4786
+ } else {
4787
+ while ( (elem = elem[ dir ]) ) {
4788
+ if ( checkNonElements || elem.nodeType === 1 ) {
4789
+ if ( matcher( elem, context, xml ) ) {
4790
+ return elem;
4791
+ }
4792
+ }
4793
+ }
4794
+ }
4795
+ };
4796
+ }
4797
+
4798
+ function elementMatcher( matchers ) {
4799
+ return matchers.length > 1 ?
4800
+ function( elem, context, xml ) {
4801
+ var i = matchers.length;
4802
+ while ( i-- ) {
4803
+ if ( !matchers[i]( elem, context, xml ) ) {
4804
+ return false;
4805
+ }
4806
+ }
4807
+ return true;
4808
+ } :
4809
+ matchers[0];
4810
+ }
4811
+
4812
+ function condense( unmatched, map, filter, context, xml ) {
4813
+ var elem,
4814
+ newUnmatched = [],
4815
+ i = 0,
4816
+ len = unmatched.length,
4817
+ mapped = map != null;
4818
+
4819
+ for ( ; i < len; i++ ) {
4820
+ if ( (elem = unmatched[i]) ) {
4821
+ if ( !filter || filter( elem, context, xml ) ) {
4822
+ newUnmatched.push( elem );
4823
+ if ( mapped ) {
4824
+ map.push( i );
4825
+ }
4826
+ }
4827
+ }
4828
+ }
4829
+
4830
+ return newUnmatched;
4831
+ }
4832
+
4833
+ function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) {
4834
+ if ( postFilter && !postFilter[ expando ] ) {
4835
+ postFilter = setMatcher( postFilter );
4836
+ }
4837
+ if ( postFinder && !postFinder[ expando ] ) {
4838
+ postFinder = setMatcher( postFinder, postSelector );
4839
+ }
4840
+ return markFunction(function( seed, results, context, xml ) {
4841
+ var temp, i, elem,
4842
+ preMap = [],
4843
+ postMap = [],
4844
+ preexisting = results.length,
4845
+
4846
+ // Get initial elements from seed or context
4847
+ elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ),
4848
+
4849
+ // Prefilter to get matcher input, preserving a map for seed-results synchronization
4850
+ matcherIn = preFilter && ( seed || !selector ) ?
4851
+ condense( elems, preMap, preFilter, context, xml ) :
4852
+ elems,
4853
+
4854
+ matcherOut = matcher ?
4855
+ // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results,
4856
+ postFinder || ( seed ? preFilter : preexisting || postFilter ) ?
4857
+
4858
+ // ...intermediate processing is necessary
4859
+ [] :
4860
+
4861
+ // ...otherwise use results directly
4862
+ results :
4863
+ matcherIn;
4864
+
4865
+ // Find primary matches
4866
+ if ( matcher ) {
4867
+ matcher( matcherIn, matcherOut, context, xml );
4868
+ }
4869
+
4870
+ // Apply postFilter
4871
+ if ( postFilter ) {
4872
+ temp = condense( matcherOut, postMap );
4873
+ postFilter( temp, [], context, xml );
4874
+
4875
+ // Un-match failing elements by moving them back to matcherIn
4876
+ i = temp.length;
4877
+ while ( i-- ) {
4878
+ if ( (elem = temp[i]) ) {
4879
+ matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem);
4880
+ }
4881
+ }
4882
+ }
4883
+
4884
+ if ( seed ) {
4885
+ if ( postFinder || preFilter ) {
4886
+ if ( postFinder ) {
4887
+ // Get the final matcherOut by condensing this intermediate into postFinder contexts
4888
+ temp = [];
4889
+ i = matcherOut.length;
4890
+ while ( i-- ) {
4891
+ if ( (elem = matcherOut[i]) ) {
4892
+ // Restore matcherIn since elem is not yet a final match
4893
+ temp.push( (matcherIn[i] = elem) );
4894
+ }
4895
+ }
4896
+ postFinder( null, (matcherOut = []), temp, xml );
4897
+ }
4898
+
4899
+ // Move matched elements from seed to results to keep them synchronized
4900
+ i = matcherOut.length;
4901
+ while ( i-- ) {
4902
+ if ( (elem = matcherOut[i]) &&
4903
+ (temp = postFinder ? indexOf.call( seed, elem ) : preMap[i]) > -1 ) {
4904
+
4905
+ seed[temp] = !(results[temp] = elem);
4906
+ }
4907
+ }
4908
+ }
4909
+
4910
+ // Add elements to results, through postFinder if defined
4911
+ } else {
4912
+ matcherOut = condense(
4913
+ matcherOut === results ?
4914
+ matcherOut.splice( preexisting, matcherOut.length ) :
4915
+ matcherOut
4916
+ );
4917
+ if ( postFinder ) {
4918
+ postFinder( null, results, matcherOut, xml );
4919
+ } else {
4920
+ push.apply( results, matcherOut );
4921
+ }
4922
+ }
4923
+ });
4924
+ }
4925
+
4926
+ function matcherFromTokens( tokens ) {
4927
+ var checkContext, matcher, j,
4928
+ len = tokens.length,
4929
+ leadingRelative = Expr.relative[ tokens[0].type ],
4930
+ implicitRelative = leadingRelative || Expr.relative[" "],
4931
+ i = leadingRelative ? 1 : 0,
4932
+
4933
+ // The foundational matcher ensures that elements are reachable from top-level context(s)
4934
+ matchContext = addCombinator( function( elem ) {
4935
+ return elem === checkContext;
4936
+ }, implicitRelative, true ),
4937
+ matchAnyContext = addCombinator( function( elem ) {
4938
+ return indexOf.call( checkContext, elem ) > -1;
4939
+ }, implicitRelative, true ),
4940
+ matchers = [ function( elem, context, xml ) {
4941
+ return ( !leadingRelative && ( xml || context !== outermostContext ) ) || (
4942
+ (checkContext = context).nodeType ?
4943
+ matchContext( elem, context, xml ) :
4944
+ matchAnyContext( elem, context, xml ) );
4945
+ } ];
4946
+
4947
+ for ( ; i < len; i++ ) {
4948
+ if ( (matcher = Expr.relative[ tokens[i].type ]) ) {
4949
+ matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ];
4950
+ } else {
4951
+ matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches );
4952
+
4953
+ // Return special upon seeing a positional matcher
4954
+ if ( matcher[ expando ] ) {
4955
+ // Find the next relative operator (if any) for proper handling
4956
+ j = ++i;
4957
+ for ( ; j < len; j++ ) {
4958
+ if ( Expr.relative[ tokens[j].type ] ) {
4959
+ break;
4960
+ }
4961
+ }
4962
+ return setMatcher(
4963
+ i > 1 && elementMatcher( matchers ),
4964
+ i > 1 && tokens.slice( 0, i - 1 ).join("").replace( rtrim, "$1" ),
4965
+ matcher,
4966
+ i < j && matcherFromTokens( tokens.slice( i, j ) ),
4967
+ j < len && matcherFromTokens( (tokens = tokens.slice( j )) ),
4968
+ j < len && tokens.join("")
4969
+ );
4970
+ }
4971
+ matchers.push( matcher );
4972
+ }
4973
+ }
4974
+
4975
+ return elementMatcher( matchers );
4976
+ }
4977
+
4978
+ function matcherFromGroupMatchers( elementMatchers, setMatchers ) {
4979
+ var bySet = setMatchers.length > 0,
4980
+ byElement = elementMatchers.length > 0,
4981
+ superMatcher = function( seed, context, xml, results, expandContext ) {
4982
+ var elem, j, matcher,
4983
+ setMatched = [],
4984
+ matchedCount = 0,
4985
+ i = "0",
4986
+ unmatched = seed && [],
4987
+ outermost = expandContext != null,
4988
+ contextBackup = outermostContext,
4989
+ // We must always have either seed elements or context
4990
+ elems = seed || byElement && Expr.find["TAG"]( "*", expandContext && context.parentNode || context ),
4991
+ // Nested matchers should use non-integer dirruns
4992
+ dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.E);
4993
+
4994
+ if ( outermost ) {
4995
+ outermostContext = context !== document && context;
4996
+ cachedruns = superMatcher.el;
4997
+ }
4998
+
4999
+ // Add elements passing elementMatchers directly to results
5000
+ for ( ; (elem = elems[i]) != null; i++ ) {
5001
+ if ( byElement && elem ) {
5002
+ for ( j = 0; (matcher = elementMatchers[j]); j++ ) {
5003
+ if ( matcher( elem, context, xml ) ) {
5004
+ results.push( elem );
5005
+ break;
5006
+ }
5007
+ }
5008
+ if ( outermost ) {
5009
+ dirruns = dirrunsUnique;
5010
+ cachedruns = ++superMatcher.el;
5011
+ }
5012
+ }
5013
+
5014
+ // Track unmatched elements for set filters
5015
+ if ( bySet ) {
5016
+ // They will have gone through all possible matchers
5017
+ if ( (elem = !matcher && elem) ) {
5018
+ matchedCount--;
5019
+ }
5020
+
5021
+ // Lengthen the array for every element, matched or not
5022
+ if ( seed ) {
5023
+ unmatched.push( elem );
5024
+ }
5025
+ }
5026
+ }
5027
+
5028
+ // Apply set filters to unmatched elements
5029
+ matchedCount += i;
5030
+ if ( bySet && i !== matchedCount ) {
5031
+ for ( j = 0; (matcher = setMatchers[j]); j++ ) {
5032
+ matcher( unmatched, setMatched, context, xml );
5033
+ }
5034
+
5035
+ if ( seed ) {
5036
+ // Reintegrate element matches to eliminate the need for sorting
5037
+ if ( matchedCount > 0 ) {
5038
+ while ( i-- ) {
5039
+ if ( !(unmatched[i] || setMatched[i]) ) {
5040
+ setMatched[i] = pop.call( results );
5041
+ }
5042
+ }
5043
+ }
5044
+
5045
+ // Discard index placeholder values to get only actual matches
5046
+ setMatched = condense( setMatched );
5047
+ }
5048
+
5049
+ // Add matches to results
5050
+ push.apply( results, setMatched );
5051
+
5052
+ // Seedless set matches succeeding multiple successful matchers stipulate sorting
5053
+ if ( outermost && !seed && setMatched.length > 0 &&
5054
+ ( matchedCount + setMatchers.length ) > 1 ) {
5055
+
5056
+ Sizzle.uniqueSort( results );
5057
+ }
5058
+ }
5059
+
5060
+ // Override manipulation of globals by nested matchers
5061
+ if ( outermost ) {
5062
+ dirruns = dirrunsUnique;
5063
+ outermostContext = contextBackup;
5064
+ }
5065
+
5066
+ return unmatched;
5067
+ };
5068
+
5069
+ superMatcher.el = 0;
5070
+ return bySet ?
5071
+ markFunction( superMatcher ) :
5072
+ superMatcher;
5073
+ }
5074
+
5075
+ compile = Sizzle.compile = function( selector, group /* Internal Use Only */ ) {
5076
+ var i,
5077
+ setMatchers = [],
5078
+ elementMatchers = [],
5079
+ cached = compilerCache[ expando ][ selector + " " ];
5080
+
5081
+ if ( !cached ) {
5082
+ // Generate a function of recursive functions that can be used to check each element
5083
+ if ( !group ) {
5084
+ group = tokenize( selector );
5085
+ }
5086
+ i = group.length;
5087
+ while ( i-- ) {
5088
+ cached = matcherFromTokens( group[i] );
5089
+ if ( cached[ expando ] ) {
5090
+ setMatchers.push( cached );
5091
+ } else {
5092
+ elementMatchers.push( cached );
5093
+ }
5094
+ }
5095
+
5096
+ // Cache the compiled function
5097
+ cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) );
5098
+ }
5099
+ return cached;
5100
+ };
5101
+
5102
+ function multipleContexts( selector, contexts, results ) {
5103
+ var i = 0,
5104
+ len = contexts.length;
5105
+ for ( ; i < len; i++ ) {
5106
+ Sizzle( selector, contexts[i], results );
5107
+ }
5108
+ return results;
5109
+ }
5110
+
5111
+ function select( selector, context, results, seed, xml ) {
5112
+ var i, tokens, token, type, find,
5113
+ match = tokenize( selector ),
5114
+ j = match.length;
5115
+
5116
+ if ( !seed ) {
5117
+ // Try to minimize operations if there is only one group
5118
+ if ( match.length === 1 ) {
5119
+
5120
+ // Take a shortcut and set the context if the root selector is an ID
5121
+ tokens = match[0] = match[0].slice( 0 );
5122
+ if ( tokens.length > 2 && (token = tokens[0]).type === "ID" &&
5123
+ context.nodeType === 9 && !xml &&
5124
+ Expr.relative[ tokens[1].type ] ) {
5125
+
5126
+ context = Expr.find["ID"]( token.matches[0].replace( rbackslash, "" ), context, xml )[0];
5127
+ if ( !context ) {
5128
+ return results;
5129
+ }
5130
+
5131
+ selector = selector.slice( tokens.shift().length );
5132
+ }
5133
+
5134
+ // Fetch a seed set for right-to-left matching
5135
+ for ( i = matchExpr["POS"].test( selector ) ? -1 : tokens.length - 1; i >= 0; i-- ) {
5136
+ token = tokens[i];
5137
+
5138
+ // Abort if we hit a combinator
5139
+ if ( Expr.relative[ (type = token.type) ] ) {
5140
+ break;
5141
+ }
5142
+ if ( (find = Expr.find[ type ]) ) {
5143
+ // Search, expanding context for leading sibling combinators
5144
+ if ( (seed = find(
5145
+ token.matches[0].replace( rbackslash, "" ),
5146
+ rsibling.test( tokens[0].type ) && context.parentNode || context,
5147
+ xml
5148
+ )) ) {
5149
+
5150
+ // If seed is empty or no tokens remain, we can return early
5151
+ tokens.splice( i, 1 );
5152
+ selector = seed.length && tokens.join("");
5153
+ if ( !selector ) {
5154
+ push.apply( results, slice.call( seed, 0 ) );
5155
+ return results;
5156
+ }
5157
+
5158
+ break;
5159
+ }
5160
+ }
5161
+ }
5162
+ }
5163
+ }
5164
+
5165
+ // Compile and execute a filtering function
5166
+ // Provide `match` to avoid retokenization if we modified the selector above
5167
+ compile( selector, match )(
5168
+ seed,
5169
+ context,
5170
+ xml,
5171
+ results,
5172
+ rsibling.test( selector )
5173
+ );
5174
+ return results;
5175
+ }
5176
+
5177
+ if ( document.querySelectorAll ) {
5178
+ (function() {
5179
+ var disconnectedMatch,
5180
+ oldSelect = select,
5181
+ rescape = /'|\\/g,
5182
+ rattributeQuotes = /\=[\x20\t\r\n\f]*([^'"\]]*)[\x20\t\r\n\f]*\]/g,
5183
+
5184
+ // qSa(:focus) reports false when true (Chrome 21), no need to also add to buggyMatches since matches checks buggyQSA
5185
+ // A support test would require too much code (would include document ready)
5186
+ rbuggyQSA = [ ":focus" ],
5187
+
5188
+ // matchesSelector(:active) reports false when true (IE9/Opera 11.5)
5189
+ // A support test would require too much code (would include document ready)
5190
+ // just skip matchesSelector for :active
5191
+ rbuggyMatches = [ ":active" ],
5192
+ matches = docElem.matchesSelector ||
5193
+ docElem.mozMatchesSelector ||
5194
+ docElem.webkitMatchesSelector ||
5195
+ docElem.oMatchesSelector ||
5196
+ docElem.msMatchesSelector;
5197
+
5198
+ // Build QSA regex
5199
+ // Regex strategy adopted from Diego Perini
5200
+ assert(function( div ) {
5201
+ // Select is set to empty string on purpose
5202
+ // This is to test IE's treatment of not explictly
5203
+ // setting a boolean content attribute,
5204
+ // since its presence should be enough
5205
+ // http://bugs.jquery.com/ticket/12359
5206
+ div.innerHTML = "<select><option selected=''></option></select>";
5207
+
5208
+ // IE8 - Some boolean attributes are not treated correctly
5209
+ if ( !div.querySelectorAll("[selected]").length ) {
5210
+ rbuggyQSA.push( "\\[" + whitespace + "*(?:checked|disabled|ismap|multiple|readonly|selected|value)" );
5211
+ }
5212
+
5213
+ // Webkit/Opera - :checked should return selected option elements
5214
+ // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked
5215
+ // IE8 throws error here (do not put tests after this one)
5216
+ if ( !div.querySelectorAll(":checked").length ) {
5217
+ rbuggyQSA.push(":checked");
5218
+ }
5219
+ });
5220
+
5221
+ assert(function( div ) {
5222
+
5223
+ // Opera 10-12/IE9 - ^= $= *= and empty values
5224
+ // Should not select anything
5225
+ div.innerHTML = "<p test=''></p>";
5226
+ if ( div.querySelectorAll("[test^='']").length ) {
5227
+ rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:\"\"|'')" );
5228
+ }
5229
+
5230
+ // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled)
5231
+ // IE8 throws error here (do not put tests after this one)
5232
+ div.innerHTML = "<input type='hidden'/>";
5233
+ if ( !div.querySelectorAll(":enabled").length ) {
5234
+ rbuggyQSA.push(":enabled", ":disabled");
5235
+ }
5236
+ });
5237
+
5238
+ // rbuggyQSA always contains :focus, so no need for a length check
5239
+ rbuggyQSA = /* rbuggyQSA.length && */ new RegExp( rbuggyQSA.join("|") );
5240
+
5241
+ select = function( selector, context, results, seed, xml ) {
5242
+ // Only use querySelectorAll when not filtering,
5243
+ // when this is not xml,
5244
+ // and when no QSA bugs apply
5245
+ if ( !seed && !xml && !rbuggyQSA.test( selector ) ) {
5246
+ var groups, i,
5247
+ old = true,
5248
+ nid = expando,
5249
+ newContext = context,
5250
+ newSelector = context.nodeType === 9 && selector;
5251
+
5252
+ // qSA works strangely on Element-rooted queries
5253
+ // We can work around this by specifying an extra ID on the root
5254
+ // and working up from there (Thanks to Andrew Dupont for the technique)
5255
+ // IE 8 doesn't work on object elements
5256
+ if ( context.nodeType === 1 && context.nodeName.toLowerCase() !== "object" ) {
5257
+ groups = tokenize( selector );
5258
+
5259
+ if ( (old = context.getAttribute("id")) ) {
5260
+ nid = old.replace( rescape, "\\$&" );
5261
+ } else {
5262
+ context.setAttribute( "id", nid );
5263
+ }
5264
+ nid = "[id='" + nid + "'] ";
5265
+
5266
+ i = groups.length;
5267
+ while ( i-- ) {
5268
+ groups[i] = nid + groups[i].join("");
5269
+ }
5270
+ newContext = rsibling.test( selector ) && context.parentNode || context;
5271
+ newSelector = groups.join(",");
5272
+ }
5273
+
5274
+ if ( newSelector ) {
5275
+ try {
5276
+ push.apply( results, slice.call( newContext.querySelectorAll(
5277
+ newSelector
5278
+ ), 0 ) );
5279
+ return results;
5280
+ } catch(qsaError) {
5281
+ } finally {
5282
+ if ( !old ) {
5283
+ context.removeAttribute("id");
5284
+ }
5285
+ }
5286
+ }
5287
+ }
5288
+
5289
+ return oldSelect( selector, context, results, seed, xml );
5290
+ };
5291
+
5292
+ if ( matches ) {
5293
+ assert(function( div ) {
5294
+ // Check to see if it's possible to do matchesSelector
5295
+ // on a disconnected node (IE 9)
5296
+ disconnectedMatch = matches.call( div, "div" );
5297
+
5298
+ // This should fail with an exception
5299
+ // Gecko does not error, returns false instead
5300
+ try {
5301
+ matches.call( div, "[test!='']:sizzle" );
5302
+ rbuggyMatches.push( "!=", pseudos );
5303
+ } catch ( e ) {}
5304
+ });
5305
+
5306
+ // rbuggyMatches always contains :active and :focus, so no need for a length check
5307
+ rbuggyMatches = /* rbuggyMatches.length && */ new RegExp( rbuggyMatches.join("|") );
5308
+
5309
+ Sizzle.matchesSelector = function( elem, expr ) {
5310
+ // Make sure that attribute selectors are quoted
5311
+ expr = expr.replace( rattributeQuotes, "='$1']" );
5312
+
5313
+ // rbuggyMatches always contains :active, so no need for an existence check
5314
+ if ( !isXML( elem ) && !rbuggyMatches.test( expr ) && !rbuggyQSA.test( expr ) ) {
5315
+ try {
5316
+ var ret = matches.call( elem, expr );
5317
+
5318
+ // IE 9's matchesSelector returns false on disconnected nodes
5319
+ if ( ret || disconnectedMatch ||
5320
+ // As well, disconnected nodes are said to be in a document
5321
+ // fragment in IE 9
5322
+ elem.document && elem.document.nodeType !== 11 ) {
5323
+ return ret;
5324
+ }
5325
+ } catch(e) {}
5326
+ }
5327
+
5328
+ return Sizzle( expr, null, null, [ elem ] ).length > 0;
5329
+ };
5330
+ }
5331
+ })();
5332
+ }
5333
+
5334
+ // Deprecated
5335
+ Expr.pseudos["nth"] = Expr.pseudos["eq"];
5336
+
5337
+ // Back-compat
5338
+ function setFilters() {}
5339
+ Expr.filters = setFilters.prototype = Expr.pseudos;
5340
+ Expr.setFilters = new setFilters();
5341
+
5342
+ // Override sizzle attribute retrieval
5343
+ Sizzle.attr = jQuery.attr;
5344
+ jQuery.find = Sizzle;
5345
+ jQuery.expr = Sizzle.selectors;
5346
+ jQuery.expr[":"] = jQuery.expr.pseudos;
5347
+ jQuery.unique = Sizzle.uniqueSort;
5348
+ jQuery.text = Sizzle.getText;
5349
+ jQuery.isXMLDoc = Sizzle.isXML;
5350
+ jQuery.contains = Sizzle.contains;
5351
+
5352
+
5353
+ })( window );
5354
+ var runtil = /Until$/,
5355
+ rparentsprev = /^(?:parents|prev(?:Until|All))/,
5356
+ isSimple = /^.[^:#\[\.,]*$/,
5357
+ rneedsContext = jQuery.expr.match.needsContext,
5358
+ // methods guaranteed to produce a unique set when starting from a unique set
5359
+ guaranteedUnique = {
5360
+ children: true,
5361
+ contents: true,
5362
+ next: true,
5363
+ prev: true
5364
+ };
5365
+
5366
+ jQuery.fn.extend({
5367
+ find: function( selector ) {
5368
+ var i, l, length, n, r, ret,
5369
+ self = this;
5370
+
5371
+ if ( typeof selector !== "string" ) {
5372
+ return jQuery( selector ).filter(function() {
5373
+ for ( i = 0, l = self.length; i < l; i++ ) {
5374
+ if ( jQuery.contains( self[ i ], this ) ) {
5375
+ return true;
5376
+ }
5377
+ }
5378
+ });
5379
+ }
5380
+
5381
+ ret = this.pushStack( "", "find", selector );
5382
+
5383
+ for ( i = 0, l = this.length; i < l; i++ ) {
5384
+ length = ret.length;
5385
+ jQuery.find( selector, this[i], ret );
5386
+
5387
+ if ( i > 0 ) {
5388
+ // Make sure that the results are unique
5389
+ for ( n = length; n < ret.length; n++ ) {
5390
+ for ( r = 0; r < length; r++ ) {
5391
+ if ( ret[r] === ret[n] ) {
5392
+ ret.splice(n--, 1);
5393
+ break;
5394
+ }
5395
+ }
5396
+ }
5397
+ }
5398
+ }
5399
+
5400
+ return ret;
5401
+ },
5402
+
5403
+ has: function( target ) {
5404
+ var i,
5405
+ targets = jQuery( target, this ),
5406
+ len = targets.length;
5407
+
5408
+ return this.filter(function() {
5409
+ for ( i = 0; i < len; i++ ) {
5410
+ if ( jQuery.contains( this, targets[i] ) ) {
5411
+ return true;
5412
+ }
5413
+ }
5414
+ });
5415
+ },
5416
+
5417
+ not: function( selector ) {
5418
+ return this.pushStack( winnow(this, selector, false), "not", selector);
5419
+ },
5420
+
5421
+ filter: function( selector ) {
5422
+ return this.pushStack( winnow(this, selector, true), "filter", selector );
5423
+ },
5424
+
5425
+ is: function( selector ) {
5426
+ return !!selector && (
5427
+ typeof selector === "string" ?
5428
+ // If this is a positional/relative selector, check membership in the returned set
5429
+ // so $("p:first").is("p:last") won't return true for a doc with two "p".
5430
+ rneedsContext.test( selector ) ?
5431
+ jQuery( selector, this.context ).index( this[0] ) >= 0 :
5432
+ jQuery.filter( selector, this ).length > 0 :
5433
+ this.filter( selector ).length > 0 );
5434
+ },
5435
+
5436
+ closest: function( selectors, context ) {
5437
+ var cur,
5438
+ i = 0,
5439
+ l = this.length,
5440
+ ret = [],
5441
+ pos = rneedsContext.test( selectors ) || typeof selectors !== "string" ?
5442
+ jQuery( selectors, context || this.context ) :
5443
+ 0;
5444
+
5445
+ for ( ; i < l; i++ ) {
5446
+ cur = this[i];
5447
+
5448
+ while ( cur && cur.ownerDocument && cur !== context && cur.nodeType !== 11 ) {
5449
+ if ( pos ? pos.index(cur) > -1 : jQuery.find.matchesSelector(cur, selectors) ) {
5450
+ ret.push( cur );
5451
+ break;
5452
+ }
5453
+ cur = cur.parentNode;
5454
+ }
5455
+ }
5456
+
5457
+ ret = ret.length > 1 ? jQuery.unique( ret ) : ret;
5458
+
5459
+ return this.pushStack( ret, "closest", selectors );
5460
+ },
5461
+
5462
+ // Determine the position of an element within
5463
+ // the matched set of elements
5464
+ index: function( elem ) {
5465
+
5466
+ // No argument, return index in parent
5467
+ if ( !elem ) {
5468
+ return ( this[0] && this[0].parentNode ) ? this.prevAll().length : -1;
5469
+ }
5470
+
5471
+ // index in selector
5472
+ if ( typeof elem === "string" ) {
5473
+ return jQuery.inArray( this[0], jQuery( elem ) );
5474
+ }
5475
+
5476
+ // Locate the position of the desired element
5477
+ return jQuery.inArray(
5478
+ // If it receives a jQuery object, the first element is used
5479
+ elem.jquery ? elem[0] : elem, this );
5480
+ },
5481
+
5482
+ add: function( selector, context ) {
5483
+ var set = typeof selector === "string" ?
5484
+ jQuery( selector, context ) :
5485
+ jQuery.makeArray( selector && selector.nodeType ? [ selector ] : selector ),
5486
+ all = jQuery.merge( this.get(), set );
5487
+
5488
+ return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
5489
+ all :
5490
+ jQuery.unique( all ) );
5491
+ },
5492
+
5493
+ addBack: function( selector ) {
5494
+ return this.add( selector == null ?
5495
+ this.prevObject : this.prevObject.filter(selector)
5496
+ );
5497
+ }
5498
+ });
5499
+
5500
+ jQuery.fn.andSelf = jQuery.fn.addBack;
5501
+
5502
+ // A painfully simple check to see if an element is disconnected
5503
+ // from a document (should be improved, where feasible).
5504
+ function isDisconnected( node ) {
5505
+ return !node || !node.parentNode || node.parentNode.nodeType === 11;
5506
+ }
5507
+
5508
+ function sibling( cur, dir ) {
5509
+ do {
5510
+ cur = cur[ dir ];
5511
+ } while ( cur && cur.nodeType !== 1 );
5512
+
5513
+ return cur;
5514
+ }
5515
+
5516
+ jQuery.each({
5517
+ parent: function( elem ) {
5518
+ var parent = elem.parentNode;
5519
+ return parent && parent.nodeType !== 11 ? parent : null;
5520
+ },
5521
+ parents: function( elem ) {
5522
+ return jQuery.dir( elem, "parentNode" );
5523
+ },
5524
+ parentsUntil: function( elem, i, until ) {
5525
+ return jQuery.dir( elem, "parentNode", until );
5526
+ },
5527
+ next: function( elem ) {
5528
+ return sibling( elem, "nextSibling" );
5529
+ },
5530
+ prev: function( elem ) {
5531
+ return sibling( elem, "previousSibling" );
5532
+ },
5533
+ nextAll: function( elem ) {
5534
+ return jQuery.dir( elem, "nextSibling" );
5535
+ },
5536
+ prevAll: function( elem ) {
5537
+ return jQuery.dir( elem, "previousSibling" );
5538
+ },
5539
+ nextUntil: function( elem, i, until ) {
5540
+ return jQuery.dir( elem, "nextSibling", until );
5541
+ },
5542
+ prevUntil: function( elem, i, until ) {
5543
+ return jQuery.dir( elem, "previousSibling", until );
5544
+ },
5545
+ siblings: function( elem ) {
5546
+ return jQuery.sibling( ( elem.parentNode || {} ).firstChild, elem );
5547
+ },
5548
+ children: function( elem ) {
5549
+ return jQuery.sibling( elem.firstChild );
5550
+ },
5551
+ contents: function( elem ) {
5552
+ return jQuery.nodeName( elem, "iframe" ) ?
5553
+ elem.contentDocument || elem.contentWindow.document :
5554
+ jQuery.merge( [], elem.childNodes );
5555
+ }
5556
+ }, function( name, fn ) {
5557
+ jQuery.fn[ name ] = function( until, selector ) {
5558
+ var ret = jQuery.map( this, fn, until );
5559
+
5560
+ if ( !runtil.test( name ) ) {
5561
+ selector = until;
5562
+ }
5563
+
5564
+ if ( selector && typeof selector === "string" ) {
5565
+ ret = jQuery.filter( selector, ret );
5566
+ }
5567
+
5568
+ ret = this.length > 1 && !guaranteedUnique[ name ] ? jQuery.unique( ret ) : ret;
5569
+
5570
+ if ( this.length > 1 && rparentsprev.test( name ) ) {
5571
+ ret = ret.reverse();
5572
+ }
5573
+
5574
+ return this.pushStack( ret, name, core_slice.call( arguments ).join(",") );
5575
+ };
5576
+ });
5577
+
5578
+ jQuery.extend({
5579
+ filter: function( expr, elems, not ) {
5580
+ if ( not ) {
5581
+ expr = ":not(" + expr + ")";
5582
+ }
5583
+
5584
+ return elems.length === 1 ?
5585
+ jQuery.find.matchesSelector(elems[0], expr) ? [ elems[0] ] : [] :
5586
+ jQuery.find.matches(expr, elems);
5587
+ },
5588
+
5589
+ dir: function( elem, dir, until ) {
5590
+ var matched = [],
5591
+ cur = elem[ dir ];
5592
+
5593
+ while ( cur && cur.nodeType !== 9 && (until === undefined || cur.nodeType !== 1 || !jQuery( cur ).is( until )) ) {
5594
+ if ( cur.nodeType === 1 ) {
5595
+ matched.push( cur );
5596
+ }
5597
+ cur = cur[dir];
5598
+ }
5599
+ return matched;
5600
+ },
5601
+
5602
+ sibling: function( n, elem ) {
5603
+ var r = [];
5604
+
5605
+ for ( ; n; n = n.nextSibling ) {
5606
+ if ( n.nodeType === 1 && n !== elem ) {
5607
+ r.push( n );
5608
+ }
5609
+ }
5610
+
5611
+ return r;
5612
+ }
5613
+ });
5614
+
5615
+ // Implement the identical functionality for filter and not
5616
+ function winnow( elements, qualifier, keep ) {
5617
+
5618
+ // Can't pass null or undefined to indexOf in Firefox 4
5619
+ // Set to 0 to skip string check
5620
+ qualifier = qualifier || 0;
5621
+
5622
+ if ( jQuery.isFunction( qualifier ) ) {
5623
+ return jQuery.grep(elements, function( elem, i ) {
5624
+ var retVal = !!qualifier.call( elem, i, elem );
5625
+ return retVal === keep;
5626
+ });
5627
+
5628
+ } else if ( qualifier.nodeType ) {
5629
+ return jQuery.grep(elements, function( elem, i ) {
5630
+ return ( elem === qualifier ) === keep;
5631
+ });
5632
+
5633
+ } else if ( typeof qualifier === "string" ) {
5634
+ var filtered = jQuery.grep(elements, function( elem ) {
5635
+ return elem.nodeType === 1;
5636
+ });
5637
+
5638
+ if ( isSimple.test( qualifier ) ) {
5639
+ return jQuery.filter(qualifier, filtered, !keep);
5640
+ } else {
5641
+ qualifier = jQuery.filter( qualifier, filtered );
5642
+ }
5643
+ }
5644
+
5645
+ return jQuery.grep(elements, function( elem, i ) {
5646
+ return ( jQuery.inArray( elem, qualifier ) >= 0 ) === keep;
5647
+ });
5648
+ }
5649
+ function createSafeFragment( document ) {
5650
+ var list = nodeNames.split( "|" ),
5651
+ safeFrag = document.createDocumentFragment();
5652
+
5653
+ if ( safeFrag.createElement ) {
5654
+ while ( list.length ) {
5655
+ safeFrag.createElement(
5656
+ list.pop()
5657
+ );
5658
+ }
5659
+ }
5660
+ return safeFrag;
5661
+ }
5662
+
5663
+ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|" +
5664
+ "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
5665
+ rinlinejQuery = / jQuery\d+="(?:null|\d+)"/g,
5666
+ rleadingWhitespace = /^\s+/,
5667
+ rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,
5668
+ rtagName = /<([\w:]+)/,
5669
+ rtbody = /<tbody/i,
5670
+ rhtml = /<|&#?\w+;/,
5671
+ rnoInnerhtml = /<(?:script|style|link)/i,
5672
+ rnocache = /<(?:script|object|embed|option|style)/i,
5673
+ rnoshimcache = new RegExp("<(?:" + nodeNames + ")[\\s/>]", "i"),
5674
+ rcheckableType = /^(?:checkbox|radio)$/,
5675
+ // checked="checked" or checked
5676
+ rchecked = /checked\s*(?:[^=]|=\s*.checked.)/i,
5677
+ rscriptType = /\/(java|ecma)script/i,
5678
+ rcleanScript = /^\s*<!(?:\[CDATA\[|\-\-)|[\]\-]{2}>\s*$/g,
5679
+ wrapMap = {
5680
+ option: [ 1, "<select multiple='multiple'>", "</select>" ],
5681
+ legend: [ 1, "<fieldset>", "</fieldset>" ],
5682
+ thead: [ 1, "<table>", "</table>" ],
5683
+ tr: [ 2, "<table><tbody>", "</tbody></table>" ],
5684
+ td: [ 3, "<table><tbody><tr>", "</tr></tbody></table>" ],
5685
+ col: [ 2, "<table><tbody></tbody><colgroup>", "</colgroup></table>" ],
5686
+ area: [ 1, "<map>", "</map>" ],
5687
+ _default: [ 0, "", "" ]
5688
+ },
5689
+ safeFragment = createSafeFragment( document ),
5690
+ fragmentDiv = safeFragment.appendChild( document.createElement("div") );
5691
+
5692
+ wrapMap.optgroup = wrapMap.option;
5693
+ wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead;
5694
+ wrapMap.th = wrapMap.td;
5695
+
5696
+ // IE6-8 can't serialize link, script, style, or any html5 (NoScope) tags,
5697
+ // unless wrapped in a div with non-breaking characters in front of it.
5698
+ if ( !jQuery.support.htmlSerialize ) {
5699
+ wrapMap._default = [ 1, "X<div>", "</div>" ];
5700
+ }
5701
+
5702
+ jQuery.fn.extend({
5703
+ text: function( value ) {
5704
+ return jQuery.access( this, function( value ) {
5705
+ return value === undefined ?
5706
+ jQuery.text( this ) :
5707
+ this.empty().append( ( this[0] && this[0].ownerDocument || document ).createTextNode( value ) );
5708
+ }, null, value, arguments.length );
5709
+ },
5710
+
5711
+ wrapAll: function( html ) {
5712
+ if ( jQuery.isFunction( html ) ) {
5713
+ return this.each(function(i) {
5714
+ jQuery(this).wrapAll( html.call(this, i) );
5715
+ });
5716
+ }
5717
+
5718
+ if ( this[0] ) {
5719
+ // The elements to wrap the target around
5720
+ var wrap = jQuery( html, this[0].ownerDocument ).eq(0).clone(true);
5721
+
5722
+ if ( this[0].parentNode ) {
5723
+ wrap.insertBefore( this[0] );
5724
+ }
5725
+
5726
+ wrap.map(function() {
5727
+ var elem = this;
5728
+
5729
+ while ( elem.firstChild && elem.firstChild.nodeType === 1 ) {
5730
+ elem = elem.firstChild;
5731
+ }
5732
+
5733
+ return elem;
5734
+ }).append( this );
5735
+ }
5736
+
5737
+ return this;
5738
+ },
5739
+
5740
+ wrapInner: function( html ) {
5741
+ if ( jQuery.isFunction( html ) ) {
5742
+ return this.each(function(i) {
5743
+ jQuery(this).wrapInner( html.call(this, i) );
5744
+ });
5745
+ }
5746
+
5747
+ return this.each(function() {
5748
+ var self = jQuery( this ),
5749
+ contents = self.contents();
5750
+
5751
+ if ( contents.length ) {
5752
+ contents.wrapAll( html );
5753
+
5754
+ } else {
5755
+ self.append( html );
5756
+ }
5757
+ });
5758
+ },
5759
+
5760
+ wrap: function( html ) {
5761
+ var isFunction = jQuery.isFunction( html );
5762
+
5763
+ return this.each(function(i) {
5764
+ jQuery( this ).wrapAll( isFunction ? html.call(this, i) : html );
5765
+ });
5766
+ },
5767
+
5768
+ unwrap: function() {
5769
+ return this.parent().each(function() {
5770
+ if ( !jQuery.nodeName( this, "body" ) ) {
5771
+ jQuery( this ).replaceWith( this.childNodes );
5772
+ }
5773
+ }).end();
5774
+ },
5775
+
5776
+ append: function() {
5777
+ return this.domManip(arguments, true, function( elem ) {
5778
+ if ( this.nodeType === 1 || this.nodeType === 11 ) {
5779
+ this.appendChild( elem );
5780
+ }
5781
+ });
5782
+ },
5783
+
5784
+ prepend: function() {
5785
+ return this.domManip(arguments, true, function( elem ) {
5786
+ if ( this.nodeType === 1 || this.nodeType === 11 ) {
5787
+ this.insertBefore( elem, this.firstChild );
5788
+ }
5789
+ });
5790
+ },
5791
+
5792
+ before: function() {
5793
+ if ( !isDisconnected( this[0] ) ) {
5794
+ return this.domManip(arguments, false, function( elem ) {
5795
+ this.parentNode.insertBefore( elem, this );
5796
+ });
5797
+ }
5798
+
5799
+ if ( arguments.length ) {
5800
+ var set = jQuery.clean( arguments );
5801
+ return this.pushStack( jQuery.merge( set, this ), "before", this.selector );
5802
+ }
5803
+ },
5804
+
5805
+ after: function() {
5806
+ if ( !isDisconnected( this[0] ) ) {
5807
+ return this.domManip(arguments, false, function( elem ) {
5808
+ this.parentNode.insertBefore( elem, this.nextSibling );
5809
+ });
5810
+ }
5811
+
5812
+ if ( arguments.length ) {
5813
+ var set = jQuery.clean( arguments );
5814
+ return this.pushStack( jQuery.merge( this, set ), "after", this.selector );
5815
+ }
5816
+ },
5817
+
5818
+ // keepData is for internal use only--do not document
5819
+ remove: function( selector, keepData ) {
5820
+ var elem,
5821
+ i = 0;
5822
+
5823
+ for ( ; (elem = this[i]) != null; i++ ) {
5824
+ if ( !selector || jQuery.filter( selector, [ elem ] ).length ) {
5825
+ if ( !keepData && elem.nodeType === 1 ) {
5826
+ jQuery.cleanData( elem.getElementsByTagName("*") );
5827
+ jQuery.cleanData( [ elem ] );
5828
+ }
5829
+
5830
+ if ( elem.parentNode ) {
5831
+ elem.parentNode.removeChild( elem );
5832
+ }
5833
+ }
5834
+ }
5835
+
5836
+ return this;
5837
+ },
5838
+
5839
+ empty: function() {
5840
+ var elem,
5841
+ i = 0;
5842
+
5843
+ for ( ; (elem = this[i]) != null; i++ ) {
5844
+ // Remove element nodes and prevent memory leaks
5845
+ if ( elem.nodeType === 1 ) {
5846
+ jQuery.cleanData( elem.getElementsByTagName("*") );
5847
+ }
5848
+
5849
+ // Remove any remaining nodes
5850
+ while ( elem.firstChild ) {
5851
+ elem.removeChild( elem.firstChild );
5852
+ }
5853
+ }
5854
+
5855
+ return this;
5856
+ },
5857
+
5858
+ clone: function( dataAndEvents, deepDataAndEvents ) {
5859
+ dataAndEvents = dataAndEvents == null ? false : dataAndEvents;
5860
+ deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents;
5861
+
5862
+ return this.map( function () {
5863
+ return jQuery.clone( this, dataAndEvents, deepDataAndEvents );
5864
+ });
5865
+ },
5866
+
5867
+ html: function( value ) {
5868
+ return jQuery.access( this, function( value ) {
5869
+ var elem = this[0] || {},
5870
+ i = 0,
5871
+ l = this.length;
5872
+
5873
+ if ( value === undefined ) {
5874
+ return elem.nodeType === 1 ?
5875
+ elem.innerHTML.replace( rinlinejQuery, "" ) :
5876
+ undefined;
5877
+ }
5878
+
5879
+ // See if we can take a shortcut and just use innerHTML
5880
+ if ( typeof value === "string" && !rnoInnerhtml.test( value ) &&
5881
+ ( jQuery.support.htmlSerialize || !rnoshimcache.test( value ) ) &&
5882
+ ( jQuery.support.leadingWhitespace || !rleadingWhitespace.test( value ) ) &&
5883
+ !wrapMap[ ( rtagName.exec( value ) || ["", ""] )[1].toLowerCase() ] ) {
5884
+
5885
+ value = value.replace( rxhtmlTag, "<$1></$2>" );
5886
+
5887
+ try {
5888
+ for (; i < l; i++ ) {
5889
+ // Remove element nodes and prevent memory leaks
5890
+ elem = this[i] || {};
5891
+ if ( elem.nodeType === 1 ) {
5892
+ jQuery.cleanData( elem.getElementsByTagName( "*" ) );
5893
+ elem.innerHTML = value;
5894
+ }
5895
+ }
5896
+
5897
+ elem = 0;
5898
+
5899
+ // If using innerHTML throws an exception, use the fallback method
5900
+ } catch(e) {}
5901
+ }
5902
+
5903
+ if ( elem ) {
5904
+ this.empty().append( value );
5905
+ }
5906
+ }, null, value, arguments.length );
5907
+ },
5908
+
5909
+ replaceWith: function( value ) {
5910
+ if ( !isDisconnected( this[0] ) ) {
5911
+ // Make sure that the elements are removed from the DOM before they are inserted
5912
+ // this can help fix replacing a parent with child elements
5913
+ if ( jQuery.isFunction( value ) ) {
5914
+ return this.each(function(i) {
5915
+ var self = jQuery(this), old = self.html();
5916
+ self.replaceWith( value.call( this, i, old ) );
5917
+ });
5918
+ }
5919
+
5920
+ if ( typeof value !== "string" ) {
5921
+ value = jQuery( value ).detach();
5922
+ }
5923
+
5924
+ return this.each(function() {
5925
+ var next = this.nextSibling,
5926
+ parent = this.parentNode;
5927
+
5928
+ jQuery( this ).remove();
5929
+
5930
+ if ( next ) {
5931
+ jQuery(next).before( value );
5932
+ } else {
5933
+ jQuery(parent).append( value );
5934
+ }
5935
+ });
5936
+ }
5937
+
5938
+ return this.length ?
5939
+ this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
5940
+ this;
5941
+ },
5942
+
5943
+ detach: function( selector ) {
5944
+ return this.remove( selector, true );
5945
+ },
5946
+
5947
+ domManip: function( args, table, callback ) {
5948
+
5949
+ // Flatten any nested arrays
5950
+ args = [].concat.apply( [], args );
5951
+
5952
+ var results, first, fragment, iNoClone,
5953
+ i = 0,
5954
+ value = args[0],
5955
+ scripts = [],
5956
+ l = this.length;
5957
+
5958
+ // We can't cloneNode fragments that contain checked, in WebKit
5959
+ if ( !jQuery.support.checkClone && l > 1 && typeof value === "string" && rchecked.test( value ) ) {
5960
+ return this.each(function() {
5961
+ jQuery(this).domManip( args, table, callback );
5962
+ });
5963
+ }
5964
+
5965
+ if ( jQuery.isFunction(value) ) {
5966
+ return this.each(function(i) {
5967
+ var self = jQuery(this);
5968
+ args[0] = value.call( this, i, table ? self.html() : undefined );
5969
+ self.domManip( args, table, callback );
5970
+ });
5971
+ }
5972
+
5973
+ if ( this[0] ) {
5974
+ results = jQuery.buildFragment( args, this, scripts );
5975
+ fragment = results.fragment;
5976
+ first = fragment.firstChild;
5977
+
5978
+ if ( fragment.childNodes.length === 1 ) {
5979
+ fragment = first;
5980
+ }
5981
+
5982
+ if ( first ) {
5983
+ table = table && jQuery.nodeName( first, "tr" );
5984
+
5985
+ // Use the original fragment for the last item instead of the first because it can end up
5986
+ // being emptied incorrectly in certain situations (#8070).
5987
+ // Fragments from the fragment cache must always be cloned and never used in place.
5988
+ for ( iNoClone = results.cacheable || l - 1; i < l; i++ ) {
5989
+ callback.call(
5990
+ table && jQuery.nodeName( this[i], "table" ) ?
5991
+ findOrAppend( this[i], "tbody" ) :
5992
+ this[i],
5993
+ i === iNoClone ?
5994
+ fragment :
5995
+ jQuery.clone( fragment, true, true )
5996
+ );
5997
+ }
5998
+ }
5999
+
6000
+ // Fix #11809: Avoid leaking memory
6001
+ fragment = first = null;
6002
+
6003
+ if ( scripts.length ) {
6004
+ jQuery.each( scripts, function( i, elem ) {
6005
+ if ( elem.src ) {
6006
+ if ( jQuery.ajax ) {
6007
+ jQuery.ajax({
6008
+ url: elem.src,
6009
+ type: "GET",
6010
+ dataType: "script",
6011
+ async: false,
6012
+ global: false,
6013
+ "throws": true
6014
+ });
6015
+ } else {
6016
+ jQuery.error("no ajax");
6017
+ }
6018
+ } else {
6019
+ jQuery.globalEval( ( elem.text || elem.textContent || elem.innerHTML || "" ).replace( rcleanScript, "" ) );
6020
+ }
6021
+
6022
+ if ( elem.parentNode ) {
6023
+ elem.parentNode.removeChild( elem );
6024
+ }
6025
+ });
6026
+ }
6027
+ }
6028
+
6029
+ return this;
6030
+ }
6031
+ });
6032
+
6033
+ function findOrAppend( elem, tag ) {
6034
+ return elem.getElementsByTagName( tag )[0] || elem.appendChild( elem.ownerDocument.createElement( tag ) );
6035
+ }
6036
+
6037
+ function cloneCopyEvent( src, dest ) {
6038
+
6039
+ if ( dest.nodeType !== 1 || !jQuery.hasData( src ) ) {
6040
+ return;
6041
+ }
6042
+
6043
+ var type, i, l,
6044
+ oldData = jQuery._data( src ),
6045
+ curData = jQuery._data( dest, oldData ),
6046
+ events = oldData.events;
6047
+
6048
+ if ( events ) {
6049
+ delete curData.handle;
6050
+ curData.events = {};
6051
+
6052
+ for ( type in events ) {
6053
+ for ( i = 0, l = events[ type ].length; i < l; i++ ) {
6054
+ jQuery.event.add( dest, type, events[ type ][ i ] );
6055
+ }
6056
+ }
6057
+ }
6058
+
6059
+ // make the cloned public data object a copy from the original
6060
+ if ( curData.data ) {
6061
+ curData.data = jQuery.extend( {}, curData.data );
6062
+ }
6063
+ }
6064
+
6065
+ function cloneFixAttributes( src, dest ) {
6066
+ var nodeName;
6067
+
6068
+ // We do not need to do anything for non-Elements
6069
+ if ( dest.nodeType !== 1 ) {
6070
+ return;
6071
+ }
6072
+
6073
+ // clearAttributes removes the attributes, which we don't want,
6074
+ // but also removes the attachEvent events, which we *do* want
6075
+ if ( dest.clearAttributes ) {
6076
+ dest.clearAttributes();
6077
+ }
6078
+
6079
+ // mergeAttributes, in contrast, only merges back on the
6080
+ // original attributes, not the events
6081
+ if ( dest.mergeAttributes ) {
6082
+ dest.mergeAttributes( src );
6083
+ }
6084
+
6085
+ nodeName = dest.nodeName.toLowerCase();
6086
+
6087
+ if ( nodeName === "object" ) {
6088
+ // IE6-10 improperly clones children of object elements using classid.
6089
+ // IE10 throws NoModificationAllowedError if parent is null, #12132.
6090
+ if ( dest.parentNode ) {
6091
+ dest.outerHTML = src.outerHTML;
6092
+ }
6093
+
6094
+ // This path appears unavoidable for IE9. When cloning an object
6095
+ // element in IE9, the outerHTML strategy above is not sufficient.
6096
+ // If the src has innerHTML and the destination does not,
6097
+ // copy the src.innerHTML into the dest.innerHTML. #10324
6098
+ if ( jQuery.support.html5Clone && (src.innerHTML && !jQuery.trim(dest.innerHTML)) ) {
6099
+ dest.innerHTML = src.innerHTML;
6100
+ }
6101
+
6102
+ } else if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
6103
+ // IE6-8 fails to persist the checked state of a cloned checkbox
6104
+ // or radio button. Worse, IE6-7 fail to give the cloned element
6105
+ // a checked appearance if the defaultChecked value isn't also set
6106
+
6107
+ dest.defaultChecked = dest.checked = src.checked;
6108
+
6109
+ // IE6-7 get confused and end up setting the value of a cloned
6110
+ // checkbox/radio button to an empty string instead of "on"
6111
+ if ( dest.value !== src.value ) {
6112
+ dest.value = src.value;
6113
+ }
6114
+
6115
+ // IE6-8 fails to return the selected option to the default selected
6116
+ // state when cloning options
6117
+ } else if ( nodeName === "option" ) {
6118
+ dest.selected = src.defaultSelected;
6119
+
6120
+ // IE6-8 fails to set the defaultValue to the correct value when
6121
+ // cloning other types of input fields
6122
+ } else if ( nodeName === "input" || nodeName === "textarea" ) {
6123
+ dest.defaultValue = src.defaultValue;
6124
+
6125
+ // IE blanks contents when cloning scripts
6126
+ } else if ( nodeName === "script" && dest.text !== src.text ) {
6127
+ dest.text = src.text;
6128
+ }
6129
+
6130
+ // Event data gets referenced instead of copied if the expando
6131
+ // gets copied too
6132
+ dest.removeAttribute( jQuery.expando );
6133
+ }
6134
+
6135
+ jQuery.buildFragment = function( args, context, scripts ) {
6136
+ var fragment, cacheable, cachehit,
6137
+ first = args[ 0 ];
6138
+
6139
+ // Set context from what may come in as undefined or a jQuery collection or a node
6140
+ // Updated to fix #12266 where accessing context[0] could throw an exception in IE9/10 &
6141
+ // also doubles as fix for #8950 where plain objects caused createDocumentFragment exception
6142
+ context = context || document;
6143
+ context = !context.nodeType && context[0] || context;
6144
+ context = context.ownerDocument || context;
6145
+
6146
+ // Only cache "small" (1/2 KB) HTML strings that are associated with the main document
6147
+ // Cloning options loses the selected state, so don't cache them
6148
+ // IE 6 doesn't like it when you put <object> or <embed> elements in a fragment
6149
+ // Also, WebKit does not clone 'checked' attributes on cloneNode, so don't cache
6150
+ // Lastly, IE6,7,8 will not correctly reuse cached fragments that were created from unknown elems #10501
6151
+ if ( args.length === 1 && typeof first === "string" && first.length < 512 && context === document &&
6152
+ first.charAt(0) === "<" && !rnocache.test( first ) &&
6153
+ (jQuery.support.checkClone || !rchecked.test( first )) &&
6154
+ (jQuery.support.html5Clone || !rnoshimcache.test( first )) ) {
6155
+
6156
+ // Mark cacheable and look for a hit
6157
+ cacheable = true;
6158
+ fragment = jQuery.fragments[ first ];
6159
+ cachehit = fragment !== undefined;
6160
+ }
6161
+
6162
+ if ( !fragment ) {
6163
+ fragment = context.createDocumentFragment();
6164
+ jQuery.clean( args, context, fragment, scripts );
6165
+
6166
+ // Update the cache, but only store false
6167
+ // unless this is a second parsing of the same content
6168
+ if ( cacheable ) {
6169
+ jQuery.fragments[ first ] = cachehit && fragment;
6170
+ }
6171
+ }
6172
+
6173
+ return { fragment: fragment, cacheable: cacheable };
6174
+ };
6175
+
6176
+ jQuery.fragments = {};
6177
+
6178
+ jQuery.each({
6179
+ appendTo: "append",
6180
+ prependTo: "prepend",
6181
+ insertBefore: "before",
6182
+ insertAfter: "after",
6183
+ replaceAll: "replaceWith"
6184
+ }, function( name, original ) {
6185
+ jQuery.fn[ name ] = function( selector ) {
6186
+ var elems,
6187
+ i = 0,
6188
+ ret = [],
6189
+ insert = jQuery( selector ),
6190
+ l = insert.length,
6191
+ parent = this.length === 1 && this[0].parentNode;
6192
+
6193
+ if ( (parent == null || parent && parent.nodeType === 11 && parent.childNodes.length === 1) && l === 1 ) {
6194
+ insert[ original ]( this[0] );
6195
+ return this;
6196
+ } else {
6197
+ for ( ; i < l; i++ ) {
6198
+ elems = ( i > 0 ? this.clone(true) : this ).get();
6199
+ jQuery( insert[i] )[ original ]( elems );
6200
+ ret = ret.concat( elems );
6201
+ }
6202
+
6203
+ return this.pushStack( ret, name, insert.selector );
6204
+ }
6205
+ };
6206
+ });
6207
+
6208
+ function getAll( elem ) {
6209
+ if ( typeof elem.getElementsByTagName !== "undefined" ) {
6210
+ return elem.getElementsByTagName( "*" );
6211
+
6212
+ } else if ( typeof elem.querySelectorAll !== "undefined" ) {
6213
+ return elem.querySelectorAll( "*" );
6214
+
6215
+ } else {
6216
+ return [];
6217
+ }
6218
+ }
6219
+
6220
+ // Used in clean, fixes the defaultChecked property
6221
+ function fixDefaultChecked( elem ) {
6222
+ if ( rcheckableType.test( elem.type ) ) {
6223
+ elem.defaultChecked = elem.checked;
6224
+ }
6225
+ }
6226
+
6227
+ jQuery.extend({
6228
+ clone: function( elem, dataAndEvents, deepDataAndEvents ) {
6229
+ var srcElements,
6230
+ destElements,
6231
+ i,
6232
+ clone;
6233
+
6234
+ if ( jQuery.support.html5Clone || jQuery.isXMLDoc(elem) || !rnoshimcache.test( "<" + elem.nodeName + ">" ) ) {
6235
+ clone = elem.cloneNode( true );
6236
+
6237
+ // IE<=8 does not properly clone detached, unknown element nodes
6238
+ } else {
6239
+ fragmentDiv.innerHTML = elem.outerHTML;
6240
+ fragmentDiv.removeChild( clone = fragmentDiv.firstChild );
6241
+ }
6242
+
6243
+ if ( (!jQuery.support.noCloneEvent || !jQuery.support.noCloneChecked) &&
6244
+ (elem.nodeType === 1 || elem.nodeType === 11) && !jQuery.isXMLDoc(elem) ) {
6245
+ // IE copies events bound via attachEvent when using cloneNode.
6246
+ // Calling detachEvent on the clone will also remove the events
6247
+ // from the original. In order to get around this, we use some
6248
+ // proprietary methods to clear the events. Thanks to MooTools
6249
+ // guys for this hotness.
6250
+
6251
+ cloneFixAttributes( elem, clone );
6252
+
6253
+ // Using Sizzle here is crazy slow, so we use getElementsByTagName instead
6254
+ srcElements = getAll( elem );
6255
+ destElements = getAll( clone );
6256
+
6257
+ // Weird iteration because IE will replace the length property
6258
+ // with an element if you are cloning the body and one of the
6259
+ // elements on the page has a name or id of "length"
6260
+ for ( i = 0; srcElements[i]; ++i ) {
6261
+ // Ensure that the destination node is not null; Fixes #9587
6262
+ if ( destElements[i] ) {
6263
+ cloneFixAttributes( srcElements[i], destElements[i] );
6264
+ }
6265
+ }
6266
+ }
6267
+
6268
+ // Copy the events from the original to the clone
6269
+ if ( dataAndEvents ) {
6270
+ cloneCopyEvent( elem, clone );
6271
+
6272
+ if ( deepDataAndEvents ) {
6273
+ srcElements = getAll( elem );
6274
+ destElements = getAll( clone );
6275
+
6276
+ for ( i = 0; srcElements[i]; ++i ) {
6277
+ cloneCopyEvent( srcElements[i], destElements[i] );
6278
+ }
6279
+ }
6280
+ }
6281
+
6282
+ srcElements = destElements = null;
6283
+
6284
+ // Return the cloned set
6285
+ return clone;
6286
+ },
6287
+
6288
+ clean: function( elems, context, fragment, scripts ) {
6289
+ var i, j, elem, tag, wrap, depth, div, hasBody, tbody, len, handleScript, jsTags,
6290
+ safe = context === document && safeFragment,
6291
+ ret = [];
6292
+
6293
+ // Ensure that context is a document
6294
+ if ( !context || typeof context.createDocumentFragment === "undefined" ) {
6295
+ context = document;
6296
+ }
6297
+
6298
+ // Use the already-created safe fragment if context permits
6299
+ for ( i = 0; (elem = elems[i]) != null; i++ ) {
6300
+ if ( typeof elem === "number" ) {
6301
+ elem += "";
6302
+ }
6303
+
6304
+ if ( !elem ) {
6305
+ continue;
6306
+ }
6307
+
6308
+ // Convert html string into DOM nodes
6309
+ if ( typeof elem === "string" ) {
6310
+ if ( !rhtml.test( elem ) ) {
6311
+ elem = context.createTextNode( elem );
6312
+ } else {
6313
+ // Ensure a safe container in which to render the html
6314
+ safe = safe || createSafeFragment( context );
6315
+ div = context.createElement("div");
6316
+ safe.appendChild( div );
6317
+
6318
+ // Fix "XHTML"-style tags in all browsers
6319
+ elem = elem.replace(rxhtmlTag, "<$1></$2>");
6320
+
6321
+ // Go to html and back, then peel off extra wrappers
6322
+ tag = ( rtagName.exec( elem ) || ["", ""] )[1].toLowerCase();
6323
+ wrap = wrapMap[ tag ] || wrapMap._default;
6324
+ depth = wrap[0];
6325
+ div.innerHTML = wrap[1] + elem + wrap[2];
6326
+
6327
+ // Move to the right depth
6328
+ while ( depth-- ) {
6329
+ div = div.lastChild;
6330
+ }
6331
+
6332
+ // Remove IE's autoinserted <tbody> from table fragments
6333
+ if ( !jQuery.support.tbody ) {
6334
+
6335
+ // String was a <table>, *may* have spurious <tbody>
6336
+ hasBody = rtbody.test(elem);
6337
+ tbody = tag === "table" && !hasBody ?
6338
+ div.firstChild && div.firstChild.childNodes :
6339
+
6340
+ // String was a bare <thead> or <tfoot>
6341
+ wrap[1] === "<table>" && !hasBody ?
6342
+ div.childNodes :
6343
+ [];
6344
+
6345
+ for ( j = tbody.length - 1; j >= 0 ; --j ) {
6346
+ if ( jQuery.nodeName( tbody[ j ], "tbody" ) && !tbody[ j ].childNodes.length ) {
6347
+ tbody[ j ].parentNode.removeChild( tbody[ j ] );
6348
+ }
6349
+ }
6350
+ }
6351
+
6352
+ // IE completely kills leading whitespace when innerHTML is used
6353
+ if ( !jQuery.support.leadingWhitespace && rleadingWhitespace.test( elem ) ) {
6354
+ div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );
6355
+ }
6356
+
6357
+ elem = div.childNodes;
6358
+
6359
+ // Take out of fragment container (we need a fresh div each time)
6360
+ div.parentNode.removeChild( div );
6361
+ }
6362
+ }
6363
+
6364
+ if ( elem.nodeType ) {
6365
+ ret.push( elem );
6366
+ } else {
6367
+ jQuery.merge( ret, elem );
6368
+ }
6369
+ }
6370
+
6371
+ // Fix #11356: Clear elements from safeFragment
6372
+ if ( div ) {
6373
+ elem = div = safe = null;
6374
+ }
6375
+
6376
+ // Reset defaultChecked for any radios and checkboxes
6377
+ // about to be appended to the DOM in IE 6/7 (#8060)
6378
+ if ( !jQuery.support.appendChecked ) {
6379
+ for ( i = 0; (elem = ret[i]) != null; i++ ) {
6380
+ if ( jQuery.nodeName( elem, "input" ) ) {
6381
+ fixDefaultChecked( elem );
6382
+ } else if ( typeof elem.getElementsByTagName !== "undefined" ) {
6383
+ jQuery.grep( elem.getElementsByTagName("input"), fixDefaultChecked );
6384
+ }
6385
+ }
6386
+ }
6387
+
6388
+ // Append elements to a provided document fragment
6389
+ if ( fragment ) {
6390
+ // Special handling of each script element
6391
+ handleScript = function( elem ) {
6392
+ // Check if we consider it executable
6393
+ if ( !elem.type || rscriptType.test( elem.type ) ) {
6394
+ // Detach the script and store it in the scripts array (if provided) or the fragment
6395
+ // Return truthy to indicate that it has been handled
6396
+ return scripts ?
6397
+ scripts.push( elem.parentNode ? elem.parentNode.removeChild( elem ) : elem ) :
6398
+ fragment.appendChild( elem );
6399
+ }
6400
+ };
6401
+
6402
+ for ( i = 0; (elem = ret[i]) != null; i++ ) {
6403
+ // Check if we're done after handling an executable script
6404
+ if ( !( jQuery.nodeName( elem, "script" ) && handleScript( elem ) ) ) {
6405
+ // Append to fragment and handle embedded scripts
6406
+ fragment.appendChild( elem );
6407
+ if ( typeof elem.getElementsByTagName !== "undefined" ) {
6408
+ // handleScript alters the DOM, so use jQuery.merge to ensure snapshot iteration
6409
+ jsTags = jQuery.grep( jQuery.merge( [], elem.getElementsByTagName("script") ), handleScript );
6410
+
6411
+ // Splice the scripts into ret after their former ancestor and advance our index beyond them
6412
+ ret.splice.apply( ret, [i + 1, 0].concat( jsTags ) );
6413
+ i += jsTags.length;
6414
+ }
6415
+ }
6416
+ }
6417
+ }
6418
+
6419
+ return ret;
6420
+ },
6421
+
6422
+ cleanData: function( elems, /* internal */ acceptData ) {
6423
+ var data, id, elem, type,
6424
+ i = 0,
6425
+ internalKey = jQuery.expando,
6426
+ cache = jQuery.cache,
6427
+ deleteExpando = jQuery.support.deleteExpando,
6428
+ special = jQuery.event.special;
6429
+
6430
+ for ( ; (elem = elems[i]) != null; i++ ) {
6431
+
6432
+ if ( acceptData || jQuery.acceptData( elem ) ) {
6433
+
6434
+ id = elem[ internalKey ];
6435
+ data = id && cache[ id ];
6436
+
6437
+ if ( data ) {
6438
+ if ( data.events ) {
6439
+ for ( type in data.events ) {
6440
+ if ( special[ type ] ) {
6441
+ jQuery.event.remove( elem, type );
6442
+
6443
+ // This is a shortcut to avoid jQuery.event.remove's overhead
6444
+ } else {
6445
+ jQuery.removeEvent( elem, type, data.handle );
6446
+ }
6447
+ }
6448
+ }
6449
+
6450
+ // Remove cache only if it was not already removed by jQuery.event.remove
6451
+ if ( cache[ id ] ) {
6452
+
6453
+ delete cache[ id ];
6454
+
6455
+ // IE does not allow us to delete expando properties from nodes,
6456
+ // nor does it have a removeAttribute function on Document nodes;
6457
+ // we must handle all of these cases
6458
+ if ( deleteExpando ) {
6459
+ delete elem[ internalKey ];
6460
+
6461
+ } else if ( elem.removeAttribute ) {
6462
+ elem.removeAttribute( internalKey );
6463
+
6464
+ } else {
6465
+ elem[ internalKey ] = null;
6466
+ }
6467
+
6468
+ jQuery.deletedIds.push( id );
6469
+ }
6470
+ }
6471
+ }
6472
+ }
6473
+ }
6474
+ });
6475
+ // Limit scope pollution from any deprecated API
6476
+ (function() {
6477
+
6478
+ var matched, browser;
6479
+
6480
+ // Use of jQuery.browser is frowned upon.
6481
+ // More details: http://api.jquery.com/jQuery.browser
6482
+ // jQuery.uaMatch maintained for back-compat
6483
+ jQuery.uaMatch = function( ua ) {
6484
+ ua = ua.toLowerCase();
6485
+
6486
+ var match = /(chrome)[ \/]([\w.]+)/.exec( ua ) ||
6487
+ /(webkit)[ \/]([\w.]+)/.exec( ua ) ||
6488
+ /(opera)(?:.*version|)[ \/]([\w.]+)/.exec( ua ) ||
6489
+ /(msie) ([\w.]+)/.exec( ua ) ||
6490
+ ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec( ua ) ||
6491
+ [];
6492
+
6493
+ return {
6494
+ browser: match[ 1 ] || "",
6495
+ version: match[ 2 ] || "0"
6496
+ };
6497
+ };
6498
+
6499
+ matched = jQuery.uaMatch( navigator.userAgent );
6500
+ browser = {};
6501
+
6502
+ if ( matched.browser ) {
6503
+ browser[ matched.browser ] = true;
6504
+ browser.version = matched.version;
6505
+ }
6506
+
6507
+ // Chrome is Webkit, but Webkit is also Safari.
6508
+ if ( browser.chrome ) {
6509
+ browser.webkit = true;
6510
+ } else if ( browser.webkit ) {
6511
+ browser.safari = true;
6512
+ }
6513
+
6514
+ jQuery.browser = browser;
6515
+
6516
+ jQuery.sub = function() {
6517
+ function jQuerySub( selector, context ) {
6518
+ return new jQuerySub.fn.init( selector, context );
6519
+ }
6520
+ jQuery.extend( true, jQuerySub, this );
6521
+ jQuerySub.superclass = this;
6522
+ jQuerySub.fn = jQuerySub.prototype = this();
6523
+ jQuerySub.fn.constructor = jQuerySub;
6524
+ jQuerySub.sub = this.sub;
6525
+ jQuerySub.fn.init = function init( selector, context ) {
6526
+ if ( context && context instanceof jQuery && !(context instanceof jQuerySub) ) {
6527
+ context = jQuerySub( context );
6528
+ }
6529
+
6530
+ return jQuery.fn.init.call( this, selector, context, rootjQuerySub );
6531
+ };
6532
+ jQuerySub.fn.init.prototype = jQuerySub.fn;
6533
+ var rootjQuerySub = jQuerySub(document);
6534
+ return jQuerySub;
6535
+ };
6536
+
6537
+ })();
6538
+ var curCSS, iframe, iframeDoc,
6539
+ ralpha = /alpha\([^)]*\)/i,
6540
+ ropacity = /opacity=([^)]*)/,
6541
+ rposition = /^(top|right|bottom|left)$/,
6542
+ // swappable if display is none or starts with table except "table", "table-cell", or "table-caption"
6543
+ // see here for display values: https://developer.mozilla.org/en-US/docs/CSS/display
6544
+ rdisplayswap = /^(none|table(?!-c[ea]).+)/,
6545
+ rmargin = /^margin/,
6546
+ rnumsplit = new RegExp( "^(" + core_pnum + ")(.*)$", "i" ),
6547
+ rnumnonpx = new RegExp( "^(" + core_pnum + ")(?!px)[a-z%]+$", "i" ),
6548
+ rrelNum = new RegExp( "^([-+])=(" + core_pnum + ")", "i" ),
6549
+ elemdisplay = { BODY: "block" },
6550
+
6551
+ cssShow = { position: "absolute", visibility: "hidden", display: "block" },
6552
+ cssNormalTransform = {
6553
+ letterSpacing: 0,
6554
+ fontWeight: 400
6555
+ },
6556
+
6557
+ cssExpand = [ "Top", "Right", "Bottom", "Left" ],
6558
+ cssPrefixes = [ "Webkit", "O", "Moz", "ms" ],
6559
+
6560
+ eventsToggle = jQuery.fn.toggle;
6561
+
6562
+ // return a css property mapped to a potentially vendor prefixed property
6563
+ function vendorPropName( style, name ) {
6564
+
6565
+ // shortcut for names that are not vendor prefixed
6566
+ if ( name in style ) {
6567
+ return name;
6568
+ }
6569
+
6570
+ // check for vendor prefixed names
6571
+ var capName = name.charAt(0).toUpperCase() + name.slice(1),
6572
+ origName = name,
6573
+ i = cssPrefixes.length;
6574
+
6575
+ while ( i-- ) {
6576
+ name = cssPrefixes[ i ] + capName;
6577
+ if ( name in style ) {
6578
+ return name;
6579
+ }
6580
+ }
6581
+
6582
+ return origName;
6583
+ }
6584
+
6585
+ function isHidden( elem, el ) {
6586
+ elem = el || elem;
6587
+ return jQuery.css( elem, "display" ) === "none" || !jQuery.contains( elem.ownerDocument, elem );
6588
+ }
6589
+
6590
+ function showHide( elements, show ) {
6591
+ var elem, display,
6592
+ values = [],
6593
+ index = 0,
6594
+ length = elements.length;
6595
+
6596
+ for ( ; index < length; index++ ) {
6597
+ elem = elements[ index ];
6598
+ if ( !elem.style ) {
6599
+ continue;
6600
+ }
6601
+ values[ index ] = jQuery._data( elem, "olddisplay" );
6602
+ if ( show ) {
6603
+ // Reset the inline display of this element to learn if it is
6604
+ // being hidden by cascaded rules or not
6605
+ if ( !values[ index ] && elem.style.display === "none" ) {
6606
+ elem.style.display = "";
6607
+ }
6608
+
6609
+ // Set elements which have been overridden with display: none
6610
+ // in a stylesheet to whatever the default browser style is
6611
+ // for such an element
6612
+ if ( elem.style.display === "" && isHidden( elem ) ) {
6613
+ values[ index ] = jQuery._data( elem, "olddisplay", css_defaultDisplay(elem.nodeName) );
6614
+ }
6615
+ } else {
6616
+ display = curCSS( elem, "display" );
6617
+
6618
+ if ( !values[ index ] && display !== "none" ) {
6619
+ jQuery._data( elem, "olddisplay", display );
6620
+ }
6621
+ }
6622
+ }
6623
+
6624
+ // Set the display of most of the elements in a second loop
6625
+ // to avoid the constant reflow
6626
+ for ( index = 0; index < length; index++ ) {
6627
+ elem = elements[ index ];
6628
+ if ( !elem.style ) {
6629
+ continue;
6630
+ }
6631
+ if ( !show || elem.style.display === "none" || elem.style.display === "" ) {
6632
+ elem.style.display = show ? values[ index ] || "" : "none";
6633
+ }
6634
+ }
6635
+
6636
+ return elements;
6637
+ }
6638
+
6639
+ jQuery.fn.extend({
6640
+ css: function( name, value ) {
6641
+ return jQuery.access( this, function( elem, name, value ) {
6642
+ return value !== undefined ?
6643
+ jQuery.style( elem, name, value ) :
6644
+ jQuery.css( elem, name );
6645
+ }, name, value, arguments.length > 1 );
6646
+ },
6647
+ show: function() {
6648
+ return showHide( this, true );
6649
+ },
6650
+ hide: function() {
6651
+ return showHide( this );
6652
+ },
6653
+ toggle: function( state, fn2 ) {
6654
+ var bool = typeof state === "boolean";
6655
+
6656
+ if ( jQuery.isFunction( state ) && jQuery.isFunction( fn2 ) ) {
6657
+ return eventsToggle.apply( this, arguments );
6658
+ }
6659
+
6660
+ return this.each(function() {
6661
+ if ( bool ? state : isHidden( this ) ) {
6662
+ jQuery( this ).show();
6663
+ } else {
6664
+ jQuery( this ).hide();
6665
+ }
6666
+ });
6667
+ }
6668
+ });
6669
+
6670
+ jQuery.extend({
6671
+ // Add in style property hooks for overriding the default
6672
+ // behavior of getting and setting a style property
6673
+ cssHooks: {
6674
+ opacity: {
6675
+ get: function( elem, computed ) {
6676
+ if ( computed ) {
6677
+ // We should always get a number back from opacity
6678
+ var ret = curCSS( elem, "opacity" );
6679
+ return ret === "" ? "1" : ret;
6680
+
6681
+ }
6682
+ }
6683
+ }
6684
+ },
6685
+
6686
+ // Exclude the following css properties to add px
6687
+ cssNumber: {
6688
+ "fillOpacity": true,
6689
+ "fontWeight": true,
6690
+ "lineHeight": true,
6691
+ "opacity": true,
6692
+ "orphans": true,
6693
+ "widows": true,
6694
+ "zIndex": true,
6695
+ "zoom": true
6696
+ },
6697
+
6698
+ // Add in properties whose names you wish to fix before
6699
+ // setting or getting the value
6700
+ cssProps: {
6701
+ // normalize float css property
6702
+ "float": jQuery.support.cssFloat ? "cssFloat" : "styleFloat"
6703
+ },
6704
+
6705
+ // Get and set the style property on a DOM Node
6706
+ style: function( elem, name, value, extra ) {
6707
+ // Don't set styles on text and comment nodes
6708
+ if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
6709
+ return;
6710
+ }
6711
+
6712
+ // Make sure that we're working with the right name
6713
+ var ret, type, hooks,
6714
+ origName = jQuery.camelCase( name ),
6715
+ style = elem.style;
6716
+
6717
+ name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( style, origName ) );
6718
+
6719
+ // gets hook for the prefixed version
6720
+ // followed by the unprefixed version
6721
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
6722
+
6723
+ // Check if we're setting a value
6724
+ if ( value !== undefined ) {
6725
+ type = typeof value;
6726
+
6727
+ // convert relative number strings (+= or -=) to relative numbers. #7345
6728
+ if ( type === "string" && (ret = rrelNum.exec( value )) ) {
6729
+ value = ( ret[1] + 1 ) * ret[2] + parseFloat( jQuery.css( elem, name ) );
6730
+ // Fixes bug #9237
6731
+ type = "number";
6732
+ }
6733
+
6734
+ // Make sure that NaN and null values aren't set. See: #7116
6735
+ if ( value == null || type === "number" && isNaN( value ) ) {
6736
+ return;
6737
+ }
6738
+
6739
+ // If a number was passed in, add 'px' to the (except for certain CSS properties)
6740
+ if ( type === "number" && !jQuery.cssNumber[ origName ] ) {
6741
+ value += "px";
6742
+ }
6743
+
6744
+ // If a hook was provided, use that value, otherwise just set the specified value
6745
+ if ( !hooks || !("set" in hooks) || (value = hooks.set( elem, value, extra )) !== undefined ) {
6746
+ // Wrapped to prevent IE from throwing errors when 'invalid' values are provided
6747
+ // Fixes bug #5509
6748
+ try {
6749
+ style[ name ] = value;
6750
+ } catch(e) {}
6751
+ }
6752
+
6753
+ } else {
6754
+ // If a hook was provided get the non-computed value from there
6755
+ if ( hooks && "get" in hooks && (ret = hooks.get( elem, false, extra )) !== undefined ) {
6756
+ return ret;
6757
+ }
6758
+
6759
+ // Otherwise just get the value from the style object
6760
+ return style[ name ];
6761
+ }
6762
+ },
6763
+
6764
+ css: function( elem, name, numeric, extra ) {
6765
+ var val, num, hooks,
6766
+ origName = jQuery.camelCase( name );
6767
+
6768
+ // Make sure that we're working with the right name
6769
+ name = jQuery.cssProps[ origName ] || ( jQuery.cssProps[ origName ] = vendorPropName( elem.style, origName ) );
6770
+
6771
+ // gets hook for the prefixed version
6772
+ // followed by the unprefixed version
6773
+ hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ];
6774
+
6775
+ // If a hook was provided get the computed value from there
6776
+ if ( hooks && "get" in hooks ) {
6777
+ val = hooks.get( elem, true, extra );
6778
+ }
6779
+
6780
+ // Otherwise, if a way to get the computed value exists, use that
6781
+ if ( val === undefined ) {
6782
+ val = curCSS( elem, name );
6783
+ }
6784
+
6785
+ //convert "normal" to computed value
6786
+ if ( val === "normal" && name in cssNormalTransform ) {
6787
+ val = cssNormalTransform[ name ];
6788
+ }
6789
+
6790
+ // Return, converting to number if forced or a qualifier was provided and val looks numeric
6791
+ if ( numeric || extra !== undefined ) {
6792
+ num = parseFloat( val );
6793
+ return numeric || jQuery.isNumeric( num ) ? num || 0 : val;
6794
+ }
6795
+ return val;
6796
+ },
6797
+
6798
+ // A method for quickly swapping in/out CSS properties to get correct calculations
6799
+ swap: function( elem, options, callback ) {
6800
+ var ret, name,
6801
+ old = {};
6802
+
6803
+ // Remember the old values, and insert the new ones
6804
+ for ( name in options ) {
6805
+ old[ name ] = elem.style[ name ];
6806
+ elem.style[ name ] = options[ name ];
6807
+ }
6808
+
6809
+ ret = callback.call( elem );
6810
+
6811
+ // Revert the old values
6812
+ for ( name in options ) {
6813
+ elem.style[ name ] = old[ name ];
6814
+ }
6815
+
6816
+ return ret;
6817
+ }
6818
+ });
6819
+
6820
+ // NOTE: To any future maintainer, we've window.getComputedStyle
6821
+ // because jsdom on node.js will break without it.
6822
+ if ( window.getComputedStyle ) {
6823
+ curCSS = function( elem, name ) {
6824
+ var ret, width, minWidth, maxWidth,
6825
+ computed = window.getComputedStyle( elem, null ),
6826
+ style = elem.style;
6827
+
6828
+ if ( computed ) {
6829
+
6830
+ // getPropertyValue is only needed for .css('filter') in IE9, see #12537
6831
+ ret = computed.getPropertyValue( name ) || computed[ name ];
6832
+
6833
+ if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) {
6834
+ ret = jQuery.style( elem, name );
6835
+ }
6836
+
6837
+ // A tribute to the "awesome hack by Dean Edwards"
6838
+ // Chrome < 17 and Safari 5.0 uses "computed value" instead of "used value" for margin-right
6839
+ // Safari 5.1.7 (at least) returns percentage for a larger set of values, but width seems to be reliably pixels
6840
+ // this is against the CSSOM draft spec: http://dev.w3.org/csswg/cssom/#resolved-values
6841
+ if ( rnumnonpx.test( ret ) && rmargin.test( name ) ) {
6842
+ width = style.width;
6843
+ minWidth = style.minWidth;
6844
+ maxWidth = style.maxWidth;
6845
+
6846
+ style.minWidth = style.maxWidth = style.width = ret;
6847
+ ret = computed.width;
6848
+
6849
+ style.width = width;
6850
+ style.minWidth = minWidth;
6851
+ style.maxWidth = maxWidth;
6852
+ }
6853
+ }
6854
+
6855
+ return ret;
6856
+ };
6857
+ } else if ( document.documentElement.currentStyle ) {
6858
+ curCSS = function( elem, name ) {
6859
+ var left, rsLeft,
6860
+ ret = elem.currentStyle && elem.currentStyle[ name ],
6861
+ style = elem.style;
6862
+
6863
+ // Avoid setting ret to empty string here
6864
+ // so we don't default to auto
6865
+ if ( ret == null && style && style[ name ] ) {
6866
+ ret = style[ name ];
6867
+ }
6868
+
6869
+ // From the awesome hack by Dean Edwards
6870
+ // http://erik.eae.net/archives/2007/07/27/18.54.15/#comment-102291
6871
+
6872
+ // If we're not dealing with a regular pixel number
6873
+ // but a number that has a weird ending, we need to convert it to pixels
6874
+ // but not position css attributes, as those are proportional to the parent element instead
6875
+ // and we can't measure the parent instead because it might trigger a "stacking dolls" problem
6876
+ if ( rnumnonpx.test( ret ) && !rposition.test( name ) ) {
6877
+
6878
+ // Remember the original values
6879
+ left = style.left;
6880
+ rsLeft = elem.runtimeStyle && elem.runtimeStyle.left;
6881
+
6882
+ // Put in the new values to get a computed value out
6883
+ if ( rsLeft ) {
6884
+ elem.runtimeStyle.left = elem.currentStyle.left;
6885
+ }
6886
+ style.left = name === "fontSize" ? "1em" : ret;
6887
+ ret = style.pixelLeft + "px";
6888
+
6889
+ // Revert the changed values
6890
+ style.left = left;
6891
+ if ( rsLeft ) {
6892
+ elem.runtimeStyle.left = rsLeft;
6893
+ }
6894
+ }
6895
+
6896
+ return ret === "" ? "auto" : ret;
6897
+ };
6898
+ }
6899
+
6900
+ function setPositiveNumber( elem, value, subtract ) {
6901
+ var matches = rnumsplit.exec( value );
6902
+ return matches ?
6903
+ Math.max( 0, matches[ 1 ] - ( subtract || 0 ) ) + ( matches[ 2 ] || "px" ) :
6904
+ value;
6905
+ }
6906
+
6907
+ function augmentWidthOrHeight( elem, name, extra, isBorderBox ) {
6908
+ var i = extra === ( isBorderBox ? "border" : "content" ) ?
6909
+ // If we already have the right measurement, avoid augmentation
6910
+ 4 :
6911
+ // Otherwise initialize for horizontal or vertical properties
6912
+ name === "width" ? 1 : 0,
6913
+
6914
+ val = 0;
6915
+
6916
+ for ( ; i < 4; i += 2 ) {
6917
+ // both box models exclude margin, so add it if we want it
6918
+ if ( extra === "margin" ) {
6919
+ // we use jQuery.css instead of curCSS here
6920
+ // because of the reliableMarginRight CSS hook!
6921
+ val += jQuery.css( elem, extra + cssExpand[ i ], true );
6922
+ }
6923
+
6924
+ // From this point on we use curCSS for maximum performance (relevant in animations)
6925
+ if ( isBorderBox ) {
6926
+ // border-box includes padding, so remove it if we want content
6927
+ if ( extra === "content" ) {
6928
+ val -= parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
6929
+ }
6930
+
6931
+ // at this point, extra isn't border nor margin, so remove border
6932
+ if ( extra !== "margin" ) {
6933
+ val -= parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
6934
+ }
6935
+ } else {
6936
+ // at this point, extra isn't content, so add padding
6937
+ val += parseFloat( curCSS( elem, "padding" + cssExpand[ i ] ) ) || 0;
6938
+
6939
+ // at this point, extra isn't content nor padding, so add border
6940
+ if ( extra !== "padding" ) {
6941
+ val += parseFloat( curCSS( elem, "border" + cssExpand[ i ] + "Width" ) ) || 0;
6942
+ }
6943
+ }
6944
+ }
6945
+
6946
+ return val;
6947
+ }
6948
+
6949
+ function getWidthOrHeight( elem, name, extra ) {
6950
+
6951
+ // Start with offset property, which is equivalent to the border-box value
6952
+ var val = name === "width" ? elem.offsetWidth : elem.offsetHeight,
6953
+ valueIsBorderBox = true,
6954
+ isBorderBox = jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box";
6955
+
6956
+ // some non-html elements return undefined for offsetWidth, so check for null/undefined
6957
+ // svg - https://bugzilla.mozilla.org/show_bug.cgi?id=649285
6958
+ // MathML - https://bugzilla.mozilla.org/show_bug.cgi?id=491668
6959
+ if ( val <= 0 || val == null ) {
6960
+ // Fall back to computed then uncomputed css if necessary
6961
+ val = curCSS( elem, name );
6962
+ if ( val < 0 || val == null ) {
6963
+ val = elem.style[ name ];
6964
+ }
6965
+
6966
+ // Computed unit is not pixels. Stop here and return.
6967
+ if ( rnumnonpx.test(val) ) {
6968
+ return val;
6969
+ }
6970
+
6971
+ // we need the check for style in case a browser which returns unreliable values
6972
+ // for getComputedStyle silently falls back to the reliable elem.style
6973
+ valueIsBorderBox = isBorderBox && ( jQuery.support.boxSizingReliable || val === elem.style[ name ] );
6974
+
6975
+ // Normalize "", auto, and prepare for extra
6976
+ val = parseFloat( val ) || 0;
6977
+ }
6978
+
6979
+ // use the active box-sizing model to add/subtract irrelevant styles
6980
+ return ( val +
6981
+ augmentWidthOrHeight(
6982
+ elem,
6983
+ name,
6984
+ extra || ( isBorderBox ? "border" : "content" ),
6985
+ valueIsBorderBox
6986
+ )
6987
+ ) + "px";
6988
+ }
6989
+
6990
+
6991
+ // Try to determine the default display value of an element
6992
+ function css_defaultDisplay( nodeName ) {
6993
+ if ( elemdisplay[ nodeName ] ) {
6994
+ return elemdisplay[ nodeName ];
6995
+ }
6996
+
6997
+ var elem = jQuery( "<" + nodeName + ">" ).appendTo( document.body ),
6998
+ display = elem.css("display");
6999
+ elem.remove();
7000
+
7001
+ // If the simple way fails,
7002
+ // get element's real default display by attaching it to a temp iframe
7003
+ if ( display === "none" || display === "" ) {
7004
+ // Use the already-created iframe if possible
7005
+ iframe = document.body.appendChild(
7006
+ iframe || jQuery.extend( document.createElement("iframe"), {
7007
+ frameBorder: 0,
7008
+ width: 0,
7009
+ height: 0
7010
+ })
7011
+ );
7012
+
7013
+ // Create a cacheable copy of the iframe document on first call.
7014
+ // IE and Opera will allow us to reuse the iframeDoc without re-writing the fake HTML
7015
+ // document to it; WebKit & Firefox won't allow reusing the iframe document.
7016
+ if ( !iframeDoc || !iframe.createElement ) {
7017
+ iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
7018
+ iframeDoc.write("<!doctype html><html><body>");
7019
+ iframeDoc.close();
7020
+ }
7021
+
7022
+ elem = iframeDoc.body.appendChild( iframeDoc.createElement(nodeName) );
7023
+
7024
+ display = curCSS( elem, "display" );
7025
+ document.body.removeChild( iframe );
7026
+ }
7027
+
7028
+ // Store the correct default display
7029
+ elemdisplay[ nodeName ] = display;
7030
+
7031
+ return display;
7032
+ }
7033
+
7034
+ jQuery.each([ "height", "width" ], function( i, name ) {
7035
+ jQuery.cssHooks[ name ] = {
7036
+ get: function( elem, computed, extra ) {
7037
+ if ( computed ) {
7038
+ // certain elements can have dimension info if we invisibly show them
7039
+ // however, it must have a current display style that would benefit from this
7040
+ if ( elem.offsetWidth === 0 && rdisplayswap.test( curCSS( elem, "display" ) ) ) {
7041
+ return jQuery.swap( elem, cssShow, function() {
7042
+ return getWidthOrHeight( elem, name, extra );
7043
+ });
7044
+ } else {
7045
+ return getWidthOrHeight( elem, name, extra );
7046
+ }
7047
+ }
7048
+ },
7049
+
7050
+ set: function( elem, value, extra ) {
7051
+ return setPositiveNumber( elem, value, extra ?
7052
+ augmentWidthOrHeight(
7053
+ elem,
7054
+ name,
7055
+ extra,
7056
+ jQuery.support.boxSizing && jQuery.css( elem, "boxSizing" ) === "border-box"
7057
+ ) : 0
7058
+ );
7059
+ }
7060
+ };
7061
+ });
7062
+
7063
+ if ( !jQuery.support.opacity ) {
7064
+ jQuery.cssHooks.opacity = {
7065
+ get: function( elem, computed ) {
7066
+ // IE uses filters for opacity
7067
+ return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filter) || "" ) ?
7068
+ ( 0.01 * parseFloat( RegExp.$1 ) ) + "" :
7069
+ computed ? "1" : "";
7070
+ },
7071
+
7072
+ set: function( elem, value ) {
7073
+ var style = elem.style,
7074
+ currentStyle = elem.currentStyle,
7075
+ opacity = jQuery.isNumeric( value ) ? "alpha(opacity=" + value * 100 + ")" : "",
7076
+ filter = currentStyle && currentStyle.filter || style.filter || "";
7077
+
7078
+ // IE has trouble with opacity if it does not have layout
7079
+ // Force it by setting the zoom level
7080
+ style.zoom = 1;
7081
+
7082
+ // if setting opacity to 1, and no other filters exist - attempt to remove filter attribute #6652
7083
+ if ( value >= 1 && jQuery.trim( filter.replace( ralpha, "" ) ) === "" &&
7084
+ style.removeAttribute ) {
7085
+
7086
+ // Setting style.filter to null, "" & " " still leave "filter:" in the cssText
7087
+ // if "filter:" is present at all, clearType is disabled, we want to avoid this
7088
+ // style.removeAttribute is IE Only, but so apparently is this code path...
7089
+ style.removeAttribute( "filter" );
7090
+
7091
+ // if there there is no filter style applied in a css rule, we are done
7092
+ if ( currentStyle && !currentStyle.filter ) {
7093
+ return;
7094
+ }
7095
+ }
7096
+
7097
+ // otherwise, set new filter values
7098
+ style.filter = ralpha.test( filter ) ?
7099
+ filter.replace( ralpha, opacity ) :
7100
+ filter + " " + opacity;
7101
+ }
7102
+ };
7103
+ }
7104
+
7105
+ // These hooks cannot be added until DOM ready because the support test
7106
+ // for it is not run until after DOM ready
7107
+ jQuery(function() {
7108
+ if ( !jQuery.support.reliableMarginRight ) {
7109
+ jQuery.cssHooks.marginRight = {
7110
+ get: function( elem, computed ) {
7111
+ // WebKit Bug 13343 - getComputedStyle returns wrong value for margin-right
7112
+ // Work around by temporarily setting element display to inline-block
7113
+ return jQuery.swap( elem, { "display": "inline-block" }, function() {
7114
+ if ( computed ) {
7115
+ return curCSS( elem, "marginRight" );
7116
+ }
7117
+ });
7118
+ }
7119
+ };
7120
+ }
7121
+
7122
+ // Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=29084
7123
+ // getComputedStyle returns percent when specified for top/left/bottom/right
7124
+ // rather than make the css module depend on the offset module, we just check for it here
7125
+ if ( !jQuery.support.pixelPosition && jQuery.fn.position ) {
7126
+ jQuery.each( [ "top", "left" ], function( i, prop ) {
7127
+ jQuery.cssHooks[ prop ] = {
7128
+ get: function( elem, computed ) {
7129
+ if ( computed ) {
7130
+ var ret = curCSS( elem, prop );
7131
+ // if curCSS returns percentage, fallback to offset
7132
+ return rnumnonpx.test( ret ) ? jQuery( elem ).position()[ prop ] + "px" : ret;
7133
+ }
7134
+ }
7135
+ };
7136
+ });
7137
+ }
7138
+
7139
+ });
7140
+
7141
+ if ( jQuery.expr && jQuery.expr.filters ) {
7142
+ jQuery.expr.filters.hidden = function( elem ) {
7143
+ return ( elem.offsetWidth === 0 && elem.offsetHeight === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) || curCSS( elem, "display" )) === "none");
7144
+ };
7145
+
7146
+ jQuery.expr.filters.visible = function( elem ) {
7147
+ return !jQuery.expr.filters.hidden( elem );
7148
+ };
7149
+ }
7150
+
7151
+ // These hooks are used by animate to expand properties
7152
+ jQuery.each({
7153
+ margin: "",
7154
+ padding: "",
7155
+ border: "Width"
7156
+ }, function( prefix, suffix ) {
7157
+ jQuery.cssHooks[ prefix + suffix ] = {
7158
+ expand: function( value ) {
7159
+ var i,
7160
+
7161
+ // assumes a single number if not a string
7162
+ parts = typeof value === "string" ? value.split(" ") : [ value ],
7163
+ expanded = {};
7164
+
7165
+ for ( i = 0; i < 4; i++ ) {
7166
+ expanded[ prefix + cssExpand[ i ] + suffix ] =
7167
+ parts[ i ] || parts[ i - 2 ] || parts[ 0 ];
7168
+ }
7169
+
7170
+ return expanded;
7171
+ }
7172
+ };
7173
+
7174
+ if ( !rmargin.test( prefix ) ) {
7175
+ jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber;
7176
+ }
7177
+ });
7178
+ var r20 = /%20/g,
7179
+ rbracket = /\[\]$/,
7180
+ rCRLF = /\r?\n/g,
7181
+ rinput = /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,
7182
+ rselectTextarea = /^(?:select|textarea)/i;
7183
+
7184
+ jQuery.fn.extend({
7185
+ serialize: function() {
7186
+ return jQuery.param( this.serializeArray() );
7187
+ },
7188
+ serializeArray: function() {
7189
+ return this.map(function(){
7190
+ return this.elements ? jQuery.makeArray( this.elements ) : this;
7191
+ })
7192
+ .filter(function(){
7193
+ return this.name && !this.disabled &&
7194
+ ( this.checked || rselectTextarea.test( this.nodeName ) ||
7195
+ rinput.test( this.type ) );
7196
+ })
7197
+ .map(function( i, elem ){
7198
+ var val = jQuery( this ).val();
7199
+
7200
+ return val == null ?
7201
+ null :
7202
+ jQuery.isArray( val ) ?
7203
+ jQuery.map( val, function( val, i ){
7204
+ return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
7205
+ }) :
7206
+ { name: elem.name, value: val.replace( rCRLF, "\r\n" ) };
7207
+ }).get();
7208
+ }
7209
+ });
7210
+
7211
+ //Serialize an array of form elements or a set of
7212
+ //key/values into a query string
7213
+ jQuery.param = function( a, traditional ) {
7214
+ var prefix,
7215
+ s = [],
7216
+ add = function( key, value ) {
7217
+ // If value is a function, invoke it and return its value
7218
+ value = jQuery.isFunction( value ) ? value() : ( value == null ? "" : value );
7219
+ s[ s.length ] = encodeURIComponent( key ) + "=" + encodeURIComponent( value );
7220
+ };
7221
+
7222
+ // Set traditional to true for jQuery <= 1.3.2 behavior.
7223
+ if ( traditional === undefined ) {
7224
+ traditional = jQuery.ajaxSettings && jQuery.ajaxSettings.traditional;
7225
+ }
7226
+
7227
+ // If an array was passed in, assume that it is an array of form elements.
7228
+ if ( jQuery.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) {
7229
+ // Serialize the form elements
7230
+ jQuery.each( a, function() {
7231
+ add( this.name, this.value );
7232
+ });
7233
+
7234
+ } else {
7235
+ // If traditional, encode the "old" way (the way 1.3.2 or older
7236
+ // did it), otherwise encode params recursively.
7237
+ for ( prefix in a ) {
7238
+ buildParams( prefix, a[ prefix ], traditional, add );
7239
+ }
7240
+ }
7241
+
7242
+ // Return the resulting serialization
7243
+ return s.join( "&" ).replace( r20, "+" );
7244
+ };
7245
+
7246
+ function buildParams( prefix, obj, traditional, add ) {
7247
+ var name;
7248
+
7249
+ if ( jQuery.isArray( obj ) ) {
7250
+ // Serialize array item.
7251
+ jQuery.each( obj, function( i, v ) {
7252
+ if ( traditional || rbracket.test( prefix ) ) {
7253
+ // Treat each array item as a scalar.
7254
+ add( prefix, v );
7255
+
7256
+ } else {
7257
+ // If array item is non-scalar (array or object), encode its
7258
+ // numeric index to resolve deserialization ambiguity issues.
7259
+ // Note that rack (as of 1.0.0) can't currently deserialize
7260
+ // nested arrays properly, and attempting to do so may cause
7261
+ // a server error. Possible fixes are to modify rack's
7262
+ // deserialization algorithm or to provide an option or flag
7263
+ // to force array serialization to be shallow.
7264
+ buildParams( prefix + "[" + ( typeof v === "object" ? i : "" ) + "]", v, traditional, add );
7265
+ }
7266
+ });
7267
+
7268
+ } else if ( !traditional && jQuery.type( obj ) === "object" ) {
7269
+ // Serialize object item.
7270
+ for ( name in obj ) {
7271
+ buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add );
7272
+ }
7273
+
7274
+ } else {
7275
+ // Serialize scalar item.
7276
+ add( prefix, obj );
7277
+ }
7278
+ }
7279
+ var
7280
+ // Document location
7281
+ ajaxLocParts,
7282
+ ajaxLocation,
7283
+
7284
+ rhash = /#.*$/,
7285
+ rheaders = /^(.*?):[ \t]*([^\r\n]*)\r?$/mg, // IE leaves an \r character at EOL
7286
+ // #7653, #8125, #8152: local protocol detection
7287
+ rlocalProtocol = /^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,
7288
+ rnoContent = /^(?:GET|HEAD)$/,
7289
+ rprotocol = /^\/\//,
7290
+ rquery = /\?/,
7291
+ rscript = /<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,
7292
+ rts = /([?&])_=[^&]*/,
7293
+ rurl = /^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,
7294
+
7295
+ // Keep a copy of the old load method
7296
+ _load = jQuery.fn.load,
7297
+
7298
+ /* Prefilters
7299
+ * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example)
7300
+ * 2) These are called:
7301
+ * - BEFORE asking for a transport
7302
+ * - AFTER param serialization (s.data is a string if s.processData is true)
7303
+ * 3) key is the dataType
7304
+ * 4) the catchall symbol "*" can be used
7305
+ * 5) execution will start with transport dataType and THEN continue down to "*" if needed
7306
+ */
7307
+ prefilters = {},
7308
+
7309
+ /* Transports bindings
7310
+ * 1) key is the dataType
7311
+ * 2) the catchall symbol "*" can be used
7312
+ * 3) selection will start with transport dataType and THEN go to "*" if needed
7313
+ */
7314
+ transports = {},
7315
+
7316
+ // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression
7317
+ allTypes = ["*/"] + ["*"];
7318
+
7319
+ // #8138, IE may throw an exception when accessing
7320
+ // a field from window.location if document.domain has been set
7321
+ try {
7322
+ ajaxLocation = location.href;
7323
+ } catch( e ) {
7324
+ // Use the href attribute of an A element
7325
+ // since IE will modify it given document.location
7326
+ ajaxLocation = document.createElement( "a" );
7327
+ ajaxLocation.href = "";
7328
+ ajaxLocation = ajaxLocation.href;
7329
+ }
7330
+
7331
+ // Segment location into parts
7332
+ ajaxLocParts = rurl.exec( ajaxLocation.toLowerCase() ) || [];
7333
+
7334
+ // Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport
7335
+ function addToPrefiltersOrTransports( structure ) {
7336
+
7337
+ // dataTypeExpression is optional and defaults to "*"
7338
+ return function( dataTypeExpression, func ) {
7339
+
7340
+ if ( typeof dataTypeExpression !== "string" ) {
7341
+ func = dataTypeExpression;
7342
+ dataTypeExpression = "*";
7343
+ }
7344
+
7345
+ var dataType, list, placeBefore,
7346
+ dataTypes = dataTypeExpression.toLowerCase().split( core_rspace ),
7347
+ i = 0,
7348
+ length = dataTypes.length;
7349
+
7350
+ if ( jQuery.isFunction( func ) ) {
7351
+ // For each dataType in the dataTypeExpression
7352
+ for ( ; i < length; i++ ) {
7353
+ dataType = dataTypes[ i ];
7354
+ // We control if we're asked to add before
7355
+ // any existing element
7356
+ placeBefore = /^\+/.test( dataType );
7357
+ if ( placeBefore ) {
7358
+ dataType = dataType.substr( 1 ) || "*";
7359
+ }
7360
+ list = structure[ dataType ] = structure[ dataType ] || [];
7361
+ // then we add to the structure accordingly
7362
+ list[ placeBefore ? "unshift" : "push" ]( func );
7363
+ }
7364
+ }
7365
+ };
7366
+ }
7367
+
7368
+ // Base inspection function for prefilters and transports
7369
+ function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR,
7370
+ dataType /* internal */, inspected /* internal */ ) {
7371
+
7372
+ dataType = dataType || options.dataTypes[ 0 ];
7373
+ inspected = inspected || {};
7374
+
7375
+ inspected[ dataType ] = true;
7376
+
7377
+ var selection,
7378
+ list = structure[ dataType ],
7379
+ i = 0,
7380
+ length = list ? list.length : 0,
7381
+ executeOnly = ( structure === prefilters );
7382
+
7383
+ for ( ; i < length && ( executeOnly || !selection ); i++ ) {
7384
+ selection = list[ i ]( options, originalOptions, jqXHR );
7385
+ // If we got redirected to another dataType
7386
+ // we try there if executing only and not done already
7387
+ if ( typeof selection === "string" ) {
7388
+ if ( !executeOnly || inspected[ selection ] ) {
7389
+ selection = undefined;
7390
+ } else {
7391
+ options.dataTypes.unshift( selection );
7392
+ selection = inspectPrefiltersOrTransports(
7393
+ structure, options, originalOptions, jqXHR, selection, inspected );
7394
+ }
7395
+ }
7396
+ }
7397
+ // If we're only executing or nothing was selected
7398
+ // we try the catchall dataType if not done already
7399
+ if ( ( executeOnly || !selection ) && !inspected[ "*" ] ) {
7400
+ selection = inspectPrefiltersOrTransports(
7401
+ structure, options, originalOptions, jqXHR, "*", inspected );
7402
+ }
7403
+ // unnecessary when only executing (prefilters)
7404
+ // but it'll be ignored by the caller in that case
7405
+ return selection;
7406
+ }
7407
+
7408
+ // A special extend for ajax options
7409
+ // that takes "flat" options (not to be deep extended)
7410
+ // Fixes #9887
7411
+ function ajaxExtend( target, src ) {
7412
+ var key, deep,
7413
+ flatOptions = jQuery.ajaxSettings.flatOptions || {};
7414
+ for ( key in src ) {
7415
+ if ( src[ key ] !== undefined ) {
7416
+ ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ];
7417
+ }
7418
+ }
7419
+ if ( deep ) {
7420
+ jQuery.extend( true, target, deep );
7421
+ }
7422
+ }
7423
+
7424
+ jQuery.fn.load = function( url, params, callback ) {
7425
+ if ( typeof url !== "string" && _load ) {
7426
+ return _load.apply( this, arguments );
7427
+ }
7428
+
7429
+ // Don't do a request if no elements are being requested
7430
+ if ( !this.length ) {
7431
+ return this;
7432
+ }
7433
+
7434
+ var selector, type, response,
7435
+ self = this,
7436
+ off = url.indexOf(" ");
7437
+
7438
+ if ( off >= 0 ) {
7439
+ selector = url.slice( off, url.length );
7440
+ url = url.slice( 0, off );
7441
+ }
7442
+
7443
+ // If it's a function
7444
+ if ( jQuery.isFunction( params ) ) {
7445
+
7446
+ // We assume that it's the callback
7447
+ callback = params;
7448
+ params = undefined;
7449
+
7450
+ // Otherwise, build a param string
7451
+ } else if ( params && typeof params === "object" ) {
7452
+ type = "POST";
7453
+ }
7454
+
7455
+ // Request the remote document
7456
+ jQuery.ajax({
7457
+ url: url,
7458
+
7459
+ // if "type" variable is undefined, then "GET" method will be used
7460
+ type: type,
7461
+ dataType: "html",
7462
+ data: params,
7463
+ complete: function( jqXHR, status ) {
7464
+ if ( callback ) {
7465
+ self.each( callback, response || [ jqXHR.responseText, status, jqXHR ] );
7466
+ }
7467
+ }
7468
+ }).done(function( responseText ) {
7469
+
7470
+ // Save response for use in complete callback
7471
+ response = arguments;
7472
+
7473
+ // See if a selector was specified
7474
+ self.html( selector ?
7475
+
7476
+ // Create a dummy div to hold the results
7477
+ jQuery("<div>")
7478
+
7479
+ // inject the contents of the document in, removing the scripts
7480
+ // to avoid any 'Permission Denied' errors in IE
7481
+ .append( responseText.replace( rscript, "" ) )
7482
+
7483
+ // Locate the specified elements
7484
+ .find( selector ) :
7485
+
7486
+ // If not, just inject the full result
7487
+ responseText );
7488
+
7489
+ });
7490
+
7491
+ return this;
7492
+ };
7493
+
7494
+ // Attach a bunch of functions for handling common AJAX events
7495
+ jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split( " " ), function( i, o ){
7496
+ jQuery.fn[ o ] = function( f ){
7497
+ return this.on( o, f );
7498
+ };
7499
+ });
7500
+
7501
+ jQuery.each( [ "get", "post" ], function( i, method ) {
7502
+ jQuery[ method ] = function( url, data, callback, type ) {
7503
+ // shift arguments if data argument was omitted
7504
+ if ( jQuery.isFunction( data ) ) {
7505
+ type = type || callback;
7506
+ callback = data;
7507
+ data = undefined;
7508
+ }
7509
+
7510
+ return jQuery.ajax({
7511
+ type: method,
7512
+ url: url,
7513
+ data: data,
7514
+ success: callback,
7515
+ dataType: type
7516
+ });
7517
+ };
7518
+ });
7519
+
7520
+ jQuery.extend({
7521
+
7522
+ getScript: function( url, callback ) {
7523
+ return jQuery.get( url, undefined, callback, "script" );
7524
+ },
7525
+
7526
+ getJSON: function( url, data, callback ) {
7527
+ return jQuery.get( url, data, callback, "json" );
7528
+ },
7529
+
7530
+ // Creates a full fledged settings object into target
7531
+ // with both ajaxSettings and settings fields.
7532
+ // If target is omitted, writes into ajaxSettings.
7533
+ ajaxSetup: function( target, settings ) {
7534
+ if ( settings ) {
7535
+ // Building a settings object
7536
+ ajaxExtend( target, jQuery.ajaxSettings );
7537
+ } else {
7538
+ // Extending ajaxSettings
7539
+ settings = target;
7540
+ target = jQuery.ajaxSettings;
7541
+ }
7542
+ ajaxExtend( target, settings );
7543
+ return target;
7544
+ },
7545
+
7546
+ ajaxSettings: {
7547
+ url: ajaxLocation,
7548
+ isLocal: rlocalProtocol.test( ajaxLocParts[ 1 ] ),
7549
+ global: true,
7550
+ type: "GET",
7551
+ contentType: "application/x-www-form-urlencoded; charset=UTF-8",
7552
+ processData: true,
7553
+ async: true,
7554
+ /*
7555
+ timeout: 0,
7556
+ data: null,
7557
+ dataType: null,
7558
+ username: null,
7559
+ password: null,
7560
+ cache: null,
7561
+ throws: false,
7562
+ traditional: false,
7563
+ headers: {},
7564
+ */
7565
+
7566
+ accepts: {
7567
+ xml: "application/xml, text/xml",
7568
+ html: "text/html",
7569
+ text: "text/plain",
7570
+ json: "application/json, text/javascript",
7571
+ "*": allTypes
7572
+ },
7573
+
7574
+ contents: {
7575
+ xml: /xml/,
7576
+ html: /html/,
7577
+ json: /json/
7578
+ },
7579
+
7580
+ responseFields: {
7581
+ xml: "responseXML",
7582
+ text: "responseText"
7583
+ },
7584
+
7585
+ // List of data converters
7586
+ // 1) key format is "source_type destination_type" (a single space in-between)
7587
+ // 2) the catchall symbol "*" can be used for source_type
7588
+ converters: {
7589
+
7590
+ // Convert anything to text
7591
+ "* text": window.String,
7592
+
7593
+ // Text to html (true = no transformation)
7594
+ "text html": true,
7595
+
7596
+ // Evaluate text as a json expression
7597
+ "text json": jQuery.parseJSON,
7598
+
7599
+ // Parse text as xml
7600
+ "text xml": jQuery.parseXML
7601
+ },
7602
+
7603
+ // For options that shouldn't be deep extended:
7604
+ // you can add your own custom options here if
7605
+ // and when you create one that shouldn't be
7606
+ // deep extended (see ajaxExtend)
7607
+ flatOptions: {
7608
+ context: true,
7609
+ url: true
7610
+ }
7611
+ },
7612
+
7613
+ ajaxPrefilter: addToPrefiltersOrTransports( prefilters ),
7614
+ ajaxTransport: addToPrefiltersOrTransports( transports ),
7615
+
7616
+ // Main method
7617
+ ajax: function( url, options ) {
7618
+
7619
+ // If url is an object, simulate pre-1.5 signature
7620
+ if ( typeof url === "object" ) {
7621
+ options = url;
7622
+ url = undefined;
7623
+ }
7624
+
7625
+ // Force options to be an object
7626
+ options = options || {};
7627
+
7628
+ var // ifModified key
7629
+ ifModifiedKey,
7630
+ // Response headers
7631
+ responseHeadersString,
7632
+ responseHeaders,
7633
+ // transport
7634
+ transport,
7635
+ // timeout handle
7636
+ timeoutTimer,
7637
+ // Cross-domain detection vars
7638
+ parts,
7639
+ // To know if global events are to be dispatched
7640
+ fireGlobals,
7641
+ // Loop variable
7642
+ i,
7643
+ // Create the final options object
7644
+ s = jQuery.ajaxSetup( {}, options ),
7645
+ // Callbacks context
7646
+ callbackContext = s.context || s,
7647
+ // Context for global events
7648
+ // It's the callbackContext if one was provided in the options
7649
+ // and if it's a DOM node or a jQuery collection
7650
+ globalEventContext = callbackContext !== s &&
7651
+ ( callbackContext.nodeType || callbackContext instanceof jQuery ) ?
7652
+ jQuery( callbackContext ) : jQuery.event,
7653
+ // Deferreds
7654
+ deferred = jQuery.Deferred(),
7655
+ completeDeferred = jQuery.Callbacks( "once memory" ),
7656
+ // Status-dependent callbacks
7657
+ statusCode = s.statusCode || {},
7658
+ // Headers (they are sent all at once)
7659
+ requestHeaders = {},
7660
+ requestHeadersNames = {},
7661
+ // The jqXHR state
7662
+ state = 0,
7663
+ // Default abort message
7664
+ strAbort = "canceled",
7665
+ // Fake xhr
7666
+ jqXHR = {
7667
+
7668
+ readyState: 0,
7669
+
7670
+ // Caches the header
7671
+ setRequestHeader: function( name, value ) {
7672
+ if ( !state ) {
7673
+ var lname = name.toLowerCase();
7674
+ name = requestHeadersNames[ lname ] = requestHeadersNames[ lname ] || name;
7675
+ requestHeaders[ name ] = value;
7676
+ }
7677
+ return this;
7678
+ },
7679
+
7680
+ // Raw string
7681
+ getAllResponseHeaders: function() {
7682
+ return state === 2 ? responseHeadersString : null;
7683
+ },
7684
+
7685
+ // Builds headers hashtable if needed
7686
+ getResponseHeader: function( key ) {
7687
+ var match;
7688
+ if ( state === 2 ) {
7689
+ if ( !responseHeaders ) {
7690
+ responseHeaders = {};
7691
+ while( ( match = rheaders.exec( responseHeadersString ) ) ) {
7692
+ responseHeaders[ match[1].toLowerCase() ] = match[ 2 ];
7693
+ }
7694
+ }
7695
+ match = responseHeaders[ key.toLowerCase() ];
7696
+ }
7697
+ return match === undefined ? null : match;
7698
+ },
7699
+
7700
+ // Overrides response content-type header
7701
+ overrideMimeType: function( type ) {
7702
+ if ( !state ) {
7703
+ s.mimeType = type;
7704
+ }
7705
+ return this;
7706
+ },
7707
+
7708
+ // Cancel the request
7709
+ abort: function( statusText ) {
7710
+ statusText = statusText || strAbort;
7711
+ if ( transport ) {
7712
+ transport.abort( statusText );
7713
+ }
7714
+ done( 0, statusText );
7715
+ return this;
7716
+ }
7717
+ };
7718
+
7719
+ // Callback for when everything is done
7720
+ // It is defined here because jslint complains if it is declared
7721
+ // at the end of the function (which would be more logical and readable)
7722
+ function done( status, nativeStatusText, responses, headers ) {
7723
+ var isSuccess, success, error, response, modified,
7724
+ statusText = nativeStatusText;
7725
+
7726
+ // Called once
7727
+ if ( state === 2 ) {
7728
+ return;
7729
+ }
7730
+
7731
+ // State is "done" now
7732
+ state = 2;
7733
+
7734
+ // Clear timeout if it exists
7735
+ if ( timeoutTimer ) {
7736
+ clearTimeout( timeoutTimer );
7737
+ }
7738
+
7739
+ // Dereference transport for early garbage collection
7740
+ // (no matter how long the jqXHR object will be used)
7741
+ transport = undefined;
7742
+
7743
+ // Cache response headers
7744
+ responseHeadersString = headers || "";
7745
+
7746
+ // Set readyState
7747
+ jqXHR.readyState = status > 0 ? 4 : 0;
7748
+
7749
+ // Get response data
7750
+ if ( responses ) {
7751
+ response = ajaxHandleResponses( s, jqXHR, responses );
7752
+ }
7753
+
7754
+ // If successful, handle type chaining
7755
+ if ( status >= 200 && status < 300 || status === 304 ) {
7756
+
7757
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
7758
+ if ( s.ifModified ) {
7759
+
7760
+ modified = jqXHR.getResponseHeader("Last-Modified");
7761
+ if ( modified ) {
7762
+ jQuery.lastModified[ ifModifiedKey ] = modified;
7763
+ }
7764
+ modified = jqXHR.getResponseHeader("Etag");
7765
+ if ( modified ) {
7766
+ jQuery.etag[ ifModifiedKey ] = modified;
7767
+ }
7768
+ }
7769
+
7770
+ // If not modified
7771
+ if ( status === 304 ) {
7772
+
7773
+ statusText = "notmodified";
7774
+ isSuccess = true;
7775
+
7776
+ // If we have data
7777
+ } else {
7778
+
7779
+ isSuccess = ajaxConvert( s, response );
7780
+ statusText = isSuccess.state;
7781
+ success = isSuccess.data;
7782
+ error = isSuccess.error;
7783
+ isSuccess = !error;
7784
+ }
7785
+ } else {
7786
+ // We extract error from statusText
7787
+ // then normalize statusText and status for non-aborts
7788
+ error = statusText;
7789
+ if ( !statusText || status ) {
7790
+ statusText = "error";
7791
+ if ( status < 0 ) {
7792
+ status = 0;
7793
+ }
7794
+ }
7795
+ }
7796
+
7797
+ // Set data for the fake xhr object
7798
+ jqXHR.status = status;
7799
+ jqXHR.statusText = ( nativeStatusText || statusText ) + "";
7800
+
7801
+ // Success/Error
7802
+ if ( isSuccess ) {
7803
+ deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] );
7804
+ } else {
7805
+ deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] );
7806
+ }
7807
+
7808
+ // Status-dependent callbacks
7809
+ jqXHR.statusCode( statusCode );
7810
+ statusCode = undefined;
7811
+
7812
+ if ( fireGlobals ) {
7813
+ globalEventContext.trigger( "ajax" + ( isSuccess ? "Success" : "Error" ),
7814
+ [ jqXHR, s, isSuccess ? success : error ] );
7815
+ }
7816
+
7817
+ // Complete
7818
+ completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] );
7819
+
7820
+ if ( fireGlobals ) {
7821
+ globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] );
7822
+ // Handle the global AJAX counter
7823
+ if ( !( --jQuery.active ) ) {
7824
+ jQuery.event.trigger( "ajaxStop" );
7825
+ }
7826
+ }
7827
+ }
7828
+
7829
+ // Attach deferreds
7830
+ deferred.promise( jqXHR );
7831
+ jqXHR.success = jqXHR.done;
7832
+ jqXHR.error = jqXHR.fail;
7833
+ jqXHR.complete = completeDeferred.add;
7834
+
7835
+ // Status-dependent callbacks
7836
+ jqXHR.statusCode = function( map ) {
7837
+ if ( map ) {
7838
+ var tmp;
7839
+ if ( state < 2 ) {
7840
+ for ( tmp in map ) {
7841
+ statusCode[ tmp ] = [ statusCode[tmp], map[tmp] ];
7842
+ }
7843
+ } else {
7844
+ tmp = map[ jqXHR.status ];
7845
+ jqXHR.always( tmp );
7846
+ }
7847
+ }
7848
+ return this;
7849
+ };
7850
+
7851
+ // Remove hash character (#7531: and string promotion)
7852
+ // Add protocol if not provided (#5866: IE7 issue with protocol-less urls)
7853
+ // We also use the url parameter if available
7854
+ s.url = ( ( url || s.url ) + "" ).replace( rhash, "" ).replace( rprotocol, ajaxLocParts[ 1 ] + "//" );
7855
+
7856
+ // Extract dataTypes list
7857
+ s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( core_rspace );
7858
+
7859
+ // A cross-domain request is in order when we have a protocol:host:port mismatch
7860
+ if ( s.crossDomain == null ) {
7861
+ parts = rurl.exec( s.url.toLowerCase() );
7862
+ s.crossDomain = !!( parts &&
7863
+ ( parts[ 1 ] !== ajaxLocParts[ 1 ] || parts[ 2 ] !== ajaxLocParts[ 2 ] ||
7864
+ ( parts[ 3 ] || ( parts[ 1 ] === "http:" ? 80 : 443 ) ) !=
7865
+ ( ajaxLocParts[ 3 ] || ( ajaxLocParts[ 1 ] === "http:" ? 80 : 443 ) ) )
7866
+ );
7867
+ }
7868
+
7869
+ // Convert data if not already a string
7870
+ if ( s.data && s.processData && typeof s.data !== "string" ) {
7871
+ s.data = jQuery.param( s.data, s.traditional );
7872
+ }
7873
+
7874
+ // Apply prefilters
7875
+ inspectPrefiltersOrTransports( prefilters, s, options, jqXHR );
7876
+
7877
+ // If request was aborted inside a prefilter, stop there
7878
+ if ( state === 2 ) {
7879
+ return jqXHR;
7880
+ }
7881
+
7882
+ // We can fire global events as of now if asked to
7883
+ fireGlobals = s.global;
7884
+
7885
+ // Uppercase the type
7886
+ s.type = s.type.toUpperCase();
7887
+
7888
+ // Determine if request has content
7889
+ s.hasContent = !rnoContent.test( s.type );
7890
+
7891
+ // Watch for a new set of requests
7892
+ if ( fireGlobals && jQuery.active++ === 0 ) {
7893
+ jQuery.event.trigger( "ajaxStart" );
7894
+ }
7895
+
7896
+ // More options handling for requests with no content
7897
+ if ( !s.hasContent ) {
7898
+
7899
+ // If data is available, append data to url
7900
+ if ( s.data ) {
7901
+ s.url += ( rquery.test( s.url ) ? "&" : "?" ) + s.data;
7902
+ // #9682: remove data so that it's not used in an eventual retry
7903
+ delete s.data;
7904
+ }
7905
+
7906
+ // Get ifModifiedKey before adding the anti-cache parameter
7907
+ ifModifiedKey = s.url;
7908
+
7909
+ // Add anti-cache in url if needed
7910
+ if ( s.cache === false ) {
7911
+
7912
+ var ts = jQuery.now(),
7913
+ // try replacing _= if it is there
7914
+ ret = s.url.replace( rts, "$1_=" + ts );
7915
+
7916
+ // if nothing was replaced, add timestamp to the end
7917
+ s.url = ret + ( ( ret === s.url ) ? ( rquery.test( s.url ) ? "&" : "?" ) + "_=" + ts : "" );
7918
+ }
7919
+ }
7920
+
7921
+ // Set the correct header, if data is being sent
7922
+ if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) {
7923
+ jqXHR.setRequestHeader( "Content-Type", s.contentType );
7924
+ }
7925
+
7926
+ // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode.
7927
+ if ( s.ifModified ) {
7928
+ ifModifiedKey = ifModifiedKey || s.url;
7929
+ if ( jQuery.lastModified[ ifModifiedKey ] ) {
7930
+ jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ ifModifiedKey ] );
7931
+ }
7932
+ if ( jQuery.etag[ ifModifiedKey ] ) {
7933
+ jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ ifModifiedKey ] );
7934
+ }
7935
+ }
7936
+
7937
+ // Set the Accepts header for the server, depending on the dataType
7938
+ jqXHR.setRequestHeader(
7939
+ "Accept",
7940
+ s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[0] ] ?
7941
+ s.accepts[ s.dataTypes[0] ] + ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) :
7942
+ s.accepts[ "*" ]
7943
+ );
7944
+
7945
+ // Check for headers option
7946
+ for ( i in s.headers ) {
7947
+ jqXHR.setRequestHeader( i, s.headers[ i ] );
7948
+ }
7949
+
7950
+ // Allow custom headers/mimetypes and early abort
7951
+ if ( s.beforeSend && ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || state === 2 ) ) {
7952
+ // Abort if not done already and return
7953
+ return jqXHR.abort();
7954
+
7955
+ }
7956
+
7957
+ // aborting is no longer a cancellation
7958
+ strAbort = "abort";
7959
+
7960
+ // Install callbacks on deferreds
7961
+ for ( i in { success: 1, error: 1, complete: 1 } ) {
7962
+ jqXHR[ i ]( s[ i ] );
7963
+ }
7964
+
7965
+ // Get transport
7966
+ transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR );
7967
+
7968
+ // If no transport, we auto-abort
7969
+ if ( !transport ) {
7970
+ done( -1, "No Transport" );
7971
+ } else {
7972
+ jqXHR.readyState = 1;
7973
+ // Send global event
7974
+ if ( fireGlobals ) {
7975
+ globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] );
7976
+ }
7977
+ // Timeout
7978
+ if ( s.async && s.timeout > 0 ) {
7979
+ timeoutTimer = setTimeout( function(){
7980
+ jqXHR.abort( "timeout" );
7981
+ }, s.timeout );
7982
+ }
7983
+
7984
+ try {
7985
+ state = 1;
7986
+ transport.send( requestHeaders, done );
7987
+ } catch (e) {
7988
+ // Propagate exception as error if not done
7989
+ if ( state < 2 ) {
7990
+ done( -1, e );
7991
+ // Simply rethrow otherwise
7992
+ } else {
7993
+ throw e;
7994
+ }
7995
+ }
7996
+ }
7997
+
7998
+ return jqXHR;
7999
+ },
8000
+
8001
+ // Counter for holding the number of active queries
8002
+ active: 0,
8003
+
8004
+ // Last-Modified header cache for next request
8005
+ lastModified: {},
8006
+ etag: {}
8007
+
8008
+ });
8009
+
8010
+ /* Handles responses to an ajax request:
8011
+ * - sets all responseXXX fields accordingly
8012
+ * - finds the right dataType (mediates between content-type and expected dataType)
8013
+ * - returns the corresponding response
8014
+ */
8015
+ function ajaxHandleResponses( s, jqXHR, responses ) {
8016
+
8017
+ var ct, type, finalDataType, firstDataType,
8018
+ contents = s.contents,
8019
+ dataTypes = s.dataTypes,
8020
+ responseFields = s.responseFields;
8021
+
8022
+ // Fill responseXXX fields
8023
+ for ( type in responseFields ) {
8024
+ if ( type in responses ) {
8025
+ jqXHR[ responseFields[type] ] = responses[ type ];
8026
+ }
8027
+ }
8028
+
8029
+ // Remove auto dataType and get content-type in the process
8030
+ while( dataTypes[ 0 ] === "*" ) {
8031
+ dataTypes.shift();
8032
+ if ( ct === undefined ) {
8033
+ ct = s.mimeType || jqXHR.getResponseHeader( "content-type" );
8034
+ }
8035
+ }
8036
+
8037
+ // Check if we're dealing with a known content-type
8038
+ if ( ct ) {
8039
+ for ( type in contents ) {
8040
+ if ( contents[ type ] && contents[ type ].test( ct ) ) {
8041
+ dataTypes.unshift( type );
8042
+ break;
8043
+ }
8044
+ }
8045
+ }
8046
+
8047
+ // Check to see if we have a response for the expected dataType
8048
+ if ( dataTypes[ 0 ] in responses ) {
8049
+ finalDataType = dataTypes[ 0 ];
8050
+ } else {
8051
+ // Try convertible dataTypes
8052
+ for ( type in responses ) {
8053
+ if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[0] ] ) {
8054
+ finalDataType = type;
8055
+ break;
8056
+ }
8057
+ if ( !firstDataType ) {
8058
+ firstDataType = type;
8059
+ }
8060
+ }
8061
+ // Or just use first one
8062
+ finalDataType = finalDataType || firstDataType;
8063
+ }
8064
+
8065
+ // If we found a dataType
8066
+ // We add the dataType to the list if needed
8067
+ // and return the corresponding response
8068
+ if ( finalDataType ) {
8069
+ if ( finalDataType !== dataTypes[ 0 ] ) {
8070
+ dataTypes.unshift( finalDataType );
8071
+ }
8072
+ return responses[ finalDataType ];
8073
+ }
8074
+ }
8075
+
8076
+ // Chain conversions given the request and the original response
8077
+ function ajaxConvert( s, response ) {
8078
+
8079
+ var conv, conv2, current, tmp,
8080
+ // Work with a copy of dataTypes in case we need to modify it for conversion
8081
+ dataTypes = s.dataTypes.slice(),
8082
+ prev = dataTypes[ 0 ],
8083
+ converters = {},
8084
+ i = 0;
8085
+
8086
+ // Apply the dataFilter if provided
8087
+ if ( s.dataFilter ) {
8088
+ response = s.dataFilter( response, s.dataType );
8089
+ }
8090
+
8091
+ // Create converters map with lowercased keys
8092
+ if ( dataTypes[ 1 ] ) {
8093
+ for ( conv in s.converters ) {
8094
+ converters[ conv.toLowerCase() ] = s.converters[ conv ];
8095
+ }
8096
+ }
8097
+
8098
+ // Convert to each sequential dataType, tolerating list modification
8099
+ for ( ; (current = dataTypes[++i]); ) {
8100
+
8101
+ // There's only work to do if current dataType is non-auto
8102
+ if ( current !== "*" ) {
8103
+
8104
+ // Convert response if prev dataType is non-auto and differs from current
8105
+ if ( prev !== "*" && prev !== current ) {
8106
+
8107
+ // Seek a direct converter
8108
+ conv = converters[ prev + " " + current ] || converters[ "* " + current ];
8109
+
8110
+ // If none found, seek a pair
8111
+ if ( !conv ) {
8112
+ for ( conv2 in converters ) {
8113
+
8114
+ // If conv2 outputs current
8115
+ tmp = conv2.split(" ");
8116
+ if ( tmp[ 1 ] === current ) {
8117
+
8118
+ // If prev can be converted to accepted input
8119
+ conv = converters[ prev + " " + tmp[ 0 ] ] ||
8120
+ converters[ "* " + tmp[ 0 ] ];
8121
+ if ( conv ) {
8122
+ // Condense equivalence converters
8123
+ if ( conv === true ) {
8124
+ conv = converters[ conv2 ];
8125
+
8126
+ // Otherwise, insert the intermediate dataType
8127
+ } else if ( converters[ conv2 ] !== true ) {
8128
+ current = tmp[ 0 ];
8129
+ dataTypes.splice( i--, 0, current );
8130
+ }
8131
+
8132
+ break;
8133
+ }
8134
+ }
8135
+ }
8136
+ }
8137
+
8138
+ // Apply converter (if not an equivalence)
8139
+ if ( conv !== true ) {
8140
+
8141
+ // Unless errors are allowed to bubble, catch and return them
8142
+ if ( conv && s["throws"] ) {
8143
+ response = conv( response );
8144
+ } else {
8145
+ try {
8146
+ response = conv( response );
8147
+ } catch ( e ) {
8148
+ return { state: "parsererror", error: conv ? e : "No conversion from " + prev + " to " + current };
8149
+ }
8150
+ }
8151
+ }
8152
+ }
8153
+
8154
+ // Update prev for next iteration
8155
+ prev = current;
8156
+ }
8157
+ }
8158
+
8159
+ return { state: "success", data: response };
8160
+ }
8161
+ var oldCallbacks = [],
8162
+ rquestion = /\?/,
8163
+ rjsonp = /(=)\?(?=&|$)|\?\?/,
8164
+ nonce = jQuery.now();
8165
+
8166
+ // Default jsonp settings
8167
+ jQuery.ajaxSetup({
8168
+ jsonp: "callback",
8169
+ jsonpCallback: function() {
8170
+ var callback = oldCallbacks.pop() || ( jQuery.expando + "_" + ( nonce++ ) );
8171
+ this[ callback ] = true;
8172
+ return callback;
8173
+ }
8174
+ });
8175
+
8176
+ // Detect, normalize options and install callbacks for jsonp requests
8177
+ jQuery.ajaxPrefilter( "json jsonp", function( s, originalSettings, jqXHR ) {
8178
+
8179
+ var callbackName, overwritten, responseContainer,
8180
+ data = s.data,
8181
+ url = s.url,
8182
+ hasCallback = s.jsonp !== false,
8183
+ replaceInUrl